*{
	margin:0; padding:0;
}
body{
	font-family: "Open Sans", sans-serif;
	font-weight:300;
	font-size:13pt;
	background-color: #EDEDED;
}
h1{
	margin-top:2rem;
	margin-bottom:1rem;
	text-align:center;
	font-size: 36px;
	letter-spacing: .5px;
	font-weight: 600;
}
h2{
	font-size: 24px;
	letter-spacing: .2px;
	font-weight: 600;
	margin-top: 0;
}
p{
	font-size: 14px;
	font-weight: 400;
}
a{
	color: inherit;
}
.header{
	height: 5rem;
	background-color: #0b4a35;
	color: white;
}
.loader, .signin{
	text-align:center;
	background: #FFF;
	padding: .5em;
}
.loader{
	display:none;
}
.abcRioButton{
	margin:auto;
}
.user_meta{
	position:absolute; top:1em; left:1em;
}
.signout{
	position:absolute; top:1em; right:1em;
    display: block;
    white-space: nowrap;
	display:none;
}
.content{
	position:relative;
}
.account{
	padding: 0 1em;
}
.account .status{
	display: none;
	background: #DA692D;
	color: white;
	margin-bottom: 1rem;
	padding: 1rem;
}
.account__actions .button{
	margin-bottom:1rem;
}
.account__actions .button{
	margin-right: 1rem;
}
.location{
	margin-bottom: 1em;
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .1);
	padding: 24px;
	background-color: rgba(255, 255, 255, .75);
}
.location a{
	text-decoration: none;
}
.location a:hover{
	text-decoration: underline;
}
.review{
	border: 1px solid gray;
	margin: 1em;
	padding: 1em;
}
.person img{
	height: 3em;
	vertical-align: middle;
	margin-top:0.5em; margin-bottom:0.5em;
}
.time{
	text-align:right;
}
.button, button{
	display: inline-block;
	color: white;
	background-color: #0b4a35;
	border: 0 solid #073325;
	transition: all .3s ease-in-out;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .3px;
	padding: 0 2.5rem;
	cursor: pointer;
	font-family:inherit;
	text-decoration:none;
	height: 48px;
	line-height: 48px;
}
.button:hover, button:hover{
	box-shadow: 0 12px 24px 0 rgba(0, 0, 0, .2) !important;
	background-color: #073325;
	border-color: #073325;
	color: #fff;
}

.write{
	position: fixed;
	width: 50%;
	max-width:35em;
	left: 0;
	right: 0;
	background: white;
	margin: auto;
	box-sizing: border-box;
	box-shadow: 0 0 10em rgb(0 0 0 / 25%);
	top: 2em;
	padding: 2em;
	display:none;
	max-height:100vh; overflow:auto;
}
.write h2{
	margin-bottom: 1em;
}
.write textarea, .write input:not([type=radio]){
	width:100%; display:block;
	border: 1px solid black;
	margin-bottom:1em;
	font-size:1em; 
	line-height:2em;
}
.write textarea{
	line-height: 1.2em;
	padding: 1em;
	box-sizing: border-box;
	height: 5em;
}
.write.open{
	display:block;
}
.write .close{
	position:absolute;
	right:0; top:0; display:block;
	width:2em; height:2em;cursor:pointer;
	line-height:2em;text-align:center;
}
@media only screen and (max-width: 700px) {
	.signin {
		margin-top:5em;
	}
}