@media only screen and (max-width: 480px){
#home .cols3.imgMgn1 .imgGridItem {width: 100%;margin:0 0 5% 0;}
.items_a1fcd83fe64f4436bb48a32dcb5a68fd .item .contentTitle, .dividerTitle,
.items_d58d31336ad14ef0aebef46d38094bf0 .item .contentTitle, .items_ea32e64dd6b0479fa4b4b33cb81d0d90 .item .contentTitle,  
.items_d81e5efd677b4f90816f7bd78dc63632 .item .contentTitle, .items_a5f6b9bd34b94a42a5ef913d2fc82ced .item .contentTitle,
.items_a4f6cb3d5ca04d72a15762c5b00a1592 .item .contentTitle {font-size:24px;}
}

#cr-form-FORda33fccad61d499ab366231eea5ffc87 *,
#cr-form *, 
#FORda33fccad61d499ab366231eea5ffc87 {min-height: 850px; overflow:visible;}

#FORac49de9b37eb464ca339c5342d400acd *, #FORac49de9b37eb464ca339c5342d400acd,
#cr-form * {min-height: 1300px; overflow:visible;}


/*-----------SCROLL UP BUTTON------------*/
.scrollup {
 width: 45px;
 height: 45px;
 opacity: 1;
 position: fixed;
 bottom: 20px;
 left: 25px;
 display: none;
 background-image: url(https://static.gofasturtle.com/e3acf5f1256d4dce921c0ba83c59ba5f/i/c55c5ca7fe1741d2b454d6c4fa6b7af0/1/5feFb8zhrk/icon-top.png);
 background-size:contain;
 background-repeat: no-repeat;
 z-index: 9999;
}
/*--------END SCROLL UP BUTTON----------*/

/*--------------- SECONDARY NAV ---------------*/
/*font and background color*/
.ctaNav {
    background: #fff;
    color: #000;
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.ctaNav .blockInnerContent {
    text-align: center;
    font-size: 14px;
}
.ctaNav .blockInnerContent a {
    color: #000;
}
.ctaNav .blockText {
    padding-right: 4%;
    padding-left: 4%;
}
@media only screen and (max-width: 480px) {
    .ctaNav .blockInnerContent,
    .ctaNav .blockInnerContent .button {
        font-size: 16px;
    }
}
/*------------END SECONDARY NAV ---------------*/