/*!
Theme Name: BZ EV Con
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bootcamp
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Bootcamp is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
    margin: 0 !important;
    padding: 0;
}

body iframe {
    color: #1a0738;
}

body.home p {
    color: #EFEDF9 !important;
}

body .site-main {
    /* max-width: 1200px; */
    margin: 0 auto;
    /* padding: 80px 20px; */
}

section.home-cta .hbspt-form form input,
section.home-cta .hbspt-form form textarea {
    margin-bottom: 15px;
    border-radius: 15px;
    width: 100% !important;
}

section.home-cta .hbspt-form form .rc-anchor-pt {
    margin-top: 15px;
    margin-bottom: 15px;
}

.speaker-right {
    width: 100%;
    float: unset;
}

.speaker-content figure {
    display: none;
}

section.home-cta .hbspt-form input[type=submit] {
    padding: 20px;
    text-transform: capitalize;
    width: 100%;
    background-color: #5921F5;
    color: #fff;
    border: none;
    margin-top: 25px;
    font-size: 25px;
    box-shadow: unset;
    font-weight: normal;
    font-family: 'Museo Sans 500';
}

section.home-cta .hbspt-form input[type=submit]:hover {
    background-color: #8363F7;
    color: #fff;
    border: none;
}

section.home-cta .hbspt-form form fieldset {
    width: 100%;
    margin: unset;
    max-width: 100%;
}

section.sponsors .elementor-container {
    max-width: 940px !important;
}

section.home-cta .hbspt-form form label {
    color: #fff;
    font-family: 'Museo Sans 500';
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
    font-family: 'Museo Sans 900';
    text-transform: capitalize;
    margin-bottom: 20px;
}

section p,
.section p,
section ul,
.section ul,
section div,
.section div,
ul li {
    font-family: 'Museo Sans 100';
}

a,
button,
.button,
.button-1,
.button-2,
.button-3,
.button-4 {
    font-family: 'Museo Sans 900';
    cursor: pointer;
    transition: background-color 200ms ease, box-shadow 200ms ease, border-color 200ms ease;
}

b,
strong {
    font-family: 'Museo Sans 900';
}

a.ajax-popup-link2 {
    font-family: 'Museo Sans 100';
}

.tagline {
    font-family: 'Museo Sans 500';
    text-transform: uppercase;
    color: #ed1e79;
    font-size: 20px;
}

.navbar.bg-dark {
    background-color: #1a0738 !important;
}

@media screen and (max-width: 767px) {
    body {
        margin-top: 0 !important;
    }
}

.navigation-container {
    background-color: #1a0738 !important;
    padding: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    z-index: 99;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid rgb(8, 33, 64);
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.dropdown-item:hover {
    color: #14A5DE;
}

.navbar-dark .navbar-nav .nav-link {
    transition: color 300ms ease;
    color: #75fad9;
    font-size: 15px;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link:hover {
    background-color: unset;
    color: #ed1e79;
}

.nav-item.nav-link:hover span {
    color: #ed1e79;
}

.nav-item.nav-link.button-4 {
    color: #1a0738;
    padding: 10px;
    background-color: #75fad9;
}

.nav-item.nav-link.button-4:hover {
    color: #1a0738;
    background-color: #ed1e79;
}

.mob-menu-header-holder {
    position: relative;
}

.rmp-header-bar-container .rmp-header-bar-items {
    justify-content: space-between;
}

.rmp-container .rmp-menu-wrap .rmp-menu {
    align-items: center;
}

.rmp-header-bar-container .rmp-header-bar-items .rmp-container.rmp-menu-open .rmp-menu-wrap ul.rmp-menu li.button-4 {
    color: #fff;
    background-color: #FC8D42;
    padding: 5px;
}

.rmp-header-bar-container .rmp-header-bar-items .rmp-container.rmp-menu-open .rmp-menu-wrap ul.rmp-menu li.button-4:hover {
    background-color: #fff !important;
    color: #FC8D42 !important;
}

.rmp-header-bar-container .rmp-header-bar-items .rmp-container.rmp-menu-open .rmp-menu-wrap ul.rmp-menu li.button-4:hover>a {
    color: #FC8D42 !important;
}

.dropbtn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dropbtn i {
    margin-left: 5px;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}

.dropdown-content a {
    color: #0c2140;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    cursor: pointer;
}

.dropdown-content a:hover {
    color: #14a5de;
}

.rotator {
    position: relative;
}

.rotator,
.rotator .owl-carousel .item {
    height: 400px;
}

.rotator .owl-carousel {
    position: relative;
}

.rotator .owl-nav i.fa {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    transition: color 300ms ease;
}

.rotator .owl-nav i.fa:hover {
    opacity: 0.5;
}

.rotator .owl-nav i.fa-chevron-left {
    left: 10px;
}

.rotator .owl-nav i.fa-chevron-right {
    right: 10px;
}

.rotator .owl-carousel .item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 10% 5%;
}

.rotator .owl-carousel .item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 20, 40, 0.7)), to(rgba(7, 20, 40, 0.7)));
    background-image: linear-gradient(180deg, rgba(7, 20, 40, 0.7), rgba(7, 20, 40, 0.7));
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.rotator .owl-carousel .item .rotator-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.rotator .owl-carousel .item .rotator-wrapper .button-4 {
    margin-left: 0;
}

@media screen and (min-width: 768px) {
    .rotator .owl-nav i.fa {
        font-size: 50px;
    }
}

.rotator .owl-carousel .item .rotator-wrapper .h1,
.rotator .owl-carousel .item .rotator-wrapper h2 {
    color: #FC8D42;
    text-transform: uppercase;
}

.rotator .owl-carousel .item .rotator-wrapper h3 {
    text-transform: capitalize;
    margin-top: 0;
}

.rotator .owl-carousel .item .rotator-wrapper h3,
.rotator .owl-carousel .item .rotator-wrapper p {
    color: #fff;
}

.tooltipster-default {
    background-color: #fff;
    color: #0c2140;
    border: 3px solid #0c2140;
    left: unset;
    max-width: 500px;
    box-shadow: 0 3px 30px 1px #252803;
    border-radius: 10px;
}

.tooltipster-default .tooltipster-content {
    color: #0c2140;
    padding: 20px;
    line-height: 1.3;
    font-size: 16px;
}

.speaker-bio {
    max-height: 217px;
    overflow-y: auto;
}

.mfp-content {
    background: #efedf9;
    padding: 20px 20px 20px 20px;
    text-align: left;
    width: 850px;
    margin: 40px auto;
    position: relative;
    border-radius: 8px;
    max-width: 90%;
}

h1.section-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    font-weight: bold;
}

h2.section-subtitle {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.speaker-content figure img {
    height: auto;
}

.speaker-content figure {
    width: 35%;
    margin-right: 3%;
    margin-bottom: 0;
}

.speaker-content {
    display: flex;
}

.speaker-right h2 {
    font-weight: bold;
    margin-bottom: 0 !important;
    color: #1a0738;
}

.speaker-bio p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 25px;
}

span.designation_company {
    margin-bottom: 10px;
    display: block;
}

.showmore-button {
    color: #FC8D42;
    font-weight: bold;
    cursor: pointer;
}

.company-contact.company-card p {
    color: #75fad9;
}

.company-contact.company-card .fa {
    font-size: 16px;
}

.company-contact.company-card i.fa.fa-facebook-square {
    color: #3b5998;
}

h1.entry-title {
    color: #000;
    font-weight: 700;
}

.sponsors-list li figure img {
    height: auto;
}

.speaker-copy strong {
    display: block;
}

.form-block.w-form {
    background-color: #000;
    padding: 24px;
    border-radius: 8px;
}

.hbspt-form .hs-form-field label.hs-error-msg {
    color: red;
    right: 15px;
    top: 5px !important;
}

.hs-form-field .input input {
    border: none;
    padding: 13px;
    border-radius: 6px;
    width: 100%;
    color: #000;
    outline: none !important;
}

.hs-fieldtype-textarea .input {
    margin: 0 !important;
}

.hs-form-field .input textarea {
    width: 100% !important;
    margin: 0 !important;
    resize: none;
    border: none;
    border-radius: 6px;
    height: 185px;
    color: #000;
    padding: 15px;
}

.hs-form-field {
    margin: 0;
    padding: 0;
    position: relative;
    background-color: transparent;
    margin-bottom: 14px;
    height: auto !important;
}


/*
.hs_lastname .input {
  margin-right: 0 !important;
  margin-left: 7px;
}*/

.field:hover {
    background-color: transparent !important;
}

.hs-form-field .input input[type=email] {
    width: 100% !important;
}

.hs_email .input {
    margin-right: 0 !important;
}

.hbspt-form .hs-form-field label.hs-error-msg {
    font-size: 10px;
    bottom: 4px;
    top: auto !important;
    margin: 0;
}

label.hs-main-font-element {
    color: red;
    font-size: 10px;
    position: absolute;
    bottom: 0;
}

.register-cta {
    background: #5921f5;
    text-align: center;
    margin: 0 auto;
    color: #75fad9;
}

.register-cta .hs-form-field .hs-form-2783de5c-fad1-44ad-a9b0-b4c307ef0142_87eb7e4a-9083-4f17-b407-335bf8816847 .hs-button {
    display: inline-block;
    margin: 0 auto 0;
    padding: 17px 48px 16px;
    border-style: solid;
    border-width: 3px;
    border-color: #FC8D42;
    border-radius: 30px;
    background-color: transparent;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    color: #FC8D42;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.register-cta .hs-form-field .label-email-2783de5c-fad1-44ad-a9b0-b4c307ef0142 {
    display: none !important;
}

.register-cta p,
.register-cta h3 {
    color: #75fad9;
}

.register-cta h3 {
    text-transform: uppercase;
    color: #75fad9;
}

.section ul li {
    line-height: 1.5;
}

input.hs-button.primary.large:active {
    outline: none;
}

.hs_submit.hs-submit {
    text-align: center;
}

h3.hero-heading.about {
    color: #1a0738;
    margin-bottom: 48px;
}

section.about {
    background-color: #efedf9;
}

.section.about .registration-lr-wrapper p {
    text-align: center;
}

.section.about h2,
.section.about h3,
.section.about h1 {
    color: #1a0738;
    text-transform: uppercase;
    margin-bottom: 20px;
}


/* Global Button Styles */

.w-button {
    display: inline-block;
    padding: 9px 15px;
    background-color: #3898EC;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 0;
}

.button-2 {
    display: inline-block;
    margin: 10px 8px;
    padding: 14px 20px 12px;
    border-radius: 30px;
    background-color: #5921f5;
    -webkit-transition: color 300ms ease, background-color 300ms ease;
    transition: color 300ms ease, background-color 300ms ease;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.attend-cta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto 0;
    padding: 17px 48px 16px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 3px;
    border-color: #0C2140;
    ;
    border-radius: 30px;
    background-color: transparent;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    color: #0C2140;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.attend-cta.light {
    width: 33%;
    margin-top: 60px;
    margin-right: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #FC8D42;
    text-align: center;
}

.attend-cta.light:hover {
    border-color: #FC8D42;
    background-color: #FC8D42;
    color: #fff;
}

.register-now-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.register-now {
    display: inline-block;
    margin: 0 auto 0;
    padding: 17px 48px 16px;
    border-style: solid;
    border-width: 3px;
    border-color: #FC8D42;
    border-radius: 30px;
    background-color: transparent;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    color: #FC8D42;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

a.register-now.wt-btn {
    color: #fff;
    border-color: #fff;
}

a.register-now.wt-btn:hover {
    color: #0C2140;
    border-color: #fff;
    background-color: #fff;
}

.register-now:hover {
    border-color: #fff;
    background-color: #fff;
    color: #0C2140;
    font-weight: 600;
}


/* Global Sections */

.section {
    padding: 5% 3%;
    scroll-behavior: smooth;
}

.section.info-cards {
    padding-top: 0;
}

.section p {
    font-size: 18px;
    margin: 25px 0;
}


/* About Section */

.section.about .register-now:hover {
    color: #fff;
    border-color: #ff760e;
    background-color: #ff760e;
}

.section.get-involved {
    background-color: #fff;
    color: #0C2140;
}

.section.get-involved img {
    border-radius: 30px;
    margin-bottom: 40px;
    max-width: 200px;
}

.section.get-involved .block-wrapper .block .block-title {
    color: #0C2140;
}


/* Who Attends Section */

.section.who-attends {
    background: #1a0738;
    padding: 3% 2% !important;
}

.block-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    align-items: stretch;
    align-content: stretch;
}

.block-wrapper .block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    text-align: center;
    margin: 0 1% 10%;
    width: 100%;
}

.block-wrapper .block .block-title {
    font-weight: bold;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
}

.block-wrapper .block p {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .block-wrapper .block {
        width: 43.3%;
    }
    .section.info-cards .block-wrapper .block {
        width: 43.3%;
    }
}

@media (min-width: 1200px) {
    .block-wrapper .block {
        margin-bottom: 0;
    }
    .section.who-attends .block-wrapper .block {
        width: 22.3%;
        margin-bottom: 0;
    }
}

.section.who-attends .block-wrapper .block h4 {
    color: #75fad9;
    font-weight: bold;
    text-transform: uppercase;
}

.section.who-attends .block-wrapper .block p {
    color: #75fad9;
    text-align: left;
}


/* Participate Section */

.section.participate {
    background-color: #14A5DE;
}

.section.participate h3 {
    text-align: center;
    color: #fff;
}

.section.participate div.divider {
    width: 570px;
    margin: 0 auto;
    height: 5px;
    background-color: #fff;
    margin-bottom: 40px;
}

.section.participate .block-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1000px;
    margin: 0 auto;
}

.section.participate .block-wrapper .block {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    text-align: center;
    margin: 0 1% 5%;
}

.section.participate .block-wrapper .block p {
    margin-top: 20px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .section.participate .block-wrapper .block {
        width: 43.3%;
        margin-bottom: 0;
    }
}

.section.participate .block-wrapper .block .block-title {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.section.participate .block-wrapper .block .block-title,
.section.participate .block-wrapper .block p {
    color: #fff;
}


/* Register Form */

.registration-section-wrapper {
    margin-top: 20px !important;
}

.registration-section-wrapper h4 {
    color: #000;
    font-weight: 700;
}

.register-form .exported-area {
    padding-top: 0;
    background-color: transparent;
    display: block !important;
}

.register-form .exported-col-1 {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.registration-section-wrapper h2.exported-col-1 {
    display: none !important;
}

.registration-section-wrapper p.exported-col-1 {
    color: #fff !important;
    font-weight: 700;
    font-size: 15px !important;
    padding: 0 43px;
}

.register-form .exported-area input {
    padding: 12px 10px;
    border-radius: 4px;
}

.register-form .exported-area label {
    display: none;
}

.register-form .exported-col-1,
.register-form .exported-col-2 {
    margin-left: 0;
    margin-bottom: 15px;
    width: 49% !important;
    flex: inherit;
    display: inline-block;
}

.register-form .exported-col-1 {
    flex: 0 0 100% !important;
    width: 100% !important;
}

.register-form .exported-area .exported-col-2+.exported-col-2 {
    margin-left: 2%;
}

.register-form .exported-area>div+div+div+div {
    flex: 100%;
    width: 100% !important;
    text-align: center;
}

.register-form .exported-area button,
.register-form .exported-registration-success a {
    padding: 12px;
    font-size: .85em;
    color: white;
    flex: auto;
    font-weight: 700;
    width: 60%;
    border: 3px solid #FC8D42;
    border-radius: 30px;
    background-color: transparent;
    -webkit-transition: color 200ms ease, background-color 200ms ease;
    transition: color 200ms ease, background-color 200ms ease;
    margin: auto;
    outline: none;
    max-width: 220px !important;
}

.register-form .exported-area button:hover,
.register-form .exported-registration-success a:hover {
    border-color: #20c380;
    background-color: #20c380;
    color: #0a213f;
}

.register-form .to-right {
    justify-content: center !important;
    margin-bottom: 0;
}

.register-form .to-right a {
    color: #fff !important;
}

.register-form .exported-area {
    justify-content: space-between;
}

.register-form .exported-area input {
    font-style: unset !important;
    color: #000 !important;
    font-size: 14px;
    width: 100%;
}

.register-form .exported-area input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000 !important;
    font-style: normal;
    opacity: 1 !important;
}

.register-form .exported-area input::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
    font-style: normal;
    opacity: 1 !important;
}

.register-form .exported-area input:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    font-style: normal;
    opacity: 1 !important;
}

.register-form .exported-area input:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
    font-style: normal;
}

.w-container.entry-content {
    padding: 40px 20px;
}

#main>.page {
    background-color: #efedf9;
    color: #1a0738;
}


/* Speakers Section */

.speakers .speaker-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}

.speakers .speaker-wrap .speaker-wrapper-2 {
    width: 100%;
    margin: 0 1% 2%;
    margin-right: 1% !important;
}

@media screen and (min-width:425px) {
    .speakers .speaker-wrap .speaker-wrapper-2 {
        width: 48%;
    }
}

@media screen and (min-width:768px) {
    .speakers .speaker-wrap .speaker-wrapper-2 {
        width: 31%;
    }
}

@media screen and (min-width:1024px) {
    .speakers .speaker-wrap .speaker-wrapper-2 {
        width: 23%;
    }
}

.speakers .section-title {
    color: #1a0738;
    margin-bottom: 20px;
}


/* Virtual Booth Section */

div.company-profiles {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
}

div.company-profiles a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    width: 100%;
    margin: 0 2% 3%;
    text-align: center;
    font-weight: bold;
    width: 45%;
    min-height: 250px;
}

div.company-profiles a figure img {
    height: unset;
    width: 100%;
    transition: all 300ms ease;
}

div.company-profiles a p {
    margin-bottom: 0;
    margin-top: 10px;
}

div.company-profiles a:hover figure img {
    transform: scale(1.1);
}

div.company-profiles a:hover p {
    color: #14A5DE;
}

@media (min-width: 768px) {
    div.company-profiles a {
        width: 29%;
    }
}

@media (min-width: 1200px) {
    div.company-profiles a {
        width: 20%;
    }
}


/* Agenda Section */

.section.agenda {
    background: #efedf9;
}

.section.agenda .agenda-container {
    justify-content: center;
    margin-top: 30px;
    max-width: 940px;
    margin: 0 auto;
}

.section ul {
    margin: 25px 0;
}

.section.agenda h3 {
    color: #fff;
    text-align: left;
}

.section.agenda h4,
.section.agenda>h2 {
    color: #1a0738;
    text-align: center;
}

.section.agenda-2 h4,
.section.agenda-2 h3,
.section.agenda-2 h2 {
    color: #75fad9;
    text-align: center;
}

.section.agenda .section-title {
    color: #1a0738;
    text-align: center;
    text-transform: uppercase;
}


/* Agenda 2 Section */

.section.agenda-2 {
    background-color: #1a0738;
}

.section.agenda-2 .section-title {
    color: #75fad9;
    text-align: center;
    text-transform: uppercase;
}

.section.agenda-2 .agenda-container {
    justify-content: center;
    margin-top: 30px;
    margin: 0 auto;
    max-width: 940px;
}

.agenda-new-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.agenda-breakout-wraper {
    width: 100%;
}

.agenda-wrapper-one-coulmns .agenda-rail-wrapper {
    width: 100%;
}

.agenda-wrapper-one-coulmns .agenda-rail-wrapper.agenda-right {
    display: none;
}

.agenda-wrapper-two-coulmns .agenda-rail-wrapper.agenda-left {
    margin-right: 3%;
}

.agenda-rail-wrapper .rail-title {
    font-size: 29px;
    font-weight: 700;
    margin: 14px 0;
    text-align: center;
    color: #fff;
    line-height: 1.1;
}

.agenda-inner-event-wrapper {
    margin-bottom: 28px;
    padding: 24px 24px 20px 20px;
    border-radius: 10px;
}

h2.agenda_title span a,
h2.agenda_title a {
    text-decoration: underline;
    margin-left: 5px;
}

time.ag2_tmtime {
    width: 100%;
    padding-bottom: 0px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    display: block;
}

a:hover {
    text-decoration: none;
}

.agenda-rail-wrapper .ag2_tmlabel h2 {
    margin-top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 9px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 25px;
    line-height: 38px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
}

ul.speakers-list {
    list-style: none;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

ul.speakers-list.dark-speakers-theme {
    padding: 0;
}

.agenda-rail-wrapper ul.speakers-list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0 !important;
    margin-top: 16px;
}

.speaker-name.agenda {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 30px;
    text-align: left;
}

.heading-2.agenda {
    margin-top: 0px;
    margin-bottom: 50px;
    line-height: 26px;
    font-weight: 600;
}

h1.heading-2.agenda.vip {
    color: #fff;
    margin-bottom: 8px;
}

.agenda-speaker-image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.agenda-speaker-image {
    border-radius: 60px;
    height: auto;
}

.text-block-3 {
    font-size: 16px;
}

.text-block-3 strong {
    display: block;
}

.agenda-speaker-section-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}

.agenda-name-and-title {
    display: block;
    width: 100%;
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (min-width: 500px) {
    .agenda-speaker-section-wrapper {
        flex-direction: row;
    }
    .agenda-name-and-title {
        width: 75%;
        padding-right: 28px;
        padding-left: 24px;
    }
}

time.ag2_tmtime:after {
    position: absolute;
    content: '';
    right: 0;
    height: 1px;
    width: 75%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

time.ag2_tmtime.time-included:after {
    position: absolute;
    content: '';
    right: 0;
    height: 1px;
    width: 55%;
    background-color: #fff;
    top: 0;
    bottom: 0;
    margin: auto;
}

h2.agenda_title span {
    cursor: pointer;
}

.section.agenda h2 {
    display: block;
    color: #fff;
    width: 100%;
    font-weight: bold;
}

.section.agenda-2 h2 {
    display: block;
    color: #000;
    width: 100%;
    font-weight: bold;
}

.section.agenda-2 .agenda-rail-wrapper .rail-title {
    color: #000;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper a:hover .agenda-speaker-image-wrapper,
.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper a:hover .agenda-speaker-image-wrapper {
    border-color: #ed1e79;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper a:hover .speaker-name.agenda,
.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper a:hover .text-block-3,
.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper a:hover span.ticker,
.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper a:hover .speaker-name.agenda,
.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper a:hover .text-block-3,
.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper a:hover span.ticker {
    color: #ed1e79;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout,
.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout {
    background-color: #ed1e79;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .agenda-speaker-image-wrapper {
    border: 3px solid #75fad9;
}

.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .agenda-speaker-image-wrapper {
    border: 3px solid #75fad9;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .ag2_tmtime:after,
.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout .ag2_tmtime:after {
    background-color: #75fad9
}

.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .ag2_tmlabel h4 a,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout .ag2_tmlabel h4 a {
    display: block;
    color: #75fad9;
    font-weight: bold;
    text-decoration: underline;
}

.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .ag2_tmtime span,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout .ag2_tmtime span,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .speaker-name.agenda,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .speaker-name.agenda,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .ag2_tmlabel h2,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout .ag2_tmlabel h2,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .ag2_tmlabel h4 a:hover,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout .ag2_tmlabel h4 a:hover {
    color: #75fad9 !important;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .text-block-3,
.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout .text-block-3,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .ag2_tmlabel h2 small a,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout .ag2_tmlabel h2 small a {
    color: #75fad9;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .text-block-3 .ticker,
.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout .text-block-3 .ticker {
    display: block;
}

.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper.breakout .ag2_tmlabel h2 small,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper.breakout .ag2_tmlabel h2 small {
    font-size: 70%;
}


/*General for Agenda 1 Left Side*/

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper {
    background-color: #1a0738;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .agenda_title,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmtime,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .speaker-name.agendam,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmlabel h2,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmtime span,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .speaker-name.agenda,
.agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmlabel {
    color: #75fad9;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .text-block-3 {
    color: #75fad9;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .text-block-3 .ticker {
    color: #75fad9;
}

.section.agenda .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmtime:after {
    background-color: #75fad9;
}


/* General for Agenda Right Side*/

.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper {
    background-color: #1a0738;
}

.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .agenda_title,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmtime,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .speaker-name.agendam,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmlabel h2,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmtime span,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .speaker-name.agenda,
.agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmlabel {
    color: #75fad9;
}

.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .text-block-3,
.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .text-block-3 {
    color: #75fad9;
}

.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .text-block-3 .ticker {
    color: #75fad9;
}

.section.agenda .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmtime:after {
    background-color: #75fad9;
}


/*General for Agenda 2 Left Side*/

.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper {
    background-color: #75fad9;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .agenda_title,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmtime,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .speaker-name.agendam,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmlabel h2,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmtime span,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .speaker-name.agenda,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmlabel,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .agenda_title,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmtime,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .speaker-name.agendam,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmlabel h2,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmtime span,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .speaker-name.agenda,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmlabel {
    color: #1a0738;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .agenda-speaker-image-wrapper,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .agenda-speaker-image-wrapper {
    border: 3px solid #1a0738;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .text-block-3 {
    color: #1a0738;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .text-block-3 .ticker,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .text-block-3 .ticker {
    color: #1a0738;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmtime:after {
    background-color: #1a0738;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper a:hover .agenda-speaker-image-wrapper {
    border-color: #ed1e79;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper a:hover .speaker-name.agenda,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper a:hover .text-block-3,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper a:hover span.ticker {
    color: #ed1e79;
}


/* General for Agenda 2 Right Side*/

.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper {
    background-color: #75fad9;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .agenda_title,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmtime,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .speaker-name.agendam,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmlabel h2,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmtime span,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .speaker-name.agenda,
.section.agenda-2 .agenda-rail-wrapper.agenda-left .agenda-inner-event-wrapper .ag2_tmlabel {
    color: #1a0738;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .text-block-3,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .text-block-3 span.ticker {
    color: #1a0738;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper .ag2_tmtime:after {
    background-color: #1a0738;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper a:hover .speaker-name.agenda,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper a:hover .text-block-3,
.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper a:hover span.ticker {
    color: #ed1e79;
}

.section.agenda-2 .agenda-rail-wrapper.agenda-right .agenda-inner-event-wrapper a:hover .agenda-speaker-image-wrapper {
    border-color: #ed1e79;
}

.agenda-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width: 560px) {
    .speaker-name.agenda {
        font-size: 18px;
    }
    .agenda-wrapper-two-coulmns .agenda-rail-wrapper {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .agenda-wrapper-two-coulmns .agenda-rail-wrapper {
        width: 48.5%;
    }
}

@media screen and (max-width: 767px) {
    .agenda-wrapper-two-coulmns {
        display: block;
    }
    .agenda-rail-wrapper {
        width: 100%;
    }
    .agenda-rail-wrapper.agenda-left {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .agenda-rail-wrapper .speaker-info {
        padding-left: 12px;
    }
    .speaker-info h4 {
        font-size: 19px;
    }
    .div-block-13 {
        width: 100% !important;
    }
    .agenda-event-wrapper .speaker-info {
        text-align: left;
    }
    .agenda-event-wrapper {
        padding: 15px 10px !important;
    }
}


/* Sponsor Section */

section.sponsors {
    background-color: #fff;
}

section.sponsors .section-title {
    text-align: center;
    text-transform: uppercase;
    color: #1a0738;
}

.sponsor-wrap {
    padding: 70px 0 42px 0;
}

a.button.section-cta {
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}

.sponsor-wrap h1.hero-heading.light {
    margin-bottom: 25px;
}

ul.sponsors-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    display: inline-block;
    text-align: center;
    width: 100%;
}

ul.sponsors-list li {
    float: none;
    width: 23%;
    margin: 0 -4px;
    margin-bottom: 27px;
    margin-right: 20px;
    text-align: center;
    display: inline-block;
}

ul.sponsors-list li:nth-child(4n+4) {
    margin-right: 0;
}

.wide-video iframe {
    width: 100%;
    margin-bottom: 40px;
    height: 500px;
    border-radius: 10px;
}

.video-out-wrap {
    padding: 60px 0 0;
}

a.ajax-popup-link {
    display: flex;
    align-items: center;
    flex-direction: column;
}

a.ajax-popup-link:hover .speaker-name,
a.ajax-popup-link:hover .italic-text,
a.ajax-popup-link:hover span.ticker {
    color: #ed1e79;
}

a.ajax-popup-link:hover .speaker-photo {
    border-color: #ed1e79;
}

.wide-video .hero-heading {
    margin: 60px 0 20px;
    font-size: 44px;
}

.section.more-info {
    background-color: #1a0738;
}

.section.more-info .wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
}

.section.more-info .wrapper .column {
    margin: 0 1% 10%;
    padding: 0;
}

.section.more-info .wrapper .column ul {
    font-size: 18px;
    color: #75fad9;
    list-style-type: none;
    font-size: 18px;
}

.section.more-info .wrapper .column ul li i {
    margin-right: 10px;
    line-height: 1.2;
    color: #ed1e79;
    font-size: 18px;
}

.section.more-info .wrapper .column ul li {
    margin-bottom: 15px;
}

.section.more-info .wrapper .column img {
    max-height: 200px;
}

@media (min-width: 768px) {
    .section.more-info .wrapper {
        flex-direction: row;
    }
    .section.more-info .wrapper .column {
        margin-bottom: 0;
    }
    .section.more-info .wrapper .column:nth-of-type(2) {
        flex-shrink: 0;
        flex-basis: 50%;
    }
}


/* Magnific Popup CSS */

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

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

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

.button.big {
    font-size: 23px;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}


/* Main image in popup */

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}


/* The shadow behind the image */

.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

.right-side-wrap .h3 {
    text-transform: uppercase;
    font-weight: 800;
    color: #000;
}

.attend-cta:hover {
    border-color: #000 !important;
    background-color: #000 !important;
    color: #fff !important;
}


/** Registration Form **/

#pricing-registration {
    background-color: #000;
    padding: 80px 0;
}

div#pricing-registration .price-feature {
    min-height: 91px;
    padding: 10px 0px 20px;
}

.pricing-column {
    width: 100% !important;
}

#pricing-registration .plan-title {
    padding: 0;
    font-size: 18.5px;
    padding-top: 18px;
}

#pricing-registration .price {
    margin-top: 14px;
    font-size: 50px;
}

div.register-cta .hbspt-form fieldset {
    max-width: 100%;
}

div.register-cta .hbspt-form .hs-form-field {
    height: auto !important;
}

div.register-cta .hbspt-form .hs-form-field .input input {
    min-height: 50px !important;
}

div.register-cta .hbspt-form .hs_lastname .input {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

div.register-cta .hbspt-form input.hs-button.primary.large {
    width: auto !important;
    cursor: pointer;
    display: inline-block;
    background-color: #fff;
    transition: background-color 200ms ease, box-shadow 200ms ease;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
    text-decoration: none;
    text-transform: uppercase;
    margin: 10px 8px;
    padding: 14px 20px 12px;
    border: 3px solid #fff;
    border-radius: 30px;
}

div.register-cta p:first-of-type {
    margin-top: 0;
    margin-bottom: 0;
}

div.register-cta p:last-of-type {
    margin-top: 0;
}

div.register-cta .hbspt-form input.hs-button.primary.large:hover {
    background-color: #000;
    color: #fff;
    border: 3px solid #fff;
}

div.register-cta .hbspt-form .hs-form-field label {
    top: auto !important;
    bottom: 0 !important;
    position: relative;
    left: 0;
    color: #fff;
    text-align: left;
}

div.register-cta .hbspt-form .hs-form-field label span {
    display: none;
}

div.register-cta .hbspt-form .hs-form-field ul.hs-error-msgs {
    margin: 8px 0;
}

div.register-cta .hbspt-form .hs-form-field label.hs-error-msg {
    color: red;
    font-size: 18px;
}

div.register-cta .hs_submit.hs-submit {
    margin-top: 20px;
}

div.register-cta .hs-form-field:hover {
    background-color: transparent;
}

div.register-cta h1.hero-heading {
    margin-bottom: 25px;
}

div.register-cta h1.hero-heading {
    margin-bottom: 25px;
}

div.register-cta.hs-input:focus {
    outline: none;
}

div.register-cta .hbspt-form form {
    max-width: 600px;
    margin: auto;
    width: 100%;
}

#pricing-registration p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin: auto;
    line-height: 25px;
}

#pricing-registration1 p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    max-width: 80%;
    margin: auto;
    line-height: 25px;
}

.common-sec p {
    color: #000;
    font-size: 18px;
    line-height: 1.5;
}

.common-sec p span {
    color: #5BDFB0;
    font-weight: bold;
}

.common-sec ul {
    padding: 0;
    padding-left: 0px;
    list-style: none;
}

.common-sec ul li {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.common-sec h4 {
    font-size: 21px;
}

.speaker-preview .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.common-sec ul li:after {
    position: absolute;
    content: '\f105 ';
    font-family: fontawesome;
    left: 0;
    color: #5BDFB0;
    font-size: 26px;
    top: 0;
}

.speaker-wrapper-2 {
    justify-content: flex-start;
}

.speaker-name {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 1.1;
}

span.green {
    color: #28a471;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}


/* Styles for dialog window */

#small-dialog {
    background: #fff;
    padding: 20px;
    text-align: left;
    max-width: 90%;
    margin: 40px auto;
    position: relative;
    width: 600px;
    border-radius: 10px;
}

#small-dialog h2 {
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}

#small-dialog p {
    color: #000;
    font-size: 18px;
    line-height: 31px;
}

a.popup-btn {
    border: 3px solid #FC8D42;
    display: block;
    width: 220px;
    margin: 0 auto;
    border-radius: 30px;
    padding: 18px 20px;
    text-align: center;
    font-size: 20px;
    background: #FC8D42;
    color: #fff;
    font-weight: 700;
}

a.popup-btn:hover {
    border: 3px solid #15c77e;
    background: #15c77e;
}

.inner-poup {
    border: 2px solid #FC8D42;
    border-radius: 10px;
    padding: 25px;
}


/**
 * Fade-zoom animation for first dialog
 */


/* start state */

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}


/* animate in */

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/* animate out */

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}


/* Dark overlay, start state */

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}


/**
 * Fade-move animation for second dialog
 */


/* at start */

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}


/* Dark overlay, start state */

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}


/* animate in */

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}


/* animate out */

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}

a.morelink {
    border-bottom: none !important;
    width: auto !important;
    display: inline-block !important;
}

.company-meta li {
    color: #000 !important;
}


/** Banner Section **/

.banner-right-col h1 {
    display: none;
}

.banner-section {
    padding: 100px 0 80px;
    background-color: #1b9b6a;
}

.banner-left-col {
    width: 50%;
}

.banner-right-col {
    width: 50%;
    padding-left: 5%;
}

.banner-right-col iframe {
    width: 100%;
    height: 304px;
    margin-top: 29px;
}

.banner-row {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.banner-left-col h1.heading {
    font-size: 46px;
    line-height: 60px;
    margin-top: 0;
}

.banner-left-col h2 {
    margin: 15px 0;
    font-size: 26px;
}

.banner-left-col .h3 {
    font-size: 24px;
}

.banner-left-col a.attend-cta.w-button {
    border-color: #fff;
    display: inline-block;
}

.detroit-owl {
    position: relative;
}


/** New Header **/

.header-brand img {
    position: absolute;
    top: -28px;
    width: 120px;
    transition: all 0.5s ease;
}

.fixed .header-brand img {
    width: 80px;
}

ul#menu-header-menu {
    margin: 00;
    padding: 0;
}

ul#menu-header-menu li {
    display: inline-block;
}

ul#menu-header-menu .nav-link-3 a {
    -webkit-transition: color 300ms ease;
    transition: color 300ms ease;
    color: #000;
}

ul#menu-header-menu .nav-link-3 a:hover {
    color: #FC8D42;
}

ul#menu-header-menu .button-2 a {
    color: #FC8D42;
}

ul#menu-header-menu .button-2:hover a {
    color: #fff;
}

ul#menu-header-menu .button-2 a:hover {
    background-color: transparent;
    color: #fff;
}

.detroit-owl .owl-prev,
.detroit-owl .owl-next {
    background: transparent !important;
    font-size: 85px !important;
    color: #fff;
    padding: 0;
    margin: 0;
    position: absolute;
    left: -73px;
    top: 43%;
}

.detroit-owl .owl-next {
    left: auto !important;
    right: -73px;
    top: 43%;
}

.registration-section.hero {
    margin-top: 35px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
    color: #fff;
    text-align: center;
}

.hero .hero-image-wrapper img {
    max-height: 300px;
}

.right-side-wrap h4 {
    font-size: 31px;
    font-weight: 800;
    color: #000;
}

.registration-lr-wrapper h4 {
    margin-top: 50px;
}

.hero-content-wrapper {
    margin: 26px 0px 0px;
}

.hero-content-wrapper a.attend-cta.w-button {
    margin-top: 20px;
}

.speaker-image-wrapper {
    position: relative;
    margin-bottom: 15px;
}

.speaker-412 .speaker-image-wrapper:after {
    position: absolute;
    left: 0;
    top: 8px;
    /* width: 65%; */
    content: 'Keynote';
    background-color: #FC8D42;
    height: 21px;
    font-size: 13px;
    text-align: center;
    color: #fff;
    transform: rotate(-30deg);
    font-weight: 700;
    padding: 2px 13px;
    border-radius: 14px;
}

body.page-template-video-library-template .registration-section.hero,
body.page-template-watch-now-template .registration-section.hero {
    padding: 25px 3% !important;
}

.button-2:hover {
    background-color: #1a0738;
    color: #fff !important;
}

@media screen and (min-width: 1024px) {
    .hero-heading {
        font-size: 55px;
    }
    .right-side-wrap .h3 {
        font-size: 48px;
    }
}

@media screen and (min-width: 768px) {
    .detroit-owl .owl-prev,
    .detroit-owl .owl-next {
        background: transparent !important;
        font-size: 85px !important;
        color: #fff;
        padding: 0;
        margin: 0;
        position: absolute;
        left: -73px;
        top: 43%;
    }
    .detroit-owl .owl-next {
        left: auto !important;
        right: -73px;
        top: 43%;
    }
    #testimonial-sec .owl-stage {
        display: flex;
    }
    #testimonial-sec .owl-carousel .owl-item {
        display: flex;
    }
    .registration-section.hero {
        margin-top: 0;
    }
}

@media screen and (max-width: 1199px) {
    .agenda-event-title {
        font-size: 27px;
        line-height: 32px;
    }
    .agenda-speaker-section-wrapper {
        margin-top: 12px;
    }
    .detroit-owl .owl-prev,
    .detroit-owl .owl-next {
        left: -46px;
        font-size: 61px
    }
    .detroit-owl .owl-next {
        right: -46px;
    }
    .hs-form-field .input textarea {
        height: 130px;
    }
    .testimonial-parent {
        padding: 0 25px;
    }
}

.navbar-3 {
    display: none;
}

@media screen and (min-width: 1201px) {
    .navbar-3 {
        display: block;
    }
    body {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .banner-right-col iframe {
        height: 248px;
    }
    #pricing-registration p {
        max-width: 100%;
    }
    .registration-left-wrapper {
        width: 100%;
        padding: 0 !important;
    }
    .agenda-speaker-section-wrapper {
        align-items: flex-start;
    }
    #pricing-registration .pricing-wrapper {
        width: 45% !important;
    }
    div#pricing-registration .price-feature {
        min-height: 100%;
        margin: 0;
        padding-bottom: 0;
    }
    .agenda-speaker-section-wrapper {
        padding: 0;
    }
    .upgrade-cta {
        width: 85%;
        padding: 17px 32px 16px;
    }
    .register-form h4.form-header {
        margin-bottom: 18px !important;
    }
    .register-form .exported-col-2 {
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        width: 100% !important;
    }
    .wide-video iframe {
        height: 350px;
    }
    .brand {
        width: 70%;
        display: inline-block;
        vertical-align: middle;
        padding: 23px 0 !important;
    }
    .w-nav[data-collapse="medium"] .w-nav-button {
        display: inline-block !important;
        width: -10% !important;
        position: absolute;
        right: 0;
        background: transparent;
    }
    .container.w-container.head-contain {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        position: static;
        max-width: 100%;
    }
    /*.w-nav[data-collapse="medium"] .w-nav-menu {
        display: block !important;
    }*/
    /** Responsive Menu **/
    .responsive-menu-inner,
    .responsive-menu-inner::before,
    .responsive-menu-inner::after {
        background-color: #FC8D42 !important;
    }
    button#responsive-menu-button {
        width: 27px !important;
        height: 27px !important;
        position: fixed;
        top: 10px !important;
        background-color: transparent !important;
    }
    div#responsive-menu-container {
        margin-top: 47px !important;
    }
    .brand {
        width: 100%;
        text-align: center;
        margin: 0;
        position: relative;
    }
    .header-brand img {
        position: absolute;
        top: 19px;
        width: 89px;
        z-index: 999;
        position: absolute;
        margin: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    #responsive-menu-container #responsive-menu li.responsive-menu-item .responsive-menu-item-link {
        font-size: 13px;
        background: transparent !important;
        border: none !important;
    }
    li.button-2.nav.w-button.menu-item.menu-item-type-custom.menu-item-object-custom.responsive-menu-item a {
        text-align: center !important;
    }
    button.menu-item.menu-item-type-custom.menu-item-object-custom.responsive-menu-item {
        width: 156px !important;
        margin: auto !important;
        /* display: table; */
        margin-top: 11px !important;
    }
    ul#responsive-menu {
        padding-top: 110px;
    }
    li.button-2.nav.w-button.menu-item.menu-item-type-custom.menu-item-object-custom.responsive-menu-item {
        max-width: 213px;
        margin: auto !important;
        margin-top: 10px !important;
    }
    .navbar-3 {
        z-index: 99999 !important;
    }
    /** Banner **/
    .banner-right-col h1.heading {
        display: none;
    }
    .banner-left-col h1.heading {
        font-size: 34px;
        line-height: 42px;
    }
    .banner-left-col h2 {
        margin: 5px 0;
        font-size: 21px;
    }
    .banner-left-col .h3 {
        font-size: 21px;
        margin-bottom: 15px;
        margin-top: 0;
    }
    .attend-cta {
        padding: 12px 29px 11px;
        font-size: 13px;
    }
    .bd-col-title {
        font-size: 24px;
    }
    .bd-col-date {
        font-size: 21px;
        margin-bottom: 16px;
    }
    .register-now {
        padding: 11px 41px 10px;
    }
    .tick-con p {
        font-size: 17px;
        line-height: 24px;
    }
    .tkt-not-row {
        margin-top: 20px;
    }
    .tkt-not-row {
        width: 80%;
    }
    .speakers .w-layout-grid.grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .banner-right-col iframe {
        width: 100%;
        height: 344px;
        margin-bottom: 20px;
    }
    .social-icon-link {
        padding-right: 0px;
        padding-left: 0px;
        margin-right: 15px;
        width: 60px;
        height: 60px;
        background: #75fad9;
        border-radius: 50%;
        color: #1a0738 !important;
        padding: 18px;
    }
    a.social-icon-link.w-inline-block>div {
        color: #1a0738;
    }
    .detroit-owl .owl-prev,
    .detroit-owl .owl-next {
        left: -65px;
    }
    .detroit-owl .owl-next {
        right: -65px;
    }
    .banner-right-col h1.heading {
        display: block;
        font-size: 47px;
        line-height: 60px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .banner-left-col h2 {
        margin: 5px 0;
        font-size: 32px;
        margin-top: 2271;
    }
    .banner-left-col .h3 {
        font-size: 32px;
        margin-bottom: 15px;
        margin-top: 16px;
    }
    .attend-cta {
        padding: 12px 29px 11px;
        font-size: 15px;
    }
    .banner-left-col h1.heading {
        display: none;
    }
    .banner-left-col {
        width: 100%;
    }
    div#pricing-registration .hbspt-form form {
        max-width: 100%;
        margin: auto;
        width: 100%;
    }
    .tkt-not-col {
        padding: 0 17px;
        width: 100%;
        margin-top: 25px;
        margin-bottom: 10px;
    }
    .tkt-not-row {
        margin-top: 0;
        flex-wrap: inherit;
        width: 100%;
        flex-direction: column;
    }
    .mfp-content figure {
        display: none;
    }
    .mfp-content .speaker-right {
        width: 100%;
    }
    .speaker-right h2 {
        font-size: 23px;
    }
    div#pricing-registration .title,
    #pricing-registration.registration-form {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .section.about,
    #pricing-registration.blue-register {
        padding-left: 20px;
        padding-right: 20px;
    }
    .wide-video .hero-heading {
        font-size: 38px;
        line-height: 48px;
    }
    .speakers .w-layout-grid.grid {
        grid-template-rows: auto !important;
    }
    .registration-section-wrapper h4.form-header {
        margin-bottom: 20px !important;
    }
    #pricing-registration .w-layout-grid.grid-2 {
        display: block !important;
    }
    #pricing-registration .pricing-wrapper {
        width: 100% !important;
        margin: 20px 0 !important;
    }
    .wide-video iframe {
        height: 300px;
    }
    #pricing-registration .hs-form-field {
        width: 100% !important;
        height: 100%;
    }
    div#pricing-registration .hbspt-form .hs_lastname .input {
        margin-right: 0 !important;
    }
    div#pricing-registration .hbspt-form .input {
        margin-right: 0 !important;
    }
    #pricing-registration .hbspt-form {
        padding: 0 0;
    }
    .paragraph {
        text-align: center;
    }
    div#bootcamp-detail-row {
        flex-wrap: wrap;
        flex-direction: column;
        display: flex;
    }
    .bdcol {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: flex-start;
        height: 300px;
        text-align: left;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 30px;
    }
    div#pricing-registration .hbspt-form .hs-form-field label {
        text-align: center;
    }
    .banner-section {
        padding: 100px 0 80px;
        background-color: #1b9b6a;
        padding-left: 30px;
        padding-right: 30px;
    }
    .testimonial-parent {
        padding: 0 70px;
    }
    .banner-row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        flex-wrap: wrap;
    }
    .banner-right-col {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 560px) {
    .banner-right-col h1.heading {
        font-size: 32px;
        line-height: 41px;
    }
    .banner-left-col h2 {
        font-size: 23px;
    }
    .wide-video iframe {
        width: 100%;
        margin-bottom: 0;
        height: 300px;
    }
    .banner-left-col .h3 {
        font-size: 25px;
        margin-top: 0;
    }
    .social-icon-link {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        padding: 15px;
    }
    a.social-icon-link.w-inline-block>div {
        font-size: 21px;
    }
}

@media screen and (max-width: 480px) {
    .hs-form-field .input input {
        width: 100% !important;
    }
    .hs_lastname .input {
        margin-right: 0 !important;
        margin-left: 0;
    }
    .hs-form-field .input {
        margin: 0 !important;
    }
    .form-block.w-form {
        margin: 0 9.5px;
    }
    a.attend-cta.light.w-button.vut-button {
        min-width: 222px;
    }
    input.hs-button.primary.large {
        width: auto;
    }
    .form-header {
        line-height: 38px;
    }
    nav.nav-menu-3.w-nav-menu a.button-2.nav.w-button {
        width: 100%;
        padding: 18px;
    }
}