/* ******************************************************************************
*********************************************************************************
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: 90%;
}

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

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






body {
  font-family: Gothic;
  font-size: 16px;
  color: #0f3b5f;
  font-weight: 400;
}

p {
  font-family: Gothic;
  font-weight: 400;
}

a {
  font-family: Gothic;
  color: rgba(2, 112, 224, 1.0);
}

a:hover,
a:focus {
  color:#00b1e3;
}

a:active {
  color: rgba(42, 152, 255, 1.0);
}

h1 {
  color: #0f3b5f;
  font-family: Gothic;
  font-size: 56.42px;
  font-weight: 500;
}

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

h2 {
  color: #0f3b5f;
  font-family: Gothic;
  font-size: 40px;
  font-weight: 500;
}

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

h3 {
  color: #0f3b5f;
  font-family: Gothic;
  font-size: 29.78px;
  font-weight: 500;
}

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

h4 {
  color: #9b9b9b;
  font-family: Gothic;
  font-size: 17.24px;
  font-weight: 500;
}

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

h5 {
  color: #0f3b5f;
  font-family: Gothic;
  font-size: 17px;
  font-weight: 500;
}

h6 {
  color: #a4dce2;
  font-family: Gothic;
  font-size: 17.24px;
  font-weight: 700;
}







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

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(15, 59, 95, 1.0);
}

.hs-button,
.button--primary{
  background-color: rgba(249, 128, 15, 1.0);
  border-color: rgba(249, 128, 15, 1.0);
  border-radius: 15px;
  border-width: 1px;
  color: rgba(46, 47, 48, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.actions{
    color: rgba(46, 47, 48, 1.0);
   background-color: rgba(249, 128, 15, 1.0);
  border-color: rgba(249, 128, 15, 1.0);
}
.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus, 
.actions:hover, 
.actions:focus{
  background-color: rgba(249, 128, 15, 1.0);
  border-color: rgba(249, 128, 15, 1.0);
  color: rgba(46, 47, 48, 1.0);
}


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

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

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(228, 228, 228, 1.0);
  color: ;
  border-radius: 5px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(228, 228, 228, 1.0);
}
/*
.hs-input:focus {
  border-color: rgba(228, 228, 228, 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: #0f3b5f;
}

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

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

.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(15, 59, 95, 1.0);
  color: rgba(73, 74, 82, 1.0);
}

thead th,
thead td {
  background-color: rgba(15, 59, 95, 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(15, 59, 95, 1.0);
}






.header_logo {
  background-color: rgba(255, 255, 255, 1.0);
} 
header.header,
.menu-search-bottom{
  background-color: rgba(164, 220, 226, 1.0);
}

.header_phone {
  background-color: rgba(15, 59, 95, 1.0);
}

.header_phone, 
.header_phone a{
  color: rgba(255, 255, 255, 1.0);
}

.header_phone a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.search__trigger {
  border-color: rgba(255, 255, 255, 1.0);
}
.header-search {
  background-color: rgba(192, 231, 235, 1.0);
}
.searchform div {
  border-color: rgba(15, 59, 95, 1.0);
  background-color: rgba(192, 231, 235, 1.0);
}

.header__container {
  max-width: 90px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color: #0f3b5f;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color: #0f3b5f;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active a{
  color: #0f3b5f;
}

.cstom-menu-primary .hs-menu-wrapper > ul > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li {
  background-color: rgba(#null, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li:hover,
.custom-menu-primary .hs-menu-wrapper > ul > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a.active-branch {
  color: #0f3b5f;
}


.custom-menu-primary .hs-menu-wrapper > ul ul a {
  color: #0f3b5f;
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link, 
.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul a:hover,
.custom-menu-primary .hs-menu-wrapper > ul ul a:focus {
  background-color: rgba(255, 255, 255, 0.0);
  color: #0f3b5f;
}
.custom-menu-primary .hs-menu-wrapper > ul ul a.active-branch {
  color: #0f3b5f;
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
  color: #0f3b5f;
  background-color: rgba(255, 255, 255, 0.0);
}
.searchform input[type=text]{
  color: rgba(0, 0, 0, 1.0);
}







.footer {
  background-color: rgba(0, 35, 64, 1.0);
  color: #FFFFFF;
}
.contant p:last-child a,
.footer-menu .hs-menu-wrapper ul li a {
  color: #FFFFFF;
}
.contant p:last-child a:hover,
.footer-menu .hs-menu-wrapper ul li a:hover {
  color: #FFFFFF;
}
.footer__container {
  max-width: 90px;
}
.contant-feed p:not(:first-child),
.contant-feed p:first-child,
.contant p:first-child>a,
.contant p:first-child>a:hover{
  color: #FFFFFF;
}
.footer__copyright:before{
  background-color: rgba(255, 255, 255, 1.0);
}
.contant-feed p:first-child,
.contant p:first-child{
  border:none;
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:rgba(255, 255, 255, 1.0);
}

.footer__copyright {
  color: rgba(255, 255, 255, 1.0);
}

.form-inner form input[type=text], 
.form-inner form input[type=email] {
  background-color: rgba(35, 75, 107, 1.0);
  color: #fff;
}
.footer-form-title p {
  color: rgba(164, 220, 226, 1.0);
}
.footer-form-title h2 {
  color: rgba(255, 255, 255, 1.0);
}

.footer__copyright .footer__container > div p{
  color: rgba(255, 255, 255, 1.0);
}





.content-wrapper {
  max-width: 90%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.blog-post__date {
  border-color: #0f3b5f;
}

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

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

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

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

.blog-pagination__link {
  color: #0f3b5f;
}

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

.blog-post__title {
  color: #0f3b5f;
  font-family:Gothic;
  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;
}

.page-center {
  width: 90%;
  margin: 0 auto;
}




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