/* GLOBAL STYLES */

    /* CHANGE COLORS */

    .block_c6a545ab8bcb4326b178f8f35886cf6a .contentImg {background: #3dc6d1;}
    
    /* CHANGE MOBILE APP COLORS */
    
    .block_b74156172da64137b8a09f21304dad80 .contentImg {background: #eb8921;}

    /* Buttons */
    
    .button {padding: 15px 30px;}
    .navContent li .button {padding: 10px 20px;}


    /* Diffuse Shadows */
    
    
    .navContent li .button {box-shadow: 0 10px 40px -20px #333333; transition: box-shadow .4s; font-size: 14px;}
    .navContent li .button:hover {box-shadow: 0 4px 40px -20px #333333;}
    .navContent li .button.click {transition: all .2s; box-shadow: 0 5px 40px -20px #333333;}
    
    .button {box-shadow: 0 25px 40px -20px #555; transition: box-shadow .4s;}
    .button:hover {box-shadow: 0 20px 40px -20px #555;}
    .block_cc0b029335a148c5b48a9b5d15591630 .button.click {transition: all .2s; box-shadow: 0 5px 40px -20px #aaaaaa;}

    /* Home Page Cars*/
    .block_c6a545ab8bcb4326b178f8f35886cf6a .item {
        transition: all .4s ease-out;
        box-shadow: 0 25px 40px -30px #aaaaaa;
    }
    
    .block_c6a545ab8bcb4326b178f8f35886cf6a .item:hover {
        transition: all .2s ease-out;
        transform: translateY(-3px);
        box-shadow: 0 20px 40px -30px #aaaaaa;
        }
     
    
    .block_b5bf32db48af4c63aaffffdbaeeaa5c6 .item {
        transition: all .4s ease-out;
        box-shadow: 0 25px 40px -30px #aaaaaa;
    }
    
    /* Services Cards*/
    
        .block_ec4f13fc7cad4a6d8d2dd2118a809f9a .item {
        transition: all .4s ease-out;
        box-shadow: 0 25px 40px -30px #eb8921;
        }
        
    /*Contact Cards*/
        .block_b4172fea353f462687c79c48823799f1 .item {
        transition: all .4s ease-out;
        box-shadow: 0 25px 40px -30px #aaaaaa;
        }

/* BREAKPOINT 420 */

@media only screen and (max-width: 420px) {

    /* HOME */
    
        /* Hero Headline */
            .block_cc0b029335a148c5b48a9b5d15591630 .contentTitle {font-size: 32px;}
}
        
    /* FOOTER */
    
    .footerContent .contentTitle {font-size: 32px;} 



   
/* BREAKPOINT FULL */

    /* HOME */
    
            /* Small Headlines */
        .block_b928fe7eb7af4377b68e1077815f5a6e .contentTitle,
        .block_b9a7cd6c20e149eb9ff5f14437890f2a .contentTitle {letter-spacing: 0; font-weight: bold}
   
    /* FOOTER */
    
    .contentImg .imgEffect .imgEffect--color .visible{
        border: 2px solid blue;
    }
    
/*.contentImg{*/
/*    display: block !important;*/
/*    height:auto !important;*/
/*    width: 100% !important;*/
/*    vertical-align: bottom !important;*/
/*}*/
    
.itemImg img{
    margin: auto !important;
}
 .contactPage{
     width: 100%;
 }
 
 .google-maps{
     width: 65%;
     float: left;
 }
 
 .form{
     width:30%;
     float:right;
 }
 
 /* COVID BANNER */
 .block_a283fa6706864036abaa074b38f43099 {
     padding: 25px;
     line-height: 1.25em;
 }
/*open_enrollment_2020*/
.blockWrap_faff172e16344e30aefa58e675438fa4 {display:none;}