@charset "utf-8";
/* CSS Document */


body {
padding: 0;
margin: 0;
text-align: center;
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color: #333;
background-color: #FFFFFF;
text-rendering: optimizeLegibility; 
-webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5 {
font-weight: 600;
}

h2 {color: #707070;
		text-align: center;}

p {
	font-weight: 400
}


p.font {
	font-weight: 200;
}

a {
text-decoration: none;
}


h1 {
font-weight: normal;
text-align: center;
}

.img-responsive {
	display: block;
    max-width: 100%;
    height: auto;
}



/* ***************************
       Header
**************************** */

#header  { 
	display: block;
	 }

.container {
	width: 80%;
    margin-right: auto;
    margin-left: auto;
	display: flex;
	justify-content: space-between;
}

.webster-eden {
	align-content: center;
	display:flex;
	padding-top: 10px;
	
}

.chat {
	display: flex;
    align-content: center;
	position: relative;
    padding: 5px;
}

.blue-bar {
	display: block;
	background-color: #004999;
	border-color: #004999;
	min-height: 50px;
	border-radius: 0;
    margin-bottom: 0;
}

/* ***************************
       Main Area
**************************** */

.main-area {
	background-image: url(https://libapps.s3.amazonaws.com/customers/1162/images/spiral-stairs_12.1.23.jpg);
	background-size: cover;
    background-position: center;
    margin-top: 0;
	padding: 3.5em;
}


/* ***************************
       Content
**************************** */

.announce { margin: auto
	text-align: center;
}

#content { padding: 1.4em 0em 1.1em 0em; 
    margin: auto;
	margin-top: 1.1em;
	border-radius: 15px;
    background-color: #ffffff;
	height: auto;
	min-width: 180px;
	max-width: 28em;
	text-align: left;
	line-height: normal;
}


a:link {
	text-decoration: none;
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;  
    border: 0;
}

#theform{
	padding-left: 3em;
	padding-top: .2em;
	width: 100%;
	text-align: left;
}

.inputbox
	{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	

#content input.inputtext {
	border: 1px solid #aaa;
	border-radius: 5px;
	padding: .4em 1em;
}

#content input.inputtext:-webkit-autofill {
}

/***** Form Login Button ****/

#content input.button {
	margin-top: 5px;
	margin-bottom: 0px;
	font-family: inherit;
	font-size: 1em;
	padding: .5em .6em;
	border: 1px solid #DDDDDD;
	color: navy;
	background-color: #e5e5e5;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#content input.button.SSO {
	width: 70%;
	margin-top: 1em;
	margin-bottom: .1em;
	font-family: inherit;
	font-size: 1.3em;
	padding: 1em 1.3em;
	border: 1px solid #FFA63B;
	color: navy;
	background-color: #FFB050;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

#content input.button:active {
	padding: .68em .88em .68em .98em;
}

/********* Research Fellows Button ***/

button {
	width: 70%;
	margin: 1em 1em .3em 1em;
	font-family: inherit;
	font-size: 1.2em;
	padding: .7em 1em;
	background-color: #e5e5e5;
	border: 1px solid #DDDDDD;
	color: navy;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
}

/* ***************************
       Access
**************************** */

p.small {
	padding-top: 2em;
	text-align: center;
	text-decoration: underline #a2a2a2;
	font-size: 1em;
	font-weight: 400;}

p.smallgray {
	padding: 2em 2em .5em 2em;
	text-align: left;
	font-size: .8em;
	font-weight: 400;
	color: #505050;
}

/* ***************************
       Footer
**************************** */
#footer  {
	width: 70%;
	text-align-last: left;
	margin: auto;
	padding: 40px 40px 0px 40px; }

p.reallysmall {text-align: left;
	font-size: .7em;
	font-weight: 200;
	color: #505050;}

p.reallysmall a {
	text-decoration: underline;
}