@charset "UTF-8";

/************************************** FONTS */

@font-face {
    font-family: 'gt_haptik_zsregular';
    src: url('../fonts/gt-haptik-zs-regular-webfont.woff2') format('woff2'),
         url('../fonts/gt-haptik-zs-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_haptik_zsmedium';
    src: url('../fonts/gt-haptik-zs-medium-webfont.woff2') format('woff2'),
         url('../fonts/gt-haptik-zs-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gt_haptik_zsbold';
    src: url('../fonts/gt-haptik-zs-bold-webfont.woff2') format('woff2'),
         url('../fonts/gt-haptik-zs-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/************************************** BODY */

html, body {
    scroll-behavior: smooth;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'gilroy-regular';
}

body {
    display: flex;
    flex-direction: column;
}

a {
    color: #5274ff;
    cursor: pointer;
}

.bold {
    font-family: 'gt_haptik_zsbold', sans-serif;
}

.italic {
    font-style: italic !important;
}

/************************************** GENERAL */

.zscalar-button {
    background-color: #236BF5;
    border: initial;
    padding: 10px 30px;
    border-radius: 23px;
    color: #fff;
    font-family: 'gt_haptik_zsmedium', sans-serif !important;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

#copyright {
    width: 100%;
    font-size: 11px;
    background-color: #323232;
    padding: 20px;
    color: #848484;
    text-align: center;
}

.zscalar-link {
    color: #236BF5;
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.zscalar-link:hover {
    color: #012673 !important;
}

/************************************** NAV */

.nav-items li {
    margin-left: 15px;
    font-family: 'gt_haptik_zsbold', sans-serif;
    font-size: 16px;
}

.drop-down {
    position: absolute;
    top: 20px;
    right: 32px;
    z-index: 10;
}

.drop-down ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    list-style-type: none;
    background-color: rgba(255, 255, 255, .85);
    border: 3px solid #5274ff;
    padding-inline-start: 0px;
    padding: 20px;
    z-index: 10;
}

.drop-down ul a {
    margin-left: 0px !important;
    line-height: 1.0em;
}

.nav {
    width: 100%;
    display: flex;
    height: 110px;
    align-items: center;
    max-width: 1800px;
    margin-right: auto;
    margin-left: auto;
}

.nav-linka {
    color: #5274ff;
}

.logo {
    width: 30%;
    margin-top: auto;
    margin-bottom: auto;
}

.logo img {
    width: 55%;
    margin-top: 6px;
}

.nav-content {
    margin: auto;
    width: 80%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
}

ul.nav-items {
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    align-items: center;
    position: relative;
    margin-bottom: 0;
}

ul.nav-items a {
    text-decoration: none;
    color: #323232;
    margin-left: 10px;
    font-family: 'gt_haptik_zsbold', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

ul.nav-items a:hover {
    text-decoration: none;
    color: #000000 !important;
}

#nav-register-button-container {
    background-color: #236BF5;
    border: initial;
    padding: 10px 30px;
    border-radius: 23px;
    color: #fff;
    font-family: 'gt_haptik_zsmedium', sans-serif !important;
    font-size: 16px;
    margin-left: 35px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

#nav-register-button-container:hover, .zscalar-button:hover {
    background-color: #1e58d0 !important;
}

#nav-register-button-container a, #home-banner .zscalar-button a {
    margin-left: 0;
    color: #fff !important;
    font-family: 'gt_haptik_zsmedium', sans-serif;
}

#home-banner .zscalar-button a:hover {
    text-decoration: none !important;
}

.mobile-menu {
    text-transform: uppercase;
    text-decoration: none;
    color: #1C1C1C;
    margin-left: 30px;
    font-family: 'din';
    font-size: 24px;
    display: none;
}

.mobile-dropdown {
    display: none;
}

.banner {
    width: 100%;
    background: url(../images/short-banner.jpg) no-repeat;
    background-size: cover !important;
    height: 300px;
    display: flex;
    align-items: center;
    position: relative;
    text-align: center;
}

/*
.bottom-banner {
    width: 100%;
    background-color: #F2F2F2;
    height: 200px;
    display: flex;
    position: relative;
    flex-direction: column;
    position: relative;
}

.home-carousel {
    width: 100%;
    background: url("../images/Website/ceosummit2021/carousel-bg@2x.jpg") no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    position: relative;
    padding-top: 30px;
    padding-bottom: 20px;
}

.home-carousel-container {
    width: 70%;
    margin: auto;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
}

.home-carousel h2 {
    margin-left: 6%;
}

*/

.home h2 {
    color: #032d42;
}

h1 {
    color: #323232 !important;
    font-size: 160px !important;
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    line-height: 0em;
}

h2 {
    color: #032d42;
    font-size: 35px !important;
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    line-height: 1.2em;
    margin: 0px;
    margin-bottom: 15px;
    margin-top: 10px !important;
}

h3 {
    font-size: 18px !important;
    font-family: 'gt_haptik_zsregular', sans-serif !important;
    color: #236BF5 !important;
    margin: 0px !important;
    letter-spacing: 4px;
}

h4 {
    font-size: 25px !important;
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    margin: 0px !important;
}

h5 {
    font-size: 22px !important;
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    margin-bottom: 0 !important;
}

.thin-h5 {
    font-family: 'gt_haptik_zsregular', sans-serif !important;
}

p {
    font-family: 'gt_haptik_zsregular', sans-serif;
    font-size: 18px;
}

a:hover {
    color: #00CBD5 !important;
}

.white-text {
    color: #ffffff;
}

.subtitle {
    color: #424243;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'din';
    line-height: 1.0em;
    margin: 0px;
    margin-bottom: 15px;
}

.subtitle-st {
    color: #424243;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'din';
    line-height: 1.0em;
    margin: 0px;
    margin-bottom: 0px;
}


p {
    margin: 0px;
}

.body-text {
    margin: 0px;
    font-size: 16px;
    color: #424243;
    line-height: 1.4em;
    margin-top: 25px;
}

.body-text-welcome {
    margin: 0px;
    font-size: 18px;
    color: #424243;
    line-height: 1.4em;
    margin-top: 25px;
}

.body-text-welcome2 {
    margin: 0px;
    font-size: 18px;
    color: #424243;
    line-height: 1.4em;
    margin-top: 15px;
}

.home-title {
    margin: auto;
    text-transform: uppercase;
    line-height: 1.0em;
    font-size: 100px;
}

.title {
    line-height: 1.0em;
    font-size: 60px !important;
    color: #ffffff !important;
}

.banner-msg {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 1400px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.reg-button {
    display: flex;
    background-color: #5274ff;
    align-items: center;
    justify-content: center;
    font-family: 'din';
    font-size: 22px;
    text-align: center;
    width: 125px;
    height: 40px;
    color: #fff !important;
    padding-top: 8px;
    text-decoration: none;
    letter-spacing: .5px;
    margin-top: -5px;
}

.reg-button-update {
    display: flex;
    background-color: #5274ff;
    align-items: center;
    justify-content: center;
    font-family: 'din';
    font-size: 22px;
    text-align: center;
    width: 165px;
    height: 40px;
    color: #fff !important;
    padding-top: 8px;
    text-decoration: none;
    letter-spacing: .5px;
    margin-top: -5px;
}

.reg-button:hover {
    display: flex;
    background-color: #435fcf;
    align-items: center;
    justify-content: center;
    font-family: 'din';
    text-align: center;
    width: 125px;
    height: 40px;
    color: #fff;
    padding-top: 8px;
    text-decoration: none;
}

.datespace {
    margin: 0 1px;
}

.teal {
    color: #00CBD5;
}

.green {
    color: #62D74D;
}

/************************************** Base Page */

#base-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2368f5;
    position: relative;
}

#base-page h1 {
    font-size: 80px !important;
    margin-top: -20px;
    color: #ffffff !important;
}

#base-dots-left, #base-dots-right {
    position: absolute;
    bottom: 0;
    width: 60%;
    opacity: .1;
}

#base-dots-left {
    left: 0;
}

#base-dots-right {
    right: 0;
}

/************************************** Login */

#auth-page {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F4F4;
    position: relative;
}

#login-form-container {
    background-color: #fff;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    margin-bottom: 120px;
}

#login-banner {
    width: 100%;
}

#log-in-form-content {
    padding: 5% 0;
    width: 536px;
    margin-right: auto;
    margin-left: auto;
}

#login-email-field input {
    background-color: #ffffff;
    border-radius: 5px !important;
    border: 1px solid #D6D6D6;
    text-indent: 10px;
    font-weight: 400;
    height: 35px;
    font-size: 12px;
    width: 100%;
    margin: auto;
    font-family: 'gt_haptik_zsregular', sans-serif !important;
}

#login-email-field input::placeholder {
    color: #848484;
}

#login-form-container-contents h2 {
    font-size: 34px !important;
    text-align: center;
    line-height: 45px;
    margin-bottom: 20px !important;
}

#login-form-container-contents p {
    text-align: center;
}

#login-form-container label {
    font-family: 'gt_haptik_zsmedium', sans-serif;
    font-size: 16px;
}

.line-break {
    display: block;
}

.log-in-form .zscalar-button {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
    margin-top: 35px;
}

#login-email-field {
    margin-top: 30px;
}

.auth-copyright {
    position: fixed;
    bottom: 0;
    left: 0;
}

.error-login-message {
    background-color: #f0f0f0;
    color: #000;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 25px;
    margin-top: 35px;
    padding: 45px 30px 35px 30px;
    font-family: sans-serif;
    line-height: 18px;
    text-align: center;
    position: relative;
}

.error-login-message p {
    font-size: 14px;
    margin-bottom: 0;
}

.error-login-exclamation {
    color: #fff;
    position: absolute;
    top: -17px;
    background-color: #CD4035;
    width: 15px;
    height: 15px;
    font-size: 25px;
    font-weight: 800;
    font-family: sans-serif;
    border-radius: 50%;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
}

.top-login-para {
    margin-bottom: 5px !important;
}

/************************************** Home */

#home-banner h1 {
    font-size: 40px !important;
    line-height: 52px;
    color: #ffffff !important;
    margin-bottom: 20px
}

#home-banner-date {
    color: #fff;
}

#home-banner .zscalar-button {
    width: fit-content;
    background-color: #236BF5;
    color: #fff;
    margin-top: 50px;
}

#home-banner {
    width: 100%;
    background: url(../images/home-banner.jpg) no-repeat;
    background-size: cover;
    height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#home-banner .container {
    display: flex;
    align-items: center;
}

#homepage-container {
    text-align: center;
}

#homepage-container h2 {
    margin-top: 30px !important;
    margin-bottom: 30px;
}

#intro-content {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
}

#intro-content p {
    font-size: 20px;
}

#homepage-contact-info, #event-contact-info {
    padding: 4.3% 5% 6% 5%;
    margin-top: 50px;
    background-image: url(../images/timer-bg-2.png);
    background-size: cover;
    color: #fff;
    border-radius: 15px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
/*    background: transparent linear-gradient(138deg, #DC6B65 0%, #AD6FDD 100%) 0% 0% no-repeat padding-box;*/
    background-position: bottom;
}

#homepage-contact-info .col-lg-6 div, #event-contact-info .col-lg-6 div {
    text-align: left;
    border-left: 2px solid #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
}

#homepage-contact-info h4, #event-contact-info h4 {
    margin-bottom: 35px !important;
}

#homepage-contact-info h5, , #event-contact-info h5 {
    margin-bottom: 10px !important;
}

/************************************** Countdown Clock */

#countdown-container {
    position: relative;
    z-index: 2;
    width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 35px;
}

#countdown-container .row {
    display: flex;
    align-items: center;
}

.countdown-text {
    font-size: 40px;
    font-family: 'gilroy-bold';
    color: #ffffff;
    line-height: 30px;
    margin-top: 3%;
}

.countdown-date {
    font-size: 22px;
    font-family: 'gilroy-bold';
    text-transform: capitalize;
}

#demo {
    font-size: 50px;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
}

#demo-div {
    display: flex;
    justify-content: space-around;
    font-weight: bold;
}

#demo-div p {
    display: flex;
    justify-content: space-around;
    font-size: 45px;
    font-family: 'gt_haptik_zsbold', sans-serif;
    color: #ffffff;
}

.label {
    font-size: 18px !important;
    font-family: 'gt_haptik_zsregular', sans-serif !important;
    display: flex;
    justify-content: space-around;
    color: #ffffff !important;
    margin-top: -20px;
    margin-top: -15px;
}

ul li, ol li {
    font-family: 'gt_haptik_zsregular', sans-serif;
    font-size: 18px;
}

.list-padding {
    margin-top: 15px;
}

.modal button {
    float: right;
}

.adjust-modal {
    width: 55% !important;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    color: #323232 !important;
    margin: 10px auto 15px auto !important;
}

.modal-header {
    border-bottom: 0 !important;
}

.speaker-bio-title .modal-title {
    font-size: 35px !important;
}

.speaker-bio-title h5 {
    margin-top: -10px;
    font-size: 18px !important;
    font-family: 'gt_haptik_zsregular', sans-serif !important;
    font-weight: 400 !important;
    opacity: .7;
}

.speaker-modal p, .session-modal p {
    margin-bottom: 1.5%;
}

.speaker-bio-title {
    padding: 4% 5% 5% 5%;
    border-bottom: 2px solid linear-gradient(90deg, #00CBD5 0%, #62D74D 100%);
    border-image: linear-gradient(#00CBD5, #62D74D) 30;
    border-width: 4px;
    border-style: solid;
    text-align: center;
    margin-bottom: 4%;
    margin-top: -4%;
}

.session-modal .speaker-bio-title {
    padding: 4% 5% 2% 5%;
}

.session-title-hover-enable {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.session-title-hover-enable:hover {
    color: #323232;
}

.session-arrow {
    background-image: url(../images/bottom-left-corner.png);
    background-size: contain;
    height: 15px;
    width: 15px;
    display: inline-block;
    transform: rotate(225deg);
    margin-right: 10px;
}

.panelists-moderators-speakers-section {
    margin-top: 4%;
}

.moderators-modal-section, .panelists-modal-section {
    margin-top: 30px;
}

.moderators-modal-section h3 {
    color: 2dbfcc;
    border-bottom: 2px solid #2dbfcc;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    font-size: 20px !important;
}

.panelists-modal-section h3 {
    color: #84c661;
    border-bottom: 2px solid #84c661;
    padding-bottom: 5px;
    margin-bottom: 5px !important;
    font-size: 20px !important;
}

.modal-body {
    padding: 50px !important;
}

div#logout-line {
    background-color: #323232;
    padding: 5px;
}

div#logout-line-content {
    width: 80%;
    text-align: right;
    max-width: 1400px;
    margin-right: auto;
    margin-left: auto;
}

#logout-line-content li {
    color: #fff;
    text-decoration: none;
    list-style-type: none;
    font-weight: 400;
}

#nav-register-button {
    background-color: #62D74D !important;
    color: #323232 !important;
    padding: 5px 45px;
    margin-left: 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#nav-register-button:hover {
    background-color: #323232 !important;
    color: #62D74D !important;
}

#nav-register-button li {
    margin-left: 0;
}

.footer-nav {
    padding-left: 0;
    margin-top: -35px;
}

.footer-line {
    text-align: center;
    background-color: #00131d;
    padding: 10px 0 5px 0;
}

.footer-contact-us a {
    color: #fff;
    text-decoration: underline;
    cursor: pointer;
}

.footer-contact-us a:hover, .footer a:hover, #event-info-subnav li:hover {
    color: #D6D6D6 !important;
}

.footer-contact-us a:hover {
    text-decoration: underline;
}

.footer a:hover {
    text-decoration: none;
}

.footer-contact-us h3 {
    font-size: 17px !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
    color: #ffffff !important;
    letter-spacing: 0;
    font-family: 'gt_haptik_zsbold', sans-serif !important;
}

.footer-contact-us h4 {
    font-size: 14px !important;
}

.footer p {
    margin-bottom: 0;
    font-size: 14px;
}

.text-link {
    color: #323232;
    font-weight: 800;
    font-family: 'gt_haptik_zsregular', sans-serif;
    cursor: pointer;
    border-bottom: 1.5px solid #323232;
    padding-bottom: 1px;
}

.text-link-hotel {
    font-family: 'gt_haptik_zsregular', sans-serif;
}

.text-link:hover {
    text-decoration: none;
}

.speaker-bio-title .session-modal-title {
    line-height: 35px !important;
    width: 95%;
    font-size: 28px !important;
}

.panelists-modal-text {
    font-size: 14px;
    color: #333333;
}

.panelists-modal-bottom, .panelists-modal-text-bottom {
    margin-top: -10px;
}

#all-sessions-callout p {
    background-color: #00CBD5;
    padding: 2%;
    text-align: center;
    color: #323232;
    margin-bottom: 3%;
    font-family: 'gt_haptik_zsbold', sans-serif;
}

/* GRADIENT COUNTDOWN CLOCK */
#countdown-container-gradient .navy-bg {
    background: transparent linear-gradient(90deg, #00CBD5 0%, #62D74D 100%) 0% 0% no-repeat padding-box;
}

#countdown-container-gradient .countdown-date {
    color: #323232;
}

#ct-div-1, #ct-div-2, #ct-div-3, #ct-div-4 {
    display: none;
}

.lowercase {
    text-transform: lowercase;
}

.temp-hide {
    display: none !important;
}

.footer ul li {
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    font-size: 14px;
}

.footer-nav a {
    color: #fff;
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    font-size: 14px;
}

.mobile-hide, .temperature-hide {
    display: block !important;
}

.mobile-show, .temperature-show {
    display: none !important;
}

.mobile-menu img {
    width: 60%;
    margin-right: 0;
    margin-left: auto;
    margin-top: -15px;
}

/* Hamburger Icon */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 40px;
    height: 25px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: -5px;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: #323232;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 15px;
}

#nav-icon1 span:nth-child(3) {
    top: 30px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#nav-icon4 span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4 span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

#nav-icon4.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 25px;
    left: 8px;
}

/************************************** AGENDA PAGE */

.agenda-title, .speaker-title {
    color: #323232;
    margin: 20px 0 !important;
}

.agenda-title:first-of-type, .speaker-title:first-of-type {
    margin-top: 0 !important;
}

span.agenda-subtitle {
    font-size: 16px;
    font-family: 'gt_haptik_zsregular', sans-serif;
    margin-left: 10px;
    color: #ffffff;
}

.agenda-content {
    background-color: #F7F7F7;
    padding: 25px 0;
    border-left: 2px solid #848484;
}

.agenda-section {
    position: relative;
    padding: 0 35px;
}

.agenda-section h5 {
    margin-bottom: 5px !important;
    font-size: 16px !important;
    font-family: 'gt_haptik_zsmedium', sans-serif !important;
    color: #848484;
}

.agenda-section-margin-bottom {
    margin-bottom: 20px; 
}

.agenda-dot {
    width: 15px;
    height: 15px;
    background-color: #848484;
    border-radius: 50%;
    position: absolute;
    left: -8px;
    z-index: 3;
    top: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.agenda-container, #speakers-session-leads-container, #participants-container {
    margin-bottom: 50px;
}

.agenda-container-remove-bottom-margin {
    margin-bottom: 0;
}

#agenda-disclaimer {
    margin-top: -20px;
    font-size: 14px;
}

.agenda-container p {
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'gt_haptik_zsregular', sans-serif;
    color: #848484;
    font-size: 20px;
    line-height: 22px;
}

.agenda-session-title {
    font-family: 'gt_haptik_zsregular', sans-serif !important;
    color: #DC6B65 !important;
    margin: 10px 0 !important;
}

.agenda-session-title-general {
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    color: #DC6B65 !important;
}

.agenda-subsection {
    border-left: 2px solid #DC6B65;
    padding-left: 15px; 
    margin-top: 15px !important;
}

.agenda-speaker {
    margin-left: 15px;
    margin-top: 3px;
}

.agenda-speaker li {
    font-size: 16px;
    color: #323232;
    font-family: 'gt_haptik_zsregular', sans-serif;
}

.agenda-speaker li span {
    font-family: 'gt_haptik_zsbold', sans-serif;
    /*
        border-bottom: 1px solid #323232;
        padding-bottom: 2px;
    */
    font-size: 16px;
}

.agenda-speaker li span:hover {
    cursor: pointer;
    border-bottom: 1.5px solid #323232;
}

.agenda-speaker li .italic {
    font-family: 'gt_haptik_zsregular', sans-serif !important;
}

.agenda-section-nested-list {
    margin-left: -15px;
}

.list-style-type-disc {
    list-style-type: disc;
}

.spacing {
    font-family: 'gt_haptik_zsregular', sans-serif !important;
    margin-left: 7px;
    margin-right: 7px;
}

.agenda-section-block p {
    font-family: 'gt_haptik_zsbold', sans-serif;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 20px;
    line-height: 22px;
}

.agenda-section-block {
    margin-bottom: 20px;
}

.remove-bullet {
    list-style-type: none;
    margin-left: -30px;
}

.agenda-breakline {
    height: 1px;
    background-color: #d8d8d8;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pipe-spacing {
    margin-left: 5px; 
    margin-right: 5px; 
}

/* SPEAKER PAGE */

.speaker-top-corner {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 15%;
}

.speaker-bottom-corner {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 15%;
}

#filter-description {
    margin-bottom: 15px !important;
    color: #323232;
    font-family: 'gt_haptik_zsregular', sans-serif !important;
    font-size: 16px !important;
}

.participant-details div img {
    margin-top: -30px;
}

.no-padding-margin {
    margin: 0 !important;
    padding: 0 !important;
}
.speaker-img-section .img-overlay {
    position: relative;
    width: 100%;
}

.speaker-img-section .img-overlay-image {
    display: block;
    width: 100%;
    height: auto;
}

.speaker-img-section .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #323232e0;
}

.text h2 {
    font-size: 30px !important;
}

.speaker-img-section .img-overlay:hover .overlay {
    opacity: 1;
}

.speaker-img-section .text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    width: 85%;
}

/* EVENT INFO PAGE */

#event-info-container h3, #speaker-container h3, #agenda-container h3 {
    border-bottom: 1px solid #848484;
    padding-bottom: 15px;
    margin-bottom: 30px !important;
}

#event-info-container h3 {
    display: inline-block;
    width: 93.5%;
}

#event-info-container h5 {
    color: #DC6B65;
}

#event-info-subnav {
    background-color: #323232;
    text-align: center;
    padding: 15px;
    width: 100%;
    z-index: 20;
    transition: .5s ease;
}

#event-info-subnav li {
    display: inline-block;
    color: #fff;
    margin: 0 10px;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}

.subnav-fixed {
    position: sticky;
    top: 0;
    width: 100%;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
}

#meeting-address {
    margin: 25px 0;
}

#meeting-address p {
    margin-bottom: 0;
    color: #848484;
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    font-size: 22px;
}

#meeting-room {
    margin-top: 10px;
    color: #DC6B65 !important;
}

#event-info-container .row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.side-image {
    width: 75%;
    border-radius: 15px;
    margin-right: 0;
    margin-left: auto;
    display: block;
}

.event-info-speakers {
    width: 32.3%;
    display: inline-block;
    vertical-align: top;
    margin-right: 1%;
}

.event-info-speakers img {
    width: 100%;
}

.event-info-speakers  figcaption {
    height: 140px;
    background-color: #F2F2F2;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px;
}

.event-info-speakers  figcaption p {
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    color: #DC6B65;
}

.event-info-speakers  figcaption span {
    display: block;
    font-family: 'gt_haptik_zsregular', sans-serif;
    font-size: 18px;
    margin-top: 10px;
    color: #000000;
}

#event-info-speakers-col {
    display: flex;
    justify-content: space-around;
}

.event-info-subsection {
    margin-top: 35px;
}

.event-info-subsection-extra-spacing {
    margin-top: 50px;
}

.event-info-subsection-first {
    margin-top: 0;
}

.event-info-subsection h5 {
    margin-bottom: 10px !important;
}

#temperature-container {
    display: block;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
}

#temperature-left, #temperature-right {
    width: 37%;
    text-align: center;
    background-color: #EBEBEB;
    height: 144px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

#temperature-left {
    margin-right: -5px;
    background-color: #F2F2F2;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

#temperature-right {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

#temperature-left h2, #temperature-right h2 {
    font-size: 50px !important;
}

#temperature-left p, #temperature-right p {
    margin-top: -15px;
    font-size: 14px;
}

#temperature-left h2 {
    color: #DC6B65;
    margin-right: -10px;
    font-family: 'gt_haptik_zsregular' !important;
}

#temperature-right h2 {
    color: #236BF5;
    margin-right: -10px;
    font-family: 'gt_haptik_zsregular' !important;
}

#airport-header {
    font-family: 'gt_haptik_zsbold', sans-serif !important;
    color: #848484 !important;
}

.ground-transport {
    margin-top: 15px;
}

.ground-transport p {
    font-family: 'gt_haptik_zsbold', sans-serif !important;
}

.ground-transport span {
    font-family: 'gt_haptik_zsregular', sans-serif !important;
    display: block;
}

.event-info-subsection ul {
    margin-top: 18px;
    margin-bottom: 18px;
}

.event-info-subsection ul li {
    line-height: 21px;
    margin-bottom: 11px;
}

#event-contact-info {
    background-image: initial;
    padding: 0;
    margin-top: 0;
}

#event-contact-info .row {
    margin-top: 25px;
}

#event-contact-info p {
    color: #000000;
}

#event-contact-info h4 {
    color: #DC6B65;
}

#event-contact-info .bold {
    color: #848484;
}

#event-contact-info .col-lg-6 div {
    border-left: 2px solid #848484;
    padding-left: 20px;
    padding-right: 20px;
}

.row-spacing {
    margin-top: 65px;
}

.row-spacing-small {
    margin-top: 20px;
}

#other-event-info-container .col-lg-6 {
    padding: 80px 120px;
}

.equal-row-height {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#other-event-info-container h3 {
    margin-bottom: 20px !important;
    margin-top: 20px !important;
    text-transform: initial !important;
}

.temperature {
    width: 62%;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin: 50px auto 40px;
}

#other-event-info-container h5 {
    margin-bottom: 10px !important;
}

.event-list-margin {
    margin-top: 25px;
    margin-bottom: 20px;
}

.zscalar-icon {
    width: 3.5%;
    margin-right: 1%;
    display: inline-block;
    margin-top: 1%;
}

.para-spacing {
    margin-top: 10px !important;
}

/* PAGES */

.gray-container {
    width: 100%;
    margin: auto;
    position: relative;
    flex: 1 0 auto;
    background-color: #F2F2F2;
}

.container {
    width: 80%;
    max-width: 1400px;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 70px;
    position: relative;
    flex: 1 0 auto;
}

#homepage-container {
    padding-top: 75px;
    padding-bottom: 75px;
}

.search-container {
    margin-top: 10px;
    margin-bottom: 50px;
    width: 450px;
}

.search-container input {
    border-top: 1px solid #CBCBCB;
}

/*input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 12px;
  border: 1px solid #CBCBCB;
width: 250px;
}*/

.mobile-scroll-icon {
    display: none !important;
}

.filter {
    width: 80%;
    max-width: 925px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #CBCBCB;
    border-bottom: 1px solid #CBCBCB;
    margin-top: 10px;
    margin-bottom: 30px;
}

.filter a {
    text-decoration: none;
    color: #707070;
    font-size: 14px;
    font-family: 'gilroy-bold';
    text-transform: uppercase;
}

.filter-intro {
    border-bottom: 1px solid #c7c7c7;
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.filter-intro p {
    margin-bottom: 0;
}

.filter-intro div {
    display: flex;
    align-items: center;
    justify-content: center;
}

#participants-container {
    margin-top: -30px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
}

.filter-intro h5 {
    color: #00CBD5;
    font-family: 'gt_haptik_zsregular', sans-serif !important;
    font-size: 16px !important;
}

.filter-searchbar {
    border-radius: 35px;
    height: 30px;
    border: 1px solid #d1d1d1;
    width: 300px;
    background: url("../images/Website/ceosummit2021/searchbar.svg") no-repeat;
    background-position: 10px 5px;
    height: 30px;
    padding-left: 35px;
    background-color: #F7F7F7;
    -webkit-appearance: none;
}

.filter-searchbar::placeholder {
    padding-left: 5px;
    color: #D1D1D1;
    font-family: 'gilroy-regular'
}

.event-shuffle-menu {
    width: 98%;
    margin-bottom: 2%;
}

.event-shuffle-menu div {
    display: flex;
    align-content: center;
    align-items: center;
}

.alpha-shuffle.desktop span {
    margin-right: 10px;
}

.alpha-shuffle.desktop a {
    margin-right: 10px;
    font-family: 'gilroy-bold';
    text-decoration: none;
    color: #323232;
}

.alpha-shuffle.desktop a:visited {
    text-decoration: underline;
}

.all-button {
    display: flex;
    background-color: #fff;
    align-items: center;
    justify-content: center;
    font-family: 'gt_haptik_zsbold', sans-serif;
    font-size: 18px;
    text-align: center;
    width: 100px;
    height: 35px;
    color: #323232 !important;
    /* padding-top: 5px; */
    text-decoration: none;
    letter-spacing: .5px;
    margin-right: 20px;
    border: 2px solid #323232;
    cursor: pointer !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.all-button:hover {
    background-color: #323232 !important;
    color: #ffffff !important;
    cursor: pointer;
}


.next-button {
    display: flex;
    background-color: #323232;
    align-items: center;
    justify-content: center;
    font-family: 'din';
    font-size: 20px;
    text-align: center;
    width: 125px;
    height: 40px;
    color: #fff !important;
    padding-top: 5px;
    text-decoration: none;
    letter-spacing: .5px;
    margin-right: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}

#searchInput {
    border-radius: 35px;
    height: 30px;
    border: 1px solid #d1d1d1;
    width: 300px;
    background: url(https://reg1.lightspeed.events/ServiceNow/ceosummit23_dev/images/Website/ceosummit2021/searchbar.svg) no-repeat;
    background-position: 10px 5px;
    height: 30px;
    padding-left: 35px;
    background-color: #F7F7F7;
    -webkit-appearance: none;
    margin-right: 0;
    margin-left: auto;
    display: block;
}

.participants-content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 35px;
}

.participant {
    display: flex;
    align-self: flex-start;
    width: 32%;
    min-height: 205px;
    margin-bottom: 1%;
    margin-right: 1%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #F5F5F5;
}

.participant-headshot {
    width: 40%;
    height: 220px;
}

.fit-headshot {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.participant-details {
    display: flex;
    width: 60%;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px 20px 20px;
    background-color: #F5F5F5;
    justify-content: center;
}

.name {
    font-size: 18px;
    font-family: 'gilroy-bold';
    line-height: .5em;
    color: #323232;
}

.name:nth-child(2) {
    padding-bottom: 10px;
}

.company {
    font-size: 14px;
    font-family: 'gilroy-bold';
    margin-bottom: 5px;
    line-height: 1em !important;
    color: #323232;
}

.work-title {
    font-size: 14px;
    /* line-height: 1.5em; */
    color: #323232;
}

/* AGENDA */

.event {
    display: flex;
}

.time {
    font-size: 16px;
    font-family: 'gilroy-regular';
    color: #424243;
    text-align: right;
    width: 160px;
    padding-right: 20px;
    padding-top: 25px;
}

.description {
    border-left: 1px solid #C7C7C7;
    padding-left: 20px;
    width: 600px;
}

.event-title {
    font-size: 20px;
    color: #424243;
    font-family: 'gilroy-bold';
    padding-top: 25px;
}

.event-title-underline {
    margin-bottom: 5px;
}

.underline {
    border-bottom: 2px solid #808082;
}

.small-moderator {
    opacity: .7;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 12px;
}

.event-subtitle {
    padding-top: 5px;
    /*padding-bottom: 5px;*/
    /*font-family: 'gilroy-light-ital';*/
}

.event-title-color {
    font-size: 20px;
    /*	color: #24c2ce;*/
    color: #24c2ce;
    font-family: 'gilroy-bold';
    padding-top: 10px;
}

.event-location {
    font-size: 16px;
    font-family: 'gilroy-light-ital';
    color: #424243;
    padding-top: 5px;
}

.event-speaker {
    font-size: 16px;
    color: #424243;
    padding-top: 5px;
    display: flex;
}

.speaker {
    display: inline-block;
    padding-bottom: 2px;
    margin: 0px 8px 0px 0px;
    color: #424243;
    font-family: 'gilroy-bold';
    /*border-bottom: 2px solid #5274ff;*/
    border-bottom: 2px solid #808082;
    cursor: pointer;
}

.speaker:hover {
    border-bottom: 2px solid #5274ff;
}

.speaker-profile {
    color: rebeccapurple;
}

.speaker-placeholder {
    display: inline-block;
    padding-bottom: 2px;
    margin: 0px 8px 0px 0px;
    color: #424243;
    font-family: 'gilroy-bold';
    /*border-bottom: 2px solid #5274ff;*/
    border-bottom: 2px solid #808082;
    cursor: pointer;
}

.speaker-placeholder:hover {
    border-bottom: 2px solid #5274ff;
}

.bullet {
    color: #5274ff;
    font-size: 9px;
    padding-top: 8px;
    margin-right: 5px;
}

.special-performer {
    display: flex;
    padding-top: 15px;
    cursor: pointer;
}

.special-performer-border {
    display: flex;
    border-top: 3px solid #5578FB;
    border-left: 3px solid #5578FB;
    background-color: #F2F2F2;
}

.perfomer-details {
    display: block;
    /*	background-color:#5274ff;*/
    background-color: #F2F2F2;
    /*	 border: 2px solid #6296A3; */
    color: #424243;
    /*    color:#5274ff;*/
    padding: 20px;
}

.perfomer-image {
    display: flex;
    /* border: 2px solid #6296A3; */
    background-color: #F2F2F2;
    margin: auto;
}

.perfomer-details p:nth-child(1) {
    font-size: 20px;
    font-family: 'gilroy-bold';
}

.perfomer-details p:nth-child(2) {
    font-size: 16px;
    font-family: 'gilroy-light-ital';
    padding-top: 5px;
}

.filter-text {
    font-family: 'gilroy-light-ital';
    padding-bottom: 25px;
    padding: 0;
}

.agenda-download-button {
    display: flex;
    border: solid 2px #5274ff;
    align-items: center;
    justify-content: center;
    font-family: 'din';
    font-size: 20px;
    text-align: center;
    width: 160px;
    height: 40px;
    color: #5274ff;
    padding-top: 5px;
    text-decoration: none;
    letter-spacing: .5px;
    margin-top: 25px;
}

.agenda-download-button:hover {
    display: flex;
    background-color: #5274ff;
    color: #fff;
}


/*SPEAKERS AND TALENT */

.st-container {
    width: 80%;
    max-width: 925px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.featured-performer-purple {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #5274ff;
    position: relative;
    cursor: pointer;
}

.featured-performer-purple img {
    width: 60%;
    position: absolute;
    right: -10%;
    bottom: 0px;
}

.featured-performer-purple .big-name {
    color: #fff;
    font-size: 70px;
    text-transform: uppercase;
    margin-top: 0px;
    font-family: 'din';
    line-height: 1.0em;
}

.featured-performer-purple .big-name-details {
    margin: 0px;
    font-size: 20px;
    color: #fff;
    line-height: 1.1em;
}

.speakers-talent-row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
}

.speaker-entry {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-left: center;
    cursor: pointer;
}

.speaker-entry img {
    width: 100%;
    margin-bottom: 10px;
}

.speaker-entry p:nth-child(2) {
    font-size: 18px;
    font-family: 'gilroy-bold';
    color: #424243;
    margin: 0px;
    padding-bottom: 5px;
}

.speaker-entry p:nth-child(3) {
    font-size: 16px;
    font-family: 'gilroy-light';
    color: #424243;
}

.feat-speaker-entry {
    width: 30%;
    display: flex;
    flex-direction: column;
    text-left: center;
    cursor: pointer;
}

.feat-speaker-entry img {
    width: 100%;
    margin-bottom: 10px;
    border: 4px solid #5274ff;
}

.feat-speaker-entry p:nth-child(2) {
    font-size: 18px;
    font-family: 'gilroy-bold';
    color: #424243;
    margin: 0px;
    padding-bottom: 5px;
}

.feat-speaker-entry p:nth-child(3) {
    font-size: 16px;
    font-family: 'gilroy-light';
    color: #424243;
}

.feat-speaker-entry-purple {
    display: none;
}

/* FAQ */

.eachFaq h5 {
    position: relative;
}

.eachFaq.open h5:before {
    content: '-';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -42px;
    background-color: #236BF5;
    color: #fff;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

.eachFaq.close-faq h5:before {
    content: '+';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -42px;
    background-color: #236BF5;
    color: #fff;
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 15px;
}

.accordion-content {
    margin-top: 20px;
}

.accordion-content p {
    margin: 0;
    width: 96.5%;
    margin-right: 0;
    margin-left: auto;
}

.eachFaq.close-faq, .eachFaq.open {
    background-color: #F2F2F2;
    padding: 2% 4%;
    margin-bottom: 10px;
}

.eachFaq .faq-title {
    cursor: pointer;
    margin-left: 35px;
    font-size: 22px !important;
    margin-top: 0 !important;
}

.eachFaq .faq-title:hover {
    color: #000000;
}

/* TERMS & CONDITIONS */

.terms-container {
    width: 80%;
    max-width: 1400px;
    /* padding-top: 40px; */
    padding-bottom: 40px;
    position: relative;
}

.terms-text-header {
    margin: 0px;
    font-size: 16px;
    color: #424243;
    line-height: 1.4em;
    margin-top: 30px;
    font-family: 'gilroy-bold';
}

.terms-text {
    margin: 0px;
    font-size: 16px;
    color: #424243;
    line-height: 1.4em;
    margin-top: 5px;
    margin-bottom: 15px;
}

ol {
    counter-reset: item;
    padding-left: 0;
}

ol > li {
    margin-top: 15px;
    display: block;
    font-size: 16px;
    color: #424243;
    line-height: 1.4em;
}

ol > li:before {
    content: counters(item, ".") ". ";
    counter-increment: item;
}

.terms-container li {
    line-height: 1.4em;
    color: #424243;
}

.terms-subtitles {
    color: #424243;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'din';
    line-height: 1.0em;
    margin: 0px;
    margin-top: 45px;
}

ol ul {
    list-style-type: disc;
}


/* EVENT INFO */
.eventinfo-block {
    width: 100%;
    display: flex;
    margin-top: 10px;
    margin-bottom: 100px;
}

.eventinfo-section {
    width: 75%;
    max-width: 1400px;
    /* margin:auto; */
    display: flex;
    justify-content: left;
    /* align-items: center; */

}

.eventinfo-section div:nth-child(1) {
    width: 15%;
    margin-right: 5%;
}

.eventinfo-section div:nth-child(2) {
    width: 85%;
}

.event-text {
    margin: 0px;
    font-size: 16px;
    color: #424243;
    line-height: 1.4em;
    margin-top: 10px;
}

h2.event-subtitle {
    margin-bottom: 5px;
}

.event-text-bold {
    font-family: 'gilroy-bold';
    font-size: 18px;
}

/* FOOTER */

.footer {
    width: 100%;
    height: auto;
    background-color: #DC6B65;
    flex-shrink: 0;
    z-index: 10;
    color: #fff;
    align-items: center;
    padding: 50px 0 30px 0;
}

.footer .container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer img {
    margin-right: 0;
    margin-left: auto;
    display: block;
    width: 40%;
}

.footer-content {
    width: 80%;
    margin: auto;
    max-width: 1400px;
    display: flex;
    align-content: center;
    justify-content: space-between;
}

.footer p {
    margin-bottom: 0;
}

.ft-link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: 'gt_haptik_zsbold', sans-serif;
    line-height: 30px;
    list-style-type: none;
    display: inline-flex;
    margin-right: 10px;
}

.copyright {
    color: #fff;
    font-size: 10px;
    margin-top: 0px;
}

. {
    text-decoration: none;
    color: #fff;
    font-family: 'gilroy-light';
    margin-top: 15px;
    font-size: 10px;


}


.terms-link a, .terms-link span {
    text-decoration: none;
    font-family: 'gilroy-light';
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
}

.terms-link a:hover {
    text-decoration: none;
    font-family: 'gilroy-light';
    margin-top: 15px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.questions-email {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-family: 'gilroy-light';
    /* margin-top: 5px; */
    margin-bottom: 10px !important;
}


.questions-email a {
    text-decoration: none;
    font-size: 18px;
    font-family: 'gilroy-light';
    margin-top: 10px;
    color: #86ed78;

}

.questions-email a:hover {
    text-decoration: none;
    font-size: 18px;
    font-family: 'gilroy-light';
    margin-top: 10px;
    color: #73cc67;
    cursor: pointer;
}


/* LINES */


.lines {
    position: absolute;
    display: flex;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 200px;
    height: 100%;
    justify-content: space-between;
}


.banner-lines {
    position: absolute;
    display: flex;
    top: 0px;
    right: 0px;
    z-index: 1;
    width: 200px;
    height: 100%;
    justify-content: space-between;
}

.banner-lines-left {
    position: absolute;
    display: flex;
    top: 0px;
    z-index: 1;
    width: 200px;
    height: 100%;
    justify-content: space-between;
}

.lines-left {
    position: absolute;
    display: flex;
    top: 0px;
    z-index: 1;
    width: 200px;
    height: 100%;
    justify-content: space-between;
}

.horiz-lines {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 62px;
    left: -32.5px;
    z-index: 1;
    width: 65px;
    height: 150px;
    justify-content: space-between;
}

.green-line {
    background-color: #86ed78;
    width: 30px;
    height: 100%;
}

.blue-line {
    background-color: #24c2ce;
    width: 30px;
    height: 100%;
}

.purple-line {
    background-color: #5274ff;
    width: 30px;
    height: 100%;
}

.green-line-h {
    background-color: #86ed78;
    height: 30px;
    width: 100%;
}

.blue-line-h {
    background-color: #24c2ce;
    height: 30px;
    width: 100%;
}

.purple-line-h {
    background-color: #5274ff;
    height: 30px;
    width: 100%;
}


/*MODAL */

.button-- {
    float: left;
    position: relative;
    padding: 0;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.btn {
    border-radius: 0px !important;
}

.btn-default img {
    width: 20%;
    margin-right: 0;
    margin-left: auto;
    display: block;
}

.btn-default:hover {
    background-color: #fff !important;
}

.btn-default {
    border: 0 !important;
}


#myModal--effect-zoomIn.modal.fade .modal-dialog, #myModal--effect-zoomIn2.modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 120px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

#myModal--effect-zoomIn.modal.fade.in .modal-dialog, #myModal--effect-zoomIn2.modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -120px, 0);
    transform: translate3d(0, -120px, 0);
    opacity: 1;
}

/* headshots page */

#headshots-page .nav, #headshots-page #countdown-container-gradient, #headshots-page .footer, #headshots-page .footer-line {
    display: none !important;
}

.theme-header-module__themeHeader--_qNqy {
    height: 0 !important;
}

#headshot-content {
    margin: auto;
    width: 760px !important;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
}

#headshots-footer {
    background-color: #323232;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 10px;
}

#headshots-logo img {
    width: 30%;
    margin-bottom: 70px;
    margin-top: 100px;
}

#headshot-content h3 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 30px;
    color: #323232;
    font-family: Gilroy-Bold;
    line-height: 1.2em;
    margin-bottom: 15px !important;
    text-transform: initial !important;
}

#headshot-content .hr {
    border-top: 1px solid #323232;
    margin: 10px 0;
}

#headshot-requirements li, #logo-requirements li, #headshot-directions li {
    line-height: 1.6em;
    font-size: 18px;
    margin-left: 30px;
}

#headshot-requirements li, #logo-requirements li {
    margin-left: 0;
}

#headshot-directions li {
    margin-top: 0;
}

#headshots-page .content iframe {
    height: 900px;
    width: 100%;
    border: 0 !important;
}

.headshots-header {
    font-family: Gilroy-Bold;
    font-size: 20px;
}

.participants-content [data-name="Babineaux-Fontenota"] .name:nth-child(2) {
    line-height: 1;
    margin-top: 10px !important;
}


/* modal adjustments */

.modal-speaker-header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.modal-speaker-header .row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4%;
}

.modal-speaker-header .modal-speaker-image {
    width: 220px;
    margin-right: 0;
    margin-left: auto;
    display: block;
    margin-top: -15%;
}

.modal-speaker-header .speaker-bio-title {
    border-bottom: initial !important;
    border-image: initial !important;
    border-width: 0 !important;
    border-style: initial !important;
    text-align: left;
    margin-left: -5%;
}

.modal-speaker-header  .speaker-bio-title .modal-title {
    line-height: 35px;
}

.modal-speaker-header .speaker-bio-title h5 {
    margin-top: 0px;
}

.title-break {
    display: block;
}

.mobile-dropdown.show {
    display: none !important;
}

#homepage-contact-info h5 {
    margin-bottom: 10px !important;
}

#mobile-title-bar-hide-2 {
    margin-left: 10px;
    margin-right: 10px;
}

.dash-spacing {
    margin-left: 2px;
    margin-right: 2px;
}

@media screen and (max-width: 1850px) {
    #top-right-corner {
        right: 225px;
    }

    #bottom-left-corner {
        left: 225px;
    }
}

@media screen and (max-width: 1800px) {
    #top-right-corner {
        right: 194px;
    }

    #bottom-left-corner {
        left: 194px;
    }
}

@media screen and (max-width: 1750px) {
    .nav-items li {
        font-size: 16px;
    }
    #top-right-corner {
        right: 170px;
    }

    #bottom-left-corner {
        left: 170px;
    }
}

@media screen and (max-width: 1700px) {
    #top-right-corner {
        right: 165px;
    }

    #bottom-left-corner {
        left: 165px;
    }
    .nav-items li {
        font-size: 15px;
    }
}

@media screen and (max-width: 1600px) {
    .nav-items li {
        margin-left: 6px;
        font-size: 14px;
    }

    #top-right-corner {
        right: 155px;
    }

    #bottom-left-corner {
        left: 155px;
    }
}

@media screen and (max-width: 1500px) {
    #contact-us-container {
        margin-top: -40px;
    }
}

@media screen and (max-width: 1400px) {
    .nav-items li {
        margin-left: 3px;
        font-size: 14px;
    }
    #login-form-container {
        width: 70%;
    }
    #login-form-container-contents h2 {
        font-size: 33px !important;
        line-height: 43px;
    }
    .nav {
        max-width: 1300px;
    }
    .logo img {
        width: 60%%;
    }

    #top-right-corner {
        right: 100px;
    }

    #bottom-left-corner {
        left: 100px;
    }

    ul.nav-items a {
        margin-left: 10px;
    }

    .nav-content {
        width: 85%;
    }

    .curve-svg {
        margin-top: 0;
    }

    .home-content {
        max-width: 700px;
    }

    #demo-div p {
        font-size: 50px;
    }

    .featured-performer div {
        padding: 46px;
    }

    .featured-performer h2 {
        font-size: 36px;
    }

    .big-name {
        color: #24c2ce;
        font-size: 66px;
    }

    .big-name-details {
        margin: 0px;
        font-size: 17px;
    }

    .terms-container {
        width: 70%;
    }

    .faq-container {
        width: 70%;
    }

    .st-container {
        width: 75%;
    }

    .filter {
        width: 78%
    }

    .eventinfo-section {
        width: 70%;
        align-content: center;
    }

}


@media screen and (max-width: 1300px) {
    ul.nav-items a {
        font-size: 14px;
    }
    #top-right-corner {
        right: 60px;
    }

    #bottom-left-corner {
        left: 60px;
    }

    #contact-us-container {
        margin-top: -50px;
    }

    #demo-div p {
        font-size: 50px;
    }

    .countdown-text {
        font-size: 35px;
    }

    .nav-items li {
        margin-left: 7px;
        font-size: 13px;
    }

    .nav-content {
        width: 90%;
    }

    .logo img {
        width: 60%;
    }

    #participants .lines {
        display: none;
    }

    #participants .lines-left {
        display: none;
    }

    #participants .banner-lines-left {
        display: none;
    }


    .filter {
        width: 100%;
    }

    .participants-content {
        width: 100%;
    }

    .filter-intro {
        width: 100%;
        max-width: 990px;
    }

    .event-shuffle-menu {
        width: 100%;
        max-width: 990px;
    }


}

@media screen and (max-width: 1200px) {

    .side-image {
        width: 100%;
        margin-top: 30px;
    }

    .accordion-content p {
        width: 95.5%;
    }

    #event-info-speakers-col {
        margin: 0 !important;
        padding: 0 !important;
    }

    #contact-info .col-lg-6:first-of-type {
        margin-bottom: 20px;
    }

    #contact-info .bold {
        margin-bottom: 0;
    }

    #contact-info .col-lg-6 {
        margin-left: 0;
        padding-left: 0;
    }

    #event-info-container h5 {
        margin-bottom: 20px !important;
    }

    #temperature-left, #temperature-right {
        width: 50%;
        margin-top: 20px;
    }

    #event-info-container .row {
        display: initial;
    }

    .footer .mobile-hide {
        display: none !important;
    }

    .footer .mobile-show {
        display: block !important;
        margin-top: 0 !important;
    }

    .mobile-spacing-top {
        margin-top: 15px;
    }

    .mobile-dropdown.show {
        display: block !important;
    }

    #nav-register-button-container {
        background-color: #236BF5;
        border: initial;
        padding: 15px 30px;
        border-radius: 40px;
        color: #fff;
        font-family: 'gt_haptik_zsmedium', sans-serif !important;
        font-size: 16px;
        /* margin-left: 35px; */
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        cursor: pointer;
        width: fit-content;
        font-size: 10px !important;
        margin-right: auto;
        margin-left: auto;
        margin-top: 15px;
    }

    #nav-register-button {
        font-size: 16px;
        margin-right: 0;
        margin-left: auto;
    }

    #nav-register-button:hover {
        color: #00CBD5 !important;
    }

    #footer-adjust-spacing-mobile {
        margin-top: 20px;
    }

    #footer-adjust-spacing-mobile-2 {
        margin-top: -5px;
    }

    .temperature {
        margin: 20px auto 40px 0;
        width: 40%;
    }

    .temperature-hide {
        display: none !important;
    }

    .temperature-show {
        display: block !important;
    }

    .mobile-dropdown ul li {
        font-family: 'gt_haptik_zsbold', sans-serif;
        font-size: 25px;
        line-height: 60px;
        color: #323232;
    }

    .gray-bg-mobile {
        background-color: #F5F5F5 !important;
    }

    .gray-bg-mobile .white-text {
        color: #333 !important;
    }

    .navy-bg-mobile {
        background-color: #323232 !important;
        color: #ffffff !important;
    }

    .event-shuffle-menu {
        align-items: initial;
    }

    .participant {
        width: 49%;
    }

    .agenda-dot {
        left: -8px;
    }

    .agenda-line {
        left: -1406px;
    }

    .mobile-menu {
        font-family: 'gt_haptik_zsbold', sans-serif;
    }

    .logo img {
        width: 70%;
    }

    .nav {
        max-width: 1040px;
    }

    #header-button {
        margin-top: 3%;
    }

    #header-subline {
        margin-top: -30px !important;
    }

    .mobile-margin-spacing {
        margin-top: 30px;
    }

    .footer img {
        margin-right: auto;
        margin-left: 0;
        display: block;
        margin-top: 30px;
        width: 18%;
    }

    .footer {
        padding: 20px 100px;
    }

    .footer-nav {
        width: 100%;
        margin-left: 0;
        padding-left: 0;
    }

    #jacqui-canney-container img {
        left: -29px;
        top: -37px;
        width: 14%;
    }

    #jacqui-canney-container {
        padding: 30px 15px 30px 150px;
        margin-top: 55px;
    }

    .brackets-title-row {
        margin-bottom: 35px;
    }

    .countdown-text {
        text-align: center;
        margin-top: 0;
    }

    .countdown-date {
        text-align: center;
        margin-bottom: 15px;
    }


    .lines {
        display: none;
    }

    .lines-left {
        display: none;
    }

    .banner-lines-left {
        display: none;
    }

    .home-content {
        width: 90%;
        max-width: none;
    }

    .featured-performer {
        width: 90%;
        display: flex;
        float: none;
        margin-right: 0%;
        margin: auto;
        align-items: center;
        justify-content: space-between;
        border: 4px solid #5274ff;
    }

    .countdown {
        width: 90%;
        margin-right: 0%;
        margin: auto;
        float: none;
    }


    .filter {
        width: 100%;
        max-width: none;
    }

    .faq-green {
        width: 100%;
    }

    .faq-blue {
        width: 100%;
    }

    .faq-purple {
        width: 100%;
    }

    .terms-container {
        width: 100%;
    }

    .faq-container {
        width: 100%;
    }

    .st-container {
        width: 100%;
    }

    .eventinfo-section {
        width: 100%;
    }

    .mobile-menu {
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        cursor: pointer;
    }

    .mobile-dropdown {
        position: absolute;
        top: 110px;
        left: 0px;
        background-color: rgb(255 255 255 / 91%);
        display: block;
        z-index: 20;
        width: 100%;
        height: 100%;
        display: none;
    }

    .slidedown {
        display: block;
        height: 85%;
        transition: 3s ease-in-out;
    }

    ul.nav-items {
        display: none;
    }

    ul.mob-nav-items {
        width: 75%;
        margin-top: 20px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 0;
    }

    .mobile-dropdown ul.mob-nav-items a {
        text-decoration: none;
        list-style-type: none;
        text-align: center;
        color: #1C1C1C;
        margin-left: 0;
        font-family: 'gt_haptik_zsbold', sans-serif !important;
        font-size: 24px;
        line-height: 1em;
    }

    .mobile-dropdown ul.mob-nav-items a {
        font-size: 24px;
    }

    .mobile-dropdown ul.mob-nav-items a.reg-button {
        margin-left: auto;
        margin-top: 20px;
        width: 150px;
        line-height: 40px;
    }


    .mob-nav-items .selected {
        border-bottom: 0px solid #5274ff;
        padding-top: 0px;
    }

    .banner-lines {
        display: none;
    }

    .mob-banner-lines {
        display: none;
    }

    .green-line {
        background-color: #86ed78;
        width: 10px;
        height: 100%;
    }

    .blue-line {
        background-color: #24c2ce;
        width: 10px;
        height: 100%;
    }

    .purple-line {
        background-color: #5274ff;
        width: 10px;
        height: 100%;
    }

    .event-shuffle-menu {
        flex-direction: column;
    }

    .filter-searchbar {
        margin-top: 15px;
    }

    h2 {
        font-size: 35px !important;
        margin-bottom: 15px;
        margin-top: 0px !important;
    }

}

@media screen and (max-width: 1100px) {
    .home-banner {
        height: 600px;
    }

    #contact-us-container {
        margin-top: -60px;
    }
}

@media screen and (max-width: 1000px) {
    #home-banner h1 {
        font-size: 34px !important;
        line-height: 46px;
    }
    .accordion-content p {
        width: 94.5%;
    }
    #intro-content {
        width: 100%;
    }
    .nav {
        max-width: 800px;
    }
    .logo img {
        width: 100%;
    }
    .footer img {
        width: 25%;
    }

    .agenda-point {
        width: 9%;
    }

    .fit-headshot {
        height: 100%;
        object-fit: cover;
    }

    .lines {
        display: none;
    }

    .lines-left {
        display: none;
    }

    .banner-lines-left {
        display: none;
    }
    #homepage-contact-info {
        background-image: initial;
        background: transparent linear-gradient(90deg, #DC6B65 0%, #AD6FDD 100%) 0% 0% no-repeat padding-box;
    }

}


@media screen and (max-width: 900px) {

    #log-in-form-content {
        padding: 10% 0;
    }

    #login-form-container {
        width: 85%;
    }

    #base-page h1 {
        font-size: 60px !important;
    }

    #top-right-corner {
        right: 45px;
    }

    #bottom-left-corner {
        left: 45px;
    }

    .corner {
        width: 5%;
    }

    #contact-us-container {
        margin-top: -75px;
    }

    .mobile-special-performer {
        display: block;
    }

    .desktop-special-performer {
        display: none;
    }

    .filter-searchbar {
        width: 97%;
        max-width: 1060px;
    }

    .filter-intro {
        width: 97%;
        max-width: 1060px;
    }

    .flickity-viewport {
        height: 220px !important;
    }

    .banner-msg {
        width: 80%;
    }

    .banner-msg div {
        margin-left: 0% !important;
    }

    .container {
        width: 80%;
    }

    .home-content {
        width: 100%;
        margin-left: 0%;
    }

    .gallery {
        width: 100%;
        margin-left: 0%;
    }

    .home-carousel h2 {
        margin-left: 0%;
    }

    .countdown {
        width: 100%;
        margin-right: 0%;
    }

    .countdown-date {
        font-size: 13px;
    }

    .featured-performer {
        flex-direction: column;
        width: 100%;
    }

    .featured-performer div {
        text-align: center;
        padding: 20px;
    }

    .time {
        width: 30%;
    }

    .description {
        width: 70%;
    }


    .special-performer {
        flex-direction: column;
        width: 105%;
        cursor: pointer;
    }

    .special-performer img {
        margin: auto;
    }

    .st-container {
        width: 100%;
    }

    .eventinfo-section {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .eventinfo-section div:nth-child(1) {
        width: 50%;
        margin-right: 0%;
        margin-bottom: 5%;
    }

    .participant {
        display: flex;
        align-self: flex-start;
        width: 47%;
        margin-bottom: 5%;
        background-color: #F5F5F5;
    }
}

@media screen and (max-width: 800px) {
    .footer ul li, .footer-nav a {
        font-size: 12px;
    }
    #log-in-form-content {
        padding: 8% 10%;
        width: auto;
    }
    .footer-nav {
         margin-top: 0;
    }
    #home-banner h1 {
        font-size: 30px !important;
        line-height: 41px;
        text-align: center;
    }
    #home-banner .container {
        justify-content: center;
        text-align: center;
    }
    #home-banner .zscalar-button {
        margin-right: auto;
        margin-left: auto;
    }
    #intro-content {
        width: 85%;
    }
    #demo-div p {
        font-size: 31px;
    }
    #countdown-container {
        width: 65%;
    }
    #event-info-container .row {
        display: initial;
    }
    .footer .row-spacing {
        margin-top: 15px;
    }
    .mobile-hide, .temperature-hide {
        display: none !important;
    }
    .mobile-show, .temperature-show {
        display: block !important;
    }
    span.agenda-subtitle {
        margin-left: 0;
        display: block;
    }
    .container {
        width: 90%;
    }
    #agenda-disclaimer {
        margin-bottom: 30px;
    }
    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
    body {
        display: block
    }
}

@media screen and (max-width: 800px) {
    .alpha-shuffle.desktop {
        width: 90%;
    }

    .event-shuffle-menu div {
        overflow: scroll;
    }

    .mobile-scroll-icon {
        display: flex !important;
    }
    #headshot-content {
        width: 80% !important;
    }
}

/* mobile breakpoint */
@media screen and (max-width: 768px) {

    .eachFaq.close-faq, .eachFaq.open {
        padding: 4% 4%;
    }

    .eachFaq .faq-title {
        font-size: 18px !important;
    }

    .event-info-speakers figcaption {
        height: 220px;
        background-color: #F2F2F2;
        display: flex;
        justify-content: center;
        flex-direction: initial;
        padding: 30px;
    }

    .agenda-speaker li {
        line-height: 18px;
    }

    #headshots-logo img {
        width: 65%;
        margin-bottom: 40px;
        margin-top: 70px;
    }

    #headshot-content {
        width: 95%;
    }

    .agenda-point {
        display: none;
    }

    .temperature {
        width: 60%;
    }

    #other-event-info-container .col-lg-6 {
        padding: 40px;
    }
    .participant {
        width: 100%;
    }

    .participant-headshot {
        width: 33%;
    }

    .participant {
        height: 220px;
    }

    .speaker-img-section {
        margin-bottom: 20px;
    }

    #countdown-container .row {
        display: block;
    }
}

@media screen and (max-width: 700px) {

    #login-form-container-contents h2 {
        font-size: 28px !important;
        line-height: 39px;
    }

    #home-banner h1 {
        font-size: 38px !important;
        line-height: 42px;
    }

    #home-banner .line-break {
        margin-top: 10px;
    }

    .eachFaq.open h5:before, .eachFaq.close-faq h5:before {
        top: 0px;
    }

    .accordion-content p {
        width: 93.5%;
    }

    #mobile-title-bar-hide-2 {
        display: none;
    }
    #mobile-title-bar-block-2 {
        display: block;
    }

    .event-info-speakers {
        width: 100%;
        display: block;
    }

    .event-info-speakers figcaption {
        height: auto;
        background-color: #F2F2F2;
        display: flex;
        justify-content: initial;
        flex-direction: initial;
        padding: 30px;
        margin-bottom: 20px;
    }

    #last-speaker {
        margin-bottom: 0;
    }

    #event-info-speakers-col {
        display: block;
    }

    #top-right-corner {
        top: 25px;
    }
    #bottom-left-corner {
        bottom: 25px;
    }

    .banner {
        height: 200px;
    }

    .title {
        font-size: 33px !important;
    }

    h1 {
        font-size: 120px !important;
    }

    .home-banner {
        height: 500px;
    }

    .curve-svg {
        width: 115%;
        margin-left: -40px;
    }

    h2 {
        font-size: 26px !important;
    }

    #header-subline {
        margin-top: -25px !important;
        font-family: 'gt_haptik_zsregular', sans-serif !important;
    }

    .corner {
        width: 6%;
    }

    .countdown-date {
        font-size: 25px;
    }

    #jacqui-canney-container img {
        width: 30%;
    }

    .footer {
        padding: 20px 20px;
    }

    #contact-us-container {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 600px) {
    #login-form-container-contents p {
        line-height: 22px;
    }
    #login-form-container-contents h2 {
        font-size: 25px !important;
        line-height: 30px;
    }
    h5 {
        font-size: 20px !important;
    }
    h4 {
        font-size: 22px !important;
    }
    #homepage-contact-info {
        margin-top: 0;
    }
    #home-banner h1 {
        font-size: 30px !important;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .accordion-content {
        margin-top: 10px;
    }
    #mobile-title-bar-block {
        display: block;
    }
    #mobile-title-bar-hide {
        display: none;
    }
    #base-page h1 {
        font-size: 63px !important;
        text-align: center;
        line-height: 65px;
    }
    .footer img {
        width: 50%;
    }

    .participant {
        height: 222px;
    }

    .agenda-point {
        left: 36px;
        width: 13%;
    }
    #headshot-content {
        width: 90% !important;
    }
}

@media screen and (max-width: 550px) {

    #login-form-container-contents h2 {
        font-size: 22px !important;
        line-height: 27px;
    }

    .banner p {
        font-size: 16px !important;
    }

    .accordion-content p {
        width: 91.5%;
    }

    .logo img {
        width: 75%;
    }

    #base-dots-left, #base-dots-right {
        width: 100%;
    }

    #base-page h1 {
        font-size: 55px !important;
        text-align: center;
        line-height: 58px;
    }

    .footer-line {
        padding: 10px 5px 5px 5px;
    }

    .footer img {
        margin-left: 0 !important;
    }

    .footer .container {
        text-align: left;
    }

    h1 {
        font-size: 105px !important;
    }

    h2 {
        font-size: 22px !important;
    }

    #countdown-container {
        padding-bottom: 35px;
    }

    #demo-div div {
        padding: 5px 0px;
    }

    #top-right-corner {
        right: 30px;
    }

    #bottom-left-corner {
        left: 30px;
    }

    .corner {
        width: 9%;
    }

    .logo {
        width: 60%;
    }

    .curve-svg {
        width: 140%;
        margin-left: -75px;
    }

    .curve-svg {
        margin-top: -70px;
    }

    #jacqui-canney-container {
        padding: 85px 15px 30px 15px;
        margin-top: 85px;
        text-align: center;
    }

    #jacqui-canney-container img {
        width: 35%;
        left: 0;
        right: 0;
        margin-right: auto;
        margin-left: auto;
        top: -75px;
    }

    .container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media screen and (max-width: 500px) {
    .container {
        padding-bottom: 0px;
    }

    #top-left-corner {
        top: 30px;
    }

    .agenda-dot {
        left: -8px;
    }

    .filter-intro div {
        justify-content: flex-start;
    }
    #participants-container {
        margin-top: 0px !important;
    }
    .event-shuffle-menu {
        margin-top: 5px;
        margin-bottom: 0;
    }
    .event-shuffle-menu div {
        display: block;
    }
    .alpha-shuffle.desktop {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #searchInput {
        width: 100%;
    }
    .participants-content {
        margin-top: 17px;
    }
}

@media screen and (max-width: 450px) {

    #login-form-container-contents h2 {
        font-size: 22px !important;
        line-height: 27px;
    }

    .brackets-title h2 {
        margin-top: -7px !important;
    }

    .left-upper-corner {
        margin-left: -32px;
    }

    .right-lower-corner {
        margin-right: -35px;
        margin-top: -25px;
    }

    .mobile-transparent {
        color: transparent;
    }

    .label {
        font-size: 15px !important;
    }

    #demo-div p {
        font-size: 40px;
    }

    .countdown-date {
        font-size: 22px;
    }

    .countdown-text {
        font-size: 27px;
    }

    #jacqui-canney-container img {
        width: 35%;
    }

    #contact-us-container {
        margin-top: -85px;
        padding-top: 30px;
    }

    .home-banner h1 {
        margin-top: -20px;
    }

    #header-button {
        width: 80%;
    }

    .filter-searchbar {
        width: 100%;
    }


    .filter-intro {
        flex-direction: column;
    }

    .filter-intro p:nth-child(1) {
        margin-bottom: 10px;
    }

    .video_banner_wrapper {
        display: none;
    }

    .search-container {
        width: 100%;
    }

    .fit-headshot {
        width: 135px;
    }


    .horiz-lines {
        position: absolute;
        display: flex;
        flex-direction: column;
        top: 62px;
        left: -20.5px;
        z-index: 1;
        width: 35px;
        height: 150px;
        justify-content: space-between;
    }

    #talent h1 {
        padding-top: 0px;
    }

    #venue h1 {
        padding-top: 0px;
    }

    h1 {
        font-size: 65px;
        padding-top: 30px;
    }

    .banner-msg {
        width: 85%;
    }

    .banner-msg div {
        margin-left: 0% !important;
    }

    .container {
        width: 90%;
    }

    .home-banner {
        height: 550px;
    }

    #header-date-location {
        font-size: 24px !important;
    }

    .countdown {
        width: 100%;
        text-align: center;
        flex-direction: column;
    }

    .countdown-text {
        font-size: 30px;
        padding-top: 20px;
    }

    h3 {
        font-size: 16px;
    }

    .home-title {
        font-size: 60px;
    }

    .big-name {
        font-size: 54px;
    }

    .big-name-details {
        margin: 0px;
        font-size: 16px;
    }

    ul.mob-nav-items {
        width: 70%;
    }

    .nav-content {
        margin: auto;
        width: 85%;
        width: 85%;
    }


    h2 {
        font-size: 28px;
    }

    .agenda-container {
        width: 100%;
    }

    .banner {
        height: 165px;
    }

    .title {
        font-size: 35px !important;
        padding-top: 15px;
    }

    .footer {
        height: auto;
        overflow: hidden;
        text-align: center;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .footer-content {
        width: 80%;
        flex-direction: column;
    }

    .footer-content div {
        margin: auto;
    }

    .footer-nav {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .ft-link {
        margin-right: 0px;
        margin-bottom: -5px;
    }

    .mobile-menu {
        padding-top: 0px;
        font-size: 17px;
    }

    .agenda-title, .speaker-title {
        text-align: left;
    }

    .agenda-point {
        left: 1px;
        width: 19%;
    }


    h3 {
        font-size: 20px !important;
    }

    h5 {
        font-size: 16px !important;
    }

    p {
        font-size: 15px;
    }

    .btn-group-lg > .btn, .btn-lg {
        padding: 10px 40px !important;
        font-size: 16px !important;
    }

    .footer img {
        margin: auto;
        width: 45%;
    }

    .footer .container {
        padding-top: 0;
    }

    .questions-email {
        font-size: 13px;
    }

    .questions-email a {
        font-size: 13px;
    }

    .questions-email a:hover {
        font-size: 13px;
    }


    .perfomer-details {
        padding: 10px;
    }

    .featured-performer-purple {

        flex-direction: column;
    }

    .featured-performer-purple div {
        padding: 20px !important;
        text-align: center;
    }

    .featured-performer-purple .big-name {
        color: #fff;
        font-size: 65px;
    }

    .featured-performer-purple .big-name-details {
        margin: 0px;
        font-size: 14px;
    }

    .featured-performer-purple img {
        width: 100%;
        position: relative;
        right: -4%;
    }

    .speakers-talent-row {
        flex-direction: column;
    }

    .feat-speaker-entry {
        width: 100%;
        margin-bottom: 30px;
    }

    .feat-speaker-entry-purple {
        width: 100%;
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        text-left: center;
        cursor: pointer;
    }

    .feat-speaker-entry-purple img {
        width: 100%;
        margin-bottom: 10px;
        border: 4px solid #5274ff;
        background-color: #5274ff;
    }

    .feat-speaker-entry-purple p:nth-child(2) {
        font-size: 18px;
        font-family: 'gilroy-bold';
        color: #424243;
        margin: 0px;
        padding-bottom: 5px;
    }

    .feat-speaker-entry-purple p:nth-child(3) {
        font-size: 16px;
        font-family: 'gilroy-light';
        color: #424243;
    }

    .featured-performer-purple {
        display: none;
    }

    .speaker-entry {
        width: 100%;
        margin-bottom: 30px;
    }


    .participants-content {
        flex-direction: column;
        width: 100%;
    }

    .participant {
        display: flex;
        align-self: flex-start;
        /*flex: 0 1 calc(33% - 30px);*/
        margin-bottom: 10%;
        width: 100% !important;
    }


    .participant-details {
        padding: 15px;
        width: 60%;
    }

    .logo {
        width: 75%;
    }

    .banner .title {
        padding: 0;
    }

    ul li {
        font-family: 'gt_haptik_zsregular', sans-serif;
        font-size: 15px;
    }

}


.carousel {
    width: 88%;
    margin-left: 6%;
}


.carousel-cell {
    width: 28%;
    height: 250px;
    margin-right: 10px;
    counter-increment: carousel-cell;
    text-align: center;
}

.carousel-cell img {
    width: 65%;
    margin: auto;
    margin-bottom: 10px;
}

.carousel-cell p:nth-child(2) {
    font-size: 18px;
    font-family: 'gilroy-bold';
    color: #424243;
    margin: 0px;
    padding-bottom: 5px;
}

.carousel-cell p:nth-child(3) {
    font-size: 12px;
    font-family: 'gilroy-light';
    color: #424243;
}

.flickity-prev-next-button.previous {
    left: -30px !important;
}

.flickity-prev-next-button.next {
    right: -30px !important;
}

@media screen and (max-width: 900px) {
    .carousel-cell {
        width: 30%;
        height: 250px;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: carousel-cell;
        text-align: center;
    }
}

@media screen and (max-width: 800px) {
    #home-banner {
        height: 415px;
        background-position: center;
    }
    #home-banner .zscalar-button {
        margin-top: 40px;
    }
}

@media screen and (max-width: 700px) {
    .zscalar-icon {
        width: 10%;
        margin-right: 1%;
        margin-top: 1%;
        margin-left: 2%;
    }
    #event-info-container h3 {
        width: 82%;
        padding-bottom: 10px;
        margin-left: 1% !important;
    }
    .adjust-modal {
        width: 93% !important;
    }
    .modal-body {
        padding: 10px !important;
    }
    .speaker-bio-title .modal-title {
        font-size: 30px !important;
        line-height: 30px;
        margin-bottom: 20px !important;
    }
    .speaker-bio-title {
        padding: 3% 3% 4% 3%;
    }

    #agenda-container, #faq-container, #event-info-container {
        padding-bottom: 70px !important;
    }
    #home-banner .container {
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #home-banner h1 {
        margin-top: 0;
        padding-top: 0;
    }
}


@media screen and (max-width: 550px) {
    #homepage-contact-info {
        padding: 0% 5% 0.3% 5%;
        margin-top: 50px !important;
    }
    .footer ul li, .footer-nav a {
        font-size: 11px;
    }
    .ft-link {
        margin-right: 5px;
    }
    #home-banner h1 {
        font-size: 32px !important;
        line-height: 32px;
    }
}


@media screen and (max-width: 450px) {

    .footer .header-reg {
        margin-top: 5px;
    }

    .footer-nav {
        margin-top: 15px;
    }

    .footer img {
        margin-top: 30px;
    }

    .footer-nav a {
        text-align: left;
    }

    .footer ul li, .footer-nav a {
        font-size: 14px;
        line-height: 30px;
    }

    #speaker-banner {
        text-align: center;
    }

    .home-carousel h2 {
        margin-left: 0%;
        text-align: center;
    }

    .carousel-cell {
        width: 100%;
        height: 250px;
        margin-right: 10px;
        border-radius: 5px;
        counter-increment: carousel-cell;
        text-align: center;
    }

    .carousel-cell img {
        width: 60%;
        margin: auto;
        margin-bottom: 10px;
    }

    .flickity-viewport {
        height: 280px !important;
    }

}

.hide {
    display: none;
}

.show {
    display: flex;
}

.noscroll {
    overflow: hidden;
}


