img#mitlogo {
	margin-right: 0px;
	width: 220px;
	text-align: center;
	float: none;
}

p#p164 {
    display: none;
}

h1 {
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    padding-top: 10px;
    color: black;
    font-family: neue-haas-grotesk-display, sans-serif;
}

h3{
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 45px;
	font-weight: bold;
	max-width:100%;
	color:black;
	text-align: left;
	font-family: neue-haas-grotesk-display, sans-serif;
	line-height: 45px;
	letter-spacing: -1px;
}

hr {
    margin-bottom: 5px;
    max-width: 800px;
    border: 1px solid black;
    margin-top: 25px;
}

.sixteen.columns.footer {
    border: none;
}

div#submitbtn {
    display: none;
}


input[type="submit"], input[type="button"] {
    min-width: 200px;
    margin-left: 13px;
    padding: 8px 15px;
    background: black;
    border: 2px solid black;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: white;
    padding-top: 8px;
    text-align:center;
    box-sizing: border-box;
    width:400px;
    text-shadow:none;
}
input[type="submit"]:hover {
	text-shadow: none;
	border: 2px solid black;
	background: white;
	color: #000000;
	-webkit-transition: background 100ms;
	-moz-transition: background 100ms;
	transition: background 100ms;
}

p#p23 {
    margin-left: 400px;
    margin-top: -46px;
    padding: 3px;
    width: auto;
}

p#p2 {
        margin-left: 400px;
        margin-top: -40px;
        padding: 3px;
        width: auto;
}

p .questionlabel{
    display:none;
}

input[type="text"],
textarea, select  {max-width: 100%;padding-right: 0px;padding-left:0px;border-top:none;border-left:none;border-right:none;border-bottom: 1px solid black;outline:none;box-shadow: none;/* margin-right:150px; */font-family: sans-serif;}
input[type="text"]:hover{
        border-top:none;
		border-left:none;
		border-right:none;
		border-bottom: 1px solid black;
		outline:none;
		box-shadow:none;
		font-family: sans-serif;
}
input[type="text"]:focus{
        color: black;
        border-top:none;
        border-left:none;
        border-right:none;
        border-bottom: 1px solid black;
        outline:none;
        box-shadow:none;
        font-family: sans-serif;
}

p#p112 .questionlabel, span.spanc113 .questionlabel {
    display: inherit;
    color: black;
    font-weight: bold;
}

p#p112 {
    margin-bottom: 5px;
}

p#p113 {
    margin-bottom: 5px;
}

input#newButton {
    margin-bottom: 0px;
    margin-left: 400px;
}

span.spanc6 {
    display: none;
}

@media only screen and (max-width: 959px) {

input#newButton {
    margin-bottom: 0px;
    margin-left: 350px;
}
}

@media only screen and (max-width: 767px){

input#id23 {
    margin-bottom: 5px;
}

p#p23, p#p2 {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    display: inline-block;
}

input#newButton {
    width: 100%;
    margin-left: 0px;
}
}


