@font-face {
    font-family: 'Knockout 29';
    src: url('../fonts/Knockout-29JuniorLtweight.eot');
    src: url('../fonts/Knockout-29JuniorLtweight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Knockout-29JuniorLtweight.woff2') format('woff2'),
    url('../fonts/Knockout-29JuniorLtweight.woff') format('woff'),
    url('../fonts/Knockout-29JuniorLtweight.ttf') format('truetype'),
    url('../fonts/Knockout-29JuniorLtweight.svg#Knockout-29JuniorLtweight') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Knockout 69';
    src: url('../fonts/Knockout-69FullLiteweight.eot');
    src: url('../fonts/Knockout-69FullLiteweight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Knockout-69FullLiteweight.woff2') format('woff2'),
    url('../fonts/Knockout-69FullLiteweight.woff') format('woff'),
    url('../fonts/Knockout-69FullLiteweight.ttf') format('truetype'),
    url('../fonts/Knockout-69FullLiteweight.svg#Knockout-69FullLiteweight') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'Knockout 29', sans-serif;
    font-size: 16pt;
}

.h1, h1 {
    font-family: 'Knockout 69', sans-serif;
    font-size: 3.5rem;
}

.h2, h2 {
    font-family: 'Knockout 69', sans-serif;
    font-size: 2rem;
}

.h3, h3 {
    font-family: 'Knockout 69', sans-serif;
    font-size: 1.8rem;
}

.text-danger {
    color: #DC3545 !important;
}

#candy_stripes {
    background-image: url('../images/header/candy-stripes.png');
    background-position: top center;
    background-repeat: no-repeat;
    height: 6rem;
}

.btn.btn-main, .btn.btn-main:hover, .btn.btn-main:active, .btn.btn-main:focus {
    color: #fff;
    background: #E4002B;
    font-weight: bold;
    font-size: 1rem;
    padding: 0.7rem 0;
}


.btn.btn-outline, .btn.btn-outline:hover, .btn.btn-outline:active, .btn.btn-outline:focus {
    color: #000;
    background: #fff;
    border: 2px solid;
}

#footer_end {
    position: absolute;
    bottom: 0;
    right: 5rem;
    text-align: center;
}


#terms_link {
    font-size: 1rem;
}

.to-top {
    z-index: 999;
}

.holding-img {
    max-height: 100vh;
    max-width: 100%;
}

.bg-medium-gray {
    background-color: #cdc6be;
}

input.form-control::placeholder {
    color: #999;
}

input.form-control {
    background: #F7F7F7;
    border: none;
    padding: 0.8rem 0.8rem 0.8rem 1rem;
    color: #333;
}

.placeholder-asterisk {
    top: 20%;
    left: 0.4rem;
}

.header-container img {
    width: 150px;
}

.select2-container .select2-selection--single {
    height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    right: 7px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
}

input, .select2-container--default .select2-selection--single {
    border: none;
    -webkit-box-shadow: 1px 1px 7px 0 rgb(210, 210, 210, 1);
    -moz-box-shadow: 1px 1px 7px 0 rgb(210, 210, 210, 1);
    box-shadow: 1px 1px 7px 0 rgb(210, 210, 210, 1);
}

.select2-container--default .select2-results > .select2-results__options {
    border-top: 1px solid #AEAEAEFF;
    border-bottom: 1px solid #AEAEAEFF;
}

.select2-results__option {
    border-bottom: 1px solid #eee;
}


/*small laptop*/
@media only screen and (max-width: 1200px) {
    #success #candy_stripes {
        margin-bottom: 0;
    }

    #success h1 {
        font-size: 2rem;
    }

    #success h2 {
        font-size: 1.5rem;
    }

    #success p {
        font-size: 1rem;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    #candy_stripes {
        background-image: url('../images/header/candy-stripes.png');
        height: 2.5rem;
        margin-bottom: 1rem;
    }

    .btn.btn-main, .btn.btn-main:hover, .btn.btn-main:active, .btn.btn-main:focus {
        padding: 0.3rem 0;
    }

    input.form-control {
        padding: 0.4rem 0 0.4rem 0;
    }

    .select2-container .select2-selection--single {
        height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 29px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
        right: 5px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 10px;
    }

    .select2-container--default .select2-selection--single .select2-selection__placeholder {
        font-size: 1rem;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px;
    }

    .select2-results__option {
        font-size: 1rem;
        padding-bottom: 0;
    }

    .header-container .logos {
        width: 100px;
    }
}


/* small tablets and mobile */
@media only screen and (max-width: 991px) {
    #success #candy_stripes {
        margin-bottom: 0;
    }

    #success h1 {
        font-size: 2rem;
    }

    #success h2 {
        font-size: 1.5rem;
    }

    #success p {
        font-size: 1rem;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
    }

    #candy_stripes {
        background-image: url('../images/header/candy-stripes.png');
        height: 4.5rem;
    }

    #footer_end {
        position: relative;
        text-align: center;
        bottom: unset;
        right: unset;
    }

    #terms_link {
        text-align: center;
    }

    .h1, h1 {
        font-size: 3rem;
    }

    .h2, h2 {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    input.form-control {
        padding: 0.4rem 0 0.4rem 0;
    }

    .footer-container .logos {
        width: 100px;
    }

}

/*general landscape*/
@media screen and (orientation: landscape) {
    .header-container h1 {
        margin-top: 0.5rem;
    }

    .header-container br {
        display: none;
    }
}

/*phone landscape*/
@media screen and (max-width: 991px) and (orientation: landscape) {

    #candy_stripes {
        background-image: url('../images/header/mobile/candy-stripes.png');
        height: 2rem;
        margin-bottom: 1rem;
    }

    .header-container img {
        width: 100px;
    }

    .header-container h2 {
        margin-top: 0.8rem;
        font-size: 1.5rem;
    }

    h1 {
        font-size: 2.5rem;
    }

    .header-container h1 {
        margin-top: 0;
    }

    .select2-container .select2-selection--single {
        height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 29px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
        right: 5px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 10px;
    }

    .footer-container .img-container {
        margin-top: 1rem;
    }

    .footer-container #terms_link {
        margin-top: 0.5rem !important;
    }

    .btn.btn-main, .btn.btn-main:hover, .btn.btn-main:active, .btn.btn-main:focus {
        padding: 0.3rem 0;
    }
}

/*tablets portrait*/
@media screen and (max-width: 991px) and (min-height: 950px) {
    #candy_stripes {
        background-image: url('../images/header/candy-stripes.png');
        height: 4.5rem;
        margin-bottom: 1.5rem;
    }

    .header-container h1 {
        margin-top: 0.5rem;
        font-size: 3.5rem;
        line-height: 3.6rem;
    }

    .header-container h2 {
        margin-top: 1rem;
        font-size: 2rem;
    }

    .header-container br {
        display: none;
    }
}

@media only screen and (max-width: 480px) {

    #candy_stripes {
        background-image: url('../images/header/mobile/candy-stripes-sm.png') !important;
        height: 4.5rem;
    }

    .header-container img {
        width: 145px;
    }

    .header-container h1 {
        font-size: 2.8rem;
        line-height: 3rem;
    }


    .header-container h2 {
        margin-top: 0.5rem;
        font-size: 1.5rem;
        margin-bottom: 0;
    }

    .select2-container .select2-selection--single {
        height: 35px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 35px;
        right: 5px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 10px;
    }

    .select2-container--default .select2-results > .select2-results__options {
        font-size: 1.2rem;
    }

    .btn.btn-main, .btn.btn-main:hover, .btn.btn-main:active, .btn.btn-main:focus {
        padding: 0.3rem 0;
    }

    .footer-container .img-container {
        margin-top: 1.9rem;
    }


}

@media only screen and (max-width: 480px) and (max-height: 720px) {

    #candy_stripes {
        height: 3.5rem;
    }


}

@media only screen and (max-width: 320px) {

    #candy_stripes {
        background-image: url('../images/header/mobile/candy-stripes-sm.png');
        height: 2.1rem;
        margin-bottom: 1rem;
    }

    .header-container img {
        width: 100px;
    }

    .header-container h2 {
        margin-top: 0.5rem;
        font-size: 1.4rem;
    }

    .header-container h1 {
        font-size: 2.6rem;
        line-height: 2.9rem;
    }

    .select2-container .select2-selection--single {
        height: 32px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 29px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 32px;
        right: 5px;
    }

    .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 10px;
    }

    .footer-container .img-container {
        margin-top: 1rem;
    }

    .footer-container #terms_link {
        margin-top: 0.5rem !important;
    }

    #success h2 {
        font-size: 1.2rem;
    }

}

/*small short*/
@media only screen and (max-width: 400px) and (max-height: 550px) {

    #candy_stripes {
        height: 2rem;
    }

    .header-container h1 {
        font-size: 2.3rem;
        line-height: 2.4rem;
    }


}


