.staff2col {
-webkit-columns:2;
   -moz-columns:2;
        columns:2;
-webkit-column-gap:40px;
   -moz-column-gap:40px;
        column-gap:40px;
-webkit-column-rule:1px outset rgba(0,0,0,.15);
   -moz-column-rule:1px outset rgba(0,0,0,.15);
        column-rule:1px outset rgba(0,0,0,.15);
}
.staff2col section{display:inline-block;line-height:1.25em}
.staffApp .jobTitle{margin-top:-1.5em}
.staffApp section .jobTitle, .staffApp .requiredText{margin-top:-1em}
.staffApp hr, .staffApp section{clear:both;width:100%}
.staffApp .photoleft {float: left; margin: 0 2em 2em 0}
#content .staffApp img.photoleft  { max-width: 30%; height: auto}
#content .staffApp {margin-top: 2em}
#content .staffApp section { padding-top: 2em}
#content .staffApp .button { margin-top: 1em}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px) {
      #content .staffApp img.photoleft  { max-width: 100%; height: auto}
      #content .staffApp .photoleft { margin: 0 0 .5em 0}

}