@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}
.agc_no_scroll {
    overflow: hidden !important;
}
@media only screen and (max-width: 768px) {
    .agc_no_scroll {
        height: 100% !important; /* Helps agc_screen with mobile scrolling/zoom */
        margin: 0 !important;
        padding: 0 !important;
    }
}
.agc_screen * {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: white;
    /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}
.agc_screen#agc_bg {
    position: fixed;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #333;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.agc_screen#agc_bg_video {
    position: fixed;
    z-index: 999999999;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    background-color: #333;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.agc_screen#agc_bg_video::-webkit-media-controls {
    display: none !important;
    opacity: 0 !important;
}
.agc_screen#agc_overlay {
    position: fixed;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100%;
    background-color: #000;
}
.agc_screen#agc_form {
    position: fixed;
    z-index: 999999999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    overflow-y: auto;
}
.agc_screen .agc_cleared {
    clear: both;
}
.agc_screen #agc_container {
    position: absolute;
    max-height: 100%; /* Allows container to overflow correctly in small screen heights */
    z-index: 2;
    bottom: 50%;
    right: 50%;
    width: 100%;
    text-align: center;
    max-width: 700px;
    padding: 10px;
    -ms-transform: translate(50%, 50%);
    -moz-transform: translate(50%, 50%);
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}
.agc_screen #agc_container #agc_title {
    margin: 0px 0px 30px 0px;
    font-size: 30px;
    font-weight: bold;
}
.agc_screen #agc_container #agc_logo {
    display: inline-block;
}
.agc_screen #agc_container p {
    margin: 0px 0px 30px 0px;
    font-size: 16px;
}
/* ============================================================
    BIRTHDAY DROPDOWN
  ============================================================ */
/* Hide dropdown on Firefox */
/* text-indent: 0.01px;
text-overflow: ""; */

.agc_screen .agc_dropdown {
    margin: 0 auto 30px auto;
    width: 100%;
}
.agc_screen .agc_dropdown * {
    color: #333;
}
.agc_screen .agc_select_wrap {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}
.agc_screen #agc_dob .agc_select_wrap {
    width: calc(33.3333333333% - 0.66666666666px);
    margin-right: 1px;
}
.agc_screen #agc_dob .agc_select_wrap:nth-of-type(3) {
    margin-right: 0px;
}
.agc_screen .agc_select {
    width: 100%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently not supported by any browser */
}
.agc_screen .agc_select_wrap .agc_select_val,
.agc_screen .agc_select_wrap .agc_options {
    display: none;
}
.agc_screen .agc_select_wrap .agc_select_val {
    font-size: 14px;
}
.agc_screen .agc_select select {
    height: auto;
    width: 100%;
    border: none;
    padding: 18px 20px 18px 20px;
    background: url("../img/dropdown.png") no-repeat right 20px center white;
    font-size: 16px; /* 16px prevents iOS zooming when clicking select */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* Hide dropdown on IE 10 */
.agc_screen .agc_select select::-ms-expand {
    display: none;
}
.agc_screen .agc_select_wrap select {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.agc_screen #agc_dob .agc_select_wrap:nth-of-type(1) select {
    -webkit-border-radius: 4px 0px 0px 4px;
    -moz-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
.agc_screen #agc_dob .agc_select_wrap:nth-of-type(2) select {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.agc_screen #agc_dob .agc_select_wrap:nth-of-type(3) select {
    -webkit-border-radius: 0px 4px 4px 0px;
    -moz-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}
.agc_screen .agc_select_wrap .agc_select, .agc_screen .agc_dropdown {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.agc_screen .agc_dropdown.agc_required {
    border: 2px solid red;
}
@media only screen and (min-width: 480px) {
    .agc_screen #agc_container {
        padding: 40px;
    }
    .agc_screen .agc_dropdown {
        width: 90%;
    }
}
@media only screen and (min-width: 768px) {
    .agc_screen .agc_dropdown {
        width: 80%;
    }
    .agc_screen .agc_select_wrap .agc_select_val {
        display: block;
    }
    .agc_screen .agc_select {
        padding: 18px 20px 18px 20px;
        background: url("../img/dropdown.png") no-repeat right 20px center white;
    }
    .agc_screen #agc_dob .agc_select_wrap:nth-of-type(1) .agc_select {
        -webkit-border-radius: 4px 0px 0px 4px;
        -moz-border-radius: 4px 0px 0px 4px;
        border-radius: 4px 0px 0px 4px;
    }
    .agc_screen #agc_dob .agc_select_wrap:nth-of-type(2) .agc_select {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    .agc_screen #agc_dob .agc_select_wrap:nth-of-type(3) .agc_select {
        -webkit-border-radius: 0px 4px 4px 0px;
        -moz-border-radius: 0px 4px 4px 0px;
        border-radius: 0px 4px 4px 0px;
    }
    .agc_screen .agc_select select {
        display: none;
    }
    .agc_screen .agc_options {
        position: absolute;
        z-index: 10;
        top: calc(100% + 10px);
        left: 0px;
        width: 100%;
        padding: 5px;
        background-color: white;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    .agc_screen .agc_options.agc_active {
        display: block;
    }
    .agc_screen .agc_options ul {
        float: left;
        width: 100%;
        max-height: 200px;
        overflow-y: auto;
        list-style-type: none;
    }
    /* Prevent Mac OS hiding scrollbar */
    .agc_screen .agc_options ul::-webkit-scrollbar {
        -webkit-appearance: none;
        background-color: #e1e1e1;
        width: 8px;
    }
    .agc_screen .agc_options ul::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
    }
    .agc_screen .agc_options ul li {
        width: 100%;
        display: block;
        padding: 5px 0px;
        text-align: center;
        font-size: 13px;
    }
    .agc_screen .agc_dropdown .agc_options ul li:hover,
    .agc_screen .agc_dropdown .agc_options ul li.agc_active {
        color: white;
        background-color: #333;
    }
    .agc_screen .agc_triangle_up {
        position: absolute;
        z-index: 9;
        top: -6px;
        left: 10px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
    }
}
/* ============================================================
    END BIRTHDAY DROPDOWN
  ============================================================ */

.agc_screen #agc_checkbox {
    margin: 0px 0px 25px 0px;
}
.agc_screen #agc_checkbox input[type=checkbox] {
    display: none;
}
.agc_screen #agc_checkbox label {
    position: relative;
    display: inline-block;
    margin-left: 24px;
    font-size: 18px;
    font-weight: bold;
}
.agc_screen #agc_checkbox label:before,
.agc_screen #agc_checkbox label:after {
    content: '';
    position: absolute;
    margin: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.agc_screen #agc_checkbox label:before {
    top: 0px;
    left: -24px;
    width: 20px;
    height: 20px;
    background-color: white;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.agc_screen #agc_checkbox label:after {
    display: none;
    content: '\e903';
    font-family: 'icomoon';
    font-size: 12px;
    top: 2px;
    left: -20px;
    color: white;
}
.agc_screen #agc_checkbox input[type=checkbox]:checked + label:before {
    background-color: #008ec2;
}
.agc_screen #agc_checkbox input[type=checkbox]:checked + label:after {
    display: block;
}
.agc_screen .agc_verify_button {
    padding: 15px 62px;
    text-align: center;
    border: 1px solid white;
    background: transparent;
    font-size: 18px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    text-transform: none;
    text-decoration: none;
    outline: none;
    display: inline-block;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0px 10px 10px 10px;
}
.agc_screen .agc_verify_button:hover {
    background-color: white;
    color: #333;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.agc_screen .agc_verify_button[disabled=disabled] {
    cursor: not-allowed;
}
.agc_screen #agc_verify_submit {
    position: relative;
}
.agc_screen .agc_result {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}