.bg-blue {
    background-color: #1883C3 !important;
    color: #fff !important;
}

.wide-view {
    display: initial;
}

.narrow-view {
    display: none !important;
}

.clearfix {
    clear: both;
}

.body-section:not(:first-child) {
    margin-top: 24px;
}

.p-content__header {
    padding: 80px 80px;
}


/* Page Navigation */
.p-nav {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 40px;
}

.p-nav__link {
    width: 300px;
    height: 68px;
    background-color: #fff;
    text-align: center;
    color: #1978B1;
    transition: 0.4s ease;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.p-nav__link:hover {
    background-color: #1883C3 !important;
    color: #fff !important;
}

.p-nav a:not(:last-child) div {
    margin-right: 1px;
}

.p-nav a:first-child div {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.p-nav a:last-child div {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

/* End Page Navigation */


.p-content__body {
    margin: 0px 80px;
    /* margin-bottom: 30px; */
}

.p-nav-bottom {
    margin-top: 40px;
    margin-bottom: 80px;
}

.c-button__label i {
    font-weight: normal;
}

@media screen and (max-width: 1140px) {
    .p-content__header {
        padding: 50px 20px;
    }
    .p-content__body {
        margin: 0px 20px;
    }
}

@media screen and (max-width: 959px) {

    .p-content__header {
        padding: 40px 20px;
    }

    .p-content__body {
        margin: 0px 12px;
    }

/* Page Navigation */
    .p-nav {
        padding: 0px 12px;
        justify-content: left;
        width: 100%;
        column-gap: 1px;
    }

    .p-nav .p-nav__link {
        line-height: 17px;
        width: 100%;
        font-size: 12px;
    }

    .p-nav .p-nav__anchor {
        width: 35%;
    }

    .p-nav .p-nav__anchor div {
        font-size: 1.06rem;
    }

    .p-nav .p-nav__anchor:first-child {
        /* flex-basis: 45%; */
    }

    .p-nav .p-nav__anchor:nth-child(2) {
        /* flex-basis: 25% */
    }

    .p-nav .p-nav__anchor:nth-child(3) {
        /* flex-basis: 30% */
    }

    .p-nav-bottom {
        margin-top: 32px;
        margin-bottom: 60px;
    }
/* End Page Navigation */

    .l-main {
        padding: 0 0 60px;
    }
}

@media screen and (max-width: 380px) {
    .p-nav .p-nav__link {
        font-size: 11px;
    }
    .p-nav__link {
        padding: 0 7px; 
        /** 8px so that 320px is also not spitted in 4 lines*/
    }
    .p-nav .p-nav__anchor div {
        font-size: 1.03rem;
    }
}
@media screen and (max-width: 361px) {
    .p-nav .p-nav__link {
        font-size: 11px;
    }
}
@media screen and (max-width: 322px) {
/* Page Navigation */
    .p-nav .p-nav__link {
        line-height: 17px;
        /* width: 102px; */
        font-size: 10px;
    }
    .p-nav .p-nav__anchor div {
        font-size: 0.85rem;
    }
/* End Page Navigation */
}