@charset "UTF-8";
/* CSS Document */

header {
	height: 40px;
	width: 90%;
	position: relative;
	z-index: 80;
	background-color: #EEEDDA;
	padding: 10px 5% 10px;
	top:0;
    margin:0;
    font-size: 0;
}
#logo {
	width: 150px;
	clear: none;
	position: relative;
	margin: 0 auto;
    display:block;
}
#MenuIcon {
	padding: 15px;
	top: 8px;
    right:0;
	z-index: 106;
	display:block;
	position: absolute;
    width:20px;
}
#socmedlogos {
    display:none;
}

#Menu {
	display:none;
}

#MobileMenu {
	width: 100%;
	margin-top:-1em;
	margin-right: 0;
	margin-left: -40px;
	margin-bottom: -1em;
	padding: 0;
	list-style-type: none;
	text-align: center;
	position: relative;
	z-index: 80;
	background-color: #495968;
    font-weight: 400;
    font-size: .9em;
    display:none;
}
#MobileMenu li {
	display: inline-block;
	color: #EEEDDA;
	position: relative;
	width: calc(100% + 40px);
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #EEEDDA;
	background-color: #AAB03D;
}
#MobileMenu a:link, #MobileMenu a:visited {
	display: inline-block;
	color: #EEEDDA;
	text-align: center;
	padding: 12px 20px;
	text-decoration: none;
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
	background-color: #AAB03D;
	font-weight: 300;
}
#MobileMenu a:hover, #MobileMenu a:active {
	color: #AAB03D;
	display: inline-block;
	font-weight: 300;
	text-align: center;
	padding: 12px 20px;
	text-decoration: none;
	background-color: #F2EEE6;
	width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -20px;
}

.submenu {
	margin:1em 0 0;
	padding: 0;
	font-size: 0.8em;
}
.submenu li {
	display: inline-block; 
	float: none;
}
.submenu a:link, .submenu a:visited {
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	margin: 10px 10px 3px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
    background-color: #D49565;
}
.submenu a:hover, .submenu a:active {
	color: #C66B2D;
	background-color: #F4E0D2;
	display: block;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	margin: 10px 10px 3px;
	-moz-border-radius: 2px; 
	-webkit-border-radius: 2px; 
	border-radius: 2px; 
}


.carousel-cell {
	width: 100%;
	height: 400px;
	margin: -1em 0 0 0;
	position: relative;
	overflow-x: visible;
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
}
.celltextground {
	position: absolute;
	width: 75%;
	left: 15%;
	top: 75px;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 10px;
	z-index: 20;
}
.celltextgroundstatic {
	position: absolute;
	width: 65%;
	left: 15%;
	top: 100px;
	padding-top: 10px;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 10px;
	z-index: 20;
}
.celltext, .celltext h2 {
    font-family: 'Lora', serif;
    font-weight: 400;
    position:relative;
	color: #4A5968;
	z-index:21;
	text-align:center;
	font-size: 1.15em;
}

.btn, a.btn {
	font-size:.8em;
}
.flickity-prev-next-button {
  position: absolute;
  top: 90%;
  width: 22px;
  height: 22px;
  border: none;
  border-radius: 50%;
  background: white;
  background: hsla(0, 0%, 100%, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
	z-index:26;
	display:none;
}
.hero {
	width: 100%;
	margin-left:0%;
	position:relative;
	overflow: visible;
	background-repeat: no-repeat;
    background-position: center; 
	background-size: cover;
}

h1 {
    font-family: 'Lora', serif;
    font-weight: 400;
	font-size: 1.75em;
	text-align: center;
	margin-bottom: .5em;
	margin-top: 0px;
	line-height: 1.25em;
	color:#C66B2D;
}
h2 {
    font-family: 'Lora', serif;
	font-size: 1.5em;
	font-weight: 400;
	margin-bottom: .5em;
	margin-top: 0px;
	line-height: 1.25em;
	text-align:center;
	color:#C66B2D;
}
h3 {
    font-family: 'Lora', serif;
	font-size: 1.1em;
	text-align: left;
	font-weight: 300;
	color: #157638;
	margin-bottom: .5em;
	margin-top: 0px;
	line-height: 1.25em;
}

p {
	font-size: 0.8em;
	line-height: 1.5em;
	color: #495968;
	margin: 1em 0;
}
p.narrow {
    padding: 0 10%;
}
hr {
    width:25%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color:#4A5968;
    border: 0 none;
    margin-top: 1.25em;
    margin-bottom:1.5em;
}
#intro {
	width: 90%;
	position: relative;
	padding-top: 1em;
	margin: 0 auto;
	z-index: 18;
	background-color: #fff;
	margin-top:0em;
	padding-left:5%;
	padding-right: 5%;
}
#abouttext {
	width: 100%;
	background-blend-mode: multiply;
	position: relative;
	clear: none;
	z-index: 12;
	text-align:center;
    padding-bottom:1em;
}
div.band {
	width: 90%;
	position: relative;
	padding-top: 1.5em;
	padding-bottom: 2em;
	margin: 0 auto;
	z-index: 18;
	margin-top:0em;
	padding-left:5%;
	padding-right: 5%;
}
div.topband {
	width: 90%;
	position: relative;
	padding-top: calc(75px + 2em);
	padding-bottom: 1.5em;
	margin: 0 auto;
	z-index: 18;
	margin-top:0em;
	padding-left:5%;
	padding-right: 5%;
}
.halfwidth {
	width: 100%;
	position: relative;
	float:left;
	padding:0;
	margin-bottom:1em;
	display:inline-block;
}
.pic30pcleft {
	width: 90%;
	position: relative;
	padding:0 5%;
	margin-bottom:1em;
}
.pic30pcright {
	width: 90%;
	position: relative;
	padding:0 5%;
	margin-bottom:1em;
}
.pic45pcright, .pic45pcleft {
	width: 90%;
	position: relative;
	float:right;
	padding:0 5%;
	margin-bottom:1em;
}

#gallery {
	text-align:center;
	padding-top:3em;
}
.gallerypic {
	width: calc(99% - 20px);
	position: relative;
	padding: 0;
	margin: .5%;
	display: inline-block;
	float: none;
	border: 10px solid #FFFFFF;
}



#footer {
	width: 90%;
    padding:2em 5% 3em;
	position: relative;
	color: #D7D8DB;
	text-align: left;
	background-color:#495968;
    overflow:hidden;
    font-size: .8em;
    font-weight: 400;
}
.footercol,.footercollast {
    padding: 0 0 1em;
    width: 100%;
}
footer ul {
    margin:0;
    padding-left:0;
}
footer li {
    margin-bottom:.5em;
}
footer a:link, footer a:visited {
    font-weight:700;
}
footer a:hover, footer a:active, footer a:focus {
    color:#fff;
    opacity:1;
}


#bottom {
	display:none;
}


.popuppanel {
	width:90%;
	left:5%;
	padding-bottom: 0;
	z-index:120;
	background-color: #fff;
	display:none;
	opacity: 1;
	text-align:left;
	-webkit-box-shadow: 11px 11px 30px 0px rgba(31, 51, 94, 0.75);
	-moz-box-shadow:    11px 11px 30px 0px rgba(31, 51, 94, 0.75);
	box-shadow:         11px 11px 30px 0px rgba(31, 51, 94, 0.75);
	top: 5%;
	bottom:5%;
    position:fixed;
    overflow-y:visible;
    overflow-x:hidden;
}
.popuppanel h2, .popuppanel h3, .popuppanel p {
	padding-right: 5%;
	padding-left: 5%;
	line-height: 1.35em;
}
.minushalfembotmar {
	margin-bottom:-.5em;
}
.member-popup {
	width:100%;
	padding:5%;
}
.member-popup img {
	width:20%;
	float:left;	
}
.member-popup h3, .member-popup p {
	width:62.5%;
	margin-left: 22.5%;
}
.map {
	width:90%;
	margin: 5%;
	position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
}
.map iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
#legal {
    display: none;
}
.award-logo {
    width:125px;
    float:right;
    margin-right:5%;
    margin-top: -200px;
}