/* header */

#header {
    position: relative;
}

#header.video-unloaded {
    background-image: url(assets/img/confetti-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #header {
        height: 50vh;
    }
}

@media screen and (min-width: 1200px) {
    #header {
        height: 100vh;
    }
    .header--content {
        position: relative;
    }
    .header--content #cot {
        position: absolute;
        bottom: -1.5em;
        left: 0;
        right: 0;
        z-index: 4;
        border-width: 3px;
    }
    .header--content #cot:hover {
        border-color: var(--orange2);
    }
}

.header--int {
    z-index: 3;
}

.header--video-backdrop {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.header--int,
.header--content {
    background-color: var(--black06);
}

.header--content {
    border: 5px double var(--orange2);
    outline: 3px solid var(--orange2);
    backdrop-filter: blur(5px);
}

.header--tagline {
    font-size: 1.75em;
}

.header--date {
    font-size: calc(1.325rem + .9vw);
}

/* countdown */

.countdown-timer {
    --clip: 18%;
    clip-path: polygon(0 var(--clip), 100% var(--clip), 100% 100%, 0% 100%);
    margin-top: -1rem;
    filter: brightness(0) invert(1);
}

@media screen and (min-width: 1200px) {
    .header--h1 {
        font-size: 3.5rem;
    }
    .header--tagline {
        font-size: 2em;
    }
    
}

/* intro */

@media screen and (min-width: 992px) {
    .intro--blurb {
        font-size: 1.125em;
    }
}

.icon-bubble {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-bubble-lg {
    height: 120px;
    width: 120px;
}

.icon-bubble-lg .fa {
    font-size: 35px;
}

#aside--page-nav {
    font-size: .925em;
}

/* dates */

.card-anchor-top {
    cursor: pointer;
}

@media (hover: hover) {
    .card-img-top {
        transition: scale 1s ease .125s;
    }

    .card-anchor-top:hover .card-img-top {
        scale: 1.075;
    }
}

@media screen and (max-width: 991px) {
    .dates--int .card .btn {
        width: 100%;
    }
}

@media screen and (min-width: 1200px) {
    .dates--int {
        width: 1200px;
    }
    .dates--int .card-text {
        min-height: 71px;
    }
}

@media (hover: hover) {
    .dates--int .card {
        scale: .975;
        transition: .5s ease-in-out;
    }

    .dates--int .card:hover {
        scale: 1;
        box-shadow: 0 2px 5px var(--black02);
    }
}

/* faqs */

.list-of-faqs h3 {
    font-size: calc(1.5em + 1px);
}

/* exit survey float */

#exit-survey--float {
    position: fixed;
    bottom: 1em;
    left: 0;
    right: 0;
    z-index: 10;
    border-top: 6px solid var(--orange);
    transition: bottom .5s ease-in-out .5s;
}

@media (hover: hover) {

    #exit-survey--float {
        bottom: -300px;
    }

    #exit-survey--float:hover {
        bottom: 1em;
        transition-delay: .075s;
    }

    .exit-survey-float--image {
        opacity: 0;
        transition: .325s ease-in-out .525s;
    }

    #exit-survey--float:hover .exit-survey-float--image {
        opacity: 1;
        transition-delay: .25s;
    }

    #exit-survey--float .directions {
        position: absolute;
        top: 12px;
        right: 1rem;
        opacity: 1;
        transition-delay: .6s;
    }

    #exit-survey--float:hover .directions {
        opacity: 0;
        transition: .25s ease-in-out;
    }

}

@media (hover: none) {
    #exit-survey--float .directions {
        display: none;
    }
}

.exit-survey-float--int {
    position: relative;
}

.exit-survey-float--int .close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    #exit-survey--float {
        width: 80vw;
        bottom: calc(2em + 5px);
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    #exit-survey--float {
        width: calc(50vw + 5px);
    }
}

@media screen and (min-width: 1280px) {
    #exit-survey--float {
        width: calc(45vw - 1rem);
    }
}

.exit-survey-float--h2 {
    font-size: calc(1.25rem + 3px);
}

.exit-survey-float--h3 {
    font-size: calc(1rem + 3px);
}

#exit-survey--float .btn-primary {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/* exit survey */

@media screen and (min-width: 992px) and (min-height: 700px) {
    main.col-12 {
        height: fit-content;
    }
    #exit-survey #ff-compose {
        height: calc(30vh + 200px + .25rem);
        overflow-y: scroll;
    }
}

#exit-survey .ff-layout-default {
    padding-top: 0;
}

#exit-survey .ff-powered-img,
#exit-survey .ff-banner-image,
#exit-survey #ff-title-root,
#exit-survey .ff-title,
#exit-survey .ff-description {
    display: none;
    visibility: hidden;
}

#exit-survey .ff-form-check {
    margin: .5rem 0;
}

#exit-survey .ff-form .ff-form-check-label {
    font-weight: 300;
}

#exit-survey .ff-form .ff-item .ff-item-qs {
    font-weight: 500;
    font-family: 'Poppins';
    margin-bottom: .25rem;
}

/* 
#exit-survey .ff-form .ff-item .ff-item-qs::after {
	content: '';
	display: block;
	height: 2px;
	width: 6ch;
	background-color: var(--black06);
	margin: 3px 0;
} */

#exit-survey .ff-form .ff-item .ff-help {
    font-weight: 300;
}

#exit-survey .ff-form .ff-form-check-other input[type="text"] {
    border: 1px solid var(--black02);
    padding-top: .3rem;
}

#exit-survey .ff-form .ff-form-check-other input[type="text"]:focus {
    box-shadow: inset 6px 0 0 0 var(--black);
    padding-left: .75rem;
}

#exit-survey .form-control {
    font-weight: 300;
    font-size: .95rem;
    border-radius: 0;
    background-color: var(--pastel-01);
}

#exit-survey .form-control:not(textarea) {
    padding: 0 .5rem .3rem .5rem;
    border-top: 0;
    border-right: 0;
    border-left: 0;
}

#exit-survey textarea.form-control {
    padding: .3rem .5rem;
}

#exit-survey .form-control:focus {
    outline: none;
    box-shadow: -6px 0 0 0 var(--black);
    border-color: unset;
    background-color: transparent;
}

#exit-survey #ff-next-root {
    padding: .5rem .8rem;
}

#exit-survey .ff-partial {
    background-color: var(--lightgreen);
    border-radius: 0 ;
    border: none ;
    color: var(--black);
    padding: .5rem .75rem;
}

#exit-survey .ff-partial:first-child {
    font-size: .9rem;
}

#exit-survey .ff-partial a {
    font-weight: 400;
    color: var(--blue2);
}

#exit-survey .ff-form .ff-widget-error {
    font-size: .9rem;
}

#exit-survey .ff-form .ff-widget-error b {
    display: inline-flex;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 700;
}

/* owl carousel dots */

.owl-dots {
    display: flex;
    justify-content: center;
    padding: .75rem 0 .25rem 0;
}

.owl-dots button.owl-dot {
    display: inline-block;
    background-color: var(--black02);
    height: 8px;
    width: 8px;
    padding: 0;
    border-radius: 2px;
    margin-right: 5px;
}

.owl-dots button.owl-dot.active {
    background-color: var(--blue2);
}

/* owl nav */

.owl-nav {
    position: absolute;
    bottom: calc(-.75rem + 2px);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
}

.owl-nav button.owl-next span,
.owl-nav button.owl-prev span {
    font-size: 1.375em;
}

@media screen and (max-width: 991px) {
    .owl-dots,
    .owl-nav {
        display: none;
    }
}

/* aside countdown */

#aside--countdown {
    position: relative;
}