/*
Theme Name: The Stockade Association
*/
/* 
-------------------------------------------------------------- */



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}


@font-face {
    font-family: 'coveslight';
    src: url('coves_light-webfont.woff2') format('woff2'),
         url('coves_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
font-family: 'Arno Pro';
font-style: normal;
font-weight: normal;
src: local('Arno Pro'), url('ArnoPro-Regular.woff') format('woff');
}



/* style the expandable's button */
[data-expandable] {
  display: block;
  width: 100%;
  text-align: left;
  background: #293352;
  border: 0;
  color: #fff;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
	
	}

h6 [data-expandable] {
	font: 400 1.4em 'Arno Pro';
	color: #ffffff;
    margin: 2em 0 2em;
    text-transform: none;
	}



/* make sure there is a focus style for keyboard accessibility */
[data-expandable]:focus {
  outline: 2px solid #005C9C;
  outline-offset: 1px;
}

/* the arrow using pseudo-content and unicode */
[data-expandable][aria-expanded="false"]::before {
  content: '\25b8\0020';
}
/* the arrow for the expanded state using pseudo-content and unicode */
[data-expandable][aria-expanded="true"]::before {
  content: '\25bE\0020';
}

/* pair visual appearance with accessible state  */
.expandable[aria-hidden="true"] {
  display: none;
}



#input_3_10_1_label, #input_3_10_2_container label, #input_3_10_3 label, #input_3_10_4_label {
	margin-top: -1em !important;
}



/*! responsive-nav.js 1.0.39 by @viljamis */

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav>ul {
  display: flex;
}

.js .nav-collapse {
  clip: rect(0 0 0 0);
  max-height: 0;
  position: absolute;
  display: block;
  overflow: hidden;
}

.nav-collapse.opened {
  max-height: 9999px;
}

.nav-toggle {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* ------------------------------------------
  NAVIGATION STYLES
  (+ responsive-nav.css file is loaded in the <head>)
--------------------------------------------- */

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.nav-collapse,
.nav-collapse * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.nav-collapse {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.nav-collapse,
.nav-collapse ul {
  list-style: none;
  width: 100%;
}

.nav-collapse li {
  width: 100%;
}

.nav-collapse a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 0.9em 1.1em;
  text-decoration: none;
  width: 100%;
}

/* ------------------------------------------
  NAV TOGGLE STYLES
--------------------------------------------- */

.nav-toggle {
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.85em;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  line-height: 39px;
  padding: 10px 0.75em;
  margin-top: 7px;
  margin-right: 0;
  background: #212428;
  margin-bottom: 10px;
	width:100%;
}

.nav-toggle:hover,
.nav-toggle:focus,
.nav-toggle:active {
  background-color: #fff;
  color: #212428;
}

/* ------------------------------------------
  MULTIPLE LEVELS
--------------------------------------------- */

.nav-collapse a:hover,
.nav-collapse li.focus > a {
	color:#ababab;
}

.dropdown ul a {
  background: #373334;
  padding-left: 1.5em;
}

.dropdown ul ul a {
  background: #2d353e;
  padding-left: 2.5em;
}

.dropdown ul ul {
  border: 0;
  padding: 0;
}

.dropdown .dropdown.opened .has-dropdown {
  background: #9c2c12;
}

/* hamburger lines */
.bars {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 24px;
  height: 18px;
}
/* middle line */
.bars span {
  height: 2px;
  background: currentColor;
}
.bars:before,
.bars:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: currentColor;
  left: 0;
}
.bars:before {
  top: 0;
}
.bars:after {
  bottom: 0;
}

.active .bars:before {
  transform: rotate(45deg) translate(6px, 5px);
}
.active .bars:after {
  transform: rotate(-45deg) translate(6px, -5px);
}
.active .bars span {
  display: none;
}
.dropdown-toggle,
.nav-toggle {
  display: none;
}
.js .nav-collapse {
  position: relative;
}
.js .nav-collapse.closed {
  max-height: none;
}
.nav-collapse {
  width: auto;
  padding-right: 1%;
  position: relative;
}
.nav-collapse > ul {
  border-top: 0;
}
.js .nav-collapse,
.js .nav-collapse .dropdown ul {
  max-height: none;
  overflow: visible;
}

.has-dropdown:after {
  font-size: 1.5em;
  line-height: 0.8;
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff;
  display: inline-block;
  margin-left: 10px;
}
.dropdown ul .has-dropdown:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  top: 10px;
  margin: 0;
}
.nav-collapse .dropdown {
  position: relative;
}
.nav-collapse .dropdown li {
  width: 100%;
}
.nav-collapse .dropdown ul a {
  text-align: left;
  border: 0;
}
@media screen and (min-width: 601px) {
  

  .nav-collapse li {
    width: 100%;
    border: 0;
    display: inline-block;
    position: relative;
	 text-align: center;
  }
  .nav-collapse a {
    border-bottom: 0;
    padding: 1em 1.5em;
    margin: 0;
    display: inline-block;
    padding: 0 16px;
  }
  .nav-collapse  .has-dropdown {
  display: flex;
  justify-content: space-between;
    align-items: center;
}
  .nav-collapse ul ul {
    margin: 0;
    position: absolute;
    top: 85px;
    left: -999em;
    z-index: 99999;
    opacity: 0;
    transition: opacity .3s;
    width: 200px;
  }
  .nav-collapse li li {
    border: 0;
    display: block;
    height: auto;
    line-height: 1.0909090909;
  }
  .nav-collapse ul ul ul {
    left: -999em;
    top: 20px;
  }
  .nav-collapse ul ul a {
    padding: 10px 12px;
    white-space: normal;
    
  }
  .nav-collapse ul li:hover > ul,
  .nav-collapse ul li.focus > ul {
    top: 100%;
    left: 0;
    opacity: 1;
  }
  .nav-collapse ul ul li:hover > ul,
  .nav-collapse ul ul li.focus > ul {
    top: 0;
    left: 0%;
    margin-left: 150px;
    transform: none;
  }
}
@media screen and (max-width: 750px) {
  .main-nav>ul {
  display: block;
}
  .dropdown-toggle,
  .nav-toggle {
    display: initial;
  }
  .has-dropdown:after {
    display: none;
  }
  .js .nav-collapse,
  .js .nav-collapse .dropdown ul {
    max-height: 9999px;
    overflow: hidden;
  }
  .js .nav-collapse {
    visibility: hidden;
  }
  .nav-collapse {
    width: 100%;
    padding-right: 0;
  }
  .nav-collapse li, .nav-collapse a {
    display: block;
  }
  .js .nav-collapse.opened {
    visibility: visible;
    background: #212428;
  }
  .nav-collapse > ul {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
  }

  /* Enable active class to let the navigation expand over the calculated max height. */
  .js .nav-collapse.multiple-level-nav.opened.dropdown-active {
    max-height: 9999px !important;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: none;
    /* This way you don't have focus on sub menu items unless you open the sub menu. */
    overflow: hidden;
  }
  .js .nav-collapse.multiple-level-nav .sub-menu.toggled {
    display: block;
    max-height: 9999px;
    position: relative;
  }
  .js .nav-collapse li {
    position: relative;
  }
  .js .nav-collapse .dropdown-toggle {
    border: 1px solid #fff;
    color: #0099cc;
    content: "";
    height: 46px;
    width: 46px;
    padding: 0;
    position: absolute;
    margin: 0;
    text-transform: lowercase;
    top: 2px;
    right: 10px;
  }
  .js .nav-collapse .dropdown-toggle:hover,
  .js .nav-collapse .dropdown-toggle:focus,
  .js .nav-collapse .dropdown-toggle:active {
    background-color: #fff;
    color: #212428;
  }
  .js .nav-collapse .dropdown-toggle:after {
    content: "+";
    font-size: 20px;
  }
  .js .nav-collapse .dropdown-toggle.toggled:after {
    content: "-";
  }
}





hr {
	height: 4px;
    background-color: black;
}

.header {
	width: 94%;
    margin: 3em auto;
    padding: 0 3%;
	float: left;
}

.yellow {
	background:#1c8286;
}

.yellow a {
	color:#fff !important;
}

.header-left {
	float:left;
width: 33.3%;
}

.header-right {
	float:left;
width: 66.5%;
}

	.image-full {
		width:100%;
		height:auto;
	}


.main-logo {
	margin:0 auto;
	max-width:400px;
	display: block;
	width: 90%;
	height:auto;
}


.home-points-heading {
	font-weight:bold;
	font-size:1.5em;
}

.connection {
	line-height: 1em;
    margin: .5em 0;
}

.alert {
	background-color: #25408f;
    color: white;
	text-align:center;
	font-size: 1.1em;
	    line-height: 2em;
font-family: 'Arno Pro', "Times New Roman", serif;
	padding: 1em 10%;
}

.alert a {
color:white;
}


#content table {
    line-height: 2em;
font-family: 'Arno Pro', "Times New Roman", serif;
font-size: 1.1em;
	color: black;
margin-bottom: 2em;
text-align: left;
	width:100%;
}

em {
	font-style: italic;
}


.header .menu-item {
width:17%;
text-align: center;
float: left;
}

.menu-item-button {
width:32%;
float:left;
text-align:center;
}

.menu-text {
    margin-top: 18%;
}

.menu-text-button {
    margin-top: 18%;
}


.menu-items li a {
	color:#555;
	text-transform: none;
font-family: 'Arno Pro', "Times New Roman", serif;
font-size:1.4em;
}

.sub-menu li a {
		color:#555;
}

.search-recent-news {
	width: 50%;
    margin: 2em 25%;
    float: left;
}


.menu-text a {
color:#373334;
text-transform: none;
font-family: 'Arno Pro', "Times New Roman", serif;
font-size:16px;
padding: 5% 10%;
}
.menu-text a:hover, .menu-text a:focus {
background:#87313a;
color:#ffffff;
}

.welcome-home-text-blue {
	background:#00AFD7;
}

.welcome-home-text-green {
	background:#C4D600;
}

.welcome-home-text-green:hover, .welcome-home-text-green:focus {
background:#87313a;
color:#ffffff;
}





.menu-text-button a {
color:#373334;
	background-color:#C4D600;
font-family: 'Arno Pro', "Times New Roman", serif;
font-size:16px;
	padding: 5% 10%;
}

.menu-text-button a:hover, .menu-text-button a:focus {
background:#87313a;
color:#ffffff;
}


.blueline {
height: 10px;
background-color:#3c4d57;
margin-bottom: 20px;
}



.content {
width:100%;
font-family: 'Arno Pro', "Times New Roman", serif;
margin: 0 auto;
float:left;
}

.inside-content {
width:100%;
	float:left;
}


.inside-content-buttons {
    width: 90%;
    margin: 1em 0 0 0;
    padding: 0 5%;
    float: left;
}

.header-content-buttons {
    width: 90%;
    margin: 2em 0 0 0;
    padding: 0 5%;
    float: left;
}

.button {
color: black;
    padding: 1em 0;
    font-weight: bold;
    font-size: inherit;
    border-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0 25%;
    border-radius: 3px;
    border-width: 3px;
    border-style: solid;
    font-style: italic;
}

.button-2 {
color: white;
	background-color:#25408f;
    padding: 1em 0;
    font-weight: bold;
    font-size: inherit;
    border-bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
       margin: 1em 25%;
    border-radius: 3px;
    border-width: 3px;
    border-style: solid;
 text-transform: uppercase;
    letter-spacing: 3px;
}

.home-post-link {
	text-align: center;
    margin: 2em 0 0 0;
}


.home-slider {
    margin: 0 auto;
    width: 100%;
    float: left;
}


.wp-caption-text {
    font-size: .8em;
    margin-top: 1em;
    float: left;
}
	
.wp-caption-text.backup {
	
    font-size: .6em;
    margin-top: -4em;
}



.bar-image-photo {
	width:100%;
	height:auto;
	float:left;
}

.bar-image {
	width: 11.5%;
    padding: .5%;
	float:left;
}

strong {
font-weight:bold;
}





.news {
	float:left;
	width:95%;
	margin:0 2.5%;
}


.home-post {
	margin: 20px 2.5%;
	width:28%;
	float:left;
}


.recent-news {
	width: 100%;
font-family: 'Arno Pro', "Times New Roman", serif;
	margin: 0 auto;
    float: left;
}

.home-sub-header {
	    font-size: 2em;
    font-weight: bold;
    margin: 3em 0 1em 0;
    float: left;
    width: 100%;
    text-align: center;
}



.ginput_container ul li {
	line-height: 0em !important;
}

.gfield_label {
	margin-top: 2em;
}

.news-post-heading {
	font-size: 1.5em;
line-height:1.5em;
font-family: 'Arno Pro', "Times New Roman", serif;
	}

.news-post-heading a {
	color:#373334;
 text-decoration: underline;
}

.news-post-heading a:hover {
color: #ffffff;
	background:#87313a;
	
}





.news-post-excerpt p {
		color:#373334;
	    line-height: 1.6em;
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 1em;
	    text-align: left;
}

.moretag {
text-transform:uppercase;	
	margin:10px 0;
}


.iframe-map {
	width:90%;
	height:500px;
}

.home-gray-boxes {
	float:left;
	width:95%;
margin: 2em 2.5% 0;
}

.gray-box-text {
	line-height:32px;
font-family: 'Arno Pro', "Times New Roman", serif;
		font-size: 1.3em;
	color:white;
}


.home-gray-box-green {
	margin: 20px 2.5%;
	padding: 4%;
	width:20%;
	float:left;
	background-color:#373334;
	color:white;
}

.gray-box-heading-green {
	float:left;
	    width: 100%;
}

.gray-box-heading-green a {
	color:#C4D600;
    font-size: 2.4em;
font-family: 'Arno Pro', "Times New Roman", serif;
	}



.gray-box-link-green {
	margin-top: 60px;
    float: left;
    color: #C4D600;
    text-transform: uppercase;
    font-size: 1.2em;
}

.gray-box-heading-green a:hover, .gray-box-heading-green a:focus, .gray-box-link-green:hover, .gray-box-link-green:focus {
    background: #C4D600;
color:#000000;
}

.footer-fence {
	width: 100%;
	height:auto;
	float:left;
	   margin-top: -17em;
    z-index: -1;
    position: relative;
}

.fence {
	width: 100%;
	height:auto;
	float:left;
}

.home-gray-box-red {
	margin: 20px 2.5%;
	padding: 4%;
	width:20%;
	float:left;
	background-color:#373334;
	color:white;
}

.gray-box-heading-red {
	float:left;
	    width: 100%;
}

.gray-box-heading-red a {
	color:#87313a;
    font-size: 2.4em;
font-family: 'Arno Pro', "Times New Roman", serif;
	}

.gray-box-link-red {
	margin-top: 60px;
    float: left;
    color: #87313a;
    text-transform: uppercase;
    font-size: 1.2em;
}

.gray-box-heading-red a:hover, .gray-box-heading-red a:focus, .gray-box-link-red:hover, .gray-box-link-red:focus {
    background: #87313a;
color:#000000;
}


.home-gray-box-blue {
	margin: 20px 2.5%;
	padding: 4%;
	width:20%;
	float:left;
	background-color:#373334;
	color:white;
}

.gray-box-heading-blue {
	float:left;
	    width: 100%;
}

.gray-box-heading-blue a {
	color:#00AFD7;
    font-size: 2.4em;
font-family: 'Arno Pro', "Times New Roman", serif;
	}

.gray-box-link-blue {
	margin-top: 60px;
    float: left;
    color: #00AFD7;
    text-transform: uppercase;
    font-size: 1.2em;
}

.gray-box-heading-blue a:hover, .gray-box-heading-blue a:focus, .gray-box-link-blue:hover, .gray-box-link-blue:focus {
    background: #00AFD7;
color:#000000;
}

.homepost-image {
	width: 100%;
    height: auto;
}

.home-header {
text-align: center;
    margin: 1em 5%;
    font-size: 2em;
    font-style: italic;
    width: 90%;
    float: left;
}

.inside-text {
	float: left;
	width: 60%;
	margin: 2em 20%;
}


.home-header-top {
text-align: center;
    margin: 2em 5%;
    font-size: 1.5em;
    width: 90%;
    float: left;
	background: #1b354a;
    color: white;
	padding: .2em 0;
}

.who-we-are {
	float:left;
	width:90%;
	margin:0 5%;
}



.who-we-are p {
	font-size: 1.4em;
	color:black;
}


.our-projects {
	width:100%;
	float:left;
}


.our-projects-left {
	float:left;
	width:40%;
}

.our-projects-left-inside {
	background-color: #C4D600;
	color:white;
    padding: 50% 0 0 10%;
    margin: 10% 0;
}

.our-projects-left-inside h3 {
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 5em;
	margin: .5em 0;
    color: #373334;
    text-transform: lowercase;
}

.our-projects-left-inside-link {
font-family: 'Arno Pro', "Times New Roman", serif;
		text-transform: uppercase;
    padding-bottom: 25%;
    font-size: 1.4em;
    margin-top: 11%;
}

.our-projects-left-inside-link a {
	color: #373334;
}

.our-projects-left-inside-link a:hover  {
	background: #87313a;
	color:white;
}


.our-projects-right {
	float:left;
	width:60%;
}

.our-projects-photo {
	width:100%;
	height:auto;
}



.home-restore {
	width:100%;
	float:left;
	margin-top:30px;
}


.home-restore-right {
	float:left;
	width:40%;
}

.home-restore-left-inside {
	background-color: #00AFD7;
	color:white;
    padding: 50% 0 0 10%;
    margin: 10% 0;
}


.home-restore-left-inside-link {
	color: #373334;
font-family: 'Arno Pro', "Times New Roman", serif;
		text-transform: uppercase;
    padding-bottom: 25%;
    font-size: 1.4em;
    margin-top: 11%;
}


.home-restore-left-inside-link a {
	color: #373334;
}

.home-restore-left-inside-link a:hover  {
	background: #87313a;
	color:white;
}


.home-restore-left {
	float:left;
	width:60%;
}

.home-restore-photo {
	width:100%;
	height:auto;
}

.home-restore-logo {
	width:80%;
	height:auto;
}

.slider-box-connect {
	color: #00AFD7;
font-family: 'Arno Pro', "Times New Roman", serif;
		float:left;
}

.slider-link a {
	color: #00AFD7;
font-family: 'Arno Pro', "Times New Roman", serif;
		text-transform:uppercase;
text-align:center;
	font-size: 1.2em;
		margin-top:.5em;
	background:#373334;
}

.slider-link a:hover {
	color: #373334;
	background:#00AFD7;
}

.slider-link-fb img {
	width:14%;
margin:0 43%;
}

.header-buttons {
	float:left;
	width:100%;
	margin-bottom: 0;
}

.header-buttons a {
	float:left;
    color: #ffffff;
    background-color: #0099cc;
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 1em;
    padding: 1em;
    margin: 0 1em 1em 0;
}


.header-buttons a:hover {
    color: #0099cc;
    background-color: #000000;
}

.inside-buttons {
	float:left;
	width:100%;
	margin-bottom: 2em;
}


.inside-buttons a {
	float:left;
    color: #ffffff;
    background-color: #0099cc;
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 1em;
    padding: 1em;
    margin: 0 1em 1em 0;
    text-transform: uppercase;
}


.inside-buttons a:hover {
    color: #0099cc;
    background-color: #000000;
}






.inside-post-image {
width:40%;
min-width: 320px;
float:left;
margin: 0 2% 2% 0;
}









body img.attachment-large {
width: 100% !important; height: 100% !important; }





p {
    line-height: 2em;
	font-family: 'Arno Pro' , serif;
/*  font-family: 'coveslight', "Times New Roman", serif; */
font-size: 1.4em;
	color: black;
margin-bottom: 2em;
}





p a, td a {
color: black;
border-bottom: 2px solid #A4343A
}

td a:hover, p a:hover {
	background: #373334;
	color:white;
}

.header-left a {
  	color:#222;
	font-family: 'Arno Pro', "Times New Roman", serif; 
    font-size: 1.6em;
    margin: 0;
    text-transform: none;
    text-align: left;
	font-style: italic;
}

.header-far-right a {
  	color:#222;
	font-family: 'Arno Pro', "Times New Roman", serif; 
    font-size: 1.2em;
    margin: 0;
    text-transform: none;
    padding: 1em 0;
    text-align: left;
	font-style: italic;
}



h1 {
    font-family: 'Arno Pro', "Times New Roman", serif; 
    font-size: 3em;
    margin: 1em 0 0 0;
	text-transform: none;
    padding: 0;
	color: #25408f;
    text-align: center;
	font-weight:bold;
	float: left;
    width: 100%;
}

h2 {
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 2em;
    color: black;
    margin: .5em 0 0 0;
    text-transform: none;
    padding: .5em 0;
    font-weight: bold;
	float: left;
    width: 100%;
}


h3 {
font-family: 'Arno Pro', "Times New Roman", serif;
		font-size: 1.4em;
	color:#385988;
margin: 2em 0 2em;
	text-transform:none;
}

h5 {
font-family: 'Arno Pro', "Times New Roman", serif;
		font-size: 1.4em;
	color:black;
margin: 2em 0 1em;
	text-transform:none;
	background-color:#e98023;
	    padding: 12px 0;
}


	.three-photos  {
		float:left;
		width:98%;
		margin:1%;
	}
	
.three-photos img {
		width:31.3%;
		float:left;
		height:auto;
		padding:1%;
	}

	.two-sections  {
		float:left;
		width:80%;
		margin:2em 10%;
	}


	.two-sections-50  {
		width:48%;
		float:left;
		height:auto;
		padding:1%;
	}

	.two-sections-50-top, .two-sections-50-bottom  {
		width:100%;
		float:left;
		padding:0;
		margin:0;
	}


	.two-sections-50 img  {
		width:100%;
		float:left;
		height:auto;
	}

	.two-photos  {
		float:left;
		width:80%;
		margin:2em 10%;
	}
	
.two-photos img {
		width:48%;
		float:left;
		height:auto;
		padding:1%;
	}


.three-text-boxes  {
		float:left;
		width:98%;
		margin:1%;
	}
	
.three-box {
		width:31.3%;
		float:left;
		height:auto;
		padding:1%;
	}


	.three-sections  {
		float:left;
		width:98%;
		margin:2em 1%;
	}


	.three-sections-33  {
		width:31.3%;
		float:left;
		height:auto;
		padding:1%;
	}


	.three-sections-33 img  {
		width:100%;
		float:left;
		height:auto;
		margin-bottom: 2em;
	}



a {
text-decoration:none;
}



.inside-text ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 1.5em;
	margin: -2em 0 2em 0;
}

.inside-text ul li {
line-height: 2em;
	font-family: 'Arno Pro' , serif;
/*  font-family: 'coveslight', "Times New Roman", serif; */
    font-size: 1.4em;
    color: black;
    margin-bottom: 0;
}




.two-sections ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	margin: -2em 0 2em 0;
	width: 90%;
}

.two-sections ul li {
line-height: 2em;
	font-family: 'Arno Pro' , serif;
/*  font-family: 'coveslight', "Times New Roman", serif; */
    font-size: 1.4em;
    color: black;
    margin-bottom: 0;
}
	
.two-sections a {
    color: black;
    text-decoration: underline;
}

ul {
    list-style: none outside none;
}


#content ul {
	margin-bottom: 2em;
	margin-top: -1em;
	font-family: 'Arno Pro' , serif;
/*  font-family: 'coveslight', "Times New Roman", serif; */
	color: black;
}

#content ul li ul {
	margin-top: 1em;
}

#content ul li {
	list-style-type: square;
	margin: 0 0 0 2em;
	line-height: 2em;
	padding-left: .5em;
}


#content ul li a {
border-bottom: 2px solid #A4343A;
color: black;
}

#content ul li a:hover {
	background: #1b354a;
	color:white;
}


ol li  {
	margin: -1em 0 2em 1.5em;
	font-family: 'Arno Pro' , serif;
/*  font-family: 'coveslight', "Times New Roman", serif; */
	color: black;
		line-height: 2em;
    font-size: 1.4em;
}

ol li a {
	border-bottom: 2px solid #A4343A;
	color: black;
}

ol li a:hover {
	background: #1b354a;
	color:white;
}


.home-points p {
	line-height: 2em;
    font-size: 1.4em;
    color: black;
margin: 1em 0 0 0;
}

.home-points ul {
	margin-bottom: 2em;
	margin-top: 0em;
	font-size: 1.2em;
	color: black;

}

.home-points ul li ul {
	margin-top: 1em;
}

.home-points ul li {
	list-style-type: square;
	margin: 1em;
	padding-left: .5em;
}


.home-points ul li a {
border-bottom: 2px solid #A4343A;
color: black;
}

.home-points ul li a:hover {
	background: #1b354a;
	color:white;
}


.footer {
    width: 100%;
    color: black;
    display: table;
    padding-bottom: 40px;
    line-height: 2em;
    text-align: center;
	    font-family: 'Arno Pro', "Times New Roman", serif;

}

.footer-title {
	font-weight: bold;
    font-size: 1.2em;
	letter-spacing: .25em;
}


.footer a {
	color:black;
	text-decoration:underline;
}




img.centered, .aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}



img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	    margin-left: 1em;
	}

.alignleft {
	float: left;
	}





.inside-header-photo {
	width:90%;
	margin: 0 5%;
	float:left;
}

.inside-header-photo-image {
	width:100%;
	height:auto;
	float:left;
}


















/* Larger than mobile */
@media (min-width: 320px) {

.header-left {
    float: left;
    width: 90%;
	margin:0 5%;
	text-align: center;
}
	
.menu-items li a {
	color:#fff;
	}
	
.header-right {
    float: left;
    width: 100%;
}
	
	
		.image-bar {
	 width: 98%;
    float: left;
	margin: 1%;
}



.bar-image {
	width: 23%;
    padding: 1%;
	float:left;
}
	
.home-feature-section {
    float: left;
    width: 96%;
    margin: 1em 2%;
}
	
.home-feature-section-left {
    float: left;
    width: 100%;
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: .5em;
    margin: 0 ;
	}
	
.home-feature-section-right {
    float: left;
    width: 100%;
    padding: 1em 0 0 0;
}
	
	
	.feature-top {
    grid-column-start: 1;
    grid-column-end: 3;
    width: 100%;
    height: auto;
}
	
	
	.feature-bottom {
    height: auto;
    width: 100%;
}
	

	
.home-slider-box {
    float: left;
    width: 95%;
    margin: 3em 2.5% 0;
}
	
	.slider-box-connect {
display:none;
}

.slider-link {
	float:left;
	width:95%;
margin: 2em 2.5% 0;
    text-align: center;
}
	
.slider-link-fb {
	float:left;
	width:95%;
margin: 1.2em 2.5% 0;
    text-align: center;
}
	
	.slider-link-fb img {
	width:20%;
margin:0 40%;
}
	
	
	
.menu-text a {
font-size:0.8em;
}
	
	.header-buttons a {
		font-size:.8em;
	}
	
	.menu-text-button a {
		font-size:.8em;
	}


.header-description {
display:none;
}

.menu-text, .menu-text-button {
    margin-top: 30px;
}

	.footer-column-1 {
		width:96%;
		float:left;
		padding:2%;
	}
	
			
.menu-top a, .menu-top {
font-size: 1.1em !important;
	margin-top: 20px;
font-family: 'Arno Pro', "Times New Roman", serif;
		    text-transform: uppercase !important;  
	}
	
.footer .menu-item a {
font-family: 'Arno Pro', "Times New Roman", serif;
		    text-transform: none;
    line-height: 1.2em;
    font-size: 1em;
	}

.footer .menu-item a:hover, .footer .menu-item a:focus {
	background:#87313a;
		color:#ffffff;
	}
	
.menu-footer6-container, .menu-footer7-container, .menu-footer8-container {
    float: left;
    margin-top: -20px;
}
	.menu-footer7-container {
	    margin-bottom: 40px;
}




.home-gray-box-green, .home-gray-box-red, .home-gray-box-blue {
	margin: 20px 2.5%;
	padding: 4%;
	width:87%;
}

	


.who-we-are {
	float:left;
	width:90%;
	margin:0 5%;
}



.who-we-are p {
	font-size: 1em;
	color:black;
}

	
	
	.our-projects-left {
	float:left;
	width:40%;
}

.our-projects-left-inside {
	background-color: #C4D600;
	color:white;
    padding: 10% 0 0 10%;
    margin: 10% 0;
}

.our-projects-left-inside h3 {
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 2.2em;
	margin: .5em 0;
    color: #373334;
    text-transform: lowercase;
}

.our-projects-left-inside-link {
	text-transform: uppercase;
    padding-bottom: 25%;
    font-size: 1em;
    margin-top: 11%;
}
	
	.home-restore-left-inside-link { 
    font-size: 1em;
}

.home-restore-left-inside {
    padding: 30% 0 0 10%;
}
	
.home-post {
	margin: 20px 2.5%;
	width:95%;
	float:left;
}
	


	

.map-section-left {
	width:90%;
	margin:0 5%;
	float:left;

}

.map-section-right {
	width:95%;
	margin:0 0 0 5%;
	float:left;
}

.map {
margin: 5% 0%;
}
	
		.name-column {
		width:100%;
		float:left;
	}
	
	.position-column {
		width:100%;
		float:left;
	}
	
	.phone-column {
		width:100%;
		float:left;
		margin-bottom:30px;
	}
	
	
	.home-slider-box-over {
    width: 45%;
    height: auto;
    position: absolute;
    left: 5%;
    z-index: 2;
    margin-top: 15%;
}
	
.welcome-home-text-top{
		    padding: 5%;
    font-size: 2em;
    color: white;
font-family: 'Arno Pro', "Times New Roman", serif;
		}
	
.welcome-home-text-bottom{
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 1em;
    padding: 0 5% 5%;
    color: white;
	}

	.welcome-home-text-green {
    color: black;
    padding: 5%;
    font-size: .9em;
	}
	
	.home-box-photo-6 {
		width:48%;
		height:auto;
		margin:1%;
		float:left;
	}
	
	
.who-we-are-search {
	    width: 60%;
    margin: 2em 20%;
	font-size:1.2em;
}
.who-we-are-search input {
	font-size:1.2em;
		width:60%;
	margin:0 20%;
}

input#searchsubmit {
	font-size:1.2em;
font-family: 'Arno Pro', "Times New Roman", serif;
		width:100%;
	    margin: 1em 0;
}
	
	
.image-50 {
	width:90%;
	height:auto;
	margin:0 5% 2em 5%;
	
}
	
.image-70 {
	width:95%;
	height:auto;
	margin:0 2.5% 2em 2.5%;
}
	
.image-100 {
	width:80%;
	height:auto;
	margin:0 10% 0em 10%;
}
	
	.header .menu-item {
width:25%;
text-align: center;
float: left;
}

.menu-item-button {
width:50%;
margin: .5em 25% 1em;
float:left;
text-align:center;
}
	
		
.inside-button {
	width: 90%;
    margin: 60px 31%;
}
	
.content {
width:96%;
margin: 0 2%;
}
	
	.home-points p {
    line-height: 1.2em;
	}
	
		
	.home-header {
    font-size: 1.5em;
	}
	
	h1 {
    font-size: 2em;
	}	
	
	h2 {
    font-size: 1.8em;
	}	
	
	p {
		line-height: 1.8em;
		margin-bottom: 1.6em;
	}
	
	
#content ul li {
	list-style-type: square;
	margin: 0 1.5em 1.5em 1.5em;
	line-height: 1.5em;
	padding-left: .1em;
}
	
	.button {	
	width: 90%;
    margin: 0 5%;
	text-align: center;
	}

	
.inside-text {
	width: 90%;
	margin: 1em 5%;
}

		.header-far-right {
	float:left;
	width: 100%;
	text-align: center;
}
	
	
	.three-box {
		float:left;
		width:98%;
		margin:1%;
		height:auto;
	}

	
	.two-sections, .three-sections  {
		float:left;
		width:98%;
		margin:1em 1%;
		padding:0;
	}


	.two-sections-50, .three-sections-33 {
		float:left;
		width:100%;
		margin:0;
		padding:0;
	}


	.two-sections-50 img  {
		width:100%;
		float:left;
		height:auto;
	}
	
		.board-member {
	float:left;
	width: 98%;
    margin: 0 1%;
    border-bottom: 1px solid gray;
	}
	
	.board-member-photo-area {
	width: 100%;
    float: left;
	}
	
	.board-member-photo {
	float: left;
    width: 70%;
    height: auto;
    margin: 0 15%;
	}
	
	.board-member-photo img {
	float: left;
    width: 100%;
    height: auto;
	}
	
	
	
	.inside-60-40-box {
		width:98%;
		margin:2em 1%;
		float:left;
	}
	
	.inside-40 {
		width:96%;
		float:left;
		margin:0 2%;	
	}

	.inside-40 img {
		width:100%;
		float:left;
		height:auto;
	}
	
	.inside-60 {
		width:96%;
		float:left;
		margin:0 2%;	
	}
	
		.inside-60 h2 {
		margin-top:0;
	}
	
	
		
	.spy-image {
		width:100%;
		float:left;
	}


	.spy-image img {
		width:80%;
		margin: 0 10%;
		float:left;
	}
	
		.spy-image-link {
		width:100%;
		float:left;
			margin: 2em 0 0em 0;
			text-align: center;
	}
	
	
	.spy-archive {
		width:98%;
		margin:2em 1%;
		float:left;
	}
	
	.spy-cover {
		width: 48%;
   		 margin: 0 1%;
    	float: left;
	}
	
	.spy-cover img {
		width:100%;
		height:auto;
	}
	
img.alignright {
    margin: 2em 0;
    display: inline;
    width: 100%;
    height: auto;
	}
	
blockquote {
	margin-left: 10%;
    margin-right: 10%;
		}
	
.footer-fence {
	width: 100%;
	height:auto;
	float:left;
	   margin-top: -3em;
    z-index: 0;
    position: relative;
}
	
	
		
	.home-events-list {
		width:98%;
		margin:0 1%;
		float:left;
	}
	.home-event {
		float:left;
		width:100%;
	}
	.home-event-left {
		float:left;
		width:45%;
		margin-right:2%;
	}
	.home-event-right {
		float:left;
		width:53%;
	}
	
	.home-event-photo {
		float:left;
		width:100%;
		height:auto;
	}

		.three-flower-photos {
		width:100%;
		height:auto;
		float:left;
		margin:1em 0 3em;
	}
	
	.flower-photo-20, .flower-photo-40 {
 	width: 80%;
    float: left;
    height: auto;
    margin: 0 10%;
	}
	
	}



















/* Larger than tablet */
@media (min-width: 750px) {

	
	.three-flower-photos {
		width:100%;
		height:auto;
		float:left;
		margin:1em 0 3em;
	}
	
	.flower-photo-40 {
 	width: 38%;
    float: left;
    height: auto;
    margin: 0;
	}
	
	.flower-photo-20 {
 	width: 24%;
    float: left;
    height: auto;
    margin: 0;
	}
	
	
	.footer-fence {
	width: 100%;
	height:auto;
	float:left;
	   margin-top: -14em;
    z-index: -1;
    position: relative;
}

	
	
	
	img.alignright {
    margin: 0 0 1em 1em;
    display: inline;
    width: 50%;
    height: auto;
	}

	
	.spy-archive {
		width:80%;
		margin:2em 10%;
		float:left;
	}
	
	.spy-cover {
		width: 18%;
   		 margin: 0 1%;
    	float: left;
	}
	
	.spy-cover img {
		width:100%;
		height:auto;
	}
	
.header-right {
    float: left;
    width: 90%;
    margin: 2em 5%;
}

	
		li.member {
		width: 160%;
	}
	

		.header-far-right {
	float:left;
	width: 25%;
	text-align: right;
}
	
	
	.home-header {
    font-size: 2em;
	}
	
	
#content ul li {
	list-style-type: square;
	margin: 0 0 0 2em;
	line-height: 2em;
	padding-left: .5em;
}
	
	
		.home-points p {
    line-height: 2em;
	}
	
		h2 {
    font-size: 2em;
	}	
	
	.menu-items li a {
	color:#333;
	}
	
	.sub-menu li a {
	color:#fff;
	}
	
.inside-button {
	width: 60%;
    margin: 30px 37%;
}
	
	
	
	.header .menu-item {
width:17%;
text-align: center;
float: left;
}

.menu-item-button {
width:32%;
float:left;
text-align:center;
	margin: 0;
}

.slider-box-connect {
	font-size: 2.5em;
	float:left;
	width:28%;
margin: .5em 2.5% 0;
    text-align: center;
	display:block;
}

.slider-link {
	float:left;
	width:40%;
margin: 2em 2.5% 0;
    text-align: center;
}
	
.slider-link-fb {
	float:left;
	width:17%;
margin: 1.2em 2.5% 0;
    text-align: center;
}
	
	.slider-link-fb img {
	width:38%;
margin:0 31%;
}

	
	
	.name-column {
		width:20%;
		float:left;
	}
	
	.position-column {
		width:50%;
		float:left;
	}
	
	.phone-column {
		width:30%;
		float:left;
	}
	
.header-left {
    float: left;
    width: 100%;
	margin:0;
	text-align:center;
}

.menu-text a {
font-size:1em;
}
	
	.header-buttons a {
		font-size:1em;
	}
	
	.menu-text-button a {
		font-size:1em;
	}

.menu-text, .menu-text-button {
    margin-top: 30px;
}
	

.home-restore-left-inside {
    padding: 50% 0 0 10%;
}

	
	.home-post {
	margin: 20px 2.65%;
	width:28%;
	float:left;
}
	
	
.footer-column-1 {
		width:21%;
		float:left;
		padding:2%;
	}


	
.footer .menu-item {
width:100%;
float: left;
}

		
.menu-top a, .menu-top {
font-size: .95em !important;
	margin-top: 20px;
font-family: 'Arno Pro', "Times New Roman", serif;
		    text-transform: uppercase !important;  
	}
	
.footer .menu-item a {
font-family: 'Arno Pro', "Times New Roman", serif;
		    text-transform: none;
    line-height: 1.8em;
    font-size: 1em;
	}

.menu-footer6-container, .menu-footer7-container, .menu-footer8-container {
    float: left;
    margin-top: 20px;
}

	
	
.home-gray-box-green, .home-gray-box-red, .home-gray-box-blue {
	margin: 20px 2.5%;
	padding: 4%;
	width:20%;
}
	
	
	.who-we-are {
	float:left;
	width:90%;
	margin:0 5%;
}



.who-we-are p {
	font-size: 1.2em;
	color:black;
}
	
	

.our-projects-left-inside {
	background-color: #C4D600;
	color:white;
    padding: 20% 0 0 10%;
    margin: 10% 0;
}

.our-projects-left-inside h3 {
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 3em;
	margin: .5em 0;
    text-transform: lowercase;
}

.our-projects-left-inside-link {
	text-transform: uppercase;
    padding-bottom: 25%;
    font-size: 1.4em;
    margin-top: 11%;
}
	
	.home-restore-left-inside-link { 
    font-size: 1.4em;
}

	
	
.map-section-left {
	width:40%;
	margin:0 0 0 10%;
	float:left;
}

.map-section-right {
	width:50%;
	margin: 0;
	float:left;
}

.map {
	margin: 5%;
}
	
	
	
	.home-slider-box-over {
    width: 30%;
    height: auto;
    position: absolute;
    left: 10%;
    z-index: 2;
    margin-top: 20%;
}
	
.welcome-home-text-top{
		    padding: 5%;
    font-size: 3em;
    color: white;
font-family: 'Arno Pro', "Times New Roman", serif;
		}
	
.welcome-home-text-bottom{
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 1.2em;
    padding: 0 5% 5%;
    color: white;
	}

	.welcome-home-text-green {
    color: black;
    padding: 5%;
    font-size: 1.1em;
	}
	
.home-box-photo-6 {
		width:32%;
		height:auto;
		margin:.5%;
		float:left;
	}
	
	.who-we-are-search {
	    width: 50%;
    margin: 2em 25%;
	font-size:1.2em;
}
.who-we-are-search input {
	font-size:1.2em;
		width:60%;
	margin:0 20%;
}

input#searchsubmit {
	font-size:1.2em;
	font-family: 'NeueHaasGroteskText-Regular';
	width:100%;
	    margin: 1em 0;
}
	
	.image-50 {
	width:60%;
	height:auto;
	margin:0 20% 2em 20%;
}
					
	
p {
		line-height: 1.7em;
			margin-bottom: .5em;
	}
	
.button {	
	width: 50%;
    margin: 0 25%;
	}
	

.inside-text {
	width: 60%;
	margin: 2em 20%;
}

	
	.three-box {
		width:31.3%;
		float:left;
		height:auto;
		padding:1%;
		margin: 0;
	}

	.two-sections  {
		float:left;
		width:80%;
		margin:2em 10%;
	}


	.two-sections-50  {
		width:48%;
		float:left;
		height:auto;
		padding:1%;
		margin:0;
	}


	.two-sections-50 img  {
		width:100%;
		float:left;
		height:auto;
	}
	
	
	.three-sections  {
		float:left;
		width:98%;
		margin:2em 1%;
	}


	.three-sections-33  {
		width:31.3%;
		float:left;
		height:auto;
		padding:1%;
		margin:0;
	}
	
	.board-member {
	float:left;
	width: 60%;
    margin: 0 20%;
    border-bottom: 1px solid gray;
	}
	
	.board-member-photo-area {
	width: 100%;
    float: left;
	}
	
	.board-member-photo {
	float: left;
    width: 20%;
    height: auto;
    margin: 0 1em 0 0;
	}
	
	.board-member-photo img {
	float: left;
    width: 100%;
	height:auto;
	}
	
	.inside-60-40-box {
		width:98%;
		margin:2em 1%;
		float:left;
	}
	
	.inside-40 {
		width:40%;
		float:left;
		margin:0;	
	}

	.inside-40 img {
		width:100%;
		float:left;
		height:auto;
	}
	
	.inside-60 {
		width:54%;
		margin:0 3%;
		float:left;
	}
	
		.inside-60 h2 {
		margin-top:0;
	}
	
	.spy-image {
		width:100%;
		float:left;
	}


	.spy-image img {
		width:40%;
		margin: 0 30%;
		float:left;
	}
	
		.spy-image-link {
		width:100%;
		float:left;
			margin: 2em 0 0em 0;
			text-align: center;
	}
	
	.home-events-list {
		width:80%;
		margin:0 10%;
		float:left;
	}
	.home-event {
		float:left;
		width:50%;
	}
	.home-event-left {
		float:left;
		width:38%;
		margin-right:2%;
	}
	.home-event-right {
		float:left;
		width:57%;
		margin-right: 3%;
	}

	.home-event-right p {
		line-height: 1.5em;
	}
	
	.home-event-photo {
		float:left;
		width:100%;
		height:auto;
	}
	
}













/* Larger than desktop */
@media (min-width: 1000px) {

	
	.inside-60-40-box {
		width:80%;
		margin:2em 10%;
		float:left;
	}
	
	
.inside-button {
	width: 50%;
    margin: 80px 41%;
}
	
		h1 {
    font-size: 3em;
	}	
	
	p {
		line-height: 2em;
	}
	
	
.slider-box-connect {
	font-size: 2.5em;
	float:left;
	width:28%;
margin: .5em 2.5% 0;
    text-align: center;
}

.slider-link {
	float:left;
	width:28%;
margin: 2em 2.5% 0;
    text-align: center;
}
	
.slider-link-fb {
	float:left;
	width:28%;
margin: 1.2em 2.5% 0;
    text-align: center;
}
	
	.slider-link-fb img {
	width:14%;
margin:0 43%;
}
	
.image-50 {
	width:50%;
	height:auto;
	margin:0 25% 2em 25%;
}
	
.image-70 {
	width:70%;
	height:auto;
	margin:0 15% 2em 15%;
}
	
	
.header-left {
	float:left;
width: 30%;
		text-align:left;
}

.header-right {
	float: left;
    width: 70%;
    margin: 0;
}

li.member {
		width: 200%;
	    text-align: right;
	}
	
	.header-far-right {
	float:left;
	width: 25%;
	text-align: right;
}
	
.header .menu-item {
width:17%;
text-align: center;
float: left;
}

	.footer-column-1 {
	width: 21%;
	float:left;
	padding:2%;
	}
	
.footer .menu-item a {
    font-size: 1.2em;
	}
	
.who-we-are p {
	font-size: 1.4em;
	color:black;
}

.our-projects-left {
	float:left;
	width:40%;
}

.our-projects-left-inside {
	background-color: #C4D600;
	color:white;
    padding: 40% 0 0 10%;
    margin: 10% 0;
}

.our-projects-left-inside h3 {
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 5em;
	margin: .5em 0;
    text-transform: lowercase;
}

.our-projects-left-inside-link {
	text-transform: uppercase;
    padding-bottom: 25%;
    font-size: 1.4em;
    margin-top: 11%;
}


	.menu-top a, .menu-top {
font-size: 1.2em !important;
	}
		
.map-section-left {
	width:40%;
	margin:0 0 0 10%;
	float:left;
}

.map-section-right {
	width:50%;
	float:left;
}

.map {
	margin: 5%;
}
	
	.home-slider-box-over {
    width: 30%;
    height: auto;
    position: absolute;
    left: 10%;
    z-index: 2;
    margin-top: 20%;
}
	
.welcome-home-text-top{
		    padding: 5%;
    font-size: 4em;
    color: white;
font-family: 'Arno Pro', "Times New Roman", serif;
		}
	
.welcome-home-text-bottom{
font-family: 'Arno Pro', "Times New Roman", serif;
	    font-size: 1.5em;
    padding: 0 5% 5%;
    color: white;
	}

	.welcome-home-text-green {
    color: black;
    padding: 5%;
    font-size: 1.2em;
	}

	.home-box-photo-6 {
		width:15.6%;
		height:auto;
		margin:.5%;
		float:left;
	}
	
	
.who-we-are-search {
	    width: 30%;
    margin: 2em 35%;
	font-size:1.2em;
}
.who-we-are-search input {
	font-size:1.2em;
		width:60%;
	margin:0 20%;
}

input#searchsubmit {
	font-size:1.2em;
font-family: 'Arno Pro', "Times New Roman", serif;
		width:100%;
	    margin: 1em 0;
}
	
	
	.home-feature-section {
	float: left;
    width: 80%;
    margin: 1em 10%;
	}
	
		
	.home-feature-section-left {
	float: left;
    width: 45%;
	display: grid;
    grid-template-columns: auto auto;
    grid-gap: 1em;
		margin-right:5%;
	}

	.home-feature-section-right {
	float: left;
    width: 50%;
		padding: 3em 0 0 0;
	}

	.feature-top {
	grid-column-start: 1;
    grid-column-end: 3;
 	width: 100%;
    height: auto;
	}
	
	.feature-bottom {
	height: auto;
    width: 100%;
	}
	
	.content {
width:100%;
margin: 0 auto;
}
	

.inside-photos  {
		float:left;
		width:80%;
		margin:2em 10%;
	}
	
.inside-photos img {
		width:23%;
		float:left;
		height:auto;
		padding:1%;
	}
	
	
.three-photos img {
		width:31.3%;
		float:left;
		height:auto;
		padding:1%;
	}
	
	.inside-banner-photo img {
		width:100%;
		height:auto;
		float:left;
	}
	
	
	
	
	
}



