.calendly-inline-widget,
.calendly-inline-widget *,
.calendly-badge-widget,
.calendly-badge-widget *,
.calendly-overlay,
.calendly-overlay * {
    font-size: 16px;
    line-height: 1.2em
}

.calendly-inline-widget iframe,
.calendly-badge-widget iframe,
.calendly-overlay iframe {
    display: inline;
    width: 100%;
    height: 100%
}

.calendly-popup-content {
    position: relative
}

.calendly-popup-content.calendly-mobile {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto
}

.calendly-popup {
    background-color: rgba(174,168,164,.5);
    border-radius: 15px;
    padding-top: 1.5vw;
    padding-bottom: 0vw; }

    @media only screen and (max-width: 599px) {
        .calendly-popup {
            box-shadow: 0 4vw 6vw -1vw rgba(0,0,0,0.85);
            background-color: #fff;
            padding-top: 0vw;
            padding-bottom: 0vw; } }

    @media only screen and (min-width: 600px) and (max-width: 1024px) {
        .calendly-popup {
            box-shadow: 0 4vw 6vw -1vw rgba(0,0,0,0.85);
            background-color: #fff;
            padding-top: 0vw;
            padding-bottom: 0vw; } }

    @media only screen and (min-width: 1025px) and (max-width: 1440px) { 
        .calendly-popup {
            background-color: rgba(174,168,164,.5);
            border-radius: 15px;
            padding-top: 0vw;
            padding-bottom: 0vw; } }

    @media only screen and (min-width: 1281px) and (max-width: 1440px) { 
        .calendly-popup {
            background-color: rgba(174,168,164,.5);
            border-radius: 15px;
            padding-top: 0vw;
            margin-top: 0vw;
            padding-bottom: 2vw; } }

    @media only screen and (min-width: 1441px) and (max-width: 1680px) { 
        .calendly-popup {
            background-color: rgba(174,168,164,.5);
            border-radius: 15px;
            padding-top: 0vw;
            padding-bottom: 2.5vw; } }

    @media only screen and (min-width: 1681px) and (max-width: 1940px) { 
        .calendly-popup {
            background-color: rgba(174,168,164,.5);
            border-radius: 15px;
            padding-top: .75vw;
            padding-bottom: 0vw; } }

.calendly-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 9999;
    background-color: rgba(34,34,34,.9) }

    @media only screen and (max-width: 599px) {
        .calendly-overlay {
            background-color: rgba(34,34,34,.9) } }

    @media only screen and (min-width: 600px) and (max-width: 1024px) {
        .calendly-overlay {
            background-color: rgba(34,34,34,.9) } }

    @media only screen and (min-width: 1025px) and (max-width: 1940px) { 
        .calendly-overlay {
            background-color: rgba(34,34,34,.9) } }

.calendly-overlay .calendly-close-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0 }

.calendly-overlay .calendly-popup {
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 55%;
    height: 65%;
    min-width: 55%;
    max-width: 55%;
    max-height: 65%; }

    @media only screen and (max-width: 599px) {
        .calendly-overlay .calendly-popup {
            width: 50%;
            height: 80svh;
            margin-top: 3svh;
            min-width: 75vw;
            max-width: 75vw;
            max-height: 80svh; } }

    @media only screen and (min-width: 600px) and (max-width: 1024px) {
        .calendly-overlay .calendly-popup {
            width: 50%;
            height: 80svh;
            margin-top: 3svh;
            min-width: 75vw;
            max-width: 75vw;
            max-height: 80svh; } }

    @media only screen and (min-width: 1025px) and (max-width: 1280px) { 
        .calendly-overlay .calendly-popup {
            width: 85%;
            height: 100%;
            margin-top: 5vh;
            min-width: 85%;
            max-width: 85%;
            max-height: 100%; } }

    @media only screen and (min-width: 1281px) and (max-width: 1440px) { 
        .calendly-overlay .calendly-popup {
            width: 78%;
            height: 85%;
            margin-top: 4vh;
            padding-top: -2vh;
            min-width: 78%;
            max-width: 78%;
            max-height: 85%; } }

    @media only screen and (min-width: 1441px) and (max-width: 1680px) { 
        .calendly-overlay .calendly-popup {
            width: 75%;
            height: 80%;
            margin-top: 2.5vh;
            min-width: 75%;
            max-width: 75%;
            max-height: 80%; } }

    @media only screen and (min-width: 1681px) and (max-width: 1940px) { 
        .calendly-overlay .calendly-popup {
            width: 70%;
            height: 75%;
            margin-top: 2vh;
            min-width: 70;
            max-width: 70%;
            max-height: 80%; } }

.calendly-overlay .calendly-popup .calendly-popup-content {
    height: 100%
}

.calendly-overlay .calendly-popup-close {
    position: absolute;
    top: 4vw;
    right: 2.5em;
    color: #fff;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(https://assets.calendly.com/assets/external/close-icon.svg) no-repeat;
    background-size: contain; }

    @media only screen and (max-width: 599px) {
        .calendly-overlay .calendly-popup-close {
            top: 3vw;
            right: 1vw; 
            width: 21px;
            height: 21px;} }

    @media only screen and (min-width: 600px) and (max-width: 1024px) {
        .calendly-overlay .calendly-popup-close {
            top: 3vw;
            right: 1vw; 
            width: 21px;
            height: 21px;} }


    @media only screen and (min-width: 1025px) and (max-width: 1940px) {
        .calendly-overlay .calendly-popup-close {
            top: 6vw; } }

.calendly-badge-widget {
    position: fixed;
    right: 20px;
    bottom: 15px;
    z-index: 9998
}

.calendly-badge-widget .calendly-badge-content {
    display: table-cell;
    width: auto;
    height: 45px;
    padding: 0 30px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, .25) 0 2px 5px;
    font-family: sans-serif;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    cursor: pointer
}

.calendly-badge-widget .calendly-badge-content.calendly-white {
    color: #666a73
}

.calendly-badge-widget .calendly-badge-content span {
    display: block;
    font-size: 12px
}

.calendly-spinner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    z-index: -1
}

.calendly-spinner>div {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #e1e1e1;
    border-radius: 50%;
    vertical-align: middle;
    animation: calendly-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

.calendly-spinner .calendly-bounce1 {
    animation-delay: -.32s
}

.calendly-spinner .calendly-bounce2 {
    animation-delay: -.16s
}

@keyframes calendly-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}