/******************************************************************
Site Name: OSOS
Author: OSOS Web Team

Stylesheet: Mixins

******************************************************************/
/*********************
TRANSITION
*********************/
/*
Shorthand reference: transition: <property> <duration> <timing-function> <delay>;

USAGE: @include transition(all 0.2s ease-in-out);
*/
/* Use below when finer control of individiual parameters are required  */
/*********************
TRANSFORM
*********************/
/*
USAGE: @include transform(scale(.8)); 
*/
/*********************
CSS3 GRADIENTS
*********************/
/* USAGE:
@include osos-gradient(#5c9641,#76b854); 
This example uses the green vertical nav background which is the default.

Home page #FeaturedBoxes: 
$from = #F9FCF7 / $to = #F5F9F0

#col-one: 
$from = #5c9641 / $to = #76b854

hr (horizontal rule)
$from = #f8f8f8, $to = #dbdbdb

*/
/* USAGE:
@include horz-gradient(#5c9641,#76b854);
*/
/* line 241, scss/_legacy-wa.scss */
.legacy-wa .dropcap {
  float: left;
  color: #D4D4C7;
  font-size: 90px;
  line-height: 68px;
  padding: 2px 8px 10px 2px;
}
/* line 255, scss/_legacy-wa.scss */
.legacy-wa #MainPhotoCaption {
  font-size: 14px;
  margin-bottom: 10px;
}
/* line 259, scss/_legacy-wa.scss */
.legacy-wa #MainPhotoCaption p {
  padding: 10px 0;
  text-align: center;
}
/* line 264, scss/_legacy-wa.scss */
.legacy-wa #MainPhotoCaption img {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  /* line 255, scss/_legacy-wa.scss */
  .legacy-wa #MainPhotoCaption {
    background-color: #555;
    color: #fff;
  }
  /* line 273, scss/_legacy-wa.scss */
  .legacy-wa #MainPhotoCaption img {
    margin: 0;
  }
  /* line 277, scss/_legacy-wa.scss */
  .legacy-wa #MainPhotoCaption p {
    padding: 10px;
    text-align: left;
  }
}
/* line 284, scss/_legacy-wa.scss */
.legacy-wa .oral-hist-actions {
  margin-bottom: 40px;
}
/* line 288, scss/_legacy-wa.scss */
.legacy-wa #changeFont {
  float: right;
}
/* line 298, scss/_legacy-wa.scss */
.legacy-wa #MoreInfoButton {
  padding: 4px;
  color: #72704a;
  font-size: 13px;
  border-bottom: 1px solid #72704a;
  cursor: pointer;
  font-weight: bold;
}
/* line 320, scss/_legacy-wa.scss */
.legacy-wa .PhotoCaption a,
.legacy-wa a span.PhotoCaption {
  text-decoration: none;
}
/* line 324, scss/_legacy-wa.scss */
.legacy-wa blockquote.LeftImage, .legacy-wa blockquote.RightImage {
  color: #777777;
}
/* line 328, scss/_legacy-wa.scss */
.legacy-wa .LeftImage, .legacy-wa .RightImage {
  font-size: 14px;
}
/* line 331, scss/_legacy-wa.scss */
.legacy-wa .LeftImage .PhotoCaption, .legacy-wa .RightImage .PhotoCaption {
  display: block;
}
@media screen and (max-width: 769px) {
  /* line 328, scss/_legacy-wa.scss */
  .legacy-wa .LeftImage, .legacy-wa .RightImage {
    width: 100% !important;
    margin: 0 0 20px;
  }
  /* line 339, scss/_legacy-wa.scss */
  .legacy-wa .LeftImage img, .legacy-wa .RightImage img {
    display: block;
    margin: 0 auto;
    clear: both;
  }
  /* line 345, scss/_legacy-wa.scss */
  .legacy-wa .LeftImage .PhotoCaption, .legacy-wa .RightImage .PhotoCaption {
    padding-top: 10px;
    color: #777;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  /* line 354, scss/_legacy-wa.scss */
  .legacy-wa .LeftImage .PhotoCaption, .legacy-wa .RightImage .PhotoCaption {
    background-color: #888;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    margin-bottom: 10px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    -webkit-box-shadow: 0 0 2px #666666 inset;
    box-shadow: 0 0 2px #666666 inset;
  }
  /* line 363, scss/_legacy-wa.scss */
  .legacy-wa .LeftImage .PhotoCaption a, .legacy-wa .RightImage .PhotoCaption a {
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  /* line 372, scss/_legacy-wa.scss */
  .legacy-wa .oh-mstr-aside {
    border-left: 1px solid #eeeeee;
  }
  /* line 376, scss/_legacy-wa.scss */
  .legacy-wa .LeftImage {
    float: left;
    padding: 10px 25px 10px 0;
  }
  /* line 381, scss/_legacy-wa.scss */
  .legacy-wa .RightImage {
    float: right;
    padding: 10px 0 10px 25px;
  }
}
/* line 387, scss/_legacy-wa.scss */
.legacy-wa .MediumText a {
  font-size: 1.2em;
  color: #535135;
  padding-left: 20px;
}
/* line 393, scss/_legacy-wa.scss */
.legacy-wa .LinksBox {
  padding: 20px 0 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
/* line 403, scss/_legacy-wa.scss */
.legacy-wa .LinksBox + .LinksBox {
  padding-top: 10px;
  border-top: none;
}
/* line 410, scss/_legacy-wa.scss */
.legacy-wa .pagination > .active > a,
.legacy-wa .pagination > .active > a:hover {
  background-color: #43b005;
  border-color: #43b005;
  cursor: pointer;
}
/* line 422, scss/_legacy-wa.scss */
.legacy-wa.legacy-project.oralhistories .article blockquote {
  background-color: #fafafa;
}
/* line 428, scss/_legacy-wa.scss */
.legacy-wa.legacy-project.oralhistories .article .story blockquote {
  background-color: transparent;
}
/* line 436, scss/_legacy-wa.scss */
.legacy-wa #FeedBack {
  padding: 1px 0 10px;
  margin-bottom: 10px;
}
/* line 485, scss/_legacy-wa.scss */
.legacy-wa #MoreInfo,
.legacy-wa #QAInfo {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 490, scss/_legacy-wa.scss */
.legacy-wa #footnotes {
  display: none;
}
/* line 494, scss/_legacy-wa.scss */
.legacy-wa .MoreInfo {
  display: none;
  padding: 0 0 0 10px;
  margin-top: 10px;
}
/* line 500, scss/_legacy-wa.scss */
.legacy-wa .MoreInfoLink {
  cursor: pointer;
  margin-bottom: 10px;
  display: block;
}
/* line 508, scss/_legacy-wa.scss */
.legacy-wa .Left {
  float: left;
}
/* line 512, scss/_legacy-wa.scss */
.legacy-wa .Right {
  float: right;
}

/* It works */
