@import url(https://fonts.googleapis.com/css?family=Varela+Round);
@media screen { html {height:100%;margin:0;padding:0; } }
body { font-family:"Varela Round", sans-serif;background:#eee; margin:0;padding:0;height:100%;}
#content { padding-top:130px; } /* == header height */
@media screen {
    #content {
    	position:relative;
    	max-width:800px;
    	margin:0 auto;
    	overflow:hidden;
    	padding-right:40px;
        padding-left:60px;
        min-height:100%;
        box-sizing:border-box;
        -moz-box-sizing:border-box;
        -webkit-box-sizing:border-box;
    }
    #content:before {/* included with z-index so transitioning screens don't overlap border */
        content:"";
        display:block;
        position:absolute;
        height:100%;
        width:60px;
    	left:0%;
    	top:0%;
    	z-index:1;
    }
    #content, #content:before {/* #content included for IE7 */
    	background-image: url(border.png);
    	background-repeat:repeat-y;
    }
}
#content.single-page {
    padding-top:0px;
	height:100%;
}
#content, #footer, #header, .screen, .fullscreen {
	background:#f9f9f9;
}
#header, #footer, .screen {
	position:absolute;
    left:0px;
    right:0px;
}
#header, #footer {
    overflow:hidden;
}
#header {
    top:0px;
    height:130px;
    border-style:none;
	width:100%;
	background:none transparent;
}
@media only print {
    #content { padding-top:65px; }
    #header { height:65px; }
}
#footer {
    z-index:1;
    margin-left:60px;
    margin-right:40px;
    height:0px;
    border-bottom:15px solid #50AEA9;
    bottom:0px;
}

.screen {
    top:130px;
    bottom:15px;
    padding-left:60px;
    padding-right:40px;
    transition:1s;
    overflow-y: auto;
}
.right-triangle {
    display:inline-block;
    position:relative;
    color:white;
    /*background-color:hsl(177, 37%, 50%);*/
    background-color:#50AEA9;
    line-height:1.5em;
    padding:0px 1ex;
    margin-right:15px;
	cursor:pointer;
}
.right-triangle:after{
	content:"";
	display:block;
	position:absolute;
	bottom:0px;
	right:-15px;
	height:0px;
	border-left:solid 15px hsl(177, 37%, 50%);
	border-top:solid 0.75em transparent;
	border-bottom:solid 0.75em transparent;
}
.right-triangle:hover {
	background-color:hsl(211, 36%, 32%);
}
.right-triangle:hover:after {
	border-left-color:hsl(211, 36%, 32%);
}
h1, h2, h3 {
    font-weight:normal;
    color:hsl(211, 36%, 32%);
	
}
h1 { font-size:1.6em; margin:0.4em 0 0.4em 0; padding:0; -webkit-margin-before: 0.4em; -webkit-margin-after: 0.4em;}
h2 { font-size:1.3em; margin:0 0 0.3em 0; padding:0; -webkit-margin-before: 0; -webkit-margin-after: 0.3em;} /* Webkit adds unwanted margin otherwise */
h3 { font-size:1.1em; margin:0; padding:0; -webkit-margin-before: 0; -webkit-margin-after: 0;} /* Webkit adds unwanted margin otherwise */

sup { line-height:0; }
.cmd {
    font-size:2em;
    font-weight:bold;
    color:hsl(177, 37%, 50%);
    margin-top:0px;
}
.nw {
	display:inline-block;
	margin-left:0px;
	margin-bottom:1em;
}
.nw > label {
    margin-left:0.5em;
}
input[type="text"], input[type="email"], input[type="tel"] {
    height:2em;
    font-size:16px;
    border:solid 1px hsla(0,0%,0%,0.25);
    border-radius:1em;
    background:hsla(0,0%,100%,0.75);
    padding:0px 1em;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus {
    background:hsl(36, 42%, 90%);
    outline:none;
}
input[type="text"][disabled], input[type="email"][disabled], input[type="tel"][disabled] {
    border-color:hsla(0,0%,0%,0.2);
    background:hsla(0,0%,0%,0.2);
}

.fullscreen {
    position:absolute;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    padding:1em;
    z-index:10;
}
.util-link {
    text-decoration:none;
    font-family:sans-serif;
    font-size:0.6em;
    vertical-align: 0.25em;
}
.loading {
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
	min-height:40px;
    background:url('/loading.gif') 50% no-repeat;
    text-align:center;
    visibility:hidden;
}

#privacy-link {
    z-index:1000;
    position:fixed;
    bottom:0px;
    right:0px;
    font-size:0.86em;
    border:solid 1px silver;
    background:white;
    background:rgba(255,255,255,0.25);
    padding:0px 1ex;
}
#why-name {
    display:inline-block;
    width:1.25em;
    height:1.25em;
    line-height:1.25em;
    vertical-align:1em;
    background:#355270;
    border-radius:50%;
    text-align:center;
}
#why-name:link, #why-name:visited {
    color:white;
    text-decoration:none;
}
#why-name:hover {
    background:#50aea9;
}