.menu {width: 90%;
	max-width: 1000px;
	margin-top: 30px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	}

.bottom-menu{width: 90%;
	max-width: 1000px;
	margin-top: 20px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	clear:both;
	}

.container {width: 90%;
	max-width: 1000px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;}

}

.halfcolumn {width: 45%;
max-width: 500px;}

.left {width: 40%; float: left; clear: left;}
.right {width: 40%; float: right; clear:right; text-align: right;}

.smallscreen {visibility: hidden; height: 0px; margin: -150px auto;}

body, h1, h2, h3 {font-family: "jaf-lapture", serif; 
	font-weight: 400; 
	line-height: 1.4em;
	}

	h1{	font-size: 40px; }
	h2{	font-size: 20px; }

	h3 {font-size: 14px; }

em {font-family: inherit;
font-style: normal; color: rgba(100,100,100,.8);}


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

h1 a {	color: inherit; 
	
	text-decoration: none; border-bottom: 1px solid;}

a:hover{border-bottom: 1px solid;}

em.a:active{color: #000;}

.error-message {font-size: 14px; margin-top: -20px; margin-bottom: 50px; }
.ss-q-short {-webkit-appearance: none; border-radius: 0px;  width: 100%; display:block;
	border:none;
border-bottom: 1px solid #333;
box-shadow: none;
height: 65px;
font-family: inherit;
font-size: inherit;
margin: 50px 0px;
background: transparent;
color:#999999;}

.ss-q-short:focus {-webkit-appearance: none; border-radius: 0px;  border:none;
border-bottom: 1px solid #FF1A1A; outline: none;
color:#333;} 

.ss-q-long {-webkit-appearance: none; border-radius: 0px; width: 100%;display:block;
	border:none;
	margin: 10px 0px;
border-bottom: 1px solid #333;
box-shadow: none;
height: 230px;
font-family: inherit;
font-size: inherit;
background: transparent;
color:#999999;}  

.ss-q-long:focus {-webkit-appearance: none; border-radius: 0px;  border:none;
border-bottom: 1px solid #FF1A1A; outline:none;
color:#333;}   

.jfk-button {-webkit-appearance: none; border-radius: 0px;  border:none; font-family: inherit;
font-size: inherit; padding: 20px; background: #FF1A1A; color: #fff; margin-left: 0px;	}                       

.jfk-button:hover {-webkit-appearance: none; border-radius: 0px; border:none; font-family: inherit;
font-size: inherit; padding: 20px; background: #fff; color: #FF1A1A;}

.ss-q-title {font-family: inherit; font-size: inherit; color:#333;}

.error-message-email, .error-message {color:#333; margin-top: -40px;}
.error-message-below {margin-top: -5px;}

.alwayson {border-bottom:1px solid #333;}
.alwayson:hover {color:#FF1A1A;}

.small {font-size: 10px;}

hr{border:none; border-bottom: 1px solid; margin: 20px auto;}


/*--Responsive Layouts--*/

@media screen and (max-width: 700px) 
{
h1, h2 {font-family: inherit; 
	font-weight: 400; 
	font-size: 20px;
line-height: 1.5em;}
	.halfcolumn {width: 90%;
	}

.bottom-menu{width: 90%;
	margin:-100px, auto, -200px, auto;
	}

.left {width: 40%; }
.right {width: 40%;}

.bigscreen {display: none; }
.smallscreen {visibility: visible; margin: 10px auto;}

.container {
	margin-bottom: -100px;
	}

	.menu {margin: 10px auto;}

}

}
