@import url('https://fonts.googleapis.com/css?family=Fredoka+One|Quicksand:300,400,500,600,700&display=swap');

html, body {
	margin: 0;
	padding: 0;
	font-family: 'Quicksand', sans-serif;
	font-size: 1.125rem;
	color: #707070;
}

input, button {
	font-family: inherit;
	font-size: inherit;
}

.accessible {
	position: absolute;
	left: -9999px;
}

.align-center {
	text-align: center !important;
}

.align-right {
	text-align: right !important;
}

.global-header {
	padding: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-image: linear-gradient(to right, #dcddde 60%, rgba(255, 255, 255, 0) 0%);
	background-position: bottom;
	background-size: 18px 2px;
	background-repeat: repeat-x;
	margin-bottom: 1rem;
}

.global-header .logo {
	display: block;
	width: 380px;
	height: 68px;
	background-image: url(logo.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.global-header + .module {
	border-top:  solid 1rem #344a60;
}

.module .login-container .h2 {
	font-size: 1.125rem;
	font-weight: normal;
}

.module .login-container .prompt {
	font-weight: bold;
	color: #0d1e2f;
	margin-bottom: 0;
	padding-bottom: 0;
}

.module .login-container .img {
	width: 60%;
}

.login-container input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: black;
	color: white;
	border: 0;
	border-radius: 8px;
	padding: 0.5rem 2rem;
	font-family: inherit;
	font-weight: bold;
	cursor: pointer;
}

.login-container .buttons {
	margin-top: 0.625rem;
	text-align: center;
}

.login-container .buttons.vertical-align {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.login-container .button,
.global-header .button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	background-image: linear-gradient(#ff705f, #f63c02);
	color: white;
	border: 0;
	font-size: 1.25rem;
	padding: 0.5rem 2rem;
	border-radius: 8px;
	font-family: inherit;
	font-weight: bold;
	margin-top: 2rem;
	cursor: pointer;
	text-decoration: none;
}
.login-container .button {
	min-width: 11rem;
	box-sizing: border-box;
	box-shadow: 0 4px 4px 0px rgba(0,0,0,0.25);
}

.login-container .button.black {
	background: #172536;
}

.login-container .a,
.login-container .a:hover,
.login-container .a:visited,
.login-container .a:active {
	color: inherit;
}

.login-container .formrow {
	margin-bottom: 1rem;
}

.text-dark {
	color: #707070;
}

.text-light {
	color: white;
}

.module-content-container:not(.width-fw) {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem 1rem;
}


@media only screen and (min-width: 768px) {
	.module.login-banner {
		display: flex;
		height: 520px;
	}
}

.module.login-banner .media-container {
	height: 350px;
	overflow: hidden;
}

.module.login-banner .login-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem 0.625rem;
}

@media only screen and (min-width: 768px) {
	.module.login-banner .media-container {
		width: 60%;
		min-width: 60%;
		height: auto;
	}

	.module.login-banner .login-container {
		width: 40%;
		min-width: 40%;
		padding: 0;
	}
}


.module .column {
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
}

@media only screen and (min-width: 768px) {
	.module .column{
		padding: 1.25rem;
	}
}

.module .h1 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.module .h2 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 0.625rem;
}

.module .width-fw .h1 {
	margin-top: 0;
	padding-top: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.module .width-fw .h2 {
	margin-top: 0;
	padding-top: 0.625rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.module .img {
	display: block;
	width: 100%;
}

.module .img + .text {
	margin-top: 1rem;
}

.module .video iframe {
	display: block;
	margin: 0 auto;
	height: 300px;
}

@media only screen and (min-width: 768px) {

	.module .video iframe {
		height: 600px;
	}	
}


@media only screen and (min-width: 768px) {

	.module.column-2 .module-content-container,
	.module.column-3 .module-content-container{
		display: flex;
	}	
}

.module.column-1 .h1 {
	text-align: center;
}


@media only screen and (min-width: 768px) {
	.module.column-2 .column {
		width: 50%;
	}
}

.column-2 .module-content-container.orientation-right {
	flex-direction: row-reverse;
}


@media only screen and (min-width: 768px) {
	.module.column-3 .column{
		width: 33.3%;
	}
}


.footer {
	background: #0d1e2f;
	text-align: center;
	padding: 3rem 2rem;
	color: white;
}


.footer .social-links {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .social-links .link {
	margin: 0;
	padding: 0;
}

.footer .social-links .link + .link {
	margin-left: 1rem;
}

.footer .social-links .link a {
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 1.5rem;
	background: #0f7cb8;
	box-sizing: border-box;
	position: relative;
	text-decoration: none;
}

.footer .social-links .link a:before {
	content: "";
	display: block;
	font-family: "Font Awesome 5 Brands";
	color: white;
}

.footer .social-links .link.twitter a:before {
	content: "\f099";
}

.footer .social-links .link.pinterest a:before {
	content: "\f231";
}

.footer .social-links .link.facebook a:before {
	content: "\f39e";
}

.footer .company-name {
	font-family: Georgia,"Times New Roman",serif;
}

.footer .company-address {
	font-size: 0.75rem;
	margin-bottom: 4rem;
}

.footer .text {
	font-size: 0.75rem;
}

.footer .img {
	display: block;
	width: 212px;
	margin: 0 auto;
}