/* 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: #772879; transition: all .5s ease;}



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


/* HOME PAGE */

    /* Affiliate Icons */
    .block_aecda14ded1b4406a2d4c6578afbd20d .contentImg {max-height: 100px; width: auto; margin: 0 auto;}
    .block_aecda14ded1b4406a2d4c6578afbd20d .blockImg {padding-top: 40px}
    
/* CONTACT */

    /* Map */
@media only screen and (min-width:768px) { 
    .navContent ul li ul, .navContent ul li:first-child ul {
        max-width: 350px;
    }
    .block_f007701e16e54df29261cf52a94e786e .contentImg {max-width:70%}}
    /* CHANGE MOBILE APP COLORS */
    .block_a00e80ff750e418bb61529880b4cc2ef .contentImg {background: #772879;}
    /* 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;
  }
}
/*open_enrollment*/
.blockWrap_b8297201b54e4d61a727cac9effdbc6f { display: none; }
#covidAlert {display: none!important;}

.items_b843e3ccdf774870a840a891e08b4b66 > .item:nth-child(2){
	border-left: 1px solid #e5e7eb !important;
	border-right: 1px solid #e5e7eb !important;
}
  
 .block_b843e3ccdf774870a840a891e08b4b66 div.gridView > div.item:hover {
  	cursor: pointer;
 }

@media screen and (min-width:1025px){
 .block_b843e3ccdf774870a840a891e08b4b66 div.gridView > div.item .itemContent .itemInnerContent p{
 		 visibility:hidden;
    opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;

 }
 
  .block_b843e3ccdf774870a840a891e08b4b66 div.gridView > div.item:hover .itemContent .itemInnerContent p {
  	 visibility:visible;
    opacity:1;
  }
  .block_b843e3ccdf774870a840a891e08b4b66 div.gridView > div.item{
    height: inherit;
    margin: 5% 0px 0px 0px !important;
    width: 100% !important;
}

}

@media screen and (min-width:426px){
    .block_b843e3ccdf774870a840a891e08b4b66 div.gridView{
        display: flex;
    }
   
}

@media screen and (max-width: 426px){
	 .items_b843e3ccdf774870a840a891e08b4b66 > .item:nth-child(2){
			border-left: none !important;
			border-right: none !important;
		}
		.block_b843e3ccdf774870a840a891e08b4b66 div.gridView > div.item .itemContent .itemInnerContent p{
 		 visibility:visible;
		}
}