/* CSS styles for the landing pages */ 


/* ============= Reset ============= */
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset,menu, nav {
font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	line-height: 1;
	font-size: 15px;
	
}
img, fieldset {
	border: 0;
}

:focus {/* remember to define focus styles! */
	outline: 0;
}

.clear {
	clear: both;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}


/* set html5 elements to block */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	position:relative;
	clear:both;
}


footer {
	clear:both;
}




/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.video embed,
.video object,
.video iframe {
	width: 100%;
	height: auto;
}


body {
	background-color: #f7fcff;
	
	}


body, input, textarea {
    line-height: 1.3em;
    font-size: 15px;
	color: #7c868d;
	font-family: 'Lora', Times New Roman, Times, serif;
}	




a {
	color: #74482d; 
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;

}

a:hover{ text-decoration: underline;}

a:active{ text-decoration: underline;}



/* Headings */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 115%;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0.4em;
	margin-left: 0;
	
}

h1 {
	font-size: 1.8em;
	color: #7c868d;
	font-weight: 700;
}


h2 {
	color: #7c868d;
	font-family: 'Lora', "Times New Roman", Times, serif;
	font-size: 27px;
	margin-top: 0px;	
}


h2 strong{
	color: #677163;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
h2 sup{
	line-height: 20px;
	font-size: 40%;
	font-weight: normal;
	vertical-align: top;
}

h3, h4, h5, h6 {
	color: #74482d;
	
}


h3 {
	font-size: 22px;
	font-weight: 700;
}


h4 {
	font-size: 15px;
	font-weight: 400;
}

h3.outro {
	font-family: 'Lora', "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: 400;
	color: #74482d;
	font-style: italic;
	margin-bottom: 25px;
	}


.landing-footer h3 {
	color: #FFF;
	font-size: 23px;
	padding-bottom: 20px;
	font-weight: 400;
	}



h4.notation {
	font-size: 12px;
	text-transform: uppercase;
}

h4.notation span{
	font-weight: 700;
	color: #cccccc;
}


.center {text-align: center;}


.sans {font-family: 'Montserrat', sans-serif;}


.brown {color: #74482d;}



.notes {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
}


.large {
	font-size: 22px;
	line-height: 1.4em;
}


.medium1 {
	font-size: 18px;
	line-height: 1.5em;
}
.small1 {
	font-size: 16px;
	line-height: 1.5em;
}

.medium {
	font-size: 21px;
	line-height: 2em;
}


.padding4em {
	padding-top: 1em;
	padding-right: 4em;
	padding-bottom: 1em;
	padding-left: 4em;
}


.padding-right {
	padding-right: 10%;
}
.padding-left {
	padding-right: 10%;
}
.nav-links {
	font-size: 12px;
	width: 350px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	font-family: 'Montserrat', sans-serif;
}

.nav-links a{
	padding-right: 15px;
	padding-left: 15px;
	color: #7C868D;
}

.landing-header {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	height: 320px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../_images/header-bg.jpg);
	}


.landing-header h1{
	font-family: 'Montserrat', sans-serif;
	font-size:  100px;
	color: #ffffff;
	text-transform: lowercase;
	margin: 0;
	text-align: center;
	position:relative;
	z-index:5;
	clear: both;
	padding-top: 140px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	}



a.button-scc{
	position:relative;
	z-index: 10;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid rgba(255,255,255, 0.90);
	background-color: rgba(0,0,0, 0.65);
	text-align: center;
	padding: .5em;
	margin-right: 40px;
	color: rgba(255,255,255, 0.90);
	font-family: 'Montserrat', sans-serif;
	font-size: .95em;
	font-weight: bold;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	opacity: 0;
	}



a:hover.button-scc{
	border: 1px solid rgba(255,255,255, 1.00);
	color: rgba(255,255,255, 1.00);
	text-decoration: none;
	background-color: rgba(178, 197, 113, 0.85)!important;
	}


.landing-header a.button-scc.rfp{
	width: 208px;
	float: right;
	
	}




a.button-scc#button-large {
	width: 460px;
	height:auto;
	display: block;
	margin-top: 50px;
	margin-bottom: 12px;
	margin-right: auto;
	margin-left: auto;
	font-size: 27px;
	line-height: 1.3em;
	background-color: transparent;
	/*top: -50px;*/
	opacity: 1;

}



a.long-button {
	margin-bottom: 15px;
	clear: both;
	width: 91%;
	line-height: 50px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #b2c571;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: rgba(255,255,255, 0.75);
	height: 50px;
	text-transform: uppercase;
	padding-left: 6%;
	position: relative;

	display: inline-block;
	
/*	
display: none;
right: -40px;
	opacity: 0;
	*/
	
}
	
	
a.long-button .btn{
	display: inline-block; 
	width: 50px;
	height: 50px;
	position: absolute;
	right: 0px;
	color: rgba(255,255,255, 0.90);
	background-color: rgba(51, 51, 51, .20);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
}
	
a:hover.long-button {
	color: rgba(255,255,255, 1.00);
	background-color: #97af4e;
	text-decoration: none;	
}

a:hover.long-button .btn{
	color: rgba(255,255,255, 0.90);
	background-color: rgba(51, 51, 51, .30);
	
}


.logo-landing {
	float: left;
	width: 162px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 50;
	}

.logo-footer {
	width: 162px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	}

.landing-container { 
	width: 922px; 
	margin: 0 auto;
	display: block;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -461px;

}

.header-container { 
	width: 922px; 
	margin: 0 auto;
	display: block;

}



.section-2 {
	height: 259px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../_images/section-bg.jpg);
	display:block;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	float: left;
	clear: both;
}


.bold {
	font-weight:bold;
}
	
	
.button-caption {text-align: center; font-size: 18px; color: #FFF;}

.content-area-landing {
	width: 100%;
	float: left;
	margin: 0px auto;
	padding: 35px 0;
	display: block;
	
}


.content-area-landing ul, .content-area-landing ol{
	margin: 0;
	padding-left: 2em;
	margin-top: 10px;
}


.content-area-landing ul li, .content-area-landing ol li{
	margin-bottom: 4px;
	padding-left: 2px;
}

/*

#headline, #box1, #box2, #box3, #box4, #buttlong1, #buttlong2, #buttlong3, #button-large, #button1  {	
 display: none;
}
*/

.grid{
	clear: both;
	display:block;
	padding-top: 15px;
	padding-bottom: 15px;
}


.grid-photo{
	display:block;
	width: 49%;
	max-width: 450px;
	height: auto;
	margin-bottom: 15px;
	position:relative;
	opacity: 0;
}

.grid-photo.left {float: left; left: -40px;}


.grid-photo.right {float: right; right: -40px;}



.left {float: left;}
.right {float: right;}


.margin-right{
	margin-right: 2%;
}


.landing-footer {
	width: 100%;
	background-color:#333333;
	padding-top: 50px;
	padding-bottom: 15px;
	color: rgba(255,255,255, 0.75);
	z-index:10;
	clear: both;
	font-size:13px;
	line-height: 1.6em;
	font-weight:normal;
	font-family: 'Montserrat', sans-serif;
	height: 147px;
}
	
	
.landing-footer a{
	color: rgba(255,255,255, 0.75);
	
}
	
.landing-footer a:hover{
	color: rgba(255,255,255, 1.00);
	
}
	
.copyright {
	font-size: 11px;
	background-color:#404040;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #7c868d;
	float:left;
	clear:both;
	font-family: 'Montserrat', sans-serif;
	}
	
	
	
	
.copyright a{
	color: #BC9500;	
	}
	
	
.row {clear: both; display:block;}


.col {float: left;
}	

.half {width: 50%;}
	
	

	
	
.section-3 {
	height: 236px;
	background-position: center bottom;
	background-image: url(../_images/coffee-cup.png);
	display:block;
	width: 100%;
	padding-top: 60px;
	float: left;
	clear: both;
	background-color: #FFF;
	background-repeat: no-repeat;
}
	
	
.socials {
	float: right;
	height: 41px;
	width: 220px;
	}
	
	
	
.socials a{
	float: left;
	height: 40px;
	width: 39px;
	margin-right:5px;
	position:relative;
	overflow: hidden;
	background-position: left bottom;
	background-repeat: no-repeat;	
	display: inline-block;	
	}	
	
	
.socials a:hover{
	background-position: left top;	
	
	}	
		
.socials a:last-child{
	margin-right: 0px;
	}	

.socials a.fb{
	background-image: url(../_images/icon-fb.png);
	}		
		
.socials a.tw{
	background-image: url(../_images/icon-tw.png);
	}
	
.socials a.yt{
	background-image: url(../_images/icon-yt.png);
	}	
	
.socials a.pin{
	background-image: url(../_images/icon-pin.png);
	}	
	
.socials a.yelp{
	background-image: url(../_images/icon-yelp.png);
	}			
	
@media (max-width: 799px) {
	
	

.landing-header {
	height: 250px
	}
	
	
.landing-header h1{
	font-size: 5em;
	padding-top: 120px;
	
	}		
.landing-container, .header-container {
   width: 86%;
	left: 0%;
	margin-left: auto;
	padding-left: 7%;
	padding-right: 7%;
   
}

.col, .left, .right  {float: none;}
 
 .half {width: 100%; margin-bottom: 15px;}

 .half img{display: block; margin: 20px auto;}

	
.content-area-landing {
	padding: 5%;
	width: 90%;
	
}

.grid-photo {
    width: 95%;
    max-width: none;
    height: auto;
}

.grid-photo.left {float: none; left: 0px;}

.grid-photo.right {float: none; right: 0px;}


.socials {
	float: none;
	height: 41px;
	margin: 25px auto;
	}
	
	
.section-3 {
    padding-top: 40px;
	height: 286px;
   
}	

.landing-footer {
	height: auto;
	padding-bottom:35px;
	float:left;
	clear:both;
	text-align: center;
}
		
	

.logo-footer {
	position: relative;
	display: block;
	margin: 10px auto;
	}	
	
.copyright {
   text-align: center;
}	


.nav-links {
	width: 100%;
	font-size: .65em;
}

.nav-links a{
	padding-right: .65em;
	padding-left: .65em;	
}	
		
}
	
@media (max-width: 499px) {




.nav-links {
	margin-top: 0px;
}

.logo-landing {
    float: none;
    margin: 0px auto;
	display: block;
}

.landing-header h1{
	font-size: 3em;
	padding-top: 100px;
	
	}
	
.landing-header a.button-scc.rfp {
    float: none;
	margin: 25px auto;
	display: block;
	right: 0 !important;
	
}
	
a.button-scc {
   color: #FFF;
}	

a.long-button img{
    width: 90%
}

a.button-scc#button-large {
	width: 90%;
	margin-top: 60px;
	margin-bottom: 7px;
	margin-right: auto;
	margin-left: auto;
	font-size: 22px;
	line-height: 1.5em;
}


a.long-button {
	width: 81%;
	min-width: 245px;
	font-size: 11px;
	
}

.section-3 {
    height: 356px;
}


h3 {
    font-size: 18px;
}

.medium1 {
    font-size: 14px;
}
.legal {
	font-size: 60%;
	line-height: normal;
	color: #505050;
}


.large {
    font-size: 18px;
    line-height: 1.5em;
}

.padding4em {
    padding: 1em;
}



}
