/*Out of the box styles*/
        .ootb {
        	float: left;
            clear: both;
            width: 100%;
            overflow: hidden;
        }
        
        /* sections */
        .event-section {
            width: 100vw;
            height: 100vh;
            padding-top:0 !important;
            margin-top:0 !important;
            z-index:5;
            border:0 !important;
        }
        
        .outofthebox {
          display:none;
          position: absolute;
          top: 0;
          left: -50%;
          width: 200vw;
          height: 100vh;
          text-align: center;
          min-width: 200%;
          min-height: 100%;
          border:0 !important;
          /*clip-path: inset(1px 1px);*/
        }
        
        @media only screen and (min-width: 800px) {
            .outofthebox {
                display:inline;
                position: absolute;
                top: 0;
                left: -80%;
                width: 260vw;
                height: 101vh;
                text-align: center;
                min-width: 100%;
                min-height: 100%;
                border:0 !important;
                /*clip-path: inset(1px 1px);*/
            }
        }
        
        .outofthebox-mobile {
            display:inline;
          position: absolute;
          top: 0;
          left: -50%;
          width: 200vw;
          height: 100vh;
          text-align: center;
          min-width: 100%;
          min-height: 100%;
          border:0 !important;
        }
        
        @media only screen and (min-width: 800px) {
            .outofthebox-mobile {
                display:none;
                position: absolute;
                top: 0;
                left: 0;
                width: 100vw;
                height: 100vh;
                text-align: center;
                min-width: 100%;
                min-height: 100%;
                border:0 !important;
            }
        }
        
        .event-details-inner {
            display:inline-flex;
            flex-direction:column;
            align-items:center;
            height:100vh;
        }
        
        @media only screen and (min-width: 800px) {
            .event-details-inner {
                display:inline-flex;
                flex-direction:row;
                align-items:center;
                height:100vh;
        }
        }
        
        .left-box {
            width: 100%;
            float: left;
            z-index:99999;
        }
        
        .right-box {
            width: 100%;
            float: left;
            z-index:99999;
        }
        
        .centered-box {
            float: left;
            z-index:99999;
        }
        
        .images {
           display: flex;
           flex-wrap: nowrap;
           overflow-x: auto;
           -webkit-overflow-scrolling: touch;
           -ms-overflow-style: -ms-autohiding-scrollbar;
           margin-top:150px;
        }
        
        .dontshowmobile {
            display:none;
        }
        
        .dontshowdesktop {
            display:flex;
        }
        
        @media only screen and (min-width: 800px) {
            .left-box {
                width: 50%;
                float: left;
                z-index:99999;
            }
        
            .right-box {
                width: 50%;
                float: left;
                z-index:99999;
            }
            
            .centered-box {
                float: none;
                z-index:99999;
                display:flex;

            }
            
            .images {
               display: inline-flex;
               flex-wrap: nowrap;
               overflow-x: none;
               justify-content:center;
               z-index:99999999999;
            }
            
            .dontshowmobile {
                display:flex;
            }
            
            .dontshowdesktop {
                display:none;
            }
        }
        
        
        /* Details section stylings*/
        .date-venue {
            text-align:left;
            font-size:12vw;
            color:#fff;
            margin-left:10%;
            margin-top:20% !important;
        }
        
        @media only screen and (min-width: 800px) {
            .date-venue {
                text-align:left;
                font-size:7vw;
                color:#fff;
                margin-left:20%;
                margin-top:0 !important;
            }
        }
        
        @media only screen and (min-width: 1200px) {
            .date-venue {
                text-align:left;
                font-size:7vw;
                color:#fff;
                margin-left:20%;
                margin-top:0 !important;
            }
        }
        
        .date-venue span {
            display: inline-block;
            background: #f5b9ac;
            line-height: 1;
            text-align:left;
            padding:5px;
        }
        
        .event-overview {
            width:100%;
            text-align:left;
            margin-left:10%;
            margin-top:10%;
        }
        
        .event-overview h2 {
            font-size:9vw;
            font-weight:400;
            text-align:left;
            color:#232828;
        }
        
        .event-overview p {
            width:80%;
            text-align:left;
            font-size:100%;
            background-color:RGBA(255,255,255,0.9);
            padding:1%;
        }
        
        @media only screen and (min-width: 800px) {
            .event-overview {
                width:100%;
                text-align:right;
                margin-left:10%;
                margin-top:10%;
            }
        
            .event-overview h2 {
                text-align: right;
                color: #232828;
                font-size: 300%;
                float: right;
                margin-right: 20%;
                width: 70%;
            }
        
            .event-overview p {
                text-align: right;
                font-size: 100%;
                background-color: RGBA(255,255,255,0.5);
                float: right;
                margin-right: 20%;
            }
        }
        
        @media only screen and (min-width: 1200px) {
            .event-overview {
                width:100%;
                text-align:right;
                margin-left:10%;
                margin-top:10%;
            }
        
            .event-overview h2 {
                font-size:400%;
                width:80%;
                text-align:right;
                color:#232828;
                margin-right:20%;
            }
        
            .event-overview p {
                width:50%;
                float:right;
                margin-right:20%;
                font-size:100%;
                text-align:right;
                font-size:100%;
                background-color:RGBA(255,255,255,0.5);
            }
        }
        
        @media only screen and (min-width: 1400px) {
            .event-overview {
               width:105%;
               text-align:right;
               float:right;
            }
        
            .event-overview h2 {
                text-align:right;
                font-size:100px;
                margin-right:10%;
                float:right;
            }
        
            .event-overview p {
                width:60%;
                text-align:right;
                font-size:150%;
                line-height:200%;
                background:none;
                margin-right:10%;
                float:right;
            }
        }
        
        /* Sessions */
        
        .session-text {
            font-size:100%;
            margin-top:5%!important;
            margin-left:10%;
            width:80%;
            /*background-color:rgba(255,255,255,0.8);*/
            padding:1%;
            color:#fff;
        }
        
        .panels {
            text-align:right;
            font-size:300%;
            color:#fff;
            margin-top:5% !important;
            display:none;
        }
        
        @media only screen and (min-width: 800px) {
            .panels {
                text-align:right;
                font-size:400%;
                color:#fff;
                margin-left:25%;
                margin-top:0 !important;
                display:block;
            }
            
            .session-text {
                font-size:150%;
                line-height:200%;
                margin-left:20%;
                width:80%;
            }
        }
        
        @media only screen and (min-width: 1200px) {
            .panels {
                text-align:right;
                font-size:500%;
                color:#fff;
                margin-left:25%;
                margin-top:0 !important;
                margin-left:0;
                padding-right:10%;
                display:block;
            }
            
            .session-text {
                font-size:150%;
                line-height:200%;
                margin-left:20%;
                width:70%;
                background:none;
            }
        }
        
        @media only screen and (min-width: 1600px) {
            .panels {
                text-align:right;
                font-size:500%;
                color:#fff;
                margin-left:20%;
                margin-top:0 !important;
                padding-right:20%;
                display:block;
            }
            
            .session-text {
                font-size:180%;
                margin-left:20%;
                width:50%;
                background:none;
            }
        }
        
        .panels span {
            display: inline-block;
            background: #f5d184;
            line-height: 1;
            text-align:right;
            padding:5px;
        }
        
        /* Packages */
        
        .title-box {
            position:relative;
            width: 100%;
            z-index:9999999;
            margin-left:5%;
            margin-top:10% !important;
        }
        
        .title-box h2 {
            color:#000000;
            font-size:300%;
            z-index:9999999;
        }
        
        @media only screen and (min-width: 800px) {
            .title-box {
                position:relative;
                width: 75%;
                z-index:9999999;
                margin-left:10%;
                margin-top:1% !important;
            }
            
            .title-box h2 {
                color:#000000;
                font-size:500%;
                z-index:9999999;
            }
        }
        
        @media only screen and (min-width: 1200px) {
            .title-box {
                position:relative;
                width: 75%;
                z-index:9999999;
                margin-left:10%;
                margin-top:1% !important;
            }
            
            .title-box h2 {
                color:#000000;
                font-size:700%;
                z-index:9999999;
            }
        }
        .student-info {
            font-size:90%;
            line-height:100%;
            margin-top:5px;
            margin-bottom:5px
        }
        
        .package-box {
            width:100%;
            min-width:25%;
            background-color:#ececec;
            height:auto;
            z-index:200;
            padding:3%;
            margin:3%;
        }
         .package-title {
             margin:0;
             padding:0;
             font-size:18px;
         }
         
         .package-sub {
             margin:0;
             padding:0;
             font-size:14px;
         }
         
        .package-info {
            z-index:300;
        }
        
        .show-more-button {
            background:#ebf7f8;
            font-size:100%;
            position:relative;
            border:none;
            padding:10px 30px;
            
        }
        
        .buy-button {
            background-color:#fe575b;
            font-size:18px;
            padding:10px 20px;
            border:none;
            margin-top:-60px;
            float:right;
            cursor:pointer;
        }
        
        .buy-button-modal {
            background-color:#fe575b;
            font-size:18px;
            padding:10px;
            border:none;
            margin-top:20px;
            float:left;
            cursor:pointer;
        }
        
        .event-breakdown {
            display:none;
        }
        
        .prices-desktop {
            display:none;
        }
        
        .prices-mobile {
            display:block;
        }
        
        .buy-button-mobile {
                display:block;
                background-color:#fe575b;
                font-size:16px;
                padding:10px 20px;
                border:none;
                margin-top:-45px;
                float:right;
                cursor:pointer;
            }
            
            .buy-button-desktop {
                display:none;
                background-color:#fe575b;
                font-size:24px;
                padding:10px 20px;
                border:none;
                margin-top:-60px;
                float:right;
                cursor:pointer;
            }
        
        @media only screen and (min-width: 800px) {
            .prices-desktop {
                display:block;
            }
                
            .prices-mobile {
                display:none;
            }
            
            .package-box {
                width:100%;
                min-width:25%;
                background-color:#ececec;
                height:auto;
                z-index:200;
                padding:3%;
                margin:1%;
            }
            
            .package-info {
                z-index:300;
            }
            
            .show-more-button {
                background:#ebf7f8;
                font-size:13px;
                position:relative;
                border:none;
                padding:10px 30px;
                
            }
            
            .buy-button {
                background-color:#fe575b;
                font-size:24px;
                padding:10px 20px;
                border:none;
                margin-top:-60px;
                float:right;
                cursor:pointer;
            }
            
            .buy-button-modal {
                background-color:#fe575b;
                font-size:24px;
                padding:10px;
                border:none;
                margin-top:20px;
                float:left;
                cursor:pointer;
            }
            
            .event-breakdown {
                display:none;
            }
            
            .buy-button-mobile {
                    display:block;
                    background-color:#fe575b;
                    font-size:24px;
                    padding:10px 20px;
                    border:none;
                    margin-top:-60px;
                    float:right;
                }
                
                .buy-button-desktop {
                    display:none;
                    background-color:#fe575b;
                    font-size:24px;
                    padding:10px 20px;
                    border:none;
                    margin-top:-60px;
                    float:right;
                }
        }
         
        
        @media only screen and (min-width: 1200px) {
            .package-box {
                width:100%;
                min-width:25%;
                min-height:400px;
                background-color:#ececec;
                height:auto;
                z-index:200;
                padding:3%;
                margin:1%;
            }
            
            .show-more-button {
                display:none;
                background:#ebf7f8;
                font-size:100%;
                position:relative;
                border:none;
                padding:10px 30px;
                
            }
            
            .event-breakdown {
                display:block;
                font-size:90%;
            }
            
            .buy-button-mobile {
                display:none;
                background-color:#fe575b;
                font-size:24px;
                padding:10px 20px;
                border:none;
                margin-top:-60px;
                float:right;
            }
            
            .buy-button-desktop {
                display:block;
                background-color:#fe575b;
                font-size:18px;
                padding:10px 20px;
                border:none;
                margin-top:20px;
                float:none;
                
            }
            
            .buy-button-modal {
                background-color:#fe575b;
                font-size:24px;
                padding:10px;
                border:none;
                margin-top:20px;
                float:left;
            }
        }
        
        @media only screen and (min-width: 1600px) {
            .package-box {
                width:100%;
                min-width:25%;
                min-height:500px;
                background-color:#ececec;
                height:auto;
                z-index:200;
                padding:3%;
                margin:1%;
            }
            
            .show-more-button {
                display:none;
                background:#ebf7f8;
                font-size:100%;
                position:relative;
                border:none;
                padding:10px 30px;
                
            }
            
            .event-breakdown {
                display:block;
            }
            
            .buy-button-mobile {
                display:none;
                background-color:#fe575b;
                font-size:24px;
                padding:10px 20px;
                border:none;
                margin-top:-60px;
                float:right;
            }
            
            .buy-button-desktop {
                display:block;
                background-color:#fe575b;
                font-size:24px;
                padding:10px 20px;
                border:none;
                margin-top:20px;
                float:none;
                
            }
            
            .buy-button-modal {
                background-color:#fe575b;
                font-size:24px;
                padding:10px;
                border:none;
                margin-top:20px;
                float:left;
            }
        }
        
        .event-row {
            display:inline-flex;
            flex-direction:column;
            align-items:center;
            height:auto;
            width:100%;
            justify-content:center
        }
        
        .event-blocks {
            display:flex;
            flex-direction:column;
            align-items:center;
            height:100vh;
            width:100%;
            justify-content: flex-start;
        }
        
        @media only screen and (min-width: 800px) {
            .event-row {
                display:inline-flex;
                flex-direction:row;
                align-items:center;
                height:auto;
                width:100%;
            }
            
            .event-blocks {
                display:inline-flex;
                flex-direction:colum;
                align-items:center;
                height:auto;
                width:80%;
                justify-content: center;
                margin-left:10%;
            }
        }
        
        @media only screen and (min-width: 1200px) {
            .event-row {
                display:inline-flex;
                flex-direction:row;
                align-items:center;
                height:auto;
                width:100%;
            }
            
            .event-blocks {
                display:inline-flex;
                flex-direction:row;
                align-items:center;
                height:auto;
                width:80%;
                justify-content: center;
                margin-left:10%;
            }
        }
        
        /*video {
            clip-path: inset(1px 1px);
        }*/
        
        
        /* Event Modal */
        .event-modal {
          display: none; 
          position: fixed;
          z-index: 99999999; 
          left: 0;
          top: 0;
          width: 100%; 
          height: 100%; 
          overflow: auto; 
          background-color: rgb(0,0,0); 
          background-color: rgba(0,0,0,0.4); 
        }
        
        /* Event Modal Content */
        .event-modal-content {
          background-color: #fefefe;
          margin: 20% auto; 
          padding: 25px;
          border: 1px solid #888;
          width: 80%; 
          z-index:9999999;
        }
        
        /* Close Button */
        .close {
          color: #aaa;
          float: right;
          font-size: 28px;
          font-weight: bold;
        }
        
        .close:hover,
        .close:focus {
          color: black;
          text-decoration: none;
          cursor: pointer;
        }
        
        .partner-contact {
            width:80%;
            float:none;
            font-size:125%;
            line-height:150%;
            text-align: left;
            color: #000;
            margin: 20px auto 20px auto !important;
            padding:1%;
        }
        
        .partner-contact span{
            background-color:#690816;
        }
        
        .partner-contact a{
            color:#ffffff;
            text-decoration:underline;
        }
        
        .shots-video {
            width:80%;
            float:none;
            margin:auto;
            z-index:1;
            display:block;
        }
        
        @media only screen and (min-width: 800px) {
               .partner-contact {
                    width:70%;
                    float:right;
                    font-size:125%;
                    line-height:100%;
                    text-align: right;
                    color: #000;
                    margin: 0 10% 60px 0 !important;
                    padding:1%;
                }
                
                .shots-video {
                    width:400px;
                    float:right;
                    margin-right:10%;
                    z-index:1
                }
            }
        
        
        @media only screen and (min-width: 1200px) {
               .partner-contact {
                    width:60%;
                    float:right;
                    font-size:150%;
                    line-height:125%;
                    text-align: right;
                    color: #000;
                    margin: 0 10% 60px 0 !important;
                    padding:1%;
                    color:000;
                }
                
                .shots-video {
                    width:400px;
                    float:right;
                    margin-right:10%;
                    z-index:1
                }
            }
            
        @media only screen and (min-width: 1600px) {
               .partner-contact {
                    width:60%;
                    float:right;
                    font-size:150%;
                    line-height:125%;
                    text-align: right;
                    color: #000;
                    margin:0 10% 60px 0 !important;
                    /*background-color:#690816;*/
                    padding:1%;
                }
                
                .shots-video {
                    width:500px;
                    float:right;
                    margin-right:10%;
                    z-index:1
                }
            }
        
        .awards-box {
            width: 100%;
            min-width: 25%;
            background-color: #ececec;
            height: auto;
            z-index: 200;
            padding: 3%;
            margin: 3%;
        }
        
        .awards-info {
            
        }
        
        .awards-title {
            margin-top:20%;
        }
        
        .americas {
            background-position:center center;
            background-size:cover;
            height:auto;
            display:flex;
            align-items:end;
            margin:5%;
        }
        
        .emea {
            background-size:cover;
            height:auto;
            display:flex;
            align-items:end;
            margin:5%;
        }
        
        .apac {
            background-position:center center;
            background-size:cover;
            height:auto2;
            display:flex;
            align-items:end;
            margin:5%;
        }
        
        .awards-info button {
            font-size:80%;
            line-height:100%;
            padding:10px 30px;
            background-color:#de3933;
            border:none;
            color:#ffffff;
            margin-top:20px;
            
        }
        
        .awards-button {
            cursor:pointer;
        }
        
        @media only screen and (min-width: 800px) {
            .awards-box {
                width: 100%;
                min-width: 25%;
                background-color: #ececec;
                height: auto;
                z-index: 200;
                padding: 3%;
                margin: 3%;
            }
            
            .awards-info {
                font-size:150%;
                line-height:150%;
                display:inline block;
                vertical-align:bottom;
                
            }
            
            .awards-info h3 {
                font-size:100%;
                line-height:100%;
            }
            
            .awards-info p {
                font-size:100%;
                line-height:100%;
            }
            
            .awards-info button {
                font-size:80%;
                line-height:100%;
                padding:10px 30px;
                background-color:#de3933;
                border:none;
                color:#ffffff;
                margin-top:20px;
                
            }
            
            .awards-button {
                cursor:pointer;
            }
            
            .americas {
                background-position:center center;
                background-size:cover;
                height:500px;
                display:flex;
                align-items:end
                
            }
            
            .emea {
                background-position:center center;
                background-size:cover;
                height:500px;
                display:flex;
                align-items:end
            }
            
            .apac {
                background-position:center center;
                background-size:cover;
                height:500px;
                display:flex;
                align-items:end
            }
        }
        
        .event-footer-promo {
            width: 100%;
            height: 100vh;
            min-height: 680px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #119ba5;
        }
        
        .event-contact-form {
            display: flex;
            flex-direction: column;
            align-items: center;
            width: 80%;
        }
        
        #mc_embed_signup {
            background:#fff; 
            clear:left; 
            font:14px Helvetica,Arial,sans-serif; 
            width: 100%;
            min-width:320px;
        }
        
        .event-contact-email {
            color:#ffffff;
        }
        
        .event-contact-email:hover {
            color:#000000;
        }
        
        .button-purple {
            display: inline-block;
            padding: 18px 24px;
            /* background: rgba(17, 155, 165, 0.4); */
            background: rgba(0,0,0,0.0);
            border: 3px solid #8686f1;
            font-family: brother-1816, sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 1;
            letter-spacing: 0.04em;
            color: #8686f1;
            cursor: pointer;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }
        
        .button-purple:hover {
            display: inline-block;
            padding: 18px 24px;
            background: #b8b8ff;
            border: 3px solid #b8b8ff;
            font-family: brother-1816, sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 13px;
            line-height: 1;
            letter-spacing: 0.04em;
            color: #ffffff;
            cursor: pointer;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }
        
        .button-pink {
            display: inline-block;
            padding: 18px 24px;
            background: rgba(17, 155, 165, 0.1);
            border: 3px solid #fbe3cc;
            font-family: brother-1816, sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.04em;
            color: #ffffff;
            cursor: pointer;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
            text-align:left;
        }
        
        .button-pink:hover {
            display: inline-block;
            padding: 18px 24px;
            background: #fbe3cc;
            border: 3px solid #fbe3cc;
            font-family: brother-1816, sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.04em;
            color: #787878;
            cursor: pointer;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }
        
        .button-yellow {
            display: inline-block;
            padding: 18px 24px;
            background: rgba(17, 155, 165, 0.1);
            border: 3px solid #f5d184;
            font-family: brother-1816, sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 24px;
            line-height: 1;
            letter-spacing: 0.04em;
            color: #ffffff;
            cursor: pointer;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }
        
        .button-yellow:hover {
            display: inline-block;
            padding: 18px 24px;
            background: #f5d184;
            border: 3px solid #ffffff;
            font-family: brother-1816, sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 24px;
            line-height: 1;
            letter-spacing: 0.04em;
            color: #ffffff;
            cursor: pointer;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }
        
        .button-pink a {
            cursor: pointer !important;
        }
        
        .button-red {
            display: inline-block;
            padding: 18px 24px;
            background: rgba(17, 155, 165, 0.1);
            border: 3px solid #de3933;
            font-family: brother-1816, sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.04em;
            color: #ffffff;
            cursor: pointer;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }
        
        .button-red:hover {
            display: inline-block;
            padding: 18px 24px;
            background: #de3933;
            border: 3px solid #fff;
            font-family: brother-1816, sans-serif;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 16px;
            line-height: 1;
            letter-spacing: 0.04em;
            color: #ffffff;
            cursor: pointer;
            -webkit-transition: all 0.15s ease-in-out;
            -moz-transition: all 0.15s ease-in-out;
            -ms-transition: all 0.15s ease-in-out;
            -o-transition: all 0.15s ease-in-out;
            transition: all 0.15s ease-in-out;
        }
        
        .button-red a {
            cursor: pointer !important;
        }
        
        .event-page-header {
            display: flex;
            flex-direction: row;
            align-items: center;
            z-index:5;
            font-family: brother-1816, sans-serif;
            font-size: 60px;
            font-weight: 600;
            text-transform: uppercase;
            text-align: center;
            color:#fff;
            height:70vh;
        }
        
        @media only screen and (min-width: 800px) {
            .event-page-header {
                display: flex;
                flex-direction: row;
                align-items: center;
                z-index:5;
                font-family: brother-1816, sans-serif;
                font-size: 80px;
                font-weight: 600;
                text-transform: uppercase;
                text-align: center;
                color:#fff;
                height:70vh;
            }
            
            .button-pink {
                font-size:24px;
            }
            .button-pink:hover {
                font-size:24px;
            }
            
        }
        
/* PROGRAMME STYLINGS */

        .collapsible {
            background-color: #ececec;
            color: black;
            cursor: pointer;
            padding: 50px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            border-top:1px solid white;
            font-family: brother-1816, sans-serif;
            
        }
            
        .session-image {
            width:100%;
            height:auto;
            }
            
        .session-title {
            font-size:24px;
            padding-left:0px;
            text-align:left;
            }
            
        .session-time {
            font-size:24px;
            text-align: left;
            }
            
        .active, .collapsible:hover {
            background-color: #f2ab30;
            }
            
        .session-content {
            padding: 2% 3%;
            display: none;
            overflow: hidden;
            background-color: #f2ab30;
        }
        
        .content-session-info {
            display:inline-flex;
            flex-direction:row;
            align-items:center;
        }
        
        .session-content p {
            font-size:16px;
        }
        
        .content-sessions-speakers {
            display:inline-flex;
            flex-direction:row;
            align-items:center;
        }
            
        .collapsible:after {
            content: '\02795'; /* Unicode character for "plus" sign (+) */
            font-size: 13px;
            color: white;
            float: right;
            margin-left: 5px;
        }
            
        .active:after {
            content: "\2796"; /* Unicode character for "minus" sign (-) */
            color:#ffffff
        }
        
        @media only screen and (min-width: 800px) {
            .collapsible {
                background-color: #ececec;
                color: black;
                cursor: pointer;
                padding: 50px;
                width: 100%;
                border: none;
                text-align: left;
                outline: none;
                font-size: 15px;
                display: flex;
                align-items: center;
                flex-direction:row;
                justify-content:space-between;
                border-top:1px solid white;
                
            }
                
            .session-image {
                width:20%;
                height:auto;
                }
                
            .session-title {
                width:70%;
                font-size:24px;
                padding-left:50px;
                }
                
            .session-time {
                width:10%;
                font-size:24px;
                text-align: right;
                margin-right: 40px;
                }
                
            .active, .collapsible:hover {
                background-color: #f2ab30;
                }
                
            .session-content {
                padding: 2% 3%;
                display: none;
                overflow: hidden;
                background-color: #f2ab30;
            }
            
            .content-session-info {
                display:inline-flex;
                flex-direction:row;
                align-items:center;
            }
            
            .session-content p {
                font-size:18px;
            }
            
            .content-sessions-speakers {
                display:inline-flex;
                flex-direction:row;
                align-items:center;
            }
                
            .collapsible:after {
                content: '\02795'; /* Unicode character for "plus" sign (+) */
                font-size: 13px;
                color: white;
                float: right;
                margin-left: 5px;
            }
                
            .active:after {
                content: "\2796"; /* Unicode character for "minus" sign (-) */
                color:#ffffff
            }
        }
        
        @media only screen and (min-width: 1200px) {
            .collapsible {
                background-color: #ececec;
                color: black;
                cursor: pointer;
                padding: 50px;
                width: 100%;
                border: none;
                text-align: left;
                outline: none;
                font-size: 15px;
                display: flex;
                align-items: center;
                flex-direction:row;
                justify-content:space-between;
                border-top:1px solid white;
                
            }
                
            .session-image {
                width:20%;
                height:auto;
                }
                
            .session-title {
                width:70%;
                font-size:36px;
                padding-left:50px;
                }
                
            .session-time {
                width:10%;
                font-size:36px;
                text-align: right;
                padding-right: 20px;
                }
                
            .active, .collapsible:hover {
                background-color: #f2ab30;
                }
                
            .session-content {
                padding: 2% 3%;
                display: none;
                overflow: hidden;
                background-color: #f2ab30;
            }
            
            .content-session-info {
                display:inline-flex;
                flex-direction:row;
                align-items:center;
            }
            
            .session-content p {
                font-size:24px;
            }
            
            .content-sessions-speakers {
                display:inline-flex;
                flex-direction:row;
                align-items:center;
            }
                
            .collapsible:after {
                content: '\02795'; /* Unicode character for "plus" sign (+) */
                font-size: 13px;
                color: white;
                float: right;
                margin-left: 5px;
            }
                
            .active:after {
                content: "\2796"; /* Unicode character for "minus" sign (-) */
                color:#ffffff
            }
        }
        
.stripe-payment-floater {
    position: -webkit-sticky;
    position: fixed; 
    top:100px;
    right:30px;
    z-index:7;
    background-image: url ("https://d1ko11x0ybxl0h.cloudfront.net/shotsmag/production/clips/c26efaaf-27e5-4a32-8d96-6f404d7867a2/bg-button.png") ;
}



.pulse-button {
    background:#ef3250;
    color:#fff;
    border-radius:50%;
    box-shadow: 0 0 0 0 rgba(88, 120, 243, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    width:100px;
    height:100px;
    border:1px solid #fff;
}

.buy-text {
    position:absolute;
    top:25px;
    left:0;
    text-transform:uppercase;
    text-align:center
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(88, 120, 243, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(88, 120, 243, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(88, 120, 243, 0);
    }
}

.city {
    z-index: 9999999999;
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    align-items: center;
    min-height: 100vh;
}

.city h2 {
    display: flex;
    flex-direction: row;
    position: absolute;
    align-items: revert;
    padding-bottom: 120px;
    color:#ffffff;
    font-size:40px;
}
@media only screen and (min-width: 1200px) {
.city h2 {
    display: flex;
    flex-direction: row;
    position: absolute;
    align-items: revert;
    padding-bottom: 20px;
    color:#ffffff;
    font-size:35px;
}
}

.session-popup {
    padding-top:100px !important;
}
@media only screen and (min-width: 1200px) {
.session-popup {
    padding-top:10px;
}
.toolbar {
    display:none !important;
}
}
@media only screen and (min-width: 768px) {
    .toolbar {
        height: 60px;
        top: 20px;
        right: 36px;
        display:flex;
    }
}

.sponsor-floater {
    width:40%;
    position: fixed; 
    bottom:50px;
    left:1%;
    z-index:7;
}

.sponsor-text {
    color:#000000;
    background-color:#ffffff;
    font-size:10px;
}

.sponsors-logos {
    display: flex;
    flex-direction:row;
    margin-top: 10px;
    align-items: center;
    width: 50%;
    gap: 10px;
}

.social-floater {
    display:none;
}

.footer-socials li a {
    background: rgba(255, 255, 255, 0.8) !important;
    color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .social-floater {
        display:block;
        width:15%;
        position: fixed; 
        bottom:10px;
        right:1%;
        z-index:7;
        text-align:right;
    }
}

.gallery {
  background: #EEE;
}

.gallery-cell {
  width: 100%;
  height: 100vh;
  margin-right: 10px;
  background: #8C8;
  counter-increment: gallery-cell;
}

.hero-image {
	width:100%;
	height:auto
}

.overlay-content {
	width:100%;
	height:100vh;
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	background:RGBA(0,0,0,0.5);
}

.overlay-text {
	display:flex;
	font-size:70px;
	color:#ffffff;
	line-height:90%;
}

.second-text {
    font-size:40px;
    color:#ffffff;
    margin:0 !important;
}

#slide-one {
	background-image:url('https://images.slatecdn.net/VxDAi70crzCLxGUJsv5GsakxPwn41rBWIKTPlVF4XrA/w:1200/q:80/aHR0cHM6Ly9zMy11/cy13ZXN0LTEuYW1h/em9uYXdzLmNvbS9t/ZWRpYS11cy13ZXN0/c2xhdGVhcHBjb20v/c2hvdHNtYWcvcHJv/ZHVjdGlvbi9jbGlw/cy9mYmE0YTk1Ny1m/NmYyLTQ3MmYtYmJi/MC02ODUyMmI0NjQ4/Zjkvc3dzLXNob3Rz/LW91dC1vZi10aGUt/Ym94LTAyNzcuanBn?v=1');
	background-size:cover
}

#slide-two {
	background-image:url('https://images.slatecdn.net/RQdDe_X-7TZcv3-_GJdZm24lO0RHe5aEzEeY5bek5p0/w:1200/q:80/aHR0cHM6Ly9zMy11/cy13ZXN0LTEuYW1h/em9uYXdzLmNvbS9t/ZWRpYS11cy13ZXN0/c2xhdGVhcHBjb20v/c2hvdHNtYWcvcHJv/ZHVjdGlvbi9jbGlw/cy9hNWZjNjYzNC1j/NzEwLTQ1NjAtOTBi/YS05YzA3ZDUxZjk3/MTMvc3dzLXNob3Rz/LW91dC1vZi10aGUt/Ym94LTAzNDcuanBn?v=1');
	background-size:cover
}

#slide-three {
	background-image:url('https://images.slatecdn.net/dq_mRPZQ22vRnhvya-dxia8Fk_fsfWiFI7D_B1XURUc/w:1200/q:80/aHR0cHM6Ly9zMy11/cy13ZXN0LTEuYW1h/em9uYXdzLmNvbS9t/ZWRpYS11cy13ZXN0/c2xhdGVhcHBjb20v/c2hvdHNtYWcvcHJv/ZHVjdGlvbi9jbGlw/cy83YjMxYWJjNS1i/NzMyLTRhYWMtYjU4/Yi00NTFjMjJkNmI2/Zjcvc3dzLXNob3Rz/LW91dC1vZi10aGUt/Ym94LTA3NTQuanBn?v=1');
	background-size:cover
}

#slide-four {
	background-image:url('https://images.slatecdn.net/peje7yF_Lo3fOEdApNWDz-ZdWGnMV-zGkuSKZpufT7g/w:1200/q:80/aHR0cHM6Ly9zMy11/cy13ZXN0LTEuYW1h/em9uYXdzLmNvbS9t/ZWRpYS11cy13ZXN0/c2xhdGVhcHBjb20v/c2hvdHNtYWcvcHJv/ZHVjdGlvbi9jbGlw/cy9kMjM2MzgyNS05/NmQwLTQxMTgtYWYx/Yi05ZGIyN2U0MmQ2/NjMvc3dzLXNob3Rz/LW91dC1vZi10aGUt/Ym94LTE1NTUuanBn?v=1');
	background-size:cover
}