/** !
Theme Name: Chase Classics
Theme URI: https://www.chaseclassics.co.uk/
Description: Bespoke Theme for Chase Classics using WordPress. Gutenberg compatible. Using Bootstrap 4 and Font Awesome 5.
Author: Elms Creative
Author URI: https://www.elmscreative.com/
Version: 1.0
Text Domain: elmscreative
*/

/* ==========================================================================
    Elements
   ========================================================================== */

html,
body {
	height: 100%;
}
html {
	background: #fff;
	overflow: auto;
}
body {
	background: none;
	color: #121212;
	font-family: "DM Sans", Arial, Helvetica, sans-serif;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 auto 0.5em;
	color: #121212;
	text-transform: capitalize;
	font-family: "Cormorant SC", Arial, Helvetica, sans-serif !important;
	font-weight: 900;
}
h1 > svg,
h2 > svg,
h3 > svg,
h4 > svg,
h5 > svg,
h6 > svg {
	color: #126031;
}
p {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
}
ul > li,
ol > li {
	font-size: 1rem;
	font-weight: 400;
}

label {
	color: #121212 !important;
}
input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
textarea {
	height: auto !important;
	padding: 0.75em 1.2em !important;
	color: #121212 !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	background-color: #f5f5f5 !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
}
input[type="file"] {
	color: #121212 !important;
}
select {
	color: #121212 !important;
	font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
	height: 45px !important;
	-webkit-appearance: none;
	appearance: none;
	box-shadow: none !important;
	background-color: #f5f5f5 !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
textarea {
	min-height: 175px !important;
	max-height: 175px !important;
	padding: 0.75em 1.2em !important;
	font-size: 1rem !important;
	font-weight: 500 !important;
	background-color: #f5f5f5 !important;
	border: 1px solid rgba(0, 0, 0, 0.1) !important;
	-webkit-border-radius: 4px !important;
	-moz-border-radius: 4px !important;
	border-radius: 4px !important;
	font-family: "DM Sans", Arial, Helvetica, sans-serif !important;
}

input[type="submit"] {
	width: auto;
	padding: 0.55em 1.25em;
	font-size: 1rem;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #126031 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
	background: #126031;
}
input[type="submit"]:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #121212;
	border: #121212 1px solid;
}

.btn {
	width: auto;
	padding: 0.75em 1.5em;
	display: inline-block;
	font-size: 1rem;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #126031 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
	background: #126031;
}
.btn:hover {
	color: #fff !important;
	text-decoration: none;
	background-color: #121212;
	border: #121212 1px solid;
}

.btn-inverted {
	width: auto;
	padding: 0.75em 1.5em;
	display: inline-block;
	font-size: 1rem;
	position: relative;
	text-decoration: none;
	font-weight: 600;
	color: #fff !important;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: #121212 1px solid;
	-moz-transition: color 0s linear 0s;
	-webkit-transition: color 0s linear 0s;
	-o-transition: color 0s linear 0s;
	transition: color 0s linear 0s;
	background: #121212;
}
.btn-inverted:hover {
	color: #121212 !important;
	text-decoration: none;
	background-color: #fff;
	border: #fff 1px solid;
}

.forminator-ui.forminator-design--flat .forminator-button-submit {
	width: auto !important;
	padding: 0.75em 1.5em !important;
	margin: 0 auto !important;
	display: block !important;
	font-size: 1rem !important;
	position: relative !important;
	text-decoration: none !important;
	font-weight: 600 !important;
	color: #fff !important;
	text-align: center !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
	border: #126031 1px solid !important;
	-moz-transition: color 0s linear 0s !important;
	-webkit-transition: color 0s linear 0s !important;
	-o-transition: color 0s linear 0s !important;
	transition: color 0s linear 0s !important;
	background: #126031 !important;
	-webkit-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	-moz-box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
	box-shadow: 0 0 0 0 rgba(50, 50, 50, 0) !important;
}
.forminator-ui.forminator-design--flat .forminator-button-submit:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #121212 !important;
	border: #121212 1px solid !important;
}

.forminator-ui.forminator-custom-form[data-design=flat] .forminator-phone.iti--allow-dropdown .forminator-input {
    padding-left: 88px !important;
}

/* ==========================================================================
		  Structure
		 ========================================================================== */

nav.navbar {
	padding: 1em 0.5em;
}
nav.navbar .img-logo {
	max-width: 252px;
}

section#hero {
	padding: 10em 1.25em;
	position: relative;
	background-color: #f9f9f9;
}
section#hero.bring-a-trailer {
	padding: 2.5em 1.25em;
	position: relative;
	background-color: #f9f9f9;
}
section#hero > .container {
	position: relative;
	z-index: 2;
}
section#hero h1 {
	text-align: center;
	font-size: 3.5rem;
	color: #121212;
}
body.home section#hero {
	padding: 10em 1.25em 17.5em;
}
body.page-id-2 section#hero h1,
body.page-id-8 section#hero h1,
body.page-id-9 section#hero h1,
body.page-id-10 section#hero h1,
body.page-id-11 section#hero h1,
body.page-id-81 section#hero h1 {
	color: #fff;
}
body.page-id-2 section#hero p,
body.page-id-8 section#hero p,
body.page-id-9 section#hero p,
body.page-id-10 section#hero p,
body.page-id-11 section#hero p,
body.page-id-81 section#hero p {
	color: #fff;
}
body.page-id-2 section#hero::before,
body.page-id-8 section#hero::before,
body.page-id-9 section#hero::before,
body.page-id-10 section#hero::before,
body.page-id-11 section#hero::before,
body.page-id-81 section#hero::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0.8) 0%,
		rgba(0, 0, 0, 0.6) 30%,
		rgba(0, 0, 0, 0) 60%
	);
	z-index: 1;
}

section#cta {
	padding: 3.5em 0;
	text-align: left;
	background: #076031 url("assets/images/cta-bg.jpg") no-repeat left center;
	background-size: contain;
}
section#cta h4,
section#cta p {
	color: #fff;
}
section#cta h4 {
	font-size: 1.85rem;
}
section#cta p {
	font-size: 0.9rem;
}

footer#details {
	padding: 2.25em 0;
}
footer#details .img-footer-logo {
	margin-bottom: 0.5em;
}
footer#details .details {
	margin-bottom: 0.5em;
	justify-content: center;
}
footer#details .details > div > a {
	font-weight: normal;
}
footer#details .socials {
	justify-content: center;
}
footer#details .socials > div > a > svg {
	font-size: 1.25rem;
	color: #076031;
}
footer#details .socials > div > a > svg:hover {
	color: #121212;
}

footer#ext {
	padding: 0.75em 0;
	background-color: #121212;
}
footer#ext p {
	color: #fff;
	font-size: 0.85rem;
}
footer#ext a:active,
footer#ext a:visited,
footer#ext a:link,
footer#ext a[href^="tel"] {
	color: #076031;
}
footer#ext a:hover,
footer#ext a[href^="tel"]:hover {
	text-decoration: none;
	color: #fff;
}

/* ==========================================================================
		  Links and Navigation
		 ========================================================================== */

a {
	font-weight: 600;
	text-decoration: none;
	-moz-transition: color 0.1s linear 0.1s;
	-webkit-transition: color 0.1s linear 0.1s;
	-o-transition: color 0.1s linear 0.1s;
	transition: color 0.1s linear 0.1s;
}
a:active,
a:visited,
a:link,
a[href^="tel"] {
	color: #121212;
}
a:hover,
a[href^="tel"]:hover {
	text-decoration: none;
	color: #126031;
}
a.nostyle:active,
a.nostyle:visited,
a.nostyle:link {
	color: inherit;
	text-decoration: none;
}
.nostyle:hover {
	color: inherit;
	text-decoration: none;
}
.btn-link:hover {
	color: #126031;
}

.navbar-toggler {
    order: 1;
}
.navbar .img-bat-logo-header {
    margin-left: 1em;
    order: 2;
}
.navbar-toggler {
	float: right;
	margin: 0.75em 1em;
	text-align: right;
	display: block;
	position: relative;
	z-index: 35;
}
.navbar-toggler > svg {
	color: #121212;
}
.navbar-toggler > svg:hover {
	color: #126031;
}

#primary {
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
#primary > li {
	margin: 0;
	padding: 0.5em 1em;
	display: inline-block;
	list-style: none;
}
#primary > li.nav-item-social {
	margin: 0;
	padding: 0.5em 0.25em;
	display: inline-block;
	list-style: none;
}
#primary > li.nav-item-social > a > svg {
	color: #126031;
}
#primary > li.nav-item-social > a > svg:hover {
	color: #121212;
}
#primary > li.nav-item-social > a:hover {
	border-bottom: transparent 1px solid;
}
#primary > li > a {
	margin: 0;
	padding: 0;
	color: #121212;
	font-size: 1rem;
	font-weight: normal;
	display: inline-block;
	text-decoration: none;
	border-bottom: transparent 1px solid;
}
#primary > li > a:hover {
	color: #121212;
	border-bottom: #126031 1px solid;
}
#primary > li.active a {
	color: #121212;
	border-bottom: #126031 1px solid;
}

.dropdown-menu {
	padding: 0 !important;
}
.dropdown-menu > li {
	width: 100% !important;
}
.dropdown-menu > li > a {
	width: 100% !important;
	padding: 1.1em 2em !important;
	font-size: 1.15rem !important;
	display: block !important;
	text-transform: capitalize !important;
}
.dropdown-item.active,
.dropdown-item:active {
	background-color: #126031 !important;
}

/* ==========================================================================
		  Misc
		 ========================================================================== */

.section {
	padding: 4.25em 0;
	position: relative;
	z-index: 5;
}
.section-mini {
	padding: 2.25em 0;
	position: relative;
	z-index: 5;
}
.section-very-mini {
	padding: 1.25em 0;
	position: relative;
	z-index: 5;
}
.section-none {
	padding: 0;
	position: relative;
	z-index: 5;
}

.img-brand-logo {
	max-width: 125px;
}

#mapCanvas {
	width: 100%;
	min-height: 380px;
}

.card.card-reason {
	text-align: center;
	border: none;
	background-color: transparent;
}
.card.card-reason .img-wrap {
	padding: 2.25em 1.25em;
	background-color: #f4f4f4;
	border: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
}
.card.card-reason > .card-body {
	padding: 1.25em;
}

.card.card-service {
	background-color: #f4f4f4;
	border: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
}
.card.card-service .card-body {
	padding: 1.5em;
}
.card.card-service .card-body > .card-title {
	font-size: 2rem;
}
.card.card-service .card-body > .card-text {
	font-size: 0.9rem;
}
.card.card-service .card-body > .btn-link {
	font-size: 0.9rem;
}

.card.card-howitworks {
	background-color: #f4f4f4;
	border: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
}
.card.card-howitworks .card-body {
	padding: 1.5em;
}
.card.card-howitworks .card-body > .card-title {
	font-size: 1.5rem;
}
.card.card-howitworks .card-body > .card-text {
	font-size: 0.9rem;
}

.card.card-service-homepage {
	padding: 0.75em;
	background-color: #f4f4f4;
	border: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
}
.card.card.card-service img,
.card.card-service-homepage img {
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-bottom-left-radius: 15px;
}
.card.card-service-homepage .card-img-overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 100%);
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	border-bottom-left-radius: 25px;
}
.card.card-service-homepage .card-img-overlay > .card-title {
	font-size: 2.5rem;
	margin: 0 auto;
}

.card.card-form {
	border: none;
	background-color: transparent;
}
.card.card-form > .card-body {
	padding: 0 2em;
}

.contact-page-details {
	justify-content: center;
}
.contact-page-details > div {
	padding: 0.5em 0;
}
.contact-page-details > div > a > svg {
	margin-right: 4px;
	color: #076031;
}

.watermark {
	background: url("assets/images/watermark-logo.png") no-repeat left center;
	background-size: contain;
}

/* ==========================================================================
		  Owl Carousel
		 ========================================================================== */

.owl-carousel,
.owl-carousel .owl-item {
	-webkit-tap-highlight-color: transparent;
	position: relative;
}
.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
	background: 0 0;
	color: inherit;
	border: none;
	padding: 0 !important;
	font: inherit;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.owl-carousel .animated {
	animation-duration: 1s;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	animation-name: fadeOut;
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
	max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
	margin-top: 10px;
}
.owl-theme .owl-nav [class*="owl-"] {
	color: #fff;
	font-size: 14px;
	margin: 5px;
	padding: 4px 7px;
	background: #d6d6d6;
	display: inline-block;
	cursor: pointer;
	border-radius: 3px;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #869791;
	color: #fff;
	text-decoration: none;
}
.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: #d6d6d6;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 0.2s ease;
	border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #869791;
}

/* ==========================================================================
		  Cookie Consent
		 ========================================================================== */

.cc-window {
	opacity: 1;
	transition: opacity 1s ease;
}
.cc-window.cc-invisible {
	opacity: 0;
}
.cc-animate.cc-revoke {
	transition: transform 1s ease;
}
.cc-animate.cc-revoke.cc-top {
	transform: translateY(-2em);
}
.cc-animate.cc-revoke.cc-bottom {
	transform: translateY(2em);
}
.cc-animate.cc-revoke.cc-active.cc-bottom,
.cc-animate.cc-revoke.cc-active.cc-top,
.cc-revoke:hover {
	transform: translateY(0);
}
.cc-grower {
	max-height: 0;
	overflow: hidden;
	transition: max-height 1s;
}
.cc-link,
.cc-revoke:hover {
	text-decoration: underline;
}
.cc-revoke,
.cc-window {
	position: fixed;
	overflow: hidden;
	box-sizing: border-box;
	font-size: 16px;
	line-height: 1.5em;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	z-index: 9999;
}
.cc-window.cc-static {
	position: static;
}
.cc-window.cc-floating {
	padding: 2em;
	max-width: 24em;
	-ms-flex-direction: column;
	flex-direction: column;
}
.cc-window.cc-banner {
	padding: 1em 1.8em;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
}
.cc-revoke {
	padding: 0.5em;
}
.cc-header {
	font-size: 18px;
	font-weight: 700;
}
.cc-btn,
.cc-close,
.cc-link,
.cc-revoke {
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.cc-link {
	opacity: 0.8;
	display: inline-block;
	padding: 0.2em;
}
.cc-link:hover {
	opacity: 1;
}
.cc-link:active,
.cc-link:visited {
	color: initial;
}
.cc-btn {
	display: block;
	padding: 0.5em 0.75em;
	font-size: 0.9em;
	font-weight: 600;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	white-space: nowrap;
}
.cc-banner .cc-btn:last-child {
	min-width: 140px;
}
.cc-highlight .cc-btn:first-child {
	background-color: transparent;
	border-color: transparent;
}
.cc-highlight .cc-btn:first-child:focus,
.cc-highlight .cc-btn:first-child:hover {
	background-color: transparent;
	text-decoration: underline;
}
.cc-close {
	display: block;
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 1.6em;
	opacity: 0.9;
	line-height: 0.75;
}
.cc-close:focus,
.cc-close:hover {
	opacity: 1;
}
.cc-revoke.cc-top {
	top: 0;
	left: 3em;
	border-bottom-left-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}
.cc-revoke.cc-bottom {
	bottom: 0;
	left: 3em;
	border-top-left-radius: 0.5em;
	border-top-right-radius: 0.5em;
}
.cc-revoke.cc-left {
	left: 3em;
	right: unset;
}
.cc-revoke.cc-right {
	right: 3em;
	left: unset;
}
.cc-top {
	top: 1em;
}
.cc-left {
	left: 1em;
}
.cc-right {
	right: 1em;
}
.cc-bottom {
	bottom: 0;
}
.cc-floating > .cc-link {
	margin-bottom: 1em;
}
.cc-floating .cc-message {
	display: block;
	margin-bottom: 1em;
}
.cc-window.cc-floating .cc-compliance {
	-ms-flex: 1;
	flex: 1;
}
.cc-window.cc-banner {
	-ms-flex-align: center;
	align-items: center;
}
.cc-banner.cc-top {
	left: 0;
	right: 0;
	top: 0;
}
.cc-banner.cc-bottom {
	left: 0;
	right: 0;
	bottom: 0;
}
.cc-banner .cc-message {
	-ms-flex: 1;
	flex: 1;
	font-size: 0.9em;
}
.cc-compliance {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
.cc-compliance > .cc-btn {
	-ms-flex: 1;
	flex: 1;
}
.cc-btn + .cc-btn {
	margin-left: 0.5em;
}
.cc-message {
	color: #121212;
}
.cc-btn {
	color: #fff !important;
	-webkit-border-radius: 10px !important;
	-moz-border-radius: 10px !important;
	border-radius: 10px !important;
}
.cc-btn:hover {
	color: #fff !important;
	text-decoration: none !important;
	background-color: #121212 !important;
	border: #121212 1px solid !important;
}
.cc-btn > svg {
	display: none;
}

.cc-floating.cc-theme-classic {
	padding: 1.2em;
	border-radius: 5px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
	text-align: center;
	display: inline;
	-ms-flex: none;
	flex: none;
}
.cc-theme-classic .cc-btn {
	border-radius: 5px;
}
.cc-theme-classic .cc-btn:last-child {
	min-width: 140px;
}
.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
	display: inline-block;
}
.cc-theme-edgeless.cc-window {
	padding: 0;
}
.cc-floating.cc-theme-edgeless .cc-message {
	margin: 2em 2em 1.5em;
}
.cc-banner.cc-theme-edgeless .cc-btn {
	margin: 0;
	padding: 0.8em 1.8em;
	height: 100%;
}
.cc-banner.cc-theme-edgeless .cc-message {
	margin-left: 1em;
}
.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
	margin-left: 0;
}

/* ==========================================================================
		  Google Recapatcha V3
		 ========================================================================== */

.grecaptcha-badge {
	display: none !important;
}

/* ==========================================================================
		  Media Queries: iPad
		 ========================================================================== */

/* iPad [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* iPad [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* iPad 3/4 [landscape] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/* iPad 3/4 [portrait] */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* ==========================================================================
		  Bootstrap Queries
		 ========================================================================== */

@media (max-width: 575.98px) {
	nav.navbar .img-logo {
		max-width: 180px;
	}
	nav.navbar .navvy div:first-child {
		position: absolute;
		top: 10px;
		z-index: 5;
	}
    nav.navbar .navvy div:last-child {
        width: 100%;
        text-align: right;
        justify-content: end;
    }
    nav.navbar .navvy .navvy-2 > div {
        position: relative;
        top: auto;
        justify-content: end;
    }
	section#hero {
		padding: 5em 1.25em;
	}
	section#hero h1 {
		font-size: 2.5rem;
	}
	body.home section#hero {
		padding: 5em 1.25em 10.5em;
	}
	body.home section#hero h1 {
		font-size: 2.25rem;
	}
	body.home section#hero p {
		font-size: 1.25rem;
	}
	section#cta {
		background: #076031;
	}
	.card.card-form > .card-body {
		padding: 2em 0;
	}
	footer#details .img-footer-logo {
		max-width: 180px;
	}
	.cc-window.cc-floating {
		padding: 1em !important;
	}
	.cc-floating .cc-message {
		font-size: 0.8rem !important;
	}
    .img-bat-logo{
        max-width: 160px;
    }
    .img-bat-intro {
        margin-bottom: 1.5em;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
	nav.navbar .img-logo {
		max-width: 180px;
	}
	nav.navbar .navvy div:first-child {
		position: absolute;
		top: 10px;
		z-index: 5;
	}
    nav.navbar .navvy div:last-child {
        width: 100%;
        text-align: right;
        justify-content: end;
    }
    nav.navbar .navvy .navvy-2 > div {
        position: relative;
        top: auto;
        justify-content: end;
    }
	section#hero {
		padding: 5em 1.25em;
	}
	section#hero h1 {
		font-size: 2.5rem;
	}
	body.home section#hero {
		padding: 5em 1.25em 10.5em;
	}
	body.home section#hero h1 {
		font-size: 2.25rem;
	}
	body.home section#hero p {
		font-size: 1.25rem;
	}
	section#cta {
		background: #076031;
	}
	.card.card-form > .card-body {
		padding: 2em 0;
	}
	footer#details .img-footer-logo {
		max-width: 180px;
	}
	.cc-window.cc-floating {
		padding: 1em !important;
	}
	.cc-floating .cc-message {
		font-size: 0.8rem !important;
	}
    .img-bat-logo{
        max-width: 160px;
    }
    .img-bat-intro {
        margin-bottom: 1.5em;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
	nav.navbar .img-logo {
		max-width: 180px;
	}
	nav.navbar .navvy div:first-child {
		position: absolute;
		top: 10px;
		z-index: 5;
	}
    nav.navbar .navvy div:last-child {
        width: 100%;
        text-align: right;
        justify-content: end;
    }
    nav.navbar .navvy .navvy-2 > div {
        position: relative;
        top: auto;
        justify-content: end;
    }
	section#hero h1 {
		font-size: 2.5rem;
	}
	section#cta {
		background: #076031;
	}
	.card.card-form > .card-body {
		padding: 2em 0;
	}
    .img-bat-logo{
        max-width: 160px;
    }
    .img-bat-intro {
        margin-bottom: 1.5em;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
}

@media (min-width: 1400px) {
}

/* ==========================================================================
		  Print
		 ========================================================================== */

@media print {
	* {
		background: transparent !important;
		color: #121212 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
