@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Poppins:wght@300;400;600&family=Crimson+Text:wght@400;700&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: 'Poppins', Helvetica, sans-serif;
*/
*[class^=bar] p,
header p.cta a,
h1,h2,h3,h4,h5,h6,
nav a p {
	font-family: 'Crimson Text', serif;
	font-weight: normal; 
	text-transform: uppercase;
}
html, body {
	overflow-x: hidden !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: bold; }

/* 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; }
.apply-top-margin {
	padding-top: 150px;
	background: rgb(0, 0, 0); /* Fallback for browsers that don't support gradients */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}
/* FONT WEIGHT OVERRIDE */
a.button { font-weight: normal; }

/* 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: 16px; font-size: 1.4rem; 
	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.4rem;
}
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;
}
a.button { font-weight: bold; 	font-family: 'Lato', sans-serif !important; font-size: 16px;}
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[class^=bar] p[class^=title],
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;
    padding: 0 0 20px;
}
h2 { 
	font-size: 36px; font-size: 3.6rem;
	line-height: 46px; line-height: 4.6rem;
	padding: 0 0 25px;
}
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: 100;
}
#Big video {
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	z-index: 102;
}

/* ==>  Framework  ---------------------------------------------------------------------------------------- */
html { background: #0f0f0f; }
*[class^=targets] p,
body { color: #333; }
h1,h2,h3,h4,h5,h6 {	color: #482b14; }
header {
	position: absolute;
	top: 0;
	left: 0;
	height: 200px;
	z-index: 930;
    background: rgb(0,0,0);
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0.5) 70%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f1eb",endColorstr="#ffffff",GradientType=1);
}
input[type=submit], button, a.button {
	background: #f1592a !important;
	color: #ffffff !important;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	font-family: 'Crimson Text', serif !important;
	font-weight: 500 !important;
	font-size: 18px !important;
}
div.sxs p {
	color: #9d9d9d;
}
div.details p {
	color: #6d5c4f !important;
	font-weight: normal !important;
	font-family: 'Poppins', Helvetica, sans-serif;
}
*[class^=targets] p {
	color: #9d9d9d;
}
header > .wrap { min-height: 100px; position: relative; }
#logo {
	position: absolute;
	top: 10;
	left: -2.5% !important;
	right: 0;
	width: 300px;
	height: 180px;
	padding: 0; 
	margin: 0 auto;
	display: block;
	background-image: url(/images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	z-index: 999;
}
#logo p { display: none; }
header div#ICart {
    position: absolute;
    top: 55px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #482b14;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}
header div#ICart img {
    max-width: 100%;
    height: auto !important;
}
header div#ICart > a {
	padding: 10px;
    position: relative; 
	float: left; 
}
header div#ICart > a p {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 3px 6px 1px;
	color: #000;
	background: #f1592a;
    -webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 14px;
	line-height: 1.4rem;
}
header p.cta {
	position: absolute;
	top: 10px;
	padding: 0;
	float: right;
	display: block;
}
header p.phone { right: 25px; top: 10px; }
header p.contact { left: 25px; top: 10px; }
header p.cta a {
	width: 180px;
	height: 43px;
	margin-top: 11px;
	padding: 8px 0;
	text-decoration: none;
	float: right;
	color: #fff; 
	background: transparent;
	border: 2px solid #f1592a;
	border-radius: 50px;
	text-align: center;
	text-transform: uppercase;
	display: flex;
	justify-content: center;
	font-size: 18px;
}
header > div#NavWrap {
	width: 100%;
	height: 50px;
	position: relative;
	background: transparent; 
}
@media screen and (min-width: 600px) {
	nav > ul > li#nav1 {
		position: relative;
	}	
  nav > ul > li#nav1::after {
    content: '';
    position: absolute;
    bottom: -3px;
    right: 0;
    width: 210%;
    height: 3px;
    background-color: #d1cbb5;
    border-radius: 2px;
    z-index: 10;
  }

  nav > ul > li#nav7 {
    position: relative;
  }

  nav > ul > li#nav7::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-30%);
    width: 170%;
    height: 3px;
    background-color: #d1cbb5;
    border-radius: 2px;
    z-index: 10;
  }
}
header > div#NavWrap.top-anchor {
	background: rgba(0,0,0,0.8);
	-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: 50px;
	text-align: center;
}
nav > ul {
	width: auto;
	height: 40px;
	padding: 0;
	margin: 0 0 0 26px;
	display: inline-block;
	border-bottom: 3px solid #d1cbb5;
}
nav > ul > li#nav4 { margin-left: 0px !important;}
nav > ul > li a.global { color: #fff; }
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: #d1cbb5;
		height: 40px !important;
    color: #000;
		text-transform: uppercase !important;
}
nav > ul > li a.global > p { 
	padding: 12px 15px 0;
	padding-top: -10px !important;
	font-size: 20px;
}
header nav > ul > li > div.drop {
	top: 42px;
	left: 0;
	width: 250px;
	text-transform: uppercase;
	background: rgba(0,0,0,0.8);
	border: 2px solid #d1cbb5;
    text-align: left;
}
#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 */
}
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: #d1cbb5;
    color: #000;
}
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: #d7d0c2 url(/images/Footer_Graphic.png) bottom right no-repeat; }
#content #Page #BlogComments { border-top: 5px solid #333; }
#Page .targets.group:nth-of-type(2) {
	display: none;
}
#Page .targets.group:nth-of-type(4) {
	display: none;
}
#Page .targets.group:nth-of-type(5) {
	display: none;
}
#Breadcrumb { background: #e5e5e5; }
footer ul.links li a.head { color: #d1cbb5; }
footer h2:first-of-type {
   font-size: 26px;
}
footer ul.links li a { color: #fff; }
footer ul.contact li a { color: #d1cbb5; }
div.copy { background: #000000; }
div.copy img.copy-logo {
	max-height: 70px;
	width: auto !important;
	float: left;
	margin-top: -10px;
	margin-right: 8px;
}
p.copy { color: #fff;	padding: 6px 20px 8px 90px;}
p.copy a { color: #f1592a; 	font-weight: large;
	text-decoration: underline; }
p.copy a:hover {
	font-weight: large;
	text-decoration: none;
}
div.copy p.copy {
	font-size: 16px;
}
footer {
    background: #0f0f0f;
    background: -webkit-linear-gradient(#341f0d, #0f0f0f);
	background: linear-gradient(#341f0d, #0f0f0f);
    border-top: 7px solid #f1592a;
}
footer .wrap { 
	max-width: 1000px;
	padding: 30px 0 0;
	clear: both;
}
footer .wrap .split {
	width: 50%;
	padding: 0 20px;
	float: left;
}
footer iframe {
	width: 100%;
	max-width: 100%;
}
footer .connect { background: #000000; }
footer .connect .signup h5 { color: #fff; }
footer .connect .signup label { color: #fff; }
footer div.box { background: #000000; 	border: 1px solid #f1592a; padding-bottom: -10px; }
footer div.box p,
footer div.box h4,
footer h2 { 
	color: #ffffff; 
	font-size:large; 
	font-weight: bold;	
	font-family: 'Crimson Text', serif !important;
	text-transform: capitalize; 
}
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;
}
p.copy { padding: 6px 20px 8px 90px; }
p.copy a { font-weight: normal; }
footer .box div.icons {
	width: 100%;
	padding: 5px 0 0;
	text-align: center;
}
footer .box div.icons h4 {
	width: 100%;
	padding: 0;
	text-align: center;
}
footer .box .icons a {
	height: 50px;
	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;
}
footer div.box p a {
	color: #f1592a; /* Red links */
	text-transform: none; /* Normal text case */
	font-weight: normal;
	text-decoration: underline;
	margin: 0;
	display: inline-block;
	padding-bottom: -20px !important;
}
footer div.box h4 {
	font-weight: normal;
	font-family: 'Lato', Helvetica, sans-serif;
	text-transform:uppercase;
	margin-top: 10px;
	/* text-transform: uppercase; */
}
footer div.box div.icons h4 {
	margin-top: -15px !important;
	color: #ffffff; /* White color */
	text-transform: capitalize; /* Capitalize each word */
}
/* Add margin specifically for <p> elements that do not contain links */
footer div.box p:not(:has(a)) {
	margin-bottom: 20px;
}
.slide-placeholder {
    position: relative;
    width: 100%;
    float: left;
}
.slide-placeholder img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}
.slider {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    z-index: 10;
}
div.ctas { padding: 0 0px; background-color: #d7d0c2;}
div.ctas .cta {
	width: 33.3%;
	padding: 10px 10px;
	background-color: d7d0c2;
}
div.cta a img {
	width: 25%;
	padding: 10px 0px;
	background-color: #d7d0c2;
}
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: #f1592a; }

/* bar colors */
*[class^=bar] {
	min-height: 50px;
	background: #000000;
}
div[class^=bar] p {
	padding: 10px 15px 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: #f1592a; }

/* paging bar */
.paging-bar { background: #e5e5e5; }
.pagination a p { 
	color: #eace46;
	border: 1px solid #eace46;
}
.pagination a p:hover, 
.pagination a p:active, 
.pagination a p:focus { 
	background: #eace46;
	color: #fff;
	border: 1px solid #eace46;
}
.pagination p.current {
	background: #51a04d;
	color: #fff;
	border: 1px solid #51a04d;
}
.pagination p {
	color: #999;
	border: 1px solid #999;
	background: #fff;
}
p.center-button {
    width: 100%;
    padding: 20px 0;
    float: left;
    text-align: center;
}
/* buttons */
input[type=submit], 
button, 
a.button {
	background: #f1592a;
	color: #000;
	cursor: pointer;
	text-transform: uppercase;
}
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: #282828;
    border: 1px solid #f1592a;
}
.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;
	}
}
div[class^=form-row].discounts {
	padding: 5px 10px 7px 0;
	margin: 5px 0 10px;
	background: #e5f4ff;
	border: 1px solid #f1592a;
	color: #f1592a !important;
}

/* ========== 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 #00c0ff; }
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 #f1592a; }
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; }
#BackToTop a {
	width: 100%;
	height: 100%;
	display: block;
}
#BackToTop p { display: none; }
/* ========== Mobile Screens ========== */
@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 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: 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%; }
}

@media only screen and (min-width: 900px) {
	nav > ul > li#nav4 { margin-left: 275px !important; }
	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;
	}
	div.targets div.scalebox { height: 140px; }
	div.targets div.scalebox img { max-height: 140px; }
	.form-wrapper { padding: 0; }
}

@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: 1024px) {
	footer ul.cols { 
		width: 100%; 
		padding: 20px 10px 10px;
	}
}

@media only screen and (max-width: 1100px) {
	nav > ul > li a.global > p {
		padding: 12px 15px 0 !important;
		padding-top: -10px !important;
		font-size: 14px !important;
	}
    nav > ul { margin: 0 0 0 18px; }
}

/* ========== Larger Screens ========== */
@media (min-width: 600px) {
	#logo {
		width: 160px;
		height: 85px;
	}
}
@media (min-width: 600px) and (max-width: 899px) {
	nav > ul > li a.global > p {
			font-size: 13px !important;
			padding-left: 1.7vw !important;
			padding-right: 1.7vw !important;
	}
}
@media (min-width: 900px) and (max-width: 949px) {
	nav > ul > li a.global > p {
		padding: 12px 15px 0 !important;
		padding-top: -10px !important;
		font-size: 14px !important;
		padding-left: 1vw !important;
		padding-right: 1vw !important;
	}
}

@media (min-width: 950px) {
	nav > ul > li a.global > p {
		padding: 12px 15px 0 !important;
		padding-top: -10px !important;
		font-size: 14px !important;
		padding-left: 1.2vw !important;
		padding-right: 1.2vw !important;
	}
}
@media (min-width: 900px) {
	#logo {
		width: 270px;
		height: 150px;
		margin-top: 5px;
	}
	header > div#NavWrap {
		display: block;
	}
}

@media (min-width: 1400px) {
	nav > ul > li a.global > p {
		padding: 12px 15px 0;
		padding-top: -10px !important;
		font-size: 20px !important;
	}
}


body > div#player {
	width: 50% !important;  /* 50% of viewport width */
	height: 50% !important;  /* 50% of viewport height */
	max-width: 50% !important;
	max-height: 50% !important;
	margin: 0 auto;  /* Center it horizontally */
	display: flex;  
	justify-content: center;
	align-items: center;
	background-color: rgb(255, 0, 0) !important; /* Ensure visibility */
	overflow: hidden;  /* Prevent overflow */
}

.pad p {
	width: 100%; /* Adjust width as needed */
	text-align: center; /* Centers the iframe */
}

.pad p iframe {
	width: 50vw !important;  /* 50% of the viewport width */
	height: 50vh !important;  /* 50% of the viewport height */
	max-width: 100%; /* Prevents it from exceeding the container */
	max-height: 100%;
	display: block;
	margin: 0 auto; /* Centers the iframe */
}
@media (min-width: 1100px) {
	#Page.wrap {
    width: calc(100% - 160px) !important;
    max-width: 1050px !important;
    margin: 0 auto;
    box-sizing: border-box;
	}
	#content #Page {
		padding: 20px 30px;
	}
}
