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

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





body {
  
  color: rgba(68, 68, 68, 1.0);
  
  font-family: myriad-pro;
  font-weight: 400;
  font-size: 13px;
}

@media (max-width: 640px) {
  body {
    font-size: 13.99999999996px;
  }
}

a {
  color: rgba(0, 66, 139, 1.0);
}

a:hover,
a:focus {
  color: rgba(0, 85, 128, 1.0);
}

a:active {
  color: rgba(40, 106, 179, 1.0);
}

h1 {
  color: #00428B;
  font-family: myriad-pro;
  font-size: 32px;
  font-weight: 600;
}

h1 {
  
  color: rgba(0, 66, 139, 1.0);
  
}

@media (max-width: 850px) and (min-width: 768px) {
  .body-container-wrapper h1 {
    font-size: 28.0px;
  }
}

@media (max-width: 767px) {
  .body-container-wrapper h1 {
    font-size: 18.0px;
  }
}

h2 {
  color: #00428B;
  font-family: myriad-pro;
  font-size: 14px;
  font-weight: 600;
}

h2 {
  
  color: rgba(0, 66, 139, 1.0);
  
}

h3 {
  color: #111111;
  font-family: myriad-pro;
  font-size: 14px;
  font-weight: 600;
}

h3 {
  
  color: rgba(17, 17, 17, 1.0);
  
}

h4 {
  color: #444444;
  font-family: myriad-pro;
  font-size: 17.5px;
  font-weight: 700;
}

h4 {
  
  color: rgba(68, 68, 68, 1.0);
  
}

h5 {
  color: #444444;
  font-family: myriad-pro;
  font-size: 14px;
  font-weight: 700;
}

h5 {
  
  color: rgba(68, 68, 68, 1.0);
  
}

h6 {
  color: #444444;
  font-family: myriad-pro;
  font-size: 11.9px;
  font-weight: 700;
}

h6 {
  
  color: rgba(68, 68, 68, 1.0);
  
}

blockquote {
  border-color: rgba(238, 238, 238, 1.0) ;
}





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

.hs-button,
.button--primary {
  background-image: linear-gradient(to bottom,rgba(255, 255, 255, 1.0),rgba(230, 230, 230, 1.0));
  border-top-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-left-color: rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  border-width: 1px;
  color: rgba(51, 51, 51, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(230, 230, 230, 1.0);
  border-top-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-left-color: rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.15);
  color: rgba(51, 51, 51, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-image: linear-gradient(to bottom,rgba(255, 255, 255, 1.0),rgba(230, 230, 230, 1.0));
  border-top-color: rgba(0, 0, 0, 0.15);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-left-color: rgba(0, 0, 0, 0.15);
  border-right-color: rgba(0, 0, 0, 0.15);
  color: rgba(51, 51, 51, 1.0);
}

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

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

form input,
form select,
form textarea,
.hs-input {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(85, 85, 85, 1.0);
  border-width: 1px;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07);
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 
    0 0 8px rgba(82, 168, 236, 0.6);
}

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

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

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





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





.custom-header {
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-service-menu .hs-menu-wrapper > ul > li > a {
  color: rgba(17, 17, 17, 1.0);
}

.custom-service-menu .hs-menu-wrapper > ul > li:hover > a {
  color: rgba(0, 66, 139, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

.custom-menu-primary .navigation-primary > ul > li > a {
  color: rgba(102, 102, 102, 1.0);
  border-color: rgba(68, 68, 68, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li:not(.active-branch) > a:hover {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(68, 68, 68, 1.0);
  background-color: rgba(0, 66, 139, 1.0);
}

.custom-menu-primary .navigation-primary > ul > li.active-branch > a {
  color: rgba(0, 66, 139, 1.0);
  border-color: rgba(0, 66, 139, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

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

.custom-menu-primary .navigation-primary > ul ul li a {
  color: rgba(102, 102, 102, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li:not(.active-branch) > a:hover {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(0, 66, 139, 1.0);
}

.custom-menu-primary .navigation-primary > ul ul li.active-branch > a {
  color: rgba(0, 66, 139, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}





.custom-footer {
  background-color: rgba(221, 221, 221, 1.0);
}

.custom-footer .page-center {
  background-color: rgba(200, 200, 200, 0.6);
}

.custom-copyright p {
  color: rgba(68, 68, 68, 1.0);
}

.custom-copyright a {
  color: rgba(0, 66, 139, 1.0);
}

.custom-copyright a:hover {
  color: rgba(0, 85, 128, 1.0);
}





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

.blog-pagination__link {
  color: #444444;
}

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

.blog-post__title {
  color: #00428B;
  font-family:;
  font-size: 14px;
  font-weight: ;
}

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

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

.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  max-width: 940px;
  margin: 0 auto;
}

/* @media (max-width: 1050px) and (min-width: 641px) {
.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
max-width: 959.9999999956001px;
}
} */




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