/* ==================== REQUIRED LIBRARIES DO NOT REMOVE ===================== */
/* Including lib.less - this template is intentionally left blank and does not need to be included  on the live server */
/* =========================================================================== */
.pr-end {
  text-align: center;
}
#newsroom article footer {
  padding-top: 1.333em;
}
#newsroom article > time {
  display: block;
  padding: .611em 0;
  margin: 1em auto 1.447em auto;
  font-size: .875em;
  color: #666;
}
#newsroom .dateline {
  font-weight: bold;
  margin-bottom: 0;
}
#newsroom .date select {
  float: left;
  height: 31px;
  margin: 3px 5px 0 0;
  padding: 0.4em 0.3em 0.4em;
  width: 38%;
}
#newsroom .date .button {
  margin: 3px 0 0;
  padding: 4px 4px 2px;
  width: 40px;
  height: 30px;
}
#newsroom .search-btn {
  position: relative;
  top: 2px;
}
#newsroom .search-btn input {
  height: 32px;
}
#newsroom .majority-featured {
  float: left;
  width: 47.5%;
}
#newsroom .minority-featured {
  float: right;
  width: 47.5%;
}
#newsroom .majority-featured > h1,
#newsroom .minority-featured > h1 {
  margin-bottom: .618em;
  border-bottom: 1px solid #ccc;
}
#newsroom .article-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#newsroom .article-list li {
  margin-bottom: 2.618em;
}
#newsroom .article-list article > time {
  font-weight: bold;
  padding: 0;
  margin: 0 0 .231em 0;
}
#newsroom .article-list article p {
  margin: 0;
}
#newsroom aside .name {
  margin: 0 0 2em 0;
}
#newsroom aside .name:last-child {
  margin-bottom: 0;
}
#newsroom .files {
  margin-bottom: 0;
}
#newsroom .files li {
  margin-bottom: .4em;
}
#newsroom #tags dd {
  display: inline;
}
#newsroom #search-multimedia-container {
  float: left;
  width: 100%;
}
.newsroom-landing-page section {
  padding: 1.333em 0 1.333em 0;
  border-bottom: 1px dotted #c0bcb2;
  float: left;
  width: 100%;
}
.newsroom-landing-page section h1 {
  font-size: 1.618em;
}
.newsroom-landing-page section ul {
  list-style: none;
  padding: 0;
  float: left;
  width: 100%;
  margin: 0 !important;
}
.newsroom-landing-page section li {
  margin: 0 0 1em 0;
  float: left;
  width: 100%;
}
.newsroom-landing-page section li time {
  display: block;
  float: left;
  width: 10%;
}
.newsroom-landing-page section li a {
  display: block;
  width: 90%;
  float: left;
}
.newsroom-landing-page section:last-child {
  border: none;
}
.ie7 #newsroom aside img {
  width: 500px !important;
  border: 1px solid red;
}
.ie7 #newsroom .twtr-profile-img {
  width: 31px !important;
  height: 31px !important;
}
.ie7 #asides input[type="text"] {
  height: 16px;
}
.ie7 #newsroom .twtr-ft img {
  width: 80px !important;
  height: 16px !important;
}
/*
** MULTIMEDIA TABS
**
** DESCRIPTION:			The tabs for the multimedia area
** USAGE:
** NOTES:
**
*/
#browser #browser-tabs {
  position: relative;
  padding: 0 1.5% 1.5% 1.5%;
  width: 76%;
  background: #fff;
  z-index: 10;
  cursor: pointer;
  height: auto;
  overflow: show;
  behavior: url('/styles/pie.php');
}
#browser #browser-tabs ul {
  overflow: auto;
  margin: 0;
  padding: 0;
}
#browser #browser-tabs ul li {
  font-size: 1.218em;
  float: left;
  display: block;
}
#browser #browser-tabs ul a {
  color: #fff;
  display: block;
  padding: .15em .675em .15em;
  margin-right: .25em;
  background: #495a24;
}
#browser #browser-tabs ul a:hover {
  text-decoration: none;
  background: #7a8a62;
}
#browser .alltypes-tab a#alltypes-tab,
#browser .videos-tab a#videos-tab,
#browser .audio-tab a#audio-tab {
  background: #7a8a62;
}
/*
** MULTIMEDIA SEARCH FORM
**
** DESCRIPTION:			The form on multimedia pages to search/refine video selections
** USAGE:
** NOTES:
**
*/
#multimedia-search {
  /* Override the default form settings */
  overflow: hidden;
  margin: 0 0 1.618em 0;
  border-bottom: 1px solid #e5dbb4;
  /* End form overrides */
}
#multimedia-search fieldset {
  overflow: hidden;
  background: none;
  width: 31%;
  height: 5em;
  margin: 0;
  float: left;
  padding: 1.5% 0.5% 0 0.5%;
}
#multimedia-search fieldset:first-child {
  border: none;
  padding-left: 0;
}
#multimedia-search fieldset:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
#multimedia-search legend {
  display: block;
}
#multimedia-search ol {
  margin: -0.618em inherit 0 inherit;
  overflow: auto;
}
#multimedia-search .button {
  width: 30%;
}
#multimedia-search .two li {
  width: 75%;
}
#multimedia-search .three li {
  width: 37.5%;
}
#multimedia-search ul li:last-child {
  width: 3em;
}
#multimedia-search .button {
  width: 3em;
  padding: .5em !important;
}
#multimedia-search .select-button {
  margin-top: .25em;
}
.ie7 #multimedia-search .button,
.ie8 #multimedia-search .button {
  padding: 0 !important;
  float: left;
  height: 25px;
}
.ie7 #multimedia-search fieldset,
.ie8 #multimedia-search fieldset {
  width: 30%;
}
.ie7 #multimedia-search #search-multimedia,
.ie8 #multimedia-search #search-multimedia {
  height: 34px;
  margin-right: 1em;
  font-size: .9em;
  line-height: 1;
}
/*
** MULTIMEDIA THUMBNAILS
**
** DESCRIPTION:			The form on multimedia pages to search/refine video selectiosn
** USAGE:
** NOTES:
**
*/
.multimedia .thumbnails {
  list-style: none;
  margin: 0;
  padding: 2% 0 2% 2%;
  overflow: auto;
  display: block;
  /*
	li:nth-child(5n+5) {
		margin-right: 0;
		background: red; }

	li:first-child {
		background: blue; }
	*/
}
.multimedia .thumbnails li {
  display: block;
  width: 18%;
  margin: 0 2% 2% 0;
  height: 18em;
  float: left;
  font-size: .761em;
  font-family: sans-serif;
}
.multimedia .thumbnails li img {
  margin: inherit inherit .618em inherit;
  max-width: 100%;
  width: auto;
  height: auto;
  cursor: pointer;
}
.multimedia .thumbnails li a {
  cursor: pointer;
}
.ie7 .multimedia .thumbnails li,
.ie8 .multimedia .thumbnails li {
  width: 17.9%;
}
/*
** VIDEO CONTENT
**
** DESCRIPTION:			This is the �header� area of the multimedia page
** USAGE:
** NOTES:
**
*/
#video-content {
  overflow: auto;
  padding-bottom: 1.618em;
}
#video-content h1 {
  font-size: 1.618em;
  margin: 0;
}
#video-content time {
  font-weight: bold;
}
/*
** MEDIA PLAYER
**
** DESCRIPTION:			This is the actual video player, right now it just targets an iframe
** USAGE:
** NOTES:
**
*/
#media-player,
#media-player_wrapper {
  width: 60%;
  position: relative;
  /**/
  padding-bottom: 36.25%;
  margin: 0 3% 1% 0;
  /*height:  		280px;*/
  height: 0;
  overflow: hidden;
  float: left;
}
#media-player iframe,
#media-player_wrapper iframe,
#media-player #media-player,
#media-player_wrapper #media-player {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}
.ie7 #media-player,
.ie7 #media-player_wrapper {
  height: auto;
}
.dateline {
  font-weight: bold;
}
#search-results-container {
  padding-top: 3em;
}
#search-results-container #search-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#search-results-container #search-content ul li {
  padding: 0;
  margin: 0 0 2em 0;
  overflow: hidden;
}
#search-results-container #search-content ul .search-thumb {
  float: left;
  margin: 0 1em 0 0;
  width: 160px;
  cursor: pointer;
}
#search-results-container #search-content ul .search-desc {
  float: left;
  width: 50%;
}
#search-results-container #search-content ul .search-desc a {
  cursor: pointer;
}
/*

#search-multimedia-container {
 	padding: 5px 15px 0 0;
    position: relative;
    float: right;
    z-index: 999999;
    right: 0;
    top: 14px;
    width: 250px;
    border: 1px solid red;
    background: red; }

#search-multimedia-field {
 	float: left;
    height: 20px;
    margin-left: 5px;
    padding: 2px 0 0 20px;
    width: 170px;

    border: 1px solid red !important; }


/*

	Social Media

*/
.small_links {
  clear: none;
  list-style: none outside none;
  margin: 1.5em 0 0 !important;
  padding: 0;
  position: relative;
  top: 0 !important;
}
.small_links li {
  margin: 0 .5em 0 0;
  float: left;
}
.small_links .youtube li {
  display: block;
}
.small_links .youtube a {
  display: block;
  text-indent: -999em;
  width: 44px;
  height: 20px;
  background: transparent url(../../images/youtube.png) top left no-repeat;
}
.standalone {
  clear: none;
  top: auto !important;
  list-style: none;
}
#share-buttons .copied-link {
  width: 111px;
  padding-right: 20px;
  background: url(../../images/okay.png) no-repeat right center;
}
#share-buttons input[type="text"] {
  font-size: 0.6em;
}
#share-copy-link {
  cursor: pointer;
}
#share-link-button-container {
  position: relative;
  cursor: pointer;
}
#share-link-button {
  border: 1px solid #cccccc;
  color: #3e3e3e;
  font-family: Arial, Helvetica, sans-serif;
  background: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffffff), color-stop(0.02, #fdfdfd), color-stop(1, #dbdbdb));
  background: -webkit-linear-gradient(top, #ffffff 3% #fdfdfd 4%, #dbdbdb 100%);
  background: -moz-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #dbdbdb 100%);
  background: -o-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #dbdbdb 100%);
  background: linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #dbdbdb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #fdfdfd , endColorstr= #dbdbdb );
  font-size: .8em;
  line-height: 1.6em;
  height: 18px;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  cursor: pointer;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  padding: 0 10px;
}
#share-link-button:hover {
  background: #fdfdfd;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #ffffff), color-stop(0.02, #fdfdfd), color-stop(1, #c2c2c2));
  background: -webkit-linear-gradient(top, #ffffff 3% #fdfdfd 4%, #c2c2c2 100%);
  background: -moz-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #c2c2c2 100%);
  background: -o-linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #c2c2c2 100%);
  background: linear-gradient(top, #ffffff 3%, #fdfdfd 4%, #c2c2c2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #fdfdfd , endColorstr= #c2c2c2 );
  border: 1px solid #bbbbbb;
}
#share-link-container {
  height: 20px;
  margin: 1px 0 0;
}
#share-link-container input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: border;
  -moz-background-clip: border;
  background-clip: border-box;
  height: 20px;
  position: relative;
  top: -2px;
  width: 111px;
}
/*
** 480
**
** DESCRIPTION:	Styles that apply to screens 480 and bellows pixels wide and down
** USAGE:
** NOTES: Typically this means mobile phones held in portrait
**
*/
@media only screen and (max-width: 479px) {
  .majority-featured,
  .minority-featured {
    float: none !important;
    width: 100% !important;
  }
  .majority-featured {
    margin-bottom: 2em;
  }
}
#video-content footer dl {
  float: right!important;
  width: 37% !important;
}
#video-content footer dl dt {
  float: left !important;
  margin: 0 5px 0 0 !important;
  width: auto !important;
}
#video-content footer dl dd {
  margin: 0;
  padding: 0;
  float: left;
  width: auto !important;
}
#video-content footer dl dd a {
  margin: 10px 0 !important;
}

#main #press-contact-info a {
  margin-left: auto;
}
