/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */



















@media (min-width: 576px) {
.dnd-section > .row-fluid {
max-width: calc(1385px - 845px);
}
}
@media (min-width: 768px){
.dnd-section > .row-fluid {
max-width: calc(1385px - 665px);
}
}
@media (min-width: 992px){
.dnd-section > .row-fluid {
max-width: calc(1385px - 425px);
}
}
@media (min-width: 1200px){
.dnd-section > .row-fluid {
max-width: calc(1385px - 245px);
}
}

@media (min-width: 1441px){
.dnd-section > .row-fluid {
max-width: 1385px;
}
}

.dnd-section {
padding-bottom: 40px;
padding-top: 40px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
background-color: #F8FAFC;
}
.page-center {
max-width: 1385px;
}




html {
font-size: 23;
}

body {
color: #0d2031;
font-family: Helvetica Regular, sans-serif;
font-size: 23px;
font-weight: 400
}

@media (max-width: 1280px) {
body {
font-size: 18px;
}   
}

@media (max-width: 768px) {
body {
font-size: 16px;
}
}

p {
font-family: Helvetica Regular, sans-serif;
font-weight: 400
}

a {
font-family: Helvetica Regular, sans-serif;
color: rgba(13, 32, 49, 1.0);
}

a:hover,
a:focus {
color: rgba(13, 32, 49,  1.0);
}

a:active {
color: rgba(13, 32, 49,  1.0);
}


h1 {
color: #003057;
font-family: Encode Sans;
font-size: 50px;
font-weight: 700;
}


@media(max-width: 1440px) {
h1 {
font-size: 40.0px;
}
}

@media (max-width: 1280px) {
h1 {
font-size: 35.0px;
}
}

@media (max-width: 992px) {
h1 {
font-size: 30.0px;
} 
}

h2 {
color: #003057;
font-family: Encode Sans;
font-size: 40px;
font-weight: 700;
}

@media(max-width: 1440px) {
h2 {
font-size: 32.0px;
}
}

@media (max-width: 1280px) {
h2 {
font-size: 30.0px;
}
}

@media (max-width: 992px) {
h2 {
font-size: 26.0px;
} 
}

h3 {
color: #007d8a;
font-family: Helvetica Regular, sans-serif;
font-size: 35px;
font-weight: 400;
}

@media(max-width: 1440px) {
h3 {
font-size: 30.8px;
}
}

@media (max-width: 1280px) {
h3 {
font-size: 28.0px;
}
}

@media (max-width: 992px) {
h3 {
font-size: 24.5px;
} 
}

h4 {
color: #007d8a;
font-family: Helvetica Regular, sans-serif;
font-size: 27px;
font-weight: 400;
}

@media(max-width: 767px) {
h4 {
font-size: 22.95px;
}
}

h5 {
color: #003057;
font-family: Helvetica Bold, sans-serif;
font-size: 24px;
font-weight: 400;
}

h6 {
color: #003057;
font-family: Helvetica Bold, sans-serif;
font-size: 20px;
font-weight: 400;
}





form, 
.submitted-message {
border: 1px solid;
border-color: rgba(255, 255, 255, 1.0) ;
background-color: rgba(255, 255, 255, 1.0);
font-family: Helvetica Regular, sans-serif;
padding: 15px 5px;
}

h3.form-title {
background-color: rgba(255, 255, 255, 1.0);
color: rgba(0, 48, 87, 1.0);
}

.hs-button, 
.button--primary {
background-color: rgba(120, 190, 32, 1.0);
border-radius: 0px;
border: 1px solid;
color: rgba(255, 255, 255, 1.0);
border-color: rgba(120, 190, 32, 1.0);
padding-left: 20px !important;
padding-right: 20px !important;
padding-top: 12px !important;
padding-bottom: 12px !important;
}
@media (max-width: 768px) {
.hs-button, .button--primary {
    padding-top: calc(12px - 5px) !important;
    padding-bottom: calc(12px - 5px) !important;
}
}
.hs-button:hover, .button--primary:hover {
background-color: rgba(143, 189, 56, 1.0);
border-color: rgba(143, 189, 56, 1.0);
color: rgba(255, 255, 255, 1.0);
}


.hs-button:focus, .button--primary:focus  {
background-color: rgba(143, 189, 56, 1.0);
border-color: rgba(143, 189, 56, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.hs-button:active, .button--primary:active  {
background-color: rgba(143, 189, 56, 1.0);
border-color: rgba(143, 189, 56, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
color: rgba(13, 32, 49, 1.0);
}
.hs-form legend {
color: rgba(13, 32, 49, 1.0);
}

body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
border: 1px solid !important;
background-color: rgba(255, 255, 255, 1.0);
border-color: rgba(184, 184, 184, 1.0) !important;
color: rgba(13, 32, 49, 1.0);
border-radius: 3px;
}

body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
border-color: rgba(184, 184, 184, 1.0) !important;
color: rgba(13, 32, 49, 1.0);
}

body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
border-color: rgba(184, 184, 184, 1.0) !important;
}


.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: #0d2031;
}

.hs-richtext {
font-size: 23;
}

.hs-default-font-element,
.hs-main-font-element {
font-family: Helvetica Regular, sans-serif;
}

.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: #F8FAFC !important;
}





th,
td {
background-color: rgba(255, 255, 255, 1.0);
border: 1px solid rgba(73, 74, 82, 1.0);
color: rgba(73, 74, 82, 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(73, 74, 82, 1.0);
}

table,
tbody + tbody {
border-color: rgba(73, 74, 82, 1.0);
}





header.header {
background-color: rgba(0, 48, 87, 1.0);
}
.top-header {
background-color: rgba(0, 40, 67, 1.0); 
}

ul.header-social-links > li.tf-nav-search {
color: rgba(255, 255, 255, 1.0); 
}

ul.header-social-links > li.tf-nav-search:hover {
color: rgba(255, 255, 255, 1.0); 
}

ul.header-social-links > li > a {
color: rgba(255, 255, 255, 1.0); 
}
ul.header-social-links > li > a:hover {
color: rgba(255, 255, 255, 1.0); 
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
color: rgba(255, 255, 255, 1.0);
background-color: rgba(0, 125, 138, 1.0);
}

.custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a {
color: rgba(255, 255, 255, 1.0);
background-color: rgba(0, 125, 138, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
color: rgba(40, 62, 94, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
background-color: rgba(0, 125, 138, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item.active-branch > a {
background-color: rgba(0, 125, 138, 1.0);
color: rgba(255, 255, 255, 1.0);
}  

.custom-menu-primary .navigation-primary>.submenu>.menu-item:last-child>a {
color: rgba(255, 255, 255, 1.0);
background-color: rgba(143, 189, 56, 1.0);
}

.custom-menu-primary .navigation-primary>.submenu>.menu-item:last-child:hover>a {
color: rgba(255, 255, 255, 1.0);
background-color: rgba(148, 211, 31, 1.0);
}




@media (min-width: 992px){
.header__container {
max-width: calc(1385px - 425px);
}
}
@media (min-width: 1200px){
.header__container {
max-width: calc(1385px - 245px);
}
}

@media (min-width: 1441px){
.header__container {
max-width: 1385px;
}
}


@media(max-width: 767px) {
.header__navigation {
background-color: rgba(0, 48, 87, 1.0);
}

.header__navigation-toggle svg,
.menu-arrow svg {
fill: rgba(255, 255, 255, 1.0);
}
}





footer.footer {
background-color: rgba(25, 45, 69, 1.0);
color: rgba(255, 255, 255, 1.0);
}

.footer_content p {
color: rgba(255, 255, 255, 1.0);
}
.footer_content p a {
color: rgba(255, 255, 255, 1.0);
}
.copyright p {
color: rgba(255, 255, 255, 1.0);
}

.footer-menu .navigation-primary .submenu.level-1>li>a{
color: rgba(143, 189, 56, 1.0);
}

.footer-menu .navigation-primary .submenu.level-1 > li > ul > li > a {
color: rgba(255, 255, 255, 1.0);
}
.footer-menu .navigation-primary .submenu.level-1 > li > ul > li > a:hover {
color: rgba(70, 124, 136, 1.0);
}

.privacy-policy-links ul li a {
color: rgba(255, 255, 255, 1.0);
}

.privacy-policy-links ul li a:hover {
color: rgba(70, 124, 136, 1.0);
}

.footer-bottom-container:before {
background-color: rgba(144, 190, 56, 1.0);
}

.footer-nav-2-socials ul li a {
color: rgba(143, 189, 56, 1.0);
}

.footer-nav-2-socials ul li a:hover {
color: rgba(148, 211, 31, 1.0);
}
.contact_info p a {
color: rgba(255, 255, 255, 1.0);
}

.contact_info p a:hover {
color: rgba(255, 255, 255, 1.0);
}

.contact_info p:last-child a {
color: rgba(70, 124, 136, 1.0);
}

.contact_info p:last-child a:hover {
color: rgba(70, 124, 136, 1.0);
}
.contact_info p:last-child:before {
color: rgba(255, 255, 255, 1.0);

}

@media (min-width: 576px) {
.footer__container {
max-width: calc(1385px - 845px);
}
}
@media (min-width: 768px){
.footer__container {
max-width: calc(1385px - 665px);
}
}
@media (min-width: 992px){
.footer__container {
max-width: calc(1385px - 425px);
}
}
@media (min-width: 1200px){
.footer__container {
max-width: calc(1385px - 245px);
}
}

@media (min-width: 1441px){
.footer__container {
max-width: 1385px;
}
}






.content-wrapper {
padding-bottom: 40px;
padding-top: 40px;
}

@media (min-width: 576px) {
.content-wrapper {
max-width: calc(1385px - 845px);
}
}
@media (min-width: 768px){
.content-wrapper {
max-width: calc(1385px - 665px);
}
}
@media (min-width: 992px){
.content-wrapper {
max-width: calc(1385px - 425px);
}
}
@media (min-width: 1200px){
.content-wrapper {
max-width: calc(1385px - 245px);
}
}

@media (min-width: 1441px){
.content-wrapper {
max-width: 1385px;
}
}


.blog-post__date {
border-color: #0d2031;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
color: #0d2031;
}

.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: #000009;
}

.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: #354859;
}

.blog-tag-filter__menu-link--active-item:after {
background-color: #494a52;
}

.blog-pagination__link {
color: #0d2031;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
background-color: #494a52;
}

.blog-post__title {
color: #003057;
font-family:Encode Sans;
font-size: 40px;
font-weight: ;
}

.blog-post__author {
background-color: #F8FAFC;
}

#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: #F8FAFC;
}


@media (min-width: 992px){
.page-center {
max-width: calc(1385px - 425px);
}
}
@media (min-width: 1200px){
.page-center {
max-width: calc(1385px - 245px);
}
}

@media (min-width: 1441px){
.page-center {
max-width: 1385px;
}
}





.body-container__website .dnd-section:nth-child(odd) {
background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}