/* Requires: normalize.css */
/* Global Reset & Standards ---------------------- */

/* Misc ---------------------- */
.left { float: left; }

.right { float: right; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-center { text-align: center; }

.hide { display: none; }

.hide-override { display: none !important; }

.highlight { background: white; }

#googlemap img, object, embed { max-width: none; }

#map_canvas embed { max-width: none; }

#map_canvas img { max-width: none; }

#map_canvas object { max-width: none; }

/* Reset for strange margins by default on <figure> elements */
figure { margin: 0; }

.subheader { line-height: 1.3; color: #6f6f6f; font-weight: 300; margin-bottom: 17px; }

em, i { font-style: italic; line-height: inherit; }

strong, b { font-weight: bold; line-height: inherit; }

small { font-size: 60%; line-height: inherit; }

code { font-weight: bold; background: white; }

/* CSS for jQuery Reveal Plugin Maintained for Foundation. foundation.zurb.com Free to use under the MIT license. https://www.opensource.org/licenses/mit-license.php */
/* Reveal Modals ---------------------- */
.reveal-modal-bg { position: fixed; height: 100%; width: 100%; background: #000; background: rgba(0, 0, 0, 0.45); z-index: 40; display: none; top: 0; right: 0; }

.reveal-modal {  visibility: hidden; display: none; top: 100px; margin: 0 auto; width: 100%; position: absolute; z-index: 100000; padding: 5px;  }
.reveal-modal .close-reveal-modal:not(.button) { font-size: 25px; font-size: 2.2rem; line-height: .5; position: absolute; color: #808285; text-shadow: 0 -1px 1px rgba(0, 0, 0, 1); font-weight: bold; cursor: pointer; }
.reveal-modal img { -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);}
.splashBG{
    opacity: 1;
    top: 100px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	background-color:#fae904;
	display:none;
	position: absolute;
    z-index: 50;
	visibility:hidden;

}
.splashBG .close-reveal-modal:not(.button) {
    font-size: 25px;
    font-size: 2.2rem;
    line-height: .5;
    position: absolute;
    color: #19191b;
    text-shadow: 0 -1px 1px rgb(241, 233, 233);
    font-weight: bold;
    cursor: pointer;
    top: 12px;
    left: 10px;
    background-color: rgba(255,255,255,0.8);
    height: 20px;
    padding-top: 10px;
    border-radius: 50px;
    width: 30px;
}
.splashBG img {
	width:100%
}	

@media print { .reveal-modal { border: solid 1px black; background: #fff; } }
