body {
    font-family: 'Exo 2', sans-serif;
}

a {
    color: #cc5c28;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
}

main {
    overflow: hidden;
}

.disney .img img {
    width: 100%;
    margin-bottom: 20px;
}

label.fsOptionLabel.horizontal {
    text-align: left !important;
    font-family: 'Exo 2', sans-serif;
}

.fsRowBody input[type="checkbox"], .fsRowBody input[type="radio"] {
    overflow: visible !IMPORTANT;
    top: 2px !IMPORTANT;
}

.highlight p, .highlight ul {
    font-size: 22px;
    line-height: 32px;
}

.footnote p {
    margin: 40px 0 0 0;
    color: #014b92;
    font-size: 16px !important;
}

.custom-ul p, .custom-ul ul {
    font-size: 22px;
    line-height: 32px;
}

.attend-info li {
    font-size: 22px;
    margin-bottom: 25px;
    line-height: 30px;
    margin-top: -8px;
}

input#fsSubmitButton5077745 {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #cc5c28 !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 30px 20px 30px;
    font-size: 18px !IMPORTANT;
}

input#fsSubmitButton4327692 {
    color: #ffffff !important;
    text-decoration: none;
    background-color: #cc5c28 !important;
    text-transform: uppercase;
    font-weight: 700;
    padding: 20px 30px 20px 30px;
    font-size: 18px !IMPORTANT;
}

    input#fsSubmitButton4327692:hover {
        color: #ffffff;
        text-decoration: none;
        background-color: #e1672f !important;
    }
.disney hr {
    width: 400px;
    background: #cc5c28;
    height: 2px;
}

.jumbotron {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-bottom: 0;
    border-radius: 0;
    /*background-color: #fff;*/
}
/*Section Update for Split section*/
.jumbotron.section.split {
    background-color: #f4f4f4 !important;
    color: #414042;
    padding: 0 0 0 0;
}
    .jumbotron.section.text-center.split .highlight {
        padding: 5rem 2rem;
    }
.jumbotron.section.split .container {
    max-width: 100%;
}

    .jumbotron.section.text-center.split .presentation {
        background-color: #ffffff;
        padding: 5rem 2rem;
    }
/*Section Update for Split section*/
.hotel-name {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    background-color: rgba(0, 20, 47, 0.5);
    padding: 10px 0 10px 0;
}
.hotel-name p {
    color: #ffffff;
    text-align: center;
    font-size: 0.9rem;
    margin: 0;
}
.hotel-view {
    position: relative;
    float: left;
    z-index: 1;
    width: 100%;
}

    .hotel-view img {
        position: absolute;
        display: block;
        width: 317px;
        right: 0px;
        top: 70px;
    }

.main-logo img {
    width: 420px;
}

@media (max-width: 1053px) {
    .hotel-view img {
        width: 218px;
        right: 0px;
        top: 110px;
    }

    .main-logo img {
        width: 350px;
    }
}

@media (max-width: 847px) {
    .hotel-view img {
        width: 230px;
        right: 0px;
        top: 35px;
    }

    .hotel-view {
        z-index: 0;
    }
}


/*
.main-logo .logos img {
	display:block;
	vertical-align: top;
	margin: 5px auto;
    top: -100px;
    right: 0;
    width: 100%;
}
.main-logo .hotel img {
    position: absolute;
    top: -100px;
    right: 0;
    width: 100%;
}
*/
.carousel-indicators li {
    background-color: black;
    height: 5px;
}

.carousel-indicators .active {
    background-color: #cc5c28;
}

ol.carousel-indicators {
    position: relative;
    margin: 20px 0 60px 0;
}

.carousel-caption {
    background-color: rgb(0,0,0,0.8);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
}

.caption-info {
    background-image: url(/user-group-meeting/2025/images/caption-info.png);
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    background-size: 34px 34px;
    background-position: 90% 90%;
    height: 40px;
    width: 40px;
    top: 25px;
    right: 25px;
    background-color: #ffffff;
    border-radius: 3px;
    z-index: 15;
}
    /*
.caption-info {
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 15;
}
*/
    .caption-info img {
        width: 40px;
        height: 40px;
        background-color: #ffffff;
        border-radius: 4px;
        padding: 1px;
    }

    .caption-info:hover + .carousel-caption {
        margin: 0 0 0 0;
    }

.carousel-caption {
    margin: 0 0 -110px 0;
    transition: all 0.25s;
}

.jumbotron.morepad {
    padding-top: 11rem !important;
}

br.hidebreak {
    display: block;
}

.jumbotron.section .gs-block p {
    text-align: left;
    font-size: 21.6px;
}

@media (min-width: 768px) {
    .disney .img img {
        margin-bottom: 0;
    }

    .row h2 strong {
        /*font-size: 45px !important;*/
        font-size: 30px !important;
    }

    .jeff.img img {
        width: 100%;
    }
}

@media (max-width: 1000px) {
    br.hidebreak {
        display: none;
    }

    .jumbotron.section .gs-block p {
        text-align: left;
    }

    .jeff.img img {
        width: 50%;
    }
}

@media (max-width: 500px) {
    br.hidebreak {
        display: none;
    }

    .jumbotron.section .gs-block p {
        text-align: center;
    }

    .jeff.img img {
        width: 100%;
    }
}

/*.jumbotron h1 {
    font-weight: 800;
    font-size: 60px;
    margin: 140px 0 10px 0;
}*/
.jumbotron h1 {
    font-weight: 800;
    font-size: 60px;
    margin: 200px 0 10px 0;/*Used for space after commenting out the small text above the title*/
}

h1 small {
    display: block;
    width: fit-content;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 16px solid #cc5c28;
    padding: 30px 0 10px 0;
    margin: 20px auto;
}

.jumbotron h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 0px 0 10px 0;
}

.jumbotron.morepad h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0px 0 30px 0;
}

.nav-links {
    position: fixed !IMPORTANT;
    top: 0;
    display: block;
    background-color: #fff;
    z-index: 1;
    right: 0 !important;
    margin: 0 30px 0 0;
}

    .nav-links a {
        display: inline-block;
        color: #cc5c28;
        font-size: 18px;
        font-weight: 600;
        padding: 5px 15px 10px;
        border: solid 3px #cc5c28;
    }

        .nav-links a:first-child {
            margin-right: -4px;
        }

    .nav-links .active {
        background-color: #cc5c28;
        color: #ffffff;
        cursor: default;
    }

        .nav-links .active:hover {
            text-transform: none;
            text-decoration: none;
            cursor: default;
        }

    .nav-links .times {
        display: block;
        font-size: 14px;
        text-align: center;
    }
/*
.main-logo {
    margin-bottom: 25px;
}
*/
.main-logo {
    margin-bottom: 25px;
    background-color: #014b92;
    width: 100%;
    position: absolute;
    top: 150px;
    padding: 30px 0 30px 0;
}

.jumbotron .container {
    max-width: 75rem;
}

.jumbotron .white {
    background-color: #ffffff !important;
}

.jumbotron .charcoal {
    background-color: #414042 !important;
}

.jumbotron .light-gray {
    background-color: #f4f4f4 !important;
}

.jumbotron .mgblue {
    background-color: #014b92 !important;
}

.p-40 {
    padding: 40px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-80 {
    margin-bottom: 80px;
}
/*Download PDF Slideshow Styles*/
.presentation form .fsRowBody label {
    display: none;
}

.presentation form .fsRowBody input#password {
    display: block;
}

.presentation form .fsTable {
    margin: 0 auto;
}
.presentation form button.fsNextButton {
    background-color: #cc5c28;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    border: 0;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 20px;
    margin: 0 0 0 0;
    display: inline-block;
}
.presentation form button.fsNextButton:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e1672f;
}
/*Download PDF Slideshow Styles*/
.info h2:before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/k7y8kp-info-icon_01e01e01e01e000000001.png) no-repeat;
    margin: 0 auto 30px;
}

.highlight h2:before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/g8xf6-paper-icon_01e01m01e01m000000001.png) no-repeat;
    margin: 0 auto 30px;
}

.presentation h2:before {
    content: "";
    display: block;
    background: url(https://staticfiles.mistrasgroup.com/static/pdf-slideshow.png) no-repeat;
    margin: 0 auto 30px;
}

.custom-ul h2:before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/fee-bonus.png) no-repeat;
    margin: 0 auto 30px;
}

.disney h2:before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/mickey.png) no-repeat;
    margin: 0 auto 30px;
    background-size: 50px;
}

.attend h2:before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/tia05s-people-white_01e01b01e01b000000001.png) no-repeat;
    margin: 0 auto 30px;
}

.agenda h2:before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/g8xf6-paper-icon_01e01m01e01m000000001.png) no-repeat;
    margin: 0 auto 30px;
}

.gs h2:before {
    content: "Guest Speaker";
    display: block;
    color: #ffffff;
    height: auto;
    margin: 0 0 25px 0;
    line-height: 30px;
    width: 100%;
    font-size: 30px;
    font-weight: bold;
}

.reg h2:before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/e6ud1b-register-icon_01e01301e013000000001.png) no-repeat;
    margin: 0 auto 30px;
}

.call h2:before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/contact-1.png) no-repeat;
    margin: 0 auto 30px;
}

.pan h2::before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/panelist-icon.png) no-repeat;
    margin: 0 auto 30px;
}

.evr h2::before {
    content: "";
    display: block;
    background: url(/user-group-meeting/2025/images/hotelfee.png) no-repeat;
    margin: 0 auto 30px;
}

.evreg .card-header h4 {
    font-weight: 800 !important;
}

.evreg .card-header {
    background-color: #0d2149;
    color: #fff;
}

.panelist-card {
    border-bottom: 3px solid #cc5c28;
}

    .panelist-card .card-body {
        padding: 0 0 0 20px !important;
    }

    .panelist-card .card-title {
        font-size: 24px;
        line-height: 27px;
        color: #0d2149;
        font-weight: bold;
    }

        .panelist-card .card-title span {
            font-weight: 600;
        }

    .panelist-card .card-text {
        color: #414042;
        margin-bottom: 0 !important;
    }

h2:before {
    width: 50px;
    height: 50px;
    background-position: 0 0;
}

.row h2 strong {
    text-transform: uppercase;
    border-top: 16px solid #cc5c28;
    font-size: 38px;
}

@media (max-width: 480px) {
    .row h2 strong {
        font-size: 28px;
    }

    .main-logo img {
        max-width: 300px !important;
    }
}

.row h2 {
    margin: 0 0 30px 0;
}

.jumbotron.section p {
    margin-bottom: 20px;
    font-size: 22px;
}

.jumbotron.section.white {
    background-color: #ffffff !important;
    color: #414042;
}

.jumbotron.section.charcoal {
    background-color: #414042 !important;
    color: #ffffff;
}
.jumbotron.section.orange {
    background-color: #cc5c28 !important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #ffffff;
}
.jumbotron.section.light-gray {
    background-color: #f4f4f4 !important;
    color: #414042;
}
.jumbotron.section.orange #timer {
    margin: 0;
    text-align: center;
}
.jumbotron.section.dkblue {
    background-color: #0d2149 !important;
    color: #ffffff;
}

.jumbotron.section.mgblue {
    background-color: #014b92 !important;
    color: #ffffff;
}

.footer-row.top {
    background-color: #0d2149 !important;
    color: #ffffff;
}

.footer-row.bottom {
    background-color: #014b92 !important;
    color: #ffffff;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.button-group.downloads svg {
    height: 30px;
    width: 30px;
}
.button-group.downloads a {
    font-size: 20px;
    padding: 15px 20px;
    margin: 30px 0 0 0;
    display: inline-block;
}

.button-group.middle {
    /*margin: 0 0 -50px 0;*/
    margin: 0 0 0 0;
    width: 100%;
}

    .button-group.middle a.button {
        margin: 0 auto;
        position: relative;
        display: block;
        width: fit-content;
        font-size: 20px !important;
        padding: 15px 20px !important;
    }

    .button-group.middle.two {
        margin: -55px 0 -55px 0;
    }

.main-logo img {
    max-width: 100%;
    margin-bottom: 80px;
}

.button:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #e1672f;
}

.button {
    background-color: #cc5c28;
    color: #ffffff;
    text-decoration: none;
    font-weight: 800;
    font-size: 30px;
    padding: 25px 30px;
}

.button-group .button {
    display: inline-flex;
}

.jumbotron.section.header {
    background-image: url(/user-group-meeting/2025/images/header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    font-size: 24px;
    line-height: 30px;
}

.event-icon {
    margin: 0 0 15px 0;
}

.contact-section h3 {
    font-size: 30px;
    font-weight: 600;
}

.contact-phone, .contact-email {
    display: block;
    font-size: 22px;
    font-weight: 500;
}

.contact-email {
    margin-bottom: 10px;
    margin-top: 20px;
}

a.contact-email:before {
    content: "";
    display: inline-block;
    /*position: absolute;*/
    width: 32px;
    height: 32px;
    /*background-color: lightgray;*/
    background-image: url("/user-group-meeting/2025/images/email.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

a.contact-phone:before {
    content: "";
    display: inline-block;
    /*position: absolute;*/
    width: 32px;
    height: 32px;
    /*background-color: lightgray;*/
    background-image: url("/user-group-meeting/2025/images/phone.png");
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-row.top .social-icon {
    display: inline-flex;
    margin: 0 7px;
    width: 50px;
    height: 50px;
    background-image: url(/user-group-meeting/2025/images/footer_icon_sprite.png);
}

.footer-row .social-icon.facebook {
    background-position: 0 0;
}

.footer-row .social-icon.linkedin {
    background-position: -100px 0;
}

.footer-row .social-icon.youtube {
    background-position: -150px 0;
}

.footer-row .social-icon.instagram {
    background-position: -200px 0;
}

.footer-row .social-icon.twitter {
    background-position: -50px 0;
}

.footer-row .social-icon.pinterest {
    background-position: -250px 0;
}

.footer-row.top .social-icon {
    margin: 0 7px;
}

.footer-row.top .row {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
}

.footer-row.top .social {
    justify-content: flex-end;
}

    .footer-row.top .social p {
        font-size: 20px;
        margin: 0;
        margin-bottom: 10px;
        align-self: center;
        text-transform: uppercase;
    }

.footer-row.top .row div[class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-row.top .row div[class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-row.top .social p {
    margin-bottom: 10;
}

.footer-row.top .social p {
    margin-right: 10px;
}

.footer-row.bottom .row div[class*=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.footer-row a {
    color: #fff;
}

.footer-row.bottom {
    background-color: #014b92 !important;
    font-size: 16px;
}

    .footer-row.bottom .disclaimer {
        font-size: 12px;
    }

    .footer-row.bottom .row {
        padding-top: 20px;
        padding-bottom: 20px;
        align-items: center;
    }

.attend-info.aborder {
    border-right: 2px solid #0d2149;
}

.attend-info a {
    color: #cc5c28;
}

.attend-info.aborder:after {
    content: "";
    height: 17px;
    width: 17px;
    background: #f4f4f4;
    /* display: block; */
    border-radius: 50px;
    right: 0;
    position: absolute;
    margin: 0 -9px 0 0;
    top: 0;
    border: 2px solid #0d2149;
}

.attend-info.aborder.blend {
    border-right: 2px solid #f4f4f4;
}

.jumbotron.section .attend-info p {
    margin-bottom: 25px;
    line-height: 30px;
    margin-top: -8px;
}

.cta-link {
    font-size: 18px !important;
    margin-top: 40px;
}

    .cta-link a {
        color: #cc5c28;
    }

.panelist-card .card-img {
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {

    .nav-links {
        margin: 0 80px 0 0;
        /*padding: 20px;*/
    }

    .attend-info.bborder {
        border-right: 1px solid #0d2149;
    }

    .attend-info.cborder {
        border-right: 1px solid #ffffff;
    }

    .jumbotron.section .attend-info p {
        margin-bottom: 40px;
        line-height: 30px;
        margin-top: -8px;
    }

    .footer-row.top .social {
        display: inline-flex;
    }

        .footer-row.top .social p {
            margin-bottom: 0px;
        }

    .footer-row.bottom .row div[class*=col-] {
        text-align: left;
    }
}