#ew-form {
    padding: 0 12px;
}

.arrow-container {
    position: absolute;
    right: 39px;
    top: 40px;
    margin-top: 30px;
}

@media screen and (min-width:769px){
    #hero-section span.break{
        display:block;
    }
}
#banner-expired {
    background-color: #f44336;
    color: white;
    padding: 10px;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

@media screen and (max-width:767px) {
    #banner-expired {
        font-size: 16px;
        padding: 10px 20px;
    }
}

body {
    background-color: #484d70 !important;
    overflow-x: hidden;
}

.popup-container {
    max-width: 574px;
    margin-left: auto;
    margin-right: auto;
}

.no-overflow {
    overflow-y: hidden !important;
}

.popup_list {
    font-size: 22px;
    line-height: 31px;
    font-family: Montserrat;
    color: #fff;
}

.lightbox {
    display: none;
    position: fixed;
    overflow-y: scroll !important;
    z-index: 99;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-bottom: 30px;
}

.box .popup-number.not-first {
    padding: 12px 18px;
}

.box .popup-number {
    padding: 10px 18px;
    background: #43495c;
    border: 1px solid #353948;
    border-bottom: 2px solid #313442;
    border-radius: 224px;
    margin: 5px 0;
    margin-right: 6px;
    width: auto;
    line-height: 1;
    margin-left: 0 !important;
    display: inline-block;
    color: #fff;
}

.popup-list-head {
    margin-bottom: 0;
    font-weight: 600;
}

.box {
    position: absolute;
    top: 55px;
    margin-bottom: 30px;
    left: 50%;
    padding: 20px 15px;
    transform: translate(-50%, 0);
    background-color: #3A3F52;
    border-radius: 10px;
    color: #fff;
    width: 100%;
    max-width: 720px;
    border: solid 3px #fff;
}

.box h2 {
    text-align: center;
    font-family: Montserrat;
    font-weight: 600;
    margin-top: 12px;
    padding-bottom: 20px;
    font-size: 38px;
    color: #fff;
    line-height: 1.3;
    z-index: 9;
    position: relative;
}

.close_popup {
    position: absolute;
    left: 100%;
    top: 0;
    margin: -15px 0 0px -20px;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
    width: 38px;
}

.close_popup_button {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(255, 140, 0);
    font-size: 25px;
    padding: 25px 40px;
    font-family: 'Montserrat';
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-radius: 3px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: block;
    text-decoration: none !important;
    outline: none !important;
}

@media screen and (max-width:769px){
    .box{
        width: 95%;
    }
    .box h2{
        font-size: 23px;
    }
    .popup_list{
        font-size: 16px;
        line-height: 1.3;
    }
    .close_popup_button {
        font-size: 20px;
        line-height: 1.3;
        padding: 15px 20px;
        width: 100%;
    }
}
#hero-section {
    padding-top: 15px;
    padding-bottom: 45px;
    outline: none;
    z-index: 9;
    position: relative;
}

#hero-section h1 {
    font-size: 40px;
    color: #fff;
    line-height: normal;
    letter-spacing: 1px;
    font-weight: 500;
    font-family: Montserrat;
    max-width: 885px;
    margin-left: auto;
    margin-right: auto;
}

#hero-section p.subheader {
    text-align: center;
    font-size: 22px;
    line-height: 1.4em;
    color: #fff;
    font-family: Montserrat;
    font-weight: 400;
}

.mobile {
    display: none;
}

#hero-section .subheader {
    margin-top: 30px;
}

#webinar_submit {
    text-decoration: none;
}

.form-container {
    padding: 25px 0px 20px;
    margin: 20px 0px 0px;
    outline: none;
    max-width: 950px;
    margin: 20px auto 0 !important;
}

.form-img {
    margin-top: 0px;
    height: auto;
}

#hero-section h2.form-title {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    margin-top: 1.5em;
}

.form-title b {
    padding: 0 5px;
}

.arrow-container img {
    transform: rotate(-20deg);
}

.col-inner {
    padding: 0 10px;
}

.col-md-5 .col-inner {
    padding: 0 5px;
}

.col-md-7 .col-inner {
    padding: 0 15px;
}

img {
    max-width: 100%;
}

.alert-danger {
    display: none;
    font-family: Montserrat !important;
}

.form-error {
    border-color: #ebccd1 !important;
    background-color: #f2dede !important;
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 40px, 0)
    }

    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.animated {
    animation-duration: .5s;
    animation-fill-mode: both;
    -webkit-animation-duration: .5s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5 s;
    -webkit-animation-name: fadeInUp;
}

#step-2,
#step-3 {
    display: none;
}

#step-3 {
    padding-left: 15px;
    padding-right: 15px;
}

.elInputIEmail.elInputIBlack {
    background-image: url(/front/images/email-envelope.png);
    background-repeat: no-repeat;
}

.button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
}

.button:hover {
    opacity: 0.9;
    text-decoration: none;
}

.button {
    background: #FF8C00;
    box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, .22);
    padding-top: 22px;
    padding-bottom: 22px;
    line-height: 17px;
    font-size: 22px;
    font-family: Montserrat;
    border: 1px solid #FF8C00;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    color: #fefefe !important;
}

.button:focus {
    outline: none;
}

.elInputIRight {
    background-position: 97% !important;
}

input[type="email"],
input[type="text"],
input[type="name"],
.elSelect {
    background: #f1f1f1;
    border: 1px solid #c1c1c1;
    font-size: 22px;
    padding: 14px 18px 15px;
    line-height: 17px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    margin-bottom: 19px;
    border-radius: 5px;
    font-family: Montserrat;
    width: 100%;
    color: #777;
    outline: none;
}

#tmp_button-22233 .elButtonBorder {
    border: 3px solid rgb(71, 71, 71) !important;
    color: rgb(71, 71, 71) !important;
}

#tmp_button-22233 .elButtonBorder:hover {
    background-color: rgb(71, 71, 71) !important;
    color: #FFF !important;
}

.ew-schedule-loading {
    margin-top: 25px;
    display: none;
}

.ew-input-cont-first-name {
    margin-top: 25px;
    outline: none;
    cursor: pointer;
}

.ew-input-cont-email-address {
    margin-top: 25px;
    outline: none;
    cursor: pointer;
}

.elSelect select {
    font-size: 22px !important;
    color: #777;
    border: 0;
    width: 100%;
}

.elSelect select:focus {
    outline: none;
}

.ew-input-cont-submit {
    margin-top: 0px;
    outline: none;
    cursor: pointer;
}

.ew-input-submit {
    color: rgb(255, 255, 255);
    font-weight: 600;
    background-color: rgb(1, 116, 199);
    font-size: 20px;
}

#footer {
    color: #fff;
    font-size: 14px;
    font-family: Montserrat;
    padding-top: 25px;
    padding-bottom: 25px;
}

#footer a {
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}

#footer .row {
    padding: 20px 0px;
}

@media only screen and (min-width:992px) {
    #footer .copyright{
        display: inline;
    }
}

@media only screen and (max-width:1199px) {
    .arrow-container {
        display: none;
    }
}

@media only screen and (max-width:991px) {
    .form-container {
        padding: 0;
        margin: 0;
    }
}

@media only screen and (max-width:767px) {
    .button {
        line-height: 1.5 !important;
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 18px;
    }

    #hero-section h2.form-title {
        margin-top: 1em;
    }

    input[type="email"],
    input[type="text"],
    input[type="name"],
    .elSelect select {
        font-size: 18px !important;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .col-inner {
        padding: 0 !important;
    }
}

@media only screen and (min-width:769px) {
    .elSelect {
        max-height: 60px;
        overflow: visible;
        padding: 14px 10px 15px;
    }

    .elSelect select {
        background: #f1f1f1;
        overflow: hidden !important;
        padding: 0 8px;
    }
}

@media only screen and (max-width:600px) {
    .ew-input-cont-email-address {
        margin-top: 10px
    }

    #hero-section h1 {
        font-size: 25px;
        /*font-size: 5.5vw;*/
        line-height: 1.1;
        margin-top: 15px
    }
    
    #hero-section .subheader {
        margin-top: 10px;
        margin-bottom: 0;
        /*font-size: 3.5vw;*/
    } 

    .form-img {
        /*max-width: 220px;*/
        max-width: 40vw; 
        height: auto;
    }

    #hero-section p.subheader {
        font-size: 15px;
    }

    #hero-section h2.form-title {
        font-size: 16px;
        /*font-size: 3.5vw;*/
        margin-top: 20px;
        margin-bottom: 20px;
    }
    #dates-list li, input[type="email"], input[type="text"], input[type="name"], .elSelect select, .button {
        font-size: 16px!important;
    }
    .button {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .available-dates-dropdown-title {
        margin-top: 0px!important;
        /*font-size: 3.5vw;*/
        font-size: 16px;
        margin-bottom: 0;
    }
    #footer a {
        font-size: 14px;
    }
    #step-3, #ew-form {
        padding-left: 0px; 
        padding-right: 0px;
    }
}

@media only screen and (max-width:375px) {
    #hero-section h1 {
        margin-top: 10px;
        font-size: 22px;
    }
}

.available-dates-dropdown-title {
    margin-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.available-dates-dropdown-title span {
    position: absolute;
    right: 10px;
}

#dates-list-container {
    position: relative;
}

#dates-list {
    background: #f1f1f1;
    border: 1px solid #c1c1c1;
    font-size: 20px;
    padding: 0;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%);
    margin-bottom: 19px;
    border-radius: 5px;
    font-family: Montserrat;
    width: 100%;
    color: #777;
    outline: none;
    list-style-type: none;
    display: none;
    z-index: 99;
    position: absolute;
    left: 0;
    margin-top: 20px;
}

#dates-list li {
    line-height: 1.1;
    border-bottom: 1px solid #b0b0b0;
    padding-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
}

#dates-list li:hover {
    color: #fff;
    background: #1e90ff;
}

#dates-list li span {
    font-size: 16px;
    opacity: 0.7;
    padding-left: 32px;
}