﻿body {
    font-family: 'Inter', sans-serif;
    background-image: linear-gradient(131deg, #0072DA, #66B6B6 76%);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.top-bar {
    position: absolute;
    width: 100%;
}

    .top-bar img {
        width: 130px;
        float: left;
        margin: 45px;
    }

    .top-bar .right-img {
        float: right;
        display: flex;
        flex-direction: column;
    }

        .top-bar .right-img span {
            color: white;
            font-size: 24px;
            background: #003b5c;
            padding: 25px;
            margin-right: 45px;
        }

        .top-bar .right-img img {
            float: none;
        }

.content {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    padding-top: 106px;
    padding-bottom: 100px;
}

.choose-specialty .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.choose-specialty .row {
    margin-top: 30px;
}

.choose-specialty .img-container {
    box-shadow: 0 9px 6px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    margin: 5px;
    display: flex;
    flex-direction: column;
    width: 20%;
}

.choose-specialty .row .img-container:hover {
    cursor: pointer;
}

.choose-specialty .img-container img {
    width: 100%;
    height: auto;
}

.choose-specialty .img-container .img-overlay {
    width: 100%;
    height: 100%;
    background-color: white;
    min-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 3px;
}

    .choose-specialty .img-container .img-overlay p {
        text-shadow: 0px 0px 3px #ffffff;
        padding: 0;
        margin: 0;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
    }

.choose-heading {
    color: white;
    text-align: center;
}

    .choose-heading h1 {
        font-size: 5rem;
        letter-spacing: 3px;
        font-weight: bold;
    }

    .choose-heading p {
        font-size: 2rem;
    }

.choose-resources .card-body {
    padding: 0 30px;
    margin: 30px 0;
}

.choose-resources .card {
    display: flex;
    width: 365px;
    padding: 0 15px;
    height: 100%;
}

.choose-resources .card-content {
    padding: 0;
    background: white;
    position: relative;
    cursor: pointer;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.16);
}

.choose-resources h1 {
    color: white;
    font-weight: bold;
    font-size: 6rem;
}

.choose-resources p.subhead {
    font-size: 2rem;
    color: white;
    margin-bottom: 40px;
}

.choose-resources img {
    width: 100%;
}

.card-content img {
    height: 181px;
}

.check {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: white;
    right: 15px;
    top: 15px;
    border: 1px solid #707070;
    position: absolute;
}

    .check.true:before {
        content: '\2713';
        color: #0A68F5;
        left: 10px;
        position: absolute;
        font-size: 25px;
    }

.card-body h3 {
    margin-top: 0;
}

.card-body .card-description {
    margin-top: 30px;
}

.card-body .card-body-subtitle span {
    background-color: #0A68F5;
    padding: 5px;
    color: white;
}

.home-button {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 43px;
}

    .home-button img {
        width: 100%;
    }

.kiosk-form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .kiosk-btn,
    .kiosk-form input[name="submit"] {
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #0A68F5;
        color: white;
        padding: 15px;
    }

    .choose-resources .kiosk-btn,
    .kiosk-form input[name="submit"] {
        max-width: 450px;
        margin: 0 auto;
        margin-top: 30px;
        font-size: 30px;
        cursor: pointer;
    }

    .kiosk-form input, .kiosk-form select {
        background-color: transparent;
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
        border: solid 1px white;
        color: white;
        height: 60px;
        margin-top: 2%;
        font: var(--f-regular-5);
        font-size: 22px;
        width: 48%;
        margin: 2% 1% 0 1%;
        padding: 1%;
    }

        .kiosk-form input[name="submit"] {
            height: initial;
            font-size: 22px;
            padding: 5px 10px;
            border: 0;
            float: right;
        }

        .kiosk-form select option {
            color: rgba(0, 0, 0, 0.7);
        }


input::placeholder {
    color: rgba(255, 255, 255, 0.50);
}

input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.50);
}

.form-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.qr-code {
    width: 100%;
}

.submit-wrapper {
    width: 100%;
}

.mobile-form {
    margin-bottom: 50px;
}

    .mobile-form .choose-heading h1 {
        font-size: 4rem;
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .mobile-form .kiosk-form input[name="first name"],
    .mobile-form .kiosk-form input[name="last name"] {
        margin-left: 0;
        margin-right: 0;
        width: inherit;
    }

    .mobile-form .kiosk-form input[name="submit"] {
        float: none;
        text-align: center;
    }

.top-bar .c-logo {
    display: none;
}

.top-bar .kiosk-btn {
    float: right;
    margin: 45px;
    font-size: 24px;
}

    .top-bar .kiosk-btn a {
        text-align: center;
    }

.thank-you-message,
.error-message {
    position: fixed;
    background-color: white;
    z-index: 5;
    top: 0;
    padding: 10px;
    opacity: 0;
    transition: opacity 1s,top 0.5s;
}

a:hover {
    text-decoration: none;
}


/*overrides*/
.slick-initialized .slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list {
    display: flex;
}

.slick-slide {
    height: initial;
}

.slick-arrow {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


.slick-next {
    right: -15%;
    top: 33%;
}

    .slick-next:before {
        content: '';
        display: inline-block;
        width: 110px;
        height: 110px;
        margin-right: 5px;
        content: "";
        background: url(/-/media/images/tradeshows/kiosk/right-arrow) no-repeat 0 0;
        background-size: 100%;
    }

.slick-prev {
    left: -25%;
    top: 33%;
}

.slick-dots {
    text-align: center;
    margin-top: 15px;
    padding: 0;
}

.slick-prev:before {
    content: '';
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-right: 5px;
    content: "";
    background: url(/-/media/images/tradeshows/kiosk/left-arrow) no-repeat 0 0;
    background-size: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

    .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        padding: 5px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: transparent;
        border: 1px solid white;
        border-radius: 15px;
        background-color: transparent;
        width: 25px;
        height: 25px;
    }

    .slick-dots li.slick-active button {
        border: 0;
        background-color: white;
    }

@media screen and (max-width:1700px) {

    .slick-prev {
        z-index: 1;
        left: -10%;
    }

    .slick-next {
        right: -2%;
    }
}


@media screen and (max-width:1400px) {
    .slick-prev {
        left: -5%;
        top: 40%;
    }

    .slick-next {
        right: 0%;
        top: 40%;
    }

    .slick-prev:before {
        width: 60px;
    }

    .slick-next:before {
        width: 60px;
    }
}

@media screen and (max-width:1300px) {

    .choose-resources .card-body {
        padding: 0 15px;
        margin: 15px 0;
    }

    .card-body h3 {
        font-size: 24px;
    }
}

@media screen and (max-width:1199px) {
    .specialty-container {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        row-gap: 30px;
    }

    .card-content {
        width: 100%;
    }

    .row .form-row div {
        margin-bottom: 30px;
    }

    .kiosk-form input,
    .kiosk-form select {
        margin-right: 0 !important;
        margin-left: 0 !important;
        width: 100% !important;
    }

        .kiosk-form input[name="submit"] {
            float: none;
            max-width: 100%;
            height: 60px;
        }

    .choose-specialty .img-container {
        width: 25%;
    }

        .choose-specialty .img-container .img-overlay {
            padding: 0px;
        }

    .choose-specialty .row .kiosk-btn {
        margin-top: 10px
    }
}

@media screen and (max-width:1100px) {
    .top-bar {
        background: white;
        display: flex;
        justify-content: center;
        position: inherit;
    }

        .top-bar .w-logo {
            display: none;
        }

        .top-bar .c-logo {
            display: block;
            margin: 22px;
        }

    .content {
        align-items: baseline
    }

    body {
        height: initial;
        margin-bottom: 100px;
    }

    .thank-you-message {
        width: 100%;
        text-align: center;
        position: fixed;
        bottom: 78px;
        top: unset;
    }

        .thank-you-message h1 {
            font-size: 26px;
        }

    .content {
        padding-top: 30px;
    }
}

@media screen and (max-width:992px) {
    .card-body h3 {
        font-size: 20px;
    }

    .wrapper, .choose-resources .card {
        width: 100%;
    }

    .card-content {
        display: flex;
    }

        .card-content img {
            width: 300px;
        }

    .choose-resources .card-body {
        margin-top: 30px;
    }

    .form-row {
        flex-direction: column-reverse;
    }

    .qr-code {
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 580px;
    }

    .card-content img {
        width: 50%;
        height: 100%;
    }

    .card-body h3 {
        font-size: 20px;
    }

    .choose-specialty .img-container {
        width: 33%;
    }

    .choose-heading h1 {
        font-size: 3.3rem;
    }

    .choose-heading p {
        font-size: 1.55rem;
    }

    .choose-specialty .img-container .img-overlay p {
        font-size: 1.8rem;
    }
}

@media screen and (max-width:700px) {
    .card-content img {
        display: none;
    }

    .choose-specialty .img-container {
        width: 80%;
    }
}

@media (max-width: 610px) {
    .container {
        width: 480px;
    }
}
