.page-wrapper {
    position: relative;
    background: #f3f3f3;
    min-height: 100vh;
    overflow-x: hidden;
}

a,
.link {
    color: #0071b3;
}

/* header section css start here */
header {
    height: unset;
    top: 0;
    left: 0;
    right: 0;
    background: #31007a;
    color: #fff;
    padding: 15px 30px
}

#navbar-main {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    background: #31007a !important;
    padding-left: 1.875rem;
}


.title-cover {
    text-align: center;
}

.safe-logo {
    display: table;
    width: 180px
}

.safe-logo a {
    display: block;
    width: 180px;
}

.safe-logo img {
    max-width: 90%;
    width: 180px;
    height: auto;
    display: block !important;
}

.head-title {
    display: table;
    margin-left: 20px;
}

.head-title .site-title {
    padding-top: 4px;
    font-weight: 700;
    padding-right: 20px;
    font-size: 1.125rem !important;
}

.head-title .site-title a {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.head-title .site-title a span {
    float: left;
}

.head-title .site-title a:hover {
    color: #fff;
}

/* header section css end here */

/* main wrapper section css start here */
#main-wrapper {
    padding-top: 105px;
}

.main-contents {
    background: #f3f3f3;
    padding: 1.875rem 1.875rem 1.6875rem;
}

.auto-width-wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.content-block {
    background: #ffffff;
    border-radius: .6em;
    padding: 1.25rem;
    line-height: 24px;
    margin-bottom: 1.5em;
}

.content-block h1 {
    font-weight: 700;
    margin: 30px 0;
    text-align: center;
    font-size: 36px;
}

.content-description {
    min-height: 450px;
}

.content-description a {
    display: block;
    width: 70%;
    text-align: center;
    background: #31007a;
    border-radius: 5px;
    color: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 20px;
    margin-top: 150px;
    margin-left: 15%;
    margin-top: 15px;
    text-decoration: none;
}

.content-description a:hover {
    color: #fff !important;
}

/* accordion css start here */
.accordion-button {
    text-align: inherit;
    font-size: 1.12rem;
}

.accordion-button:not(.collapsed) {
    background: #31007a !important;
    color: #fff !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important
}

.accordion-button:focus {
    border-color: rgba(0, 0, 0, .125);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-body.ul.li {
    list-style-type: disc;
    margin: 15px 5px;
}

.accordion-body.ul.li.a {
    text-decoration: none;
}
/* main wrapper section css end here */

/* footer section css starts here */
footer {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: .9375rem 1.875rem !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f3f3f3 !important
}

footer p {
    color: #a2a2a2;
    margin: 0 !important;
    font-size: 16px
}

.region-footer-first {
    width: 100% !important
}

.site-footer__top .nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.site-footer__top .nav li a {
    position: relative;
    color: #a2a2a2;
    font-size: 16px;
    text-indent: initial;
    text-decoration: none;
    padding-right: 0;
}

.site-footer__top .nav li #ot-sdk-btn.ot-sdk-show-settings {
    color: #a2a2a2;
    transition: none;
    border: none;
    font-size: 16px;
    padding: 0.8em 2px 0.8em 20px;
    text-decoration: none;
    position: relative;
    background-color: transparent;
}

.site-footer__top .nav li:last-child a::after {
    display: none;
}

.site-footer__top .nav li a::after {
    content: '|';
    position: absolute;
    display: inline-block;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.site-footer__top .nav li #ot-sdk-btn.ot-sdk-show-settings::after {
    content: '|';
    position: absolute;
    display: inline-block;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}

.site-footer__top .nav li #ot-sdk-btn.ot-sdk-show-settings:hover {
    background-color: none;
}

.site-footer__top .nav li #ot-sdk-btn.ot-sdk-show-settings:focus {
    outline: none;
}

.site-footer__top .nav li .choice-icon.us {
    background-image: url('../assets/images/Your_Privacy_Choices_Icon.svg');
    background-position: left 22px top 15px;
    background-repeat: no-repeat;
    background-size: 30px 14px;
    padding: 0.8em 2px 0.8em 60px !important;
}

.site-footer__top p {
    text-align: center;
}

.block-copyright {
    margin: 0 0 20px;
    border: 1px solid #444;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 10px;
}
/* footer section css ends here */

/* media query starts from here */
@media only screen and (min-width:768px) {
    header {
        position: fixed;
        z-index: 999;
    }
}

@media only screen and (min-device-width:768px) and (max-device-width:1024px) {
    .auto-width-wrapper {
        width: 100%;
        margin: 0 auto !important
    }

    .site-footer__top p {
        text-align: center
    }

    .site-footer .block {
        position: relative;
        bottom: 0 !important
    }

    .row.row-offcanvas.row-offcanvas-left.clearfix {
        --bs-gutter-x: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #navbar-main .site-name-slogan {
        width: 50%;
    }

    #navbar-main {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width:1099px) {
    .content-description a {
        width: 90%;
        margin-left: 5%;
        display: block;
        padding: 16px;
        font-size: 16px;
        line-height: 16px;
    }
}

@media only screen and (max-width:767px) {
    header {
        position: relative;
        z-index: 995;
    }

    #navbar-main .site-name-slogan {
        text-align: center;
        padding-left: 0;
        width: 100%;
    }

    .safe-logo {
        position: static;
        width: 180px;
        margin: 0 auto;
    }

    .safe-logo a {
        text-align: center;
    }

    .safe-logo img {
        max-width: 90%;
        width: 100%;
        height: auto;
    }

    .head-title {
        width: 100%;
        margin-left: 0;
    }

    .head-title .site-title {
        text-align: center !important;
        padding-right: 0;
    }

    .head-title .site-title a span {
        float: inherit !important;
        font-size: 14px;
    }

    #main-wrapper {
        padding-top: 0;
    }


}


@media only screen and (max-width:768px) {
    .row.row-offcanvas.row-offcanvas-left.clearfix {
        --bs-gutter-x: 0 !important
    }

    .site-footer__top .nav {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer__top .nav li a {
        padding: 0.8em 2px 0.8em 2px;
    }

    .site-footer__top .nav li #ot-sdk-btn.ot-sdk-show-settings {
        padding: 0.8em 2px 0.8em 2px;
    }

    .site-footer__top .nav li .choice-icon.us {
        background-position: left 0px top 15px;
        padding: 0.8em 2px 0.8em 42px !important;
    }

    .site-footer__top .nav li a::after {
        display: none;
    }

    .site-footer__top .nav li #ot-sdk-btn.ot-sdk-show-settings::after {
        display: none;
    }
}

@media all and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    body {
        font-family: proxima-nova, Helvetica, Arial, sans-serif
    }

    #header #navbar-main {
        padding-left: 0
    }

    #header #navbar-main .safe-logo a {
        bottom: 17px;
        top: -18px
    }
}

@media all and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #header #navbar-main .safe-logo a {
        bottom: 17px;
        top: -18px
    }
}

@media only screen and (min-width:250px) and (max-width:400px) {
    #navbar-main {
        padding-left: 0
    }
}

/* media query starts from here */