<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.highlightedtextgrey {
	display: block;
	border-radius: 5px;
	background-color: #C2D8EB;
	border-spacing: 5px 5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.highlightedtext {
	display: block;
	border-radius: 5px;
	background-color: #F2DDD3;
	border-spacing: 5px 5px;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
}
.goldtextbold {
	color: #9B6A45;
	font-weight: 500;
	font-size: large;
}
.textcopper {
	color: #9B6A45;
	}

@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	color: #FFFFFF;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
.headercontainer {
	width: 100%;
	display: block;
	background-color: #9b6a45;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 6px;
}
.headerleft {
	width: 100%;
	text-align: center;
}
.headerright {
	width: 100%;
	clear: both;
	margin-left: 0;
	padding-top: 20px;
	text-align: center;
}
.CSSMENU {
	border-radius: 0px;
}
.productimage {
	width: 100%;
	clear: right;
	padding-bottom: 20px;
}
.bulletpoints {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.tabbedinfo {
	margin-top: 50px;
	margin-bottom: 50px;
}
.goldbar {
	display: block;
	height: 2px;
	background-color: #C48F37;
}
.footerleft {
	display: block;
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 100%;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: large;
}
.footercenter {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	width: 100%;
	clear: both;
	margin-left: 0;
	font-family: open-sans;
	font-style: normal;
	font-weight: 400;
	font-size: large;
	color: #FFFFFF;
}
.footerright {
	display: block;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #000000;
	width: 100%;
	clear: both;
	margin-left: 0;
}
.footerblackbox {
	display: block;
	background-color: #000000;
	margin-bottom: 50px;
}
.footergreenbar {
	display: block;
	background-color: #6ba017;
	height: 20px;
}
.graphic2 {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
.graphics {
width: 100%;
}
.CSSMENU {
}
.bulletpoints {
width: 100%;
clear: both;
margin-left: 0;
}
.productimage {
width: 100%;
padding-bottom: 20px;
}
.tabbedinfo {
}
.goldbar {
}
.footerleft {
width: 100%;
}
.footercenter {
width: 100%;
clear: both;
margin-left: 0;
}
.footerright {
width: 100%;
clear: both;
margin-left: 0;
}
.footerblackbox {
}
.footergreenbar {
}
.headerleft {
width: 100%;
}
.headerright {
width: 100%;
clear: both;
margin-left: 0;
}
.graphic2 {
	text-align: center;


}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.graphics {
	width: 100%;
}
.CSSMENU {
}
.bulletpoints {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.productimage {
width: 49.1525%;
}
.tabbedinfo {
}
.goldbar {
}
.footerleft {
	color: #FFFFFF;
	width: 32.2033%;
}
.footercenter {
	width: 32.2033%;
	margin-left: 1.6949%;
	clear: none;
}
.footerright {
width: 32.2033%;
margin-left: 1.6949%;
clear: none;
}
.footerblackbox {
}
.footergreenbar {
	display: block;
}
.headerleft {
width: 49.1525%;
}
.headerright {
width: 49.1525%;
margin-left: 1.6949%;
clear: none;
}
.graphic2 {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
</pre></body></html>