.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:-1em}
.staffApp section .jobTitle, .staffApp .requiredText{margin-top:-1em}
.staffApp hr, .staffApp section{clear:both;width:100%}
#content .staffApp .photoright {max-width: 40%;margin: 0 0 .5em 2em;box-shadow: 0 0 0 2px #702785;
border: solid 2px #fff; border-radius: 2px}
#content .staffList .photoright  {max-width:5em}


@media screen and (max-width: 749px) {
   #content .staffApp .photoright{margin: .5em 0 .5em .5em}
    #content .staffApp h1 {font-size: 1.5em}
    
}


