/*--------------- NAV ---------------*/
/*hide desktop nav buttons on mobile*/ 
    .navButtonMobile {
        display: none;
    }



/* FORMATTING DON'T CHANGE */
.navContent ul li a {padding: 11px 0 8px 0; border-bottom: 3px solid transparent; transition: all .3s ease;}
.footerContainer {margin-top: -1px}
.noSecondaryContent .primaryAndSecondaryContent .pageTitleContainer {padding: 15px 0 !important;}
.navContent .navButton:hover {background: #1eb6ea; transition: all .3s ease;}



    /* change colors */
    .navContent ul li a.selected {border-bottom: 3px solid #1eb6ea} /* selected nav underline */
    .navContent ul li a:hover:not(.navButton) {border-bottom: 3px solid #1eb6ea; transition: all .3s ease;} /* hover nav underline */
    
        /* buttons */
        .block_f9db72f94e9a4e818d5cf98df3a46087 .contentImg {background: #1eb6ea}
        /* services buttons */
        .block_d0ed15e460ca435a93ea6a0013c7c5b8 .contentImg {background: #1eb6ea}

    /* CHANGE MOBILE APP COLORS */
    
        .block_e06b4b82e16f4d98aa0a07f9dbd7c550 .contentImg {background: #1eb6ea;}


/* HOME PAGE */

    /* Affiliate Icons */
    .block_aecda14ded1b4406a2d4c6578afbd20d .contentImg {max-height: 100px; width: auto; margin: 0 auto;}
    .block_aecda14ded1b4406a2d4c6578afbd20d .blockImg {padding-top: 40px}
/*--------------- MEDIA QUERIES ---------------*/
@media only screen and (max-width: 767px) {
/*show cloned nav buttons for mobile*/ 
    .navButtonMobile {
        display: inline-block;
        padding-top: 20px;
        text-align: center;
    }
    /*margin for buttons*/
    .navButtonMobile a {
        margin-right: .5em;
        margin-left: .5em;
    }
    .navButtonMobile li {
        list-style: none;
    }
    .headerContainer {
        text-align: center;
    }
} 
    
/* CONTACT */

    /* Map */
    @media only screen and (min-width:768px) { .block_f007701e16e54df29261cf52a94e786e .contentImg {max-width:70%}}
    
/*expandable menu width*/
.navContent ul li ul {
    max-width: 400px !important;
}

    
/*mobile button styling*/
.block_e98e1803149d48dba315e90d2e536c1b {padding-top: 5px; padding-bottom: 5px;}
.block_e98e1803149d48dba315e90d2e536c1b {text-align: center}



/* Nav Bar Icons */
.block_f061a68eb7cb4d2798c02b8b701f8973 .contentImg {
    max-height: 80px;
    width: auto;
    margin-right: auto;
    margin-left: auto;
}

/* RSS */

.block_ff30d34e8a824fff82a2bd782a1efffd .cols4 .item.packeryItem {box-shadow: 0 0 7px rgba(0,0,0,.25);}



/*Image Caption Padding*/
.block_f954035fd4e2441e8c373b74b1bf8e85 .customCaption .contentTitle {
    padding-top: 8%;
}


.tiltNavItem button {
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  /* centering fix related to normal positioning of mobile nav trigger */
  /*.headerContent {*/
  /*  padding-left: 32px;*/
  /*}*/
  /* a little padding under the tilt button on small screens */
  .tiltNavItem {
    padding-bottom: .5em;
  }
}

#phoneLanding:nth-of-type(2) {
    background: #1eb6ea !important;
}

#covidAlert {display: none!important;}


/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}