.fc_banner {
padding-top: clamp(100px, 30vw, 340px);
padding-bottom: clamp(30px, 7vw, 70px);
background: center / cover no-repeat;
display: flex;
flex-wrap: wrap;
align-content: space-between;
gap: 60px;
justify-content: center;
min-height: calc(100vh);
box-sizing: border-box;
position: relative;
isolation: isolate;
}
.fc_banner.small_banner {
padding-top: clamp(100px, 20vw, 240px);
min-height: min(35vw, 700px);
}
.fc_banner.two_column_banner {
justify-content: space-between;
}
.fc_banner.firstElementPadding {
min-height: calc(100vh - 198px);
}
.fc_banner:before {
content: '';
background: linear-gradient(180deg, rgba(0, 17, 55, 0.20) 0%, rgba(0, 17, 55, 0.00) 14.22%), linear-gradient(180deg, rgba(0, 17, 55, 0.10) 0%, rgba(0, 17, 55, 0.50) 75%, rgba(0, 17, 55, 0.80) 100%), 50% / cover no-repeat;
width: 100%;
height: 100%;
inset: 0;
position: absolute;
z-index: -1;
}
.fc_banner .banner_accreditations {
flex-basis: 100%;
}
.fc_banner .wp_content {
width: 100%;
}
@media (max-width: 640px) {
.fc_banner.small_banner {
min-height: min(65vw, 700px);
}
}.fc_resources_archive {
display: flex;
flex-direction: column;
gap: var(--gap-m);
}
.fc_resources_archive .resources_filter form {
display: flex;
padding: var(--gap-m) var(--padding-s);
gap: var(--gap-m);
align-items: center;
}
.fc_resources_archive .resources {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: var(--gap-m);
padding: var(--padding-s) var(--padding-s);
}
.fc_resources_archive .title-small {
color: var(--tertiary);
font-weight: 400;
line-height: 150%; text-transform: uppercase;
font-size: 24px;
}
.fc_resources_archive #pagination {
padding-top: 0;
}
.resources_search  form {
display: block;
}
.resources_search  form input[type="text"] {
min-height: 60px;
flex: 1;
margin: 0;
padding: 0 0 0 10px;
border-radius: 10px;
border: 1px solid #ddd;
}
@media (max-width: 960px) {
.fc_resources_archive .resources {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 800px) {
.fc_resources_archive .resources_filter form {
flex-direction: column;
}
.fc_resources_archive .resources_filter form > * {
width: 100%;
max-width: 100%;
}
.fc_resources_archive .resources {
grid-template-columns: 1fr;
}
}.fc_contact_cta {
position: relative;
isolation: isolate;
overflow: hidden;
}
.fc_contact_cta .background_container {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: absolute;
width: 60%;
height: 100%;
top: 0;
z-index: -1;
}
.fc_contact_cta.text_right .background_container {
left: 0;
}
.fc_contact_cta.text_left .background_container {
right: 0;
}
.fc_contact_cta:after {
content: '';
position: absolute;
bottom: -10vw;
right: 5%;
background: center / cover no-repeat var(--logomark);
width: clamp(200px, 25vw, 480px);
aspect-ratio: 1;
z-index: 1;
}
.fc_contact_cta.text_right:after {
right: initial;
left: 5%
}
.fc_contact_cta.text_right:before {
content: '';
background: linear-gradient(270deg, #001137 44.27%, rgba(21, 44, 106, 0.50) 57.92%, rgba(2, 15, 65, 0.00) 100%);
inset: 0;
position: absolute;
z-index: 1;
}
.fc_contact_cta.text_left:before {
content: '';
background: linear-gradient(90deg, #001137 44.27%, rgba(21, 44, 106, 0.50) 57.92%, rgba(2, 15, 65, 0.00) 100%);
inset: 0;
position: absolute;
z-index: 1;
}
.fc_contact_cta .wp_content {
position: relative;
z-index: 2;
}
.fc_contact_cta.text_right .wp_content {
float: right;
}
.fc_contact_cta.text_right .wp_content > * {
text-align: right;
}
@media (min-width: 800px) {
.fc_contact_cta .wp_content {
max-width: 65%;
}
}
@media (max-width: 600px) {
.fc_contact_cta:after {
content: none;
}
}.fc_box_links { }
.fc_box_links .the_links{
display: grid;
flex-wrap: wrap;
gap: clamp(15px, 4vw, 40px);
grid-template-columns: repeat(3, 1fr);
}
.fc_box_links .the_links.grid_2 {
grid-template-columns: repeat(2, 1fr);
}
.fc_box_links .the_links.grid_4 {
grid-template-columns: repeat(4, 1fr);
}
.fc_box_links .the_links .the_link {
flex: 1 1 0;
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
aspect-ratio: 1.27;
background: center / cover no-repeat;
position: relative;
isolation: isolate;
transition: .3s;
text-decoration: none;
padding: 40px;
}
.fc_box_links .the_links.grid_2 .the_link {
aspect-ratio: 1.54;
}
.the_link h4{
margin: 0;
font-weight: 800;
color: var(--white);
padding-right: 40px;
position: relative;
}
.the_link h4:after{
content: '';
position: absolute;
top: calc(50% - 17px);
left: 0;
background: calc(100% - 5px) / contain no-repeat var(--secondary-chevron);
width: 100%;
height: 34px;
transition: .3s;
}
.the_link:hover h4 {
color: var(--secondary);
}
.the_link:hover h4:after {
background: calc(100% - 0px) / contain no-repeat var(--secondary-chevron);
}
.fc_box_links .the_links .the_link:before {
content: '';
position: absolute;
inset: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #001137 100%); z-index: -1;
}
@media (min-width: 750px) and (max-width: 1160px) {
.fc_box_links .the_links.grid_4 {
grid-template-columns: repeat(2, 1fr);
}
.fc_box_links .the_links.grid_3{
grid-template-columns: repeat(2, 1fr);
}
.fc_box_links .the_links.grid_3 .the_link:last-child{
grid-column: span 2;
aspect-ratio: 2.54;
}
}
@media (max-width: 750px) {
.fc_box_links .the_links.grid_2,
.fc_box_links .the_links.grid_3,
.fc_box_links .the_links.grid_4{
grid-template-columns: 1fr;
}
}