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
















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

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

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





html {
  font-size: 17;
}

body {
  color: #353535;
  font-family: gt-am-light,Helvetica Neue,Arial,sans-serif;
  font-size: 17px;
  font-weight: 400
}

@media only screen and (max-width: 568px) {
  body {
    font-size: 16px;
  }
}

a {
  color: rgba(0, 85, 140, 1.0);
}

a:hover {
  color:#005ea8;
}

a:active {
  color: rgba(40, 125, 180, 1.0);
}

h1 {
  color: #353535;
  font-family: gt-am-light;
  font-size: 53px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .h1,h1 {
      font-size:2.4rem
  }
}

@media only screen and (max-width: 568px) {
  .h1,h1 {
      font-size:1.75rem
  }
}

h2 {
  color: #353535;
  font-family: gt-am-light;
  font-size: 38px;
  font-weight: 400;
}

@media only screen and (max-width: 1024px) {
  .h2,h2 {
      font-size:1.85rem
  }
}

@media only screen and (max-width: 568px) {
  .h2,h2 {
      font-size:1.5rem
  }
}

h3 {
  color: #353535;
  font-family: gt-am-light;
  font-size: 26px;
  font-weight: 400;
}

h4 {
  color: #353535;
  font-family: gt-am-regular;
  font-size: 19px;
  font-weight: 400;
}

.h5, h5 {
  color: #979797;
  font-family: gt-am-condensed-bold;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  color: #838383;
  font-family: gt-am-regular;
  font-size: 16px;
  font-weight: 400;
}

blockquote {
  border-left: 10px solid #1d1d1d;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: gt-am-light;
}

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

.hs-button,
.button--primary {
  background-color: rgba(0, 85, 140, 1.0);
  border-color: rgba(0, 85, 140, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 34px;
  padding-right: 34px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.button--primary:hover {
  background-color: rgba(0, 94, 168, 1.0);
  border-color: #005ea8;
  color: #FFFFFF;
}

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

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

.hs-form label {
  color: rgba(151, 151, 151, 1.0);
}

.hs-form legend {
  color: rgba(151, 151, 151, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input[type="password"] {
  border-color: rgba(238, 238, 238, 1.0);
  color: rgba(53, 53, 53, 1.0);
  border-radius: 0px;        
  background-color: rgba(255, 255, 255, 1.0);
}

form input:focus,
form select:focus,
form textarea:focus,     
.hs-input:focus,
input[type="password"]:focus {
  border-color: rgba(#null, 0.0);
  background-color: rgba(255, 255, 255, 1.0);
}

/* input.hs-input.error,
input.hs-input.error:focus,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #e99292;
} */

.hs-form .hs-error-msgs label {
  color: #e45560;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: gt-am-light;
}

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

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

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





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

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

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

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





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

.main-header {
  background-color: rgba(200, 16, 46, 1.0);
}

.header__container {
  max-width: 1440px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(238, 238, 238, 1.0);
}

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

body .custom-menu-primary .submenu.level-2 li a {
  color: #00558c;
}

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

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(172, 14, 39, 1.0);
}

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

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

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

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

body .submenu.level-1 > li .dropdown {
  background-color: rgba(247, 247, 247, 1.0);
}

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

body .custom-menu-primary .submenu.level-2 .menu-item.active-branch,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(#null, 0.0);
}
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: gt-am-light;
}

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

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(0, 85, 140, 0.6);
}

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

ul.submenu.level-3 li.active-branch {
  background-color: rgba(255, 255, 255, 1.0);
}

@media (min-width: 1025px) {
  body ul.submenu.level-3 > li:not(:last-child) > a {
    color: rgba(0, 85, 140, 0.4);
  }
}


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

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





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

.footer .footer__text {
  background-color: rgba(238, 238, 238, 1.0);
}

.footer__container {
  max-width: 1440px; 
}

.footer a {
  color: rgba(0, 85, 140, 1.0);
}

.footer a:hover {
  color: rgba(0, 94, 168, 1.0);
}

body footer .h5, 
body footer h5 {
  color: rgba(53, 53, 53, 1.0);
}

.footer .footer__bottom a {
  color: rgba(131, 131, 131, 1.0);
}

.footer .footer__bottom a:hover {
  color: rgba(53, 53, 53, 1.0);
}

body .footer__bottom {
  color: rgba(131, 131, 131, 1.0);
}




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

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

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

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

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

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

.blog-pagination__link {
  color: #353535;
}

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

.blog-post__title {
  color: #353535;
  font-family:gt-am-light;
  font-size: 38px;
  font-weight: ;
}

.blog-post__author {
  background-color: #1d1d1d;
}

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

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

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

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

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

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




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


/* Rich Text Custom */