/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1170px;
}

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

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





html {
  font-size: 13;
}

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

p {
  font-family: Open Sans;
  font-weight: 400
}

a {
  font-family: Open Sans;
  color: rgba(0, 102, 153, 1.0);
}

a:hover,
a:focus {
  color:#2c5fb3;
}

a:active {
  color: rgba(40, 142, 193, 1.0);
}

h1 {
  color: #343434;
  font-family: Open Sans;
  font-size: 24px;
  font-weight: 700;
}

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

h2 {
  color: #343434;
  font-family: Open Sans;
  font-size: 22px;
  font-weight: 500;
}

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

h3 {
  color: #343434;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 500;
}

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

h4 {
  color: #343434;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
}

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

h5 {
  color: #343434;
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 700;
}

h6 {
  color: #343434;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 700;
}

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





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Open Sans;
}
.blog-comments form h3,
h3.form-title {
  background-color: rgba(96, 104, 106, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(78, 91, 94, 1.0);
  border-color: rgba(41, 67, 70, 1.0);
  border-radius: 5px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration:none !important;
} 

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(41, 67, 70, 1.0);
  border-color: rgba(102, 102, 102, 1.0);
  color: rgba(255, 255, 255, 1.0);
  text-decoration:none !important;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(118, 131, 134, 1.0);
  border-color: rgba(81, 107, 110, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form legend {
  color: rgba(102, 102, 102, 1.0);
}
#hs-pwd-widget-password,
form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(172, 172, 172, 1.0);
  color: rgba(102, 102, 102, 1.0); 
  border-radius: 1px;
}
#hs-pwd-widget-password:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(102, 102, 102, 1.0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 2px rgba(0,0,0,.075);
}

.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-input[type=radio] {
  float:left;
}

.body-container-wrapper h1, form, fieldset{
  margin:0 auto 16px !important;
  max-width:650px !important;
}

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

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

.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(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(0, 102, 153, 1.0);
}
.cm-position{
  background-color: rgba(0, 102, 153, 1.0);
  border-color: rgba(234, 234, 234, 1.0);
}

.header__container {
  max-width: 1170px;
}

.cm-header-top{
  background-color: rgba(78, 91, 94, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
}
.cm-header-menu ul li{  
  background-color: rgba(153, 153, 153, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 2px;
}
.cm-header-menu ul li a{
  color: rgba(0, 0, 0, 1.0);
  background-color: rgba(215, 214, 214, 1.0);  
  border-color: rgba(240, 240, 240, 0.0);
}
.cm-header-menu ul li a:hover{
  color: rgba(238, 238, 238, 1.0);
  background-color: rgba(68, 68, 68, 1.0);
  border-color: rgba(240, 240, 240, 1.0);
}
.cm-header-menu ul li.active > a,
.cm-header-menu ul li:first-child a{
  color: rgba(68, 68, 68, 1.0);
  background-color: rgba(242, 242, 242, 1.0);
}


.cm-header-links > ul > li > a{
  color: rgba(221, 221, 221, 1.0);
  border-color: rgba(61, 61, 61, 0.6);
}
.cm-header-links > ul > li.active > a,
.cm-header-links > ul > li > a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(54, 55, 60, 1.0);
}
.cm-header-search{  
  background-color: rgba(54, 55, 60, 1.0);
  border-color: rgba(61, 61, 61, 1.0);
}
.cm-header-search input[type="text"]{
  color: rgba(205, 205, 205, 1.0);
  border-color: rgba(51, 51, 51, 1.0);
  background-color: rgba(255, 255, 255, 0.2);
}
.cm-header-search button{
  fill: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6);
}

ul.cm-login-group{
  background-color: rgba(54, 55, 60, 1.0);
  border-color: rgba(54, 55, 60, 1.0);
}
ul.cm-login-group li a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(78, 91, 94, 1.0);
  border-color: rgba(41, 67, 70, 1.0);
}
ul.cm-login-group li a:hover{
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(241, 241, 241, 1.0);
  background-color: rgba(34, 34, 34, 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: #ddd;
}

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(102, 102, 102, 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: #ddd;
}
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: ;
}

.navigation-primary .submenu.level-1 > li.child-open > a,
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-image: -webkit-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
  background-image: -o-linear-gradient(top,#dbdbdb 0,#e2e2e2 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dbdbdb),to(#e2e2e2));
  background-image: linear-gradient(to bottom,#dbdbdb 0,#e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb',endColorstr='#e2e2e2',GradientType=0);
    }
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: #ddd;
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #ddd;
}
body .custom-menu-primary .submenu.level-2{
  border-color: rgba(241, 241, 241, 1.0);
  background-color: rgba(221, 221, 221, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li{
  border-color: rgba(241, 241, 241, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(51, 51, 51, 1.0);
  border-color: rgba(241, 241, 241, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: rgba(221, 221, 221, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(221, 221, 221, 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 {  
  color: #4e5b5e;
  background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
  background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5',endColorstr='#e8e8e8',GradientType=0);
    }
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  color: #333;
  background-color: #FFFFFF;
}

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

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

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

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





.footer {
  background-color: rgba(78, 91, 94, 1.0);
  color: #e0e0e0;
}
.footer h6{
  color: #e0e0e0;
}
.footer__container {
  max-width: 1170px;
}

.footer a{
  color: rgba(223, 223, 223, 1.0);
}

.footer a:hover{  
  color: rgba(110, 129, 135, 1.0);
}



.footer .footer-address-wrapper a{
  color: rgba(224, 224, 224, 1.0);
}
.footer .footer-address-wrapper a:hover{  
  color: rgba(224, 224, 224, 1.0);
}








.footer .social-icons a{  
  color: rgba(224, 224, 224, 1.0);
  border-color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
.footer .social-icons a:hover{  
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(#null, 0.0);
  background-color: rgba(#null, 0.0);
}
.footer-bottom{
  background-color: rgba(39, 39, 42, 1.0);
  color: rgba(#null, 0.0);
}
.footer-bottom a{
  color: rgba(153, 153, 153, 1.0);
}
.footer-bottom a:hover{
  color: rgba(110, 129, 135, 1.0);
}
.footer-bottom .copyright a{
  color: rgba(153, 153, 153, 1.0);
}
.footer-bottom .copyright a:hover{
  color: rgba(153, 153, 153, 1.0);
}





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

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

.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: #343434;
  font-family:Open Sans;
  font-size: 22px;
  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: transparent;
}

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 {
  max-width: 1170px;
  margin: 0 auto;
}




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


@media (max-width: 1199px){
  .header__container {
    max-width: 970px !important;
  }
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 970px !important;
  }
  .footer__container {
    max-width: 970px !important;
  }
  .page-center {
    max-width: 970px !important;
  }
}

@media (max-width: 991px){
  .header__container {
    max-width: 750px !important;
  }
  .content-wrapper,
  .dnd-section > .row-fluid {
    max-width: 750px !important;
  }
  .footer__container {
    max-width: 750px !important;
  }
  .page-center {
    max-width: 750px !important;
  }
}