@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@400;700&display=swap");
html,
body {
	height: 100%;
	font-family: "Karla", sans-serif;
	letter-spacing: -0.05em;
}
html {
	font-size: 15px;
}
@media screen and (min-width: 320px) {
	html {
		font-size: calc(15px + 7 * ((100vw - 320px) / 1600));
	}
}
@media screen and (min-width: 1920px) {
	html {
		font-size: 22px;
	}
}
p {
	font-size: 1.5em;
	line-height: 1.25;
}
h1 {
	font-size: 2.0736rem;
}
h1 {
	font-size: 25.92px;
}
@media screen and (min-width: 320px) {
	h1 {
		font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600));
	}
}
@media screen and (min-width: 1920px) {
	h1 {
		font-size: 50.625px;
	}
}
h2 {
	font-size: 1.728rem;
}
h2 {
	font-size: 25.92px;
}
@media screen and (min-width: 320px) {
	h2 {
		font-size: calc(25.92px + 24.705 * ((100vw - 320px) / 1600));
	}
}
@media screen and (min-width: 1920px) {
	h2 {
		font-size: 50.625px;
	}
}
h3 {
	font-size: 1.44rem;
}
h3 {
	font-size: 21.6px;
}
@media screen and (min-width: 320px) {
	h3 {
		font-size: calc(21.6px + 12.15 * ((100vw - 320px) / 1600));
	}
}
@media screen and (min-width: 1920px) {
	h3 {
		font-size: 33.75px;
	}
}
body {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.flash {
	display: none;
}
q,
blockquote {
	quotes: "“" "”";
}
.navbar-default {
	background-color: #ffffff;
}
.navbarFixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
	background-color: #ffffff;
	margin-bottom: 0;
	margin-top: 0;
}
.special {
	background-color: #ffffff;
}
/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid #0065dd;
	-webkit-text-fill-color: #0065dd;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}
nav.navbar {
	z-index: 1000;
	border: none;
	border-radius: 0px;
}
nav.navbar .navbar-nav > li > a {
	text-align: center;
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #6bc9cf;
	font-size: 1.2em;
	font-weight: italic;
}
a {
	transition: all 0.3s ease !important;
}
@media (max-width: 767px) {
	nav.navbar .navbar-nav > li > a {
		margin-top: 0;
		padding: 8px;
		display: inline-block;
	}
}
nav.navbar .navbar-nav > li > a:focus,
nav.navbar .navbar-nav > li > a:active {
	background: transparent;
	color: #00a551;
	outline: 0;
}
nav.navbar .navbar-nav > li > a:hover {
	background: none;
	color: #00a551;
	box-shadow: 0 3px 0 0 #6bc9cf;
}
@media (max-width: 1024px) {
	nav.navbar .navbar-nav > li > a:hover {
		background: transparent;
		border: 0;
		outline: 0;
	}
}
.navbar-right {
	margin-top: 0px;
}
.navbar-toggle {
	margin: 20px 15px 8px 0px;
	border: 1px solid transparent;
	border-radius: 4px;
}
/** FORMS **/
form .form-error {
	color: rgb(255, 0, 0);
}
form .form-error ul {
	margin-bottom: 0;
	margin-top: 1.5rem;
}
form .form-error li {
	text-align: left;
}
input[type="submit"]:disabled {
	color: lightgray !important;
	background-color: gray !important;
}
/** END FORMS **/
/** LOGIN FORM **/
.btn-default {
	background: #00a551;
	color: #ffffff;
	padding: 1em 2em;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin: 1em 0em;
	-webkit-transition: 0.3s ease all;
	transition: 0.3s ease all;
	border: none;
	border-radius: 50px;
	border: 0 !important;
	box-shadow: none !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
	background: #6bc9cf !important;
	color: #ffffff !important;
	text-decoration: none;
}

.modal-dialog {
	max-width: 300px;
	text-align: center;
	margin: 6em auto;
	background: #00a551;
}
@media (max-width: 812px) and (orientation: landscape) {
	.modal-dialog {
		margin: 0 auto;
	}
}
.modal-dialog .close {
	display: none;
}
.modal-dialog .modal-header {
	border: none;
	font-weight: 700;
}
.modal-dialog .form-signin {
	background: #ffffff;
	color: #000000;
	height: 375px;
	font-size: 16px;
	font-weight: 300;
	padding-left: 37px;
	padding-right: 37px;
	padding-top: 55px;
	-webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease;
	transition: opacity 0.5s ease, transform 0.5s ease,
		-webkit-transform 0.5s ease;
}
.modal-dialog .form-signin input,
.modal-dialog .form-signup input {
	color: #000000;
	font-size: 13px;
	border: 1px solid #00a551;
}
.modal-dialog .form-styling {
	width: 100%;
	height: 35px;
	padding-left: 15px;
	border: none;
	border-radius: 0px;
	margin-bottom: 20px;
	background: rgba(255, 255, 255, 0.2);
}
.modal-dialog label {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	padding-left: 15px;
	padding-bottom: 10px;
	color: #00a551;
	display: block;
}
.modal-dialog :focus {
	outline: none;
}
.modal-dialog .form-signin input:focus {
	background: rgba(255, 255, 255, 0.3);
	-webkit-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.modal-dialog .btn-signin {
	float: left;
	padding: 8px;
	width: 100%;
	height: 45px;
	border: none !important;
	border-radius: 0px;
	background-color: #00a551;
	color: #ffffff !important;
	border: 0;
	font-weight: 700;
	border-radius: 50px !important;
	overflow: hidden;
	box-shadow: none !important;
}
.modal-dialog .btn-signin:hover,
.modal-dialog .btn-signin:focus,
.modal-dialog .btn-signin:active {
	background-color: #6bc9cf !important;

}
.modal-header,
.modal-footer {
	background: #6bc9cf;
	color: #fafafa;
	font-size: 18px !important;
}
h5 {
	font-size: 18px;
	font-weight: 700 !important;
}
.modal-open {
	overflow: auto;
	padding-right: 0px !important;
}
.modal-open .modal {
	padding-right: 0 !important;
}
.modal-body {
	padding: 0;
}
#resetPasswordModal {
	color: #00a551;
}
input#username {
	margin-bottom: 20px;
}
#resetPasswordModal {
	color: #00a551;
}
/** END LOGIN FORM **/
.delay-1 {
	-webkit-animation-delay: 0.25s;
	animation-delay: 0.25s;
}
.delay-2 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay-3 {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}
.delay-4 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.box {
	background: -moz-linear-gradient(
		top,
		rgba(107, 201, 207, 0) 50%,
		rgba(107, 201, 207, 0.4) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(107, 201, 207, 0) 50%,
		rgba(107, 201, 207, 0.4) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(107, 201, 207, 0) 50%,
		rgba(107, 201, 207, 0.4) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0000A551', endColorstr='#6600A551',GradientType=0 );
	padding: 350px 0;
}
@media (max-width: 1024px) {
	.box {
		padding: 250px 0;
	}
}
@media (max-width: 767px) {
	.box {
		padding: 150px 0;
	}
}
@media (max-width: 600px) {
	.box {
		padding: 100px 0;
	}
}
.bg,
section {
	background-position: center 25%;
	background-size: cover;
	background-repeat: no-repeat;
}
.section-a {
	color: #fafafa;
	background-image: url("../../img/bg1.jpg");
}
.section-a .btn-default {
	margin-right: 10px;
}
.section-b {
	background-image: url("../../img/bg2.jpg");
}
@media (max-width: 400px) {
	.section-b {
		background-position: 30% 50%;
	}
}
.section-c {
	background-image: url("../../img/bg3.jpg");
	color: #fafafa;
}
.section-d {
	background-image: url("../../img/bg4.jpg");
	color: #fafafa;
}
footer {
	padding: 50px 0px 10px;
	background: #fafafa;
	color: #1a1a1a;
	font-size: 15px;
}
footer a {
	color: #1a1a1a;
	white-space: nowrap;
	font-size: 15px;
}
@media (max-width: 990px) {
	footer a {
		font-size: 13px;
	}
}
footer a:hover {
	color: #1a1a1a;
	outline: 0 !important;
	text-decoration: none;
}
footer a:focus {
	color: #000;
	outline: 0 !important;
	text-decoration: none;
}
footer p {
	font-size: 15px;
}
@media (max-width: 990px) {
	footer p {
		font-size: 13px;
	}
}
input#username,
input#password {
	width: 100%;
}
@media (max-width: 1024px) {
	input#username,
	input#password {
		font-size: 16px;
	}
}
select {
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
}
a,
a:hover,
a:focus,
a:active {
	outline: 0 !important;
}
.logo {
	max-height: 100px;
	padding: 0.5em;
}
@media (max-width: 767px) {
	.logo {
		max-height: 70px;
	}
	.navbar-header a {
		float: left;
	}
	.navbar-toggle {
		margin-top: 24px;
	}
}
.top-pad {
	padding: 6em 0;
	background: white;
}
.top-pad a,
.top-pad li,
.top-pad p,
.top-pad span {
	font-size: 0.9em;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
@media (max-width: 1024px) {
	.flex {
		display: block;
		/* may need to be inline-block */
	}
}
.terms,
.privacy {
	font-size: 1rem;
}
.terms ol li,
.privacy ol li {
	font-size: 1rem;
}
.terms ol ol li,
.privacy ol ol li {
	font-size: 0.85rem;
}
.navbar-default .navbar-toggle {
	border: 0 !important;
	transition: all 0.3s ease;
	background: #00a551;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #6bc9cf;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
}
.navbar-default .navbar-collapse.in ul {
	border-color: #00a551;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 0;
}
.navbar .container,
.navbar .container-sm {
	max-width: 100% !important;
}
.row {
	margin: 0 !important;
}
.navbar-light .navbar-toggler {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.bgthis {
	background: -moz-linear-gradient(
		top,
		rgba(0, 165, 81, 0.5) 0%,
		rgba(107, 201, 207, 0.5) 100%
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 165, 81, 0.5) 0%,
		rgba(107, 201, 207, 0.5) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 165, 81, 0.5) 0%,
		rgba(107, 201, 207, 0.5) 100%
	);
	border-radius: 20px;
	padding: 20px;
}
.btn-animate {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
section + section {
	margin-top: 10px;
}
.navbar .container,
.navbar .container-sm {
	max-width: 100% !important;
}
.row {
	margin: 0 !important;
}
.navbar-light .navbar-toggler {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.btn-animate {
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}
section + section {
	margin-top: 10px;
}
.logo {
	max-height: 80px;
}
