#squeeze {
        width: 320px;
        display: inline-block;
        vertical-align: top;
	float: right;
}
#squeeze.noFloat {
        display: block;
        margin: 30px auto;
        float: none;
}

#squeezeInner {
	border-radius: 15px;
	background-color: #c3161b;
        min-height: 387px;
        position: relative;
	padding-bottom: 20px;
}

.squeezeSlide {
	padding: 0;
        display: none;
}
.squeezeSlide:first-of-type {
        display: block;
}

.squeezeSlide h1 {
	font-family: 'Roboto', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
	text-align: left;
        border-radius: 10px 10px 0 0;
        color: #FFF;
        padding: 20px 20px 0;
        font-size: 16px;
        line-height: 1.4;
}

.squeezeSlide p {
        font-size: 16px;
        color: #FFF;
        line-height: 1.6;
}

.squeezeSlide .options {
        padding: 0 0 10px;
	margin: 20px;
}

.squeezeSlide .options .option {
        padding: 10px;
	font-size: 15px;
	margin: 5px 0;
	line-height: 35px;
	min-height: 55px;
        border-radius: 4px;
	font-family: 'Roboto', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
        font-weight: 500;
	color: #e8e8e8;
	background-color: #af1318;
	border: 1px solid #af1318;
}
.squeezeSlide .options .option:hover {
	cursor: pointer;
	border: 1px solid #FFF;
}
.squeezeSlide .options .option:hover .optLetter {
	background-color: #d39959;
}

.squeezeSlide .options .option input {
	display: none;
}

.squeezeSlide .options .option .optLetter {
	font-family: 'Oswald', 'Times New Roman', serif;
        margin-right: 15px;
	margin-bottom: 20px;
	width: 35px;
	height: 35px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
        float: left;
	border-radius: 35px;
	background-color: #505c45;
	cursor: pointer;
}

#lgenMessage {
        display: none;
}

#lgenPx {
        height: 0;
        width: 0;
        overflow: hidden;
}

#squeezeError {
        display: none;
        color: #FFF;
        background-color: #ff4b3d;
	margin: 10px 0;
        font-size: 15px;
	line-height: 20px;
        padding: 10px;
        text-align: center;
        font-weight: bold;
	height: 38px;
}
#squeezeFooter {
	padding: 20px;
	text-align: center;
}
#squeezeFooter, #squeezeOptInFooter {
        font-size: 12px;
	line-height: 18px;
        color: #fff;
        padding: 10px;
}
#squeezeOptInFooter {
	text-align: center;
	line-height: 1.3;
        display: none;
	font-size: 10px;
	padding: 0;
	background-color: #90060a;
}
#squeezeOptInFooter p {
	padding: 10px;
	font-size: 11px;
}
#squeezeDisclaimer {
        text-align: center;
        color: #FFF;
        font-size: 11px;
        line-height: 13px;
        background-color: #222;
        padding: 8px 5px;
}

#squeezeLoading {
	display: none;
	text-align: center;
}

#squeezeLoading img {
	width: 100px;
	cursor: pointer;
}

#squeezeLoading p {
	color: #FFF;
	font-size: 13px;
	margin-top: 0;
}

#optIn {
	display: none;
}

#optIn p {
	font-size: 15px;
	line-height: 1.2;
	margin: 0 20px 17px;
	color: #EEE;
	position: relative;
}

#optIn p #downArrow {
	position: absolute;
	bottom: -20px;
	right: -15px;
}

#optIn form {
	margin: 10px 20px;
}

#optIn h1 {
	font-family: 'Roboto', 'Open Sans', 'Helvetica', 'Arial', sans-serif;
        text-align: left;
        border-radius: 10px 10px 0 0;
        color: #FFF;
        padding: 20px 20px 20px;
        font-size: 16px;
        line-height: 1.3;
	text-align: center;
}

#optIn h2 {
	font-family: 'Oswald', 'Times New Roman', serif;
        color: #FFF;
        margin: 20px 25px 10px;
        text-align: center;
        font-size: 16px;
        font-weight: bold;
}
#optIn #email {
        width: 100%;
        margin: 0 auto 10px;
	border: none;
	border-radius: 5px;
	padding: 20px 10px;
	-moz-box-shadow:    inset 0 0 3px rgba(0,0,0,0.5);
  	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
   	box-shadow:         inset 0 0 3px rgba(0,0,0,0.5);
}
#optIn #email.error {
	border: 2px solid #c5180b;
}
#optInButton, .optInButtonNew {
	max-width: 100%;
	border-radius: 5px;
	cursor: pointer;
        color: #111;
        border-radius: 8px;
        background-image: linear-gradient(to top, #c3a748 3%, #fcdd68);
        border: solid 1px #0f1d4c;
        padding: 10px 0;
        font-size: 18px;
        line-height: 1.2;
        position: relative;
        text-align: center;
        display: block;
        font-weight: bold;
}
#optInButton:hover {
	background-image: linear-gradient(to top, #ffe799 3%, #ffe799);
}



/* Progress Bar */
#progress {
        height: 6px;
	border-radius: 3px;
	margin: 10px 20px;
	background-color: #EEE;
	position: relative;
	overflow: hidden;
}
#progressInner {
	height: 6px;
	width: 100%;
	position: absolute;
	left: -100%;
	top: 0;
	background-color: #0f312d;
}



@media (max-width:1000px) {

#squeeze {
        max-width: 640px;
        margin: 50px auto 0;
        width: 100%;
        height: auto;
        display: block;
	float: none;
}

#squeezeInner {
        height: auto;
//	margin: 0 10px;
}

.squeezeSlide .options .option {
        font-size: 15px;
}

}


@media (max-width: 700px) {
	#squeeze { padding: 0 10px; }
}

@media (max-width:570px) {
	#squeeze { margin-top: 15px; }
}

@media (max-width:500px) {
	.squeezeSlide p { font-size: 16px; }
}


@media (max-width: 450px) {
	#optInButton .buttonText { font-size: 17px; }
}

#squeezeMessage {
    display: none;
    text-align: center;
    background-color: rgba(255,255,255,0.75);
    margin: 0 auto;
    padding: 10px 5px;
    width: 100%;
    font-size: 18px;
    position: absolute;
    top: 0;
    z-index: 10000;
}
