.fww-latest-posts { display: none; }
.fww-latest-posts-carousel.legal-carousel {
    padding-top: 72px;
    background: #F5F5F5;
}
.fww-latest-posts-carousel:not(.legal-carousel) .fww-carousel-block-header {
    border-top: 3px solid #000000;
    margin-left: 20px;
    margin-right: 20px;
    width: auto;
    padding-top: 16px;
}
.fww-latest-post {
    position: relative;
    margin-right: 22px;
    width: calc(100vw - 40px);
    max-width: 306px; 
    height: 420px;
    box-shadow: -1px 2px 6px 0px #0000002B;
}
.fww-latest-post > *:not(.post-image){
    margin-left: 32px;
    margin-right: 32px;
}
.fww-latest-post .post-image {
    width: 100%;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.fww-latest-post .post-tags {
    position: relative;
    top: auto !important;
    left: auto !important;
    margin-top: 20px;
    margin-bottom: 14px;
}
.fww-latest-post h8 { 
    margin-top: 0; 
    max-height: 84px;
}
.fww-latest-post h8::after {
    content: url(../../../images/post-link-arrow.svg);
    position: absolute;
    bottom: 5px;
    right: 10px;
}
.fww-latest-post time.wp-block-latest-posts__post-date {
    position: absolute;
    bottom: 26px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
}

.fww-latest-posts-carousel:not(.legal-carousel) .fww-carousel-block-header h3,
.fww-latest-posts-carousel .fww-carousel-block-header p { 
    display: inline-block;
    margin-bottom: 0; 
    width: auto !important;
}
.fww-latest-posts-carousel .fww-carousel-block-header p strong a { 
    font-size: 16px;
    line-height: 26px; 
    font-weight: 600;
    color: #000000;
}
.fwa-carousel {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    overflow: hidden;
}
.fwa-carousel.fwa-carousel.home-hero.wp-block-group > .wp-block-group__inner-container { width: 100%; }
.fwa-carousel.home-hero .wp-block-columns { column-gap: 0; }
.fwa-carousel.home-hero .wp-block-column.image-block {
    height: 100vw;
    flex-basis: auto !important;
}
.fwa-carousel.home-hero > div > .wp-block-columns:not(:nth(2)) { display: none; }
.fwa-carousel.home-hero .fwac-caption-wrapper { display: none; }
.fwa-carousel.home-hero .fwac-view { margin-bottom: 0 !important; }
.fwa-carousel .wp-block-gallery { display: none;}
.fwa-carousel.q-and-a { width: calc(100% - 20px); }
.q-and-a .fwac-view { padding: 0 2rem; }
.fwa-carousel.fww-latest-posts-carousel .fwac-view { margin-left: 20px; }
.fwa-carousel.member-stories-2 .slick-arrow,
.fwa-carousel.fww-latest-posts-carousel .slick-arrow.slick-disabled { display: none !important; }

.fwa-carousel.fww-member-quotes .wp-block-group__inner-container { padding-top: 4rem; }

.fwa-carousel.single-slide .slide-blocker { display: none; }
.fwa-carousel .slide-blocker {
    position: absolute;
    z-index: 1;
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
    background: #ffffff;
}

.fwa-carousel.home-hero .fwac-pagination {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 53px;
    height: 53px;
    background: #ffffff;
    border: 2px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.fwa-carousel .slick-arrow {
    z-index: 3;
    position: absolute;
    bottom: 44%;
    visibility: hidden; 
}
.fwa-carousel.fww-latest-posts-carousel .slick-arrow,
.fwa-carousel.home-hero .slick-arrow {
    width: 53px;
    height: 53px;
    visibility: visible;
    background-image: url(./images/arrow-only.svg);
    background-color: #ffffff;
    background-position: 21px 14px;
    background-repeat: no-repeat;
    border: 2px solid #000000;
    color: transparent;
 }
.fwa-carousel.home-hero .slick-arrow {
    right: 0;
    bottom: 0;
    transform: rotate(90deg);
}
.fwa-carousel.fww-latest-posts-carousel .slick-arrow:hover,
.fwa-carousel.home-hero .slick-arrow:hover {
    background-color: #000000;
    background-image: url(./images/arrow-only-white.svg);
}
.fwa-carousel.fww-latest-posts-carousel .slick-arrow.slick-prev,
.fwa-carousel.home-hero .slick-arrow.slick-prev {
    transform: rotate(270deg);
    background-position: 21px 16px;
}
.fwa-carousel.fww-latest-posts-carousel .slick-arrow {
    display: none !important;
    position: absolute;
    top: -109px;
    right: 0;
}
.fwa-carousel.fww-latest-posts-carousel .slick-arrow.slick-prev {
    right: 51px;
    transform: rotate(180deg);
}
.fwa-carousel:not(.home-hero):not(.fww-latest-posts-carousel) .slick-arrow::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -6px;
    right: 24px; 
    width: 55px;
    height: 55px;
    visibility: visible;
    background-image: url(../../../images/carousel-next-arrow-hover.svg);
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
}
.fwa-carousel:not(.home-hero):not(.fww-latest-posts-carousel) .slick-arrow.slick-prev::before { 
    top: -10px;
    right: auto; 
}
.fwa-carousel.fww-member-quotes .slick-arrow::before { visibility: hidden; }
.fwa-carousel .slick-arrow.slick-prev::before { 
    visibility: hidden;
    transform: rotate(180deg); 
}
.fwa-carousel.active:not(.single-slide):not(.at-beginning) .slick-arrow.slick-prev::before { visibility: visible; }
.fwa-carousel:not(.home-hero) .slick-arrow:hover::before { 
    background-image: url(../../../images/carousel-next-arrow-hover.svg); 
    background-size: 100%;
}

.fwa-carousel .slick-dots {
    display: flex;
    margin: 0 auto;
    max-width: calc(100%);
    width: 600px;
    align-items: center;
    justify-content: center;
    list-style-type: none;
}
.fwa-carousel.member-stories-2 .slick-dots { display: none !important; }
.fwa-carousel.single-slide .slick-dots {
    margin-bottom: 4rem;
    width: calc(100% - 40px);
    justify-content: start;
}
.fwa-carousel.single-slide.fww-member-quotes .slick-dots { justify-content: center; }
.fwa-carousel .slick-dots li {
    margin-left: 5px;
    width: 10px;
    height: 10px;
    background-color: #c4c4c4;
    border-radius: 50%;
}

.fwa-carousel.fww-member-quotes .wp-block-media-text .wp-block-media-text__content { grid-row: 2; }
.fwa-carousel.fww-member-quotes .wp-block-media-text .wp-block-media-text__media {
    margin: 0 auto;
    grid-column-end: none;
}
.fwa-carousel.fww-member-quotes .wp-block-media-text .wp-block-media-text__content blockquote {
    border: none;
    background: url(../../../images/quotes-blue.svg) top center no-repeat;
    padding-top: 5rem;
    text-align: center;
}
.fwa-carousel.fww-member-quotes cite {
    font-weight: normal;
    color: #000000;
}

.fwa-carousel .wp-block-media-text .wp-block-media-text__content p { line-height: unset; }

.fww-latest-posts-carousel .fwac-slide-list {
    margin-bottom: 84px;
}
.fww-latest-posts-carousel .fwac-slide-list .slick-list { 
    overflow: visible;
    height: 424px; 
}
.fwa-carousel.media-text.member-stories-2 .slick-list { 
    margin-top: 80px;
    overflow: visible; 
}
.fwa-carousel.media-text.no-carousel .fwac-slide-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
}
.fwa-carousel.media-text:not(.no-caption):not(.member-stories-2) .fwac-slide-list figure { 
    width: 326px;
    max-width: 326px;
    height: 476px;
    max-height: 476px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.fwa-carousel.fwa-carousel.media-text:not(.no-caption):not(.member-stories-2) figure:not(.member-pullquote):not(.wp-block-pullquote) {
    position: relative;
    filter: drop-shadow(0px 2px 4px #E7E7E7);
}
.fwa-carousel.member-stories-2 figure.slick-slide {
    position: relative;
    margin: 0 10px;
    padding: 0 20px;
    height: 600px;
}
.fwa-carousel.member-stories-2 figure.slick-slide::before {
    z-index: -1;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 40px);
    background: #F5F5F5;
}
.fwa-carousel.member-stories-2 figure.slick-slide:hover p.member-title,
.fwa-carousel.member-stories-2 figure.slick-slide:hover h6, 
.fwa-carousel.member-stories-2 figure.slick-slide:hover h6 strong,
.fwa-carousel.member-stories-2 figure.slick-slide:hover { color: #ffffff; }
.fwa-carousel.member-stories-2 figure.slick-slide:hover::before{
    background: #0057b9;
}
figure.member-pullquote  > blockquote {
    padding: 0;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.25px;
    border: none;
}
.fwa-carousel.member-stories-2 h6 { margin-bottom: 5px; }
.fwa-carousel.member-stories-2 h6,
.fwa-carousel.member-stories-2 h6 strong {
    font-size: 20px;
    line-height: 28px;
    font-weight: 900;
    color: #000000;
}
.fwa-carousel.member-stories-2 p.member-title {
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.fwa-carousel.member-stories-2 figure.slick-slide figcaption {
    position: absolute;
    top: 60%;
}

.fwa-carousel.fwa-carousel.media-text:not(.member-stories-2) div:not(.fwac-story) > figure:not(.member-image)
 {
    box-sizing: border-box;
    margin: 0 auto 1rem;
    border: 5px solid transparent;
    cursor: pointer;
}
.fwa-carousel.fwa-carousel.media-text div:not(.fwac-story):not(.story-content) > figure:hover { 
    border-color: #000000; 
} 
.fwa-carousel.fwa-carousel.media-text div:not(.fwac-story):not(.story-content) > figure:hover img {
    transform: scale(1.05);
}
.fwac-slide-list > figure:last-child { 
    margin-bottom: 0;
    margin-right: 0; 
}

.fwa-carousel.member-stories .fwac-story figure.member-image,
.fwa-carousel.member-stories .fwac-story figure.member-image img {
    margin-top: 0 !important;
    max-width: 391px;
    padding: 15px;
    border: 3px solid #8EBAE5;
    border-radius: 50%;
}
.fwa-carousel.member-stories .fwac-story figure.member-image:hover { border-color: #8EBAE5 !important; }
.fwa-carousel.member-stories .fwac-story figure.member-image img {
    width: 100%;
}

.fwa-carousel.fwa-carousel.media-text:not(.member-stories-2):not(.no-caption) div:not(.story-content) > figure figcaption {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: linear-gradient(180deg, rgba(0,0,0,0) 46%, rgba(0,0,0,0.45) 72%, rgba(0,0,0,0.6) 100%);
    cursor: pointer;
}
.fwa-carousel.fwa-carousel.media-text.no-caption:not(.member-stories-2) figcaption { display: none; }
.fwa-carousel.fwa-carousel.media-text:not(.member-stories-2) div:not(.story-content) > figure figcaption > * {
    position: absolute;
    bottom: 50px;
    margin: 0 1.5rem;
    height: 106px;
    font-size: 20px;
    line-height: 24px;
}
.fwa-carousel.fwa-carousel.media-text div.story-content figure figcaption {
 color: #000000;
}
.fwa-carousel.fwa-carousel.media-text.member-stories-2 figure.slick-slide::after,
.fwa-carousel.fwa-carousel.media-text:not(.member-stories-2) div:not(.story-content) > figure figcaption > *::after {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 132px;
    content:'READ STORY';
    font-weight: 900;
    background: url(../../../images/post-link-arrow.svg) top right no-repeat;
    padding-right: 2.2rem;
    font-size: 16px;
    line-height: 18px;
}
.fwa-carousel.fwa-carousel.member-stories-2 .figure-clicker {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
    height: 58px;
    cursor: pointer;
}
.fwa-carousel.fwa-carousel.media-text.member-stories-2 figure.slick-slide::after {
    bottom: 20px;
    right: 10px;
}
.fwa-carousel.media-text.member-stories-2 .slick-slide figcaption:after { display: none; }

.fwa-carousel.fwa-carousel.media-text.member-stories figcaption > *::after {
    width: 140px;
    background-position: center right;
}
.fwa-carousel.media-text .fwac-slide-list figure img { 
    width: auto; 
    height: auto;
    flex-shrink: 0;
}
.fwa-carousel.media-text.member-stories-2 .fwac-slide-list figure img {
    margin: 0 auto;
    width: calc((100% + 40px) * .39);
}

.fwa-carousel.single-slide .wp-block-media-text__content {
    margin: 0 1rem 0 9rem;
    width: calc(100% - 20rem);
    width: calc(100% - 20px);
    margin: 0 auto;
    grid-column-end: none !important;
}
.fwa-carousel:not(.fww-member-quotes).single-slide .wp-block-media-text__media {
    display: none;
}
.fwa-carousel.fww-member-quotes.single-slide .wp-block-media-text__media {
    max-width: 157px;
}
.fwa-carousel.single-slide > div > .wp-block-media-text__media.active {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    height: 100%;
    padding: 4rem 0;
    align-items: center;
    opacity: .4;
    filter: grayscale(.8);
    pointer-events: none;
}
.fwa-carousel.single-slide > div > .wp-block-media-text__media.active img,
.fwa-carousel.single-slide > div > .wp-block-media-text__media.active { max-width: 300px !important; }
.fwa-carousel.single-slide > div > .wp-block-media-text__media.active img {
    opacity: 0;
}


.fwa-carousel.single-slide .slick-initialized .slick-slide {
    display: grid;
}

.fwa-carousel >div > .wp-block-media-text,
.fwa-carousel:not(.member-stories-2) .slick-slide figcaption,
.fwa-carousel .slick-dots button { display: none; }
.fwa-carousel .slick-dots li.slick-active { background-color: #0057b8; }

.fwa-carousel .fwac-caption-wrapper {
    margin-top: 1rem;
    padding: 0 20px;
    font-size: small;
}

.fwac-story {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    overflow: scroll;
    height: 0px;
    transition: height 800ms;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-items: center;
}
.fwac-story.active {
    height: 800px;
    border: 5px solid #000000;
}
.fwac-story.active .close-it { 
    z-index: 3;
    position: fixed;
    right: 2rem;
    width: 20px;
    height: 40px;
    overflow: hidden;
    text-align: right;
    font-size: 35px;
    color: transparent; 
    cursor: pointer;
    transition: height 10ms;
    background: url(./images/x-out.svg) no-repeat 0 20px;
    background-size: 20px;
}
.entry-content .wp-block-group .fwac-story *:not(.close-it){
    max-width: calc(100% - 20px);
    margin-left: auto;
    margin-right: auto;
}
.fwac-story > .story-content > p:first-of-type::first-letter {
    font-size: 59px;
    line-height: 32px;
    font-weight: 900;
}
.fwac-story h4 { 
    margin: 2rem auto 4rem; 
}
.fwac-story .story-content {
    position: relative;
    margin-top: 4rem; 
    width: 70rem;
}

.fwa-carousel.home-hero h6 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;  
    text-transform: uppercase;
}

.fwa-carousel.member-stories .fwac-story .story-content { margin-top: 0; }
.fwa-carousel.q-and-a .fwac-story.active .story-content h6 {
    z-index: 2;
    position: sticky;
    top: 0;
    margin-top: 0;
    padding-top: 30px;
    text-align: center;
    background: #fff;
}

.fwa-carousel .loader {
    display: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100%;
    background: #ffffff;
}
.fwa-carousel .loader div {
    border: 16px solid #f5f5f5; /* Light grey */
    border-top: 16px solid #89d6ed; /* Blue */
    border-radius: 50%;
    margin: 0 auto;
    width: 70px;
    height: 70px;
    animation: spin-loader 2s linear infinite;
}

p strong.first-char { 
    font-size: 3em; 
    font-weight: 900;
    line-height: 1;
}
.mixed-media {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.mixed-media .fwac-slide-list { overflow: hidden; }
.fwa-carousel.has-black-background-color .slick-dots li { 
    border: 1px solid #ffffff;
    background-color: transparent; 
}
.fwa-carousel.has-black-background-color .slick-dots li.slick-active { background-color: #ffffff; }
.mixed-media .slick-dots li:nth-child(even) { display: none; }
.mixed-media .slick-slide[data-slick-index="-1"] { 
    opacity: 0;
    transition: opacity 800ms; 
}
.mixed-media.active:not(.at-beginning) .slick-slide[data-slick-index="-1"] { opacity: 1; }
.mixed-media .slide-blocker { display: none; }
.mixed-media .slick-track > .wp-block-group { width: 320px; }
.mixed-media .slick-arrow { opacity: .4; }
.mixed-media .slick-track > .wp-block-group { margin-bottom: 0 !important; }
.mixed-media h3 { margin-top: 4rem; }
.mixed-media h6 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .04em;
}
.mixed-media p { 
    font-size: .9em; 
}
.mixed-media p.has-small-font-size {
    margin-top: 4rem;
    font-size: .6em;
}
.mixed-media .slick-slide .fwac-caption-wrapper {
    position: absolute;
    bottom: 0;
    max-width: 509px;
    padding-left: 10px;
    padding-bottom: 1rem;
    font-style: italic;
}

.wp-block-group.q-and-a-cover {
    max-width: 100% !important;
    background: url(./images/q-and-a-background.png) transparent;
    background-size: cover;
    cursor: pointer;
}
.wp-block-group.q-and-a-cover h2 { margin-bottom: 50px; }
.wp-block-group.q-and-a-cover h2::before {
    content: 'Q:';
    margin-bottom: 20px;
    display: block;
    line-height: 65px;
    font-size: 65px;
    font-weight: 700;
    color: #0057b8;
}
.wp-block-group.q-and-a-cover .wp-block-buttons { margin-left: 0; }
.wp-block-group.q-and-a-cover .wp-block-buttons .wp-block-button { margin-top: 0; }
.wp-block-group.q-and-a-cover .wp-block-buttons .wp-block-button .wp-block-button__link {
    position: relative;
    padding-left: 0;
    font-size: 16px;
    border: none;
    background: transparent;
    transition: .25s;
    transform: translateX(-5px);
}
.wp-block-group.q-and-a-cover:hover .wp-block-buttons .wp-block-button .wp-block-button__link {
    transition: .25s;
    transform: translateX(5px);
}
.wp-block-group.q-and-a-cover .wp-block-buttons .wp-block-button .wp-block-button__link::after {
    content: url(../../../images/post-link-arrow.svg);
    position: absolute;
    top: 13px;
    right: 0;
}

.fwa-carousel.home-hero .slick-track { display: flex; }
.fwa-carousel.home-hero .slick-slide { height: inherit; }
.fwa-carousel.home-hero .slick-slide > div,
.fwa-carousel.home-hero .slick-slide > div > .fwa-slide-wrapper {
    height: 100%;
}

@keyframes spin-loader {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (min-width: 400px){
    .fww-latest-posts-carousel .fww-carousel-block-header p {
        flex-basis: 84px;
    }
}

@media (min-width: 414px){
    .fwa-carousel.member-stories-2 figure.slick-slide { 
        margin: 0 40px;
        padding: 0 30px; 
    }
    .fwa-carousel.media-text.member-stories-2 .fwac-slide-list figure img { 
        width: calc((100% + 60px) * .39);
    }
}

@media (min-width: 453px){
    .fww-latest-posts-carousel .fww-carousel-block-header p strong a { margin-left: 20px; }
}

@media (min-width: 600px){
    .fwa-carousel.single-slide .slick-dots {
        width: calc(100% - 9rem);
    }
    .mixed-media .slick-track > .wp-block-group { width: 500px; }

    .fwa-carousel.home-hero .fwa-reordered-columns .wp-block-column { order: 1; }
    .fwa-carousel.home-hero .fwa-reordered-columns .wp-block-column:first-child { order: 2; }
    .fwa-carousel.member-stories-2 figure.slick-slide { 
        margin: 0 10px; 
    }
}

@media (min-width: 700px){
    .fwa-carousel.media-text.no-carousel .fwac-slide-list { flex-direction: row; }
}

@media (min-width: 782px){
    .alignfull.legal-carousel {
        padding-top: 72px !important;
        padding-bottom: 10px !important;
    }
    .entry-content > .alignfull.legal-carousel .wp-block-group__inner-container > .wp-block-group.alignwide.fww-carousel-block-header {
        padding-top: 0;
    }
    .fwa-carousel.home-hero .wp-block-column.image-block {
        height: auto;
        flex-basis: 0 !important;
    }
    .fwa-carousel.home-hero .fifty-fifty-columns > .wp-block-column:not(:first-child),
    .hero-2 .fifty-fifty-columns > .wp-block-column:not(:first-child){
        margin-left: 0;
    }
    .fwa-carousel.home-hero .fwa-reordered-columns .wp-block-column { order: 2; }
    .fwa-carousel.home-hero .fwa-reordered-columns .wp-block-column:first-child { order: 1; }

    .fwa-carousel.home-hero .slick-slide > div > .fwa-slide-wrapper > .wp-block-columns {
        height: 100%;
    }
}
@media (min-width: 1000px){
    .fwa-carousel.fww-latest-posts-carousel .slick-arrow {
        display: block !important;
    }    
    .fww-latest-posts-carousel .fwac-view {
        width: calc(100% - 4rem) !important;
        max-width: 1269px !important;
    }
    .fwa-carousel.media-text.no-carousel .fwac-slide-list { flex-wrap: nowrap; }
    .fwa-carousel.single-slide .wp-block-media-text__content {
        margin: 0 1rem 0 18rem;
        width: calc(100% - 44rem);
    }
    .fwa-carousel.single-slide > div > .wp-block-media-text__media.active {
        max-width: 300px !important;
        opacity: 1;
        filter: grayscale(0);
    }

    .fwa-carousel.single-slide .slick-dots {
        width: calc(100% - 44rem);
    }
    .fwa-carousel.fww-member-quotes .slick-dots { justify-content: start; }

    .fwa-carousel.fww-member-quotes .wp-block-media-text .wp-block-media-text__media {
        grid-column-end: auto;
        margin: 0 0 0 2rem;
    }
    .fwa-carousel.fww-member-quotes .wp-block-media-text .wp-block-media-text__content { grid-row: 1; }
    .fwa-carousel.fww-member-quotes .wp-block-media-text .wp-block-media-text__content blockquote {
        background: url(../../../images/quotes-blue.svg) top left no-repeat;
        padding-top: 0;
        padding-left: 5rem;
        text-align: left;
    }
    .fwa-carousel.fww-member-quotes .slick-arrow.slick-prev { left: 0 !important; }
    .fwa-carousel.fww-member-quotes .slick-arrow.slick-next::before { visibility: visible; }

    .mixed-media .slick-dots {
        justify-content: left;
        padding-left: 2rem;
    }
    .mixed-media .slick-arrow { opacity: 1; }
    .mixed-media .slick-track > .wp-block-group { width: auto; }
    .mixed-media::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width:259px;
        background-image: url(./../../../images/arcs-left.png);
        background-repeat: no-repeat;
        background-position: top left;
        background-size: cover;
        opacity: 1;
        transition: opacity 1600ms;
    }
    .mixed-media.active:not(.at-beginning)::before { opacity: 0; }    
    .mixed-media .slick-list { margin-left: -8rem; }
    .mixed-media-image {
        overflow: hidden;
        width: 944px !important;
        max-width: 944px !important; 
        height: 629px;
        margin-top: 0;
        margin-bottom: 0; 
    }
    .mixed-media-image.vertical-image {
        width: 409px !important;
        max-width: 409px !important; 
        min-height: 629px;
    }
    .mixed-media-image > div,
    .mixed-media-image > div > figure,
    .mixed-media-image > div > figure > img { height: auto; }

    .wp-block-group.q-and-a-cover {
        max-width: 972px !important;
        width: 972px;
    }
    .wp-block-group.q-and-a-cover h2 {
        position: relative;
        margin-top: 90px;
        margin-bottom: 0;
        padding-left: 161px;
    }
    .wp-block-group.q-and-a-cover h2::before {
        position: absolute;
        top: -20px;
        left: 0;
        margin-bottom: 0;
        line-height: 121px;
        font-size: 121px;
    }
    .wp-block-group.q-and-a-cover .wp-block-buttons {
        display: flex;
        margin-bottom: 40px;
    }
    .wp-block-group.q-and-a-cover .wp-block-buttons .wp-block-button { margin-top: 3rem; }
}

@media (min-width: 1200px){
    .fwa-carousel.home-hero.loading::before {
        z-index: 1;
        content: '';
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #0057b8;
    }
    .fwa-carousel.home-hero h1 {
        font-size: 65px;
        line-height: 68px;
    }
}

@media (min-width: 1220px){
    .fww-latest-posts-carousel .fww-carousel-block-header {
        margin-right: auto;
        margin-left: auto;
        max-width: 1269px !important;
        width: auto;
    }
    .fww-latest-posts-carousel .fwac-view {
        width: auto !important;
    }
    .fwa-carousel.member-stories-2 .fwac-view {
        max-width: 1212px !important;
    }
    .fww-latest-posts-carousel > .wp-block-group__inner-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .fwa-carousel.fww-latest-posts-carousel .fwac-view {
        margin-left: 0px;
    }
    .fwa-carousel.member-stories-2 figure.slick-slide { height: 538px; }
    .fwa-carousel.member-stories-2 figure.slick-slide::before {
        height: calc(100% - 80px);
    }
}

@media (min-width: 1300px){
    .fwa-carousel.fww-member-quotes .wp-block-media-text .wp-block-media-text__media {
        margin-left: 0;
    }
}

@media (min-width: 1400px){
    .fwa-carousel.single-slide > div > .wp-block-media-text__media.active img,
    .fwa-carousel.single-slide > div > .wp-block-media-text__media.active {
        max-width: 400px !important;
    }
}

@media (min-width: 1530px){
    .fwa-carousel.single-slide > div > .wp-block-media-text__media.active img,
    .fwa-carousel.single-slide > div > .wp-block-media-text__media.active {
        max-width: 450px !important;
    }
}

@media (min-width: 2000px){
    .fwa-carousel.home-hero { background: #000000; }
    .fwa-carousel.home-hero .fwac-view.alignfull {
        margin: 80px auto;
        max-width: calc(100% - 410px);
        min-width: 1500px;
    }
}

@media(hover: hover) {
    .fww-latest-post {
        cursor: pointer;
        transition: all .2s ease-in-out;
    }
    .fww-latest-post:hover {
        background-color: #000000;
        color: #ffffff;
        transform: scale(1.05);
    }
    .fww-latest-post:hover .post-tags {
        color: #59CBE8;
    }
    .fww-latest-post:hover .post-tags > div::before {
        background-image: url(../../../images/category-icons-teal.svg);
    }
    .fww-latest-post:hover time::before {
        background-color: #000000;
    }
}
