* {
	margin: 0;
	padding: 0;
	font-family: urw-din, sans-serif;
	box-sizing: border-box;
}

body, html {
	width: 100%;
}

.bold_text {
	font-weight: bold;
}

.italic_text {
	font-style: italic;
}

.underline_text {
	text-decoration: underline;
}

h1 {
	color: white;
	font-size: 32px;
	text-transform: uppercase;
	display: block;
}

h3 {
	color: #C9CCD8;
	font-weight: 400;
	font-size: 13px;
	width: fit-content;
	width: -moz-fit-content;
}

p {
	color: white;
	font-size: 16px;
	font-weight: 100;
}

#extra {
	display: none;
	position: fixed;
	z-index: 10000;
	text-align: center;
}

#spinner {
	display: block;
	width: 100%;
	height: 100%;
	margin-left: -10%;
	text-align: center;
	position: absolute;
	background-color: #EEEFF3;
	z-index: 10;
	padding-top: 30vh;
}

.small_icon {
	display: block;
	height: 32px;
	margin-top: 5vh;
}

.button_type1 {
	display: inline-block;
	background-color: #F8BA51;
	color: #3A3D4A;
	text-align: center;
	border: solid thin #F8BA51;
	height: 4vh;
	line-height: 4vh;
	margin-right: 5%;
	padding: 0 5%;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.button_type1:hover {
	background-color: #DEA749;
	border: solid thin #DEA749;
}

.button_type2 {
	display: inline-block;
	background-color: transparent;
	color: white;
	text-align: center;
	border: solid thin #F8BA51;
	height: 4vh;
	line-height: 4vh;
	margin-right: 5%;
	margin-top: 10%;
	padding: 0 5%;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.button_type2:hover {
	background-color: #F8BA51;
	color: #3A3D4A;
}

.button_type3 {
	display: inline-block;
	background-color: #80869F;
	color: white;
	text-align: center;
	border: solid thin #80869F;
	height: 4vh;
	line-height: 4vh;
	margin-right: 5%;
	padding: 0 5%;
	font-size: 13px;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.button_type3:hover {
	background-color: #3A3D4A;
	border: solid thin #3A3D4A;
}

.text_emphasis {
	font-weight: 700;
}

#screen_overlay,
#Mobile_screen_overlay {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 500;
	display: none;
}

#region_select {
	display: none;
	width: 30%;
	position: fixed;
	left: 35%;
	top: 20vh;
	z-index: 10000;
	background-color: white;
	padding: 1% 0;
	border-radius: 2vh;
}

.region_option_current {
	display: inline-block;
	cursor: pointer;
	width: 100%;
	height: 5vh;
	line-height: 5vh;
	position: relative;
	background-color: #F8BA51;
	color: #3A3D4A;
	padding: 0 5%;
}

.region_option {
	display: inline-block;
	width: 100%;
	height: 5vh;
	cursor: pointer;
	line-height: 5vh;
	position: relative;
	padding: 0 5%;
	transition: all 150ms;
	text-decoration: none;
	color: #3A3D4A;
}

.region_option:hover {
	background-color: #3A3D4A;
	color: #C9CCD8;
}

.region_tick_box {
	position: absolute;
	right: 5%;
	height: 100%;
	line-height: 5vh !important;
}

.thg_logo {
	align-self: center;
	margin: 10% 5vw 10% 0;
	height: 80%;
}

.thg_logo img {
	height: 100%;
}

#ecommerce {
	width: 28%;
	text-align: right;
	display: block;
	color: #C9CCD8;
	font-size: 13px;
	font-weight: 400;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	margin-top: 7.5vh
}

#ecommerce a {
	width: 30%;
	text-decoration: none;
	color: #C9CCD8;
	font-size: 16px;
}

.ecommerce_icon {
	margin: 0 8%;
	display: inline-block;
}

#search {
	position: absolute;
	width: 30%;
	text-align: left;
	top: 5vh;
	left: 5%;
	display: block;
	color: white;
	font-size: 13px;
	font-weight: 400;
}

header.variant nav {
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 7.5vh;
	width: 60%;
}

nav {
	background-color: #3A3D4A;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 7.5vh;
	width: 60%;
}

nav ul {
	display: inline-block;
	list-style: none;
}

header.variant nav ul li {
	border-bottom: solid thick rgba(0, 0, 0, 0);
}

nav ul li {
	display: inline-block;
	width: auto;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	border-bottom: solid thick #3A3D4A;
	transition: all 250ms ease-in-out;
	margin: 0 1vw;
}

nav ul li a {
	text-decoration: none;
	color: #C9CCD8;
}

nav ul li:hover {
	border-bottom: solid thick #F8BA51;
	color: white;
	cursor: pointer;
}

header.variant nav ul li:hover {
	border-bottom: solid thick #F8BA51;
	color: white;
	cursor: pointer;
}

nav ul li:hover>#subnav {
	visibility: inherit;
}

#subnav {
	visibility: hidden;
	position: absolute;
	width: max-content;
	height: auto;
	transition: all 250ms ease-in-out;
	top: 12vh;
	margin-left: -3.5%;
	z-index: 300;
	background-color: white;
	padding: 0 6% 0 1%;
}

#subnav li {
	display: block;
	color: #80869F;
	width: max-content;
	margin: 2vh 2% 3vh 2%;
	background-color: white;
	border: none;
	font-size: 13px;
}

#subnav li a:hover {
	color: #3A3D4A;
	cursor: pointer;
	border: none;
}

#subnav li a {
	color: #80869F;
	border: none;
}

#banner {
	width: 100%;
	height: 30vh;
	padding: 10vh 10% 0 10%;
	background-image: url('/img/team_banner.jpg');
	background-size: cover;
	text-align: center;
}

#banner h1 {
	font-weight: 400;
	text-transform: initial;
	margin-bottom: 2vh;
}

#payment_success {
	color: #80869F;
	width: 100%;
	text-align: center;
	padding: 0 10%;
}

#payment_success2 {
	color: #80869F;
	width: 100%;
	margin-top: 5%;
	text-align: center;
	padding: 0 5%;
	font-size: 25px;
	text-transform: inital;
}

#payment_success3 {
	color: #80869F;
	width: 100%;
	margin-top: 3%;
	text-align: center;
	padding: 0 5%;
	font-size: 25px;
	text-transform: inital;
}

.thanks_return {
	width: 40%;
	margin: 10% 30%;
}

.footnote {
	font-style: italic;
	font-weight: 300;
}

#donation_thanks {
	background-color: black;
}