@charset "UTF-8";

/* reset - preset */
html, body, p, table, tbody, td, tr, section, aside, figure, iframe, figcaption, hgroup, header, footer, nav, article, div, span, form, ul, ol, li, blockquote, img {
	margin: 0;
	padding: 0;
	border: none;
	vertical-align: baseline;	
}

section, header, footer, nav, aside, article, hgroup, figure, figcaption, aside { display: block; }


body {
	color: #333;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #fff;
}

p { margin-bottom: 1.5em; }

h1, h2, h3, h4, h5 {
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
	line-height: 1.4;
	margin-bottom: 1em;
}

h3 {
	text-transform:uppercase;	
}

a {
	text-decoration: none;
	color: #e2842c;
	padding: 0;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;  
	transition: all 0.2s ease-in;
	text-decoration: none;	
}

a:hover { color: #fea14b; }
a:visited { color: #c5752a; }

a.btn {
	background-color: #e2842c;
	color: #fff;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 110%;
	display: inline-block;
	padding: 0.7em 0.8em;
	margin: 1.5em 0;
}

blockquote {
	margin-bottom: 1em;
	border-left: 2px solid #e2842c;
	background-color: #f6f6ea;	
	padding: 1em;
	font-size: 90%;
	overflow: auto;
}

blockquote .cite {
	color: #fff;
	background: #e2842c;
	padding: 0.5em;
	display: block;
	float: right;	
	font-size: 90%;
	position: relative;
}

blockquote .cite:after {
	content:"";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 10%;
	bottom: -7px;
	border-width:7px 7px 0 0;
    border-style:solid;
    border-color:#e2842c transparent;	
		
}


/* top bar */

#topbar {
	padding: 1.2em 0;
	color: #575e5b;
	
}

#topbar h1 {
	font-weight: bold;	
	margin: 0;
	font-size: 100%;
}

#topbar h1 span {
	font-weight: normal;	
}

#intro {
	color: #fff;
	background: #2e040e;
	position: relative;
}

#intro .containerInner {
	background: #2e040e url('/images/bg-intro-photo.jpg') no-repeat center bottom;			
}

#intro .containerInner a.btn {
	margin: 5em 0;	
	display: block;
	float: left;

}

.hIntro {
	font-size: 400%;	
	text-align: center;
}

.introVideo {
	float: left;	
}

.introImage {
	float: left;	
}

.introText {
	float: left;
	width: 465px;
	padding: 0 30px;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;	
}

#banner {
	background-color: #291f16;	
	color: #fff;
}

#banner h2 {
	font-size: 220%;	
}

#bannerText .containerInner {
	position: relative;
}

#bannerText .containerInner:before {
	content:"";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 30px;
	top: 0;
	
	border-width:15px 15px 0;
    border-style:solid;
    border-color:#291f16 transparent;	
		
}

#banner .containerInner, #bannerText .containerInner {
	padding-left: 30px;	
	box-sizing: border-box;		
}

#bannerText .containerInner {
	padding-top: 30px;	
}

#bannerText p {
	font-size: 150%;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;		
    font-weight: bold;
}

#thankyou {
	text-align: center;	
}

#thankyou .containerInner {
	padding: 30px 0;
}
	

#thankyou span {
	color: #291f16;
	font-size: 200%;
	font-weight: bold;	
	font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;		
}

footer {
	background: transparent url('/images/bg-line-darkbrown.png') repeat center top;			
}

footer .containerInner {
	padding: 30px 0 30px 0;
	color: #fff;
}

footer .bio {
	padding-bottom: 15px;
	border-bottom: 1px solid #5a4d41;
}

footer .bio img {
	margin-right: 30px;
}

.footer-container {
	width: 219px;
	padding-left: 30px;	
	border-right: 1px solid #5a4d41;
	float: left;
	padding-bottom: 30px;
}

.footer-container:last-child {
	border-right: 1px solid transparent;	
}

.footer-container li {
	list-style: none;
	
}

.copyright { text-align: center; color: #ededed; font-size: 80%; margin: 2em auto;}

/* layout */

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2em;	
	width: 470px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.fl { float: left; }
.fr { float: right; }

.line-tan {
	background: transparent url('/images/bg-line-tan.png') repeat center top;		
}
.containerOuter {
	width: 100%;	
	overflow: auto;	
}

.containerInner {
	width: 1000px;
	margin: 0 auto;
	overflow: auto;	
}	

.col-left {
	padding-left: 30px;
	padding-right: 30px;
	border-right: 1px solid #f8f1eb;	
	width: 564px;
	float: left;
	padding-bottom: 2em;	
}

.col-right {
	padding-left: 30px;
	padding-right: 30px;
	width: 315px;
	float: left;
}

.col-left h3:after, .col-right h3:after {
	content:"";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	bottom: 0;
    border-style:solid;
    border-color:#fff transparent;	
}

.col-left h3:after {
	right: 0;	
	border-width:0 0 12px 12px;	
}

.col-right h3:after {
	left: 0;	
	border-width:0 12px 12px 0;	
}

.col-left h3:after {
	content:"";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 0;
	bottom: 0;
	border-width:0 0 12px 12px;
    border-style:solid;
    border-color:#fff transparent;	
}

#mainContent h3 {
	font-weight: bold;
	padding: 1em 0 1em 1em;
	display: block;
	margin: 0 -30px 1em -30px;
	color: #fff;
	position: relative;
}

#mainContent .containerInner {
	border-left: 1px solid #f8f1eb;	
	border-right: 1px solid #f8f1eb;		

}
.relatedLinks li {
	list-style: none;
}

.chocolate { background-color: #5b2d26; }
.yellow { background-color: #fbba2c;}
.burntSienna { background-color: #83382b;}
.orange { background-color: #e2842c; }


@media only screen and (max-width : 1000px) {
	
	.containerInner, .col-left, .col-right { width: 100%; margin: 0 auto; overflow: auto; box-sizing: border-box; }
	.footer-container { border-width: 0; display: inline-block; box-sizing: border-box;}
	footer .bio { padding: 0 30px; width: 100%; box-sizing: border-box;}	
	
	#topbar h1	{ margin-left: 30px; }
	.hIntro { font-size: 350%; text-align: center; margin-bottom: 0.2em;}
	#intro .containerInner a.btn { margin: 0 }
	#bannerText p{ font-size: 120%; }	
	
	.col-left h3:before, .col-right h3:before {
		content:"";
		display: block;
		position: absolute;
		width: 0;
		height: 0;
		bottom: 0;
	
		border-style:solid;
		border-color:#fff transparent;	
	}
	
	.col-left h3:before {
		left: 0;	
		border-width:0 12px 12px 0;	
	}
	
	.col-right h3:before {
		right: 0;	
		border-width:0 0 12px 12px;	
	}	
	.introVideo, .introText{ width: 100%; padding: 30px; box-sizing: border-box; }
	.introText { margin-top: 0; font-size: 110%;}	
	.embed-container { width: 100%; }
	#intro .containerInner {
		background-size: contain; 
	}	
}

/* responsive mobile  */

@media all 
and (min-device-width : 220px) 
and (max-device-width : 980px) {

	html { font-size: 250%;} 
	#topbar h1 { font-size: 90%; text-align: center; margin-left: 0}
	.hIntro { font-size: 250%; text-align: center; margin-bottom: 0.2em;}
	#thankyou span, #banner h2 { font-size: 160%; }
	#bannerText p{ font-size: 100%; }
	.footer-container { border-width: 0; width: 100%; box-sizing: border-box;}	

	
}


/* CORNER RIBBON */

.wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 8px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 8px rgba(0,0,0,0.3);
  position: relative;
  z-index: 90;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

.ribbon-green {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}
