  /*
 * Stylesheet for personfinder
 */

#contentContainer {
  padding: 0 30px;
}

.searchbox {
  padding: 2em 76px;
}

.advlinks {
  margin-top: 1em;
}

.advlinks ul li {
  display: inline;
  margin-right: 1.2em;
}

.basiclinks ul li {
  display: inline;
  margin-right: 0.8em;
}

.switchboardNumber {
  float: right;
  margin: 0 152px;
  padding: 0;
  position: relative;
  top: -25px;
}

.helptext {
  display: inline;
}

.textspans {
  margin-bottom: 5pt;
}

.searchdiv {
  margin-top: 0.5em;
}

a.clearlink {
  font-size: smaller;
}

.nodisplay {
  display: none;
}

#searchform tr td {
  padding-right: 1em;
  padding-bottom: 0.1em;
}

.slightlypink {
  color: #FF0000;
  font-size: 18px;
}

.highlighted {
  background-color: #E3F8FD !important;
}

.deptselect {
  padding-left: 31px;
}

.restselect {
  padding-left: 6px;
}

.phonebuttons {
  margin-top: 0.5em;
}

.phonelinks {
  margin-top: 1em;
}

.csvlink {
  float: right;
  margin-top: 2pt;
}

.externalsearchhelp {
  clear: both;
}

.microformatenabled {
  clear: right;
  float: right;
  padding-top: 5pt;
}

/* restyling advanced search */
.advsearchform div {
  display: block;
  clear: both;
  padding-top: 7px;
}

.advsearchform div span.gutter {
  margin-left: 12px;
}

.advsearchform div span {
  float: left;
}

.advsearchform div span label, .advsearchform div label {
  display: block;
  line-height: 15px;
}

.advsearchform div span input {
  width: 208px;
  padding: 1px 2px;
}

.advsearchform div select {
  display: block;
}

.advsearchform div select#pdept {
  width: 444px;
}

.advbuttons {
  padding-top: 0.5em;
}

.advbuttons #clear {
  margin-left: 5px;
}

span.tel .type {
  display: none;
}

.searchterm {
  font-weight: bold;
}

/* rounded corners bits */

div.corners {
  margin: 20pt 152px;
  background-color: #E8E6EE;
  border-radius: 10px;
}

div.advcorners {
  margin: 20pt 152px;
  background-color: #E8E6EE;
  border-radius: 10px;
}

#searchform {
  margin: 14px 0;
}

.formalTable tr th {
  font-weight: bold;
}

table#resulttable {
  margin: 0;
}

table#resulttable tr td.fn a {
  display: block;
  text-transform: capitalize;
}

.resultsCount {
  padding-bottom: 3px;
}

.directoryMaintainerResults {
  float: right;
  padding-bottom: 3px;
}

#filter-summary {
  display: none;
}

.newou td {
  border-top: solid 1px #999999;
}

table a:link, table a:visited {
  text-decoration: none !important;
}

table.vcard {
  border-spacing: 2px;
}

#slashhead {
  color: #555555;
  font-size: 0.7em;
}

.mailtable tr th #mailhead a,
.usernametable tr th #usernamehead a {
  color: black;
}

.mailtable tr th #usernamehead,
.usernametable tr th #mailhead {
  font-size: 10px;
}

span.type, .slash, .printonly,
.mailtable tr td .username,
.usernametable tr td .mail {
    display: none;
}

#contentContainer {
  padding-top: 30px;
}

.directoryMaintainer {
  padding: 0;
}

table.formalTable {
  margin-top: 0;
}

table.formalTable.personfinder tr th {
  width: 140px;
}

table.formalTable tr td.firstCol {
  width: 368px;
}

table.personfinder a {
  color: #EE3388;
}

table.personfinder a:hover {
  background-color: #EE3388;
  color: #FFFFFF;
}

table.formalTable abbr {
  background-color: transparent;
}

h2 {
  margin-bottom: 10px;
}

.searchfooter a {
  line-height: 21px;
}

.footerAwards img {
  padding: 0 10px;
}

.award-container {
  display: flex;
  height: 152px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

.award-column {
  display: flex;
  flex-direction: column;
}

.award-items-vertical-container {
  max-width: 115px;
  flex:1;
  margin-right: 25px;
}
.award-item-1, .award-item-2 {
  max-width: 184px;
  flex: 1;
}
.rowspan {
  flex: 2;
}

.footerAwards {
  padding: 0;
}

#footer {
  height: 155px;
}

#header ul li a.sport:hover {
  border-bottom: 4px solid #B29324;
  background:#FFFFFF;
}

:focus {
  outline: 5px auto rgb(94, 158, 214);
}
