/******************************************************************
Site Name: Millennial Eye
Author: bsmith

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url(../../bower_components/malihu-custom-scrollbar-plugin/jquery.mCustomScrollbar.css);
@import url(../../bower_components/jquery-selectboxit/src/stylesheets/jquery.selectBoxIt.css);
@import url(../../bower_components/animate.css/animate.min.css);
@import url(../../bower_components/animsition/dist/css/animsition.min.css);
@import url(../../bower_components/flickity/dist/flickity.min.css);
@import url(../../bower_components/magnific-popup/dist/magnific-popup.css);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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; }

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

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

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

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

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

/**
 * 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; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

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

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 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 */ }

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * I've stripped out everything but what is necessary for the grid.
 * alot of times border-box being applied to * can cause crazy issues on older sites
 * as a workaround, first thing i'm doing here is applying it specifically to areas of a site that I'm recoding
 * here that is the header:
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.static-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; }
  .static-container {
    padding-left: 15px;
    padding-right: 15px; }
  .text-sm-right {
    text-align: right; }
  .text-sm-left {
    text-align: left; }
  .text-sm-center {
    text-align: center; } }

@media (min-width: 992px) {
  .container {
    width: 970px; }
  .text-md-right {
    text-align: right; }
  .text-md-left {
    text-align: left; }
  .text-md-center {
    text-align: center; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; }
  .static-container,
  .blurb {
    width: 830px; }
  .text-lg-right {
    text-align: right; }
  .text-lg-left {
    text-align: left; }
  .text-lg-center {
    text-align: center; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -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-left: 0px;
  padding-right: 0px; }

.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, .col-md-20 {
    float: left; }
  .col-md-20 {
    width: 20%; }
  .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-20 {
    width: 20%; }
  .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%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/* VAlign Hack */
.vtop {
  float: none;
  display: inline-block;
  vertical-align: text-top; }

.vcenter {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.vbottom {
  float: none;
  display: inline-block;
  vertical-align: text-bottom; }

/* Equal Height Columns Hack */
/* USAGE
<div class="row">
  <div class="row-height">
    <div class="col-xs-2 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
    <div class="col-xs-4 col-lg-5 col-xs-height col-xs-middle">
      <div class="inside"></div>
    </div>
  </div>
</div>
*/
/* content styles */
.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%); }

.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0; }

/* columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }

.col-height {
  display: table-cell;
  float: none;
  height: 100%; }

.col-top {
  vertical-align: top; }

.col-middle {
  vertical-align: middle; }

.col-bottom {
  vertical-align: bottom; }

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-xs-top {
    vertical-align: top; }
  .col-xs-middle {
    vertical-align: middle; }
  .col-xs-bottom {
    vertical-align: bottom; } }

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-sm-top {
    vertical-align: top; }
  .col-sm-middle {
    vertical-align: middle; }
  .col-sm-bottom {
    vertical-align: bottom; } }

@media (min-width: 768px) and (max-width: 991) {
  .vcenter-sm {
    float: none;
    display: inline-block;
    vertical-align: middle; } }

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-md-top {
    vertical-align: top; }
  .col-md-middle {
    vertical-align: middle; }
  .col-md-bottom {
    vertical-align: bottom; } }

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%; }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%; }
  .col-lg-top {
    vertical-align: top; }
  .col-lg-middle {
    vertical-align: middle; }
  .col-lg-bottom {
    vertical-align: bottom; } }

/*
 * No Gutter Column Trick
 * http://julienmelissas.com/no-gutter-column-trick-for-bootstrap/
 */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0; }

/*!
 * Bootstrap Forms, Navs, Navbar, Dropdown, Collapse
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=5e04516ec43b460330bc)
 * Config saved to config.json and https://gist.github.com/5e04516ec43b460330bc
 */
[role="button"] {
  cursor: pointer; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  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: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 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, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999999; }

.form-control::-webkit-input-placeholder {
  color: #999999; }

.form-control::-ms-expand {
  border: 0;
  background-color: transparent; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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-left: -20px;
  margin-top: 4px \9; }

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

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  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 {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.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, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.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 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.nav > li {
  position: relative;
  display: block; }

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px; }

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee; }

.nav > li.disabled > a {
  color: #777777; }

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed; }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7; }

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.nav > li > a > img {
  max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #dddddd; }

.nav-tabs > li {
  float: left;
  margin-bottom: -1px; }

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0; }

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default; }

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0; }

.nav-tabs.nav-justified > li {
  float: none; }

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.nav-pills > li {
  float: left; }

.nav-pills > li > a {
  border-radius: 4px; }

.nav-pills > li + li {
  margin-left: 2px; }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified {
  width: 100%; }

.nav-justified > li {
  float: none; }

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px; }

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto; }

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%; }
  .nav-justified > li > a {
    margin-bottom: 0; } }

.nav-tabs-justified {
  border-bottom: 0; }

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px; }

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd; }

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0; }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px; } }

@media (min-width: 768px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }

.navbar-collapse.in {
  overflow-y: auto; }

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px; } }

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none; }

.navbar-brand > img {
  display: block; }

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

.navbar-toggle:focus {
  outline: 0; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

.navbar-nav .open .dropdown-menu {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

@media (min-width: 768px) {
  .navbar-toggle {
    display: none; } }

.navbar-nav {
  margin: 7.5px -15px; }

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px; }

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px; }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none; } }

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0; }
  .navbar-nav > li {
    float: left; }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px; }

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .navbar-form .form-control-static {
    display: inline-block; }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle; }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto; }
  .navbar-form .input-group > .form-control {
    width: 100%; }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0; }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; }
  .navbar-form .form-group:last-child {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px; }

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px; }

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px; }

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px; } }

@media (min-width: 768px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
  .navbar-right ~ .navbar-right {
    margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777777; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777777; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7; }

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #dddddd; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777777; }

.navbar-default .navbar-link:hover {
  color: #333333; }

.navbar-default .btn-link {
  color: #777777; }

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333; }

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc; }

.navbar-inverse {
  background-color: #222222;
  border-color: #080808; }

.navbar-inverse .navbar-brand {
  color: #9d9d9d; }

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-text {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d; }

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent; }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808; }

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent; }

.navbar-inverse .navbar-toggle {
  border-color: #333333; }

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333; }

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff; }

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010; }

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent; } }

.navbar-inverse .navbar-link {
  color: #9d9d9d; }

.navbar-inverse .navbar-link:hover {
  color: #ffffff; }

.navbar-inverse .btn-link {
  color: #9d9d9d; }

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff; }

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444; }

.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table; }

.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

@media (max-width: 992px) {
  .navbar-header {
    float: none; }
  .navbar-left, .navbar-right {
    float: none !important; }
  .navbar-toggle {
    display: block; }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }
  .navbar-collapse.collapse {
    display: none !important; }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px; }
  .navbar-nav > li {
    float: none; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }
  .collapse.in {
    display: block !important; } }

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=809e7996e4c4a9efaa9d)
 * Config saved to config.json and https://gist.github.com/809e7996e4c4a9efaa9d
 */
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff; }

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup, .dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

.dropdown-menu.pull-right {
  right: 0;
  left: auto; }

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5; }

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

/*!
 * Jasny Bootstrap v3.1.0 (http://jasny.github.com/bootstrap)
 * Copyright 2011-2014 Arnold Daniels.
 * Licensed under Apache-2.0 (https://github.com/jasny/bootstrap/blob/master/LICENSE)
 */
.nav-tabs-bottom {
  border-bottom: 0;
  border-top: 1px solid #ddd; }

.nav-tabs-bottom > li {
  margin-bottom: 0;
  margin-top: -1px; }

.nav-tabs-bottom > li > a {
  border-radius: 0 0 4px 4px; }

.nav-tabs-bottom > li > a:hover, .nav-tabs-bottom > li > a:focus, .nav-tabs-bottom > li.active > a, .nav-tabs-bottom > li.active > a:hover, .nav-tabs-bottom > li.active > a:focus {
  border: 1px solid #ddd;
  border-top-color: transparent; }

.nav-tabs-left {
  border-bottom: 0;
  border-right: 1px solid #ddd; }

.nav-tabs-left > li {
  margin-bottom: 0;
  margin-right: -1px;
  float: none; }

.nav-tabs-left > li > a {
  border-radius: 4px 0 0 4px;
  margin-right: 0;
  margin-bottom: 2px; }

.nav-tabs-left > li > a:hover, .nav-tabs-left > li > a:focus, .nav-tabs-left > li.active > a, .nav-tabs-left > li.active > a:hover, .nav-tabs-left > li.active > a:focus {
  border: 1px solid #ddd;
  border-right-color: transparent; }

.row > .nav-tabs-left {
  padding-right: 0;
  padding-left: 15px;
  margin-right: -1px;
  position: relative;
  z-index: 1; }

.row > .nav-tabs-left + .tab-content {
  border-left: 1px solid #ddd; }

.nav-tabs-right {
  border-bottom: 0;
  border-left: 1px solid #ddd; }

.nav-tabs-right > li {
  margin-bottom: 0;
  margin-left: -1px;
  float: none; }

.nav-tabs-right > li > a {
  border-radius: 0 4px 4px 0;
  margin-left: 0;
  margin-bottom: 2px; }

.nav-tabs-right > li > a:hover, .nav-tabs-right > li > a:focus, .nav-tabs-right > li.active > a, .nav-tabs-right > li.active > a:hover, .nav-tabs-right > li.active > a:focus {
  border: 1px solid #ddd;
  border-left-color: transparent; }

.row > .nav-tabs-right {
  padding-left: 0;
  padding-right: 15px; }

.offcanvas {
  display: none; }

.offcanvas.in {
  display: block; }

@media (max-width: 767px) {
  .offcanvas-xs {
    display: none; }
  .offcanvas-xs.in {
    display: block; } }

@media (max-width: 991px) {
  .offcanvas-sm {
    display: none; }
  .offcanvas-sm.in {
    display: block; } }

@media (max-width: 1199px) {
  .offcanvas-md {
    display: none; }
  .offcanvas-md.in {
    display: block; } }

.offcanvas-lg {
  display: none; }

.offcanvas-lg.in {
  display: block; }

.canvas-sliding {
  -webkit-transition: top .25s ease, left .25s ease, bottom .25s ease, right .25s ease;
  transition: top .25s ease, left .25s ease, bottom .25s ease, right .25s ease; }

.offcanvas-clone {
  height: 0px !important;
  width: 0px !important;
  overflow: hidden !important;
  border: none !important;
  margin: 0px !important;
  padding: 0px !important;
  position: absolute !important;
  top: auto !important;
  left: auto !important;
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0 !important; }

/* Bower Components */
/******************************************************************
Site Name: Millennial Eye
Author: bsmith
Stylesheet: Typography
Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!
Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline
******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
@font-face {
  font-family: 'nobel-book';
  src: url(../fonts/nobel/NobelBL-Book.otf);
  font-weight: 100; }

.nobel-book {
  font-family: 'nobel-book'; }

@font-face {
  font-family: 'nobel-regular';
  src: url(../fonts/nobel/NobelBL-Regular.otf);
  font-weight: 400; }

.nobel-regular {
  font-family: 'nobel-regular'; }

.arial {
  font-family: 'arial', sans-serif; }

.arial {
  font-family: arial; }

.freight,
.freight-sans {
  font-family: "freight-sans-pro", sans-serif; }

.freight-condensed {
  font-family: "freight-sans-condensed-pro", sans-serif; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1em;
  letter-spacing: 0px; }

/* Icons */
.ss-social,
.ss-social::before {
  font-family: "SSSocial" !important; }

.ss-social-circle,
.ss-social-circle::before {
  font-family: "SSSocialCircle" !important; }

.ss-standard,
.ss-standard::before {
  font-family: "SSStandard" !important; }

/* Line Height */
.lh_9 {
  line-height: 0.9em; }

.lh-1,
.lh_1 {
  line-height: 1em; }

.lh-1_1 {
  line-height: 1.1em; }

.lh-1_2 {
  line-height: 1.2em; }

.lh-1_25 {
  line-height: 1.25em; }

.lh-1_3 {
  line-height: 1.3em; }

/* Font Weights */
.thin {
  font-weight: 200; }

.light {
  font-weight: 300; }

.book {
  font-weight: 400; }

.medium {
  font-weight: 500; }

.demi {
  font-weight: 600; }

.semibold {
  font-weight: 700; }

.bold {
  font-weight: 800; }

/* Misc */
.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: none !important; }

.capitalize {
  text-transform: capitalize; }

/* Font Sizes */
.font-7 {
  font-size: 7px !important; }

.font-8 {
  font-size: 8px !important; }

.font-9 {
  font-size: 9px; }

.font-10 {
  font-size: 10px; }

.font-11 {
  font-size: 11px; }

.font-12 {
  font-size: 12px; }

.font-13 {
  font-size: 13px; }

.font-15 {
  font-size: 15px; }

.font-16 {
  font-size: 16px; }

.font-17 {
  font-size: 17px; }

.font-18 {
  font-size: 18px; }

.font-19 {
  font-size: 19px; }

.font-19-5 {
  font-size: 19.5px; }

.font-20 {
  font-size: 20px; }

.font-21 {
  font-size: 21px; }

.font-22 {
  font-size: 22px; }

.font-23 {
  font-size: 23px; }

.font-23-5 {
  font-size: 23.5px; }

.font-24 {
  font-size: 24px; }

.font-25 {
  font-size: 25px; }

.font-26 {
  font-size: 26px; }

.font-27 {
  font-size: 27px; }

.font-28 {
  font-size: 28px; }

.font-29 {
  font-size: 29px; }

.font-30 {
  font-size: 30px; }

.font-32 {
  font-size: 32px; }

.font-33 {
  font-size: 33px; }

.font-34 {
  font-size: 34px; }

.font-34-5 {
  font-size: 35.5px; }

.font-36 {
  font-size: 36px; }

.font-37 {
  font-size: 37px; }

.font-38 {
  font-size: 38px; }

.font-40 {
  font-size: 40px; }

.font-42 {
  font-size: 42px; }

.font-44 {
  font-size: 44px; }

.font-49 {
  font-size: 49px; }

.font-50 {
  font-size: 50px; }

.font-51 {
  font-size: 51px; }

.font-52 {
  font-size: 52px; }

.font-53 {
  font-size: 53px; }

.font-57 {
  font-size: 57px; }

.font-70 {
  font-size: 70px; }

/* Font Colors */
.white {
  color: #fff; }

.black {
  color: #000; }

.purple {
  color: #cdc1e4; }

.gray {
  color: #5d5c5c; }

.gray-ccc {
  color: #cccccc; }

.gray-73 {
  color: #737373; }

.gray-ab {
  color: #ababab; }

.gray-a3 {
  color: #a3a3a3; }

.gray-a5 {
  color: #a5a5a5; }

.gray-26 {
  color: #262626; }

.gray-d3 {
  color: #d3d3d3; }

.gray-d5 {
  color: #d5d7dc; }

.gray-333 {
  color: #333333; }

.gray-44 {
  color: #444444; }

.gray-77 {
  color: #777777; }

.gray-d7 {
  color: #d7d7d7; }

.gray-8b {
  color: #8b8b8b; }

.gray-8f {
  color: #8f8f8f; }

.gray-b1 {
  color: #b1b1b1; }

.gray-82 {
  color: #828282; }

.gray-51 {
  color: #515050; }

.gray-58 {
  color: #585858; }

.gray-e6 {
  color: #e6e5e5; }

.gray-6b {
  color: #6b6b6b; }

.gray-95 {
  color: #959595; }

.gray-9b {
  color: #9b9b9b; }

.gray-999, .gray-99 {
  color: #999999; }

.light-gray {
  color: #d3d3d3; }

.teal {
  color: #43c4d0; }

/* Text Alignment */
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

/* Border */
.gray-top-bottom {
  border-top: 1px solid rgba(119, 119, 119, 0.1);
  border-bottom: 1px solid rgba(119, 119, 119, 0.1); }

@media only screen and (max-width: 768px) {
  /* Font Sizes */
  .font-sm-11 {
    font-size: 11px; }
  .font-sm-12 {
    font-size: 12px; }
  .font-sm-15 {
    font-size: 15px; }
  .font-sm-16 {
    font-size: 16px; }
  .font-sm-19 {
    font-size: 19px; }
  .font-sm-20 {
    font-size: 20px; }
  .font-sm-21 {
    font-size: 21px; }
  .font-sm-22 {
    font-size: 22px; }
  .font-sm-24 {
    font-size: 24px; }
  .font-sm-26 {
    font-size: 26px; }
  .font-sm-27 {
    font-size: 27px; }
  .font-sm-28 {
    font-size: 28px; }
  .font-sm-30 {
    font-size: 30px; }
  .font-sm-32 {
    font-size: 32px; }
  .font-sm-36 {
    font-size: 36px; }
  .font-sm-37 {
    font-size: 37px; }
  .font-sm-38 {
    font-size: 38px; }
  .font-sm-44 {
    font-size: 44px; }
  .font-sm-52 {
    font-size: 52px; }
  .font-sm-53 {
    font-size: 53px; }
  .font-sm-57 {
    font-size: 57px; }
  .font-sm-70 {
    font-size: 70px; } }

/******************************************************************
Site Name: Millennial Eye
Author: bsmith
Stylesheet: Article Styles
Styles for the many different content types associated with articles.
******************************************************************/
.online-exclusive-single .article .header .heading-tab .h5 {
  background-color: #43c4d0;
  width: 100%;
  display: block; }

.article-container .link-copy-btn {
  position: relative;
  top: -2px; }

article {
  width: 880px;
  max-width: 100%;
  background-color: transparent;
  margin: -120px auto 0px;
  position: relative; }
  article header .heading-tab {
    position: relative;
    width: 795px;
    max-width: 100%;
    margin: 0 auto;
    padding: 40px 0px 35px; }
    article header .heading-tab .share-btns-container {
      display: block;
      width: 100%;
      height: 55.625px; }
    article header .heading-tab h5 {
      width: 100%;
      display: block; }
    article header .heading-tab .deck h3 {
      width: 690px;
      max-width: 100%;
      margin: 0 auto; }
    article header .heading-tab .by-line {
      padding: 50px 0px 0px; }
      article header .heading-tab .by-line p {
        margin: 0 auto; }
    article header .heading-tab .by-line.no-padding {
      padding: 0px; }
    article header .heading-tab .deck.no-byline {
      margin-bottom: 0px; }

article header .heading-top {
  padding: 23px 0px 23px; }

article.no-hero {
  margin: 0px auto;
  padding-top: 83px; }
  article.no-hero header .heading-tab {
    padding-top: 0px; }

.related-articles {
  display: none; }

footer.article-footer {
  width: 915px;
  max-width: 100%;
  margin: 0 auto 40px auto; }

footer .author-info {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding: 22.5px 0px;
  border-top: 1px solid #e5e5e5; }
  footer .author-info .row {
    margin-left: 0px;
    margin-right: 0px; }
  footer .author-info .author-img {
    width: 98px;
    max-width: 100%; }
  footer .author-info .author-bio {
    padding: 0px; }
    footer .author-info .author-bio h6 {
      font-family: "freight-sans-pro", sans-serif;
      font-size: 15px;
      color: #262626;
      line-height: 1.2em;
      opacity: .7;
      font-style: italic; }
      footer .author-info .author-bio h6 a {
        text-decoration: underline !important;
        color: #262626 !important; }
      footer .author-info .author-bio h6 a:hover {
        color: #262626 !important; }
    footer .author-info .author-bio p {
      font-style: italic;
      font-family: "freight-sans-pro", sans-serif; }
    footer .author-info .author-bio ul {
      list-style: disc;
      margin-left: 16px; }
      footer .author-info .author-bio ul li {
        font-family: "freight-sans-pro", sans-serif;
        font-size: 15px;
        color: #3d3d3d;
        line-height: 1.2em;
        opacity: .7;
        font-style: italic;
        margin: 8px 0px; }
        footer .author-info .author-bio ul li span {
          color: #262626; }
    footer .author-info .author-bio a {
      color: #262626 !important;
      text-decoration: underline; }
      footer .author-info .author-bio a:hover {
        text-decoration: underline !important; }

.oe-bar {
  padding: 15px 0px;
  text-align: center; }

.infinite-more-wrap {
  position: relative; }
  .infinite-more-wrap::after {
    content: "";
    background-color: #e1e1e1;
    width: 100%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 41px; }
  .infinite-more-wrap p {
    width: 190px;
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    color: #737373;
    padding: 24px 15px;
    position: relative;
    z-index: 4;
    margin: 0px auto; }

/* Single Article Custom Share Links */
.article-single-wrap .custom-share-links li svg {
  width: 27px;
  height: 27px; }

.article-single-wrap .custom-share-links #facebook-logo {
  fill: #3b5998; }

.article-single-wrap .custom-share-links #twitter-logo {
  fill: #55acee; }

.article-single-wrap .custom-share-links #linkedin-logo {
  fill: #0077b5; }

.article-single-wrap .custom-share-links #email-logo {
  fill: #cfcdcd; }

.article-single-wrap .custom-share-links #link-logo,
.article-single-wrap .custom-share-links #dl-logo path {
  fill: #cfcdcd; }

.content {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0px;
  /* hide disabled button */
  /* position dots up a bit */
  /* dots are lines */
  /* big buttons, no circle */
  /* arrow color */
  /* hide disabled button */ }
  .content strong.semibold {
    font-weight: 800; }
  .content h1 {
    font-size: 54px;
    line-height: 56px;
    margin: 0px 0px 33px 0px;
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: left; }
  .content h2 {
    font-size: 30px;
    line-height: 39px;
    margin: 0px 0px 33px 0px;
    font-family: "freight-sans-condensed-pro", sans-serif;
    color: #262626;
    font-weight: normal; }
  .content h3 {
    font-family: "freight-sans-condensed-pro", sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin: 0px 0px 14px 0px;
    line-height: 24px;
    color: #262626; }
  .content h4 {
    font-family: "freight-sans-condensed-pro", sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #262626;
    line-height: .8em;
    margin-bottom: 7px; }
  .content h6 {
    font-family: "freight-sans-condensed-pro", sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #939393;
    margin: 0px 0px 20px 0px; }
  .content p {
    margin: 0px 0px 27px 0px;
    text-transform: inherit;
    font-size: 19px;
    width: 100%;
    font-family: "freight-text-pro", serif;
    font-weight: 400;
    line-height: 30px;
    color: #262626; }
  .content img {
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .content a {
    text-decoration: underline !important;
    word-wrap: break-word; }
  .content hr {
    background: #ccc; }
  .content .author-info {
    margin-left: 0px;
    margin-right: 0px;
    border-top: 1px solid #e1e1e1;
    padding-top: 27px; }
  .content .author-img {
    text-align: left; }
    .content .author-img img {
      margin: 0px;
      height: 98px; }
  .content .author-bio {
    padding: 0px 0px 0px 15px; }
    .content .author-bio h6 {
      font-family: "freight-sans-pro", sans-serif;
      font-size: 15px;
      color: #818181;
      font-weight: 600;
      line-height: 1.2em;
      margin-bottom: 6px; }
      .content .author-bio h6 a {
        text-decoration: underline !important;
        color: #818181 !important; }
      .content .author-bio h6 a:hover {
        color: #818181 !important; }
    .content .author-bio p {
      font-family: "freight-sans-pro", sans-serif;
      font-size: 15px;
      color: #000;
      opacity: .7;
      font-style: italic;
      line-height: 1.25em;
      font-weight: 400; }
      .content .author-bio p a {
        text-decoration: underline !important;
        color: #262626 !important; }
      .content .author-bio p a:hover {
        color: #262626 !important; }
    .content .author-bio a {
      color: #818181 !important;
      text-decoration: underline; }
      .content .author-bio a:hover {
        text-decoration: underline !important; }
    .content .author-bio ul {
      list-style: disc;
      margin-left: 16px; }
      .content .author-bio ul li {
        font-family: "freight-sans-pro", sans-serif;
        font-size: 10px !important;
        color: #818181;
        line-height: 1.2em;
        margin: 8px 0px; }
        .content .author-bio ul li span {
          font-size: 15px;
          color: #818181;
          line-height: 1em;
          position: relative;
          top: 2px; }
  .content ul {
    list-style: disc;
    margin-left: 16px; }
    .content ul li {
      font-size: 19px !important;
      font-family: "freight-text-pro",serif;
      font-weight: 400;
      line-height: 30px;
      color: #262626; }
      .content ul li span {
        font-size: 15px;
        color: #818181;
        line-height: 1em;
        position: relative;
        top: 2px; }
  .content .sponsor {
    width: 320px;
    max-width: 100%;
    margin: 0 auto 25px; }
    .content .sponsor p {
      margin-bottom: 6px; }
  .content .fp-section {
    padding: 0px 1em; }
  .content .inline-ruby {
    margin: 47px 0px; }
  .content .call-out {
    text-align: center;
    padding: 32px 0px;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 27px; }
    .content .call-out p {
      font-family: "freight-sans-condensed-pro",sans-serif;
      font-size: 30px;
      font-weight: 300;
      margin: 0px;
      opacity: .8; }
  .content .insert-cover {
    margin-top: 40px; }
    .content .insert-cover img {
      display: block; }
    .content .insert-cover .insert-pdf {
      font-family: "secondary-font", sans-serif;
      text-transform: uppercase;
      color: #43c4d0;
      font-size: 17px;
      padding: 17.5px;
      background: #fff;
      border: 1px solid #43c4d0;
      border-radius: 0px;
      text-decoration: none !important;
      display: block;
      width: 250px;
      max-width: 100%;
      margin: 35px auto 0px;
      text-align: center;
      transition: all .25s ease;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      -moz-transition: all .25s ease; }
    .content .insert-cover .insert-pdf:hover {
      background-color: #ecf9fa; }
  .content .memoriam-image {
    margin-bottom: 27px; }
  .content .contributor-section::after {
    content: "";
    display: block;
    clear: both; }
  .content .contributor-block {
    float: left;
    max-width: 100%; }
    .content .contributor-block p {
      font-family: "freight-sans-condensed-pro", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 1em;
      margin: 15px 0px; }
  .content .fp-section .fp-id p {
    font-family: "freight-sans-condensed-pro", sans-serif;
    font-size: 20px;
    font-weight: 600; }
  .content .twitter-pull-quote {
    width: 610px;
    max-width: 100%;
    display: block;
    margin: 0 auto 27px; }
    .content .twitter-pull-quote a {
      font-family: "freight-sans-pro", sans-serif;
      font-size: 26px;
      line-height: 1.25em;
      font-style: italic;
      font-weight: 600;
      color: #262626 !important;
      text-decoration: none !important;
      display: inline-block;
      vertical-align: middle; }
      .content .twitter-pull-quote a:hover {
        color: #55acee !important; }
        .content .twitter-pull-quote a:hover svg {
          fill: #9cc7ed !important; }
    .content .twitter-pull-quote svg {
      fill: #dedddd !important;
      width: 17px;
      height: 15px;
      display: inline-block;
      vertical-align: middle;
      transition: all .25s ease;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      -moz-transition: all .25s ease; }
  .content .image-gallery {
    max-width: 100%;
    outline: none;
    overflow: hidden;
    margin-bottom: 40px;
    text-align: center; }
    .content .image-gallery .gallery {
      position: relative;
      outline: none; }
  .content .flickity-prev-next-button:disabled {
    display: none; }
  .content .gallery-cell {
    width: 75%;
    height: 352px;
    margin-right: 10px;
    counter-increment: gallery-cell; }
  .content .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    filter: alpha(opacity=25);
    opacity: 0.25;
    cursor: pointer; }
  .content .flickity-page-dots .dot.is-selected {
    filter: alpha(opacity=100);
    opacity: 1; }
  .content .flickity-page-dots {
    bottom: -22px;
    text-align: center; }
  .content .flickity-page-dots {
    display: none; }
  .content .flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0; }
  .content .flickity-prev-next-button {
    width: 100px;
    height: 100px; }
  .content .flickity-prev-next-button:hover {
    background: rgba(255, 255, 255, 0.95); }
  .content .flickity-prev-next-button .arrow {
    fill: black; }
  .content .flickity-prev-next-button.no-svg {
    color: black; }
  .content .flickity-prev-next-button {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    border: none;
    border-radius: 50%;
    background: white;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .content .flickity-prev-next-button svg {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%; }
  .content .flickity-prev-next-button.previous {
    left: 10px; }
  .content .flickity-prev-next-button.next {
    right: 10px; }
  .content .img-aside [class*=" col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  .content .img-aside {
    margin-bottom: 27px; }
  .content .img-aside p {
    margin: 0px; }

/* Article Utility Classes (via indesign) */
.content .footnote,
.content .courtesy {
  font-family: "freight-sans-condensed-pro", sans-serif;
  font-size: 13px;
  color: #aaa;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 5px; }
  .content .footnote a,
  .content .courtesy a {
    color: #aaa !important;
    text-decoration: underline !important; }
    .content .footnote a:hover,
    .content .courtesy a:hover {
      opacity: .7; }

.footnote-wrapper {
  height: 6.2em;
  overflow: hidden;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease; }
  .footnote-wrapper iframe {
    height: auto; }

.expand-footnotes {
  position: relative;
  text-align: center; }
  .expand-footnotes::before {
    content: "";
    display: block;
    position: absolute;
    top: -50px;
    left: 0px;
    width: 100%;
    height: 50px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .expand-footnotes .footnote-trigger {
    font-size: 12px;
    font-family: "freight-sans-pro", sans-serif;
    text-transform: uppercase;
    text-decoration: none !important; }
    .expand-footnotes .footnote-trigger:hover {
      text-decoration: underline !important; }

.expand-footnotes.fadeOut {
  opacity: 0;
  visibility: hidden; }

.content .figure-wrapper {
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 27px; }
  .content .figure-wrapper img {
    margin-bottom: 10px; }

.content .youtube iframe {
  height: 480px; }

.content .caption {
  text-align: center;
  font-family: "freight-sans-condensed-pro", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.25em;
  color: #666;
  width: 560px;
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.eyetube-wrapper {
  margin-bottom: 23px; }

.eyetube {
  display: block;
  margin: 0 auto; }

.content .async-ruby {
  margin-bottom: 14px;
  background: #fff;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease; }

/******************************************************************
Site Name: Millennial Eye
Author: bsmith
Stylesheet: Variables
Here is where we declare all our variables like colors,
base values, and defaults.
******************************************************************/
/*********************
COLORS
*********************/
.bg-purple-6 {
  background-color: rgba(200, 196, 231, 0.6); }

.bg-purple {
  background-color: #bab5df; }

.bg-eb-80 {
  background-color: rgba(235, 235, 235, 0.8); }

.bg-2b {
  background-color: #2b2b2b; }

.bg-white {
  background-color: #fff; }

.bg-333 {
  background-color: #333; }

.bg-teal {
  background-color: #52c3cd; }

.bg-teal-50 {
  background-color: rgba(82, 195, 205, 0.5); }

.bg-lighter-teal-80 {
  background-color: rgba(109, 209, 219, 0.8); }

.bg-ea {
  background-color: #eaecf0; }

.bg-f9 {
  background-color: #f9f8f8; }

.bg-00c7d3 {
  background-color: #00c7d3; }

/* Border */
.teal-border {
  border: 1px solid #52c3cd; }

.border-right-white {
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

/* Padding */
.padding-25-26 {
  padding: 25px 26px; }

.pv-10 {
  padding: 10px 0px; }

.pv-20 {
  padding: 20px 0px; }

.pv-30 {
  padding: 23px 0px 30px 0px; }

.pv-37-60 {
  padding: 37px 0px 60px; }

.pv-40-50 {
  padding: 40px 0px 50px; }

.p-top-18 {
  padding-top: 18px; }

.p-top-16 {
  padding-top: 16px; }

/* Margin */
.margin-0 {
  margin: 0 auto; }

.margin-13 {
  margin: 13px auto; }

.m-top-40 {
  margin-top: 40px; }

.mv-55 {
  margin: 55px 0px; }

.mt-15 {
  margin-top: 15px; }

/* Opacity */
.opacity-0 {
  opacity: 0; }

.opacity-20 {
  opacity: .2; }

.opacity-30 {
  opacity: .3; }

.opacity-40 {
  opacity: .4; }

.opacity-50 {
  opacity: .5; }

.opacity-60 {
  opacity: .6; }

.opacity-70 {
  opacity: .7; }

.opacity-80 {
  opacity: .8; }

.opacity-100 {
  opacity: 1; }

/* Display */
.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.margin-0 {
  margin: 0 auto; }

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .bg-sm-white {
    background-color: #fff; } }

@media only screen and (max-width: 768px) {
  .sm-block {
    display: block; }
  .sm-inline-block {
    display: inline-block; }
  .sm-inline {
    display: inline; }
  .bg-xs-white {
    background-color: #fff; }
  .sm-vtop {
    float: none;
    display: inline-block;
    vertical-align: text-top; }
  .sm-vcenter {
    float: none;
    display: inline-block;
    vertical-align: middle; }
  .sm-vbottom {
    float: none;
    display: inline-block;
    vertical-align: text-bottom; } }

/* Select styles via selectBoxIt */
.selectboxit-container .selectboxit {
  background: #43c4d0;
  border: 1px solid #43c4d0;
  border-radius: 0px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }
  .selectboxit-container .selectboxit .selectboxit-text {
    text-transform: uppercase;
    color: #fff;
    font-size: 17px; }

.selectboxit-container .selectboxit .selectboxit-option-icon-container {
  margin-left: 19px; }

.selectboxit-container .selectboxit-arrow {
  border-top: 4px solid #fff; }

.selectboxit-container .selectboxit-options.selectboxit-list {
  width: auto !important;
  min-width: 100% !important;
  background: #fff;
  border: 1px solid #43c4d0;
  border-radius: 0px; }
  .selectboxit-container .selectboxit-options.selectboxit-list .selectboxit-option-icon-container {
    display: none; }
  .selectboxit-container .selectboxit-options.selectboxit-list li a {
    font-size: 15px;
    font-weight: 600;
    color: #43c4d0;
    height: 40px;
    line-height: 40px;
    display: block;
    padding-left: 30px; }
  .selectboxit-container .selectboxit-options.selectboxit-list li.selectboxit-focus > .selectboxit-option-anchor {
    background-color: #ecf9fa;
    background-image: none; }

.selectboxit-btn.selectboxit-enabled:hover,
.selectboxit-btn.selectboxit-enabled:focus,
.selectboxit-btn.selectboxit-enabled:active {
  background-color: #3fb9c5; }

/* Specific Select Styles */
#podcast_downloadSelectBoxItContainer,
#podcast_downloadSelectBoxIt,
#podcast_download_mobileSelectBoxItContainer,
#podcast_download_mobileSelectBoxIt {
  width: 200px;
  height: 50px; }
  #podcast_downloadSelectBoxItContainer .selectboxit-options.selectboxit-list,
  #podcast_downloadSelectBoxIt .selectboxit-options.selectboxit-list,
  #podcast_download_mobileSelectBoxItContainer .selectboxit-options.selectboxit-list,
  #podcast_download_mobileSelectBoxIt .selectboxit-options.selectboxit-list {
    width: 230px !important; }

#podcast_downloadSelectBoxItArrowContainer,
#podcast_download_mobileSelectBoxItArrowContainer {
  top: -3px;
  height: 50px; }

#podcast_downloadSelectBoxItText,
#podcast_download_mobileSelectBoxItText {
  line-height: 3em; }

/* Inverted Select */
#issues .inverted-select {
  padding: 12.5px 17.5px;
  height: auto !important;
  width: auto !important;
  background: #fff; }
  #issues .inverted-select:hover {
    background-color: #ecf9fa; }
  #issues .inverted-select span {
    color: #43c4d0;
    height: auto; }
  #issues .inverted-select .selectboxit-arrow {
    border-top: 4px solid #43c4d0; }
  #issues .inverted-select .selectboxit-option-icon-container {
    display: none; }
  #issues .inverted-select .selectboxit-arrow-container {
    width: 30px;
    margin-top: -8px;
    position: relative;
    display: inline-block !important;
    vertical-align: middle; }

#issue-yearSelectBoxItContainer .selectboxit-options.selectboxit-list {
  border-top: 0px !important; }

#issue-yearSelectBoxItContainer .selectboxit-options .selectboxit-option-first {
  display: none !important; }

/* Buttons */
button {
  outline: none !important;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

.stripped-btn {
  background-color: transparent;
  border: none;
  box-shadow: none;
  border-radius: 0px; }

button.outline {
  display: block;
  margin: 0 auto;
  width: 222px;
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #595959;
  padding: 12px 0px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }
  button.outline::before {
    position: relative;
    top: 2.45px;
    margin-right: 6px; }
  button.outline:hover {
    opacity: 1;
    border: 1px solid #fff;
    color: #fff; }

button.outline-teal {
  font-weight: 600;
  font-size: 11.5px;
  color: #43c4d0;
  display: block;
  margin: 0 auto;
  width: 222px;
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  border: 1px solid #43c4d0;
  padding: 12px 0px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }
  button.outline-teal::before {
    position: relative;
    top: 2.45px;
    margin-right: 4px; }
  button.outline-teal:hover {
    opacity: 1;
    border: 1px solid #43c4d0;
    background-color: #ecf9fa; }

button.teal-btn {
  color: #43c4d0;
  background: #fff;
  border: 1px solid #43c4d0;
  border-radius: 0px;
  text-align: center;
  padding: 14px 0px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase; }
  button.teal-btn:hover {
    background-color: #ecf9fa; }

button.teal-btn-inverted {
  position: relative;
  color: #fff;
  background: #43c4d0;
  border: 1px solid #43c4d0;
  border-radius: 0px;
  padding: 14px 8px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase; }
  button.teal-btn-inverted:hover {
    background-color: #3fb9c5; }
  button.teal-btn-inverted i {
    font-size: 8px; }
  button.teal-btn-inverted i.ss-dropdown,
  button.teal-btn-inverted i.ss-directright {
    position: absolute;
    right: 11px;
    top: 21px; }

.podcast-info .teal-btn-inverted {
  padding: 14px 20px;
  font-weight: 400;
  font-size: 17px; }

button.link-copy-btn {
  border: none;
  box-shadow: none;
  background-color: #fff; }

/* General styles for all types of buttons */
.progress-button {
  position: relative;
  display: inline-block; }

.progress-button[disabled],
.progress-button[disabled].state-loading {
  cursor: default; }

.progress-button .content {
  position: relative;
  display: block;
  padding: 0px; }

.progress-button .content::before,
.progress-button .content::after {
  position: absolute;
  right: 20px;
  font-family: "icomoon";
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s; }

.progress-button .content::before {
  content: "\e600";
  /* Checkmark for success */ }

.progress-button .content::after {
  content: "\e601";
  /* Cross for error */ }

.progress-button.state-success .content::before,
.progress-button.state-error .content::after {
  opacity: 1; }

.notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.progress-button .progress-inner {
  position: absolute;
  left: 0; }

.progress-button[data-horizontal] .progress-inner {
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: width 0.3s, opacity 0.3s;
  transition: width 0.3s, opacity 0.3s; }

.progress-button[data-vertical] .progress-inner {
  bottom: 0;
  width: 100%;
  height: 0;
  -webkit-transition: height 0.3s, opacity 0.3s;
  transition: height 0.3s, opacity 0.3s; }

/* Fill horizontal */
/* ====================== */
.progress-button[data-style="fill"][data-horizontal] {
  overflow: hidden; }

.progress-button[data-style="fill"][data-horizontal] .content {
  z-index: 10;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s; }

.progress-button[data-style="fill"][data-horizontal] .content::before,
.progress-button[data-style="fill"][data-horizontal] .content::after {
  top: 30px;
  right: auto;
  left: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.progress-button[data-style="fill"][data-horizontal].state-success .content,
.progress-button[data-style="fill"][data-horizontal].state-error .content {
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px); }

/******************************************************************
Site Name: Millennial Eye
Author: bsmith
Stylesheet: Mixins Stylesheet
This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.
A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.
Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/
******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/* Slide Animation */
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0); } }

@-moz-keyframes slideDown {
  0% {
    -moz-transform: translateY(-100%); }
  100% {
    -moz-transform: translateY(0); } }

@-o-keyframes slideDown {
  0% {
    -o-transform: translateY(-100%); }
  100% {
    -o-transform: translateY(0); } }

@keyframes slideDown {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(0); } }

.animated.slideDown {
  -webkit-animation-name: slideDown;
  -moz-animation-name: slideDown;
  -o-animation-name: slideDown;
  animation-name: slideDown; }

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-100%); } }

@-moz-keyframes slideUp {
  0% {
    -moz-transform: translateY(0); }
  100% {
    -moz-transform: translateY(-100%); } }

@-o-keyframes slideUp {
  0% {
    -o-transform: translateY(0); }
  100% {
    -o-transform: translateY(-100%); } }

@keyframes slideUp {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(-100%); } }

.animated.slideUp {
  -webkit-animation-name: slideUp;
  -moz-animation-name: slideUp;
  -o-animation-name: slideUp;
  animation-name: slideUp; }

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name: Millennial Eye
Author: bsmith
Stylesheet: Base Mobile Stylesheet
Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.
******************************************************************/
/*
 * Font Reference:
 * $freight-sans: "freight-sans-pro",sans-serif;
 **/
/* Header Fix */
p::-moz-selection, h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection, span::-moz-selection, a::-moz-selection, li::-moz-selection {
  background: #85dde4;
  color: #fff !important; }

p::selection, h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection, span::selection, a::selection, li::selection {
  background: #85dde4;
  color: #fff !important; }

a {
  outline: none !important; }

.homepage {
  width: 100%;
  max-width: 100%; }

.show {
  display: inline-block !important; }

.app-btns a:hover {
  color: #fff !important; }

.main.homepage {
  padding-top: 0px; }

.main {
  padding-top: 83px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

.main.single-article {
  padding-top: 0px; }

.author-info {
  margin-top: 27px; }

.container-fluid {
  padding: 0px; }
  .container-fluid .row {
    margin-left: 0px;
    margin-right: 0px; }

.fixed {
  position: fixed; }

::-webkit-scrollbar {
  display: none; }

#selectionSharerPopover,
#selectionSharerPopunder {
  display: block; }

.podcast-help .gray-link {
  text-decoration: underline;
  font-weight: bold;
  color: #000000; }

.podcast-help .gray-link:hover,
.podcast-help .gray-link:active,
.podcast-help .gray-link:focus {
  opacity: .6;
  color: #000 !important; }

.video-single .eyetube-wrapper {
  position: relative;
  margin: 0px !important; }

#google-doc {
  height: 826px; }

/*********************
GENERAL STYLES
*********************/
.row .row {
  margin-left: 0px;
  margin-right: 0px; }

a {
  color: #fff;
  cursor: pointer !important;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

a:hover,
a:focus {
  color: #2fc2d0 !important;
  text-decoration: none !important; }

a.inverted {
  color: #2fc2d0 !important; }

a.inverted:hover,
a.inverted:focus {
  color: #fff !important;
  text-decoration: none !important; }

a.bg-white.inverted {
  color: #43c4d0 !important;
  opacity: .7; }

a.bg-white.inverted:hover,
a.bg-white.inverted:focus,
a.bg-white.inverted:active {
  color: #43c4d0 !important;
  opacity: 1;
  text-decoration: none !important; }

a.black-underline {
  color: #333;
  text-decoration: underline; }

a.black-underline:hover,
a.black-underline:focus,
a.black-underline:active {
  text-decoration: underline !important; }

.disabled .cover-hover {
  display: none !important; }

select {
  display: none; }

.sup {
  top: -0.5em;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.buttons {
  position: relative; }

ul {
  margin: 0;
  padding: 0; }

.animated {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-duration: .25s;
  animation-duration: .25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.pure-animated {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-fill-mode: both !important;
  animation-fill-mode: both !important; }

#logo a:hover,
#logo a:focus {
  color: #fff !important;
  cursor: pointer !important;
  text-decoration: none !important; }

header.header {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 999;
  padding: 0px; }

header.header a:hover,
.featured-toc a:hover {
  color: #fff !important; }

header.header a.toc-is-open {
  opacity: .8; }

header.header #logo a {
  opacity: 1; }

.rest-of-issue {
  padding-top: 23px; }

.cover-focus-section,
.rest-of-issue {
  padding-right: 60px;
  margin-right: 4px; }

.main.homepage {
  padding-top: 0px; }

.main.homepage.ad-top {
  padding-top: 230px; }

header.header.fixed {
  position: fixed; }

header.header.has-ad {
  top: -275px;
  padding: 0px;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

header.header.has-ad.open {
  top: 0px;
  opacity: 1;
  visibility: visible; }

/* Images */
.attachment-large,
.attachment-me-graphic-hero,
.attachment-me-thumb-topics {
  max-width: 100%;
  width: 100%;
  height: auto; }

.topic-filter {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
  .topic-filter .outline-teal.vcenter {
    height: 42px;
    display: inline-block; }
  .topic-filter .outline-teal.active {
    background: #43c4d0;
    color: #fff; }
    .topic-filter .outline-teal.active:hover {
      color: #43c4d0;
      background: #ecf9fa; }

.inline-middle {
  display: inline-block;
  margin: 0 auto; }

img {
  max-width: 100%; }

.topic-img-wrapper {
  position: relative; }
  .topic-img-wrapper #play-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 8px;
    left: 8px;
    fill: #fff;
    opacity: .85; }

.media-grid,
.daily-coverage {
  position: relative;
  display: block;
  padding-bottom: 88px; }
  .media-grid .show-all-btn:not(.old-style),
  .daily-coverage .show-all-btn:not(.old-style) {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 12px 0px 30px;
    width: 100%;
    text-align: center; }

.media-grid img {
  width: 100%;
  height: auto !important; }

.one-line-trunc {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em; }
  .one-line-trunc span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.dc-item p {
  max-height: 13px;
  overflow: hidden; }

picture {
  width: 100%; }

/* Navbar Searchbar */
.navbar-searchbar {
  position: absolute;
  z-index: 1;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 130px; }
  .navbar-searchbar * {
    height: 100%; }
  .navbar-searchbar label {
    width: 100%;
    max-width: 100%; }
  .navbar-searchbar input {
    width: 92%;
    margin: 0 auto;
    border: 0px;
    background: transparent;
    box-shadow: none;
    outline: none !important;
    text-align: center; }
    .navbar-searchbar input::-webkit-input-placeholder {
      color: white;
      font-size: 51px;
      font-weight: 200;
      line-height: inherit;
      text-align: center; }
    .navbar-searchbar input:-moz-placeholder {
      /* Firefox 18- */
      color: white;
      font-size: 51px;
      font-weight: 200;
      line-height: inherit;
      text-align: center; }
    .navbar-searchbar input::-moz-placeholder {
      /* Firefox 19+ */
      color: white;
      font-size: 51px;
      font-weight: 200;
      line-height: inherit;
      text-align: center; }
    .navbar-searchbar input:-ms-input-placeholder {
      color: white;
      font-size: 51px;
      font-weight: 200;
      line-height: inherit;
      text-align: center; }

#navbar-search-toggle i {
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

#navbar-search-toggle:hover i {
  opacity: 1;
  color: #fff; }

.navbar-searchbar {
  opacity: 0;
  visibility: hidden;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

.navbar-searchbar.open {
  bottom: -130px;
  opacity: 1;
  visibility: visible; }

/* Search Page */
.result-info p {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  color: #444;
  font-weight: 400; }

/* Mobile Navbar */
.navbar {
  position: absolute;
  width: 100%;
  max-width: 100%;
  left: 0px;
  z-index: 9999;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

.mob-logo {
  fill: #231F20; }

.navbar.open {
  top: 0px !important; }

.navbar-toggle {
  margin: 0px;
  padding: 0px;
  height: 28px; }

.navbar-toggle,
.navbar-toggle:hover {
  background-color: transparent !important;
  border: none;
  box-shadow: none; }

.navbar-default {
  background-color: transparent;
  border-color: transparent; }

.navbar-header {
  padding: 10px 16px 10px 10px;
  margin-left: 0px !important;
  margin-right: 0px !important; }

.nav > li > a:hover,
.nav > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: transparent; }

.menu-item a {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 200;
  text-decoration: none; }

#mobile-menu {
  position: fixed;
  overflow: hidden;
  overflow-y: scroll;
  width: 310px;
  height: 100%;
  z-index: 99999;
  top: 0px;
  right: -310px;
  background-color: #333; }
  #mobile-menu .menu-item a {
    font-size: 21px;
    text-transform: uppercase;
    font-weight: 400; }
  #mobile-menu .form-group {
    width: 100% !important;
    margin: 0px;
    padding: 10px 0px; }
  #mobile-menu .navbar-form {
    position: relative;
    border: none;
    box-shadow: none;
    margin: 0px;
    height: 65px;
    border-bottom: 3px solid #292929;
    padding: 0px 15px; }
    #mobile-menu .navbar-form button {
      position: absolute;
      top: 14.5px;
      right: 15px;
      padding: 0px; }
  #mobile-menu .navbar-form input {
    width: 100% !important;
    height: 37px;
    background-color: transparent;
    border: none;
    line-height: 1.5em;
    box-shadow: none;
    outline: none !important;
    padding: 0px;
    border-radius: 0px !important;
    -webkit-appearance: none; }
    #mobile-menu .navbar-form input::-webkit-input-placeholder {
      font-size: 25px;
      line-height: 1em; }
    #mobile-menu .navbar-form input:-moz-placeholder {
      /* Firefox 18- */
      font-size: 25px;
      line-height: 1em; }
    #mobile-menu .navbar-form input::-moz-placeholder {
      /* Firefox 19+ */
      font-size: 25px;
      line-height: 1em; }
    #mobile-menu .navbar-form input:-ms-input-placeholder {
      font-size: 25px;
      line-height: 1em; }
  #mobile-menu .navbar-form input:focus {
    outline: none !important; }
  #mobile-menu .search-btn {
    background: transparent;
    border: none;
    box-shadow: none; }
    #mobile-menu .search-btn i {
      color: rgba(255, 255, 255, 0.2); }
  #mobile-menu .navbar-nav {
    margin: 0px 0px 12.5px;
    padding: 0px 15px 12px 15px;
    border-bottom: 3px solid #292929; }
    #mobile-menu .navbar-nav a {
      line-height: .9em;
      padding: 18px 0px; }
    #mobile-menu .navbar-nav .caret {
      border-top: 6px dashed;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent; }
    #mobile-menu .navbar-nav .dropdown-menu {
      padding: 0px 0px 0px 25px; }
      #mobile-menu .navbar-nav .dropdown-menu a {
        font-size: 18px;
        color: #fff; }
  #mobile-menu .mobile-footer {
    text-align: center;
    margin: 25px 0px; }
    #mobile-menu .mobile-footer button {
      margin: 12.5px auto; }
    #mobile-menu .mobile-footer .footer-social {
      margin: 12.5px 0px; }
      #mobile-menu .mobile-footer .footer-social i {
        height: 40px;
        display: block; }

#mobile-menu .navbar-nav > .open > a {
  background-color: transparent;
  color: #fff; }

#device-app .app-store {
  width: 90px;
  height: 30px;
  margin-left: 12.5px; }

#device-app .play-store {
  width: 90px;
  height: 30px;
  margin-left: 12.5px; }

/* Media Grid Base */
.media-grid {
  width: 1263px;
  max-width: 100%;
  margin: 0 auto; }

.media-grid .row {
  margin-left: -15px;
  margin-right: -15px; }

.media-grid div[class*="col-"] {
  padding-left: 15px;
  padding-right: 15px; }

.media-grid .grid-title {
  line-height: 1.2em; }

.media-grid h6 {
  width: 150px;
  margin: 0px auto;
  padding: 10px 20px;
  z-index: 999;
  text-decoration: none;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

.media-grid h6 {
  margin: 0px;
  position: absolute;
  top: 0px;
  left: 0px; }

.media-grid img {
  opacity: .8; }

.media-grid a {
  position: relative;
  display: block;
  width: 100%; }

.media-grid a:hover h6 {
  background-color: #dedede; }

.img-anchor {
  position: relative; }

.media-grid .grid-deck {
  position: absolute;
  top: 0px;
  left: 0px; }
  .media-grid .grid-deck h3 {
    position: relative !important; }

.media-grid .grid-deck {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  padding: 37px 8px 0px 18px;
  background-color: rgba(109, 209, 219, 0.8);
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

.media-grid .app-download-item {
  height: 309px; }
  .media-grid .app-download-item .app-download-inner {
    height: 100%; }
  .media-grid .app-download-item .app-download-inner h5 {
    width: 265px;
    max-width: 100%;
    margin-bottom: 60px; }
  .media-grid .app-download-item .app-dl-img {
    position: absolute;
    bottom: 0px;
    right: 15px;
    width: 131px;
    opacity: .95;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease; }
  .media-grid .app-download-item a:hover .app-dl-img {
    opacity: 1; }

/* App Download Media Grid Item */
.media-grid .app-download-inner {
  padding: 27px 10px;
  background: #333333; }
  .media-grid .app-download-inner h3 {
    display: block;
    margin-bottom: 22px; }
  .media-grid .app-download-inner h5 {
    width: 185px;
    display: block;
    margin: 0 auto;
    margin-bottom: 22px; }
  .media-grid .app-download-inner .row {
    margin-left: 0px;
    margin-right: 0px; }
  .media-grid .app-download-inner .row > div[class*="col-"] {
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px; }
  .media-grid .app-download-inner svg {
    max-width: 135px; }
  .media-grid .app-download-inner img {
    opacity: 1 !important; }

/* Video Archive */
.videos-archive .media-grid-item {
  min-height: 294px; }

/* Video Single */
.featured-video-wrapper {
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 100%;
  width: 701px; }
  .featured-video-wrapper #play-btn {
    width: 75px;
    height: 75px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -37.5px;
    margin-top: -37.5px; }
    .featured-video-wrapper #play-btn path {
      fill: #fff;
      opacity: .5;
      transition: all .25s ease;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      -moz-transition: all .25s ease; }
  .featured-video-wrapper a {
    width: 100%;
    height: 100%;
    display: block; }
    .featured-video-wrapper a:hover #play-btn path {
      opacity: 1; }

.featured-video-info p {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 17px;
  font-weight: 500;
  color: #000; }

img.attachment-me-dc-thumb.size-me-dc-thumb {
  height: auto; }

.video-single-info p {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000; }

/* Video Archive */
.daily-coverage .title-row h3, .daily-coverage .title-row h6 {
  display: inline-block;
  vertical-align: middle; }

.daily-coverage .title-row h6 {
  margin-left: 15px;
  margin-bottom: -2px; }

.dc-heading {
  background-color: #333333;
  padding: 11px 22.5px 9px; }

.meeting-bar {
  height: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  -moz-transition: all .35s ease; }

.meeting-bar.open {
  height: 126px;
  opacity: 1;
  visibility: visible; }

.meeting-bar ul {
  width: 100%;
  text-align: center; }
  .meeting-bar ul a {
    color: #43c4d0;
    border: 1px solid #43c4d0;
    padding: 12px 35px 10px; }
    .meeting-bar ul a:hover {
      border: 1px solid #43c4d0;
      background-color: #ecf9fa; }
  .meeting-bar ul li {
    min-width: 196px;
    margin: 0px 10px; }
  .meeting-bar ul li.active a {
    color: #fff;
    background-color: #43c4d0; }
    .meeting-bar ul li.active a:hover, .meeting-bar ul li.active a:active, .meeting-bar ul li.active a:focus, .meeting-bar ul li.active a:visited {
      color: #fff !important; }

.element-item {
  height: 334px;
  overflow: hidden; }

/* Issue Archive */
#issues .issue-col.disabled a {
  cursor: not-allowed !important; }

#issues .issue-col.disabled img {
  opacity: .30; }

#issues .issue-grid {
  margin: 0px auto;
  width: 100%; }

#issues .row {
  margin-left: -7px;
  margin-right: -7px; }

#issues div[class*="col-"] {
  text-align: center;
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 0px; }
  #issues div[class*="col-"] img {
    max-width: 100%;
    min-width: 100%;
    height: auto; }

#issues .issue-nice-name {
  padding: 14px 0px; }

#issues .issue-col h1 {
  padding: 17px 0px 15px 0px; }

#issues .cover-image {
  position: relative; }

#issues .cover-hover {
  position: absolute;
  z-index: 9;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(109, 209, 219, 0.9);
  text-align: center;
  opacity: 0;
  visibility: visible;
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }
  #issues .cover-hover h5 {
    position: relative;
    top: 47%; }

#issues .issue-col a:hover .cover-hover {
  opacity: 1;
  visibility: visible; }

.issue-select-wrap {
  text-align: right !important;
  border-bottom: none !important;
  margin: 0px !important; }

#issue-year option {
  text-transform: uppercase; }

.end-of-featured {
  margin: 95px 0px 55px 0px; }

.recent-issues {
  width: 688px;
  max-width: 100%;
  margin: 0 auto 55px; }
  .recent-issues .row {
    margin-left: -15px;
    margin-right: -15px; }
    .recent-issues .row div[class*="col-"] {
      padding-left: 15px;
      padding-right: 15px; }

.single-divider {
  background: #43c4d0; }
  .single-divider::after {
    display: none !important; }
  .single-divider p {
    background: #43c4d0;
    color: #fff;
    padding: 10px 15px; }

.infinite-more-wrap::after {
  content: "";
  background-color: #e1e1e1;
  width: 100%;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 41px;
  z-index: 99; }

/* Custom Share Links */
svg#link-logo {
  height: 26px;
  top: 3px;
  position: relative; }

.custom-share-links {
  text-align: center; }
  .custom-share-links ul {
    padding: 11px 0px !important;
    line-height: 1em;
    list-style-type: none !important; }
  .custom-share-links li {
    display: inline-block;
    vertical-align: middle;
    line-height: 0em;
    margin: 0px 5px; }
    .custom-share-links li a {
      text-decoration: none !important;
      display: inline-block;
      line-height: 0em; }
    .custom-share-links li svg {
      width: 27px;
      height: 27px;
      fill: #d8d7d7;
      transition: all .25s ease;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      -moz-transition: all .25s ease; }
    .custom-share-links li a:hover svg {
      fill: #43c4d0; }

.custom-share-links.outside-footer li .link-copy-btn {
  margin-top: -1px;
  display: block; }

/* Podcast Page */
.podcast-info {
  margin-bottom: 55px; }

#podcast_downloadSelectBoxItOptions li:last-child a {
  cursor: not-allowed !important;
  background: #fff !important;
  color: #484848 !important; }

.podcast-topic-list {
  margin: 0px 0px 0px 3px !important;
  display: inline-block;
  vertical-align: middle; }

.podcast-footer .custom-share-links ul {
  text-align: right; }
  .podcast-footer .custom-share-links ul li:last-child {
    margin-right: 0px; }

.podcast-info #how-to-listen-tablet {
  margin-top: 0px; }

.podcast-info button {
  margin-bottom: 0px; }

.play-podcast::before {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  margin-top: -0.5px; }

.supportedby {
  color: #9c9c9c;
  font-size: 12px;
  margin-bottom: 8px !important; }

.podcast-item {
  margin-bottom: 21px; }

.podcast-info-block .visible-xs {
  text-align: center; }
  .podcast-info-block .visible-xs p {
    margin: 0px !important; }
  .podcast-info-block .visible-xs img {
    width: 150px; }

.read-transcript-more {
  display: none;
  position: absolute; }

.podcast-description p {
  font-family: "freight-sans-pro", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2em; }

.podcast-margin-top {
  margin-top: 35px; }

.podcast-footer p {
  top: -2px;
  position: relative; }

.podcast-info.visible-xs div[class*="col-"] {
  padding-left: 14px;
  padding-right: 14px; }

.audio-options {
  margin-top: 12.5px;
  margin-left: -4px;
  margin-right: -4px; }
  .audio-options .row {
    margin-left: -4px;
    margin-right: -4px; }
    .audio-options .row div[class*="col-"] {
      padding-left: 8px;
      padding-right: 8px; }
  .audio-options div.buttons {
    width: 50%;
    padding-left: 4px;
    padding-right: 4px;
    float: left; }
  .audio-options::after {
    content: "";
    display: block;
    clear: both; }

.heading-row div[class*="col-"] {
  padding: 0px !important; }

.podcast-list .row .col-md-9 {
  padding: 0px 15px; }

.podcast-list h2 {
  margin-bottom: 15px; }

.podcast-list h5 {
  margin-bottom: 20px; }

.podcast-list p {
  margin-bottom: 21px; }

.podcast-list .mejs-mediaelement {
  border: 1px solid #ccc; }

.podcast-list .small-section-heading {
  border-top: none !important;
  margin: 65px 0px 15px 0px !important;
  padding-top: 0px; }

.podcast-info h1 {
  margin-bottom: 19px; }

.podcast-info h5 {
  margin-bottom: 22px; }

.podcast-info #how-to-listen-tablet {
  color: #999 !important;
  background: #eaecf0; }
  .podcast-info #how-to-listen-tablet .well {
    padding: 35px 42px; }
  .podcast-info #how-to-listen-tablet p {
    margin: 0px; }

.podcast-info #podcast_downloadSelectBoxItContainer,
.podcast-info button {
  margin-top: 7.5px; }

.podcast-info .ssbl-wrap {
  padding: 20px 0px;
  text-align: center; }
  .podcast-info .ssbl-wrap a {
    display: inline-block;
    width: 21px !important;
    max-width: 100%;
    height: 21px !important;
    margin: 0px 6px; }
  .podcast-info .ssbl-wrap .ssbl-img {
    width: 21px !important;
    max-width: 100%;
    height: 21px !important;
    display: inline-block;
    padding: 0px !important;
    border: 0;
    box-shadow: 0;
    opacity: .4;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease; }
  .podcast-info .ssbl-wrap a:hover .ssbl-img {
    opacity: 1; }

.transcript-row {
  padding: 0px; }
  .transcript-row p {
    margin: 12.5px 0px !important;
    font-size: 16px;
    line-height: 1.25em;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; }

.podcast-footer {
  border: 1px solid #ccc;
  border-top: 0px;
  padding: 0px 20px; }

/* Podcast Archive*/
.podcast-list .row .podcast-archive .row {
  margin-left: -9px !important;
  margin-right: -9px !important; }

.podcast-archive-item {
  padding-left: 9px !important;
  padding-right: 9px !important;
  margin-bottom: 18px; }

.podcast-archive-item .inner-padding {
  padding: 22.5px 28px !important;
  border: 1px solid #e1e1e1; }

.podcast-archive-item h6 {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 12px;
  color: #6b6b6b;
  line-height: 1em;
  margin: 10px 0px;
  text-transform: uppercase; }

.podcast-archive-item h4 {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 18px;
  color: #000;
  margin: 10px 0px;
  font-weight: 800; }

.podcast-archive-item h5 {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 15px;
  color: #000;
  margin: 10px 0px;
  font-weight: 400; }

.podcast-archive-item p {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 12px;
  color: #9c9c9c;
  margin: 10px 0px;
  font-weight: 400; }

.podcast-archive-item a:hover h4 {
  color: #43c4d0; }

/* Audio Player Styles */
.podcast-list {
  background: #fff;
  border-radius: 50px; }
  .podcast-list .mejs-play,
  .podcast-list .mejs-pause {
    opacity: 0;
    visibility: hidden; }
  .podcast-list .mejs-container, .podcast-list .mejs-embed, .podcast-list .mejs-embed body, .podcast-list .mejs-container .mejs-controls {
    background: transparent; }
  .podcast-list .mejs-controls .mejs-button button::before {
    display: block;
    height: 16px;
    background: transparent;
    color: #464646;
    margin-top: 0px;
    font-size: 8px;
    line-height: 1.4em; }
  .podcast-list .mejs-controls .mejs-button button {
    padding: 6px;
    width: 23px;
    height: 23px;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px;
    margin: -5px 5px 7px 12px;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f0f0f0',GradientType=0 ); }
  .podcast-list .mejs-controls div.mejs-time-rail,
  .podcast-list .mejs-container .mejs-controls .mejs-time {
    padding: 0px; }
  .podcast-list span.mejs-time-total.mejs-time-slider {
    margin: 0px; }
  .podcast-list span.mejs-time-total.mejs-time-slider {
    outline: none !important; }
  .podcast-list .mejs-container {
    height: 87px !important; }
  .podcast-list .mejs-time-rail {
    width: calc(100% - 23px) !important; }
  .podcast-list .mejs-time-total {
    width: 100% !important; }
  .podcast-list .mejs-time-rail {
    position: absolute;
    top: 0px;
    left: 12px; }
  .podcast-list .mejs-time.mejs-currenttime-container {
    position: absolute;
    left: 15px;
    top: 18px; }
  .podcast-list .mejs-time.mejs-duration-container {
    position: absolute;
    right: 45px;
    top: 18px; }
  .podcast-list .mejs-container .mejs-controls {
    top: 30px !important; }
  .podcast-list .mejs-mute {
    display: none !important; }
  .podcast-list .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: transparent; }
  .podcast-list .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #eaeaea !important; }
  .podcast-list .mejs-controls .mejs-time-rail .mejs-time-total {
    border: 1px solid #ccc;
    border-radius: 8px; }
  .podcast-list .mejs-controls .mejs-time-rail span {
    border-radius: 4px; }
  .podcast-list .mejs-currenttime,
  .podcast-list .mejs-duration {
    color: #000; }
  .podcast-list span.mejs-time-handle {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #d8d8d8 !important;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f0f0f0',GradientType=0 ); }

.podcast-list .mejs-time.mejs-duration-container {
  position: absolute;
  right: 15px;
  top: 18px; }

/* Topic Archive Topic Bar */
.topics-bar {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease; }

.topics-bar.init {
  opacity: 1;
  visibility: visible; }

.topic-grid {
  position: relative;
  padding: 32px 15px 60px; }
  .topic-grid > .row {
    margin-bottom: 0px !important; }
  .topic-grid .show-all-btn {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%; }

#cse-results {
  position: relative;
  padding-bottom: 61px !important; }
  #cse-results .show-all-btn {
    position: absolute;
    bottom: 15px;
    left: 0px;
    width: 100%; }

.progress-button.show-more {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 222px;
  max-width: 100%;
  background: transparent;
  box-shadow: none;
  padding: 12px 0px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }
  .progress-button.show-more .content {
    background: transparent; }

.progress-button.show-more:hover {
  opacity: 1; }

.outline-orange {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 222px;
  max-width: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 12px 0px;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

.outline-orange:hover {
  opacity: 1; }

.topic-item {
  display: inline-block; }
  .topic-item div[class*="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
  .topic-item .row {
    margin-left: -5px;
    margin-right: -5px; }

.topic-filter button {
  font-weight: 500;
  width: 158px; }
  .topic-filter button::before {
    margin-right: 6px; }

.no-topics {
  display: none;
  padding: 100px 0px; }

.no-topics.reveal {
  display: block; }

.topic-item.hide {
  display: none; }

/* Article Page TOC Menu */
.toc-container,
.toc-pusher,
.toc-content {
  height: 100%; }

.toc-content,
.toc-content-inner {
  position: relative; }

.toc-container {
  position: relative;
  overflow: hidden; }

.toc-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s; }

.toc-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.25s, width 0.1s 0.25s, height 0.1s 0.25s;
  transition: opacity 0.25s, width 0.1s 0.25s, height 0.1s 0.25s; }

.toc-menu a {
  display: block;
  width: 100%;
  height: 100%; }

.toc-menu a:hover p.toc-article {
  color: #00b5d6; }

.toc-menu p {
  margin: 0px; }

.toc-menu-open .toc-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.toc-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  visibility: hidden;
  width: 450px;
  max-width: 100%;
  height: 100%;
  background: #fff;
  padding: 16px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .toc-menu li {
    display: block;
    margin: 0px 0px 27px 0px; }
  .toc-menu li.toc-dept {
    margin-bottom: 7px;
    line-height: 1em; }
  .toc-menu .toc-article {
    line-height: 1em; }

.toc-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s; }

.toc-menu-open .toc-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s, width 0.1s 0.25s, height 0.1s 0.25s;
  transition: opacity 0.25s, width 0.1s 0.25s, height 0.1s 0.25s; }

.toc-menu .close-toc {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 22px;
  display: inline-block;
  width: auto;
  height: auto;
  color: #2fc2d0 !important;
  opacity: .8; }
  .toc-menu .close-toc:hover {
    opacity: 1; }

.end-of-toc {
  border-top: 1px solid #e1e1e1;
  padding: 24px 0px 0px;
  margin-left: -30px;
  margin-right: -30px; }
  .end-of-toc h5 {
    margin-bottom: 12px; }

/* single article social share buttons */
.article-content {
  position: relative;
  padding-top: 0px !important; }

.article-container .custom-share-links {
  margin: 27.5px 0px 0px; }
  .article-container .custom-share-links li {
    margin: 0px 7.5px; }
    .article-container .custom-share-links li a,
    .article-container .custom-share-links li button {
      opacity: 1;
      display: inline-block; }
    .article-container .custom-share-links li i {
      font-size: 34px;
      line-height: 1.3em; }
    .article-container .custom-share-links li .ss-facebook {
      color: #3b5998; }
    .article-container .custom-share-links li .ss-twitter {
      color: #55acee; }
    .article-container .custom-share-links li .ss-linkedin {
      color: #0077b5; }
    .article-container .custom-share-links li .ss-mail, .article-container .custom-share-links li .ss-link {
      color: #cfcdcd; }
  .article-container .custom-share-links li, .article-container .custom-share-links a, .article-container .custom-share-links button {
    height: 34px; }

.share-btns.stuck .custom-share-links li,
.share-btns.stuck-2 .custom-share-links li {
  display: block;
  margin: 10px 0px; }
  .share-btns.stuck .custom-share-links li a,
  .share-btns.stuck-2 .custom-share-links li a {
    opacity: .2; }
    .share-btns.stuck .custom-share-links li a:hover,
    .share-btns.stuck-2 .custom-share-links li a:hover {
      opacity: 1 !important; }

/* content style */
.toc-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.toc-menu h2 {
  color: #d7d7d7;
  margin-bottom: 26px; }

.eyetube-wrapper .caption {
  margin-top: 18px; }

/* Article Specific Styles (kept to a minimum) */
.article-content-1284 .eyetube-wrapper {
  margin: 0px 0px 13px 0px; }

.article-content-1284 h3 {
  text-align: center;
  margin-bottom: 8px; }

.article-content-1284 p {
  text-align: center;
  margin-bottom: 14px; }

#content .dept-26 .sponsor p,
#content .dept-18 .sponsor p {
  font-family: "freight-sans-pro",serif;
  font-size: 16px;
  color: #000;
  font-weight: 500; }

.content ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: 27px; }
  .content ul li {
    margin: 8px 0px; }

.content h2 {
  font-family: "freight-sans-pro",serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1em;
  text-align: center; }

.content .sidebar-box {
  padding: 15px 0px;
  text-align: center; }
  .content .sidebar-box h6 {
    font-family: "freight-sans-pro",serif; }

.content .insert-cover img {
  border: 1px solid #d3d3d3; }

.insert-text {
  font-family: "freight-sans-condensed-pro",sans-serif !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: #737373 !important;
  line-height: 1em !important; }
  .insert-text a {
    color: #737373 !important; }

div.expander {
  opacity: 0;
  visibility: hidden;
  width: 692px;
  max-width: 100%;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease; }

div.expander.closed {
  height: 0px; }

div.expander.open {
  opacity: 1;
  visibility: visible; }

/* Individual effects */
/* Effect 1: Slide in on top */
.issue-options {
  /* positioning */
  position: fixed;
  bottom: 3%;
  left: 0px;
  z-index: 999; }
  .issue-options .prev-wrapper {
    position: relative;
    left: 34px;
    margin-bottom: 7px; }
    .issue-options .prev-wrapper .prev-bug-text {
      display: inline-block;
      vertical-align: middle;
      width: 165px;
      display: none; }
      .issue-options .prev-wrapper .prev-bug-text p {
        text-align: left !important;
        margin: 4.25px 0px;
        line-height: 1.15em; }
    .issue-options .prev-wrapper .prev-bug-arrow {
      display: inline-block;
      vertical-align: middle;
      margin-right: 17px; }
  .issue-options .next-wrapper {
    position: relative;
    left: 34px;
    margin-top: 7px; }
    .issue-options .next-wrapper .next-bug-text {
      display: inline-block;
      vertical-align: middle;
      width: 165px;
      display: none; }
      .issue-options .next-wrapper .next-bug-text p {
        text-align: left !important;
        margin: 4.25px 0px;
        line-height: 1.15em; }
    .issue-options .next-wrapper .next-bug-arrow {
      display: inline-block;
      vertical-align: middle;
      margin-right: 17px; }
  .issue-options svg {
    width: 25px;
    height: 25px;
    display: block;
    margin: 15px auto;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50px; }
    .issue-options svg path {
      fill: #d3d3d3;
      stroke: #d3d3d3; }
  .issue-options .next-article svg {
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -webkit-transform: rotate(180deg);
    /* Chrome, Safari, Opera */
    transform: rotate(180deg); }
  .issue-options .article-trigger p {
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .50s ease;
    -moz-transition: all .50s ease;
    -o-transition: all .50s ease;
    transition: all .50s ease; }
  .issue-options .article-trigger:hover p {
    color: #00b5d6;
    opacity: 1;
    visibility: visible; }
  .issue-options .article-trigger:hover svg path {
    fill: #00b5d6;
    stroke: #00b5d6; }

.single-article #toc-trigger-effect button {
  width: 95px;
  height: 75px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid #d3d3d3;
  border-left: none !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: .5em;
  border-bottom-right-radius: .5em;
  outline: none !important;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease; }
  .single-article #toc-trigger-effect button:hover {
    color: #00b5d6;
    border: 1px solid #00b5d6; }

.toc-push-effect.toc-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.toc-container.toc-menu-open .toc-push-effect.toc-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow: scroll;
  -webkit-overflow-scrolling: touch; }

.toc-push-effect.toc-menu::after {
  display: none; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .toc-pusher,
.no-js .toc-pusher {
  padding-left: 300px; }

/* Box Ruby */
.ruby-box img {
  border: 1px solid #ccc; }

/* Scroll Ruby  */
#sled-ruby-trigger {
  visibility: hidden;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  height: 0px;
  width: 0px; }

#sled-ruby-end {
  visibility: hidden;
  opacity: 0;
  margin: 0px;
  padding: 0px;
  height: 0px;
  width: 0px; }

#sled {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .50s ease;
  -moz-transition: all .50s ease;
  -o-transition: all .50s ease;
  transition: all .50s ease; }
  #sled .sled-anchor {
    position: relative; }
    #sled .sled-anchor h6 {
      position: absolute;
      top: -40px;
      left: 0px;
      width: 100%;
      text-align: center;
      background: #333;
      padding: 12px 0px;
      margin: 0px;
      font-size: 16px; }
      #sled .sled-anchor h6 a {
        color: #939393 !important; }

#sled-ruby::-webkit-scrollbar {
  width: 0 !important; }

/* POLL */
#poll {
  margin-bottom: 25px; }

#poll .content {
  position: absolute;
  left: 0;
  width: 100%; }

#poll .content img {
  margin: 0; }

#poll,
#poll .content {
  width: 100%;
  height: 0px;
  overflow: hidden;
  margin-bottom: 25px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease; }

#poll .content {
  padding: 0px; }

/* Article Hero Parallax */
* {
  padding: 0;
  margin: 0; }

html, body {
  position: relative;
  right: 0px; }

body {
  transition: all .25s ease;
  -webkit-transition: all .25s ease;
  -o-transition: all .25s ease;
  -moz-transition: all .25s ease; }

body {
  overflow-x: hidden; }

body.canvas-slid {
  overflow: hidden; }

.skrollr-desktop body {
  height: 100% !important; }

body {
  font-family: sans-serif; }

p {
  margin: 1em 0; }

.parallax-image-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  overflow: hidden; }

.parallax-image-wrapper-50 {
  height: 50%;
  top: -50%; }

.parallax-image-wrapper-100 {
  height: 100%;
  top: -100%; }

.parallax-image {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.parallax-image-50 {
  height: 200%;
  top: -50%; }

.parallax-image-100 {
  height: 100%;
  top: 0; }

.parallax-image.skrollable-between {
  display: block; }

.no-skrollr .parallax-image-wrapper {
  display: none !important; }

#skrollr-body {
  height: 100%;
  overflow: visible;
  position: relative; }

.gap {
  background: transparent center no-repeat;
  background-size: cover; }

.skrollr .gap {
  background: transparent !important; }

.gap-50 {
  height: 50%; }

.gap-100 {
  height: 100%; }

.header, .content {
  background: #fff;
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.content-full {
  height: 100%; }

#done {
  height: 100%; }

/* Footer */
.copyright ul,
.copyright p {
  display: inline-block;
  vertical-align: middle; }

.footer-social li a {
  color: rgba(255, 255, 255, 0.3); }

.footer-social li a:hover {
  color: rgba(255, 255, 255, 0.8) !important; }

.footer-social li a:active,
.footer-social li a:visited,
.footer-social li a:focus {
  color: rgba(255, 255, 255, 0.3) !important; }

.footer-social li {
  margin-right: 8px; }

.tweet img {
  max-width: 15px; }

#twitterFeed {
  padding: 20px 0px; }

#twitterFeed .feed-col .twitter-card .tweet a span,
#twitterFeed .feed-col .twitter-card .tweet a,
#twitterFeed .feed-col .twitter-card .tweet {
  word-break: break-word; }

#twitterFeed .feed-col .twitter-card .user span img {
  position: absolute;
  top: 11px;
  right: 14px; }

#twitterFeed a {
  word-break: break-all; }

/* Article Mobile Fixed Footer */
.mobile-article-footer {
  position: fixed;
  z-index: 999;
  bottom: 0px;
  left: 0px;
  right: 0px; }
  .mobile-article-footer .main-row {
    margin-left: 0px;
    margin-right: 0px; }
  .mobile-article-footer .share-btns-container {
    background: #fff;
    padding: 5px 0px;
    height: auto;
    border-top: 1px solid #d3d3d3; }
  .mobile-article-footer .share-btns-container ul {
    margin: 11px 0px;
    padding: 0px; }
    .mobile-article-footer .share-btns-container ul li {
      margin: 0px 10px; }
    .mobile-article-footer .share-btns-container ul svg {
      width: 38px;
      height: 38px; }
  .mobile-article-footer .main-row {
    background: #fff;
    border-top: 1px solid #d3d3d3;
    text-align: center; }
  .mobile-article-footer .mobile-article-footer-item {
    padding: 13px 0px;
    border-left: 1px solid transparent;
    border-right: 1px solid #d3d3d3; }
  .mobile-article-footer .svg-item {
    padding: 0px; }
  .mobile-article-footer a,
  .mobile-article-footer button {
    color: #ccc;
    display: block;
    margin: 0 auto; }
  .mobile-article-footer button {
    background: transparent;
    border: none;
    box-shadow: none; }
  .mobile-article-footer #share-svg {
    width: 30px;
    height: 36px;
    max-width: 100%;
    position: relative;
    top: 0px;
    left: -1px;
    margin: 0 auto;
    display: block; }
    .mobile-article-footer #share-svg path {
      fill: #d3d3d3;
      transition: all .25s ease;
      -webkit-transition: all .25s ease;
      -o-transition: all .25s ease;
      -moz-transition: all .25s ease; }
  .mobile-article-footer button:hover {
    fill: #2fc2d0 !important;
    color: #2fc2d0 !important; }
  .mobile-article-footer a:hover svg path {
    opacity: .8; }
  .mobile-article-footer .svg-item {
    border-right: 1px solid transparent; }
  .mobile-article-footer .custom-share-links li {
    margin: 0px 8px; }
  .mobile-article-footer .mobile-article-footer #share-svg path {
    fill: #2fc2d0 !important; }
  .mobile-article-footer #facebook-logo {
    fill: #3b5998; }
    .mobile-article-footer #facebook-logo:hover {
      fill: #3b5998; }
  .mobile-article-footer #twitter-logo {
    fill: #55acee; }
    .mobile-article-footer #twitter-logo:hover {
      fill: #55acee; }
  .mobile-article-footer #linkedin-logo {
    fill: #0077b5; }
    .mobile-article-footer #linkedin-logo:hover {
      fill: #0077b5; }
  .mobile-article-footer #email-logo {
    fill: #cfcdcd; }
    .mobile-article-footer #email-logo:hover {
      fill: #cfcdcd; }
  .mobile-article-footer #link-logo {
    fill: #cfcdcd; }
    .mobile-article-footer #link-logo:hover {
      fill: #cfcdcd; }

/* Custom Scrollbars */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger {
  height: 46px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools {
  width: 8px;
  margin: 0 0px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #2d2d2d; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #303030; }

.mCSB_inside > .mCSB_container {
  margin-right: 4px; }

button.listen-toggle.collapsed {
  position: relative;
  color: #999 !important;
  background: #eaecf0;
  border: 1px solid #eaecf0;
  border-radius: 0px;
  padding: 15px 20px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase; }
  button.listen-toggle.collapsed:hover {
    background-color: #dee0e3; }
  button.listen-toggle.collapsed i {
    font-size: 8px; }
  button.listen-toggle.collapsed i.ss-dropdown,
  button.listen-toggle.collapsed i.ss-directright {
    position: absolute;
    right: 11px;
    top: 21px; }

button.listen-toggle {
  position: relative;
  color: #999 !important;
  background: #eaecf0;
  border: 1px solid #eaecf0;
  border-radius: 0px;
  padding: 15px 20px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  width: 100%; }
  button.listen-toggle i {
    font-size: 8px; }
  button.listen-toggle i.ss-dropdown,
  button.listen-toggle i.ss-directright {
    position: absolute;
    right: 11px;
    top: 21px; }

.content .contributor-section {
  padding: 0px 15px;
  padding-top: 40px; }

.content .contributor-section::first-child {
  border-top: none; }

.content .contributor-section,
.content .async-ruby {
  margin-bottom: 14px;
  background: #fff;
  transition: all 1.5s ease;
  -webkit-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease; }
  .content .contributor-section h6,
  .content .async-ruby h6 {
    background-color: #f3f3f3;
    margin: 0px;
    line-height: 1em;
    font-weight: 100;
    padding: 15px 0px;
    color: #ababab; }
  .content .contributor-section img,
  .content .async-ruby img {
    border: 1px solid #f3f3f3; }

.content iframe {
  width: 100%;
  height: 100%;
  border: none; }

.content iframe.eyetube {
  width: 100%;
  height: 431px;
  border: none; }

.async-ruby > div,
.async-ruby > div > div {
  width: 100%;
  height: 100%; }

/*
** Static Page Styles
*/
.static-content {
  max-width: 100%;
  margin: 0 auto; }

.static-heading {
  text-align: left;
  width: 100%;
  max-width: 100%;
  padding: 0px 15px; }

.static-heading h1 {
  font-size: 18px; }

.blurb {
  background: #f7f7f7;
  padding: 15px;
  margin: 0px 0px 15px; }
  .blurb h6 {
    font-size: 16px; }

.static-content h3 {
  font-family: "freight-sans-pro", sans-serif;
  font-size: 16px;
  color: #23417b;
  text-transform: uppercase;
  margin: 0 auto;
  margin-bottom: 15px; }

.static-content ul {
  margin-bottom: 19px; }

.static-content p,
.static-content li {
  font-family: "freight-sans-pro", sans-serif;
  color: #000;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.2em;
  padding-left: 11px;
  margin: 0 auto 15px; }

.static-content li {
  margin: 0px auto 6.5px; }

.static-content li:last-child {
  margin-bottom: 0px; }

.static-content li strong {
  font-weight: 600;
  font-size: 15px; }

.static-content .pl-no {
  padding-left: 0px; }

#contact .static-container {
  width: 976px;
  max-width: 100%;
  padding-top: 15px; }
  #contact .static-container ul li p {
    display: none; }
  #contact .static-container .contact_list::after {
    content: "";
    clear: both; }
  #contact .static-container li {
    width: 100%;
    padding: 0px; }
  #contact .static-container .name {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 800;
    font-size: 19px;
    color: #333;
    line-height: 1em;
    margin: 0px 0px 8px; }
  #contact .static-container .email a {
    color: #fb8253; }
  #contact .static-container .submission {
    text-align: center; }

#careers.main .static-container {
  width: 976px;
  max-width: 100%;
  padding-top: 15px; }

#privacy .static-container {
  width: 976px;
  max-width: 100%;
  padding-top: 15px; }
  #privacy .static-container .static-heading {
    width: 100%;
    padding-left: 0px; }
  #privacy .static-container a {
    color: #fb8253; }
  #privacy .static-container p {
    padding-left: 0px; }

#advertising * {
  font-family: "freight-sans-pro", sans-serif; }

#advertising .static-container {
  width: 1024px;
  max-width: 100%; }
  #advertising .static-container p,
  #advertising .static-container li {
    padding: 0px; }

#submissions .static-content,
#advertising .static-content {
  margin-top: 32px;
  margin-bottom: 38px; }

#submissions .row.gutter-25,
#advertising .row.gutter-25 {
  margin-left: -25px;
  margin-right: -25px; }
  #submissions .row.gutter-25 > div[class*="col-"],
  #advertising .row.gutter-25 > div[class*="col-"] {
    padding: 0px 25px; }

#submissions .submission-sidebar,
#advertising .submission-sidebar {
  margin-top: 25px; }
  #submissions .submission-sidebar p,
  #advertising .submission-sidebar p {
    padding: 0px !important;
    margin: 0px !important; }
  #submissions .submission-sidebar .outline-orange,
  #advertising .submission-sidebar .outline-orange {
    width: 100%;
    font-size: 19px;
    margin: 38px 0px; }

#submissions table,
#advertising table {
  padding-left: 0px;
  margin-bottom: 30px; }
  #submissions table td,
  #advertising table td {
    text-align: center;
    padding: 8px 0px; }
    #submissions table td span,
    #advertising table td span {
      padding: 0px; }
    #submissions table td ul,
    #advertising table td ul {
      padding: 0px 8px; }
    #submissions table td li,
    #advertising table td li {
      font-size: 14px;
      text-align: left; }

.submission-blurb {
  margin-left: -25px !important;
  margin-right: -25px !important;
  margin-bottom: 28px;
  background: #f7f7f7;
  padding: 25px 0px; }
  .submission-blurb .callout {
    font-family: "freight-sans-pro",sans-serif;
    font-size: 22px;
    color: #23417b;
    text-transform: uppercase;
    font-weight: 800; }
  .submission-blurb div[class*="col-"] {
    padding: 0px 25px; }
  .submission-blurb p {
    padding: 0px !important;
    margin: 0px !important; }

/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name: Millennial Eye
Author: bsmith
Stylesheet: Tablet & Small Desktop Stylesheet
Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!
******************************************************************/
  /* Push Down Ad */
  header.header {
    transition: all .0s ease;
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    -moz-transition: all .0s ease; }
  header.header.open {
    top: 0px !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease; }
  .main.homepage {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease; }
  .navbar-header {
    position: absolute;
    width: 100%;
    top: 0px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease; }
  /*********************
GENERAL STYLES
*********************/
  .article-container {
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0 auto; }
    .article-container .article-single-wrap {
      position: relative; }
  .author-info {
    margin-bottom: 20px; }
  .related-articles > div {
    border-left: 3px solid #d2d2d2;
    padding: 0px 25px 0px 6px; }
  .share-btns.stuck .ssbl-container a {
    display: block; }
  .toc-menu {
    padding: 24px 30px; }
  /* Desktop Article Styles */
  article {
    width: 880px;
    max-width: 100%;
    background-color: transparent;
    margin: -120px auto 0px;
    position: relative; }
    article header .heading-tab {
      position: relative;
      width: 795px;
      max-width: 100%;
      margin: 0 auto;
      padding: 40px 0px 35px; }
      article header .heading-tab .share-btns-container {
        display: block;
        width: 100%;
        height: 56px; }
      article header .heading-tab h5 {
        width: 100%;
        display: block; }
      article header .heading-tab .deck h3 {
        width: 690px;
        max-width: 100%;
        margin: 0 auto; }
      article header .heading-tab .by-line {
        padding: 50px 0px 0px; }
        article header .heading-tab .by-line p {
          margin: 0 auto; }
      article header .heading-tab .by-line.no-padding {
        padding: 0px; }
      article header .heading-tab .entry-title.no-subtitle {
        padding-bottom: 38.5px; }
      article header .heading-tab .deck.no-byline {
        margin-bottom: 36px; }
  footer .author-info .author-bio {
    padding: 0px 0px 0px 23px; }
  .content .sponsor {
    margin: 0 auto 56px; }
    .content .sponsor p {
      margin-bottom: 27px; }
  .content .contributor-block {
    float: left;
    max-width: 100%; }
    .content .contributor-block p {
      font-family: "freight-sans-condensed-pro", sans-serif;
      font-size: 20px;
      font-weight: 600;
      line-height: 1em;
      margin: 15px 0px; }
  /* Feature Area */
  .featured-article {
    position: relative;
    background-image: url("../images/featured-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 267px; }
    .featured-article .app-link {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      background-color: #bab5df;
      padding: 14px 0px; }
      .featured-article .app-link a {
        line-height: 1em; }
  /* Social Bars */
  .social-bars {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    background-color: #f6f6f6; }
    .social-bars .title-col-insta {
      width: 20%;
      float: left;
      padding-top: 49.5px;
      display: none; }
    .social-bars h6 {
      width: 140px;
      padding: 10px 14px; }
  .title-col-twitter {
    width: 20%;
    height: 247px; }
  #twitterFeed {
    width: 100%; }
    #twitterFeed .feed-col {
      width: 20%;
      height: 204px;
      padding-right: 15px;
      padding-left: 15px; }
      #twitterFeed .feed-col .twitter-card {
        position: relative;
        background-color: #fff;
        height: 204px;
        padding: 11px 14px 38px 22px; }
        #twitterFeed .feed-col .twitter-card a {
          color: #9d9d9d; }
        #twitterFeed .feed-col .twitter-card .user::after {
          content: "";
          display: block;
          clear: both; }
        #twitterFeed .feed-col .twitter-card .user img {
          float: right;
          display: block;
          width: 40px;
          height: 40px;
          position: relative; }
        #twitterFeed .feed-col .twitter-card .user a {
          font-weight: 500;
          font-size: 11px;
          text-transform: uppercase; }
          #twitterFeed .feed-col .twitter-card .user a span:nth-child(2) {
            display: none; }
        #twitterFeed .feed-col .twitter-card .user span {
          float: left;
          padding: 14.5px 0px; }
        #twitterFeed .feed-col .twitter-card .tweet {
          font-family: "freight-sans-pro", sans-serif;
          font-size: 16px;
          line-height: 1.2em;
          font-weight: 600;
          color: #000000;
          margin: 30px 0px;
          word-break: break-word; }
          #twitterFeed .feed-col .twitter-card .tweet a {
            color: #43c4d0; }
        #twitterFeed .feed-col .twitter-card .timePosted a {
          position: absolute;
          bottom: 18px;
          left: 22px;
          font-weight: 500;
          font-size: 11px;
          color: #9d9d9d; }
        #twitterFeed .feed-col .twitter-card .interact {
          display: none; }
  .title-col-twitter {
    display: none; }
  #instafeed {
    margin-right: 0px;
    margin-left: 0px; }
  .instafeed {
    width: 100%;
    float: left; }
    .instafeed .feed-col {
      width: 25%;
      height: 230px;
      float: left;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      position: relative; }
      .instafeed .feed-col a {
        display: block;
        width: 100%;
        height: 100%; }
        .instafeed .feed-col a .insta-caption {
          position: absolute;
          bottom: 0px;
          left: 0px;
          padding: 22px 22px 38px 22px;
          transition: all .5s ease;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          -moz-transition: all .5s ease; }
          .instafeed .feed-col a .insta-caption p {
            margin: 0px; }
          .instafeed .feed-col a .insta-caption .expand {
            position: absolute;
            bottom: 8px;
            right: 13px; }
            .instafeed .feed-col a .insta-caption .expand i {
              color: #fff;
              opacity: .4; }
        .instafeed .feed-col a .insta-likes {
          position: absolute;
          top: 10px;
          right: 10px;
          opacity: .3;
          transition: all .5s ease;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          -moz-transition: all .5s ease; }
          .instafeed .feed-col a .insta-likes i, .instafeed .feed-col a .insta-likes p {
            display: inline-block;
            vertical-align: middle;
            margin: 0px;
            padding: 0px;
            color: #fff !important; }
  .instafeed .feed-col a:hover .insta-caption {
    bottom: 0px !important; }
  .instafeed .feed-col a:hover .insta-likes {
    opacity: 1; }
    .instafeed .feed-col a:hover .insta-likes i {
      color: #fff !important; }
  /* Issues */
  #issues .issue-col.no-year {
    padding-top: 47px; }
  #issues div[class*="col-"] {
    text-align: left; }
  #issues .issue-col {
    min-height: 357px; }
  /* Media Grid */
  .media-grid {
    padding-bottom: 45px; }
  .media-grid div[class*="col-"] {
    margin: 30px 0px 7px; }
  /* Topics */
  .topic-grid .row {
    margin-bottom: 40px; }
  .container.topics-bar {
    width: 100%;
    padding: 0px; }
    .container.topics-bar ul {
      width: 100%;
      margin: 0 auto;
      display: block; }
  .topic-filter h3 {
    display: inline-block;
    margin: 0px auto; }
  .topic-filter button {
    margin-left: 8px; }
  .topic-img-wrapper {
    position: relative; }
    .topic-img-wrapper #play-btn {
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: 8px;
      left: 8px;
      fill: #fff;
      opacity: .85; }
  /* Podcast */
  .single-podcast-leader {
    text-align: left;
    margin-top: 115px !important;
    margin-left: -15px; }
  .single-podcast .podcast-list {
    margin-top: 58px; }
  .single-podcast .podcast-info {
    margin-bottom: 117px; }
  .podcast-item {
    border: 1px solid #ccc;
    padding: 40px 40px 32px 40px; }
  .podcast-list div[class*="col-"] {
    padding-left: 0px;
    padding-right: 0px; }
    .podcast-list div[class*="col-"] .row {
      margin: 0px !important; }
  .old-podcasts .podcast-item {
    border: 1px solid #ccc;
    padding-bottom: 32px; }
    .old-podcasts .podcast-item .custom-share-links {
      text-align: right;
      padding: 25px 0px; }
      .old-podcasts .podcast-item .custom-share-links li:last-child {
        margin-right: 0px; }
  .podcast-archive-item,
  .podcast-archive-item .inner-padding {
    height: 192px; }
  /* Audio Player Styles */
  .podcast-list .mejs-container, .podcast-list .mejs-embed, .podcast-list .mejs-embed body, .podcast-list .mejs-container .mejs-controls {
    background: transparent; }
  .podcast-list .mejs-controls .mejs-button button::before {
    display: block;
    height: 16px;
    background: transparent;
    color: #464646;
    margin-top: 0px;
    font-size: 8px;
    line-height: 1.4em; }
  .podcast-list .mejs-controls .mejs-button button {
    padding: 6px;
    width: 23px;
    height: 23px;
    border: 1px solid #d8d8d8 !important;
    border-radius: 4px;
    margin: -5px 5px 7px 12px;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f0f0f0',GradientType=0 ); }
  .podcast-list .mejs-controls div.mejs-time-rail,
  .podcast-list .mejs-container .mejs-controls .mejs-time {
    padding: 0px; }
  .podcast-list span.mejs-time-total.mejs-time-slider {
    margin: 0px; }
  .podcast-list span.mejs-time-total.mejs-time-slider {
    outline: none !important; }
  .podcast-list .mejs-container {
    height: 87px !important; }
  .podcast-list .mejs-time-rail {
    width: 100% !important; }
  .podcast-list .mejs-time-total {
    width: 96% !important; }
  .podcast-list .mejs-time-rail {
    position: absolute;
    left: 12px; }
  .podcast-list .mejs-time.mejs-currenttime-container {
    position: absolute;
    left: 15px;
    top: 18px; }
  .podcast-list .mejs-time.mejs-duration-container {
    position: absolute;
    right: 15px;
    top: 18px; }
  .podcast-list .mejs-container .mejs-controls {
    top: 30px !important; }
  .podcast-list .mejs-mute {
    display: none !important; }
  .podcast-list .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: transparent; }
  .podcast-list .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #eaeaea !important; }
  .podcast-list .mejs-controls .mejs-time-rail .mejs-time-total {
    border: 1px solid #ccc;
    border-radius: 8px; }
  .podcast-list .mejs-controls .mejs-time-rail span {
    border-radius: 4px; }
  .podcast-list .mejs-currenttime,
  .podcast-list .mejs-duration {
    color: #000; }
  .podcast-list span.mejs-time-handle {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #d8d8d8 !important;
    background: #f1f1f1;
    background: -moz-linear-gradient(top, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%);
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%);
    background: linear-gradient(to bottom, #f1f1f1 0%, #eeeeee 50%, #e6e6e6 51%, #f0f0f0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#f0f0f0',GradientType=0 ); }
  button.listen-toggle.collapsed {
    position: relative;
    border-radius: 0px;
    padding: 15px 20px;
    width: 261px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase; }
    button.listen-toggle.collapsed i {
      font-size: 8px; }
    button.listen-toggle.collapsed i.ss-dropdown,
    button.listen-toggle.collapsed i.ss-directright {
      position: absolute;
      right: 11px;
      top: 21px; }
  button.listen-toggle {
    position: relative;
    background: #eaecf0;
    border-radius: 0px;
    padding: 15px 20px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    width: 261px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease; }
    button.listen-toggle i {
      font-size: 8px; }
    button.listen-toggle i.ss-dropdown,
    button.listen-toggle i.ss-directright {
      position: absolute;
      right: 11px;
      top: 21px; }
  #about.main {
    margin-bottom: 20px; }
  .static-heading {
    padding: 20px 15px;
    border-bottom: 2px solid #23417b; }
  .blurb {
    margin: 20px auto; }
  .static-heading h1 {
    line-height: .9em;
    font-size: 42px; }
  .static-content h3 {
    font-size: 22px; }
  .static-content p,
  .static-content li {
    font-size: 19px; }
  .static-content h3 {
    margin-bottom: 30px; }
  .static-content ul {
    margin-bottom: 38px; }
  .static-content p,
  .static-content li,
  .static-content table {
    padding-left: 22px;
    margin: 0 auto 30px;
    display: block; }
  .static-content table tr td {
    padding-bottom: 15px; }
  .static-content li {
    margin: 0px auto 13px; }
  #contact .static-container {
    padding-top: 57px; }
    #contact .static-container li {
      float: left;
      width: 50%; }
    #contact .static-container .name {
      margin: 0px 0px 30px; }
  #contact ul::after {
    content: '';
    display: block;
    clear: both; }
  #submissions .static-container {
    width: 1000px;
    max-width: 100%; }
  .daily-coverage .title-row {
    margin-bottom: 25px; }
  .daily-coverage .dc-item {
    margin-bottom: 15px; }
  .dc-item h2 {
    margin: 13px auto 6px; }
  .featured-video-wrap {
    margin: 30px 0px 0px;
    padding-bottom: 30px; }
  .daily-coverage .container {
    border-top: 1px solid #e5e5e5;
    padding: 30px 15px 0px; }
  .meeting-bar ul a {
    display: block;
    margin-top: 15px; }
  .meeting-bar.open {
    height: 62px; }
  #video-subjects .topics-bar {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #e5e5e5; } }

@media only screen and (max-width: 768px) {
  /* Topics */
  .container.topics-bar {
    padding: 0px; }
  .video-archive .ff-hide-scrollbars {
    height: 46px;
    overflow: hidden; }
  .ff-hide-scrollbars {
    height: 44px;
    overflow: hidden; }
  .topic-overflow {
    overflow: scroll;
    overflow-y: hidden;
    max-width: 100%; }
  .topic-item {
    margin-bottom: 25px; }
  .topics-bar ul li {
    padding: 4px 8px 2px;
    margin: 8px 0px; }
  .topics-bar ul li.active a {
    border-bottom: 2px solid #52c3cd; }
  .topics-bar {
    padding: 0px;
    margin: 0px !important;
    width: 100%; }
  .online-exclusive-wrap {
    position: relative; }
    .online-exclusive-wrap img {
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      -moz-transition: all .5s ease; }
    .online-exclusive-wrap a:hover img.oe-thumb {
      opacity: .4; }
    .online-exclusive-wrap .author {
      position: absolute;
      bottom: 23px;
      right: 40px; }
    .online-exclusive-wrap h3 {
      margin-top: 0px;
      margin-bottom: 11px;
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      -moz-transition: all .5s ease; }
    .online-exclusive-wrap h4 {
      margin-top: 0px;
      margin-bottom: 15px; }
    .online-exclusive-wrap p {
      margin: 0px;
      color: #7e7e7e !important; }
    .online-exclusive-wrap .oe-author {
      position: absolute;
      right: 15px;
      bottom: 15px;
      width: 110px; }
  #cse-results {
    padding-bottom: 61px; }
  #contact .static-heading {
    text-align: center; }
  #contact .static-container {
    padding: 0px; }
  #contact p,
  #contact h3 {
    padding: 0px 15px; }
  #contact .contact_list {
    padding: 0px 15px;
    margin-bottom: 35px !important; }
  #contact .static-content {
    text-align: center; }
    #contact .static-content .submission p {
      padding: 0px 15px; }
  #contact .static-content ul {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 19px;
    padding-bottom: 19px; } }

/*********************
Tablet Portrait ONLY
This is the viewing area for tablets at portrait orientation.
*********************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* NEEDS TO BE ADDED TO IOS ONLY */
  html, body {
    position: relative;
    right: 0px; }
  .container.online-exclusive-wrap {
    width: 100%;
    margin: 0px;
    padding: 0px; }
  #twitterFeed {
    padding: 15px 0px; }
  .infinite-more-wrap p {
    width: 100%;
    text-align: center; }
  .ox-right {
    position: relative;
    height: 270px;
    padding: 37.5px 0px 0px 35px;
    background-size: cover;
    background-position: center; }
    .ox-right * {
      width: 545px;
      position: relative;
      z-index: 9; }
    .ox-right .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 8;
      display: block;
      top: 0px;
      left: 0px;
      background-color: rgba(255, 255, 255, 0.5); }
    .ox-right h3 {
      font-size: 33px;
      margin-bottom: 10px; }
    .ox-right h4 {
      margin-bottom: 15px; }
    .ox-right img {
      position: absolute;
      bottom: 16px;
      right: 15px; }
    .ox-right h2 {
      position: absolute;
      bottom: 10px;
      left: 0px;
      font-size: 32px;
      width: auto;
      display: inline-block !important;
      padding: 15px 16.5px 15px 35px; }
    .ox-right p {
      color: #333 !important; }
  /* Podcast */
  .podcast-info {
    padding: 0px; }
    .podcast-info .row {
      margin-left: -20px;
      margin-right: -20px; }
    .podcast-info div[class*="col-"] {
      padding-left: 20px;
      padding-right: 20px; }
  .container.podcast-info {
    width: 738px; }
  #podcast_downloadSelectBoxItContainer, #podcast_downloadSelectBoxIt, #podcast_download_mobileSelectBoxItContainer {
    width: 261px !important; }
  #podcast_download_mobileSelectBoxIt {
    width: 261px !important;
    height: 45px; }
  #podcasts button.teal-btn-inverted,
  #podcasts button.teal-btn {
    width: 200px !important; }
  article {
    width: 880px;
    max-width: 100%;
    background-color: transparent;
    margin: 0px auto 0px;
    position: relative; }
  /* Video Archive */
  .videos-archive .container,
  .videos-single .container {
    width: 100%; }
  .videos-archive .row,
  .videos-single .row {
    margin-left: -7.5px;
    margin-right: -7.5px; }
  .videos-archive div[class*="col-"],
  .videos-single div[class*="col-"] {
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .audio-options {
    width: 65%; }
  .custom-share-links ul {
    padding: 15px 0px; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 992px) {
  /******************************************************************
Site Name: Millennial Eye
Author: bsmith
Stylesheet: Desktop Stylsheet
This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.
******************************************************************/
  *,
  *:after,
  *::before {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
  .main.homepage {
    padding-top: 88px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease; }
  .main.search-padding,
  .main.search-padding.homepage {
    padding-top: 218px; }
  .main.ruby-top, .main.homepage.ruby-top {
    padding-top: 363px; }
  #inner-header {
    padding: 22px 25px 22px 45px;
    position: relative;
    z-index: 9999; }
  .cover-focus-section {
    margin-right: 0px;
    padding-top: 33px; }
  /* Common Spacing */
  .m-top-40 {
    margin-top: 40px; }
  /* Navigation */
  nav ul {
    list-style: none; }
    nav ul li {
      display: inline-block;
      margin: 0px 20px; }
      nav ul li a {
        text-decoration: none; }
      nav ul li i {
        color: #fff;
        font-size: 8px; }
  /* Featured Issue Area */
  .featured-article {
    background-repeat: no-repeat;
    background-size: cover;
    height: 390px; }
    .featured-article:after {
      content: "";
      width: 0px;
      height: 0px;
      border-top: 0px solid transparent;
      border-bottom: 195px solid transparent;
      position: absolute;
      top: 0px;
      right: 0px; }
    .featured-article:before {
      content: "";
      width: 0px;
      height: 0px;
      border-top: 195px solid transparent;
      border-bottom: 0px solid transparent;
      position: absolute;
      bottom: 0px;
      right: 0px; }
  .toc-wrap {
    width: 88%;
    max-width: 100%;
    margin: 0 auto;
    height: 369px;
    margin-right: 35px;
    padding-right: 0px;
    overflow: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none; }
    .toc-wrap::-webkit-scrollbar {
      width: 0 !important; }
    .toc-wrap h4 {
      margin-bottom: 8px; }
    .toc-wrap h6 {
      margin-bottom: 8px; }
    .toc-wrap h3, .toc-wrap h5 {
      margin-bottom: 23px; }
  .toc-issue-link {
    text-align: center;
    width: 88%;
    max-width: 100%;
    margin: 0 auto;
    margin-right: 35px;
    padding-right: 0px;
    margin-bottom: 22px; }
  #mCSB_1::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: block;
    height: 15px;
    width: 100%; }
  #mCSB_1_scrollbar_vertical {
    top: 33px; }
  /* Desktop Section Padding */
  .online-exclusive-wrap {
    margin-top: 46px;
    margin-bottom: 0px;
    padding: 0px; }
  /* Online Exclusive */
  .online-exclusive-wrap {
    width: 1205px;
    max-width: 100%; }
  .ox-right {
    background-image: none !important;
    padding-left: 38.5px; }
  .online-exclusive-wrap h2 {
    position: absolute;
    bottom: 22px;
    left: 22px;
    display: block;
    background-color: #fff;
    padding: 18px 20px;
    line-height: 1em; }
  .online-exclusive-wrap {
    position: relative; }
    .online-exclusive-wrap img {
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      -moz-transition: all .5s ease; }
    .online-exclusive-wrap a:hover img.oe-thumb {
      opacity: .4; }
    .online-exclusive-wrap .author {
      position: absolute;
      bottom: 23px;
      right: 40px; }
    .online-exclusive-wrap h3 {
      margin-top: 0px;
      margin-bottom: 11px;
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      -moz-transition: all .5s ease; }
    .online-exclusive-wrap h4 {
      margin-top: 0px;
      margin-bottom: 15px; }
    .online-exclusive-wrap p {
      margin: 0px;
      color: #7e7e7e !important; }
    .online-exclusive-wrap .oe-author {
      position: absolute;
      right: 15px;
      bottom: 15px;
      width: 110px; }
  /* Media Grid */
  .media-grid {
    width: 1263px;
    max-width: 100%;
    margin: 0 auto; }
    .media-grid .no-topic {
      margin-top: 0px; }
  .media-grid .row {
    margin-left: -15px;
    margin-right: -15px; }
  .media-grid div[class*="col-"] {
    position: relative;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px; }
  .media-grid .grid-title {
    line-height: 1.2em; }
  .media-grid h6 {
    width: 250px;
    margin: 0px auto;
    padding: 10px 20px;
    position: relative;
    top: 15px;
    z-index: 99;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease; }
  .media-grid img {
    opacity: 1; }
  .media-grid a {
    display: block;
    width: 100%; }
  .media-grid a:hover h6 {
    top: 0px;
    background-color: #dedede; }
  .img-anchor {
    position: relative; }
  .media-grid .grid-deck {
    position: absolute;
    top: 0px;
    left: 0px; }
  .media-grid a:hover .grid-deck {
    opacity: 1;
    visibility: visible; }
  .media-grid .grid-deck {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    display: block;
    width: 100%;
    overflow: hidden;
    word-wrap: break-word;
    height: 100%;
    padding: 37px 0px;
    background-color: rgba(109, 209, 219, 0.8);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease; }
    .media-grid .grid-deck p {
      width: 80%;
      display: block;
      margin: 0 auto;
      margin-top: 43px;
      margin-bottom: 0px; }
    .media-grid .grid-deck p:last-child {
      margin-top: 0px; }
    .media-grid .grid-deck p.no-author {
      margin-top: 57px; }
  .app-download-item {
    height: 345px; }
  /* Social Bars */
  .social-bars {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0px;
    background-color: #f6f6f6; }
    .social-bars .title-col-insta {
      width: 20%;
      float: left;
      padding-top: 49.5px;
      display: block; }
    .social-bars h6 {
      width: 140px;
      padding: 10px 14px 8px; }
  .title-col-twitter {
    display: table-cell; }
  .title-col-twitter {
    width: 20%;
    height: 247px; }
  #twitterFeed {
    width: 80%; }
    #twitterFeed .feed-col {
      width: 20%;
      height: 250px;
      padding-right: 15px;
      padding-left: 15px; }
      #twitterFeed .feed-col .twitter-card {
        position: relative;
        background-color: #fff;
        height: 250px;
        padding: 11px 14px 38px 22px; }
        #twitterFeed .feed-col .twitter-card a {
          color: #9d9d9d; }
        #twitterFeed .feed-col .twitter-card .user::after {
          content: "";
          display: block;
          clear: both; }
        #twitterFeed .feed-col .twitter-card .user img {
          float: right;
          display: block;
          width: 40px;
          height: 40px;
          position: relative; }
        #twitterFeed .feed-col .twitter-card .user a {
          font-weight: 500;
          font-size: 11px;
          text-transform: uppercase; }
          #twitterFeed .feed-col .twitter-card .user a span:nth-child(2) {
            display: none; }
        #twitterFeed .feed-col .twitter-card .user span {
          float: left;
          padding: 14.5px 0px; }
        #twitterFeed .feed-col .twitter-card .tweet {
          font-family: "freight-sans-pro", sans-serif;
          font-size: 16px;
          line-height: 1.2em;
          font-weight: 600;
          color: #000000; }
          #twitterFeed .feed-col .twitter-card .tweet a {
            color: #43c4d0; }
        #twitterFeed .feed-col .twitter-card .timePosted a {
          position: absolute;
          bottom: 18px;
          left: 22px;
          font-weight: 500;
          font-size: 11px;
          color: #9d9d9d; }
        #twitterFeed .feed-col .twitter-card .interact {
          display: none; }
  #instafeed {
    margin-right: 0px;
    margin-left: 0px; }
  .instafeed {
    width: 80%;
    float: left; }
    .instafeed .feed-col {
      width: 20%;
      height: 230px;
      float: left;
      overflow: hidden;
      background-size: 101%;
      background-position: center;
      position: relative; }
      .instafeed .feed-col a {
        display: block;
        width: 100%;
        height: 100%; }
        .instafeed .feed-col a .insta-caption {
          position: absolute;
          bottom: 0px;
          left: 0px;
          max-width: 100%;
          padding: 22px 22px 38px 22px;
          transition: all .5s ease;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          -moz-transition: all .5s ease; }
          .instafeed .feed-col a .insta-caption p {
            margin: 0px;
            word-break: break-word; }
          .instafeed .feed-col a .insta-caption .expand {
            position: absolute;
            bottom: 8px;
            right: 13px; }
            .instafeed .feed-col a .insta-caption .expand i {
              color: #fff;
              opacity: .4; }
        .instafeed .feed-col a .insta-likes {
          position: absolute;
          top: 10px;
          right: 10px;
          opacity: .3;
          transition: all .5s ease;
          -webkit-transition: all .5s ease;
          -o-transition: all .5s ease;
          -moz-transition: all .5s ease; }
          .instafeed .feed-col a .insta-likes i, .instafeed .feed-col a .insta-likes p {
            display: inline-block;
            vertical-align: middle;
            margin: 0px;
            padding: 0px;
            color: #fff !important; }
  .instafeed .feed-col a:hover .insta-caption {
    bottom: 0px !important; }
  .instafeed .feed-col a:hover .insta-likes {
    opacity: 1; }
    .instafeed .feed-col a:hover .insta-likes i {
      color: #fff !important; }
  /* Topics Archive */
  .tax-topics .online-exclusive-wrap {
    margin-bottom: 46px;
    width: 1110px; }
  .topics-bar {
    margin: 28px auto; }
    .topics-bar li {
      position: relative; }
  .topics-bar li a {
    padding: 0 12.5px; }
  .topics-bar .current-caret {
    position: absolute;
    bottom: -6.5px;
    left: 0px;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 7.5px solid #43c4d0;
    opacity: 0;
    visibility: hidden; }
  .topics-bar .active .current-caret {
    opacity: 1;
    visibility: visible; }
  .topic-overflow li a {
    border-bottom: 2px solid transparent; }
  .topic-overflow li a:hover {
    border-bottom: 2px solid #43c4d0 !important; }
  .topic-grid {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 40px; }
  .topic-info {
    padding: 0px 22px !important; }
    .topic-info h4 {
      margin-bottom: 13px; }
  .topic-img {
    position: relative; }
    .topic-img .grid-deck {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      text-align: center;
      opacity: 0;
      visibility: hidden; }
      .topic-img .grid-deck p {
        padding-top: 30px; }
  .topic-img-wrapper {
    position: relative; }
    .topic-img-wrapper #play-btn {
      width: 40px;
      height: 40px;
      position: absolute;
      bottom: 8px;
      left: 8px;
      fill: #fff;
      opacity: .85; }
      .topic-img-wrapper #play-btn path {
        -webkit-box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.75);
        -moz-box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.75);
        box-shadow: -5px 5px 5px 0px rgba(0, 0, 0, 0.75); }
  .topic-item a {
    width: 100%;
    height: 100%; }
  .topic-item h4 {
    margin-top: -5px; }
  .topic-item .grid-deck, .topic-item h4 {
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -o-transition: all .25s ease;
    -moz-transition: all .25s ease; }
  .topic-item:hover .grid-deck {
    opacity: 1;
    visibility: visible; }
  .topic-item:hover h4 {
    color: #52c3cd; }
  .topic-item .row {
    margin-left: -0px;
    margin-right: -0px; }
  /* Video Archive */
  .featured-video-wrap {
    margin: 58px 0px 0px;
    padding-bottom: 58px; }
    .featured-video-wrap .container {
      width: 1013px; }
      .featured-video-wrap .container div[class*="col-"] {
        padding-left: 15px;
        padding-right: 15px; }
    .featured-video-wrap .featured-call-out {
      position: absolute;
      bottom: 45px;
      left: 0px;
      background-color: #fff;
      padding: 23px 27px 16px; }
  .featured-video-info h2 {
    margin-bottom: 12px;
    margin-top: 12px; }
  .featured-video-info h6, .featured-video-info p {
    margin: 0 auto;
    margin-bottom: 12px; }
  .single-video .daily-coverage .meeting-wrap .title-row {
    padding-top: 40px; }
  .expander {
    overflow: hidden;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease; }
  .daily-coverage .container {
    width: 1168px;
    max-width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 30px 15px 0px; }
    .daily-coverage .container div[class*="col-"] {
      padding-left: 15px;
      padding-right: 15px; }
  .daily-coverage .show-more-row {
    width: 1168px;
    padding: 0px 0px 30px;
    margin: 0 auto;
    display: block; }
  .daily-coverage .title-row {
    margin-bottom: 25px; }
  .daily-coverage .thumbnail-wrap {
    background-position: center center;
    background-size: cover;
    height: 150px; }
  .daily-coverage .dc-item {
    margin-bottom: 15px;
    min-height: 275px;
    max-height: 275px;
    overflow: hidden; }
  .single-video .daily-coverage .container {
    padding: 0px; }
  #video-subjects .topics-bar {
    padding-top: 28px;
    margin-top: 0px;
    border-top: 1px solid #e5e5e5; }
  .videos-archive .media-grid-item {
    min-height: 330px; }
  .revealer {
    margin: 0px auto 40px;
    width: 200px; }
  .revealer a {
    padding: 12.5px 56px; }
  .video-archive {
    padding-top: 35px; }
    .video-archive .element-item {
      padding: 0px 15px; }
      .video-archive .element-item img {
        border: 1px solid #ccc; }
    .video-archive .container {
      width: 1300px;
      max-width: 100%; }
    .video-archive .button-group {
      margin-bottom: 87.5px; }
    .video-archive .current-caret {
      position: relative;
      bottom: -6.5px;
      left: 0px;
      border-left: 0px solid transparent;
      border-right: 0px solid transparent;
      border-top: 7.5px solid #43c4d0;
      opacity: 0;
      visibility: hidden; }
    .video-archive li, .video-archive button, .video-archive .current-caret {
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      -moz-transition: all .5s ease; }
    .video-archive li {
      position: relative;
      display: inline-block;
      vertical-align: middle; }
    .video-archive li.is-checked {
      background-color: #43c4d0; }
      .video-archive li.is-checked button {
        background-color: #43c4d0;
        color: #fff; }
      .video-archive li.is-checked .current-caret {
        opacity: 1;
        visibility: visible; }
    .video-archive button {
      padding: 0px 12.5px;
      height: 54px;
      border: none;
      box-shadow: none;
      background-color: #fff; }
    .video-archive h6 {
      width: 190px;
      margin: 0px auto;
      padding: 10px 20px;
      position: relative;
      top: 15px;
      z-index: 99;
      text-decoration: none;
      transition: all .5s ease;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      -moz-transition: all .5s ease; }
  .show-all-button {
    margin-top: 40px !important; }
  .old-article-set {
    position: relative;
    z-index: 1;
    padding-bottom: 80px; }
  .old-article-set::after {
    content: "";
    display: block;
    clear: both; }
  .homepage .media-grid .show-all-btn {
    padding: 34px 0px 0px; }
  /* Video Single */
  .content iframe.eyetube {
    width: 100%;
    height: 432px;
    border: none; }
  .video-single {
    margin-top: 37.5px; }
    .video-single .container {
      width: 830px; }
    .video-single .social-share {
      text-align: right; }
      .video-single .social-share a {
        display: inline-block;
        width: 20px !important;
        max-width: 100%;
        height: 20px !important;
        margin: 0px; }
      .video-single .social-share .ssbl-img {
        width: 20px !important;
        max-width: 100%;
        height: 20px !important;
        display: inline-block;
        padding: 0px !important;
        border: 0;
        box-shadow: 0;
        opacity: .5;
        filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -webkit-filter: grayscale(100%); }
      .video-single .social-share svg#link-logo {
        height: 26px;
        top: -4px;
        position: relative; }
    .video-single .video-single-info {
      position: relative;
      top: -21px;
      margin-top: 0px;
      margin-bottom: 15px; }
      .video-single .video-single-info h6 {
        margin: 25px auto 18px; }
      .video-single .video-single-info p {
        margin: 0px !important;
        line-height: 1.4em; }
      .video-single .video-single-info p.keywords a {
        font-family: "freight-sans-pro", sans-serif;
        font-weight: 500;
        font-size: 14px;
        color: #000;
        opacity: .4; }
  .related-videos-heading,
  .small-section-heading {
    padding-top: 40px;
    margin-bottom: 19px; }
  .related-videos-row div[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px; }
  .related-videos-row .thumbnail-wrap {
    background-position: center center;
    background-size: cover;
    height: 150px; }
  .related-videos-row .dc-item {
    margin-bottom: 15px; }
  /* Issue Archive */
  #issues .issue-grid {
    width: 98%;
    margin: 22px auto;
    overflow: hidden;
    padding: 0px; }
  #issues .issue-col {
    min-height: 357px;
    border-left: 1px solid transparent; }
  #issues .row {
    margin-left: -18.25px;
    margin-right: -18.25px; }
  #issues div[class*="col-"] {
    padding-left: 18.25px;
    padding-right: 18.25px;
    border-bottom: 1px solid #e5e5e5; }
    #issues div[class*="col-"] img {
      max-width: 100%;
      height: auto; }
  #issues .issue-nice-name {
    padding: 15px 0px; }
  #issues .issue-year {
    padding: 22.5px 0px 15px 0px; }
  #issues .issue-year-1 h1 {
    padding: 22px 0px 15px 0px; }
  #issues .border-gray-left {
    border-left: 1px solid #e5e5e5; }
  #issues .issue-med-last,
  #issues .issue-dt-last {
    border-bottom: 0px !important; }
  /* Podcast Page */
  .single-podcast-leader {
    text-align: center;
    margin-top: 80px; }
  .podcast-list {
    margin-bottom: 117px; }
    .podcast-list .mejs-time-rail {
      width: calc(100% - 12px) !important; }
  .audio-dl {
    display: block;
    margin-top: 10px; }
  .audio-options {
    float: none; }
  .podcast-list .podcast-info-block {
    padding-left: 30px !important; }
  .podcast-info {
    margin-top: 66px; }
    .podcast-info div[class*="col-"] {
      padding-left: 15px;
      padding-right: 15px; }
    .podcast-info .podcast-help {
      padding: 25px 15px; }
  .podcast-info > .row {
    margin-left: -30px;
    margin-right: -30px; }
  .podcast-item {
    border: 1px solid #ccc;
    padding: 40px 30px 0px 45px; }
  .podcast-item h2 {
    margin-bottom: 15px; }
  .podcast-item h5 {
    margin-bottom: 22.5px; }
  .podcast-item p {
    margin-bottom: 25px; }
  .audio-share-buttons {
    padding-right: 8px; }
  .podcast-info h1 {
    margin-bottom: 19px; }
  .podcast-info h5 {
    margin-bottom: 22px; }
  .podcast-info #podcast_downloadSelectBoxItContainer {
    margin-top: 7.5px; }
  .custom-share-links li svg {
    width: 18px;
    height: 18px; }
  .old-podcasts .audio-share-buttons .custom-share-links {
    text-align: right;
    padding: 25px 0px 0px; }
  /* Footer */
  .topics-bar-footer li {
    margin: 0 12.5px; }
    .topics-bar-footer li a:hover,
    .topics-bar-footer li a:active,
    .topics-bar-footer li a:visited,
    .topics-bar-footer li a:focus {
      color: #fff !important; }
  .other-pubs li {
    margin: 12px 0px; }
  .footer-social {
    padding: 20px 0px; }
  .app-download {
    padding: 36px 0px; }
  footer svg {
    width: 146px;
    max-width: 100%; }
  .footer-main {
    padding: 40px 0px; }
  .footer-left {
    border-right: 1px solid #484848; }
  .app-download {
    border-top: 1px solid #484848; }
  .footer-right {
    padding: 0px 36px;
    border-left: 1px solid #484848; }
  .meet-me {
    margin-bottom: 8px !important; }
  button.listen-toggle.collapsed {
    position: relative;
    border-radius: 0px;
    padding: 15px 8px;
    width: 180px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase; }
    button.listen-toggle.collapsed i {
      font-size: 8px; }
    button.listen-toggle.collapsed i.ss-dropdown,
    button.listen-toggle.collapsed i.ss-directright {
      position: absolute;
      right: 11px;
      top: 21px; }
  button.listen-toggle {
    position: relative;
    border-radius: 0px;
    padding: 15px 8px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    width: 180px; }
    button.listen-toggle i {
      font-size: 8px; }
    button.listen-toggle i.ss-dropdown,
    button.listen-toggle i.ss-directright {
      position: absolute;
      right: 11px;
      top: 21px; }
  /*
** Static Page Styles
*/
  #about {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto; }
  .static-heading {
    width: 88%;
    max-width: 100%;
    padding: 57px 0px;
    padding-left: 13%; }
  .blurb {
    background: #f7f7f7;
    padding: 30px 66px;
    margin: 57px auto; }
  .static-heading h1 {
    font-size: 49px;
    line-height: .9em; }
  #contact .outline-orange {
    margin: 0;
    width: 100%;
    font-size: 19px; }
  #contact .submission {
    text-align: left; }
  #privacy .static-heading {
    width: 100%;
    padding-left: 0px; }
    #privacy .static-heading h1 {
      width: 976px;
      max-width: 100%;
      margin: 0 auto; }
  #privacy .static-container {
    width: 976px;
    max-width: 100%;
    padding-top: 15px;
    margin: 57px auto; }
    #privacy .static-container p {
      padding-left: 0px; }
  #cse-results {
    padding-bottom: 46px !important; }
    #cse-results .result-info p.byline {
      font-size: 14px;
      margin-top: 10px; }
    #cse-results .result-info h3 {
      margin-bottom: 0px; } }

/*********************
Tablet Landscape to Desktop
This is the viewing area for tablets at landscape orientation.
*********************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* NEEDS TO BE ADDED TO IOS ONLY */
  html, body {
    position: relative;
    right: 0px; }
  .online-exclusive-wrap {
    padding: 0px 15px !important; }
  .instafeed .feed-col {
    width: 25%; }
  .featured-toc {
    padding-left: 15px; }
  .featured-article h2 {
    width: 415px;
    margin: 0 auto; }
  .topics-bar-footer a {
    font-size: 11px; }
  .topics-bar-footer p {
    font-size: 12px; }
  .toc-wrap {
    padding-right: 20px; }
  .mCSB_inside > .mCSB_container {
    margin: 0px 0px 0px 15px; }
  .ox-left {
    padding: 0px; }
  .online-exclusive-wrap {
    padding: 0px; }
    .online-exclusive-wrap .ox-right {
      padding: 15px 15px 15px 38px; }
      .online-exclusive-wrap .ox-right h3 {
        line-height: 1em; }
  .shortend-podcast-description {
    font-size: 21px; }
  #podcast_downloadSelectBoxItArrowContainer,
  #podcast_download_mobileSelectBoxItArrowContainer,
  #podcast_downloadSelectBoxItContainer,
  #podcast_downloadSelectBoxIt,
  #podcast_download_mobileSelectBoxItContainer,
  #podcast_download_mobileSelectBoxIt,
  .selectboxit-container span,
  .selectboxit-container .selectboxit-options a {
    height: 62px; }
  #podcast_downloadSelectBoxItText, #podcast_download_mobileSelectBoxItText {
    line-height: 3.7em; }
  button.listen-toggle.collapsed,
  button.listen-toggle,
  .podcast-info .teal-btn-inverted {
    padding: 20px; }
  button.listen-toggle.collapsed i.ss-dropdown,
  button.listen-toggle.collapsed i.ss-directright {
    top: 25px; }
  button.teal-btn-inverted,
  button.teal-btn {
    padding: 14px 8px; }
  .podcast-info #how-to-listen-tablet p,
  .podcast-description p {
    font-size: 21px;
    margin: 0px; }
  .audio-player-container {
    padding-top: 42px; }
  .old-podcasts .audio-player-container {
    padding-top: 0px; }
  .podcast-item {
    padding: 30px 37.5px; } }

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1024px) {
  /******************************************************************
Site Name: Millennial Eye
Author: bsmith

Stylesheet: Desktop Stylsheet

This is the desktop size. It's larger than an iPad so it will only
be seen on the Desktop.

******************************************************************/
  .old-podcasts.podcast-item {
    padding: 31.5px 30px 31.5px 35px; }
  .desktop-ruby {
    padding: 25px 0px; } }

/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************
Site Name: Millennial Eye
Author: bsmith
Stylesheet: Super Large Monitor Stylesheet
You can add some advanced styles here if you like. This kicks in
on larger screens.
******************************************************************/
  .container.podcast-info {
    width: 1170px; }
  .podcast-skyscraper {
    float: right;
    padding: 0 !important;
    margin-top: -185px; }
  .cover-focus-section {
    margin-right: 0px;
    padding-top: 33px; }
  .rest-of-issue {
    margin-right: 0px; }
  .gap-50 {
    height: 50%; }
  .gap-100 {
    height: 100%; }
  .header, .content {
    background: #fff;
    padding: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .content-full {
    height: 100%; }
  #done {
    height: 100%; }
  #issues .issue-med-last {
    border-bottom: 1px solid #e5e5e5 !important; } }

/*********************
Moble Only
*********************/
@media only screen and (max-width: 767px) {
  /* General */
  #toc-container.toc-menu-open .toc-pusher {
    overflow: hidden !important; }
  .topic-filter h3 {
    display: block;
    margin: 0px auto 15px; }
  .topic-filter button {
    width: 48%; }
  /* instagram bar */
  .instagram-bar .feed-col {
    position: relative; }
    .instagram-bar .feed-col .insta-likes {
      position: absolute;
      top: 8px;
      right: 8px; }
      .instagram-bar .feed-col .insta-likes i,
      .instagram-bar .feed-col .insta-likes p {
        display: inline-block;
        vertical-align: middle; }
      .instagram-bar .feed-col .insta-likes p {
        margin: 0; }
  .featured-area h2 {
    padding: 21px;
    position: relative;
    top: 51px;
    width: 306px; }
  nav.navbar {
    background: transparent; }
  .navbar-default .navbar-brand {
    display: block;
    height: 58px; }
  nav.navbar.headroom--not-top {
    background: #fff; }
  .navmenu label {
    margin-bottom: 0px; }
    .navmenu label input.navmenu-search {
      color: #fff;
      font-size: 21px;
      font-weight: 400;
      text-transform: none; }
      .navmenu label input.navmenu-search::-webkit-input-placeholder {
        padding-top: 7px;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 400; }
      .navmenu label input.navmenu-search:-moz-placeholder {
        /* Firefox 18- */
        padding-top: 7px;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 400; }
      .navmenu label input.navmenu-search::-moz-placeholder {
        /* Firefox 19+ */
        padding-top: 7px;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 400; }
      .navmenu label input.navmenu-search:-ms-input-placeholder {
        padding-top: 7px;
        font-size: 21px;
        text-transform: uppercase;
        font-weight: 400; }
  /* Article Single Mobile */
  .mobile-hero img {
    height: auto;
    min-width: 100%; }
  .single-post nav.navbar.headroom--top {
    background: rgba(0, 0, 0, 0.5); }
    .single-post nav.navbar.headroom--top .mobLogo {
      fill: #fff !important; }
    .single-post nav.navbar.headroom--top .ss-menu {
      color: #fff; }
  article {
    width: 880px;
    max-width: 100%;
    background-color: transparent;
    margin: 0px auto 0px;
    position: relative; }
    article .entry-title {
      font-size: 30px;
      padding: 25px 15px; }
    article header .heading-tab {
      padding: 25px 0px; }
      article header .heading-tab h5 {
        padding: 0px 15px; }
      article header .heading-tab .share-btns-container {
        display: none; }
      article header .heading-tab .deck {
        padding: 25px 15px; }
        article header .heading-tab .deck h3 {
          font-size: 22px; }
      article header .heading-tab .by-line {
        padding: 25px 15px 0px 15px; }
    article .eyetube {
      min-height: 233px; }
    article .content p {
      font-size: 21px; }
    article .author-bio {
      margin-top: 14px; }
  footer .author-info .author-bio p {
    text-align: center; }
  footer .author-info .author-img {
    width: 100%;
    max-width: 100%;
    text-align: center; }
  .infinite-more-wrap p {
    width: 100%;
    text-align: center; }
  .infinite-more-wrap {
    margin-bottom: 60px; }
  .media-grid .grid-title {
    font-size: 24px; }
  .app-download-item, .ruby-box {
    margin-bottom: 47px !important; }
  /* Podcast Mobile */
  #podcast_downloadSelectBoxItContainer, #podcast_downloadSelectBoxIt, #podcast_download_mobileSelectBoxItContainer {
    width: 100% !important; }
  #podcast_download_mobileSelectBoxIt {
    width: 100% !important;
    height: 50px; }
  .podcast-list .old-podcasts {
    margin-top: 31px;
    padding-top: 31px;
    border-top: 1px solid #ccc;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px; }
  .podcast-list > .row {
    margin: 0px !important; }
  .transcript-row {
    padding: 0px;
    border: none; }
  .podcast-list .item-1 {
    margin-top: 17.5px; }
  #how-to-listen p {
    font-size: 20px;
    color: #7f7f7f; }
  /* Featured Article Area */
  .featured-article {
    position: relative;
    background-image: url("../images/featured-image.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 267px; }
    .featured-article .app-link {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
      background-color: #bab5df;
      padding: 14px 0px; }
      .featured-article .app-link a {
        line-height: 1em; }
  /* Online Exclusive */
  .online-exclusive {
    width: 100%;
    padding: 0px;
    margin: 25px 0px; }
  .ox-right {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 187px;
    padding: 16px 15px 0px; }
  .online-exclusive-wrap {
    position: relative;
    margin-left: 0px;
    margin-right: 0px; }
    .online-exclusive-wrap .author {
      position: absolute;
      bottom: 23px;
      right: 40px; }
    .online-exclusive-wrap h3, .online-exclusive-wrap p {
      margin-top: 0px;
      margin-bottom: 12px;
      position: relative;
      z-index: 9;
      color: #333 !important; }
    .online-exclusive-wrap h4 {
      margin-top: 0px;
      margin-bottom: 33px;
      position: relative;
      z-index: 9; }
    .online-exclusive-wrap h2 {
      background-color: #fff;
      color: #59cbd5;
      padding: 12px 20px;
      position: absolute;
      bottom: 15px;
      left: 15px;
      z-index: 9; }
    .online-exclusive-wrap .overlay {
      background-color: rgba(255, 255, 255, 0.8);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0px;
      top: 0px;
      z-index: 1; }
  .media-grid {
    padding: 0px; }
    .media-grid div[class*="col-"] {
      padding-left: 15px;
      padding-right: 15px;
      margin: 28px 0px; }
  .ox-right {
    position: relative; }
    .ox-right * {
      position: relative;
      z-index: 9; }
    .ox-right .overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 8;
      display: block;
      top: 0px;
      left: 0px;
      background-color: rgba(255, 255, 255, 0.5); }
    .ox-right h2 {
      display: inline-block !important;
      padding: 10px 12.5px;
      width: auto; }
  /* Video Archive */
  .main.videos-archive,
  .main.videos-single {
    padding: 83px 15px 0px; }
    .main.videos-archive .featured-video-wrap,
    .main.videos-single .featured-video-wrap {
      border-bottom: 1px solid #ccc;
      padding-bottom: 25px;
      margin-bottom: 25px; }
      .main.videos-archive .featured-video-wrap h2,
      .main.videos-single .featured-video-wrap h2 {
        margin: 10px 0px 4px; }
    .main.videos-archive .daily-coverage .title-row h6,
    .main.videos-single .daily-coverage .title-row h6 {
      display: inline-block;
      vertical-align: middle;
      margin-left: 0px; }
    .main.videos-archive .daily-coverage .container .title-row,
    .main.videos-single .daily-coverage .container .title-row {
      margin-left: -15px;
      margin-right: -15px; }
    .main.videos-archive .daily-coverage .expander,
    .main.videos-single .daily-coverage .expander {
      overflow: hidden; }
    .main.videos-archive .title-row::after,
    .main.videos-single .title-row::after {
      content: "";
      display: block;
      clear: both; }
    .main.videos-archive .visible-xs.revealer,
    .main.videos-single .visible-xs.revealer {
      display: inline-block !important;
      vertical-align: middle;
      float: right; }
      .main.videos-archive .visible-xs.revealer a,
      .main.videos-single .visible-xs.revealer a {
        border: none; }
    .main.videos-archive .button-group button,
    .main.videos-single .button-group button {
      border: none; }
    .main.videos-archive .dc-item h2,
    .main.videos-single .dc-item h2 {
      margin: 5px 0px 4px 0px;
      overflow: hidden; }
    .main.videos-archive .video-archive,
    .main.videos-single .video-archive {
      margin-left: -15px;
      margin-right: -15px;
      border-top: 1px solid #ccc;
      padding-top: 31.5px;
      margin-top: 31.5px; }
      .main.videos-archive .video-archive h6,
      .main.videos-single .video-archive h6 {
        width: 145px;
        margin: 0 auto -14px;
        position: relative;
        z-index: 9;
        padding: 7px 0px; }
      .main.videos-archive .video-archive h2,
      .main.videos-single .video-archive h2 {
        font-size: 24px; }
    .main.videos-archive .xs-thmb,
    .main.videos-single .xs-thmb {
      background-size: contain; }
    .main.videos-archive .xs-thmb,
    .main.videos-archive .dc-item,
    .main.videos-single .xs-thmb,
    .main.videos-single .dc-item {
      margin: 10px 0px; }
    .main.videos-archive .daily-coverage div[class*="col-"],
    .main.videos-single .daily-coverage div[class*="col-"] {
      padding-left: 5px;
      padding-right: 5px; }
    .main.videos-archive .video-category-list,
    .main.videos-single .video-category-list {
      margin-left: -15px;
      margin-right: -15px;
      overflow: scroll;
      overflow-y: hidden; }
      .main.videos-archive .video-category-list ul,
      .main.videos-single .video-category-list ul {
        text-align: left; }
        .main.videos-archive .video-category-list ul li,
        .main.videos-single .video-category-list ul li {
          padding: 0px 11.5px; }
        .main.videos-archive .video-category-list ul li.is-checked button,
        .main.videos-single .video-category-list ul li.is-checked button {
          border-bottom: 2px solid #52c3cd; }
        .main.videos-archive .video-category-list ul button,
        .main.videos-single .video-category-list ul button {
          background-color: #fff;
          margin-bottom: 23px; }
  .coverage-row {
    margin-left: -20px;
    margin-right: -20px; }
  .daily-coverage .show-more-row {
    margin: 12px 0px 22px; }
  #video-subjects .topics-bar {
    border-top: 1px solid #e5e5e5; }
  .meeting-bar ul a {
    margin: 8px 0px;
    display: block; }
  /* Social Feeds */
  .social-bars {
    padding-left: 0px;
    padding-right: 0px; }
  .instafeed {
    margin-bottom: 25px; }
  .instagram-bar {
    margin-bottom: 25px; }
  .title-col-insta,
  .title-col-twitter {
    position: absolute;
    left: 0px;
    z-index: 9;
    padding: 8px 13.5px; }
    .title-col-insta i,
    .title-col-twitter i {
      color: #fff;
      margin-right: 2.5px; }
  .feed-col {
    width: 100%;
    float: left;
    height: 225px;
    background-size: cover;
    background-repeat: no-repeat; }
  .instafeed .feed-col a .insta-caption {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: none;
    padding: 22px 22px 38px 22px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease; }
  #twitterFeed .feed-col {
    width: 100%; }
  .twitter-card {
    position: relative;
    width: 100%; }
    .twitter-card .timePosted {
      display: none; }
    .twitter-card .user {
      position: absolute;
      top: -8px;
      right: 15px; }
      .twitter-card .user a span:nth-child(2) {
        display: none; }
      .twitter-card .user span {
        color: rgba(57, 42, 35, 0.25); }
      .twitter-card .user img {
        display: none; }
  .tweet {
    font-family: "freight-sans-pro", sans-serif;
    font-weight: 600;
    font-size: 16.5px;
    color: #000000;
    padding: 34px 15px 0px; }
    .tweet a {
      color: #43c4d0; }
  .static-heading-text {
    width: 100% !important;
    text-align: center;
    padding: 0px 15px !important;
    font-size: 24px; }
  /* Issues */
  .issue-select-wrap {
    margin: 8px auto !important; }
  .issue-row {
    margin-top: 10px; }
  #issue-yearSelectBoxItContainer {
    width: 100%; } }

#sled-img-wrap.ad-2 {
  position: absolute;
  top: 0px; }

#sled-img-wrap {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .50s ease;
  -moz-transition: opacity .50s ease;
  -o-transition: opacity .50s ease;
  transition: opacity .50s ease; }

#sled-img-wrap.open {
  visibility: visible;
  opacity: 1; }

.content .purple-viewer {
  height: 489px; }

@media only screen and (min-width: 692px) {
  .content .purple-viewer {
    height: 925px; } }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single-podcast-leader {
    margin-top: 250px !important; } }

@media only screen and (max-width: 320px) {
  #mobile-menu {
    width: 250px; } }

@media only screen and (min-width: 1170px) {
  #issues .issue-grid {
    width: 1170px;
    margin: 17px auto 0px;
    overflow: hidden;
    padding: 0px; } }

@media only screen and (min-width: 580px) and (max-width: 767px) {
  .issue-col {
    width: 33.33333%; } }

@media only screen and (min-width: 1140px) {
  .topics-bar .active {
    background-color: #43c4d0; }
    .topics-bar .active a {
      color: #fff; }
      .topics-bar .active a:hover {
        color: #fff !important; }
    .topics-bar .active a:focus,
    .topics-bar .active a:active {
      color: #fff !important; }
  .topic-overflow li {
    padding: 0px 12px 0px 12px;
    text-align: center; }
    .topic-overflow li a {
      display: block;
      padding: 15px 0px 0px 0px;
      margin-bottom: 15px; }
  .topic-overflow li.active a {
    border-bottom: 2px solid #fff !important; } }

@media only screen and (min-width: 768px) and (max-width: 1140px) {
  .ff-hide-scrollbars {
    height: 44px;
    overflow: hidden; }
  .media-grid .grid-title {
    min-height: 80px; }
  .topic-overflow {
    overflow: hidden;
    overflow-x: scroll;
    max-width: 100%;
    height: 67px; }
    .topic-overflow ul {
      display: block;
      margin: 0 auto; }
    .topic-overflow li {
      text-align: center;
      height: auto; }
      .topic-overflow li a {
        display: block;
        margin: 0 auto;
        padding: 15px 6.5px 0px 6.5px;
        margin-bottom: 15px; }
    .topic-overflow li.active a {
      border-bottom: 2px solid #43c4d0; }
  .video-archive .ff-hide-scrollbars {
    height: 46px;
    overflow: hidden; } }

@media only screen and (min-width: 1170px) {
  .topics-bar {
    width: 1170px !important;
    display: block; } }

.enzo {
  font-family: "ff-enzo-web";
  font-weight: 600; }

.gibson {
  font-family: "canada-type-gibson"; }

.blue-00 {
  color: #00aeef; }

.less-drops-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }
  .less-drops-container:hover .less-drops-bottom-row,
  .less-drops-container:hover .mobile-logo-container {
    background-color: rgba(208, 243, 254, 0.4); }

.less-drops-top-row {
  padding: 45px 0px; }
  .less-drops-top-row h5 {
    margin-top: 30px; }

.mobile-logo-container {
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease; }

.less-drops-bottom-row {
  padding: 22px 0px 0px;
  background-color: rgba(208, 243, 254, 0.2);
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease; }
  .less-drops-bottom-row .adjust {
    position: relative;
    top: -2.5px; }
  .less-drops-bottom-row .ruby-link {
    cursor: pointer;
    color: white;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease; }
  .less-drops-bottom-row p {
    margin: 15px 0px 10px;
    opacity: .6; }

.centered {
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  #submissions .submission-sidebar {
    text-align: center; }
  #submissions .submission-sidebar .outline-orange {
    width: 50%;
    font-size: 19px;
    margin: 38px auto; }
  .instagram-bar,
  .twitter-bar {
    margin: 0px !important; }
  .less-drops-container > .row {
    margin-left: 0px;
    margin-right: 0px; }
  .less-drops-container div[class*="col-"] {
    padding-left: 12px;
    padding-right: 12px; }
  .less-drops-top-row {
    padding: 0px 0px; }
  .less-drops-bottom-row {
    padding: 15px 0px; }
  .keep-it-simple {
    padding: 25px 0px 20px; }
  .mobile-logo-container {
    background: rgba(208, 243, 254, 0.2);
    padding: 20px 0px; }
  .mobile-logo-row {
    margin-left: -12px !important;
    margin-right: -12px !important; }
    .mobile-logo-row img {
      max-width: 80px; }
  .less-drops-top-row img {
    width: 108px; }
  .less-drops-top-row h2 {
    font-size: 19px; }
  .less-drops-top-row h5 {
    font-size: 15px;
    width: 200px;
    margin: 15px auto 0px; }
  .less-drops-bottom-row {
    padding: 0px; }
    .less-drops-bottom-row h5 {
      font-size: 16px; }
    .less-drops-bottom-row p {
      font-size: 8px;
      width: 90%;
      display: block;
      margin: 15px auto 10px auto; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .topic-filter {
    margin: 25px 0px; }
  .less-drops-top-row {
    padding: 45px 0px; }
    .less-drops-top-row img {
      width: 108px; }
    .less-drops-top-row h2 {
      font-size: 36px; }
    .less-drops-top-row h5 {
      font-size: 16px; }
  .less-drops-bottom-row h5 {
    font-size: 18px; }
  .less-drops-bottom-row p {
    width: 450px;
    display: block;
    margin: 15px auto 10px auto; } }

@media only screen and (max-width: 992px) {
  .homepage .media-grid {
    padding-bottom: 85px; }
  .topic-info h4 {
    overflow: hidden;
    font-size: 22px;
    margin-top: -5px;
    margin-bottom: 8px;
    line-height: 1.4em; }
  .topic-info h6 {
    font-size: 14px; }
  .navbar.fixed {
    position: fixed; }
  .infinite-more-wrap p {
    width: 190px;
    text-align: center;
    display: block;
    padding: 0px 15px; }
  .infinite-more-wrap::after {
    content: "";
    background-color: #555555;
    opacity: .1;
    width: 100%;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 15px; }
  .infinite-more-wrap {
    position: relative;
    margin-bottom: 45px; }
  article.no-hero {
    margin: 0px auto; }
  .issue-options {
    display: none; } }

@media only screen and (min-width: 992px) and (max-width: 1024px) {
  .less-drops-top-row {
    padding: 45px 0px; }
    .less-drops-top-row h2 {
      font-size: 36px; }
    .less-drops-top-row h5 {
      font-size: 16px; }
  .less-drops-bottom-row h5 {
    font-size: 19px; } }

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  #twitterFeed .row {
    margin-left: -15px;
    margin-right: 15px; } }

@media only screen and (min-width: 1200px) and (max-width: 1530px) {
  #twitterFeed {
    width: 80%; }
    #twitterFeed .row {
      margin-left: -7.5px;
      margin-right: 0px; }
    #twitterFeed .feed-col {
      width: 20%;
      height: 235px;
      padding: 0px 7.5px 0px; }
      #twitterFeed .feed-col .twitter-card {
        position: relative;
        background-color: #fff;
        height: 265px;
        padding: 11px 14px 38px 22px; } }

@media only screen and (min-width: 1200px) {
  .issue-options {
    /* positioning */
    position: fixed;
    left: 0px;
    z-index: 999; }
    .issue-options .prev-bug-text,
    .issue-options .next-bug-text {
      display: inline-block !important; } }

@media only screen and (max-width: 1250px) {
  .app-footer-inner {
    float: none;
    margin: 0 auto;
    display: block; }
  .app-header {
    margin-bottom: 36px; }
  .topics-bar-footer p,
  .topics-bar-footer ul li:first-child {
    display: none; }
  .topics-bar-footer li {
    margin: 15px 10px; }
    .topics-bar-footer li a {
      font-size: 12px; } }

@media only screen and (max-width: 992px) {
  .featured-video-wrap {
    width: 701px;
    max-width: 100%;
    display: block;
    margin: 0 auto; }
  .single-article .share-btns {
    display: none; } }

@media only screen and (min-width: 956px) {
  /* Skrollr */
  .article-single,
  .parallax-wrap {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 956px;
    width: 956px;
    margin: 0 auto; }
  * {
    padding: 0;
    margin: 0; }
  .skrollr-desktop body {
    height: 100% !important; }
  body {
    font-family: sans-serif; }
  p {
    margin: 1em 0; }
  .parallax-image-wrapper {
    position: fixed;
    left: 50%;
    width: 956px;
    overflow: hidden; }
  .parallax-image-wrapper-50 {
    height: 50%;
    top: -50%; }
  .parallax-image-wrapper-100 {
    height: 100%;
    top: -100%; }
  .parallax-image {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
  .parallax-image-50 {
    height: 200%;
    top: -50%; }
  .parallax-image-100 {
    height: 100%;
    top: 0; }
  .parallax-image.skrollable-between {
    display: block; }
  .no-skrollr .parallax-image-wrapper {
    display: none !important; }
  #skrollr-body {
    height: 100%;
    overflow: visible;
    position: relative; }
  .gap {
    background: transparent center no-repeat;
    background-size: contain; }
  .skrollr .gap {
    background: transparent !important; } }

#content-wrapper.search-results {
  width: 930px;
  max-width: 100%; }

#cse-results {
  margin-bottom: 15px; }

#cse-results h3 {
  font-size: 21px; }

.search-page h2 {
  margin: 60px auto 15px; }

.search-result-anchor {
  color: #444; }

#cse-results p.s-url {
  font-size: 14px;
  color: #b9b9b9;
  word-wrap: break-word; }

#sort-search p,
#sort-search .styled-select {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px; }

.gray-86 {
  color: #868686; }

#cse-results .result-item {
  padding: 45px 35px;
  border-bottom: 1px solid #e8e8e8;
  margin: 0px; }

#cse-results .result-item:last-child {
  border-bottom: 0px; }

.no-results {
  border: none !important; }

.vcenter {
  float: none;
  display: inline-block;
  vertical-align: middle; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.no-gutter {
  /*padding: 0px;*/ }

#cse-results img {
  max-width: 100%;
  height: 88px !important;
  width: auto !important; }

.search-heading {
  padding: 0px 35px; }

.search-heading > div:nth-child(2) {
  padding: 0px 18px 0px 0px; }

.styled-select i {
  position: absolute;
  right: 12px;
  top: 5px; }

#sort-search p {
  font-size: 15px;
  color: #b4b4b4; }

.styled-select select {
  background: transparent;
  width: 107px;
  padding: 5px 12px;
  font-size: 15px;
  margin-top: -2px;
  text-align: center;
  color: #4e4e4e;
  line-height: 1;
  border: 0;
  border-radius: 0;
  height: 34px;
  -webkit-appearance: none; }

/* webkit solution */
.styled-select select::-webkit-input-placeholder {
  text-align: center; }

/* mozilla solution */
.styled-select select:-moz-placeholder {
  text-align: center; }

.styled-select {
  width: 107px;
  height: 34px;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #e8e8e8; }

.result-item h3,
.result-item p {
  margin: 0 auto 20px; }

.result-item p:last-child {
  margin: 0 auto; }

@media only screen and (max-width: 767px) {
  .search-heading h2 {
    text-align: center !important;
    font-size: 24px !important;
    margin: 0 auto !important; }
  .row.search-heading > div {
    margin: 8px auto; }
  .search-heading > div:nth-child(2) {
    padding: 0px !important; }
  .text-xs-center {
    text-align: center !important; } }

@media only screen and (max-width: 768px) {
  .xs-text-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .search-heading {
    padding: 8px 0px 0px; }
  .search-heading h2 {
    text-align: left;
    font-size: 30px;
    margin: 0 auto !important; }
  .search-heading > div:nth-child(2) {
    padding: 0px 11px 0px 0px; }
  #cse-results .result-item {
    padding: 22px 0px; }
  #cse-results {
    padding: 0px 15px; }
  .result-info {
    margin-top: 22px; } }
