@charset "UTF-8";
/* =================================================
   BVA SKELETON
================================================== */
/**
 * This document is the base of your SASS skeleton
 * List your contents below and add a note if you feel
 * like you need to explain what each file does.
 *
 * Then add your file to the import section so that it
 * is compiled. 
 */
/* $Contents
================================================== */
/**
 * Contents............ You’re reading it!
 * Imports............. Begin importing the sections _below_
 * 
 * Vars................ Your variables
 * Mixins.............. Useful SASS helpers - vendor prefix etc.
 * Clearfix............ Extend this class
 * Shared.............. Shared declarations
 * 
 * ------- Base ------- 
 * Main................ High-level elements like `html`, `body`, etc.
 * Layout.............. Holders, Wrappers and padding elements like 'inner'
 * Headings............ Heading hierachy
 * Paragraphs.......... Used for where paragraph styles appear over various modules
 * Typography.......... Smallprint, quotes, bold and other text styling elements 
 * Links............... Used for links that are used over more than one module
 * Lists............... Standard list style, or any lists used across different modules
 * Images.............. Basic image control
 * HTML5 Display....... Video, Audio, Canvas styling
 * Tables.............. 
 * Forms............... Form reset to start, followed by standard form styling for modular use
 * 
 * ------ Objects -----
 * Grids............... Fluid, proportional and nestable grids
 * Navigation.......... Navigation list
 * Header.............. Header
 * Social Links........ Social Link styling
 * Full Width Heading.. For pages with headers than run the full width of the page
 * Newsletter.......... Newsletter 'coloured' box
 * Promotion........... Promotion 'coloured' box
 * RSS................. RSS section
 * Column footer....... This gives the effect of a footer that aligns with the bottom of each column
 * Video meta.......... Meta information for the videos
 * Video icons......... This applies the video icon over the image. 
 * Custom filters...... For the custom select boxes in the filter tab.
 * Slideshow........... Slideshow styling
 * Latest blog posts... Styling for latest blog post stream (uses .stream in lists as a base)
 * Recent comments..... Styling for recent comments stream (uses .stream in lists as a base)
 * Pagination.......... Pagination
 * Blog listing........ Blog listing - this handles the blog listing format 
 * Blog heading........ Blog heading - this formats the top of the individual blog post pages
 * Fixed slider........ Fixed slider module 
 * Fixd Slide display.. This formats the display box that appear when you click on a slideshow item
 * Login alternative... This formats the 'alternative' login box
 * Share & Discuss..... Share and discuss list for comments and printing article pages
 * Related videos...... Related video list
 * Video menu.......... Video menu located at top of video player pages
 * Transcript.......... Transcript content area
 * Tick list........... Tick list style
 * Profile list........ Profile information list 
 * Library............. Library section styling
 * Shared Player....... Shared styles between video players
 * Standard Player..... Styles for the standard video player
 * Trailer Player...... Styles for the trailer video player
 * Warning box......... Style for Warning heading module
 * Get access.......... This is used as a promotion area below video players
 * Member info......... Used for the 3 boxes on the Membership page
 * Mobile menu......... Mobile menu styles
 * Mobile back......... Back button used on mobile site
 * Tabbed panels....... Tabbed panels used for tabbed page jquery
 * Featured Videos..... Listed videos on blog page
 *
 * ------- Media ------
 * 768 Media........... Media Queries for devices < 720
 * 480 Media........... Media Queries for devices < 480
 * Retina Media........ Media Queries for retina devices
 * Print Media......... Media Queries for print
 * Image Media......... Image control using Foresight
 * 
 * Helper.............. A series of helper classes to use arbitrarily
 */
/* $Imports
================================================== */
/* Generic utility styles etc. */
/* $Vars
================================================== */
/**
 * Set up project-specific variables here which
 * are then used throughout your build.
 */
/* $Mixins
================================================== */
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10);`
 *
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(box-sizing, border-box);`
 *
 */
/**
 * Create border-radius CSS in one go, e.g.
 *
   `@include rounded-corners(value);`
 *
 */
.rounded-top {
  -webkit-border-radius: 12px 0px 0px 0px;
  -moz-border-radius: 12px 0px 0px 0px;
  border-radius: 12px 0px 0px 0px; }

/* $Clearfix
================================================== */
/* Micro clearfix.
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing 
 * @extend .cf; */
.cf, dl.profile-list {
  zoom: 1; }
  .cf:before, dl.profile-list:before, .cf:after, dl.profile-list:after {
    content: "";
    display: table; }
  .cf:after, dl.profile-list:after {
    clear: both; }

/* $Shared
================================================== */
/* Base styles; unclassed HTML elements etc. */
/* $Main
================================================== */
html {
  font-size: 0.75em;
  line-height: 1.59;
  overflow-y: scroll; }

body {
  margin: 0;
  background-color: #e5e5e5; }

html, button, input, select, textarea {
  font-family: Helvetica, Arial, sans-serif;
  color: #404040; }

/* $Layout
================================================== */
.cut {
  overflow: hidden; }

.rel {
  position: relative; }

.grids.footer {
  background: #efefef;
  padding-top: 10px; }

.grids.footer .grid-4 {
  border-top: 1px solid #e5e5e5; }

/* Gutters 
================================================== */
.gutter-lucid, .slider-display {
  margin-left: 1px; }

.gutter-grey {
  border-left: 1px solid #e5e5e5; }

.gutter-fill {
  border-left: 1px solid #e5e5e5;
  background-color: #ffffff;
  overflow: hidden; }

.gutter-yellow, .warning-box, .warning-box-lrg, .warning-box-sml, .get-access, .member-info .sh-cell {
  border-left: 1px solid #e5e5e5;
  background-color: #f9ffdd; }

.gutter-black {
  border-left: 1px solid #e5e5e5;
  background-color: #2e2e2e;
  color: #d5d5d5; }

.gutter-off-white {
  border-left: 1px solid #e5e5e5;
  background-color: #fafafa; }

/* adjusts grid slightly so border is seen on both sides */
.video-grid .gutter-fill {
  border-right: 1px solid #E5E5E5;
  margin-right: -1px; }

/* Fills
================================================== */
.fill {
  background-color: #ffffff; }

.yellow-fill, .form-box.yellow, .promotion {
  background-color: #f9ffdd; }

.black-fill {
  background-color: #2e2e2e;
  color: #d5d5d5; }

.off-white-fill, .library {
  background-color: #fafafa; }

/* content section */
.trunk {
  background-color: #efefef; }

/* Generic Inner Paddings
================================================== */
.body-copy {
  padding: 26px 9% 26px 15px; }

.inner {
  padding: 5px 15px 15px 15px; }

.blog-list .inner {
  padding: 5px 15px 45px 15px; }

.inner-5 {
  padding: 5px; }

.inner-15 {
  padding: 15px; }

.inner-7-8 {
  padding: 15px 8px 15px 7px;
  overflow: hidden; }

.inner-right-large {
  padding: 15px 9% 15px 15px; }

.inner-right-small {
  padding: 15px 9.3% 15px 15px; }

/* $Headings
================================================== */
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 22px;
  font-size: 1.8333333333rem;
  color: #404040;
  line-height: 1.091;
  font-weight: normal;
  margin: 0 0 0.67em 0; }

h2, .beta {
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #404040;
  line-height: 1.313;
  font-weight: normal;
  margin: 0 0 1em 0; }

h3, .gamma {
  font-size: 17px;
  font-size: 1.4166666667rem;
  line-height: 1.239;
  color: #2a2929;
  font-weight: bold;
  margin: 0 0 0.45em 0; }

h4, .delta {
  font-size: 13px;
  font-size: 1.0833333333rem;
  line-height: 1.362;
  font-weight: bold;
  color: #2a2929;
  margin: 0 0 1.23em 0; }

h5, .epsilon {
  font-size: 12px;
  font-size: 1rem;
  color: #666666;
  font-weight: normal;
  margin: 0 0 1.5em 0; }

h5.invert-margin {
  margin: 0.75em 0 0 0; }

.footer h5, .footer .epsilon {
  margin: 0 0 1em 0; }

/* Heading box */
.hbox {
  display: inline-block;
  padding: 0.28em 0.5em 0.18em 0.5em;
  margin: 5px 0 5px 5px;
  background: #efefef;
  width: auto;
  color: #404040; }

.lt-ie8 .hbox {
  zoom: 1;
  *display: inline; }

.hbox.lrg {
  min-width: 133px; }

/* Related Headings used in side bar */
.related-title {
  padding-top: 15px;
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 12px; }

.accordion-title {
  margin: 0; }

.accordion-title.hbox {
  margin: 5px 0 5px 5px; }

/* Inverted Headings (Off-black sections)
================================================== */
.black-fill h2, .gutter-black h2, .black-fill h3, .gutter-black p.gamma, .gutter-black h3 {
  color: #fff; }

/* Inner used in grid-4 video preview pods */
.inner h2 {
  margin: 0 0 0.7em 0;
  height: 42px;
  overflow: hidden; }

.inner h5 {
  margin: 0; }

/* $Paragraphs
================================================== */
p {
  margin: 0 0 1.5em 0; }

.inner-right-small p:last-child,
.inner-right-large p:last-child,
.inner-15 p:last-child,
.body-copy p:last-child {
  margin: 0; }

.inner h2 {
  padding-right: 30px; }

/**
 * The `.lede` class is used to make the introductory
 * text of a document slightly larger.
 */
.lede {
  font-size: 16px;
  font-size: 1.3333333333rem;
  color: #666666;
  margin: 0 0 1em 0; }

/**
 * The `.details` class is used to change the colour
 * of text that are displaying extra detail.
 * E.g. When outputting a blog post date, or author
 */
.details {
  color: #858585; }

.inner .details {
  margin: 1.5em 0 0 0; }

/**
 * The `.caption` class is used for 
 * slideshow captions
 */
.caption {
  margin: 10px 15px 5px 10px; }

/**
 * Footer P's have no margin
 */
.contact p {
  margin: 0; }

.trailer-link {
  float: right;
  margin: 0; }

/**
 * Back have extra padding below
 */
.back {
  padding: 0 0 70px 0; }

.tight-first-p p:first-child {
  margin-top: 0; }

.lt-ie8 .inner .fr.no-margin {
  position: relative;
  bottom: 35px;
  right: 15px; }

.error p, p.error {
  color: #ff4545;
  font-weight: bold; }

/* $Typography
================================================== */
b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

abbr[title] {
  border-bottom: 1px dotted; }

small {
  font-size: 80%; }

/* SubScript & SuperScript
================================================== */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* $Quotes
================================================== */
q {
  quotes: "‘" "’" "“" "”"; }

q:before {
  content: "‘";
  content: open-quote; }

q:after {
  content: "’";
  content: close-quote; }

q q:before {
  content: "“";
  content: open-quote; }

q q:after {
  content: "”";
  content: close-quote; }

blockquote {
  quotes: "“" "”";
  text-indent: -0.4em; }

blockquote p:before {
  content: "“";
  content: open-quote; }

blockquote p:after {
  content: "";
  content: no-close-quote; }

blockquote p:last-of-type:after {
  content: "”";
  content: close-quote; }

/* $Links
================================================== */
a {
  color: #3088c5;
  text-decoration: none;
  border-bottom: 1px solid #3088c5; }

a:hover, a:active, a:focus {
  text-decoration: none;
  color: #489fdc;
  border-bottom: 1px solid #489fdc; }

a:focus {
  outline: thin dotted; }

a:active, a:hover {
  outline: 0; }

/* Heading link style
================================================== */
h1 a, .alpha a {
  line-height: 1.291; }

h1 a, .alpha a,
h2 a, .beta a,
h5 a, .epsilon a {
  color: #404040;
  border-bottom: 1px solid #3088c5; }

h1 a:hover, .alpha a:hover,
h2 a:hover, .beta a:hover,
h5 a:hover, .epsilon a:hover {
  color: #3088c5;
  border-bottom: 1px solid #3088c5; }

/* Golden Button Style
================================================== */
.gld-btn {
  display: inline-block;
  min-width: 114px;
  padding: 0 0 0 10px;
  margin: 0 0 -7px 0;
  border: none;
  background: #ab8e40;
  color: #ffffff;
  cursor: pointer; }

.lt-ie8 .gld-btn {
  zoom: 1;
  *display: inline;
  *width: 114px; }

/* we only add the white border where the button is 
 * on a coloured background (just for $Promotion currently)
*/
.gld-btn.w-border {
  height: 28px;
  border: 1px solid #ffffff; }

.gld-btn.w-border.w-space {
  margin-left: 10px; }

.gld-btn.w-border:hover {
  border: 1px solid #ffffff; }

.gld-btn em {
  float: left;
  font-style: normal;
  line-height: 1;
  padding: 8px 0 0 0;
  margin: 0 10px 0 0; }

.gld-btn span {
  float: right;
  width: 28px;
  height: 28px;
  border-left: 1px solid #ffffff;
  text-indent: -5000px;
  background-position: 40% -93px; }

.gld-btn:hover {
  background: #c7a957;
  color: #ffffff;
  border: none; }

.gld-btn:hover em {
  border-bottom: 1px solid #ffffff; }

/* Control Style
================================================== */
[class^="ctrl-"],
.ctrl,
.close,
.submit-ctrl {
  float: left;
  width: 28px;
  height: 28px;
  border: none;
  background-color: #ab8e40;
  text-indent: -5000px;
  cursor: pointer; }

[class^="ctrl-"]:hover,
.ctrl:hover,
.close:hover,
.submit-ctrl:hover {
  background-color: #c7a957;
  border: none; }

/* CSS3 Transition */
[class^="ctrl-"]:hover,
.ctrl:hover,
.close:hover,
.submit-ctrl:hover,
.gld-btn:hover {
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }

/* left */
.ctrl-l {
  background-position: 58% -193px; }

/* right */
.ctrl-r, .submit-ctrl {
  background-position: 39% -93px; }

[class^="ctrl-"].inactive {
  opacity: 0.6;
  cursor: default;
  background-color: #ab8e40;
  pointer-events: none; }

/* Add a white border to seperate the controls in the header */
.ctrl-r.bdr-left, .bdr-left.submit-ctrl {
  border-left: 1px solid #fff; }

/* Close Control
================================================== */
.close {
  background-position: 50% -292px; }

/* Twitter Handle
================================================== */
#twitter-handle {
  background-position: 0px -50px;
  padding: 2px 0 2px 1.83em;
  border: 0; }

#twitter-handle span {
  border-bottom: 1px solid #3088c5; }

#twitter-handle:hover span {
  border-bottom: 1px solid #489fdc; }

#tweet {
  padding: 0 0 0 8px; }

/* Black Section Link Style
================================================== */
.black-fill a, .gutter-black a {
  color: #fff;
  border-bottom: 1px solid #ab8e40; }

.black-fill a:hover, .gutter-black a:hover {
  color: #ab8e40;
  border-bottom: 1px solid #ab8e40; }

.gutter-black a.gld-btn:hover {
  color: #fff; }

/* Error link */
.error-bar a {
  color: #FF2929;
  border-bottom-color: #FF2929; }

.error-bar a:hover {
  color: #d30000;
  border-bottom-color: #d30000; }

/* $Lists
================================================== */
dl, menu, ol, ul {
  margin: 0 0 1.75em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 25px; }

/* Remove vertical spacing from nested lists */
li > ul,
li > ol {
  margin-top: 0;
  margin-bottom: 0; }

li > ul {
  padding: 0;
  list-style: none; }

li > ul li {
  padding: 0 0 0 10px;
  background: url("../img/sub-bullet.png") no-repeat 0 45%; }

/* margin on top of every li */
ul.m-top {
  display: inline-block;
  margin: -0.5em 0 -0.5em 0 !important; }

ul.m-top li {
  margin: 0.5em 0 0 0; }

/* Floated List
================================================== */
ul.floated li, ul.fixed-slider li, ul.video-menu li, .slideshow ul.floated li, .slideshow ul.fixed-slider li, .slideshow ul.video-menu li {
  float: left;
  width: auto; }

/* Site Map
================================================== */
ul.site-map {
  display: inline-block; }

ul.site-map li {
  float: left;
  width: 96px; }

/* Stream List
================================================== */
ul.stream {
  width: 100%; }

ul.stream li {
  float: left;
  width: 100%; }

/* Inline List
================================================== */
.inline-list li {
  display: inline;
  line-height: 1.8; }

.inline-list li.active a {
  color: #ab8e40;
  border-bottom-color: #ab8e40; }

/* Step Navigation
================================================== */
/**
 * Used in subscription process
 */
.steps {
  list-style-position: inside;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 21px; }

.lt-ie8 .steps {
  margin-bottom: 7px; }

.steps li {
  float: left;
  margin-left: -16px;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 16px;
  line-height: 28px;
  position: relative;
  background: #efefef; }

.steps li:first-child {
  padding-left: 10px; }

.steps-arrow {
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #efefef;
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 3; }

.steps-arrow-border {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid #fff;
  position: absolute;
  top: -4px;
  right: -18px;
  z-index: 3; }

/* Active state */
.steps .active {
  background-color: #ab8e40;
  color: #ffffff; }

.steps .active .steps-arrow {
  border-left-color: #ab8e40; }

/* Horizontal Definition List
================================================== */
.horiz-dl {
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: 10px; }

.horiz-dl dt,
.horiz-dl dd {
  float: left;
  margin-bottom: 5px; }

.horiz-dl dt {
  clear: both;
  width: 144px; }

.horiz-dl dd {
  margin-left: 0; }

.lt-ie8 .horiz-dl {
  width: 414px;
  padding: 0 5px; }

.lt-ie8 .horiz-dl dt, .lt-ie8 .horiz-dl dd {
  padding: 0 5px; }

.lt-ie8 .horiz-dl dd {
  width: 250px; }

/* $Images
================================================== */
img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

/* Corrects overflow displayed oddly in IE 9 */
svg:not(:root) {
  overflow: hidden; }

/* Responsive image wrap */
.img-wrap {
  display: block; }

.img-wrap img {
  display: block;
  width: 100%;
  height: auto; }

.vid-wrap {
  display: block;
  width: 100%; }

.vid-wrap video, .vid-wrap img {
  display: block;
  width: 100%;
  height: auto; }

.vid-wrap #mediaplayer_jwplayer_logo {
  width: auto;
  display: none; }

#mediaplayer_wrapper, #mediaplayer, #mediaplayer_displayarea, #mediaplayer_video, #mediaplayer_jwplayer_controlbar {
  width: 100% !important;
  left: auto !important; }

/* $HTML5 Display
================================================== */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

figure {
  margin: 0; }

.blog-copy iframe {
  width: 100%;
  height: auto;
  min-height: 280px; }

/* $Tables
================================================== */
/* Remove most spacing between table cells */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* $Forms
================================================== */
form {
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  padding: 11px 0 9px 10px;
  white-space: normal;
  *margin-left: -7px; }

legend.trim {
  padding: 5px 0 9px 10px; }

select {
  padding: 2px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

button[disabled], input[disabled] {
  cursor: default; }

input[type="password"], input[type="text"], textarea, input[type="search"], input[type="submit"] {
  -webkit-border-radius: 0px;
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  *height: 13px;
  *width: 13px; }

input[type="search"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0px; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="password"],
input[type="submit"],
input[type="search"],
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

textarea {
  overflow: auto;
  vertical-align: top; }

/**
 * Group sets of form fields in a list, e.g.:
   <ul class="form-fields">
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0;
  padding-left: 10px; }

.form-fields.margin-top {
  margin-top: 14px; }

.form-fields > li {
  margin-top: 5px;
  padding-left: 0;
  margin-bottom: 10px;
  background: none; }

.form-fields > li.error label,
label.error {
  color: #ff4545;
  font-weight: bold; }

label.error a {
  font-weight: normal; }

.form-fields > li.error .text-input {
  border-color: #ff6c6c;
  background-color: #FFCFCF; }

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class="label">Select an option below:</span>
       <ul class="multi-list four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label, .label {
  display: block;
  line-height: 30px; }

.tightspace {
  line-height: 20px; }

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class="check-list">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0; }

/* Labels in check-lists */
.check-label, .check-list label,
.check-list .label {
  display: inline-block; }

/* Gold Buttons
================================================== */
.gld-submit {
  display: inline-block;
  min-width: 126px;
  height: 30px;
  padding: 0 35px 0 10px;
  margin: 0;
  border: 1px solid #fff;
  background: #ab8e40 url("../img/submitBg.png") right no-repeat;
  color: #ffffff;
  cursor: pointer;
  text-align: left; }

.gld-submit:hover {
  background-color: #c7a957;
  color: #ffffff;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }

/* InField Labels
================================================== */
.infield {
  position: relative; }

/* no border-box support IE7 */
.lt-ie8 .infield {
  overflow: hidden; }

.infield label {
  position: absolute;
  z-index: 2;
  padding: 0 11px;
  color: #d7d7d7;
  pointer-events: none; }

.infield .text-input {
  position: relative;
  z-index: 1; }

/* Standard Input Style
================================================== */
/**
 * Text inputs
 * 
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type="text" class="text-input">
   <input type="email" class="text-input">
   <input type="password" class="text-input">
 *
 */
.text-input, textarea {
  background: #fff;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  margin: 0;
  border: none;
  border: 1px solid #d7d7d7;
  outline: none;
  color: #666666; }

/* horizontal alignment in IE 8 */
.lt-ie9 .text-input, .lt-ie9 textarea {
  padding-top: 7px;
  padding-bottom: 8px; }

/* horizontal alignment in IE 7 */
.lt-ie8 .text-input, .lt-ie8 textarea {
  height: 13px;
  width: 93%; }

/* Input text boxes with a control button
================================================== */
/* more padding to accomodate for ctrl btn */
.text-ctrl {
  padding: 0 40px 0 10px; }

.submit-ctrl {
  position: absolute;
  z-index: 2;
  bottom: 1px;
  right: 1px; }

.text-ctrl-wide {
  padding-right: 114px; }

.submit-ctrl-wide {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0; }

.black-fill .submit-ctrl, .gutter-black .submit-ctrl {
  background-position: 40% -93px; }

/* grey bg on inputs */
label.drk {
  color: #666666; }

.text-input.drk {
  background: #fbfbfb; }

/* newsletter colours */
.newsletter label {
  color: #848484; }

.newsletter .text-input {
  border-color: #babfc2;
  color: #848484; }

/* no border-box support IE7 */
.lt-ie8 .text-ctrl {
  box-sizing: content-box;
  width: 96%;
  padding-left: 3%;
  padding-right: 0px; }

/* shift button up a pixel in IE7 */
.lt-ie8 .submit-ctrl {
  bottom: 2px;
  right: 2px; }

/* Listed form boxes
================================================== */
.form-box-list {
  list-style: none;
  list-style-image: none;
  margin: 5px;
  padding: 0;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  /* border radious */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.form-box-list > li {
  padding-top: 4px;
  padding-left: 10px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5; }

.form-box-list > li:last-child {
  border-bottom: 0; }

.form-box-list .active {
  background-color: #f9ffdd; }

.form-box-list .form-fields {
  padding-left: 0; }

/* Form box
================================================== */
.form-box {
  position: relative;
  background-color: #fafafa;
  border: 1px solid #e5e5e5;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-top: 10px;
  padding-bottom: 5px;
  /* border radious */
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.form-box.margin-top {
  margin-top: 5px;
  padding: 0; }

.input-wrap {
  position: relative;
  float: left; }

.no-label .input-wrap {
  margin-left: 139px; }

.radio-wrap {
  padding: 6px 0 3px 15px; }

.radio,
.checkbox {
  margin-right: 5px; }

.star-msg {
  margin-top: 6px;
  margin-right: 15px;
  color: #666666; }

/* Label widths */
.label-w1 {
  width: 139px; }

.label-w2 {
  width: 184px; }

/* Input widths */
.input-w1 {
  width: 310px; }

/* Select widths widths */
.select-w1 {
  width: auto;
  margin: 5px 0 0 0; }

.select-w2 {
  width: 190px;
  margin: 5px 0 0 0; }

/* Form footer */
.form-footer {
  padding: 6px 15px 11px 15px; }

.form-text {
  width: 55%;
  margin-bottom: 7px; }

.form-text p {
  margin-top: 4px;
  color: #666666; }

.label-with-price {
  margin: 0;
  position: relative; }

.label-with-price.height-width {
  width: 346px;
  height: 31px;
  margin: 0;
  position: relative; }

.label-with-price em {
  font-style: normal;
  position: relative;
  top: 7px; }

.label-price.price-right {
  position: absolute;
  right: 0px; }

.lt-ie8 label .label-price {
  line-height: 1; }

.label-price strong {
  font-size: 19px; }

.form-msg {
  /*width: 315px;*/
  margin: 0 0 5px 10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #666666; }

.lt-ie8 .form-msg {
  margin: 5px 0 5px 10px; }

.form-msg-star {
  margin-left: -8px; }

.error-bar {
  color: #ff2929;
  border: 1px solid #ff6c6c;
  background-color: #ffcfcf;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 1px;
  padding: 15px 0 12px 46px;
  position: relative; }

.error-bar-close {
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 16px;
  left: 15px;
  cursor: pointer;
  background: url("../img/error-bar-close.png") no-repeat; }

.no-js #gift_details {
  display: block; }

/* Objects and abstractions */
/* $Grid
================================================== */
/**
 * Grid system generated with the Fluid Grid Calculator by Harry Roberts -- @csswizardry
 * csswizardry.com/fluid-grid-clalculator
 * 
 * Columns: 12
Width: 80
Gutter: 0

 * 
 */
/* Page container */
.wrapper {
  max-width: 959px;
  margin: 0 auto;
  overflow: hidden; }

/* Column container */
.grids {
  width: auto;
  max-width: 960px;
  clear: both;
  margin: 0 0 0 -1px;
  list-style: none;
  /* So we can make grids out of lists. */
  overflow: hidden;
  /* Clear the floats */ }

[class^="grid-"] {
  float: left; }

.grid-1 {
  width: 8.333%; }

.grid-2 {
  width: 16.667%; }

.grid-3 {
  width: 25%; }

.grid-4 {
  width: 33.33%; }

.grid-5 {
  width: 41.667%; }

.grid-6 {
  width: 50%; }

.grid-7 {
  width: 58.333%; }

.grid-8 {
  width: 66.667%; }

.grid-9 {
  width: 75%; }

.grid-10 {
  width: 83.333%; }

.grid-11 {
  width: 91.667%; }

.grid-12 {
  width: 100%;
  overflow: hidden; }

/* $Navigation
================================================== */
.nav {
  list-style: none;
  list-style-image: none; }

.nav a {
  color: #404040; }

.nav a:hover {
  color: #ab8e40;
  text-decoration: underline; }

/* Access Navigation */
.access-nav {
  overflow: hidden; }

.access-nav ul {
  list-style: none;
  list-style-image: none;
  margin: 9px 0 8px -11px;
  padding-left: 0; }

.access-nav li {
  float: left;
  margin-right: 9px;
  color: #858585; }

.access-nav a {
  margin-left: 8px; }

/* $Tabbed Navigation
================================================== */
.nav-holder {
  position: relative;
  height: 56px; }

.tabbed-nav, ul.mobile-menu {
  width: 100%;
  min-width: 750px;
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5; }

.free-button {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99; }

body.account .free-button, .free-button.inactive {
  display: none; }

.tabbed-nav.no-border, ul.no-border.mobile-menu {
  border-bottom: none; }

.tabbed-nav li, ul.mobile-menu li {
  float: left;
  margin-right: 1px;
  font-size: 16px;
  line-height: 24px;
  padding-top: 10px; }

.tabbed-nav a, ul.mobile-menu a {
  display: block;
  padding: 12px 25px 9px 25px;
  border-bottom: 0;
  background-color: #fafafa;
  color: #404040; }

.tabbed-nav a:hover, ul.mobile-menu a:hover {
  color: #ab8e40; }

/* change bg colour only on active */
.tabbed-nav .active a, ul.mobile-menu .active a {
  background-color: #ffffff; }

/* active and hover state */
.tabbed-nav .active, ul.mobile-menu .active,
.tabbed-nav li:hover,
ul.mobile-menu li:hover {
  padding-top: 0; }

.tabbed-nav .active a, ul.mobile-menu .active a,
.tabbed-nav li:hover a,
ul.mobile-menu li:hover a {
  padding-top: 17px;
  padding-bottom: 14px; }

/* CSS3 Transition */
.tabbed-nav li:hover, ul.mobile-menu li:hover,
.tabbed-nav li:hover a,
ul.mobile-menu li:hover a {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

/* $Side Navigation
================================================== */
.sidenav {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding-left: 0;
  border-top: 1px solid #e5e5e5; }

.sidenav li {
  border-bottom: 1px solid #e5e5e5; }

.sidenav a {
  color: #404040;
  border-bottom: 0;
  display: block;
  padding: 6px 15px 5px 15px; }

.sidenav .active {
  background: #fafafa url("../img/sidenav-arrow.png") 95% center no-repeat; }

.sidenav a:hover {
  background-color: #fafafa; }

/* CSS3 Transition */
.sidenav a:hover,
.related-videos li a {
  -webkit-transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  -moz-transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  -ms-transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear, border-color 0.3s linear; }

/* $Header
================================================== */
.header {
  margin-bottom: 9px; }

.branding-logo {
  float: left;
  border-bottom: 0;
  margin-right: 32px;
  width: 250px; }

.branding-logo:hover {
  border: none; }

.branding-text {
  float: left;
  width: 36%;
  margin-top: 38px;
  border-left: 1px solid #858585; }

.branding-text p {
  margin-top: -3px;
  margin-bottom: -5px;
  margin-left: 6px;
  color: #858585; }

/* $Social Links
================================================== */
.social-links {
  list-style: none;
  width: 100%;
  padding: 18px 15px;
  margin: 18px 0 0 -15px;
  border-top: 1px solid #e5e5e5; }

.social-links li {
  float: left;
  padding: 0 1.667em 0 1.83em; }

/* facebook, twitter and youtube bg imgs */
.fb, .st-facebook-counter {
  background-position: 0px 0px; }

.tw, .st-twitter-counter {
  background-position: 0px -56px; }

.st, .st-sharethis-counter {
  background-position: 0px -112px; }

.yt {
  background-position: 0px -168px; }

/* Share This Plugin CSS Overwrite
================================================== */
.share-this {
  margin: 0 13px 20px 0; }

.share-this.fr {
  margin: 9px 10px 0 0; }

.stMainServices {
  width: 17px;
  height: 17px;
  padding: 0 !important; }

.stButton .st-twitter-counter,
.stButton .st-facebook-counter,
.stButton .st-sharethis-counter {
  width: 18px !important;
  height: 18px !important; 
}

.st_twitter_hcount .stButton .st-twitter-counter,
.st_facebook_hcount .stButton .st-facebook-counter,
.st_sharethis_hcount .stButton .st-sharethis-counter {
  height: 18px !important; 
  min-height: 18px !important; 
}

/* $Full Width Heading
================================================== */
.full-width-heading {
  float: left;
  width: 100%; }

.full-width-heading h1, .full-width-heading .alpha {
  clear: left;
  display: block;
  padding: 1px 0 8px 15px;
  margin: 0;
  border-bottom: 1px solid #e5e5e5; }

.full-width-heading .alpha {
  letter-spacing: 2px; }

.full-width-heading h2 {
  float: left; }

.lt-ie8 .full-width-heading {
  padding: 0 0 5px 0; }

/* $Newsletter
================================================== */
.newsletter {
  background: #d8e7f5; }

.newsletter p {
  margin: 0 0 0.8em 0; }

/* $Featured
================================================== */
.featured {
  background: #f3eadb; }

.featured p {
  margin: 0 0 0.8em 0; }

.featured p.mg-top {
  margin-top: 0.8em; }

.featured a {
  color: #404040; }

.featured-videos a p span {
  border-bottom: 1px solid #404040 !important; }

/* $Promotion
================================================== */
.promotion {
  position: relative;
  padding-bottom: 36px; }

.promotion .gamma {
  margin: 0; }

.promotion .gld-btn {
  position: absolute;
  right: 15px;
  bottom: 21px; }

.promotion .tick-list {
  margin-bottom: 10px; }

/* $RSS
================================================== */
.rss {
  background: #d0e2c4;
  padding: 11px 15px 10px 15px; }

.rss p {
  display: inline-block;
  background-position: 0px -50px;
  padding: 0;
  margin: 0;
  border: none;
  line-height: 1; }

.rss p a {
  margin: 0 0 0 1.6em;
  border-bottom: 1px solid #404040;
  color: #404040; }

/* $Column Footer
================================================== */
/*
 * There are two types of column footers
 * .col-foot originally is relative to the parent
 *  
 * If .col is wrapped around .col-foot, it turns it child to be absolute. 
 *
 */
.col-foot {
  float: left;
  background: #fafafa;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5; }

.col-foot .inner {
  padding: 10px 15px;
  margin: 0; }

/*
 * .col has padding so that the content doesn't overflow the footer.
 * .col-foot is absolute to align to bottom of the column. 
 * 
 */
.col .gutter-fill {
  position: relative;
  padding: 0 0 40px 0; }

.col .col-foot {
  position: absolute;
  bottom: 0px;
  left: 0px; }

/* $Video Icons
================================================== */
.video-link {
  position: relative;
  border: none;
  display: block;
  cursor: pointer; }

.video-link span {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin: -5px;
  text-indent: -29000px; }

.video-link img {
  position: relative;
  z-index: 2; }

.video-link:hover {
  border: none; }

/* large icon */
.video-link.lrg span {
  position: absolute;
  height: 74px;
  top: 38%;
  background: url("../img/large_video_icon.png") no-repeat 50% 0; }

.video-link.lrg:hover span {
  background: url("../img/large_video_icon.png") no-repeat 50% -354px; }

/* small icon */
.video-link.sml {
  padding-bottom: 0; }

.video-link.sml span {
  position: absolute;
  height: 56px;
  top: 38%;
  background: url("../img/small_video_icon.png") no-repeat 50% 0; }

.video-link.sml:hover span {
  background: url("../img/small_video_icon.png") no-repeat 50% -174px; }

/* fixed link video icon */
.fixed-slider .video-link.sml span {
  margin-left: 0px;
  top: 28%; }

#trailerdiv {
  overflow: hidden;
  position: relative; }

#trailerdiv span {
  position: absolute;
  z-index: 3;
  height: 74px;
  width: 100%;
  top: 45%;
  left: 46.5%;
  background: url("../img/large_video_icon.png") no-repeat;
  text-indent: -5000px;
  cursor: pointer; }

#trailerdiv span:hover {
  background: url("../img/large_video_icon.png") no-repeat 0 -354px; }

.video-meta .share-this {
  width: 32%;
  margin-right: 0px; }

.video-meta .related {
  float: left;
  width: 68%; }

/* $Custom Filters
================================================== */
.filters {
  max-width: 475px; }

.filters select {
  float: left; }

.filters p {
  float: left;
  padding: 7px 10px 3px 10px;
  margin: 0; }

.lt-ie8 .filters {
  margin-bottom: -10px; }

.filters .gld-submit {
  margin-left: 18px; }

/* Custom Select Placement
================================================== */
.custom-select-container {
  position: relative;
  float: left;
  width: 145px; }

.custom-select {
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1; }

select.custom.replaced, .custom-select {
  width: 100%; }

select.custom.replaced {
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 30px;
  border: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  cursor: pointer; }

/* Custom Select Format
================================================== */
.dd-wrap {
  display: block;
  position: relative;
  height: 26px;
  border: 1px solid #e5e5e5;
  background: #f0f0f0 url("../img/custom_select_silver_gradient.jpg") repeat-x; }

.dd-wrap .selected {
  display: block;
  overflow: hidden;
  padding: 5px 28px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.dd-btn {
  display: block;
  position: absolute;
  z-index: 3;
  right: -1px;
  top: -1px;
  width: 28px;
  height: 26px;
  border: 1px solid #ab8e40;
  background: #ac8f42 url("../img/custom_select_gold_gradient.jpg") repeat-x; }

.dd-btn span {
  float: left;
  width: 28px;
  height: 26px;
  background-position: 49% -440px; }

/* $Slideshow
================================================== */
.slide-holder {
  overflow: hidden;
  position: relative;
  max-width: 960px;
  width: 100%; }

.js .slideshow {
  float: left;
  width: 999999px;
  position: relative; }

ul.slideshow li {
  float: left;
  max-width: 960px;
  width: 100%;
  position: relative; }

ul.slideshow li .grid-8 {
  float: right; }

ul.slideshow li .grid-4 {
  float: left; }

.no-js ul.slideshow {
  float: left;
  width: 100%; }

.ctrls {
  float: left;
  padding: 5px; }

/* Copy margins */
.slideshow h1 {
  margin: 0 0 0.2em 0; }

.slideshow h5 {
  margin-left: 6px; }

.slideshow .inner h5 {
  margin-left: 0; }

.slideshow p {
  margin: 0 0 1.1em 0; }

/* Share This positioning within slideshow */
.slideshow .share-this {
  float: left;
  clear: left;
  margin: 17px 0 0 0; }

/* Keep inline */
ul.slideshow li ul.inline-list li {
  float: none;
  max-width: none;
  width: auto; }

/* $Latest Blog Posts
================================================== */
/* 
 * This extends Stream List, which is found in the 
 * lists base file and is a shared format 
 *
 */
ul.stream.blog-latest a.img-wrap {
  float: left;
  width: 34.5%;
  border: 0; }

ul.stream.blog-latest .info {
  float: left;
  width: 65.5%; }

ul.stream.blog-latest .info .inner-right-small {
  padding-left: 5px;
  padding-bottom: 0; }

ul.stream.blog-latest .info .inner-right-small h5 {
  margin: 0; }

ul.stream.blog-latest .info .inner-right-small p.details {
  margin: 10px 0 0 0; }

/* $Recent Comments List
================================================== */
/* 
 * This extends Stream List, which is found in the 
 * lists base file and is a shared format 
 *
 */
ul.stream.recent-comments .img-wrap {
  float: left;
  width: 13.7%;
  border: 0; }

ul.stream.recent-comments .img-wrap img {
  border-radius: 3px; }

ul.stream.recent-comments .info {
  float: left;
  width: 86.3%; }

ul.stream.recent-comments .info .inner-right-small {
  padding-left: 0; }

ul.stream.recent-comments .info .inner-right-small p {
  margin: 0 0 5px 0; }

ul.stream.recent-comments .info .inner-right-small p.details {
  margin: 0; }

/* $Pagination
================================================== */
.pager {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 10px 0 10px 15px;
  line-height: 1; }

.pager li {
  float: left;
  margin: 0 5px 0 0;
  text-align: center; }

.pager a {
  display: block;
  padding: 0 2px 2px 2px;
  margin: 3px 4px 4px 4px;
  border-bottom: 0;
  color: #666666; }

.pager span {
  display: block;
  padding: 0 2px 2px 2px;
  margin: 3px 4px 4px 4px;
  border-bottom: 0;
  color: #666666; }

.pager a:hover {
  color: #ab8e40;
  border-bottom: 1px solid #ab8e40;
  margin-bottom: -1px; }

.pager .active {
  padding: 3px 6px 4px 6px;
  margin: 0;
  background-color: #ab8e40;
  color: #ffffff; }

.pager .active:hover {
  color: #ffffff;
  border-bottom: none; }

/* $Blog List
================================================== */
.blog-list {
  position: relative; }

.blog-list h2, .blog-list p {
  margin: 0; }

.blog-list p.details {
  margin: 0.417em 0 0.923em 0; }

/* this link sits 5px from the bottom */
.blog-list p.btm {
  position: absolute;
  left: 15px;
  bottom: 10px; }

.blog-list a.img-wrap {
  border: none; }

/* $Blog Headings
================================================== */
.heading {
  line-height: 1.2;
  margin: 0 0 5px 0; }

/* align to middle */
.subheading {
  float: left;
  margin: 6px 0 0 0; }

/* $Fixed Slider
================================================== */
.slider-holder {
  overflow: hidden;
  position: relative; }

.js ul.fixed-slider {
  float: left;
  width: 99999px; }

ul.fixed-slider.drk {
  background: #fafafa; }

ul.fixed-slider {
  position: relative;
  z-index: 2; }

ul.fixed-slider li {
  display: block;
  width: 156px;
  padding: 5px 0 5px 5px; }

ul.fixed-slider li img {
  width: 100%;
  height: auto; }

ul.fixed-slider li.gutter {
  height: 165px;
  background: #ffffff;
  padding: 5px;
  border-right: 1px solid #e5e5e5; }

ul.fixed-slider.tall li.gutter {
  height: 205px; }

.pod img {
  display: block; }

.pod p {
  display: none; }

/* title styles and alignment */
.pod h5 {
  margin: 10px 0 0 0; }

/* these are only used in .fixed-slider.tall */
.pod h5.margin {
  margin: 0 15px; }

.pod h5.hbox {
  margin: 5px 0; }

.slider-holder .right {
  position: absolute;
  z-index: 3;
  top: 0px;
  right: 0px;
  height: 205px;
  width: 5px;
  background: #fff; }

.slider-holder .right.drk {
  background: #FAFAFA; }

/* $Slider display
================================================== */
.slider-display {
  position: relative;
  padding: 5px;
  border-bottom: 1px solid #e5e5e5;
  display: none; }

.slider-display .close {
  position: absolute;
  top: 5px;
  right: 5px; }

/* $Login Alternative
================================================== */
.alternative-login {
  padding: 10px 0 0 0; }

.alternative-login .field {
  padding: 0 15px 0 0; }

.alternative-login .field label {
  float: left;
  width: 18.5%;
  padding: 0 7.7% 0 0; }

.alternative-login .field .text-input {
  float: left;
  width: 67%; }

/* relative position for .submit-ctrl placements */
.alternative-login .field .rel {
  position: relative;
  float: left;
  width: 67%; }

.alternative-login .field .rel .text-input {
  width: 100%; }

.lt-ie8 .alternative-login .field .rel .text-input {
  width: 95%; }

.lt-ie8 .alternative-login .field .rel .submit-ctrl {
  bottom: 0px; }

/* Vertical Format
================================================== */
.vertical .field {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0; }

.vertical .field label {
  width: 16%; }

.vertical .field .text-input, .vertical .field .rel {
  width: 69.5%; }

.lt-ie8 .vertical .field .rel {
  width: 74.5%; }

/* 
 * positioning of forgot password 
 * link (only for vertical format) 
 */
.forgot {
  float: left;
  padding: 10px 0 0 0;
  margin: 0 0 10px 23.4%; }

/* $Share & Discuss List
================================================== */
ul.discuss-list {
  margin: -0.6em 0 0 0 !important; }

ul.discuss-list li {
  padding: 0 0 0.6em 2em; }

ul.discuss-list li.social {
  background: none;
  padding: 0 0 0.7em 0;
  margin: 0 0 0 -3px; }

ul.discuss-list li.print {
  background-position: 0px -197px;
  padding: 0 0 0.9em 2em; }

ul.discuss-list li.comments {
  background-position: 0px -248px; }

ul.discuss-list li.last {
  padding-bottom: 0; }

/* $Related Videos
================================================== */
.related-videos {
  border-top: 1px solid #e5e5e5; }

.related-videos li {
  border-bottom: 1px solid #e5e5e5; }

.related-videos li a.dropdown {
  display: block;
  background-position: 100% -394px;
  /* 
   * use border to keep background 100%,
   * but also 15px in from the right 
   * 
   */
  border-top: 9px solid #fff;
  border-bottom: 9px solid #fff;
  border-right: 15px solid #fff;
  border-left: 15px solid #fff; }

.related-videos li a.dropdown.active, .related-videos li a.dropdown:hover {
  background-position: 100% -544px; }

.related-videos li a.dropdown span {
  border-bottom: 1px solid #3088c5; }

.related-videos li.active a.dropdown, .related-videos li a.dropdown:hover {
  background-color: #fafafa;
  border-color: #fafafa; }

.related-videos li a.dropdown.active span, .related-videos li a.dropdown:hover span {
  border-bottom: 1px solid #489fdc; }

/* Video Link
================================================== */
.related-videos li a.video-link, .related-videos li a.video-link:hover {
  border-top: 1px solid #e5e5e5; }

/* $Video menu
================================================== */
.video-header {
  float: left;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #E5E5E5; }

.full-width-heading .video-header h1, .video-header h1 {
  margin-right: 300px;
  border-bottom: none; }

.video-menu {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 300px; }

.lt-ie8 .video-header {
  width: 68.46%; }

ul.video-menu li {
  float: right;
  height: 21px;
  min-width: 87px;
  padding: 0 15px; }

.video-menu li.browse {
  border-left: 1px solid #e5e5e5;
  cursor: pointer; }

.video-menu li.browse.active span {
  background-position: 90% -244px; }

.video-menu li.browse.active:hover span {
  background-position: 90% -544px; }

.video-menu li.browse span {
  position: absolute;
  top: -3px;
  right: -27px;
  width: 30px;
  height: 30px;
  background-position: 90% -394px; }

.video-menu li a {
  position: relative;
  top: -6px; }

.video-menu li.browse a {
  margin-right: 30px; }

/* $Transcript
================================================== */
.transcript {
  overflow-y: scroll;
  height: 364px;
  padding: 10px 25px 10px 10px;
  border: 1px solid #e5e5e5;
  box-shadow: inset -10px 0px 10px 2px #e5e5e5; }

.transcript p {
  margin: 0 0 1.5em 0; }

/* $Tick List
================================================== */
.membership ul {
  list-style: none;
  padding: 0; }

ul.tick-list li,
.membership li {
  padding: 0 0 0.6em 2.75em;
  background: url("../img/tick-check.png") no-repeat; }

ul.tick-list.invert-margin,
.membership ul {
  margin: 0.7em 0 -0.7em 0; }

ul.tick-list.no-margin {
  margin: 0 0 -0.6em 0; }

ul.tick-list.extra-margin {
  margin: 0 0 0.6em 0; }

/* $Profile List
================================================== */
dl.profile-list {
  float: left;
  width: 488px;
  padding: 6px 0;
  margin: 0; }

dl.profile-list dt, dl.profile-list dd {
  float: left;
  padding: 6px 0 0 0;
  margin: 0; }

dl.profile-list dt {
  width: 245px;
  padding: 6px 10px;
  clear: both; }

/* Change paragraph */
p.change {
  position: absolute;
  bottom: 12px;
  left: 488px;
  margin: 0; }

/* Different bottom value for .change inside .radio-wrap */
.radio-wrap p.change {
  bottom: 9px; }

/* Block Change list style */
ul.change {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none; }

ul.change.fr {
  float: right; }

ul.change li {
  padding: 12px 0 0 0; }

/* Floated Change list style */
ul.change.floated li, ul.change.fixed-slider li, ul.change.video-menu li {
  padding: 11px 10px 0 0;
  margin: 0 10px 0 0;
  border-right: 1px solid #e5e5e5; }

ul.change.floated li.last-child, ul.change.fixed-slider li.last-child, ul.change.video-menu li.last-child {
  border-right: none; }

/* Fix the width of the label */
.form-box.radio-wrap label {
  width: 350px; }

/* Profile Edit
================================================== */
/* Form Actions */
.form-actions {
  margin: 5px 15px 10px 15px; }

/* $Library
================================================== */
.library {
  width: 100%;
  margin: 0 0 0 1px;
  border-bottom: 1px solid #e5e5e5; }

.library .gutter-fill {
  margin: 0 0 -1px 0;
  border-top: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-left: none; }

/* $Shared Player
================================================== */
/*
 * Shared Elements
 * These styles are shared between the two players
 * and are declared in the section below.
 *
 */
.mejs-overlay-play {
  z-index: 15; }

/* Big central play button */
.player .mejs-overlay-button {
  width: 75px;
  height: 75px;
  margin: -41px 0 0 -39px;
  background: url("../img/large_video_icon.png") no-repeat; }

.mejs-controls .mejs-button.mejs-volume-button button {
  cursor: default; }

.player .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -354px; }

/* Timing */
.player.mejs-container .mejs-controls .mejs-time, .player.mejs-container .mejs-controls .mejs-time span {
  color: #404040;
  font-size: 12px; }

.player.mejs-container .mejs-controls .mejs-time {
  height: auto;
  width: auto;
  padding: 11px 0 0 3px; }

.player.mejs-container .mejs-controls .mejs-time.mejs-duration-container {
  padding-right: 10px; }

.player.mejs-container .mejs-controls .mejs-time.mejs-currenttime-container {
  padding-left: 10px; }

/* Shared button styles */
.player .mejs-controls .mejs-button button {
  width: 36px;
  height: 36px;
  margin: 0; }

.player.mejs-container .mejs-controls div {
  width: 36px;
  height: 36px; }

/* Play Button */
.player .mejs-controls .mejs-play button {
  background-position: 10px 10px; }

.player .mejs-controls .mejs-play:hover button {
  background-position: 10px -40px; }

/* Pause Button */
.player .mejs-controls .mejs-pause button {
  background-position: 10px -290px; }

.player .mejs-controls .mejs-pause:hover button {
  background-position: 10px -340px; }

/* Fullscreen Button */
.player .mejs-controls .mejs-fullscreen-button button {
  background-position: 8px -192px; }

.player .mejs-controls .mejs-fullscreen-button.active button {
  background-position: 8px -242px; }

/* $Standard Player
================================================== */
/*
 * Standard Video Player Elements
 * These styles are for the main video player
 * that is used to display videos that have been paid
 * for etc.
 *
 */
.standard-player.mejs-container {
  background: #fff; }

/* The bar block */
.mejs-container.standard-player .mejs-controls {
  height: 36px;
  width: 100%; }

.standard-player.mejs-container .mejs-controls div {
  background: rgba(255, 255, 255, 0.85);
  margin-right: 1px; }

/* Fullscreen buttons
================================================== */
.standard-player.mejs-container .mejs-controls .mejs-fullscreen-button {
  margin-right: 0; }

/* Time Rail
================================================== */
.standard-player.mejs-container .mejs-controls .mejs-time-rail {
  width: 650px;
  padding: 0px; }

.standard-player .mejs-controls .mejs-time-rail span {
  height: 4px;
  margin: 15px 15px 0 15px;
  border: 1px solid #fff;
  border-radius: 0px; }

.standard-player .mejs-controls .mejs-time-rail span span {
  margin: 0;
  border: 0; }

/* total time bar (black) */
.standard-player .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #404040; }

/* loading bar (grey) */
.standard-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #717171; }

/* current bar (gold) */
.standard-player .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ab8e40; }

/* $Trailer Player
================================================== */
/*
 * Trailer Video Player Elements
 * These styles are for the trailer video player only
 *
 */
/* Controls Bar
================================================== */
/* Add padding so doesn't overlap image */
.trailer-player.mejs-container {
  background: #f4f4f4; }

/* The bar block */
.mejs-container.trailer-player .mejs-controls {
  background: #f4f4f4;
  height: 36px;
  width: 100%;
  border-top: 1px solid #e5e5e5; }

/* Fullscreen Buttons */
.trailer-player .mejs-controls .mejs-fullscreen-button {
  float: right; }

.trailer-player .mejs-controls .mejs-button button {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5; }

.trailer-player .mejs-controls .mejs-play button, .trailer-player .mejs-controls .mejs-pause button {
  border-left: none; }

.trailer-player .mejs-controls .mejs-fullscreen-button button {
  border-right: none; }

.mejs-time-float {
  display: none !important; }

.trailer-player .mejs-overlay-button {
  display: none; }

/* Audio
================================================== */
/* Audio slider */
.trailer-player .mejs-controls div.mejs-horizontal-volume-slider {
  width: 54px;
  height: 36px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #e5e5e5; }

.player .mejs-controls .mejs-horizontal-volume-slider div {
  width: 54px; }

.player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  height: 6px;
  border-radius: 0px;
  top: 15px;
  background: #404040; }

.player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  height: 6px;
  border-radius: 0px;
  top: 15px;
  background: #ab8e40; }

/* Audio handle */
.trailer-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: block;
  width: 7px;
  height: 18px;
  background: url("../img/trailer_audio_handle.png") no-repeat;
  top: 9px;
  position: relative;
  cursor: pointer; }

/* Audio button */
.player .mejs-controls .mejs-button.mejs-volume-button {
  padding: 0 5px 0 0; }

.player .mejs-controls .mejs-button.mejs-volume-button button {
  border: 0;
  background-position: 10px -91px; }

.player .mejs-controls .mejs-button.mejs-unmute button {
  background-position: 10px -139px; }

/* Time Rail
================================================== */
.trailer-player.mejs-container .mejs-controls .mejs-time-rail {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 8px !important;
  padding: 0; }

.trailer-player .mejs-controls .mejs-time-rail span {
  height: 8px;
  margin: 0;
  border-radius: 0px; }

/* total time bar (black) */
.trailer-player .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #404040;
  background: -moz-linear-gradient(top, #4d4d4d 0%, #4d4d4d 50%, #404040 50%, #404040 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4d4d4d), color-stop(50%, #404040), color-stop(50%, #404040), color-stop(100%, #cb00dd));
  background: -webkit-linear-gradient(top, #4d4d4d 0%, #4d4d4d 50%, #404040 50%, #404040 100%);
  background: -o-linear-gradient(top, #4d4d4d 0%, #4d4d4d 50%, #404040 50%, #404040 100%);
  background: -ms-linear-gradient(top, #4d4d4d 0%, #4d4d4d 50%, #404040 50%, #404040 100%);
  background: linear-gradient(to bottom, #4d4d4d 0%, #4d4d4d 50%, #404040 50%, #404040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#404040',GradientType=0 ); }

/* loading bar (grey) */
.trailer-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #717171;
  background: -moz-linear-gradient(top, #7c7c7c 0%, #7c7c7c 50%, #717171 50%, #717171 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7c7c7c), color-stop(50%, #717171), color-stop(50%, #717171), color-stop(100%, #cb00dd));
  background: -webkit-linear-gradient(top, #7c7c7c 0%, #7c7c7c 50%, #717171 50%, #717171 100%);
  background: -o-linear-gradient(top, #7c7c7c 0%, #7c7c7c 50%, #717171 50%, #717171 100%);
  background: -ms-linear-gradient(top, #7c7c7c 0%, #7c7c7c 50%, #717171 50%, #717171 100%);
  background: linear-gradient(to bottom, #7c7c7c 0%, #7c7c7c 50%, #717171 50%, #717171 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c7c7c', endColorstr='#717171',GradientType=0 ); }

/* current bar (gold) */
.trailer-player .mejs-controls .mejs-time-rail .mejs-time-current {
  background: #ab8e40;
  background: -moz-linear-gradient(top, #b3984d 0%, #b3984d 50%, #ab8e40 50%, #ab8e40 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b3984d), color-stop(50%, #ab8e40), color-stop(50%, #ab8e40), color-stop(100%, #cb00dd));
  background: -webkit-linear-gradient(top, #b3984d 0%, #b3984d 50%, #ab8e40 50%, #ab8e40 100%);
  background: -o-linear-gradient(top, #b3984d 0%, #b3984d 50%, #ab8e40 50%, #ab8e40 100%);
  background: -ms-linear-gradient(top, #b3984d 0%, #b3984d 50%, #ab8e40 50%, #cb00dd 100%);
  background: linear-gradient(to bottom, #b3984d 0%, #b3984d 50%, #ab8e40 50%, #ab8e40 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3984d', endColorstr='#ab8e40',GradientType=0 ); }

/* Time handle */
.trailer-player .mejs-controls .mejs-time-rail .mejs-time-handle {
  display: block;
  height: 18px;
  width: 18px;
  border: 0;
  top: -4px;
  left: -18px;
  background: url("../img/trailer_handle.png") no-repeat; }

/* $Warning box
================================================== */
.warning-box, .warning-box-lrg, .warning-box-sml {
  border-bottom: 1px solid #e5e5e5; }

/* 
 * if the warning box has a gld-btn in it, use
 * this larger style to lower the padding 
 *
 * Both heights go to a height of 48px
 *
 */
.warning-box-lrg {
  padding: 9px 15px; }

.warning-box-sml {
  padding: 13px 15px; }

[class^="warning-box-"] p {
  margin: 0; }

/**
 * The `.warning` class is used to add a
 * warning symbol next to a paragraph of text.
 */
.warning {
  float: left;
  padding: 2px 0 0 35px;
  background-position: 0px -150px; }

.warning-box-lrg .warning {
  padding: 6px 0 0 35px;
  background-position: 0px -145px; }

.message {
  float: left;
  padding: 6px 0 0 0; }

/* $Get Access
================================================== */
.get-access {
  padding: 13px 10px 17px 15px;
  border-bottom: 1px solid #e5e5e5; }

.get-access h3 {
  margin: 0 0 0.6em 0; }

.get-access p {
  margin: 0; }

/* $Member info
================================================== */
.member-info {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px; }

.member-info .sh-cell {
  padding: 13px 15px;
  position: relative; }

.member-info p {
  margin: 0 0 1.25em 0; }

.member-info p.payment-options {
  display: block;
  margin: 0; }

.member-info p.payment-options img {
  float: left;
  margin: 0 10px 0 0; }

/* $Mobile menu
================================================== */
/* trunk colour */
.trunk.mobile {
  margin-top: 5px;
  position: relative; }

.trunk.mobile.open {
  border-bottom: 1px solid #e5e5e5; }

.free-button-mobile {
  position: absolute;
  right: 0;
  top: -55px;
  z-index: 99;
  width: 65px; }

body.account .free-button-mobile {
  display: none; }

/* Inital menu */
ul.mobile-menu {
  float: left;
  border: none;
  background: #e5e5e5; }

ul.mobile-menu li {
  width: 106px;
  padding: 0; }

/* reset hover */
ul.mobile-menu li:hover a {
  color: #404040;
  padding: 17px 0 13px 0; }

ul.mobile-menu li.active a {
  padding: 17px 0 13px 0;
  background-color: #ffffff;
  border-bottom: 1px solid #ffffff; }

ul.mobile-menu li a {
  width: auto;
  padding: 17px 0 13px 0;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  line-height: 1; }

/* open / close button */
ul.mobile-menu li.menu-btn a span {
  display: inline-block;
  width: 15px;
  height: 13px;
  background-position: 100% -396px; }

ul.mobile-menu li.menu-btn.active a span {
  background-position: 100% -250px; }

/* Subnav drop-down navigation style
================================================== */
ul.sub-mobile-menu, ul.browse-video-menu, ul.mobile-nav {
  float: left;
  width: 100%;
  padding: 9px 0 0 0;
  margin: 0 20px 10px 0;
  background: #ffffff;
  list-style: none;
  display: none; }

ul.sub-mobile-menu li, ul.browse-video-menu li, ul.mobile-nav li {
  display: block;
  width: 100%;
  border-top: 1px solid #e5e5e5; }

ul.sub-mobile-menu li:last-child, ul.browse-video-menu li:last-child, ul.mobile-nav li:last-child {
  border-bottom: 1px solid #e5e5e5; }

ul.sub-mobile-menu li.active a, ul.browse-video-menu li.active a, ul.mobile-nav li.active a,
ul.sub-mobile-menu li a,
ul.browse-video-menu li a,
ul.mobile-nav li a {
  display: block;
  padding: 12px 0px 12px 15px;
  border: none;
  border-right: 15px solid #fafafa;
  background-color: #fafafa;
  background-position: 100% -39px;
  font-size: 12px;
  color: #404040;
  line-height: 1; }

/* Add sub-mobile menu to lists
================================================== */
ul.browse-video-menu {
  display: block;
  padding-top: 0px;
  margin-bottom: 0px; }

/* Mobile search form
================================================== */
.mobile-search {
  float: left;
  width: 100%;
  padding: 9px 0;
  margin: 0 20px 10px 0;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  display: none; }

.mobile-search form {
  margin: 0 15px; }

/* $Mobile Back
================================================== */
.mobile-back {
  display: none;
  width: 127px;
  padding: 12px 0 12px 28px;
  margin: 0 0 5px 0;
  border: 1px solid #e5e5e5;
  border-top: none;
  line-height: 1;
  background-position: 10px -138px; }

.mobile-back:hover {
  border-bottom: 1px solid #e5e5e5; }

.mobile-back span {
  border-bottom: 1px solid #3088c5; }

.mobile-back span:hover {
  border-bottom: 1px solid #489fdc; }

/* $Tabbed Panels
================================================== */
.tabbed-panels {
  float: left;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  position: relative; }

.panel {
  float: left;
  width: 100%;
  background: #ffffff;
  z-index: 5; }

.js .panel {
  display: none; }

.featured-videos {
  list-style: none;
  padding: 0;
  margin: 0; }

.featured-video-title {
  margin: 0 7px 7px 8px; }

.featured-videos li {
  float: right;
  width: 50%; }

.featured-videos li.alternate {
  float: left;
  clear: left; }

.featured-videos a {
  display: block;
  padding-bottom: 17px;
  margin: 0 7px 0 8px;
  border: 0 none; }

.featured-videos a p {
  display: inline-block;
  margin: 5px 15px 0 0px; }

.featured-videos a p span {
  border-bottom: 1px solid #3088c5; }

.featured-videos .img-wrap {
  position: relative; }

.featured-video-play {
  position: absolute;
  width: 100%;
  height: 56px;
  top: 14px;
  left: 0px;
  background-image: url("../img/small_video_icon.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-indent: -9999px; }

.featured-videos a:hover .featured-video-play {
  background-position: 50% -174px; }

/* Style trumps; helper classes */
/* $Helper
================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

.fn {
  float: none; }

.cl {
  clear: left; }

.accessibility {
  position: absolute;
  left: -99999px; }

.hide, .show-mobile {
  display: none; }

.list-reset, ul.site-map, ul.stream, ul.fixed-slider, ul.discuss-list, .related-videos, .video-menu, ul.tick-list, ul.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.dropcontent {
  display: none; }

/* Border helpers 
================================================== */
.bdr-top {
  border-top: 1px solid #e5e5e5; }

.bdr-bottom, ul.stream li {
  border-bottom: 1px solid #e5e5e5; }

.lt-ie8 .fix {
  border-bottom: 7px solid white; }

.no-bdr {
  border: none; }

/* Margin helpers 
================================================== */
.gap {
  margin-bottom: 10px; }

.top-gap {
  margin-top: 10px; }

.bottom {
  padding-bottom: 10px; }

.no-margin {
  margin: 0; }

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

.minus {
  margin-left: -1px; }

.nudge-20 {
  margin: 0 0 0 20px; }

/* used for mobile, but needs to be reset on desktop
 *   - basically the same as .inner-15
 *   - used for Tags and Categories in Side Nav
 */
.accordion-content {
  padding: 0 15px 15px; }

.accordion-content.no-padding {
  padding: 0; }

/* Sprites 
================================================== */
.block_controls_sprite, .gld-btn span, [class^="ctrl-"],
.ctrl,
.close,
.submit-ctrl, .dd-btn span, .related-videos li a.dropdown, .video-menu li.browse span, ul.mobile-menu li.menu-btn a span, ul.sub-mobile-menu li.active a, ul.browse-video-menu li.active a, ul.mobile-nav li.active a,
ul.sub-mobile-menu li a,
ul.browse-video-menu li a,
ul.mobile-nav li a, .mobile-back {
  background-image: url("../img/block_controls_sprite.png");
  background-repeat: no-repeat; }

.social_media_sprite, #twitter-handle, .social-links li, .stMainServices {
  background-image: url("../img/social_media_sprite.png") !important;
  background-repeat: no-repeat; }

.web_graphics_sprite, .rss p, ul.discuss-list li, .warning {
  background-image: url("../img/web_graphics_sprite.png");
  background-repeat: no-repeat; }

.player_sprite, .player .mejs-controls .mejs-button button, .player .mejs-controls .mejs-button.mejs-volume-button button {
  background-image: url("../img/player_sprite.png");
  background-repeat: no-repeat; }

/* Effects 
================================================== */
.opaque {
  opacity: .5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50); }

.transition {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; }

/* Arrows
================================================== */
.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; }

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #f00; }

.arrow-right {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green; }

.arrow-left {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue; }

/* Media queries */
/* $959 Media Queries
================================================== */
@media screen and (max-width: 959px) {
  .featured-videos li {
    width: 100%; }

  .featured-video-play {
    top: 30%; } }
/* $768 Media Queries
================================================== */
@media screen and (max-width: 768px) {
  /* Layout
  ================================================== */
  .wrapper {
    margin: 0 20px; }

  /* Header
  ================================================== */
  .branding-text {
    display: none; }

  /* Tabbed Nav
  ================================================== */
  .tabbed-nav a, ul.mobile-menu a {
    padding: 12px 20px 9px 20px; }

  .tabbed-nav li:hover, ul.mobile-menu li:hover,
  .tabbed-nav li:hover a,
  ul.mobile-menu li:hover a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

  #trailerdiv span {
    top: 45%;
    left: 46%; }

  /* Filters (home page custom select container)
  ================================================== */
  .filter-menu {
    width: 91.667%; }

  /* Blog List
  ================================================== */
  .blog-list p {
    display: none; }

  .blog-list p.details, .blog-list p.btm {
    display: block; }

  .blog-list p.btm {
    bottom: 7px; }

  /* Blog Copy & Sidebar
  ================================================== */
  .trailer-link {
    float: left;
    padding: 10px 0 0 0; }

  .blog-sidebar, .blog-copy {
    width: 100%; }

  .blog-copy {
    border-bottom: 1px solid #e5e5e5; }

  .blog-sidebar .discuss-list {
    padding: 0 0 15px 0; }

  .blog-sidebar .discuss-list li {
    float: left;
    margin: 0 25px 0 0; }

  .blog-sidebar .discuss-list li.print {
    margin: 0 35px 0 0; }

  .blog-sidebar .discuss-list li.social {
    margin: -1px 0 0 0; }

  .blog-sidebar .list-reset li, .blog-sidebar ul.site-map li, .blog-sidebar ul.stream li, .blog-sidebar ul.fixed-slider li, .blog-sidebar ul.discuss-list li, .blog-sidebar .related-videos li, .blog-sidebar .video-menu li, .blog-sidebar ul.tick-list li, .blog-sidebar ul.mobile-menu li {
    display: inline; }

  /* Col-Foot Twitter Message (Home Page)
  ================================================== */
  .col-foot p {
    float: left; }

  #twitter-handle {
    float: left;
    padding-right: 8px; }

  #tweet {
    padding: 0; }

  /* Promotion Module
  ================================================== */
  .promotion {
    float: left;
    padding-bottom: 15px; }

  .promotion .gld-btn {
    float: left;
    margin: 10px 0 0 0;
    position: relative;
    right: auto;
    bottom: auto; }

  /* Social Links (Footer)
  ================================================== */
  .social-links li, .share-this .clear {
    float: left;
    clear: left;
    margin-bottom: 10px; }

  .social-links li.yt {
    margin: 0; }

  /* Account option links
  ================================================== */
  ul.change.fr {
    float: left;
    margin: 0 0 0 10px; }

  /* Contact 
  ================================================== */
  .contact .grid-5 {
    width: 66.667%; }

  /* Videos 
  ================================================== */
  #mediaplayer_wrapper, #mediaplayer, #mediaplayer_displayarea, #mediaplayer_video, #mediaplayer_jwplayer_controlbar {
    height: 314px !important; } }
/* $480 Media Queries
================================================== */
@media screen and (max-width: 720px), (max-device-width: 480px) {
  /* Helpers
  ================================================== */
  .hide-mobile {
    display: none; }

  .no-border-mobile {
    border-bottom: none !important; }

  .no-border-top-mobile {
    border-top: none !important; }

  .bdr-bottom-mobile {
    border-bottom: 1px solid #e5e5e5; }

  .bdr-top-mobile {
    border-top: 1px solid #e5e5e5; }

  [class^="grid-"] {
    width: 100%; }

  input {
    font-size: 16px !important; }

  .mobile-margin-top {
    margin-top: 10px; }

  .mobile-back, .show-mobile {
    display: block; }

  /* Gld Button
  ================================================== */
  .gld-btn {
    min-width: 0; }

  .gld-btn em {
    padding-left: 5px;
    padding-right: 5px; }

  /* Layout
  ================================================== */
  .wrapper {
    margin: 0 0px; }

  .inner {
    padding-top: 10px;
    padding-bottom: 10px; }

  /* Header - We need to construct a completely new header
   * for Epona Mobile
  ================================================== */
  .header {
    margin: 0; }

  .header .grid-4 {
    display: none; }

  .nav-holder {
    display: none; }

  /* Filters (home page custom select container)
  ================================================== */
  .filter-menu {
    width: 100%; }

  .filters {
    display: none; }

  #trailerdiv span {
    top: 30%;
    left: 38%; }

  /* Slideshow
  ================================================== */
  .js .slideshow, .slideshow {
    width: 100%; }

  .slideshow .grid-4, .slideshow .grid-8 {
    width: 100%;
    float: left; }

  .slideshow .grid-4 {
    border-bottom: 1px solid #e5e5e5; }

  /* Aside
  ================================================== */
  .aside {
    width: 100%;
    margin: 10px 0 -10px 0; }

  .aside .newsletter {
    display: none; }

  .aside .promotion {
    border-top: 1px solid #e5e5e5; }

  /* Promotion Module
  ================================================== */
  .promotion {
    display: none; }

  .promotion .gld-btn {
    position: absolute;
    right: 15px;
    bottom: 14px; }

  /* Division class to add border top
  ================================================== */
  .division {
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }

  .division .inner-15 {
    padding: 7px 15px; }

  /* Video Header
  ================================================== */
  .full-width-heading .video-header h1, .video-header h1 {
    margin: 0 20px 0 0; }

  .video-header {
    border-bottom: none; }

  .video-menu {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }

  ul.video-menu li {
    float: left; }

  /* Video Meta
  ================================================== */
  .video-meta.gap {
    margin: 0; }

  .video-meta .inner-15 {
    padding: 15px 0; }

  .video-meta .inner-15 .fl {
    float: left;
    width: 100%; }

  .video-meta .inner-15 .fl.share-this {
    padding: 0 15px 5px 15px;
    margin: 0;
    border-bottom: 1px solid #e5e5e5; }

  .video-meta .inner-15 .fl > h5, .video-meta .inner-15 .fl > ul {
    padding: 0 15px; }

  .video-meta .inner-15 .fl > h5 {
    padding-top: 10px;
    margin: 0; }

  .video-meta .inner-15 .fl > ul.bdr-bottom-mobile {
    padding-bottom: 5px; }

  .list-reset.mobile-block li, ul.mobile-block.site-map li, ul.mobile-block.stream li, ul.mobile-block.fixed-slider li, ul.mobile-block.discuss-list li, .mobile-block.related-videos li, .mobile-block.video-menu li, ul.mobile-block.tick-list li, ul.mobile-block.mobile-menu li {
    display: block; }

  .video-meta .related {
    width: 100%;
    padding: 15px 0; }

  .video-meta .related h5, .video-meta .related ul {
    padding: 0 0 0 15px; }

  /* Video Login notice
  ================================================== */
  .min-width {
    position: relative; }

  .min-width .gamma {
    float: left;
    padding-right: 120px; }

  .min-width .fr {
    position: absolute;
    right: 15px;
    top: 25px; }

  .tabbed-panels {
    width: 100%; }

  /* Fixed Slider
  ================================================== */
  ul.fixed-slider li {
    display: block;
    width: 100px;
    padding: 5px 0 5px 5px; }

  ul.fixed-slider li img {
    display: block;
    width: 100%; }

  /* Blog List
  ================================================== */
  .blog-list .grid-6:first-child {
    float: left;
    width: 100%; }

  .blog-list .grid-6:first-child h2 {
    padding-right: 107px; }

  .blog-list .grid-6:last-child {
    position: absolute;
    right: 0px;
    width: 107px; }

  .blog-list .inner {
    padding-bottom: 5px; }

  .blog-list p.details {
    margin-bottom: 0; }

  .blog-list p.btm {
    display: none; }

  /* Blog Article
  ================================================== */
  .subheading {
    margin: 0; }

  .inner-right-large {
    padding-top: 10px; }

  .blog-sidebar .discuss-list li.print, .blog-sidebar .discuss-list li.comments {
    display: none; }

  .blog-sidebar .discuss-list {
    padding-top: 5px; }

  /* Pagination
  ================================================== */
  .pager {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    line-height: 1;
    background: #efefef; }

  .pager li {
    margin: 0;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5; }

  .pager a, .pager span {
    display: block;
    width: 35px;
    padding: 12px 0;
    margin: 0;
    border-right: 1px solid #e5e5e5;
    border-bottom: 0;
    color: #666666; }

  .pager .active {
    padding: 12px 0;
    margin: 0;
    background-color: #ab8e40;
    color: #ffffff; }

  /* Footer
  ================================================== */
  .footer .grid-4 {
    width: 100%; }

  /* Social Links (Footer)
  ================================================== */
  .social-links li, .share-this .clear {
    clear: none;
    margin-bottom: 10px; }

  .share-this.full-width {
    float: left;
    width: 100%;
    padding: 15px;
    margin: 0; }

  /* Accordion Title
  ================================================== */
  .accordion-title {
    float: none;
    min-width: 0;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    border-right: 15px solid white;
    line-height: 1;
    cursor: pointer;
    background-color: #ffffff;
    background-image: url("../img/block_controls_sprite.png");
    background-repeat: no-repeat;
    background-position: 100% -385px; }

  .accordion-title span {
    border-bottom: 1px solid #3088c5; }

  .accordion-title.active {
    background-position: 100% -535px; }

  .accordion-title:hover {
    color: #3088c5; }

  .accordion-title.hbox {
    margin: 0; }

  .accordion-title.hbox span {
    margin: 0 0 0 8px; }

  /* Accordion Content
  ================================================== */
  .accordion-content {
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    display: none; }

  .accordion-content ul {
    margin-top: 10px; }

  .accordion-content.no-padding ul {
    border-top: none;
    margin: 0; }

  .accordion-content .related-videos li:last-child {
    border-bottom: none; }

  .accordion-content .slider-holder li h5 {
    width: 171px; }

  /* Accordion List
  ================================================== */
  .accordion-list {
    display: none; }

  .accordion-list li a {
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
    line-height: 16px;
    background-image: url("../img/block_controls_sprite.png");
    background-repeat: no-repeat;
    background-position: 100% -39px; }

  .accordion-list li:last-child {
    border: none; }

  /* Accordion Slider
  ================================================== */
  .accordion-content .slider-holder {
    border-top: none; }

  .accordion-content .slider-holder ul {
    width: 100%; }

  .accordion-content .slider-holder li {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e5e5e5; }

  .accordion-content ul.fixed-slider.tall li.gutter {
    height: auto; }

  .accordion-content .slider-holder li:last-child {
    border-bottom: none; }

  .accordion-content .slider-holder li img {
    float: left;
    width: 100px; }

  .accordion-content .slider-holder li span, .accordion-content .slider-holder li .hbox {
    display: none; }

  .accordion-content .slider-holder li h5 {
    float: left; }

  /* Member info
  ================================================== */
  .member-info {
    background-color: #f9ffdd; }

  /* Alternative Login
  ================================================== */
  .alternative-login .field {
    margin-top: 10px; }

  .alternative-login .field .text-input, .alternative-login .field .rel {
    width: 73%; }

  .nudge-20 {
    clear: left;
    margin: 10px 0 0 0; }

  /* Warning box
  ================================================== */
  .warning-box, .warning-box-lrg, .warning-box-sml {
    margin: 0 0 10px 0; }

  .warning-box .fr, .warning-box-lrg .fr, .warning-box-sml .fr {
    width: 100%;
    padding: 0;
    margin: 5px 0;
    text-align: center; }

  .warning {
    background-position: 0px -141px; }

  /* Sidenav
  ================================================== */
  .sidenav li a, .sidenav li a.active {
    padding: 12px 0px 12px 15px;
    border-right: 15px solid #ffffff;
    line-height: 1;
    background-image: url("../img/block_controls_sprite.png");
    background-repeat: no-repeat;
    background-position: 100% -39px; }

  .sidenav li a.active, .sidenav li:hover a {
    border-right-color: #FAFAFA; }

  /* Subscript and Account
  ================================================== */
  .input-w1 {
    width: 97%; }

  .no-label .input-wrap {
    margin-left: 0; }

  /* Change Buttons
  ================================================== */
  ul.change.fr {
    padding: 5px 0;
    margin-bottom: 5px; }

  ul.change.fr li {
    width: 100%;
    padding: 5px 0;
    margin: 0;
    border: 0; }

  ul.change {
    margin: 0 0 10px 10px; }

  p.change {
    float: left;
    position: relative;
    bottom: auto;
    left: auto;
    margin: 10px 0 10px 10px; }

  /* Profile Information
  ================================================== */
  dl.profile-list {
    width: 300px; }

  dl.profile-list dt {
    width: 140px; }

  dl.profile-list dd {
    width: 140px; }

  /* Account Forms
  ================================================== */
  .form-text {
    width: 90%; }

  .star-msg, .steps {
    display: none; }

  .form-msg {
    /*width: 280px;*/ }

  .label-with-price {
    width: 280px; }

  label[for="terms"] {
    line-height: 18px; }

  label {
    line-height: 18px; }

  /* Contact
  ================================================== */
  .contact .grid-3 .inner-15 {
    padding-bottom: 0;
    margin-bottom: 0; }

  .contact .grid-5 {
    width: 100%; }

  /* Videos 
  ================================================== */
  #mediaplayer_wrapper, #mediaplayer, #mediaplayer_displayarea, #mediaplayer_video, #mediaplayer_jwplayer_controlbar {
    height: 195px !important; }

  .mejs-time-rail {
    display: none !important; } }
/* $Retina Media Queries
================================================== */
/* Pixel ratio of 2. Background-size is 1/2 = 50% (of a 200px image) */
@media only screen and (-moz-min-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  /* Sprites 
  ================================================== */
  /* Block Controls Sprite */
  .block_controls_sprite, .gld-btn span, [class^="ctrl-"],
  .ctrl,
  .close,
  .submit-ctrl, .dd-btn span, .related-videos li a.dropdown, .video-menu li.browse span, ul.mobile-menu li.menu-btn a span, ul.sub-mobile-menu li.active a, ul.browse-video-menu li.active a, ul.mobile-nav li.active a,
  ul.sub-mobile-menu li a,
  ul.browse-video-menu li a,
  ul.mobile-nav li a, .mobile-back {
    background-image: url("../img/block_controls_sprite_2x.png");
    background-size: 13px; }

  .ctrl-r, .submit-ctrl {
    background-position: 39% -42px; }

  .ctrl-l {
    background-position: 58% -142px; }

  .gld-btn span, .black-fill .submit-ctrl, .gutter-black .submit-ctrl {
    background-position: 40% -42px; }

  .gld-submit {
    background-image: url("../img/submitBg_2x.png");
    background-size: 28px; }

  /* $Side Navigation
  ================================================== */
  ul.sidenav li a.active, ul.sidenav li a, ul.sidenav.accordion-list li a {
    background-image: url("../img/block_controls_sprite_2x.png");
    background-size: 13px;
    background-position: 100% 12px;
    background-repeat: no-repeat; }

  /* Accordion Title
  ================================================== */
  .accordion-title {
    background-image: url("../img/block_controls_sprite_2x.png");
    background-size: 13px;
    background-position: 100% -335px; }

  /* small icon */
  .featured-video-play,
  .video-link.sml span {
    background-image: url("../img/small_video_icon_2x.png");
    background-size: 51px; }

  /* large icon */
  .video-link.lrg span, #trailerdiv span {
    background-image: url("../img/large_video_icon_2x.png");
    background-size: 76px; }

  /* Tick List */
  ul.tick-list li {
    background-image: url("../img/tick-check_2x.png");
    background-size: 23px; }

  /* Close Control
  ================================================== */
  .close {
    background-position: 50% -243px; }

  /* Mobile back
  ================================================== */
  .mobile-back {
    background-image: url("../img/block_controls_sprite_2x.png");
    background-size: 13px;
    background-position: 10px -88px; }

  /* Mobile Menu
  ================================================== */
  ul.mobile-menu li.menu-btn a span {
    background-image: url("../img/block_controls_sprite_2x.png");
    background-size: 13px;
    background-position: 100% -345px; }

  ul.mobile-menu li.menu-btn.active a span {
    background-position: 100% -490px; }

  ul.sub-mobile-menu li.active a, ul.browse-video-menu li.active a, ul.mobile-nav li.active a,
  ul.sub-mobile-menu li a,
  ul.browse-video-menu li a,
  ul.mobile-nav li a {
    background-image: url("../img/block_controls_sprite_2x.png");
    background-size: 13px;
    background-position: 100% 12px; }

  /* Accordion 
  ================================================== */
  .accordion-title {
    background-image: url("../img/block_controls_sprite_2x.png");
    background-size: 13px;
    background-position: 100% -335px; }

  .accordion-title.active {
    background-position: 100% -480px; }

  /* Social Icons
  ================================================== */
  .social-links li, .stMainServices {
    background-image: url("../img/social_media_sprite_2x.png") !important;
    background-size: 16px; }

  .stMainServices {
    padding-bottom: 1px !important; }

  .fb, .st-facebook-counter {
    background-position: 0px 0px; }

  .tw, .st-twitter-counter {
    background-position: 0px -56px; }

  .st, .st-sharethis-counter {
    background-position: 0px -112px; }

  .yt {
    background-position: 0px -168px; }

  /* RSS Icons
  ================================================== */
  .rss p {
    background-image: url("../img/rss_2x.png");
    background-size: 12px;
    background-position: 0px 0px; }

  /* Warning Icons
  ================================================== */
  .warning-box-lrg .warning, .warning-box-sml .warning {
    background-image: url("../img/warning_2x.png");
    background-size: 22px;
    background-position: 0px 5px; }

  /* Form Close
  ================================================== */
  .error-bar-close {
    background-image: url("../img/error-bar-close_2x.png");
    background-repeat: no-repeat;
    background-size: 13px; } }
@media (min-width: 480px) and (-moz-min-device-pixel-ratio: 2), (min-width: 480px) and (-o-min-device-pixel-ratio: 2 / 1), (min-width: 480px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 480px) and (min-device-pixel-ratio: 2) {
  /* $Side Navigation
  ================================================== */
  ul.sidenav li a.active, ul.sidenav li a, ul.sidenav.accordion-list li a {
    background-position: 96% 8px; }

  .accordion-title {
    background-image: none;
    pointer-events: none; } }
/* $Print Media Queries
================================================== */
@media print {
  /* Print reset */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
    border: none !important; }

  a, a:visited {
    text-decoration: underline;
    border: none; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  /* Hide */
  .footer, .filter-menu, .promotion, .newsletter, .share-this, .tabbed-nav.hide-mobile, ul.hide-mobile.mobile-menu, .ctrls, .header .grid-4, .gld-btn, .blog-sidebar, .grid-12.black-fill, .mejs-container, #comments_container {
    display: none; }

  .grid-8, .slideshow, .slide, .slide .grid-4, .blog-copy, .contact .grid-5, .contact .grid-3 {
    width: 100% !important; }

  ul.tick-list li {
    padding-left: 0px; } }
/* $Image Swap
================================================== */
@media (max-width: 480px) {
  .fs-img {
    font-family: 'image-set( url(-st|-m))'; } }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .fs-img {
    font-family: 'image-set( url(-st|-st2) 2x )'; }

  .fs-logo {
    font-family: 'image-set( url(-st|-st2) 2x )'; } }
@media (max-width: 480px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 480px) and (-o-min-device-pixel-ratio: 3 / 2), (max-width: 480px) and (min--moz-device-pixel-ratio: 1.5), (max-width: 480px) and (min-device-pixel-ratio: 1.5) {
  .fs-img {
    font-family: 'image-set( url(-st|-m2) 2x )'; } }
