@media (min-width: 1200px) {
    .container {
        max-width: 1600px;
    }
}

html {
    scroll-margin-top: 20px;
}

body {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.3px;
    color: #183266;
    background-color: #fff;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

header {
    font-family: 'HelveticaNeue', sans-serif;
}

footer {
    font-family: 'HelveticaNeue', sans-serif;
}

h1 {
    font-family: 'Didonesque Stencil', serif;
    color: #183266;
    font-size: 60px;
    font-weight: 900;
    font-style: italic;
    margin-bottom: 25px;
}

h3 {
    font-family: 'HelveticaNeue', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0.6px;
}

h4 {
    font-family: 'HelveticaNeue', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0.6px;
}
h5 {
    /* color: olive; */
    font-family: 'Helvetica-Bold', sans-serif;
    font-size: 2.25rem;
    line-height: 2.25rem;
    margin-bottom: 0.625rem;
}

@media (min-width: 1200px) {
    .apply-to-speak-form .container {
        max-width: 1300px;
    }
}

.container {
    padding-right: 20px;
    padding-left: 20px;
}

.p-section {
    padding-bottom: 140px;
    padding-top: 140px;
}

.p-section-general {
    padding-bottom: 98px;
    padding-top: 98px;
}

.horizontal-bar {
    height: 5px;
    width: 73px;
    background: linear-gradient(90deg, #B590FF, #4EBFCE);
    margin: 12px 0;
}

.footer h4 {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
}

.footer .section-contact a,
.footer .section-venue   a {
    text-decoration-line: underline;
    color: #36F5E4;
}
.footer .section-social a {
    text-decoration: none;
    margin-right: 8px;
}
.footer .section-legal a {
    color: #36F5E4;
    text-decoration: underline;
}
.footer p {
    color: #fff;
    margin-bottom: 0;
}
.footer-container {
    display: flex;
    justify-content: space-between;
}
.footer-container .left{
    max-width: 50%;
    display: flex;
    align-items: center;
    padding-right: 15px;
}
.footer-image-container {
    width: 75px;
    margin-right: 29px;
}
.footer-text-container p {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #FFFFFF;
}
.footer-text-container p span{
    font-weight: 700;
    display: block;
}
.footer-container .right{
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.footer-button-container {
    padding: 0 15px;
    text-align: center;
}
.footer-button-container p {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
}
.footer .btn.violet:hover {
    color: #fff;
}

.footer hr {
    margin: 50px 0;
    border-top: 1px solid #fff;
}

.footer-email {
    padding-left: 10px;
}


@media(max-width: 1200px) {
    .footer [class^="col-"]:not(:last-child) {
        margin-bottom: 30px;
    }

    .footer-container {
        flex-direction: column;
    }
    .footer-container .left {
        max-width: 100%;
        flex-direction: column;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .footer-container .right {
        max-width: 100%;
        flex-direction: column;
        padding-left: 0;
    }
    .footer-button-container:first-child {
        margin-bottom: 30px;
    }
    .footer h4 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 8px;
    }
    .footer-text-container p,
    .footer-button-container p {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-image-container {
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* TERMS OF SERVICE */
.tos h1 {
    font-size: 60px;
    text-align: center;
}
.horizontal-bar {
    margin-bottom: 30px;
    margin-top: 30px;
}

/* VIRTUAL RECAP */
.virtual-recap-header h1{
    text-align: center;
}
.post-container {
    width: 100%;
    box-shadow: 0 0 8px 0px #00000036;
}
.post-image {
    display: block;
    width: 100%;
    height: auto;
}
.post-image img {
    width: 100%;
    height: auto;
}
.post-body {
    padding: 30px;
    margin-bottom: 30px;
}
.post-date {
    font-size: 16px;
    font-style: italic;
}
.post-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
.post-excerpt {
    margin-bottom: 30px;
}
.read-more {
    font-weight: 500;
    font-size: 16px;
}
.grecaptcha-badge {
    display: none !important;
}
@media(max-width:991px) {
    .virtual-recap-header h1, .video-library-header h1 {
        font-size: 34px!important;
    }
}

/*------------------------------------*\
    PAGE APPLY TO SPEAK
\*------------------------------------*/
.apply-to-speak-form {
    padding-top: 200px;
    background: #fff;
    color: #000;
    overflow: hidden;
}

.fixed-bottom {
    z-index: 999;
}