/*  general */
body {
    background: url(../img/background.png) no-repeat center;
    background-size: cover;
}

/*  general */

/*  header */

header .container,
footer .container {
    max-width: 1920px;
    position: relative;
}

header .line-right {
    /*padding: 0;*/
}

header .logo {
    padding: 9px 0 0 87px;
}

#header {
    font-family: 'ProbaPro', sans-serif;
    padding: 28px 0 27px 0;
}

#header h1 {
    color: #1a1a1a;
    font-size: 62px;
    font-weight: 400;
    line-height: 101.07px;
    text-transform: uppercase;
    text-shadow: 0 0 17px rgba(39, 37, 37, 0.5);
    -webkit-text-stroke: 2px rgba(253, 253, 253, 0.86);
}

#header h3 {
    color: #1a1a1a;
    font-size: 37px;
    font-weight: 400;
    line-height: 18.25px;
    text-transform: uppercase;
}

#header h2 {
    color: #1a1a1a;
    font-size: 54px;
    font-weight: 400;
    line-height: 60.07px;
    text-transform: uppercase;
}

#header .board {
    box-shadow: 0 0 4px 1px #272525;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.56);
    margin: 58px auto 0 auto;
    font-family: "A Futura Orto Bold", sans-serif;
    padding: 22px 27px;
    position: relative;
}

#header .header_arrow_sm {
    margin-top: -20px;
}

#header .left-col {
    padding-top: 50px;
}

@media (min-width: 1200px) {
    #header {
        padding: 28px 0 98px 0;
    }

    #header h3 {
        line-height: 26.6px;
    }

    #header h1 {
        font-size: 91px;
    }

    #header .header_arrow {
        position: absolute;
        top: 496px;
        left: 80px;
    }
}

#header h3 span {
    font-size: 74px;
}

#header p {
    color: rgba(68, 68, 68, 0.92);
    font-size: 31px;
    line-height: 41.27px;
    margin: 0;
}

#header .header_main_image img {
    max-width: 100%;
}

/*  header */

/*  form */

#form form {
    box-shadow: 0 0 11px 1px #272525;
    border-radius: 4px;
    border: 2px solid #59595b;
    background-color: rgba(235, 245, 245, 0.81);
    max-width: 800px;
    margin: 0 auto;
}

#form .form-input-container {

    box-shadow: 0 0 6px 1px #272525;
    border-radius: 4px;
    background-color: #cef0ec;
    margin: 13px 14px 0 14px;
    padding: 32px 0 15px 0;
}

#form h3, #form .input-headers {
    font-family: "A Futura Orto Bold", sans-serif;
}

#form h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 25.4px;
    padding-bottom: 13px;
}

#form input {
    border-radius: 4px;
    border: 1px solid rgba(134, 136, 138, 0.58);
    background-color: #ffffff;
    /*font-family: "A Futura Orto Italic", sans-serif;
    padding: 9px 0 9px 20px;*/
    font-size: 14px;
    font-weight: 400;
    line-height: 20.57px;
}

#form input::placeholder {
    opacity: 0.42;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.57px;
}

#form input:focus {
    box-shadow: 0 0 6px 1px #000000;
}

#form input.error {
    box-shadow: 0 0 6px 1px #000000;
    border: 1px solid rgba(251, 24, 0, 0.58);
}

#form .form-input-container .vertical-inputs input:last-of-type {
    margin-bottom: 0;
}

#form .inplg1 {
    margin: 128px 0 14px 0;
}

#form .inplg1,
#form .inplg2,
#form .inpsm1,
#form .inpsm2 {
    font-family: "A Futura Orto Italic";
    font-size: 12px;
    font-weight: 400;
    line-height: 15.25px;
}

#form .inpsm1,
#form .inpsm2 {
    padding-top: 14px;
}

#form .inplg1,
#form .inplg2 {
    margin-left: -18px;

}

#form .inplg1 .arrow,
#form .inplg2 .arrow {
    max-width: 14px;
    float: left;
}

#form .inplg1 .description,
#form .inplg2 .description {
    margin-left: 24px;
    overflow: hidden;
}

#form .form-input-container small {
    color: #d90014;
    font-family: "A Futura Orto Italic";
    font-size: 11px;
    font-weight: 400;
    line-height: 15.83px;
}

#form .input-headers {
    padding: 0;
    margin-bottom: 6px;
}

#form .input-headers .right_input_header {
    float: right;
    font-size: 14px;
    margin-right: 22px;
    margin-top: 14px;
}

#form .input-headers .left_input_header {
    font-size: 22px;
    line-height: 41.82px;
}

#form .row.privacy {
    margin-left: 10px;
    color: #1a1a1a;
    font-family: "A Futura Orto Italic";
    font-size: 14px;
    line-height: 20.57px;
}

#form .form-group {
    margin-bottom: 20px;
}

#form .zipstate input {
    max-width: 138px;
    margin: 0 auto;
}

#form .zipstate input:last-of-type {
    margin-left: 12px;
}

#form .privacy img {
    margin: 3px 3px 0 0;
}

#form .submit-btn {
    box-shadow: 0 0 6px 1px #272525;
    border-radius: 4px;
    color: #eaeaea;
    font-family: "A Futura Orto Bold";
    font-size: 24px;
    font-weight: 400;
    line-height: 11.81px;
    padding: 13px 35px;
    margin: 16px 0;
    background-color: #1a1a1a;
}

@media (max-width: 480px) {
    #form .row.privacy {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {

    #form .zipstate input {
        max-width: 168px;
        margin: 0 auto;
    }

}

@media (min-width: 1200px) {

    #form .zipstate input {
        max-width: 168px;
        margin: 0 auto;
    }

}

/*  form */

/* footer */
footer {
    margin: 41px auto 0 auto;
    max-width: 1920px;
}

footer .bottom_line {
    height: 5px;
    box-shadow: 0 0 6px 1px #272525;
    border-radius: 4px;
    background-color: #fff;
}

footer .wrapper {
    box-shadow: 0 0 6px 1px #272525;
    border-radius: 4px;
    background-color: #1a1a1a;
    color: #ebf5f5;
    font-family: "A Futura Orto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.73px;
    padding: 18px 32px 22px 64px;

}

footer .text-left img {
    margin-right: 4px;
}

footer .creators {
    opacity: 0.41;
    color: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 7px;
    font-weight: 400;
}
.alert{
	position:fixed;
	z-index:10000;
	top:0;
	left:0;
	width:100%;
	text-align:center;
}



/* footer */


.b24-form-wrapper.b24-from-state-on {
    min-height: 500px !important;
}