body {
background-image: none;
}
#fs-content-section-26 .fs-content-section-items-grid-detail {
padding: 0 20px;}
.site-branding__logo img {
    width: auto; 
    max-width: 120px;

}
.site-header {
    position: relative;
    z-index: 100000000001;
}
.site-header__initial {display:none;}
.site-header__inner {
    position: sticky;
    z-index: 1;
    flex-grow: 1;
    width: 100vw !important;
    background: rgba(0, 0, 0, 0);
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0);
  
}
.site-header__inner a {color:#000;}
.site-footer nav > ul.menu > li {
    margin-block-end: var(--sp0-5);
    flex: auto;
}
.site-footer .menu {
    margin-inline-start: 0;
    list-style: none;
    align-items: flex-end;
    text-align: right;
}
.site-footer a {
    color: inherit;
    font-family: var(--font-sans), sans-serif;
}
.site-footer {
    position: relative;
    color: var(--color--gray-65);
    background: #2E212B;
}
body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed:not(.is-expanded) .site-header__inner {
    background: rgba(255, 255, 255, 1);
  border-bottom: 1px solid #ddd;
}
body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed:not(.is-expanded) .site-header__inner a {
    color: #2E212B;
}
@media (min-width: 75rem) {
    body:not(.is-always-mobile-nav) .site-header__fixable.is-fixed:not(.is-expanded) .site-header__inner {
        transform: translateX(0%);
        opacity: 1;
    }
}
.region--hero {
    margin-top: calc(-1* var(--site-header-height-wide));
display: grid;
grid-template-columns: repeat(2, 50%);
grid-template-rows: repeat(2, 50%);
grid-column-gap: 0px;
grid-row-gap: 0px;
  align-items: center;
}

 .block-page-title-block {
  background:#edf2f4
grid-area: 1 / 1 / 2 / 2;
   padding: 0;
height: 100%;
   display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: 40px;
   align-items: end;
}
 #block-fs-master-contentfield-2 {
  background: #edf2f4;
grid-area: 2 / 1 / 3 / 2;
   padding: 0 ;
    height: 100%;
  display: grid;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: 40px;
   align-items: flex-start;
}
 #block-fs-master-contentfield-2 > div, .block-page-title-block > h1, .block-page-title-block > div {
grid-area: 1 / 3 / 2 / 7
}
h1 {
    font-size: 4rem;
    line-height: 1 !important;
    margin-bottom: 0px;
}
  #block-fs-master-contentfield-2 p {
   line-height: 1.7;
    margin-top: 5px;
   font-size: 1.1rem;
   margin-bottom: 0;
}
.block-views-blockparagraph-top-images-block-1{
    max-width: 100%;
    grid-area: 1 / 2 / 3 / 3;
    overflow: hidden;
    max-height: 100vh;
}
.text-content, .cke_editable, p {
    font-family: var(--primary-font), sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin-block: var(--sp);
    font-family: var(--secondary-font);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0px;
line-height: 1.2;
}

.views-row {
  display: flex
;
    height: 100%;
    align-items: center;
    overflow: hidden;
}
.pgc-top-image img {
    height: 100%;
    width: auto;
    max-width: 150%;
}
.site-header__inner__container {
    display: flex;
    justify-content: space-around;
}
@media (min-width: 75rem) {
    .site-header__fixable.is-fixed:not(.is-expanded) {
        pointer-events: inherit;
    }
}
    body:not(.is-always-mobile-nav) .primary-nav__menu-link {
        letter-spacing: -0.4px;
        font-size: 1rem;
        text-transform: uppercase;
        line-height: var(--sp1-5);
        font-weight: 700;
    }
    body:not(.is-always-mobile-nav) .primary-nav__menu--level-1 {
        display: flex
;
        align-items: stretch;
        margin-inline-end: 0;
    }
.site-header__inner__container {
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(var(--grid-col-count), minmax(0, 1fr));
    grid-column-gap: var(--grid-gap);
}
#block-fs-master-site-branding {grid-area: 1 / 3 / 3 / 5; padding: 0;}
#header-nav {grid-area: 1 / 4 / 2 / 13;}
@media (min-width: 75rem) {
    .site-branding__logo img {
        max-height: 50px;
    }
}
.callout-p {
    color: var(--color-text-primary-medium);
    font-size: 3rem;
    line-height: 1.2;
    font-family: var(--secondary-font), sans-serif;
}
p {
  color:#000;
  line-height: 1.8;
}
    .button, p a {
        display: inline-flex
;
        align-items: center;
        padding-block: 0;
        padding-inline: 0;
        line-height: 1.5;
        border: 0;
    font-size: inherit;
        text-transform: none;
        letter-spacing: 0;
        font-family: var(--primary-font);
        font-weight: 600;
        color: #000;
        border-bottom: 1px solid;
        border-radius: 0;
        padding: 2px 0;
        margin: 0;
        height: auto;
background: transparent;
    }
 .button:hover, .button:focus, p a:hover, p a:focus {
        display: inline-flex;
   background: transparent !important;
        align-items: center;
        padding-block: 0;
        padding-inline: 0;
        line-height: 1.5;
        border: 0;
        text-transform: none;
        letter-spacing: 0;
        font-family: var(--primary-font);
        font-weight: 500;
        color: #000;
        border-bottom: 1px solid transparent !important;
        border-radius: 0;
        padding: 2px 0;
        margin: 0;
        height: auto;
    }

.fs-content-section {
    padding: 3% 15% 3% 15%;
}
.fs-content-section-title {
      color: #000000;
    border-top: 3px solid;
    padding-top: 30px;
    padding-bottom: 20px;
}
.a-factSlider {
    flex: 0 0 auto;
    position: relative;
    border-top: 1px solid #d9d9d9;
    overflow: hidden;
    transition: border-color 0.52s cubic-bezier(0.545, 0.03, 0.395, 0.965)
}

@media screen and (max-width: 413px) {
    .a-factSlider {
      width: auto;
        margin-left: 0;
    }
}
.grow-section {
display: block;
    max-height: 120px;
    overflow: hidden;
    border-top: 2px solid #ddd;
    transition: all ease-in-out 0.5s;
       position: relative;
    margin-bottom: 0px;
padding:  20px;
margin-top: 20px;
}
.grow-section:before {
content: url(/sites/passportfoundation/files/2025-03/chevron-down-solid.png);
    position: absolute;
    bottom: -1px;
    right: 50%;
    color: #000;
    line-height: 0.5;
    font-weight: bold;
    border: 1px solid #ddd;
    width: 30px;
    height: 30px;
    align-items: center;
    background: #fff;
    padding: 6px;
    border-radius: 50%;
    transform: scale(0.02);
    z-index: 10000000;
    display: inline-block;
transition: all 0.3s ease-in-out;
}
.grow-section:hover:before {
opacity: 0;
transition: all 0.3s ease-in-out;
}
.grow-section:hover {
max-height: 600px;
    transition: all ease-in-out 0.5s;
}
.grow-section:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    top: 20px;
    width: 100%;
    z-index: 4;
    background: linear-gradient(0, #fff, transparent);
    transition: all ease-in-out 0.5s;
opacity: 1;
}
.grow-section:hover:after {
  background: linear-gradient(0, transparent, transparent);
    transition: all ease-in-out 0.5s;
opacity: 0;
}
#fs-content-section-118 .views-view-responsive-grid.views-view-responsive-grid--horizontal {
    display: flex;
    flex-wrap: wrap;
}
#fs-content-section-118 .views-view-responsive-grid.views-view-responsive-grid--horizontal .views-view-responsive-grid__item {
flex: 1 0 40%;
background: #fff;
padding: 30px;
margin: 0px;
box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
}
::marker {color: #67943F;}
ul li {color:#000;}
#fs-content-section-142 {
    background: url(/sites/passportfoundation/files/2025-03/naja-bertolt-jensen-BJUoZu0mpt0-unsplash_0.jpg);
    background-size: cover;
    height: 30vh;
    background-position: center;
}
#fs-content-section-52 .fs-content-section-title, #fs-content-section-152 .fs-content-section-title, #fs-content-section-166 .fs-content-section-title {display:none;}
#fs-content-section-36 .field--name-field-section-detail, #fs-content-section-47 .field--name-field-section-detail, #fs-content-section-52 .field--name-field-section-detail,  #fs-content-section-152 .field--name-field-section-detail,  #fs-content-section-166 .field--name-field-section-detail {
    display: grid
;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
#fs-content-section-170 .fs-content-section-items h3, #fs-content-section-178  .fs-content-section-items h3 {     flex: 1 0 30%;     border-bottom: 0; padding-right: 20px;}
#fs-content-section-144 {
    background: url(/sites/passportfoundation/files/2025-03/markus-spiske-71uUjIt3cIs-unsplash.jpg);
    background-size: cover;
    height: auto;
    background-position: 0 -300px;
padding: 3% 15% 0% 15%;
}
#fs-content-section-144 img { 
    border-radius: 50%;
    box-shadow: 0 0px 30px #FFF;
    margin-top: 30px;
}
#fs-content-section-144 .fs-content-section-title {
    border-top: 0;
    padding-top: 30px;
    padding-bottom: 0;
    text-align: center;
}
#fs-content-section-150 .fs-content-section-title {display:none;}
#fs-content-section-150 .fs-content-section-items-row .fs-content-section-items-row-image {
    flex: 1 0 50%;
}
#fs-content-section-150 .fs-content-section-items-row {
    position: relative;
    padding-bottom: 0;
align-items: center;
margin: 30px 0;
}


#fs-content-section-150 .fs-content-section-items-row:nth-child(odd) {flex-direction: row-reverse;}

#fs-content-section-47 .fs-content-section-title {display:none;}
#fs-content-section-43 .fs-content-section-items img {
    width: 100%;
    padding-right: 60px;
}
#fs-content-section-78 .field--name-field-section-detail {
    display: flex;
    flex-wrap: wrap;
}
#fs-content-section-78 .field--name-field-section-detail p {
        flex: 1 0 29%;
text-align: center;
        background: #edf2f4;
        padding: 20px;
        margin: 20px 2%;
        border-radius: 10px;
transition: all 0.3s ease-in-out;
align-items: center;
    display: flex
;
}
#fs-content-section-78 .field--name-field-section-detail p a {    border: 0 !important;
    text-align: center;
    width: 100%;
    display: block;}
#fs-content-section-78 .field--name-field-section-detail p:hover, #fs-content-section-78 .field--name-field-section-detail p:focus {
transition: all 0.3s ease-in-out;
box-shadow: 0 0 10px 10px #ffffff20;
transform: translateY(-2px);
}
#fs-content-section-124 .field--name-field-section-detail {
    display: grid
;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
#fs-content-section-57 {
   display: block
;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
#fs-content-section-57 .fs-content-section-summary, #fs-content-section-57 .fs-content-section-title, #fs-content-section-138  .fs-content-section-title {display: none;}
#fs-content-section-138 {padding-top: 0;}
#fs-content-section-138 .views-view-responsive-grid__item {
border-left: 1px solid;
    padding: 30px;
}
#fs-content-section-138 .views-view-responsive-grid__item p {margin: 0;}
#fs-content-section-57 .fs-content-section-items {    grid-area: 1 / 5 / 2 / 10;}
.fs-content-section-items-row {
    position: relative;
    padding-bottom: 50px;
    display: flex
;
    margin: auto;
    max-width: 100%;
}
#fs-content-section-57 .fs-content-section-items-row{    transition: all 0.3s ease-in-out;padding-bottom: 0; margin-bottom: 50px !important;}
#fs-content-section-57 .fs-content-section-items-row:hover {
transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.2);
}
#fs-content-section-142 .fs-content-section-title {display:none;}
.region--hero {
    margin-top:40px;
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 40px;
grid-row-gap: 0px;
background: transparent;
}
#block-fs-master-contentfield-2 {
    background: #edf2f4;
    grid-area: 1 / 2 / 2 / 3;
    padding: 0;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
background: transparent;
}
.block-page-title-block {
    background: #edf2f4;
    grid-area: 1 / 1 / 2 / 2;
    padding: 0;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-items: flex-start;
background: transparent;
}
#block-fs-master-contentfield-2 > div {
grid-area: 1 / 2 / 2 / 6;
}
@media (min-width: 43.75rem) {
    .main-content__container {
        padding-block-start: 0;
    }
}
@media screen and (min-width: 414px) and (max-width: 649px) {
    .a-factSlider {
        width: auto;
        margin-left: 0;
    }
}

@media screen and (min-width: 650px) and (max-width: 989px) {
    .a-factSlider {
        width: auto;
        margin-left: 0;
    }
}

@media screen and (min-width: 990px) and (max-width: 1299px) {
    .a-factSlider {
      width: auto;
        margin-left: 0;
    }
}

@media screen and (min-width: 1300px) and (max-width: 1519px) {
    .a-factSlider {
   width: auto;
        margin-left: 0;
    }
}

@media screen and (min-width: 1520px) {
    .a-factSlider {
       width: auto;
        margin-left: 0;
    }
}

@media screen and (min-width: 760px) {
    .a-factSlider {
        border-bottom:1px solid #d9d9d9
    }
}

@media screen and (min-width: 650px) and (max-width: 760px) {
    .a-factSlider {
        width:calc(100% - 30px) !important
    }
}

.a-factSlider:last-child {
    border-bottom: 1px solid #d9d9d9
}

.o-contrastContainer--black .a-factSlider {
    border-color: rgba(255,255,255,0.15)
}

@media screen and (min-width: 760px) {
    .a-factSlider--slider:hover, .a-factSlider--slider:focus {
        border-color:#383838
    }

    .a-factSlider--slider:hover .a-factSlider__slider, .a-factSlider--slider:focus .a-factSlider__slider {
        transform: translateY(-100%)
    }
}

.a-factSlider__slider {
    transition: transform 0.52s cubic-bezier(0.545, 0.03, 0.395, 0.965)
}

@media screen and (min-width: 760px) {
    .a-factSlider__slider {
        display:flex;
        min-height: 100%
    }
}

@media screen and (max-width: 1140px) {
    .a-factSlider__title {
        font-size:60px;
        line-height: 50px
    }
}

@media screen and (max-width: 890px) {
    .a-factSlider__title {
        font-size:50px;
        line-height: 40px
    }
}

.a-factSlider__desc {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    margin-top: 6px
}

@media screen and (min-width: 760px) {
    .a-factSlider__desc {
        margin-top:11px
    }
}

.a-factSlider__info {
    padding-top: 20px;
    padding-bottom: 30px
}

@media screen and (min-width: 760px) {
    .a-factSlider--slider .a-factSlider__info {
        position:absolute;
        top: 0;
        left: 0
    }
}

@media screen and (min-width: 990px) {
    .a-factSlider__info {
        padding-top:25px;
        padding-bottom: 45px
    }
}

.a-factSlider__body {
    position: relative;
    padding-top: 18px;
    padding-bottom: 30px;
    border-top: 1px solid #d9d9d9
}

.a-factSlider__body p:first-child {
    margin-top: 0
}

@media screen and (min-width: 760px) {
    .a-factSlider__body {
        transform:translateY(100%);
        min-height: 11em;
        border: 0
    }
}

@media screen and (min-width: 990px) {
    .a-factSlider__body {
        padding-top:33px;
        padding-bottom: 50px
    }
}
@media screen and (min-width: 990px) {
    .a-factSlider__title,.f-h1-fact {
        font-size:75px;
        line-height: 70px;
        font-weight: 700
    }
}
#fs-content-section-26  .fs-content-section-title {display:none;}
    .a-factSlider__title, .f-h1-fact {
        color: #67943F;
    }
.field--name-body {
    display: grid
;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.grid-title {grid-area: 1 / 1 / 2 / 4; }
.grid-section {grid-area: 1 / 5 / 2 / 10;}
#fs-content-section-27 .field--name-field-section-detail {
    display: grid
;
    grid-template-columns: repeat(9, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
#fs-content-section-130 .views-view-responsive-grid .views-view-responsive-grid__item:first-child {grid-area: 1 / 1 / 3 / 3;}
p {font-size: 1.125rem;}
.region--content-below {
position: relative;
background-image: url(/sites/passportfoundation/files/2025-03/matthew-smith-Rfflri94rs8-unsplash.jpg);
background-size: cover;
background-position: center;
}
#fs-content-section-172 {
background-image: url('/sites/passportfoundation/files/2025-06/markus-spiske-vrbZVyX2k4I-unsplash.jpg');
background-size: cover;
background-position: center;
}
.region--content-below:after {
content: ' ';
display:block;
position:absolute;
background:#67943F;
opacity: 0.8;
top: 0;
height: 100%;
left: 0;
right: 0;
z-index:0;
}
.region--content-below #block-fs-master-contactbox {
z-index: 2;}
.region--content-below #block-fs-master-contactbox p, .region--content-below #block-fs-master-contactbox a {
color: #fff;
margin-bottom: 0;
}
#block-fs-master-contactbox .field--name-body {align-items: center;}

<!--- Timeline code ---->

.a-timelinePreview {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-top: -1px;
    padding: 20px 0 25px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9
}

@media (pointer: fine) {
    .a-timelinePreview:hover .a-timelinePreview__image::after {
        opacity:1
    }

    .a-timelinePreview:hover .a-timelinePreview__title span {
        border-color: #757575
    }
}

@media screen and (min-width: 650px) {
    .a-timelinePreview {
        flex-wrap:nowrap;
        padding: 30px 0
    }
}

@media screen and (min-width: 990px) {
    .m-timelineShowcase--interactive .a-timelinePreview {
        padding-bottom:0;
        margin-bottom: -70px;
        height: 150px;
        background: #fff;
        box-shadow: 0 -4px 5px -3px rgba(0,0,0,0.08);
        transition: transform 0.34s cubic-bezier(0.545, 0.03, 0.395, 0.965),box-shadow 0.34s cubic-bezier(0.545, 0.03, 0.395, 0.965)
    }

    .m-timelineShowcase--interactive .a-timelinePreview:hover {
        transform: translateY(-40px)
    }

    .m-timelineShowcase--interactive .a-timelinePreview .a-timelinePreview__body,.m-timelineShowcase--interactive .a-timelinePreview .a-timelinePreview__date,.m-timelineShowcase--interactive .a-timelinePreview .a-timelinePreview__image {
        transition: opacity 0.34s cubic-bezier(0.545, 0.03, 0.395, 0.965)
    }

    .m-timelineShowcase__holder:hover .a-timelinePreview {
        box-shadow: 0 -4px 5px -3px rgba(0,0,0,0)
    }

    .m-timelineShowcase__holder:hover .a-timelinePreview .a-timelinePreview__body,.m-timelineShowcase__holder:hover .a-timelinePreview .a-timelinePreview__date,.m-timelineShowcase__holder:hover .a-timelinePreview .a-timelinePreview__image {
        opacity: 0.2
    }

    .m-timelineShowcase__holder:hover .a-timelinePreview:hover {
        box-shadow: 0 -4px 5px -3px rgba(0,0,0,0.08)
    }

    .m-timelineShowcase__holder:hover .a-timelinePreview:hover .a-timelinePreview__body,.m-timelineShowcase__holder:hover .a-timelinePreview:hover .a-timelinePreview__date,.m-timelineShowcase__holder:hover .a-timelinePreview:hover .a-timelinePreview__image {
        color: #141414;
        opacity: 1
    }
}

.a-timelinePreview__date {
    flex: 0 0 auto;
    margin-left: 0 !important;
    order: 1
}

@media screen and (max-width: 413px) {
    .a-timelinePreview__date {
        width:calc((((100vw - 150px) / 6) * 4) + 60px);
        margin-left: 20px
    }
}

@media screen and (min-width: 414px) and (max-width: 649px) {
    .a-timelinePreview__date {
        width:calc((((100vw - 160px) / 6) * 4) + 60px);
        margin-left: 20px
    }
}

@media screen and (min-width: 650px) and (max-width: 989px) {
    .a-timelinePreview__date {
        width:calc((((100vw - 410px) / 12) * 2) + 30px);
        margin-left: 30px
    }
}

@media screen and (min-width: 990px) and (max-width: 1299px) {
    .a-timelinePreview__date {
        width:calc((((100vw - 560px) / 12) * 2) + 40px);
        margin-left: 40px
    }
}

@media screen and (min-width: 1300px) and (max-width: 1519px) {
    .a-timelinePreview__date {
        width:calc((((100vw - 560px) / 12) * 2) + 40px);
        margin-left: 40px
    }
}

@media screen and (min-width: 1520px) {
    .a-timelinePreview__date {
        width:206.666666667px;
        margin-left: 40px
    }
}

@media screen and (max-width: 649px) {
    .a-timelinePreview__date {
        font-size:65px;
        line-height: 50px;
        padding-bottom: 17px
    }
}

@media screen and (min-width: 650px) {
    .a-timelinePreview__date {
        margin-top:-5px
    }
}

@media screen and (min-width: 990px) {
    .a-timelinePreview__date {
        margin-top:-15px
    }
}

.a-timelinePreview__image {
    flex: 0 0 auto;
    position: relative;
    order: 2
}

@media screen and (max-width: 413px) {
    .a-timelinePreview__image {
        width:calc((((100vw - 150px) / 6) * 2) + 20px);
        margin-left: 20px
    }
}

@media screen and (min-width: 414px) and (max-width: 649px) {
    .a-timelinePreview__image {
        width:calc((((100vw - 160px) / 6) * 2) + 20px);
        margin-left: 20px
    }
}

@media screen and (min-width: 650px) and (max-width: 989px) {
    .a-timelinePreview__image {
        width:calc((((100vw - 410px) / 12) * 2) + 30px);
        margin-left: 30px
    }
}

@media screen and (min-width: 990px) and (max-width: 1299px) {
    .a-timelinePreview__image {
        width:calc((((100vw - 560px) / 12) * 2) + 40px);
        margin-left: 40px
    }
}

@media screen and (min-width: 1300px) and (max-width: 1519px) {
    .a-timelinePreview__image {
        width:calc((((100vw - 560px) / 12) * 2) + 40px);
        margin-left: 40px
    }
}

@media screen and (min-width: 1520px) {
    .a-timelinePreview__image {
        width:206.666666667px;
        margin-left: 40px
    }
}

@media screen and (min-width: 650px) {
    .a-timelinePreview__image {
        order:3
    }
}

.a-timelinePreview__image img {
    display: block;
    width: 100%
}

.a-timelinePreview__image::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.24s cubic-bezier(0.545, 0.03, 0.395, 0.965)
}

.a-timelinePreview__title span {
    border-bottom: 1px solid transparent;
    padding-bottom: 1px;
    transition: border-color 0.16s cubic-bezier(0.545, 0.03, 0.395, 0.965)
}

.a-timelinePreview__body {
    flex: 0 0 auto;
    order: 3
}

@media screen and (max-width: 413px) {
    .a-timelinePreview__body {
        width:calc((((100vw - 150px) / 6) * 4) + 60px);
        margin-left: 20px
    }
}

@media screen and (min-width: 414px) and (max-width: 649px) {
    .a-timelinePreview__body {
        width:calc((((100vw - 160px) / 6) * 4) + 60px);
        margin-left: 20px
    }
}

@media screen and (min-width: 650px) and (max-width: 989px) {
    .a-timelinePreview__body {
        width:calc((((100vw - 410px) / 12) * 4) + 90px);
        margin-left: 30px
    }
}

@media screen and (min-width: 990px) and (max-width: 1299px) {
    .a-timelinePreview__body {
        width:calc((((100vw - 560px) / 12) * 4) + 120px);
        margin-left: 40px
    }
}

@media screen and (min-width: 1300px) and (max-width: 1519px) {
    .a-timelinePreview__body {
        width:calc((((100vw - 560px) / 12) * 4) + 120px);
        margin-left: 40px
    }
}

@media screen and (min-width: 1520px) {
    .a-timelinePreview__body {
        width:453.333333333px;
        margin-left: 40px
    }
}

@media screen and (max-width: 649px) {
    .a-timelinePreview__body {
        margin-left:0 !important
    }
}

@media screen and (min-width: 650px) {
    .a-timelinePreview__body {
        order:2;
        margin-top: -10px
    }
}

.a-timelinePreview__body p {
    margin-top: 5px
}
@media screen and (max-width: 940px) {
.region--hero {
    margin-top: 30px !important;
    display: block !important;
background: #fff;
padding: 25px !important;
}
.block-page-title-block, #block-fs-master-contentfield-2 {
    background: #edf2f4;
    grid-area: 1 / 1 / 2 / 2;
    padding: 0;
 
    display: block !Important;
    padding: 25px;
}
.site-branding__inner {
    display: flex;
    align-items: center;
    padding-top: 20px;
}
.block-page-title-block{   height: auto !important;}
 #block-fs-master-contentfield-2{   height: auto !important;}
.field--name-body {
    display: block !important;
}
#fs-content-section-27 .field--name-field-section-detail {
    display: block;
}
.region--content-below #block-fs-master-contactbox {
    z-index: 2;
    position: relative;
}
h1 {
    font-size: 2.2rem;
    line-height: 1;
}
#block-fs-master-content {
    padding: 15px;
}
.fs-content-section {
    padding: 3% 15px 3% 15px;
}
body:not(.is-always-mobile-nav) .primary-nav__menu--level-1 {
    display: block;
}
.views-view-responsive-grid.views-view-responsive-grid--horizontal {
    display: block !important;
}
.grow-section {
    display: block;
    max-height: max-content !important;
}
.grow-section:after {
display:none !important;
}
.fs-content-section-items-html-detail {
    display: block !important;
}
#fs-content-section-124 .field--name-field-section-detail {
    display: block !important;
}
.fs-content-section-items-row {
    position: relative;
    padding-bottom: 50px;
    display: block !important;
}
#fs-content-section-36 .field--name-field-section-detail, #fs-content-section-47 .field--name-field-section-detail {
    display: block!important;
}
#block-fs-master-contentfield-2 {padding-top: 20px !important;}
#block-fs-master-contactbox .field--name-body {
    align-items: center;
    padding-bottom: 30px;
}
}
.mobile-buttons {
    margin-block-start: var(--sp0-5);
    margin-inline-start: auto;
    position: fixed;
    margin: 10px;
    background: #fff;
    border-radius: 50%;
    height: 50px;
    right: 0;
    width: 50px;
    z-index: 1000000;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
.mobile-nav-button {
    position: relative;
    z-index: 505;
    display: flex
;
    align-items: center;
    align-self: center;
    width: var(--sp2);
    height: var(--sp2);
    margin-inline-start: auto;
    margin-inline-end: -0.375rem;
    padding-block: 0;
    padding-inline-start: 0.375rem;
    padding-inline-end: 0.375rem;
    cursor: pointer;
    border: none;
    background: transparent;
    -webkit-appearance: none;
    appearance: none;
    margin: 7px;
    padding: 6px;
}
@supports (box-shadow: none) {
    .text-content a:where(:not(.button)), .cke_editable a:where(:not(.button)) {
        transition: all 0.3sease-in-out;
        -webkit-text-decoration: none;
        text-decoration: none !important;
        box-shadow: none !important;
    }
}
@media screen and (max-width: 767px) {
#block-fs-master-contentfield-2 {padding: 20px 20px 20px !important;}
#block-fs-master-page-title { padding: 20px 20px 0;}
#block-fs-master-contentfield-2 p {
    line-height: 1.7;
    font-size: 1.1rem;
    margin-bottom: 5%;
}
.site-header__inner__container {
    display: flex;
}
#block-fs-master-site-branding {
    grid-area: 1 / 3 / 3 / 5;
    padding: 0;
    display: flex
;
    align-items: center;
    flex-direction: column;
    padding-top: 26px;
}
.mobile-nav-button__label {display:none;}
#fs-content-section-36 .field--name-field-section-detail, #fs-content-section-47 .field--name-field-section-detail, #fs-content-section-52 .field--name-field-section-detail, #fs-content-section-152 .field--name-field-section-detail, #fs-content-section-166 .field--name-field-section-detail {
    display: block;
}
    .block-page-title-block, #block-fs-master-contentfield-2 {
        background: #fff;
}
.grow-section:before {display:none;}
}
@media screen and (max-width:767px) {
#fs-content-section-144 {
    background: url(/sites/passportfoundation/files/2025-03/markus-spiske-71uUjIt3cIs-unsplash.jpg);
    background-size: cover;
    height: auto;
    background-position: 0 0;
}
}
.site-footer {background: #212121 !Important;}
.region--footer-bottom, .region--footer-bottom .text-content, .region--footer-bottom .text-content p {
display: block;
width: 100%;
font-family: var(--secondary-font), sans-serif !important;
color: #fff;
}
.site-footer .text-content {
    color: inherit;
    display: block;
    text-align: center;
}
.site-footer .text-content img {
    margin: auto;
    max-width: 120px;
margin-bottom: 30px;
}
.site-header__fixable {
    margin-top: 0;
}
@media screen and (max-width:1200px) {
#block-fs-master-site-branding {
    grid-area: 1 / 2 / 3 / 5 !important;
    padding: 0;
}
}
@media screen and (min-width:767px) and (max-width:940px) {
#block-fs-master-contentfield-2, .block-page-title-block {
    padding: 35px !important;
}

}
    .mobile-nav-button__label {
        display: none;
}
#fs-content-section-43 .fs-content-section-summary img {height: 500px !important;}
@media screen and (max-width:767px) {
#fs-content-section-43 .text-content > div {display:block !important;}
}
@media screen and (min-width:940px) and (max-width:1199px) {
body:not(.is-always-mobile-nav) .primary-nav__menu--level-1 {
    display: flex;
    align-items: stretch;
    margin-inline-end: 0;
    flex-wrap: wrap;
    flex-direction: column;
}
}
