.current-tournament-sticky {
    position: fixed;
    right: 0;
    top: 130px;
}

.current-tournament-sticky.social-media-sticky {
    top: 180px;
}

@media screen and (min-width: 768px) {

    .current-tournament-sticky {
        top: 170px;
    }
        .current-tournament-sticky.social-media-sticky {
        top: 240px;
    }
}

    .current-tournament-sticky > a {
        display: flex;
        align-items: center;
        text-decoration: none;
        transition: all ease-in-out 0.3s;
    }

        .current-tournament-sticky > a > figure {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 60px;
            height: 60px;
            background-color: #fff;
            border-radius: 100%;
            box-shadow: 2px 2px 4px rgba(0 0 0 / 20%);
            margin: 0;
            padding: 10px;
            box-sizing: border-box;
            margin-right: -30px;
            z-index: 1;
            transition: all ease-in-out 0.3s;
        }

            .current-tournament-sticky > a > figure > img {
                width: 100%;
                transition: all ease-in-out 0.3s;
            }

                .current-tournament-sticky > a > figure > img.hover-img {
                    opacity: 0;
                    position: absolute;
                    width: calc(100% - 20px);
                }

        .current-tournament-sticky > a:hover > figure > img.hover-img {
            opacity: 1;
        }

        .current-tournament-sticky > a:hover > figure > img:not(.hover-img) {
            opacity: 0;
        }

        .current-tournament-sticky > a:hover > p {
            background-color: #990033;
            color: #fff;
        }

        .current-tournament-sticky > a:hover > figure {
            background-color: #990033;
        }

        .current-tournament-sticky > a > p {
            background-color: #fff;
            color: #990033;
            font-size: 14px;
            padding: 10px;
            border-bottom-left-radius: 30px;
            border-top-left-radius: 30px;
            display: flex;
            justify-content: center;
            align-items: center;
            text-align: center;
            box-shadow: 2px 2px 4px rgba(0 0 0 / 20%);
            margin: 0;
            font-family: Arial,Helvetica,sans-serif;
            font-weight: 700;
            padding-left: 40px;
            transition: all ease-in-out 0.3s;
        }

    .rosterfrm-filed {
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
        outline: 1px solid #E6E6E6;
        outline-offset: -1px;
        box-shadow: 0 5px 8px 0 rgba(0,0,0,0.1);
    }

        .rosterfrm-filed input[type=text], .rosterfrm-filed input[type=email], .rosterfrm-filed textarea {
            border-radius: 0;
        }

        .rosterfrm-filed .form-area {
            margin: 0;
            padding: 30px 30px 0;
        }

    .players-bio-slider .slider-for-bio ul img {
        width: 164px;
        height: 164px;
        border-radius: 100%;
    }

    .stdbtnbar {
        text-align: right;
    }

    .tabs-roster {
        text-align: center;
    }

        .tabs-roster .tablink {
            float: none;
        }

    .form-field.form-field-full {
        width: 100%;
    }

    .tabs-roster .tablink {
        float: none;
        font-weight: 600;
    }

    .titlebar {
        color: #fff;
        font-size: 18px;
        text-align: center;
        padding: 0;
        vertical-align: middle;
        height: 60px;
        background: #003366;
        width: 100%;
        line-height: 60px;
        border-radius: 5px;
    }

    .remove-margin {
        margin: 0 !important
    }

    .remove-padding {
        padding: 0 !important;
    }

    .mt-0 {
        margin-top: 0px !important
    }

    .mt-5 {
        margin-top: 5px !important
    }

    .mt-10 {
        margin-top: 10px !important
    }

    .mt-15 {
        margin-top: 15px !important
    }

    .mt-20 {
        margin-top: 20px !important
    }

    .mt-30 {
        margin-top: 30px !important
    }

    .mt-40 {
        margin-top: 40px !important
    }

    .mt-50 {
        margin-top: 50px !important
    }

    .mt-60 {
        margin-top: 60px !important
    }

    .mr-10 {
        margin-right: 10px !important
    }

    .mr-20 {
        margin-right: 20px !important
    }

    .mb-0 {
        margin-bottom: 0px !important
    }

    .mb-5 {
        margin-bottom: 5px !important
    }

    .mb-10 {
        margin-bottom: 10px !important
    }

    .mb-15 {
        margin-bottom: 15px !important
    }

    .mb-20 {
        margin-bottom: 20px !important
    }

    .mb-25 {
        margin-bottom: 25px !important
    }

    .mb-30 {
        margin-bottom: 30px !important
    }

        .mb-30.mb-25 {
            margin-bottom: 25px !important
        }

        .mb-30.mb-20 {
            margin-bottom: 20px !important
        }

        .mb-30.mb-15 {
            margin-bottom: 15px !important
        }

    .mb-40 {
        margin-bottom: 40px !important
    }

    .mb-45 {
        margin-bottom: 45px !important
    }

    .mb-50 {
        margin-bottom: 50px !important
    }

    .mb-60 {
        margin-bottom: 60px !important
    }

    .mb-70 {
        margin-bottom: 70px !important
    }

    .mr-10 {
        margin-right: 10px
    }

    .mr-20 {
        margin-right: 20px
    }

    .mr-30 {
        margin-right: 30px
    }

    .ml-10 {
        margin-left: 10px
    }

    .ml-20 {
        margin-left: 20px
    }

    .ml-30 {
        margin-left: 30px
    }

    .pt-0 {
        padding-top: 0px !important
    }

    .pt-5 {
        padding-top: 5px !important
    }

    .pt-10 {
        padding-top: 10px !important
    }

    .pt-20 {
        padding-top: 20px !important
    }

    .pt-30 {
        padding-top: 30px !important
    }

    .pt-40 {
        padding-top: 40px !important
    }

    .pt-45 {
        padding-top: 45px !important
    }

    .pt-50 {
        padding-top: 50px !important
    }

    .pt-55 {
        padding-top: 55px !important
    }

    .pt-60 {
        padding-top: 60px !important
    }

    .pt-70 {
        padding-top: 70px !important
    }

    .pt-85 {
        padding-top: 85px !important
    }

    .pt-90 {
        padding-top: 90px !important
    }

    .pt-100 {
        padding-top: 100px !important
    }

    .pt-120 {
        padding-top: 120px !important
    }

    .pt-140 {
        padding-top: 140px !important
    }

    .pb-0 {
        padding-bottom: 0px !important
    }

    .pb-5 {
        padding-bottom: 5px !important
    }

    .pb-10 {
        padding-bottom: 10px !important
    }

    .pb-20 {
        padding-bottom: 20px !important
    }

    .pb-30 {
        padding-bottom: 30px !important
    }

    .pb-40 {
        padding-bottom: 40px !important
    }

    .pb-50 {
        padding-bottom: 50px !important
    }

    .pb-60 {
        padding-bottom: 60px !important
    }

    .pb-70 {
        padding-bottom: 70px !important
    }

    .pb-80 {
        padding-bottom: 80px !important
    }

    .pb-90 {
        padding-bottom: 90px !important
    }

    .pb-100 {
        padding-bottom: 100px !important
    }

    .pb-120 {
        padding-bottom: 120px !important
    }

    .pr-10 {
        padding-right: 10px
    }

    .pr-20 {
        padding-right: 20px
    }

    .pr-30 {
        padding-right: 30px
    }

    .pl-10 {
        padding-left: 10px
    }

    .pl-20 {
        padding-left: 20px
    }

    .pl-30 {
        padding-left: 30px
    }






    .register-ftr-btn {
        display: none;
    }

    /* Cooperstown supporters logo css start */

    .cooperstwon-dreams-park2 .logo-box {
        padding: 32px;
        border: 1px solid #CCD6E0;
        height: 100%;
        text-align: center;
    }

    /* Cooperstown supporters logo css start */
    /* Cooperstown supporters page css start */

    .cooperstwon-dreams-park2 .logo-box {
        padding: 32px;
        border: 1px solid #CCD6E0;
        height: 100%;
        text-align: center;
    }

    .supporter-section-2 h5 p {
        margin-bottom: 30px;
        text-transform: inherit;
    }

    .supporter-section-2 .green-block h5 {
        font-style: italic;
        text-align: center;
        margin-bottom: 0;
    }

    .brand-logo-noslider .col {
        margin-bottom: 40px;
    }

    .progreen img {
        width: 96%;
    }

    /* Cooperstown supporters page css start */
    /* Cooperstown supporters logo css start */

    .supporter-section-2 h5 {
        text-transform: inherit;
        font-size: 24px;
        margin-bottom: 40px;
    }

    .brand-logo-noslider .col:last-child {
        margin-bottom: 0;
    }

    .pt-0 {
        padding-top: 0 !important;
    }

    .players-bio-profile img {
        width: 224px;
        height: 224px;
        border-radius: 100%;
        border: 2px solid #003366;
    }


    .homepage-cdp-unique-story .text-with-arrow {
        color: #fff;
        border: 1px solid #fff;
        padding: 20px 24px;
    }

        .homepage-cdp-unique-story .text-with-arrow:after {
            color: #fff;
        }

    .homepage-cdp-unique-story
    .desc-content {
        min-height: 170px;
    }

    .cdpweather-widget #ml_65356e7c {
        border: 0 !important;
        background: none !important;
        width: auto !important;
        padding-right: 20px !important;
    }

    .cdpweather-widget span {
        color: #fff !important;
    }

    .cdpweather-widget div#ml_9dac6d71_c {
        display: none;
    }


    .testimonials-img {
        border: 2px solid #ccc;
    }

    .cdpweather-widget #ml_65356e7c {
        border: 0 !important;
        background: none !important;
        width: auto !important;
        padding-right: 20px !important;
    }

    .cdpweather-widget span {
        color: #fff !important;
    }

    .cdpweather-widget div#ml_9dac6d71_c {
        display: none;
    }

    .cooperstown-temperature .temp-info .row {
        margin: 0;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
    }

    .accordion-heading h6 {
        margin-bottom: 0;
    }

    .btn-pink:hover {
        color: #990033;
        background-color: #fff;
        border-color: #990033;
    }

    a {
        color: #990033;
    }

        a:hover, a:focus {
            color: #003366;
        }

    .inner-first-section .btn-block {
        padding-bottom: 20px;
    }

    .inner-first-para {
        padding-top: 62px;
    }

    .inner-first-para {
        padding: 32px 0 0;
    }

    .cooperstown-dream-listing li span {
        background: #FF9900;
        height: 20px;
        font-size: 14px;
        width: 20px;
        color: #fff;
        margin-right: 8px;
        border-radius: 100%;
        display: inline-block;
        text-align: center;
        line-height: 20px;
        vertical-align: middle;
        position: relative;
        top: -2px;
    }

    .padding-40 {
        padding-top: 40px;
    }

    .padding-bottom-40 {
        padding-bottom: 40px;
    }

    .founder-couch-blk .founder-thumb figure img {
        object-fit: inherit;
    }

    .margin-bottom-0 {
        margin-bottom: 0px !important;
    }

    .margin-bottom-20 {
        margin-bottom: 20px !important;
    }

    .player-cont-blk {
        padding: 40px 0 10px;
    }


    .cooperstown-strip {
        margin-bottom: 0px;
        text-align: center;
    }

    .family-guide-img img {
        display: block;
        width: 100%;
    }

    .family-guide-info > .row {
        border: 1px solid #ccc;
        margin: 0;
    }

        .family-guide-info > .row > .col:last-child {
            padding: 0;
        }

    .family-guide-info > .row {
        margin-bottom: 20px;
    }

    .pb-40 {
        padding-bottom: 40px;
    }

    .program-benifits {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .breadcrumb-without-image {
        padding: 50px;
    }

    .special-thanks-blk-padding-top-0 {
        background: #F4F5F7;
        padding: 0 0 30px;
    }

    .cooperstwon-dreams-park3.padding-80.text-center {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }

    .bg-primary ul.check-mark li {
        color: #fff;
    }

    .bg-primary p {
        color: #fff;
    }

    .umpire-page-first-para {
        padding-top: 20px;
    }

    ul.check-mark.row {
        margin: 0;
    }


    .sitemap-page ul.check-mark li:before {
        content: "\e92b";
        font-family: 'icomoon' !important;
        background: no-repeat;
        color: #FF9900;
        font-size: 15px;
    }

    .subnav-temp h2 {
        margin-bottom: 40px;
    }

    .pt-20 {
        padding-top: 20px;
    }

    .error404 h1 {
        color: #990033;
    }

    .error404 {
        text-align: center;
        padding-top: 20px;
    }

    .error404-logo {
        width: 240px;
        height: auto;
    }

    .you-are-our-hero p {
        color: #990033;
        font-size: 24px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 36px;
        word-spacing: 5px;
    }

    .privacy-policy-page {
        padding-bottom: 0px;
    }

    .pushnotification-inner.d-flex {
        max-width: fit-content;
    }

    .dreams-park.padding-40 {
        padding: 40px;
    }

    .registration-page-btn {
        font-size: 14px;
        padding: 16px 17px;
        white-space: normal;
        line-height: 1.2;
        margin-bottom: 10px;
    }


    .completed-tournaments .year-listing-championship {
        margin: 0 0px;
    }

    .pt-40 {
        padding-top: 40px;
    }

    .feeling-story-remove-space {
        max-width: 840px;
        width: 100%;
        margin: 0 auto;
        padding: 0px 0 0;
        text-align: center;
    }

    .players-bio-profile {
        display: flex;
        justify-content: center;
        width: 100%;
        padding-top: 20px;
    }

    .feeling-story {
        max-width: 840px;
        width: 100%;
        margin: 0 auto;
        padding: 0px 20px 0px 20px;
        text-align: center;
    }


    .more-link {
        padding: 0 20px;
    }

    .fa-classic, .fa-light, .fa-regular, .fa-solid, .fa-thin, .fal, .far, .fas, .fat {
        font-family: var(--fa-style-family,"Font Awesome 6 Free");
    }

    .program-benifits .content-area {
        text-align: center;
    }

    .pbicon {
        font-size: 78px;
        display: block;
        padding-bottom: 20px;
        color: #990033;
    }

    .reg-s1 {
        text-align: center;
        padding-bottom: 30px !important;
    }

    .reg-img {
        max-width: 600px;
        margin-top: 20px;
        width: 100%;
    }

    .reg-s1 .col, .reg-2 .col {
        padding: 0 !important;
    }

    .reg-img2 {
        max-width: 800px;
        width: 100%;
    }

    .reg-2 {
        padding-bottom: 30px;
    }

    hr.center-diamond {
        background: #E6E6E6;
        border: 0;
        height: 1px;
        width: 50%;
        position: relative;
        margin: 30px auto;
        box-sizing: content-box;
        overflow: visible;
    }

        hr.center-diamond:before {
            content: "";
            width: 6px;
            height: 6px;
            background: #E6E6E6;
            display: inline-block;
            border: 2px solid #E6E6E6;
            position: absolute;
            top: -5px;
            left: 50%;
            margin: 0 0 0 -3px;
            transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
        }

    .cdp-baseball-img img {
        width: 100%;
    }

    .cooperstown-baseball-content {
        padding-bottom: 30px;
    }

    .scrollup {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background-color: #990033;
        color: #fff;
        font-size: 23px;
        position: fixed;
        bottom: 40px;
        right: 40px;
        z-index: 99;
        cursor: pointer;
        display: none;
    }

        .scrollup > span {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            line-height: 0;
        }

        .scrollup i.fa-chevron-up {
            font-family: 'FontAwesome';
        }

    .iconpin {
        font-size: 29px;
        font-weight: 700;
    }

    .iconpin-footer {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
    }
    /* Remove it when it is working properly */
    /* .print-icon{
    display: none !important;
} */



    .dropdown-year2 {
        display: table;
    }

    .regular-game-select .dropdown-year2 {
        margin: 0 auto;
    }

    .select-input-main select {
        -moz-appearance: auto;
        -webkit-appearance: auto;
        padding: 8px 15px;
        border: 1px solid #E6E6E6;
        font-size: 15px;
        letter-spacing: 1px;
    }

    .textcolor-red {
        color: #990033;
    }

    .skills-competition-results .textcolor-red {
        font-weight: 700;
    }

    .skills-competition-results .champion-table table td {
        line-height: 24px;
    }

    @media (max-width:992px) {

        .players-bio-slider .slider-for-bio ul img {
            width: 100px;
            height: 100px;
        }

        .tabs-roster .tablink {
            width: 47%;
        }

        .homepage-retailcenter .block-img .block-list-img {
            width: 100%;
        }

        .scrollup {
            display: none !important;
        }

        .register-ftr-btn {
            display: block;
            width: 100%;
            position: fixed;
            bottom: 0;
            z-index: 10;
            left: 0;
        }

            .register-ftr-btn a {
                display: block;
            }
    }

    body.Coach-page .dreams-park {
        padding: 40px;
    }

    .col.wcpt-50 h1 {
        padding-top: 150px;
    }



    @media (max-width:767px) {
        .select-input-main select {
            padding: 8px 5px;
            font-size: 13px;
            letter-spacing: 0;
        }

            .current-tournament-sticky > a > figure {
                width: 35px;
                height: 35px;
                padding: 5px;
            }

            .current-tournament-sticky > a > p {
                font-size: 11px;
                padding: 6px;
                padding-left: 35px;
                height: 25px;
            }

            .current-tournament-sticky > a > figure > img.hover-img {
                width: calc(100% - 10px);
            }

        .players-bio-profile-content table {
            width: 100% !important;
            height: auto !important;
        }

        .players-bio-profile img {
            width: auto;
            height: auto;
            max-width: initial;
        }
    }

    .winnerTeam {
        color: green;
    }

    .td-text-align-right {
        text-align: right !important;
    }

    .nav-search-inner-page.hide {
        display: none;
    }

    .the-one-end-logo img, .shape img {
        width: 230px;
        height: auto;
    }

    h2.home-sp-title {
        letter-spacing: normal;
        font-size: 26px;
        margin-bottom: 10px;
        color: #990033;
    }

    .homepage-cdp-unique-story .home-summer-tradition {
        padding-top: 20px;
    }

        .homepage-cdp-unique-story .home-summer-tradition p {
            font-style: italic;
            padding-bottom: 10px;
            position: relative;
        }

            .homepage-cdp-unique-story .home-summer-tradition p:before {
                content: "";
                width: 100%;
                height: 1px;
                background: #fff;
                top: 17px;
                position: absolute;
                left: 0;
                right: 0;
                margin: 0 auto;
            }


    .required-field::before {
        content: "*";
        color: red;
        font-size: 20px;
    }

    .form-field input[type=date] {
        width: 100%;
        box-sizing: border-box;
        border-radius: 0;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.03em;
        padding: 14px 16px;
        color: #1A1A1A;
    }

    .form-field input[type=email] {
        width: 100%;
        box-sizing: border-box;
        border-radius: 0;
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.03em;
        padding: 14px 16px;
        color: #1A1A1A;
    }

    .parsley-error {
        border-color: #f46a6a !important;
    }

    .parsley-errors-list > li {
        font-size: 18px;
        list-style: none;
        color: #f46a6a;
        margin-top: 5px;
    }




    a.btn.btn-primary.btn-pink.btn-nir {
        margin-left: 10px !important;
        margin-bottom: 20px !important;
    }

    element.style {
    }

    .travel-info-form-bottom.bg-light.position-relative.roster-button-bar {
        text-align: right;
    }

    .signnew {
        text-align: center;
    }

    .form-text-center {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .sign-por-right {
        margin-bottom: 20px;
    }

    .roster-btn-center {
        text-align: center;
    }

    /* Questions-Answer for team */

    .photo-tabs-nav-roster {
        padding-top: 60px !important;
    }

        .photo-tabs-nav-roster li.active a {
            max-width: 300px !important;
        }

        .photo-tabs-nav-roster ul {
            margin: 0;
            padding: 0;
            text-align: left !important;
        }

        .photo-tabs-nav-roster a {
            text-transform: capitalize !important;
            display: inline;
            padding: 8px 20px !important;
            line-height: 14px;
            text-align: center;
            letter-spacing: 1px;
            color: #4D4D4D;
        }

    .quote-section h2 {
        font-size: 28px !important;
        letter-spacing: 0px !important;
        text-transform: capitalize !important;
        line-height: normal;
    }

        .quote-section h2 span {
            color: #666;
            font-size: 24px;
            line-height: normal;
        }

    .family-guide-page .homepage-footer {
        z-index: 1;
        position: relative;
    }

    .group-title {
        text-transform: uppercase;
        font-size: 18px;
    }

    .job-divider-white {
        height: 1px;
        padding: 0;
        margin: 0;
        border-width: 0;
        background-color: white;
    }

    .job-divider-primary {
        height: 1px;
        padding: 0;
        margin: 0;
        border-width: 0;
        background-color: #990033;
    }

    li.optional-clickable > a {
        color: #003366;
        vertical-align: baseline;
        background: transparent;
        text-decoration: underline;
    }

    li.optional-clickable > a {
        color: #003366;
        vertical-align: baseline;
        background: transparent;
        text-decoration: underline;
    }

    .img-overlay-custom {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        padding: 30px;
    }




    /* Custom Radio */
    .custom-radio[type=radio]:checked, .custom-radio[type=radio]:not(:checked) {
        position: absolute;
        /*left: -9999px*/
        width: 22px;
        height: 22px;
        top: 6px;
    }

        .custom-radio[type=radio]:checked + label, .custom-radio[type=radio]:not(:checked) + label {
            position: relative
        }

            .custom-radio[type=radio]:checked + label:before, .custom-radio[type=radio]:not(:checked) + label:before {
                content: '';
                position: absolute;
                left: 0;
                top: 6px;
                width: 22px;
                height: 22px;
                border: 1px solid #693;
                border-radius: 100%;
                background: #fff;
                pointer-events: none;
            }

            .custom-radio[type=radio]:checked + label:after, .custom-radio[type=radio]:not(:checked) + label:after {
                content: '';
                width: 12px;
                height: 12px;
                background: #693;
                position: absolute;
                top: 11px;
                left: 5px;
                border-radius: 100%;
                -webkit-transition: .2s;
                transition: .2s;
                pointer-events: none;
            }

            .custom-radio[type=radio]:not(:checked) + label:after {
                opacity: 0;
                -webkit-transform: scale(0);
                transform: scale(0)
            }

            .custom-radio[type=radio]:checked + label:after {
                opacity: 1;
                -webkit-transform: scale(1);
                transform: scale(1)
            }


    ul.co-breadcrumb li a {
        text-decoration: none;
    }

    .box-style-1 {
        background: #F9F9F9;
        border-radius: 5px;
        padding: 10px 25px;
        box-shadow: 0 0px 8px 0 rgba(0,0,0,0.05);
    }

    .fs-12 {
        font-size: 12px !important;
    }

    .swal2-popup.swal2-toast .swal2-title {
        font-family: Arial,Helvetica,sans-serif;
        font-weight: 400;
        color: #fff !important;
    }

    .swal2-popup.swal2-toast.swal2-icon-success .swal2-title {
        color: #000 !important;
    }

    .waiver-popup .swal2-styled.disabled {
        pointer-events: none;
        opacity: .65;
    }

    .waiver-popup-disabled {
        pointer-events: none;
        opacity: .65;
    }

    body.my-team-page.page-loaded .container.you-are-our-hero {
        PADDING: 20px;
    }

    .form-check.form-switch [type="checkbox"]:checked + label:before, .form-check.form-switch [type="checkbox"]:not(:checked) + label:before {
        content: none;
    }

    .form-check.form-switch [type="checkbox"]:checked + label:after, .form-check.form-switch [type="checkbox"]:not(:checked) + label:after {
        content: none;
    }

    .form-check.form-switch [type="checkbox"]:checked, .form-check.form-switch [type="checkbox"]:not(:checked) {
        position: static;
    }

        .form-check.form-switch [type="checkbox"]:checked + label, .form-check.form-switch [type="checkbox"]:not(:checked) + label {
            padding: 0;
        }

    .form-check.form-switch .form-check-input:checked {
        background-color: #903;
        border-color: #903;
    }

    .form-check.form-switch .form-check-input:focus {
        box-shadow: none;
    }

    .form-check.form-switch.form-switch-lg {
        padding-left: 3.5em;
    }

        .form-check.form-switch.form-switch-lg .form-check-input {
            width: 2.5em;
            height: 1.5em;
            margin-left: -3.5em;
        }

        .form-check.form-switch.form-switch-lg .form-check-label {
            font-size: 18px;
        }

    .custom-tooltip {
        position: relative;
    }

    .custom-tooltip-inner {
        background: #fff;
        bottom: 100%;
        color: #003366;
        border-radius: 10px;
        text-transform: none;
        display: block;
        font-weight: bold;
        left: 0;
        margin-bottom: 15px;
        opacity: 0;
        padding: 20px;
        pointer-events: none;
        position: absolute;
        width: 100%;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -ms-transform: translateY(10px);
        -o-transform: translateY(10px);
        transform: translateY(10px);
        -webkit-transition: all .25s ease-out;
        -moz-transition: all .25s ease-out;
        -ms-transition: all .25s ease-out;
        -o-transition: all .25s ease-out;
        transition: all .25s ease-out;
        -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.10);
        -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.10);
        -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.10);
        -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.10);
        box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.10);
    }

        .custom-tooltip-inner:before {
            bottom: -20px;
            content: " ";
            display: block;
            height: 20px;
            left: 0;
            position: absolute;
            width: 100%;
        }

        .custom-tooltip-inner:after {
            border-left: solid transparent 10px;
            border-right: solid transparent 10px;
            border-top: solid #ddd 10px;
            bottom: -10px;
            content: " ";
            height: 0;
            left: 50%;
            margin-left: -13px;
            position: absolute;
            width: 0;
        }

    .custom-tooltip:hover .custom-tooltip-inner {
        opacity: 1;
        pointer-events: auto;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .fs-16 {
        font-size: 16px !important;
    }

    .mr-n5 {
        margin-right: -5px !important;
    }

    .right-n10 {
        right: -10px;
    }

    body.home-page .homepage-tagline {
        margin-bottom: 0px;
        padding-bottom: 20px;
    }

    .table-style1 {
        width: 100%;
        vertical-align: top;
        border-collapse: collapse;
    }

        .table-style1 td, .table-style1 th {
            padding: 0px 8px;
            vertical-align: middle !important;
        }

    .lh-1 {
        line-height: 1 !important;
    }

    .text-end {
        text-align: right;
    }

    .text-center {
        text-align: center;
    }

    td.fw-bold {
        font-weight: bold;
    }

    @media only screen and (max-width: 1199px) {
        .table-w-1200px {
            width: 1200px;
        }

        .youth-pride-title h2 {
            padding: 30px 15px 0;
        }
    }

    .sts-frame {
        height: 250px;
        background: #E6E6E6;
    }

    ul.list-styled * {
        list-style-type: disc;
    }

    @media only screen and (min-width: 768px) {
        .sts-frame {
            height: 450px;
        }
    }

    @media only screen and (min-width: 1200px) {
        .sts-frame {
            height: 650px;
        }
    }

    ol.list-styled * {
        list-style-type: decimal;
    }

    ul.list-styled * ul * {
        list-style-type: circle;
    }

    .modal-xxl .map {
        margin-bottom: 0 !important;
    }

    /* XXL size popup*/
    @media only screen and (min-width: 1200px) {
        .modal-xxl {
            max-width: 1580px !important;
        }
    }

    /* Custom nav tabs design */
    .nav-tabs.nav-tabs-style1 .nav-link {
        padding-bottom: 8px !important;
        font-size: 16px;
        font-weight: 700;
        color: #003366;
        text-transform: uppercase;
        margin: 0 18px;
        padding: 0;
        border: none !important;
        border-bottom: 3px solid transparent !important;
    }

        .nav-tabs.nav-tabs-style1 .nav-link.active {
            color: #990033;
            border-bottom-color: #990033 !important;
        }

    @media only screen and (min-width: 1200px) {
        .nav-tabs.nav-tabs-style1 .nav-link {
            margin: 0 33px;
        }
    }

    @media only screen and (max-width: 767px) {
        .nav-tabs.nav-tabs-style1 .nav-item {
            width: 100%;
            margin: 2px 0;
        }

        .custom-bootstrap .nav-tabs .nav-link {
            margin: 0;
            padding: 5px 0 !important;
            width: 100%;
            text-align: center;
            border: 3px solid transparent !important;
        }

        .nav-tabs.nav-tabs-style1 .nav-link.active {
            border-color: #990033 !important;
            border-radius: 0;
        }
    }
    /* End Custom nav tabs design */

    #twitter-tab-pane iframe {
        min-height: 700px !important;
    }

    #instagram-tab-pane iframe {
        min-height: 750px !important;
    }