Mailing List Opt-in


.dropbtn {
background-color: #000000;
color: white;
font-family: montserrat;
}

.dropbtn:hover, .dropbtn:focus {
}

.dropdown {
position: relative;
display: inline-block;
}

.dropdown-content {
display: none;
position: absolute;
background-color: #f1f1f1;
min-width: 160px;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
}

.dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
}

.show {display: block;}

/* When the user clicks on the button,
toggle between hiding and showing the dropdown content */
function myFunction() {
document.getElementById(“myDropdown”).classList.toggle(“show”);
}

// Close the dropdown if the user clicks outside of it
window.onclick = function(event) {
if (!event.target.matches(‘.dropbtn’)) {
var dropdowns = document.getElementsByClassName(“dropdown-content”);
var i;
for (i = 0; i < dropdowns.length; i++) {
var openDropdown = dropdowns[i];
if (openDropdown.classList.contains('show')) {
openDropdown.classList.remove('show');
}
}
}
}

Subscribe to our mailing list to receive the Monthly Market Stats, District Stats, and news about Professional Development and Corporate Marketing Services directly to your inbox!


#mc_embed_signup{background:#fff; clear:left; font:14px Montserrat; }
/* Add your own MailChimp form style overrides in your site stylesheet or in this style block.
We recommend moving this block and the preceding CSS link to the HEAD of your HTML file. */

Subscribe to the RLP mailing list

* indicates required