﻿.accordion {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
}

.accordion-item-text {
}
#accordion > div.accordion-item.active > div.accordion-header {
    background-color: #003B5C !important;
    color: #FFF !important;
}

.accordion-header:hover {
    background-color: #003B5C !important;
    color: #FFF !important;
}

.accordion-header {
    background-color: #003B5C !important;
    color: #FFF !important;
    min-height: 50px;
    text-align: left;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-bottom: solid 1px #ffffff;
    -webkit-tap-highlight-color: transparent;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 46px 0px 22px;
}

.grid-container-element {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}
    .grid-container-element div {
        margin: 10px;
    }

#HeaderSection {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 10;
    margin-top: 80px;
}

#HeaderText {

    font-family: Proxima Nova;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 1px;
    text-align: left;
    color: #25282A;
}
#HeaderGroupText {
    font-family: TradeGothic;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 1px;
    text-align: left;
}
#HeaderDownload > div {
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.1599999964237213px;
    text-align: center;
    background-color: #0071BC;
    color: #FFFFFF;
    border-radius: 25px;
    padding: 5px;
}
    #HeaderDownload:hover {
        text-decoration:none;

    }
    #HeaderSubText {
        font-family: Proxima Nova;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        letter-spacing: 0.1599999964237213px;
        text-align: left;
        color: #25282A;
    }

figure, figure img {
    width: 720px;
    height: 480px;
    border-radius: 64px 8px 64px 8px;
    overflow: hidden;
}

#bluebox {
    background: #003a5d;
    padding: 15px;
    color:white;
}

#bluebox-title {
    font-family: Proxima Nova;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.3199999928474426px;
    color: white;
}
#bluebox-link> div {
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.1599999964237213px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #0071bc;
    color: #0071BC;
    border-radius: 25px;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-left:-20px;
    margin-bottom:20px;
}

#bluebox-link:hover {
    text-decoration: none;
}

#title-resources {
    font-family: Proxima Nova;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.3199999928474426px;
    color: #25282A;
}

.gen-title {
    font-family: Proxima Nova;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.3199999928474426px;
    color: #25282A;
}


#about p {
    text-align: left;
}

@media(max-width:768px) {

    #planK {
      
        min-height: 200px;
    }
}
    #planK {
        background-image: url('/Content/SGR_2024_02/Images/Excited_Fam_Banner.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position-Y: -70px;
        min-height: 400px;
    }

.plans-buttons > div {
    font-family: Proxima Nova;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.1599999964237213px;
    text-align: center;
    background-color: #FFFFFF;
    border: 1px solid #0071bc;
    color: #0071BC;
    border-radius: 25px;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-bottom: 20px;
    transition: background-color .25s ease-out, color .25s ease-out, border .25s ease-out;
}

    .plans-buttons > div:hover {
        background-color: #0095da;
        color: #ffffff;
    }
.plans-buttonsBlue > div:hover {
    background: #007cb5;
}

    .plans-buttonsBlue > div {
    background-color: #0071bc;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.plans-buttons:hover, .plans-buttonsBlue:hover{
    text-decoration: none;
}

    #plans .title {
        font-family: Proxima Nova;
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0.3199999928474426px;
        color: #25282A;
        padding: 15px;
    }

    .PlanE-title {
        font-family: Proxima Nova;
        font-size: 32px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: 0.3199999928474426px;
        color: #25282A
    }


    #planE, .YourFreedom {
        background-color: #F7F7F1;
    }

    .YourFreedom {
        background-color: #F7F7F1;
    }


    .planKsmall {
        font-size: 140%;
    }

    @media (max-width: 800px) {
        .planKsmall {
            font-size: 80%;
        }
    }