Custom CSS Code:
p.rtecenter.margin {
margin-top: -18px;
}
/*Join A Meeting Page*/
.zoom {
max-width: 105%;
}
.zoom .btn-primary {
width: 100%;
}
.page-giving-back .col-sm-24 {
margin-bottom: 2rem;
}
div#block-nodeblock-97979 p.address {
content-visibility: hidden;
}
#pre-footer-wrapper #pre-footer .bg.footer-group {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url(/sites/default/files/users/pcstein2/images/Map.jpg)!important;
background-color: #ffffff52;
background-blend-mode: color;
}
#block-nodeblock-97979{
background: #f0f8ff8a;
border-radius: 0.5rem
}
Custom Script Code:
<!-- Superscript registered trademark -->
<script>
$(document).ready(function(){
$('body :not(script)').contents().filter(function() {
return this.nodeType === 3;
}).replaceWith(function() {
return this.nodeValue.replace(/[™®©]/g, '<sup>$&</sup>');
});
});
</script>
<script>
document.addEventListener("DOMContentLoaded", function() {
if (window.location.pathname === "/join-meeting") {
// Check if a meta description already exists
let meta = document.querySelector('meta[name="description"]');
if (!meta) {
meta = document.createElement('meta');
meta.name = "description";
document.head.appendChild(meta);
}
meta.content = "Planning wisely so you can live fully.";
}
});
</script>
<meta name="description" content="Planning wisely so you can live fully.">
<meta property="og:description" content="Planning wisely so you can live fully.">
Custom Powered By AW Button:
White
