/*-----Prevents iPhone from resizing in landscape mode -----*/
html {-webkit-text-size-adjust: none; }

/*----------- apply a natural box layout model to all elements --------------*/
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*-----BODY -----*/
/* unvisited link */
div.rowBA a:link {
    color: #FF9600;
}

/* visited link */
div.rowBA a:visited {
    color: #FF9600;
}

/* mouse over link */
div.rowBA a:hover {
    color: #673E00;
}

/* selected link */
div.rowBA a:active {
    color: #CE7B00;
}

body {
	font-size: 16px;
	font-family: 'Arimo';	
	background-color: #996633;
}


/*-----CONTAINER -----*/
#container {
	background-color: #fff;   /*becomes the nav background color*/
	min-width: 320px;
	max-width: 750px;
}


/*-----HEADER -----*/
#headerWrapper {
	background-color: #8F2D26;
	margin: auto;
	min-width: 320px;
}

#headerWrapper header img {
	max-width: 100%;
}
	
header h1 {
	font-weight: 700;
	font-size: 1.8em;
	padding-top: 2.0em;
	color: #452F16;	
}

header h2 {
	font-size: 1.1em;
	margin: 0px 0px 15px 22px;
	color: #FFFFFF;	
}



/*-----NAVigation -----*/




/*-----CONTENT -----*/
#content {
	background-color: rgba(244,243,240,0.9);
	margin: auto;
}

#content div.pfIntro {
	border-bottom: solid 2px #544333;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	padding-bottom: 7px;
	width: 99%; 
	clear: both;	
}

#content div.rowBA div.column h3 {
	margin: 0 0 0 0;
	text-align: left;
	font-size: 14.1px;
}

#content article.rightTopTV {
	padding-top: 5%;
}

#content article.rightTopTV p {
	font-size:14px;
}

#content p {
	font-size: 16px;
	margin: 3px;
}

div.columnTop {
	float: left;
	margin: 0 0 0 0;
	clear: none;
	background-color: #544333;
}

div.columnTop article.leftTop {
	border-right: solid 1px;
	border-color: #FFF;
	margin-right: 1%;
}

#content div.rowTop h3 {
	margin: 0 0 0 3%;
	text-align: left;
	color: #F3E92A;
	font-size: 1.5em;	
}

#content article.rightTopNormal h3 {
	margin: 0 0 1% 0;
	text-align: center;
	font-size: 1.5em;
	color: #F3E92A;
	text-decoration:underline;
}

#content article.rightTopNormal {
	width: 54%;	
	margin: 0;
}

#content div.rowTop article.rightTop figcaption {
	margin: 0 0 0 3%;
	font-size: 1em;
	font-weight: 800;
	text-align: left;
	color: #ff9900;	
}

#content div.rowTop article.rightTopNormal figcaption {
	font-size: 1em;
	font-weight: 800;
	text-align: left;
	color: #ffffff;	
}

#content div.rowBA figure h1 {
	color: #000;	
	font-weight: 700;
}

/*#content div.row h3 {
	margin: .3em 0 .5em 0;
	max-width: 350px;
	font-size: .9em;
}*/

#content div.row article {
	margin: .5em 1%;
}

#content div.row article figure {
	overflow: hidden;
	width: 170%;	
}

#content video {
	width: 100%;	
}
#content ul {
	list-style-type: disc;
	margin-left:10%;}
	
#content div.row article figure figcaption {
	display: inline;
	width: 50%;
	font-size: .7em;
	color: #714D24;	
}

p.baLEFT {
	padding-top: 10px;
	float:left; 
	font-weight:bold; 
	color:#CE7B00	
}

p.baRIGHT {
	padding-top: 10px;
	float:right; 
	font-weight:bold; 
	color:#CE7B00	
}

#content article.leftTop figure img{
	float:left;
	width: 100%;	
}

#content p.testimonialContact {
	font-weight: 800;
	color: #FF9900;
}


#content p.baHeader {
	margin: 0 0 3% 3%;
	color: #FFFFFF;
	font-weight: 400;
	font-size:13px;
	width: 185%;
}

div.rowBA {
	margin-left: 1%;
	width: 100%;
}

div.rowBA article {
	margin: 1px 1px 1px 1px;	
	width: 300px;
}

#content div.rowBA article figure img.leftTopSpecial {
	width: 96px;
	height: 61px;
	margin-left: 1%;
	float: left;
	border: none;	
}

#content div.rowBA article figure img {
	width: 294px;
	height: 198px;
	margin: 0;
	border: 1px solid #777;	
}

div.rowBA figure {
	margin: 1% 1% 1% 1%;
}
div.rowBA h3.info {
	font-weight: 800;	
}

article.rightTop {
	width: 52%;	
}



/*TEST*/

.details,
.show,
.hide:target {
  display: none;
}
.hide:target + .show,
.hide:target ~ .details {
  display: block;
}





/*----- FOOTER -----*/
footer {
	clear: both; 
	text-align: center;
	padding: 1em;
}

#footerWrapper p{
	background-color: #593103;
	color: #fff;
}


.clearFix:after {
	content: "";
	display: table;
	clear: both;	
}
