.cta-box{position:relative;display:block;width:100%;height:400px;margin-bottom:30px;overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff}.cta-box-sm{height:320px}.cta-box-overlay{position:absolute;top:calc(100% - 62px);left:0;width:100%;height:100%;padding:20px;background-color:rgba(35,96,146,.9);color:#fff;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.cta-box-overlay-green{background-color:rgba(106,179,53,.9)}.cta-box-overlay-blue{background-color:rgba(0,124,181,.9)}.cta-box-title{font-family:'Roboto',sans-serif;font-size:20px;font-weight:700;line-height:1.2;text-transform:uppercase}.cta-box-link{position:absolute;bottom:20px;width:calc(100% - 40px);font-family:'Roboto',sans-serif;font-size:16px;font-weight:700;line-height:1.2;text-transform:uppercase}.cta-box-arrow{position:absolute;right:20px;bottom:20px;height:16px;margin:2px 0}.cta-box:hover .cta-box-overlay{top:0}@media(hover:none){.cta-box .cta-box-overlay{top:0}}