Custom CSS Code:
#node-64642 > div.content > div > div.grid_3.omega {
width: 146px;
}
.front #header-bottom-wrapper {
position: relative;
background: url(/sites/default/files/users/TedRich/banners/rsz_summer_2020_website_banner_image_-_cropped.jpg) no-repeat 0% 38% !important;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover !important;
height: 500px;
}
#vimg-ovrly {
position: absolute;
cursor: pointer;
margin-top: -10px;
}
.hero-banner-text {
left: inherit;
right: 0;
bottom: -15%;
}
#node-36741 .views-field-mail {
display: none;
}
#header-bottom-wrapper {
background: #f7fdff url("/sites/default/files/users/TedRich/Spring%202019%20Website%20Banner%20Image%20-%20Cropped%202.jpg") center center no-repeat !important /* background editor */;
background-size: cover !important /* background editor */;
}
#header-top-wrapper {
background: #ffffff center center no-repeat !important;
background-size: cover !important;
}
#block-superfish-3 {
position: absolute;
opacity: 1;
left: 20px;
}
#superfish-3 {
display: flex;
flex-direction: row;
justify-content: flex-end;
flex-wrap: wrap;
}
.contextual-enabled.contextual-token-token_custom_riskalyze_button:after {
content: 'Free Risk Analysis';
position: relative;
top: -40px;
align-content: center;
left: 0px;
border-radius: 4px;
color: #ffffff !important;
display: inline-block;
font-weight: bold;
padding: 0.5em 1em;
text-decoration: none;
text-shadow: 0px 1px 1px rgba(0,0,0,0.85);
-webkit-transition: all 0.4s;
-moz-transition: all 0.4s;
-o-transition: all 0.4s;
transition: all 0.4s;
}
.contextual-enabled.contextual-token-token_custom_riskalyze_button a {
color: transparent !important;
text-shadow: none;
overflow: hidden;
line-height: 10px;
}
#main-wrapper {
background: #ffffff center center no-repeat !important;
background-size: cover !important;
}
#header-top-container {
background: #fcfcfc center center no-repeat !important;
background-size: cover !important;
}
Custom Script Code:
<script>
$(document).ready(function(){
$(' #block-nodeblock-64642 div.grid_8.alpha .omega:nth-of-type(3) p a.button-cta').each(function() {
$(this).html('Free Risk Analysis');
});
});
$( document ).ready(function() {
$("#vimg-ovrly").click(function() {
$( "#vimg-ovrly" ).fadeOut( "fast", function() {
playme();
});
});
function playme() {
document.getElementById("vid").src = '//player.vimeo.com/video/90358388?&autoplay=1';
}
});
</script>
<script src="//www.riskalyze.com/hosted/2fd64e3b10ce153d30dd/rq/loader.js" type="text/javascript"></script>