/*.siteContainer {height: 500px; background: transparent;     position: absolute;}*/

.siteContainer {
    /* height: 500px; */
    background: transparent;
    position: unset;
    width: 100%;
	display:none;
	z-index:1111;
	top:0px;
	z-index: 9;
}
.siteContainer:first-child{
	display:block;
}
/*DISCOUNT BAR STYLES*/

.discountBar {background: #0c9a32; display: none;}
.discountBar .inner {padding: 10px 0; color: #FFF; font-weight: 400; text-align: center;}
.discountBar .inner .code {padding: 5px; border-radius: 3px; background: #07561c;}

/*EXIT MODAL STYLES */

/* JS Modal Required */
.js-exit-modal-overlay {display: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1000; background-color: #000; opacity: .9;}
.js-exit-modal {display: none; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 1001; background: rgba(0, 0, 0, 0.8);}
.js-exit-modal-close {background: #0f385d; padding:10px; position: absolute; right: -10px; top: -30px; border-radius: 5px; cursor: pointer;}
.js-exit-modal-close i {background: url(../images/modalcloseicon.png) no-repeat; height: 20px; width: 20px; display: block;}

/* Daves Stuff */

.leavingsoSoon {position: relative; z-index: 5000; width: 600px; z-index: 5000; border-radius: 3px; background: #1c74c1; padding: 20px 50px; color: #FFF; text-align: center; margin: 100px auto;}	
.leavingsoSoon .title {background: url(../images/sadfaceicon.png) top center no-repeat; padding: 100px 0 0 0; font-weight: 700; font-size: 50px; letter-spacing: -1px;}
.leavingsoSoon p.large {font-size: 26px; letter-spacing: -1px; margin: 20px 0;}
.leavingsoSoon .discount {background: rgb(0, 0, 0); border-radius: 3px; padding: 10px; width: 400px; margin: 0 auto;}
.leavingsoSoon .discount big {font-size: 25px; letter-spacing: -1px; font-weight: 700; display: block; margin: 0 0 10px 0;}
.leavingsoSoon .discount span.code {font-size: 26px; letter-spacing: -1px; display: block; margin: 0 0 10px 0;}
.leavingsoSoon .discount small {font-size: 14px; display: block;}
.leavingsoSoon p.small {font-size: 18px; letter-spacing: -1px; display: block; width: 360px; margin: 20px auto;}
.leavingsoSoon a {display: inline-block; text-decoration: none; font-weight: 600; font-size: 16px; background: #0f385d url(../images/whitearrowView.png) no-repeat 250px 22px; padding: 20px 50px 20px 20px; border-radius: 3px; color: #FFF;}
.leavingsoSoon a:hover {background: #0f385d url(../images/whitearrowView.png) no-repeat 150px 24px;}
.siteContainer.active + .js-exit-modal + .wrapper .top-links-container { margin-top:33px; }

.siteContainer.active {
    display: block;
}