.sponsors {
    display: block;
}
.sponsor {
    float: left;
    border: 1px solid white;
    margin: 20px;
    text-align: center;
}
.sponsor > .logo {
    min-height: 120px;
    width: 180px;
}
.sponsor > .logo > img {
    width: 180px !important;
    max-width: 200px !important;
}

body.portaltype-easyform {
}
body.portaltype-easyform input#form-buttons-submit {
  background-color: #df4343;
  background-image: none;
  border-color: #df4343;
  border-radius: 5px;
  color: white;
  width: 100%;
  font-weight: bold;
  font-size: 130%;
  padding:5px;
  
}
body.portaltype-easyform .required.horizontal {
  border: 3px solid red;
  font-size: 0;
  position: relative;
  top: -6px;
}
body.portaltype-easyform .horizontal {
  margin-top: 15px;
}
body.portaltype-easyform .portalMessage.error {
  margin: 0;
}
body.portaltype-easyform h1.documentFirstHeading {
  padding: 20px 20px;
  background: #f9dcdc;
  margin: 0;
}
body.portaltype-easyform input.text-widget,
body.portaltype-easyform input.email-widget,
body.portaltype-easyform textarea {
  width: 100%;
  margin-buttom: 0.5em;
}
body.portaltype-easyform .label {
    color: black;
    font-size: 100%;
    padding: 1em 0;
}
body.portaltype-easyform .bool-field {
    width: 30px;
    float: left;
    
}