/*!
Theme Name: Fastly Altitude 2020
Theme URI: http://underscores.me/
Author: Josh Damesworth
Author URI: http://czarexperiences.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fastly_altitude_2020
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Fastly Altitude 2020 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, iframe {
  vertical-align: bottom;
  max-width: 100%;
}

input, textarea, select {
  font: inherit;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}

/* my styles start here */

body {
	margin: 0;
	overflow-x: hidden;
}

:root {
  --dark_green: #1E464B;
  --light_green: #9BFFD4;
  --dark_grey: #363636;
}

@font-face {
	font-family: inter;
	src: url(fonts/Inter-Thin.ttf);
	font-weight: 100;
}
@font-face {
	font-family: inter;
	src: url(fonts/Inter-Light.ttf);
	font-weight: 200;
}
@font-face {
	font-family: inter;
	src: url(fonts/Inter-Regular.ttf);
	font-weight: 300;
}

a {
	color: inherit;
	text-decoration: none;
}

.padding {
	box-sizing: border-box;
	padding: 75px;
}

.margin {
	margin: 0 0 75px 0;
}

/* TOP GLOBAL NAV SECTION */

.site-header {
	position: fixed;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	box-sizing: border-box;
	width: 100%;
	height: 75px;
	top: 0;
	left: 0;
	padding: 0 75px 0 75px;
	background-color: #ffffff;
	z-index: 10000;
}

.nav-logo {
	position: relative;
	height: 50%;
	width: auto;
	vertical-align: middle;
}

/* HEADER SECTION */

.site-main {
	position: relative;
	width: 100%;
	height: auto;
	margin: 75px 0 0 0;
}

.header-wrapper {
	position: relative;
	width: 100%;
	height: 65vh;
	background-color: var(--dark_green);
	overflow: hidden;
}
/* .header-wrapper:hover .header-image {
	transform: scale(1.05);
}
.header-wrapper:hover .header-play {
	color: var(--light_green);
} */

.header-image {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	object-fit: cover;
	vertical-align: middle;
	opacity: 1;
	z-index: 1;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
	/* cursor: pointer; */
}

.header-body {
	position: relative;
	z-index: 10;
}

h1 {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 55px;
	margin: 0;
	color: #ffffff;
	line-height: 75px;
}

h6 {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 55px;
	margin: 0;
	padding: 0 10px 0 10px;
	color: var(--dark_green);
	background-color: #ffffff;
	display: inline-block;
}

.header-play {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 24px;
	font-style: italic;
	margin: 75px 0 0 0;
	color: #ffffff;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
	cursor: pointer;
}

h2 {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 40px;
	margin: 0;
	color: var(--dark_green);
}

.header-logo {
	position: relative;
	width: 50%;
	height: auto;
	vertical-align: middle;
}

.header-item:nth-child(1) {
	order: 1;
}
.header-item:nth-child(2) {
	order: 2;
}

.header-popup-container {
	position: fixed;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.9);
	z-index: 20000;
	opacity: 0;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
}

.header-popup-content {
	position: relative;
	width: 70%;
	height: auto;
}

.close-popup {
	position: fixed;
	width: 25px;
	height: auto;
	top: 75px;
	right: 75px;
	vertical-align: middle;
	cursor: pointer;
	z-index: 100;
}

@media screen and (max-width: 800px) {
	.site-header {
		height: 50px;
		padding: 0 40px 0 40px;
	}
	
	.site-main {
		margin: 50px 0 0 0;
	}
	
	.padding {
		padding: 40px;
	}
	
	.margin {
		margin: 0 0 40px 0;
	}
	
	.header-wrapper {
		height: 50vh;
	}
	
	h1 {
		font-size: 35px;
		line-height: 45px;
	}
	
	h2 {
		font-size: 30px;
	}
	
	h6 {
		font-size: 35px;
		padding: 0 5px 0 5px;
	}
	
	.close-popup {
		top: 50px;
		right: 50px;
	}
}
@media screen and (max-width: 500px) {
	.padding {
		padding: 30px;
	}
	
	.margin {
		margin: 0 0 30px 0;
	}
	
	h1 {
		font-size: 25px;
		line-height: 35px;
	}
	
	h2 {
		font-size: 24px;
	}
	
	h6 {
		font-size: 25px;
		padding: 0 5px 0 5px;
	}
	
	.close-popup {
		top: 25px;
		right: 25px;
	}
}

/* VIDEO INDEX SECTION */

.video-index-wrapper {
	position: relative;
}

.video-index-container {
	padding-top: 40px;
}

.background-texture-01 {
	position: absolute;
	width: 50%;
	height: auto;
	right: 0;
	vertical-align: middle;
}
.background-texture-02 {
	position: absolute;
	width: 25%;
	height: auto;
	left: 0;
	bottom: 0;
	vertical-align: middle;
}

.video-section-headline-container {
	position: relative;
	padding-bottom: 0;
	/* background: rgba(255, 255, 255, 0.6) */
	background: rgba(255, 255, 255, 1)
}

.region-filter-container {
	position: sticky;
	display: flex;
	align-items: center;
	width: 100%;
	height: 75px;
	top: 75px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	box-shadow: 0 4px 4px -2px #E8E8E8;
	-moz-box-shadow: 0 4px 4px -2px #E8E8E8;
	-webkit-box-shadow: 0 4px 4px -2px #E8E8E8;
	background: rgba(255, 255, 255, 1);
	z-index: 5000;
}

.sticky {
	position: fixed;
	top: 75px;
	width: 100%;
}

.region-filter-container .facetwp-radio {
	display: inline;
	background: none;
	background-size: none;
	margin-bottom: 4px;
	padding-left: 0;
	cursor: pointer;
	
	font-family: inter, sans-serif;
	font-weight: 100;
	font-size: 25px;
	color: var(--dark_green);
	margin: 0 40px 0 0;
}
.region-filter-container .facetwp-radio.checked {
	display: inline;
	background: none;
	background-size: none;
	margin-bottom: 4px;
	padding-left: 0;
	cursor: pointer;
	
	font-weight: 200;
}

.region-filter-type {
	font-family: inter, sans-serif;
	font-weight: 100;
	font-size: 25px;
	color: var(--dark_green);
	margin: 0 40px 0 0;
}
.region-filter-type:last-of-type {
	margin: 0;
}

.active-region-filter-type {
	font-weight: 200;
}

.secondary-filter-container {
	position: relative;
	display: flex;
}

.search-filter-container {
	/* height: 40px !important; */
}



.facetwp-input-wrap {
	position: relative;
	width: 200px;
	height: 100% !important;
	margin: 0 0 0 40px;
}

.facetwp-search {
	width: 100% !important;
	min-width: 100px;
	height: 39px;
	border: none;
	border-bottom: solid 2px var(--dark_green) !important;
	outline: none;
	
	font-family: inter, sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	color: var(--dark_green);
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
}

.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
	margin: 0;
	padding-right: 0 !important;
	width: 200px;
	min-width: 100px !important;
}

.facetwp-icon {
	right: 0;
	height: 40px !important;
	line-height: 1;
	position: absolute;
	cursor: pointer;
	opacity: 0.5;
}

.keyword-filter-container {
	position: relative;
	width: 200px;
	height: auto;
	padding-bottom: 40px;
	z-index: 10;
}

.keyword-filter-button-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 40px;
	border-bottom: solid 2px var(--dark_green);
	cursor: pointer;
}
.keyword-filter-button-container:hover .keyword-filter-button-type {
	opacity: .5;
}

.keyword-filter-button-type {
	font-family: inter, sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	color: var(--dark_green);
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
}

.keyword-filter-arrow {
	position: relative;
	height: 30%;
	vertical-align: middle;
	transform: rotate(180deg);
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
}

.keyword-filter-dropdown {
	position: absolute;
	width: 100%;
	height: auto;
	top: 70px;
	background-color: #ffffff;
	display: none;
	opacity: 0;
	transform: translate(0,-20px);
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
}

.keyword-filter-dropdown .facetwp-checkbox {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 14px;
	color: var(--dark_green);
}
.facetwp-radio:hover {
	opacity: .5;
}
.facetwp-checkbox:hover {
	opacity: .5;
}

.button {
	position: relative;
	padding: 12px 20px 12px 20px;
	background-color: var(--dark_green);
	display: inline-block;
	color: #ffffff;
	font-family: inter, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 5px;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
	cursor: pointer;
}
.button:hover {
	opacity: .5;
}

.keyword-filter-apply-button {
	margin-bottom: 30px;
}

.facetwp-facet {
	margin-bottom: 10px !important;
}

.facetwp-counter {
	display: none;
}

@media screen and (max-width: 800px) {
	.region-filter-container {
		height: 50px;
		top: 49px;
	}
	
	.region-filter-container .facetwp-radio {
		font-size: 18px;
		margin: 0 20px 0 0;
	}
}
@media screen and (max-width: 500px) {
	.region-filter-container .facetwp-radio {
		font-size: 16px;
		margin: 0 15px 0 0;
	}
	
	.secondary-filter-container {
		display: block;
	}
	
	.keyword-filter-container {
		width: 100%;
		padding-bottom: 20px;
	}
	
	.facetwp-input-wrap {
		width: 100%;
		margin: 0;
		padding-bottom: 30px;
	}
	
	.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
		width: 100%;
	}
}

.video-grid-container {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 25px;
	width: 100%;
	height: auto;
}

.ind-video-container {
	position: relative;
	width: 100%;
	height: auto;
}

.video-thumbnail-container:hover .video_thumbnail {
	transform: scale(1.1);
}
.video-thumbnail-container:hover .thumbnail-play-type {
	color: var(--light_green);
}

.video-thumbnail-container {
	position: relative;
	width: 100%;
	height: 16vw;
	overflow: hidden;
	background-color: var(--dark_green);
	cursor: pointer;
}

.video_thumbnail {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
	opacity: .5;
	
}

.thumbnail-play-type {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 10;
	font-size: 28px;
	font-style: italic;
	color: #ffffff;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
	pointer-events: none;
}

.video-title-type {
	margin: 20px 0 10px 0;
	color: var(--dark_grey);
}

.presented-by-container {
	position: relative;
	display: flex;
}

.presenter-info-container {
	position: relative;
	margin: 0 0 0 10px;
}

.presented-by-type-container {
	position: relative;
	width: 80px;
}

.presented-by-type {
	font-family: inter, sans-serif;
	font-weight: 300;
	font-size: 13px;
	color: var(--dark_grey);
	margin: 0;
}
.presented-by-type-light {
	font-weight: 100;
}

p {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 13px;
	color: var(--dark_grey);
	line-height: 20px;
	margin: 0;
}

.video-description-type {
	margin: 15px 0 0 0;
}

.more-type {
	padding: 0 0 2px 0;
	border-bottom: solid 1px var(--dark_grey);
	cursor: pointer;
}

.video-popup-container {
	position: fixed;
	box-sizing: border-box;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	padding: 10%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 20000;
	display: none;
	overflow-y: scroll;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
	display: none;
	opacity: 0;
}

.video-popup-content {
	position: relative;
	background-color: #ffffff;
	min-height: 100%;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.video-pop-body-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 40px;
	background-color: #ffffff;
}

.video-popup-main-body-container {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	margin: 40px 0 0 0;
}

.video-popup-title-type {
	
}

.video-popup-column {
	position: relative;
}
.video-popup-column:nth-child(1) {
	width: 30%;
}
.video-popup-column:nth-child(2) {
	width: 70%;
}

.video-popup-container a {
	font-weight: 300;
}

@media screen and (max-width: 800px) {
	.video-popup-container {
		padding: 5%;
	}
	
	.video-popup-main-body-container {
		display: block;
	}
	
	.video-popup-main-body-container {
		margin: 20px 0 0 0;
	}
	
	.video-popup-column:nth-child(1) {
		width: 100%;
	}
	.video-popup-column:nth-child(2) {
		width: 100%;
		margin: 20px 0 0 0;
	}
}
@media screen and (max-width: 500px) {
	.video-pop-body-container {
		padding: 30px;
	}
}

.load-more-container {
	position: relative;
	display: flex;
	padding: 40px 0 0 0;
	cursor: pointer;
}
.load-more-container:hover .facetwp-load-more {
	opacity: .5;
}
.load-more-container:hover .load-more-arrow {
	opacity: .5;
}

.facetwp-load-more {
	font-family: inter, sans-serif;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	color: var(--dark_green);
	background-color: transparent;
	border: none;
	padding: 0;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
	cursor: pointer;
}

.load-more-arrow {
	position: relative;
	height: 13px;
	width: auto;
	margin: 2px 0 0 15px;
	vertical-align: middle;
	transform: rotate(90deg);
	cursor: pointer;
}
.load-more-arrow:hover {
	opacity: .5;
}

.speakers-container {
	position: relative;
	width: 100%;
	height: auto;
	background-color: #6D6762;
	overflow: hidden;
}

@media screen and (max-width: 1050px) {
	.video-grid-container {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.video-thumbnail-container {
		height: 24vw;
	}
}
@media screen and (max-width: 675px) {
	.video-grid-container {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.video-thumbnail-container {
		height: 50vw;
	}
}
@media screen and (max-width: 500px) {

}

/* SPEAKERS */

.speakers-container {
	position: relative;
	width: 100%;
	height: auto;
}

.speaker-pattern {
	position: absolute;
	width: 100%;
	height: auto;
	vertical-align: middle;
	left: 0;
	bottom: 0;
}

.speaker-gradient {
	position: absolute;
	height: 100%;
	width: auto;
	top: 0;
	right: 0;
	vertical-align: middle;
	z-index: 100;
	pointer-events: none;
}

.speakers-headline-type {
	color: #ffffff;
	margin: 0;
}

.speaker-headshot-container {
	position: relative;
	width: 100%;
	height: 200px;
	transition: 0.25s cubic-bezier(0.42, 0, 0, 0.99);
	overflow: hidden;
}
.article:hover .speaker-headshot-container {
	border-radius: 0 75px 0 0;
}

.speaker-background-image {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
	z-index: 1;
}

.speaker-headshot {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: middle;
	z-index: 5;
}

h5 {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 26px;
	color: #ffffff;
	margin: 0;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
}

.speaker-name {
	margin: 15px 0 0 0;
}
.article:hover .speaker-name {
	color: var(--light_green);
}

.speaker-subhead {
	font-family: inter, sans-serif;
	font-size: 20px;
	color: #ffffff;
	margin: 0;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
}
.speaker-title {
	font-weight: 100;
	margin: 20px 0 0 0;
}
.speaker-company {
	font-weight: 200;
}
.article:hover .speaker-subhead {
	color: var(--light_green);
}

.speaker-popup-container {
	position: fixed !important;
	box-sizing: border-box;
	display: none;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	top: 0vh !important;
	left: 0vw !important;
	padding: 40px;
	background: rgba(0, 0, 0, 0.9);
	z-index: 30000;
	opacity: 0;
	transition: 0.5s cubic-bezier(0.42, 0, 0, 0.99);
}

.speaker-popup-content {
	position: relative;
	box-sizing: border-box;
	width: 50%;
	height: auto;
	min-height: 280px;
	padding: 40px;
	background-color: #ffffff;
}

.speaker-popup-headshot-container {
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 0 75px 0 0;
	overflow: hidden;
}

.speaker-popup-body-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 0 240px;
}

.popup-type {
	color: var(--dark-grey);
}

.speaker-popup-bio {
	margin: 25px 0 0 0;
}

@media screen and (max-width: 1090px) {
	.speaker-popup-headshot-container {
		position: relative;
	}
	
	.speaker-popup-body-container {
		padding: 0;
		margin: 20px 0 0 0;
	}
}

@media screen and (max-width: 800px) {
	.speaker-popup-content {
		width: 70%;
		height: auto;
		max-height: 100%;
		padding: 40px;
		overflow: scroll;
	}
}

@media screen and (max-width: 800px) {
	.speaker-popup-content {
		width: 100%;
		height: 100%;
		max-height: 100%;
		padding: 30px;
		overflow: scroll;
	}
}




.home-index-section-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 0 0 50px 0;
	z-index: 150;
}

.swiper-wrapper {
	position: relative;
}

.home-articles.swiper-container {
	width: 100vw;
	position: relative;
	left: calc(-100vw / 2 + 100% / 2);
	right: calc(-100vw / 2 + 100% / 2);
	padding: 0;
	background-color: transparent;
	overflow-x: hidden;
	/* background-color: blue; */
}

.home-articles.swiper-container article {
	position: relative;
	width: 200px;
	height: auto;
}

.article:last-of-type {
	padding-right: 175px;
}

.swiper-slide {
	position: relative;
}

.article {
	position: relative;
	cursor: pointer;
}

.swiper-button-next, 
.swiper-button-prev {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	padding: 0;
	width: 100%;
	margin-top: 0;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none !important;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.swiper-button-next:after, .swiper-button-prev:after {
	content: none;
}

.swiper-prev-next {
	display: grid;
	grid-template-columns: 75px 75px;
	grid-gap: 10px;
}

.swiper-button-next span {
	background: url('img/next.svg') no-repeat center;
	background-size: contain;
	
	width: 75px;
	height: 25px;
}

.swiper-button-prev span {
	background: url('img/back.svg') no-repeat center;
	background-size: contain;
	
	width: 75px;
	height: 25px;
}

.swiper-button-next:focus,
.swiper-button-prev:focus {
	/* border: 1px solid var(--green);
	outline: none; */
}

.swiper-button-next:hover, 
.swiper-button-prev:hover {
	/* border: 1px solid var(--dark_grey);
	background-color: var(--dark_grey); */
}

.swiper-button-next:hover:focus, 
.swiper-button-prev:hover:focus {
	/* border: 1px solid var(--dark_grey);
	background-color: var(--dark_grey); */
}

.featured .swiper-prev-next {
	margin-top: 0;
	width: 50%;
	display: flex;
	justify-content: space-between;
	
	position: absolute;
	top: 50%;
	left: 0;
	
	z-index: 2;
	
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);	
}


.featured .swiper-button-next, 
.featured .swiper-button-prev {
	width: 50px;
}

@media screen and (max-width: 1000px) {
	.swiper-wrapper {
		margin: 0 0 50px 0;
	}

	.featured .swiper-prev-next {
		width: 100%;
		top: 30vh;
	}
}

@media screen and (max-width: 900px) {
	.featured .swiper-prev-next {
		width: 100%;
		top: 20vh;
	}
}

@media screen and (max-width: 600px) {
	/* .home-articles.swiper-container article {
		width: 90%;
	} */
}

@media screen and (max-width: 500px) {
	.home-index-section-header {
		display: block;
		margin: 0 0 50px 0;
	}
	
	.swiper-prev-next {
		margin: 15px 0 0 0;
	}
}










/* CONTACT US */

.contact-us-container {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
	z-index: 100;
}

.contact-us-pattern {
	position: relative;
	height: 400px;
	width: auto;
	vertical-align: middle;
}
.contact-us-pattern-02, .contact-us-pattern-03 {
	display: none;
}

.contact-us-text-container {
	position: relative;
	width: 60%;
	height: auto;
	padding: 0 150px 0 150px;
}

h4 {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 25px;
	color: var(--dark_green);
	margin: 0;
}

.contact-us-body {
	margin: 65px 0 0 0;
}

.contact-us-button {
	margin: 40px 0 0 0;
}

.star {
	position: absolute;
	width: 125px;
	height: auto;
	left: 0;
	bottom: 0;
	vertical-align: middle;
	transform: translate(0,50%);
}

@media screen and (max-width: 1420px) {
	.contact-us-pattern {
		height: 500px;
	}
	
	.contact-us-text-container {
		position: relative;
		width: 60%;
		height: auto;
		padding: 75px;
	}
}
@media screen and (max-width: 1185px) {
	.contact-us-pattern {
		height: 550px;
	}
	
	.contact-us-text-container {
		padding: 50px;
	}
}
@media screen and (max-width: 1110px) {
	.contact-us-pattern-01 {
		display: none;
	}
	
	.contact-us-pattern {
		height: 600px;
	}
}

@media screen and (max-width: 800px) {
	.contact-us-container {
		display: block;
	}
	
	.contact-us-pattern {
		height: auto;
		width: 100%;
	}
	.contact-us-pattern-01 {
		display: none;
	}
	.contact-us-pattern-02, .contact-us-pattern-03 {
		display: block;
	}
	
	.contact-us-body {
		margin: 40px 0 0 0;
	}
	
	h4 {
		font-size: 18px;
	}
	
	.contact-us-text-container {
		box-sizing: border-box;
		width: 100%;
		padding: 40px;
	}
	
	.star {
		width: 75px;
	}
}
@media screen and (max-width: 500px) {
	.contact-us-body {
		margin: 30px 0 0 0;
	}
	
	.contact-us-text-container {
		box-sizing: border-box;
		width: 100%;
		padding: 30px;
	}
	
	.star {
		width: 75px;
	}
}

/* BACK TO TOP */

.back-to-top-container {
	position: fixed;
	width: 30px;
	height: auto;
	right: 75px;
	bottom: 75px;
	z-index: 10000;
	cursor: pointer;
	display: none;
}

.top-image {
	position: relative;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.top-arrow {
	position: absolute;
	width: 8px;
	height: auto;
	top: 14px;
	left: 50%;
	transform: translate(-50%,0);
	animation: gallery_fade_out 2s infinite;
}

@keyframes gallery_fade_out {
	0% {transform: translate(-50%,0);}
	50% {transform: translate(-50%,0);}
	75% {transform: translate(-50%,-50%);}
	100% {transform: translate(-50%,0);}
}

@media screen and (max-width: 800px) {
	.back-to-top-container {
		right: 50px;
		bottom: 50px;
	}
}
@media screen and (max-width: 500px) {
	.back-to-top-container {
		right: 30px;
		bottom: 30px;
	}
}

/* FOOTER */

.site-footer {
	position: relative;
	background-color: var(--dark_green);
	overflow: hidden;
}

.footer-headline-type {
	font-family: inter, sans-serif;
	font-weight: 100;
	font-size: 40px;
	color: #ffffff;
	margin: 0;
}

.sponsors-container {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 200px;
	margin: 50px 0 0 0;
}

.sponsor {
	position: relative;
	box-sizing: border-box;
}
.sponsor:nth-child(1) {
	width: 40%;
	height: 100%;
	padding: 0 50px 0 0;
	border-right: solid 1px #ffffff;
}
.sponsor:nth-child(2) {
	width: 60%;
	height: 100%;
	padding: 0 0 0 50px;
}

.sponsor-type {
	font-family: inter, sans-serif;
	font-weight: 100;
	font-size: 30px;
	color: #ffffff;
	line-height: 30px;
	margin: 0;
}

.footer-logo {
	position: relative;
	height: 75px;
	width: auto;
	margin: 40px 0 0 0;
	vertical-align: middle;
}

.footer-links-container {
	position: relative;
	display: flex;
	margin: 50px 0 0 0;
}

.footer-link {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 20px;
	color: var(--light_green);
	margin: 0;
}
.fastly-site-link {
	margin: 0 0 0 40px;
}

.copyright-container {
	position: absolute;
	bottom: 30px;
}

.copyright-type {
	font-family: inter, sans-serif;
	font-weight: 200;
	font-size: 12px;
	color: #E3E3E3;
	margin: 0;
}

.footer-background-pattern {
	position: absolute;
	height: 100%;
	width: auto;
	right: 0;
	top: 0;
	vertical-align: middle;
}

@media screen and (max-width: 920px) {
	.footer-headline-type {
		font-size: 30px;
	}
	
	.sponsor-type {
		font-size: 24px;
		line-height: 24px;
	}
	
	.footer-logo {
		height: 50px;
		margin: 40px 0 0 0;
	}
	
	.sponsors-container {
		display: block;
		box-sizing: border-box;
		height: auto;
		margin: 50px 0 0 0;
		padding: 0 0 0 50px;
		border-left: solid 1px #ffffff;
	}
	
	.sponsor:nth-child(1) {
		width: 100%;
		padding: 0;
		border: none;
	}
	.sponsor:nth-child(2) {
		width: 100%;
		padding: 0;
		margin: 40px 0 0 0;
	}
	
	.footer-link {
		font-size: 16px;
	}
	.fastly-site-link {
		margin: 0 0 0 25px;
	}
	
	.copyright-container {
		bottom: 10px;
	}
	
	.copyright-type {
		font-size: 10px;
	}
}