/* ========= ELEMENTS & UTILITIES ========= */
html {
    scroll-behavior: smooth;
}
body {
    background:#fff;
    font-family: 'Satoshi', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
}

button {
    border: none;
}

.cta-button--white:link,
.cta-button--white:visited {
    display: inline-block;
    border-radius: 32px;
    padding: 12px 24px 15px;
    background-color: #f4f5f8;
    color: #0066dd;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
}
.cta-button--white:hover,
.cta-button--white:active {
    background-color: #0066dd;
    color: #f4f5f8;
}

.cta-button--white::after {
    content: '›';
    margin-left: 8px;
}

.img-speaker-circle {
    border-radius: 50%;
    width: 48px;
    height: 48px;
}

/* ========= SITE-HEADER ETC ========= */
.site-header_nav {
    padding: 32px 0;
    background-color: #021f62;
    color: white;
}
.site-header_nav-logo {
    margin: 0 auto;
    max-width: 300px;
}
@media (min-width: 768px) {
    .site-header_nav-logo {margin: 0;}
}

.site-header_nav-logo a {
    display: inline-block;
}
.site-header_nav-links {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
@media (min-width: 768px) {
    .site-header_nav-links {text-align: right;}
}

.site-header_nav-links li {
    padding-top: 20px;
}
.site-header_nav-links li a:link,
.site-header_nav-links li a:visited {
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    color: white;
}
.site-header_nav-links li a:hover, 
.site-header_nav-links li a:active {
    color: #39f;
}

.site-header_hero {
    padding: 40px 0;
    background-image: url(https://lp.resourcepro.com/rs/873-PRO-129/images/summit25_hero.jpg?version=0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
    background-position-x: center;
    min-height: 270px;
    color: white;
}
@media (min-width: 992px) {
    .site-header_hero {
        padding: 128px 0;
    }
}

.site-header_hero-headline {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin-top: 0;
}
@media (min-width: 992px) {
    .site-header_hero-headline {
        font-size: 48px;
        line-height: 56px;
        margin-top: 32px;
    }
}
@media (min-width: 1400px) {
    .site-header_hero-headline {
        margin-top: 54px;
    }
}

.site-header_hero-tagline {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}
@media (min-width: 768px) { 
    .site-header_hero-tagline {
        margin-bottom: 0;
    }
    }
@media (min-width: 992px) {
    .site-header_hero-tagline {
        font-size: 24px;
        line-height: 34px;
    }
}


.site-header_hero-teaser {
    padding: 20px; 
    background-color: purple; 
    color: white; 
    border-radius: 16px; 
    background-image: url(https://lp.resourcepro.com/rs/873-PRO-129/images/summit26_teaser.jpg?version=0); 
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 270px;
}
@media (min-width: 992px) {
    .site-header_hero-teaser {
        padding: 40px;
    }
}

.site-header_hero-teaser h3 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 24px;
}

.site-header_hero-teaser img {
    max-width: 275px;
    margin-bottom: 24px;
}

.site-header_hero-teaser p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 24px;
    max-width: 90%;
}
@media (min-width: 992px) {
    .site-header_hero-teaser p {
        max-width: 67%;
    }
}

/* ========= EVENT-CONTENT ========= */
.event-content {
    padding: 40px 0;
    color: white;
    background-color: #021f62;
}
@media (min-width: 992px) {
    .event-content {
        padding: 128px 0;
        min-height: 720px;
    }
}

.event-content_headline {
    text-align: center;
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .event-content_headline {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 48px;
    }
}

.event-content_keynote {
    padding: 0 0 8px;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255, 0.24);
}
@media (min-width: 992px) {
    .event-content_keynote {
        padding-bottom: 32px;
    }
}
@media (min-width: 1200px) {
    .event-content_keynote {
        padding-bottom: 48px;
    }
}

.event-content_keynote-item {
    background-color: white;
    box-shadow: 0 4px 32px rgba(0,0,0,0.12);
    border-radius: 16px;
    padding: 16px;
    color: #1f1f1f;
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .event-content_keynote-item {
        min-height: 504px;
    }
}
@media (min-width: 992px) {
    .event-content_keynote-item {
        padding: 20px;
        min-height: 545px;
    }
}
@media (min-width: 1200px) {
    .event-content_keynote-item {
        padding: 28px;
        min-height: 542px;
    }
}
@media (min-width: 1400px) {
    .event-content_keynote-item {
        min-height: 517px;
    }
}



.event-content_keynote-item-tag {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1%;
    margin: 0 0 16px;
    color:rgba(2, 31, 98, 0.48);
}

.event-content_keynote-item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    color: #011543;
    margin: 0 0 16px;
    padding: 0;
}

.event-content_keynote-pdf:link,
.event-content_keynote-pdf:visited {
    font-weight: 500;
    font-size: 20px;
    line-height: 28px;
    color: #0099ff;
    text-decoration: none;
    display: inline-block;
    margin: 0 0 8px;
}
.event-content_keynote-pdf:hover,
.event-content_keynote-pdf:active {
    color: #117ec7;
}

.event-content_keynote-pdf::after {
    content: '›';
    margin-left: 8px;
}

.event-content_keynote-video {
    display: block;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(1, 21, 67, 0.16);
}

.event-content_keynote-speaker {
    padding: 24px 0 0;
}


.event-content_keynote-speaker-copy h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 4px;
    color: #011543;
}

.event-content_keynote-speaker-copy p {
    font-weight: 500;
    font-size: 16px;
    margin: 0 0 4px;
    color: rgba(1, 21, 67, 0.48);
}

.event-content_keynote-speaker-copy .social-link {
    max-width: 24px;
}
.event-content_keynote-speaker-copy .social-link svg {
    fill: #228bfc;
}

/* ========= --DARK  ========= */
.event-content_keynote-item--dark {
    color: white;
    background-color: rgba(0,0,0,0.32);
    box-shadow: 0 4px 32px rgba(0,0,0,0.12);
}
@media (min-width: 768px) {
    #tedTalks .event-content_keynote-item--dark {
        min-height: 538px;
    }
    #panelDiscussions .event-content_keynote-item--dark {
        min-height: 637px;
    }
    #retailPCtrack .event-content_keynote-item--dark {
        min-height: 746px;
    }
    #retailEBtrack .event-content_keynote-item--dark {
        min-height: 512px;
    }
    #carrierMGAtrack .event-content_keynote-item--dark {
        min-height: 822px;
    }
}
@media (min-width: 992px) {
    #tedTalks .event-content_keynote-item--dark {
        min-height: 578px;
    }
    #panelDiscussions .event-content_keynote-item--dark {
        min-height: 690px;
    }
    #retailPCtrack .event-content_keynote-item--dark {
        min-height: 817px;
    }
    #retailEBtrack .event-content_keynote-item--dark {
        min-height: 578px;
    }
    #carrierMGAtrack .event-content_keynote-item--dark {
        min-height: 843px;
    }
}
@media (min-width: 1200px) {
    #tedTalks .event-content_keynote-item--dark {
        min-height: 626px;
    }
    #panelDiscussions .event-content_keynote-item--dark {
        min-height: 724px;
    }
    #retailPCtrack .event-content_keynote-item--dark {
        min-height: 740px;
    }
    #retailEBtrack .event-content_keynote-item--dark {
        min-height: 528px;
    }
    #carrierMGAtrack .event-content_keynote-item--dark {
        min-height: 815px;
    }
}
@media (min-width: 1400px) {
    #tedTalks .event-content_keynote-item--dark {
        min-height: 575px;
    }
    #panelDiscussions .event-content_keynote-item--dark {
        min-height: 654px;
    }
    #retailPCtrack .event-content_keynote-item--dark {
        min-height: 765px;
    }
    #retailEBtrack .event-content_keynote-item--dark {
        min-height: 553px;
    }
    #carrierMGAtrack .event-content_keynote-item--dark {
        min-height: 841px;
    }
}

#retailPCtrack .event-content_keynote-speaker-copy.ms-3,
#retailEBtrack .event-content_keynote-speaker-copy.ms-3,
#carrierMGAtrack .event-content_keynote-speaker-copy.ms-3,
#raisingUp .event-content_keynote-speaker-copy.ms-3 {
    margin-left: 0 !important;
}



.event-content_keynote-item--dark .event-content_keynote-item-tag {
    color: rgba(255,255,255, 0.64);
}

.event-content_keynote-item--dark .event-content_keynote-video {
    border-color: rgba(255,255,255, 0.24);
}

.event-content_keynote-item--dark .event-content_keynote-item-title,
.event-content_keynote-item--dark .event-content_keynote-speaker-copy,
.event-content_keynote-item--dark .event-content_keynote-speaker-copy h3 {
    color:white;
}
.event-content_keynote-item--dark .event-content_keynote-speaker-copy p {
    color: rgba(255,255,255, 0.64);
    margin-bottom: 9px;
}

/* ========= ACCORDION ========= */
.accordion#accordionPresentations {
    background-color: transparent;
}

#accordionPresentations .accordion-item {
    background-color: transparent;
    color: white;
}
#accordionPresentations .accordion-item:not(:last-of-type) {
    border-bottom: 1px solid rgba(255,255,255, 0.24);
}


#accordionPresentations .accordion-header .accordion-button {
    background-color: transparent;
    font-size: 23px;
    font-weight: 700;
    padding: 24px 0;
    color: white;
}
@media (min-width: 768px) {
    #accordionPresentations .accordion-header .accordion-button {
        font-size: 28px;
        padding: 32px 0;
    }
}
@media (min-width: 992px) {
    #accordionPresentations .accordion-header .accordion-button {
        padding: 48px 0;
        font-size: 32px;
    }
}


#accordionPresentations .accordion-header .accordion-button::after {
    display: none;
}
#accordionPresentations .accordion-header .accordion-button::before {
    content: '';
    width: 36px;
    height: 22px;
    background-image: url(https://lp.resourcepro.com/rs/873-PRO-129/images/down-caret.png?version=0);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 18px;
    transform-origin: center center;
    transition: transform 0.3s ease;
}
#accordionPresentations .accordion-header .accordion-button:not(.collapsed)::before {
    transform: rotate(180deg);
}

#accordionPresentations .accordion-header .accordion-button:not(.collapsed) {
    box-shadow: none;
}


#accordionPresentations .accordion-body {
    padding: 16px 0 24px;
    margin: 0;
}
@media (min-width: 768px) {
    #accordionPresentations .accordion-body {
        padding: 16px 0 32px;
    }
}
@media (min-width: 992px) {
    #accordionPresentations .accordion-body {
        padding: 16px 0 48px;
    }
}

/* ========= JOIN ========= */
.join {
    border-radius: 16px;
    text-align: center;
    margin: 0 auto;
    padding: 12px;
    background-color: rgba(0, 68, 255, 0.24);
    box-shadow: 0 4px 32px rgba(0,0,0,0.12);
}
@media (min-width: 992px) {
    .join {
        padding: 40px;
    }
}

.join_headline {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin: 0 0 18px;
    padding: 0;
}
@media (min-width: 992px) {
    .join_headline {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 24px;
    }
}

.join_tagline {
    margin: 0 0 24px;
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
@media (min-width: 992px) {
    .join_tagline {
        font-size: 20px;
        line-height: 28px;
    }
}

/* ========= PHOTOS ========= */
.photos {
    padding: 40px 0;
    background-image: url(https://lp.resourcepro.com/rs/873-PRO-129/images/summit25_gallery.jpg?version=0);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: center;
    color: white;
}
@media (min-width: 992px) {
    .photos {
        padding: 128px 0;
        min-height: 450px;
    }
}
.photos_headline {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 24px;
}
@media (min-width: 992px) {
    .photos_headline {
        font-size: 48px;
        line-height: 56px;
    }
}

.photos_copy {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
}
@media (min-width: 992px) {
    .photos_copy {
        font-size: 24px;
        line-height: 34px;
    }
}


/* ========= THANK-YOU ========= */
.thank-you {
    padding: 40px 0;
}
@media (min-width: 992px) {
    .thank-you {
        padding: 128px 0;
        min-height: 450px;
    }
}

.thank-you_headline {
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 24px;
    text-align: center;
    color: #021F62;
}
@media (min-width: 992px) {
    .thank-you_headline {
        font-size: 48px;
        line-height: 56px;
        margin-bottom: 48px;
    }
}

.thank-you_copy {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
@media (min-width: 992px) {
    .thank-you_copy {
        font-size: 20px;
        line-height: 30px;
    }
}

.thank-you_copy a:link,
.thank-you_copy a:visited {
    color: #333;
}
.thank-you_copy a:hover,
.thank-you_copy a:active {
    color: #0066dd;
}

.thank-you_logos {
    margin: 0 auto 24px;
    max-width: 100%;
}
@media (min-width: 992px) {
    .thank-you_logos {
        margin-bottom: 48px;
    }
}
@media (min-width: 1400px) {
    .thank-you_logos {
        max-width: 90%;
    }
}

.thank-you_logo-item {
    margin: 0 auto 32px;
    text-align: center;
    max-width: 140px;
}
@media (min-width: 768px) {
    .thank-you_logo-item {
        margin-bottom: 0;
    }
}

.thank-you_logo-item--padding-top {
    padding-top: 18px;
}

@media (min-width: 768px) {
    .thank-you_logo-item--padding-bottom {
        padding-bottom: 24px;
    }
}


/* ========= SITE-FOOTER ========= */
.site-footer {
    padding: 54px 0;
    background-color: #1f1f1f;
    color: white;
}
.site-footer_logo {
    max-width: 275px;
    margin: 0 auto 18px;
}
.site-footer_copy {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 24px;
}
.site-footer_links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer_links li {
    display: inline;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.site-footer_links li:not(:last-of-type) {
    margin-right: 19px;
}
.site-footer_links li a:link,
.site-footer_links li a:visited {
    color: white;
    text-decoration: none;
    padding-bottom: 0.8px;
    border-bottom: 1px solid gray;
    opacity: 0.72;
}
.site-footer_links li a:hover,
.site-footer_links li a:active {
    color: ghostwhite;
    padding-bottom: 0.8px;
    border-bottom-color: transparent;
    opacity: 1;
}