﻿/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
  /* makes sure it stays on top */
	height: 100vh;
	width: 100%;
}

/* Custom Layout Overrides */
html, body {
	overflow-x: hidden;
	font-size: 20px;
	background: #fff;
	font-family: "proxima-nova",sans-serif;
}

section {
	padding: 2rem 0;
	font-size: 20px;
	position: relative;
}

@media (min-width: 768px) {
	section {
		padding: 3rem 0;
	}
}

@media (min-width: 992px) {
	section {
		padding: 5rem 0;
	}
}

@media (min-width: 1200px) {
	section {
		padding: 8rem 0;
	}
}

section .container .row .button, section .container form .button {
	margin-top: 1rem;
}

section .container .row form .button, section .container form form .button {
	margin-top: 0;
}

.container {
	width: 100%;
	max-width: 1316px;
	margin: 0 auto;
}

/* Font Styles */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
	font-family: "georgia", serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1em;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
	text-decoration: none;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}

h1 a:hover, h1 a:focus, .h1 a:hover, .h1 a:focus, h2 a:hover, h2 a:focus, .h2 a:hover, .h2 a:focus, h3 a:hover, h3 a:focus, .h3 a:hover, .h3 a:focus, h4 a:hover, h4 a:focus, .h4 a:hover, .h4 a:focus, h5 a:hover, h5 a:focus, .h5 a:hover, .h5 a:focus {
	text-decoration: none;
}

p, li {
	font-size: 1em;
	margin: .75em 0 0 0;
	padding: 0;
	font-family: "georgia", serif;
	font-size: 1em;
}

@media (min-width: 768px) {
	p, li {
		font-size: 1.15em;
	}
}

@media (min-width: 1200px) {
	p, li {
		font-size: 1.25em;
	}
}

/* Base Styles */
.button {
	background: #333;
	color: #fff;
	font-weight: 700;
	font-family: "georgia", serif;
	height: 53px;
	line-height: 48px;
	padding: 0 1.15rem;
	display: inline-block;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 1.15rem;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
	border: 2px solid #333;
	text-align: center;
}

@media (max-width: 767px) {
	.button {
		height: 42px;
		line-height: 37px;
	}
}

.button:hover, .button:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
	-webkit-transform: scale(1.045, 1.045);
	-moz-transform: scale(1.045, 1.045);
	-ms-transform: scale(1.045, 1.045);
	-o-transform: scale(1.045, 1.045);
	transform: scale(1.045, 1.045);
}

.button.buttonOutline {
	background: transparent;
	color: #333;
}

.button.inactive {
	opacity: .5;
	cursor: default;
}

.button.inactive:hover, .button.inactive:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transform: scale(1, 1);
}

form {
	font-size: 20px;
	flex-wrap: wrap;
	margin-left: -10px;
	margin-right: -10px;
}

form .col {
	position: relative;
	padding: 0.5rem 0.5rem 0.5rem 0.5rem;
    /* to hide the checkbox itself */
    /* unchecked icon */
    /* space between checkbox and label */
    /* checked icon */
    /* allow space for check mark */;
}

form .col label {
	position: absolute;
	font-size: 1.25rem;
	line-height: 53px;
	left: 1.35rem;
	pointer-events: none;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	font-weight: 400;
}

@media (max-width: 767px) {
	form .col label {
		line-height: 42px;
	}
}

form .col label.toggle-label {
	position: absolute;
	top: 1.25rem;
	left: 1.5rem;
	line-height: .75rem;
	font-size: .75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .05rem;
}

form .col.toggle-label label {
	position: absolute;
	top: 1.25rem;
	left: 1.35rem;
	line-height: .75rem;
	font-size: .75rem;
	font-weight: 700;
	letter-spacing: .05rem;
}

@media (max-width: 767px) {
	form .col.toggle-label label {
		top: 1.05rem;
		left: 1.25rem;
	}
}

form .col input, form .col textarea, form .col select {
	border: none;
	padding: 1.25rem .75rem .25rem .7rem;
	font-size: 1.25rem;
	color: #333;
	width: 100%;
	height: 53px;
	line-height: 48px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-transition: all .35s;
	-moz-transition: all .35s;
	-ms-transition: all .35s;
	-o-transition: all .35s;
	transition: all .35s;
	border: 2px solid;
}

@media (max-width: 767px) {
	form .col input, form .col textarea, form .col select {
		height: 42px;
		line-height: 37px;
		font-size: 1.1rem;
		padding: 1.25rem .75rem .25rem .7rem;
	}
}

form .col input::-webkit-input-placeholder, form .col textarea::-webkit-input-placeholder, form .col select::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
	color: #555;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	opacity: 0; font-weight:400 !important;
}

form .col input::-moz-placeholder, form .col textarea::-moz-placeholder, form .col select::-moz-placeholder {
        /* Firefox 19+ */
	color: #555;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	opacity: 0;font-weight:400 !important;
}

form .col input:-ms-input-placeholder, form .col textarea:-ms-input-placeholder, form .col select:-ms-input-placeholder {
        /* IE 10+ */
	color: #555;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	opacity: 0;font-weight:400 !important;
}

form .col input:-moz-placeholder, form .col textarea:-moz-placeholder, form .col select:-moz-placeholder {
        /* Firefox 18- */
	color: #555;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	opacity: 0;font-weight:400 !important;
}

form .col input:focus, form .col textarea:focus, form .col select:focus {
	outline: none;
	border: 2px solid #333;
}

form .col input:focus::-webkit-input-placeholder, form .col textarea:focus::-webkit-input-placeholder, form .col select:focus::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
	opacity: 1;
}

form .col input:focus::-moz-placeholder, form .col textarea:focus::-moz-placeholder, form .col select:focus::-moz-placeholder {
          /* Firefox 19+ */
	opacity: 1;
}

form .col input:focus:-ms-input-placeholder, form .col textarea:focus:-ms-input-placeholder, form .col select:focus:-ms-input-placeholder {
          /* IE 10+ */
	opacity: 1;
}

form .col input:focus:-moz-placeholder, form .col textarea:focus:-moz-placeholder, form .col select:focus:-moz-placeholder {
          /* Firefox 18- */
	opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	form .col input:-ms-input-placeholder, form .col textarea:-ms-input-placeholder, form .col select:-ms-input-placeholder {
          /* IE 10+ */
		color: #555;
		opacity: 1;
	}
}

form .col textarea {
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	overflow: hidden;
	height: 200px;
	min-height: 200px;
	line-height: 1em;
	padding-top: 25px;
}

form .col button, form .col .button {
	width: 100%;
	margin-top: 0;
	padding: 0;
	white-space: nowrap;
}

@media (max-width: 767px) {
	form .col button, form .col .button {
		height: 42px;
		line-height: 37px;
	}
}

form .col input[type=checkbox] {
	display: none;
}

form .col input[type=checkbox] + label:before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
}

form .col input[type=checkbox] + label:before {
	content: "\f0c8";
	font-style: normal !important;
}

form .col input[type=checkbox] + label:before {
	letter-spacing: 10px;
}

form .col input[type=checkbox]:checked + label:before {
	content: "\f14a";
	font-style: normal !important;
	color: #4d4d4d;
}

form .col input[type=checkbox]:checked + label:before {
	letter-spacing: 10px;
}

form .checkbox {
	text-align: left;
}

form .checkbox label {
	position: relative;
	font-size: 1.75em;
	pointer-events: all;
	cursor: pointer;
	left: 0;
}

@media (max-width: 991px) {
	form .checkbox label {
		font-size: 2em;
	}
}

main .button {
	margin-top: 1rem;
}

#paginationWrapper {
	display: flex;
	align-items: center;
	max-width: 420px;
	margin: 0 auto;
	float: none;
	text-align: center;
	justify-content: space-between;
}

#paginationWrapper .pagination {
	list-style: none;
	margin: 0 10px;
	padding: 0;
}

#paginationWrapper .pagination li {
	display: inline-block;
	margin: 3px;
	padding: 2px;
}

#copyright {
	font-size: .9em;
}

#paidfor {
	font-size: .9em;
	padding: 7px 10px;
	border: .5px solid #666;
	display: inline-block;
}

.mfp-close {
	top: 0;
	right: 0;
}