﻿div.customPopUp{
    z-index: 999999;
    width:100%;
    height:100%;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    opacity: 1;
    background-color:rgba(0,0,0,0.8);
    position: fixed;
    display: none;
}
div.customPopUpContent{
    z-index:20;
    width:50%;
    margin-left:25%;
    margin-right:25%;
    margin-top:6.5%;
    position: fixed;
    border-radius: 5px;
    padding: 0;
    background-color: #ffffff;
}
div.popUpClose {
    background-color: inherit;
    cursor: pointer;
    margin-left: 0;
    margin-top: 0;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 21;
}
.modelHeader {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
    padding: 0px;
    position:relative;
	background:#f4f4f4;
    border-radius: 5px;
}
.popup_logo {
	text-align:center;
}

.popup_heading {
	color: #0047bc;
    font-size: 28px;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif !important;
    font-weight: bold;
	text-transform:uppercase;
	text-align:center;
    line-height: 38px;
	padding: 0 10% 30px 10%;
	letter-spacing: 2px;
}

.popup_heading span {
	color:#f87203;
}

.popUpData form p {
	margin-bottom:30px !important;
}

.popUpData form input[type=text] {
	width: 100%;
    background: #f0f0f0;
    display: inline-block;
    border: none;
    padding: 20px !important;
	height:auto !important;
    font-size: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: normal;
}

.popUpData form input[type=submit] {
	width: 100%;
    background: #a91500;
    display: inline-block;
    border: none;
    padding: 20px;
    font-size: 18px;
	color:#FFF;
	text-transform:uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
}

.popUpData form input[type=submit]:hover, .popUpData form input[type=submit]:focus {
	background:#000; 
}

.no_thanks {
	width:100%;
	display:block;
	text-align:center;
}

.no_thanks a {
	color:#000;
	text-transform:uppercase;
	text-decoration:underline;
}

.no_thanks a:hover, .no_thanks a:focus {
	color:#0047bc;
	text-decoration:none;
}

.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.2;
    text-shadow: 0 1px 0 #fff;
}
.modelTitle {
    line-height: 1.42857;
    margin: 0;
}
.popUpInput {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 2%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width:96%;
    margin-bottom: 10px;
}
.popUpData {
  float: left;
  padding: 40px 5% 20px;
  position: relative;
  width: 90%;
}

.popUpData form{padding:0%; width: 100%;}
.popUpButton {
    background-color: #fed136;
    border-color: #fed136;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top:15px;
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

#ic_signupform .elcontainer .submit-container {
	padding: 25px 0 0 0 !important;
}

.customPopUp label {
    font-size: 100%;
    font-weight: bold;
    color: #5a5a5e;
}
#ic_signupform .elcontainer .formEl {
	width:100% !important; 
	padding-right:0px !important;
	right:0px !important;
}

.sticky_signup_area {
	width:100%;
	display:inline-block;
	background:#0a3b61;
	position:fixed;
	bottom:0px;
	left:0px;
	z-index: 99999;
	padding:26px 0;
}

.signup_wrapper {
    margin: 0 auto;
    width: 1120px;
}

.signup_title {
	float:left;
}

.signup_title h3 {
	font-family: "Roboto Condensed",Arial,Helvetica,sans-serif !important;
    font-weight: normal;
    color: #FFF;
    font-size: 20px;
    padding-top: 14px;
}

.signup_form {
	float:left;
}

.signup_form form p {
	float:left;
	padding-left:25px;
    margin-bottom: 0px;
}

.signup_form form input[type=email] {
	width: 360px;
    background: #052d4c;	
    display: inline-block;
	color:#FFF;
    border: none;
    padding: 15px 25px;
    font-size: 15px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
    border-radius: 45px;
    font-weight: normal;
}

.signup_form form input[type=text] {
	width: 360px !important;
    background: #052d4c;	
    display: inline-block !important;
	color:#FFF;
    border: none;
    padding: 15px 25px !important;
    font-size: 15px;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
    border-radius: 45px;
    font-weight: normal;
}

.signup_form form input[type=submit] {
	width: 200px;
    background: #d11c02;
    display: inline-block;
    border: none;
    padding: 14px 25px;
    font-size: 18px;
	color:#FFF;
	text-transform:uppercase;
	-webkit-border-radius: 45px;
	-moz-border-radius: 45px;
    border-radius: 45px;
    font-weight: bold;
}

.signup_form form input[type=submit]:hover, .popUpData form input[type=submit]:focus {
	background:#000; 
}

.signup_close {
	position: absolute;
    top: 36%;
    right: 7%;
	cursor:pointer;
}

.thanks_page {
	width:100% !important;
}

.thank_wrapper {
	width:100%;
	display:inline-block;
	text-align:center;
}

.thank_wrapper h2 {
	font-size: 45px;
    color: #0e162b;
    padding-top: 15px;
}

.thank_wrapper p {
	font-size: 26px;
    color: #777c76;
    padding-top: 15px;
}

.thank_wrapper a {
	font-size: 14px;
    color: #0047bc;
    text-transform: uppercase;
    margin-top: 50px;
    display: inline-block;
    font-weight: bold;
	position:relative; 
}

.thank_wrapper a:before {
	content: "";
    background: url(../img/arrow_icon.png) no-repeat;
    width: 22px;
    height: 10px;
    position: absolute;
    left: -30px;
    top: 5px;
}