﻿/*GS Styles*/

.portal-section{
    display:none;
}

.gs-logo-hdr
{
    max-width:150px;
}

.navbar {
    margin-bottom: 8px;
}

.main-btn {
    pointer-events: none;
}

.asterisk-container {
    position:relative;
}

.asterisk {
    position: absolute;
    font-size: .6em;
    top: -4px;
}

.main-btn:hover {
    background-color: #C30B24;
}

.LPMcontainer {
    visibility: hidden !important;
}

.carousel-control.left {
    color: black;
    background-image: none;
}

.carousel-control.right {
    color: black;
    background-image: none;
}

@media (min-width: 1400px) {
    .container {
        width: 1320px !important;
    }

    .container-footer {
        width: 1320px !important;
    }
}

/*Footer Styles */
footer {
    background-color: #1F1F1F;
    color: #FFF;
    /*padding-top: 42px;*/
}

footer p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.contact-section {
    display: flex;
}

.contact-section div {
    margin-right: 4%;
}

.contact-section p {
    margin: 0;
}

.contact-section h3 {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-section a {
    color: #FFF;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
}

.contact-section .logo-container {
    max-width: 212px;
    margin-bottom: 24px;
}
.contact-section .logo-container>img {
    width: 100%;
}

.contact-section svg {
    margin-right: 12px;
}

.contact-methods {
    margin-right: 60px;
    min-width: 259px;
}

div.legal-text {
    margin-top: 56px;
    margin-bottom: 57px;
}

.legal-text {
    font-size: 12px;
    line-height: 18px;
}

.copyrights {
    display: flex;
}
.copyrights > p {
    margin-right: 20px;
}

.footer-bottom {
    background-color: #000;
    padding-top: 19px;
    padding-bottom: 21px;
}

.footerNav, .footerNav ul, .logos-container {
    display: flex;
    justify-content: space-between;
}

.footerNav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footerNav li {
    padding-left: 8px;
    padding-right: 8px;
    border-left: 1px solid #FFF;
}

.footerNav li>a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
}

.footerNav li:first-of-type {
    border-left: none;
}


#footerGSLogo {
    max-width: 136px;
    margin-right: 20px;
}

#footerMLBLogo {
    max-width: 57px;
    margin-right: 33px;
}

.social-icon {
    max-width: 27px;
    margin-right: 15px;
}

.footer-bottom p.legal-text {
    margin-top: 16px;
}

@media (max-width: 1400px) {
    .footerNav {
        flex-direction: column;
    }

    .logos-container {
        justify-content: start;
    }

    .footerNav ul {
        justify-content: start;
        margin-top: 16px;
    }
}

@media (max-width: 1199px) {
    footer .container {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    /*footer {
        padding-top: 24px;
    }*/
    footer .contact-section {
        flex-direction: column;
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-section div {
        margin-right: auto;
    }
    .contact-methods {
        min-width: 100%;
        margin: auto auto 40px;
        display: flex;
        flex-direction: column;
    }
    .contact-section .logo-container {
        text-align: center;
        margin: auto auto 17px;
        max-width: 117px;
    }
    .contact-section a {
        text-align: center;
        margin: auto;
    }
    .copyrights, .logos-container {
        flex-direction: column;
    }

    #footerGSLogo, #footerMLBLogo {
        margin-bottom: 21px;
    }
    .footerNav ul {
        margin: 30px auto 0;
        justify-content: center;
        flex-wrap: wrap;
        max-width: 250px;
    }
    .footerNav li {
        border-bottom: none;
        border-left: none;
        margin: 4px 0px;
    }
    .footerNav li.m-border-right {
        border-right: 1px solid #fff;
    }
    #footerAccordion {
        width: 100%;
    }
    #footerAccordion .accordion-item {
        background-color: #1F1F1F;
        border: 1px solid #EAECEF;
        border-radius: 0px;
    }
    #footerAccordion .accordion-button {
        background-color: transparent;
        border: transparent;
        border-radius: 0px;
        color: #fff;
        font-size: 14px;
        line-height: 14px;
        font-weight: 500;
        padding: 14px 23px;
    }
    .accordion-button::after {
        background-image: none;
        font-family: FontAwesome;
        content: '';
    }
    .accordion-button:not(.collapsed)::after {
        background-image: none;
        font-family: FontAwesome;
        content: '';
    }
    .contact-section .accordion-body a {
        font-size: 14px;
        font-weight: 400;
    }
    div.legal-text {
        display: none;
    }
    .footer-bottom {
        padding: 40px 16px 52px;
    }
    .footerNav {
        text-align: center;
    }
    .footer-bottom p.legal-text {
        margin-top: 30px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .contact-section {
        flex-direction: column;
    }

    .contact-methods {
        margin-bottom: 24px;
    }
}
/*End GS Styles*/
.btn.btn-primary {
    background: #C30B24;
    border: 1px solid #C30B24;
    padding: 18px 24px;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 64px;
}

    .btn.btn-primary:hover {
        background: #AA1025;
        border: 1px solid #AA1025;
    }

    .btn.btn-primary.lg.rounded {
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        border-radius: 60px;
        max-width: 1024px;
        width: 100%;
    }


.red-text {
    color: #C30B24;
}

.yellow-text {
    color: #F6D35D;
}


@media (min-width: 500px) and (max-width: 992px) {
    .btn.btn-primary.lg.rounded {
        font-size: 30px;
        line-height: 26px;
        white-space: inherit;
    }
}

@media (max-width: 499px) {
    .btn.btn-primary.lg.rounded {
        font-size: 20px;
        line-height: 26px;
        white-space: inherit;
    }
}

/* Hero Section */
#hero {
    background: url("https://images.goodsam.com/gselite/hero-bg.png");
    background-size: contain;
    text-align: center;
    padding-top: 66px;
    /*padding-bottom: 120px;*/
}

    #hero h1,
    #hero p.subhead,
    #hero h3 {
        color: #FFF;
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    }

    #hero h1 {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        margin: 0 0 16px 0;
    }

    #hero p.subhead {
        font-weight: 400;
        font-size: 28px;
        line-height: 34px;
        margin: 0 0 60px 0;
    }

    #hero h3 {
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        margin: 0 0 23px 0;
    }

    #hero .logo-container {
        max-width: 460px;
        margin: 0 auto 20px auto;
    }

.logo-container > img {
    width: 100%;
}

.exclusive-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 40px 24px;
    margin-bottom: 48px;
}

#hero article {
    background: #FFF;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
}

    #hero article > img {
        width: 100%;
    }

    #hero article > .content {
        padding: 32px 32px 40px 32px;
    }

        #hero article > .content > h2 {
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
            color: #474342;
            font-weight: 700;
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 12px;
            margin-top: 0;
        }

        #hero article > .content > p {
            font-family: 'Montserrat', Arial, Helvetica, sans-serif;
            color: #474342;
            font-weight: 400;
            font-size: 18px;
            line-height: 24px;
            margin: 0;
        }

            #hero article > .content > p > strong > a {
                font-family: 'Montserrat', Arial, Helvetica, sans-serif;
                color: #474342;
                font-size: 18px;
                line-height: 24px;
                margin: 0;
            }

.exclusive-carousel {
    display: none;
}

@media (max-width: 1024px) {
    .exclusive-grid {
        gap: 32px 18px;
    }

        .exclusive-grid > article > .content {
            padding: 24px;
        }
}

@media (max-width: 767px) {
    .exclusive-grid {
        display: none;
    }

    .exclusive-carousel {
        display: block;
    }

    .carousel-controls-container {
        position: relative;
        height: 60px;
    }

    #hero .exclusive-carousel article > .content {
        padding: 24px 12px 12px 32px;
        height: 365px;
    }

    .carousel-control {
        color: transparent;
        background-color: #FFF;
        height: 50px;
        width: 50px;
        border-radius: 50px;
        opacity: 1;
        top: 10px;
    }

    .carousel-indicators {
        display: flex;
        justify-content: space-evenly;
        bottom:-50px;
    }
}




/* Benefits Section */
#benefits {
    padding-top: 40px;
    padding-bottom: 39px;
}

    #benefits h2 {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-weight: 700;
        font-size: 40px;
        line-height: 46px;
        text-align: center;
        margin: 0 0 55px 0;
    }

.benefits-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 54px 44px;
}

    .benefits-grid .img-container {
        width: 100%;
        position: relative;
        border-radius: 10px;
        overflow: hidden;
    }

        .benefits-grid .img-container > img {
            width: 100%;
        }

.img-container .logo-container {
    max-width: 186px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 41px;
    margin: 0 auto;
    z-index: 5;
}

.benefits-grid > article h3 {
    color: #474342;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 34px;
    margin: 24px 0 8px 0;
}

.benefits-grid > article ul {
    padding-left: 30px;
}

.benefits-grid > article li {
    color: #474342;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.benefits-grid > article a {
    color: #C30B24;
    font-family: 'Montserrat', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 1024px) {
    .img-container .logo-container {
        max-width: 140px;
        bottom: 30px;
    }

    .benefits-grid {
        gap: 32px;
    }
}

@media (max-width: 767px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 768px){

    div.benefits-grid > article:last-child {
        grid-column: span 2;
    }
}

/* Legal Section */
#legal {
    padding-bottom: 32px;
}

    #legal p {
        font-family: 'Montserrat', Arial, Helvetica, sans-serif;
        font-weight: 400;
        font-size: 11px;
        line-height: 20px;
        margin: 0;
        color: #474342;
    }
