.sectionbox h1, .content.container h1 {	font-size: 1.5em;	font-family: 'Oswald', sans-serif;	margin: .5em 0;}.beginsubmission {	border: 1px solid #e6e4e1;	background-color: #f2f2f2;	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);	padding: 20px;	padding: 2rem;	height: 100%;	display: flex;	width: 100%;	flex-direction: column;	justify-content: center;	align-items: center;	margin: 1em 0;}.flexcontainer {	display: flex;	flex-direction: row;	margin: 1em 0;	border-top: 4px double #DDD;}.leftAside {	width: 70%;	padding: 0 1em;}.rightAside {	width: 30%;	padding: 0 1em;	border-left: 1px solid #DDD;}.small {	font-size: .85em;	background-color: #EFEFEF;	border: 1px solid #DDD;	border-radius: 2px;	padding: .5em;	margin: .25em 0;}fieldset {	display: flex;	flex-direction: row;}fieldset label {	width: 40%;	}fieldset input {	width: 60%;	margin: .25em 0;}.submissiontype fieldset {	display: block;}.submissiontype fieldset input {	width: auto;}.submissiontype fieldset label {	width: auto;}@media only screen and (max-width: 850px) {	.flexcontainer {		flex-direction: column;	}	.rightAside {		border: none;		width: 100%;	}	.leftAside {		width: 100%;	}	.beginsubmission {		display: inline-flex;		width: 30%;		margin: 0 .5em;	}	fieldset {		width: 50%;	}}@media only screen and (max-width: 650px) {	.beginsubmission {		display: block;		width: 100%;		margin: 1em 0;	}}/*========================================            Toggle Collapse            ========================================*/h4.toggle {	cursor: pointer;	font-weight: 700;    letter-spacing: 1.3px;    text-align: center;    padding: .7rem 2rem;    border-radius: 2px;    margin: 1rem 0;    cursor: pointer;    color: #27aae1;    border: 1px solid #27aae1;    width: 30rem;    font-family: Oswald,sans-serif;    font-size: 11.25px;    font-size: 1.125rem;    text-transform: uppercase;    display: block;    background-color: transparent;}h4.toggle:hover {    background-color: #d4eef9;    text-decoration: none;}h4.toggle span{	width: 0;	height: 0;	border-style: solid;	border-width: 0 5px 7px 5px;	border-color: transparent transparent #000000 transparent;	display: inline-block;}h4.toggle.arrowDown span {	width: 0;	height: 0;	border-style: solid;	border-width: 7px 5px 0 5px;	border-color: transparent transparent #000000 transparent;	display: inline-block;}ul.collapse {	display: none;}/*=====  End of Toggle Collapse  ======*/