.city {
  padding-top: 40px;
  background-image: none;
  height: auto;
}
.city h1 {
  display: none;
}

 .container, .topsection {
 	max-width: 980px;
 	width: 100%;
 	margin: 0 auto;
 }
 
.topsection {
    background-color: #252943;
    padding-bottom: 35px;
    margin-top: 0px;
    position: relative;
    border-radius: 10px;
}

.logo img {
  width: 95%;
  margin: .5em auto;
  padding: 0;
}

.leftAside {
	width: 72%;
	padding: 5px 8px;
	display: inline-block;
	box-sizing: border-box;
	background: url(/img/pag/mainbody-grad.png) bottom center repeat-x #fff;
  -webkit-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.75);
  margin-top: 10px;
}

.rightAside {
	width: 25%;
	display: inline-block;
	box-sizing: border-box;
	float: right;
	padding: 10px;
	background-color: #181A2B;
	margin-right: 10px;
	margin-top: 10px;
	color: white;
	border-radius: 10px;
}

label {
    display: inline-block;
    width: 50%;
}

label, input {
    margin: 2px;
}

.programinfo h3 {
	font-family: Quicksand, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	background: #b93c1c;/* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I5M2MxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2I5M2MxYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2I3MzYxNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNzM2MTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b93c1c 0%, #b93c1c 50%, #b73615 51%, #b73615 100%);/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b93c1c), color-stop(50%,#b93c1c), color-stop(51%,#b73615), color-stop(100%,#b73615));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b93c1c 0%,#b93c1c 50%,#b73615 51%,#b73615 100%);/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b93c1c 0%,#b93c1c 50%,#b73615 51%,#b73615 100%);/* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b93c1c 0%,#b93c1c 50%,#b73615 51%,#b73615 100%);/* IE10+ */
	background: linear-gradient(to bottom,  #b93c1c 0%,#b93c1c 50%,#b73615 51%,#b73615 100%);/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b93c1c', endColorstr='#b73615',GradientType=0 );/* IE6-8 */
	margin: 5px 15px 20px -20px;
	position: relative;
	font-weight: 400;
	padding: 10px 15px;
	border-radius: 0px;
	border-top: 1px solid #B73615;
	border-bottom: 1px solid #B73615;
}

.rightAside h3 {
    font-weight: normal;
    font-size: 1.2em;
    margin: 10px 0;
    color: #cbf6f7;
}

@media (max-width: 780px) {
	.leftAside, .rightAside {
		width: 95%;
		margin: 10px auto;
		display: block;
		float: none;
	}
}

p.registration, p.center {
  text-align: center;
}

.leftAside h3 {
  font-size: 1.6em;
}
ul.sponsorship {
  display: inline-block;
  float: left;
  list-style-type: none;
} 

ul.columns {
  -webkit-columns: 2;
   -moz-columns: 2;
        columns: 2;
    display: inline-block;
    float: left;
    -moz-column-gap: 150px;
    -webkit-column-gap: 150px;
    column-gap: 150px;
    display: inline-block;
    float: left;
    margin-left: 100px;
}

ul.columns li, ul.sponsorship li {
  list-style-type: none;
  padding: .25em 0;
}

ul.columns li h2, ul.sponsorship li h2 {
  margin-top: 0;
}
.beginsubmission {
  clear: both;
  float: none;
  display: block;
  width: 100%;
}

/****************************************
 * Expand / Collapse Steps
 ****************************************/
#steps {
  list-style-type: none;
  margin: 0 0 15px 0;
  padding: 0; }
#steps li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
#steps li li{
  list-style-type: disc;
  margin: auto;
  padding: auto; }
#steps a {
  text-decoration: none;
  display: inline-block;
  padding: 3px 5px; }
#steps .collapse a {
  display: inline;
  padding: 0;
 }
#steps p.switch {
  padding: -1em 0 0.5em 0;
  margin: 0.3em 0;
  text-align: right; }
#steps div.collapse {
  margin: 0 0 10px 10px; }
#steps li h4 {
  width: 100%;
  margin: 0; }
#steps .expand a {
  display: block;
  background-color: #e3e3e3;
  border-color: #cccccc;
  border-width: 1px;
  border-style: solid;
  background-repeat: no-repeat; }
  #steps .expand a:link, #steps .expand a:visited {
    background-image: url("/static/img/arrow-down.gif");
    background-position: 98% 50%; }
  #steps .expand a:hover, #steps .expand a:active, #steps .expand a:focus {
    text-decoration: underline;
    outline: 0 none; }
  #steps .expand a.open:link, #steps .expand a.open:visited {
    background-image: url("/static/img/arrow-up.gif");
    background-position: 98% 50%; }
#steps p.switch a, #steps .collapse a {
  display: inline;
  background-color: transparent;
  border-color: none;
  border-width: 0; }