@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* -----------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich (ryan.marincovich@3plains.com)
Date Created:   2016.7.5
Client:         3Plains
File Purpose:	Theme style sheet
Revisions:
-------------------------------------------------------------------------------------------------------- */

/* ==>  Swipebox  ---------------------------------------------------------------------------------------- */
#Body #swipebox-overlay { background: rgba(0,0,0,0.8); }
#Body #swipebox-close {
	width: 100px;
	height: 100px;
	right: 20px;
	top: 20px;
	background-size: 500px 100px;
	background-position: 0 0;
}

/* ==>  Fonts  ---------------------------------------------------------------------------------------- */
/*
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
*/
*[class^=bar] p,
header p.cta a,
nav a {
	font-family: 'Poppins', Helvetica, sans-serif;
	font-weight: 500; 
	text-transform: uppercase;
	color: #ffffff !important;
	transform: scale(1, 0.95);
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', Helvetica, sans-serif;
	font-weight: 600 !important; 
	text-transform: uppercase;
	color: #000000 !important;
	transform: scale(1, 0.95);
}
header p.cta a {
	font-family: 'Oswald', Helvetica, sans-serif !important;
}
/* ALL BOLD FONT DECLARATIONS - necessary since webfonts may need to override */
h1,h2,h3,h4,h5,h6,
#SearchBar a,
#Breadcrumb ul,
#Showcase .right .att-row p.label,
.paging-bar,
.alert-error p,
*[class^=targets] p.info { font-weight: 500; 	transform: scale(1, 0.95); color: #fff;}

/* ALL ITALIC FONT DECLARATIONS - necessary since webfonts may need to override */
.image-wrap p,
*[class^=targets] p.position,
*[class^=targets] p.source,
div.sub-title p.source,
*.no-records { font-style: italic; }

/* FONT WEIGHT OVERRIDE */
a.button { 
	font-weight: bold; 	
	font-family: 'Lato', 
	sans-serif !important; font-size: 16px;
}

/* MAIN BODY TEXT SIZE DEF */
body {
	font-size: 20px; font-size: 2rem;
	line-height: 32px; line-height: 3.2rem;
}
/* ----- 12px ----- */
.image-wrap p,
header > .utils p,
#Breadcrumb,   
p.copy,
input[type=submit].small { 
	font-size: 12px; font-size: 1.2rem; 
	line-height: 20px; line-height: 2rem;
}
/* ----- 14px ----- */
.grid-item p,
.paging-bar p,
div.hours .box p,
footer ul.links p,
div[class^=bar] p.right,
div[class^=bar] a.right,
label,
div[class^=form-row] p,
footer,
footer p {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
}
input[type=text], 
input[type=password], 
textarea, 
select, 
input[type=email], 
input[type=tel], 
input[type=search] { 
	font-size: 14px; font-size: 1.4rem; 
}
/* ----- 16px ----- */
div.targets ul li p,
a.button p,
h6 { 
	font-size: 16px; font-size: 1.6rem; 
	line-height: 24px; line-height: 2.2rem;
}
nav p {
	font-size: 16px; font-size: 1.6rem; 
	line-height: 20px; line-height: 2rem;
}
/* ----- 18px ----- */
header p.cta,
a.button,
p[class^=title],
footer ul.contact p,
footer ul.main p,
h5 {
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
}
input[type=submit] {
	font-size: 18px; font-size: 1.8rem;
	line-height: 18px; line-height: 1.8rem;
}
h5, h6 { padding: 0 0 14px; }
/* NAVIGATION */
nav a.global p {
	font-size: 18px; font-size: 1.8rem; 
	line-height: 20px; line-height: 2rem;
}
/* ----- 22px ----- */
div.targets ul li p[class^=title] {
	font-size: 22px; font-size: 2.2rem;
	line-height: 30px; line-height: 3rem;
}
/* ----- 26px ----- */
div.targets div.row p[class^=title] { 
	font-size: 26px; font-size: 2.6rem;
	line-height: 34px; line-height: 3.4rem;
}
h1 { 
	font-size: 42px; font-size: 4.2rem;
	line-height: 52px; line-height: 5.2rem;
	color: #fff;
    /* padding: 0 0 20px; */
}
h2 { 
	font-size: 36px; font-size: 3.6rem;
	line-height: 46px; line-height: 4.6rem;
	padding: 0 0 25px;
	transform: scale(1, 0.95);
}
h3 { 
	font-size: 30px; font-size: 3rem;
	line-height: 38px; line-height: 3.8rem;
	padding: 0 0 20px;
}
h4 {
	font-size: 26px; font-size: 2.6rem;
	line-height: 34px; line-height: 3.4rem;
	padding: 0 0 16px;
}
p.center {
	width: 100%;
	padding: 0;
	text-align: center;
}

/* ==>  images  ---------------------------------------------------------------------------------------- */
*[class^=targets] div[class^=row] a.right img {
	max-width: 100%;
	padding: 0;
}
div#Big {
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#Big video {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	z-index: 1;
}

/* ==>  Framework  ---------------------------------------------------------------------------------------- */
html { background: #000; }
*[class^=targets] ,
body { color: #333; }
*[class^=targets] p,
body {
    color: #6b6b6b;
		font-family: 'Lato', sans-serif;
}
div.sxs p {
	color: #6b6b6b;
}
h1, h2, h3, h4, h5, h6, #SearchBar a, #Breadcrumb ul, #Showcase .right .att-row p.label, .paging-bar, .alert-error p, *[class^=targets] p.info{
	color: #666;
}
a[href*="google.com/maps"] img {
  width: 40vw !important; 
  /* height: 32vw !important;   */
  margin-bottom: 2vw;  
  display: inline-block;
}

div.sxs img {
  width: 40vw !important;   
  height: 32vw !important;  
  margin-bottom: 2vw;    
}
div.details p {
	color: #6b6b6b !important;
	font-weight: normal !important;
	font-size: 20px;
	line-height: 1.2;
}
*[class^=targets] p {
	color: #6b6b6b;
}
input[type=submit], button, a.button {
	border:none !important;
	outline: none;
}
div[class^=bar] p {
	color: #000;
}
h1,h2,h3,h4,h5,h6 {	color: #000; 	transform: scale(1, 0.95);}
header {
  height: 230px;
  /* background-image: url(/images/bg-header.jpg); */
  background-image: url(/images/bg.jpeg);
  background-position: center center;
  /* background-size: cover; */
  /* background-repeat: no-repeat; */
  background-size:contain;
  background-repeat: repeat;
  z-index: 1000;
}

header > .wrap {
	height: 150px;
}
#logo {
	position: absolute;
	width: 250px;
  height: 200px;
	padding: 0;
	display: block;
	float: left;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	border-bottom-left-radius: 50%;
	border-bottom-right-radius: 50%;
	z-index: 1000 !important; 
	/* ✨ Smooth transition */
	transition: 
	width 0.4s ease,
	height 0.4s ease,
	top 0.4s ease,
	left 0.4s ease;
}
#logo p { display: none; }
header p.cta {
	position: absolute;
	right: 20px;
	padding: 0;
	float: right;
	display: block;
}
header p.phone { bottom: 20px; right: 40px;}
header p.contact { top: 30px; right: 40px;}
header p.cta a {
	width: 180px;
	min-height: 45px;
	padding: 8px 0 0;
	text-decoration: none;
	font-style: italic;
	font-family: 'Poppins', Helvetica, sans-serif !important;
	text-transform: capitalize;
	float: right;
	color: #000000 !important;
	text-align: center;
	font-weight: 500 !important;
	border: 1.8px solid #000000;
	font-size: 20px;
	background: -webkit-linear-gradient(top, #f8e314, #f7bd0d);
	background: linear-gradient(to bottom, #f8e314, #f7bd0d);
}
header > div#NavWrap {
	width: 100%;
	margin-top: 30px;
	height: 50px;
	color: #fff;
	background: transparent;
	z-index:10;
	border-bottom: 6px solid #ee6f01;
}
header > div#NavWrap.top-anchor {
	margin-top: -1px;
	background: rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.7);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.7);
}
nav {
	width: 100%;
	height: 48px;
  text-align: center;
}
nav > ul {
	width: auto;
	height: 50px;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
}
nav > ul > li a.global { color: #000000; }
nav > ul > li:hover a.global, 
nav > ul > li:active a.global, 
nav > ul > li:focus a.global,
nav > ul > li.on a.global { 	 
	background-color: #ee6f01;
}
nav > ul > li a.global > p { 
	padding: 15px 15px 0;
	text-transform: uppercase;
	transition: 
	padding 0.3s ease,
	font-size 0.3s ease,
	line-height 0.3s ease;
}
header nav > ul > li > div.drop {
	top: 50px;
	left: 0;
	text-transform: uppercase;
	width: 250px;
	background: #000;
	color: #fff !important;
	white-space: nowrap !important;
	border: 2px solid #ee6f01;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999 !important;
	/* position: absolute; */
}
nav > ul > li > div.drop { padding: 5px 15px 0; }
nav > ul li ul li a { 
	padding: 11px 0;
	color: #fff;
}
header nav > ul li ul li a:hover, 
header nav > ul li ul li a:active, 
header nav > ul li ul li a:focus { background-color: rgba(251, 128, 20, 0.868); }
nav > ul li ul li p { padding: 0 10px; }
nav a.sticky-home {
	position: absolute;
	top: 0;
	right: 15px;
	width: 50px;
	height: 50px;
	background: url(/images/icon-home.png) top center no-repeat;
	background-size: 100% 100%;
}
/* #content { background: #fff;  } */
#content {
	background: #ffffff url('/images/Footer_Graphic.png') no-repeat;
	background-size:contain;
	background-position: left bottom;
	position: relative;
}
#content #Page #BlogComments { border-top: 5px solid #333; }
#Page.wrap {
	width: calc(100% - 60px) !important; /* Subtract 30px from both sides */
	max-width: 2000px !important;
	margin: 0 30px; /* 0 for top and bottom, 30px for left and right */
	box-sizing: border-box; /* Ensures padding and border are included in width */
}
#Breadcrumb { background: #e5e5e5; }
footer ul.links li a.head { color: #fe0000; }
footer ul.links li a { color: #fff; }
footer ul.contact li a { color: #fe0000; }

/* Footer div  */
div.copy {
	width: 100%;
	background-color: #000000;
	padding: 12px 15px 10px;
	text-align: left;
}

div.copy img.copy-logo {
	max-height: 70px;
	width: auto !important;
	float: left;
	margin-top: -10px;
	margin-right: 8px;
}

p.copy {
	padding: 6px 20px 8px 90px;
	color: #fff; /* White text color */
}
p.copy a {
	font-weight: large;
	color: #ee6f01; /* Red link color */
	text-decoration: underline;
}
p.copy a:hover {
	font-weight: large;
	text-decoration: none;
}
footer {
	background: #0a0a0a; /* Dark background */
	background: -webkit-linear-gradient(#2d2d2d, #22211f); /* Gradient for WebKit browsers */
	background: linear-gradient(#2d2d2d, #22211f); /* General gradient */
	border-top: 7px solid #ee6f01; /* Yellow border at the top */
}
footer .wrap { 
	max-width: 1000px;
	padding: 30px 0 0;
	clear: both;
}
footer .wrap .split {
	width: 50%;
	padding: 0 20px;
	float: left;
}
footer .connect {
	background: #000; /* Black background for the connect section */
}
footer .connect .signup h5 {
	color: #fff; /* White text color */
}
footer .connect .signup label {
	color: #fff; /* White label color */
}
footer iframe {
	width: 100%;
	max-width: 100%;
}
footer .connect { background: #000; }
footer .connect .signup h5 { color: #fff; }
footer .connect .signup label { color: #fff; }
footer div.box { background: #000; height: 350px;	border: 2px solid #ee6f01; padding-bottom: px; }
.mapDiv {
	height: 250px;
}
footer div.box p,
footer div.box h4,
footer h2 { 
	color: #ffffff !important; 
	font-size:large; 
	font-weight: bold;	
	font-family: 'Poppins', Helvetica, sans-serif !important;
	text-transform: capitalize;
	transform: scale(1, 0.95);
}

footer div.box {
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding: 14px;
	padding-bottom: 0px;
	display: block;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch; 
	font-family: 'Lato', Helvetica, sans-serif;
}
div.copy {
	width: 100%;
	padding: 12px 15px 10px;
	text-align: left;
}
div.copy p.copy {
	font-size: 16px;
}
p.copy { padding: 6px 20px 8px 90px; }
p.copy a { font-weight: normal; }
footer .box div.icons {
	width: 100%;
	padding: 6px 10 0;
	text-align: center;
	padding-top: 20px !important;
}
footer .box div.icons h4 {
	width: 100%;
	padding: 0;
	text-align: center;
}
footer .box .icons a {
	height: 50px;
	font-size: 25px !important;
	margin: 0 4px;
	margin-bottom: 20px;
	display: inline-block;
}
footer .box img.icon {
	max-width: 30px;
	height: auto !important;
	padding: 5px 5px;
	margin-right: -7px;
	display: inline;
}

footer div.box p:nth-of-type(2) {
	margin-bottom: 40px;
	color: #ffffff;
}
footer div.box p {
	text-transform: uppercase;
	color: rgb(255, 255, 255);
	font-weight: normal;
	font-family: 'Lato', Helvetica, sans-serif;
	text-align: center;
	margin-top: -20px;
	margin-bottom: 17px;
	transform: scale(1, 0.95);
}


footer div.box p a {
	color: #c51a1a; /* Red links */
	text-transform: none; /* Normal text case */
	font-weight: 500;
	text-decoration: underline;
	margin: 0;
	display: inline-block;
	padding-bottom: -20px !important;
	font-size: 20px !important;
}
footer iframe {
	height: 340px !important;
}
footer div.box p a:hover {
	text-decoration: none;
}
footer div.box h4 {
	font-weight: normal;
	font-family: 'Lato', Helvetica, sans-serif;
	text-transform:uppercase;
	font-size: 20px !important;
	margin-top: 10px;

}
footer div.box div.icons h4 {
	margin-top: -15px !important;
	color: #ffffff; 
	text-transform: capitalize;
	font-size: 25px !important;
}
/* Add margin specifically for <p> elements that do not contain links */
footer div.box p:not(:has(a)) {
	margin-bottom: 20px;
	font-size: 20px !important;
}
footer h2:first-of-type {
	display: block;
	font-size: 26px;
}

.slide-placeholder {
    position: relative;
    width: 100%;
    float: left;
		z-index: 5 !important;
}
.slide-placeholder img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
		z-index: 10 !important;
}
.slider {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    z-index: 20 !important;
}
div.ctas {
	padding: 0 10px;
	background-image: url('/images/bg-cta.jpg');
}
div.ctas .cta {
	width: 33.33%;
	padding: 18px 10px;
}

div.ctas .cta a {
	width: 100%;
	float: left;
}

/* link, title colors */
*[class^=targets] a p.title, *[class^=targets] a h2, a, *[class^=targets] a p[class^=title]{
	color: #ee6f01 !important;
}
*[class^=targets] a p.title,
*[class^=targets] a h2,
a,
*[class^=targets] a p[class^=title] { color: #ee6f01; }
.targets div.litter, .puppies ul li > a, .puppies ul li div.adult, #DogRows .row > a, #Product .row > a {
	border: 2px solid #ee6f01 !important;
	background: #000;
}
#Page .targets.group:nth-of-type(4) {
	display: none;
}
.targets p span.label {
	font-weight: bolder !important;
	color: #ee6f01 !important;
}
p .label {
	font-weight: bolder !important;
	color: #ee6f01 !important;
}
div.data p.title{
	font-weight: bolder !important;
	color: #ee6f01 !important;
}
/* bar colors */
*[class^=bar] {
	min-height: 50px;
	background: rgba(36, 36, 36, 0.8);
	/* margin-left: 5px; */
}
div[class^=bar] p { 
	padding: 14px 20px 3px;
	text-transform: uppercase;
}
*[class^=bar] a.right, 
*[class^=bar] p.right {
	padding: 14px 20px 0 0;
	float: right;
}
*[class^=bar] p.right { text-transform: capitalize; }
*[class^=bar] a { font-weight: normal; }
*[class^=bar] a,
div[class^=bar] p { color: #fff; }
*[class^=bar] p.right { color: #ccc; }

/* required asterisk */
span.required,
div[class^=form-row] > label span { color: #ee6f01; }

/* paging bar */
.paging-bar { background: #a5a5a5; }
.pagination a p { 
	color: #ee6f01;
	border: 1px solid #ee6f01;
}
.paging-bar > div.count p {
	color: white;
}
.pagination a p:hover, 
.pagination a p:active, 
.pagination a p:focus { 
	background: #ee6f01;
	color: #fff;
	border: 1px solid #ee6f01;
}
.pagination p.current {
	background: #ee6f01;
	color: #fff;
	border: 1px solid #ee6f01;
}
.pagination p {
	color: #999;
	border: 1px solid #999;
	background: #fff;
}
p.center-button {
    width: 100%;
    padding: 20px 0;
    float: left;
    text-align: center;
}
p, .store p, .details p {
	padding: 0 0 25px;
}
/* buttons */
input[type=submit], 
button, 
a.button {
	background: #ee6f01;
	color:#ffffff !important;
	cursor: pointer;
	font-size: 20px;
	text-transform: uppercase;
	transform: scale(1, 0.95);
	display: inline-block; /* Ensure it's treated as a block for alignment */
	line-height: 24px; /* Match line-height to height for centering */
	text-align: center; /* Center text horizontally */
	font-weight: 400;
}
a.button p { color: #fff; }
.comments .row {
    padding: 20px 0 0;
    border-top: 1px solid #999;
}
.comments .row p.comment-title { padding: 0 0 5px; }

/* ========== Grids ================================= */
.grid {
    display: flex;
    flex-flow: row wrap;
	justify-content: center;
}
.grid div.data p { padding: 0 0 10px; }
.grid div.data p.title {
	padding: 0 0 10px;
	text-align: left;
}
.grid-item {
	padding: 15px;
    margin: 20px 10px 0;
    background: #e5e5e5;
    border: 1px solid #333;
}
.grid-item.two {
	width: calc(50% - 20px);
    -webkit-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
}
.grid-item.two img {
	max-width: 35%;
	height: auto !important;
	padding: 0 0 15px 20px;
	float: right;
}
.grid-item.four {
	width: calc(25% - 20px);
    -webkit-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
	text-align: center;
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}
.grid-item.four div.labels {
	width: 100%;
	margin-top: auto;
}
.grid-item.four img {
	width: auto;
	height: auto !important;
	max-height: 180px;
	max-width: 100%;
	margin: 0 auto;
	float: none;
	display: block;
}
.grid-item.four p { padding: 0 0 10px; }
@media only screen and (max-width : 1024px) {
    .grid-item.four {
        width: calc(50% - 20px);
        -webkit-flex: 0;
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}
@media only screen and (max-width : 650px) {
    .grid-item.four,
	.grid-item.two {
		width: calc(100% - 20px);
		-webkit-flex: 0;
		-ms-flex: 0 0 calc(100% - 20px);
		flex: 0 0 calc(100% - 20px);
	}
    .grid-item.four img {
        width: 100%;
        height: auto !important;
        max-height: none;
        max-width: 100%;
        margin: 0 auto;
        float: none;
        display: block;
    }
	.grid-item.two img {
		max-width: 100%;
		height: auto !important;
		padding: 0 0 20px;
		margin: 0 auto;
		float: none;
		display: block;
	}
}
.s-image img {
	/* Your styles here */
	z-index: -90 !important;
	position: relative;
}
/* ========== Custom Hunt Table ================================= */
table {
    width: 100%;
    margin: 0 0 30px;
    padding: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    background: #e5e5e5;
    border-collapse: collapse;
}
table tr { border-bottom: 1px solid #ccc; }
table td { padding: 8px 10px 5px; }
table td:nth-child(2) { text-align: right; }
div.hunts {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
	display: block;
	background: #fff;
}
div.hunts .bar {
	width: 100%;
	float: left;
}
div.hunts .bar p { float: left; }
div.hunts .bar p.title { width: 70%; }
div.hunts .bar p.book { 
	width: 30%;
	text-align: right; 
} 
div.hunts ul {
	width: 100%;
	padding: 5px 0;
	float: left;
	list-style: none;
	border-bottom: 1px solid #333;
}
div.hunts ul.subhead { 
	background: #333;
	color: #fff;
	font-weight: bold;
}
div.hunts ul li { 
	padding: 8px 10px 5px;
	float: left; 
}
div.hunts ul li.col-one { width: 50%; }
div.hunts ul li.col-two,
div.hunts ul li.col-three { width: 25%; }
div.hunts ul li.col-two { text-align: center; }
div.hunts ul li.col-three {
	font-weight: bold;
	text-align: right; 
}
@media only screen and (max-width: 600px) {
	.content div.hunts ul li {
		font-size: 12px; font-size: 1.2rem; 
		line-height: 20px; line-height: 2rem;
	}
}

/* tables */
div.group,
#Rows { border-top: 1px solid #ccc; }
*[class^=targets] div[class^=row] { border-bottom: 1px solid #ccc; }
#Portfolio ul { border: 0; }

/* attributes table for resources like Staff */
#Showcase .right { background: #fff; }
#Showcase .right .att-row p.label { border-top: 1px solid #666; }
#Showcase .right .att-row:first-child p.label { border: 0; }

/* media gallery */
#MediaGallery { background: rgba(51,51,51, 0.7); }
div.thumbs div.block div.link { border: 5px solid #ee6f01; }
div.thumbs div.block div.current, 
div.thumbs div.block div.link:hover, 
div.thumbs div.block div.link:active, 
div.thumbs div.block div.link:focus { border: 5px solid #ee6f01; }
div.thumbs div.block p { color: #fff; }
div.thumbs div.block p.source { background: #000; }
#MediaContent > p { color: #ccc; }

/* forms */
fieldset { background: #fff; }
input[type=text], 
input[type=password], 
textarea, 
select, 
input[type=email], 
input[type=tel], 
input[type=search] { border: 1px solid #666; }
input[type=text]:focus, 
input[type=password]:focus, 
textarea:focus, select:focus, 
input[type=email]:focus, 
input[type=tel]:focus, 
#globalSearch input[type=search]:focus {
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

/* optional back to top icon */
#BackToTop {
	position: fixed;
	right: 20px;
	bottom: 80px;
	width: 50px;
	height: 50px;
	background: url(/images/top-icon.png) top left no-repeat;
	display: none;
    z-index: 9001;
}
html.top-pad #BackToTop { display: block; }
html {
  scroll-behavior: smooth;
}
#BackToTop a {
	width: 100%;
	height: 100%;
	display: block;
}
#BackToTop p { display: none; }
@media (max-width: 800px) {
	div.pad ul li {
		font-weight: 300 !important;
		font-size: 20px;
	}
	*[class^=targets] a p.title, *[class^=targets] a h2, a, *[class^=targets] a p[class^=title]{
		font-weight: 300 !important;
		font-size: 20px;
	}
  div.details p {
    font-weight: 300 !important;
  }
}
@media only screen and (max-width : 1024px) {
	footer ul.cols { 
		width: 100%; 
		padding: 20px 10px 10px;
	}
}
@media only screen and (max-width : 950px) {
	ul.targets-cols { padding-top: 10px; }
	div.scalebox img { max-height: 150px; }
	ul.targets-cols div.scalebox { height: 150px; }
}

@media (min-width: 600px) and (max-width: 900px) {
	nav > ul > li a.global > p {
			padding: 16px 12px 0;
			font-size: 11px !important;
			line-height: 14px;
			padding-left: 1.1vw !important;
			padding-right: 1.1vw !important;
	}
}
@media only screen and (max-width : 900px) {
	nav p {
		font-size: 14px; font-size: 1.4rem; 
		line-height: 20px; line-height: 2rem;
	}
	footer ul.links {
		width: 50%;
		float: left;
	}
	footer ul.contact {
		width: 100%;
		float: left;
	}
	footer ul.links li {
		width: 100%;
		padding: 10px 0 0;
		float: left;
		text-align: left;
	}
	footer ul.links li p,
	footer ul.links li a {
		width: 100%;
		float: left;
	}
	footer ul.main p,
	footer ul.links p {
		font-size: 14px; font-size: 1.4rem;
		line-height: 22px; line-height: 2.2rem;
	}
	footer div.box .icons a {
    height: 50px;
    margin: 0 4px;
    margin-bottom: 10px;
    display: inline-block;
}

footer div.box img.icon {
	max-width: 30px;
	height: auto !important;
	padding: 5px 5px;
	margin-right: -7px;
	display: inline;
}
	div.targets div.scalebox { height: 140px; }
	div.targets div.scalebox img { max-height: 140px; }
	.form-wrapper { padding: 0; }
}
div.form-row p.check-label {
	/* Your styles here */
	color: #b91717;
	font-size: 14px;
}
@media only screen and (max-width: 750px) {
	#MainForm,
	div.hours {	width: 100%; }
	div.stacked-row { padding: 20px 0 10px; }
	div.stacked-row img {
        max-width: 100%;
		margin: 0 auto;
		padding: 0 0 25px;
		float: none;
		display: block;
    }
	div.stacked-row .data,
	div.stacked-row .data a.button,
	div.details a.button,
	div.details a.bigbutton,
	div.sxs3 a.button { max-width: 100%;	padding-bottom: 5px !important;}
}
@media only screen and (max-width : 700px) {
	.content { padding: 15px; }
	div.targets ul { padding: 0; }
	div.targets ul > li { 
		width: 50%; 
		padding-top: 20px;
	}
	div.targets ul > li:nth-child(3) { clear: both; }
	div.targets div.scalebox { height: 200px; }
	div.targets div.scalebox img { max-height: 200px; }
	div.group ul { padding: 0 0 0 20px; }
	div.group ul > li { padding: 0 0 15px; }
	div.group ul.two > li { 
		width: 100%; 
		padding: 0 0 15px;
	}
}
@media only screen and (max-width : 480px) {
	div.targets ul > li { 
		width: 100%; 
		padding-top: 30px;
	}
	div.targets div.scalebox > p {
		position: relative;
		float: left;
	}
	div.targets div.scalebox { height: auto !important; }
	div.targets div.scalebox img { max-height: auto; }
	div.targets ul li p[class^=title] { 
		width: 100%;
		float: left; 
	}
	div.group ul > li { padding-top: 0; }
}
/* Media query for screens 900px and above */
@media (min-width: 900px) { 
	nav > ul > li a.global > p {
		padding: 16px 12px 0;
		font-size: 13px !important;
		line-height: 14px;
		padding-left: 0.8vw !important;
		padding-right: 0.8vw !important;
	}
}

/* Media query for logo larger screens */
@media (min-width: 1024px) {
	#logo {
		width: 260px;
		height: 200px;
		bottom: 0;
	}

}
/* Media query for logo larger screens */
@media (min-width: 1200px) {
	nav > ul > li a.global > p {
		padding-left: 0.9vw !important;
		padding-right: 0.9vw !important;
		padding: 18px 15px 0;
		font-size: 16px !important;
		line-height: 14px;
	}
}
/* Media query for logo larger screens */
@media (min-width: 1400px) {
	nav > ul > li a.global > p {
		font-size: 19px !important;
	}
	#logo {
		top: 35px !important;
		width: 250px !important;
		height: 250px !important;
		left: 0;
		z-index: 40;
		border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; 
	}
}
@media (min-width: 1500px) {
	nav > ul > li a.global > p {
		font-size: 19px !important;
	}
	#logo {
		top: -8px !important;
		width: 300px !important;
		height: 310px !important;
		margin-left: 20px;
		z-index: 40;
		border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; 
	}
}
@media only screen and (max-width: 900px) {
	footer ul.links {
			width: 50%;
			float: left;
	}

	footer ul.contact {
			width: 100%;
			float: left;
	}

	footer ul.links li {
			width: 100%;
			padding: 10px 0 0;
			float: left;
			text-align: left;
	}

	footer ul.links li p,
	footer ul.links li a {
			width: 100%;
			float: left;
	}

	footer ul.main p,
	footer ul.links p {
			font-size: 14px;
			font-size: 1.4rem;
			line-height: 22px;
			line-height: 2.2rem;
	}
}
@media (min-width: 0px) and (max-width: 750px) {
  .sxs .image-wrap img, .sxs.left img, .sxs img {
    width: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 1100px) {
	header {
		background-size: cover;
		background-repeat: no-repeat;
	}
}
@media only screen and (max-width: 600px) {
	div#NavWrap.top-anchor nav > ul > li, 
	nav > ul > li {
			width: 100% !important;
			height: auto !important;
			padding: 8px 0;
			color: #fff;
			cursor: default;
			border-bottom: 1px solid #b91717;
	}
}
#NavWrap nav ul li a {
	color: #fff;
}
@media only screen and (min-width: 600px) {
	#logo {
		left: 0;
		width: 230px;
		height: 190px;
		z-index: 1000;
	}
	footer iframe {
		height: 350px !important;
	}
}
@media only screen and (min-width: 950px) {
	#logo {
		top: 90px;
		width: 185px;
		height: 170px;
		left: 0;
		z-index: 1000;
	}
}
@media only screen and (min-width: 1100px) {
	#logo {
		top: 80px;
		width: 220px;
		height: 190px;
		left: 0;
		z-index: 40;
		border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%; 
	}
}

nav > ul > li a.global > p {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	text-align: center; 
}
.flex-grid .flex-box {
	border: 2px solid #b91717 !important;
}
.flex-box p.title a, .flex-box p.title {
	color: #b91717 !important;
	padding: 0 0 15px;
}
div[class^=form-row].discounts {
	padding: 5px 10px 7px 0;
	margin: 5px 0 10px;
	background: #e5f4ff;
	border: 1px solid #b91717 !important;
	color: #b91717 !important;
}
div[class^=form-row] p.check-label {
	padding: 3px !important;
}
@media (min-width: 1100px) {
  #Page.wrap {
    width: calc(100% - 160px) !important;
    max-width: 1050px !important;
    margin: 0 auto; /* Centers the element horizontally */
    box-sizing: border-box;
  }
  #content #Page {
    padding: 20px 30px;
    font-family: 'Poppins', Helvetica, sans-serif !important;
  }
}
@media (min-width: 1700px) {
	/* nav {
		margin-left: -100px !important;
	} */
	nav > ul > li a.global > p {
		padding: 18px 15px 0 !important;
		font-size: 21px !important;
		line-height: 14px;
		padding-left: 1.2vw !important;
		padding-right: 1.2vw !important;
	}
}
