/* Artfully masterminded by Roger Erik Tinch  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/


/* -----------------------------------------
   Shared Styles
----------------------------------------- */

body {
	background: #fff url('../_img/cream_dust.png') repeat;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
}

h1, h2, h3, h4, h5, h6, .tabs dd, .subheader {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;	
}

header h1 {
	margin-bottom: 7px;	
}

p strong {
	font-weight: 600;	
}

input[type="email"] {
	background-color: #333;
	margin: 0;
	padding: 3px;
	height: 25px;
}

.top-bar ul > li.search form input[type="email"] {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #666;
	color: #999;
}

.top-bar ul > li.sosh-button a:not(.button) {
	padding: 0 8px;
}

.top-bar ul > li.search {
	padding: 0 10px;
}

.top-bar ul > li.search form {
	vertical-align: top;
	padding-top: 6px;
}

.no-margin-top {
	margin-top: 0;
}

dl.tabs dd.active a {
	background: none;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 0;
}

dl.tabs {
	border-bottom: solid 1px #ccc;
}

.twitter-follow {
	margin-top: 5px;
	margin-right: 5px;
}

.facebook-like {
	margin-top: 2px;
	width: 50px;
	overflow: hidden;
}

.desat {
    filter: url(filters.svg#grayscale); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Google Chrome & Safari 6+ */	
}

.panel {
	margin-top: 22px;
	min-height: 20px;
	background-color: whiteSmoke;
	border: 1px solid #E3E3E3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* .panel img {
	float: left;
	margin-right: 22px;
} */

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.shadow {
	background-color: #fff;
	border: 1px solid #D4D4D4;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1), 0 1px 10px rgba(0, 0, 0, 0.1);
}

.homepage-poster {
	padding: 30px;
}

div.panel.group.news-alert {
	margin-top: 0;
}

.alert-box p {
	margin-bottom: 0;
}

.top-bar {
	margin-bottom: 10px;
}

.list-center {
    width: 100%;
    text-align: center;
    margin: 0 auto; 
}

.button {
	border: 1px solid #000;
}

footer ul.link-list li a {
	color: #666;
}

footer ul.link-list li a:hover {
	color: #222;
}

.fr-window-fresco .fr-box-wrapper {
background: #fff;
}

/* -----------------------------------------
   Film Page
----------------------------------------- */

.list-center ul.inline-list.film-nav {
    display: inline-block; 
    list-style: none;
    margin: 0;
    zoom: 1;
}

.list-center ul.inline-list.film-nav li {
	float: left;
    margin-right: 22px;       
    padding: 0; 
}

.list-center ul.inline-list.film-nav li a {
	color: #222;
}

.list-center ul.inline-list.film-nav li a:hover {
	color: #666;
}

dl.tabs.main-nav {
	border-bottom: none;
	margin-bottom: 0;
}
dl.tabs.main-nav dd, dl.tabs.main-nav li {
	float: right;
}
dl.tabs.main-nav dd.active a,
dl.tabs.main-nav dd.active,
dl.tabs.main-nav li.active {
	margin-top: 0;
	border: 0;
}

.film-page ul.accordion > li:nth-child(even) > div.title {
	background: #ffffff;	
}

.film-page ul.accordion > li.accordion-header > div.title {
	cursor: default;
}

.film-page ul.accordion > li.accordion-header > div.title::after {
	border: none;
}

.film-page #criticalTab blockquote {
	margin: 0 0 17px;
	padding: 0;
	border-left: 0;
}

.film-page hr {
	border-width: 1px 0 0;
}

.film-page .nav-bar {
	background: none;
}

.film-page .nav-bar > li > a {
	color: #333;
}

.film-page .nav-bar > li > a:hover {
	color: #fff;
}

.main-image {
	display: block;
}

.clearing-assembled .clearing-container ul[data-clearing] li {
	width: 300px;
}

ul.inline-list.list-right {
	margin-bottom: 0;
}
ul.inline-list.list-right li {
	float: right;
}

div.eight.columns ul.inline-list.list-right {
	margin-top: 22px;
}

div.shadow ul.block-grid.four-up.mobile-two-up {
	padding: 0 34px;
}
div.shadow ul.block-grid.four-up.mobile-two-up li {
	padding-bottom: 0;
	text-align: right;
	text-transform: uppercase;
}
div.shadow ul.block-grid.four-up.mobile-two-up li h3 {
	font-weight: bold;
	margin-bottom: 2px !important;
}
div.shadow ul.block-grid.four-up.mobile-two-up li p  {
	line-height: 14px;
	margin-bottom: 2px;
}
div.shadow ul.block-grid.four-up.mobile-two-up li p  a,
div.shadow ul.block-grid.four-up.mobile-two-up li h3 a {
	color: #222;
}
div.shadow ul.block-grid.four-up.mobile-two-up li p  a:hover,
div.shadow ul.block-grid.four-up.mobile-two-up li h3 a:hover {
	color: #e39e42;
}

/* -----------------------------------------
   Primer
-----------------------------------------

body.film-page.primer {
	background: #fdfcfa url('../_uploads/images/primer-bg.png') repeat;
} */


/* -----------------------------------------
   Upstream Color
----------------------------------------- */

.upstreamcolor img.main-logo {
	width: 46px;
	height: 48px;
}

.upstreamcolor .video-padding {
	padding: 4.63% 3.744493392% 0; /* 42px 34px */
}


/* -----------------------------------------
   Page Name 2
----------------------------------------- */
/* -----------------------------------------
  VHX Purchase Button
----------------------------------------- */
.purchase {
  position: absolute;
  right: 48px;
  bottom: 40px;
  text-align: right;
}
.purchase .button {
  background-color: #e49e44;
  color: #FFF;
  display: block;
}
.purchase .button:hover {
  color: #FFF;
  background-color: #6a4616;
}
.purchase small { 
  font-size: 12px;
  line-height: 14px;
  font-style: italic;
  color: #666666;
  clear: both;
  display: block;
  width: 170px;
  margin-top: 8px;
  float: right;
}

/* Desktop Styles */
@media only screen and (min-width: 941px) { 
	.top-bar { height: 40px; }
	.top-bar ul { height: 40px; line-height: 40px; }
	.top-bar ul > li a:not(.button) { height: 40px; line-height: 40px; }
}

/* Mobile Styles */
@media only screen and (max-width: 940px) {
	.top-bar {
		margin-bottom: 10px;
	} 
	.twitter-follow,
	.facebook-like {
		padding-left: 22.5px !important;
	}
	.facebook-like {
		width: 72.5px;
	}
	.homepage-poster {
		padding: 0;
	}
	.purchase {
		float: none;
   		 position: relative;
   		 width: auto;
    		left: 0;
   		 right: 0;
    		bottom: 0;
   		 margin: 0 20px 20px 20px;
    		text-align: center;
 	 }
	.purchase small {
		float: none;
		width: auto;
	}
}

@media only screen and (max-width: 767px) {


}