/* ******************************************************************************
*********************************************************************************
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: 48px;
  padding-top: 48px;
}

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





html {
  font-size: 19px;
}

body {
  color: #585455;
  font-family: Didact Gothic;
  font-weight: 400;
  font-size: 19px;
}

body li{
  font-weight: 400;
}

p {
  font-family: Didact Gothic;
  font-weight: 400
}

a {
  font-family: Didact Gothic;
  color: rgba(0, 123, 255, 1.0);
}

a:hover,
a:focus {
  color: rgba(0, 86, 179, 1.0);
}

a:active {
  color: rgba(40, 163, 255, 1.0);
}


h1 {
  color: #5a5a5a;
  font-family: Didact Gothic;
  font-size: 43.2px;
  font-weight: 400;
}
h2 {
  color: #5a5a5a;
  font-family: Didact Gothic;
  font-size: 38.4px;
  font-weight: 400;
}

h3 {
  color: #5a5a5a;
  font-family: Didact Gothic;
  font-size: 32px;
  font-weight: 400;
}

h4 {
  color: #585455;
  font-family: Didact Gothic;
  font-size: 24px;
  font-weight: 400;
}

h5 {
  color: #585455;
  font-family: Didact Gothic;
  font-size: 20px;
  font-weight: 400;
}

h6 {
  color: #585455;
  font-family: Didact Gothic;
  font-size: 19.2px;
  font-weight: 400;
}

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





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Didact Gothic;
  background-color: rgba(238, 239, 244, 1.0) ;
}

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

.hs-button,
.button--primary {
  background-color: rgba(85, 112, 197, 1.0);
  border-color: rgba(73, 74, 82, 1.0);
  border-radius: 5px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(37, 58, 123, 1.0);
  border-color: rgba(73, 74, 82, 0.1);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(37, 58, 123, 1.0);
  border-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

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

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.systems-page input[type="password"]:focus{
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 4px;
}

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

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

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

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

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

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





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

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

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

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





.fixed-header .header-inner-wrapper{
  background: rgba(255, 255, 255, 1.0); 
}
body .fixed-header .custom-menu-primary a{
  color: rgba(22, 33, 103, 1.0); 
}
body .fixed-header .custom-menu-primary .submenu.level-1>li:hover>a{
  color: rgba(22, 33, 103, 1.0); 
}

.fixed-header .custom-menu-primary .navigation-primary>ul>li>a:after{
  background-color: rgba(247, 160, 27, 1.0); 
}
body .fixed-header .custom-menu-primary .submenu.level-2>li>a{
  color: rgba(22, 33, 103, 1.0);   
}
body .fixed-header .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover{
  color: rgba(22, 33, 103, 1.0);   
}
.header-inner-wrapper {
  background: linear-gradient(rgba(255, 150, 20, 1.0),rgba(30, 23, 60, 0.0));
}

.tabsection:before{
  background-color: rgba(255, 255, 255, 1.0);
}
.tabsection:hover:before{
  background-color: rgba(196, 127, 21, 1.0);
}

.subtab:before{
  background-color: rgba(85, 112, 197, 1.0);
}
.subtab:hover:before{
  background-color: rgba(37, 58, 123, 1.0);
}
.tabsection .tab-link:before{
  background-color: rgba(255, 255, 255, 1.0); 
}
.tabsection .tab-link:hover:before{
  background-color: rgba(196, 127, 21, 1.0); 
}
.tabsection a.tab-link{
  color: rgba(77, 77, 77, 1.0); 
}
.tabsection a.tab-link:hover{
  color: rgba(255, 255, 255, 1.0); 
}
.subtab{
  color: rgba(255, 255, 255, 1.0);  
}
.tabsection a:hover{
  color: rgba(255, 255, 255, 1.0);  
}

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

body .custom-menu-primary .submenu.level-1 > li > a.active-item,
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(255, 255, 255, 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-item {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-item:after {
  background-color: rgba(85, 112, 197, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(0, 0, 0, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 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 {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(51, 51, 51, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 0, 0, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li > a:after{
  background-color: rgba(85, 112, 197, 1.0);
}


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

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

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

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





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(88, 84, 85, 1.0);
}
.footer-spacer{
  background-color: rgba(215, 217, 220, 1.0);
}

.footer-menu-wrap ul li a{
  color: rgba(88, 84, 85, 1.0);
  border-color: rgba(88, 84, 85, 1.0);
}
.footer-menu-wrap ul li a:hover{
  color: rgba(0, 0, 0, 1.0);
}
.footer__copyright{
  color: rgba(88, 84, 85, 1.0);
}

.footer-social-links a{
  color: rgba(77, 77, 77, 1.0);
}

.footer-social-links a:hover{
  color: rgba(77, 77, 77, 1.0);
}
.blog-social-link, .social-link{
  color: rgba(77, 77, 77, 1.0);
}
.blog-social-link:hover, .social-link:hover{
  color: rgba(77, 77, 77, 1.0);
}






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

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

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

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

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

.blog-pagination__link {
  color: #585455;
}

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

.blog-post__title {
  color: #5a5a5a;
  font-family:Didact Gothic;
  font-size: 38.4px;
  font-weight: ;
}

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

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

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

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

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

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

.page-center {
  margin: 0 auto;
}




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

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

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

@media(max-width:767px){
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .footer__container,
  .content-wrapper{
    max-width: 100.0005%;
  }  
  
  .accreditions-section {
    display:block;
    text-align: center;
  }
   
  .footer-logo {
    margin-bottom: 50px;
  
}