.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: #000000;
	background: #FFCD00;/* Old browsers *//* IE9 SVG, needs conditional override of 'filter' to 'none' */
	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; }
  
/* BUTTONS */

input.btn, a.btn {
	display: block;
    margin: 0 auto;
    text-align: center;
}

