/************************************************* CSS RESETS */

@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html, body {
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

body {
    height: 100%;
    flex-direction: column;
}

#error-page, #base-page {
    overflow-x: hidden;
}

.line-break {
    display: block;
}

.line-break-split {
    display: initial;
}

/************************************************* Fonts */

@font-face {
    font-family: 'tt_hovesblack';
    src: url('../fonts/tt_hoves_black-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_hovesbold';
    src: url('../fonts/tt_hoves_bold-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_hovesdemibold';
    src: url('../fonts/tt_hoves_demibold-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_demibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_hovesextralight';
    src: url('../fonts/tt_hoves_extralight-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_hoveslight';
    src: url('../fonts/tt_hoves_light-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_hovesmedium';
    src: url('../fonts/tt_hoves_medium-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_hovesregular';
    src: url('../fonts/tt_hoves_regular-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'tt_hovesthin';
    src: url('../fonts/tt_hoves_thin-webfont.woff2') format('woff2'),
         url('../fonts/tt_hoves_thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/************************************************* Typography */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;600;700;800&display=swap');

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    font-family: 'tt_hovesregular', sans-serif !important;
}

h2 {
    font-size: 37px !important;
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    color: #000000 !important;
    font-weight: 400 !important;
}

h3 {
    font-size: 21px;
}

p {
    line-height: 1.4em;
    display: block;
    font-size: 18px;
}

.bold {
    font-family: 'tt_hovesmedium', sans-serif !important;
    font-weight: 700 !important;
    color: #141414;
}

.more-bold {
    font-family: 'tt_hovesdemibold', sans-serif !important;
    font-weight: 700 !important;
    color: #141414;
}

.less-bold {
    font-weight: 600 !important;
}

.thin {
    font-weight: 400 !important;
}

/************************************************* General Styles */

body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    color: #000000 !important;
}

.black-text {
    color: #000 !important;
}

.desktop {
    display: flex;
}

.mobile {
    display: none !important;
}

.show {
    display: block;
}

.zone, .hide {
    display: none;
}

/************************************************* Navigation Bar */

#logout-bar {
    height: 40px;
    background-color: #141414;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.logout {
    border: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    padding: 5px;
    margin-left: auto;
}

.logo img {
    width: 200px;
}

/************************************************* General Structure */

.container {
    display: inline-block;
    cursor: pointer;
}

hr {
    width: 100%;
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    border-top: 1.5px solid #c8c8c8 !important;
}

input[type="text"]{
    background-color: #5A5A5A10;
    color: #000;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #807C7B40;
}

input[type="password"]{
    background-color: #5A5A5A10;
    color: #000;
    padding-left: 10px;
    padding-right: 2px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #807C7B40;
}

select {
    -webkit-appearance: none;
    background-color: #5A5A5A10;
    color: #5a5a5a;
    padding-left: 10px;
    padding-right: 30px;
    height: 40px;
    line-height: 40px;
    width: auto;
    border: 1px solid #807C7B40;
    background-image: url('/confluent/EmeaCab/images/arrow.svg');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .85em auto, 100%;
}

/* LOGIN PAGE  ***************************/

#auth-page {
    height: 100vh;
    background-color: #141414;
    display: flex;
    align-items: center;
    background-image: url("../images/login-sky.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

body > div:first-of-type {
    width: 100%;
}

.auth-shapes {
    position: absolute;
    width: 26%;
}

#shapes-1 {
    bottom: 52px;
    left: 0;
    position: fixed;
    width: 28%;
}

#shapes-2 {
    right: 0;
    top: -15%;
}

#dots-1 {
    bottom: 9%;
    right: -5px;
    width: 32%;
    opacity: .3;
}

#dots-2 {
    top: 35px;
    left: -5px;
    width: 32%;
    opacity: .3;
}

#base-logo {
    width: 18%;
}

#error-page, #base-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#error-container, #base-page-container {
    margin-top: -100px;
    text-align: center;
}

#base-page-container h1 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-family: 'tt_hovesdemibold', sans-serif !important;
    font-size: 50px;
}

h1.login {
    font-size: 42px;
    padding: 0px !important;
    margin-left: 0px;
    color: #000;
}

h1.login-pw {
    font-size: 42px;
    padding-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
    color: #000;
}

/* EVENT PAGE ***************************/

li {
    font-size: 18px;
    padding-left: 10px;
    margin-bottom: 10px !important;
    line-height: 1.4em;
}

li:nth-last-child(1) {
    margin-bottom: 0 !important;
}

ul {
    margin-bottom: 20px !important;
}

.section-title {
    font-size:14px;
    font-weight: bold;
    color:#000000;
    padding-bottom:15px;
    border-bottom:2px solid #1a1a1a20;
    padding-top:15px;
}

#event-container {
    width:80%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin-top:50px;
    position: relative;
}

a {
    color: #0079FF;
}

#event-banner {
    background-image: url(../images/website-header-min.jpg);
    width: 100%;
    min-height: 320px;
    overflow: hidden;
    padding-bottom: 0px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
}

#event-banner-gradient {
    position: absolute;
    height: 320px;
    width: 100%;
    background: linear-gradient(96deg, #09090a 40%, #09090af7 47%, #ffffff00 82%);
}

.event-banner-text {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 25px;
}

h1 {
    font-size:60px;
    line-height:1.2em;
    font-weight:300;
}

.event-banner-text h1 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
    line-height: 1.1em;
    color: #000000;
    font-weight: 700;
}

.event-banner-text h2 {
    font-size: 16px !important;
    margin: 0em;
    display: block;
    margin-bottom: 0 !important;
}

h3 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #009ADA;
    line-height: 1.5em;
}

h4 {
    margin-bottom: 8px;
    font-size: 24px;
}

#banner-logo {
    width: 45%;
    margin-right: auto;
    margin-left: -80%;
    margin-bottom: 15px;
    margin-top: -3%;
    position: relative;
    z-index: 5;
}

#event-banner-content {
    background-color: #f0f0f0;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
    padding: 25px;
}

#banner-shape-1, #banner-shape-2 {
    position: absolute;
    right: -7%;
    bottom: -4%;
    width: 35%;
}

#banner-shape-2 {
    left: 0;
    right: initial;
    top: 0;
    bottom: initial;
    width: 24%;
}

#calendar-header {
    border-bottom: 0;
}

.sidebar-nav {
    width: 298px;
    position: sticky;
    align-self: flex-start;
    top: 50px;
}

.sidebar-nav .line-break {
    font-family: 'tt_hovesmedium', sans-serif;
    opacity: .7;
}

.main-content {
    width: 70%;
}

.body-text-pad {
    margin-bottom: 20px;
    padding-bottom: 0;
}

.event-section-title {
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    font-family: 'tt_hovesdemibold', sans-serif !important;
    font-size: 20px !important;
    font-weight: initial !important;
    color: #FA582D !important;
    line-height: 1.3em;
}

.networking .event-section-title {
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.location .event-section-title {
    margin-top: 30px !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
}

.event-section-title-adjustment {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
}

.event-section-title-link-below {
    margin-bottom: 10px !important;
    margin-top: 30px !important;
}

.event-section-subtitle {
    font-family: 'tt_hovesdemibold', sans-serif !important;
    font-size: 18px !important;
    color: #141414 !important;
    margin-bottom: 10px !important;
    line-height: 1.3em;
}

.networking-line-break {
    display: block;
    font-weight: 800;
}

.address-section p {
    margin-bottom: 0 !important;
}

a.event-link {
    color: #FA582D;
    text-decoration: none !important;
    cursor: pointer;
    font-family: 'tt_hovesdemibold', sans-serif !important;
}

a.event-link:hover, #hotel-link:hover {
    color: #e24b23 !important;
}


#floating-image img {
    float: left;
    width: 50%;
    margin-right: 40px;
    align-self: flex-start;
    height: auto;
    object-fit: fill;
    margin-bottom: 10px;
}


#hotel-link {
    color: #FA582D !important;
}

.body-text-bold-pad {
    padding-bottom: 15px;
}

a.body-text-pad {
    margin-bottom: 20px;
    padding-bottom: 0;
    display: block;
}

.main-content p {
    line-height: 1.4em;
}

.sidebar-nav-info {
    width: 100%;
    padding: 8%;
    background-color: #141414;
    color:#fff;
    display: flex;
    flex-direction: column;
}

#sidebar-title {
    font-size: 23px;
    line-height: 1.2em;
    font-weight: 600;
    color: #ffffff;
    font-family: 'tt_hovesdemibold', sans-serif !important;
}

#sidebar-title .line-break {
    font-size: 22px;
    font-family: 'tt_hovesthin', sans-serif !important;
    line-height: 1.2em;
}

#sidebar-title .line-break:first-child {
    font-size: 21px;
    opacity: 1;
}

#sidebar-date {
    margin-top: 22px !important;
    margin-bottom: 22px !important;
}

#sidebar-date p {
    font-size: 20px;
    line-height: 17px;
    padding-bottom: 7px;
    font-weight: 400;
    font-family: 'tt_hovessemibold', sans-serif !important;
    margin-bottom: 0;
    opacity: .7;
}

#sidebar-date p:last-child {
    margin-bottom: 20px;
}

.logout-link {
    width: auto;
    color:#fff;
    text-decoration: none;
    margin-left: auto;
    font-size: 16px;
    -webkit-appearance:none;
    cursor: pointer;
    opacity: .7;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.logout-link:hover {
    text-decoration: none !important;
    color: #ffffff;
    opacity: 1;
}

.header-reg {
    width: auto;
    color: #141414;
    background-color: #da291c;
    text-decoration: none;
    padding: 0px 25px 0px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 50px;
    max-width: 255px;
    margin-right: auto;
    font-size: 16px;
    -webkit-appearance: none;
    -webkit-appearance: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
/*    text-transform: uppercase;*/
    font-family: 'tt_hovesmedium', sans-serif;
    cursor: pointer;
    font-weight: 600;
    border-radius: 50px;
    letter-spacing: 1px;
}

.header-reg:hover, .sidebar-nav .header-reg:hover {
    background-color: #e24b23;
    text-decoration: none;
}

.back-to-top:hover, .back-to-top:focus {
    background-color: #da291c;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
}

.sidebar-nav .header-reg {
    margin-top: 10px;
    background-color: #FA582D;
    color: #ffffff;
}

.back-to-top {
    color: #fff;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 50px;
    width: 185px;
    -webkit-appearance: none;
    margin-left: auto;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px !important;
/*    text-transform: uppercase;*/
    font-weight: 700;
    font-family: 'tt_hovesmedium', sans-serif;
    letter-spacing: 1px !important;
    border-radius: 50px;
}

.back-to-top span {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: -5px;
}

.back-to-top img {
    margin-top: -8px;
}

.grey-menu-level {
    width:100%;
    background-color: #f2f2f2;
    border-bottom:1px solid #c8c8c8;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 15px 0px 15px 25px;
}

.grey-menu-level:nth-last-child(1) {
    border-bottom:0px solid #CCCCCC;
}

.grey-menu-level:hover {
    background-color:#E3E3E3;
    text-decoration: none;
    cursor: pointer;
}

a.grey-menu-level p {
    color:#000;
    text-decoration: none;
    margin-bottom: 0;
    margin-left: 5px;
    font-size: 16px;
}

.grey-menu-level .icon {
    width: 40px;
    display: flex;
}

section {
    margin-bottom: 70px !important;
}

.intro {
    font-size: 20px;
}

.intro p:nth-child(1) {
    font-size: 31px;
    color: #000000;
    font-family: 'tt_hovesmedium', sans-serif !important;
}

.intro img {
    width: 15%;
}

#intro-speaker-1 {
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: 700;
}

.separator {
    display: flex;
    margin-bottom: 20px;
}

.separator img {
    margin-right: 10px;
    width: 65px;
    height: 65px;
    margin-top: -10px;
}

.section-underline-pulse {
    width: 100% !important;
    height: auto !important;
    margin-top: -40px !important;
}

.icon img {
    width: 25px !important;
    height: auto !important;
}

#nav-networking img {
    width: 32px !important;
    margin-left: -3px;
}

#nav-agenda img {
    width: 22px !important;
}

#nav-contact img {
    width: 29px !important;
    margin-left: -1px;
}

.icon-height-adjust img {
    height: 25px !important;
}

.separator p {
    font-family: 'tt_hovesdemibold', sans-serif !important;
    font-size: 22px;
/*    border-bottom: 2px solid #da291c;*/
    padding-bottom: 8px;
    width: 100%;
    align-self: flex-start;
    color: #141414;
    font-weight: 600;
}

.sessiontitle {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: 700;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.time p {
    font-size: 16px !important;
    margin-bottom: 5px !important;
    margin-top: 5px !important;
    font-weight: 400;
}

.section-details {
    display: flex;
}

.location .section-details, .networking .section-details {
    flex-direction: column;
}

#logistics .section-details {
    display: initial;
}

#extension-info {
    margin-top: 25px;
    margin-bottom: 25px;
}

.networking-event-container {
    display: flex;
    justify-content: center;
}

.networking-event-container:first-child {
    margin-bottom: 40px;
}

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

.section-details img {
    margin-right: 40px;
    align-self: flex-start;
    height: auto;
    object-fit: fill;
    width: 50%;
}

.networking-event-content {
    width: 50%;
}

#location-details {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.location-details-address {
    width: 30%;
    vertical-align: top;
}

#location-details-content {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    border-left: 2px solid #FA582D;
    padding-right: 0%;
}

#location-details-content p {
    margin-bottom: 0;
    padding-left: 3%;
}

#location-details-content img {
    width: 2.5% !important;
    align-self: initial;
}

.address p {
    margin-bottom: 0;
}

#location .section-details img {
    width: 100%;
}

#location-details .event-section-subtitle {
    margin-top: 0;
}

.event-section-title {
    padding-bottom: 7px !important;
}

#event-climate {
    width: 100%;
    display: flex;
}

.climate-detail {
    margin-bottom: 0;
}

#event-climate-content {
    width: 55%;
    padding-right: 5%;
}

.weather {
    display: flex;
    width: 45%;
    height: 180px;
}

.temp:nth-child(1) {
    border: 2px solid #FA582D;
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 0;
    color: #FA582D;
}

.temp:nth-child(2) {
    border-top: 2px solid #9D3107;
    border-right: 2px solid #9D3107;
    border-bottom: 2px solid #9D3107;
    width: 50%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.temp p:nth-child(1) {
    font-size: 60px;
    color: #FA582D;
    margin-bottom: 0 !important;
    margin-right: -12px;
}

#temp-right p {
    margin-top: -5px;
    color: #9D3107 !important;
}

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

.event-row {
    width:100%;
    display: flex;
    border-bottom:1px solid #CCCCCC;
}

.event-row:nth-last-child(1) {
    border-bottom:0px solid #CCCCCC;
}

.event-date {
    width: 100%;
    background-color: #f0f0f0;
    padding: 11px 20px;
    font-weight: 700;
    color: #141414;
    font-size: 19px;
}

.time {
    width: 24%;
    border-right: 2px solid #c8c8c8;
    padding: 10px 20px;
}

.time .mobile {
    display: none;
}

.timezone-dropdown {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.timezone-dropdown p {
    margin: 0 10px 0 0;
    padding: 0px;
    color: #333;
    font-size: 16px;
}

select {
    border-width: 0px;
    background-color: #EDEDED;
    width: auto;
    height: auto;
    font-size: 14px;
    font-family: mark-bold;
    color: #000000;
    padding: 5px 40px 5px 15px;
    align-content: center;
    vertical-align: middle;
    border: 1px solid #807C7B40;
    background-image: url(https://reg1.lightspeed.events/confluent/EmeaCab/images/arrow.svg);
    background-repeat: no-repeat, repeat;
    background-position: right 1.2em top 50%, 0 0;
    background-size: 0.85em auto, 100%;
}

.event-info {
    width: 75%;
    padding: 12px 20px 10px 0px;
}

.event-info-nested-list {
    margin-top: 5px;
}

.event-info-nested-list li {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    color: #656565;
}

.event-info-nested-list-no-margin-bottom {
    margin-bottom: 0 !important;
}

.event-info-content-container {
    margin-top: 5px;
    margin-bottom: 0 !important;
}

.event-info-content-container li {
    padding-left: 5px;
}

.contact-info-block .event-section-title, .networking-block, .meeting-info-block {
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
    margin-top: 10px !important;
}

#meeting-info, #contact-info, #networking-info {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

#meeting-info {
    margin-top: -10px;
}

#meeting-info .event-section-title {
    padding-bottom: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

#meeting-info li {
    line-height: 21px;
}

/*
#meeting-info .thin {
    display: block;
}
*/

.time-dash-spacing {
    margin-left: 4px;
    margin-right: 3px;
}

.webinar-details {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.webinar-details .header-reg {
    width: fit-content;
    max-width: initial;
    margin-right: 30px;
}

.webinar-details p {
    margin-bottom: 0;
    font-weight: 700;
}

.webinar-details div span {
    color: #da291c !important;
}

#networking-info {
    margin-top: 15px;
}

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

.meeting-info-block, .contact-info-block, .networking-block {
    width: 50%;
    border-left: 4px solid #c8c8c8;
    padding-left: 30px;
}

.contact-info-block {
    display: flex;
    align-items: center;
}

#contact-info-blurb {
    margin-top: 25px;
}

.networking-block {
    display: flex;
    align-items: center;
}

.networking-block span {
    display: block;
    font-size: 16px;
    line-height: 23px;
}

.networking-block span:first-of-type {
    margin-top: 5px;
}

#contact-text {
    margin-top: 15px;
}

#back-top {
    text-align: right;
    margin-top: 50px;
    margin-bottom: 80px;
    margin-left: auto;
}

#footer-pulse {
    width: 100%;
}

#footer {
    clear: both;
    width: 100%;
    min-width: 800px;
    background-color: #0e0e0e;
    height: auto;
    padding-top: 50px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.footer-background-shape {
    position: absolute;
    width: 20%;
}

#footer-background-shape-1 {
    left: -40px;
    top: -130px;
}

#footer-background-shape-2 {
    right: -40px;
    bottom: -130px;
}

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

#footer .event-link {
    text-decoration: none !important;
}

.footer-content img {
    width: 18%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 3%;
    padding-bottom: 6%;
}

.footer-content div:nth-child(1) {
    margin-bottom: 30px;
}

.ft_title {
    font-size: 20px;
}

/* Body Styles */

.hr {
    width: 100%;
    height: 10px;
    margin-bottom: 35px;
    border-bottom: solid 1px #c7c9c8;
    clear: both;
}

li.list {
    line-height: 1.4em;
    padding-bottom:5px;
    background-size: 15px;
    background-position: 0 10px;
    padding-left: 5px;
    font-size: 20px;
}

ol.list {
    line-height: 1.4em;
    padding-bottom:5px;
    background-size: 15px;
    background-position: 0 10px;
    padding-left: 5px;
    font-size: 20px;
}

/* Heartbeat Animation */

.heart-rate {
    width: 550px;
    height: auto;
    position: relative;
    margin: 0;
    margin-left: -65px;
    z-index: 3;
    margin-right: 50px;
    margin-top: -20px;
}

.fade-in {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #09090a;
    top: 0;
    right: 0;
    animation: heartRateIn 2.5s linear infinite;
}

.fade-out {
    position: absolute;
    width: 120%;
    height: 100%;
    background-color: #09090a;
    top: 0;
    right: -120%;
    animation: heartRateOut 2.5s linear infinite;
    background: #09090a;
    background: linear-gradient(to right, #09090a 0%, ##09090a 80%, ##09090a 100%);
}

@keyframes heartRateIn {
    0% {
        width: 100%;
    }
    50% {
    width: 0;
    }
    100% {
        width: 0;
    }
}

@keyframes heartRateOut {
    0% {
        left: -120%;
    }
    30% {
        left: -120%;
    }
    100% {
        left: 0;
    }
}

/* Page Styles */

.container {
    margin: auto;
    background-color: #ffffff;
    z-index: 100;
    width: 100%;
    color: #53565A;;
    padding-bottom: 100px;
    padding-top:6 0px;
    overflow: hidden;
}

.content {
    margin: auto;
    max-width: 1000px;
    width: 80%;
    height: auto;
    padding-bottom: 50px;
}

/* Footer Styles */

#footer {
    clear:both;
    width:100%;
    min-width:800px;
    background-color: #0e0e0e;
    height:auto;
    padding-top:50px;
    margin-top:50px;
}

.footer_content {
    margin:auto;
    height:auto;
    width:900px;
    text-align:center;
    padding-bottom:50px;
}

.ft_info {
    font-size:18px;
    color:#ffffff;
    font-weight:300;
}

a.ft_link {
    color: #DA291C;
    text-decoration: none;
}

a.ft_link:hover {
    text-decoration: none;
    color: #14449A;
}

#secondary-footer {
    width: 100%;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #000;
}

.copyright {
    font-size: 12px;
    color: #464646;
    margin-bottom: 0;
}

.copyright a {
    color: #464646;
}

#copyright-spacing {
    margin-left: 10px;
    margin-right: 10px;
}

div#login-copyright {
    text-align: center;
    color: #adadad;
    margin-top: 20px;
}

/************************************************* Login In Pages Styles */

body {
    position: relative !important;
}

#welcome-page, #presentations-page {
    overflow: visible !important;
}

.submit_button {
    margin: auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    height: 40px;
    -webkit-appearance: none;
    border: none;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #FA582D;
/*    text-transform: uppercase;*/
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 18px;
    white-space: normal;
    min-width: 130px;
    cursor: pointer;
    border-radius: 50px;
}

.log-in-form {
    width: 35%;
    max-width: 1200px !important;
    margin: auto !important;
    background-color: #000000de;
    text-align: center !important;
    height: 100vh;
    margin-left: 0 !important;
    margin-right: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

div#log-in-form-content {
    padding: 100px 50px;
}

#log-in-form-content h2 {
    font-size: 33px !important;
    color: #fff !important;
    line-height: 43px;
    margin-bottom: 0 !important;
}

#log-in-form-content h3 {
    font-size: 19px !important;
    color: #807C7B;
}

#log-in-form-content #presentations-title {
    font-size: 26px !important;
    color: #807C7B !important;
    font-family: 'tt_hovesmedium', sans-serif !important;
}

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

#pulse-lockup {
    width: 75%;
    margin-bottom: 130px;
    margin-top: -40px;
}

#login-skyline {
    position: absolute;
    bottom: -5%;
    width: 100%;
    z-index: 3;
}

#login-pulse-container {
    overflow: hidden;
}

#loginSVG {
    width: 100%;
    height: 100%;
    visibility: hidden;
    position: absolute;
    z-index: 2;
    width: 65.5%;
    top: -26%;
    right: 0;
}

#pulseLine {
    stroke: #FA582D;
    stroke-width: 4px;
    fill: none;
/*        stroke-linecap: round;*/
    stroke-linejoin: round;
    	stroke-dasharray:1200;
	stroke-dashoffset:2300;
	animation: dash 5s linear forwards infinite;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}

.form-info {
    padding-top:40px;
    text-align: left;
    width:86%;
    margin:auto;
}


.welcome {
    font-size:38px;
    line-height: 1.3em;
    font-weight: 900;
    color:#000;
    width:100%;
    margin:auto;
    text-align:center;
}

#login-logo {
    width: 24%;
    margin-bottom: 35px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 80px;
}

.description {
    font-size: 13px;
    line-height: 1.3em;
    color: #ffffff;
    margin: auto;
    text-align: center;
    font-family: 'tt_hovesregular', sans-serif !important;
    font-weight: 400;
    padding-bottom: 0;
    margin-top: 60px;
}

label {
    font-size:14px;
    padding-bottom:15px;
    color:#53565A;
    width: 80%;
    margin:auto;
    text-align:left;
}

.loginField, .loginFieldRed {
    background-color: #f0f0f0;
    border-radius: 0px !important;
    border: 1px solid #dfdfdf;
    text-indent: 6px;
    font-weight: 400;
    height: 32px;
    font-size: 12px;
    width: 70%;
    margin: auto;
    text-align: center;
}

.loginFieldRed {
    background-color: #f0f0f0;
    border-radius: 0px !important;
    border: 1px solid  #dfdfdf;
    text-indent:3px;
    font-weight: 400;
    height:28px;
    font-size: 12px;
    width: 100%;
    margin:auto;
}

.loginFieldRed {
    border: 1.5px solid #0079FF;
}

#asterix {
    color: #53565A;
}

#copyright {
    padding: 20px 0;
    font-size: 10px;
    position: fixed;
    bottom: 0;
    background-color: #000000;
    width: 100%;
    color: #323232;
    font-size: 0.8em;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    left: 0;
    right: 0;
    font-family: sans-serif;
}

#login-form-container {
    width: 100%;
    position: relative;
    z-index: 0;
}

.submit_button:hover, .back-to-top:hover {
    background-color: #FA582D;
    cursor: pointer;
}

.highlight {
    color: #b71234;
}

#login-form-email {
    width: 90%;
    margin-top:10px;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
}


#login-form-table {
    margin: auto;
}

#login-email-container {
    width: 90%;
    margin-top:10px;
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
}

#back-to-top-span {
    display: inline-block;
    padding-right: 10px;
    margin-bottom: -5px;
}

.error-login-message {
    background-color: #f0f0f0;
    color: #000;
    width: 70%;
    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;
    max-width: 470px;
}

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

#login-email-field {
    width: 70%;
    margin: 20px auto 30px auto;
    max-width: 470px;
}

.error-login-exclamation {
    color: #fff;
    position: absolute;
    top: -17px;
    background-color: #da291c;
    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;
}

div#line-break-login {
    display: block;
    margin-top: 10px;
}

.hide-mobile {
    margin-left: 10px;
    margin-right: 10px;
}

#agenda-no-slot-descript {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
}

.para-space-top {
    margin-top: 10px;
}

.margin-padding-bottom-0 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.margin-top-0 {
    margin-top: 0 !important;
}

#login-banner-desktop {
    display: block;
}

#login-banner-mobile {
    display: none;
}

/***************************************************************** AGENDA STYLING */

table, table * {
    border: 0;
    border-collapse: collapse;

}

#agenda-intro {
    margin-bottom: 35px;
}

.agenda-day {
    border-collapse: collapse;
    border: 0;
    width: 100%;
}

.agenda p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.agenda-day .bold {
    font-weight: 500 !important;
}

.agenda-day table {
    width: 100%;
}

.agenda-day ul {
    position: relative;
    list-style: none;
    margin-bottom: 5px !important;
    margin-top: 0px !important;
    margin-left: -1px;
}

.agenda-day ul li {
    margin-left: -17px;
    padding-left: 0px;
    line-height: 20px;
    font-size: 16px;
    margin-bottom: 6px !important;
}

.primary-event, .secondary-event {
    position: relative;
    margin-left: 20px;
}

.primary-event::before, .secondary-event::before {
    content: '▶';
    position: absolute;
    left: -20px;
    color: #FA582D;
    font-size: 12px;
}

.secondary-event::before {
    color: #5f5f5f;
}

.agenda-day ul li::marker {
    color: #5a5a5a;
}

.agenda-day td, .agenda-day th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px 20px;
    border: 0;
    border: 1px solid #dddddd;
    font-size: 18px !important;
    vertical-align: middle;
}

.three-columns td {
    border-bottom: 0;
}

tr.three-columns th, tr.three-columns td, .last-column td {
    border-top: initial;
}

.three-columns th, .two-columns th {
    background-color: var(--2024_generic_light_gray);
    font-weight: 600;
}

.three-columns td {
    background-color: #e424ff08;
}

.three-columns td:first-child {
    background-color: initial;
}

.bold {
    font-weight: 800;
}

.agenda-day th:first-child, .agenda-day td:first-child {
    width: 25% !important;
    min-width: 25% !important;
    max-width: 25% !important;
/*    word-break: break-all !important;*/
    border-right: 2px solid var(--2024_generic_dark_gray_faded);
}

#day-1, #day-2 {
    margin-bottom: 30px;
}

.two-columns-content {
    width: 37.5%;
}

.three-columns-content {
    width: 25%;
}

.gtm-border {
    border-left: 2px solid var(--2024_psab_accent_one) !important;
}

.cto-border {
    border-left: 2px solid var(--2024_psab_accent_two) !important;
}

.cloud-border {
    border-left: 2px solid #0054D7 !important;
}

.no-gray-border-right {
    border-right: initial !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

/***************************************************************** HEADSHOTS PAGE */

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

#headshots-page {
    background-color: #1c1c1c;
}

#headshots-page .footer-line {
    margin-top: 200px;
}

.headshots-banner {
    width: 100%;
}

#mobile-headshots-banner {
    display: none;
}

#desktop-headshots-banner {
    display: block;
}

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

#headshots-container {
    /*    background-image: url(../images/mandalay-bay-bg.png);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f4f4f4;
    background-position-y: -270px;
    margin-bottom: -200px;
}

#headshot-content {
    margin: auto;
    width: 1000px !important;
    height: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 50px;
    margin-bottom: 60px;
    background-color: #f4f4f4;
}

#headshot-content-inner {
    padding: 85px 100px 0 100px;
}

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

#headshot-directions {
    margin-left: 15px;
}

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

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

#headshots-page .hr {
    margin-bottom: 25px !important;
    margin-top: 15px !important;
    border-bottom: solid 1px #787878 !important;
}

#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: 915px;
    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;
}

#upload-box-container {
    background-color: #f4f4f4;
}

#headshots-page .content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    margin-top: -25px !important;
}

#meeting-info .border-left-spacing {
    margin-bottom: 15px !important;
}

/************************************************* Root Template Page */

#base-page {
    overflow-x: hidden;
}

#base-logo {
    width: 18%;
}

#base-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

#base-page-container {
    margin-top: -100px;
    text-align: center;
}

#base-copyright {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    background-color: #000000;
    color: #464646;
    font-size: 12px;
    margin: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#login-form-container #base-copyright {
    left: 0;
    font-size: 10px;
    margin: auto;
    padding-left: 5%;
    padding-right: 5%;
}

.sidebar-nav-info .more-bold {
    color: #fff !important;
}

/************************************************* Hamburger Menu */

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 40px;
    height: 25px;
    position: absolute;
    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: -19px !important;
    margin-top: -44px !important;
    margin-top: 0;
    right: 10%;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  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;
}

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

.noscroll {
    overflow: hidden;
}

.nav-content {
    display: none;
}

#michael-khoury img {
    width: 12% !important;
    margin-top: 20px;
}

#michael-khoury p {
    font-size: 16px !important;
}

#michael-khoury .bold {
    margin-top: 10px;
    margin-bottom: 0;
}

/************************************************* Presentations Page */

#presentations-intro h2 {
    font-family: 'tt_hovesmedium', sans-serif !important;
    font-size: 31px !important;
}

#presentations-intro {
    text-align: center;
}

#presentations-intro p span {
    display: block;
}

#presentation-bar-container {
    margin-top: 20px;
}

#presentation-bar-container a, #presentation-bar-container a:hover {
    color: inherit;
    text-decoration: none;
}

.presentation-bar {
    background-color: #f0f0f0;
    padding: 20px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 30px;
}

.presentation-bar:hover {
    background-color: #dddddd;
}

.presentation-bar p {
    margin-bottom: 0;
    font-family: 'tt_hovesmedium', sans-serif !important;
    color: #000000;
}

.presentation-bar img {
    width: 22px;
    float: right;
}

#presentations-page #event-container {
    position: relative;
    z-index: 1;
}

#presentations-page #footer-pulse {
    margin-top: -80px;
    z-index: 2;
    position: relative;
}

#presentations-page .event-link {
    font-family: 'tt_hovesmedium', sans-serif !important;
}

/*
#presentations-descript {
    width: 82%;
    margin-right: auto;
    margin-left: auto;
    display: block;
}
*/

/************************************************* Media Queries */


@media screen and (max-width: 2000px) {
    .loginField, .loginFieldRed {
        width: 92%;
    }
    .heart-rate {
        width: 300px;
    }
}

@media screen and (max-width: 1800px) {
    .loginField, .loginFieldRed {
        width: 100%;
    }
    .description {
        font-size: 12.5px;
    }
}

@media screen and (max-width: 1700px) {
    #event-banner-gradient {
        background: linear-gradient(96deg, #09090a 40%, #09090af7 50%, #09090ad6 56%, #ffffff00 75%);
    }
    #banner-logo {
        margin-left: -57%;
    }
    .heart-rate {
        width: 550px;
    }
    #login-email-field {
        width: 355px;
    }
}

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

    #footer-background-shape-1 {
        left: -40px;
        top: -60px;
    }

    #footer-background-shape-2 {
        right: -40px;
        bottom: -60px;
    }


    .time {
        width: 22%;
    }

    .event-banner-text h1 {
        font-size: 24px;
        line-height: 1em;
    }

    .event-banner-text h2 {
        font-size: 16px !important;
    }

    #banner-logo {
        width: 38%;
    }

    #event-banner-gradient {
        background: linear-gradient(96deg, #09090a 47%, #09090af7 55%, #09090ad6 61%, #ffffff00 75%);
    }

    .main-content {
        width: 65%;
    }

}

@media screen and (max-width: 1400px) {
    .time {
        width: 25%;
    }
    #meeting-info, #contact-info, #networking-info {
        display: block;
    }
}

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

    #banner-shape-1 {
        height: 360px;
        height: 275px;
    }

    .time {
        width: 30%;
    }

    #event-banner {
        min-height: 315px;
    }

}

@media screen and (max-width: 1300px) {
    #michael-khoury img {
        width: 17% !important;
    }
    #event-banner-gradient {
        background: linear-gradient(109deg, #09090a 61%, #ffffff00 75%);
        filter: blur(45px);
    }
    #event-banner-gradient {
        height: 520px;
    }
    #banner-logo {
        margin-left: -53%;
    }
    #banner-logo {
        width: 45%;
    }
}

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

    .agenda-day ul li {
        margin-bottom: 8px !important;
    }

    .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;
    }


    .log-in-form {
        width: 60%;
    }
    #loginSVG {
        width: 40.5%;
    }
    #login-skyline {
        position: absolute;
        bottom: 0%;
        width: 146%;
        z-index: 3;
        right: -5%;
    }
    .event-info {
        padding: 12px 20px 10px 28px;
    }
    .intro img {
        width: 20%;
    }
    .contact-info-block, .networking-block {
        padding-left: 10px;
    }
    .main-content {
        width: 62%;
    }
    .event-info-content-container {
        padding-left: 15px;
    }
    .event-info-nested-list {
        padding-left: 30px;
    }
    #meeting-info {
        margin-top: -10px !important;
    }
    .footer-content img {
        width: 24%;
        margin-right: auto;
        margin-left: auto;
        padding-top: 3%;
        padding-bottom: 8%;
    }

}

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

    #presentations-intro p span {
        display: inline;
    }

    #presentation-bar-container .col-md-6 {
        width: 100%;
    }

    #welcome-page, #presentations-page {
        overflow: hidden !important;
    }

    #meeting-info, #contact-info, #networking-info {
        display: flex;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: flex !important;
    }

    .heart-rate {
        margin-top: -120px;
    }

    #banner-logo {
        margin-left: -138%;
        margin-top: 6%;
    }

    #banner-logo {
        width: 58%;
    }

    #event-banner-gradient {
        background: linear-gradient(109deg, #09090a 58%, #ffffff00 75%);
    }

    #headshots-page .content {
        margin-top: 0px !important;
    }

    #headshots-page .content iframe {
        height: 850px;
    }

    #headshot-content-inner {
        padding: 60px 75px 0 75px;
    }

    #mobile-headshots-banner {
        display: block;
    }

    #desktop-headshots-banner {
        display: none;
    }

    #headshot-content {
        width: 80% !important;
    }

    .contact-info-block, .networking-block {
        padding-left: 30px;
    }

    .time {
        width: 22%;
    }

    #banner-shape-1 {
        height: 237px;
        right: -7%;
    }

    .sidebar-nav {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 40px;
    }

    .main-content {
        width: 100%;
    }

    #presentations-page .main-content {
        width: 100% !important;
    }

    #event-container {
        flex-direction: column;
        width: 85%;
    }

    .sidebar-nav {
        position: initial;
    }

    .sidebar-nav-info {
        padding: 3.5%;
    }

}


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

    #headshots-page .content:first-of-type {
        padding-bottom: 0;
    }

    #headshots-logo img {
        width: 65%;
    }

    .event-banner-text h1 {
        font-size: 20px;
    }

    .event-banner-text h2 {
        font-size: 19px !important;
    }

    .form {
        width: 90%;
    }

    #banner-shape-1 {
        height: 265px;
    }

}

@media screen and (max-width: 950px) {
    #meeting-info, #contact-info, #networking-info {
        display: block;
    }
}

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

    #floating-image img {
        width: 100%;
        margin-right: 0;
        height: 200px;
        margin-bottom: 20px;
        object-fit: cover;
    }

    .networking-event-container {
        display: block;
    }

    .networking-event-content {
        width: 100%;
        display: block;
    }

    .loginField, .loginFieldRed {
        width: 70%;
    }

    #event-climate-content {
        width: 100%;
        padding-right: 0;
    }

    .footer-content img {
        padding-bottom: 10%;
    }

    .footer-content img {
        width: 35%;
    }

    #footer-background-shape-1 {
        left: -40px;
        top: -20px;
    }

    #footer-background-shape-2 {
        right: -40px;
        bottom: -20px;
    }

    #event-banner-gradient {
        background: linear-gradient(109deg, #09090a 63%, #ffffff00 75%);
        filter: blur(27px);
        margin-left: -80px;
    }

    #event-banner {
        background-position: center;
    }

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

    .location .event-section-title {
        margin-top: 15px !important;
    }

    #banner-logo {
        width: 55%;
    }

    #banner-shape-1 {
        height: 243px;
    }

    .log-in-form {
        width: 100%;
        max-width: 100%;
    }

    #loginSVG {
        width: 100%;
        top: 2%;
    }

    #login-skyline {
        bottom: -21%;
        width: 146%;
        right: -5%;
    }

    #pulse-lockup {
        width: 50%;
        margin-bottom: 50px;
        margin-top: -50px;
    }

    .description, #pulse-lockup {
        margin-top: 80px;
    }

    .event-banner-text h2 {
        font-size: 22px;
    }

    .section-details {
        flex-direction: column;
    }

    #event-climate {
        flex-direction: column;
    }

    #event-climate p.climate-detail {
        width: 100%;
        margin-bottom: 30px;
    }

    .temp {
        padding-bottom: 3%;
    }

    .weather {
        width: 100%;
    }

    .section-details img {
        height: 200px;
        object-fit: cover;
        width: 100%;
        margin-right: 40px;
        margin-bottom: 20px;
    }

    #location-details-content img {
        width: 2.5% !important;
        align-self: initial;
        object-fit: initial !important;
        height: initial !important;
        margin-right: 20px;
    }

    .location-details-address {
        width: 35%;
        vertical-align: top;
    }

    .weather p {
        margin-bottom: 0;
    }

    .temp p:nth-child(1) {
        margin-top: 5px !important;
    }

    .event-row {
        flex-direction: column;
    }

    .time {
        width: 100%;
        border-left: 2px solid #da291c;
        border-right: 0px solid #da291c;
        padding-bottom: 5px;
    }

    .event-info {
        width: 100%;
        border-left: 2px solid #da291c;
        padding-top: 0px;
    }

    .agenda-day th:first-child, .agenda-day td:first-child {
        width: 30% !important;
        min-width: 30% !important;
        max-width: 30% !important;
    }

    .time .desktop {
        display: none;
    }

    .time.mobile {
        display: block;
        padding-bottom: 5px;
        border-left: 0px;
    }

    .contact-info {
        flex-direction: column;
    }

    #event-banner {
        min-height: 400px;
    }

}


@media screen and (max-width: 800px) {
    
    #presentations-descript {
        width: 100%;
    }

    #michael-khoury img {
        width: 20% !important;
    }

    #location-details {
        display: block;
    }

    #location-details-content, .location-details-address {
        width: 100%;
    }

    #location-details-content {
        margin-top: 20px;
    }

    #location-details-content img {
        display: none;
    }

    .networking-event-container {
        flex-direction: column;
    }

    .agenda-day th:first-child, .agenda-day td:first-child {
        width: 40% !important;
        min-width: 40% !important;
        max-width: 40% !important;
    }

    #banner-logo {
        margin-left: -176%;
        margin-top: 16%;
        width: 78%;
    }

    .event-banner-text h2 {
        font-size: 18px !important;
    }

    #login-banner-desktop {
        display: none;
    }

    #login-banner-mobile {
        display: block;
    }

}

/************************** mobile breakpoint */



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

        #logout-bar div {
        text-align: left !important;
    }

    .nav-content {
        display: block;
    }

    .mobile-menu {
        display: flex;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        cursor: pointer;
        position: relative;
        z-index: 30;
    }

    .mobile-dropdown {
        position: absolute;
        top: 0;
        left: 0px;
        background-color: #151515f5;
        display: block;
        z-index: 20;
        width: 100%;
        height: 100vh;
        display: none;
    }

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

    ul.nav-items {
        display: none;
    }

    ul.mob-nav-items {
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

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

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

    .hamburger-link p {
        color: #fff !important;
        text-transform: capitalize;
        font-size: 26px;
    }

    .hamburger-link p:hover {
        color: #FA582D;
    }

    #headshot-content h3 {
        font-size: 25px;
    }

    .auth-shapes {
        width: 50% !important;
    }

    .footer-content img {
        margin-bottom: 35px;
    }

    #sidebar-title {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .sidebar-nav-info {
        padding: 5%;
    }

    #auth-page {
        height: auto;
    }

    a.button {
        margin: 15px;
        float: none;
    }

}


@media screen and (max-width: 768px) {
    #footer {
        min-width: initial;
    }
    .footer-content {
        display: block;
    }
    #sidebar-title, #sidebar-date {
        margin-top: 25px;
    }
    #contact-info {
        display: block;
    }
    .error-login-message {
        width: 100%;
    }

    div#login-email-field {
        width: 100%;
    }

    .submit_button {
        height: 40px;
        font-size: 16px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    .contact-row:nth-child(1) {
        width: 100%;
        min-width: 0px;
    }

    .contact-row {
        width: 100%;
        min-width: 0px;
    }

    .form {
        width: 90%;
    }

    .form-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        width: 100%;
        border-bottom:2px solid #000;
        padding-bottom:10px;
        margin-bottom:40px;
        padding-top:40px;
    }

    #logout-bar {
        padding-top: 20px;
        height: auto;
        padding-bottom: 20px;
    }

    #nav {
        position: fixed;
        background-color:#fff;
        width:100%;
        z-index: 10;
    }

    .logo {
        margin-left:10%;
    }

    .main-copyright {
        text-align: center;
        margin-right: 0%;
    }

    h1.login {
        font-size:38px;
    }

    .event-view {
        width: 100%;
        margin:auto;
        padding-top:20px;
        padding-bottom:20px;
    }

    .row {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-bottom: 0px;
    }

    .arrow {
        display: none;
    }

    .body {
        color:#1a1a1a;
    }

    .form {
        width:90%;
        margin:auto;
        background-color:#fff;
        min-height: 900px;
        margin-top:140px;
    }

}

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

    .meeting-info-block {
        width: 100%;
    }

    /*
        #meeting-access .meeting-info-block {
            width: 45%;
        }
    */

    #headshots-logo img {
        width: 78%;
    }

    .contact-info-block, .networking-block {
        padding-left: 30px;
        width: 82%;
    }

    #shapes-2 {
        right: -10%;
    }

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

    .description {
        width: 100%;
    }

    #banner-shape-1 {
        height: 155px;
    }

    #login-logo {
        width: 40%;
    }

    #auth-page {
        height: auto;
    }

    .agenda-day .more-bold {
        line-height: 20px;
    }

    .agenda-day ul {
        margin-top: 10px !important;
    }

}

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

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

    #login-logo {
        margin-top: 50px;
    }

    .intro p:nth-child(1) {
        font-size: 22px;
    }

    .intro img {
        width: 30%;
        margin-top: 10px;
    }

}

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

    #michael-khoury img {
        width: 30% !important;
    }

    #base-message {
        width: 89%;
        margin-right: auto;
        margin-left: auto;
    }

    #base-page-container {
        margin-top: -250px;
    }

    #base-logo {
        width: 45%;
    }

    #base-page h1 {
        font-size: 38px;
        width: 61%;
        margin-right: auto;
        margin-left: auto;
    }

    #base-page h1 {
        width: 85%;
        line-height: 40px;
    }

    #base-page br {
        display: none;
    }

    #footer-pulse {
        width: 100%;
        margin-top: 5%;
    }

    .footer-background-shape {
        width: 30%;
    }

    .footer-content img {
        width: 44%;
        padding-bottom: 6%;
    }

    .agenda-day th:first-child, .agenda-day td:first-child {
        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
    }

    #banner-logo {
        margin-left: -172%;
        margin-top: 16%;
        width: 130%;
    }

    #event-banner-gradient {
        background: linear-gradient(109deg, #09090a 78%, #ffffff00 75%);
        filter: blur(35px);
        margin-left: -120px;
    }

    .webinar-details .header-reg {
        margin-bottom: 15px;
    }

    .webinar-details {
        display: block;
    }

    .contact-info-block, .networking-block {
        width: 80%;
    }

    #base-message {
        width: 89%;
        margin-right: auto;
        margin-left: auto;
    }

    #base-page-container {
        margin-top: -250px;
    }

    #base-logo {
        width: 45%;
    }

    #error-page h1, #base-page h1 {
        font-size: 38px;
        width: 61%;
        margin-right: auto;
        margin-left: auto;
    }

    #error-page h1, #base-page h1 {
        width: 85%;
        line-height: 40px;
    }

    #base-page br {
        display: none;
    }

    #login-email-field {
        margin: 15px auto 40px auto;
    }

    #login-logo {
        width: 55%;
    }

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

    #back-top {
        margin-bottom: 10px;
    }

    h1 {
        font-size: 38px;
    }

    #footer {
        min-width: 0px;
    }

    h3 {
        margin-bottom:30px;
    }

    .agenda {
        flex-direction: column;
    }

}


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

    #headshot-content-inner {
        padding: 30px 35px 0 35px;
    }

    .hide-mobile {
        display: none;
    }

    .line-break-mobile {
        display: block;
    }

    #banner-shape-1 {
        height: 180px;
    }

    #banner-shape-2 {
        width: 175px;
    }

    .welcome {
        font-size: 25px;
        line-height: 1.0em;
        width:100%;
        margin:auto;
    }

    .description {
        width:100%;
        margin:auto;
    }

    label {
        width: 80%;
        margin:auto;
    }

    .form-info {
        width:80%;
    }

    .loginField, .loginFieldRed {
        width: 80%;
    }

    .log-in-form {
        background-color: #000000d6;
    }

    .description, #pulse-lockup {
        margin-top: 0;
    }

    #log-in-form-content .description {
        margin-top: 50px;
    }

    #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        height: 2px;
    }

    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        margin-top: -35px !important;
    }

}


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

    .separator div {
        width: 100%;
    }

    .separator p {
        border-bottom: 2px solid #da291c;
    }

    .section-underline-pulse {
        display: none;
    }

    .event-link span span {
        display: block;
        margin-top: -5px;
    }

    .networking-event-content .event-section-title span {
        display: block;
    }

    .sidebar-nav .header-reg {
        margin-right: auto;
        margin-left: auto;
        margin-top: 25px;
        width: fit-content;
        padding-bottom: 4px;
    }

    .agenda-day th:first-child, .agenda-day td:first-child {
        width: 50% !important;
        min-width: 50% !important;
        max-width: 50% !important;
        font-size: 14px !important;
        vertical-align: middle;
    }

    .agenda-day td, .agenda-day th {
        font-size: 16px !important;
    }

    #event-banner-gradient {
        background: linear-gradient(109deg, #09090a 87%, #ffffff00 75%);
        filter: blur(44px);
        margin-left: -160px;
    }

    #banner-logo {
        width: 235%;
        margin-top: 60px;
        margin-left: -185%;
    }

    .meeting-info-block, .contact-info-block, .networking-block {
        padding-left: 10px;
    }

    .contact-info-block, .networking-block {
        width: 95%;
    }

    .auth-shapes {
        width: 50% !important;
    }

    #shapes-2 {
        right: 0;
        top: initial;
        bottom: 52px;
        position: fixed;
    }

    section {
        margin-bottom: 45px;
    }

    .footer-content {
        margin: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .footer-content img {
        width: 45%;
        margin-bottom: 0;
    }

    .event-banner-text h1 {
        font-size: 22px;
    }

    #event-banner {
        min-height: 225px;
    }

    .heart-rate {
        margin-top: -82px;
    }

    .sidebar-nav-info {
        text-align: center;
    }

    .event-banner-text {
        margin: auto;
    }

    #banner-shape-1 {
        height: auto;
        bottom: 0;
        width: 210px;
    }

    #banner-shape-2 {
        height: auto;
        width: 170px;
    }

    .event-banner-text h2 {
        font-size: 18px !important;
        margin-bottom: 0 !important;
    }

    #logout-bar {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    div#log-in-form-content {
        padding: 30px 40px;
    }
    .footer-background-shape {
        width: 25%;
    }
    #log-in-form-content h2 {
        font-size: 29px !important;
        line-height: 34px;
        margin-bottom: 0 !important;
    }
    #pulse-lockup {
        width: 90%;
        margin-bottom: 75px;
    }
    #base-copyright span {
        display: block;
    }
}


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

    .agenda-day th:first-child, .agenda-day td:first-child {
        width: 45% !important;
        min-width: 45% !important;
        max-width: 45% !important;
        font-size: 11px !important;
        vertical-align: middle;
    }

    .agenda-day td, .agenda-day th {
        font-size: 14px !important;
    }

    .description {
        font-size: 16px;
    }

    .description span {
        display: block;
    }

    .welcome .line-break {
        display: inline;
    }

    #base-page-container {
        margin-top: -350px;
    }

    #logout-bar img {
        width: 100% !important;
    }

    .contact-row:nth-child(1) {
        flex-direction: column;
    }

    .contact-row {
        flex-direction: column;
        margin-top:60px;
    }

    .contact-card {
        width: 60%;
        margin: auto;
        margin-bottom:30px;
    }

    .login-left input {
        align-self: flex-start;
        width: 250px;
        -webkit-appearance:none;
    }

    .sub-footer img {
        margin:auto;
        padding-bottom: 30px;
        width: 60%;
    }

    .logo img {
        width: 150px;
        margin-top:10px;
    }

    select {
        width: 100%;
    }

    #logout-bar img {
        width: 100% !important;
    }

    .form {
        margin-top:60px;
        margin-bottom:60px;
    }
    #location-details-content p {
        padding-left: 7%;
    }

}

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

    .agenda-day td, .agenda-day th {
        font-size: 12px !important;
    }

    #michael-khoury img {
        width: 40% !important;
    }

    #banner-shape-1 {
        width: 170px;
    }

    #banner-shape-2 {
        width: 145px;
    }

    .sidebar-nav-info.mobile p {
        font-size: 15px;
    }
    .sidebar-nav .header-reg {
        margin-top: 20px;
    }
    .sidebar-nav-info {
        padding: 8% 5%;
    }
    .agenda-day th:first-child, .agenda-day td:first-child {
        font-size: 13px !important;
    }
    .agenda-day td, .agenda-day th {
        font-size: 14px !important;
        line-height: 18px;
    }
}


@media (max-height: 1000px) and (max-width: 1400px) {
    #login-skyline {
        width: 140%;
    }
}

@media (max-height: 1000px) and (max-width: 1200px) {
    #login-skyline {
        width: 150%;
    }
}

@media (max-height: 1000px) and (max-width: 1000px) {
    #login-skyline {
        width: 190%;
    }
}

@media (max-height: 800px) and (min-width: 700px) {
    #login-skyline {
        bottom: -30%;
    }
}

@media (max-height: 700px) and (min-width: 700px) {
    #login-skyline {
        bottom: -45%;
    }

@media (max-height: 500px) and (min-width: 700px) {
    #login-skyline {
        bottom: -60%;
    }
}


