/*IFN Live*/

.banner {
    max-width: 50%;
    margin-left: auto;
    display: block;
    margin-right: auto;
    padding: 15px 0;
}

body {
    max-width: 1200px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
}

h1 {
    display: none;
}

h2 {
	font-size: 50px;
    line-height: 40px;
    color: #4d4d4f;
    font-family: Oswald, sans-serif;
    font-weight: 700;
	text-align:center;
}

.formItem label {
    display: inline-block;
    color: #000000;
    font-weight: 700;
    font-size: 15px;
    width: 15%;
}

.formItem input[type=text] {
    width: 292px;
}

.formItem input[type=number] {
    width: 292px;
}

.formItem table {
    width: 100%;
}

.required:after, .validation, .requiredIndicator {
    color: #F2443D;
    font-weight: 500;
}

fieldset .required:after{
	color:#F2443D;
}

.requiredIndicator{
	color:#F2443D;
}

select {
    display: inline-block;
	font-size:16px;
}

fieldset {
	padding:0;
	border:0;
}

input#btnSubmit {
    margin-top: 10px;
	display:block;
    -webkit-font-smoothing: antialiased;
    border: none;
    color: #FFF;
    line-height: normal;
    text-align: center;
    padding: 10px 15px;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 700;
	cursor:pointer;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
    font-size: 18px;
    font-family: arial;
    background: #0f1c31;
    letter-spacing: .5px;
}

.subhead {
    font-size: 21px !important;
    margin: 15px !important;
    border-bottom: 1px solid black !important;
    display: block !important;
    width: auto !important;
}

legend, .SUBHEAD, .subhead {
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    font-family: Oswald, sans-serif;
    padding: 5px 5px 3px;
    margin-bottom: 10px;
    letter-spacing: .5px;
    width: 100%;
    color: #000;
    background: none;
    border: 0;
    line-height: 24px;
}

fieldset.formItem label {
    color: #000000;
    font-weight: 400;
    width: 85%;
    text-indent: -15px;
    padding-left: 15px;
	margin-left: 5px;
}

input[type="checkbox"] {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 0 0 5px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    overflow: hidden;
}

input[type=text],input[type=number]{
	font-size:16px;
	font-family:arial;
}

#pnlForm {
	background-color:#ffffff;
	border-radius:0;
	padding:0;
}

.validationSummary ul {
    margin: 5px;
    padding: 10px;
    list-style: square;
    color: #F2443D;
	width: 70%;
    margin-left: auto;
    margin-right: auto;
	background-color:#DADADA;
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    box-shadow: 0 5px 15px rgba(0,0,0,0.5);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.validationSummary ul li {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    list-style: none;
    font-family: arial;
}

.heading{
	font-weight: 700;
    margin-top: 25px;
    display: inline-block;
    margin-bottom: 10px;
}

.copyright{
	font-size:14px;
	text-align:center;
	font-family:arial;
	background-color: #0f1c31;
    color: #ffffff;
	overflow: hidden;
}

.copyright .footLogo img {
    max-width: 250px;
}

.copyright .footLogo {
    width: 100%;
}

.copyright .footLogo, .copyright .footText {
    float: left;
    padding: 15px;
}

.checkbox label {
    color: #000000;
    width: 85%;
    font-weight: 400;
    text-indent: -15px;
    padding-left: 15px;
    margin-left: 5px;
}

.fieldInfo{
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
}

.formTop{
	font-size:18px;
	font-weight:700;
}

.disclaimer{
	font-size:14px;
	font-style:italic;
}

.g-recaptcha > div {
    margin-left: auto;
    margin-right: auto;
}

.item2008 legend {
    display: none;
}

.item1317 label, .item1319 label{
	font-size:15px;
}

.formItem{
	margin:16px 15px 16px 15px;
	overflow:hidden;
}

p, .formTop, h2, .OTHER{
	padding:0 15px;
	display:block;
}

.thankyou h1{
	display:block;
	text-align:center;
}

.thankyou p{
	text-align:center;
}

.TEXT_DISCLAIMER, .TEXT_DISCLAIMER2 {
    margin-left: 15px;
    display: block;
    font-size: 12px;
}