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

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

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




html {
  font-size: 16;
}

body {
  
  color: #666666;
  
  font-family: Lato,Helvetica,Arial,Lucida,sans-serif;
  font-weight: 500;
  font-size: 16px;
}

a {
  color: rgba(244, 124, 47, 1.0);
}

a:hover,
a:focus {
  color: rgba(244, 124, 47, 1.0);
}

h1 {
  
  color: rgba(51, 51, 51, 1.0);
  
  font-family: sans-serif;
  font-size: 30px;
  font-weight: 700;
}

h2 {
  
  color: rgba(51, 51, 51, 1.0);
  
  font-family: sans-serif;
  font-size: 26px;
  font-weight: 700;
}

h3 {
  
  color: rgba(51, 51, 51, 1.0);
  
  font-family: sans-serif;
  font-size: 22px;
  font-weight: 700;
}

h4 {
  
  color: rgba(51, 51, 51, 1.0);
  
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 700;
}

h5 {
  
  color: rgba(51, 51, 51, 1.0);
  
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;
}

h6 {
  
  color: rgba(51, 51, 51, 1.0);
  
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 700;
}

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





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

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

.hs-button,
.button--primary {
  background-color: rgba(244, 124, 47, 1.0);
  border-radius: 5px;
  border-width: 2px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-color: rgba(118, 118, 118, 1.0);
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(234, 146, 90, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(118, 118, 118, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input,
body input#hs-pwd-widget-password{
  border-color: rgba(187, 187, 187, 1.0);
  color: #666666;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
body input#hs-pwd-widget-password:focus {
  border-color: rgba(45, 57, 64, 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: #666666;
}

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


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

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

.fn-date-picker td .pika-button:hover {
  background-color: #666 !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(102, 102, 102, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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





.custom-header {
  background: -moz-linear-gradient(left,rgba(255, 255, 255, 1.0) 0%,rgba(0, 53, 93, 1.0) 100%);
  background: -webkit-linear-gradient(left,rgba(255, 255, 255, 1.0) 0%,rgba(0, 53, 93, 1.0) 100%);
  background: linear-gradient(to right,rgba(255, 255, 255, 1.0) 0%,rgba(0, 53, 93, 1.0) 100%);
}

.header__container {
  width: 80%;
}

@media(min-width: 981px) {
  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(250, 250, 250, 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.active-branch,
  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-branch {
    color: rgba(255, 255, 255, 1.0);
  }

  /* ======= Section Label ===== */
  body .custom-menu-primary .submenu.level-1 ul {
    background-color: rgba(244, 124, 47, 1.0);
    border-color: rgba(244, 124, 47, 1.0);
  }
  body .custom-menu-primary .submenu.level-1 ul  li > a {
    color: rgba(255, 255, 255, 1.0);
  }
  body .custom-menu-primary .submenu.level-1 ul .triangle-container .triangle {
    background-color: rgba(244, 124, 47, 1.0);
  }
  body .custom-menu-primary .submenu.level-1 ul .menu-item .menu-link:hover,
  body .custom-menu-primary .submenu.level-1 ul .menu-item .menu-link:focus,
  body .header__language-switcher .lang_list_class li:hover,
  body .custom-menu-primary .submenu.level-1 ul .triangle-container.level-1 ul.hover .triangle {
    background-color: rgba(0, 0, 0, 0.03);
    color: rgba(255, 255, 255, 1.0);
  }
  body .custom-menu-primary .submenu.level-1 ul .menu-item .menu-link.active-branch {
    color: rgba(255, 255, 255, 1.0);
  }
  .header__language-switcher-label-current:after {
    border-top-color: rgba(250, 250, 250, 1.0);
  }
}

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

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





.footer {
  background-color: rgba(0, 53, 93, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-top {
  color: rgba(255, 255, 255, 1.0);
}
.footer-top h3 {
  color: rgba(244, 124, 47, 1.0);
}
.footer-top .hs-rss-byline {
  color: rgba(140, 140, 140, 1.0);
}
.footer-top a {
  color: rgba(255, 255, 255, 1.0);
}
.footer-top a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer__container {
  width: 80%;
}
.footer-search form .hs-search-field__input {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
}
.footer-search form button {
  background-color: rgba(221, 221, 221, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
}
.footer-search form button:hover {
  background-color: rgba(221, 221, 221, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
}

/* ======= Footer Bottom ======= */
.footer-bottom {
  background-color: rgba(0, 0, 0, 0.32);
}
.footer-bottom a {
  color: rgba(168, 168, 168, 1.0);
}
.footer-bottom a:hover {
  color: rgba(168, 168, 168, 1.0);
}
.footer .footer__copyright {
  color: rgba(168, 168, 168, 1.0);
}




.content-wrapper {
  width: 80%;
}

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

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

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

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

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

.blog-pagination__link {
  color: #666666;
}

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

.blog-post__title {
  color: #333;
  font-family:sans-serif;
  font-size: 26px;
  font-weight: ;
}

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

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

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

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

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

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

.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=}
}