@charset "utf-8";
/* CSS Document */

body {
padding: 0;
margin: 0;
text-align: center;
font-family: 'proxima-nova','Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: .98em;
line-height: 12px;
color: #333;
background-color: #EDEAE8;
text-rendering: optimizeLegibility; 
-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
font-weight: 600;
}

h2 {color: #707070;
		text-align: center;}

p {
	font-weight: 600
}

a {
text-decoration: none;
}


h1 {
font-weight: normal;
text-align: center;
}




/* ***************************
       Header
**************************** */

#header  { padding: .75em 0em 1.4em 0em; }


/* ***************************
       Content
**************************** */

#content { padding: 1.5em 0em 1.4em 0em; 
    margin: auto;
	margin-top: 1.5em;
	border-radius: 15px;
    background-color: #ffffff;
	height: auto;
	width: 35%;
	max-width: 50em;
	min-width: 14em;
	text-align: left;
	line-height: normal;
}
/* Edited ezcontent to have equal padding on left and right 12/5/19 pea */
#ezcontent { padding: .8em .8em 1.2em 1em; 
    margin: auto;
	margin-top: 1em;
	border-radius: 15px;
    background-color: #ffffff;
	height: auto;
	width: 55%;
	max-width: 50em;
	min-width: 18em;
	text-align: left;
	line-height: normal;
}

#ezcontent h2	{
	color: #2C2C2C;
	text-align: center;
	font-weight: 200;
	font-size: 1.3em;
}

a:link {
	text-decoration: none;
}

#ezcontent a {
	text-decoration: underline;
}

p.gray {font-size: .75em;
	font-weight: 100;
	color: #656565;
	padding:.9em .3em 0em .8em;}

p.small {font-size: 1em;
	font-weight: 400;}

p.reallysmall {text-align: left;
	font-size: .9em;
	font-weight: 200;}

p.reallysmall a {
	text-decoration: underline;
}

p.reallyreallysmall {
	text-align: left;
	line-height: 90%;
	font-size: .7em;
	font-weight: 400;}

p.font {
	font-weight: 200;
}

#centercontent {
	width:95%; 
	padding-left: 1em; 
	line-height: normal;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    border: 0;
}
/* ***************************
       Table
**************************** */

table {	width: 80%;
	margin: 0 0 0 16%;}

#theform{
	width: 100%;
	text-align: left;
}
.inputbox
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	

#content input.inputtext {
	width: 70%;
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: .6em .8em .6em .9em;
}

#content input.inputtext:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px white inset;
}

#content input.button {
	margin: 0;
	font-family: inherit;
	font-size: .91em;
	padding: .6em .8em;
	border: 1px solid #a2a2a2;
	color: #444;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:linear-gradient(#fff, #e5e5e5);
	position: relative;
}

#content input.button:hover{
	background: #e5e5e5;
	transition: background 0.05s linear;
}

#content input.button:active {
	background:linear-gradient(#e5e5e5, #fff);
	padding: .68em .88em .68em .98em;
}


/* ***************************
       Access
**************************** */

#access { padding: 0em 0em .02em 0em; 
    margin: auto;
	height: auto;
	width: 35%;
	max-width: 50em;
	min-width: 14em;
	text-align: center;
}

p.smallgray {
	font-size: .8em;
	font-weight: 400;
	color: #505050;
}

/* ***************************
       Footer
**************************** */
#footer  {
	width: 70%;
	text-align-last: left;
	margin: auto;
	padding: 80px 40px 0px 40px; }