/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */



@font-face {
    font-family: 'satoshi-regular';
    src: url('//7923772.fs1.hubspotusercontent-na1.net/hubfs/7923772/raw_assets/public/fonts/Satoshi-Regular.woff2') format('woff2'),
         url('//7923772.fs1.hubspotusercontent-na1.net/hubfs/7923772/raw_assets/public/fonts/Satoshi-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'galanogrotesque-extrabold';
    src: url('')) format('woff2'),
         url('') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'galanogrotesque-semibold';
    src: url('https://7923772.fs1.hubspotusercontent-na1.net/hubfs/7923772/fonts/galano_grotesque_semi_bold-webfont.woff2') format('woff2'),
         url('https://7923772.fs1.hubspotusercontent-na1.net/hubfs/7923772/fonts/galano_grotesque_semi_bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'galanogrotesque-medium';
    src: url('https://7923772.fs1.hubspotusercontent-na1.net/hubfs/7923772/fonts/galano_grotesque_medium-webfont.woff2') format('woff2'),
         url('https://7923772.fs1.hubspotusercontent-na1.net/hubfs/7923772/fonts/galano_grotesque_medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'galanogrotesque-bold';
    src: url('https://7923772.fs1.hubspotusercontent-na1.net/hubfs/7923772/fonts/galano_grotesque_bold-webfont.woff2') format('woff2'),
         url('https://7923772.fs1.hubspotusercontent-na1.net/hubfs/7923772/fonts/galano_grotesque_bold-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


  
  
  



  
  
  













@media (min-width: 768px) {
.body-container-wrapper {
max-width: calc(1280px - 512px);
}
}

@media (min-width: 960px) {
.body-container-wrapper {
max-width: calc(1280px - 360px);
}
}

@media (min-width: 1024px) {
.body-container-wrapper {
max-width: calc(1280px - 296px);
}
}

@media (min-width: 1280px) {
.body-container-wrapper {
max-width: calc(1280px - 40px);
}
}

@media (min-width: 1440px) {
.body-container-wrapper {
max-width: 1280px;
}

}

.dnd-section {
padding-bottom: 35px;
padding-top: 35px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
background-color: #F8FAFC;
}
.page-center {
max-width: 1280px;
}




body {
color: #333333;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 400  
}

p {
font-family: 'Roboto', sans-serif;
font-weight: 400
}

a {
font-family: 'Roboto', sans-serif;
color: rgba(51, 51, 51, 1.0);
}

a:hover{
color: rgba(56, 119, 218, 1.0);
}

a:active {
color: rgba(56, 119, 218, 1.0);
}

h1 {
color: #002453;
font-family: 'Roboto', sans-serif;
font-size: 36px;
font-weight: 700;
}

@media(max-width: 767px) {
h1 {
font-size: 30.599999999999998px;
}
}

h2 {
color: #002453;
font-family: 'Roboto', sans-serif;
font-size: 28px;
font-weight: 700;
}

@media(max-width: 767px) {
h2 {
font-size: 23.8px;
}
}

h3 {
color: #002453;
font-family: 'Roboto', sans-serif;
font-size: 24px;
font-weight: 700;
}

@media(max-width: 767px) {
h3 {
font-size: 20.4px;
}
}

h4 {
color: #002453;
font-family: 'Roboto', sans-serif;
font-size: 20px;
font-weight: 700;
}

@media(max-width: 767px) {
h4 {
font-size: 17.0px;
}
}

h5 {
color: #333399;
font-family: 'Roboto', sans-serif;
font-size: 16px;
font-weight: 700;
}

h6 {
color: #333399;
font-family: 'Roboto', sans-serif;
font-size: 14px;
font-weight: 700;
}





form, 
.submitted-message {
border: 1px solid;
border-color: rgba(255, 255, 255, 0.0) ;
background-color: rgba(255, 255, 255, 0.0);
font-family: 'Roboto', sans-serif;
padding: 15px 0px;
}

h3.form-title {
background-color: rgba(255, 255, 255, 0.0);
color: rgba(0, 36, 83, 1.0);
}

.hs-button, 
.button--primary {
background-color: rgba(0, 36, 83, 1.0);
border-radius: 3px;
border: 1px solid !important;
color: rgba(255, 255, 255, 1.0);
border-color: rgba(0, 36, 83, 1.0) !important;
padding-left: 24px !important;
padding-right: 24px !important;
padding-top: 12px !important;
padding-bottom: 12px !important;
}

.hs-button:hover, .button--primary:hover {
background-color: rgba(0, 36, 83, 1.0);
border-color: rgba(0, 36, 83, 1.0);
color: rgba(255, 255, 255, 1.0);
}


.hs-button:focus, .button--primary:focus  {
background-color: rgba(0, 36, 83, 1.0);
border-color: rgba(0, 36, 83, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.hs-button:active, .button--primary:active  {
background-color: rgba(0, 36, 83, 1.0);
border-color: rgba(0, 36, 83, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
color: rgba(0, 36, 83, 1.0);
}

.hs-form-field label, .hs-form-field a {
color: rgba(0, 36, 83, 1.0);
}

form#email-prefs-form div,
form#email-prefs-form p,
form#email-prefs-form h1,
form#email-prefs-form h2,
form#email-prefs-form span {
color: rgba(0, 36, 83, 1.0);
}


a#hs_login_reset {
color: rgba(0, 36, 83, 1.0);
}

.hs-form legend {
color: rgba(0, 36, 83, 1.0);
}

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
border: 1px solid !important;
background-color: rgba(245, 248, 250, 1.0);
border-color: rgba(203, 214, 226, 1.0) !important;
color: rgba(51, 71, 91, 1.0);
border-radius: 3px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
border-color: rgba(203, 214, 226, 1.0) !important;
color: rgba(51, 71, 91, 1.0);
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
border-color: rgba(82, 168, 236, 0.8) !important;
}

.fn-date-picker .pika-table thead th {
color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
color: #333333;
}

.hs-richtext {
font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
font-family: 'Roboto', sans-serif;
}

.fn-date-picker td.is-today .pika-button {
color: #494a52;
}

.fn-date-picker td.is-selected .pika-button {
background: #494a52;
}

.fn-date-picker td .pika-button:hover {
background-color: #F8FAFC !important;
}





th,
td {
background-color: rgba(255, 255, 255, 1.0);
border: 1px solid rgba(0, 0, 0, 1.0);
color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
background-color: rgba(73, 74, 82, 1.0);
color: rgba(255, 255, 255, 1.0);
}

tfoot td {
background-color: rgba(255, 255, 255, 1.0);
color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
border-color: rgba(0, 0, 0, 1.0);
}





@media (min-width: 960px) {
.header__container {
max-width: calc(1280px - 360px);
}
}

@media (min-width: 1024px) {
.header__container {
max-width: calc(1280px - 296px);
}
header.header {
background-color: rgba(56, 119, 218, 0.0);
}

}

@media (min-width: 1280px) {
.header__container {
max-width: calc(1280px - 40px);
}
}

@media (min-width: 1440px) {
.header__container {
max-width: 1280px;
}
}


@media (max-width: 1023px) {
.cm-row-fluid-wrapper {
background-color: #3877da;
}
.custom-menu-primary .navigation-primary .submenu .menu-item a {
color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
color: rgba(255, 255, 255, 1.0);
}
}

@media (min-width: 1024px) {
.custom-menu-primary .navigation-primary .submenu .menu-item a {
color: rgba(255, 255, 255, 1.0);
background-color: rgba(51, 51, 51, 1.0);
border-color: rgba(0, 0, 0, 1.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
color: rgba(255, 255, 255, 1.0);
background-color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a {
color: rgba(255, 255, 255, 1.0);
background-color: rgba(0, 0, 0, 1.0);
border-bottom-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
background-color: rgba(51, 51, 51, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
background-color: rgba(0, 0, 0, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item.active-branch > a {
background-color: rgba(0, 0, 0, 1.0);
color: rgba(255, 255, 255, 1.0);
}   
}

.menu-right-side-link p a {
background-color: rgba(255, 255, 255, 1.0);
color: rgba(0, 36, 83, 1.0);
}

.menu-right-side-link p a:hover {
background-color: rgba(245, 245, 245, 1.0);
color: rgba(56, 119, 218, 1.0);  
}

.menu-right-side-link ul li a {
background-color: rgba(245, 245, 245, 1.0);
color: rgba(155, 155, 155, 1.0);  
}

.menu-right-side-link ul li a:hover {
background-color: rgba(245, 245, 245, 1.0);
color: rgba(56, 119, 218, 1.0);  
}

.menu-right-side-link ul li.active_language a {
background-color: rgba(255, 255, 255, 1.0);
color: rgba(0, 36, 83, 1.0);  
}


@media(max-width: 767px) {
.header__navigation {
background-color: rgba(56, 119, 218, 0.0);
}

.header__navigation-toggle svg,
.menu-arrow svg {
fill: rgba(255, 255, 255, 1.0);
}
}





footer.footer {
color: rgba(255, 255, 255, 1.0);
}

.footer-top {
background-color: rgba(0, 36, 83, 1.0);
}

.footer-menu .submenu.level-1 > li > a {
color: rgba(255, 255, 255, 1.0);
}

.footer-menu .submenu.level-1 > li > a:hover {
color: rgba(255, 255, 255, 1.0);
}

.footer-menu .submenu.level-1 > li > ul > li > a {
color: rgba(255, 255, 255, 1.0);
}

.footer-menu .submenu.level-1 > li > ul > li > a:hover {
color: rgba(255, 255, 255, 1.0);
}

.cm-newsletter p {
color: rgba(255, 255, 255, 1.0);
}

.closer-social-wrap-text p {
color: rgba(255, 255, 255, 1.0);  
}

.cm-newsletter a button {
background-color: rgba(250, 102, 35, 1.0);
color: rgba(255, 255, 255, 1.0); 
}

.cm-newsletter a button:hover {
background-color: rgba(250, 102, 35, 0.8);
color: rgba(255, 255, 255, 0.8); 
}

.cm-newsletter p a {
color: rgba(255, 255, 255, 1.0);
}

.cm-newsletter p a:hover {
color: rgba(255, 255, 255, 1.0);
}

.privacy-links a {
color: rgba(255, 255, 255, 1.0);
}

.privacy-links a:hover {
color: rgba(255, 255, 255, 1.0);
}


@media (min-width: 768px) {
.footer__container {
max-width: calc(1280px - 512px);
}
}

@media (min-width: 960px) {
.footer__container {
max-width: calc(1280px - 360px);
}
}

@media (min-width: 1024px) {
.footer__container {
max-width: calc(1280px - 296px);
}
}

@media (min-width: 1280px) {
.footer__container {
max-width: calc(1280px - 40px);
}
}

@media (min-width: 1440px) {
.footer__container {
max-width: 1280px;
}

}





.content-wrapper {
padding-bottom: 35px;
padding-top: 35px;
}

.body-container-wrapper  .content-wrapper {
max-width: 1280px;
}



@media (min-width: 768px) {
.blog-container-main-all .content-wrapper {
max-width: calc(1280px - 512px);
}
}

@media (min-width: 960px) {
.blog-container-main-all .content-wrapper {
max-width: calc(1280px - 360px);
}
}

@media (min-width: 1024px) {
.blog-container-main-all .content-wrapper {
max-width: calc(1280px - 296px);
}
}

@media (min-width: 1280px) {
.blog-container-main-all .content-wrapper {
max-width: calc(1280px - 40px);
}
}

@media (min-width: 1440px) {
.blog-container-main-all .content-wrapper {
max-width: 1280px;
}

}



@media (min-width: 768px) {
.listing-content-wrapper-all .content-wrapper {
max-width: calc(1280px - 512px);
}
}

@media (min-width: 960px) {
.listing-content-wrapper-all .content-wrapper {
max-width: calc(1280px - 360px);
}
}

@media (min-width: 1024px) {
.listing-content-wrapper-all .content-wrapper {
max-width: calc(1280px - 296px);
}
}

@media (min-width: 1280px) {
.listing-content-wrapper-all .content-wrapper {
max-width: calc(1280px - 40px);
}
}

@media (min-width: 1440px) {
.listing-content-wrapper-all .content-wrapper {
max-width: 1280px;
}

}


.blog-post__date {
border-color: #333333;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
color: #333333;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
color: #0b0b0b;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
color: #5b5b5b;
}

.blog-tag-filter__menu-link--active-item:after {
background-color: #494a52;
}

.blog-pagination__link {
color: #333333;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
background-color: #494a52;
}

.blog-post__title {
color: #002453;
font-family:'Roboto', sans-serif;
font-size: 28px;
font-weight: ;
}

.blog-post__author {
background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
color: rgba(#null, 0.0);
}










body .icon svg {
fill: #494a52;
}

body .tns-nav button.tns-nav-active {
background-color: #494a52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
background-color: #494a52;
}

body .social-links__icon {
background-color: #494a52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
fill: rgba(#null, 0.0);
}

body .team-member__description {
background-color: #F8FAFC;
}

.page-center {
margin: 0 auto;
}



@media (min-width: 768px) {
.page-center {
max-width: calc(1280px - 512px);
}
}

@media (min-width: 960px) {
.page-center {
max-width: calc(1280px - 360px);
}
}

@media (min-width: 1024px) {
.page-center {
max-width: calc(1280px - 296px);
}
}

@media (min-width: 1280px) {
.page-center {
max-width: calc(1280px - 40px);
}
}

@media (min-width: 1440px) {
.page-center {
max-width: 1280px;
}

}




.body-container__website .dnd-section:nth-child(odd) {
background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}