.backtop-scroll {
    right: 0;
    top: 80%;
    width: 55px;
    height: 65px;
    background-color: #00A8CB;
    color: #fff;
    position: fixed;
    cursor: pointer;
    z-index: 99;
    display: none;
}

.backtop-scroll .back-inner {
    padding-top: 7px;
}

.sm-lg-size {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -6px;
}

.sm-lg-small {
    font-size: 16px;
    line-height: 1;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 10px;

}

.backtop-scroll .back-inner span {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
}

.hero-menu-warp ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    background-color: #f9ab19;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero-menu-warp ul li {
    list-style-type: none;
    position: relative;
}

.hero-menu-warp ul li a {
    padding: 10px 15px;
    font-size: 16px;
    color: #000;
    display: block;
    text-transform: capitalize;
}

.hero-menu-warp ul li ul {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 160px;

    background-color: #f9ab19;
    z-index: 99;
}

.hero-menu-warp ul li:hover>ul,
.hero-menu-warp ul li:focus>ul {
    display: block;
}

.hero-menu-warp ul li ul li a {
    padding: 8px 15px;
    font-size: 14px;
    color: #000;
    display: block;
}

.event-hero-inner {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}

.hero-full-media-main {
    margin: 0;
    padding: 0;
    position: relative;
}

.hero-full-media-main>img {
    width: 100%;
    height: auto;
    min-height: 153px;
    object-fit:
        cover;
}

.hero-inner-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    padding: 0 15px;
    display: -webkit-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}



.hero-inner-caption .hero-caption-row {
    display: -webkit-box;
    box-sizing: border-box;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
}

.hero-inner-caption .hero-caption-row .hero-event-title {
    color: #fff;
    padding: 0 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 42px;
    line-height: 1;
    margin: 0;
    flex: 0 0 calc(100% - 240px);
    max-width: calc(100% - 240px);
    text-shadow: 0px 0px 8px #000;
    font-weight: 600;
}

.hero-inner-caption .hero-caption-row .event-small-brand-logo {
    padding: 0;
    flex: 0 0 176px;
    max-width: 176px;
    margin: 0;
}

.hero-inner-caption .hero-caption-row .event-small-brand-logo img {
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
}



.hero-inner-content-main {
    background-color: #fff;
}

@media only screen and (max-width: 753px) {
    .hero-custom-content {
        border: none !important;
    }    
}

.hero-custom-content {
    border: 1pt solid #00A8CB;
}

.hero-custom-content ul {
    margin: 0;
    padding: 5px 15px;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.hero-custom-content ul li {
    margin: 0;
    padding: 0 15px;
    text-align: center;
    box-sizing: border-box;
    flex: 0 0 33.3333%;
    list-style-type: none;

}

.hero-custom-content ul li h4 {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: black;
}

.hero-custom-content ul li p small {
    font-size: 12px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}

.hero-custom-content ul li .btn {
    min-width: 220px;
    height: 44px;
    border-radius: 0;
    background-color: #00A8CB;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: none;
    border-color: #00A8CB;
    text-shadow: none;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.hero-custom-content ul li p {
    font-size: 14px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
}

.hero-custom-content ul li h5 {
    font-size: 18px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    margin: 0;
    line-height: 1.3;
}

.hero-custom-content ul li h5 a {
    color: #000;
}


.ytube-content-module {
    padding: 20px 15px;
    color: #fff;
    box-sizing: border-box;
    width: 100%;
}

.ytube-content-module .ytube-row {
    margin: 0;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ytube-content-module .ytube-row .ytube-12 {
    -webkit-box-flex: 0;
    box-sizing: border-box;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
}

.ytube-content-module .ytube-row .ytube-6 {
    -webkit-box-flex: 0;
    box-sizing: border-box;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.ytube-content-box {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 1.4;
}

.ytube-content-box p {
    font-size: 20px;
    font-weight: normal;
    color: #fff;
}

.ytube-content-box p strong {
    font-weight: 600;
}

.ytube-content-box ul {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
}

.ytube-content-box ul li {
    line-height: 1.4;
}

.ytube-frame-box {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    line-height: 0;
}

.ytube-frame-box-item {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 15;
    border: 0;
    margin: 0;
    padding: 0;
}

.td-forcefull table.contentpaneopen {
    width: 100%;
}

.custom_spring-location-2020 h3 {
    font-size: 26px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    text-align: center;
}

.custom_spring-location-2020 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin: 0;
    padding: 5px 0;
    list-style-type: none;

}

.custom_spring-location-2020 ul li {
    font-size: 18px;
    color: #000;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.33333%;
    padding: 3px 15px;
    list-style-type: none;
    line-height: 1.4;
}

.custom_spring-location-2020 ul li a {
    font-size: 18px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    text-decoration: underline;
}

.td-forcefull table.contentpaneopen p:empty {
    display: none;
}

/** Grid Article modules***/
.moduletable {
    width: 100%;
}

.custommod-grid-article {
    width: 100%;
    height: auto;
    padding: 15px 0;
}

.grid-article-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.grid-article-row .grid-article-full {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 8px;
    box-sizing: border-box;
}

@media(min-width:990px) {
    .grid-article-row .grid-article-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-article-row .grid-article-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .grid-article-row .grid-article-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

    }

    .grid-article-row .grid-article-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }

}


@media(min-width:1200px) {

    .grid-article-row .grid-article-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;

        max-width: 25%;
    }


    .grid-article-row .grid-article-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333%;
        -ms-flex: 0 0 33.3333%;
        flex: 0 0 33.3333%;

        max-width: 33.3333%;
    }

    .grid-article-row .grid-article-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;

    }

    .grid-article-row .grid-article-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;

    }

}

.grid-article-inner {
    height: 100%;
    position: relative;
    padding-bottom: 65px;
    border: solid 1px #707070;
}

.grid-article-inner figure {
    margin: 0;
    padding: 0;
    width: 100%;
}

.grid-article-inner figure img {
    width: 100%;
    height: auto;
}

.grid-article-inner .grid-intro-text {
    padding: 10px;
}

.grid-article-inner .grid-intro-text h4 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-bottom: 5px;
    font-family: 'Source Sans Pro', sans-serif;
}

.grid-article-inner .grid-intro-text p {
    font-size: 16px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.4;
    font-weight: normal;
    margin: 5px 0;
}

.grid-article-inner .readmore-btn {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
    height: auto;
}

.grid-btn {
    font-size: 15px;
    padding: 0 15px;
    height: 35px;
    color: #fff;
    background-color: #00a8cb;
    border: 0;
    font-weight: 600;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid-btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

.grid-article-inner ul {
    margin: 0;
    padding: 5px 0;
    list-style-type: none;
}

.grid-article-inner ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    list-style-type: none;
    font-size: 16px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 1.4;
}

.grid-article-inner ul li strong {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 76px;
    -ms-flex: 0 0 76px;
    flex: 0 0 76px;
    max-width: 76px;
    font-weight: normal;
}

.grid-article-inner ul li span {
    -webkit-flex: 0 0 calc(100% - 78px);
    -ms-flex: 0 0 calc(100% - 78px);
    flex: 0 0 calc(100% - 78px);
    text-decoration: none !important;
}





.expo-heading {
    font-size: 26px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    text-align: center;
}

.mod-expo-location-list {
    width: 100%;
    height: auto;
}

ul.expo-location-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: -webkit-box;
    margin-top: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

ul.expo-location-list li {
    list-style-type: none;
    margin-bottom: 15px;
}

ul.expo-location-list.list-col-view-2 {
    margin-left: -15px;
    margin-right: -15px
}

ul.expo-location-list.list-col-view-2 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;


}

ul.expo-location-list.list-col-view-2:before {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #ccc;
    left: 50%;
    top: 0;
    position: absolute;
}

ul.expo-location-list.list-col-view-1 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;

}

ul.expo-location-list li .expo-list-inner-main {
    width: 100%;
}

ul.expo-location-list li .expo-list-inner-main .expo-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px
}

ul.expo-location-list li .expo-list-inner-main .expo-inner div.register-btn {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 125px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
    max-width: 125px;
    padding: 0 10px;
}

ul.expo-location-list li .expo-list-inner-main .expo-inner .expo-info-data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 10px;
}

ul.expo-location-list li .expo-list-inner-main .expo-inner .register-btn+.expo-info-data {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(100% - 135px);
    -ms-flex: 0 0 calc(100% - 135px);
    flex: 0 0 calc(100% - 135px);
    max-width: 280px;
    padding: 0 10px;
}


a.register-btn {
    font-size: 15px;
    padding: 0 8px;
    height: 35px;
    color: #fff;
    background-color: #00a8cb;
    border: 0;
    font-weight: 600;
    text-align: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

a.register-btn:hover {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}


.expo-info-data .expo-location {
    display: block;
    font-size: 16px;
    margin: 0;
    border: 0;
    color: #000;
    line-height: 1.42857143;
    padding-bottom: 0;
}

.expo-info-data .expo-address {
    margin: 0;
    font-size: 14px;
    font-style: normal;
    color: #000;
    text-decoration: underline;
    line-height: 1.42857143;
}

.expo-info-data .expo-address a {
    color: #000;
}

.expo-info-data .expo-coupon-code {
    color: #000;
    font-size: 14px;
    font-style: normal;
    display: block;
    line-height: 1.42857143;

}

.custom_sponserlogo {
    padding: 10px 0;
    width: 100%;
}

.custom_sponserlogo h3 {
    font-size: 22px;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-style: italic;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    text-align: center;
}

.custom_sponserlogo ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.custom_sponserlogo ul li {
    padding: 15px;
    min-width: 130px;
    text-align: center;
    list-style-type: none;
    margin: 0;
}

.custom_sponserlogo ul li img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.custom_sponserlogo ul li span {
    display: block;
    text-align: center;
    line-height: 1.42857143;
    color: #000;
    font-size: 14px;
    font-style: normal;
    text-decoration: underline;
}


.custom_sponserlogo.style2 li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666%;
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
    padding: 15px 10px;
}

.custom_sponserlogo.style2 li img {
    min-height: 125px;
    object-fit: contain;
}


.large-intro {
    font-size: 30px;
    color: #000;
    line-height: 1.4;
}

.video-grid-warp {
    margin-top: 20px;
    margin-bottom: 20px;
}

.custom-grid-article {
    margin-top: 20px;
    margin-bottom: 20px
}


.video-grid-warp .grid-article-row,
.custom-grid-article .grid-article-row {
    margin: 0 -15px;
}

.video-grid-warp .grid-article-row .grid-article-full,
.custom-grid-article .grid-article-row .grid-article-full {
    padding: 15px;
}

.video-grid-header h3 {
    font-size: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #000;
}

.video-grid-header {
    padding-bottom: 0px;
}

.video-grid-header h3 .icon-media {
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


.video-grid-header .video-top-intro p {
    font-size: 30px;
    color: #000;
    line-height: 1.4;
    padding-top: 15px;
}


.video-grid-inner h5 {
    font-size: 18px;
    margin-bottom: 5px;
    padding-top: 20px;
    color: #000000;
}

.grid-article-header h3 {
    font-size: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #000;
}

.grid-article-header {
    padding-bottom: 0px;
}

.grid-article-header h3 .icon-media {
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}


.video-grid-warp .grid-article-row .video-grid-header,
.custom-grid-article .grid-article-row .grid-article-header {
    padding-bottom: 0;
}


.grid-intro-text h2 {
    font-size: 30px;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    line-height: 1.05;
    font-weight: 500;
    color: #5fb5d1;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 10px;
}

.grid-intro-text h2 a {
    color: #5fb5d1;
}

.grid-intro-text p {
    font-size: 17px;
    line-height: 1.2;
}


.bt-testimonials-swiper .carousel-inner {
    min-height: 90px;
}

.bt-testimonials-swiper .carousel-inner .slide-text {
    font-size: 30px;
    line-height: 34px;
    font-style: italic;
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    color: #000000;
}



.testimonials-header h2 {
    font-size: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #000;
}

.testimonials-header {
    padding-bottom: 20px;
}

.testimonials-header h2 .icon-media {
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.bt-testimonials-swiper .custom-style {
    margin: 0 !important;
}

.testimonial-root>div {
    margin: 0 !important;
    height: auto !important;
    min-height: 90px;
}

.bt-testimonials-swiper .custom-style {
    min-height: 140px;
}

.testimonial-root>div.clearfix {
    min-height: 1px;
}

.bt-testimonials-swiper .carousel-indicators .active {
    background: #31708f;
}

.bt-testimonials-swiper .carousel-indicators li {
    border: 1px solid #ccc;
}

.bt-testimonials-swiper .carousel-indicators {
    bottom: -20px;
    min-height: 20px
}


.faq-header {
    padding-bottom: 20px;
}

.faq-header h2 {
    font-size: 38px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0;
    line-height: 1.4;
    color: #000;
}

.faq-header h2 .icon-media {
    margin-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.faqpanel-title {
    text-decoration: none;
    margin-bottom: 0;
    font-size: 30px;
    outline: 0;
}

.faqpanel-title a {
    display: block;
    font-size: 30px;
    color: #000;
    text-decoration: none;
    padding: 0 30px;
    position: relative;
}

.faqpanel-title a:before {
    padding-right: 3px;
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -5px;
}

.faqpanel-title a[aria-expanded="false"]:before {
    content: "+";
    font-size: 30px;
    margin-top: -2px;
}

.faqpanel-title a[aria-expanded="true"]:before {
    content: "-";
}

.intro-text-faq {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 24px;
    line-height: 1.3;
    color: #625d5d;

}

.faqpanel-default {
    padding-bottom: 20px;
}

.bt-faq-acd {
    padding: 30px 0;
}


.custom_sponserlogo2 {
    padding: 20px 0;

}

.custom_sponserlogo2 h2 {
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
}



.custom_sponserlogo2 ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.custom_sponserlogo2 ul li {
    padding: 15px;
    min-width: 100px;
    text-align: center;
    list-style-type: none;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333%;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.custom_sponserlogo2 ul li img {
    max-width: 80%;
    margin: 0 auto;
    height: auto;
}

.custom_sponserlogo2 ul li span {
    display: block;
    text-align: center;
    line-height: 1.42857143;
    color: #000;
    font-size: 14px;
    font-style: normal;
    text-decoration: underline;
}

.custom_sponserlogo2.equal-height ul li img {
    min-height: 165px;
    max-height: 165px;
    object-fit: contain;
}


.custom_sponserlogo2.equal-height ul li a {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.custom_sponserlogo2.equal-height ul li a span {

    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}


.custom_sponserlogo2.localsponsors ul li a {
    display: block;
    text-align: center
}

.custom_sponserlogo2.localsponsors ul li a img {
    display: inline-block;
}

.custom_sponserlogo2.localsponsors ul li a span {
    padding-top: 10px;
}


.custom_sponserlogo2 ul li a {
    display: block;
    text-align: center
}

.custom_sponserlogo2 ul li a img {
    max-width: 50%;
    margin: 0 auto;
    display: inline-block;
}

.custom_companies-table h2 {
    font-size: 20px;
    color: #000;
    margin: 0;
    padding: 0;
    padding-bottom: 8px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 0px;
}


.custom_companies-table table.table-head tr td {
    width: 250px;
    text-align: center;
    vertical-align: middle;
}


.custom_companies-table table.table-head tr td+td {
    width: 75px;
    text-align: center;
    vertical-align: middle;
}

.custom_companies-table table.table-head {
    margin-bottom: 0px;
}

.custom_companies-table table.table-head tr td {
    border-top: 0;
    border-bottom: solid 5px #707070;
    font-size: 12px;
    color: #000;
}

.scroll-table {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
}

.scroll-table table {
    width: 795px;
}

.scroll-table table tr td {
    height: 37px;
    text-align: center;
}

.custom_companies-table table td {
    font-size: 14px;
    color: #000;
}

.custom_companies-table table td a {
    color: #000;
    text-decoration: underline;
}

.table-divider-scroll-function {
    display: flex;
    flex-wrap: wrap;
    height: 550px;
    overflow-y: auto;
    overflow-x: scroll;

}

.col-company-name {
    flex: 0 0 270px;
    max-width: 270px;
}

.col-half-tbl {
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
}

.ytube-content-box ul {
    padding-left: 38px;
}

.ratio-image16by9 {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;

}

.ratio-image16by9 .ratio-image16by9-item {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5
}

a.linkcover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8
}

@media(max-width:1199px) {
    .scroll-table table {
        width: 739px;
    }

}

@media(max-width:990px) {
    .ytube-content-module .ytube-row .ytube-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ytube-content-box ul {
        padding-left: 30px;
    }

    .custom_spring-location-2020 ul li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .large-intro,
    .video-grid-header .video-top-intro p {
        font-size: 20px;
    }

    .intro-text-faq {
        font-size: 18px;
    }

}

@media(max-width:767px) {

    .hero-full-media-main>img {
        display: none;
    }

    .hero-inner-caption {
        position: static;
        height: auto;
        width: 100%;
    }

    .hero-inner-caption .hero-caption-row .hero-event-title {
        padding: 10px !important;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
        font-size: 22px;
        color: #000;
        text-shadow: none;
    }



    .hidden-mobile {
        display: none;
    }

    .event-small-brand-logo {
        display: none;
    }

    .hero-custom-content ul {
        padding-top: 15px;
    }

    .hero-custom-content ul {
        justify-content: center;
    }

    .hero-end {
        text-align: center;
        padding-top: 10px
    }

    .hero-end h4 {
        margin: 0;
        font-size: 12px;
        color: #000;
    }

    .hero-end p,
    .hero-end p small {
        font-size: 12px;
        color: #000;
    }

    .hero-custom-content ul li .btn {
        min-width: 150px;
        font-size: 20px;

    }

    .custom_spring-location-2020 ul li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .hero-custom-content ul li li:first-child {
        padding-right: 15px;
        text-align: right;
    }

    .custom_spring-location-2020 h3 {
        font-size: 18px;
    }

    .grid-article-inner {
        padding-bottom: 10px;
    }

    .grid-article-inner .readmore-btn {
        position: static;
        padding-top: 20px;
    }

    .grid-btn {
        font-size: 18px;
    }

    ul.expo-location-list li .expo-list-inner-main .expo-inner .register-btn+.expo-info-data {
        order: 1;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    ul.expo-location-list li .expo-list-inner-main .expo-inner div.register-btn {
        order: 2;
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
    }

    ul.expo-location-list li .expo-list-inner-main .expo-inner .expo-info-data {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;

    }

    ul.expo-location-list.list-col-view-2 li {
        flex: 0 0 100%;
        max-width: 100%;
        border-bottom: solid 1px #707070;
    }

    ul.expo-location-list.list-col-view-2:before {
        display: none;
    }

    ul.expo-location-list li .expo-list-inner-main {
        padding-bottom: 15px;
    }

    ul.expo-location-list li .expo-list-inner-main .expo-inner div.register-btn {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: center;
        padding-top: 15px;
    }

    a.register-btn {
        font-size: 16px;
    }

    .mod-expo-location-list {
        padding-left: 15px;
        padding-right: 15px;
    }

    .custom_sponserlogo.style2 li {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom_sponserlogo.style2 li a {
        display: block;
        text-align: center;
    }

    .custom_sponserlogo.style2 li a img {
        display: inline-block;
        max-width: 100%;
        min-height: none;
        height: auto;
        max-height: 100%;
    }

    .hero-custom-content ul {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }

    .hero-custom-content ul li {
        padding: 0 7px;
    }

    .ytube-content-module .ytube-row .ytube-6 {
        padding-left: 0;
        padding-right: 0;
    }

    .large-intro,
    .video-grid-header .video-top-intro p {
        font-size: 16px;

    }

    .video-grid-inner h5 {
        padding-top: 0;
    }

    .grid-article-header h3,
    .video-grid-header h3,
    .testimonials-header h2,
    .faq-header h2 {
        font-size: 28px;
    }

    .grid-intro-text h2 {
        font-size: 26px;
    }

    .grid-intro-text p {
        margin-bottom: 0;
    }


    .bt-testimonials-swiper .carousel-inner .slide-text {
        font-size: 21px;
        line-height: 26px;
    }

    .bt-testimonials-swiper .custom-style {
        min-height: 173px;
    }

    .faqpanel-title a {
        font-size: 21px;
    }

    .custom_sponserlogo2 ul li {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .custom_sponserlogo2 ul li a {
        display: block;
        text-align: center;
    }

    .custom_sponserlogo2 ul li img {
        display: inline-block;
        max-width: 100%;
        height: auto;
    }

    .custom_companies-table table.table-head {
        display: none;
    }

    .custom_companies-table h2 {
        border-bottom: 0;
    }

    .col-half-tbl {
        display: none;
    }

    .table-divider-scroll-function {
        display: flex;
        flex-wrap: wrap;
        height: 300px;
        overflow-y: auto;
        overflow-x: hidden;
    }

    .col-company-name {
        flex: 0 0 100%;
        max-width: 100%;
    }

    ul.expo-location-list.list-col-view-2 li:last-child {
        border-bottom: 0;
    }

    .call-leaderbox-mobile {
        background: #483390;
        color: #fff;
        text-align: center;
        margin: 0 -17px;
        padding: 30px;
    }

    .call-leaderbox-mobile h4 {
        font-size: 22px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        line-height: 1.3;
    }

    .call-leaderbox-mobile h5 {
        margin: 0;
        padding: 0;
        font-size: 26px;
        font-weight: bold;
        color: #fff;
    }

    .call-leaderbox-mobile h5 a {
        color: #fff;
    }

    .custom_sponserlogo {
        border-bottom: solid 1px #707070;
    }

    .custom_sponserlogo.style2 {
        border-bottom: solid 0px #707070;
    }

    .td-forcefull table.ws_contentpaneopen {
        margin-bottom: 0;
    }

    .sponsors-main-title {
        font-size: 26px;
        margin-bottom: 0;
        padding-bottom: 0;
        font-size: 26px;
        font-weight: normal;
    }

    .moduletable_stickyheader {
        padding-bottom: 2px;
        border-bottom: solid 1px #707070;
        margin: 0 0px;
        background-color: #fff;
        position: fixed;
    }

    .custom_sponserlogo2.position-top1 {
        margin-top: 0;
        padding-top: 0;
    }

    .custom_sponserlogo2 h2 {
        border-bottom-color: #707070;
    }

    .col-company-name .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #ffffff;
    }

    .col-company-name .table>tbody>tr>td,
    .col-company-name .table>tfoot>tr>td,
    .col-company-name .table>tr>td {
        border-top: 0;
    }

    .custom_companies-table h2 {
        border-bottom: solid 1px #707070;
    }

    .backtop-scroll {
        width: 42px;
        height: 46px;
    }

    .sm-lg-size {
        font-size: 30px;
    }

    .sm-lg-small {
        font-size: 14px;
    }

    .col-company-name {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-custom-content ul li {

        flex: 0 0 50%;
        max-width: 50%;
    }

    .mod-content-warp-inner {
        padding-top: 0;
        transition: all 0.3s;
    }

    .fixed-header .mod-content-warp-inner {
        padding-top: 10px;
    }
  .hero-custom-content ul li:first-child { padding-right:15px; text-align:right;}
  .hero-inner-caption .hero-caption-row .hero-event-title { padding-left:0; padding-right:0;}
  .hero-inner-caption { padding-left:5px; padding-right:5px;}
  .moduletable_stickyheader { margin:0 -10px;}
  .moduletable_stickyheader.fixed-header {margin:0 0px;}
}

@media(max-width:374px) {
    .hero-custom-content ul li .btn {
        min-width: 134px;
        font-size: 18px;
    }

}

@media(min-width:768px) {
    .view-mobile {
        display: none !important;
    }



}

@media (min-width: 768px)and (max-width:990px) {
    .custom_companies-table table .hidden-xs {
        display: none;
    }

    .table-header {
        display: none;
    }

    .hero-custom-content ul {
        padding: 5px 7px;
    }

    #nav .accordion>li {
        padding: 0 0 0 6px;
    }

    .col-company-name {
        flex: 0 0 100%;
        max-width: 100%;
    }

}

.moduletable_stickyheader {
    z-index: 99;
}

.fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 99;
}

.fixed-header .mod-content-warp {
    max-width: 1096px;
    margin: 0 auto;
}