/*!
Theme Name: thorud
Theme URI: washington.edu
Description: A 2014 Child Theme - Distinguished Staff Awards
Author: University of Washington, Human Resources
Author URI: http://hr.uw.edu/
Template: uw-2014
Version: 1.0.0
Text Domain: tla
*/
/*****************************************************************************
 * DO NOT EDIT THIS FILE!                                                    *
 *                                                                           *
 * CONTACT THOM THORPE AT TWTHORPE@UW.EDU IF YOU HAVE ANY QUESTIONS.         *
 *****************************************************************************/
/* -------------------------------- 

Site Specific Variables

-------------------------------- */
/* -------------------------------- 

Home Page - Thorud

-------------------------------- */
/*---- Full width of the home page  -----*/
.hero-content.col-md-12.uw-content {
  padding-left: 0;
  padding-right: 0;
}
.home #uw-container div#uw-container-inner {
  background-color: #ffffff;
}
.home .recipients {
  padding: 1% 0 3%;
}
.uw-breadcrumbs {
  display: none;
}
.uw-body.container {
  background-color: transparent;
}
date.abreviation {
  visibility: hidden;
}
.uw-thinstrip button.uw-quicklinks {
  display: none;
}
/*------- Nomination Criteria Section--------------*/
#home .announcement {
  margin-top: -20px;
  padding-bottom: 40px;
  text-align: center;
}
#home .announcement h2 {
  margin-bottom: 5px;
}
#home .announcement a.read-more {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: .8em;
  color: #4b2e84;
}
#home .announcement img {
  position: relative;
  margin-top: -80px;
}
#home .announcement .wrap {
  padding: 0;
  text-align: center;
}
#home .announcement .wrap p {
  font-size: 1em;
  padding: 0;
}
/*-------   David Thorud Section  ----------*/
#home .david {
  margin-left: -10px;
}
#home .david h2 {
  padding-left: 20px;
  margin-bottom: 5px;
}
#home .david img {
  position: absolute;
}
#home .david .wrap {
  padding: 0 20px 0 230px;
  margin-top: 80px;
}
#home .david .wrap p {
  font-size: 1em;
  padding: 20px 0 20px 20px;
}
/*--------- Last Year Receipients Section -----------*/
.recipients {
  background: url(components/img/lines.svg) 0 0 no-repeat;
  background-position: 0 0,3% center;
  background-repeat: repeat;
  background-size: 100% auto;
  background-color: #e8e3d3;
  border-top: 13px solid #b6a47c;
}
.recipients h2 {
  text-align: center;
  padding-bottom: 30px;
}
.recipient-card.first {
  background: url(components/img/small-lines.svg) 0 0 no-repeat;
  background-color: #b6a47c;
  background-position: 0 0,3% center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: right;
  border-bottom: 3px solid #4b2e83;
}
.recipients .recipient-card.first .profile-info h3 {
  text-transform: uppercase;
  color: #4b2e84;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 700;
  margin-right: -23%;
}
.recipients .recipient-card.first .profile-info h4 {
  font-family: "Encode Sans Compressed", sans-serif;
  line-height: 1.3em;
  font-size: 1em;
  color: #e8e3d3;
  margin-right: -23%;
  font-weight: 700;
}
.recipients .recipient-card.first .profile-info {
  padding-top: 14.5%;
  text-align: right;
}
.recipients .recipient-card.first .profile-image img {
  margin-right: -15px;
}
.recipient-card.second {
  background: url(components/img/small-lines.svg) 0 0 no-repeat;
  background-color: #b6a47c;
  background-position: 0 0,3% center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
  border-bottom: 3px solid #4b2e83;
  margin-left: 5px;
}
.recipients .recipient-card.second .profile-info h3 {
  text-transform: uppercase;
  color: #4b2e84;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 700;
  margin-left: -20%;
}
.recipients .recipient-card.second .profile-info h4 {
  font-family: "Encode Sans Compressed", sans-serif;
  line-height: 1.3em;
  font-size: 1em;
  color: #e8e3d3;
  margin-left: -20%;
  font-weight: 700;
}
.recipients .recipient-card.second .profile-info {
  padding-top: 15%;
  text-align: left;
}
.recipients .recipient-card.second .profile-image img {
  margin-left: -15px;
}
/* ----------------------------------------- 

Nomination Criteria - Selection Committee 

---------------------------------------- */
.objects.select {
  position: relative;
  display: inline-block;
  height: 250px;
  margin: 5px;
}
.objects.select img {
  display: block;
  width: 100%;
  height: auto;
}
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #85754d;
  opacity: 0.9;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}
.objects.select:hover .overlay {
  height: 100%;
}
.info.overlay .name {
  white-space: nowrap;
  color: white;
  font-size: 1.1em;
  position: absolute;
  overflow: hidden;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 800;
}
.info.overlay .text {
  white-space: nowrap;
  color: white;
  font-size: .9em;
  position: absolute;
  overflow: hidden;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
  font-family: "Encode Sans Compressed", sans-serif;
}
/* ---------------------------------------

Award Timeline

---------------------------------------- */
div#timeline {
  background-color: #444444;
  margin-top: 150px;
  height: 10px;
  width: 100%;
  position: relative;
}
div#timeline .inside {
  position: absolute;
  height: 5px;
  background-color: #ffffff;
  width: 0%;
  top: 3px;
  left: 0;
}
div#timeline .dot {
  z-index: 99;
  transition: 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: -15px;
  text-align: center;
  cursor: pointer;
}
div#timeline .dot:nth-child(1) {
  left: 14%;
  background-color: #d9d9d9;
}
div#timeline .dot:nth-child(2) {
  left: 28%;
  background-color: #b7b7b7;
}
div#timeline .dot:nth-child(3) {
  left: 42%;
  background-color: #aaaaaa;
}
div#timeline .dot:nth-child(4) {
  left: 56%;
  background-color: #919191;
}
div#timeline .dot:nth-child(5) {
  left: 70%;
  background-color: #777777;
}
div#timeline .dot:nth-child(6) {
  left: 84%;
  background-color: #5e5e5e;
}
div#timeline .dot:hover {
  transform: scale(1.2);
}
div#timeline .dot date {
  font-size: 1.6rem;
  display: block;
  position: relative;
  top: -70px;
  text-align: center;
}
div#timeline .dot span {
  display: inline-block;
  margin-top: 10px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  position: relative;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
article {
  display: none;
  position: relative;
  top: 30px;
  padding: 20px 0;
  margin: auto;
}
article date {
  display: block;
  text-align: right;
}
article h2 {
  padding: 10px 0;
  margin-bottom: 20px;
  color: #85754d;
}
article p {
  line-height: 130%;
}
div.mid.stroke {
  width: 100%;
  z-index: 2;
  margin-top: -20px;
}
span.udub-slant.stroke {
  background-color: #d9d9d9;
  margin-left: -200px;
  margin-top: 3px;
}
.udub-slant span {
  height: 5px;
}
/* ---------------------------------------

Flip Cards for PAST RECEIPENTS 

---------------------------------------- */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  display: inline-block;
  background-color: rgba(216, 217, 218, 0.3);
}
.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.flip-container,
.front {
  width: 150px;
  height: 228px;
  border: 2px solid white;
}
.flip-container .back {
  width: 148px;
  height: 226px;
  border: 2px solid white;
  margin-left: -2px;
}
.flipper {
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.front,
.back {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.front {
  background-position: center center;
  z-index: 0;
  text-align: center;
  color: #444444;
}
.back {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  background: #4b2e84;
}
.front .name {
  font-size: .9em;
  display: inline-block;
  color: #444444;
  line-height: 1.2em;
  padding-top: 2px;
  top: 75%;
}
.back .back-title {
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  left: 20px;
  right: 10px;
  text-align: left;
  line-height: 1.7em;
  font-family: "Encode Sans Compressed", sans-serif;
  font-size: .85em;
}
back .back-title > a:hover {
  text-decoration: none;
}
.back p.long {
  margin-top: 10px;
}
.back p {
  bottom: 10px;
  text-align: left;
  padding: 23px 15px 0 19px;
  line-height: 1.5em;
  font-size: 0.75em;
  color: #ffffff;
}
.back .mid.stroke {
  width: 50%;
  z-index: 2;
  margin-top: 40px;
}
.back span.udub-slant.stroke {
  background-color: #d9d9d9;
  margin-left: 20px;
  margin-top: -5px;
  margin-bottom: 0;
}
.back .udub-slant span {
  height: 3px;
}
p.custom-select {
  position: relative;
  display: inline-block;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 900;
  color: #4b2e84;
}
.custom-select select {
  width: 160px;
  display: inline-block;
  border: 2px solid #ddd;
  padding: 4px 5px 4px 5px;
  margin: 0;
  font: inherit;
  outline: none;
  line-height: 1.2;
  background: #f8f8f8;
  -webkit-appearance: none;
  /* remove the strong OSX influence from Webkit */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 0;
}
.custom-select:after {
  content: "\25bc";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 70%;
  line-height: 30px;
  padding: 0 10px;
  color: #d9d9d9;
  pointer-events: none;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
/* ---------------------------------------

Profile Recipients + Letters 

---------------------------------------- */
.profile {
  clear: both;
  padding-top: 20px;
}
.profile .introduction {
  width: 35%;
  margin-right: 100px;
}
.profile .introduction figure.snipet {
  font-family: 'Raleway', Arial, sans-serif;
  float: left;
  color: #000000;
}
figure.snipet .profile-image {
  width: 90%;
  margin-right: 400px;
}
figure.snipet figcaption {
  padding: 20px 30px 20px 20px;
  margin-bottom: 15px;
  position: relative;
  bottom: 10px;
  width: 89%;
  background-color: #f5f1ed;
}
figure.snipet figcaption h2,
figure.snipet figcaption p {
  margin: 0;
  text-align: left;
  padding: 10px 0;
}
figure.snipet figcaption p.awarded {
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
figure.snipet figcaption h2 {
  font-size: 2em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
figure.snipet figcaption h2 span {
  font-weight: 800;
}
figure.snipet figcaption p {
  font-size: 0.9em;
  opacity: 0.8;
}
figure.snipet figcaption p.chair {
  font-weight: 800;
}
.letter p:nth-child(1)::first-letter {
  color: #4b2e84;
  float: left;
  font-size: 5em;
  margin: 0;
  line-height: 1;
  margin-right: 20px;
  font-family: "Encode Sans Compressed", sans-serif;
  font-weight: 900;
}
/* ---------------------------------------

Mobile Devices Media Queries

---------------------------------------- */
@media only screen and (min-width: 481px) and (max-width: 767px) {
  figure.snipet figcaption {
    margin-top: -253px;
    padding: 0 20px 20px 20px;
    margin-bottom: 15px;
    position: relative;
    bottom: 10px;
    width: 100%;
    height: 263px;
    background-color: #f5f1ed;
    left: 52.5%;
  }
  figure.snipet figcaption p {
    padding: 5px 0;
  }
  .introduction .profile-image img {
    width: auto;
    height: 263px;
  }
}
@media only screen and (min-width: 481px) and (max-width: 595px) {
  figure.snipet figcaption,
  .introduction .profile-image img {
    height: 200px;
  }
  figure.snipet figcaption {
    margin-top: -190px;
    left: 40%;
    padding-top: 0;
  }
  figure.snipet figcaption p {
    padding: 1px 0;
    font-size: 0.7em;
  }
  figure.snipet figcaption h2 {
    line-height: 1;
  }
}
@media only screen and (max-width: 767px) {
  .row.selection {
    border-top: 13px solid #85754d;
    border-bottom: 13px solid #85754d;
    padding-bottom: 20px;
  }
  .row.selection .committee h1 {
    width: 100%;
  }
  .home .uw-body .uw-site-title {
    visibility: hidden;
    margin-top: -25px;
  }
  #mobile-relative.frontpage button.uw-mobile-menu-toggle {
    right: 0%;
  }
  #mobile-relative.frontpage ul.uw-mobile-menu > div {
    padding: 0 15px;
  }
  /* ------------- Nomination Criteria + David Thorud Sections ------------*/
  #home .announcement img,
  #home .david img {
    display: none;
  }
  #home .david {
    margin-top: 20px;
    padding-bottom: 10px;
  }
  #home .david h2 {
    margin-top: -40px;
  }
  #home .david .wrap p {
    padding-bottom: 0;
  }
  #home .announcement .wrap,
  #home .david .wrap {
    padding: 0;
    text-align: left;
  }
  #home .announcement .wrap p {
    font-size: .9em;
  }
  /*------------- Home page - Last Recipients ------------------*/
  .recipients {
    background-size: auto auto;
  }
  .recipients {
    border-bottom: 3px solid #4b2e83;
  }
  .recipients h2 {
    padding-bottom: 0;
  }
  .recipient-card.first {
    background: none;
    text-align: center;
    border-bottom: 0;
  }
  .recipients .recipient-card.first .profile-info {
    padding-top: 1%;
  }
  .recipients .recipient-card.first .profile-info h3 {
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 255px;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 700;
  }
  .recipients .recipient-card.first .profile-info h4 {
    margin: 0 auto;
    text-align: center;
    color: #444444;
    position: relative;
    z-index: 2;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
  }
  .recipients .recipient-card.first .profile-image img {
    margin-right: 0%;
    position: relative;
    z-index: 1;
    margin-top: -503px;
  }
  .recipient-card.second {
    background: none;
    text-align: center;
    border-bottom: 0;
  }
  .recipients .recipient-card.second .profile-info {
    padding-top: 1%;
  }
  .recipients .recipient-card.second .profile-info h3 {
    margin: -4px 10px 0 -10px;
    text-align: center;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 700;
  }
  .recipients .recipient-card.second .profile-info h4 {
    margin: 0 20px 0 5px;
    text-align: center;
    color: #444444;
    font-family: "Encode Sans Compressed", sans-serif;
    font-weight: 600;
  }
  .recipients .recipient-card.second .profile-image img {
    margin-left: -25px;
    margin-top: -30px;
  }
  article h2 {
    margin-top: -15px;
  }
  article date {
    margin-top: -40px;
  }
  article div.mid.stroke {
    width: 50%;
    margin-left: 140px;
  }
  /* ------------------Timeline -------------------*/
  .dot date {
    visibility: hidden;
  }
  .dot date.abreviation {
    visibility: visible;
  }
  div#timeline .dot date.abreviation {
    font-size: 1.6rem;
    display: block;
    position: relative;
    top: -130px;
    text-align: center;
  }
  div#timeline {
    margin-top: 80px;
  }
  div#timeline .dot:nth-child(1) {
    left: 3%;
  }
  div#timeline .dot:nth-child(2) {
    left: 19%;
  }
  div#timeline .dot:nth-child(3) {
    left: 36%;
  }
  div#timeline .dot:nth-child(4) {
    left: 53%;
  }
  div#timeline .dot:nth-child(5) {
    left: 70%;
  }
  div#timeline .dot:nth-child(6) {
    left: 86%;
  }
  /*------------------Profile Recipient ----------------------*/
  figure.snipet .profile-image {
    width: 75%;
    margin-right: 400px;
  }
  figure.snipet figcaption {
    width: 75%;
  }
  .profile {
    margin: 0 20px;
  }
  .profile .letter {
    display: inline-block;
    min-width: 300px;
  }
  figure.snipet figcaption h2 {
    font-size: 1.4em;
  }
  /*------------- Selection Commitee --------------*/
  .row.selection {
    text-align: center;
  }
  /*------------- Past recipients --------------*/
  .back .back-title {
    font-family: "Encode Sans Compressed", sans-serif;
    font-size: .8em;
    font-weight: 700;
  }
  .back .mid.stroke {
    margin-top: 37px;
  }
}
/* ----------- iPhone 5 and 5S Portrait ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71) {
  .hero-content.col-md-12.uw-content {
    padding-left: 0;
    padding-right: 0;
  }
  figure.snipet .profile-image {
    width: 62%;
    margin-right: 400px;
  }
  figure.snipet figcaption {
    width: 62%;
  }
  .profile .letter {
    display: inline-block;
    min-width: 250px;
  }
  .flip-container,
  .front {
    width: 140px;
    height: 224px;
    border: .5px solid white;
  }
}
/* *********** End Mobile Devices ***************** */
/* ---------------------------------------

iPAD/Tablet VIEW 

---------------------------------------- */
/*--------- iPad  Media Query -------*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #mobile-relative.frontpage button.uw-mobile-menu-toggle {
    display: none;
  }
  figure.snipet figcaption {
    width: 90%;
  }
  #hero-container h1 {
    font-size: 62px;
  }
  .recipients .recipient-card.first {
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .recipients .recipient-card.first .profile-info {
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    padding-top: 8%;
  }
  @-moz-document url-prefix() {
    .recipients .recipient-card.first .profile-info {
      padding-top: 7.2%;
    }
  }
  .recipients .recipient-card.first .profile-info h3 {
    padding-top: 0;
    margin-left: 35%;
    text-align: left;
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients .recipient-card.first .profile-info h4 {
    font-size: .95em;
    margin-left: 35%;
    text-align: left;
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients .recipient-card.first .profile-image img {
    margin-left: -15px;
    margin-bottom: -15px;
    margin-top: -205px;
  }
  .recipients .recipient-card.second {
    text-align: left;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .recipients .recipient-card.second .profile-info h3 {
    padding-top: 0;
    margin-left: 35%;
    text-align: left;
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients .recipient-card.second .profile-info h4 {
    font-size: .95em;
    margin-left: 35%;
    text-align: left;
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients .recipient-card.second .profile-info {
    text-align: left;
    position: relative;
    padding-top: 3px;
    padding-bottom: 53px;
  }
  @-moz-document url-prefix() {
    .recipients .recipient-card.second .profile-info {
      padding-top: 0;
    }
  }
  .recipients .recipient-card.second .profile-image img {
    margin-left: -15px;
    margin-bottom: -205px;
  }
  .back .back-title {
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients {
    background: url(components/img/lines.svg) 0 0 no-repeat;
    background-position: 0 0,3% center;
    background-repeat: repeat;
    background-size: 100%;
    background-color: #e8e3d3;
    border-top: 13px solid #b6a47c;
  }
}
/*------------------ Tablet-landscape -----------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .recipients .recipient-card.first {
    text-align: right;
    margin-right: 2px;
    width: 100%;
  }
  .recipients .recipient-card.first .profile-info {
    margin-bottom: -20px;
    padding-top: 8%;
  }
  .recipients .recipient-card.first .profile-info h3 {
    margin-left: -30px;
    text-align: right;
    font-size: 1.1em;
    padding-top: 35px;
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients .recipient-card.first .profile-info h4 {
    font-size: .9em;
    margin-left: -30px;
    text-align: right;
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients .recipient-card.first .profile-image img {
    margin-top: 0;
    margin-bottom: 0;
    width: 90%;
  }
  .recipients .recipient-card.second {
    margin-left: 2px;
    margin-top: 0;
    width: 100%;
  }
  .recipients .recipient-card.second .profile-info {
    padding-top: 0;
    margin-bottom: -70px;
  }
  .recipients .recipient-card.second .profile-info h3 {
    margin-left: -35px;
    font-size: 1.1em;
    padding-top: 70px;
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients .recipient-card.second .profile-info h4 {
    margin-left: -35px;
    font-size: .9em;
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients .recipient-card.second .profile-image img {
    margin-bottom: 0;
    width: 90%;
  }
  .back .back-title {
    font-family: "Encode Sans Compressed", sans-serif;
  }
  .recipients {
    background: url(components/img/lines.svg) 0 0 no-repeat;
    background-position: 0 0,3% center;
    background-repeat: repeat;
    background-size: 100%;
    background-color: #e8e3d3;
    border-top: 13px solid #b6a47c;
  }
}
