.barlow-condensed-medium {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-style: normal;
}

.barlow-condensed-semibold {
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-style: normal;
}

.montserrat-400 {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.montserrat-italic {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: italic;
}

body {
	margin: 0;
	background-color: #F6F6F6;
}

.disabled {
	opacity: 0.7;
	text-decoration: line-through !important;
	pointer-events: none;
}

.body-margin {
	max-width: 1100px;
	padding-left: 5%;
	padding-right: 5%;
	margin-left: auto;
	margin-right: auto;
}

.flex-container {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
}

.flex-container>* {
	flex: 1;
}

.flex-container {
	flex-direction: column;
	text-align: center;
}

.title {
	text-align: center;
	max-width: 100%;
}

.title>h1 {
	font-size: 3.125rem;
	margin-bottom: 0;
}

.title>h2 {
	font-size: 2.1875rem;
	margin-bottom: 0;
}

.title>p {
	font-size: 1.5625rem;
	margin-top: 1%;
	color: #3D6098;
}

.row {
	flex-direction: row;
}

.row-reversed {
	flex-direction: row-reverse;
}

.center {
	text-align: center;
}

.button {
	background-color: #3D6098;
	border: none;
	color: #F6F6F6;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 1.5rem;
	border-radius: 5px;
	padding: 15px 32px;
	margin: 5%;
	margin-top: 1%;
	transition: background-color 75ms ease-out;
}

.button:hover {
	background-color: #F04B4C;
}


/* NAVIGATION BAR CSS */
.topnav {
	overflow: hidden;
	display: flex;
	justify-content: left;
	align-items: center;
}

.topnav>.navtitle {
	color: #213159;
	font-size: 1.5rem;
}

.topnav a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 1.125rem;
	transition: color 75ms ease-out;
}

.topnav a:hover {
	color: #F04B4C;
	/* text-decoration: underline; */
}

.topnav .icon {
	display: none;
}

.icon:hover {
	text-decoration: none;
}

.dropdown {
	float: left;
	overflow: hidden;
}

.dropdown .dropbtn {
	font-size: 1.125rem;
	border: none;
	outline: none;
	color: black;
	padding: 14px 16px;
	background-color: inherit;
	font-family: inherit;
	margin: 0;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	min-width: 160px;
	z-index: 1;
}

.dropdown-content a {
	float: none;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	transition: color 75ms ease-out;
}

.dropdown-content a:hover {
	color: #F04B4C;
	/* text-decoration: underline; */
}

.dropdown:hover .dropdown-content {
	display: block;
}

/* LOCATION AREA STUFF */
.location {
	border-top: 2px solid #3D6098;
	border-bottom: 2px solid #3D6098;
	padding: 3%;
	margin: 2%;
}

.location>.title>h1 {
	margin-top: 0;
	margin-bottom: 2%;
}

.info {
	display: flex;
	flex-direction: row;
	justify-content: left;
	align-items: center;
	text-align: left;
}

.info>svg {
	margin-right: 5%;
	margin-left: 20%;
	min-width: 32px;
}

.location-satellite {
	border-bottom: 2px solid #3D6098;
	margin-bottom: 2%;
}

.location-satellite>* {
	margin-left: auto;
	margin-right: auto;
}

.location-satellite>h1 {
	margin-top: 0;
}

.location-satellite>.info>svg {
	margin: 0;
	margin-top: 5%;
}

.location-satellite>.info {
	flex-direction: column;
	max-width: 50%;
	text-align: center;
}

.location-satellite>.info>p {
	width: 200px;
}

.location-satellite>h2 {
	margin-top: 0;
}

/* CARD CSS */
.card {
	background-color: #213159;
	color: #f6f6f6;
	text-align: center;
	margin: 2%;
	padding: 3%;
	max-width: 300px
}

.card>h3 {
	font-size: 1.875rem;
	margin-top: 3%;
	margin-bottom: 0;
}

.card>p {
	text-align: left;
}

.card>a {
	color: #f6f6f6;
	transition: color 75ms ease-out;
}

.card>a:hover {
	color: #F04B4C;
}

/* FOOTER CSS */
footer {
	background-color: #213159;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

mark {
	background-color: rgba(0, 0, 0, 0.0);
	color: #F04B4C;
}

p>mark {
	/* background-color: #F04B4C;
	 */
	font-weight: bold;
	padding: 3px 3px;
}

.footer-left {
	text-align: right;
	flex: 1 1 0px;
	border-right: 1px solid #F6F6F6;
	padding-right: 5%;
	margin-top: 30px;
	margin-bottom: 30px;
	flex-basis: 100%;
}

.footer-left>h3 {
	font-size: 1.875rem;
	max-width: 60%;
	text-align: right;
	margin-left: auto;
}

.footer-copyright {
	display: flex;
	justify-content: right;
	align-items: center;
	font-size: 0.75rem;
}

.footer-copyright>svg {
	transform: scale(0.6);
}

.footer-right {
	flex: 1 1 0px;
	height: 100%;
	padding-left: 5%;
	flex-basis: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.footer-nav>* {
	font-size: 1.25rem;
	margin-top: 10%;
	margin-bottom: 10%;
	color: #F6F6F6;
	text-decoration: none;
	transition: color 75ms ease-out;
}

.footer-nav>*:hover {
	/* text-decoration: underline; */
	color: #F04B4C;
}

.footer-nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-socmed-pp {
	margin: auto;
	width: 35%;
}

.footer-socmed-pp>div>a {
	text-decoration: none;
}

.footer-pp-title {
	margin-bottom: 2%;
	font-size: 1.5rem;
}

.footer-socmed>a>svg {
	transition: stroke 75ms ease-out;
}

.footer-socmed>a>svg:hover {
	stroke: #F04B4C;
}

.footer-socmed {
	transform: scale(0.7);
	margin-right: 100%;
	text-wrap: nowrap;
}

.footer-pp {
	color: #F6F6F6;
	font-size: 0.75rem;
	transition: color 75ms ease-out;
}

.footer-pp:hover {
	color: #F04B4C;
	/* text-decoration: underline; */
}



@media screen and (max-width: 700px) {

	.topnav a:not(:first-child),
	.dropdown .dropbtn {
		display: none;
	}

	.topnav a.icon {
		float: right;
		display: block;
	}

	.topnav {
		display: block;
	}

	.topnav.responsive {
		position: relative;
	}

	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}

	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}

	.topnav.responsive .dropdown {
		float: none;
	}

	.topnav.responsive .dropdown-content {
		position: relative;
	}

	.topnav.responsive .dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
	}

	.title>h1 {
		font-size: 2.5rem;
		margin-bottom: 0;
	}

	.title>p {
		font-size: 1.5rem;
	}


	/* FOOTER STUFF */
	footer {
		flex-direction: column-reverse;
	}

	.footer-left {
		border: none;
		padding: 0;
		margin-bottom: 8px;
	}

	.footer-left>h3 {
		text-align: center;
		margin: auto;
		font-size: 1.875rem;
		max-width: 70%;
	}

	.footer-right {
		padding: none;
		margin-top: 30px;
	}

	.footer-pp-title {
		margin: auto;
		font-size: 1rem;
		text-wrap: nowrap;
	}

	.footer-pp {
		text-wrap: nowrap;
	}

	.flex-container {
		flex-direction: column !important;
		text-align: center;
	}

	.row-reversed {
		flex-direction: column-reverse !important;
	}
}