#content #plainpage {
    background: #FFF;
    color: #6b6b6b;
}


#content #plainpage.section.ready:after {
    z-index: -1;
}
#content #plainpage .container-fluid {
    padding-top: 140px;
}

#content #plainpage h1 { color: #28283c; font-size: 30px; line-height: 48px; margin-bottom: 20px; font-weight: bold; }
#content #plainpage h2 { color: #404346; font-size: 24px; line-height: 32px; }
#content #plainpage h3 { color: #28283c; font-size: 24px; line-height: 32px; }
#content #plainpage h4 { color: #ff5f00; font-size: 24px; line-height: 32px; }
#content #plainpage h5 { color: #28283c; font-size: 18px; line-height: 24px; }
#content #plainpage h6 { color: #0e72ba; font-size: 18px; line-height: 24px; }

#content #plainpage ::placeholder { /* Chrome,Firefox,Opera,Safari 10.1+ */
    color: #404346;
    opacity: .5; /* Firefox */
}
  
#content #plainpage :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #404346;
}
  
#content #plainpage ::-ms-input-placeholder { /* Microsoft Edge */
    color: #404346;
}

body.loaded #content section:after {
    z-index: -1;
}


/** Everyaction **/
#content section.at,
#content .at-inner,
#content section.at section {
    min-height: 0;
}

#inner .ea-form-container .at a {
    color: #0c2c4f;
}

.ea-form-container .at-title,
.ea-form-container .HeaderHtml {
    display: none;
}
.ea-form-container .at-legal,
.ea-form-container .at-inner {
    background: none;
    color: #FFF;
    font-size: 16px;
    line-height: 20px;
}
.ea-form-container .at-legal,
.ea-form-container .at-legal p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
}

.ea-form-container .at label {
    color: #FFF;
    font-size: 16px;
    text-align: left;
    padding-bottom: 5px;
}

.ea-form-container .at input[type="text"],
.ea-form-container .at input[type="text"],
.ea-form-container .at input[type="password"],
.ea-form-container .at input[type="date"],
.ea-form-container .at input[type="datetime"],
.ea-form-container .at input[type="datetime-local"],
.ea-form-container .at input[type="month"],
.ea-form-container .at input[type="week"],
.ea-form-container .at input[type="email"],
.ea-form-container .at input[type="number"],
.ea-form-container .at input[type="search"],
.ea-form-container .at input[type="tel"],
.ea-form-container .at input[type="time"],
.ea-form-container .at input[type="url"],
.ea-form-container .at input[type="color"],
.ea-form-container .at textarea { 
    background: #231f20;
    border: solid 1px #fff;
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 300;
    letter-spacing: .5px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 4px !important;
}
.ea-form-container .at textarea { 
    height: 150px;
}
.ea-form-container .at input[type="text"]:focus,
.ea-form-container .at input[type="text"]:focus,
.ea-form-container .at input[type="password"]:focus,
.ea-form-container .at input[type="date"]:focus,
.ea-form-container .at input[type="datetime"]:focus,
.ea-form-container .at input[type="datetime-local"]:focus,
.ea-form-container .at input[type="month"]:focus,
.ea-form-container .at input[type="week"]:focus,
.ea-form-container .at input[type="email"]:focus,
.ea-form-container .at input[type="number"]:focus,
.ea-form-container .at input[type="search"]:focus,
.ea-form-container .at input[type="tel"]:focus,
.ea-form-container .at input[type="time"]:focus,
.ea-form-container .at input[type="url"]:focus,
.ea-form-container .at input[type="color"]:focus,
.ea-form-container .at textarea:focus{
    background: #231f20;
    color: #fff;
}

.ea-form-container .at .btn-at-primary {
    width: 100%;
    border: solid 1px #e0633c;
    background: #e0633c;
    text-align: center;
    padding: 8px 0;
    font-size: 1.6em;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.ea-form-container .at .thankYou {
    padding-top: 100px;
}
.ea-form-container .at .thankYou section {
    background-color: #FFF;
    color: #000;
    padding-top: 50px;
}