body {
	background: #fff;
	color: #140702;
	font-family: Lato, Helvetica, Arial, sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.4em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	font-family: Arvo, Helvetica, Arial, sans-serif;
	line-height: 1.4em;
	margin: .45em 0;
	padding: 0;
}

h1 {
	color: #870000;
	font-size: 2.5em;
}

h2 {
	color: #870000;
	font-size: 2em;
}

h3 {
	color: #74726c;
	font-size: 1.5em;
}

p {
	font-size: 1.2em;
	line-height: 1.5em;
	padding:0 0 1em;
}

ul {
	margin-top: 0;
}

li {
	color: #74726c;
	font-size: 1.2em;
	line-height: 1.5em;
}

.medium p {
	font-size: 1.5em;
	margin: 0;
	padding-bottom: 0;
}

.large {
	font-size: 1.7em;
	padding-bottom: 0;
}

.copyright {
	color: #aaa69c;
	font-size: 1em;
	margin: 0;
	padding: 0;
}

.intro {
	color: #898884;
	margin-top: 0;
}

a,
a:visited,
a:active,
a:hover {color:#870000;}
a:hover { text-decoration:none;}

.article-divider {
	border-bottom: 4px solid #c1beb4;
	margin-bottom: 4em;
	padding-bottom: 4em;
}

.address p {
	font-size: 1.5em;
	margin: 0;
	padding: 0;
}

.address p:first-of-type {
	margin-top: 1em;
}

.back-to-top a {
	margin-bottom: 1em;
	margin-top: 1em;
	color: #fff;
	display: block;
	font-size: 1.5em;
}

/* Box sizing. Awesome thing. Read about it here: http://www.w3schools.com/cssref/css3_pr_box-sizing.asp */
* {	box-sizing:border-box;
	-moz-box-sizing:border-box;}

/* structure */

.callout-white,
.callout-beige-01,
.callout-beige-02,
.callout-beige-03 {
	padding: 20px 0;
}

.callout-white img,
.callout-beige-01 img,
.callout-beige-02 img,
.callout-beige-03 img {
	margin-top: 40px;
}

.callout-white {
	background-color: #fff;
}

.callout-beige-01 {
	background-color: #f2f0e9;
}

.callout-beige-02 {
	background-color: #e9e7e0;
}

.callout-beige-03 {
	background-color: #e0ded7;
}

.wrapper {
	width: 100%;
	padding: 0 20px;
}

#page-header {
	background-image: url("../images/bg-tapestry.svg");
	background-position: center center;
	background-size: cover;
	margin-bottom: 70px;
	padding: 70px 0;
}

#page-header h1 {
	color: #ffdfa6;
	font-size: 3em;
	margin:0;
}

#hero  {
	background-image: url("../images/bg-tapestry.svg");
	background-position: center center;
	background-size: cover;
}

#content,
aside,
.vertical-padding {
	padding:40px 0;
}

.Media p {
	margin-top: 0;
}

.logo-hero img {
	display: block;
	margin: 0 auto;
	max-width: 250px;
	padding: 3em 0;
}

.map {
	margin-bottom: 2em;
}

.map iframe {
	border: 3px solid #c1beb4;
	min-height: 300px;
	width: 100%;
}

.video iframe {
	min-height: 300px;
	width: 100%;
}


/* UTILITY */

a.anchor {
    display: block;
    position: relative;
    top: -30px;
    visibility: hidden;
}

.rightfloat {
	float: right;
}

.textalign-right {
	text-align: right;
}

.nomargin {
	margin: 0;
}

.nomargin-bottom {
	margin-bottom: 0;
}

.extrapadding-bottom {
	padding-bottom: 4em;
}

.fill-beige-01 {
	color: #f2f0e9;
}

.fill-beige-02 {
	color: #e9e7e0;
}

.fill-beige-03 {
	color: #e0ded7;
}

.fill-beige-04 {
	color: #d9d5cc;
}

.fill-beige-05 {
	color: #c1beb4;
}

.fill-beige-06 {
	color: #aaa69c;
}

.fill-beige-07 {
	color: #999790;
}

.fill-beige-08 {
	color: #898884;
}

.fill-beige-09 {
	color: #74726c;
}

.fill-beige-10 {
	color: #5C5a55;
}

.hat-burger img {
	float: right;
	width: 36px;
}

.hat-burger-bunny img {
	float: right;
	margin-top: -8px;
	width: 36px;
}

.no-underscore {
	text-decoration: none;
}

.no-underscore:hover {
	text-decoration: underline;
}

a.black-link {
	color: #140702;
	text-decoration: none;
}

/* RESPONSIVE IMAGES  */
img {
	max-width:600px;
	height: auto;
	width: 100%;
}

/*MAIN MENU*/
img.logo-button {
	display: none;
}

.menu-toggle {
	float: left;
}

.menu-toggle p {
	color: #430000;
	font-family: Arvo;
	font-size:22px;
	font-weight: 700;
	margin: 0;
	padding: 0;
}

.toggle-wrapper {
	background-color: #D9D5CC;
	cursor: pointer;
	float: left;
	padding: 20px;
	position: relative;
	width: 100%;
}

.menu-toggle.toggled-on {
	background-color: #BAB6AC;
	color: #000;
	position: relative;
}

.srt-menu {
	display: none;
	clear: both;
	margin-bottom: 0px;
}

.srt-menu.toggled-on {
	display: block;
}

.srt-menu.toggled-on li {
	background-color: #E0DED7;
}

.srt-menu li a  {
	color: #5C5a55;
	display: block;
	font-family: Arvo;
	margin: 1px 0;
	padding: 20px;
	text-decoration: none;
	font-size: 1.1em;
}

.srt-menu li a:hover {
	background-color: #D9D5CC;
	color: #140702;
	text-decoration: underline;
}

#secondary-navigation {
	margin-bottom:60px;
}

#secondary-navigation ul {
	margin:0;
	padding:0;
}

#secondary-navigation ul li a {
	background:#E0DED7;
	color:#666;
	display:block;
	margin:5px 0;
	padding:10px;
	text-decoration:none;
}

#secondary-navigation ul li a:hover,
#secondary-navigation ul li.current a {
	background: #D9D5CC;
	text-decoration: underline;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12  {
	margin-bottom:40px;
	position: relative;
	min-height: 1px;
}

.bg-image-swath {
	background-position: center right;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 500px;
	width: 100%;
}

.bg-gasp {
	background-image: url("../images/pic-gasp.jpg");
}

.bg-pano {
	background-image: url("../images/crystal-panorama.jpg");
}

.button-call  {
	background-color: #870000;
	border-radius: 3px;
	color: #ffdfa6;
	font-size: 1.2em;
	height: 20px;
	padding: 20px;
	text-decoration: none;
}

.button-call:hover  {
	background-color: #720000;
	color: #ffdfa6;
	text-decoration: none;
}

/* Contain floats*/
.clearfix:before,
.clearfix:after,
.row:before,
.row:after  {
	content: " ";
	display: table;
}

.clearfix:after,
.container:after,
.row:after {
	clear: both;
}

/****************************************
*****************************************
MEDIAQUERIES
*****************************************
****************************************/

/* TABLET */
@media only screen and (min-width: 600px) {

	.button-call  {
		display: none;
	}

	.call-topnav {
		display: none;
	}
}

/* DESKTOP */
@media only screen and (min-width: 1024px)  {

	header {
		.menu-toggle {
			display:none;
		}
		#menu-srt-menuigation {
			display:block;
		}
	}

	aside {
		float:right;
		width:30%;
	}

	.back-to-top a {
		display: none;
	}

	.button-call  {
		display: none;
	}

	.callout-beige-01 img,
	.callout-beige-02 img,
	.callout-beige-03 img {
		padding-top: 2em;
		width: 600px;
	}

	.hat-burger {
		display: none;
	}

	.large {
		font-size: 2.2em;
		padding: 1.5em 0;
	}

	.menu-description {
		display: none;
	}

	.mobile-home-button {
		display: none;
	}

	.map {
		float: left;
		max-width: 600px;
		padding-right: 2em;
		width: 100%;
	}

	.map iframe {
		height: 500px;
	}

	.navwrap {
		background-color: #e0ded7;
		float: left;
		padding: 0 4em 0 6em;
		width: 100%;
	}

	.toggle-wrapper {
		display: none;
	}

	.video iframe {
		min-height: 400px;
		max-width: 600px;
		width: 100%;
	}

	.wrapper {
		margin: auto;
		max-width: 1200px;
		padding: 0 6em;
	}

	#banner {
		margin-bottom:0px;
		margin-top:5px;
	}

	.logo-hero img {
		display: block;
		max-width: 300px;
		margin: 16em auto 2.5em;
	}

	#content  {
		float:left;
		width:65%;
	}

	#content.wide-content {
		float:none;
		width:100%;
	}

	#hero  {
		margin-top: -4em;
	}

	img.logo-button {
		display: inline;
		margin-top: 25px;
		max-width: 200px;
	}

	.menu-toggle{display:none;}
	#menu-srt-menuigation{display:block;}

	.srt-menu {
		position: relative;
		display: block;
		font-family: Arvo;
	}

	.srt-menu img {
		margin-top: -.4em;
		margin-bottom: -.4em;
	}

	.srt-menu-wrapper {
		float: right;
	}

	ul.srt-menu {
background-color: #e0ded7;
		display: block;
		list-style-type: none;
		overflow: hidden;
		width: 100%;
	}

	.srt-menu li  {
		float: left;
	}

	.srt-menu li a  {
		display: block;
		padding: 2em 1.2em;
		text-decoration: none;
	}

	.srt-menu li a:hover {
		background-color: #D9D5CC;
	}

	.srt-menu li.current a {
		color: #140702;
	}

	/*GRID*/
	/*
	& Columns : 12
	*/
	.row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.grid_1  { width: 8.33333333%; }
	.grid_2  { width: 16.66666667%; }
	.grid_3  { width: 25%; }
	.grid_4  { width: 33.33333333%; }
	.grid_5  { width: 41.66666667%; }
	.grid_6  { width: 50%; }
	.grid_7  { width: 58.33333333%; }
	.grid_8  { width: 66.66666667%; }
	.grid_9  { width: 75%; }
	.grid_10  { width: 83.33333333%; }
	.grid_11  { width: 91.66666667%; }
	.grid_12  { width: 100%; }

	.grid_1,
	.grid_2,
	.grid_3,
	.grid_4,
	.grid_5,
	.grid_6,
	.grid_7,
	.grid_8,
	.grid_9,
	.grid_10,
	.grid_11,
	.grid_12  {
		float: left;
		display: block;
	}

	#hero .grid_8  {
		margin:40px 0 -13px;
	}

}

/*FOOTER*/
footer {
	background: #5C5a55;
	color:#fff;
	font-size:80%;
	padding: 1em 0;
}

footer ul {
	margin:0 0 0 8%;
	padding:0;
}


/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px)  {
	#hero h1  {
		font-size:2em;
	}
}

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5)  {
	#hero  {
		background-image: url("../images/bg-tapestry.svg");
		background-size: cover;
	}
}

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2)  {
}

/*
PRINT STYLESHEET
*/
@media print  {
	*  { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
	a, a:visited  { text-decoration: underline; }
	a[href]:after  { content: " (" attr(href) ")"; }
	abbr[title]:after  { content: " (" attr(title) ")"; }
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after  { content: ""; }  /* Don't show links for images, or javascript/internal links */
	pre, blockquote  { border: 1px solid #999; page-break-inside: avoid; }
	thead  { display: table-header-group; } /* h5bp.com/t */
	tr, img  { page-break-inside: avoid; }
	img  { max-width: 100% !important; }
	@page  { margin: 0.5cm; }
	p, h2, h3  { orphans: 3; widows: 3; }
	h2, h3  { page-break-after: avoid; }
}
