/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */


















.dnd-section {
padding-bottom: 50px;
padding-top: 50px;
}


@media (min-width: 576px) {
.dnd-section > .row-fluid {
max-width: calc(1140px - 600px);
}
}

@media (min-width: 768px) {
.dnd-section > .row-fluid {
max-width: calc(1140px - 420px);
}
}

@media (min-width: 992px) {
.dnd-section > .row-fluid {
max-width: calc(1140px - 180px);
}
}

@media (min-width: 1200px) {
.dnd-section > .row-fluid {
max-width: 1140px;
}
}




.body-container__homepage .dnd-section:nth-child(odd) {
background-color: #F8FAFC;
}
.page-center {
max-width: 1140px;
}





body {
color: #494A52;
font-family: Montserrat;
font-size: 20px;
font-weight: 400
}

p {
font-family: Montserrat;
font-weight: 400
}

a {
font-family: Montserrat;
color: rgba(53, 116, 227, 1.0);
}

a:hover,
a:focus {
color: rgba(6, 0, 255, 1.0);
}

a:active {
color: rgba(6, 0, 255, 1.0);
}

h1 {
color: #777777;
font-family: Montserrat;
font-size: 50px;
font-weight: 500;
}

@media(max-width: 767px) {
h1 {
font-size: 42.5px;
}
}

h2 {
color: #231F1F;
font-family: Montserrat;
font-size: 38px;
font-weight: 500;
}

@media(max-width: 767px) {
h2 {
font-size: 32.3px;
}
}

h3 {
color: #231F1F;
font-family: Montserrat;
font-size: 30px;
font-weight: 500;
}

@media(max-width: 767px) {
h3 {
font-size: 25.5px;
}
}

h4 {
color: #252221;
font-family: Montserrat;
font-size: 24px;
font-weight: 500;
}

@media(max-width: 767px) {
h4 {
font-size: 20.4px;
}
}

h5 {
color: #000000;
font-family: Montserrat;
font-size: 16px;
font-weight: 500;
}

h6 {
color: ;
font-family: Montserrat;
font-size: 18px;
font-weight: 500;
}





form, 
.submitted-message {
border: 1px solid;
border-color: rgba(255, 255, 255, 0.0) ;
background-color: rgba(255, 255, 255, 0.0);
font-family: Montserrat;
padding: 20px 10px;
}

h3.form-title {
background-color: rgba(255, 255, 255, 0.0);
color: rgba(195, 20, 50, 1.0);
}

.hs-button, 
.button--primary {
background-color: rgba(213, 0, 50, 1.0);
border-radius: 36px;
border: 1px solid;
color: rgba(255, 255, 255, 1.0);
border-color: rgba(195, 20, 50, 1.0);
padding-left: 40px !important;
padding-right: 40px !important;
padding-top: 20px !important;
padding-bottom: 20px !important;
}

.hs-button:hover, .button--primary:hover {
background-color: rgba(170, 1, 29, 1.0);
border-color: rgba(183, 0, 31, 1.0);
color: rgba(255, 255, 255, 1.0);
}


.hs-button:focus, .button--primary:focus  {
background-color: rgba(170, 1, 29, 1.0);
border-color: rgba(183, 0, 31, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.hs-button:active, .button--primary:active  {
background-color: rgba(170, 1, 29, 1.0);
border-color: rgba(183, 0, 31, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
color: rgba(120, 132, 135, 1.0);
}

.hs-form-field label, .hs-form-field a {
color: rgba(120, 132, 135, 1.0);
}

a#hs_login_reset {
color: rgba(120, 132, 135, 1.0);
}

.hs-form legend {
color: rgba(120, 132, 135, 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(255, 255, 255, 1.0);
border-color: rgba(206, 212, 218, 1.0) !important;
color: rgba(73, 80, 87, 1.0);
border-radius: 4px;
}

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(206, 212, 218, 1.0) !important;
color: rgba(73, 80, 87, 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(128, 189, 255, 1.0) !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: #494A52;
}

.hs-richtext {
font-size: 20;
}

.hs-default-font-element,
.hs-main-font-element {
font-family: Montserrat;
}

.fn-date-picker td.is-today .pika-button {
color: #1b1c1d;
}

.fn-date-picker td.is-selected .pika-button {
background: #1b1c1d;
}

.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(#null, 1.0);
color: rgba(#null, 1.0);
}

thead th,
thead td {
background-color: rgba(27, 28, 29, 1.0);
color: rgba(255, 255, 255, 1.0);
}

tfoot td {
background-color: rgba(255, 255, 255, 1.0);
color: rgba(#null, 1.0);
}

table,
tbody + tbody {
border-color: rgba(#null, 1.0);
}





header.header {
background-color: rgba(255, 255, 255, 0.0);
}
.no-banner header.header {
background-color: rgba(27, 28, 29, 0.8) !important;
}
.scroll-header header.header {
background-color: rgba(27, 28, 29, 0.8) !important;
}

.header__container {
max-width: 1140px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item a {
color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
color: rgba(255, 217, 102, 1.0);
background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item > a:hover {
color: rgba(255, 255, 255, 1.0);
background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
background-color: rgba(255, 255, 255, 1.0);
border: 1px solid rgba(0, 0, 0, 0.15);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
color: rgba(157, 157, 157, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
background-color: rgba(248, 249, 250, 1.0);
color: rgba(157, 157, 157, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item.active-branch > a {
background-color: rgba(248, 249, 250, 1.0);
color: rgba(157, 157, 157, 1.0);
} 

.nav-link-active {
color: rgba(33, 37, 41, 1.0);
background-color: rgba(255, 255, 255, 1.0);
}

.dropdown-menu-tem-container {
background-color: rgba(255, 255, 255, 1.0); 
border-color: rgba(0, 0, 0, 0.15); 
}

.language-dropdown-item {
color: rgba(33, 37, 41, 1.0); 
background-color: rgba(255, 255, 255, 1.0); 
}

.language-dropdown-item:hover {
color: rgba(33, 37, 41, 1.0); 
background-color: rgba(248, 249, 250, 1.0); 
}


.nav-link-mob-selected_lang {
color: rgba(33, 37, 41, 1.0);
background-color: rgba(255, 255, 255, 1.0);  
}

.dropdown-dropdown-menu-right {
background-color: rgba(255, 255, 255, 1.0); 
border-color: rgba(0, 0, 0, 0.15); 
}

.mob-dropdown-item {
color: rgba(33, 37, 41, 1.0); 
background-color: rgba(255, 255, 255, 1.0);   
}

.mob-dropdown-item:hover,
.mob-dropdown-item:focus {
color: rgba(33, 37, 41, 1.0); 
background-color: rgba(248, 249, 250, 1.0);  
}

@media(max-width: 767px) {
.header__navigation {
background-color: rgba(255, 255, 255, 0.0);
}

.header__navigation-toggle svg,
.menu-arrow svg {
fill: rgba(255, 255, 255, 1.0);
}
}





footer.footer {
background-color: rgba(51, 51, 51, 1.0);
color: rgba(120, 132, 135, 1.0);
}

.footer-menu-wrap .submenu.level-1 > li > a {
color: rgba(255, 255, 255, 1.0);
}

.footer-column-title h2 {
color: rgba(255, 255, 255, 1.0);
}

.footer-menu-wrap .submenu.level-1 > li > ul > li > a {
color: rgba(206, 206, 206, 1.0);
}

.footer-menu-wrap .submenu.level-1 > li > ul > li > a:hover {
color: rgba(244, 244, 244, 1.0);
}
.footer-column-title h2 a {
color: rgba(206, 206, 206, 1.0);
}

.footer-column-title h2 a:hover {
color: rgba(244, 244, 244, 1.0);
}

.footer-contact-wrap p a {
color: rgba(206, 206, 206, 1.0);
}

.footer-contact-wrap p a:hover {
color: rgba(244, 244, 244, 1.0);
}

.footer_copyright {
border-top: 1px solid rgba(44, 44, 44, 1.0);
color: rgba(120, 132, 135, 1.0);
}

.copyright-inner p {
color: rgba(120, 132, 135, 1.0);
}

.footer-contact-wrap p {
color: rgba(120, 132, 135, 1.0);
}

.social-icons li a {
color: rgba(206, 206, 206, 1.0);
}

.social-icons li a:hover {
color: rgba(244, 244, 244, 1.0);
}


@media (min-width: 576px) {
.footer__container {
max-width: calc(1140px - 600px);
}
}

@media (min-width: 768px) {
.footer__container {
max-width: calc(1140px - 420px);
}
}

@media (min-width: 992px) {
.footer__container {
max-width: calc(1140px - 180px);
}
}

@media (min-width: 1200px) {
.footer__container {
max-width: 1140px;
}
}







.content-wrapper {
padding-bottom: 50px;
padding-top: 50px;
}

@media (min-width: 576px) {
.content-wrapper {
max-width: calc(1140px - 600px);
}
}

@media (min-width: 768px) {
.content-wrapper {
max-width: calc(1140px - 420px);
}
}

@media (min-width: 992px) {
.content-wrapper {
max-width: calc(1140px - 180px);
}
}

@media (min-width: 1200px) {
.content-wrapper {
max-width: 1140px;
}
}


.blog-post__date {
border-color: #494A52;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
color: #494A52;
}

.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: #21222a;
}

.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: #71727a;
}

.blog-tag-filter__menu-link--active-item:after {
background-color: #1b1c1d;
}

.blog-pagination__link {
color: #494A52;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
background-color: #1b1c1d;
}

.blog-post__title {
color: #231F1F;
font-family:Montserrat;
font-size: 38px;
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: #1b1c1d;
}

body .tns-nav button.tns-nav-active {
background-color: #1b1c1d;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
background-color: #1b1c1d;
}

body .social-links__icon {
background-color: #1b1c1d;
}

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;
}

@media (min-width: 576px) {
.page-center {
max-width: calc(1140px - 600px);
}
}

@media (min-width: 768px) {
.page-center {
max-width: calc(1140px - 420px);
}
}

@media (min-width: 992px) {
.page-center {
max-width: calc(1140px - 180px);
}
}

@media (min-width: 1200px) {
.page-center {
max-width: 1140px;
}
}






.body-container__website .dnd-section:nth-child(odd) {
background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}