/**
 * @file
 * Subtheme specific CSS.
 */
html {
    background-color: #fff;
    font-family: Hind !important;
}

body {
    font-family: Hind !important;
    background: #fff !important;
}

p {
    margin: 0 0 18px 0;
    font-family: Hind;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: -0.36px;
    text-align: left;
    color: #233c4b;
}

/* #main > .row {
    margin: 0;
}  */

a {
    text-decoration: none;
}

a.button svg {
    vertical-align: middle;
    margin-left: 5px;
}

/* .fa-file-pdf {
    color: #F40F02
}

.file--application-pdf {
    background: none;
    padding: 0;
} */

@media (min-width: 1720px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1640px;
    }
}

@media (max-width: 1199.98px) { 
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 95%;
    }
}

/* #main-wrapper {
    margin-bottom: 100px;
} */

.node__content {
    font-size: 1.0em;
    margin-top: 0;
}

.horizontal-center {
    margin: 0 auto;
}

.light-blue-background {
    background: #f1f7fa;
}

.light-grey-background {
    background: #f9fafb;
}

.lighter-grey-background {
    background: #f7f9fa;
}

.sl-split-blue {
    background: #e6edf0;
}

.mepp-grey-background,
#accordionHome .mepp-grey-background .accordion-button:not(.collapsed) {
    background: #5b6771;
}

.mepp-green-background,
#accordionHome .mepp-green-background .accordion-button:not(.collapsed),
.green-background  {
    background: #61a60e;
}

.mepp-light-green-background {
    background: #f8faf7;
}

.mepp-blue-background,
#accordionHome .mepp-blue-background .accordion-button:not(.collapsed) {
    background: #007bbd;
}

.white-background {
    background: #fff;
}

.green-background {
    background: #5d9c0b;
}

.grey-background {
    background: #65696d;
}

.blue-background {
    background: #00558c;
}

.basic-shadow {
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.16);
}

/**
* Text Colours
*/
.text-peba-blue {
    color: #00558c;
}

.text-peba-dark-blue {
    color: #233c4b;
}

.text-peba-dark-grey {
    color: #333333;
}

.text-peba-green {
    color: #5d9c0b;
}

/**
* Font Sizes
*/
.fs-16 {
    font-size: 16px !important;
}

.fs-22 {
    font-size: 22px !important;
}

.fs-30 {
    font-size: 30px !important;
}

.fs-32{
    font-size: 32px !important;
}

.fs-44 {
    font-size: 44px !important;
}

.fs-55 {
    font-size: 55px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

/**
* Site Notice
*/
#site-notice {
    padding: 17px 0;
    text-align: left;
}

.notice-container {
    display: flex;
    align-items: center;  
}

.notice-container-inner {
    display: flex;
    flex: 1;
}

.notice-text p {
    margin-bottom: 5px;
}

@media (max-width: 767.98px) {
    .notice-container-inner {
        flex-direction: column;
    }

    .notice-container {
        align-items: start;
    }

    .notice-url {
        margin: 15px 0 15px 0;
    }
}

.notice-container .notice-message {
    flex: 2; 
}

.notice-container .notice-url {
    flex: 1; 
}

.nt-wrn {
    background: #fff7c9;
}

.nt-crt {
    background: #cc3a27;
}

.nt-wrn .notice-text {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.36px;
    text-align: left;
    color: #233c4b;
}

.nt-crt .notice-text {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.36px;
    text-align: left;
    color: #fff;
}

.nt-wrn .notice-button .fa-times {
    color: #006eb8;
}

.nt-crt .notice-button .fa-times {
    color: #fff;
}

/**
* Text Borders
*/
.light-blue-border-left,
.lblue-border-left {
    padding-left: 16px;
    border-left: 5px solid #41b6e6;
}

.blue-border-left {
    padding-left: 16px;
    border-left: 5px solid #00558c;
}

.green-border-left {
    padding-left: 16px;
    border-left: 5px solid #a4d65e;
}

.yellow-border-left,
.heading-yellow-border-left h1 {
    padding-left: 16px;
    border-left: 5px solid #fce052;
}

.dotted-border-top-yellow,
.dotted-border-top-green,
.dotted-border-top-blue {
    position: relative;
    padding-top: 15px;
}

.dotted-border-top-yellow::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 10%;
    border-top: 4px dotted #fce052;
}

.dotted-border-top-blue::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 10%;
    border-top: 4px dotted #41b6e6;
}

.dotted-border-top-green::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 10%;
    border-top: 4px dotted #64a70b;
}

.w-5-after:after {
    width: 5%;
}

/**
* Hx
*/
@media (min-width: 1px) {  
    h1 {
        font-size: 45px;
        line-height: 1.11;
        letter-spacing: -0.9px;
    }
}

@media (min-width: 768px) {  

}

@media (min-width: 992px) {  
    h1 {
        font-size: 60px;
        line-height: 1.08;
        letter-spacing: -1.2px;
    }
}

@media (min-width: 1200px) { 

}

@media (min-width: 1400px) { 
    
}

h1 {
    margin: 0 0 62px 0;
    font-family: Hind;
    font-size: 60px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.08;
    letter-spacing: -1.2px;
    text-align: left;
    color: #00558c; 
}

h2 {
    margin: 0 0 32px 0;
    font-family: Hind;
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #00558c;
}

h3 {
    margin: 0 0 6px 0;
    font-family: Hind;
    font-size: 28px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.56px;
    text-align: left;
    color: #00558c;
}

h4 {
    margin: 0 0 18px 0;
    font-family: Hind;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.18;
    letter-spacing: -0.44px;
    text-align: left;
    color: #00558c;
}

h5 {
    font-family: Hind;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.89;
    letter-spacing: -0.36px;
    text-align: left;
    color: #003659;
}

/**
* Buttons
*/
button:focus {
    outline: none;
}

p.p-button {
    margin: 0;
}

.member-login-sm,
.member-login-md,
.member-login-lg {
    background-color: #006eb8;
    font-family: Hind;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    border-radius: 50px;
    border: 0;
}

.member-login-md svg,
.employer-login-md svg {
    margin-right: 9px;
}

.member-login-lg,
.employer-login-lg {
    /* width: 190px;
    height: 53px; */
    font-size: 16px;
    padding: 13px 30px 13px 20px;
}

.member-login-md,
.employer-login-md {
    /* width: 160px;
    height: 43px; */
    font-size: 16px;
    padding: 10px 25px 10px 15px;
}

.member-login-sm, 
.employer-login-sm {
    /* width: 127.5px;
    height: 33px; */
    font-size: 13px;
    padding: 7.5px 20px 7.5px 10px;
}

.member-login-sm:hover,
.member-login-md:hover,
.member-login-lg:hover {
    background-color: #005f9e;
    color: #fff;
}

.employer-login-sm,
.employer-login-md,
.employer-login-lg {
    background-color: #61a30b;
    font-family: Hind;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #fff;
    border-radius: 50px;
    border: 0;
}

/* button.employer-login-sm::before,
button.employer-login-md::before,
button.employer-login-lg::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    font-size: 0.75em;
    content: "\f023";
    margin-right: 9px;
} */

/* .employer-login-lg {
    width: 190px;
    height: 53px;
    font-size: 16px;
    line-height: 1.37;
}

.employer-login-md {
    width: 160px;
    height: 43px;
    font-size: 16px;
    line-height: 1.63;
}

.employer-login-sm {
    width: 127.5px;
    height: 33px;
    font-size: 13px;
    line-height: 2;
} */

.employer-login-sm:hover,
.employer-login-md:hover,
.employer-login-lg:hover {
    background-color: #528a0a;
    color: #fff;
}

/* Primary and inverse */
.primary-lg,
.primary-md,
.primary-sm,
.generic-lg,
.generic-md,
.generic-sm,
.primary-lg:hover,
.primary-md:hover,
.primary-sm:hover,
.generic-lg:hover,
.generic-md:hover,
.generic-sm:hover {
    background-color: #006eb8;
    color: #fff;
    border: solid 2px #006eb8;
    border-radius: 50px;
    text-decoration: none;
}

.primary-inverse-lg,
.primary-inverse-md,
.primary-inverse-sm,
.generic-inverse-lg,
.generic-inverse-md,
.generic-inverse-sm,
.primary-inverse-lg:hover,
.primary-inverse-md:hover,
.primary-inverse-sm:hover,
.generic-inverse-lg:hover,
.generic-inverse-md:hover,
.generic-inverse-sm:hover {
    background-color: #fff;
    color: #006eb8;
    border: solid 2px #006eb8;
    border-radius: 50px;
    text-decoration: none;
}

.mepp-inverse-lg,
.mepp-inverse-md,
.mepp-inverse-sm,
.mepp-inverse-lg:hover,
.mepp-inverse-md:hover,
.mepp-inverse-sm:hover {
    background-color: #fff;
    color: #333333;
    border: solid 2px #97c93d;
    border-radius: 50px;
    text-decoration: none;
}

/* .primary-lg::after,
.primary-md::after,
.primary-sm::after,
.primary-inverse-lg::after,
.primary-inverse-md::after,
.primary-inverse-sm::after {
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    content: "\f178";
    padding-left: 10px;
    color: #80b7db
} */

.primary-lg,
.primary-inverse-lg,
.generic-lg,
.generic-inverse-lg,
.mepp-inverse-lg{
    font-size: 19px;
    padding: 13px 30px 13px 29px;
}

.primary-md,
.primary-inverse-md,
.generic-md,
.generic-inverse-md,
.mepp-inverse-md {
    font-size: 16px;
    padding: 10px 25px 10px 25px;
}

.primary-sm,
.primary-inverse-sm,
.generic-sm,
.generic-inverse-sm,
.mepp-inverse-sm {
    font-size: 13px;
    padding: 7.5px 20px 7.5px 20px;
}

/* Secondary and inverse */
.secondary-lg,
.secondary-md,
.secondary-sm {
    background-color: #006eb8;
    color: #fff;
    border: solid 2px #006eb8;
    border-radius: 50px;
}

.secondary-inverse-lg,
.secondary-inverse-md,
.secondary-inverse-sm {
    background-color: #fff;
    color: #006eb8 !important;
    border: solid 2px #006eb8;
    border-radius: 50px;
}

.secondary-lg,
.secondary-inverse-lg {
    font-size: 19px;
    padding: 13px 25px;
}

.secondary-md,
.secondary-inverse-md {
    font-size: 16px;
    padding: 10px 10px 10px 20px;
}

.secondary-sm,
.secondary-inverse-sm {
    font-size: 13px;
    padding: 10px 10px 10px 20px;
}

/**
* Table
*/
/* table thead tr th{
    background: #e4eaed;
    padding: 8px;
}

table.tbl-inverse-head thead tr th{
    background: #00558c;
}

table thead th {
    color: #003659;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
}

table.tbl-inverse-head thead th {
    color: #fff;
}

table thead > tr {
    border-bottom: 0;
    border-top: 2px solid #00558c;
}

table tbody td {
    color: #233c4b;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px;
}

table tbody tr:last-child {
    border-bottom: 1px solid #00558c;
}

table tbody tr:nth-child(odd) td {
    background: #fff;
}

table tbody tr:nth-child(even) td {
    background: #f7f9fa;
}

tr td, tr th {
    border: 0;
}

table.tbl-bold-end tbody tr:last-child td,
table.tbl-bold-end tbody tr:last-child td > * {
    font-weight: 500;
} */

/*
*   Page Wrappers
*/
#ac-wrapper,
#ac-landing-wrapper {
    padding: 50px 0;
}

/**
* Margins
*/
@media (max-width: 992px) {
    .mmb-70 {
        margin-bottom: 70px;
    }

    .mmb-40 {
        margin-bottom: 40px;
    }
}

/**
* Header
*/

#navbar-top {
    background-color: #fff !important;
}

.navbar {
    padding: 0;
}

#navbar-top {
    border-top: 2px solid #61a60e;
}

#navbar-top, #CollapsingNavbar {
    margin: 0 auto;
}

#navbar-top {
    height: 107px;
}

/*
#navbar-top .container, #navbar-top .navbar-form, #navbar-top .region-top-header-form, #navbar-top nav, #navbar-top ul, #navbar-top li  {
    height: 100%;
}
*/

.navbar-brand img {
    width: 140px;
    height: 52px;
    margin: auto 421.6px auto 35px;
    object-fit: contain;
}

.navbar-brand {
    padding: 0 0 0 12px;
}

.navbar-brand img {
    margin: 0 !important;
}

.region-top-header-form .nav {
    flex-direction: row;
}

.region-top-header-form .nav .nav-item {
    line-height: 1.4;
}

#block-main-nav-mepp .nav {
    flex-direction: row;
}

#navbar-main {
    height: 80px;
}

#primary_menu_mepp a {
    margin: 0 59px 0 0;
    padding: 0;
    font-family: Hind;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #003659;
}

#primary_menu_mepp a.active {
    border-bottom: 2px solid #007bbd;
}

#primary_menu_mepp ul.nav {
    flex-direction: row;
}

.main-navigation-first-level p {
    margin: 0;
}

.main-navigation-first-level span.nav-main-title {
    display: block;
    font-family: Hind;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #233c4b;
} 

.main-navigation-first-level span.nav-subtitle {
    font-family: Hind;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #65696d;
}

.main-navigation-first-level .navbar-nav a.nav-link {
    display: block;
    padding: 25px 24px 25px 30px;
}

.main-navigation-first-level .navbar-nav .home-link:not(.active) {
    border-top: 3px solid #0055b7;
}

.main-navigation-first-level .navbar-nav .home-link.active .nav-main-title {
    width: 45px;
    border-bottom: 2px solid #0055b7;
}

.main-navigation-first-level .navbar-nav .home-link.active {
    background-color: #f9fafb;
}

.main-navigation-first-level .navbar-nav .benefits-link:not(.active) {
    border-top: 3px solid #41b6e6;
}

.main-navigation-first-level .navbar-nav .benefits-link.active {
    background-color: #f2f8fa;
}

.main-navigation-first-level .navbar-nav .benefits-link.active .nav-main-title {
    border-bottom: 2px solid #41b6e6;
}

.main-navigation-first-level .navbar-nav .pension-link:not(.active) {
    border-top: 3px solid #a4d65e;
}

.main-navigation-first-level .navbar-nav .pension-link.active {
    background-color: #f9faf7;
}

.main-navigation-first-level .navbar-nav .pension-link.active .nav-main-title {
    border-bottom: 2px solid #a4d65e;
}

.main-navigation-first-level .navbar-nav .pepp-link {
    border-top: 3px solid #002856;
}

.main-navigation-first-level .navbar-nav .pepp-link img{
    width: 57px;
    height: 30px;
}

.main-navigation-first-level .navbar-nav .mepp-link {
    border-top: 3px solid #61a60e;
}

.main-navigation-first-level .navbar-nav .mepp-link img{
    width: 64px;
    height: 30px;
}

#nav-primary-mepp, #nav-primary-benefits, #nav-primary-pension {
    height: 80px;
}

.nav .pepp-link:hover,
.nav .mepp-link:hover {
    border-top: 0;
}

.nav .pepp-link:hover .image-border,
.nav .mepp-link:hover .image-border {
    display: block;
    margin-top: 7px;
}

.nav .pepp-link:hover .image-border {
    border-bottom: 2px solid #002856;
}

.nav .mepp-link:hover .image-border {
    border-bottom: 2px solid #61a60e;
}


@media (min-width: 576px) { 
    .container {
        max-width: 90%;
    }
}

/* Small devices (landscape phones, 767px and down) */
@media (max-width: 767px) { 
    .navbar-brand img {
        width: 70px;
        height: 32.5px;
    }

    .mobile-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        background-color: #f9fafb;
        padding: 15px 0 0 0;
    }

    #mobile-main-navigation ul {
        flex-direction: row;
    }

    #mobile-main-navigation .mobile-nav-item-home {
        width: 25%;
    }

    #mobile-main-navigation .mobile-nav-item-benefits {
        width: 30%;
    }

    #mobile-main-navigation .mobile-nav-item-pension {
        width: 45%;
    }

    .navbar-brand {
        padding: 0 0 0 37px;
    }

    .main-navigation-first-level span.nav-main-title {
        font-size: 13px;
    } 

    .main-navigation-first-level span.nav-subtitle {
        font-size: 8px;
    }

    .main-navigation-first-level .navbar-nav a.nav-link {
        padding: 10px 10px 10px 15px;
    }

    .main-navigation-first-level .navbar-nav a.nav-link.active {
        padding-top: 14px;
    }

    #mobile_primary_menu_mepp ul.nav a,
    #mobile_primary_menu_home ul.nav a,
    #mobile_primary_menu_pension ul.nav a {
        display: block;
        font-size: 15px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        color: #002856;
        padding: 8px 0 8px 0;
    }

    .region-primary-menu-mobile ul.nav{
        padding: 0;
    }

    .region-primary-menu-mobile ul.nav li{
        margin: 0;
    }

    .main-navigation-first-level .navbar-nav .nav-subtitle {
        display: block;
    }

    .main-navigation-first-level .navbar-nav .nav-main-title {
        display: inline-block;
    }

    .main-navigation-first-level .navbar-nav .home-link:not(.active) {
        border-top: 2px solid #0055b7;
    }

    .main-navigation-first-level .navbar-nav .benefits-link:not(.active) {
        border-top: 2px solid #41b6e6;
    }

    .main-navigation-first-level .navbar-nav .pension-link:not(.active) {
        border-top: 2px solid #a4d65e;
    }

    .main-navigation-first-level .navbar-nav .home-link.active .nav-main-title {
        width: auto;
        border-bottom: 1px solid #0055b7;
    }

    .main-navigation-first-level .navbar-nav .benefits-link.active .nav-main-title {
        border-bottom: 1px solid #41b6e6;
    }

    .main-navigation-first-level .navbar-nav .pension-link.active .nav-main-title {
        border-bottom: 1px solid #a4d65e;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 

    #navbar-top {
        height: 70px;
    }

    .main-navigation-first-level span.nav-main-title {
        font-size: 13px;
    } 

    .main-navigation-first-level span.nav-subtitle {
        font-size: 8px;
    }

    .main-navigation-first-level .navbar-nav a.nav-link {
        padding: 10px 10px 10px 15px;
    }

    .main-navigation-first-level .navbar-nav a.nav-link.active {
        padding-top: 14px;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    #primary_menu_mepp a {
        margin: 0 15px 0 0;
        font-size: 14px;
    }

    #navbar-top {
        height: 70px;
    }

    .navbar-brand img {
        width: 70px;
        height: 32.5px;
    }

    .main-navigation-first-level .navbar-nav .home-link.active .nav-main-title,
    .main-navigation-first-level .navbar-nav .home-link:not(.active):hover .nav-main-title{
        width: 33px;
    }

    #nav-primary-mepp {
        height: 55px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    #primary_menu_mepp a {
        margin: 0 15px 0 0;
        font-size: 16px;
    }

    #navbar-top {
        height: 80px;
    }

    .navbar-brand img {
        width: 90px;
        height: 40px;
    }

    #nav-primary-mepp {
        height: 75px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    #primary_menu_mepp a {
        margin: 0 20px 0 0;
        font-size: 18px;
    }

    #nav-primary-mepp {
        height: 71px;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    #primary_menu_mepp a {
        margin: 0 30px 0 0;
        font-size: 20px;
    }

    #navbar-top {
        height: 100px;
    }

    .navbar-brand img {
        width: 140px;
        height: 52px;
        margin: auto 421.6px auto 35px;
        object-fit: contain;
    }

    #nav-primary-mepp {
        height: 80px;
    }
}

/* Border transition */
#primary_menu_mepp .navbar-nav li:not(.active) a:after {
    display: block;
    content: '';
    border-bottom: 2px solid #007bbd;
    transform: scaleX(0);
    transition: transform 100ms ease-in-out;
}

#primary_menu_mepp .navbar-nav li:not(.active):hover a:after {
    transform: scaleX(1);
}

/**
* Mobile header
*/
.navbar-toggler:focus {
    box-shadow: none;
}

#mobile_primary_menu_mepp ul.nav,
#mobile_primary_menu_benefits ul.nav,
#mobile_primary_menu_pension ul.nav {
    flex-direction: column;
}

.pepp-mobile-block {
    border-left: 2px solid #2f5075;
    border-top: 1px solid #e6e6e6;
    border-bottom: 0.5px solid #e6e6e6;
    padding: 0;
}

.mepp-mobile-block {
    border-left: 2px solid #70ae25;
    border-top: 0.5px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
    box-shadow: rgb(149 157 165 / 20%) 0px 4px 5px;
}

.pepp-mobile-block a {
    display: block;
    padding: 14px 0 14px 19.5px;
}

.mepp-mobile-block a {
    display: block;
    padding: 14px 0 14px 19.1px;
}

.pepp-mobile-block img {
    width: 46.5px;
    height: 25px;
}

.mepp-mobile-block img {
    width: 52px;
    height: 25px;
}

/**
* Second level main navigation
*/

#nav-primary-mepp,
#mobile-nav-primary-home {
    background-color: #f8faf7;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#nav-primary-benefits,
#mobile-nav-primary-benefits {
    background-color: #f2f8fa;
}

#nav-primary-pension,
#mobile-nav-primary-pension {
    background-color: #f9faf7;
}

/**
* Footer
*/
.sm-icon svg{
    color: #fff;
}

.mepp-footer {
    background-image: linear-gradient(to bottom, #007bbd, #006aa3) !important;
}

.site-footer {
    min-height: 150px;
    background-color: rgba(255, 255, 255, 0) !important;
}

.site-footer .block {
    margin: 0;
    padding: 0;
    border: 0;
}

.footer-top {
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.sub-footer {
    background-color: #fff;
    height: 115px;
}

.region-footer-copyright, .region-footer-privacy {
    margin: 40px 0 38px 0;
    padding: 0 30px 0 0;
}

.region-footer-copyright p {
    font-family: Hind;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #233c4b;
    margin: 0;
    line-height: 1.5;
}

.region-footer-privacy {
    margin-top: 40px;
}

.region-footer-privacy ul.nav a {
    padding: 0 20px 0 0;
    font-family: Hind;
    font-size: 14px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #233c4b;
}

.region-footer-secondary-logo {
    margin-top: 26px;
}

.region-footer-secondary-logo img {
    float: right;
}
.region-footer-primary-logo,
.region-footer-social,
.region-footer-contact-info,
.region-footer-contact-button {
    padding: 0 30px 0 0;
}
.region-footer-primary-logo img {
    width: 108px;
}

.contact-information {
    margin-left: -16px;
}

.region-footer-contact-info {
    padding-left: 16px;
    border-left-width: 4px;
    border-left-color: #41b6e6;
    border-left-style: solid;
    float: right;
}

.region-footer-contact-info p {
    font-family: Hind;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin: 0;
}

.contact-button {
    padding: 0;
}

.region-footer-contact-button button {
    margin-left: 30px;
}

.region-footer-first-header,
.region-footer-second-header,
.region-footer-third-header,
.region-footer-fourth-header,
.region-footer-fifth-header,
.region-footer-sixth-header {
    margin-top: 33px;
    padding: 0 30px 0 0;
}

.region-footer-first,
.region-footer-second,
.region-footer-third,
.region-footer-fourth,
.region-footer-fifth,
.region-footer-sixth {
    padding: 0 30px 0 0;
}

.footer-mid .views-row a, 
.footer-mid .views-row a:focus {
    font-family: Hind;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

.footer-mid .views-row a:hover,
.footer-mid a:hover,
.site-footer ul.nav li.nav-item a:hover {
    opacity: 0.7;
}

.footer-mid .pager__item a, 
.footer-mid .pager__item a:hover,
.footer-mid .pager__item a:focus {
    font-family: Hind;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-decoration: none;
}

.footer-mid .pager__item {
    list-style: none;
}

.footer-mid h4 {
    font-family: Hind;
    font-size: 22px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: -0.44px;
    text-align: left;
    color: #fff;
}

.site-footer ul.nav {
    flex-direction: column;
}

.site-footer ul.nav li.nav-item a {
    font-family: Hind;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    text-decoration: none;
    padding: 0;
}

.sub-logo-subtitle {
    color: #233c4b;
    font-size: 11px;
    margin: 0 0 10px 0;
    float: right;
}

@media (max-width: 767.98px) {  
    .region-footer-primary-logo img {
        width: 160px;
    }

    .footer-sm-logo {
        margin: 0 0 27px 19px;
    }

    .region-footer-contact-info {
        padding-left: 7px;
        border-left-width: 4px;
        float: none;
    }

    .footer-sm-contact {
        margin: 0 0 0 12px;
    }
    
    .region-footer-contact-info p {
        font-size: 11px;
        line-height: 1.73;
    }

    .region-footer-contact-button button {
        margin-left: 14px;
    }

    .footer-mid h4 {
        font-size: 16px;
    }

    .footer-mid .views-row a, 
    .footer-mid .views-row a:hover,
    .footer-mid .views-row a:focus,
    .site-footer ul.nav li.nav-item a {
        font-size: 13px;
    }

    .footer-mid .pager__item a, 
    .footer-mid .pager__item a:hover,
    .footer-mid .pager__item a:focus {
        font-size: 10px;
    }

    .footer-mid .footer-mid-small {
        padding: 0 0 0 19px;
    }

    .sub-footer {
        height: 291px;
    }

    .region-footer-privacy ul.nav a,
    .region-footer-copyright p {
        font-size: 13px;
    }

    .sub-footer .md-sub-one {
        padding: 24px 0 25px 0;
    }

    .sub-footer .md-sub-one nav {
        padding-left: 0;
    }

    .footer-sm {
        --bs-gutter-x: 0;
    }

    .footer-sm .row div, .footer-sm .row nav {
        padding-left: 0;
    }

    .footer-sm-copyright .region-footer-copyright,
    .footer-sm-privacy .region-footer-privacy {
        margin: 0;
    }

    .footer-sm-copyright .region-footer-copyright {
        margin: 21px 0 11px 0;
    }

    .region-footer-secondary-logo img {
        width: 160px;
    }

    .sub-logo-subtitle {
        float: none;
        text-align: end;
    }
}

@media (min-width: 768px) {  
    .region-footer-primary-logo img {
        width: 170px;
    }

    .region-footer-contact-info {
        padding-left: 16px;
        border-left-width: 4px;
    }
    
    .region-footer-contact-info p {
        font-size: 11px;
        line-height: 1.73;
    }

    .region-footer-contact-button button {
        margin-left: 20px;
    }

    .footer-mid h4 {
        font-size: 16px;
    }

    .footer-mid .views-row a, 
    .footer-mid .views-row a:hover,
    .footer-mid .views-row a:focus,
    .site-footer ul.nav li.nav-item a {
        font-size: 13px;
    }

    .footer-mid .pager__item a, 
    .footer-mid .pager__item a:hover,
    .footer-mid .pager__item a:focus {
        font-size: 10px;
    }

    .region-footer-privacy ul.nav a,
    .region-footer-copyright p {
        font-size: 13px;
    }

    .sub-footer .md-sub-one {
        padding: 24px 0 25px 0;
    }

    .sub-footer .md-sub-one div {
        padding-left: 0;
    }

    .sub-footer .md-sub-one nav {
        padding-left: 0;
    }

    .md-sub-one .region-footer-copyright,
    .md-sub-one .region-footer-privacy {
        margin: 0;
    }

    .md-sub-one .region-footer-copyright {
        margin-bottom: 11px;
    }

    .region-footer-secondary-logo img {
        width: 170px;
    }

    .sub-logo-subtitle {
        float: none;
        text-align: end;
    }
}

@media (min-width: 992px) {  
    /* .sub-footer div {
        padding: 0;
    } */

    .sub-footer .copyright-col,
    #block-copyright {
        padding-left: 0;
    }

    #block-footersublogo {
        padding: 0;
    }

    .region-footer-primary-logo img {
        width: 140px;
    }

    .region-footer-contact-info {
        padding-left: 16px;
        border-left-width: 4px;
    }
    
    .region-footer-contact-info p {
        font-size: 11px;
        line-height: 1.73;
    }

    .region-footer-contact-button button {
        margin-left: 16px;
    }

    .footer-mid h4 {
        font-size: 16px;
    }

    .footer-mid .views-row a, 
    .footer-mid .views-row a:hover,
    .footer-mid .views-row a:focus,
    .site-footer ul.nav li.nav-item a {
        font-size: 12px;
    }

    .footer-mid .pager__item a, 
    .footer-mid .pager__item a:hover,
    .footer-mid .pager__item a:focus {
        font-size: 10px;
    }

    .region-footer-privacy ul.nav a,
    .region-footer-copyright p {
        font-size: 11px;
    }

    .region-footer-secondary-logo img {
        width: 138px;
    }
}

@media (min-width: 1200px) {  
    .region-footer-primary-logo img {
        width: 140px;
    }

    .region-footer-contact-info {
        padding-left: 16px;
        border-left-width: 4px;
    }
    
    .region-footer-contact-info p {
        font-size: 12px;
        line-height: 1.73;
    }

    .region-footer-contact-button button {
        margin-left: 16px;
    }

    .footer-mid h4 {
        font-size: 18px;
    }

    .footer-mid .views-row a, 
    .footer-mid .views-row a:hover,
    .footer-mid .views-row a:focus,
    .site-footer ul.nav li.nav-item a {
        font-size: 13px;
    }

    .footer-mid .pager__item a, 
    .footer-mid .pager__item a:hover,
    .footer-mid .pager__item a:focus {
        font-size: 10px;
    }

    .region-footer-privacy ul.nav a,
    .region-footer-copyright p {
        font-size: 14px;
    }

    .region-footer-secondary-logo img {
        width: 172px;
    }
}

@media (min-width: 1400px) { 
    .region-footer-primary-logo img {
        width: 108px;
    }

    .region-footer-contact-info {
        padding-left: 16px;
        border-left-width: 4px;
    }
    
    .region-footer-contact-info p {
        font-size: 16px;
        line-height: 1.92;
    }

    .region-footer-contact-button button {
        margin-left: 16px;
    }

    .footer-mid h4 {
        font-size: 22px;
    }

    .footer-mid .views-row a, 
    .footer-mid .views-row a:hover,
    .footer-mid .views-row a:focus,
    .site-footer ul.nav li.nav-item a {
        font-size: 16px;
    }

    .footer-mid .pager__item a, 
    .footer-mid .pager__item a:hover,
    .footer-mid .pager__item a:focus {
        font-size: 10px;
    }

    .region-footer-privacy ul.nav a,
    .region-footer-copyright p {
        font-size: 14px;
    }
}


/**
* Breadcrumb
*/
/* #block-peba-breadcrumbs {
    margin: 32.7px 0 10px 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding: 0 20px;
    color: #aacde4;;
    content: var(--bs-breadcrumb-divider, ">");
}

.content .breadcrumb .breadcrumb-item {
    font-family: Hind;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.3px;
    text-align: left;
}

.content ol.breadcrumb {
    padding-left: 0;
    padding-top: 1rem;
}

.breadcrumb a {
    color: #00558c;
    text-decoration: none;
}

.breadcrumb .active {
    color: #65696d;
}

.breadcrumb-item+.breadcrumb-item {
    padding: 0;
} */

/**
* Blockquote
*/
blockquote {
    padding: 0 20px;
    border-left: 3px solid #a4d65e;
}

blockquote p {
    margin: 0 20px 60px 20px;
    font-family: Hind;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: -0.48px;
    text-align: center;
    color: #003659;
}

/**
* Basic Page with Sidebar
*/

.left-navigation .content {
    margin: 0 40px 0 0;
}

.layout__region--second .content {
    margin: 0 30px 0 40px;
}

.layout__region--third .content {
    margin: 0 0 0 40px;
}

/* .left-navigation ul.nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.left-navigation ul li a:hover {
    background-color: #f1f7fa;
}

.left-navigation ul.nav > li:first-child {
    border-top: 1px solid #00558c !important;
}

.left-navigation .block {
    background-color: #fff;
    border-color: #fff;
}

.left-navigation .nav-item {
    min-height: 65px;
    list-style: none;
    border-top: 0.5px solid #e3e3e3;
    border-bottom: 0.5px solid #e3e3e3;
    margin: 0 0 0 0;
}

.left-navigation .nav-item:last-child {
    border-bottom: 1px solid #e3e3e3;
}

.left-navigation .nav-item .nav-link.is-active {
    background-color: #f1f7fa;
    border-right: 3px solid #006eb8;
}

.left-navigation .nav-item a {
    min-height: 28px;
    font-family: Hind;
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.65;
    letter-spacing: normal;
    text-align: left;
    color: #006eb8;
    padding: 18px 42px 19px 21px;
}

.left-navigation .nav-item .active {
    color: #003659;
}

.left-navigation .menu-item--expanded .menu a {
    font-family: Hind;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.83;
    letter-spacing: normal;
    text-align: left;
    color: #006eb8;
}

.left-navigation .menu-item--expanded .menu .nav-item:last-child {
    border-bottom: none;
}

select#select-nav {
    border: solid 1px #84959d;
    background-color: #f1f7fa;
    font-family: Hind;
    font-size: 18px;
    line-height: 1.78;
    color: #2c333b;
}

@media (max-width: 1199.98px) {
    .left-navigation nav {
        display: none;
    }

    #select-nav {
        display: block;
        margin-bottom: 35px;
    }
}

@media (min-width: 1200px) {
    .left-navigation nav {
        display: block;
    }

    #select-nav {
        display: none;
    }
}

.content ul {
    padding-left: 20px;
}

.content ol {
    padding-left: 15px;
}

@media (min-width: 1200px) {
    .left-navigation {
        padding: 0 16px 0 0;
        margin: 0 0 0 0;
    }
    
    .middle-content {
        padding: 0 16px;
    }
    
    .right-boxes {
        padding: 0 0 0 16px;
    }
} */

/**
* Right Rail Boxes
*/
/* .right-rail-box {
    background-color: #f9fafb;
    border-top: 2px solid #a4d65e;
    padding: 35px 25px 45px 30px;
}

.right-rail-box .related-links-title,
.right-rail-box .related-files-title {
    font-family: Hind;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: -0.44px;
    text-align: left;
    color: #003659;
}

.right-rail-box .related-links-description,
.right-rail-box .related-files-description {
    font-family: Hind;
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.36px;
    text-align: left;
    color: #233c4b;
    margin: 0 0 12px 0;
}

.related-files-box .field__item {
    margin-bottom: 1rem;
}

.related-files-box a {
    word-break: break-all;
}

.right-rail-box a {
    font-family: Hind;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: right;
    color: #006eb8;
    text-decoration: none;
}

.right-rail-box .bp-rel-file {
    text-align: left;
    display: flex;
}

.right-rail-box .bp-rel-file svg {
    margin-top: 3px;
}

.right-rail-box .bp-rel-file div {
    display: inline-block;
}

.right-rail-box .bp-rel-file .field__item {
    margin-bottom: 0;
} */

/*
* Content Type: Home Page
*/
@media (min-width: 992px) {
    .home-fund-block .container > .col-12,
    .home-tab-header .container > .col-12 {
        padding-left: 0;
        padding-right: 0;
    }
}

.home-top-banner {
    background-image: url(/sites/mepp/files/2022-02/Mepp_background.svg);
}

/* @media (min-width: 992px) {
    #accordionHome {
        position: absolute;
        width: 35%;
        bottom: -4rem;
        right: -1rem;
    }
} */

@media (min-width: 1200px) {
    #accordionHome {
        position: absolute;
        width: 55%;
        bottom: -4rem;
        right: -1rem;
    }
}

@media (min-width: 1400px) {
    #accordionHome {
        position: absolute;
        width: 35%;
        bottom: -4rem;
        right: -1rem;
    }
}

#accordionHome .accordion-body {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.33;
    letter-spacing: -0.42px;
    color: #fff;
    padding: 5px 35px 35px 40px;
}

#accordionHome .accordion-button { 
    font-size: 28px;
    line-height: 1.14;
    letter-spacing: -0.56px;
    color: #fff;
    text-align: left;
    padding: 25px 35px 0 40px;
    border: 0;
}

#accordionHome .accordion-button:focus {
    border: 0;
    box-shadow: none;
}

#accordionHome .accordion-button.collapsed {
    padding-bottom: 25px;
}

#accordionHome .accordion-blue > *,
#accordionHome .accordion-blue .accordion-button:not(.collapsed) {
    background: #002856;
}

#accordionHome .accordion-green > *,
#accordionHome .accordion-green .accordion-button:not(.collapsed) {
    background: #97c93d;
}

#accordionHome .accordion-brown > *,
#accordionHome .accordion-brown .accordion-button:not(.collapsed) {
    background: #bf9a5f
}

#accordionHome .accordion-button:not(.collapsed)::after,
#accordionHome .accordion-button.collapsed::after  {
    background-image: none;
}

a.generic-link {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.38;
    color: #006eb8;
    text-decoration: none;
}

a.button {
    display: inline-block;
    text-decoration: none;
}

.account-change-block {
    padding-top: 125px;
    padding-bottom: 75px;
}

.account-change-header,
.layout-home-wrapper h2 {
    font-size: 44px;
    font-weight: 300;
    line-height: 0.93;
    letter-spacing: -0.88px;
}

.layout-home-wrapper h3 {
  font-size: 32px;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: -0.64px;
  color: #233c4b;
}

.account-change-text {
    font-size: 21px;
    font-weight: 300;
    line-height: 1.43;
    letter-spacing: normal;
    color: #333;
}

.account-change-b-head {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: normal;
    display: block;
    margin-bottom: 34px;
}

.home-retirement-container {
    padding: 40px 0 60px 0;
}

.layout-home-wrapper #early,
.layout-home-wrapper #mid,
.layout-home-wrapper #pre,
.layout-home-wrapper #retirement {
    padding: 92px 0 60px 0;
}

@media (max-width: 992px) {
    #tabContainer {
        white-space: nowrap;
    }

    #tabContainer ul {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
}

#homeTabs {
    padding-left: 0;
    border: 0;
} 

#homeTabs button {
    background: #f8faf7;
    border: 0;
    padding: 23px 0 23px 0;
    margin-right: 60px;
}

#homeTabs button.active {
    border-bottom: 3px solid #006eb8;
}

.tab-card {
    padding: 80px 0 60px 0;
}

.view-insights {
    padding-right: 15px;
}

.home-insight-card {
    display: flex;
    padding: 0;
    background: #fff;
    margin-bottom: 15px;
}

.home-insight-card .views-field-title {
    padding: 20px 23px 20px 25px;
}

.home-insight-card .views-field-title a {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    color: #00558c;
    text-decoration: none;
}

.home-tab-card .card-header {
    background: #007bbd;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    padding: 38px 0 38px 40px;
    border-right: 15px solid rgba(255, 255, 255, 0.3);
}

.home-tab-card .card-body {
    padding: 36px 73px 52px 40px;
}

.home-tab-card .card-body p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.31;
    color: #233c4b;
}

.member-updates-container {
    padding-top: 80px;
    padding-bottom: 100px;
}

.member-updates-container .views-field-title,
.member-updates-container .views-field-field-mu-update,
.member-updates-container .views-field-field-mu-link {
    font-size: 22px;
    line-height: 1.5;
    color: #00558c;
}

.member-updates-container .views-field-field-publish-date {
    font-size: 12px;
    line-height: 1.92;
    color: #333;
    margin-bottom: 20px;
}

.member-updates-container .view-id-member_updates .views-view-grid .col-12 {
    margin-bottom: 40px;
}

#twttr-latest h2 {
    margin-bottom: 0;
}

#twttr-latest h2 span {
    font-size: 30px;
    font-weight: 300;
}

.peba-ad-block {
    background: #fff;
    padding: 30px 20px;
    border-right: 15px solid #52bce8;
    margin-bottom: 80px;
    align-items: center;
}

.peba-ad-block h2 {
    color: #7fa834;
}

.peba-ad-block img {
    max-height: 217px;
}

@media (min-width: 992px) {
    .peba-ad-block img {
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .peba-ad-block .ad-blk-img {
        text-align: center;
    }
}

/*
* Content Type: Account Change
*/
/* .ac-recommended {
    background: rgba(164, 214, 94, 0.1);
    border-left: 9px solid #a4d65e;
    padding: 20px 0;
    order: 1;
}

.ac-option:not(.ac-recommended) {
    order: 2;
}

.ac-option:not(.ac-recommended) svg.fa-circle {
    color: #65696d;
}

.ac-option:not(.ac-recommended) svg.fa-file-pdf {
    color: #fff;
}

.ac-recommended svg.fa-circle {
    color: #5d9c0b;
}

.ac-option:not(.ac-recommended) {
    padding-left: 9px;
}

@media (max-width: 1200px) {
    .ac-return-link {
        padding-bottom: 10px;
    }
} */

/*
* Content Type: Account Changes Landing
*/
#ac-landing-wrapper .views-view-grid .row > * {
    position: relative;
}

.ac-title,
.ac-excerpt {
    background: #fff;
}

.ac-landing-card-head svg{
    color: #80b7db;
}

.ac-title {
    min-height: 100px;
    box-shadow: 1px 0px 2px 0 rgba(0, 0, 0, 0.16);
    padding: 35px 40px 20px 40px;
}

.ac-excerpt {
    min-height: 200px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.16);
    padding: 0 90px 30px 40px;
}

@media (min-width:1200px) and (max-width:1400px) {
    .ac-title {
        padding: 35px 30px 20px 30px;
    }

    .ac-excerpt {
        padding: 0 50px 30px 30px;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .ac-title {
        padding: 35px 20px 20px 20px;
    }

    .ac-excerpt {
        padding: 0 30px 30px 20px;
    }
}

/*
* Content Type: Insight Landing
*/
#insight-landing-wrapper #main {
    background-color: #f3f4f4;
    padding-bottom: 50px;
}

.insight-landing-title h1 {
    margin-top: 90px;
}

/* .featured-insight {
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.16);
    background: #fff;
    position: relative;
} */

.featured-insight h2 {
    text-decoration: none;
}

.featured-image {
    padding: 0;
    margin: auto;
}

.featured-content {
    padding: 70px 30px 20px 70px;
    box-shadow: 47px 47px #fce052;
}

/* .insight-list {
    margin-top: 117px;
} */

.card.insight-card {
    height: 487px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.insight-card .card-img-div {
    max-height: 50%;
    overflow: hidden;
}

.insight-card-date {
    font-size: 12px;
}

a.insight-card-link {
    text-decoration: none;
}

span.insight-card-title {
    font-size: 22px;
    line-height: 1.45;
    letter-spacing: normal;
    color: #00558c;
}

/**
*  Content Type: Insight
*/
#insight-page-wrapper {
    background: #f7f9fa;
}

#insight-page-wrapper p {
    font-size: 22px;
}

#insight-page-wrapper h2 {
    font-size: 36px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.03;
    letter-spacing: normal;
    text-align: left;
    color: #003659;
}

#insight-page-wrapper h3 {
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: -0.6px;
    text-align: left;
    color: #003659;
}

.insight-title {
    position: absolute;
    top: -10rem;
    width: 85%;
    padding: 30px 36px 40px 26px;
    margin: 0 0 0 26px;
    background: #fff;
    min-height: 212px;
}

.insight-title h1 {
    color: #233c4b !important;
}

.insight-title svg {
    color: #80b7db;
}

@media (max-width: 991.98px) {
    .insight-title h1 {
        font-size: 40px;
    }
}

@media (min-width: 992px) {
    .insight-title h1 {
        font-size: 50px;
    }
}

@media (min-width: 1400px) {
    .insight-title h1 {
        font-size: 60px;
    }
}

@media (max-width: 991.98px) {
    .insight-title {
        position: revert;
        width: 100%;
    }
}

.box-shadow-blue {
    box-shadow: -26px 26px #41b6e6, 1px 1px 2px 0 rgba(0, 0, 0, 0.16), -27px 27px 2px 0 rgba(0, 0, 0, 0.16);
}

.box-shadow-yellow {
    box-shadow: -26px 26px #fce052, 1px 1px 2px 0 rgba(0, 0, 0, 0.16), -27px 27px 2px 0 rgba(0, 0, 0, 0.16);
}

.box-shadow-green {
    box-shadow: -26px 26px #a4d65e, 1px 1px 2px 0 rgba(0, 0, 0, 0.16), -27px 27px 2px 0 rgba(0, 0, 0, 0.16);
}

.insight-page-block-title h1 {
    margin: 0;
}

.insight-title-first-column {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.insight-title-second-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.insight-content {
    margin-top: 10rem;
    margin-bottom: 50px;
}

#insight-hero-image {
    max-height: 730px;
    overflow: hidden;
}

#insight-hero-image img {
    max-width: 100%;
}

div.insight-tag {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
}

div.insight-tag span {
    font-size: 14px;
    color: #000;
    padding: 8px 18px;
    background-color: rgba(191, 217, 242, 0.5);
}

/*
* Content Type: Section Landing TWIG
*/
#short-landing-hero-image,
.short-hero-image {
    max-height: 355px;
    overflow: hidden;
}

#short-landing-hero-image img,
.short-hero-image img {
    max-width: 100%;
}

.sl-content-image {
    width: 100%;
}

.sl-linked-card {
    min-height: 250px;
    background: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 39px 26px 39px 29px;
}

.sl-linked-card svg {
    color: #80b7db
}

.sl-linked-card .sl-link {
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.6px;
    color: #006eb8;
    margin-bottom: 10px;
}

.sl-linked-card .sl-excerpt {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.4px;
    color: #003659;
}

@media (min-width:1200px) {
    .sl-linked-card {
        min-height: 210px;
    }

    .sl-linked-card .sl-excerpt {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: -0.32px;
        color: #003659;     
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .sl-linked-card {
        min-height: 250px;
    }
}

@media (max-width:992px) {
    .sl-linked-card {
        min-height: 250px;
    }
}

/*
* Content Type: Section Landing Content Left Nav Right TWIG
*/
#landing-hero-image {
    max-height: 530px;
    overflow: hidden;
}

#landing-hero-image img {
    max-width: 100%;
}

.sl-title {
    display: block;
    position: absolute;
    bottom: -2rem;
    padding: 40px 50px;
    min-width: 40%;
}

@media (max-width: 992px) {
    .sl-title {
        position: revert;
    }
}

.sl-title h1 {
    color: #fff;
}

.sl-title.blue-background {
    border-left: 8px solid #006eb8;
}

.sl-title.grey-background {
    border-left: 8px solid #a7a9ab;
}

.sl-title.green-background {
    border-left: 8px solid #a4d65e;
}

#sl_content_wrapper {
    padding-bottom: 50px;
}

@media (max-width: 992px) {
    #sl_content_wrapper .row > * {
        margin-bottom: 20px;
    }
}

.sl-promo {
    margin-top: 60px;
    background: #fff;
    padding: 40px 40px 30px 25px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.16);
}

.sl-linked-pages {
    margin-bottom: 40px;
}

.sl-linked-pages .sl-link {
    margin-bottom: 10px;
}

.sl-linked-pages .sl-link a {
    font-size: 24px;
    line-height: 1.38;
    color: #006eb8;
    text-decoration: none;
}

.sl-linked-pages .sl-excerpt p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: -0.36px;
    color: #233c4b;
}

.sl-cards {
    padding: 80px 0;
}

.info-card.card-body {
    min-height: 400px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.16);
    background-color: #f9fafb;
    padding-left: 32px;
    padding-right: 35px;
}

.info-card.card-body h3 {
    font-size: 32px;
    line-height: 1.28;
    letter-spacing: -0.64px;
    color: #233c4b;
}

.info-card.card-body i {
    padding-right: 30px;
    color: #006eb8;
}

.info-card.card-body p {
    font-size: 18px;
    line-height: 1.94;
    letter-spacing: -0.36px;
    color: #233c4b;
}

.info-card .card-title {
    margin: 60px 0 50px 0;
}

.info-card .card-text-right {
    text-align: right;
}

/*
* Content Type: Section Landing Split Colour
*/
.section-landing-split-blue {
    padding: 7% 0 8% 0;
}

@media (min-width: 1200px) {
    .section-landing-split-blue {
        background: linear-gradient(to left, #e6edf0 50%, #f1f7fa 50%);
    }
}

@media (max-width: 1199.98px) {
    .section-landing-split-blue {
        background: linear-gradient(to left, #e6edf0 50%, #f1f7fa 50%);
    }
}

/*
* Content Type: Event Landing TWIG
*/
.el-course-row {
    margin: 75px 0 90px 0 ;
}

.el-course-row > * {
    padding: 0 20px;
}

.el-course-image {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.el-course-row {
    margin: 75px 0 90px 0 ;
}

.el-course-row > * {
    padding: 0 20px;
}

.el-course-image {
    display: block;
    margin: 0 auto;
}

.el-card {
    background: #006eb8;
    height: 210px;
    padding: 40px 25px 0 30px;
}

.el-card svg {
    color: #80b7db;
}

.el-card-body, .el-card-icon {
    margin-top: 10px;
}

.el-card-body p {
    font-size: 20px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.4px;
    text-align: left;
    color: #fff;
}

.el-card-body h2 {
    font-size: 30px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.6px;
    text-align: left;
    color: #fff;
    margin-bottom: 5px;
}

@media (min-width: 1px) {
    .el-card-body p {
        font-size: 13px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.3;
        letter-spacing: -0.4px;
        text-align: left;
        color: #fff;
    }
    
    .el-card-body h2 {
        font-size: 16px;
        font-weight: 300;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.4;
        letter-spacing: -0.6px;
        text-align: left;
        color: #fff;
    }
}

@media (min-width: 1200px) {
    .el-card-body p {
        font-size: 16px;
    }
    
    .el-card-body h2 {
        font-size: 22px;
    }
}

@media (min-width: 1400px) {
    .el-card-body p {
        font-size: 20px;
    }
    
    .el-card-body h2 {
        font-size: 30px;
    }
}

/*
*   Content Type: Header Search Bar
*/
.nav-link--search, #mobile_primary_menu_home ul.nav .nav-link--search {
    display: none;
}

#collapseSearch {
    background: #e8e9e9;
}

#collapseSearchInner {
    height: 100px;
    display: flex;
    align-items: center;
}

#collapseSearchInner form > .row {
    padding: 15px 0;
}

#collapseSearch .form-row {
    display: flex;
    flex-direction: row;
}

#collapseSearch .form-type-textfield {
    width: 90%;
    padding: 0;
    margin-bottom: 0 !important;
}

#collapseSearch .form-type-textfield label {
    display: none;
}

#collapseSearch .form-actions {
    padding: 0;
    margin-bottom: 0 !important;
    width: 10%;
}

#collapseSearchInner .container {
    height: 70%;
}

#collapseSearchInner input {
    padding-left: 4rem;
}

.region-header-search-bar,
#collapseSearchInner .content,
#collapseSearchInner form,
#collapseSearchInner,
#collapseSearchInner input,
#collapseSearchInner .form-actions,
#collapseSearchInner .form-actions button {
    height: 100%;
}

#collapseSearchInner .form-actions button {
    background: #4f93e0;
}

.region-header-search-bar {
    margin: 5px 0 5px 0;
}

.search-span {
    float: left;
    position: absolute;
    top: 0.75rem;
    left: 3rem;
    z-index: 2;
    color: #41b6e6;
}

button[aria-expanded="true"].tgl-open {
    display: none;
}

button[aria-expanded="false"].tgl-close {
    display: none;
}

#m-search-div {
    display: inline-block;
}

/*
*   Content Type: Search Results
*/
#search-wrapper {
    background: #f9fafb;
}

#search-wrapper #main {
    padding-top: 55px;
    padding-bottom: 55px;
}

#search-wrapper h2 {
    position: relative;
    padding-top: 15px;
}

#search-wrapper h2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    width: 5%;
    border-top: 4px dotted #fce052;
}

#search-wrapper .form-row .form-type-textfield label {
    display: none;
}

#search-wrapper .form-row {
    display: flex;
    flex-direction: row;
}

#search-wrapper .form-row .form-type-textfield {
    width: 100%;
    padding: 0;
}

#search-wrapper .form-row .form-actions button {
    background: #4f93e0;
}

#search-wrapper .view-header {
    margin: 10px 0 25px 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    letter-spacing: -0.36px;
    color: #233c4b;
}

.v-search-row {
    margin-bottom: 30px;
    padding: 20px 30px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    background: #fff;
}

.v-search-row .views-field-title {
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 3.18;
    letter-spacing: -0.44px;
    text-align: left;
    color: #006eb8;
    margin-bottom: 10px;
}

.v-search-row .views-field-field-excerpt {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.36px;
    text-align: left;
    color: #233c4b;
}

#search-wrapper a[title="Go to first page"],
#search-wrapper a[title="Go to last page"]  {
    display: none;
}

#search-wrapper ul.pagination {
    justify-content: center;
}

#search-wrapper ul.pagination .page-link,
#search-wrapper ul.pagination .page-item.active .page-link {
    background: transparent;
    border: 0;
}

#search-wrapper ul.pagination .page-link {
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: right;
    color: #006eb8;
}

#search-wrapper ul.pagination .page-item.active .page-link {
    opacity: 0.5;
}

/* Contact */
.contact-cards.card-body {
    padding: 2rem 2rem;
}

h4.cc-link {
    line-height: 1.5;
}

.cc-card {
    min-height: 250px;
}

/* Video */
.lb-container {
    max-width: 50%;
    margin: 50px auto;
}
  
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
}

.btn-video-lb {
    background: 0;
    border: 0;
}

.btn-video-lb img {
    width: 100%;
}

svg.i-video-lb {
    position: absolute;
    z-index: 99;
    top: 40%;
    left: 43%;
    pointer-events: none;
}

img.img-video-lb {
    position: relative;
    z-index: 1;
}

.lb-video-title h5 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.36px;
    color: #003659;
}

.lb-video-description p {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: -0.32px;
    color: #233c4b;
}

.lb-video-meta .video-runtime {
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.32px;
    text-align: left;
    color: #233c4b;
}

.field--name-field-media-oembed-video {
    border: 1px solid #707070;
}

.block-twttr-block {
    display: none;
}
/* 
.in-pdf {
    color: #F40F02 !important;
} */

.in-xls {
    color: #1D6F42 !important;
}

.obj-fit-contain {
    object-fit: contain;
}

.obj-fit-cover {
    object-fit: cover;
}
