/*
  *** IMPORTANT *** 
  Styles here are temporary, and will be moved to Mvs.Consumer.Spa workspace

*/
.shadow-white {
    -moz-filter: drop-shadow(2px 2px 3px #FFF);
    -webkit-filter: drop-shadow(2px 2px 3px #FFF);
    filter: drop-shadow(2px 2px 3px #FFF);
}

.swing-in-left-fwd {
    -webkit-animation: swing-in-left-fwd 2s cubic-bezier(0.175, 0.885, 0.320, 1.275) 2s both;
    animation: swing-in-left-fwd 2s cubic-bezier(0.175, 0.885, 0.320, 1.275) 2s both;
}
.puff-in-center {
	-webkit-animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) 2s both;
	        animation: puff-in-center 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) 2s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-3 8:27:39
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation swing-in-left-fwd
 * ----------------------------------------
 */
@-webkit-keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1;
    }
}
@keyframes swing-in-left-fwd {
    0% {
        -webkit-transform: rotateY(100deg);
        transform: rotateY(100deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
        -webkit-transform-origin: left;
        transform-origin: left;
        opacity: 1;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2019-12-3 8:28:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}
@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}




.fw-section > .overlay-light, .fh-section > .overlay-light {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFF;
    content: '';
    opacity: 0.6;
    z-index: 1;
}

.proudly-canadian-banner {
    display: flex;
    width: 100%;
    padding: 4px clamp(16px, 10%, 235px);
    justify-content: center;
    align-items: center;
    gap: 4px;
    background: #374250 !important;
    min-height: auto !important;
    border-bottom-width: 0px !important;
    border-top-width:0px !important;
}
.proudly-canadian-text {
    color: #FFF;
    font-family: Roboto;
    font-size: clamp(12px, 2.5vw, 14px);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.boxed-bottom-border {
    border-bottom: 0.75px solid #F3F3F3;
    background: #FCFCFC;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.sitelogo-for-clinic-anniversary {
    bottom: 5px;
    left: 20px;
    z-index: 1;
    width: 187px;
    position: absolute;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(1.5px);
}

#badge-proud-canadian {
    background: #FFF;
    border-radius: 600px;
    width: 100px;
    position: absolute;
    right: 20px;
    bottom: -10px;
    z-index: -1;
}
#badge-proud-canadian-anniversary {
    background: #FFF;
    border-radius: 600px;
    width: 100px;
    position: absolute;
    bottom: 5px;
    right: 20px;
    z-index: 1
}

.missing-an-item {
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px;
    margin-top: 24px;
    gap: 24px;
    background: #FFFFFF;
    border: 0.5px solid #C3CBD5;
    border-radius: 8px;
}

/* Text container */
.missing-an-item-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

    /* Heading */
    .missing-an-item-text .title {
        /*color: #374250;*/
        /*font-family: Roboto;*/
        font-weight: 600;
        font-size: 24px;
        line-height: 100%;
    }

    /* Description */
    .missing-an-item-text .description {
        /*color: #606975;*/
        /*font-family: Roboto;*/
        font-weight: 400;
        font-size: 16px;
        line-height: 160%;
    }

select.has-placeholder option:first-child {
    color: #999;
}

.missing-item-counter {
    margin-top: 5px;
}

/* Button */
.contact-us-card {
    width: fit-content;
}

/* Image */
.missing-an-item img {
    max-width: 200px;
    max-height: 150px;
}

/* Force recaptcha to be the top-most element, so when it is expanded the Help or Back to Top buttons dont overlap it. */
.grecaptcha-badge {
    z-index: 999999;
}

@media (min-width: 0px) and (max-width: 680px) {
    .sitelogo-for-clinic-anniversary {
        width: 120px;
    }

    #badge-proud-canadian {
        background: #FFF;
        border-radius: 600px;
        width: 70px;
        position: absolute;
        right: 20px;
        bottom: 0;
        z-index: 1;
    }

    #badge-proud-canadian-anniversary {
        background: #FFF;
        border-radius: 600px;
        width: 56px;
        position: absolute;
        bottom: 5px;
        right: 20px;
        z-index: 1
    }

    #banner-clinic-name {
        margin-top: 40px;
    }
   
}
@media (max-width: 768px) {
    .hide-on-mobile {
        display: none !important;
    }
}