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

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

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




html {
  font-size: 18;
}

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

p {
  /*   font-family: Open Sans; */
}

a {
  /*   font-family: Open Sans; */
  color: rgba(0, 166, 235, 1.0);
}

a:hover,
a:focus {
  color:#18c4ff;
}

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

h1 {
  color: #294379;
  font-family: Meta Bold;
  font-size: 45px;
  font-weight: 400;
}

@media(max-width: 767px) {

}

h2 {
  color: #294379;
  font-family: Meta Bold;
  font-size: 41px;
  font-weight: 400;
}

@media(max-width: 767px) {

}

h3 {
  color: #294379;
  font-family: Meta Bold;
  font-size: 35px;
  font-weight: 400;
}

@media(max-width: 767px) {

}

h4 {
  color: #294379;
  font-family: Meta Bold;
  font-size: 28px;
  font-weight: 400;
}

@media(max-width: 767px) {

}

h5 {
  color: #294379;
  font-family: Meta Bold;
  font-size: 23px;
  font-weight: 400;
}

h6 {
  color: #294379;
  font-family: Meta Bold;
  font-size: 17px;
  font-weight: 400;
}

blockquote {
/*   border-left: 10px solid #494a52;; */
} 





.hs_cos_wrapper_type_form, 
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search, 
.widget-type-password_prompt, 
.hs-search-field, 
#email-prefs-form,
.form-container,
.blog-comments div#comments-listing + div {
  background-color: rgba(230, 231, 232, 1.0) ;
  border-color: rgba(230, 231, 232, 1.0) ;
}
 
form,
.submitted-message {
  font-family: Open Sans;
}

h3.form-title {
  background-color: rgba(230, 231, 232, 1.0);
  color: rgba(41, 67, 121, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(9, 66, 103, 1.0);
  border-color: rgba(9, 66, 103, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-radius: 6px;
  border-width: 1px;
  padding-left: 59px;
  padding-right: 59px;
  padding-top: 11px;
  padding-bottom: 11px;
}
 
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(27, 88, 158, 1.0);
  border-color: rgba(27, 88, 158, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(49, 106, 143, 1.0);
  border-color: rgba(49, 106, 143, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label,
.hs-form-field > label {
  color: rgba(70, 71, 73, 1.0);
}

.hs-form legend {
  color: rgba(70, 71, 73, 1.0);
}

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

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(70, 71, 73, 1.0);
  color: rgba(70, 71, 73, 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(70, 71, 73, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(70, 71, 73, 1.0);
}





header.header {
  background-color: rgba(255, 255, 255, 1.0);
}
.header__container {
  max-width: 1000px;
}

@media (min-width: 940px) {
  .header_account_sec ul li a {
    color: rgba(90, 91, 94, 1.0);
  } 
  .header_account_sec ul li a:hover,
  .header_account_sec ul li a:focus {
    color: rgba(151, 153, 156, 1.0);
  }

  .header-search-icon,
  .header-search-icon:before {
    border-color: rgba(90, 91, 94, 1.0);
  }


  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    color: rgba(90, 91, 94, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:focus {
    color: rgba(151, 153, 156, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
    color: rgba(85, 171, 59, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul {
    background-color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a {
    color: rgba(90, 91, 94, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:hover,
  .custom-menu-primary .hs-menu-wrapper > ul ul > li > a:focus {
    color: rgba(151, 153, 156, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul > li.active > a {
    color: rgba(85, 171, 59, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }

} 
 
 

@media(max-width: 767px) {

} 
 




.footer {
  background-color: rgba(9, 66, 103, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer__container {
  max-width: 1000px;
} 
.footer a {
  color: rgba(0, 166, 235, 1.0);
}
.footer a:hover,
.footer a:focus {
  color: rgba(24, 196, 255, 1.0);
}

.footer_primary_links ul li a,
.footer_secondary_links ul li a {
  color: rgba(255, 255, 255, 1.0);
}
.footer_primary_links ul li a:hover,
.footer_primary_links ul li a:focus,
.footer_secondary_links ul li a:hover,
.footer_secondary_links ul li a:focus {
  color: rgba(0, 166, 235, 1.0);
}

.footer_primary_links ul li:not(:last-child):after,
.footer_secondary_links ul li:not(:last-child):after {
  background-color: rgba(255, 255, 255, 1.0);
}






.content-wrapper {
  max-width: 1000px;
  padding-bottom: 40px;
  padding-top: 40px;
}

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

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

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

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

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

.blog-pagination__link {
  /*   color: #464749; */
}

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

.blog-post__title {
  color: #294379;
  font-family:Meta Bold;
  font-size: 41px;
  font-weight: ;
}

.blog-post__author {
  background-color: #494a52;
}

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

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




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