/* Start Custom.css */
body {
    font-family: 'Open Sans';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    margin: 5px 0;
}

.footer {
    padding: 30px 0;
}

.bold {
    font-weight: bold;
}

body.lotusui30dojo {
    font-size: 14px;
}

.wpthemeInner {
    width: 100%;
}

.wpthemeFrame {
    min-width: 1px;
}

.wpthemeLayoutContainers {
    padding: 0;
}

.wpthemeCol {
    margin: 0;
}

.wptheme1Col .wpthemeCol {
    width: 100%;
}

.wpthemeControl {
    margin: 0;
}

.hero-edit-section {
    background-color: #f2f2f2;
    padding: 5px 20px 10px;
    overflow: hidden;
}

.edit-row {
    padding: 5px 0;
    border-top: 1px solid grey;
    overflow: hidden;
}

.one-col-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.two-col-row {
    padding-top: 50px;
    padding-bottom: 50px;
}

.hero-background {
    background-size: cover;
    background-position: center;
}

.hero-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 5px;
}

.heroText {
    padding: 20px 0;
}

.hero-inner {
    position: relative;
}




.CTA-link {
    padding: 5px 10px;
    border-radius: 15px;
    border: 3px solid black;
    color: black;
    text-transform: uppercase;
    font-weight: 800;
    display: inline-block;
}

.CTA-link:hover {
    text-decoration: none;
}

.media-image {
    position: relative;
}

.image-caption {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    padding: 0 15px;
}

.media-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}


.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    /* Use 75% for 4:3 videos */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin: 5px;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    transition: .4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("https://i.imgur.com/TxzC70f.png") no-repeat;
    cursor: pointer;
}

/** COOP CRS STYLES **/
a {
    color: #cc0000;
}

a:hover {
    text-decoration: underline;
    color: #cc0000;
}

.underline {
    text-decoration: underline;
}

h2 {
    margin-bottom: 10px;
}

p,
p strong,
p strong span {
    line-height: 1.5;
}

.subnav-link-container .active {
    border-bottom: 2px solid #fff;
}

.subnav-link-container a:hover {
    text-decoration: none;
}

.nav-item {
    color: #4B4B4B;
    margin: 0px 20px;
    font-weight: 600;
    font-size: 1em;
}

.nav-item:hover {
    text-decoration: none;
}

.fcl-main-nav-link {
    color: #4B4B4B !important;
}

.cursor-pointer {
    cursor: pointer;
}

@media(min-width: 992px) {
    .fcl-main-nav-link:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 70%;
        padding-top: 0.15rem;
        border-bottom: 0.1rem solid #fff;
    }

    .fcl-main-nav-link:hover:after,
    .active.fcl-main-nav-link:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 70%;
        padding-top: 0.15rem;
        border-bottom: 0.1rem solid #cc0000;
    }
}


.navbar-nav .nav-item:hover {
    color: #4B4B4B !important;
}

#mobileNav {
    padding: 25px 0;
}

@media(min-width: 992px) {
    .nav-item {
        margin: auto;
    }

    #mobileNav {
        padding: unset;
    }
}

.nav-item.nav-btn {
    margin: 10px;
}

.nav-btn {
    display: none;
}

@media(min-width: 992px) {
    .nav-btn {
        display: flex;
    }
}

.navbar-collapse {
    background-color: #f0f0f0;
}

@media(min-width:992px) {
    .navbar-collapse {
        background-color: #fff;
    }
}

.mobile-nav {
    min-height: 80px;
}

.fixed-top .mobile-nav {
    min-height: 60px;
}

.fixed-top .mobile-nav.transition,
.mobile-nav.transition {
    -webkit-transition: min-height 0.15s linear;
    -moz-transition: min-height 0.15s linear;
    -o-transition: min-height 0.15s linear;
    transition: min-height 0.15s linear;
}

.fcl-nav-container {
    max-width: 100%;
    margin: auto;
    display: flex;
}

@media(min-width:992px) {
    .fcl-nav-container:not(.fixed-top) {
        max-width: 80%;
    }
}

.banner-hero {
    width: 100%;
}

.banner-text {
    font-weight: 500;
}

.article-hero {
    max-height: 100%;
    width: 100%;
    height: auto;
}

/*
@media(min-width:768px){
    .article-hero{
        max-height: 400px;
    }
}*/

.video-hero {
    height: auto;
    max-height: 100%;
}

@media(min-width: 576px) {
    .video-hero {
        height: 400px;
    }
}

.header-links {
    display: none;
    background-color: #F0F0F0;
    height: 2.5em;
}

@media(min-width: 992px) {
    .header-links {
        display: flex
    }

    /* used with the sticky nav */
    /* .wpthemeMainContent {
        margin-top: 4.5rem;
    } */
}

.fcl-image {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.fcl-top-nav-link {
    color: #4B4B4B;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.fcl-top-nav-link:hover {
    color: #CC0000 !important;
    font-size: 12px;
    text-decoration: none;
}



.fcl-editor-image {
    height: 200px;
    object-fit: cover;
    width: 400px;
}

.fcl-editor-image img {
    height: 200px;
    width: auto;
    overflow: hidden;
}

.fcl-svg {
    width: 40px;
}

.fcl-lg-svg {
    width: 60px;
}

.header-links .nav-item {
    margin: 0;
    padding: 0.5em 1em;
    color: #4B4B4B;
    font-size: 12px;
}

.nav-link {
    color: #4B4B4B;
    font-size: 14px;
    font-weight: 700;
}

.nav-subnav-link {
    color: #4B4B4B !important;
    font-size: 14px;
    font-weight: 500;
    padding: 0.25rem 0rem;
}

.fcl-nav.navbar {
    background-color: #fff;
    padding: 0;
}

.fcl-nav.navbar:not(.fixed-top) {
    min-height: 80px;
}

.fcl-nav.navbar.fixed-top {
    min-height: 60px;
    height: 60px;
}

.fcl-nav.navbar.fixed-top.transition,
.fcl-nav.navbar.transition {
    -webkit-transition: min-height 0.15s linear;
    -moz-transition: min-height 0.15s linear;
    -o-transition: min-height 0.15s linear;
    transition: min-height 0.15s linear;
}

@media(min-width: 992px) {
    .fcl-nav.navbar.fixed-top {
        padding: 0rem 10vw;
        box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
        margin-bottom: 3px;
    }
}

.fcl-navbar-collapse {
    border-bottom: 6px solid #cc0000;
    border-radius: 3px;
    z-index: 99;
    width: 95%;
}




/*.fcl-navbar-collapse.show,
.fcl-navbar-collapse.collapsing {
    position: fixed;
}
*/
@media(min-width: 992px) {
    .fixed-top .fcl-navbar-collapse {
        position: static;
        height: 60px
    }

    .fcl-navbar-collapse {
        top: 0px;
        position: inherit;
    }

}

.faded {
    filter: brightness(0.2);
    pointer-events: none;
}

.navbar-collapse.collapsing {
    display: block;
    transition: all 0.4s ease;
    top: 0;
}

.fcl-ham {
    display: inherit;
}

.fcl-x {
    display: none;
}

/*.navbar-collapse {
    position: absolute;
    top: 54px;
    left: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all 0.4s ease;
    display: block;
}
.navbar-collapse.collapsing {
    height: auto !important;
    margin-left: 50%;
    left: 50%;
    transition: all 0.2s ease;
}
.navbar-collapse.show {
    left: 0;
}*/

@media(min-width: 992px) {
    .fcl-navbar-collapse {
        border-bottom: none;
    }
}

.btn-fcl {
    font-weight: 800;
    font-size: 14px;
    color: #fff !important;
    border-radius: 5px;
    background-color: #cc0000;
    padding: .5rem 1rem;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    border: none;
    cursor: pointer;
}

.btn-fcl:hover {
    box-shadow: none;
    background-color: #b90000;
    text-decoration: none;
}

.nav-btn-fcl {
    padding-left: 20px;
    padding-right: 20px;
}

.coop-header {
    background-color: #fff;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    margin-bottom: 3px;
}

.btn-fcl-inverse {
    font-weight: 600;
    font-size: 1em;
    color: #cc0000;
    background-color: #fff;
    border-radius: 5px;
    padding: .5rem 1rem;
    border: 2px solid #cc0000;
    margin: 5px;
}

.btn-fcl-inverse.active {
    color: #fff !important;
    background-color: #cc0000;
}

.fcl-button-container {
    display: flex;
    justify-content: center;
    font-size: 66px;
    color: #FCC28E;
}

.articles-features {
    font-size: 66px;
    font-weight: 800;
}

.fcl-pagination {
    background-color: #FFE6CE;
}

.img-flip {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pagination-container {
    color: #FCC28E;
    font-weight: 800;
    font-size: 20px;
}

.pagination-container a {
    color: #cc0000;
}

.fcl-sm-svg {
    width: 30px;
}

.fcl-list-item {
    list-style-type: none;
    font-weight: 700;
    font-size: 14px;
    color: #4B4B4B;
    margin: 12px 0;
}

.footer-link {
    color: #4B4B4B;
    font-weight: 500;
    text-decoration: none;
    font-size: 12px;
    padding: 12px 0;
}

.footer-link:hover {
    color: #cc0000 !important;
    text-decoration: none;
}

.fcl-collapse {
    font-weight: 700;
    color: #4B4B4B;
}

.fcl-collapse .fcl-title-arrow::after,
.fcl-collapse.collapsed .fcl-title-arrow::after {
    font-style: normal;
    content: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/DropdownArrow/DropdownArrow.svg");
    color: #cc0000;
    float: right;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

/* .fcl-collapse:focus {
    box-shadow: none;
} */

.fcl-collapse.collapsed .fcl-title-arrow::after {
    transform: rotateX(180deg);
}


.fcl-footer-title {
    font-size: 14px;
    font-weight: 600;
    color: #4B4B4B;
    padding: 20px 20px 20px 0;
    border-bottom: 2px solid #D1D1D1;
}

.card-header {
    padding: 0.35rem !important;
}

.fcl-social-icon {
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 10px;
}

.fcl-h1-red {
    color: #cc0000;
    font-size: 2.5em;
    text-align: center;
    font-weight: 800;
}

@media(min-width: 992px) {
    .fcl-h1-red {
        text-align: left;
    }
}

.fcl-h2 {
    font-size: 3em;
    font-weight: 800;
}

.fcl-h3 {
    font-size: 35px !important;
}

.fcl-h2-inverse {
    background-color: #cc0000;
    color: #fff;
    font-size: 3em;
    font-weight: 800;
}

.fcl-container-component {
    padding-top: 30px;
    padding-bottom: 30px;
}

.hero-row {
    height: 300px;
}

@media(min-width: 768px) {
    .hero-row {
        height: 400px;
    }
}


@media(min-width: 992px) {
    .hero-row {
        height: 548px;
    }
}

.btn-banner {
    margin-left: -270px;
    margin-bottom: 15px;
}

@media(min-width: 992px) {
    .btn-banner {
        margin-left: -388px;
        margin-bottom: 12px;
    }
}

.fcl-homepage-title {
    color: #fff;
    padding: 30px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 2em;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    vertical-align: bottom;
    margin: 30px;
}

@media(min-width:992px) {
    .fcl-homepage-title {
        padding: 40px 20px;
        font-size: 3em;
    }
}

.brand-image {
    width: 80%;
    margin: auto;
}

@media(min-width: 992px) {
    .brand-image {
        width: 100%;
    }
}

.footer-collapse {
    background-color: #fff;
}

.footer-collapse-btn {
    background-color: #fff;
}


.fcl-hero-title {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

@media(min-width: 576px) {
    .fcl-hero-title {
        font-size: 5em;
    }
}

@media(min-width: 992px) {
    .fcl-hero-title {
        font-size: 6em;
    }
}

.coop-links {
    padding-left: 0;
    padding-top: 20px;
}


.image-container {
    width: 100%;
    height: auto;
    justify-content: center;
    display: flex;
    padding: 20px 10px;
}

@media(min-width: 992px) {
    .image-container {
        display: flex;
        padding: unset;
    }
}

.fixed-position {
    position: fixed;
}

.fcl-hero-container {
    width: 95%;
    margin: auto;
}

@media(min-width: 1028px) {
    .fcl-hero-container {
        width: 85%;
        margin: auto;
    }
}

.fcl-hr-gray {
    border-top: 4px solid gray;
}

.fcl-hr-red {
    min-height: 10px;
    background-color: #cc0000;
    width: 100%;
    display: block;
    margin: 0;
}

.fcl-footer-tm-hr {
    display: block !important;
}

.fcl-footer-row {
    padding: 50px 0;
}

.fcl-footer {
    background-color: #f0f0f0;
    background-image: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png");
}


/** WHEN CHANGING THIS IMAGE, DO NOT UPDATE ALL PATHS AS PORTAL COMPONENTS DEPEND ON IT.
 * INSTEAD SAVE NEW IMAGE AS bg-texture.png */
.bg-texture {
    background-image: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png");
}

.fcl-hr-red-top {
    min-height: 15px;
    background-color: #cc0000;
    width: 100%;
    display: block;
    margin: 0;
}

.fcl-border-hr-red-top {
    min-height: 10px;
    background-color: #cc0000;
    width: 100%;
    display: block;
    margin: 20px 0;
    border-radius: 5px 5px 0 0;
}

.fcl-border-hr-red-bot {
    min-height: 10px;
    background-color: #cc0000;
    width: 100%;
    display: block;
    margin: 20px 0;
    border-radius: 0 0 5px 5px;
}

.wpthemeOverflowAuto {
    overflow: visible !important;
}

.tags {
    background-color: #053844;
}

.btn-tag {
    font-weight: 600;
    font-size: 1em;
    color: #053844 !important;
    border-radius: 5px;
    background-color: #ffd6b1;
    padding: .5rem 1rem;
}

.big-underline {
    height: 5px;
    background-color: #cc0000;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ham-line {
    border: 2px solid #cc0000;
    width: 95%;
}


/** used to prevent rich text editors from setting background color over portal cms background colors **/
.inline-section p {
    background-color: transparent !important;

}

.inline-section p span {
    background-color: transparent !important;
}


.inline-section,
.inline-section p,
.inline-section p span,
.inline-section strong {
    font-weight: 500;
    font-size: 16px;
}

.single-section-big,
.single-section-big p,
.single-section-big strong,
.single-section-big span {
    font-size: 24px;
    font-weight: 600;
}

.single-section-small,
.single-section-small p,
.single-section-small p span,
.single-section-small strong,
.single-section-small span {
    font-size: 16px;
    font-weight: 500;
}

.article-background {
    background: #fff;
    background: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png");
}

@media(min-width: 992px) {
    .article-background {
        --extra: calc(100vw - var(--breakpoint-lg));
        --halfextra: calc(var(--extra) / 2);
        --width: calc(0.28 * var(--breakpoint-lg));
        --final: calc(var(--width) + var(--halfextra));
        background: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png"), linear-gradient(to left, #CCE8DF var(--final), #fff 0%);
    }
}

@media(min-width: 1200px) {
    .article-background {
        --extra: calc(100vw - var(--breakpoint-lg));
        --halfextra: calc(var(--extra) / 2);
        --width: calc(0.23 * var(--breakpoint-lg));
        --final: calc(var(--width) + var(--halfextra));
        background: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png"), linear-gradient(to left, #CCE8DF var(--final), #fff 0%);
    }
}


/*.form-background {
    background: #fff;
}
@media(min-width: 992px){
    .form-background {
        --extra: calc(100vw - var(--breakpoint-lg));
        --halfextra: calc(var(--extra) / 2);
        --width: calc(0.28 * var(--breakpoint-lg));
        --final: calc(var(--width) + var(--halfextra));
        background: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png"), linear-gradient(to left, ##FFE6CE var(--final), #fff 0%);
    }
}

@media(min-width: 1200px){
    .form-background {
        --extra: calc(100vw - var(--breakpoint-lg));
        --halfextra: calc(var(--extra) / 2);
        --width: calc(0.23 * var(--breakpoint-lg));
        --final: calc(var(--width) + var(--halfextra));
        background: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png"), linear-gradient(to left, ##FFE6CE var(--final), #fff 0%);
    }
}*/

.contact-h2 {
    font-weight: 800;
    font-size: 2.75em;
}


.form-background {
    background: #fff;
}

@media(min-width: 992px) {
    .form-background {
        background: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png"), linear-gradient(to right, #fff 64%, #FFE6CE 0%);
    }
}

@media(min-width: 1440px) {
    .form-background {
        background: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png"), linear-gradient(to right, #fff 62%, #FFE6CE 0%);
    }
}

@media(min-width: 1600px) {
    .form-background {
        background: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/bg-textures/bg-texture.png"), linear-gradient(to right, #fff 60%, #FFE6CE 0%);
    }
}

.articles-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.card.fcl-card {
    border: none;
    text-align: center;
    background-color: transparent;
    max-width: 345px;
    margin-top: 30px;
    font-weight: 500d;
}

.internal-card {
    background-color: #f0f0f0;
    border-bottom: 4px solid #f0f0f0;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
    /*max-width:345px;*/
    max-width: 100%;
    margin: auto;
    border-radius: 5px;
}

.internal-card:hover {
    text-decoration: none;
    background-color: #E8E8E8;
    border-bottom: 4px solid #cc0000;
    box-shadow: none;
}

.fcl-card-link:hover {
    text-decoration: none;
}

.fcl-card-link:focus {
    text-decoration: none;
}

.fcl-card-title {
    color: #cc0000;
    font-weight: 700;
    font-size: 20px;
}

.fcl-card-text {
    color: #4B4B4B;
    font-weight: 400;
    font-size: 14px;
}
.online-service-card-title{
    margin: 5px 0;
}

.card-body {
    min-height: 153px;
}

.fcl-card-image {
    height: auto;
    width: 345px;
    max-width: 100%;
}

.fcl-authoring-tool {
    margin: 25px;
}

.filter-container {
    background-color: #053844;
}

.css-dropdown-menu {
    width: 250px;
    margin-left: -80px;
}

.css-dropdown-menu.show {
    border: #cc0000 solid 0.15rem;
    min-width: 272px;
    box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.15);
}

.detail-left-column {
    padding: 0 25px;
}

@media(min-width: 992px) {
    .detail-body {
        padding: 20px 50px 20px 0;
    }
}

.detail-body iframe:not(.embed-responsive-item) {
    height: auto;
    width: 100%;
    min-height: 300px;
}

.detail-body iframe {
    display: none;
}

@media(min-width: 992px) {
    .detail-left-column {
        padding: unset;
        padding-left: 80px;
    }
}

.detail-right-column {
    background-color: #CCE8DF;
}

@media(min-width: 768px) {
    .detail-right-column {
        background-color: transparent;
    }
}

.detail-body img {
    border-radius: 5px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}

.navbar-brand.abs {
    position: absolute;
    top: 0;
    align-items: center;
}

@media(min-width: 992px) {
    .fixed-top .navbar-brand.abs {
        position: static !important;
    }

    .navbar-brand.abs {
        text-align: left;
        position: inherit;
    }
}

.fcl-brand {
    background-color: #cc0000;
    width: 140px;
    margin-bottom: -25px;
    z-index: 100;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}

.fixed-top .fcl-brand {
    width: 85px;
    margin-bottom: -25px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fixed-top.transition .fcl-brand,
.transition .fcl-brand {
    -webkit-transition: width 0.15s linear;
    -moz-transition: width 0.15s linear;
    -o-transition: width 0.15s linear;
    transition: width 0.15s linear;
}

@media(min-width: 992px) {
    .fixed-top .fcl-brand {
        width: 68px;
        margin-bottom: 0;
    }
}

.trademark {
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 6px;
}

.fcl-youtube {
    width: 100%;
    height: 100%;
}

.filter-title {
    color: #cc0000;
    font-weight: 600;
    margin: 0;
    font-size: 0.9rem;
}

.filter-input {
    margin: 0 1rem;
}

/*@media(min-width: 992px){
    h4.fcl-footer-title::before {
        content: '';
        position: absolute;
        top: 25%;
        border-bottom: 2px solid #4B4B4B;
        width: 10vw;
        padding-bottom: 5px;
    }

    h4.fcl-footer-title::after {
        content: '';
        position: absolute;
        top: 25%;
        border-bottom: 2px solid #4B4B4B;
        width: 10vw;
        padding-bottom: 5px;
    }
}*/

.fcl-subnav {
    background-color: #cc0000;
    color: #fff;
    font-size: 16px;
    height: 60px;
    justify-content: center;
}

.fcl-subnav a {
    color: #fff;
}

.subnav-link-container {
    height: 100%;
    align-items: center;
    justify-content: center;
}

.carousel-image {
    background-position: center;
    background-size: cover;
    height: 300px;
}

@media(min-width: 768px) {
    .carousel-image {
        height: 400px;
    }
}

@media(min-width: 992px) {
    .carousel-image {
        height: 548px;
    }
}

.fcl-carousel-caption {
    bottom: 5px;
}

.fcl-carousel-indicators {
    bottom: 0;
}

.fcl-carousel {
    overflow: hidden;
}

.fcl-carousel .carousel-indicators li {
    height: 15px;
    width: 15px;
    border-radius: 20px;
}


@media(min-width: 992px) {
    .fcl-carousel .carousel-indicators li {
        height: 25px;
        width: 25px;

    }
}

.fcl-carousel .carousel-indicators .active {
    background-color: #cc0000;
}

.fcl-carousel-title {
    font-size: 4em;
    padding: 30px;
}

.fcl-carousel-title-container {
    border-bottom: 4px solid #fff;
    border-top: 4px solid #fff;
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.btn-fcl-line:after {
    content: '';
    position: absolute;
    top: 96%;
    border-bottom: 4px solid #cc0000;
    right: 30%;
    left: 17%;
    width: 50%;
}
.btn-fcl-food:focus, 
.btn-fcl-home:focus, 
.btn-fcl-fuel:focus, 
.btn-fcl-agro:focus {
    outline: 5px solid black;
}


.text-container {
    margin: auto 0;
    padding: 20px;
}

/*.nav-link::after {
    background-color: green;
    bottom: 0;
    content: '';
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
    width: 20px;
}*/
.giftCard-img {
    width: -webkit-fill-available;
    height: 100%;
    max-width: 100% !important;
}

.giftCard-p {
    margin-top: 15px;
    margin-left: 39px;
}

.giftCard-redLine {
    height: 15px;
    background-color: #cc0000;
    width: 100%;
    display: block;
    margin: 0;
}

.fcl-form-control {
    border: 1px solid #cc0000 !important;
}

.article-date {
    font-size: 12px;
    border-top: 1px solid #cc0000;
}

.giftCard {
    background-color: #cc0000;
    border: #cc0000;
}

.card-p {
    color: #fff;
    text-align: center;
    font-size: 2em;
    font-weight: 800;
}

.balance-p {
    background-color: #fff;
    padding: 25px;
    text-align: center;
    font-size: 3em;
    font-weight: 800;
    color: #cc0000;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    background-color: #cc0000 !important;
    border-color: #cc0000 !important;
}

.memeberTitle {
    color: #cc0000;
    margin-left: auto;

}

@media (max-width: 390px) {
    .memeberTitle {
        font-size: 1.75rem;
    }
}

.close {
    color: #231F20;
}

.memeberBody {
    background-color: #cce8df;
}

.memeberP {
    color: #cc0000;
    font-size: larger;
    font-weight: 700;
    text-align: center;
}

.searchRow {
    margin-top: 19px;
}

.searchRow-p {
    color: #cc0000;
    margin-bottom: 0;
}

.memberLink {
    height: 39px;
}

.searchLine {
    height: 2px;
    background-color: #f0f0f0;
    width: 100%;
    display: block;
    margin-bottom: 12px;
}

.modal-p {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #4B4B4B;
}

.memeber-collapse {
    font-weight: 700;
}

.retail-no-results {
    padding: 1rem 1rem 0 1rem;
}

.city-name {
    color: #4B4B4B;
    font-weight: 600;
    font-size: 0.75rem;
}

.btn-fcl2 {
    color: #cc0000 !important;
    background-color: #fcc28e;
}

.giftWarning {
    color: #fff;
    text-align: center;
}

.js-gift-card {
    border: none !important;
    background: none !important;
}

.js-gift-card:focus {
    border: none !important;
}

.fcl-h4.fcl-faq {
    overflow: hidden;
    text-align: center;
}

.fcl-h4 {
    color: #cc0000;
    font-size: 2em;
    font-weight: 800;
    padding: 4rem 0 2rem 0;
}

.faq-careers-accordion-section {
    background-color: #cce8df;
}

faq-membership-accordion-section {
    background-color: #ffffff;
}

.fcl-panel-careers {
    border-radius: 5px;
    background: #ffffff;
}

.fcl-panel-membership {
    border-radius: 5px;
    background: #cce8df;
}

.faq-accordion-section .panel-default .fcl-faq-title-arrow {
    margin-top: -0.25rem;
}

.faq-accordion-section .panel-default .fcl-faq-title-arrow::after,
.faq-accordion-section .panel-default .collapsed .fcl-faq-title-arrow::after {
    font-style: normal;
    content: url("/CoopCRSThemeStatic/themes/CoopCRSTheme/images/DropdownArrow/DropdownArrow.svg");
    color: #cc0000;
    float: right;
    width: 20px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
}

.faq-accordion-section .panel-default .collapsed .fcl-faq-title-arrow::after {
    transform: rotateX(180deg);
}

.fcl-faq-title {
    text-decoration: none !important;
    color: #4b4b4b !important;
    font-family: "Open Sans";
    font-size: 18px !important;
    font-weight: 700;
    font-style: unset !important;
    padding-right: 3rem;
}

.fcl-faq-link {
    text-decoration: none !important;
    font-style: unset !important;
}

.fcl-faq-answer {
    color: #4b4b4b !important;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 500;
    margin-top: -0.25rem;
    padding-right: 3rem;
}

/* headlines with lines */
.fcl-h4.fcl-faq {
    overflow: hidden;
    text-align: center;
}

.fcl-h4.fcl-faq>span {
    position: relative;
    display: inline-block;
}

.fcl-h4.fcl-faq>span:before,
.fcl-h4.fcl-faq>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 100vw;
    margin: 0 20px;
}

.fcl-h4.fcl-faq>span:before {
    right: 100%;
}

.fcl-h4.fcl-faq>span:after {
    left: 100%;
}

@media (min-width: 768px) {

    .fcl-faq-answer,
    .fcl-faq-title {
        padding-right: 0;
    }
}

.red {
    color: #cc0000;
}

.white {
    color: #ffffff;
}

.light-orange {
    color: #FFE6CE;
}

/* headlines with lines */
.line-both,
.line-to-right,
.line-to-left,
.line-both>span,
.line-to-right>span,
.line-to-left>span {
    position: relative;
    display: flex;
}

.button {
    align-items: center;
    display: flex;
}

.line-both {
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.line-to-right {
    justify-content: flex-start;
    text-align: left;
    overflow: hidden;
}

.line-to-left {
    justify-content: flex-end;
    text-align: right;
    overflow: hidden;
}

.line-both>span:after {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 100vw;
    margin: 0 20px;
}

.line-both>span:before {
    content: '';
    position: absolute;
    top: 50%;
    border-bottom: 2px solid;
    width: 100vw;
    margin: 0 20px;
}

.line-both>span:before {
    right: 100%;
}

.line-both>span:after {
    left: 100%;
}

@media(min-width: 768px) {

    .line-to-right>span:after {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 2px solid;
        width: 100vw;
        margin: 0 20px;
    }

    .line-to-left>span:before {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 2px solid;
        width: 100vw;
        margin: 0 20px;
    }

    .line-to-left>span:before {
        right: 100%;
    }

    .line-to-right>span:after {
        left: 100%;
    }

    .line-to-right.button:after {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 2px solid;
        width: 100vw;
        margin: 0 20px;
    }

    .line-to-left.button:before {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 2px solid;
        width: 100vw;
        margin: 0 20px;
    }

    .line-to-left.button:before,
    .line-to-right.button:before,
    .line-to-left.button:after,
    .line-to-right.button:after {
        margin: 0 !important;
    }

    .line-both.button:after {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 2px solid;
        width: 100vw;
        margin: 0 20px;
    }

    .line-both.button:before {
        content: '';
        position: absolute;
        top: 50%;
        border-bottom: 2px solid;
        width: 100vw;
        margin: 0 20px;
    }

    .line-both.button:before,
    .line-both.button:after {
        margin: 0 !important;
    }
}

.z-index-15 {
    z-index: 15;
}

.spinner {
    border: 16px solid #dedede;
    border-radius: 50%;
    border-top: 16px solid #818d90;
    width: 80px;
    height: 80px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    margin: auto;
}

.spinner-container {
    position: relative;
    padding: 30px;
    /*width: 100vh;*/
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.privacy-terms p {
    font-size: 14px;
    font-weight: 500;
}

.privacy-terms a,
.privacy-terms li {
    font-size: 14px;
}

.privacy-terms h1 {
    color: #cc0000;
    font-size: 2.5em;
}

.privacy-terms a:hover {
    color: #cc0000;
}


.fcl-carousel-caption {
    bottom: 5px;
}

.fcl-carousel-indicators {
    bottom: 0;
}

@media(min-width: 768px) {
    .carousel-image {
        height: 400px;
    }
}

@media(min-width: 992px) {
    .carousel-image {
        height: 548px;
    }
}

.btn-video {
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding: .5rem 1rem;
    z-index: 100;
    margin-top: -50px;
    margin-bottom: 13px;
}

@media(min-width: 992px) {
    .btn-video {
        font-size: 18px;
        padding: 1rem 2rem;
        margin-top: -80px;
        margin-bottom: 20px;
    }

}

.video-container {
    overflow: hidden;
    justify-content: center;
    align-content: center;
    display: flex;
}

.video-element {
    width: 100%;
    height: auto;
    margin-bottom: -7px;
}

@media(min-width: 768px) {
    .video-element.safari {
        height: 34vw;
    }
}

.video-title-container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.social-container {
    padding-left: 33px;
    padding-right: 33px;
}

@media(min-width: 992px) {
    .social-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.social-icons-row {
    height: 60px;
}

.social-icons-row a:hover {
    text-decoration: none;
}

.social-container .app-icons-row {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .social-icons-row {
        height: 80px;
    }

    .social-container .app-icons-row {
        margin-top: 40px;
    }
}

.more {
    margin-top: 25px;
}

.cookie-banner {
    padding: 1rem !important;
    width: 100% !important;
    text-align: center !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    z-index: 1051 !important;

}

@media (max-width: 414px) {
    .cookie-banner {
        height: 135px !important;
    }
}

@media (min-width: 415px) and (max-width: 767px) {
    .cookie-banner {
        height: 161px !important;
    }
}

@media (min-width: 768px) {
    .cookie-banner {
        height: 116px !important;
    }
}

@media (min-width: 1200px) {
    .cookie-banner {
        height: 65px !important;
    }
}

.cookie-banner .js-cookie-accept {
    font-weight: 600 !important;
    padding: 5px 12px !important;
    color: #4B4B4B !important;
    border: none !important;

}

.hidden {
    display: none !important;
}

.learn-more-link,
.learn-more-link:hover {
    font-weight: 600;
    text-decoration: underline;
    color: #ffffff !important;
}


.fw-600 {
    font-weight: 600;
}

.fcl-bubble {
    padding-right: 10px;
    padding-bottom: 10px;
}

/* DO NOT USE THESE STYLES - These are overrides for the privacy page from fcl.crs that uses older bootstrap styling */
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    width: 100%;
}



/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #CC0000;
}

input:focus+.slider {
    box-shadow: 0 0 1px #CC0000;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.fcl-toast {
    width: 90vw;
    padding: 0.5rem 1rem;
    background-color: #231F20;
    border-radius: 8px;
    right: 1rem;
    top: 70px;
}

.fcl-toast-z-index {
    z-index: 9999;
}

@media (min-width: 576px) {
    .fcl-toast {
        width: 350px;
    }
}

@media (min-width: 992px) {
    .fcl-toast {
        top: 130px;
    }
}

.fcl-toast-icon {
    background-color: #231F20;
}

.fcl-toast-header {
    color: white !important;
}

.fcl-toast-body {
    color: white !important;
    background-color: #231F20 !important;
    padding: 0;
}

.fcl-btn-cancel {
    background-color: #ECF0F4;
    color: #231F20 !important;
    margin-right: 16px;
}

.fcl-btn-nosupport {
    background: #ECF0F4;
    color: #231F20 !important;
    font-size: 14px;
    font-weight: 700;
    padding: 0.5rem 1rem;
}

.fcl-btn-cancel:hover {
    background-color: #D2D7DD;
}

.fcl-clickable-tile {
    color: #231F20 !important;
    text-decoration: none !important;
}
.fcl-clickable-tile:hover {
    color: #231F20 !important;
    text-decoration: none !important;
}
.fcl-clickable-tile:focus {
    color: #231F20 !important;
    text-decoration: none !important;
}
.fcl-clickable-tile:active {
    color: #231F20 !important;
    text-decoration: none !important;
}

.fcl-form-check-title {
    font-weight: 600;
    font-size: 16px;
    color: #231F20;
    display: block;
}

@media (min-width : 768px) {
    .fcl-form-check-title {
        font-size: 20px;
    }
}

.fcl-form-check-label {
    color: #231F20;
    font-weight: 400;
    font-size: 16px;
}

.fcl-form-check-input {
    height: 24px;
    width: 24px;
}

.fcl-form-check-label-group {
    padding-left: 16px;
}

.fcl-invalid-feedback,
.fcl-warning-feedback {
    font-size: 10px;
    font-weight: 400;
}

.fcl-warning-feedback {
    color: #000;
}

.fcl-optional-label {
    font-size: 10px;
    font-weight: 400;
    vertical-align: top;
}

.fcl-grey-pill {
    background: #ECF0F4;
    color: #231F20 !important;
}

.fcl-grey-pill:hover:not(.no-hover) {
    box-shadow: none;
    background-color: #D2D7DD;
    text-decoration: none;
    color: #231F20 !important;
}

.fcl-red-pill {
    background: #cc0000;
    color: #fff;
}

.fcl-red-pill:hover:not(.no-hover) {
    box-shadow: none;
    background-color: #b90000;
    text-decoration: none;
    color: #ffffff;
}

.fcl-pill {
    padding: 0.5rem;
    border-radius: 44px;
    font-size: 16px;
    font-weight: 600;
    border: none;
}

.fcl-pill-lg {
    padding: 0.75rem;
    border-radius: 44px;
    font-size: 16px;
    font-weight: 800;
}

.fcl-hr-account {
    color: #F5F5F6;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.fcl-tab-header {
    font-size: 24px;
    font-weight: 800;
    color: #231F20;
    padding-bottom: 24px;
}

@media (min-width : 768px) {
    .fcl-tab-header {
        font-size: 32px;
    }
}

.fcl-sub-heading {
    color: #231F20;
    font-weight: 800;
    font-size: 20px;
    padding-bottom: 1rem;
}

@media (min-width : 768px) {
    .fcl-sub-heading {
        font-size: 24px;
        padding-bottom: 24px;
    }
}

.fcl-acc-link {
    font-size: 16px;
    font-weight: 600;
}

@media (min-width : 768px) {
    .fcl-acc-link {
        font-size: 20px;
        font-weight: 600;
    }
}

/* Slider Toggle Styles */
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #CC0000;
}

input:focus+.slider {
    box-shadow: 0 0 1px #CC0000;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

/* Generic Modal Styles*/
.fcl-modal-header {
    border: 0;
}

.fcl-modal-content {
    border-radius: 12px;
    border: none !important;
}

.fcl-modal-title {
    font-size: 24px;
    font-weight: 800;
}

@media (min-width : 768px) {
    .fcl-modal-title {
        font-size: 32px;
    }
}

.fcl-modal-desc {
    font-size: 16px;
    font-weight: 400;
}

.fcl-back-btn {
    color: #231F20;
    font-weight: 600;
    font-size: 20px;
}

.fcl-equity-block,
.fcl-terms-block {
    background-color: #ECF0F4;
    border-radius: 8px;
}

.fcl-terms-block a:hover {
    text-decoration: none;
}

.fcl-grey-hero {
    border-radius: 8px;
    background-color: #ECF0F4;
}

.fcl-text-decor-none {
    text-decoration: none !important;
}

.fcl-alert-title,
.fcl-alert-header-desc {
    padding: 0;
}

.fcl-alert-title {
    vertical-align: middle;
}

.fcl-alert-header-title {
    font-size: 15px;
    font-weight: 800;
    padding-bottom: 16px;
}

@media (min-width : 768px) {
    .fcl-alert-header-title {
        font-size: 24px;
        padding-bottom: 16px;
    }
}

.fcl-alert-header-desc {
    font-size: 12px;
    font-weight: 400;
    padding-bottom: 16px;
}

@media (min-width : 768px) {
    .fcl-alert-header-desc {
        font-size: 20px;
        padding-bottom: 16px;
    }
}

.fcl-alert-desc {
    font-size: 16px;
    font-weight: 700;
    color: #231F20;
}

@media (min-width : 768px) {
    .fcl-alert-desc {
        font-size: 20px;
    }
}

.fcl-text-decor-none {
    text-decoration: none !important;
}

.fcl-alert-icon-alignment {
    vertical-align: auto;
}

@media (min-width : 768px) {
    .fcl-alert-icon-alignment {
        vertical-align: baseline;
    }
}

.fcl-align-sub {
    vertical-align: sub;
}

.fcl-alert-header-alignment {
    vertical-align: middle;
}

@media (min-width : 768px) {
    .fcl-alert-header-alignment {
        vertical-align: baseline;
    }
}

.fcl-form-label {
    margin-bottom: 0;
    font-weight: 600;
}

.fcl-red {
    color: #CC0000;
}

.fcl-aubergine {
    color: #231F20;
}

.fcl-text-xs {
    font-size: 10px;
}

@media (min-width : 768px) {
    .fcl-text-xs {
        font-size: 14px;
    }
}

.fcl-text-sm {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width : 768px) {
    .fcl-text-sm {
        font-size: 16px;
    }
}

.fcl-text-mobile.fcl-text-xs {
    font-size: 14px;
}

@media (min-width : 768px) {
    .fcl-text-mobile.fcl-text-xs {
        font-size: 14px;
    }
}
.fcl-text-sm.fcl-text-mobile  {
    font-size: 16px
}
@media(min-width:768px){
    .fcl-text-sm.fcl-text-mobile {
        font-size: 16px
    }
}

.fcl-text-smd {
    font-size: 16px;
    font-weight: 600;
}

@media (min-width : 768px) {
    .fcl-text-smd {
        font-size: 20px;
    }
}

.fcl-text-md {
    font-size: 20px;
}

@media (min-width : 768px) {
    .fcl-text-md {
        font-size: 24px;
    }
}

.fcl-text-lg {
    font-weight: 800;
    font-size: 24px;
}

@media (min-width : 768px) {
    .fcl-text-lg {
        font-size: 32px;
    }
}

.fcl-text-lgx {
    font-weight: 800;
    font-size: 32px;
}

@media (min-width : 768px) {
    .fcl-text-lgx {
        font-size: 48px;
    }
}

.fcl-text-xl {
    font-size: 48px;
}

@media (min-width : 768px) {
    .fcl-text-xl {
        font-size: 56px;
    }
}



.fcl-fw-400 {
    font-weight: 400;
}

.fcl-fw-600 {
    font-weight: 600;
}

.fcl-fw-800 {
    font-weight: 800;
}

/* Slider Toggle Styles */
/* The switch - the box around the slider */
.switch-sm {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch-sm input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider-sm {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-sm:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider-sm {
    background-color: #CC0000;
}

input:focus+.slider-sm {
    box-shadow: 0 0 1px #CC0000;
}

input:checked+.slider-sm:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.slider-sm.round {
    border-radius: 24px;
}

.slider-sm.round:before {
    border-radius: 50%;
}

.fcl-equity-block {
    background-color: #ECF0F4;
    border-radius: 8px;
}

.fcl-equity,
a:hover.fcl-equity {
    text-decoration: none;
}

.fcl-disabled-text {
    color: #D2D7DD;
}

.btn-fcl-disabled {
    background-color: #D2D7DD;
    color: #737A83 !important;
    cursor: default;
}

.btn-fcl-disabled:hover {
    background-color: #D2D7DD;
    color: #737A83 !important;
    box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.2);
}

.fcl-membership-details-bg {
    background: #fff;
}

@media(min-width: 992px) {
    .fcl-membership-details-bg {
        --extra: calc(100vw - var(--breakpoint-lg));
        --halfextra: calc(var(--extra) / 2);
        --width: calc(0.28 * var(--breakpoint-lg));
        --final: calc(var(--width) + var(--halfextra));
        background: linear-gradient(to left, #CCE8DF var(--final), #fff 0%);
    }
}

@media(min-width: 1200px) {
    .fcl-membership-details-bg {
        --extra: calc(100vw - var(--breakpoint-lg));
        --halfextra: calc(var(--extra) / 2);
        --width: calc(0.23 * var(--breakpoint-lg));
        --final: calc(var(--width) + var(--halfextra));
        background: linear-gradient(to left, #CCE8DF var(--final), #fff 0%);
    }
}

/* Override for the black background that appears - DO NOT USE*/
.modal-backdrop {
    opacity: 0.5 !important;
}

/* Styles for the nicer scrollbar */
.modal-body::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.modal-body::-webkit-scrollbar-track {
    background-color: #F0F0F0;
    border-bottom-right-radius: 12px;
}

.modal-body::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(209, 209, 209);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.fcl-circle-lg {
    display: inline-flex;
    margin: 10px;
    border-radius: 50%;
    background: #ECF0F4;
}

.fcl-circle-lg.selected {
    background: #CC0000;
}

.fcl-circle-lg-inner {
    height: 88px;
    width: 88px;
}

.fcl-circle-lg-inner-icon {
    height: 34px;
    width: 40px;
}


.fcl-circle {
    display: inline-flex;
    margin: 10px;
    border-radius: 50%;
    background: #ECF0F4;
    border: 2px solid #4B4B4B;
}

.fcl-circle-inner {
    height: 48px;
    width: 48px;
}

.fcl-dark-grey-pill {
    background: #D2D7DD;
    color: #231F20;
}

.fcl-not-btn {
    color: #cc0000;
    border: none;
    background-color: transparent;
}

.fcl-margin-pinch {
    margin: -0.5rem -0.5rem -0.25rem -0.5rem;
}

.support-bg {
    background: #fff;
}

@media(min-width: 992px) {
    .support-bg {
        background: linear-gradient(to right, #fff 64%, #FFE6CE 0%);
    }
}

@media(min-width: 1440px) {
    .support-bg {
        background: linear-gradient(to right, #fff 62%, #FFE6CE 0%);
    }
}

@media(min-width: 1600px) {
    .support-bg {
        background: linear-gradient(to right, #fff 60%, #FFE6CE 0%);
    }
}


.fcl-association-modal .modal-dialog,
.fcl-location-modal .modal-dialog {
    overflow-y: initial !important
}

.fcl-association-modal .modal-body,
.fcl-location-modal .modal-dialog,
.fcl-remove-primary-membership-modal .modal-body,
.fcl-loyalty-modal .modal-body,
.fcl-points-pool-learn-modal .modal-body {
    height: fit-content;
    overflow-y: auto;
}

@media(min-width: 992px) {

    .fcl-remove-primary-membership-modal .modal-body,
    .fcl-loyalty-modal .modal-body,
    .fcl-points-pool-learn-modal .modal-body {
        height: 65vh;
        overflow-y: auto;
    }
}

.fcl-remove-primary-membership-modal .fcl-modal-content,
.fcl-loyalty-modal .fcl-modal-content,
.fcl-points-pool-learn-modal .fcl-modal-content {
    border-radius: 12px;
}

@media(min-width: 992px) {
    .fcl-remove-primary-membership-modal .fcl-modal-content,
    .fcl-loyalty-modal .fcl-modal-content,
    .fcl-points-pool-learn-modal .fcl-modal-content {
        border-radius: 12px 12px 10px 12px;
    }
}


.fcl-input-group-icon-left {
    border-right-width: 0px;
    background-color: transparent;
}

.fcl-input-prepend-image {
    width: 85%;
}

.fcl-input-prepend-icon {
    border-left-width: 0px;
}

.fcl-input-group-text {
    border-left-width: 0px;
    background-color: transparent;
}

.fcl-input-text-field {
    height: 51px;
}

.js-search-term {
    border-right-width: 0px;
}

.search-clear-button img {
    max-height: 40%;
}

.search-clear-button:focus {
    outline: none;
}

.fcl-modal-content-bottom-red {
    border-bottom-color: #CC0000;
    border-bottom-width: 16px;
}

/* Points Pool Modal Styles*/

.points-pool-modal .fcl-modal-image {
    border-radius: 12px 12px 0 0;
    width: 100%;
    height: auto;
    object-fit: contain;
    top: 0;
    left: 0;
    z-index: 5;
}

.points-pool-modal .modal-header .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 10;
    color: #FFF;
    text-shadow: 0 1px 0 #3d3d3d;
}

.points-pool-modal .modal-header .close:hover {
    color: #cecece;
}

.points-pool-modal .fcl-modal-title {
    line-height: 1.1;
}

/* End Points Pool Modal Styles */

.fcl-account-container {
    line-height: 20px;
}

/* .reward-container {
    background-color: #FEDFC1;
    border-radius: 0 10px 10px 0px;
}

.triangle-left {
    width: 50px;
    height: 95px;
    border-top: 47.5px solid transparent;
    border-right: 25px solid #FEDFC1;
    border-bottom: 47.5px solid transparent;
}

.memberplus-points-label {
    margin-top: 1.4rem;
    margin-left:1rem
} */

.inline-icon {
    width: 1.8rem;
    height:auto;
    margin-right:12px;
}

.memberplus-bg {
    background-color: #0E1E37;
    background-image: url('/CoopCRSThemeStatic/themes/CoopCRSTheme/images/Member Plus/BackgroundNoSquares.png');
    background-size: cover;
    padding: 0.5rem;
}

.memberplus-icon-md {
    height: 60%;
}

.memberplus-points-container {
        margin-bottom: 20px;
}

@media(min-width: 576px) {
    .memberplus-bg {
        padding: 2rem;
    }

    .memberplus-icon-md {
        padding: 15px 0 0 0;
    }

    .memberplus-points-bar svg {
        height: 24px !important;
    }
}

@media(max-width: 1200px) {    
    .memberplus-icon-md {
        padding: 22px 0 0 0;
    }

    .memberplus-points-container {
        margin-bottom: 10px;
    }

    .memberplus-btn-container {
        padding-top: 0 !important;
    }
    
    .memberplus-icon-md {
        height: 69%;
    }
}

@media(max-width: 992px) {
    .js-remove-icon {
        height: 200px;
    }

    .memberplus-icon-md {
        height: 94%;
    }
}

@media(max-width: 576px) {
    .js-remove-icon {
        display: none;
    }

    .memberplus-points-container {
        margin-bottom: 35px;
    }

    .memberplus-points-label {
        font-size: 16px;
    }

    .memberplus-btn-container {
        margin-top: 35px;
        margin-bottom: 20px;
    }

    .memberplus-btn-container a {
        padding: 1rem 1.5rem
    }
}

/* Membership Card JS */
.fcl-membership-card {
    width: 100%;
    height: 100%;
    border: transparent;
    background-color: transparent;
}

.fcl-membership-card .card-img-top {
    width: 100%;
    height: 214px;
    object-fit: cover;
    background: linear-gradient(0deg, rgba(35, 31, 32, 0.24), rgba(35, 31, 32, 0.24));
    border-radius: 12px 12px 0 0;
    
    /* display: flex;
    flex-direction: column;
    align-items: flex-start;
    
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0; */
}

.fcl-membership-secondary-pill.unverified {
    order: 1;
    color: #231F20;
    background: #ECF0F4;
}

.fcl-membership-secondary-pill {
    width: fit-content;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    flex: none;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    border-radius: 44px;
    position: absolute;
    top: 22px;
    left: 100px;
}

.fcl-membership-type-label {
    width: fit-content;
    height: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    flex: none;
    flex-grow: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px;
    border-radius: 44px;
    position: absolute;
    top: 22px;
    left: 22px;
}

.fcl-membership-type-label.primary {        
    color: #FFFFFF;        
    background: #231F20;   
    order: 0;     
}

.fcl-membership-type-label.unverified {
    order: 1;
    color: #231F20;                    
    background: #ECF0F4;
}

.fcl-membership-card .membership-item {
    height: 100%;
    padding: 10px;
}

.fcl-membership-card .membership-card {
    padding: 0px 10px;
    width: 100%;
    background: #ECF0F4;
    border-radius: 0px 0px 12px 12px;
}

.fcl-membership-card .member-number {
    line-height: 1;
    margin-top: 10px;
}

.fcl-membership-card .card-title {
    font-size: 31px;
    margin-bottom: 20px !important;
}

.fcl-card-container .line {
    border-bottom: 1px solid;
    margin-top: 50px;
    width: 90%;
    position: relative;
    left: 0%;
    right: 0%;
    top: 15%;
    bottom: 0%;
    color: #D2D7DD;
    width: 100%;
}

.fcl-card-container .fcl-membership-title {        
    height: 24px;
    font-size: 24px;
    line-height: 24px;
}

.btn-purchase {        
    background: #ECF0F4;
    box-shadow: 0px 8px 24px rgba(35, 31, 32, 0.16);
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
    padding: 0.5rem 1rem;
}

.fcl-membership-card .options {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: none;
    order: 1;
    flex-grow: 0;
    text-align: center;
    width: 123px;
    background: #ECF0F4;
    box-shadow: 0px 8px 24px rgba(35, 31, 32, 0.16);
    border-radius: 8px;
    color: #231F20;
}

@media (min-width: 992px) {
    .fcl-membership-card .options {
        display: inline-flex;
    }
}


.fcl-membership-card .optionLinks {
    padding: 0px 24px;
    width: 403px;
    max-width: max-content;
    background: #FFFFFF;
    box-shadow: 0px 8px 24px rgba(35, 31, 32, 0.16);
    border-radius: 8px;
    z-index: 9999;
}

@media (min-width: 768px) {
    .fcl-membership-card .optionLinks {        
        max-width: none;
    }
}

.fcl-membership-card .options-item {
    padding: 25px 2px;
    
}

@media (min-width: 768px) {    
    .fcl-membership-card .options-item {
        padding: 32px 0px;
    }
}

.fcl-membership-card .dropdown-toggle {
    font-weight: 700;
    padding: 0.5rem 1rem;
    font-size: 14px;
}

.fcl-membership-card .dropdown-toggle a {
    color: #231F20;
}

.fcl-membership-card .card-body .resend-verification-code-btn {
    color: #000;
    background-color: #ECF0F4;
    border-radius: 10px;
    border: none;
    padding: 12px 14px 12px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.verification-code-modal .modal-header {
    border-bottom: none;
}

.verification-code-modal .modal-footer {
    border-top: none;
}

.fcl-google-play-icon {
    width: 135px;
}

.skip {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.skip:focus {
    position: static;
    width: auto;
    height: auto;
}

.outageGrey {
    background-color: #323E48;
    color: #fff;
}

.outageRed {
    background-color: #CC0000;
    color: #fff;
}

.outageBlack {
    background-color: #000000;
    color: #fff;
}

.outageYellow {
    background-color: #F49F0C;
    color: #000;
}

.customWhite {
    color: #fff;
}

.customBlack {
    color: #000;
}   

.fcl-invert-icon {
    filter: invert(1);
}

.fcl-white-icon {
    filter: brightness(100) saturate(0%)
}
.fcl-black-icon {
    filter: brightness(0) saturate(100%);
}

.fcl-notif-icon,
.fcl-notif-modal-icon {
    background-color: transparent;
    padding: .25rem .5rem;
}

.fcl-notif-modal-icon {
    max-height: 24px;
}

@media (min-width : 768px) {
    .fcl-notif-modal-icon {
        max-height: 30px;
    }
}

.fcl-notif-x-icon  {
    padding: 0 .25rem .25rem .25rem;
    height: 80%;
}

.fcl-clickable-icon {
    background-color: transparent;
    border: transparent;
}

.fcl-notif-title {
    white-space: nowrap;
}

.fcl-notif-title,
.fcl-notif-description {
    display: inline;
}

.fcl-notif-text-container {
    line-height: 15px;
}

.fcl-major-x-icon {
    height: 50%;
}

.fcl-major-exclamation-icon {
    height:80%;
}