/* ******************************************************************************
*********************************************************************************
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 > .row-fluid {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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




html {
  font-size: 16;
}

body {
  font-family: Inter;
  color: #33333b;
  font-size: 16px;
font-weight: 400
}

p {
  font-family: Inter;
}

a {
  font-family: Inter;
  color: rgba(231, 124, 34, 1.0);
}

a:hover,
a:focus {
  color:#dd8734;
}

a:active {
  color: rgba(255, 164, 74, 1.0);
}

h1 {
  color: #466ea5;
  font-family: Inter;
  font-size: 49px;
  font-weight: 400;
}

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

h2 {
  color: #2e2e2e;
  font-family: Inter;
  font-size: 39px;
  font-weight: 400;
}

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

h3 {
  color: #33333b;
  font-family: Inter;
  font-size: 31px;
  font-weight: 400;
}

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

h4 {
  color: #33333b;
  font-family: Inter;
  font-size: 25px;
  font-weight: 400;
}

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

h5 {
  color: #33333b;
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
}

h6 {
  color: #33333b;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
}

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





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

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(70, 110, 165, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(221, 135, 52, 1.0);
  border-color: rgba(221, 135, 52, 1.0);
  border-radius: 4px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #f19b48;
  border-color: #f19b48;
  color: #FFFFFF);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 175, 92, 1.0);
  border-color: rgba(255, 175, 92, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(204, 204, 204, 1.0);
  color: ;
  border-radius: 4px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(51, 51, 59, 1.0);
}

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

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Inter;
}

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

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

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


input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"],
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"], 
input[type="file"], 
textarea,
select, 
form select,
form textarea, 
.hs-input{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(85, 85, 85, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
}

.hs-button,
.button--primary {
  border-color: rgba(255, 175, 92, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:hover,
.button--primary:hover {
  border-color: rgba(255, 195, 112, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.body-container-wrapper .container-fluid form{
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
}

h3.form-title{
  border-color: rgba(221, 221, 221, 1.0);
}





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

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

tfoot td {
  background-color: rgba(60, 100, 155, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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





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

.header__container {
  max-width: 1200px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #466ea5;
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #466ea5;
}

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: #466ea5;
}
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: #ffffff;
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: #ffffff
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #466ea5;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #466ea5;
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: #466ea5;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: #ffffff;
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #ffffff;
}

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 {
  background-color: #ffffff;
  color: #466ea5;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #466ea5;
  background-color: #ffffff;
}

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

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

nav.navigation-primary > ul > li.active > a{
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(70, 110, 165, 1.0);
}

nav.navigation-primary > ul > li > ul > li.active > a{
  background-color: rgba(255, 255, 255, 1.0) !important;
  color: rgba(70, 110, 165, 1.0) !important;
}
nav.navigation-primary > ul > li.active > a:before{
  width: 100%;
  background-color: rgba(70, 110, 165, 1.0) ;
}

nav.navigation-primary > ul > li > a:hover:before{
  background-color: rgba(70, 110, 165, 1.0) ;
}

.cm-header-icons .title{
  color: rgba(51, 51, 59, 1.0) ;
}
.e-social-links ul.social-icons li a{
  background-color: rgba(242, 242, 242, 1.0) ;
}
.e-social-links ul.social-icons li.ln a:before,
.e-social-links ul.social-icons li.fb a:before,
.e-social-links ul.social-icons li.tw a:before{
  color: rgba(#null, 0.0) ;
}
.e-social-links ul.social-icons li a:hover{
  background-color: rgba(#null, 0.0) ;
}
.e-social-links ul.social-icons li.ln a:hover:before,
.e-social-links ul.social-icons li.fb a:hover:before,
.e-social-links ul.social-icons li.tw a:hover:before{
  color: rgba(#null, 0.0) ;
}


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

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





.footerTop {
  background-color: rgba(60, 100, 155, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer__container {
  max-width: 1200px;
}

.contactDetails h5 > a{
  color: rgba(255, 255, 255, 1.0);
}

.footerBottom {
  background-color: rgba(50, 90, 145, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.contactDetails p a{
  background-color: rgba(221, 135, 52, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.contactDetails p a:hover{
  background-color: rgba(231, 145, 62, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.contactDetails > div{
  border-color: rgba(255, 255, 255, 1.0);
}

nav.footer-nav ul > li > a{
  color: rgba(255, 255, 255, 0.4);
}
nav.footer-nav ul > li > a:hover{
  color: rgba(255, 255, 255, 0.4);
}






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

.blog-post__date {
  border-color: #33333b;
}

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

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

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

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

.blog-pagination__link {
  color: #33333b;
}

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

.blog-post__title {
  color: #2e2e2e;
  font-family:Inter;
  font-size: 39px;
  font-weight: ;
}

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

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

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

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

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

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

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




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