/* Webinar CSS */

/* Sign-up Page */

#postloopcontainer .showit-webinar-info h3 {
    border: 2px solid rgba(78, 95, 105, 1);
    color: rgba(78, 95, 105, 1);
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    padding: 15px 40px;
    text-transform: none;
}

.showit-webinar-info {
    margin: auto;
    padding-top: 100px;
    width: 1125px;
}

#postloopcontainer .showit-webinar-info h1 {
    color: #272727;
    font-size: 45px;
    font-weight: 800;
    line-height: 1.1;
    margin: 20px 0;
    width: 693px;
}

.showit-webinar-info>div {
    display: grid;
    grid-gap: 50px;
    grid-template-columns: 48% 52%;
    padding-bottom: 30px;
}

#postloopcontainer .webinar-text .main-points-header {
    font-size: 25px;
}

.webinar-main-points {
    background: #dfeefa;
    border-radius: 20px;
    padding: 20px 30px 6px 40px;
}

#postloopcontainer .webinar-main-points ul {
    margin-bottom: 0;
}

.webinar-text .webinar-main-points ul {
    margin-bottom: 0;
}

.webinar-main-points li {
    list-style-type: none;
    padding-bottom: 15px;
    position: relative;
}

.webinar-main-points li:before {
    background-image: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' ><path d='M170.718 216.482L141.6 245.6l93.6 93.6 208-208-29.118-29.118L235.2 279.918l-64.482-63.436zM422.4 256c0 91.518-74.883 166.4-166.4 166.4S89.6 347.518 89.6 256 164.482 89.6 256 89.6c15.6 0 31.2 2.082 45.764 6.241L334 63.6C310.082 53.2 284.082 48 256 48 141.6 48 48 141.6 48 256s93.6 208 208 208 208-93.6 208-208h-41.6z' fill='%23f15922' /></svg>");
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
    display: inline-block;
    height: 30px;
    left: -43px;
    position: absolute;
    top: 1px;
    width: 30px;
}

.webinar-for-you-text {
    margin-top: 20px;
}

.host-sign-up {
    justify-self: center;
    margin-top: -220px;
    position: relative;
}

.host-info {
    text-align: center;
}

.host-info p {
    padding-top: 30px;
}

.host-headshot {
    display: inline-block;
    position: relative;
}

.host-headshot:before {
    content: '';
    background: #272727;
    width: 117%;
    height: 117%;
    position: absolute;
    left: -10%;
    right: -10%;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
}

.host-headshot img {
    border-radius: 100%;
    position: relative;
    z-index: 2;
}

.sign-up-details {
    background: #fff;
    border-radius: 20px;
    box-shadow: 20px 20px 70px 0 rgb(0 0 0 / 20%);
    margin: 50px 0 0 50px;
    min-height: 400px;
    padding: 30px 30px 10px;
}

.webinar-date-time {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 10px;
    position: relative;
}

.webinar-date-time-text {
    align-self: center;
}

.webinar-date-time-text:before {
    background: rgba(78, 95, 105, 0.4);
    content: '';
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    width: 1px;
}

#postloopcontainer .webinar-date-time h2 {
    align-self: center;
    font-size: 30px;
    margin-bottom: 0;
}

.webinar-date-time-details {
    text-align: right;
}

#countdown {
    align-items: center;
    color: #A4D4AF;
    display: flex;
    font-family: 'Lato';
    font-weight: 700;
    font-size: 25px;
    justify-content: center;
    margin-bottom: 20px;
}

#countdown div {
    flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    text-align: center;
}

#countdown span {
    color: #000;
    display: block;
    font-family: lato;
    font-size: 15px;
    text-align: center;
}

.webinar-host-info {
    background: #f4f4f5;
}

.about-host {
    display: grid;
    grid-template-columns: 48%;
    margin: auto;
    padding: 50px 0;
    width: 1125px;
}

.host-image-title {
    padding-bottom: 20px;
}

#postloopcontainer .host-image-title h2 {
    display: inline;
    font-size: 24px;
    vertical-align: bottom;
}

.host-image-title .host-headshot {
    width: 124px;
}

/* Replay Page */

.showit-webinar-replay {
    margin: auto;
    padding: 70px 0;
    text-align: center;
    width: 1125px;
}

.replay-webinar-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
    text-align: left;
    padding-top: 100px;
}

#postloopcontainer .showit-webinar-replay h3 {
    border: 2px solid;
    display: inline-block;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0;
    padding: 15px 25px;
}

#postloopcontainer .showit-webinar-replay h1 {
    font-size: 50px;
    font-weight: 700;
    margin: auto;
    padding: 40px 0;
    text-align: center;
    width: 747px;
}

.replay-details {
    color: rgba(78, 95, 105, 1);
    display: inline-block;
    position: relative;
}

.replay-details:before {
    background: #f15922;
    border-radius: 100%;
    bottom: 0;
    content: '';
    height: 10px;
    left: -20px;
    margin: auto;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 10px;
}

#postloopcontainer #replay-main-btn {
    display: block;
    font-size: 16px;
    color: rgba(39, 39, 39, 1);
    background: rgba(219, 255, 191, 1);
    width: 380px;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding: 10px 0;
    border-radius: 30px;
    cursor: pointer;
    font-family: 'Maison Neue Mono Regular';
    border: 1.25px solid rgba(39, 39, 39, 1);
}

#postloopcontainer #replay-main-btn:hover {
    text-decoration: none;
}

.replay-youtube-vid {
    width: 1097px;
    height: 617px;
    margin: 100px 0;
    position: relative;
}

#postloopcontainer .replay-webinar-info h2 {
    font-size: 42px;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 15px;
}

.replay-webinar-info div:first-child {
    padding-right: 140px;
}

#postloopcontainer .replay-webinar-info .main-points-header {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.1;
}

/* Confirmation page */

.webinar-confirmation-page {
    width: 1125px;
    margin: auto;
    padding: 100px 0;
}

.webinar-confirmation-page:before {
    content: '';
    background: #E0F1FF;
    position: absolute;
    width: 4000px;
    height: 1389px;
    left: -592px;
    top: -371px;
    z-index: -1;
}

.confirmation-top-section {
    text-align: center;
}

.confirmation-top-section h2:first-child {
    text-align: center;
    color: rgba(78, 95, 105, 1);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 35px;
    font-family: 'Atyp BL Display Medium';
}

.confirmation-gif {
    margin: 70px 0;
    display: inline-grid;
    position: relative;
    padding: 20px;
    justify-content: center;
}

.confirmation-gif:before {
    content: '';
    border: 2px solid rgba(78, 95, 105, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.confirmation-top-section div h2 {
    display: inline;
    color: rgba(78, 95, 105, 1);
    font-weight: 400;
    font-size: 35px;
}

#postloopcontainer .confirmation-top-section h3 {
    display: inline-block;
    width: 500px;
    color: rgba(78, 95, 105, 1);
    line-height: 1.6;
    font-weight: 500;
    font-size: 18px;
    text-align: left;
    margin: 0 0 0 30px;
    vertical-align: middle;
}

.confirmation-page-webinar-details {
    width: 650px;
    margin: 50px auto;
    padding: 20px 60px;
    box-shadow: 20px 20px 70px 0 rgb(0 0 0 / 20%);
    border-radius: 20px;
    position: relative;
    background: #fff;
}

.confirmation-page-webinar-details:before,
.confirmation-page-webinar-details:after {
    content: '';
    background-color: rgba(236, 238, 240, 1);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
}

.confirmation-page-webinar-details:before {
    top: 30%;
}

.confirmation-page-webinar-details:after {
    top: 62%;
}

.confirmation-page-webinar-details svg {
    fill: #FF570F;
}

.confirmation-page-webinar-title,
.confirmation-page-date,
.confirmation-page-time {
    display: grid;
    grid-template-columns: 10% 90%;
    align-items: center;
    grid-gap: 15px;
}

.confirmation-page-webinar-title svg {
    width: 28px;
    justify-self: center;
}

#postloopcontainer .confirmation-page-webinar-title h1 {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 28px;
    font-weight: 400;
    color: rgba(78, 95, 105, 1);
    position: relative;
}

.confirmation-page-date:before {
    content: '';
    position: absolute;
    width: 2px;
    background: rgba(236, 238, 240, 1);
    height: 118px;
    right: 0;
    left: 0;
    margin: auto;
    top: -8%;
    bottom: 0;
}

.confirmation-page-date p {
    max-width: 170px;
}

.confirmation-page-date-time {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: 179px;
}

.confirmation-page-date svg {
    width: 27px;
}

.confirmation-page-time {
    width: 170px;
    margin: auto 0 auto auto;
}

.confirmation-page-time svg {
    width: 21px;
}

#postloopcontainer .confirmation-page-time p,
#postloopcontainer .confirmation-page-date p {
    margin-bottom: 0;
}

#postloopcontainer .webinar-add-to-calendar p {
    text-transform: uppercase;
    letter-spacing: .1em;
    color: rgba(78, 95, 105, 1) !important;
    font-size: 13px !important;
    text-align: center;
}

.webinar-confirmation-page-text {
    width: 518px;
    margin: auto;
}

#postloopcontainer .webinar-confirmation-page-text h2 {
    color: rgba(35, 35, 35, 1);
    font-size: 25px;
}

#webinar-confirmation-page-share-buttons {
    padding: 50px 0;
    text-align: center;
}

#webinar-confirmation-page-share-buttons a {
    display: inline-block;
    border: 2px solid rgba(78, 95, 105, 0.4);
    margin: 0 20px;
    border-radius: 50px;
    width: 244px;
    height: 67px;
    vertical-align: middle;
}

#webinar-confirmation-page-share-buttons a:hover {
    text-decoration: none;
}

#confirmation-page-twitter-share {
    padding: 16px 0;
}

#confirmation-page-facebook-share {
    padding: 11px 0;
}

#confirmation-page-mail-share {
    padding: 12px 0;
}

#confirmation-page-twitter-share svg {
    width: 28px;
    fill: rgba(78, 95, 105, 0.3);
}

#confirmation-page-twitter-share svg {
    width: 28px;
    fill: rgba(78, 95, 105, 0.3);
}

#confirmation-page-facebook-share svg,
#confirmation-page-mail-share svg {
    width: 39px;
    fill: rgba(78, 95, 105, 0.3);
}

#webinar-confirmation-page-share-buttons p {
    display: inline-block;
    font-size: 14px;
    color: rgba(35, 35, 35, 1);
}

/* Webinar list page */

#webinar-button-container {
    text-align: center;
    margin: 0 auto 100px;
}

#webinar-button-container button {
    background: #f4f4f5;
    border-radius: 30px;
    color: #f15922;
    margin: 10px;
    border: 3px solid #f15922;
    padding: 7px 10px;
    outline: none;
}

#webinar-button-container .selected-webinar-category {
    background: #fdf8c0;
    border-color: #f15922;
    color: #f15922;
}

#all-showit-webinars {
    display: grid;
    grid-template-columns: repeat(2, minmax(320px, 1fr));
    grid-gap: 50px;
    max-width: 1800px;
    margin: auto;
}

.showit-single-webinar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    border-radius: 20px;
    box-shadow: 20px 20px 70px 0 rgb(0 0 0 / 20%);
    position: relative;
    transition: all .2s;
    margin-bottom: 20px;
    background: #fff;
    max-width: 875px;
}

#postloopcontainer #all-showit-webinars .showit-single-webinar:hover {
    text-decoration: none;
    transform: translateY(-10px);
    opacity: 1;
    box-shadow: 20px 30px 80px 0 rgb(0 0 0 / 20%);
}

.showit-single-webinar img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.single-webinar-text {
    align-self: center;
    padding: 20px;
}

#postloopcontainer .single-webinar-text h2 {
    font-size: 2em;
}

.single-webinar-text {
    align-self: center;
    padding: 0 30px;
}

/* #postloopcontainer .webinar-text p {
    margin-bottom: 0;
} */

.host-air-date {
    margin-bottom: 20px;
}

.host-air-date h4 {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    margin-bottom: 5px;
}

#postloopcontainer .single-webinar-category {
    position: absolute;
    right: 0;
    bottom: 0;
}

.single-webinar-category p {
    margin-right: 10px;
    background: #fccec0;
    padding: 3px 7px;
    border-radius: 30px;
    color: #f15922;
    display: inline-block;
    font-size: 10px;
}

@media (max-width: 1412px) {
    #postloopcontainer .single-webinar-text h2 {
        font-size: 1.5em;
    }
}

.m .confirmation-page-date-time {
    height: 145px;
}

input.formkit-input {
    display: block;
    width: 100%;
    height: 40px;
    font-family: 'Maison Neue Mono Regular';
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding: 8px 8px 8px 15px;
    text-transform: uppercase;
    letter-spacing: .01em;
    border-radius: 19px !important;
}

.sacct-form-create-popup {
    text-align: center;
}

input.formkit-input {
    display: block;
    width: 100%;
    height: 40px;
    font-family: 'Maison Neue Mono Regular';
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding: 8px 8px 8px 15px;
    text-transform: uppercase;
    letter-spacing: .01em;
    border-radius: 19px;
}

button.formkit-submit.formkit-submit {
    display: block;
    width: 100%;
    height: 40px;
    background-color: rgba(219, 255, 191, 1) !important;
    color: rgba(39, 39, 39, 1) !important;
    font-family: 'Maison Neue Mono Regular' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center !important;
    box-sizing: border-box;
    padding: inherit;
    -webkit-border-radius: 19px;
    -moz-border-radius: 19px;
    border-radius: 19px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 19px !important;
    border: 1px solid rgba(39, 39, 39, 1) !important;
}

#countdown {
    align-items: center;
    color: rgba(39, 39, 39, 1);
    display: flex;
    font-family: 'Maison Neue Mono Regular';
    font-size: 20px;
    justify-content: center;
    margin-bottom: 20px;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.formkit-form[data-uid="af2a60d54b"] .formkit-button>span,
.formkit-form[data-uid="af2a60d54b"] .formkit-submit>span {
    padding: 4px 24px !important;
}

@media (max-width: 767px) {
    .showit-webinar-info h3 {
        margin-left: 10px;
    }

    .showit-webinar-info {
        width: 100%;
    }

    .showit-webinar-info>div {
        grid-gap: 0;
        grid-template-columns: 100%;
        padding: 0 20px;
        width: 100%;
    }

    #postloopcontainer .showit-webinar-info h1 {
        width: 100%;
        font-size: 30px;
        padding: 0 10px 10px;
    }

    .host-sign-up {
        margin-top: 0;
        grid-row: 1;
    }

    .sign-up-details {
        margin: 0;
        padding: 20px;
        margin-bottom: 30px;
    }

    .sign-up-details:before {
        width: 500px;
        left: -300px;
        top: 130px;
        transform: rotate(90deg);
    }

    .webinar-date-time {
        display: block;
    }

    #postloopcontainer .webinar-date-time h2 {
        font-size: 24px;
    }

    .webinar-date-time-details {
        text-align: left;
    }

    .webinar-date-time-details {
        text-align: left;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 10px;
    }

    .webinar-time {
        text-align: right;
    }

    .webinar-date-time-text:before {
        height: 60%;
        bottom: 0;
        top: auto;
    }

    #countdown {
        align-items: baseline;
    }

    .formkit-form[data-uid="af2a60d54b"][min-width~="700"] [data-style="clean"],
    .formkit-form[data-uid="af2a60d54b"][min-width~="800"] [data-style="clean"] {
        padding: 0;
    }

    #postloopcontainer .webinar-text .main-points-header {
        padding-right: 10px;
    }

    #postloopcontainer .webinar-text p {
        margin-bottom: 20px;
    }

    .webinar-host-info {
        padding: 0 20px;
    }

    .about-host {
        width: 100%;
        grid-template-columns: 1fr;
    }

    #postloopcontainer .host-image-title h2 {
        display: block;
        margin-top: 20px;
        margin-bottom: 0;
    }

    /* webinar replay */

    .showit-webinar-replay {
        width: 100%;
        padding: 25px 0;
    }

    #postloopcontainer .showit-webinar-replay h1 {
        width: 100%;
        padding: 20px;
        font-size: 30px;
    }

    .replay-details {
        width: 230px;
        text-align: left;
    }

    #postloopcontainer #replay-main-btn {
        width: 90%;
        font-size: 13px;
    }

    .replay-youtube-vid {
        width: 266px;
        height: 160px;
        margin: 30px auto 0;
    }

    .replay-youtube-vid iframe {
        height: auto;
    }

    .replay-youtube-vid:before {
        top: -30px;
        left: -10px;
    }

    .replay-webinar-info {
        padding-top: 30px;
        grid-template-columns: 1fr;
        padding: 50px 20px;
    }

    .replay-webinar-info div:first-child {
        padding-right: 0;
    }

    #postloopcontainer .replay-webinar-info h2 {
        padding-bottom: 0;
        font-size: 25px;
    }

    .webinar-confirmation-page {
        width: 100%;
        padding: 50px 0;
    }

    .confirmation-top-section h2:first-child {
        font-size: 24px;
        margin-bottom: 0;
    }

    .confirmation-gif {
        margin: 30px;
    }

    .confirmation-gif iframe {
        height: auto;
    }

    #postloopcontainer .confirmation-top-section h3 {
        font-size: 14px;
        text-align: center;
        width: 100%;
        margin: 0;
    }

    .confirmation-page-webinar-details {
        width: 95%;
        padding: 0;
        margin: 20px auto;
    }

    .confirmation-page-webinar-title {
        display: block;
        padding: 20px;
    }

    #postloopcontainer .confirmation-page-webinar-title h1 {
        font-size: 20px;
    }

    .confirmation-page-date-time {
        padding: 0;
        display: block;
    }

    .confirmation-page-date {
        padding: 20px 20px;
        border-top: 2px solid rgba(236, 238, 240, 1);
        border-bottom: 2px solid rgba(236, 238, 240, 1);
    }

    .confirmation-page-time {
        margin: 20px 0 0;
        width: 100%;
        padding: 0 20px 20px;
        border-bottom: 2px solid rgba(236, 238, 240, 1);
    }

    #postloopcontainer .webinar-add-to-calendar p a {
        display: inline-block !important;
        padding: 20px;
    }

    #postloopcontainer .webinar-add-to-calendar p a:nth-child(-n+3) {
        margin-bottom: 10px;
    }

    #postloopcontainer .webinar-add-to-calendar p a img {
        width: 40px !important;
    }

    .confirmation-page-webinar-details:before,
    .confirmation-page-webinar-details:after,
    .confirmation-page-date:before {
        display: none;
    }

    .webinar-confirmation-page-text {
        width: 100%;
        padding: 40px 20px 0px;
    }

    #webinar-confirmation-page-share-buttons a {
        margin-bottom: 20px;
    }

    /* Webinars list page */

    #webinar-button-container {
        margin-bottom: 40px;
    }

    #all-showit-webinars {
        display: block;
    }

    #all-showit-webinars a {
        margin-bottom: 30px;
    }

    .showit-single-webinar {
        margin: 0 20px;
    }

    .single-webinar-text {
        padding-top: 20px;
    }

    .showit-single-webinar img {
        border-bottom-left-radius: 0;
        border-top-right-radius: 20px;
        max-height: 300px;
    }

    #postloopcontainer .single-webinar-category {
        position: relative;
        margin: 10px 30px 20px;
    }

}

/* Form and Modal Styles */
.modal-hide {
    display: none;
}

#webinar-modal-overlay {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1000000;
}

#webinar-modal-overlay section {
    position: fixed;
    z-index: 2;
    width: 90%;
    right: 0;
    left: 0;
    top: 20px;
    bottom: 0;
    margin: auto;
    max-height: 324px;
    max-width: 615px;
    background: rgba(244, 244, 245, 1);
    border-radius: 42px;
}

#webinar-modal-close {
    position: absolute;
    right: 14px;
    top: 16px;
    padding: 10px;
    width: 32px;
    height: 32px;
}

#webinar-modal-close svg {
    bottom: 0;
    cursor: pointer;
    fill: rgba(39, 39, 39, 1);
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
}

#webinar-modal-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

#webinar-modal-wrapper h3 {
    font-size: 43px;
    text-align: center;
    font-family: 'Atyp BL Display Medium';
    font-weight: 400;
    font-style: normal;
}

#free-text {
    margin-bottom: 30px;
}

#webinar-modal-wrapper p {
    color: rgba(39, 39, 39, 1);
    text-transform: uppercase;
    line-height: 1.4;
    letter-spacing: 0em;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

.sacct-form-create-popup {
    text-align: center;
    width: 333px;
    margin: auto;
}

.sacct-form-create-popup .sacct-input-text-popup {
    display: block;
    width: 100%;
    height: 40px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    padding: 8px;
}

.sacct-form-create-popup .sacct-input-submit-popup {
    display: block;
    width: 100%;
    height: 40px;
    background-color: #2e97c2;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    text-align: center;
    box-sizing: border-box;
    border: 0;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}