﻿
section.details {
    background-color: #00783F;
    padding: 10px 0px 10px 0px;
    margin: 0;
    text-align: center;
}

    section.details > .container {
        padding: 0 15px;
        margin: 0 21.333px;
        margin-right: auto;
        margin-left: auto;
    }

    section.details .first {
        border-right: 2px solid #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.details .last {
        border-left: 2px solid #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    section.details p {
        font-size: 18px;
        margin: 0;
        color: #fff;
        font-weight: bold;
    }

section.about {
    scroll-margin-top: 100px !important;
    /*margin-top: 55px;*/
    background-color: #ffffff;
    /*padding-top: 50px;*/
    height: auto;
}

    section.about > .row {
        padding-right: 0px;
        padding-left: 0px;
    }

    section.about > .container {
        /* padding: 0 15px;
        margin: 0 21.333px;
        margin-left: auto;
        margin-right: auto;*/
    }

    section.about img {
        max-width: 100%;
        /*height: auto;*/
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

section.sponsorship > .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
}

section.sponsors {
    background-color: #ccccde;
    /*padding: 50px;*/
    padding-top:65px !important;
    color: #000;
}

    section.sponsors > .container {
        margin-right: auto;
        margin-left: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    section.sponsors h3 {
        border-bottom: 1px solid #fff;
        text-align: center;
        padding-bottom: 5px;
        margin-top: 20px;
        margin-bottom: 10px;
    }


    section.sponsors .gold-item {
        /*display: flex;
        width: 318px;
        height: 40px;
        padding: 9px 52px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 4px;*/
        background: rgba(227, 181, 5, 0.50);
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 0px 5px;
        font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 16px;
        height: 50px;
        /*margin: 2px;
        color: #000;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;*/
    }
    section.sponsors .other-sponsor-item {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #EBF1EB;
        text-align: center;
        padding: 0px 5px;
        font-size: .8vw;
        height: 50px;
    }

    .discountsBannerMessage {
        background-color: #D73839;
        color: #FFF;
        padding: 8px 0;
        border-radius: 6px;
        font-family: "Open Sans", 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 20px;
        font-weight: bold;
        font-style: italic;
        text-align: center;
    }
    @media(max-width: 767.98px){
        section.sponsors .gold-item {
            font-size: 12px !important;
        }
    }

        section.sponsors .gold-item:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

    section.sponsors .gold {
        color: #000;
        text-align: center;
        font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        section.sponsors .gold > .container {
            margin-right: 0px;
            margin-left: 0px;
            padding-right: 15px;
            padding-left: 15px;
        }

        section.sponsors .gold > .row {
            padding-right: 0px;
            padding-left: 0px;
        }

    section.sponsors .virtual-item {
        /*display: flex;
        width: 318px;
        height: 40px;
        padding: 9px 52px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border-radius: 4px;
        border: 1px solid #EBF1EB;*/
        display: flex;
        justify-content: center;
        align-items: center;
        background: #EBF1EB;
        text-align: center;
        padding: 0px 5px;
        font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 16px;
        height: 50px;
        /*margin: 2px;
        color: #000;
        font-family: "Open Sans";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;*/
    }
    @media(max-width: 767.98px){
        section.sponsors .virtual-item {
        
            font-size: 12px;
            
        }
    }

        section.sponsors .virtual-item:first-child {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

    section.sponsors .virtual {
        color: #000;
        text-align: center;
        font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

        section.sponsors .virtual > .container {
            margin-right: 0px;
            margin-left: 0px;
            padding-right: 15px;
            padding-left: 15px;
        }

        section.sponsors .virtual > .row {
            padding-right: 0px;
            padding-left: 0px;
        }

section.charities {
    background-color: #88889a;
    /*padding: 50px;*/
    padding-top: 65px !important;
    color: #fff;
}

    section.charities > .container {
        padding: 0 15px;
        margin-right: auto;
        margin-left: auto;
    }

    section.charities img {
        display: block;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
    }

section.galleries {
    background-color: #FFF;
    padding: 50px;
    /*padding-top: 0px !important;*/
    color: #000;
}

    section.galleries > .container {
        padding: 0 15px;
        margin-right: auto;
        margin-left: auto;
        background-color: #F7F7F8;
    }

    section.galleries img {
        display: block;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        border-radius: 10px;
    }

section.committee {
    /*padding: 50px;*/
    /*padding-top: 65px !important;*/
    background-color: #00783F;
    /*background: linear-gradient(to bottom, #00783F 86%, white 16%);*/
    color: #fff;
}

    section.committee > .container {
        padding: 0 15px;
        margin-right: auto;
        margin-left: auto;
    }

    section.committee img {
        padding: 5px;
        /*margin-top: 12px;*/
        display: block;
        width: 100%;
        /*height: auto;*/
        height: 80%;
        object-fit: cover;
        vertical-align: middle;
    }

    section.committee .portfolio-item {
        text-align: center;
        /*width: 298px;*/
        height: 350px;
        flex-shrink: 0;
        /*border: 1px solid #D8D4D4;*/
        background: #FFF;
        /*margin: 8px;*/
    }

        section.committee .portfolio-item h3 {
            font-size: 16px;
        }

@media(max-width: 767.98px) {

    section.committee {
        background-color: #00783F;
        /*background: linear-gradient(to bottom, #00783F 90%, white 10%) !important;*/
    }
    section.committee .portfolio-item {
        height: 250px !important;
    }
    section.committee .title-text {
        font-size: 12px !important;
    }

    section.committee img {
        height: 70%;
    }
        
}
    section.committee .title-text {
        color: var(--Font-Colors-Paragraph-Text, #3E3E3E);
        text-align: center;
        font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.gallery {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .gallery a img {
        float: left;
        width: 350px;
        height: 220px;
        margin: 10px;
        border: 2px solid #fff;
        -webkit-transition: -webkit-transform .15s ease;
        -moz-transition: -moz-transform .15s ease;
        -o-transition: -o-transform .15s ease;
        -ms-transition: -ms-transform .15s ease;
        transition: transform .15s ease;
        position: relative;
    }

    .gallery a:hover img {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 5;
    }

    .gallery a.big img {
        width: 40%;
    }

section.contact {
    padding: 50px;
    background-color: #00783F;
    color: #fff;
}

    section.contact a {
        color: #fff;
    }

.soldout {
    color: red;
    font-weight: bold;
}

.remeaningcount {
    color: black;
    font-weight: bold;
}

.horizontalLine {
    width: 88% !important;
    height: 2px !important;
    background: #E9E9E9;
    margin-left: 90px;
    /*margin-top: -20px;*/
}

.perk-Row {
    /*width: 1616px;*/
    height: auto;
    min-height: 40px;
    gap: 0px;
}

.table-Cell {
    min-width: 25%;
}

.align-middle {
    vertical-align: middle !important
}

.text-center {
    text-align: center !important
}

.opportunities-Logo {
    width: 72px;
    height: 72px;
    gap: 0px;
}

.opportunities-Sponsor {
    color: #000;
    text-align: center;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.perk-Description {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    text-align: left;
}

.opportunities-By-Level {
    padding-left: 7%;
}

.right-Logo {
    width: 18px;
    height: 18px;
    gap: 0px;
    position: relative;
    display: inline !important;
}

.perkLevel {
    width: 117px;
    height: 19px;
    gap: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
    color: #202020;
    position: relative;
    min-height: 30px;
    text-align: center;
    padding-left: 5px;
}

.opportunities-By-Level {
    padding-left: 7%;
}

.addonSponsorshipHeader {
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #FFFFFF;
    border-radius: 5px 5px 0px 0px;
    background: #00783F;
}

.tableStyle {
    border-radius: 5px;
    border: 1px solid #D3D3D3;
    background: #FFF;
}

.secondTableFirstColumn {
    color: #000;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 10px;
}

.secondTableOtherColumn {
    color: #000;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.addOnSponsorshipHeading {
    color: #000;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /*margin-left: -18px;*/
}

.highlights {
    color: #00783F;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: 0px;
    margin-bottom: 8px;
}

.highlightsHeading {
    color: #000;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: -2px;
    margin-bottom: 33px;
}

.thanksToSponsor {
    color: #000;
    text-align: left;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: -2px;
    margin-bottom: 39px;
}

.originalAmount {
    text-decoration: line-through;
    text-decoration-color: red;
    color: red;
}

@media(max-width: 767.98px) {
    .thanksToSponsor {
        font-size: 20px !important;
    }
}
@media(max-width: 767.98px){
    .thanksToSponsor {
        font-size: 20px !important;
    }
}

.horizantalDashedLine {
    margin-top: 15px;
    width: 40%;
    border-style: dashed;
    border-color: #00783F;
    background: rgba(235, 241, 235, 0.69);
}

.spaonsorType {
    color: #00783F;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00783F;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.fqaContainer {
    background-color: white;
    border: solid 6px #F7F7F8;
    border-style: solid;
    border-color: #F7F7F8;
    border-width: 14px;
}

.footertext {
    color: #FFF;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.commiteName {
    color: #000;
    text-align: center;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.donationButtonColor {
    background: var(--Primary-KBR-Colors-Pantone-301-C, #004987) !important;
    box-shadow: 2.053px -2.053px 2.053px 0px #004987 inset, -2.053px 2.053px 2.053px 0px rgba(255, 255, 255, 0.40) inset !important;
    backdrop-filter: blur(10.266666412353516px) !important;
    border-radius: 57px;
}
.registerButtonTopMenu {
    color: #000 !important;
    background: rgba(255, 218, 0, 25.5);
    box-shadow: 2.053px -2.053px 2.053px 0px rgba(204, 174, 0, 0.60) inset, -2.053px 2.053px 2.053px 0px rgba(255, 255, 255, 0.40) inset !important;
    backdrop-filter: blur(10.266666412353516px) !important;
    border-radius: 57px;
    text-align: center;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contactFirstHalf {
    flex: 0 0 auto;
    width: 66.66666667%;
}

.contactSecondHalf {
    flex: 0 0 auto;
    width: 33.33333333%;
}

.contactSecondHalfAlign {
    text-align: right;
}

.tableFirstColumn {
    color: #202020;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding-left: 10px;
}

.tableOtherColumns {
    color: #202020;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.videoStyle {
    border: 1px solid var(--Neutrals-F6F6F6, #F6F6F6);
    background: url(<path-to-image>) lightgray -1.715px 0px / 100.105% 100% no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.faq {
    color: #000;
    text-align: center;
    font-family: "Open Sans",'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.sponsorshipTable {
    margin-top: 15px;
    margin-bottom: 53px;
}

.contactHeading {
    color: white !important;
    text-align: right !important;
    margin-bottom: 0px !important;
}

.videoPadding {
    margin-left: 0px !important;
    margin-right: -10px !important;
    margin-bottom: 46px !important;
}

@media (max-width: 480px) {
    section .about {
        padding-top: 0px !important;
    }

    section.sponsors {
        /*padding-top: 150px !important;*/
    }

    section.charities {
        /*padding-top: 150px !important;*/
    }

    section.galleries {
        padding: 10px !important;
        padding-top: 0px !important;
    }

    section.committee {
        /*padding-top: 150px !important;*/
    }

    .contactFirstHalf {
        flex: 0 0 auto;
        width: 100%;
    }

    .contactSecondHalf {
        flex: 0 0 auto;
        width: 100%;
    }

    .contactHeading {
        color: white !important;
        text-align: left !important;
        margin-bottom: 6px !important;
    }

    .zeroHarmImg {
        margin-top: 25px;
        display: block;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .kbrAddress {
        text-align: left;
    }

    .contactSecondHalfAlign {
        text-align: left !important;
        margin-top: 25px;
    }

    .opportunities-Logo {
        width: 38px;
        height: 38px;
    }

    .opportunities-Sponsor {
        font-size: 12px;
    }

    .tableFirstColumn {
        font-size: 12px;
    }

    .tableOtherColumns {
        font-size: 12px;
    }

    .addonSponsorshipHeader {
        font-size: 12px;
    }

    .secondTableFirstColumn {
        font-size: 12px;
    }

    .secondTableOtherColumn {
        font-size: 12px;
    }

    .highlights {
        font-size: 16px;  
        /*margin-left:25px;*/
    }

    .highlightsHeading {
        font-size: 24px;
        margin-left: 25px;
    }

    .sponsorshipTable {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .videoPadding {
        margin-left: 25px !important;
        margin-right: 25px !important;
    }
}
