body {
    background-image: url("/media/img/layout/grey_wash_wall_lightened.png");
}

table td, table th {
    padding: 1em;
}

dd {
    margin-bottom: 1em;
}

.thumbnails img {
    width: 100%;
}

#header_row {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}

#header_banner {
    width: 100%;
	max-height: 200px;
    background-image: url("/media/img/layout/banner.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    #header_row {
        width: 1210px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    #header_row {
        width: 764px;
    }
    #header_logo {
        width: 65%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
}
@media (max-width: 767px) {
    #header_row {
        width: auto;
    }
    #header_logo {
        width: 65%;
        margin-top: 2%;
        margin-bottom: 2%;
    }
}

.navbar {
    margin-bottom: 0;
}

#main_container {
    padding-bottom: 100px;
    padding-top: 1em;
    padding-left: 20px;
    padding-right: 20px;
    background-color: white;
}

#media_buttons {
    text-align: center;
}

#pse:middle_col {
    text-align: center;
}

.navbar .nav,
.navbar .nav > li {
    float: none;
    display: inline-block;
}

.navbar .navbar-inner {
    text-align: center;
}

#bottom_nav_row {
    margin-bottom: 2em;
}

#biography {
    padding-bottom: 1em;
}

#biography p:first-child {
    font-size: 150%;
    line-height: 120%;
}

#biography img {
    margin: 0.5em;
    width: 50%;
}

.page-header h1 {
    line-height: 0.75em;
}

.table-striped {
    background-color: #ffffff;
}

.join-button {
    line-height: 1.4em;
    font-size: 2em;
    padding: 0.5em 1em;
}
@media (min-width: 768px) and (max-width: 979px) {
}
@media (max-width: 450px) {
    .join-button {
        font-size: 1.5em;
    }
    .alumni-table td {
        padding-left: 2px;
        padding-right: 2px;
        word-wrap: break-word;
    }
    #biography img {
        width: 100%;
    }
}

/* Apply to thumbnails on the right side of the screen to keep them from going
 * off of the page. */
.hint--top-left:after {
  bottom: 100%;
  min-width: 90%;
  left: -30%; }

.robotic {
    display:none;
}
/*********** Slideshow ****************/

.cycle-pager {
    margin-top: 1em;
    width: 100%;
    text-align: center;
}
.cycle-pager .pager_span {
    opacity: 0.5;
    filter:alpha(opacity=50);
    margin-left: 0;
    margin-right: 0;
    float: left;
    display: inline;
}
.cycle-pager span.cycle-pager-active{
    opacity: 1;
    filter:alpha(opacity=100);
}
.cycle-pager .pager_span img {
    width: 95%;
}

.cycle-slideshow img {
    width: 100%;
    display: none;
}

.cycle-slideshow img:first-child {
    display: inline;
}

/* display paused text on top of paused slideshow */
.cycle-paused:after {
    content: 'Paused';
    color: white;
    background: black;
    padding: 10px;
    z-index: 500;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    opacity: .7;
    filter: alpha(opacity=70);
}

.cycle-overlay {
    opacity: 0; /* Changed programatically when image is loaded */
    font-family: tahoma, arial;
    line-height: 1.8em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 600;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 15px;
}
.cycle-overlay div:first-child {
    font-size: 2em;
}

@media (min-width: 768px) and (max-width: 979px) {
    .cycle-overlay {
        line-height: 1.4em;
        padding: 10px 15px;
    }
    .cycle-overlay div:first-child {
        font-size: 1.5em;
    }
}
@media (max-width: 767px) {
    .cycle-overlay {
        line-height: 1.4em;
        padding: 5px 15px;
        background: rgba(0, 0, 0, 0.5);
    }
    .cycle-overlay div:first-child {
        font-size: 1.5em;
    }
}


/************** Bootstrap Inset ************/

/* The following bootstrap inset implementation taken from:
 * https://gist.github.com/nathanpitman/4038248
 */
.inset12 {
  margin-left: -940px;
}
.inset11 {
  margin-left: -860px;
}
.inset10 {
  margin-left: -780px;
}
.inset9 {
  margin-left: -700px;
}
.inset8 {
  margin-left: -620px;
}
.inset7 {
  margin-left: -540px;
}
.inset6 {
  margin-left: -460px;
}
.inset5 {
  margin-left: -380px;
}
.inset4 {
  margin-left: -300px;
}
.inset3 {
  margin-left: -220px;
}
.inset2 {
  margin-left: -140px;
}
.inset1 {
  margin-left: -60px;
}

@media (min-width: 1200px) {

    .inset12 {
      margin-left: -1170px;
    }
    .inset11 {
      margin-left: -1070px;
    }
    .inset10 {
      margin-left: -970px;
    }
    .inset9 {
      margin-left: -870px;
    }
    .inset8 {
      margin-left: -770px;
    }
    .inset7 {
      margin-left: -670px;
    }
    .inset6 {
      margin-left: -570px;
    }
    .inset5 {
      margin-left: -470px;
    }
    .inset4 {
      margin-left: -370px;
    }
    .inset3 {
      margin-left: -270px;
    }
    .inset2 {
      margin-left: -170px;
    }
    .inset1 {
      margin-left: -70px;
    }

}

@media (min-width: 768px) and (max-width: 979px) {

    .inset12 {
      margin-left: -724px;
    }
    .inset11 {
      margin-left: -662px;
    }
    .inset10 {
      margin-left: -600px;
    }
    .inset9 {
      margin-left: -538px;
    }
    .inset8 {
      margin-left: -476px;
    }
    .inset7 {
      margin-left: -414px;
    }
    .inset6 {
      margin-left: -352px;
    }
    .inset5 {
      margin-left: -290px;
    }
    .inset4 {
      margin-left: -228px;
    }
    .inset3 {
      margin-left: -166px;
    }
    .inset2 {
      margin-left: -104px;
    }
    .inset1 {
      margin-left: -42px;
    }

}

@media (max-width: 767px) {

    [class*="inset"] {
        display: block;
        float: none;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
                box-sizing: border-box;
      }
 }
