/* Staff Member Pages */
ul, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

hr {
  background: #ccc;
  border: none;
  box-shadow: none;
  height: 1px;
}

.right-off-canvas-toggle {
    background: transparent;
    border: 2px solid #fff;
    display: inline-block;
    position: relative;
}

.menu {
  display: inline-block;
  height: 35px;
  text-align: center;
  vertical-align: middle;
}

/* search */

.search {
  display: inline-block;
  /*margin: 0.6rem 0.5rem 0 0;*/
  vertical-align: middle;
}

.search button {
  background: #fff;
  border-radius: 0 3px 3px 0;
  color: #004D88;
  height: 2rem;
  margin: 0;
  padding: 0.5rem;
}

input[type="search"] {
  background: #eee !important;
  border-radius: 3px 0 0 3px;
  box-shadow: inset -2px 0 2px rgba(0,0,0,0.2);
  color: #000;
  height: 2rem;
  margin: 0;
}

input[type="search"]::-webkit-input-placeholder {
   color: #999;
}

input[type="search"]:-moz-placeholder { /* Firefox 18- */
   color: #999;
}

input[type="search"]::-moz-placeholder {  /* Firefox 19+ */
   color: #999;
}

input[type="search"]:-ms-input-placeholder {
   color: #999;
}


/* fixes for other locations */
.header .search {
  margin: 0.43rem 0 0;
}
.header .search input {
  height: 2rem;
  width: 85%;
}
.header .search button {
  margin: 0;
  padding: 0.5rem;
}

.right-off-canvas-menu .search {
  margin: 0;
}


.search-results-box {
  background: #eee;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  padding: 0.5rem;
  position: absolute;
  top: 103%;
  z-index: 9999;
}

.search-results-box li {
  line-height: 1.1;
  padding: 0.25rem 0;
}

.search-results-box a {
  color: #000;
  font-size: .8rem;
}

.search-results-box a:hover {
  background-color: #ddf;
}

#LoadMoreResearch {
  background: #def;
  border-radius: 2rem;
  box-shadow: 0 0 12px rgba(0,0,0,0.4);
  display: block;
  padding: 1rem 2rem;
  text-align: center;
  transition: background-color .5s;
}

#LoadMoreResearch:hover {
  background-color: #cde;
}

/* end search */


/* footer */

.footer {
  background: #ddd;
  margin-bottom: 0;
  padding: 1rem 0;
}

.footer .row {
  margin: 0 auto;
  max-width: 940px !important; /* per newreport.css */
}

.footer p {
  color: #aaa;
  line-height: 2.25;
}

.footer p.copyright {
  color: #000;
  margin-left: 0.5rem;
}


.footer a {
  padding: 0 0.5rem;
}

.staff-content {
  max-width: 940px; /* to match header max-width */
}

.section {
  margin: 2rem 0 0 0;
}

.muted {
  color: #999;
}

.name {
  font-family: serif !important;
}

.caps {
  text-transform: uppercase;
}

.staff-sidebar .button {
  display: block;
}

.staff-sidebar .twitter-handle .button {
  background: #fff;
  border: 2px solid #008CBA;
  color: #008CBA;
  display: inline-block;
}

.staff-sidebar h2 {
  font-size: 1rem;
}

.staff-sidebar li,
.staff-sidebar div,
.staff-sidebar p {
  line-height: 1.2;
}

.staff-sidebar small {
  font-size: .8rem;
}

.staff-image img {
  border: 1px solid #ccc;
  margin-bottom: 1rem;
  width: 100%;
}

.staff-summary p {
  color: #999;
  font-size: .8rem;
  line-height: 1.2;
}

.staff-summary a {
  color: #333;
}

.staff-summary h1 {
  font-size: 2.25rem;
  font-weight: bold;
}

.staff-details h2 {
  text-transform: uppercase;
}

.bio-detail h3 {
  font-family: serif !important;
  text-transform: uppercase;
}

.media {
  background: #333;
  color: #fff;
  margin: 1rem 0;
  padding: 1.5rem;
}

.media h2, .media h3, .media a, .media div, .media p {
  color: #fff;
  margin: 0 0 1rem;
}

.media p.date {
  color: #999;
}

.media img {
  display: block;
  margin: 0 auto;
  width: 100%;
}

.media div {
  /*text-align: center;*/
}

.media object, .media embed {
  display: block;
/*  margin: 0 auto;
  width: 100%;*/
}

.media.staff-video {
  padding: 2px;
}

.media.staff-video h3,
.media.staff-video p {
  margin: 1.5rem;
}

.media.staff-video h3 {
  font-weight: normal;
}

@media screen and (max-width: 30em) {
/* X-SMALL */
  .header .right {
    width:auto;
  }
  .header .right-off-canvas-toggle {
    width: 34px;
  }
}

@media screen and (max-width: 40em) {
/* SMALL */
  .staff-image {
    text-align: center;
  }
  .staff-image img {
    max-width: 66vw;
  }
  .staff-contact .button {
    margin-left: auto;
    margin-right: auto;
    max-width: 50vw;
  }
  .media {
    margin: 1rem -1.5rem;
  }
}

@media screen and (max-width: 64em) {
/* MEDIUM */
}

@media screen and (min-width: 64.063em) {
/* LARGE */
  .padding-top {
    padding-top: 1rem;
  }
}
