* {
    box-sizing: border-box;
}

/* Webfont: SwedenSans-Regular */
@font-face {
    font-family: 'SwedenSans';
    src: url('../fonts/SwedenSansRegular.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/SwedenSansRegular.otf') format('opentype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 400;
}

/* Webfont: SwedenSans-SemBold */
@font-face {
    font-family: 'SwedenSans';
    src: url('../fonts/SwedenSansSemiBold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/SwedenSansSemiBold.otf') format('opentype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 600;
}

/* Webfont: SwedenSans-Bold */
@font-face {
    font-family: 'SwedenSans';
    src: url('../fonts/SwedenSansBold.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/SwedenSansBold.otf') format('opentype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 700;
}

/* Webfont: SwedenSans-Book */
@font-face {
    font-family: 'SwedenSans';
    src: url('../fonts/SwedenSansBook.woff2') format('woff2'), /* Modern Browsers */
    url('../fonts/SwedenSansBook.otf') format('opentype'); /* Safari, Android, iOS */
    font-style: normal;
    font-weight: 300;
}


body {
    font-family: "SwedenSans";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased; /* Font rendering in Chrome on Mac */
    -moz-osx-font-smoothing: grayscale; /* Font rendering in Firefox on Mac */
}

html {
    scroll-behavior: smooth;
}

.bg-yellow {
    background: #E8E3D1;
}

.bg-white {
    background: #FFFFFF;
}

a,
a:link,
a:active {
    color: #005293;
}

    a:hover {
        text-decoration: none;
    }

ol, ul {
    padding-left: 1.25rem;
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––
TEXT AND TYPOGRAPHY
–––––––––––––––––––––––––––––––––––––––––––––––––*/

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    line-height: 1;
    text-transform: none;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .5rem;
}

h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

h3 {
    font-size: 1.25rem;
    margin-bottom: .75rem;
}

h4 {
    font-size: 1.25rem;
    margin-bottom: .25rem;
}

h5 {
    font-size: 1.125rem;
    margin-bottom: .25rem;
}

h6 {
    font-size: 1rem;
    margin-bottom: .25rem;
}

h3 + h4 {
    margin-top: .75em;
}

p, li {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
}

img + p, img + h2, img + h3, img + h4, video + p {
    margin-top: 1.5rem;
}

p + h2, p + h3, p + h4, ul + h3 {
    margin-top: 1.5em;
}

p.showcase-description {
    font-size: 1.125rem;
}

p.ingress {
    font-size: 1.125rem;
    line-height: 1.5;
}

    p.ingress:last-child {
        margin-bottom: 0;
    }

/* Breakpoints Text and typography
––––––––––––––––––––––––––––––––– */

@media (min-width: 576px) {

    h1, h2, h3, h4, h5, h6 {
        -webkit-hyphens: manual;
        -ms-hyphens: manual;
        hyphens: manual; /*hyphen only at &hyphen; or &shy; (if needed)*/
    }
}

@media screen and (min-width: 768px) {

    h1 {
        font-size: 2.5rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    p.ingress {
        font-weight: 400;
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 1700px) {

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 1.5rem;
    }
}



/* 
======================================================
LAYOUT UTILITIES
======================================================
*/

/* Spacing utilites X */

.padding-x-row {
    padding-left: 15px;
    padding-right: 15px;
    transition: .5s;
}

@media (min-width: 768px) {
    .padding-x-row {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1200px) {
    .padding-x-row {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

.narrow-container {
    max-width: 900px;
}

/* Spacing utilites y */

.padding-y-row {
    padding-top: 2rem;
    padding-bottom: 2rem;
    transition: .5s;
}







/* ========= Buttons ========= */

button.theme-btn,
a.theme-btn {
    background: #1A3050;
    color: #FECB00 !important;
    padding: 0.625rem 2rem;
    margin: 1rem 1rem 1rem 0;
    font-size: 1.125rem;
    border: 1px solid #1A3050;
    position: relative;
    cursor: pointer;
    display: inline-flex;
    line-height: 1.1;
    text-decoration: none;
    box-sizing: border-box;
    border-radius: 40px;
}

.button-group
a.theme-btn {
    padding: 1.25rem 2rem;
}

.theme-btn:hover, .theme-btn:hover::before, .theme-btn:hover::after {
    opacity: 0.9;
}


/* 
–––––––––––––––––––––––––––––––––––––––––––––––––
HEADER AND NAVBAR
–––––––––––––––––––––––––––––––––––––––––––––––––
*/

.navbar-expand-xl {
    transition: all .4s ease-in-out;
}

    .navbar-expand-xl.navbar-dark {
        background-color: transparent;
    }

    .navbar-expand-xl.navbar-light {
        background-color: #00000070;
        box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    }




/* ----- Logo ----- */

.navbar-brand {
    padding: 1rem 0;
}

    .navbar-brand img {
        width: 150px;
        height: auto;
        padding-left: 0;
    }

#main-nav-mobile .navbar-brand img {
    margin: 2rem 0;
}



@media screen and (min-width: 992px) {

    .navbar-brand img {
        width: 220px;
    }
}


@media screen and (min-width: 1700px) {

    .navbar-brand img {
        width: 242px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {

    .navbar-expand-xl .section-x-space {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

/* ----- Toggler button ----- */

.toggler-text {
    color: #1A3050;
}

.navbar-toggler {
    position: relative;
    width: 30px;
    height: 22px;
    border: none;
}

    .navbar-toggler span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #fff;
        opacity: 1;
        left: 0;
    }

.showcase-page .navbar-toggler span,
.members-page .navbar-toggler span,
.member-page .navbar-toggler span {
    background: #1A3050;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    border: none;
    outline: none;
    box-shadow: none;
}

.navbar-toggler span:nth-child(1) {
    top: 0;
}

.navbar-toggler span:nth-child(2) {
    top: 10px;
}

.navbar-toggler span:nth-child(3) {
    top: 20px;
}

/* ----- Offcanvas mobile menu ----- */

.showcase-page-nav {
    position: absolute;
    right: 1rem;
    top: 1rem;
    padding: 0;
}

@media screen and (min-width: 768px) {
    .showcase-page-nav {
        right: 2rem;
        top: 2rem;
    }
}


@media screen and (min-width: 1200px) {
    .showcase-page-nav {
        right: 4rem;
        top: 2rem;
    }
}

.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    background-color: #1A3050;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 1032;
}



@media screen and (max-width: 767px) {

    .offcanvas-collapse {
        left: 0;
    }
}


.offcanvas-collapse.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 40px rgba(0,0,0,0.1);
}

#mobile-menu {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

#main-nav-mobile {
    padding: 0 1rem 0 1rem;
    height: 100%;
}

    #main-nav-mobile .nav-link {
        color: #E8E3D1;
        font-size: 1.25rem;
        line-height: 1;
        font-weight: 600;
        border-bottom: 1px solid #E8E3D1;
        padding: 0.875rem 5px 0.875rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.close-button {
    cursor: pointer;
    font-size: 36px;
    padding: 0 0.25rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    color: #293033;
    height: 30px;
    width: 30px
}

#main-nav-mobile .top-nav-item {
    height: 60px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #E8E3D1;
}

    #main-nav-mobile .top-nav-item span {
        display: block;
        position: absolute;
        height: 2px;
        width: 30px;
        background: #E8E3D1;
        opacity: 1;
        right: 0;
    }

        #main-nav-mobile .top-nav-item span:nth-child(1) {
            top: 15px;
            transform: rotate(45deg);
        }

        #main-nav-mobile .top-nav-item span:nth-child(2) {
            top: 15px;
            transform: rotate(-45deg);
        }

.showcase-page-nav #mobile-menu.offcanvas-collapse.show {
    transform: translateX(0);
}

@media screen and (min-width: 768px) {

    #main-nav-mobile {
        padding: 0 3rem 0 3rem;
    }

    .start-page-nav #mobile-menu.offcanvas-collapse {
        width: 50%;
        right: 0;
        transform: translateX(100%);
    }

    .showcase-page-nav #mobile-menu.offcanvas-collapse {
        width: 400px;
        right: 0;
        transform: translateX(100%);
    }



    #mobile-menu.offcanvas-collapse.open {
        transform: translateX(0);
    }
}

@media screen and (min-width: 1200px) {

    .start-page-nav #mobile-menu.offcanvas-collapse {
        display: none !important;
    }
}

/* Mobile submenu */

#main-nav-mobile .offcanvas-submenu-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    z-index: 10;
    background-color: #ffffff;
    padding: 0 1rem;
    opacity: 0;
}

    #main-nav-mobile .offcanvas-submenu-collapse.open {
        -webkit-transform: translateX(-1rem);
        transform: translateX(-1rem);
        opacity: 1;
    }

    #main-nav-mobile .offcanvas-submenu-collapse .top-nav-item {
        justify-content: space-between;
    }

#mobile-menu .back-button {
    justify-content: flex-start;
    color: #293033;
    font-size: 30px;
}

#main-nav-mobile .submenu {
    list-style: none;
    padding-left: 0;
}

    #main-nav-mobile .submenu .nav-link.submenu-title {
        border-top: 1px solid #A1B7B6;
        border-bottom: 1px solid #A1B7B6;
    }

#main-nav-mobile .offcanvas-submenu-collapse .submenu:first-child .nav-item:first-child .nav-link {
    border-top: none;
}

#main-nav-mobile .submenu-submenu {
    list-style: none;
    padding-left: 0;
}

    #main-nav-mobile .submenu-submenu .nav-item .nav-link {
        text-transform: none;
        font-weight: normal;
    }

#mobile.menu .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

#main-nav-mobile .submenu-submenu .nav-item:first-child .nav-link {
    border-top: none;
}

#main-nav-mobile .submenu-submenu > .nav-item:last-child {
    border-bottom: 1px solid #A1B7B6;
}

#main-nav-mobile .submenu .submenu .nav-item:last-child .nav-link {
    border-bottom: none;
}

#main-nav-mobile .submenu-item .nav-link {
    text-transform: none;
}



/* Mobile extra menu */

#mobile-menu #extra-nav {
    padding: 0 1rem 0;
}

    #mobile-menu #extra-nav .nav-link {
        border-top: 1px solid #A1B7B6;
        padding: 0.875rem 5px 0.875rem 0;
        display: flex;
        align-items: center;
        background-color: #ffffff;
    }

        #mobile-menu #extra-nav .nav-link svg {
            margin-right: 0.25em;
        }

    #mobile-menu #extra-nav .nav-item:last-child {
        border-bottom: 1px solid #D0DFE3;
    }

#mobile-menu .linked-in {
    position: absolute;
    right: 1rem;
    bottom: 1rem;
}

    #mobile-menu .linked-in a {
        border-bottom: 0;
        padding: 0.5rem;
    }


@media screen and (min-width: 768px) {
    #mobile-menu .linked-in {
        position: absolute;
        right: 3rem;
        bottom: 3rem;
    }
}
/* ----- Main menu ----- */
#main-nav .nav-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 600;
    padding: 0.5rem 0.75rem;
    transition: 0.2s;
    cursor: pointer;
}

    #main-nav .nav-link:hover {
        color: #fecb00;
    }



#main-nav .nav-item {
    position: initial;
}

#main-nav > .nav-item:last-child > .nav-link {
    padding-right: 0;
}


.linked-in {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -6px;
}


    .linked-in a {
        padding: 0.5rem;
        color: #EDEDED;
    }

        .linked-in a i {
            vertical-align: middle;
        }

    .linked-in:hover {
        border: 1px solid #fecb00
    }

        .linked-in:hover a {
            color: #fecb00;
        }

@media screen and (min-width: 1400px) {

    #main-nav .nav-link {
        padding: 0.5rem 1rem;
    }
}

@media screen and (min-width: 1700px) {

    #main-nav .mega-menu {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }


    #main-nav .nav-link {
        font-size: 1.125rem;
        padding: 0.875rem 1.25rem;
    }

    .linked-in {
        margin-top: 0;
    }
}
/* ---------- Footer ---------- */

footer {
    background: #005293;
    min-height: 100vh;
    background-image: url(/media/ttjpctm4/swecare-waterstamp.svg);
    background-size: 400px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

    footer .footer-row.row {
        margin-top: 97px;
    }

    footer p {
        color: #EDEDED;
    }

    footer .footer-links a {
        color: #EDEDED;
        display: flex;
        margin-bottom: 1rem;
        align-items: center;
    }

        footer .footer-links a img {
            margin-right: 0.5rem;
            height: 1rem;
            filter: invert(100%) sepia(0%) saturate(7423%) hue-rotate(188deg) brightness(107%) contrast(102%);
        }

        footer .footer-links a:hover img {
            height: 1rem;
            filter: invert(69%) sepia(83%) saturate(519%) hue-rotate(358deg) brightness(102%) contrast(107%);
        }

    footer a:hover {
        color: #fecb00;
    }

    footer h3 {
        color: #EDEDED;
        font-weight: bold;
        font-size: clamp(48px, calc(3rem + ((1vw - 7.68px) * 1.3889)), 64px);
    }




@media screen and (min-width: 992px) {

    footer .row .col-lg-6:nth-child(-n + 2) {
        margin-bottom: 2rem;
    }

    footer .footer-row.row {
        margin-top: 128px;
    }

    footer {
        background-size: 500px;
    }
}

.sender-system .sender-system-box.sweden-flag {
    border-bottom: none;
}

.sender-system .sender-system-box:nth-child(2) {
    border-top: none;
}

.sender-system .secondary-row .sender-system-box:last-child {
    border-top: none;
}


.sender-system .sender-system-box {
    border: 1px solid #FAFAFA;
    width: 270px;
    height: 110px;
    padding: 1rem;
}


    .sender-system .sender-system-box img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

@media screen and (min-width: 992px) {

    .sender-system .sender-system-box:nth-child(2) {
        border-top: 1px solid #FAFAFA;
    }

    .sender-system .sender-system-box.sweden-flag {
        border-bottom: none;
    }

    .sender-system .sender-system-box:nth-child(2) {
        border-left: none;
    }

    .sender-system .secondary-row .sender-system-box:last-child {
        border-top: 1px solid #FAFAFA;
        border-left: none;
    }
}



/* ========= Main content ========= */

/* ---------- Hero section ---------- */


.hero-section {
    min-height: 100vh;
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.hero-video video {
    width: 100%;
    height: 100%;
    position: fixed;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: -1;
    filter: brightness(70%);
    min-height: calc(100vh - 160px);
}

.hero-video {
    background-size: cover;
    background-position: center;
}

    .hero-video .hero-caption {
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        max-width: 100ch;
    }

.hero-caption, .video-caption {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .hero-caption h1,
    .lower-hero-section h2 {
        font-weight: 700;
        width: 100%;
        color: #fecb00;
    }

    .hero-caption h1 {
        font-size: clamp(64px, calc(4rem + ((1vw - 7.68px) * 6.9444)), 120px);
        letter-spacing: -0.025em;
    }


.lower-hero-section h2 {
    font-size: clamp(56px, calc(3.5rem + ((1vw - 7.68px) * 5.5556)), 120px);
}


.hero-caption h2 {
    font-size: 1.75rem;
    font-weight: 400;
    margin-top: 0;
    color: #fff;
    line-height: 1.1;
}

    .hero-caption h2 strong {
        font-weight: bold;
    }

.hero-section a.btn-white {
    margin-right: 1rem;
}

@media screen and (min-width: 992px) {


    .hero-caption h2 {
        font-size: 2rem;
    }

    .hero-caption, .video-caption {
        align-items: start;
        text-align: left;
    }
}

@media screen and (min-width: 1200px) {

    .hero-caption h2 {
        font-size: 2.5rem;
    }
}

@media screen and (min-width: 1700px) {


    .hero-caption h2 {
        font-size: 3rem;
    }

    .hero-caption a.btn {
        margin-top: 2.5rem;
        padding: 1rem 3rem;
    }
}

.chevron-down {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
}

.chevron-left.d-none {
    position: absolute;
    right: 2rem;
    bottom: 50%;
    transform: translateY(50%);
}



.chevron-down p,
.chevron-left p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #FAFAFA;
}

.chevron-down img {
    height: 2rem;
    position: relative;
    top: 0;
    transition: top ease 0.2s;
}


.chevron-left img {
    width: 2rem;
    position: relative;
    transition: right ease 0.2s;
    right: 0;
}

.hero-section .chevron-down img,
.lower-hero-section .chevron-down img {
    filter: invert(69%) sepia(83%) saturate(519%) hue-rotate(358deg) brightness(102%) contrast(107%);
}


.chevron-left img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(5788%) hue-rotate(358deg) brightness(103%) contrast(105%);
}

.chevron-down:hover img {
    top: 10px;
}

.chevron-left:hover img {
    right: -10px;
}

.showcase-page {
    background: #E8E3D1;
    color: #1A3050;
}

.content-container {
    scroll-snap-type: y mandatory;
}

.hero-section,
.lower-hero-section {
    scroll-snap-align: start;
}




.lower-hero-section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #00000030;
}

.lower-hero-caption {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .lower-hero-caption p {
        color: #FAFAFA;
    }

.fade-in {
    animation: fadeInAnimation ease 8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


/*–––––––––––––––––––––––––––––––––––––––––––––––––
SUBPAGE
–––––––––––––––––––––––––––––––––––––––––––––––––*/


.subpage-content-container {
    min-height: 100vh;
    background-color: #192841;
    background-image: url(../images/Rectangle\ 6.png);
    background-size: cover;
    background-position: center;
}


.modal-content {
    background: #fff;
    box-shadow: 0px 0px 64px #00000090;
    border-radius: 0;
    border: 0;
}

.modal-header {
    border: 0;
}

    .modal-header .close {
        color: #1A3050;
    }

.modal-body {
    text-align: left;
}

    .modal-body img {
        border-radius: 5px;
        border: 5px solid #FFFFFF;
    }

@media screen and (max-width: 992px) {
    .page-heading {
        margin-top: 2rem;
    }
}

.members-heading {
    color: #E8E3D1;
    margin-bottom: 2rem;
    margin-right: 2rem;
}

.info-box {
    background: #FAFAFA;
    padding: 1rem;
    color: #1A3050;
}

    .info-box p.preheadline {
        color: #005293;
        margin-top: 0;
        font-weight: 600;
        text-transform: uppercase;
    }

    .info-box h3 {
        margin-top: 0;
    }

    .info-box p {
        color: #1A3050;
        margin-bottom: 0;
    }

.card {
    margin-bottom: 1rem;
    margin-right: 1rem;
    text-align: left !important;
    border: 0;
    background: transparent;
    position: relative;
}

.card-img-top {
    background: #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    max-height: 170px;
}

    .card-img-top img {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        padding: 1rem;
        background: #fff;
        max-height: 100px;
    }

.members .card-img-top img {
    filter: grayscale(100%);
}

.card-body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

p.card-text {
    color: #fff;
}

h3.card-title {
    color: #fff;
}

/*.members-list {
    overflow-x: scroll;
}

*/


.showcase-page .main-content {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .showcase-page .main-content h1 {
        font-size: clamp(42px, calc(2rem + ((1vw - 7.68px) * 5.5556)), 68px);
    }

.showcase-page .navigation-section img {
    width: 32px;
}




.showcase-page .navigation-section h3 {
    text-transform: uppercase;
    margin: 0;
    color: #1A3050 !important;
}

.showcase-members-section {
    background: #1A3050;
    padding-top: 3rem;
    padding-bottom: 3rem;
    min-height: 100vh;
}

.showcase-page .members-heading h2 {
    color: #E8E3D1;
    font-size: 2.5rem;
}

.showcase-page .members-heading p {
    color: #E8E3D1;
}

.arrow-down img {
    transition: top ease 0.2s;
    position: relative;
    top: 0;
}

.arrow-down:hover img {
    top: 10px;
}

.arrow-left img {
    transition: left ease 0.2s;
    position: relative;
    left: 0;
}

.arrow-left:hover img {
    left: -10px;
}

.arrow-right img {
    transition: right ease 0.2s;
    position: relative;
    right: 0;
}

.arrow-right:hover img {
    right: -10px;
}

.showcase-members-section .chevron-down img {
    rotate: 90deg;
}

.showcase-members-section .letters h2 a {
    color: #E8E3D1;
}

@media screen and (min-width: 768px) {
    .showcase-page .navigation-holder div {
        justify-content: center;
    }
}

@media screen and (min-width: 992px) {

    .showcase-page .members-heading p {
        max-width: 400px;
    }

    .showcase-members-section {
        background: #1A3050;
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}

.showcase-members-slide .slick-slide,
.members-slide .slick-slide {
    height: inherit !important;
}

.members-heading {
    color: #E8E3D1;
    font-size: 2.5rem;
}

.showcase-members-slide .slick-track,
.members-slide .slick-track {
    display: flex !important;
}

.showcase-members-slide .slick-list,
.members-slide .slick-list {
    margin-left: 2rem;
    margin-right: 2rem;
}

.member-item {
    display: block;
    margin: 0;
    background: #E8E3D1;
}

@media screen and (min-width: 480px) {
    .member-item {
        margin: 0 2rem;
    }
}

.member-item .member-image {
    background: #fff;
    height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .member-item .member-image img {
        width: 145px;
    }

.member-item .member-text {
    padding: 1rem;
    color: #1A3050;
}

    .member-item .member-text h3 {
        color: #1A3050;
    }

.showcase-page .showcase-btn {
    display: flex;
    align-items: center;
    margin-top: 1rem;
    transition: .5s ease-in-out;
}

    .showcase-page .showcase-btn a {
        position: relative;
    }

        .showcase-page .showcase-btn a img.showcase-icon {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto;
        }



    .showcase-page .showcase-btn h3 {
        margin-bottom: 0;
        margin-left: 1rem;
    }



.feature-block .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
}


.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-size: cover;
    background-position: center;
    border: 4px solid #FFFFFF;
    border-radius: 10px;
    background: #FF8C56;
}

.card:hover .overlay {
    opacity: 1;
}

.overlay-text {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 1rem;
    font-size: 0.825rem;
}

    .overlay-text p {
        font-size: 0.825rem;
    }

/*–––––––––––––––––––––––––––––––––––––––––––––––––
MEMBER PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––*/

.member-img {
    border-radius: 5px;
    border: 5px solid #FFFFFF;
}

.members-list.card-img-top {
    max-height: 170px;
}

    .members-list.card-img-top img {
        max-height: 100px;
    }



.accordion-heading button {
    color: #fff;
    font-size: 1.25rem;
    font-weight: normal;
    margin-bottom: .25rem;
}

button.btn.collapsible-link {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.collapsible-link::after {
    content: '\f078';
    font-family: 'FontAwesome';
    margin-left: 1rem;
    font-size: 1.1rem;
}

.collapsible-link[aria-expanded='true']::after {
    content: '\f077';
}

button:hover {
    opacity: 1;
}

.lower-hero-section .area-img img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(18%) hue-rotate(0deg) brightness(106%) contrast(104%);
    transition: scale 0.5s;
}

.lower-hero-section .area-img:hover img {
    filter: none;
    scale: 1.1;
}

.lower-hero-section .area-img p {
    text-align: center;
    color: #fff;
    margin: 0.25rem 0 1.5rem 0;
    font-size: 1rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
}

@media screen and (min-width: 1200px) {

    .lower-hero-section .area-img p {
        font-size: 1.25rem;
    }
}

/*–––––––––––––––––––––––––––––––––––––––––––––––––
MEMBERS PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––*/

.members-card.card-body {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(19px);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.members-card.card {
    margin-bottom: 1rem;
    margin-right: 1rem;
    text-align: left !important;
    border: 0;
    background: transparent;
    position: relative;
}

.members-card.card-img-top {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 170px;
    max-width: 100% !important;
}

    .members-card.card-img-top img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        max-height: 100px;
        max-width: 100% !important;
    }

.virtual-member-image {
    background: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.member-image-col {
    background: #fff;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.virtual-member-logo {
    background: #fff;
    color: #273583;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

    .virtual-member-logo a {
        color: #005293;
    }

.virtual-member-text {
    padding-left: 0;
    padding-right: 0;
}




.stats {
    padding: 1rem;
    margin-top: 1rem;
    background: #E8E3D1;
    border-radius: 0;
}

.swecare-container {
    max-width: 1140px;
    padding-bottom: 5rem;
}

button.clicked, button.clicked:focus {
    box-shadow: 0 0 1rem #fff;
}

.virtual-member-logo img {
    max-height: 100px !important;
}

[type="button"] {
    -webkit-appearance: none;
}

button.orange {
    background: #FECB00;
    border-color: #FECB00;
    color: #1A3050 !important;
}

.news-container {
    opacity: 0;
    height: 3rem;
    overflow: hidden;
}

    .news-container.fade-in-down {
        transform: translateY(60px);
        animation: fadeInText 1s 0ms forwards;
    }

@keyframes fadeInText {
    from {
        transform: translateY(60px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.superform {
    background: transparent;
}

.publication-text {
    margin-bottom: 0;
}

.publications-container {
    margin-bottom: 1rem;
}

    .publications-container a {
        color: #005293;
    }

@media screen and (max-width: 992px) {
    .area-mobile-headline {
        margin-top: 3rem;
    }
}


.back-btn {
    margin-top: 2.5rem !important;
}


.publication-img img {
    border: none;
    border-radius: 0;
    max-width: 189px;
    margin-bottom: 1rem;
}

.publication-icon-img {
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.modal-content.publications-modal {
    padding-left: 1.5rem;
}


.info-box-text {
    border-radius: 10px;
    margin: 1rem;
    padding: 1rem;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 24px rgb(0 0 0 / 10%);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    height: 300px;
}

    .info-box-text:after {
        content: '';
        position: absolute;
        right: 0;
        top: 30%;
        width: 0;
        height: 0;
        border: 30px solid transparent;
        border-left-color: rgba(255, 255, 255, 0.1);
        border-right: 0;
        border-bottom: 0;
        margin-top: -10px;
        margin-right: -30px;
        backdrop-filter: blur(12px);
    }

.info-box img {
    max-height: 300px;
    width: auto;
}

.info-box-text {
    width: 200px;
}

    .info-box-text p {
        font-size: 0.75rem;
    }

@media (min-width: 1400px) {

    .info-box img {
        max-height: 400px;
        width: auto;
    }

    .info-box-text {
        width: 300px;
        padding: 2rem;
    }

        .info-box-text p {
            font-size: 0.875rem;
        }
}

.info-box h2 {
    font-weight: normal;
}

.members-page {
    min-height: 100vh;
}

    .members-page h1,
    .members-page h2 a {
        color: #1A3050
    }

    .members-page .member-item {
        background: #fff;
    }

        .members-page .member-item p {
            color: #000;
        }

            .members-page .member-item p a {
                color: #005293;
            }


.member-page {
    min-height: 100vh;
}

    .member-page h1 {
        font-size: clamp(42px, calc(2rem + ((1vw - 7.68px) * 5.5556)), 68px);
        color: #1A3050;
        margin-right: 1rem;
    }


@media (min-width: 992px) {

    .member-page h1 {
        margin-bottom: 0;
    }
}

.member-page h2 {
    color: #1A3050;
    font-size: clamp(1rem, 0.5226rem + 2.0645vw, 3rem);
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 0;
}

.member-page h3 {
    color: #1A3050;
}

.member-page .area-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
}

.virtual-member-text a {
    color: #1A3050;
}


.member-page .area-img img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(10%) saturate(2821%) hue-rotate(176deg) brightness(95%) contrast(99%);
    width: 160px;
}

.member-page .area-img p {
    color: #1A3050;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.virtual-member-logo,
virtual-member-image {
    padding: 1rem;
}


.pod-player-icon {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    font-size: 2rem;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

    .pod-player-icon p {
        text-transform: uppercase;
        color: #fff;
        margin-top: 0.5rem;
        display: none;
    }

.pod-player {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    max-width: 320px;
}

    .pod-player .close-btn {
        position: absolute;
        top: -1rem;
        left: -1rem;
        font-size: 1.25rem;
        cursor: pointer;
        color: #fff;
    }

@media (min-width: 480px) {

    .pod-player-icon p {
        display: block;
    }

    .pod-player {
        position: fixed;
        bottom: 2rem;
        right: 2rem;
        max-width: 320px;
    }
}



.modal .modal-body a {
    color: #005293;
}

#mobile-menu.offcanvas-collapse.show {
    transform: translateX(0) !important;
}