@import url("https://use.typekit.net/jtd0qqf.css");
* {
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position: relative;
}
body {
	font-family: ff-tisa-sans-web-pro, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:21px;
	color:#7a6b6b;
}
img {
	max-width:100%;
	height:auto;
}
.container {
	max-width: 1460px;
	margin:0px auto;
	padding:0px 30px;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}
.mobile {
	display: none;
}
.nomobile {
	display: block;
}
/* ERRORS & ALERTS */
	.Alert {
		background-color: #F7D3A5;
	}

	div.Errors,
	.BadAlert {
		border: 1px solid red;
		height: auto;
		background: #EFE0E0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		padding: 10px;
		margin-bottom: 10px;
	} 

	.BadNews {
		color: red;
	}
	.GoodNews {
		color: green;
	}

	.GoodAlert {
		padding: 10px;
		border: 1px solid green;
		height: auto;
		background: #E2EFE0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		margin-bottom: 10px;
	}
	ul.Errors {
		border: 1px solid #666666;
		border-radius: 10px;
		background: #eeeeee;
		list-style: none;
		padding: 10px;
		margin: 20px 0px 20px 0px;
	}

	ul.Errors li {
		padding: 2px 0px 2px 25px;
	}

	ul.Errors li.ErrorTitle {
		padding: 2px 0px;
		font-weight: bold;
	}

	ul.Errors li.Error {
		color: red;
	}

	ul.Errors li.Warning {
		color: orange;
	}

	ul.Errors li.Notice {
		color: blue;
	}

	ul.Errors li.GoodNews {
		color: green;
	}

	ul.Errors li ol {
		margin: 0px 0px 0px 50px;
	}
/* ^ ERRORS & ALERTS */
/* HEADER */
	header {
		position:fixed;
		top:0px;
		z-index:4;
		width:100%;
		background-color:#fff;
		border-bottom:1px solid #8a6b28;
		padding-top: 10px;
	}
	#header:after {
		content:'';
		display:block;
		clear:both;
	}
	#header #left {
		float:left;
		width:30%;
	}

	#header #right {
		float:right;
		width:70%;
		padding-top: 10px;
	}
	#header #right #top {
		color: #8a6b28;
		text-align: right;
		font-weight: bold;
		font-size: 26px;
	}
	#header #right #top a {
		color: #8a6b28;
		font-weight: bold;
	}
	#header #right #top span.cc {
		margin-left: 15px;
	}
	#header #right #top span.cc img {
		max-width: 100px;
	}
/* ^ HEADER */
/* NAVIGATION */
	header nav.mainmenu {
		text-align:right;
		background: #fff;
		color: #000;
		margin-top: 15px;
	}
	
	header .nav > ul {
		list-style:none;
		width:100%;
		display:block;
		margin:0px auto;
		font-size: 0px; /*elimiates spacing between li*/
	}
	header .nav ul li {
		margin-bottom:0px;
	}
	header .nav > ul > li {
		display:inline-block;
	}
	header .nav ul li a {
		text-decoration:none;
		display:block;
		padding:10px 0px;
		font-size:22px;
		color: #000;
	}
	header .nav > ul > li > a {
		border-right:0px solid #ccc;
		padding:0px 20px;
		margin:10px 0px;
	}
	header .nav ul li:last-of-type a {
		border-right:0px;
	}
	header .nav > ul > li:hover {
		background: #f3f1ec;
	}
	header .nav > ul > li:hover > a {
	}
	header .nav > ul > li ul  {
		display:none;
		position:absolute;
		text-align:left;
		margin-left:0px;
		background-color:#fff;
		min-width: 250px;
		border-right: 1px solid #dedede;
		border-left: 1px solid #dedede;
		border-bottom: 1px solid #dedede;
	}
	header .nav > ul > li ul li {
		display:block;
	}
	header .nav > ul > li ul li a {
		font-weight:300;
		padding:10px 20px;
		display:block;
		white-space: nowrap;
		color: #000;
		text-transform: none;
	}
	header .nav > ul > li > ul > li a:hover {
		background: #8a6b28;
		color: #fff;
	}
/* ^ NAVIGATION */
/* CONTENT */
	main {
	}
	#main {
		position: relative;
		z-index:2;
		padding-top:0px;
		padding-bottom:0px;
	}
	#default #main {
		padding-top: 0;
	}
	#main:after {
		content:'';
		display: block;
		clear:both;
	}
	h1 {
		font-size:44px;
		color:#8a6b28;
		margin-bottom:15px;
		font-weight: bold;
	}
	h2 {
		font-size:34px;
		color:#8a6b28;
		margin-bottom:15px;
		font-weight: bold;
	}
	h3 {
		font-size:21px;
		color:#7a6b6b;
		margin-bottom:15px;
		font-weight: bold;
	}
	p {
	  margin-bottom:15px;
	}
	a {
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
		color:#8a6b28;
		text-decoration:none;
	}
	a:hover {
		color:#8a6b28;
	}

	.button,
	a.button {
		background-color:#8a6b28;
		display:inline-block;
		padding:7px 25px;
		color:#fff;
		font-size:20px;
		text-decoration: none;
		border-radius: 15px;
		border: 0px;
		border: 1px solid #fff;
	}
	a.button:hover {
		background-color:#820d13;
	}
	#tinymce ol, 
	#tinymce ul, 
	main ol, 
	main ul {
		list-style-position: outside;
		margin-left: 25px;
	}	
	#tinymce ol li, 
	#tinymce ul li, 
	main ol li, 
	main ul li {
		margin-bottom: 5px;
	}	
	
	.left {
		float:left;
		width:80%;
		padding-right:50px;
	}
	.right {
		float:left;
		width:20%;
	}
	.hidden {
		display: none;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
/* ^ CONTENT */
/* BLOCKS */
	.block {}
	.block:after {
		content:'';
		display: block;
		clear:both;
	}
	.block .left {
		width: 60%;
		margin-right: 5%;
		padding: 0;
	}
	.block .right {
		width: 35%;
		margin: 0;
		padding: 0;
	}
	.block .singlecolumn {}
	.block .singlecolumn.withbg {
		padding: 40px 0;
		color: #fff;
	}
	.block .singlecolumn.withbg h2 {
		color: #fff;
	}
	.block .doublecolumn {}
	.block .doublecolumn h2 {
		margin-top: 60px;
	}
	.block .doublecolumn.wideright .left {
		width: 35%;
		margin-right: 5%;
		padding: 0;
	}
	.block .doublecolumn.wideright .right {
		width: 60%;
		margin: 0;
		padding: 0;
	}
	.block .doublecolumn.equal .left {
		width: 48%;
		margin: 0 2% 0 0;
		padding: 0;
	}
	.block .doublecolumn.equal .right {
		width: 48%;
		margin: 0 0 0 2%;
		padding: 0;
	}
	.block .doublecolumn.equal.withbg .right {
		padding-left: 25px;
	}
	.block.small-bottom-padding {
		padding-bottom: 20px;
	}
	.block.large-bottom-padding {
		padding-bottom: 40px;
	}
	.small-top-padding,
	.block.small-top-padding {
		padding-top: 20px;
	}
	.block.large-top-padding {
		padding-top: 40px;
	}
	.block .doublecolumn.withbg {
		background-size: cover;
		background-repeat: no-repeat;
		padding: 100px 0;
		color: #fff;
		min-height: 500px;
	}
	.block .doublecolumn.withbg h3 { 
		color: #fff;
		font-size: 36px;
	}
	.block .doublecolumn.withbg p { 
		color:#7a6b6b;
	}
	.block .doublecolumn.white-text p { 
		color:#fff;
	}
	.block .doublecolumn.withbg a.button {
		background: #fff;
		color: #236EA8;
		text-transform: none;
		border-radius: 0px;
		margin-top: 20px;
	}
	.block .doublecolumn.withbg a.button:hover {
		background: #efefef;
	}
	
	/* TRIPLE */
		.TripleColumn .container {
			display: table;
		}
		.TripleColumn .right,
		.TripleColumn .center,
		.TripleColumn .left {
			width: 31%;
			float: none;
			text-align: center;
			margin: 0;
			display: table-cell;
			vertical-align: top;
		}
		.TripleColumn .right p,
		.TripleColumn .center p,
		.TripleColumn .left p {
			margin-bottom: 0px;
		}
		.TripleColumn .center {
			margin: 0 3%;
		}
		.TripleColumn.double .left {
			margin: 0 3% 0 17%;
		}
		.TripleColumn.double .right {
			margin: 0 18% 0 0%;
		}
		.TripleColumn .Blue,
		.TripleColumn .Purple,
		.TripleColumn .Brown,
		.TripleColumn .Green {
			margin-left: 20px;
			border-bottom-left-radius: 40px;
			border-bottom-right-radius: 40px;
			border-top-right-radius: 40px;
		}
		.TripleColumn .Blue div,
		.TripleColumn .Purple div,
		.TripleColumn .Brown div,
		.TripleColumn .Green div {
			padding: 30px;
		}
		.TripleColumn div img,
		.TripleColumn div img,
		.TripleColumn div img,
		.TripleColumn div img {
			display: block;
			margin: 0 auto;
		}
		.TripleColumn .Green div {
			color: #668110;
		}
	/* ^ TRIPLE */
	/* FOUR COLUMN ICONS */
		.FourBlock {}
		.TripleColumn .Brown,
		.FourBlock .col {
			width: 23%;
			margin: 1%;
			float: left;
			border-top-right-radius: 40px;
			border-bottom-right-radius: 40px;
			border-bottom-left-radius: 40px;
			text-align: center;
			padding: 60px 30px;
			background: #C0B891;
			-webkit-transition: all 0.25s ease;
			-moz-transition: all 0.25s ease;
			-o-transition: all 0.25s ease;
		}
		.FourBlock .col {
			min-height: 325px;
		}
		.TripleColumn .Blue,
		.FourBlock .col.Blue {
			background: #A5B6C0;
		}
		.TripleColumn .Green {
			background: #dce7e0;
		}
		.FourBlock .col.Green {
			background: #C0C7B2;
		}
		.TripleColumn .Purple,
		.FourBlock .col.Purple {
			background: #C2A59F;
		}
		.FourBlock .col .image {
			margin-bottom: 15px;
		}
		.FourBlock .Brown:hover,
		.FourBlock .Brown:hover {
			background: #A49D78;
		}
		.FourBlock .Green:hover,
		.FourBlock .Green:hover {
			background: #869270;
		}
		.FourBlock .Blue:hover,
		.FourBlock .Blue:hover {
			background: #818F98;
		}
		.FourBlock .Purple:hover,
		.FourBlock .Purple:hover {
			background: #9F857F;
		}
		.FourBlock .col .title a,
		.FourBlock .col .title {
			color: #fff;
			font-size: 30px;
		}
	/* ^ FOUR COLUMN ICONS */
	/* GALLERY */
		.gallery-slider {
			position: relative;
			padding: 0px;
			margin: 0 auto;
		}
		.gallery-slider #gallerys-frame {
			position: relative;
			overflow: hidden;
		}
		.gallery-slider #gallerys-frame-slider {
			position: absolute;
			width: 100%;
		}
		.gallery-slider .scroll-left {
			position: absolute;
			left: -50px;
			top: 40%;
			cursor: pointer;
			z-index: 99;
		}
		.gallery-slider .scroll-right {
			position: absolute;
			right: -50px;
			top: 40%;
			cursor: pointer;
			z-index: 99;
		}
		.gallery-slider .gallery {
			padding: 0px;
			position: absolute;
			width: 100%;
			max-width: 1000px;
			min-width: 600px;
			text-align: center;
			overflow: hidden;
		}
		.gallery-slider .gallery img {
			width: 100%;
		}
		.gallery-slider #gallery-frame {
			position: relative;
			overflow: hidden;
			padding: 0px;
			max-width: 1000px;
			margin: 0 auto;
		}
	/* ^ GALLERY */
/* ^ BLOCKS */
/* FORMS */
	input[type="text"], textarea, select {
		-webkit-appearance: none;
		border-radius: 0;
		font-family:inherit;
		font-size:inherit;
		font-weight:inherit;
		background-color:#f3f3f3;
		border:0px;
		padding:10px;
		width:100%;
		margin-bottom:15px;
	}
/* ^ FORMS */

/* FOOTER */
	#scroll-up {
		position:fixed;
		opacity:.5;
		z-index:99999999999;
		right:20px;
		bottom:30px;
		width:30px;
		height:30px;
		border-radius:50%;
		text-align:center;
		cursor:pointer;
		color:#fff;
		background-color:#000;
		display:none;
		font-size:30px;
		font-family:verdana, sans-serrif;
	}
	#scroll-up:hover {
		opacity:1;
	}
	footer {
		background:#60594f;
		background-size: 100%;
		color: #fff;
	}
	#footer {
		color:#fff;
		font-size:16px;
		padding-top:50px;
		padding-bottom:40px;
	}
	#footer a {
		color: #fff;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#footer .c-align {
		text-align: center;
	}
	#footer .siteby {
		padding: 20px;
	}
/* ^ FOOTER */
/* MOBILE */
#mobile-nav {
	display:none;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:7px 10px;
	height:37px;
	width:100px;
	font-family:Arial;
	margin:0px auto;
}
#mobile-nav > div {
	width:25px;
	float:right;
}
#mobile-nav div.bar {
	height:3px;
	background-color:#fff;
	margin:3px 0px;
}
#mobile-nav span{
	float:right;
	display:block;
	padding:0px 5px;
	font-size:14px;
	line-height:22px;
}
.map-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.map-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

@media (max-width:1250px) {
	div[rel="8"] .withbg {
		background-position: -100px 0;
	}
}
@media (max-width:1248px) {
	header .nav > ul > li > a {
		padding: 0px 12px;
		font-size: 20px;
	}
}
@media (max-width:1060px) {
	#header #left {
		width: 25%;
	}
	#header #right {
		width: 75%;
	}
	div[rel="8"] .withbg {
		background-position: -150px 0; 
	}
}
@media (max-width:1000px) {
	header {
		position: relative;
	}
	#header {
		padding:0px;
	}
	#header #left #logo {
		position: relative;
		width: 100%;
		text-align: center;
		padding: 20px 0;
	}
	header nav.mainmenu {
		background-color: #8a6b28;
		width:100%;
		float:none;
		margin-top: 20px;
		clear:both;
		cursor: pointer;
	}
	#mobile-nav {
		display:block;
	}
	#footer #mobile-nav {
		display: none;
	}
	header .nav > ul {
		display:none;
		position:absolute;
		background-color:#fff;
		padding-left:0px;
		width:100%;
	}
	header .nav ul li {
		display:block;
		border-top:1px solid #ccc;
		text-align:left;
	}
	header .nav > ul > li > a {
		padding:10px 20px;
		margin:0px;
		color: #000;
		font-size: 20px;
	}
	header .nav > ul > li ul {
		position:relative;
		background: #efefef;
	}
	header .nav > ul > li:hover {
		background-color: #8a6b28;
	}
	header .nav > ul > li:hover > a {
		color: #fff;
		border:0px;
	}
	#header #right #top {
		text-align: center;
	}
	.FourBlock .col,
	.block .doublecolumn .left,
	.block .doublecolumn .right,
	.block .doublecolumn.equal .left,
	.block .doublecolumn.equal .right,
	.block .doublecolumn.wideright .left,
	.block .doublecolumn.wideright .right,
	.TripleColumn .left,
	.TripleColumn .right,
	.TripleColumn .center,
	.TripleColumn.double .left,
	.TripleColumn.double .right,
	#header #left,
	#header #right,
	#footer .left,
	#footer .right,
	#footer .right .left,
	#footer .right .right,
	.left,
	.right {
		width:100%;
		margin: 10px 0;
		padding: 0;
	}
	.FourBlock .col {
		padding: 40px 0;
	}
	.TripleColumn .right, .TripleColumn .center, .TripleColumn .left {
		display: block;
	}
	h2 {
		font-size: 26px;
	}
	#footer .right .left {
		text-align: center;
	}
	#footer .right .right {
		border-left: 0px;
	}
	#header #left,
	#header #right a,
	#header #right {
		text-align: center;
	}
	#header #right {
		margin: 10px 0 0 0;
	}
	footer {
		background: #6b6b6b;
		background-image: none;
		text-align: center;
	}
	#footer .left,
	#footer .right {
		text-align: center;
	}
	#footer .right ul {
		margin-left: 0;
	}
	.block[rel="8"] .doublecolumn.withbg {
		background-image: none !important;
		background-color: #236EA8;
		padding: 30px 0;
		min-height: 1px;
	}
	.block[rel="8"] .doublecolumn.withbg .left {
		display: none;
	}
}
@media (max-width:800px) {
	h1 {
		font-size: 30px;
		line-height: 38px;
	}
	.mobile {display: block;}
	.no-mobile {display: none;}
	.FourBlock .col {
		min-height: 1px;
	}
	div[rel="6"] .container img {
		max-width: 150px;
	}
	div[rel="98"] .container h2 {
		font-size: 20px;
	}
	.block .doublecolumn h2 {
		margin-top: 0px;
	}
	.block .singlecolumn.withbg {
		background-size: cover;
	}
	.gallery-slider .gallery {
		min-width: 100px;
	}
	.gallery-slider .scroll-left {
		left: -20px;
	}
	.gallery-slider .scroll-right {
		right: -20px;
	}
	.block.large-bottom-padding {
		padding-bottom: 20px;
	}
	.block.small-bottom-padding {
		padding-bottom: 10px;
	}
}