.router ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.router ul li {
    display: block;
    margin-bottom: 15px;
	position: relative;
	border-radius: 7px;
    background: #fff;
    padding: 1em;
}
.routerButtons li a {
    display: block;
    color: #1a475f;
    font-weight: 700;
    width: 100%;
}
.router ul li::after, .router ul li a::before {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(./../img/arrow.png) no-repeat center center / 1.5em auto;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 25px;
    height: 25px;
    left: .4em;
}
.router ul li a::before {
    background-size: contain;
    left: 15px;
    height: 35px;
    width: 28px;
    display:none;
}
.router ul li::after {
    background: url(./../img/arrow.png) no-repeat center center / .6em auto;
    right: 5px;
    -webkit-transition: .15s right ease-out;
    transition: .15s right ease-out;
    left: auto;
}
.routerButtons a.button1::before {
    background-image: url(./../img/binoculars.png) !important;
}
.routerButtons a.button2::before {
    background-image: url(./../img/career.png) !important;
}
.routerButtons a.button3::before {
    background-image: url(./../img/employee.png) !important;
}
.routerButtons a.button4::before {
    background-image: url(./../img/benefit.png) !important;
}
.featuredPost__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 2em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.featuredPost__image {
    border-radius: 100%;
    width: 100%;
}
.featuredPost__category {
    color: #464646;
    font-size: 13px;
    line-height: 1.25;
    text-transform: uppercase;
    font-weight:700;
}
.featuredPost__title {
	font-size: 24px;
}
.featuredPost .col-md-4 .featuredPost__text .featuredPost__cta {
	font-size: 14px;
}
.bhc-textLink:after {
    bottom: 1px;
    color: #f0bd1b;
    content: "▶";
    font-family: bh-corporate;
    margin-left: 8px;
    position: relative;
    top: 1px;
    right: 0;
    -webkit-transition: .15s right ease-out;
    transition: .15s right ease-out;
}
.bhc-textLink {
    text-transform: uppercase;
    font-size: 14px;
    font-weight:700;
}
.-grayLight {
    background-color: #eeeded;
}
.bhc-textLink {
    text-transform: uppercase;
    font-size: 14px;
    font-weight:700;
}
.bhc-callout__message {
    color: #464646;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.bhc-callout__cta {
    font-size: 11px;
    margin-bottom: 30px;
    color: #1a475f;
}
.-grayLight {
    background-color: #eeeded;
}
.sr-only {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    line-height: 0 !important;
    padding: 20px 24px !important;
    text-align: center !important;
    width: auto !important;
    outline: #1a475f solid 2px !important;
    background: #fff;
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.bhc-solutions{
    margin:auto;
    max-width:1200px;
    padding:0 2rem 20px
}
.bhc-solutions .homeModal.-showBackground{
    background:rgba(26,71,95,.85);
    position:fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:block;
    z-index:1
}
.bhc-solutions .homeModal .toggle{
    border-bottom:0;
    border-radius:0!important;
    background-color:#1a475f;
    padding:10px 18px;
    position:fixed;
    top:0;
    right:0;
    display:none;
    cursor:pointer
}
.bhc-solutions .homeModal .toggle.show{
    display:block
}
.bhc-solutions .homeModal .toggle:hover{
    color:#fff
}
@media screen and (min-width:1024px){
    .bhc-solutions{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex
    }
}
.bhc-solutions__list{
    -ms-flex-preferred-size:100%;
    flex-basis:100%
}
@media screen and (min-width:1024px){
    .bhc-solutions__list{
        -ms-flex-preferred-size:80%;
        flex-basis:80%;
        padding-left:60px
    }
}
.bhc-solutions__nav{
    -ms-flex-item-align:start;
    align-self:flex-start;
    background-color:#f3f6f7;
    padding:30px 15px 15px 30px;
    top:100px;
    margin-bottom:4rem;
    margin-top:80px;
    position:sticky
}
@media (max-width:1024px){
    .bhc-solutions__nav{
        display:none;
        left:50%;
        top:50%;
        margin-left:-175px;
        margin-top:-240px
    }
    .bhc-solutions__nav.-showNav{
        position:fixed;
        display:inherit
    }
}
.bhc-solutions__navCategory{
    margin:0;
    padding-left:5px;
    position:relative;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out;
    border-radius:15px
}
.bhc-solutions__navCategory .bhc-solutions__link,.bhc-solutions__navCategory .bhc-solutions__navItem,.bhc-solutions__navCategory .bhc-solutions__navList{
    visibility:hidden
}
.bhc-solutions__navCategory:before{
    content:"";
    width:15px;
    background:linear-gradient(90deg,#fff 15px,#eeeded 15px);
    height:0;
    left:0;
    top:2px;
    border-radius:15px;
    position:absolute;
    -webkit-transition:all .3s ease-out;
    transition:all .3s ease-out
}
.bhc-solutions__navCategory.active:before{
    height:75%
}
.bhc-solutions__navCategory.active .bhc-solutions__link,.bhc-solutions__navCategory.active .bhc-solutions__navItem,.bhc-solutions__navCategory.active .bhc-solutions__navList{
    visibility:visible
}
.bhc-solutions__navCategory.active .bhc-solutions__navHeading:before{
    background:#54afcb;
    -webkit-box-shadow:none;
    box-shadow:none
}
.bhc-solutions__navCategory.active .bhc-solutions__navList{
    opacity:1;
    height: auto;
}
.bhc-solutions__navCategory.active.-earlyEdList:before,.bhc-solutions__navCategory.active.-familyList:before{
    height:235px
}
.bhc-solutions__navCategory.active.-earlyEdList .bhc-solutions__navList{
    height:211px
}
.bhc-solutions__navCategory.active.-familyList .bhc-solutions__navList{
    height:211px
}
.bhc-solutions__navCategory.active.-edAssistList .bhc-solutions__navList{
    height:100px
}
.bhc-solutions__navCategory.active.-relevantStatsList .bhc-solutions__navList{
    height:100px
}
.bhc-solutions__navHeading{
    color:#3c889e;
    font-size:18px;
    padding:0 25% 0 30px;
    position:relative;
    margin-bottom:10px
}
.bhc-solutions__navHeading a:hover{
    color:#1a475f
}
.bhc-solutions__navHeading::before{
    content:"";
    position:absolute;
    left:-5px;
    top:2px;
    width:15px;
    height:15px;
    border-radius:50%;
    background:#54afcb;
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
@media screen and (min-width:1024px){
    .bhc-solutions__navHeading::before{
        background:#fff;
        -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.25);
        box-shadow:inset 0 1px 1px rgba(0,0,0,.25)
    }
}
.bhc-solutions__navList{
    -webkit-transition:all .3s ease-in-out;
    transition:all .3s ease-in-out
}
@media screen and (min-width:1024px){
    .bhc-solutions__navList{
        height:0;
        opacity:0;
        overflow:hidden;
        position:relative;
        z-index:2
    }
}
.bhc-solutions__navItem{
    list-style:disc;
    color:#f0bd1b;
    list-style:disc;
    list-style-position:inside;
    position:relative
}
.bhc-solutions__navItem:last-child{
    margin-bottom:2rem
}
.bhc-solutions__jumpLink,.bhc-solutions__link{
    display:inline-block;
    font-weight:600;
    line-height:1.25;
    margin-bottom:.75rem;
    color:#1a475f
}
.bhc-solutions__jumpLink{
    font-weight:700;
    color:#3c889e
}
.bhc-solutions__link{
    font-size:16px;
    margin-bottom:10px;
    padding-left:15px
}
.bhc-solutions__link:hover{
    color:#3c889e
}
.bhc-solution{
    border-bottom:2px solid #e3e5e6;
    padding-top:30px;
    padding-bottom:30px;
    position:relative
}
.bhc-solution__heading{
    color:#1a475f;
    font-size:24px;
    font-weight:700;
    margin-bottom:1em;
    padding-right:25%
}
@media screen and (min-width:580px){
    .bhc-solution__heading{
        font-size:30px
    }
}
@media screen and (min-width:1024px){
    .bhc-solution__heading{
        padding-right:0
    }
}
@media screen and (min-width:1200px){
    .bhc-solution__heading{
        font-size:45px
    }
}
.bhc-solution__image,.bhc-solution__text{
    display:inline-block;
    vertical-align:top
}
.bhc-solution__image{
    border-bottom:10px solid #f0bd1b;
    margin-bottom:2rem;
    -o-object-fit:cover;
    object-fit:cover
}
@media screen and (min-width:580px){
    .bhc-solution__image{
        border-bottom:15px solid #f0bd1b;
        width:calc(55% - 30px)
    }
}
@media screen and (min-width:580px){
    .bhc-solution__text{
        width:calc(50% - 30px);
        padding-left:30px
    }
}
.bhc-solution__paragraph{
    display:block;
    font-size:17px;
    margin-bottom:30px;
    line-height:1.7
}
.bhc-solution__testimonial{
    position:relative;
    color:#3c889e;
    font-size:24px;
    margin:1.5em 0 0 0;
    padding:0;
    border:none
}
.bhc-solution__testimonial .largeQuote{
    color:#54afcb;
    display:inline;
    font-size:75px;
    font-weight:700;
    line-height:0;
    margin-right:5px;
    position:relative;
    top:25px
}
.bhc-solution__testimonial .author{
    display:block;
    font-style:italic;
    font-size:18px;
    margin-top:2rem
}
.bhc-solution .button{
    margin-top:0
}
.bhc-solution:last-child{
    border:none;
    margin-bottom:0;
    padding-bottom:0
}
@media screen and (min-width:580px){
    .bhc-solution{
        padding-top:80px;
        padding-bottom:25px
    }
    .bhc-solution:nth-child(odd) .bhc-solution__2col{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
        flex-direction:row-reverse;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .bhc-solution:nth-child(odd) .bhc-solution__text{
        padding-left:0!important;
        padding-right:30px
    }
}
.skipLinks{
    position:relative
}
.skipLinks .sr-only{
    bottom:0
}
.bhc-solutions__locationSearch{
    position:relative;
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    background-color:#1a475f;
    background-size:50px;
    color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:end;
    -ms-flex-pack:end;
    justify-content:flex-end;
    margin:2rem 0;
    padding:15px;
    overflow:visible
}
.bhc-solutions__locationSearch:after{
    content:"";
    position:absolute;
    top:-30px;
    right:0;
    width:80px;
    height:80px;
    background-image:url(/dist/images/corporate/bh-pin-shadow.png);
    background-repeat:no-repeat;
    background-size:contain;
    background-position:right top;
    overflow:visible;
    z-index:2
}
@media screen and (min-width:580px){
    .bhc-solutions__locationSearch:after{
        display:none;
        margin:5rem 0
    }
}
@media screen and (min-width:580px){
    .bhc-solutions__locationSearch{
        background-image:url(/dist/images/corporate/bh-pin-shadow.png);
        background-repeat:no-repeat;
        background-position:90% -20px;
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        padding:30px 15px 30px 10%;
        background-position:15px center;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
}
@media screen and (min-width:767px){
    .bhc-solutions__locationSearch{
        background-size:50px
    }
}
.bhc-solutions__locationSearch .button{
    line-height:1.5
}
@media screen and (min-width:580px){
    .bhc-solutions__locationSearch .button{
        width:25%
    }
}
@media screen and (min-width:580px){
    .bhc-solutions__locationSearch .d-sm-block{
        display:block
    }
}
@media screen and (min-width:580px){
    .bhc-solutions__locationSearch .d-sm-none{
        display:none
    }
}
.bhc-solutions__locationSearch .locationSearch__address{
    font-size:18px;
    width:95%;
    position:relative
}
.bhc-solutions__locationSearch .locationSearch__address::after{
    background:url(/dist/images/corporate/bh-search-icon.png);
    background-size:contain;
    content:"";
    position:absolute;
    height:20px;
    right:15px;
    top:calc(50% - 10px);
    width:20px
}
@media screen and (min-width:580px){
    .bhc-solutions__locationSearch .locationSearch__address{
        width:80%
    }
}
.bhc-solutions__locationSearch .locationSearch__text{
    font-size:24px;
    margin-bottom:5px;
    line-height:1
}
.bhc-solutions__locationSearch .locationSearch__text span{
    top:0;
    font-size:14px;
    font-weight:600;
    margin-left:5px
}
.bhc-solutions__locationSearch .locationSearch__text span a{
    color:#f0bd1b;
    text-decoration:underline
}
@media screen and (min-width:580px){
    .bhc-solutions__locationSearch .locationSearch__text{
        line-height:2.5;
        font-size:17px
    }
}
@media screen and (min-width:1024px){
    .bhc-solutions__locationSearch .locationSearch__text{
        font-size:15px;
        line-height:3
    }
}
@media screen and (min-width:1200px){
    .bhc-solutions__locationSearch .locationSearch__text{
        margin:0!important;
        font-size:17px
    }
}
.bhc-solutions__locationSearch span{
    position:relative;
    top:3px;
    line-height:2.5;
    color:#92d9e7
}
@media screen and (min-width:580px){
    .bhc-solutions__locationSearch *{
        height:45px;
        margin:0 0 0 2%!important;
        line-height:2
    }
}
.bhc-solutions__locationSearch input::-webkit-input-placeholder{
    color:#fff
}
.bhc-solutions__locationSearch input::-moz-placeholder{
    color:#fff
}
.bhc-solutions__locationSearch input::-ms-input-placeholder{
    color:#fff
}
.bhc-solutions__locationSearch input::placeholder{
    color:#fff
}
.bhc-spotlight{
    background-color:#54afcb;
    color:#fff;
    font-weight:700;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    margin:60px 0 0;
    background:-webkit-gradient(linear,left top,left bottom,color-stop(48%,#54afcb),color-stop(48%,#1a475f),to(#3c889e));
    background:linear-gradient(#54afcb 48%,#1a475f 48%,#3c889e)
}
@media screen and (min-width:480px){
    .bhc-spotlight{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        background:-webkit-gradient(linear,left top,right top,color-stop(40%,#54afcb),color-stop(40%,#1a475f),to(#3c889e));
        background:linear-gradient(90deg,#54afcb 40%,#1a475f 40%,#3c889e)
    }
}
@media screen and (min-width:767px){
    .bhc-spotlight{
        margin:90px 0 45px
    }
}
.bhc-spotlight__left,.bhc-spotlight__right{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding:30px;
    position:relative
}
@media screen and (min-width:1200px){
    .bhc-spotlight__left,.bhc-spotlight__right{
        padding:45px
    }
}
.bhc-spotlight__left{
    text-align:center;
    -ms-flex-preferred-size:40%;
    flex-basis:40%
}
.bhc-spotlight__left span{
    margin-top:15px
}
@media screen and (min-width:767px){
    .bhc-spotlight__left span{
        font-size:20px
    }
}
.bhc-spotlight__right{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start;
    background:url(/dist/images/corporate/long-shadow-plus.png) no-repeat;
    background-position:85% 25%;
    background-size:35%;
    -ms-flex-preferred-size:60%;
    flex-basis:60%
}
@media screen and (min-width:480px){
    .bhc-spotlight__right{
        background-size:45%
    }
}
@media screen and (min-width:580px){
    .bhc-spotlight__right{
        background-size:unset
    }
}
.bhc-spotlight__right .btn-hollow{
    border:1px solid #fff;
    border-radius:7px;
    color:#fff;
    font-weight:700;
    font-size:14px;
    padding:15px 30px;
    text-transform:uppercase;
    white-space:pre-wrap
}
@media screen and (min-width:1200px){
    .bhc-spotlight__right .btn-hollow{
        font-size:16px
    }
}
.bhc-spotlight__heading{
    color:#92d9e7;
    font-size:24px;
    font-weight:700;
    margin-bottom:1.5em;
    padding-right:30%
}
@media screen and (min-width:580px){
    .bhc-spotlight__heading{
        font-size:30px
    }
}
@media screen and (min-width:1200px){
    .bhc-spotlight__heading{
        font-size:36px
    }
}
@-webkit-keyframes progress{
    0%{
        stroke-dasharray:0 100;
        opacity:0
    }
    100%{
        opacity:1
    }
}
@keyframes progress{
    0%{
        stroke-dasharray:0 100;
        opacity:0
    }
    100%{
        opacity:1
    }
}
.circular-chart{
    overflow:visible!important;
    position:relative;
    display:block;
    width:100%;
    max-width:90px;
    max-height:90px;
    -webkit-transform:rotate(0);
    transform:rotate(0)
}
@media screen and (min-width:767px){
    .circular-chart{
        max-width:150px;
        max-height:150px
    }
}
.bhc-circle{
    fill:none;
    stroke-width:4;
    stroke-linecap:round;
    opacity:0
}
.bhc-drawCircle{
    -webkit-animation:progress 1s ease-out forwards;
    animation:progress 1s ease-out forwards;
    -webkit-animation-delay:.5s;
    animation-delay:.5s
}
.bhc-percentSign,.bhc-percentage{
    fill:#fff;
    font-size:.7em;
    font-weight:700;
    position:relative;
    top:10px;
    text-anchor:middle;
    -webkit-transform:translateX(23px) translateY(-6px);
    transform:translateX(23px) translateY(-6px)
}
.bhc-percentSign{
    font-size:.65rem
}
.bhc-employerLogos{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    background-color:#eeeded;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
    -ms-flex-pack:distribute;
    justify-content:space-around;
    padding:15px 30px 0;
    position:relative;
    text-align:center
}
.bhc-employerLogos .bhc-subhead{
    color:#3c889e;
    font-size:18px;
    width:100%;
    margin-bottom:30px
}
@media screen and (min-width:580px){
    .bhc-employerLogos{
        padding:30px
    }
}
@media screen and (min-width:767px){
    .bhc-employerLogos{
        margin:45px auto 90px;
        padding:15px;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-flow:row nowrap;
        flex-flow:row nowrap;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between;
        padding:15px 30px;
        width:100%
    }
    .bhc-employerLogos .bhc-subhead{
        display:none
    }
}
.bch-employerLogo{
    max-height:60px;
    max-width:90px;
    -o-object-fit:contain;
    object-fit:contain
}
@media screen and (min-width:767px){
    .bch-employerLogo{
        max-height:90px;
        max-width:100px
    }
}
.bch-employerLogo,.bhc-logoLink{
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    display:-webkit-inline-box;
    display:-ms-inline-flexbox;
    display:inline-flex;
    -ms-flex-preferred-size:30%;
    flex-basis:30%;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    margin:0;
    padding:0;
    text-align:center;
    margin-bottom:30px
}
.bch-employerLogo span,.bhc-logoLink span{
    border-top:5px solid #1a475f;
    color:#3c889e;
    line-height:1;
    opacity:0;
    padding-top:15px;
    position:absolute;
    top:110px;
    -webkit-transition:opacity .5s;
    transition:opacity .5s;
    width:100%
}
.bch-employerLogo span:before,.bhc-logoLink span:before{
    content:"";
    position:absolute;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    top:0;
    width:0;
    height:0;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #1a475f;
    clear:both
}
@media screen and (min-width:767px){
    .bch-employerLogo,.bhc-logoLink{
        -ms-flex-preferred-size:20%;
        flex-basis:20%;
        margin-bottom:0;
        height:100px
    }
    .bch-employerLogo:hover span,.bhc-logoLink:hover span{
        opacity:1
    }
}
.bhc-news{
    background-color:#eeeded;
    font-weight:700;
	    padding: 75px 0 0;
}
@media screen and (min-width:767px){
    .bhc-news h2{
        font-size:45px
    }
	    .layer.-blueBlur {
        padding: 10rem 0 4rem;
    }
}
@media screen and (min-width:1024px){
    .bhc-newsCards{
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row
    }
    .bhc-newsCards.-small{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
    .bhc-newsCards.-small .bhc-newsCard{
        height:48%
    }
}
.bhc-newsCard{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    background-color:#fff;
    margin:0 0 2em;
    position:relative;
    padding:0
}
.bhc-newsCard__image{
    -o-object-fit:cover;
    object-fit:cover;
    -o-object-position:center;
    object-position:center;
    width:40%;
    position:absolute;
    top:0;
    height:100%
}
.bhc-newsCard__text{
    background-color:#fff;
    margin-left:40%;
    padding:30px 45px 30px 30px
}
.bhc-newsCard__date{
    color:#767676;
    display:block;
    font-size:10px;
    text-transform:uppercase;
    margin-bottom:1.25rem
}
@media screen and (min-width:767px){
    .bhc-newsCard__date{
        font-size:14px
    }
}
.bhc-newsCard__title{
    color:#1a475f;
    font-size:16px;
    font-weight:700;
    margin-bottom:1.5rem;
    line-height:1.35
}
@media screen and (min-width:767px){
    .bhc-newsCard__title{
        font-size:24px
    }
}
.bhc-newsCard__cta{
    color:#3c889e!important;
    font-size:11px
}
@media screen and (min-width:767px){
    .bhc-newsCard__cta{
        font-size:16px
    }
}
.bhc-newsCard__cta:after{
    color:#f0bd1b;
    content: "▶";
    font-family:bh-corporate;
    top:0;
    padding-left: 10px;
}
.bhc-newsCard.-small:last-child{
    margin-bottom:0
}
.bhc-newsCard.-large{
    margin-left:15px;
    width:calc(100% - 30px)
}
.bhc-newsCard.-large .bhc-newsCard__text{
    margin-left:0
}
.bhc-newsCard.-large .bhc-newsCard__image{
    position:relative;
    height:unset;
    width:100%
}
@media screen and (min-width:1024px){
    .bhc-newsCard{
        margin:0
    }
    .bhc-newsCard.-large{
        width:41.66667%;
        margin-right:15px
    }
    .bhc-newsCard.-large .bhc-newsCard__text{
        margin-left:0
    }
    .bhc-newsCard.-large .bhc-newsCard__image{
        position:relative;
        width:100%
    }
    .bhc-newsCard.-small .bhc-newsCard__image{
        width:40%;
        position:absolute;
        top:0
    }
}
@media screen and (min-width: 1200px) {
    .curve {
        margin-bottom: -6rem;
/*         margin-top: -6rem; */
    }
}
@media screen and (min-width: 1024px) {
	    .bhc-solutions__navHeading::before {
        background: #fff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .25);
    }
	.bhc-solutions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .bhc-home .curve {
        margin-bottom: -8rem;
        margin-top: -3rem;
    }
	.bhc-home .curve {
        margin-bottom: -8rem;
        margin-top: -3rem;
    }
}
@media screen and (min-width: 767px) {
	.layer.-blueBlur {
        padding: 6rem 0;
    }
	.curve svg {
        margin-left: -1px;
        margin-top: -1px;
        width: calc(100% + 2px);
    }
	.bhc-callout__message {
        line-height: 1.25;
        font-size: 36px;
    }
    .bhc-callout__message {
        line-height: 1.25;
        font-size: 36px;
    }
	.bhc-callout__cta {
        font-size: 16px;
    }
	.curve svg {
        margin-left: -1px;
        margin-top: -1px;
        width: calc(100% + 2px);
    }
}
.photoGrid{
    margin-bottom:2rem
}
@media screen and (min-width:900px){
    .photoGrid{
        margin-bottom:0
    }
}
.photoGrid__top{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    margin-bottom:2rem;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center
}
@media screen and (min-width:900px){
    .photoGrid__top .photoGrid__image:first-child{
        -ms-flex-preferred-size:40rem;
        flex-basis:40rem
    }
}
.photoGrid__image{
    margin-right:2rem
}
.photoGrid__image:last-child,.photoGrid__image:only-child{
    margin-right:0
}
.photoGrid__image img{
    height:215px;
    margin:0 auto;
    width:100%;
    -o-object-fit:cover;
    object-fit:cover
}
.photoGrid__bottom .photoGrid__image img{
    display:none;
    height:300px
}
@media screen and (min-width:767px){
    .photoGrid__bottom .photoGrid__image img{
        display:block
    }
}
.placeholder{
    border:#ddd 2px dashed;
    border-radius:25px;
    padding:3em 5em 4em 5em
}
.placeholder .layer__text{
    font-size:1.2rem
}
@media screen and (min-width:767px){
    .placeholder{
        padding:3em 5em 4em 5em
    }
    .placeholder .layer__text{
        font-size:1.3rem
    }
}
.sectionWithText{
    position:relative
}
@media screen and (min-width:767px){
    .sectionWithText{
        -webkit-box-align:center;
        -ms-flex-align:center;
        align-items:center;
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        -webkit-box-pack:justify;
        -ms-flex-pack:justify;
        justify-content:space-between
    }
}
.sectionWithText__content{
    font-size:1.125rem;
    line-height:1.8
}
@media screen and (min-width:767px){
    .sectionWithText__content{
        -ms-flex-preferred-size:calc(50% - 30px);
        flex-basis:calc(50% - 30px);
        padding-right:2rem;
        padding-top:1rem
    }
    .sectionWithText__content .quote{
        width:100%
    }
    .sectionWithText__content .quote__text{
        font-size:18px
    }
}
@media screen and (min-width:767px) and (-ms-high-contrast:active),screen and (min-width:767px) and (-ms-high-contrast:none){
    .sectionWithText__content{
        max-width:calc(50% - 30px);
        width:calc(50% - 30px)
    }
}
.sectionWithText .card__content{
    font-size:18px
}
.sectionWithText .card__content ol,.sectionWithText .card__content ul{
    list-style:disc;
    padding-left:16px;
    margin:16px auto
}
.sectionWithText .card__content li{
    margin-bottom:12px
}
.sectionWithText__image{
    margin-bottom:0!important
}
.sectionWithText__image.-pushDown{
    margin-top:2rem
}
@media screen and (min-width:767px){
    .sectionWithText__image.-pushDown{
        margin-top:4rem
    }
}
@media screen and (min-width:767px){
    .sectionWithText__image{
        -ms-flex-preferred-size:calc(50% - 30px);
        flex-basis:calc(50% - 30px)
    }
}
@media screen and (min-width:767px) and (-ms-high-contrast:active),screen and (min-width:767px) and (-ms-high-contrast:none){
    .sectionWithText__image{
        max-width:calc(50% - 30px);
        width:calc(50% - 30px)
    }
}
@media screen and (min-width:767px){
    .sectionWithText__statPromo{
        -ms-flex-preferred-size:55%;
        flex-basis:55%
    }
}
@media screen and (min-width:767px) and (-ms-high-contrast:active),screen and (min-width:767px) and (-ms-high-contrast:none){
    .sectionWithText__statPromo{
        width:55%
    }
}
@media screen and (min-width:767px){
    .sectionWithText__form{
        -ms-flex-preferred-size:70%;
        flex-basis:70%
    }
}
@media screen and (min-width:767px) and (-ms-high-contrast:active),screen and (min-width:767px) and (-ms-high-contrast:none){
    .sectionWithText__form{
        width:70%
    }
}
.sectionWithText__form .form__label{
    color:#fff
}
.sectionWithText.-form{
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch
}
.sectionWithText.-form .layer__headline{
    font-weight:700
}
.sectionWithText.-form .sectionWithText__content{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column
}
.sectionWithText.-form .sectionWithText__image{
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-preferred-size:auto;
    flex-basis:auto;
    margin-top:auto
}
@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){
    .sectionWithText.-form .sectionWithText__image{
        display:block;
        width:100%
    }
}
@media screen and (min-width:767px){
    .sectionWithText.-form .sectionWithText__content{
        -ms-flex-preferred-size:30%;
        flex-basis:30%
    }
    .sectionWithText.-form .sectionWithText__content+.sectionWithText__form{
        margin-left:4rem
    }
}
.sectionWithText.-narrow .layer__headline{
    color:#3c889e
}
@media screen and (min-width:767px){
    .sectionWithText.-narrow{
        background-color:#fff;
        padding:2rem
    }
}
.sectionWithText.-narrow .sectionWithText__content{
    background-color:#fff;
    padding:2rem
}
@media screen and (min-width:767px){
    .sectionWithText.-narrow .sectionWithText__content{
        background-color:transparent;
        padding:0
    }
}
.sectionWithText.-narrow .sectionWithText__content .layer__headline,.sectionWithText.-narrow .sectionWithText__content .layer__text{
    text-align:left
}
.sectionWithText.-narrow .sectionWithText__content .layer__headline{
    font-size:1.75rem
}
@media screen and (min-width:767px){
    .sectionWithText.-narrow .sectionWithText__content .layer__headline{
        font-size:2.25rem
    }
}
.sectionWithText.-narrow .sectionWithText__content .layer__text{
    font-size:1rem
}
@media screen and (min-width:767px){
    .sectionWithText.-narrow .sectionWithText__content .layer__text{
        font-size:1.1rem
    }
}
@media screen and (min-width:767px){
    .sectionWithText.-reverse{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:reverse;
        -ms-flex-flow:row-reverse;
        flex-flow:row-reverse
    }
    .sectionWithText.-reverse .sectionWithText__image{
        margin-bottom:0
    }
    .sectionWithText.-reverse .sectionWithText__content{
        padding-left:2rem;
        padding-right:0;
        padding-top:1rem
    }
}
.sectionWithText .layer__action,.sectionWithText .layer__headline,.sectionWithText .layer__subheadline,.sectionWithText .layer__text{
    text-align:center
}
@media screen and (min-width:767px){
    .sectionWithText .layer__action,.sectionWithText .layer__headline,.sectionWithText .layer__subheadline,.sectionWithText .layer__text{
        text-align:left
    }
}
.sectionWithText .layer__subheadline{
    color:#1a475f;
    font-weight:700;
    margin-bottom:1rem;
    margin-top:0
}
.sectionWithText.-mobileReverse{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
    margin-top:-2rem
}
.our-solutions-shared-module .feature-title-standard {
    color: #1a475f;
    text-transform: none;
    font-weight: 800;
}
.layer.-blueSecondary {
    background-color: #3c889e;
}
.bhc-callsToAction .bhc-heading{
    font-size:30px
}
@media screen and (min-width:767px){
	.bhc-callsToAction .bhc-heading{
        font-size:45px;
        line-height:.75
    }
    .sectionWithText.-mobileReverse{
        -webkit-box-orient:horizontal;
        -webkit-box-direction:normal;
        -ms-flex-direction:row;
        flex-direction:row;
        margin-top:0
    }
}
.sectionWithText.-mobileReverse.-reverse{
    -webkit-box-orient:vertical!important;
    -webkit-box-direction:reverse!important;
    -ms-flex-direction:column-reverse!important;
    flex-direction:column-reverse!important
}
@media screen and (min-width:767px){
    .sectionWithText.-mobileReverse.-reverse{
        -webkit-box-orient:horizontal!important;
        -webkit-box-direction:reverse!important;
        -ms-flex-direction:row-reverse!important;
        flex-direction:row-reverse!important
    }
}
.sectionWithText.-pullUp{
    margin-top:0
}
@media screen and (min-width:767px){
    .sectionWithText.-pullUp{
        margin-top:-8rem
    }
}
.sectionWithText.-alignTop{
    -webkit-box-align:start;
    -ms-flex-align:start;
    align-items:flex-start
}
.sectionWithText.-alignTop .sectionWithText__content{
    padding:0
}
@-webkit-keyframes splide-loading{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}
@keyframes splide-loading{
    0%{
        -webkit-transform:rotate(0);
        transform:rotate(0)
    }
    to{
        -webkit-transform:rotate(1turn);
        transform:rotate(1turn)
    }
}