@charset "UTF-8";
/* CSS Document */
/* HTML Reset */
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,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;}/* HTML5 display-role reset for older browsers */article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}
html {height: 100%; width: 100%; margin: 0;}
body {background-color: #fff; height: 100%; width: 100%; margin: 0; position: relative;font-family: 'Lora', serif; }
h1 { font-size: 2.4em; margin-bottom: .3em; }
h2 { font-size: 1.8em; margin-bottom: .3em; }
h3 { font-size: 1.4em; margin-bottom: .3em; margin-top: .5em; }
h4 { font-size: 1.1em; margin-bottom: .3em; margin-top: .5em; }
ul { list-style: disc; margin-left: 2em; }
ol { list-style: decimal; margin-left: 2em; }
ul li, ol li { margin-bottom: 1.25em; padding-left: 1em; }
.container { max-width: 800px; margin: 0 auto; position: relative; text-align: center; }
strong { font-weight: 700; }
header {
	position: relative;
	width: 100%;
	color: white;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 10px 0;
	font-weight: normal;
	margin-bottom: 1.25em;
}
.header h1 {
	text-align: center;
	color: #222;
	font-size: 1.8em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0;
	font-weight: normal;
	margin: 0 auto;
	overflow: hidden;
}
.header h3 {
	text-align: center;
	color: #333;
	font-size: 1.1em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0;
	font-weight: normal;
	margin: 0 20%;
	/*overflow: hidden;*/
	display: inline-block;
	width: 60%;
}
header nav #topnav {
	position: absolute;
	right: 0;
	top: 10px;
	width: 100%;
}
header ul li { margin: 0; padding: 0;}
header nav #topnav li {
	float: right;
}
header nav #topnav li.home {
	position: absolute;
	left:-180px;
	opacity: 0;
}
header .logo { max-height: 150px; }
.homebtn  {
	position: absolute;
	left:10px;
}
header nav #topnav li a, .closebar a {
	display: block;
	text-indent: -500em;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	/*background-color: rgba(255,255,255,.6);*/
    margin-right: 12px;
}
header nav #topnav li.settings a {
	background-image: url('graphics/icons/symbols.png');
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	display: block;
}
.closebar a.closeslider {
	background-image: url('graphics/icons/symbols.png');
	background-position: -192px 0;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	display: block;
}
header nav #topnav li.home a, .homebtn {
	background-image: url('graphics/icons/symbols.png');
	background-position: -96px 0;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	display: block;
}
header nav #topnav li.info a {
	background-image: url('graphics/icons/symbols.png');
	background-position: -48px 0;
	background-repeat: no-repeat;
	width: 48px;
	height: 48px;
	display: block;
}
.closebar a.openmaps {
	background-image: url('graphics/icons/map_folded.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 80%;
}
.aoi {
	display: block;
	width: 48%;
	margin: 0;
	padding: 0;
	position: relative;
	float: left;
	left: 1%;

}
.aoi.col-0 { left: 1%; }
.aoi dt a, .aoi input {
	position: relative;
	margin: 12px 8px 0;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: .5em 0 .8em;
	border-radius: 0;
	text-indent: 32px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.aoi dd a {
	color: rgba(255,255,255,1);
	text-decoration: none;
}
.aoi dt a, .aoi input { border-top: 1px solid white; background-color: #b97205; }
.aoi dt a:hover { border-top: 1px solid white; background-color: #fb9c0b; }
.aoi .aioContent, .aoi .aioContent p { text-align: left; }
.aoi input {
	width: 100%;
    border: 0;
    font-size: 1.1em;
    margin-top:4px;
}
.aoi a.aiohead {
	position: relative;
	text-align: center;
	display: block;
	overflow: hidden;
	margin: 0 0 2%;
	width: 98%;
	background-color: #44ed88;
	padding: 4em 0 .8em 0;
	border-radius: 4px;
	text-indent: 0;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: bold;
	color: rgba(255,255,255,.6);
	text-decoration: none;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: 	all 0.4s ease-out;
	-ms-transition: 	all 0.4s ease-out;
	transition: 		all 0.4s ease-out;
}
.aoi a.aiohead:hover { color: #fff; }
.aiohead span.material-icons { display: inline-block; width: 100%; font-size: 3.4em; }
.aoi a {
	background-size: 15%;
	background-position: 50% 15%;
	background-repeat: no-repeat;
}
.aoi.soloadmin .aioContent {
    top: 1em;
}
.aoi.solo a.aiohead, .aoi.soloadmin a.aiohead {
	left: 0!important;
	top:0;
	font-size: 1.2em;
	text-align: left;
	width: 100%;
	color: rgba(255,255,255,1);
	height: 1px;
	border-radius: 4px;
	padding: 1em 0 2em;
	background-position: 12px 50%;
	text-indent: 4em;
	background-size: 6%;
}
.aoi.solo a.aiohead span.material-icons, .aoi.soloadmin a.aiohead span.material-icons { font-size: 1em; width: 1.1em; padding-left: 1em; }
.aoi.mute a {
	/*left: -320px;*/
	/*font-size: 1px;*/
	/*margin: 0 0 0 0;*/
	/*width: 1px;*/
	color: rgba(255,255,255,0);
	/*height: 1px;*/
	/*padding: .5em 0 1.5em;*/
}
.aioContent {
	position: relative;
}
dd { 
	clear: both;
	padding: 12px 24px;
	background-color: #ededed;
}
p { 
	margin: 0 0 1.65em 0;
	line-height: 1.65em; 
	font-size: 16px;
}
hr {
	border: 0;
	background-color: transparent;
	clear: both;
	height: 2em;
}
.align-left {
	float: left;
	margin: 0 18px 24px 0;
}
.meta {
	font-size: .45em;
    display: block;
}
.col-half a {
	border: 0;
}
.col-half {
	display: block;
	margin: 0 5%;
	width: 40%;
	padding: 0;
	float: left;
}
.clear{
	clear:both;
}
dd a.link {
	display: inline-block;
	width: auto;
	text-indent: initial;
    padding: .5em;
	background-color: #083767!important;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: 	all 0.4s ease-out;
	-ms-transition: 	all 0.4s ease-out;
	transition: 		all 0.4s ease-out;
}
dd a.link:hover {
	background-color: #3397FF!important;
}
div.aioContent dd a, footer#footer p a, footer#sponsor a {
	display: inline;
	padding: 0;
	background-color: transparent!important;
	border-bottom: 1px solid #E66646;
	color: #E66646;
	/*font-weight: normal;
	font-family: serif;*/
}
div.aioContent dd a:hover, footer a:hover {
	border-bottom: 1px solid #FF3300;
	color: #FF3300;
}
dl dd img { max-width: 100%; height: auto!important;}
a.backbtn {
	position: absolute;
	z-index: 99;
	right: 0!important;
	top: 32px!important;
	width: 32px;
	background-color: rgba(0,0,0, 0.4);
}

.mapslider {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background: #48a770;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.mapslider.open {
	visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mapwindow { width: 90%;  height: 100%; position: absolute; left: 0; }
.closebar { width: 10%; height: 100%; background: #333; position: absolute; right:0; }
.loggin {
	width: 240px;
	padding: 48px 24px;
	margin: 2em auto;
	background: #ededed;
	border-radius: 8px;
	box-shadow: 4px,4px,6px,rgba(0,0,0,.4);
	font-family: 'Open Sans Condensed', sans-serif;
}
.loggin label {
	display: inline-block;
    width: 82px;
	height: 32px;
	text-align: right;
	font-size: 1.1em;
}
.loggin input[type='text'], input[type='email'],  input[type='tel'],  input[type='password'] {
	width: 132px;
	height: 16px;
	padding: 8px;
	font-family: arial;
}
.btn {
	display: inline-block;
	padding: .4em .8em .6em .8em;
	background-color: #57C1AF;
	box-shadow: 4px,4px,6px,rgba(0,0,0,.4);
	color: white;
	border: 0;
	font-size: 1em;
}
.btn:hover {
	background-color: #00B0FF;
}
.btn.success {
	background-color: #2F8475;
}
img[style*="float: left"],img[style*="float:left"], .align-left {
	float: left;
	margin: 0 18px 10px -4px;
}
img[style*="float: right"],img[style*="float:right"], .align-right {
	float: right;
	margin: 0 4px 10px 18px;
}
footer {
	font-family: 'Open Sans Condensed', sans-serif;
	background-color: #dadada;
	color: #222;
	padding: 20px 0;
	font-weight: 400;
	border-radius:  4px 4px 0 0;
}
footer#sponsor {
	background-color: #263238;
	border-radius: 0;
}
footer#sponsor h3 {
    margin: 0 20px 10px;
}
footer#sponsor h4, footer#sponsor p {
    margin: 0 30px;
    font-size: 1em;
}
footer p {
    font-size: 12px;
    margin: 0 3em;
    line-height: 1.45em;
}
.footer {
	text-align: center;
	color: #222;
	font-size: .85em;
	font-family: 'Open Sans Condensed', sans-serif;
	padding: 0;
	font-weight: normal;
	margin: 0 auto;
}
.g8ways { color: #d14001!important; font-weight:bold;}
.mce-content-body a { color: orange; }
@media screen and (max-width: 640px) {

	body { font-size: 14px; line-height: 1.45em; }
	.header h1 {
	}
}
@media screen and (max-width: 480px) {
	.col-half {
		display: block;
		margin: 0 auto;
		width: 90%;
		max-width: 320px;
		padding: 0;
		float: none;
	}

	img[style*="float: left"],img[style*="float:left"], .align-left,
	img[style*="float: right"],img[style*="float:right"], .align-right {
		float: none!important;
		margin: 10px auto;
	    display: block;
	}
}