:root {
    --blue: #3332ff;
    --black: #000000;
    --dark: #010101;
    --gray: #353535;
    --white: #ffffff;
    --violet: #a346ff;
    --violet-gradient: linear-gradient( 180deg, rgba(51, 50, 255, 0.45) 0%, rgba(100, 29, 145, 0.45) 189.18% );
}

body {
    background-color: #fff!important;
    overflow-x: hidden;
}

header {
    font-family: 'HelveticaNeue', sans-serif;
}

footer {
    font-family: 'HelveticaNeue', sans-serif;
}

button:hover,
.button:hover {
  color: #fff !important;
}

.button {
    background: var(--blue);
    border-color: var(--blue);
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    border-radius: 6px;
    height: 2rem;
    padding: 0 1.5625rem;
    color: #fff;
    cursor: pointer;
    letter-spacing: .0625rem;
    text-decoration: none !important;
    line-height: normal;
}

h1 {
    font-family: 'HelveticaNeue', sans-serif;
}
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;
}
p, a {
    font-family: 'HelveticaNeue', sans-serif;
    margin-bottom: 0 !important;
}

@media (min-width: 1200px) {
    .apply-to-speak-form .container {
        max-width: 1300px;
    }
}

.p-section {
    padding-bottom: 40px;
    padding-top: 40px;
}

.p-section-general {
    padding-bottom: 98px;
    padding-top: 98px;
}

.horizontal-bar {
    width: 120px;
    height: 6px;
    background: linear-gradient(to left, #36F5E4, #0E73E8 );
    margin: 24px 0;
}

.footer {
    padding: 10px 0!important;
}
.footer h4 {
    font-weight: bold;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.6px;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
    font-family: 'FormaDJRBanner', sans-serif;
}
.footer span, .footer a {
    font-size: 14px;
}
.footer .section-contact a,
.footer .section-venue   a {
    color: #ffffff;
}
.footer .section-social a {
    text-decoration: none;
    margin-right: 8px;
}
.footer .section-legal a {
    color: #ffffff;
}
.footer span {
    color: #fff;
}
.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: 991px) {
    .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 */

.page-terms-of-service h3 {
    color: #016E80;
}
.page-terms-of-service hr {
    border-top: 1px solid #153ECD!important;
    width: 196px!important;
    margin-left: 0!important;

}

/*------------------------------------*\
    PAGE APPLY TO SPEAK
\*------------------------------------*/
.apply-to-speak-form {
    padding-top: 200px;
    background: #fff;
    color: #000;
    overflow: hidden;
}
.apply-to-speak-header {
    margin-bottom: 100px;
}
.apply-to-speak-header h5 {
    color: #3332ff;
}