@charset "UTF-8";
/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

a {
  color: #00e; }

a:visited {
  color: #551a8b; }

a:hover {
  color: #06e; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none; }

.pressed {
  background-color: rgba(0, 0, 0, 0.7); }

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none; }

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%; }

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

.ir br {
  display: none; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden, .secondary-menu {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden; }

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table; }

.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/*
 * Visual Style Guide styles
 * Remove if you prefer to use a CSS library, like Bootstrap
 */
/**
*
* Main Stylesheet For Visual Style Guide
*
**/
/**
*
* Utils
*
**/
/*==========  VARIABLES  ==========*/
/*==========  FUNCTIONS  ==========*/
/*==========  MIXINS  ==========*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"], input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0; }

/**
*
* Global
*
**/
*,
*::before,
*::after {
  box-sizing: border-box; }

html,
body,
button {
  /*-moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;*/ }

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  /* 26px */
  font-weight: 300;
  color: #404040;
  position: relative; }
  body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: none;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-size: 100% 26px; }
  body.debug::after {
    display: block;
    pointer-events: none; }

pre {
  background: #f0f0f0;
  padding: 13px; }

.main-container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 620px) {
    .main-container {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (min-width: 768px) {
    .main-container {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 864px; } }

.container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 620px) {
    .container {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (min-width: 768px) {
    .container {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 864px; } }

@media only screen and (min-width: 620px) {
  .container-medium {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto; } }
  @media only screen and (min-width: 620px) and (min-width: 620px) {
    .container-medium {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (min-width: 620px) and (min-width: 768px) {
    .container-medium {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 864px; } }

@media only screen and (max-width: 619px) {
  .container-small {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto; } }
  @media only screen and (max-width: 619px) and (min-width: 620px) {
    .container-small {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (max-width: 619px) and (min-width: 768px) {
    .container-small {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 864px; } }

@media only screen and (min-width: 768px) {
  .content {
    margin-right: 25.9%; }
    .content pre {
      margin-right: -25.9%; } }

@font-face {
  font-family: icons;
  src: url(../img/icons/icons.eot);
  src: url(../img/icons/icons.eot?#iefix) format("embedded-opentype"), url(../img/icons/icons.woff2) format("woff2"), url(../img/icons/icons.woff) format("woff"), url(../img/icons/icons.ttf) format("truetype"), url(../img/icons/icons.svg?#icons) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  font-family: 'icons';
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bullet::before, ul li::before, ul.list-links a::before, .list-anchor a::before {
  content: "\e001"; }

.icon-chevron-down::before {
  content: '\e002'; }

.icon-chevron-large::before {
  content: '\e003'; }

.icon-chevron-left::before {
  content: '\e004'; }

.icon-chevron-right::before, ul.list-links.list-links--primary a::before {
  content: '\e005'; }

.icon-chevron-up::before {
  content: '\e006'; }

.icon-close::before {
  content: '\e007'; }

.icon-cog::before {
  content: '\e008'; }

.icon-diamond::before {
  content: '\e009'; }

.icon-exclamation::before {
  content: '\e00a'; }

.icon-google-dev::before {
  content: '\e00b'; }

.icon-hash::before {
  content: '\e00c'; }

.icon-introduction-to-media::before {
  content: '\e00d'; }

.icon-lessons::before {
  content: '\e00e'; }

.icon-menu::before {
  content: '\e00f'; }

.icon-minus::before {
  content: '\e010'; }

.icon-multi-device-layouts::before {
  content: '\e011'; }

.icon-performance::before {
  content: '\e012'; }

.icon-plus::before {
  content: '\e013'; }

.icon-question::before {
  content: '\e014'; }

.icon-slash::before {
  content: '\e015'; }

.icon-star::before {
  content: '\e016'; }

.icon-tick::before {
  content: '\e017'; }

.icon-user-input::before {
  content: '\e018'; }

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/* ==========  Blacks  ========== */
/* ==========  Color Palettes  ========== */
/* ==========  Color definitions  ========== */
/*
@import '_modules/_highlight';
@import '_modules/_editorial-header';
@import '_modules/_summary-header';
@import '_modules/_related-guides';
@import '_modules/_in-this-guide';
@import '_modules/_articles-section';
@import '_modules/_guides-section';
@import '_modules/_page-header';
@import '_modules/_page-footer';
@import '_modules/_featured-section';
@import '_modules/_featured-spotlight';
@import '_modules/_quote';
@import '_modules/_article-nav';
@import '_modules/_did-you-know';
@import '_modules/_toc';
@import '_modules/_next-lessons';
*/
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.3.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: transparent; }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling small or empty content */
    min-width: 30%;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0; }
  .featherlight iframe {
    /* styling */
    border: none; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 10px;
    margin-right: 10px;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.3.1 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight-next,
  .featherlight-previous {
    display: block;
    position: absolute;
    top: 25px;
    right: 25px;
    bottom: 0;
    left: 80%;
    cursor: pointer;
    /* preventing text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* IE9 hack, otherwise navigation doesn't appear */
    background: rgba(0,0,0,0);
  }

  .featherlight-previous {
    left: 25px;
    right: 80%;
  }

  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255,255,255,0.25);
  }


  .featherlight-next span,
  .featherlight-previous span {
    display: none;
    position: absolute;

    top: 50%;
    left: 5%;
    width: 82%;

    /* center horizontally */
    text-align: center;

    font-size: 80px;
    line-height: 80px;

    /* center vertically */
    margin-top: -40px;

    text-shadow: 0px 0px 5px #fff;
    color: #fff;
    font-style: normal;
    font-weight: normal;
  }
  .featherlight-next span {
    right: 5%;
    left: auto;
  }


  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block;
  }

  /* Hide navigation while loading */
  .featherlight-loading .featherlight-previous, .featherlight-loading .featherlight-next {
    display:none;
  }
}

/* Always display arrows on touch devices */
@media only screen and (max-device-width: 1024px){
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none;
  }
  .featherlight-next span,
  .featherlight-previous span {
    display: block;
  }
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    top: 10px;
    right: 10px;
    left: 85%;
  }

  .featherlight-previous {
    left: 10px;
    right: 85%;
  }

  .featherlight-next span,
  .featherlight-previous span {
    margin-top: -30px;
    font-size: 40px;
  }
}

/**
*
* Flexslider
*
**/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

.flexslider {
  margin: 0 0 20px;
  background: #555;
  border: 4px solid #555;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto; }

.flex-viewport {
  max-height: 300px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background-color: #ffcc00;
  background-color: rgba(255, 214, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(255, 214, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(255, 214, 0, 0.3);
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background-color: #ffcc00;
  background-color: rgba(255, 214, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background-color: #ffcc00;
  background-color: rgba(255, 214, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 768px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/**
*
* Grid
*
**/
@media only screen and (min-width: 620px) and (max-width: 767px) {
  .g-medium--1 {
    float: left;
    margin-right: 4.5%;
    width: 30.3%; }
  .g-medium--push-1 {
    margin-left: 34.8%; }
  .g-medium--pull-1 {
    margin-right: 34.8%; }
  .g-medium--2 {
    float: left;
    margin-right: 4.5%;
    width: 65.1%; }
  .g-medium--push-2 {
    margin-left: 69.6%; }
  .g-medium--pull-2 {
    margin-right: 69.6%; }
  .g-medium--3 {
    float: left;
    margin-right: 4.5%;
    width: 99.9%;
    margin-right: 0; }
  .g-medium--full {
    float: left;
    margin-right: 4.5%;
    margin-right: 0;
    width: 100%; }
  .g--third {
    float: left;
    margin-right: 4.5%;
    width: 30.3%; }
  .g--half,
  .g-medium--half {
    float: left;
    margin-right: 4.5%;
    width: 47.75%; }
  .g-medium--last {
    margin-right: 0; }
  .g-medium--last + .g-medium--half {
    clear: left; }
  .g--pull-half {
    margin-right: 52.25%; } }

@media only screen and (min-width: 768px) {
  .g-wide--1 {
    float: left;
    margin-right: 3.7%;
    width: 22.2%; }
  .g-wide--push-1 {
    margin-left: 25.9%; }
  .g-wide--pull-1 {
    margin-right: 25.9%; }
  .g-wide--2 {
    float: left;
    margin-right: 3.7%;
    width: 48.1%; }
  .g-wide--push-2 {
    margin-left: 51.8%; }
  .g-wide--pull-2 {
    margin-right: 51.8%; }
  .g-wide--3 {
    float: left;
    margin-right: 3.7%;
    width: 74%; }
  .g-wide--push-3 {
    margin-left: 77.7%; }
  .g-wide--pull-3 {
    margin-right: 77.7%; }
  .g-wide--4 {
    float: left;
    margin-right: 3.7%;
    width: 99.9%;
    margin-right: 0; }
  .g-wide--last {
    margin-right: 0; }
  .g-wide--full {
    float: left;
    margin-right: 3.7%;
    margin-right: 0;
    width: 100%; }
  .g--third {
    float: left;
    margin-right: 3.7%;
    width: 30.8%; }
  .g--half,
  .g-wide--half {
    float: left;
    margin-right: 3.7%;
    width: 48.15%; }
  .g--pull-half {
    margin-right: 51.85%; } }

.g--last {
  margin-right: 0; }

.g--centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.grid-overlay {
  display: none;
  pointer-events: none; }
  .debug .grid-overlay {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: block; }
    @media only screen and (min-width: 620px) {
      .debug .grid-overlay {
        padding-left: 4.8%;
        padding-right: 4.8%;
        max-width: 688px; } }
    @media only screen and (min-width: 768px) {
      .debug .grid-overlay {
        padding-left: 4.4%;
        padding-right: 4.4%;
        max-width: 864px; } }
    .debug .grid-overlay [class*="g-"] {
      height: 100%;
      background-color: rgba(89, 89, 89, 0.2); }
    @media only screen and (min-width: 620px) and (max-width: 767px) {
      .debug .grid-overlay .g-wide--last {
        display: none; } }
    @media only screen and (max-width: 619px) {
      .debug .grid-overlay {
        display: none; } }

/**
*
* Typography
*
**/
h1, h2, h3, h4, h5, p {
  margin: 0; }

.small,
small {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0; }

.base,
p,
ul,
ol {
  font-size: 14px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0; }

.medium,
h4 {
  font-size: 14px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .medium,
    h4 {
      font-size: 14px;
      font-weight: 300;
      line-height: 1.3000em;
      /* 26px */
      padding-top: 1.3000em;
      padding-bottom: 0; } }

.large,
h3 {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 0;
  margin-top: 1.3em;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .large,
    h3 {
      font-family: Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.0000em;
      /* 26px */
      padding-top: 0;
      margin-top: 1em;
      padding-bottom: 0; } }

.xlarge,
h2 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .xlarge,
    h2 {
      font-family: Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.0000em;
      /* 26px */
      padding-top: 1.0000em;
      padding-bottom: 0; } }

.xxlarge,
h1 {
  font-family: Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .xxlarge,
    h1 {
      font-family: Helvetica, sans-serif;
      font-size: 22px;
      font-weight: 300;
      line-height: 1.1471em;
      /* 78px */
      padding-top: 0.3824em;
      padding-bottom: 0; } }

.huge {
  font-family: Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .huge {
      font-family: Helvetica, sans-serif;
      font-size: 110px;
      font-weight: 300;
      line-height: 1.19em;
      /* 130px */
      padding-top: 0.2364em;
      padding-bottom: 0; } }

li > p {
  padding-top: 0; }

h2 {
  color: #ffcc00; }

/**
*
* Button
*
**/
.button, .button--primary, .button--secondary, .button--secondary-variation {
  display: inline-block;
  padding: 12px 32px;
  margin-bottom: 13px;
  margin-top: 13px;
  min-height: 26px;
  text-align: center;
  font-family: Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  border-radius: 10px;
  -webkit-transition: none;
          transition: none; }
  .button:hover, .button--primary:hover, .button--secondary:hover, .button--secondary-variation:hover {
    background: #4d4d4d;
    color: #ffffff;
    border: 1px solid #4d4d4d;
    text-decoration: none; }

.button--primary {
  background: #ffcc00;
  color: #444748;
  border: 1px solid #cca300; }

.button--secondary {
  background: #ffffff;
  color: #3372df;
  border: 1px solid #e6e6e6; }

.button--secondary-variation {
  background: #ffffff;
  color: #3372df;
  border: 1px solid #e6e6e6;
  border-color: transparent; }

/**
*
* List
*
**/
ul,
ol {
  list-style: none;
  margin: 0; }
  @media only screen and (max-width: 619px) {
    ul,
    ol {
      padding-left: 0; } }

ul li {
  position: relative;
  padding-left: 16px; }
  ul li::before {
    font-family: "icons";
    font-size: 13px;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px; }
  ul li::before {
    font-size: 4px; }

ol {
  counter-reset: list; }
  ol > li {
    position: relative;
    padding-left: 32px; }
    ol > li::before {
      counter-increment: list;
      content: "0" counter(list);
      color: inherit;
      font-weight: 400;
      display: inline-block;
      position: absolute;
      left: 0; }
    ol > li:nth-child(10n) ~ li::before,
    ol > li:nth-child(10n)::before {
      content: counter(list); }

ul ol,
ol ul {
  padding-top: 0; }

/*==========  LIST LINKS  ==========*/
ul.list-links li::before {
  display: none; }

ul.list-links a {
  font-weight: 400; }
  ul.list-links a::before {
    font-family: "icons";
    font-size: 13px;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px; }
  ul.list-links a::before {
    font-size: 4px; }

ul.list-links.list-links--primary a {
  font-weight: 400;
  font-family: Helvetica, sans-serif;
  line-height: 1;
  text-decoration: none; }
  ul.list-links.list-links--primary a::before {
    font-family: "icons";
    font-size: 13px;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px; }

ol.list-links li::before {
  display: none; }

ol.list-links li a {
  display: inline-block;
  font-weight: 300; }
  ol.list-links li a::before {
    counter-increment: list;
    content: "0" counter(list);
    color: inherit;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    left: 0; }

ol.list-links li:nth-child(10n) ~ li a::before,
ol.list-links li:nth-child(10n) a::before {
  content: counter(list); }

ol.list-links.list-links--secondary a::before {
  display: none; }

.list-links--secondary {
  font-size: 14px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-left: 0; }
  .list-links--secondary li {
    padding-left: 0; }

/*==========  NO BULLETS LIST  ==========*/
.no-bullets {
  list-style-type: none;
  padding-left: 0; }
  .no-bullets li {
    list-style-type: none;
    padding-left: 0; }
    .no-bullets li::before {
      display: none; }

/*==========  ANCHOR LIST  ==========*/
.list-anchor {
  padding-left: 0; }
  .list-anchor li {
    font-size: 14px;
    line-height: 1.6250em;
    /* 26px */
    padding-top: 1.6250em;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0; }
    .list-anchor li::before {
      display: none; }
  .list-anchor a {
    line-height: 1;
    display: inline-block;
    padding-left: 16px; }
    .list-anchor a::before {
      font-family: "icons";
      font-size: 13px;
      display: block;
      font-weight: 400;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 26px; }
    .list-anchor a::before {
      font-size: 4px; }

/*==========  SMALL LIST  ==========*/
@media only screen and (min-width: 620px) {
  .list-small li {
    font-size: 13px;
    line-height: 2.0000em;
    /* 26px */
    padding-top: 2.0000em;
    padding-bottom: 0;
    padding-top: 0; } }

/*==========  CENTERED LIST  ==========*/
.list-centered {
  text-align: center;
  padding-left: 0; }

/*==========  FEATURED LIST  ==========*/
.featured-list {
  padding-top: 78px;
  padding-bottom: 78px; }

.featured-list__item {
  background: #ffffff;
  padding-left: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-top: 26px; }
  @media only screen and (min-width: 620px) {
    .featured-list__item {
      min-height: 338px;
      padding: 52px 32px; } }
  .featured-list__item:first-child {
    margin-top: 0; }
  .featured-list__item p {
    margin-bottom: 26px; }

.featured-list__img-wrapper {
  display: none;
  position: relative;
  padding-top: 26px;
  margin: 0 -5%; }
  @media only screen and (min-width: 620px) {
    .featured-list__img-wrapper {
      display: block;
      padding-top: 0;
      margin: 0; } }

@media only screen and (min-width: 620px) {
  .featured-list__img {
    padding-top: 60.8%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%; } }

.featured-list__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
  @media only screen and (min-width: 620px) {
    .featured-list__img img {
      margin: 0;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      left: 0; } }

/*==========  RELATED GUIDES LIST  ==========*/
.related-guides-list {
  font-family: Helvetica, sans-serif;
  padding-top: 0;
  padding-left: 0; }
  @media only screen and (min-width: 620px) {
    .related-guides-list {
      padding-top: 26px; } }
  @media only screen and (min-width: 768px) {
    .related-guides-list {
      padding-top: 0; } }
  .related-guides-list p {
    padding-top: 0; }
  .related-guides-list .tag {
    padding-top: 0; }
  .related-guides-list li {
    padding-top: 26px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0; }
    .related-guides-list li:last-child {
      border-color: transparent; }
    @media only screen and (min-width: 620px) {
      .related-guides-list li {
        padding-top: 0;
        padding-bottom: 0;
        border-color: transparent; } }

/*==========  LIST RESET  ==========*/
.list--reset {
  padding-left: 0; }
  .list--reset li {
    padding-left: 0; }
  .list--reset.list-links a::before,
  .list--reset li::before {
    display: none !important; }

/*==========  LESSONS  ==========*/
.list-lessons {
  padding-left: 0; }
  .list-lessons a {
    color: #ffffff; }
  .list-lessons .current,
  .list-lessons .current a {
    text-decoration: none;
    cursor: default; }
  .list-lessons .current .icon {
    font-size: 13px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    width: 26px;
    line-height: 26px;
    text-align: center;
    margin-left: 7px; }

/*==========  GUIDES INTO - used on homepage  ==========*/
.list-guides-intro {
  margin-bottom: 52px; }
  @media only screen and (max-width: 619px) {
    .list-guides-intro {
      padding-top: 52px; } }
  .list-guides-intro li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 51px;
    margin-bottom: 52px; }
    @media only screen and (min-width: 620px) {
      .list-guides-intro li {
        border-color: transparent;
        padding-bottom: 0; } }
    .list-guides-intro li:last-child {
      border-bottom: transparent;
      margin-bottom: 0; }

/**
*
* Link
*
**/
a, a:visited {
  color: #ffcc00; }

a:hover {
  text-decoration: none;
  color: #997a00; }

.cta--primary {
  font-family: Helvetica, sans-serif;
  color: #ffcc00;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  text-decoration: none; }
  .cta--primary:hover {
    color: rgba(0, 0, 0, 0.87); }
  .cta--primary::before {
    display: inline-block;
    padding-right: 10px;
    font-family: "icons";
    line-height: 25px;
    font-size: 13px;
    content: ""; }

.cta--secondary {
  font-family: Helvetica, sans-serif;
  color: #ffcc00;
  font-weight: 400;
  display: inline-block;
  line-height: 1; }
  .cta--secondary:hover {
    color: rgba(0, 0, 0, 0.87); }

/**
*
* Table
*
**/
table {
  margin-top: 10px;
  width: 100%; }
  table thead {
    background: #444748;
    color: #ffffff; }
  table th {
    text-align: center;
    display: none;
    font-family: Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6250em;
    /* 26px */
    padding-top: 1.6250em;
    padding-bottom: 0; }
    @media only screen and (min-width: 768px) {
      table th {
        font-size: 14px;
        font-weight: 300;
        line-height: 1.3000em;
        /* 26px */
        padding-top: 1.3000em;
        padding-bottom: 0; } }
  @media only screen and (min-width: 620px) {
    table tr {
      border-bottom: 1px solid #ffcc00; } }
  table tbody {
    background: #555; }
  table td {
    display: block;
    padding-bottom: 13px; }
    table td::before {
      content: attr(data-th) " :";
      display: inline-block;
      color: #ffffff;
      background: #444748;
      border-right: 2px solid #ffcc00;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100px;
      max-height: 100%;
      font-family: Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      padding-left: 13px;
      padding-top: 13px; }
      @media only screen and (min-width: 620px) {
        table td::before {
          display: none; } }
  table th,
  table td {
    position: relative;
    padding-left: 140px; }
    @media only screen and (min-width: 620px) {
      table th,
      table td {
        display: table-cell; } }
  @media only screen and (min-width: 620px) {
    table th {
      padding: 26px;
      padding-top: 13px;
      padding-bottom: 12px; } }
  @media only screen and (min-width: 620px) {
    table td {
      padding: 5px;
      padding-bottom: 4px; } }

td:last-child::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media only screen and (min-width: 620px) {
    td:last-child::after {
      display: none; } }

.table-2 col {
  width: 344px; }
  @media only screen and (min-width: 768px) {
    .table-2 col {
      width: 432px; } }

@media only screen and (min-width: 620px) {
  .table-2 th:first-child,
  .table-2 td:first-child {
    border-right: 2px solid #ffffff; } }

.table-3 col {
  width: 229.333333333px; }
  @media only screen and (min-width: 768px) {
    .table-3 col {
      width: 288px; } }

@media only screen and (min-width: 620px) {
  .table-3 th:nth-child(2),
  .table-3 td:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff; } }

.table-4 col {
  width: 172px; }
  @media only screen and (min-width: 768px) {
    .table-4 col {
      width: 216px; } }

@media only screen and (min-width: 620px) {
  .table-4 th:nth-child(2),
  .table-4 th:nth-child(3),
  .table-4 td:nth-child(2),
  .table-4 td:nth-child(3) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff; } }

/**
*
* Media - imgs/videos
*
**/
img,
video,
object {
  max-width: 100%; }

.content img {
  margin-top: 26px;
  margin-bottom: 26px; }

/**
*
* Breadcrumb
*
**/
.breadcrumbs {
  display: none;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 620px) {
    .breadcrumbs {
      display: block; } }

.breadcrumbs p {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  padding-top: 26px; }

.breadcrumbs__link {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  color: black;
  font-weight: 400;
  padding-top: 0; }
  @media only screen and (min-width: 620px) {
    .breadcrumbs__link {
      padding-top: 0; } }

/**
*
* subsection-title
*
**/
.subsection-title {
  color: rgba(0, 0, 0, 0.87);
  margin-top: 52px; }

.subsection-number {
  font-size: 14px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  padding-top: 0;
  display: block; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

/**
*
* Themed styles
*
**/
.theme--multi-device-layouts .themed {
  color: #297ea9; }

.theme--introduction-to-media .themed {
  color: #cf423a; }

.theme--user-input .themed {
  color: #2c8566; }

.theme--performance .themed {
  color: #7b5294; }

.theme--multi-device-layouts .themed--background,
.theme--multi-device-layouts .themed--background.next-lessons::before {
  background-color: #297ea9; }

.theme--introduction-to-media .themed--background,
.theme--introduction-to-media .themed--background.next-lessons::before {
  background-color: #cf423a; }

.theme--user-input .themed--background,
.theme--user-input .themed--background.next-lessons::before {
  background-color: #2c8566; }

.theme--performance .themed--background,
.theme--performance .themed--background.next-lessons::before {
  background-color: #7b5294; }

.theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9; }

.theme--introduction-to-media .themed--hover:hover {
  color: #cf423a; }

.theme--user-input .themed--hover:hover {
  color: #2c8566; }

.theme--performance .themed--hover:hover {
  color: #7b5294; }

.theme--multi-device-layouts .themed--hover-secondary:hover {
  color: #89c4e2; }

.theme--introduction-to-media .themed--hover-secondary:hover {
  color: #edb8b5; }

.theme--user-input .themed--hover-secondary:hover {
  color: #78d2b3; }

.theme--performance .themed--hover-secondary:hover {
  color: #c4add2; }

.article--multi-device-layouts .article-container h1,
.article--multi-device-layouts .article-container h2 {
  color: #297ea9; }

.article--introduction-to-media .article-container h1,
.article--introduction-to-media .article-container h2 {
  color: #cf423a; }

.article--user-input .article-container h1,
.article--user-input .article-container h2 {
  color: #2c8566; }

.article--performance .article-container h1,
.article--performance .article-container h2 {
  color: #7b5294; }

.nav-theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9; }

.nav-theme--introduction-to-media .themed--hover:hover {
  color: #cf423a; }

.nav-theme--user-input .themed--hover:hover {
  color: #2c8566; }

.nav-theme--performance .themed--hover:hover {
  color: #7b5294; }

.nav-theme--multi-device-layouts .themed {
  color: #297ea9; }

.nav-theme--introduction-to-media .themed {
  color: #cf423a; }

.nav-theme--user-input .themed {
  color: #2c8566; }

.nav-theme--performance .themed {
  color: #7b5294; }

.nav-theme--multi-device-layouts .themed--background {
  background-color: #297ea9; }

.nav-theme--introduction-to-media .themed--background {
  background-color: #cf423a; }

.nav-theme--user-input .themed--background {
  background-color: #2c8566; }

.nav-theme--performance .themed--background {
  background-color: #7b5294; }

/**
*
* Helper
*
**/
/*==========  COLORS  ==========*/
.color--blue {
  color: #3372df; }

.color--red {
  color: #cb4437; }

.color--green {
  color: #0f9d58; }

.color--yellow {
  color: #ffcc00; }

.color--blue-secondary {
  color: #b7cdf4; }

.color--red-secondary {
  color: #ebb6b0; }

.color--green-secondary {
  color: #56efa5; }

.color--yellow-secondary {
  color: #ffe066; }

.color--gray-background {
  color: #f0f0f0; }

.color--gray-keyline {
  color: #e0e0e0; }

.color--gray {
  color: rgba(0, 0, 0, 0.54); }

.color--gray-dark {
  color: rgba(0, 0, 0, 0.87); }

.color--text {
  color: #404040; }

.color--highlight {
  color: #3372df; }

.color--warning {
  color: #ffe066; }

.color--danger {
  color: #cb4437; }

.color--muted {
  color: #737373; }

.color--remember {
  color: #09829a; }

.color--learning {
  color: #da2e75; }

.color--layouts {
  color: #297ea9; }

.color--user {
  color: #2c8566; }

.color--media {
  color: #cf423a; }

.color--performance {
  color: #7b5294; }

.color--layouts-secondary {
  color: #89c4e2; }

.color--user-secondary {
  color: #78d2b3; }

.color--media-secondary {
  color: #edb8b5; }

.color--performance-secondary {
  color: #c4add2; }

/*==========  TEXT DIVIDER  ==========*/
.text-divider {
  position: relative;
  margin-bottom: 26px; }
  .text-divider::after {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    box-shadow: 0 1px 0 0 #e0e0e0;
    left: 30%;
    bottom: -13px; }
  .text-divider.xlarge {
    margin-bottom: 52px; }
    .text-divider.xlarge::after {
      bottom: -26px; }
  .text-divider.xxlarge {
    margin-bottom: 78px; }
    .text-divider.xxlarge::after {
      bottom: -39px; }
  .text-divider.huge {
    margin-bottom: 78px; }
    .text-divider.huge::after {
      bottom: -39px; }

/*==========  GENERIC  ==========*/
.centered {
  text-align: center; }

.clear::before,
.clear::after {
  content: '';
  display: table; }

.clear::after {
  clear: both; }

/*==========  TAG  ==========*/
.tag {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  font-family: Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none; }
  .tag:hover {
    color: rgba(0, 0, 0, 0.87); }
  .tag::before {
    content: '# ';
    display: inline-block; }

/* Bootstrap Grid */
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}



/* BOOTSTRAP FORMS **/

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  /*font-weight: bold;*/
}
input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    /*text-align: right;*/
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* FONTAWESOME */
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('./fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('./fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('./fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('./fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('./fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('./fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.fa-angle-down:before {
  content: "\f107";
}

/* CUSTOM JJS */
html {
  position: relative;
  min-height: 100%;
  height: 100%; }

body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: 300;
  font-size: 14px;
  background-color: #555;
  color: #fff;
  box-sizing: border-box;
  min-height: 100%;
  margin-bottom: 60px; }

.page-wrap {
  min-height: 100%;
  margin-bottom: -60px; }

.page-wrap:after {
  content: "";
  display: block;
  height: 60px; }

footer {
  height: 30px;
  width: 960px;
  margin: 60px auto 0;
  background-color: #444748;
  padding: 0 20px 20px;
  color: #fff;
  font-size: 13px; }

.base,
p,
ul,
ol {
  font-size: 14px;
  line-height: 1.4em; }

ul {
  padding-left: 0; }

p {
  padding-top: 0.625em; }

h2 {
  font-weight: 400; }

strong, b {
  color: #ffcc00;
  font-weight: normal; }

body.open {
  overflow: hidden; }

a.button--primary {
  color: white !important; }

.secondary-menu li a {
  display: block;
  padding: 10px;
  border-bottom: 2px solid #ffcc00;
  color: #fff;
  text-decoration: none; }
  .secondary-menu li a:hover, .secondary-menu li a:active {
    color: #fff;
    background-color: #444748; }

.secondary-menu li a.current {
  color: #ffcc00; }

.app-bar {
  display: block;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #555;
  overflow: hidden;
  z-index: 1; }

.app-bar-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  height: 60px;
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 auto; }

.app-bar.open,
.app-bar.open ~ main {
  -webkit-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
      transform: translate(250px, 0); }

.app-bar .logo {
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  font-size: 2em;
  line-height: 60px;
  margin: 0 16px;
  padding: 0;
  color: #fefefe;
  float: none;
  max-width: none;
  font-weight: 300;
  display: initial; }

.app-bar .logo a {
  text-decoration: none;
  color: inherit;
  font-weight: normal; }

.app-bar-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  z-index: 2; }

.app-bar button {
  width: 60px;
  height: 60px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent; }

.app-bar button img {
  height: 24px;
  width: 24px; }

.app-bar button:hover {
  background-color: rgba(255, 255, 255, 0.1); }

.app-bar button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0; }

.app-bar button:active {
  background-color: rgba(255, 255, 255, 0.4); }

.promote-layer {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.navdrawer-container,
.home-navdrawer-container {
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  background-color: #444748;
  color: #fefefe;
  -webkit-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
      transform: translate(-250px, 0);
  overflow-y: auto; }

.navdrawer-container.open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0); }

.app-bar,
.navdrawer-container.opened,
main {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.navdrawer-container h4,
.navdrawer-container ul li a {
  height: 60px;
  padding: 17px 20px;
  line-height: 1.4; }

.navdrawer-container h4 {
  background-color: white;
  color: #444748; }

.navdrawer-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.navdrawer-container ul li a {
  display: block;
  text-decoration: none;
  color: white;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  white-space: nowrap; }
  .navdrawer-container ul li a.current {
    color: #ffcc00; }

.navdrawer-container ul li {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: white;
  padding: 0; }

.navdrawer-container ul li::before {
  content: none; }

.navdrawer-container ul li a:hover {
  background-color: #555; }

.navdrawer-container ul li a:focus {
  background-color: #555;
  outline: 0; }

.navdrawer-container ul li a:active {
  background-color: #555; }

.navdrawer-container .sub-menu li {
  border-bottom: none; }
  .navdrawer-container .sub-menu li a {
    background-color: #383a3b; }
    .navdrawer-container .sub-menu li a:first-child {
      border-top: 2px solid #ffcc00; }

main {
  display: block;
  margin: 0 auto;
  /* Height of the header */
  padding: 120px 16px 16px 16px;
  background-color: #555; }
  main h1 {
    display: block; }

figure {
  padding-top: 0.625em; }

figcaption {
  font-size: 13px;
  text-align: center;
  font-style: italic;
  background-color: #444748;
  padding: 10px; }

.clear {
  clear: both; }

/*
 * home page grid of images
 */
 .home {
  text-align: center;
 }

.homeheader {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center; }

.home-grid {
  float: left;
  width: 33%;
  text-align: center; }
  .home-grid a {
    /*display: block;
    width: 100%;
    height: 120px;
    padding-top: 60px;
    text-decoration: none;
    font-weight: bold;*/ }
    .home-grid a.about:hover {
      background: url("../img/home-contributors-2x.jpg"); }
    .home-grid a.search:hover {
      background: url("../img/home-2-5-2x.jpg"); }
    .home-grid a.archives:hover {
      background: url("../img/jjsonline-supplements-2x.jpg"); }
    .home-grid a.pay:hover {
      background: url("../img/contributors-subscriptions-2x.jpg"); }
    .home-grid a.supplements:hover {
      background: url("../img/advertising-supplements-2x.jpg"); }
    .home-grid a.subscribe:hover {
      background: url("../img/home-6-6-2x.jpg"); }

table {
  margin-bottom: 20px; }



/** Medium and larger Screens - tablets and desktops **/
@media all and (min-width: 768px) {
  main .secondary-menu {
    display: block !important;
    visibility: visible;
    padding-top: 0; }
  .home-grid {
    float: left;
    width: 16.6%; }
  .app-bar {
    position: relative; }
  .app-bar.open,
  .app-bar.open ~ main {
    -webkit-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
        transform: translate(0px, 0); }
  .app-bar-container {
    display: block;
    height: 60px;
    max-width: 960px;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: #555; }
  .app-bar .logo {
    float: left;
    margin: 0;
    padding: 0;
    padding-left: 120px;
    line-height: 60px;
    font-size: 46px; }
  .app-bar-actions {
    float: right; }
  .app-bar::after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }
  button.menu {
    display: none; }
  .right {
    float: right;
    margin-left: 10px; }
  .navdrawer-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    overflow-y: auto; }
  .navdrawer-container h4 {
    display: none; }
  .navdrawer-container .sub-menu {
    display: none; }
  .navdrawer-container ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
  .navdrawer-container ul li {
    border: none;
    width: 12.5%;
    padding: 0; }
    .navdrawer-container ul li a {
      text-align: center;
      width: 100%;
      height: 160px;
      padding-top: 130px;
      background: url("../img/home-aboutus.jpg") no-repeat; }
      .navdrawer-container ul li a.home {
        background: url("../img/menu-bird.png") no-repeat; }
      .navdrawer-container ul li a.about {
        background: url("../img/home-aboutus.jpg") no-repeat; }
      .navdrawer-container ul li a.jjsonline {
        background: url("../img/home-jjsonline.jpg") no-repeat; }
      .navdrawer-container ul li a.supplements {
        background: url("../img/home-supplements.jpg") no-repeat; }
      .navdrawer-container ul li a.contributors {
        background: url("../img/home-contributors.jpg") no-repeat; }
      .navdrawer-container ul li a.subscriptions {
        background: url("../img/home-subscriptions.jpg") no-repeat; }
      .navdrawer-container ul li a.advertising {
        background: url("../img/home-advertising.jpg") no-repeat; }
      .navdrawer-container ul li a.contact {
        background: url("../img/home-contactus.jpg") no-repeat; }
      .navdrawer-container ul li a.current {
        color: #ffcc00; }
      .navdrawer-container ul li a:hover, .navdrawer-container ul li a:active {
        background-color: #555; }
  /* page specific menu strip images */
  /* JJS Online */
  .jjsonline .navdrawer-container ul li a.about {
    background: url("../img/jjsonline-aboutus.jpg") no-repeat; }
  .jjsonline .navdrawer-container ul li a.supplements {
    background: url("../img/jjsonline-supplements.jpg") no-repeat; }
  .jjsonline .navdrawer-container ul li a.contributors {
    background: url("../img/jjsonline-contributors.jpg") no-repeat; }
  .jjsonline .navdrawer-container ul li a.subscriptions {
    background: url("../img/jjsonline-subscriptions.jpg") no-repeat; }
  .jjsonline .navdrawer-container ul li a.advertising {
    background: url("../img/jjsonline-advertising.jpg") no-repeat; }
  .jjsonline .navdrawer-container ul li a.contact {
    background: url("../img/jjsonline-contactus.jpg") no-repeat; }
  .jjsonline .navdrawer-container ul li a.current {
    color: #ffcc00; }
  .jjsonline .navdrawer-container ul li a:hover, .jjsonline .navdrawer-container ul li a:active {
    background-color: #555; }
  /*
  .about {
    .navdrawer-container ul li {
      a {
        &.about {
          background: url('/images/about-aboutus.jpg') no-repeat;
        }
        &.supplements {
          background: url('/images/about-supplements.jpg') no-repeat;
        }
        &.contributors {
          background: url('/images/about-contributors.jpg') no-repeat;
        }
        &.subscriptions {
          background: url('/images/about-subscriptions.jpg') no-repeat;
        }
        &.advertising {
          background: url('/images/about-advertising.jpg') no-repeat;
        }
        &.contact {
          background: url('/images/about-contactus.jpg') no-repeat;
        }
        &.current {
          color: $jjsColorYellow;
        }
        &:hover, &:active {
          background-color: $jjsColorGreyMid;
        }
      }
    }
  }
  */


  .supplements .navdrawer-container ul li a.about {
    background: url("../img/supplements-aboutus.jpg") no-repeat; }
  .supplements .navdrawer-container ul li a.supplements {
    background: url("../img/supplements-supplements.jpg") no-repeat; }
  .supplements .navdrawer-container ul li a.contributors {
    background: url("../img/supplements-contributors.jpg") no-repeat; }
  .supplements .navdrawer-container ul li a.subscriptions {
    background: url("../img/supplements-subscriptions.jpg") no-repeat; }
  .supplements .navdrawer-container ul li a.advertising {
    background: url("../img/supplements-advertising.jpg") no-repeat; }
  .supplements .navdrawer-container ul li a.contact {
    background: url("../img/supplements-contactus.jpg") no-repeat; }
  .supplements .navdrawer-container ul li a.current {
    color: #ffcc00; }
  .supplements .navdrawer-container ul li a:hover, .supplements .navdrawer-container ul li a:active {
    background-color: #555; }
  .contributors .navdrawer-container ul li a.about {
    background: url("../img/contributors-aboutus.jpg") no-repeat; }
  .contributors .navdrawer-container ul li a.supplements {
    background: url("../img/contributors-supplements.jpg") no-repeat; }
  .contributors .navdrawer-container ul li a.contributors {
    background: url("../img/contributors-contributors.jpg") no-repeat; }
  .contributors .navdrawer-container ul li a.subscriptions {
    background: url("../img/contributors-subscriptions.jpg") no-repeat; }
  .contributors .navdrawer-container ul li a.advertising {
    background: url("../img/contributors-advertising.jpg") no-repeat; }
  .contributors .navdrawer-container ul li a.contact {
    background: url("../img/contributors-contactus.jpg") no-repeat; }
  .contributors .navdrawer-container ul li a.current {
    color: #ffcc00; }
  .contributors .navdrawer-container ul li a:hover, .contributors .navdrawer-container ul li a:active {
    background-color: #555; }
  .subscriptions .navdrawer-container ul li a.about {
    background: url("../img/subscriptions-aboutus.jpg") no-repeat; }
  .subscriptions .navdrawer-container ul li a.supplements {
    background: url("../img/subscriptions-supplements.jpg") no-repeat; }
  .subscriptions .navdrawer-container ul li a.contributors {
    background: url("../img/subscriptions-contributors.jpg") no-repeat; }
  .subscriptions .navdrawer-container ul li a.advertising {
    background: url("../img/subscriptions-advertising.jpg") no-repeat; }
  .subscriptions .navdrawer-container ul li a.contact {
    background: url("../img/subscriptions-contactus.jpg") no-repeat; }
  .subscriptions .navdrawer-container ul li a.current {
    color: #ffcc00; }
  .subscriptions .navdrawer-container ul li a:hover, .subscriptions .navdrawer-container ul li a:active {
    background-color: #555; }
  .subscriptions .navdrawer-container ul li a.subscriptions {
    background: url("../img/subscriptions-subscriptions.jpg") no-repeat; }
  .advertising .navdrawer-container ul li a.about {
    background: url("../img/advertising-aboutus.jpg") no-repeat; }
  .advertising .navdrawer-container ul li a.supplements {
    background: url("../img/advertising-supplements.jpg") no-repeat; }
  .advertising .navdrawer-container ul li a.contributors {
    background: url("../img/advertising-contributors.jpg") no-repeat; }
  .advertising .navdrawer-container ul li a.subscriptions {
    background: url("../img/advertising-subscriptions.jpg") no-repeat; }
  .advertising .navdrawer-container ul li a.advertising {
    background: url("../img/advertising-advertising.jpg") no-repeat; }
  .advertising .navdrawer-container ul li a.contact {
    background: url("../img/advertising-contactus.jpg") no-repeat; }
  .advertising .navdrawer-container ul li a.current {
    color: #ffcc00; }
  .advertising .navdrawer-container ul li a:hover, .advertising .navdrawer-container ul li a:active {
    background-color: #555; }
  .contact .navdrawer-container ul li a.about {
    background: url("../img/contact-aboutus.jpg") no-repeat; }
  .contact .navdrawer-container ul li a.supplements {
    background: url("../img/contact-supplements.jpg") no-repeat; }
  .contact .navdrawer-container ul li a.contributors {
    background: url("../img/contact-contributors.jpg") no-repeat; }
  .contact .navdrawer-container ul li a.subscriptions {
    background: url("../img/contact-subscriptions.jpg") no-repeat; }
  .contact .navdrawer-container ul li a.advertising {
    background: url("../img/contact-advertising.jpg") no-repeat; }
  .contact .navdrawer-container ul li a.contact {
    background: url("../img/contact-contactus.jpg") no-repeat; }
  .contact .navdrawer-container ul li a.current {
    color: #ffcc00; }
  .contact .navdrawer-container ul li a:hover, .contact .navdrawer-container ul li a:active {
    background-color: #555; }
  main {
    max-width: 960px;
    padding-top: 20px;
    min-height: initial; }
    main h1 {
      display: none; }
  .g-wide--2 {
    width: 50%;
    margin-right: 0; }
  .g-wide--3 {
    margin-right: 0; }
  figure.right.first {
    margin-right: 120px; }
  .onecol {
    width: 120px; }
  .twocol {
    width: 240px; } }

/** Larger screens only - desktop **/
@media all and (min-width: 960px) {
  .navdrawer-container {
    width: 960px; }
  .navdrawer-container ul li {
    width: 120px; }
    .navdrawer-container ul li a {
      width: 120px; }
  main {
    padding: 20px 0; }
  .g-wide--1 {
    width: 200px;
    margin-right: 40px; }
  .g-wide--2 {
    width: 480px;
    margin-right: 0; }
  .g-wide--last {
    margin-right: 0; float: right; display: block; }
  .g-wide--3 {
    width: 720px;
    margin-right: 0; }
  .about .g-wide--3 p,
  .supplements .g-wide--3 p {
    max-width: 480px; } }

/* Gallery images on About page */
.gallery img {
  padding: 2em;
}

/********************************************************
 * IMAGE OVERLAY ON ABOUT US > IMAGES PAGE
 ********************************************************/

.box {
  overflow: hidden;
  line-height: 0;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.box .overlay {
  background-color: rgba(64, 64, 64, 0.9);
  webkit-transform: scale(1.3);
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  opacity: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.box:hover .overlay {
    opacity: 1;
}
.box .overlay p {
  padding: 10%;
  color: white;
}

@media only screen and (min-width: 768px) {
  .box .overlay p {
    padding: 50px 60px 30px 60px;

  }
}

/********************************************************
 * ABOUT US > ADVISORY BOARD - Bootstrap accordion panel style
 ********************************************************/

ul.table {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding-top: 10px; }
  ul.table li {
    display: table-row;
    width: 100%; }
    ul.table li span {
      padding: 0.4em;
      display: table-cell;
      border-bottom: 1px solid #ffcc00; }
    ul.table li .role {
      width: 40%; }

ul.tight {
  padding-top: 0.5em; }

.about .advisory {
  width: 100%;
}

.about h3.ui-accordion-header,
.contributors h3.ui-accordion-header {
  display: table-row;
  width: 100%;
}
.about h3.ui-accordion-header span,
.contributors h3.ui-accordion-header span {
  display: table-cell;
  border-bottom: 1px solid #FC0;
  padding: 0.4em;
}
.about h3.ui-accordion-header span.ui-accordion-header-icon,
.contributors h3.ui-accordion-header span.ui-accordion-header-icon {
  border-bottom: none;
}
.about h2.panel-title,
.contributors  h2.panel-title {
  padding-top: 0;
  width: 100%;
  display: table;
}
.about .panel a,
.contributors  .panel a {
  width: 100%;
  color: white;
  display: table-row;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}
.about .panel-title span,
.contributors .panel-title span {
  display: table-cell;
  padding: 0.9em;
  border-bottom: 1px solid #FC0;
}
.about span.role,
.contributors  span.role {
  width: 40%;
}


/* expanded More info and Download full text links in About us -> Advisory Board pages */
.publisher a.buttons {
  text-decoration: underline;
  color: #FC0;
  display: inline-block;
  width: auto;
}

/* generic accordion */
/* h3.ui-accordion-header {
  display: table-row;
  width: 100%;
}
h3.ui-accordion-header span {
  display: table-cell;
  border-bottom: 1px solid #FC0;
  padding: 0.4em;
}
h3.ui-accordion-header span.ui-accordion-header-icon {
  border-bottom: none;
}
h2.panel-title {
  padding-top: 0;
  width: 100%;
  display: table;
}
.panel a {
  width: 100%;
  color: white;
  display: table-row;
  font-weight: normal;
  font-size: 14px;
  text-decoration: none;
}
.panel-title span {
  display: table-cell;
  padding: 0.9em;
  border-bottom: 1px solid #FC0;
}
span.role {
  width: 40%;
}
*/

/********************************************************
 * SUPPLEMENTS
 ********************************************************/


.supplements  em {
  color: #FC0;
}

/********************************************************
 * SEARCH FORM - additional to Bootstrap
 ********************************************************/

 legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  color: #FC0;
  border: 0;
  border-bottom: none;
}

.form-row {
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  padding-bottom: 10px;
}
.button--secondary {
  background: #ffffff;
  color: #555;
  border: 1px solid #000;
  padding: 10px;
}
/********************************************************
 * Custom Featherlight
 ********************************************************/

.featherlight .featherlight-image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

.featherlight .featherlight-content {
  padding: 0;
  border: none;
  background: #404040;
  color: white;
  min-width: inherit;
  border-radius: 5px;
 }

 .featherlight .featherlight-image {
    max-width: 100%;
    border: 20px solid #404040;
    margin: 0 auto;
 }

@media only screen and (max-width: 1024px) {
 .featherlight .featherlight-content {
  padding: 0;
  border: none;
 }
}
.featherlight .featherlight-close-icon {
  color: white;
  background: #404040;
}
.featherlight-next span,
.featherlight-previous span {
  font-size: 20px;
}
.featherlight-next,
.featherlight-previous {
  left: 95%;
}
.featherlight-next:hover,
.featherlight-previous:hover {
  background: transparent;
}


.featherlight .caption {
    color: white;
    padding: 1em;
}

.spinner {
  width: 30px;
  height: 30px;
  background-color: #fff;
  display:block;
  margin-left: auto;
  margin-right: auto;

  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}




.flex-caption {
  width: 96%;
  padding: 2%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}

.flexslider ol > li::before,
.flexslider ul li::before {
  display: none !important;
}
