body {
    font-family:"futura-pt";
    font-size: calc(14px + (26 - 14) * ((100vw - 300px) / (2400 - 300)));
    background-color: #000;
    color: #fff;
    background-color: #000;
}

.anton-regular {
      font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, .h2, strong {
    font-family:"futura-pt";
}

h1 {
    font-size: clamp(2rem, 4vw + 1rem, 3.2rem);
}

h2, .h2 {
    font-size: 2.5rem;
    font-weight:600;text-transform:uppercase
}

a {
    color: #1076ab;
    text-decoration: underline;
}

    a:hover {
        color: #fff;
        text-decoration: none;
    }
.htwdiv img {
    max-width: 90px;
}
/* Header */
header .navbar {
    padding: 3rem 1.5rem;
    justify-content: space-between;
    background: #1076ab;
}
a.navbar-brand {
    padding: 0;
    width: 10%;
    margin: 0;
}
#h_captcha_field {
    display: none;
}
#navbarNav li {
    padding: 0 1.5rem;
}

    #navbarNav li a {
        color: #fff;
        text-transform: capitalize;
        padding: 0.3rem 0;
        border-bottom: 3px solid transparent;
        font-weight: 400;
        text-decoration: none;
        text-transform: uppercase;
    }

        #navbarNav li a.active, #navbarNav li a:hover {
            color: #fff;
            border-bottom: 3px solid #fff;
        }
/* Header Ends */

.toogle-country-list ul {
    padding: 0;
    margin: 0;
}

.list-inline {
    list-style: none;
    overflow-wrap: break-word;
}

.toogle-country-list ul li.active {
    border-bottom: 1px solid #fff;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.toogle-country-list {
    margin: 0 0 0 20px;
}
.toogle-country-list ul li a {
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}
/* Footer */

.abbr-wrap {
    font-size: 90%;
}

.footer-wrap {
    padding: 1.5rem 1rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    font-size: 90%;
}
.blue-bg {
    background-color: #1076ab;
}

#footer-nav li + li:before {
    margin-right: 7px;
}

ul#footer-nav {
    margin: 0;
}

.footer-wrap .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
    vertical-align: middle;
}

#footer-nav li a {

    color: #fff;
}

    #footer-nav li a:hover {
        color: inherit;
        text-decoration: underline;
    }

.color-grey {
    color: #aaaaaa;
}

.social-icon {
    font-size: 1.6rem;
    border-radius: 5px;
    color: #fff;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
    .social-icon:hover {
        color: #fcd009;
    }
footer .navbar {
    text-align: center;  
}
hr {
    margin: 0;
    color: #1076ab;
}
    .abbriviatedrules p {
        font-size: 18px;
        text-align: left;
    }
    .abbriviatedrules h4 {
        font-family:"futura-pt";
    }
    footer .navbar {
        padding: 1rem 1rem;
    }

#footer-nav li a, ul.navbar-nav a {
    text-decoration: none;
}

    #footer-nav li a:hover {
        text-decoration: underline;
    }

.footer-left p {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
}

footer {
    color: #fff;
    margin-top: auto;
   }

    footer p {
        margin: 0 0 10px;
    }

#footer-nav {
    margin-top: 10px;
    margin-bottom: 0px;
}

    #footer-nav li + li:before {
        content: " | ";
        color: #fff;
        margin-right: 7px;
    }

    #footer-nav li a {
        color: #fff;
        text-decoration: underline;
    }


.footer-social-nav .social-icon:hover {
    color: #fff;
}

.footer-social-nav a {
    color: #fff;
}
/* Footer Ends */

/* FAQ */

.accordion-item {
    margin-bottom: 1.5rem;
    
    border-color: #fff;
    border-radius: 5px;
    border-top: 1px solid !important;
    background-color: transparent
}

.accordion-button {
    font-family:"futura-pt";
    background-color: transparent;
    font-weight: normal;
    border-color: red;
    border-radius: 5px;
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
    color: #fff;
}

    .accordion-button::after {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M8 1a.5.5 0 0 1 .5.5v6.5H15a.5.5 0 0 1 0 1H8.5V15a.5.5 0 0 1-1 0V9H1a.5.5 0 0 1 0-1h6.5V1.5A.5.5 0 0 1 8 1z'/></svg>");
        background-size: 1rem 1rem;
        background-repeat: no-repeat;
        background-position: center;
    }

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 3.5a.7.7 0 0 1 1 0L8 7l3.5-3.5a.7.7 0 0 1 1 1L9 8l3.5 3.5a.7.7 0 0 1-1 1L8 9l-3.5 3.5a.7.7 0 0 1-1-1L7 8 3.5 4.5a.7.7 0 0 1 0-1z'/></svg>");
        background-size: 1.2rem 1.2rem; /* slightly bigger to appear equal */
        background-repeat: no-repeat;
        background-position: center;
    }


    .accordion-button:not(.collapsed) {
        color: #fff;
        box-shadow: none;
        background:transparent;
        border-radius: 5px 5px 0 0;
    }

.accordion-collapse {
    color: #fff;
    border-radius: 0 0 5px 5px;
}

    .accordion-collapse.collapse.show {
        border-top: 1px solid transparent;
        position: relative;
    }

        .accordion-collapse.collapse.show::after {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            height: 1px;
            width: 100%;
            background: #fff;
            clip-path: inset(0 20px 0 20px);
            
        }

/* FAQ ends */

.btn {
    text-decoration: none;
    color: #fff;
    background-color: #1076ab;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 4px 40px;
    white-space: normal;
    font-family: "futura-pt";
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
}
.default-btn {
    text-decoration: none;
    color: #fff;
    background-color: #1076ab;
    text-transform: uppercase;
    border-radius: 0px;
    padding: 4px 40px;
    white-space: normal;
    font-family: "futura-pt";
    font-weight: 700;
    font-style: normal;
    font-size: 26px;
}
.blue-bg .default-btn {
    color: #1076ab;
    background-color: #fff;
    text-decoration: none
}
.blue-bg a {
color:#fff}
    .default-btn:hover {
        color: #1076ab;
        background-color: #fff;
        text-decoration: none
    }

.btn:hover, .btn-primary:active {
    color: #1076ab;
    background-color: #fff;
    text-decoration: none
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #000;
    background-color: #fff;
}

.form-control {
    border-color: #113661;
    color: #113661;
    padding: 0.5rem 1rem;
    font-size: clamp(0.9rem, 1vw + 0.5rem, 1.2rem);
}


.how-to-blk p {
    margin-bottom: 0;
 
}
.how-to-blk {
    background: #1076ab
}
.team-thumbnail-wrapper {
    position: relative;
}

    .team-thumbnail-wrapper .form-check-input {
        width: 1px;
        height: 1px;
        position: absolute;
        z-index: -100;
        top: 20px;
        left: 20px;
    }

.team-thumbnail {
    border: 3px solid transparent;
    cursor: pointer;
    border-radius: 8px;
}

    .team-thumbnail.active,
    .team-thumbnail:hover {
        border-color: #1877f2;
    }




/* Menu */

.offcanvas.show {
    transform: translateX(0); /* Slide into view */
}

.offcanvas-header {
    justify-content: flex-end;
}

    .offcanvas-header .btn-close {
        background-image: url("data:image/svg+xml,<svg width='16' height='16' viewBox='0 0 16 16' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'><path d='M3.5 3.5a.7.7 0 0 1 1 0L8 7l3.5-3.5a.7.7 0 0 1 1 1L9 8l3.5 3.5a.7.7 0 0 1-1 1L8 9l-3.5 3.5a.7.7 0 0 1-1-1L7 8 3.5 4.5a.7.7 0 0 1 0-1z'/></svg>");
        background-size: cover;
        opacity: 1;
    }

header .navbar .navbar-toggler {
    padding: 0px;
    border: 0;
    box-shadow: none;
}

.navbar-toggler {
    position: relative;
    height: 50px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #113661;
    z-index: 1100;
}

    .navbar-toggler::before {
        content: "";
        position: absolute;
        width: 35px;
        height: 3px;
        background: #113661;
        transform: translateY(-10px);
        box-shadow: 0 20px #113661;
        transition: 0.5s;
    }

    .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 25px;
        height: 3px;
        background: #113661;
        transform: translateY(0px);
        transition: 0.5s;
        margin-right: -8px;
    }

    .navbar-toggler.active::before {
        transform: translateY(0px) rotate(45deg);
        box-shadow: 0 0 #fff;
        background: #fff;
    }

    .navbar-toggler.active::after {
        transform: translateY(0px) rotate(-45deg);
        width: 35px;
        margin: 0;
        background: #fff;
    }

/* Menu Ends */

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #1057b4;
    background: #1057b4;
    color: #fff !important;
}

.form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #1057b4;
}

.form-check-input[type=checkbox] {
    border-color: #113661;
}

.grey-border {
    display: flex;
    margin: auto;
    text-align: center;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

    .grey-border .grey-wrap {
        border: 1px solid #e1e4e8;
        padding: 0;
        width: 400px;
        height: 80px;
        border-radius: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        color: #113661;
    }

        .grey-border .grey-wrap:hover {
            border-color: #1057b4;
        }

        .grey-border .grey-wrap path {
            fill: #113661;
        }

        .grey-border .grey-wrap form, .grey-border .grey-wrap button {
            width: 100%;
            height: 100%;
        }

        .grey-border .grey-wrap span {
            color: #113661;
        }

        input#txtPhoto {
            opacity: 0;
            position: absolute;
            z-index: -1;
        }

.previewImageItem img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: auto;
}
.carousel-indicators div {
    height: 15px;
    width: 15px;
    border-radius: 15px !important;
    border: none;
}
.futura-pt-condensed {
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 800;
    font-style: normal;
}
.champlogo img {
    max-width: 200px;
}

.starimg img {
    max-width: 200px;
}

.champlogo {
    /* margin: -60px auto; */
/*    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    top: -35px;*/
}

.htwdiv p {
    font-family:"futura-pt";
    font-weight: 400 ;text-align: left;
    line-height: 18px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.htwdiv h4 {
    font-size: 42px;
    padding-left: 0px;
    margin: 0;
    text-align: left
}
.htwdivtxt {
    margin-left: 20px;
}
    .htwdivtxt p {
        font-size: 18px;
        font-weight: 500;
        text-transform: inherit;
    }
    .frsite .htwdiv h4, .frsite .htwdiv p {
        margin: 0;
        padding: 0;
        text-align: left
    }

.top-social-nav a {
    color: #fff
}

    .top-social-nav a:hover {
        color: #fff
    }
/*
.frsite .htwdiv {
    display: block;
    padding: 0px 15px;
}*/

.carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 15px !important;
    border: none;
}

/*.htwdiv {
    border-right: 3px solid #fff;
}*/

.abbriviatedrules img {
    max-width: 550px
}

.htwdiv {
    display: flex;
    justify-content: center;
    margin-right: 15%;
}
.modal-content {
color:#000}
.navbar-expand-md .offcanvas-body {
    justify-content: space-between;
    margin-left: 3rem;
}
offcanvas-start {
    width: 290px;
}

    @media (max-width: 767px) {
        h2, .h2 {
            font-size: 2rem;
            font-weight: 700;
        }
        .navbar-expand-md .offcanvas-body {
            justify-content: space-between;
            margin-left: 0rem;
        }
        .abbriviatedrules img {
            max-width: 100%
        }

        .htwdiv {
            display: inline-block;
            text-align: center;
            margin-bottom: 25px
        }

            .htwdiv h4 {
                font-size: 48px;
                margin-right: 0px;
                margin: 0;
                text-align: center !important;
            }

            .htwdiv p {
                text-align: center !important;
                padding: 0;
            }

        .htwdiv {
            border: none;
            padding: 0px 15px;
        }

        header nav.navbar {
            padding: 10px;
        }

        a.navbar-brand {
            width: 15%;
            position: relative;
            z-index: 9999;
        }

        .offcanvas {
            background: #1076ab
        }

            .offcanvas #navbarNav li {
                padding: 0.5rem 1rem;
                display: block;
            }

                .offcanvas #navbarNav li a {
                    color: #ede5d9;
                    display: inline-block;
                }

                    .offcanvas #navbarNav li a.active, .offcanvas #navbarNav li a:hover {
                        color: #fcd009;
                        border-bottom: 3px solid #fcd009;
                    }

        .how-to-blk .col-md-4 {
            margin-bottom: 2rem;
        }

            .how-to-blk .col-md-4:last-child {
                margin-bottom: 0;
            }

            .how-to-blk .col-md-4 img {
                width: 50px;
            }

        .modal-backdrop {
            width: 100%;
            height: 100%;
        }

        ul#navbarNav {
            padding-top: 1rem;
        }

        nav .navbar-expand-md .offcanvas {
            background: #000000;
            width: 100%;
            position: fixed;
            top: 0;
            right: 0;
            height: 100vh;
            transform: translateX(100%); /* Hidden off-screen */
            transition: transform 0.4s ease-in-out; /* Smooth slide */
            z-index: 1200;
        }

        .previewImageItem img {
            max-width: 100%;
        }

        #upload-image {
            margin-top: 1.5rem;
            justify-content: center;
        }
    }

    @media (max-width: 576px) {
        .m-div {
            display: flex;
            justify-content: center;
            align-items: center;
        }
        .htwdiv img {
            max-width: 60px;
            margin-right: 18px;
        }
        a.navbar-brand {
            width: 30%;
        }

        .footer-wrap {
            flex-direction: column;
            justify-content: center;
        }

        .footer-lt {
            order: 2;
            text-align: center;
            margin: 1rem 0 0;
        }

        .footer-wrap .footer-lt .list-inline > li {
            display: block;
            padding-left: 0;
            padding-right: 0;
            margin: 0 0 7px;
        }

        #footer-nav li + li:before {
            display: none;
        }

        .footer-wrap p.mt-3 {
            margin-top: 1.5rem !important;
        }

        .accordion-button {
            padding: 1rem;
        }

        .wheel {
            width: 250px;
            height: 250px;
        }

        .footer-social-nav li:first-child {
            display: block;
            text-align: center;
            margin-bottom: 5px;
        }
    }

    @media only screen and (min-width: 768px) and (max-width: 768px) and (orientation: portrait) {
        #divStepOne .row {
            flex-direction: column;
        }

        #upload-image {
            margin-top: 1.5rem;
            justify-content: center;
        }
    }

