/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
}

body strong {

}

h1, h2, h3, h4 {
    font-family: 'Roboto', sans-serif;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.footer {
  padding-left: 15px;
  padding-right: 15px;
}

/* Custom page header */
.header {
  border-bottom: 1px solid #e5e5e5;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
  text-align: center;
  font-size: 0.8em;
  clear: right;
}
.footer p {
  margin: 0.1em 0;
  text-align: center;
}
.footer a:link, .footer a:visited {
  //color: #777;
}

/* Customize container */
@media (min-width: @screen-md-min) and (max-width: @screen-md-max) {
    .container {
        max-width: 900px;
    }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Jumbotron */
.jumbotron {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.jumbotron p {
    font-size: 15px;
}
.jumbotron {
    padding-top: 18px;
    padding-bottom: 10px;
}
.carousel-caption {
    text-shadow: 0 1px 10px rgba(0,0,0,1)
}
.carousel-caption > p {
    text-align: center;
}
.carousel-indicators li {
    box-shadow: 0 1px 2px rgba(0,0,0,.6)
}

/* Group logo */
#logo {
    /* width: 154px; */
    height: 35px;
    margin: 2px 0 8px 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .footer {
    padding-left: 0;
    padding-right: 0;
  }
  /* Space out the masthead */
  .header {
    margin-bottom: 30px;
  }
  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

/* Slightly better-looking header on mobile. */
@media screen and (max-width: 767px) {
    .nav-pills {
        display: block;
        margin: 0 auto 1em;
    }
    #logo {
        display: block;
        clear: both;
        margin: 1em auto;
    }
}

/* Photo */
.inset-image {
    width: 60%;
    margin: 0 auto;
}

/* People list */
dl.people dd {
    margin-bottom: 1em;
}
.people {
    max-width: 1170px;
    font-size: 0.9em;
}
.col-md-6:nth-child(2n+2) + .col-md-6{clear:both;}

/* Front page news. */
.news-header {
    text-align: center;
    font-size: 1.1em;
}
ul.news .date {
    color: #999;
    font-weight: bold;
    display: block;
}
ul.news .icon {
    color: #bbb;
    font-size: 2em;
    padding: 0rem 1rem;
    width: 6rem;
    text-align: center;
}
ul.news {
    display: table;
    font-size: 0.9em;
}
ul.news .text, .icon {
    display: table-cell;
    vertical-align: top;
}
ul.news > li {
    margin-top: 0.5em;
}
ul.news .shortnews .date {
    float: left;
    margin-right: 1em;
}
ul.news .bloglink a {
    font-size: 1.4em;
}
ul.news .jobopening a {
    font-size: 1em;
}
ul.news .jobopening .date {
    display: inline-block;
}
ul.news > li.jobopening {
    margin-top: 0.5em;
}

.illustration {
    float: right;
    margin: 0 0 1em 1em;
}

.role {
    margin-top: 2em;
}

.photorow {
    margin-top: 3em;
}
.photorow img {
    display: inline-block;
}
.photorow br {
    margin: 1em 0;
}

p {
    text-align: justify;
}

.pull-down {
  margin-top: 5em;
}

/* Callout taken from bootstrap docs - used for job opening announcements */

.callout {
    padding: 1em;
    border-left: 5px solid black;
    margin: 0em 1em 1em 1em;
}

.callout-info {
    background-color: #cff4fc;
    color: #055160;
    border-left-color: #9eeaf9;
}

.announcement {
    font-size: larger;
}