@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&display=swap');
html,
body {
	height: 100%;
}
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,
ol,
ul {
	font-size: 1rem;
	font-family: "Merriweather", serif;
}
a {
	font-family: "Merriweather", serif;
}
h1 {
	font-size: 18px;
	font-family: "Merriweather", serif;
	font-weight: 700 !important;
}
@media screen and (min-width: 320px) {
	h1 {
		font-size: 24px;
	}
}
@media screen and (min-width: 960px) {
	h1 {
		font-size: 32px;
	}
}
h2 {
	font-size: 1.728rem;
	font-family: "Merriweather", serif;
}
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;
	font-family: "Merriweather", serif;
}
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: "“" "”";
}
.navbarFixed {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,dbdbdb+100 */
	background: white;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), to(#dbdbdb));
	background: -o-linear-gradient(top, white 1%, #dbdbdb 100%);
	background: linear-gradient(to bottom, white 1%, #dbdbdb 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 999;
}
/* 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-box-shadow: 0 0 0px 1000px #000 inset;
	-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: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #333;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5px;
	display: block;
	text-align: center;
}
@media (max-width: 767px) {
	nav.navbar .navbar-nav > li > a {
	}
}
nav.navbar .navbar-nav > li > a:hover {
	background: #f15a24;
	color: #fafafa;
}
.navbar-right {
	margin-top: 0px;
	font-size: 18px;
}
.navbar-toggle {
	margin: 15px 15px 8px 0px;
	border: 1px solid transparent;
	border-radius: 4px;
}
@media (max-width: 768px) and (orientation: landscape) {
	.navbar-toggle {
		margin: 10px 15px 8px 0px;
	}
}
/** LOGIN FORM **/
.btn-default {
	border: 0 !important;
	border-radius: 0px;
	background: #f15a24;
	color: #fafafa;
	padding: 0.5em 2em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin: 2em 0em;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
.btn-default:hover {
	background: #ff0000;
	color: white;
	text-decoration: none;
}
@media (max-width: 1024px) {
	.btn-default:hover {
		background: #ff0000;
		color: #fafafa;
		-webkit-box-shadow: 0px 0px 5px #333;
		box-shadow: 0px 0px 5px #333;
	}
}
.modal-dialog {
	max-width: 300px;
	text-align: center;
	margin: 6em auto;
}
@media (max-width: 812px) and (orientation: landscape) {
	.modal-dialog {
		margin: 0 auto;
	}
}
.modal-dialog .close {
	display: none;
}
.modal-dialog .modal-content {
	color: #f15a24;
}
.modal-dialog .modal-content h2 {
	text-align: center;
}
.modal-dialog input {
	border: 1px solid #777;
	text-align: center;
}
@media (max-width: 1024px) {
	.modal-dialog input#username,
	.modal-dialog input#password,
	.modal-dialog input#email {
		font-size: 16px;
	}
}
.modal-dialog button {
	background: transparent;
	color: #fafafa;
	display: block;
	border: none;
	padding: 0.5em 1em;
	margin: 0 auto;
	font-size: 18px;
}
.modal-dialog button:hover {
	background: transparent;
	color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}
.modal-dialog input[type="submit"] {
	border: none;
	border-radius: 0px;
	background: #f15a24;
	color: #fafafa;
	padding: 0.5em 2em;
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	margin: 2em 0em;
	-webkit-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
	display: block;
	width: 100%;
	font-size: 18px;
	margin: 10px auto;
}
.modal-dialog input[type="submit"]:hover {
	background: #ff0000;
	color: white;
	text-decoration: none;
}
@media (max-width: 1024px) {
	.modal-dialog input[type="submit"]:hover {
		background: #ff0000;
		color: #fafafa;
		-webkit-box-shadow: 0px 0px 5px #333;
		box-shadow: 0px 0px 5px #333;
	}
}
.modal-header,
.modal-footer {
	background: #f15a24;
	color: #fafafa;
}
.modal-header h5 {
	font-weight: 700;
	font-size: 18px;
}
.modal-open {
	overflow: auto;
	padding-right: 0px !important;
}
input#username {
	margin-bottom: 20px;
}
/** END LOGIN FORM **/
footer {
	padding: 50px 0px 20px;
	background: #f15a24;
	color: #fafafa;
	font-size: 15px;
}
footer a {
	color: #fafafa;
	white-space: nowrap;
	font-size: 15px;
}
@media (max-width: 990px) {
	footer a {
		font-size: 13px;
	}
}
footer a:hover {
	color: white;
	outline: 0 !important;
	text-decoration: none;
}
footer a:focus {
	color: #fafafa;
	outline: 0 !important;
	text-decoration: none;
}
footer p {
	font-size: 15px;
}
@media (max-width: 990px) {
	footer p {
		font-size: 13px;
	}
}
input#username,
input#password,
input#email {
	width: 100%;
}
@media (max-width: 1024px) {
	input#username,
	input#password,
	input#email {
		font-size: 16px;
	}
}
select {
	-moz-appearance: none;
	text-indent: 0.01px;
	-o-text-overflow: "";
	   text-overflow: "";
}
a,
a:hover,
a:focus,
a:active {
	outline: 0 !important;
}
.logo {
	max-width: 220px;
	padding: 0.5em;
}
@media (max-width: 600px) {
	.logo {
		max-width: 150px;
	}
}
@media (max-width: 767px) {
	.navbar-header a {
		float: left;
	}
}
.top-pad {
	padding-top: 4em;
	background: white;
}
@media (max-width: 990px) {
	.top-pad {
		padding-top: 4em;
	}
}
.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;
}
/* ========= BUTTONS ============ */
.btn-download,
.btn-download:focus,
.btn-download:active,
.btn-download:visited {
	background-color: #ff0000;
	border-color: #fafafa;
	color: #fafafa;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.btn-download:hover {
	background-color: #f15a24;
	color: #fafafa;
}
.btn-download {
	margin-bottom: 15px !important;
	display: block;
	max-width: 175px;
	margin-top: 15px;
}
.btn-download-2,
.btn-download-2:focus,
.btn-download-2:active,
.btn-download-2:visited {
	background-color: #ff0000;
	border-color: #fafafa;
	color: #fafafa;
	padding: 10px 20px;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.btn-download-2:hover {
	background-color: #f15a24;
	color: #fafafa;
}
.btn-download-2 {
	margin-bottom: 15px !important;
	display: block;
	margin: 0 auto;
	max-width: 175px;
	margin-top: 15px;
}
/* ========== HEADER ============ */
.header {
	background: url("../img/banner.jpg");
	background-repeat: no-repeat;
	background-position: 25% center;
	background-size: cover;
}
.header-overlay {
	background: rgba(0, 0, 0, 0.5);
	padding: 250px 0px;
}
@media (max-width: 767px) {
	.header-overlay {
		padding: 50px 0px;
	}
}
.header h1 {
	color: #fafafa;
}
.header p {
	color: #fafafa;
}
/* ========== SECTION ONE ============ */
.section-one {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+1,dbdbdb+100 */
	background: white;
	/* Old browsers */
	/* FF3.6-15 */
	/* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), to(#dbdbdb));
	background: -o-linear-gradient(top, white 1%, #dbdbdb 100%);
	background: linear-gradient(to bottom, white 1%, #dbdbdb 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.section-one-overlay {
	padding: 100px 0px;
}
@media (max-width: 1024px) {
	.section-one-overlay {
		padding: 50px 0px;
	}
}
.section-one h1 {
	color: #f15a24;
}
.section-one p {
	color: #333;
}
@media (max-width: 767px) {
	.section-one p {
		margin-bottom: 25px;
	}
}
.section-one img {
	width: 100%;
	display: block;
	margin: 0px auto;
	max-width: 600px;
}
@media (max-width: 1024px) {
	.section-one img {
		margin-bottom: 25px;
	}
}
/* ========== SECTION TWO ============ */
.section-two {
	background: url("../img/lower-banner.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.section-two-overlay {
	background: rgba(0, 0, 0, 0.5);
	padding: 200px 0px;
}
@media (max-width: 767px) {
	.section-two-overlay {
		padding: 50px 0px;
	}
}
.section-two h1 {
	color: #fafafa;
}
.section-two p {
	color: #fafafa;
}
.section-two img {
	width: 100%;
	display: block;
	margin: 0px auto;
	max-width: 600px;
}
@media (max-width: 1024px) {
	.section-two img {
		margin-bottom: 25px;
	}
}
/* ========== SECTION THREE ============ */
.section-three {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, white), to(#dbdbdb));
	background: -o-linear-gradient(top, white 1%, #dbdbdb 100%);
	background: linear-gradient(to bottom, white 1%, #dbdbdb 100%);
}
.section-three-overlay {
	padding: 100px 0px;
}
@media (max-width: 767px) {
	.section-three-overlay {
		padding: 50px 0px;
	}
}
.section-three h1 {
	color: #f15a24;
}
.section-three p {
	color: #333;
}
/* ========== SECTION FOUR ============ */
.section-four {
	background: url("../img/lower-banner.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	background-size: cover;
}
.section-four-overlay {
	background: rgba(31, 31, 31, 0.65);
	padding: 200px 0px;
}
@media (max-width: 767px) {
	.section-four-overlay {
		padding: 50px 0px;
	}
}
.section-four h1 {
	color: #fafafa;
}
.section-four p {
	color: #fafafa;
}
.section-four img {
	width: 100%;
	display: block;
	margin: 0px auto;
	max-width: 600px;
}
@media (max-width: 1024px) {
	.section-four img {
		margin-bottom: 25px;
	}
}
.form-error {
	color: red;
}
.btn {
	border: 0 !important;
}
section {
	border-bottom: 5px solid #f15a24;
}
.section-one hr,
.section-three hr {
	border-color: #f15a24;
}
button,
input[type="submit"],
button:hover,
input[type="submit"]:hover {
	border: 0 !important;
	outline: none !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	border-radius: 5px !important;
}
.logo {
	max-height: 80px;
}
a {
	color: #f15a24;
}
.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;
}
.modal-footer {
	padding: 0 !important;
}
* {
	text-shadow: none !important;
}
input[type="submit"] {
	cursor: pointer;
}
.modal-content {
	border-radius: 10px !important;
	border: 0;
	overflow: hidden;
}
.modal-body {
	background: #ffffff;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}