/* || Theme Overrides */
:root {
}

/* || Typography */

p {
	margin-bottom: 0;
}

/* || General */

img {
	width: 100%;
}

video {
	width: 100%;
	height: 100%;
}

main {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-flow: column;
}

/* Main Nav -------------------------------------------*/

nav.transparent {
	justify-content: initial;
}

nav:not(.transparent) .nav-links:last-of-type {
	min-width: 150px;
	justify-content: right;
}

nav.transparent {
	background: #00000040;
	padding: 15px 5px;
}

nav.transparent.show-bg {
	background: #fff;
}

nav.transparent.show-bg .nav-links input {
	color: var(--grey);
}

nav.transparent .brand-logo {
	display: none;
}

nav.transparent .login-link {
	margin-left: auto;
	align-items: center;
}

nav.show-search .nav-links {
	width: 50%;
}

nav:not(.show-search) .nav-links input,
nav.show-search .nav-links .nav-link:not(.search){
	display: none;
}

nav .collapse-btn {
	display: none;
	background: none;
	color: #fff;
	border: none;
	font-size: 1.5em;
	padding: 0 10px;
	margin-right: 10px;
}

nav.transparent .nav-link {
	color: #fff;
}

nav .collapsable .collapse-btn {
	display: none;
}

nav.expanded .login-link {
	margin-left: auto;
}

nav.transparent.expanded .collapsable .collapse-btn {
	color: var(--red);
	padding-left: 30px;
	padding-right: 22px;
}

nav.transparent.expanded .collapsable .nav-link {
	color: var(--red);
	display: block;
}

nav .login-form {
	display: inline-flex;
}

nav .login-form label {
	display: none;
}

nav .nav-links .login-form input {
	color: #fff;
	display: block;
	background: transparent;
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #fff;
}

nav .login-form input::placeholder {
	color: #fff;
}

nav.show-bg .login-form input {
	border-color: var(--red);
}

nav.show-bg .login-form input::placeholder {
	color: var(--grey);
}

nav .login-form .form-item {
	margin: 0 1em 0;
}

/* Sections -------------------------------------------*/

section {
	position: relative;
	padding: 50px;
}

section.primary-bg {
	background: var(--red);
	color: #fff;
}

section.secondary-bg {
	background: var(--blue);
	color: #fff;
}

section.banner {
	padding: 1em 1em 1em;
}

section.video {
	padding: 0;
	background: transparent;
	flex-grow: 2;
}

section.image {
	height: calc(100vh - 336px);
	padding: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;	
	display: flex;
	flex-grow: 2;
}

section.auto-height {
	height: initial !important;
}

section.full-height {
	height: 100vh;
}

section.buffer {
	margin-top: 64px;
}

section.form-lg {
	min-height: 780px;
}

/* Landing -------------------------------------------*/

nav .login-link .nav-link {
	background: var(--red);
	border-radius: 3px;
	color: #fff;
	margin-right: 12px;
	opacity: 1;
}

section.video video {
	position: fixed;
	left: 50%;
	min-width: 100%;
	min-height: 141px;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translate(-50%, -50%);
	top: 38%;
}

video.mobile {
	display: none;
}

section.video h1 {
	color: #fff;
	font-size: 7vw;
	opacity: 0;
	position: absolute;
	text-align: center;
	text-shadow: 3px 3px 5px #00000066;
	top: 42%;
	transition: 1s ease-in-out;
	width: 100%;
}

section.video h1.show {
	opacity: 1;
	transition: 1s ease-in-out;
}

section.video .down-arrow {
	position: absolute;
	bottom: 1em;
	width: 100%;
	text-align: center;
	font-size: 2em;
	color: var(--red);
}

section.video .down-arrow {
	display: none;
}

section.banner > * {
	padding: 5px 2em;
}

section.banner .phone {
	color: #fff;
	text-decoration: none;
	font-size: 1.5em;
}

/* Buttons -------------------------------------------*/

a.link-btn {
	background: #d2d2d2;
	border-radius: 4px;
	color: var(--grey);
	padding: 5px 10px;
	text-decoration: none;
}

a.link-btn.primary {
	background: var(--red);
	color: #fff;
}

.btn-primary {
	background: var(--red);
	border-color: var(--red);
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background: var(--lightRed);
	border-color: var(--lightRed);
}

.btn-primary:focus {
	box-shadow: 0 0 0 0.25rem rgb(181 92 104 / 42%);
}

.btn-outline {
	font-size: 2em;
	border: 5px solid #fff;
	color: #fff;
	border-radius: 2px;
	padding: 8px 20px 12px;
	width: auto;
}

.btn-outline i {
	width: 0;
	overflow: hidden;
	margin-bottom: -7px;
	transition: width .3s ease-in-out;
}
.btn-outline:hover {
	color: #fff;
}

.btn-outline:hover i{
	width: 25px;
	transition: width .3s ease-in-out;
}

.btn-toggle {
	font-weight: 500;
	margin-bottom: 1em;
	text-decoration: none;
	color: #000;
}

/* Containers -----------------------------------------*/

.full-content.primary,
.split-content.primary {
	/*background: #862633bd;*/
	background: #6e6e6ebd;
	color: #fff;
}

section:not(.full-height) .padding-buffer {
	padding-top: 82px;
}

.split-content p {
	padding: 2em;
	font-size: 1.5em;
}

.image-box-wrapper {
	display: flex;
	flex-flow: row;
	overflow: auto;
}

.image-box {
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 50%;
	box-shadow: 5px 5px 7px -2px #00000038;
	display: flex;
	height: 250px;
	margin: 1.5%;
	width: 250px;
	min-width: 250px;
	overflow: hidden;
	transition: .3s ease-in-out;
}

.image-box:hover {
	border-radius: 1%;
	transition: .3s ease-in-out;
}

.box-filler {    
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #0000002e;
	color: #fff;
	text-align: center;
	transition: opacity .3s ease-in-out;
}

.image-box:hover .box-filler {
	opacity: 0;
	transition: opacity .3s ease-in-out;
}

.contact-wrapper {
	display: inline-flex;
	align-items: center;
	margin: 10px 5px;
}

.contact-wrapper i {
	margin-right: 1em;
	color: var(--red);
	font-size: 1.5em;
	width: 24px;
}

.contact-wrapper div {
	display: flex;
	flex-flow: column;
}


/* Form ----------------------------------------------*/

form:not(.nav-login) {
	background: #fff;
	padding: 2em;
	border-radius: 3px;
}

.form-element {
	margin-bottom: 2em;
}

form [type=submit] {
	display: block;
	margin-left: auto;
}

.form-element.checkbox {
	display: inline-flex;
	align-items: center;
	margin-bottom: .5em;
}

/* Misc ----------------------------------------------*/

.inline-logo {
	max-width: 300px;
}

.us-map-top {
	transition: width .3s ease-in-out;
}

.us-map-wrapper {
	position: relative;
	height: 17vw;
	max-height: 256px;
	width: 100%;
}

.us-map-top {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: 1;
}

.us-map-bottom {
	opacity: 0;
	position: absolute;
	display: block;
	top: 2px;
	left: 6px;
	z-index: 0;
	transition: opacity .3s ease-in-out;
}

.us-map-wrapper:hover .us-map-bottom {
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

.faq .collapse-wrapper {
	margin-bottom: 2em;
}

.faq .collapse:not(.show),
.faq .collapsing {
	display: initial;
}

.faq .btn-toggle i {
	display: none;
}

.faq a:hover {
	color: #000;
}

.flash {
	margin-bottom: 1em;
}

.post-message:not(.show) {
	display: none;
}

.post-message {
	color: var(--green);
	border: 1px solid var(--green);
	border-radius: 4px;
	margin: 1em 0;
	padding: 5px 10px;
	text-align: center;
	width: 100%;
}

.flash.error,
.form-element .error,
.post-message.error {
	color: var(--red);
	border-color: var(--red);
	display: block;
}

.faq .toggle-collapse {
	display: none;
}

/* Footer -------------------------------------------*/

footer {
	padding: 6px 0 13px;
	border-top: 5px solid #464646;
}

footer img {
	max-width: 250px;
}

.footer a.phone {
	opacity: 1;
}

/* Error alert --------------------------------------------*/

.shake {
	animation: shake 1s 2 cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

