@import url("https://use.typekit.net/xqa4bah.css");

/* RESPONSIVE SCAFFOLD FIXES */

.container{
    top: 0px !important;
    position: relative;
    margin: 0 auto;
    padding: 0;
}
#cover{
    margin: 0;
}
.footer{
    border-top: none;
}
@media only screen and (min-width: 768px) and (max-width: 959px){
    .container span#logo{
        width: 100%;
    }
}
@media only screen and (min-width: 960px){
    .container span#logo{
        width: 100%;
    }
    #content3{
        width: 400px;
        padding-left: 32px;
    }
}

/* HTML ELEMENTS */

body{
    font-family: 'lexia', serif; 
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
strong{
    color: inherit;
    font-weight: 700;
}
h2{
    font-family: 'lexia', serif; 
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 16px;
}
hr{
    height: 1px;
	color: #e4e4e4;
	background-color: #e4e4e4;
	margin: 32px 0px;
}
.required span,
font[color="red"]{
    color: #c20000;
    font-weight: 700;
}
.highlight,
.validation{
    color: #c20000;
}
p a{
    color: #4982ac;
    font-weight: 700;
    text-decoration: none;
}
p a:hover{
    color: #4982ac;
    font-weight: 700;
    text-decoration: none;
}
img{
    display: block;
    margin-bottom: 16px;
}

/* HEADER */

#logo{
    max-width: 940px;
    background: #4982ac;
	padding: 32px 0 32px;
	margin: 0 10px 32px;
}
@media only screen and (max-width: 767px) {
    #logo{
        max-width: 290px;
        margin: 0 5px 32px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    #logo{
        max-width: 420px;
        margin: 0 5px 32px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    #logo{
        max-width: 748px;
        margin: 0 10px 32px;
    }
}
#logo img{
    display: block;
    max-width: 250px;
    margin: auto;
    float: none;
}

/* FORM FIELDS */

input[type="submit"],
input[type="text"],
select{
    font-family: 'lexia', serif; 
}
.questionlabel{
    display: block;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}
input[type="checkbox"]{
    float: left;
    margin-right: 7px;
}
input[type="radio"]{
    margin-right: 7px;
}
input[type="submit"]{
    border-radius: 4px;
    border-color: #4982ac;
    background: #4982ac;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    font-weight: normal;
    padding: 12px 16px 8px;
    text-shadow: none;
}
input[type="submit"]:hover{
    color: #ffffff;
    background: #4982ac;
    border-color: #4982ac;
    text-shadow: none;
}
input[type="text"]{
    display: block;
    width: 100%;
    max-width: 100%;
    padding: .575rem .75rem .375rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    background-color: #fff;
    color: #212529;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
.validation ul{
    margin-bottom: 0px;
}
.validation li{
    display: block !important;
    margin-left: 10px;
}
#submitbtn{
    text-align: left;
}
.drg-element-type-standard-field.drg-element-sub-type-fieldname-LASTNAME.addresslabel .questionlabel{
    margin-top: 0;
}
@media only screen and (max-width: 767px) {
    .validation li{
        margin-left: 5px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .validation li{
        margin-left: 5px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .validation li{
        margin-left: 10px;
    }
}
