/* ******************************************************************************
*********************************************************************************
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 {
  width: 80%;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper{
  padding-bottom: 50px;
  padding-top: 50px;
}


@media only screen and (max-width: 980px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-bottom: 37.0px;
    padding-top: 37.0px;
  }
}

@media only screen and (max-width: 767px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-bottom: 24.0px;
    padding-top: 24.0px;
  }
}



@media screen and (max-width: 1024px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left:0.0px;
    padding-right:0.0px;
  }
}

@media screen and (max-width: 960px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    padding-left:0.0px;
    padding-right:0.0px;
  }
}

@media screen and (max-width: 768px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    padding-left:0.0px;
    padding-right:0.0px;
  }
}


@media screen and (max-width: 640px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left:0.0px;
    padding-right:0.0px;
  }
}

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




html {
  font-size: ;
}

body {
  color: ;
  font-family: CustomFont1;
  font-weight: 300;
  font-size: px;
}


a {
  font-family: CustomFont1;
  color: rgba(80, 127, 255, 1.0);
}

a:hover,
a:focus {
  color: rgba(0, 59, 74, 1.0);
}

a:active {
  color: rgba(120, 167, 255, 1.0);
}

h1 {
  color: #507fff;
  font-family: Open Sans;
  font-size: 60px;
  font-weight: 400;
}

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

h2 {
  color: #003b4a;
  font-family: Open Sans;
  font-size: 42px;
  font-weight: 500;
}

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

h3 {
  color: #666666;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 400;
}

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

h4 {
  color: #66666;
  font-family: Open Sans;
  font-size: 30px;
  font-weight: 400;
}

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

h5 {
  color: #66666;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 400;
}

h6 {
  color: #66666;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
}

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





form,
.submitted-message {
  border-color: rgba(238, 238, 238, 1.0) ;
  font-family: CustomFont1;
  border-width: 1px;
}

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

.hs-button,
.button--primary {
  background-color: rgba(80, 127, 255, 1.0);
  border-color: rgba(126, 46, 61, 0.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(80, 127, 255, 1.0);
  color: rgba(0, 59, 74, 1.0);
}

.hs-button:hover,
.button--primary:hover{
  border-color: rgba(126, 46, 61, 0.0);
}
.hs-button:active,
.button--primary:active {
  background-color: rgba(120, 167, 255, 1.0);
  border-color: rgba(166, 86, 101, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(238, 238, 238, 1.0);
  border-color: rgba(238, 238, 238, 1.0);
  color: rgba(153, 153, 153, 1.0);
  border-radius: 0px;
  border-width: 1px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(#null, 0.0);
  border-width: 1px;
}
form label{
  color: rgba(153, 153, 153, 1.0);
}
.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: ;
}

.hs-richtext {
  font-size: ;
}

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

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

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

.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(102, 102, 102, 1.0);
  color: rgba(102, 102, 102, 1.0);
}

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

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

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





header.header {
  background-color: rgba(237, 236, 230, 1.0);
}
.header-wrapper{
  background-color: rgba(#null, 0.0);
}
header.header.fixed-header .header-wrapper{
  background-color: rgba(237, 236, 230, 1.0);
}

.no-banner-page .header-wrapper{
  background-color: rgba(237, 236, 230, 1.0);
}

.top-header{
  background-color: rgba(0, 59, 74, 0.0);
}

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

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

#header_search_icon:before {
  color: rgba(255, 255, 255, 0.0);
}

span.et_close_search_field:before{
  color: rgba(255, 255, 255, 0.0);
}
.header__container {
  width: 80%;
}


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(0, 59, 74, 1.0);
}

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: rgba(0, 59, 74, 0.7000000000000001);
}

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: rgba(80, 127, 255, 1.0);
}
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(80, 127, 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,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(80, 127, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a:hover
{
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 59, 74, 0.7000000000000001);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(80, 127, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(154, 220, 232, 0.0);
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(255, 255, 255, 0.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 0.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 {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(154, 220, 232, 0.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(154, 220, 232, 0.0);
}

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

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

@media(max-width: 767px) {

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





footer.footer {
  background-color: rgba(237, 236, 230, 1.0);
  color: rgba(0, 59, 74, 1.0);
  border-width: px;
}

footer.footer a{
  color: rgba(0, 59, 74, 1.0);
}
footer.footer a:hover{
  color: rgba(0, 59, 74, 0.7000000000000001);
}
.footer_title h1{
  color: rgba(80, 127, 255, 1.0);
}

.social-footer-icon a{
  background-color: rgba(255, 255, 255, 1.0);
}

.social-footer-icon a:before{
  color: rgba(80, 127, 255, 1.0);
}

.footer__container {
  width: 80%;
}






.content-wrapper {
  width: 80%;
}


.blog-post__date {
  border-color: ;
}

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

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

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

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {
  color: #003b4a;
  font-family:Open Sans;
  font-size: 42px;
  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: #003B4A;
}

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

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

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

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 {
  width: 80%;
  margin: 0 auto;
}






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