@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,');

html {
	padding: 0;
	}
	
body {
	font-family: "Montserrat", sans-serif;
	line-height: 1.88889;
	color: #000000;
	#background: #fff; 
	margin: 0;
	padding: 0;
	}
code {
	color: #000000;
}    
p { 
	margin-top: 0; 
	text-align: justify;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0055CC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #338033;
	}
a:hover, a:focus, a:active { 
	text-decoration: underline; 
	color: #0080CC;
	}
abbr {
	border-bottom: none;
	}


.submit-btn{
	min-width: 134px;
    min-height: 36px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    font-family: inherit;
    background-color: white;
	color: black;
    border-radius: 3px;
    border-style: solid;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.submit-btn:hover {
    background-color: 393939;
    color: white;
}

.header-img{
	max-height: 200px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.wayf-header{
	background-color:#393939;
	height:160px;
	display:flex;
}

.title-txt{
	font-size:2rem;
	text-align:center;
	width:100%;
	margin:0px;
	padding-top:15px;
	padding-right:100px;
}

.forms{
	border-radius: 10px;
    border-color: #393939;
    border-width: 3px;
    border-style: solid;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 900px;
    margin-top: 150px;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
}

.form-instructions{
	text-align:center;
	align-self:stretch;
	flex:2 1 900px;
	margin-top: 20px;
	color:#2424fcde;
	font-weight:bold;
}

.uni-info{
	text-align:center;
	font-size:.75rem;
	margin-bottom:0px;
	margin-top:0px;
}

.privacy-link{
	text-align:center;
	font-size:.75rem;
}

.privacy-link>a{
	color:#ff5000;
}

.footer{
	margin-top:10px;
}

form{
	margin-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 25px;
}

header h1 { 
	background: transparent url(h1.gif) no-repeat top left;
	margin-top: 10px;
	display: block;
	width: 219px;
	height: 87px;
	float: left;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
header h2 { 
	background: transparent url(h2.gif) no-repeat top left; 
	margin-top: 58px; 
	margin-bottom: 40px; 
	width: 200px; 
	height: 18px; 
	float: right;

	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
