/* form */
.first_col, .last_col {
    float: left;
    width: 37vw;
    padding: 1vw;
}

.formrow3 {
	clear: both;
}

.row {
	clear:both;
}
		
span.caldera-grid, label.caldera-grid {
  font-family: 'StormSansStd';
  font-size: 20px;
  color: #fff;
}
.caldera-grid .control-label {
  font-size: 18px;
  color: #fff;
  font-family: 'StormSansStd';
  margin-bottom: 0;
}

#dob {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
.caldera-grid select#dobday.form-control, .caldera-grid select#dobmonth.form-control, .caldera-grid select#dobyear.form-control, .caldera-grid select#gender.form-control {
  height: 53px;
  background: url(http://takecontrolphilly.org/wp-content/uploads/2017/01/selectarrow.png) no-repeat right #0596c5;
  font-size: 14px;
  color: #fff;
}

.caldera-grid textarea.form-control {
  height: 112px;
}
.caldera-grid .form-control {
  border: 0px solid #000;
  height: 53px!important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px!important;
  -moz-box-shadow: 2px 2px 3px #000;
  -webkit-box-shadow: 2px 2px 3px #000;
  box-shadow: 2px 2px 3px #000;
  font-size: 18px;
  line-height: -4px;
  padding: 4px 7px;
  outline: 0;
  -webkit-appearance: none;
  margin-bottom: 11px;
  background-color: rgba(255,255,255,0.7);
	
	width: 100%;
	
}
.caldera-grid input[type=submit]{
  height: 53px;
  padding-top: 5px;
  padding-bottom: 1px;
  min-width: 50%;
  box-shadow: 2px 2px 3px #000;
  font-size: 24px;
  outline: 0;
  border-radius: 10px;
  color: white;
  background-color: #0596c5;
  margin-top: 25px;
  font-family: "StormSansStd";
  text-align: center;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-box-shadow: 2px 2px 3px #000;
  -webkit-box-shadow: 2px 2px 3px #000;
  -webkit-appearance: none;
}
.caldera-grid .switch {
  padding-top: 30px;
}

.mailmesubmitholder {
  width: 100%;
  text-align: center;
}


/*mobile*/
@media only screen and (max-width: 1024px) {
  /* mail me form mob fixes */
  .caldera-grid .switch {
    float: left;
  }
  .mailmetext {
    top: 15px;
    position: relative;
  }
  .varpack {
    top: 24px;
  }

  .caldera-grid select#dobday.form-control, .caldera-grid select#dobmonth.form-control, .caldera-grid select#dobyear.form-control {
    background: url(http://takecontrolphilly.org/wp-content/uploads/2017/03/selectarrow_mobile.png) no-repeat right rgba(255,255,255,0.8);
    color: #4a4749;
  }
  .caldera-grid input[type=submit]{
    line-height: normal;
    color: #0596c5;
    background-color: #CEEAF3;
    padding: 0;
    padding-top: 3px;
    box-shadow: none;
  }
}