/* ******************************************************************************
*********************************************************************************
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: 1280px;
}

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

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





body {
  color: #444444;
  font-family: roboto;
  font-size: 16px;
}

p {
  font-family: roboto;
  font-weight: 400
}

a {
  font-family: roboto;
  color: rgba(0, 36, 82, 1.0);
}

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

a:active {
  color: rgba(40, 76, 122, 1.0);
}

h1 {
  color: #002452;
  font-family: arial, helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

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

h2 {
  color: #002452;
  font-family: roboto;
  font-size: 24px;
  font-weight: 700;
}

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

h3 {
  color: #002452;
  font-family: roboto;
  font-size: 24px;
  font-weight: 700;
}

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

h4 {
  color: #002452;
  font-family: roboto;
  font-size: 24px;
  font-weight: 700;
}

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

h5 {
  color: #444444;
  font-family: roboto;
  font-size: 20px;
  font-weight: 700;
}

h6 {
  color: #444444;
  font-family: roboto;
  font-size: 16px;
  font-weight: 700;
}

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





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

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

.hs-button,
.button--primary {
  background-color: rgba(255, 81, 0, 1.0);
  border-color: rgba(238, 238, 238, 1.0);
  border-radius: 3px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: #00528a;
  border-color: #00528a;
  color: #FAFAFA;
}

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

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

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

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

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(#null, 0.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: #444444;
}

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

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

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

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

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





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

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

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

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





.header {
  background-color: rgba(#null, 0.0);
}

.header__container {
  max-width: 1280px;
}

@media (min-width: 1024px) {
  .custom-menu-primary>div>ul>li>a {
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary>div>ul>li>a:hover {
    color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary>div>ul>li:hover>a {
    background-color: rgba(0, 133, 194, 1.0);
  }

  .navigation-primary>ul>li.active {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(0, 133, 194, 1.0);
  }
  .categories .level-2>li {
    background-color: rgba(242, 242, 242, 1.0);
  }

  .categories .level-2>li>a {
    color: rgba(0, 0, 0, 1.0);
  }

  .categories .level-2>li:hover>a {
    color: rgba(32, 83, 135, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
  }

  .categories .level-2>li.active>a {
    color: rgba(32, 83, 135, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
  }
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #fff;
}

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

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #fff;
} 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: #0085c2;
}

body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #FFF;
  color: #205387;
} 
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: roboto;
}

.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(86, 87, 88, 1.0);
  color: rgba(255, 255, 255, 0.8);
}

.footer__container {
  max-width: 1280px;
}

.subscribe-form #hs_cos_wrapper_form {
  background-color: rgba(243, 177, 18, 1.0);
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
}

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

#hs_cos_wrapper_footer_copyright_text p {
  color: rgba(255, 255, 255, 0.8);
}

#hs_cos_wrapper_about-blackwood h4,
#hs_cos_wrapper_rss_listing h3,
.footer .title{
  color: rgba(255, 255, 255, 1.0);
}





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

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

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

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

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

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

.blog-pagination__link {
  color: #444444;
}

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

.blog-post__title {
  color: #002452;
  font-family:roboto;
  font-size: 24px;
  font-weight: ;
}

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

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

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

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

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

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

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




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