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















@import url('//fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('//kit-pro.fontawesome.com/releases/latest/css/pro-v4-font-face.min.css');
@import url('//kit-pro.fontawesome.com/releases/latest/css/pro-v4-shims.min.css');
@import url('//kit-pro.fontawesome.com/releases/latest/css/pro.min.css');

.dnd-section > .row-fluid {
  max-width: 1260px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #002855;
}




html {
  font-size: 16;
}

body {
  color: #002855;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300
}

a {
  color: rgba(0, 193, 213, 1.0);
}

a:hover {
  color: #002855;
}

a:active {
  color: rgba(40, 233, 253, 1.0);
}

h1 {
  color: #002855;
  font-family: montserrat, sans-serif;
  font-size: 38px;
  font-weight: 800;
}

h2 {
  color: #00c1d5;
  font-family: montserrat, sans-serif;
  font-size: 28px;
  font-weight: 800;
}

h3 {
  color: #002855;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

h4 {
  color: #00c1d5;
  font-family: montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

h5 {
  color: #002855;
  font-family: montserrat, sans-serif;
  font-size: 12.8px;
  font-weight: 500;
}

h6 {
  color: #002855;
  font-family: montserrat, sans-serif;
  font-size: 12.8px;
  font-weight: 500;
}

blockquote {
  border-color: #002855;;
}




.body-container .custom_error_message form,
.body-container .widget-type-form,
.body-container .widget-type-blog_subscribe,
.body-container .widget-type-google_search,
.body-container .widget-type-password_prompt.custom_error_message,
.body-container .widget-type-email_simple_subscription,
.body-container #comment-form, 
.body-container .hs-search-field__bar form,
.blog-comments form,
form#email-prefs-form,
.systems-page .form-container form,
.systems-page #hs_cos_wrapper_password_prompt form {
  background-color: rgba(0, 193, 213, 1.0); 
}

form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: montserrat,sans-serif;
}

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

.hs-button,
.button--primary {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(0, 40, 85, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 11px;
  padding-bottom: 11px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: #ffffff;
  color: #002855;
}

.hs-button:focus {
  color: rgba(0, 40, 85, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

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

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

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

form input,
form select,
form textarea,
.hs-input,
input[type="password"] {
  border-width: 1px;
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 3px;        
  background-color: rgba(245, 248, 250, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,     
.hs-input:focus,
input[type="password"]:focus {
  border-color: rgba(82, 168, 236, 0.8);
  background-color: rgba(245, 248, 250, 1.0);
}

.hs-error-msgs label {
  margin-top: 4px;
  color: #f2545b;
}

.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: #002855;
}

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

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

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

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

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





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

thead th,
thead td {
  background-color: rgba(0, 40, 85, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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






body .top-header {
  background-color: rgba(0, 193, 213, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1260px;
}

body .top-header a {
  color: rgba(255, 255, 255, 1.0);
}

body .top-header a:hover {
  color: rgba(255, 255, 255, 1.0);
}

body .top-header .contact a {
  color: rgba(255, 255, 255, 1.0);
}

.top-header .top-links ul li.contact-link {
  background-color: rgba(0, 40, 84, 1.0);
}

body .main-header {
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(0, 40, 85, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a {
color: rgba(0, 40, 85, 1.0);
}

body ul.submenu.level-2 li a {  
  color: rgba(255, 255, 255, 1.0);
  border-bottom-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
color: #002855;
}

body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li {
background-color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover {
background-color: rgba(255, 255, 255, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li.active-branch > a {
color: #002855;
}

body .submenu.level-1 .submenu {
  background-color: rgba(0, 0, 0, 0.65);
}

body ul.submenu.level-2:after {
  border-bottom-color: rgba(0, 0, 0, 0.65);
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: ;
}

body .custom-menu-primary .submenu.level-2 .menu-item.active-branch > .menu-link {
  background-color: ;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: montserrat,sans-serif;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(0, 40, 85, 1.0);
}

body .submenu.level-2 li:hover > a,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(#null, 0.0);
}

body .custom-menu-primary .submenu.level-2 li.active-branch > a {
  color: #ffffff;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 1.0);
  }

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





body .footer {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 40, 85, 1.0);
}
.footer__container {
  max-width: 1260px;
}

body .footer a {
  color: rgba(0, 193, 212, 1.0);
}

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

body .footer-navigation-primary ul li a{
  color: rgba(255, 255, 255, 1.0);
}

body .footer-navigation-primary ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.footer .right-content ul li a {
  color: rgba(255, 255, 255, 1.0);
}

.footer .right-content ul li a:hover {
  color: rgba(255, 255, 255, 1.0);
}

.footer .copyright {
  color: rgba(0, 193, 212, 1.0);
}





.content-wrapper {
  max-width: 1260px;
}

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

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

.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: #00002d;
}

.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: #28507d;
}

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

.blog-pagination__link {
  color: #002855;
}

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

.blog-post__title {
  color: #00c1d5;
  font-family:montserrat,sans-serif;
  font-size: 28px;
  font-weight: ;
}

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

#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: #002855;
}

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

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

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

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: #002855;
}

.page-center {
  max-width: 1260px;
  margin: 0 auto;
}




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

@media (max-width: 1199px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 960px;
  }
}

@media (max-width: 991px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 720px;
  }
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 540px;
  }
}

@media (max-width: 575px) {
  .dnd-section > .row-fluid,
  .footer__container,
  .page-center,
  .header__container,
  .content-wrapper {
    max-width: 100%;
  }
}

.d-xl-flex {
    display: inherit !important;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem !important;
}

.list-inline-item {
    display: inline-block !important;
}