/* Minification failed. Returning unminified contents.
(37,23): run-time error CSS1038: Expected hex color, found '#ffff'
 */
@media only screen and (min-width: 750px) {
    h1,
    .h1 {
        font-size: calc(80px * 0.7);
    }
}

@media only screen and (min-width: 1200px) {
    h1,
    .h1 {
        font-size: calc(80px * 0.8);
    }
}

@media only screen and (min-width: 1540px) {
    h1,
    .h1 {
        font-size: 80px;
    }
}

.select2-container .select2-selection--single {
    height: calc(2.875rem + 2px);
    background-color: rgb(248, 248, 248);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: calc(2.875rem - 5px);
    font-size: 1.25rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(2.875rem + 2px);
}

.content-wrapper {
    background-color: #ffff;
}

.top-label {
    font-family: Oswald, sans-serif;
    color: #fff;
    margin: 0.5rem auto;
    display: table;
}

.form-control {
    background-color: rgb(248, 248, 248);
    border-radius: 0;
}

.input-group-lg > .form-control {
    border-radius: 0;
}

.input-group-lg > .input-group-append > .btn {
    border-radius: 0;
}

.select2-container--default .select2-selection--single {
    border-radius: 0;
}

.btn-lg {
    border-radius: 0;
}

.announcement-bar {
    height: 40px
}

.image-with-text__block {
    flex: 1 0 40%;
    display: flex;
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: 632px;
}

.image-with-text {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

.image-with-text img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

@media only screen and (min-width: 340px) {
    .image-with-text img {
        position: absolute;
        width: auto;
        height: 100%;
        top: 0;
        z-index: -2;
        left: -250px;
    }
}

@media only screen and (min-width: 768px) {
    .image-with-text img {
        position: absolute;
        width: auto;
        height: 100%;
        top: 0;
        z-index: -2;
        left: -240px;
    }
}

@media only screen and (min-width: 1024px) {
    .image-with-text img {
        position: absolute;
        width: auto;
        height: 100%;
        top: 0;
        z-index: -2;
        left: -100px;
    }
}

@media only screen and (min-width: 1540px) {
    .image-with-text img {
        position: absolute;
        width: 100%;
        height: auto;
        left: 0;
        top: 0;
        z-index: -2;
    }
}

