@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;
0,300;
0,400;
0,500;
0,600;
0,700;
0,800;
0,900;
1,200;
1,300;
1,400;
1,500;
1,600;
1,700;
1,800;
1,900&display=swap);
:root {
    --body-color: #000000;
    --primary-color: #415675;
    --secondary-color: #f0bd1b;
    --bs-nav-link-font-size: 1.125rem;
    --text-primary:#415675;
}
html {
    text-size-adjust: 100%;
    word-wrap: break-word;
    overflow: hidden auto;
}
html,
body {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    cursor: text;
}
html, body, p, h1, h2, h3, h4, h5, h6, div, a, * {
    font-family: Muli, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.txt-article-body {
    font-size: 18px;
}
p {
    font-size: 1.125em;
}
a:hover {
    color: var(--secondary-color);
}
header {
    transition: height 0.2s ease 0s, background-color 0.3s ease 0s;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.section,
section {
    padding: 2.5rem 0;
    position: relative;
}
.theme_bg {
    /*background: linear-gradient(90deg, #a00000 0%, #f50002 100%) !important;
    background: linear-gradient(90deg, #ff0000 50%, #7e5f55 100%) !important;
    background: linear-gradient(90deg, #FF7E00 50%, #FFF000 100%) !important;
    background: linear-gradient(90deg, #FF7E00 25%, #fabb00 100%) !important;*/
	    background: #fbba00 !important;
}
a {
    color: #3c889e;
    position: relative;
    text-decoration: none;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}
ul {
    list-style: none;
    padding-left: 0;
}
li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}
.breadcrumb {
    background-color: #fff;
    padding: 15px 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.breadcrumb p {
    font-weight: 400;
    font-size: 15px;
}
.breadcrumb p>span>span {
    margin-right: 6px;
}
.breadcrumb p>span>span a {
    margin-left: 8px;
    text-decoration: underline;
}
.breadcrumb p>span>span:first-child a {
    margin-left: 0;
}
.breadcrumb a {
    color: #9F2804;
}
span.breadcrumb_last {
    margin-left: 6px;
    margin-right: 0;
}
.white-gradient-bg {
    background: linear-gradient(0deg, #fff .09%, #f8f9ff 99.92%);
}
.theme-bg {
    background-color: var(--secondary-color);
}
.yellow-bg {
	background: linear-gradient(to right, #eb9800 0%, #ff9a00 100%);
}
.text-blue {
	color: #1a475f;
}
.bg-concrete {
    background-color: #f3f3f3;
}
.wpcf7 form .wpcf7-response-output {
    color: #000;
}
#footer .accordion-button {
    border: 2px solid transparent;
    background: transparent;
    margin-bottom: 10px;
}
#footer .accordion-button {
    border: 2px solid transparent;
     border-bottom: 2px solid #3c889e;
     padding: 10px;
}
#footer .accordion {
    background: transparent;
}
#footer .accordion .accordion-item {
    background-color: transparent !important;
    border: 0;
}
.navbar-nav>li:last-child .dropdown-toggle.caret::after,
.navbar-nav>li.nodropdown .dropdown-toggle.caret::after {
    opacity: 0;
    display: none;
}
.navbar-nav li.dropdown:hover>ul.dropdown-menu {
    display: block;
}
.navbar-nav li.dropdown>ul.dropdown-menu {
    border-radius: 0;
}
ul.dropdown-menu .caret:after {
    transform: rotate(320deg);
}
ul.dropdown-menu li.at_depth_1 ul.dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}
.csbtn .btn-custom:before {
    height: 1px;
}
.csbtn .btn-custom:after {
    border-width: 0.4rem;
    top: calc(50% - 0.36rem);
}
.csbtn .btn-custom:before {
    box-shadow: 0 0 0 8px #0c0a0a;
}
.caret.dropdown-toggle {
    display: inline-block;
    position: absolute;
    top: 19px;
    right: 6px;
    cursor: pointer;
    border: 0;
    background: transparent;
}
.navbar-nav .dropdown-toggle::after {
    opacity: 0;
}
.navbar-nav>li:last-child .caret {
    opacity: 0;
}
.navbar-nav .dropdown-toggle.caret::after {
    opacity: 1;
}
.depth_0 .caret.dropdown-toggle {
    top: 15px;
    right: 15px;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fb4a1a !important;
    text-decoration: none;
    background-color: var(--bs-dropdown-link-hover-bg);
}
.at_depth_1 .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: var(--bs-dropdown-spacer);
}
.navbar-nav a:hover {
    color: #fb4a1a !important;
}
.navbar-nav .dropdown-menu li a {
    font-size: 16px;
}
.fixed-top {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.navbar-nav .dropdown-toggle,
.navbar-nav .nav-link {
    display: flex;
    gap: 0.5rem;
    /* font-size: 1.125rem; */
    align-items: center;
    color: var(--body-color) !important;
}
.navbar-nav .dropdown-toggle::after {
    margin-left: 0;
    border: 1.5px solid currentColor;
    width: 0.5em;
    height: 0.5em;
    transform: rotate(45deg);
    border-top: 0;
    border-left: 0;
    margin-top: -0.25em;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 1.125rem;
}
span.hidden {
    display: none;
}
.navbar-nav li {
  position: relative;
}
.navbar-nav li:not(.menu-item-has-children) .caret {
  display: none;
}
.mobile-part {
    display: none;
}
.mobile-part ul {
    align-items: center;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}
.mobile-part ul li {
    list-style: none;
}
@media (max-width: 991px) {
    .m-hide {
        display: none !important;
    }
    .mobile-part {
        display: block;
    }
}
@media only screen and (max-width:992px){
	.navbar-nav .dropdown-toggle, .navbar-nav .nav-link {
		padding: 10px;
	}
}
@media only screen and (max-width:576px){
	.navbar-nav .dropdown-menu li a {
		font-size: 13px;
	}
		.dropdown-item{
			white-space: unset!important;
	}
}
@media (min-width: 1024px){
	.navbar-expand-lg .navbar-collapse {
		display: flex!important;
		flex-basis: auto!important;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none!important;
	}
}
.bhc-solution .button {
    margin-top: 0;
}
.button, button {
    background-color: #444;
    border: 2px solid transparent;
    border-radius: 10px;
	text-align: center;
    color: #1a475f;
    color: #fff;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: .525rem 1.5rem;
    text-transform: uppercase;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
.hero__headline::after {
    background-color: #f0bd1b;
    content: "";
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    height: 5px;
    width: 36%;
    left: 50%;
    position: relative;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.hero__headline::after {
        left: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
.bhc-home .button {
    display: inline-block;
    width: auto;
    border-radius: 7px;
    padding: 10px 24px;
    margin: 30px 0;
}
.button:hover, button:hover {
    background-color: transparent;
    border: 2px solid #f0bd1b;
    color: #f0bd1b;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}
@media screen and (min-width: 900px) {
    .button, button {
        font-size: 15px;
        padding: 10px 30px;
    }
}
@media screen and (min-width: 767px) {
	.bhc-home .button {
        width: unset;
    }
    .button {
        display: inline-block;
        padding: 10px 45px;
    }
}
.section,
section {
    padding: 2.5rem 0;
    position: relative;
}
.banner-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    display: block;
    background: linear-gradient(90.27deg,
            rgb(0 0 0 / 76%) 44.16%,
            rgb(0 0 0 / 74%) 44.16%,
            rgba(189, 217, 225, 0) 64.35%);
    z-index: 1;
}
footer {
    background-color: #13495c;
}
.footer-module {
  z-index: 2;
  background-color: #f4f4f4;
  position: relative;
}
.footer-module.bg-white {
  background-color: #fff;
}
.footer-module.bg-concrete {
  background-color: #f3f3f3;
}
.footer-module .module-padding {
  padding-top: 16px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .footer-module .module-padding {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .footer-module .module-padding {
    padding-top: 50px;
  }
}
@media (min-width: 1200px) {
  .footer-module .module-padding {
    padding-top: 70px;
  }
}
.footer-module .footer-link,
.footer_widget li a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #000;
  opacity: 1;
  margin-left: 0;
  display: inline-block;
  width: 100%;
}
.social-list li a {
    padding-right:5px;
}
.social-item {
    display: inline-block;
    vertical-align: middle;
}
.post-content img {
    max-width: 100%;
}
@media (min-width: 768px) {
  .footer-module .footer-link {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    width: auto;
  }
}
@media (min-width: 992px) {
  .footer-module .footer-link {
    margin-bottom: 16px;
  }
}
.footer-module .footer-link.has-description {
  padding-top: 7px;
  padding-bottom: 7px;
}
.footer-module .footer-link:hover {
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.5;
}
.footer-module .footer-subhead {
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  padding: 10px 0;
  display: block;
}
.footer-module .footer-subhead a {
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 1;
}
.footer-module .footer-subhead a:hover {
  -webkit-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  opacity: 0.5;
}
.footer-module .footer-subhead.no-top-line {
  border-top: none;
}
.footer-module .footer-subhead + .footer-subhead {
  border-top: none;
}
.footer-module .footer-hr {
  border-color: red;
  margin-top: 32px;
  margin-bottom: 30px;
}
.footer-module .footer-section-title {
  color: red;
  padding-bottom: 7px;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 768px) {
  .footer-module .footer-section-title {
    padding-bottom: 9px;
  }
}
.footer-module .footer-section-body {
  color: red;
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media (min-width: 768px) {
  .footer-module .footer-section-body {
    color: red;
  }
}
.footer-module .footer-morefrom-eyebrow,
.footer-module .footer-morefrom-title {
  color: #1a475f;
}
.footer-module .footer-morefrom-eyebrow {
  margin-top: 4px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-module .footer-morefrom-eyebrow {
    margin-top: 0;
    text-align: left;
  }
}
.footer-module .footer-morefrom-title {
  padding-bottom: 0;
  border-bottom: 1px solid #dcdcdc;
}
@media (min-width: 768px) {
  .footer-module .footer-morefrom-title {
    padding-bottom: 25px;
  }
}
.footer-module .footer-morefrom-title + .footer-subhead {
  border-top: none;
}
.footer-module .footer-breadcrumb-wrap {
  padding-bottom: 26px;
}
.footer-module .footer-main-links-wrap {
  margin-bottom: 46px;
  position: relative;
}
@media (min-width: 768px) {
  .footer-module .footer-main-links-wrap {
    margin-bottom: 100px;
  }
}
.footer-module .footer-legal-copyright-wrap {
  text-align: center;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .footer-module .footer-legal-copyright-wrap {
    padding-top: 40px;
  }
}
.footer-module .footer-legal-copyright-wrap .txt-footer-legal {
  color: #000;
}
.footer-module .footer-legal-copyright-wrap a {
  text-decoration: none;
}
.footer-module .footer-legal-minorlinks-wrap {
  text-align: center;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .footer-module .footer-legal-minorlinks-wrap {
    text-align: right;
    padding-bottom: 0;
  }
}
.footer-module .footer-minorlinks-item {
  display: inline-block;
}
.footer-module .footer-minorlinks-item + .footer-minorlinks-item {
  margin-left: 12px;
}
.footer-module .related-information-wrap {
  padding-bottom: 30px;
}
.footer-module .footer-related-programs-link {
  margin-left: 0;
}
.footer-module .footer-related-programs-link:hover .footer-section-body,
.footer-module .footer-related-programs-link:hover .footer-section-title {
  -webkit-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  color: #fff;
}
.footer-module .footer-accordion-toggle {
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.footer-module .footer-accordion-toggle .arrow-footer-accordion {
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(-50%);
  color: #1a475f;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1rem;
  -webkit-font-smoothing: auto;
}
.footer-module .footer-accordion-toggle.collapsed .arrow-rotating {
  -webkit-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transform: translateY(-50%) rotate(0);
}
.footer-module .footer-accordion-toggle.no-eyebrow-text {
  padding-top: 16px;
  padding-bottom: 16px;
}
.footer-module .footer-accordion-row {
  border-bottom: 2px solid #1a475f;
}
.footer-module .footer-accordion-row .panel-body {
  padding-top: 0;
  padding-bottom: 22px;
  padding-left: 0;
  padding-right: 0;
}
.footer-module .footer-accordion-wrap {
  padding-bottom: 46px;
}
@media (min-width: 768px) {
  .footer-module .footer-accordion-wrap {
    padding-bottom: 52px;
  }
}
.footer-module .footer-accordion-wrap .footer-morefrom-title {
  display: inline-block;
}
.footer-module .section-title-accordion {
  color: #1a475f;
}
.footer-module .bh-icon-plus {
  float: right;
  font-size: 1.8rem;
}
.footer-module .footer-logo-wrap {
  padding-bottom: 44px;
}
.footer-module .footer-logo-wrap .logo-bh-wrap {
  display: inline-block;
}
.footer-module .footer-logo-wrap .logo-bh-wrap .logo-bh-stacked {
  width: 100%;
  max-width: 203px;
}
.footer-module .footer-list + .footer-subhead {
  margin-top: 12px;
}
.footer-module .footer-list-item:first-of-type ,
.footer_widget li {
  padding-top: 10px;
}
.footer-module .cta-parent {
  padding-bottom: 15px;
  text-align: center;
}
.wpcf7-form-control {
  display: block;
  background: #fff;
  padding: 7px 15px;
  color: #1a475f;
  font-weight: 500;
  margin-bottom: 10px;
  width: 100%;
  border:0;
    border: 1px solid rgb(173, 173, 173);
    border-radius: 4px;
    -webkit-box-shadow: inset 0px 5px 0 rgba(0, 0, 0, 0.06);
    box-shadow: inset 0px 5px 0 rgba(0, 0, 0, 0.06);
}
.wpcf7-form-control.wpcf7-textarea {
  height: 70px;
}
.wpcf7-form-control.wpcf7-submit {
      background: #e7d9c5;
  font-weight: 600;
  text-transform: uppercase;
}
.whatsapp {
    height: 50px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 9999;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    transition: all ease-in 1s;
    background-color: #3AA836;
    right: 0px;
    bottom: 40%;
    border-radius: 50px;
}
#mobileShow {
    width: 80%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: #fa7a6c;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 1px 1px 10px #adabab;
}
#mobileShow {
    display: none;
}
#mobileShow table {
    text-align: center;
}
#mobileShow table {
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
#mobileShow table td, #mobileShow table td:first-child {
    border-right: 1px solid #adabab;
    padding: 5px 7px;
    font-weight: bold;
    text-transform: uppercase;
}
.accordion-button:focus {
    box-shadow: none;
}
@media (max-width: 767px) {
    #mobileShow {
        display: block;
    }
}
#mobileShow a {
    color: #fff;
}
#mobileShow a svg path { 
    fill: #fff;
}
@media (min-width: 768px) {
  .footer-module .cta-parent {
    text-align: left;
    padding-bottom: 24px;
  }
}
@media (max-width: 991px) {
    .fm_block { display:block !important; }
    .f_block { display:none; }
}
@media (min-width: 992px) {
    .fm_block { display:none; }
}
.footer-module .footer-find-center-cta-wrap .btn-large.btn-footer {
  font-size: 1.6rem;
  padding: 13px 24px;
}
@media (min-width: 768px) {
  .footer-module .footer-find-center-cta-wrap .btn-large.btn-footer {
    font-size: 1.3rem;
    padding: 13px 24px;
  }
}
@media (min-width: 992px) {
  .footer-module .footer-find-center-cta-wrap .btn-large.btn-footer {
    font-size: 1.6rem;
    padding: 13px 24px;
  }
}