/* COMMON */

h2 {
    color: #333333;
    font-weight: bold;
    font-size: 2.5rem;
    margin: 1rem 0 2rem 0;
}

h3,
h4,
h5,
h6 {
    color: #4644d5;
}

.heading-highlight {
    color: #4644d5;
}

.intro-text {
    max-width: 1000px;
    text-align: center;
    font-size: 1.3em;
    margin: 1rem auto 2rem;
}

.btn-blue {
    background-color: #4644d5;
    border-radius: 50px;
    padding: 15px 40px;
    border: none;
    font-weight: bold;
    text-align: center;
}

.btn-blue:hover {
    background-color: #0b09a5;
    border: none;
}

hr {
    border-top: 1px solid #4644d560;
}

.responsive-embed-container {
    margin: 0 auto;
    max-width: 100%;
}

.section-content {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.section-content h2 {
    text-align: center;
}

.section-white {
    background-color: #fff;
    padding: 1em 1em 3em 1em;
}

.section-lightblue {
    background-color: #edf7ff;
    padding: 4em 1em 5em 1em;
}

.section-blue {
    background-color: #4543d2;
    padding: 4em 1em 5em 1em;
}

.section-grey {
    background-color: #f7f8f7;
    padding: 4em 1em 5em 1em;
}

.section-green {
    background-color: #bfeced;
    padding: 4em 1em 5em 1em;
}

.section-periwinkle {
    background-color: #bfd6fd;
    padding: 4em 1em 5em 1em;
}

.full-width-page {
    min-width: 100%;
    padding: 0;
}

iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
}

.multi-col-box div {
    margin-right: 10px;
    border: none;
}

.content-wrapper li + li {
    margin-top: 0 !important;
}

/* BANNER */

#section-banner .name-card {
    display: none;
}

.split-bg {
    height: 400px;
    display: flex;
    flex-direction: row;
}

.split-bg-color {
    flex: 1;
    background-color: #3836aa;
}

.split-bg-img {
    flex: 1;
    background: url("/static-assets/images/my-membership/new-member-orientation/26-main-header-image.png")
        no-repeat;
}

#section-banner h1 {
    position: absolute;
    color: #c0f1f7;
    font-weight: 700;
    z-index: 1;
    border: none;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    font-size: 3.8rem;
    margin: 2rem 0;
}

.french #section-banner h1 {
    font-size: 3.3rem;
    margin: 3.5rem 0;
}
#section-banner .banner-highlight {
    font-weight: normal;
    color: #ffff;
    font-size: 2.9rem;
}

.french #section-banner .banner-highlight {
    font-size: 2.3rem;
}

/* MENU */

#nav-section {
    position: relative;
    z-index: 10;
    max-width: 1170px;
    margin: -2.2em auto;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #4644d5;
    font-size: 1.2rem;
}

.french #nav-section {
    margin: -2.6em auto;
}

#nav-section ul {
    display: flex;
    margin: 0;
}

#nav-section ul li {
    display: flex;
    background: #fff;
    justify-content: center;
    width: 100%;
}

.french #nav-section ul li {
    align-items: center;
}

#nav-section ul li a {
    color: #4644d5;
    padding: 20px;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
}

#nav-section ul li:first-child {
    border-radius: 50px 0 0 50px;
}

#nav-section ul li:last-child {
    border-radius: 0 50px 50px 0;
}

#nav-section ul li:hover {
    background: #4644d5;
    border-radius: 50px;
    cursor: pointer;
}

#nav-section ul li:hover a {
    color: #fff !important;
}

/* WELCOME */

#welcome {
    padding: 5.5em 1em 4.5em 1em;
}

#welcome .welcome-text {
    font-size: 1.25em;
    margin: 0 2rem;
}

#welcome img {
    width: 290px;
    border-radius: 20px;
    float: right;
    margin: 0 2em 1em 4em;
}

#welcome h3 {
    font-size: 1.5rem;
    margin: 1.5em 0;
}

/* SUPPORT ICONS */

#section-support-icons h3 {
    font-size: 2rem;
    text-align: center;
    margin: 2rem 0;
}

#section-support-icons .multi-col-box {
    flex-direction: row;
}

#section-support-icons .icon-box-section {
    flex: 1;
    padding: 1em 2em 0 1em;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#section-support-icons .icon-box {
    margin: 0 0 1em 0;
}

#section-support-icons img {
    width: 75px;
}

#section-support-icons a {
    text-transform: uppercase;
    font-size: 1.1rem;
}

#role-in-mutuality {
    flex: 1;
    padding: 2em 2em 1.5em 2em;
    background-color: #fff;
    border-radius: 20px;
}

#role-in-mutuality h3 {
    margin-top: 0;
}

/* HOW WE SUPPORT YOU */

#how-we-support-you {
    padding: 3em 1em;
}

#how-we-support-you .support-box {
    border-radius: 20px 20px 0 0;
    border-bottom: 8px solid #4644d5;
    margin-bottom: 4em;
}

#how-we-support-you .support-box-head {
    background-color: #4644d5;
    padding: 0 30px;
    border-radius: 20px 20px 0 0;
    display: flex;
    flex-direction: row;
}

#how-we-support-you .support-box-head img {
    width: 45px;
    margin: 0 1em;
}

#how-we-support-you h3 {
    color: #fff;
    font-size: 2rem;
    margin: 1rem;
}

#how-we-support-you .btn-blue {
    margin-top: 1rem;
}

#how-we-support-you h4 {
    font-size: 1.5rem;
    margin-top: 0;
}

#how-we-support-you .support-box .multi-col-box {
    padding: 3em;
}

#how-we-support-you .support-box img,
#how-we-support-you .support-box iframe {
    border-radius: 20px;
}

#how-we-support-you .support-text-side {
    flex: 1.5;
    margin-right: 5rem;
}

#how-we-support-you .support-img-side {
    flex: 1;
    margin: 0;
}

#how-we-support-you .support-box:nth-of-type(1) {
    background-color: #ecf6e0;
}
#how-we-support-you .support-box:nth-of-type(2) {
    background-color: #ebebff;
}
#how-we-support-you .support-box:nth-of-type(3) {
    background-color: #e2ecfd;
}
#how-we-support-you .support-box:nth-of-type(4) {
    background-color: #d4f2f2;
}
#how-we-support-you .support-box:nth-of-type(5) {
    background-color: #f3e6f4;
}

/* ABOUT */

#about-cmpa .intro-text {
    max-width: 600px;
    text-align: center;
    font-size: 1.75rem;
    margin: 1rem auto;
}

.french #about-cmpa .intro-text {
    max-width: 770px;
}

#about-cmpa h3 {
    color: #000;
    font-size: 1.1rem;
}

#about-cmpa .multi-col-box div {
    flex: 1;
    border: none;
}

#about-cmpa .multi-col-box div:first-of-type {
    margin-right: 40px;
}

#about-cmpa iframe {
    border-radius: 20px;
}

/* PRIVACY */

#privacy-policy h3 {
    font-size: 2rem;
    margin: 1.5rem 0;
}

#privacy-policy .multi-col-box {
    background-color: white;
    border-radius: 20px;
}

#privacy-policy .privacy-image-side {
    flex: 1;
    padding: 0;
}

#privacy-policy .privacy-image-side img {
    width: 520px;
    border-radius: 20px;
    margin-bottom: -6px;
}

#privacy-policy .privacy-text-side {
    flex: 2;
    margin-right: 0;
    padding: 3em;
    display: flex;
    flex-direction: column;
}

.french #privacy-policy .privacy-text-side {
    padding: 1em 3em;
}

/* COMPLETE */

#orientation-complete {
    text-align: center;
}

#orientation-complete .section-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#orientation-complete img {
    width: 100px;
    padding: 1em 0;
    margin-bottom: 1em;
}

#orientation-complete p:last-of-type {
    font-size: 1.75rem;
    max-width: 550px;
    margin-top: 1rem;
}

.french #orientation-complete p:last-of-type {
    max-width: 770px;
}

/********
MOBILE
*********/

@media only screen and (max-width: 1250px) {
    /* BANNER */

    #section-banner h1 {
        margin: 2rem;
    }

    .french #section-banner h1 {
        margin: 3rem 2rem;
    }
}

@media only screen and (max-width: 960px) {
    /* COMMON */

    .content-wrapper {
        padding: 0;
    }

    .section-lightblue {
        padding: 3em 1em 4em 1em;
    }

    .section-green {
        padding: 2.5em 1em 4em 1em;
    }

    .section-periwinkle {
        padding: 3em 1em 4em 1em;
    }

    /* BANNER */

    #section-banner .split-bg {
        height: 300px;
    }

    #section-banner h1 {
        font-size: 2.8rem;
        margin: 4rem 2rem;
    }

    .french #section-banner h1 {
        font-size: 2.5rem;
        max-width: 360px;
    }

    #section-banner .banner-highlight {
        font-size: 1.6rem;
    }

    .french #section-banner .banner-highlight {
        font-size: 1.5rem;
    }

    /* WELCOME */

    #welcome {
        padding: 2.5em 1em 3em 1em;
    }

    /* SUPPORT ICONS */

    #section-support-icons .multi-col-box,
    #about-cmpa .multi-col-box {
        flex-direction: column;
    }

    #section-support-icons .icon-box {
        display: none;
    }

    #section-support-icons .icon-text {
        width: 80%;
        padding: 10px 0;
        border-radius: 25px;
        margin: 0;
    }

    #section-support-icons .icon-box-section {
        padding: 8px 0;
    }

    #section-support-icons a {
        color: #000;
        padding: 0 1rem;
    }

    #section-support-icons .icon-box-section:nth-of-type(1) .icon-text {
        background-color: #daecc0;
    }
    #section-support-icons .icon-box-section:nth-of-type(2) .icon-text {
        background-color: #cbcaff;
    }
    #section-support-icons .icon-box-section:nth-of-type(3) .icon-text {
        background-color: #bfd6fd;
    }
    #section-support-icons .icon-box-section:nth-of-type(4) .icon-text {
        background-color: #bfeced;
    }
    #section-support-icons .icon-box-section:nth-of-type(5) .icon-text {
        background-color: #e8cfeb;
    }

    /* SUPPORT YOU */

    #how-we-support-you {
        padding: 2em 1em 1em 1em;
    }

    #how-we-support-you .multi-col-box {
        flex-direction: column;
    }

    #how-we-support-you .support-text-side {
        margin: 0;
    }

    /* ABOUT CMPA */

    #about-cmpa .multi-col-box div,
    #about-cmpa .multi-col-box div:first-of-type {
        margin: 0;
    }

    #about-cmpa .multi-col-box {
        max-width: 600px;
        margin: 0 auto;
    }

    /* PRIVACY POLICY */

    #privacy-policy .multi-col-box {
        flex-direction: column;
        max-width: 520px;
        margin: 0 auto;
    }

    #privacy-policy .privacy-image-side {
        margin-right: 0;
    }

    #privacy-policy .privacy-image-side img {
        width: 100%;
    }

    #privacy-policy .privacy-text-side {
        padding: 2em;
    }

    #privacy-policy h3 {
        margin: 0 0 1.5rem 0;
    }
}

@media only screen and (max-width: 730px) {
    /* COMMON */

    .no-display-on-phone {
        display: none;
    }

    .section-lightblue {
        padding: 2em 1em;
    }

    .section-green {
        padding: 2em 1em 3.5em 1em;
    }

    .section-periwinkle {
        padding: 2em 1em 3em 1em;
    }

    h2 {
        font-size: 2rem;
    }

    .btn-blue {
        padding: 10px 30px;
    }

    /* BANNER */

    #section-banner .split-bg {
        height: 450px;
        flex-direction: column;
        text-align: center;
    }

    #section-banner h1 {
        margin: 1rem auto;
        line-height: 3.2rem;
    }

    .french #section-banner h1 {
        margin: 1rem;
        font-size: 2.3rem;
        line-height: 3rem;
    }
    .french #section-banner .banner-highlight {
        line-height: 2rem;
    }

    #section-banner {
        text-align: center;
    }

    #section-banner .banner-title {
        display: flex;
        justify-content: center;
    }

    #section-banner .split-bg-img {
        background: url("/static-assets/images/my-membership/new-member-orientation/26-lisa-profile-mobile.png")
            no-repeat;
        background-size: cover;
        flex: 1.3;
        display: flex;
        flex-direction: column-reverse;
    }

    #section-banner .name-card {
        font-size: 1.2rem;
        padding: 0.5rem;
        background-color: rgba(255, 255, 255, 0.7);
        display: block;
    }

    #section-banner .name-card p {
        margin: 0;
        line-height: 1.2;
    }

    /* WELCOME */

    #welcome {
        padding: 2em 1em 2.5em 1em;
    }

    #welcome .welcome-text {
        margin: 0 0.5rem;
        font-size: 1.25rem;
    }

    #section-support-icons h3 {
        font-size: 1.25rem;
    }

    #role-in-mutuality h3 {
        font-size: 1.25rem;
        text-align: center;
    }

    /* SUPPORT */

    #how-we-support-you .support-box-head {
        padding: 10px 5px;
    }

    #how-we-support-you h3 {
        font-size: 1.3rem;
        margin: 1rem 1rem 1rem 0;
    }

    #how-we-support-you .support-box .multi-col-box {
        padding: 1em;
    }

    #how-we-support-you h4 {
        font-size: 1.2rem;
    }

    #how-we-support-you .support-box {
        margin-bottom: 3em;
    }

    #how-we-support-you .support-img-side {
        margin: 1rem 0;
    }

    /* ABOUT */

    #about-cmpa .intro-text {
        font-size: 1.25rem;
    }

    #about-cmpa h2 {
        margin: 1rem 0;
    }

    #about-cmpa h3 {
        text-align: center;
    }

    /* PRIVACY */

    #privacy-policy .privacy-text-side {
        padding: 1.5em;
    }

    #privacy-policy h3 {
        font-size: 1.5rem;
        margin: 0.5rem 0 1.5rem 0;
    }

    /* COMPLETE */

    #orientation-complete p:last-of-type {
        font-size: 1.25rem;
    }
}

/*************
FLOATING MENU
*************/
body {
    position: relative;
}

.section-floating-menu {
    position: fixed;
    z-index: 999;
    transition: 0.25s;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    top: auto;
    bottom: 7%;
    left: 0%;
    right: 0%;
    border: none;
    display: none;
}

.floating-menu-list {
    list-style: none;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.floating-menu-list li {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #fff;
    min-height: 42px;
    justify-content: center;
    border-top: 1px solid #4644d5;
    border-bottom: 1px solid #4644d5;
}

.french .floating-menu-list li {
    min-height: 48px;
}

.floating-menu-list li a {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding: 0 10px;
    text-decoration: none;
    color: #4644d5;
    padding: 20px;
}

.floating-menu-list li a img {
    width: 36px;
    filter: brightness(0) saturate(100%) invert(22%) sepia(59%) saturate(3383%)
        hue-rotate(235deg) brightness(92%) contrast(93%);
}

.floating-menu-list li:first-child {
    border-radius: 50px 0 0 50px;
    border-left: 1px solid #4644d5;
    max-height: 64px;
}

.floating-menu-list li:last-child {
    border-radius: 0 50px 50px 0;
    border-right: 1px solid #4644d5;
}

.floating-menu-list li:hover a {
    color: #fff;
    background: #4644d5;
    border-radius: 50px;
}

.floating-menu-list li:hover img {
    filter: none;
}

.floating-menu-list .floating-active a {
    color: #fff !important;
    background-color: #4644d5;
    border-radius: 50px;
}

@media (max-width: 960px) {
    .floating-menu-list {
        justify-content: flex-start;
        display: none;
    }
}
