
/* Styles for the CoverPop.js plugin */
.CoverPop-open,
.CoverPop-open body {
    overflow: hidden;
}

input.email-input {
    font-size: 14px;
    border: 1px solid #999;
    padding: 3px;
    width: 220px;
    color: #000;
}
#CoverPop-cover {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    -webkit-animation: fade-in .5s ease-in;
    -moz-animation-name: fade-in .5s ease-in;
    -ms-animation-name: fade-in .5s ease-in;
    -o-animation-name: fade-in .5s ease-in;
    animation-name: fade-in .5s ease-in;
}
.CoverPop-open #CoverPop-cover {
    display: block;
}
.cover-pop-submit-button {
	background: url("/img/lt-blue-button.jpg") repeat-x;
    background: #0088cc;
	width: 80px !important;
	text-transform: uppercase;
	height: 26px;
	font-size: 13px !important;
	font-weight: bold;
	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	border: 1px solid #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #ededed !important;
	text-align: center !important;
	padding: 3px 0 2px 0;
}
.cover-pop-sumbit-button:hover {
	background: url("/img/lt-blue-button-over.jpg") repeat-x;
}

@-webkit-keyframes fade-in {
    0% { opacity: 0; }
    25% { opacity: 0; }
    100% { opacity: 1; }
}

/*
* Custom Styles
*/
.splash {
   /* background-color: #3a4b69; */
  background-color: rgba(0, 0, 0, 0.8);
}
.splash-center {
    text-align: center;
    max-width: 600px;
    padding: 40px 40px 1px 40px;
    margin: 10% auto 0;
    color: #fff;
    background-image: url("/local/content_includes/img/popbglt.jpg");
    border: 5px solid #fff;
}
div#CoverPopForm {
    text-align: center;
}

p.r1 {
 font-weight: bold;
    font-size: 26px;
    margin: 0 0 14px 0;
}
p.r2 {
 	font-weight: bold;
    font-size: 26px;
    margin: 0 0 14px 0;
}
p.r3 {
 font-weight: bold;
    font-size: 19px;
    color: #f6f15d;
     margin: 0 0 14px 0;
}
p.r4 {
 	font-weight: bold;
    font-size: 16px;
     margin: 20px 0 8px 0;
}
p.r5 {
    font-family: "Oswald", sans-serif;
    font-size: 34px;
    line-height: 45px;
    color: yellow;
}
p.r6 {
    font-weight: bold;
    font-size: 22px;
    margin: 5px 0 35px 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 15px;
}
div#CoverPopSocial {
    text-align: center;
}
@media screen and (max-width: 420px) {
    .splash-center {
        margin: 0;
    }
}
a.CoverPop-close {
	font-size: 13px;
	text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin: 18px 0 0 0;
    display: block;
}

.socialicon {
 	float: left;
    width: 75px;
    list-style: none;
    list-style-type: none;
}
#emailsignupbuttonpop.button.postfix {
    background-color: yellow;
    color: #000;
    line-height: 2.4rem;
    font-weight: bold;
    text-transform: uppercase;
}