@charset "UTF-8";
:root{
	--bg-colorW: #FFFFFF;
	--bg-colorTan: #A3826C;
	--text-colorL: #FFFFFF;
	--text-colorLGray: #b5b5b5;
	--text-colorTan: #B8954C;
	--bg-clolorBrown: #686565;
	--text-colorD: #39423d;
	--text-hover: #405d85;
	--bg-colorL: #FFFFFF;
	--bg-colorGray: #f4f4f4;
	--bg-colorD: #353535;
	--text-colorW1: #ffffff;
}
img, object, embed, video { max-width: 100%; }
.gridContainer { width: 100%;margin:auto;padding-left:0;padding-right:0; }
body, button, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
body {
	background-color:#ffffff;
	color:#000000;
}
a, a:visited {
	color:#4F8AF5;
	text-decoration:none;
}
a:focus, a:active, a:focus {
	font-style: italic;
	color:#20008D;
	text-decoration:underline;
}
#bannerBkg {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
#bannerBkg img {
	max-width:none;
	max-height:none;
}
#main-wrap {
	position: absolute;
	left:0;
	width:100%;
}
header {
	position:absolute;
	clear: both;
	display: block;
	margin-top:0;
	top:0;
	left:0;
	width:100%;
	z-index:100;
}
#NavBox {
	width:100%;
}
.BtnLogIn{
	display: inline;
	background-color: #ffffff;
	padding: .3rem 1rem;
	border: 1px solid #000000;
	color: #000000;
	margin-right: 1rem;
	border-radius: 50px;
}
.top-bgr {
	position: fixed;
	top: 0;
	left: 0;
}
.bar1, .bar2, .bar3 {
	width: 18px;
	height: 2px;
	background-color:var(--bg-colorD);
	margin: 3px 0;
	transition: 0.4s;
}
.change .bar1 {
	-webkit-transform: rotate(-45deg) translate(-3.5px, 3.5px);
	transform: rotate(-45deg) translate(-3.5px, 3.5px);
}
.change .bar2 {opacity: 0;}
.change .bar3 {
	-webkit-transform: rotate(45deg) translate(-3.5px, -3.5px);
	transform: rotate(45deg) translate(-3.5px, -3.5px);
}
.topTD {
	white-space: nowrap;
	font-size:16px;
}
#topCart {
	display:block;
	padding: 4.5px 30px 0 0;
	cursor: pointer;
	width:30px;
	text-align: right;
}
#cartIcon {
	height:20px;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	margin-bottom:10px;
	margin-top:10px;
	font-weight:normal;
}
h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:35px;
	margin-bottom: 10px;
	font-weight:normal;
}
h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:25px;
	margin-bottom:10px;
	font-weight:normal;
}
h4 {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	margin-bottom:10px;
	font-weight:normal;
}
h5 {
	font-family: 'Open Sans', sans-serif;
	font-size:12px;
	margin:0;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
}
.content_wrap, .smallContentWrap {
	width: 90%;
	margin: 0 auto;
	max-width: 1722px;
}
.smallContentWrap {
	max-width: 850px;
}
#TopBox {
	clear:both;
	display: block;
}
#lower-wrap {
	background-color:#F4F4F4;
}
.TextTbl {
	clear:both;
	color: #4f5e71;
	font-size:16px;
	width:94%;
	margin:0 auto 0 auto;
	font-family: 'Open Sans', sans-serif;
}
.topicTile {
	position:relative;
	float: left;
	width:33%;
	cursor: pointer;
	text-align:center;
	padding:5px 5px 0 0;
}
.contactTile {
	position:relative;
	width:100%;
	text-align:center;
	overflow:hidden;
	min-height:300px;
}
.contactImg {
	height:300px;
	max-width: none;
}
footer {
	width:100%;
	padding-top:25px;
	background-color: #FFFFFF;
	border-top: 3px solid #B4B4B4;
}
.foot_wrap {
	margin:25px 4.166% 0 4.166%;
	color: #7e9198;
}
.foot_wrap a, .foot_wrap a:visited {
	color: #89b6d5;
	text-decoration:underline;
}
.foot_wrap p {
	line-height:28px;
	font-size:15px;
}
.Foot_1, .Foot_2 {
	width:100%;
}
#credits {
	clear: both;
	display: block;
	padding: 25px 0 25px;
	color: #585858;
	font-size:13px;
	text-decoration:none;
	cursor: pointer;
}
.highlight {
	color:#000066;
	font-style:oblique;
	font-size:larger
}
.textBox {
	padding: 25px 15px 15px 15px;
	background-color: #dae2ec;
}
#sideText {
	display:none;
}
.mobileItem {
	display:block;
}

.video {
	width:100%;
	height:170px;
}
.wideImg {
	width:100%;
}
.BtnFrm {
	text-align: center;
	cursor: pointer;
	white-space: nowrap;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	color: #77899c;
	border: 2px solid #77899c;
	border-radius: 30px;
	background-color: #FFF;
	margin-top: 10px;
	width:200px;
}
.Btn_Icons {
	cursor: pointer;
	text-align:center;
	padding-top:0;
	padding-bottom:20px;
}
.Btn_Icons img {
	width:24px;
}
.topicIcon {
	width:24px;
	margin-bottom:20px;
}
.Banner_Icon {
	text-align: center;
}
.Banner_Icon img {
	margin: -28px 0 15px 0;
	height:50px;
}
.blackBar {
	clear: both;
	background-color:#000000;
	height: 8px;
}
.ColorTD ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	padding-bottom:15px;
}
.ColorTD ul li {
	background: none;
	margin: 5px 0 0 20px;
	padding: 0 15px 0 0px;
}
.ColorTD li:before {
	content: "-";
	margin-left: -18px;
	padding-right: 10px;
}
.col2wrap {
	margin:25px 0;
}
.Btn_Item {
	font-family: 'Open Sans', sans-serif;
	padding:10px 20px;
	color:#ffffff;
	text-shadow: 1px 1px 2px #000000;
	background-color: #C9A77B;
	cursor: pointer;
	border: 1px solid #ffffff;
}
.Btn_Item img {
	margin-right:20px;
	height:48px;
}
#content_0 {
	clear: both;
	color: #000000;
}
.widget1_box {
	margin-top:15px;
	text-align: center;
	background-color: #FFFFFF;
}
.widget1_box h3 {
	margin:20px 10px 0 10px;
}
.widget2_wrap {
	position:relative;
	clear: both;
	margin-top:15px;
	margin-bottom: 50px;
	width: 100%;
	height: 275px;
	overflow: hidden;
}
.widget2_img {
	height:100%;
	max-width: none;
}
.widget2_textL {
	width: 195px;
	text-align: center;
	left:15px;
}
.widget2_textR {
	width: 195px;
	text-align: center;
	right:20px;
}
.widget3_wrap {
	margin-top:15px;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	cursor: pointer;
}
.widget3_box {
	box-sizing: border-box;
	border:none;
	background-color: #FFFFFF;
	width:31.3%;
	padding-bottom: 20px;
}
.widget3_box p {
	margin:5px 0;
	text-align: center;
	font-size: 12px;
}

/* Nav Style 1 - Top Nav with Mobile Menu Panel */
.NavBoxS1 {
	height:50px;
	background-color:var(--bg-colorL);
	box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
}
.NavBarS1 {
	width: 96%;
	margin: 0 auto;
	max-width: 1300px;
	height:40px;
	padding-top: 10px;
	background-color:var(--bg-colorL);
}
.topLogoS1{
	margin-top: -4px;
	width: 35px;
}
.navTopS1{
	height: calc(100vh - 72px);
	padding-top: 15px;
	padding-bottom: 10px;
	max-width: 280px;
	margin-top: 0;
	margin-left: auto;
	margin-right: 0;
	background-color: #000000;
	opacity: .97;
	overflow-y: auto;
}
.popMenuS1{
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@keyframes fadeNav {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
.navTopS1 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navTopS1 ul li {
	padding: 15px 15px;
	text-align: center;
}
.navTopS1 ul li a{
	font-size: 18px;
}
.navTopS1 ul:hover a {
	opacity: 0.5;
}
.navTopS1 ul a {
	-webkit-transform: translateZ(0);
	transition: opacity 0.3s ease-in-out;
}
.navTopS1 ul a:hover {
	opacity: 1;
}
.navTopS1 ul li, .navTopS1 ul li a, .navTopS1 ul li a:visited {
	background:none;
	font-family: 'Open Sans', sans-serif;
	color: rgb(220, 220, 220);
	text-decoration:none;
	line-height:21px;
	cursor: pointer;
}
.topLeftS1 {
	padding: 0 0 4px 16px;
}
.topMidS1{
	text-align: center;
	padding: 3px 0 0 37px;
}
.topRightS1{
	text-align: right;
	float: right;
	right: 3%;
	padding-top: 3px;
}
#topMenuS1{
	cursor: pointer;
	padding-top: 6px;
	padding-right: 10px;
	float: right;
}
.BtnS1 {
	display:none;
	cursor: pointer;
}
.topBoxS1 {
	padding: 100px 0 50px;
}
@media only screen and (min-width: 1077px) {
	.BtnS1{
		display:inline;
		color: var(--text-colorD);
		padding-right: 27px;
	}
	.BtnS1:hover {
		color: var(--text-hover);
	}
	#topMenuS1{
		display: none;
	}
}
/* End Nav Style 1 */

/* Nav Style 2 - Top Nav with Mobile Menu Panel */
.NavBoxS2 {
	height:75px;
	background-color:var(--bg-colorL);
	box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
}
#NavBarS2 {
	height: 70px;
	background-color: transparent;
	border-bottom: none;
	color: #000;
	width: 80%;
	margin-left: 10%;
}
.topLeftS2 {
	padding: 0 0 0 20px;
	width: 80px;
}
.topLogoS2 {
	margin: 13px 0 0 15px;
	width: 50px;
}
.topMidS2 {
	padding-top: 21px;
	font-family: 'PT Serif', serif;
	font-size: 27px;
}
.BtnLogoS2 {
	display: none;
}
#topMenuS2 {
	cursor: pointer;
	position: absolute;
	right: 3%;
	top: 23px;
	margin-left: 7%;
	align-content: end;
	padding: 7px 0 0 60px;
	width: 20px;
}
.navTopS2 {
	padding-top:15px;
	padding-bottom:10px;
	padding-left:30px;
	max-width:280px;
	margin-top:0;
	margin-left:auto;
	margin-right:0;
	background-color: #FFFFFF;
	display:none;
	color: black;
	border-radius: 0 0 0 3px;
}
.navTopS2 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navTopS2 ul li, .navTopS2 ul li a, .navTopS2 ul li a:visited {
	font-family: 'Montserrat', sans-serif;
	color: rgb(0, 0, 0);
	cursor: pointer;
}
.phone_fw {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.phone_vf {
	flex-direction: column;
	justify-content: center;
	display: flex;
}
.displayNone{
	display: none;
}
.navWeb{
	margin-bottom: 300px;
	width: 100%;
	height: 100%;
}
.navDropdownBox{
	max-width: 300px;
	padding-top: 15px;
	border-top: solid 1px #8e8989;
	margin-bottom: 5px;
}
#navList1,#navList2,#navList3,#navList4{
	border-top: solid 1px #8e8989;
	max-width: 300px;
	padding-left: 15px;
}
.navDropdownBox:first-child{
	border-top: none;
}
.navArrow {
	width: 22px;
	align-items: end;
	transition: transform 0.3s ease;
}
.navArrowOpen {
	transform: rotateZ(180deg);
	transition: transform 0.3s ease;
}
.answerOpen{
	display: block;
	opacity: 1;
	padding-bottom: 1.5rem;
	animation: fadeNav .3s;
}
.txColorW1 {
	color: var(--text-colorW1);
}
@media only screen and (min-width: 500px) {
	.navTopS2 ul li a:hover, .navTopS2 ul li a:active, .navTopS2 ul li a:focus {
		font-style: normal;
		text-decoration:underline;
	}
}
@media only screen and (min-width: 680px) {
	.BtnLogoS2 {
		display: inline;
		height: 27px;
	}
	.navWeb{
		padding-left: 100px;
	}
}
/* End Nav Style 2 */

/* Nav Style 3 - Top Nav with Mobile Menu Panel */
.NavBoxS3 {
	width: 100%;
	height: 50px;
	background-color: var(--bg-colorW);
	border-bottom: 1px solid #DCD0C8;
	box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
}
#NavBarS3 {
	width: 96%;
	max-width: 1000px;
	margin: 0 auto;
	background-color: var(--bg-colorW);
	border-bottom: 0;
	padding-top: 0;
	color: #000;
}
.topMidS3 {
	padding: 8px 0 4px 0;
	text-align: center;
	position: absolute;
	left: 42%;
	height: 2.56rem;
	width: 150px;
	top: .15rem;
	font-size: 1.3rem;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.topRightS3 {
	max-width: 200px;
	padding: 12px 0 4px 0;
	text-align: right;
	color: var(--bg-colorTan);
}
.BtnLogoS3 {
	display: none;
}
#topMenuS3 {
	padding: 15px 0 0 30px;
	cursor: pointer;
	width:30px;
	text-align: left;
}
.navTopS3 {
	padding-top:15px;
	padding-bottom:10px;
	display: flex;
	opacity: .97;
	height: calc(100vh - 72px);
	margin-top: 0;
	margin-left: 0;
	margin-right: auto;
	padding: 50px 30px 10px 30px;
	-webkit-animation-delay: .05s;
	animation-delay: .07s;
	animation: fadeNav .5s;
	background-color: var(--bg-clolorBrown);
	z-index: 1;
	min-height: 850px;
	top: 40px;
	color: black;
}
.navTopS3 ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.navTopS3 ul li, .navTopS3 ul li a, .navTopS3 ul li a:visited {
	background:none;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color: rgb(220, 220, 220);
	text-decoration:none;
	line-height:21px;
	cursor: pointer;
	margin: 5px 0 0 2px;
	padding: 0 0 0 30px;
	cursor: pointer;
}
.BtnS3 {
	color: var(--text-colorD);
}
.BtnS3:hover {
	color: #0c0c0c;
	font-style: normal;
}
@media only screen and (min-width: 500px) {
	.navTopS3 ul:hover a {
		opacity: 0.5;
	}
	.navTopS3 ul a {
		-webkit-transform: translateZ(0);
		transition: opacity 0.3s ease-in-out;
	}
	.navTopS3 ul a:hover {
		opacity: 1;
	}

	.navTopS3 ul li a:hover, .navTopS3 ul li a:active, .navTopS3 ul li a:focus {
		font-style: italic;
		text-decoration:underline;
		font-size: 18px;

	}
	.navTopS3{
		max-width: 500px;
	}
}
@media only screen and (min-width: 680px) {
	.BtnLogoS3 {
		display: inline;
		height: 37px;
		max-width: none;
		max-height: none;
	}
}
@media only screen and (min-width: 850px) {
	.BtnS3 {
		display: inline;
		font-family: 'Open Sans', sans-serif;
		font-size: 16px;
		text-align: left;
		cursor: pointer;
		white-space: nowrap;
		padding-right: 30px;
	}

	.BtnS3:hover, .BtnS3:active, .BtnS3:focus {
		font-style: italic;
		text-decoration: underline;
	}
}
/* End Nav Style 3 */

/* Layout: 370px */
@media only screen and (min-width: 370px) {
	h1 {
		font-size:35px;
	}
	.Btn_Icons {
		padding-top:5px;
	}
	.Btn_Icons img, .topicIcon {
		width:30px;
	}
	.Btn_Item {
		padding:10px 30px;
	}
	.Btn_Item h3 {
		font-size: 17px;
	}
	.widget2_textL {
		left:5px;
	}
	.widget2_textR {
		right:5px;
	}
	.widget3_box p {
		font-size: 14px;
	}
}

/* Layout: 500px */
@media only screen and (min-width: 500px) {
	h1 {
		font-size:40px;
	}
	.video {
		height:325px;
	}
	.Btn_Icons {
		padding-top:25px;
		padding-bottom:20px;
	}
	.Btn_Icons img, .topicIcon {
		width:37px;
	}
	.widget3_box p {
		font-size: 16px;
	}
}

/* Layout: 598 */
@media only screen and (min-width: 598px) {
	.content_wrap, .smallContentWrap {
		width: 94%;
	}
	/* Mouse Hover */
	.BtnFrm:hover, .BtnFrm:active, .BtnFrm:focus {
		background-color: #77899c;
		color:#fff;
	}
	#credits:hover, #credits:active, #credits:focus {
		font-style: italic;
		text-decoration:underline;
	}
	.foot_wrap a:hover, .foot_wrap a:active, .foot_wrap a:focus,
	a:hover, a:active, a:focus {
		font-style: italic;
		text-decoration:underline;
	}
	.Btn_Icons img, .topicIcon {
		width:53px;
	}
	.pic_col_left, .pic_col_right {
		width:480px;
		margin-top: 25px;
		margin-left: 25px;
	}
	.widget1_wrap {
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.widget1_box {
		box-sizing: border-box;
		border:none;
		width:49%;
		padding-bottom: 20px;
	}
	.widget2_wrap {
		height: 350px;
	}
	.widget2_img {
		width:100%;
		height: auto;
		max-height: none;
	}
	.widget2_textL, .widget2_textR {
		width: 50%;
		text-align: center;
	}
}

/* Layout: 700px */
@media only screen and (min-width: 700px) {
	h1 {
		font-size:40px;
	}
	#topCart {
		padding-right: 40px;
	}
	.video {
		width:486px;
		height:279px;
	}
	.Btn_Icons img {
		width:67px;
	}
	.contactImg {
		width:100%;
		height: auto;
		max-width: none;
	}
	.col2wrap {
		margin:35px 45px;
	}
	.Btn_Item {
		padding:10px 2%;
		width:45%;
		margin-bottom:10px;
	}
	.Btn_Item h3 {
		font-size: 26px;
	}
}

/* Layout: 818px */
@media only screen and (min-width: 818px) {
	.video {
		width:648px;
		height:370px;
	}
	.Foot_1 {
		width:400px;
		float:left;
	}
	.Foot_2 {
		padding-top:15px;
		width:190px;
		text-align:right;
		float:right;
	}
}

/* Desktop Layout: 850px */
@media only screen and (min-width: 850px) {
	h1 {
		font-size:45px;
	}
	.mobileItem {
		display:none;
	}
	#sidebar {
		margin-top:0;
	}
	h2 {
		font-size:30px;
		line-height:36px;
	}
	.Btn_Icons img {
		width:80px;
	}
	.Banner_Icon img {
		margin: -43px 0 15px 0;
		height:80px;
	}
	.large_box {
		width:635px;
		float: right;
	}
	.Btn_Item h3 {
		background-size: 31px 31px;
	}
	.Btn_Item img {
		height:68px;
	}
}

/* Desktop Layout:1142px */
@media only screen and (min-width:1142px) {
	h1 {
		font-size:70px;
	}
	.content_wrap, .smallContentWrap {
		width: 96%;
	}
	.pic_col_left {
		width:35%;
		margin: 0;
	}
	.pic_col_right {
		width:35%;
		margin-top: 0;
		margin-left: auto;
		margin-right: 0;
	}
}

/* Desktop Layout:1750px */
@media only screen and (min-width:1750px) {
	.col2wrap {
		width:1310px;
		margin:35px auto;
	}
}
