@import url("https://use.typekit.net/cyp1zui.css");

font-face {
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

font-face {
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: italic;
}

font-face {
    font-family: "century-gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

font-face {
    font-family: "century-gothic", sans-serif;
    font-weight: 700;
    font-style: italic;
}

#aspnetForm {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100vh;
}

#apptitle {
    display: none;
}

#pull {
    display: none;
}

#ctl00_myBreadcrum_breadcrum {
    display: none;
}

#menu_top {
    display: none;
}

.b_header-wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

#innerheader {
    height: 85px;
}

#innerheader .logo {
    max-width: 222px;
}

#innerheader a {
    display: block;
    height: 56.25px;
    width: 222px;
}

#innerheader p {
    margin: 0;
}

#innercontainer header {
    position: sticky;
    display: block;
    top: 0;
    padding: 16px 0 0 0;
    background: #fff;
    z-index: 99;
}


.menu {
    display: flex;
    /* justify-content: space-between; */
    gap: 28px;
    /* width: 501px; */
    margin: 0 !important;
}

.menu a {
    font-weight: 600;
    text-decoration: none;
    color: #000;
    font-family: "century-gothic", sans-serif;
    line-height: 1.6;

    * {
        box-sizing: border-box;
    }
}



.menu a:hover {
    text-decoration: underline 2px #21009C;
    text-underline-offset: 3px;
    text-decoration-thickness: 2px;
    color: #21009C;
}

#container_menu ul {
    padding: 0;
    margin: 0;
}

#container_menu li {
    list-style: none;
}

#innerfooter {
    max-width: 1140px;
    margin: 0 auto;
    font-family: "century-gothic", sans-serif;
}

.c-1 p {
    margin: 0;
}

#footer {
    margin-top: auto !important;
    background: #21009C;
    color: #fff;
    padding: 60px 0 40px;
    line-height: 1.6;

    * {
        box-sizing: border-box;
    }
}

#footer h2 {
    margin: 0;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
}

#footer a {
    margin: 0;
    line-height: 1.6;
    font-size: 16px;
    font-family: "century-gothic", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.powert-by {
    display: flex;
    flex-direction: column;
}

.powert-by img {
    width: 100%;
    max-width: 50px;
    margin-top: 8px;
}

.grid h2 {
    color: #fff;
}

.grid ul {
    margin: 0;
    padding: 0;
}

.grid li {
    list-style: none;
    margin-bottom: 20px;
}

.grid li:last-child {
    margin-bottom: 0;
}

.grid {
    display: flex;
}

.grid a {
    color: #fff;
    text-decoration: none;
}

.grid a:hover {
    color: #fff;
    text-decoration: underline 1px #fff;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px;
}

.c-1 {
    flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.c-2 {
    flex: 1;
}

.payoff {
    display: inline-flex;
    font-size: 22px;
    flex-direction: column;
}

.payoff.text-bold {
    display: flex;
    font-size: 24.3px;
    margin-top: -10px;
    font-weight: bold;
}

@media screen and (max-width: 1205px) {

    .b_header-wrapper,
    #innerfooter {
        padding: 0 15px;
    }
}


@media screen and (max-width: 1040px) {
    #pull {
        font-weight: 400;
        text-decoration: none;
        color: #000;
        display: block;
        position: absolute;
        right: 0px;
        top: -42px;
    }

    #search-header #pull {
        font-weight: 400;
        text-decoration: none;
        color: #000;
        display: block;
        position: absolute !important;
        right: 15px;
        top: 59px;
        line-height: 1.6;
        font-size: 16px;
        font-family: "century-gothic", sans-serif;
    }

    #search-header .b_menu-open {
        width: 94%;
    }

    .menu-button::before {
        font-weight: 400;
        display: inline-block;
        color: #000;
        font-family: 'Font Awesome 6 Pro';
        content: "\f0c9";
        position: absolute;
        top: -22px;
        left: 36%;
    }


    #container_menu [aria-expanded="true"] .menu-button::before {
        content: "\f00d";
    }

    .menu {
        display: none;
    }

    .b_menu-open {
        padding-left: 22px !important;
        display: block;
        position: absolute;
        background-color: #f3f3f3;
        line-height: 3;
        font-size: 22px;
        width: 100%;
    }


}

@media screen and (max-width: 700px) {
    .grid {
        flex-direction: column;
    }

    .payoff {
        margin-bottom: 48px;
    }

    .c-2:nth-last-of-type(1) {
        margin-top: 48px;
    }
}

@media screen and (max-width: 480px) {
    #innerheader .logo {
        max-width: 160px;
    }

    #innerheader {
        height: 85px;
        display: flex;
        align-items: center;
    }
}

.search-main {
    margin-top: 41px;
}