.eqca-ea-body {background:#fff;}
.eqca-ea-header {background:rgba(43, 41, 40, 0.6);}
.eqca-ea-header .logo_holder {margin: 2.4em auto;}
.eqca-ea-body section.at-inner {
	padding: 10px 20px;
	background: rgba(255,255,255,.85) !important;
}
.eqca-ea-body .content.ngp-content.at .main-content {
	padding: 10px 20px;
	background: rgba(255,255,255,.85) !important;
	margin:20px 20px 0 20px;
}
.eqca-ea-body section.at-inner .fastAction, .eqca-ea-body section.at-inner fieldset.at-fieldset {
	background:transparent !important;
}
.eqca-ea-body header.at-title {
	text-align: center !important;
	line-height: 1.25;
}
.main-content-wrap {
	background-attachment: fixed !important;
	background-size: cover !important;
	background-position: 50% 50% !important;
	background-color: #000000;
	margin-top:-161px;
	padding-top:161px;
}

.ngp-form.at {margin:50px auto;}
.at-title {font-size:2.3em !important;text-align:left !important;padding:0 !important;}
.HeaderHtml {padding:0 !important;}
.fastAction {padding: 0 0 20px 0 !important;}
.at .at-fieldset {background: #E9E7E6 !important;margin-top: -30px;}
.at .at-fieldset:first-of-type {border-radius:.2em .2em 0 0;}
.at .at-fieldset:last-of-type {border-radius:.0 0 .2em .2em;padding-bottom: 20px;}
.at fieldset legend {font-size:1.5rem !important;;position: relative;top: 30px;margin:0 0.625rem 10px 0.625rem; padding:top:25px;}
.at-fieldset.TicketInformation .at-fields {margin-top:23px;}
.at-row label {font-size: 20px !important;line-height: 30px !important;}
.at-row>[class^="at-"]:not(.LegalHeaderHtml) {min-width:300px !important;margin-top:25px;}
.at-row .form-unit {margin-top:20px;}
.at input[type="text"], .at input[type="password"], .at input[type="date"], 
.at input[type="datetime"], .at input[type="datetime-local"], 
.at input[type="month"], .at input[type="week"], .at input[type="email"], 
.at input[type="number"], .at input[type="search"], .at input[type="tel"], 
.at input[type="time"], .at input[type="url"], .at input[type="color"], .at textarea {
    background: #fff !important;
    display: block !important;
    border: none !important;
    font-size: 1em !important;
    height: 2.5em !important;
    line-height: normal !important;
    padding: 0 .75em !important;
    color: #2C2A29 !important;
    -webkit-border-radius: .2em !important;
    -moz-border-radius: .2em !important;
    border-radius: .2em !important;
    margin: 0 .5em 0 0 !important;
}
.at input[type="file"], .at input[type="checkbox"], .at input[type="radio"], .at select {height:20px;}
.at .select2-container--default .select2-selection--multiple {border-radius: .2em;border: 0;}
.at select, .at .select2-selection--single {
    height: 2.5em !important;
    font-size: 1em !important;
    border-radius: .2em !important;
    border-width: 0 !important;
    color: #a2abb4 !important;
}
.at input[type="checkbox"]+span:before {background:#fff !important;}
.at input[type="checkbox"]:checked+span:before {background-color: #228ae6 !important;border-color: #228ae6 !important;}

.AdditionalInformation .checkbox-list-label {margin-top:25px;}
.AdditionalInformation .at-check {margin-top:0 !important;}

.at textarea {min-height: 150px !important;padding: .75em !important;}

.at-form-submit {text-align:center;margin-top:25px;}
.at input[type="submit"] {
font-size: .8em;
    background-color: #E04E39;
    color: #fff;
    font-weight: 700;
    padding: .75em 2.5em .75em 1em;
    display: inline-block;
    margin-right: .25em;
    margin-top: .25em;
    text-transform: uppercase;
    background-image: url(//www.eqca.org/imagesnew/arrow_next.svg);
    background-size: auto 1em;
    background-position: right 1em center;
    background-repeat: no-repeat;
    transition: all .15s ease !important;
    border: none;
    -webkit-appearance: none;
    cursor: pointer;
    line-height: 1;
    float:none !important;
}
.at input[type="submit"]:hover {
    color: #fff;
    background-color: #FF8200;
    background-position: right .6em center;
}
.at input[type="submit"].at-secondary-submit {float:right !important;}
.at .content.thankYou {
    padding: 10px 20px;
    background: rgba(255,255,255,.85) !important;
    margin: 20px 20px 0 20px;
 }

@media only screen and (max-width: 768px) and (min-width: 1px) {
    .ngp-form.at {padding: 0 15px;}
}
@media only screen and (max-width: 659px) and (min-width: 1px) {
    body {padding-top:0;}
    .content {margin-top: 0;}
    header {position: relative;}
    .at-row>[class^="at-"]:not(.LegalHeaderHtml) {min-width: calc(100% - 20px) !important;}
    .at fieldset legend {line-height:1}
}