@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=Crimson+Text:wght@400;600;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(255, 253, 253, 0.8); }
#Body #swipebox-close {
	width: 100px;
	height: 100px;
	right: 20px;
	top: 20px;
	background-size: 500px 100px;
	background-position: 0 0;
}
html {
  scroll-behavior: smooth;
}
/* ==>  Fonts  ---------------------------------------------------------------------------------------- */
/*
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
*/
*[class^=bar] p,
header p.cta a,
h1,h2,h3,h4,h5,h6,
nav a {
	font-family: 'Crimson Text', Helvetica, sans-serif !important;
	font-weight: 500; 
	text-transform: uppercase;
	color: #fff !important;
	transform: scale(1, 0.95);
}
header p.cta a {
	font-family: 'Crimson Text', 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: #633d1b;}

/* 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: 'Crimson Text', Helvetica, sans-serif !important;
}

/* 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: #633d1b;
    /* 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: 102;
}
#content #Page {
}

#content #Page {
	padding: 35px 20px;
	clear: both;
}

/* Specific styles for privacy-terms-of-use page */
#content #Page.privacy-terms {
	padding-top: 220px;
}

/* Specific styles for photos page */
#content #Page.contact {
	padding-top: 220px; 
}
*[class^=targets] a p.title, *[class^=targets] a h2, a, *[class^=targets] a p[class^=title] {
	color: #dea24b !important;
}
.Page > h1 {
	font-size: 38px !important;
}

/* ==>  Framework  ---------------------------------------------------------------------------------------- */
html { background: #000; }
*[class^=targets] ,
body { color: #333; }
*[class^=targets] p,
body {
    color: #565656;
		font-family: 'Lato', sans-serif;
}
div.sxs p {
	color: #565656;
}
div.details p {
	color: #565656 !important;
	font-weight: normal !important;
}
*[class^=targets] p {
	color: #565656;
}
div[class^=bar] p {
	color: #000;
}
h1,h2,h3,h4,h5,h6 {	
	color: #633d1b !important; 	
	transform: scale(1, 0.95);
	font-family: 'Poppins', Helvetica, sans-serif !important;
	/* font-size: xx-large; */
}
/* header {
	height: 230px;
	padding-top: -50px !important;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
} */
header {
  position: absolute;
  height: 400px;
	/* margin-top: -50px; */
	background: linear-gradient(to bottom, 
  rgba(0, 0, 0, 1) 10%, 
  rgba(0, 0, 0, 0.8) 30%, 
  rgba(0, 0, 0, 0.6) 50%, 
  rgba(0, 0, 0, 0.3) 70%, 
  rgba(0, 0, 0, 0) 100%);
  z-index: 100;
}
header > .wrap {
	height: 150px;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 90%;
	height: 90%;
	padding: 0;
	margin: 0;
	display: block;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain; /* Use 'cover' if you want the entire space covered */
	z-index: 1000; 
}
#logo p { display: none; }
header p.cta {
	position: absolute;
	right: 20px;
	padding: 0;
	float: right;
	display: block;
}
header p.phone {  top: 25px; right: 40px;}
header p.contact {  bottom: 22px;  right: 40px;}
header p.cta a {
	width: 200px;
	min-height: 47px;
	padding: 8px 0 0;
	text-decoration: none;
	font-family: 'Crimson Text', Helvetica, sans-serif !important;
	text-transform: uppercase;
	float: right;
	color: #ffffff !important;
	text-align: center;
	font-weight: 400 !important;
	border: 3px solid #633d1b;
	font-size: 19px;
	background-color: transparent;
	border-radius: 25px;
}
header > div#NavWrap {
    width: 100%;
    margin-top: -6px;
    height: 40px;
    color: #fff;
    font-family: 'Crimson Text', Helvetica, sans-serif !important;
    background: transparent;
    z-index: 10;
    position: relative;
		border-bottom: 4px solid #dea24b;
}

header > div#NavWrap.top-anchor {
	margin-top: -1px;
	/* background-color: transparent; */
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.7);
	background-color: rgba(0,0,0,0.5);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.7);
}
nav {
	width: 90%;
	margin-left: -30px;
	/* display: flex;
	align-items: end;
	justify-content: end; */
	max-height: 48px;
  text-align: center;
}
nav > ul {
	width: auto;
	height: 30px;
    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: #dea24b;
	background-position: bottom;
	color: #000 !important;
	height: 40px;
}
nav > ul > li a.global > p { 
	padding: 15px 15px 0;
	text-transform: uppercase;
}
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: #dea24b;
    color: #000000 !important;  /* Black text for <a> */
}

nav > ul > li:hover a.global > p,
nav > ul > li:active a.global > p,
nav > ul > li:focus a.global > p,
nav > ul > li.on a.global > p {
    color: #000000 !important;  /* Ensure black text inside <p> */
}

header nav > ul > li > div.drop {
	top: 40px;
	left: 0;
	text-transform: uppercase;
	width: 250px;
	background: #000;
	color: #fff;
	border: 2px solid #dea24b;
	z-index: 9999 !important;
}
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: #dea24b; }
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: right 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: #dea24b; }
footer ul.links li a { color: #fff; }
footer ul.contact li a { color: #dea24b; }

/* Footer div  */
div.copy {
	width: 100%;
	background-color: #2b2b2b;
	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: #dea24b; /* 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(#4a331e, #0a0a0a); /* Gradient for WebKit browsers */
	background: linear-gradient(#4a331e, #0a0a0a); /* General gradient */
	border-top: 7px solid #dea24b; /* 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 #dea24b; padding-bottom: 0; }
.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: #dea24b; /* 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 !important; 
	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: none;
}
.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slide-placeholder {
  position: relative;
  width: 100%;
  float: left;
  z-index: 1;
}

.slide-placeholder img {
  width: 100%;
  max-width: 100%;
  height: auto !important;
  z-index: 1;
}
#content #Page.testimonials-page .HomeSlide,
#content #Page.testimonials-page .slider-placeholder {
    display: none;
}
div.ctas {
	padding: 0 8px;
	/* background-image: url('/images/bg-cta.jpg'); */
}
div.ctas .cta {
	width: 33.33%;
	padding: 15px 8px;
}

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: #b91717; }
.targets div.litter, .puppies ul li > a, .puppies ul li div.adult, #DogRows .row > a, #Product .row > a {
	border: 2px solid #b91717 !important;
	background: #000;
}
.targets p span.label {
	font-weight: bolder !important;
	color: #b91717 !important;
}
p .label {
	font-weight: bolder !important;
	color: #b91717 !important;
}
div.data p.title{
	font-weight: bolder !important;
	color: #b91717 !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: #b91717; }

/* paging bar */
.paging-bar { background: #e5e5e5; }
.pagination a p { 
	color: #b91717;
	border: 1px solid #b91717;
}
.pagination a p:hover, 
.pagination a p:active, 
.pagination a p:focus { 
	background: #b91717;
	color: #fff;
	border: 1px solid #b91717;
}
.pagination p.current {
	background: #b91717;
	color: #fff;
	border: 1px solid #b91717;
}
.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 10px;
}
/* buttons */
input[type=submit], 
button, 
a.button {
	background-color: #dea24b;
	color:#000 !important;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Crimson Text', Helvetica, sans-serif !important;
	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 */
}
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;
	}
}

/* ========== 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 (min-width: 600px) and (max-width: 700px) {
	.content div.hunts ul li {
			font-size: 10px !important; /* Small font for 600px - 700px */
			line-height: 20px;
			background-color: #0a0a0a;
	}
	nav > ul > li a.global > p{
		font-size: 11px !important;
	}
	nav {
			width: 100%;
			margin-left: 0px;
			max-height: 48px;
			text-align: center;
	}
}

/* Larger font for screens above 700px */
@media only screen and (min-width: 701px) {
	.content div.hunts ul li {
			font-size: 12px;
			font-size: 1.2rem; 
			line-height: 20px;
			line-height: 2rem;
			background-color: #565656;
	}
	nav {
			width: 100%;
			margin-left: 0px;
			max-height: 48px;
			text-align: center;
	}
}

/* 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 #b91717; }
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 #b91717; }
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;
}
#section {
	display: flex; /* Enables flexbox layout */
	flex-direction: column; /* Stacks children vertically */
	align-items: flex-start; /* Aligns children to the left */
}

#CommentForm {
	padding-top: 40px;
	margin: 0; /* Reset margins */
	/* width: 150%; */
}
/* 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; }
#BackToTop a {
	width: 100%;
	height: 100%;
	display: block;
}
#BackToTop p { display: none; }
@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 only screen and (max-width : 900px) {
	nav p {
		font-size: 14px; font-size: 1.4rem; 
		line-height: 20px; line-height: 2rem;
	}
	nav > ul > li a.global > p {
		padding: 14px 15px 0;
		font-size: 14px; font-size: 1.4rem; 
		line-height: 16px; line-height: 1.6rem;
	}
	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; width: 100%; padding: 0; background-color: #633d1b;}
}
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: 14px 15px 0;
		padding-left: 0.8vw !important;
		padding-right: 0.8vw !important;
	}
	form-wrapper { padding: 0; width: 100% !important; padding: 0 !important; background-color: #633d1b;}
	#CommentForm {
    padding-top: 40px;
    margin: 0;
    width: 100% !important;
		margin-left: -150px;
}
}

/* Media query for logo larger screens */
@media (min-width: 1024px) {
	#logo {
		width: 260px;
		height: 200px;
		bottom: 0;
	}
	form-wrapper { padding: 0; width: 100% !important; padding: 0 !important; background-color: #633d1b;}
	#CommentForm {
    padding-top: 40px;
    margin: 0;
    width: 100% !important;
		margin-left: -15%;
}
}
/* Media query for logo larger screens */
@media (min-width: 1200px) {
	nav > ul > li a.global > p {
		padding: 14px 15px 0 !important;
		padding-left: 0.9vw !important;
		padding-right: 0.9vw !important;
	}
}
/* Media query for logo larger screens */
@media (min-width: 1300px) {
	nav > ul > li a.global > p {
		padding-left: 1vw !important;
		padding-right: 1vw !important;
	}
}
/* Media query for logo larger screens */
@media (min-width: 1400px) {
	nav > ul > li a.global > p {
		padding-left: 1vw !important;
		padding-right: 1vw !important;
	}
}
/* Media query for logo larger screens */
@media (min-width: 1500px) {
	nav > ul > li a.global > p {
		/* padding-left: 1.5vw !important; */
		padding-right: 1.5vw !important;
		font-size: 20px;
	}
}
@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 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;
		z-index: 1000; 
	}
	footer iframe {
		height: 350px !important;
	}
}
@media only screen and (min-width: 850px) {
	nav {
		width: 90%;
		margin-left: 20px;
		/* display: flex;
		align-items: end;
		justify-content: end; */
		max-height: 48px;
		text-align: center;
	}
}
@media only screen and (min-width: 1000px) {
	#logo {
		width: 180px;
		height: 140px;
		left: 5px; 
		top: 50px;
		left: 25px; 
		z-index: 1000;
	}
}
@media only screen and (min-width: 1000px) {
	nav {
		width: 90%;
		margin-left: -18px;
		/* display: flex;
		align-items: end;
		justify-content: end; */
		max-height: 48px;
		text-align: center;
	}
	#logo {
		width: 230px;
		height: 140px;
		left: 5px; 
		top: 50px;
		left: 25px; 
		z-index: 1000;
	}
	header > div#NavWrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: calc(82% - 1px);
		left: 8%;
    border-bottom: 4px solid #dea24b;
	}
li#nav1:first-of-type {
	position: relative;
	height: 40px;
	border-bottom: 4px solid #dea24b;
}

li#nav1:first-of-type::before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: -8px;
    width: 8px; 
    height: 4px;
    background-color: #dea24b;
}
li#nav7:first-of-type {
	position: relative  !important;
	height: 40px  !important;
	border-bottom: 4px solid #dea24b !important;
	background-color: #666 !important;
}

li#nav6:first-of-type::before { /* Change from ::before to ::after */
	content: ""  !important;
	position: absolute  !important;
	bottom: -4px  !important; /* Align with the border-bottom */
	right: -12px  !important; /* Move 12px outside to the right */
	width: 12px  !important; /* Extend the border */
	height: 4px !important; /* Same thickness as border-bottom */
	background-color: #dea24b !important; /* Same color as border */
	background-color: #633d1b !important;
}
	header > div#NavWrap {
		border-bottom: transparent;
		font-size: 9px !important;
		width: 79%;
		position: absolute; /* Position it relative to the header */
		right: 0; /* Align it to the right */
	}
	nav > ul > li a.globlal > p {
		padding-left: 0.5vw !important;
    padding-right: 0.5vw !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    text-align: center;
	}
	nav p {
		font-size: 13px; font-size: 1.3rem; 
		line-height: 20px; line-height: 2rem;
	}
	nav > ul > li a.global > p {
		padding: 15px 0px 0;
		font-size: 10px; font-size: 1.4rem;
		color: rgb(255, 255, 255); 
		line-height: 16px; line-height: 1.6rem;
	}
}
@media only screen and (min-width: 1200px) {
	#logo {
		width: 230px;
		height: 140px;
		left: 5px; 
		top: 50px;
		left: 25px; 
		z-index: 1000;
	}
	/* #logo {
		width: 320px;
		height: 230px;
		left: 25px; 
		top: 0%;
		left: 25px; 
		z-index: 1000;
	} */
	header > div#NavWrap::after {
    content: '';
    position: absolute;
    bottom: 0;
		left: 8%;
    width: calc(90% - 60px);
    border-bottom: 4px solid #dea24b;
	}
	header > div#NavWrap {
		border-bottom: transparent;
		width: 76%;
	}
	nav p {
		font-size: 17px; font-size: 1.6rem; 
		line-height: 20px; line-height: 2rem;
	}
	nav > ul > li a.global > p {
		padding: 17px 15px 0;
		font-size: 17px; font-size: 1.6rem;
		line-height: 18px; line-height: 1.6rem;
	}
}
@media only screen and (min-width: 1300px) {
	#logo {
		width: 290px;
		height: 200px;
		left: 25px; 
		top: 0%;
		left: 25px; 
		z-index: 1000;
	}
}
@media only screen and (min-width: 1400px) {
	header > div#NavWrap::after {
    content: '';
    position: absolute;
    bottom: 0;
		left: 8%;
    width: calc(90% - -10px);
    border-bottom: 4px solid #dea24b;
	}
	header > div#NavWrap {
		border-bottom: transparent;
		font-size: 9px !important;
		width: 78%;
		position: absolute; /* Position it relative to the header */
		right: 5%; /* Align it to the right */
	}
}
@media only screen and (min-width: 1680px) {
	header > div#NavWrap::after {
    content: '';
    position: absolute;
    bottom: 0;
		left: 9.8%;
    width: calc(100% - 9%);
    border-bottom: 4px solid #dea24b;
	}
	header > div#NavWrap {
		border-bottom: transparent;
	}
	nav p {
		font-size: 17px; font-size: 1.6rem; 
		line-height: 15px; line-height: 1.6rem;
	}
	nav > ul > li a.global > p {
		padding: 17px 10px 0;
		font-size: 20px; font-size: 1.8rem !important;
		line-height: 18px; line-height: 1.6rem;
	}
}

nav > ul > li a.global > p {
	/* padding-left: 1vw !important; */
	padding-right: 1vw !important;
	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;
}
