/* Enter Your Custom CSS Here */


#masthead {
	z-index: 500;
}

/* pin footer to bottom, and ensure background is white */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 50px;  /* change this 45px height to match your desired footer height */
}
.layout-full #colophon, #colophon {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px; /* change this 45px height to match your desired footer height */
    right: 0;
}
body.layout-full {
  	background-color: #ffffff !important;  /* change the background color to match the page background */
}

.so-widget-sow-cta-default-74958e4c1e48 .sow-cta-base .sow-cta-text {
 	padding-top: 1.5vh;
}

.sow-submit-wrapper.sow-submit-styled {
  	text-align: center;
}
@media (max-width: 680px) {
.so-widget-sow-button {
	float: none !important;
}}