/*
brown: A6886A;
black: 222121;
cream: E3D9CE;
white: fffff;
green: A8C5BF;

 */
 /* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2,hr, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
ul {
    list-style: none;
	font-family: 'Taviraj', serif;
	font-size: 18px;
	color:#A6886A;
	line-height: 25px;
}

ul li:before {
    content: "";
    width: .25em;
    height: .25em;
    background-color: #A6886A;
    float: left;
    margin: .75em .25em 0;
    border-radius: 50%;
}
li {
	font-size: 12px;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	color:inherit;
  text-decoration: none; /* no underline */
}
.active-link {
	color:#A6886A;
}
p {
	font-family: 'Taviraj', serif;
	font-size: 18px;
	line-height: 25px;
}
header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
h1,h2,h4 {
font-family: 'Open Sans', sans-serif;
}
h3,h5,h6 {
font-family: 'Taviraj', serif;
}
h1 {
	font-size: 65px;
}
.menu-space {
	margin-top:20px;
}
h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 40px;
}
h3 {
	font-size: 40px;
	font-weight: bold;
}
h4 {
	font-size: 40px;
	font-weight: bold;
}
h5 {
	font-size: 36px;
}
.view:hover {
	color:black;
}
.img-width {
	width: 100%;
}
.map-div {
	overflow: hidden;
}
.gm-style-iw + div {display: none;}
.m {
	font-size: 12px;
}
div.info {
    position: absolute;
    z-index: 999;
    width: 20px;
    height: 10px;
    display: none;
    background-color: #fff;
    border: 3px solid #ebebeb;
    padding: 10px;
}
.header-menu:hover {
	color: #A6886A;
}
.mapHover:hover {
	color: #A6886A;
}
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
	background-color: #E3D9CE;
    overflow-y: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.bot-pad-mb {
	padding-bottom: 30px;
}

.overlay-content {
    position: relative;
		color: #A6886A;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
	color: #A6886A;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
	color: #A6886A;
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
.hide-when-small {
	display: none;
};

.right {
	text-align: right;
}
.aandp {
	font-size:30px;
	margin-top: 30px;
}
.p-a-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.p-a-flex-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.self-center {
	-ms-flex-item-align: center;
	    align-self: center;
}
.hr-full {
	border:none;
	width: 100%;
	color:#A6886A;
	background-color:#A6886A;
	height: 1px;
}
.hr-art {
	border:none;
	height: 1px;
	color: #A6886A;
	background-color:  #A6886A;
	margin-top:12px;
	width: 30px;
	height: 1px;
	margin-left: 0;
  margin-right: 0;
	margin-left: auto;
}
.rand-marg {
	margin-left: 36%;
}
.cream {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	background-color: #E3D9CE;
}
.cream-left {
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-color: #E3D9CE;
}
.neg-marg {
	margin-top:-20px;
}
.creamOther {
	margin-left: -20px;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	background-color: #E3D9CE;

}

.map {
	margin-top: 50px;
	height:400px;
	z-index: 2;
	margin-left: -20px;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.black {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	background-color: #222121;

}
.black a:hover > * {
	text-decoration: underline;
}
.black a:hover {
	text-decoration: underline;
}
.cream-text-light {
	color: #E3D9CE;
	text-align: center;	
}
.cream-text {
	color: #A6886A;
	line-height: 40px;
	text-align: center;	
}
.cream-text-f {
		color: black;
	text-align: center;	
	}
.cream-text-left {
	line-height: 40px;
	color: #A6886A;
	text-align: left;	
}
.bold {
	font-weight: 800;
}
.hr {
	border:none;
	background-color: #A6886A;
	color: #A6886A;
	height: 1px;
	width: 100px;
}
.wrap {
	padding: 20px;
}
.wrap-just-pad {
	padding: 20px;
}
.header-menu {
	cursor: pointer;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	        flex: 0 0 10%;	
	font-family: 'Open Sans', sans-serif;
}
.line-height-override {
	margin-bottom: 30px;
	line-height: 15px;
}
.header-text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 84%;
	        flex: 0 0 84%;
	font-weight: 600;
	color: #A6886A;
}
.small {
	text-align: center;
	font-size: 13px;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.body-content {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-top: 50px;
}
.brown {
	color: #A6886A;
}
.p-a-pad {
	padding-top:30px;
}
.pad {
	padding-top:30px;
}
.pad-special {
	padding-top:30px;
}
.pad-special-override {
	padding-top:0px;
}
.first-pad {
	padding-top:30px;
}
.marg-top {
	margin-top: 30px;	
}
.marg-bot {
	margin-bottom: 30px;	
}
.mid {
	font-size: 25px;
}
.large {
	font-size: 36px;
}
.res-header {
	text-align: left;
}
.resource {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.bot-pad {
	padding-bottom: 30px;
}
.big {
	font-size: 15px;
}
.marg {
	margin-left: 20px;
}

.test {
	width: 100px;
	height: 100px;
	background-color: red;
}
.san {
font-family: 'Open Sans', sans-serif;
}
.header-img {
	display: none;
}
.flex-group {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.mobile-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.desktop-header {
	display: none;
}

.left {
	text-align: left;
}
.custom-pad {
	padding-top: 10px;
}
.flex-group {
	text-align: left;
	}
.brown-overlay {
		display: none;
}

.text-arrow-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
.flex-90 {
	line-height: 27px;
	margin-bottom: 15px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 90%;
	        flex: 0 0 90%;
	max-width: 90%;
}
.flex-10 {
	margin-bottom: 15px;
	margin-top: 40px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 10%;
	        flex: 0 0 10%;
	max-width: 10%;
	color: #A6886A;
}
.text-group {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.wrap-marg {
		margin-bottom: 75px;
}
.wrap-marg-override {
		margin-bottom: 0px;
}
.override-black	 {
		color: black;
	}
@media (min-width: 1024px) {
	.override-black	 {
		color: #A6886A;
	}
.wrap-marg-override {
		margin-bottom: 75px;
}
	.text-group {
	margin:20px;	
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.text-group-special {
	margin:20px;	
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
	.wrap-marg {
		margin-bottom: 75px;
	}
	.wrap {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}
	.flex-when-large {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
.flex-90 { 
	margin-bottom: 15px;
	-webkit-box-flex: 0;
	    -ms-flex: none;
	        flex: none;
}
.p-a-flex-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.flex-10 {
	display: none !important;
}
	.resource-group-item {
		margin:20px;
		-webkit-box-flex:0;
		    -ms-flex:0 0 33%;
		        flex:0 0 33%;
		max-width: 33%;
	}


	.cream-left {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: white;
	}
	.flex-group-one {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 33%;
		        flex: 0 0 33%;
		max-width: 30%;
	}
	.res-header {
	text-align: center;
	}
	.map {
	top:0;	
	position: absolute;
	margin-left: -20px;
	width: 70%;
	max-width: 825px;
	left: 400;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: center;
	    align-content: center;
}
.res-pad {
	margin-top: 100px;
}
.resource {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	max-width: calc(100% - 120px)
}
.p-a-pad {
	margin-top: -200px;
	padding-bottom: 250px;
	width: 450px;
}
.bot-pad-mb {
	padding-bottom: 0px;
}
.pad-special {
	padding-top:0px;
}
.pad-special-override {
	padding-top:0px;
}
.hide-when-small {
	display: inline-block;
	width: 100%;
};


.profile-photo {
		display: inline; 
}
.mobile-header {
	display: none;
}
.desktop-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
	.flex-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	}
	.group {
		-webkit-box-flex:0;
		    -ms-flex:0 0 50%;
		        flex:0 0 50%;
		margin: 20px;
		max-width: calc(50% - 40px);
	}

	.header-img {
		display: inline;
		position: absolute;
		z-index: -1;
		left: 200;
	}
	.header-content {
		z-index: 10;
		width: 55%;
		margin-top: 200px;
		margin-bottom: 200px;
	}
	.brown-overlay {
	z-index: 10;	
	color: #A6886A;
	display: inline-block;
}
	.cream-text {
		line-height: 40px;
		color: #A6886A;
		max-width: 100%;
		width: 500px;
		-ms-flex-item-align: center;
		    align-self: center;
	}
	.cream-text-f {
		color: black;
		max-width: 100%;
		width: 500px;
		-ms-flex-item-align: center;
		    align-self: center;
	}
	.max-center {
		-ms-flex-item-align: center;
		    align-self: center;
		width: 500px;
	}
	h2 {
	font-weight: bold;
	font-size: 50px;
	line-height: 60px;
	}
	.d-s {
		text-shadow: 1px 1px #A6886A
	}
	.header-text {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 25%;
	        flex: 0 0 25%;
	font-weight: 600;
	color: #A6886A;
}
.profile-wrap {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.profile-group-one {
	max-height: 800px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 40%;
	        flex: 0 0 40%;
}
.profile-group-two {
	max-height: 800px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 55%;
	        flex: 0 0 55%;
}

.right-header-group {
	margin-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 49%;
	        flex: 0 0 49%;
	margin-left: auto;
}
.header-menu {
	cursor: pointer;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;	
	margin-left: 20px;
	-ms-flex-item-align: end;
	    align-self: flex-end;
	font-family: 'Open Sans', sans-serif;
}
.headline-profile {
	width: 80%;
}
.articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 75px;
}
.first-pad {
	text-align: left;
	padding-top:0px;
}
.size-override {
	font-size: 70px;
}
.indiv-artical {
	width: 60%;
	margin-bottom: 60px;
}
.max-width {
	max-width: 100%;
}
.article {
	margin:20px;
	margin-left:40px;
}
.article-one {
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20px;
}
.creamOther {
	margin-left: -20px;
	width: 60%;
	text-align: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-ms-flex-line-pack: left;
	    align-content: left;
	background-color: white;
}
.hide-when-large {
	display: none;
}
.img-width {
	width: 100%;
}

};