/* <link href='http://fonts.googleapis.com/css?family=Dancing+Script:400,700' rel='stylesheet' type='text/css'> 	
<link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'> 
<link href='http://fonts.googleapis.com/css?family=Lancelot|Meddon' rel='stylesheet' type='text/css'> 
font-family: 'Meddon', cursive; 
font-family: 'Cookie', cursive; 
	font-family: 'Dancing Script', cursive; font-weight: 400; */



/*Global styles -----------------------------------------------------------------------------------------------------------*/

/*limited reset*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {	
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align:baseline;
	font: inherit;
 }


/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
}



html{
	height: 100%;
	overflow: auto;
	/* background-color: #d5d5d5; */
}

body {
	overflow: auto;
  	/*height: 100%;*/
	width: auto;
	margin: 0 auto;
	/* background-color:  #f4fbec; */
	font-family: 'Lato', sans-serif; 
	font-weight: normal;
	font-style: normal;
	}


a {
	text-decoration: none;
	color: black;
	
}

a:hover {
	color: #87185b;
	
}

.preview a {
	display: block;
	height:100%;
}

.preview a:hover {
	border: none;
}

a.phone {
	border: none;
	color: inherit;
}

a.phone:hover {
	border: none;
	color: inherit;
	cursor: default;
}


.black a:link { background-color: transparent; text-decoration: none; color: black; }
.black a:hover { background-color: transparent; text-decoration: none; color: green; }
.black a:visited { background-color: transparent; text-decoration: none; color: black; }

.black2 a:link { background-color: transparent; text-decoration: none; color: black; }
.black2 a:hover { background-color: transparent; text-decoration: underline; color: #490ed0 !important; }
.black2 a:visited { background-color: transparent; text-decoration: none; color: black; }

.black-underline a:link { background-color: transparent; text-decoration: underline; text-decoration-color: gray; color: black; }
.black-underline a:hover { background-color: transparent; text-decoration: underline; text-decoration-color: #490ed0; color: #490ed0 !important; }
.black-underline a:visited { background-color: transparent; text-decoration: none; color: black; }

.white a:link { background-color: transparent; text-decoration: none; color: white; }
.white a:hover { background-color: transparent; text-decoration: underline; color: white !important; }
.white a:visited { background-color: transparent; text-decoration: none; color: white; }

.white-white a:link { background-color: transparent; text-decoration: none; color: white; }
.white-white a:hover { background-color: transparent; text-decoration: underline; color: white !important; }
.white-white a:visited { background-color: transparent; text-decoration: none; color: white; }

.white-yellow a:link { background-color: transparent; text-decoration: none; color: white; }
.white-yellow a:hover { background-color: transparent; text-decoration: underline; color: yellow !important; }
.white-yellow a:visited { background-color: transparent; text-decoration: none; color: white; }

.gray a:link { background-color: transparent; text-decoration: none; color: gray; }
.gray a:hover { background-color: transparent; text-decoration: underline; color: gray; }
.gray a:visited { background-color: transparent; text-decoration: none; color: gray; }

.gray2 a:link { background-color: transparent; text-decoration: none; color: gray; }
.gray2 a:hover { background-color: transparent; text-decoration: underline; color: #490ed0 !important; }
.gray2 a:visited { background-color: transparent; text-decoration: none; color: gray; }

.red a:link { background-color: transparent; text-decoration: none; color: red; }
.red a:hover { background-color: transparent; text-decoration: none; color: red; }
.red a:visited { background-color: transparent; text-decoration: none; color: red; }

.green a:link { background-color: transparent; text-decoration: none; color: #1C4D0C; }
.green a:hover { background-color: transparent; text-decoration: none; color: #1C4D0C; }
.green a:visited { background-color: transparent; text-decoration: none; color: #1C4D0C; }

.bluelink a:link { background-color: transparent; text-decoration: none; color: #584abf; }
.bluelink a:hover { background-color: transparent; text-decoration: underline; color: #584abf; }
.bluelink a:visited { background-color: transparent; text-decoration: none; color: #584abf; }

.blue a:link { background-color: transparent; text-decoration: none; color: #490ed0; !important}
.blue a:hover { background-color: transparent; text-decoration: underline; color: #490ed0; !important}
.blue a:visited { background-color: transparent; text-decoration: none; color: #490ed0; }

.blue2 a:link { background-color: transparent; text-decoration: none; color: #490ed0; !important}
.blue2 a:hover { background-color: transparent; text-decoration: none; color: #490ed0; !important}
.blue2 a:visited { background-color: transparent; text-decoration: none; color: #490ed0; }

.black-blue a:link { background-color: transparent; text-decoration: none; color: black; }
.black-blue a:hover { background-color: transparent; text-decoration: underline; color: #490ed0; }
.black-blue a:visited { background-color: transparent; text-decoration: none; color: #490ed0; }

.red a:link { background-color: transparent; text-decoration: none; color: red; }
.red a:hover { background-color: transparent; text-decoration: underline; color: red; }
.red a:visited { background-color: transparent; text-decoration: none; color: red; }


#submit {
	width: auto;
	height: auto;
    padding: 5px 20px 5px 20px;
    margin-top: 0px;
    border-radius:6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	border: 1px solid #f8cf89;
    color: black;
    font-family: 'Oswald';
    font-size: 20px;
    cursor: pointer;
	background: -moz-linear-gradient(#f8ecd8, #f8cf89);
	background: -webkit-linear-gradient(#f8ecd8, #f8cf89);
	background: -o-linear-gradient(#f8ecd8, #f8cf89);
}

#submit:hover {
   	border: 1px solid #f8cf89;
    color: black;
    box-shadow: 0px 0px 1px #777;
	background: -moz-linear-gradient(#f8cf89, #f8cf89);
	background: -webkit-linear-gradient(#f8cf89, #f8cf89);
	background: -o-linear-gradient(#f8cf89, #f8cf89);
}


#submit-small {
	width: auto;
	height: auto;
    padding: 3px 10px;
    border-radius:6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	border: 1px solid #f8cf89;
    color: black;
    font-family: inherit;
    font-size: 16px;
    cursor: pointer;
	background: -moz-linear-gradient(#f8ecd8, #f8cf89);
	background: -webkit-linear-gradient(#f8ecd8, #f8cf89);
	background: -o-linear-gradient(#f8ecd8, #f8cf89);
}

#submit-small:hover {
   	border: 1px solid #f8cf89;
    color: black;
    box-shadow: 0px 0px 1px #777;
	background: -moz-linear-gradient(#f8cf89, #f8cf89);
	background: -webkit-linear-gradient(#f8cf89, #f8cf89);
	background: -o-linear-gradient(#f8cf89, #f8cf89);
}

#submit-white {
	width: auto;
	height: auto;
    padding: 3px 10px 3px 10px;
    border-radius:6px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
   	border: 1px solid green;
    color: black;
    font-size: 16px;
    font-family: 'Oswald';
    cursor: pointer;
}

#submit-white:hover {
   	border: 1px solid #f8cf89;
    color: black;
    box-shadow: 0px 0px 1px #777;
}
	



#overlay-text {
	float: left; 
	width: auto; 
	height: 23px; 
	font-size: 14px; 
	background-color: white; 
	border: 1px solid #c8c8c8; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;"	
}

#overlay-textarea {
	float: left; 
	border: 1px solid #c8c8c8; 
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px; 
	padding: 5px 0 0 5px; 
	font-size: 14px;  
	background-color: white; 
	width:auto;
}	







/* FOOTER */

.footer-beta {
	float: left;
	text-align: center;
	width: 98.8%;
	height: auto; 
	font-size: 14px; 
	margin: 10px 5px 5px 5px; 
	padding: 5px 0 5px 0; 
	border: 1px solid gray; 
	color: gray;
}

.footer-main {
	float: left;
	width: 100%;
	height: 30px;
	color: white;
	background-color: gray;
	padding: 15px 50px 45px 50px;
	font-size: 12px;
}

.footer-main p2 {
	font-size: 14px;
	font-weight: bold;
}





/* MESSAGES IN HEADER */
#messages1 {
	text-align: center;
	background-image: url("https://visionarysociety.org//images/topic/images/Envelope2.png"); 
	background-size: 35px auto;
	background-repeat: no-repeat;
	width: 35px;
	font-size: 18px;
	padding: 2px 0 0 0;
	margin: 0px 0px 0 0;
}





/* PLACEHOLDER */
::-webkit-input-placeholder { /* WebKit browsers */
color: gray;
font-size: 14px;
padding: 1px 2px 2px 10px;
}
:-moz-placeholder { /* Mozilla Firefox 4 - 18 */
color: gray;
font-size: 16px;
padding: 1px 2px 2px 10px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: gray;
font-size: 16px;
padding: 1px 2px 2px 10px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: gray;
font-size: 16px;
padding: 1px 2px 2px 10px;
}




.modalDialog6 {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog6:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog6 > div {
	width: 700px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}




.places-box-wide {
	display: inline-block;
	width: 735px;
	background-color: #EEFBDE; 
	margin: 0 0px 0 0px;
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 4px;
}

.places-content {
	margin: 5px 5px 5px 5px;
	padding: 10px 0px 10px 10px;
	overflow: hidden;
}


.places-header {
	display: inline-block;
	height: 28px; 
	width: 735px;
	margin-left: 0px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	padding-top: 8px;
	color: white;
	font-size: 20px;
	background: -webkit-linear-gradient(#5ba645, #4b833a); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#5ba645, #4b833a); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#5ba645, #4b833a); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#47a12c, #3c8d23); /* Standard syntax */
}


