/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

td,
th {
  padding: 0; }

* {
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 16px; }

a {
  text-decoration: none;
  color: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

@font-face {
  font-family: 'Graphik-Light';
  src: url("../fonts/Graphik-Light.eot");
  src: url("../fonts/Graphik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Light.woff") format("woff"), url("../fonts/Graphik-Light.ttf") format("truetype"), url("../fonts/Graphik-Light.svg#Graphik-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Graphik-Medium';
  src: url("../fonts/Graphik-Medium.eot");
  src: url("../fonts/Graphik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium.woff") format("woff"), url("../fonts/Graphik-Medium.ttf") format("truetype"), url("../fonts/Graphik-Medium.svg#Graphik-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Graphik-Regular';
  src: url("../fonts/Graphik-Regular.eot");
  src: url("../fonts/Graphik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular.woff") format("woff"), url("../fonts/Graphik-Regular.ttf") format("truetype"), url("../fonts/Graphik-Regular.svg#Graphik-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
h1 {
  font-family: 'Graphik-Medium';
  font-style: normal;
  line-height: 1.2em;
  font-size: 3.5em;
  letter-spacing: -0.04em;
  font-weight: normal; }

h2 {
  font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4em;
  font-weight: normal;
  font-size: 2em; }

h3 {
  font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4em;
  font-size: 2em;
  font-weight: normal; }

h4 {
  font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 1em; }

h5 {
  font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 1.3em;
  color: #424242;
  font-weight: normal; }

h6 {
  font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 1.5em;
  font-weight: normal; }

p {
  font-family: "Graphik-Regular";
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0em;
  padding: 0em 0em 2em 0em; }

blockquote p {
  font-style: italic; }

.clickable {
  cursor: pointer; }

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

ul,
ol {
  padding: 0;
  margin: 0;
  font-family: "Graphik-Regular";
  font-weight: normal;
  font-size: 1em;
  line-height: 1.5em; }

li {
  list-style-type: none; }

body > .inner-wrapper {
  min-height: 100%;
  position: relative; }

body:not(.home) .main-wrapper {
  padding-top: 80px; }

.main-wrapper,
.footer-content {
  max-width: 1400px;
  margin: 0 auto; }

.main-wrapper {
  padding-bottom: 80px;
  background-color: #ECECEC; }

.group:after {
  content: "";
  display: table;
  clear: both; }

.read-more {
  text-align: center;
  color: white;
  padding: 20px;
  border-radius: 1px;
  clear: both;
  position: relative;
  width: 150px;
  margin: 0 auto;
  background-color: #6e9ada;
  font-family: "Graphik-Regular";
  font-weight: normal; }

.read-more:hover {
  background-color: #eee;
  color: #6e9ada; }

.read-more-wrapper {
  width: 100%;
  padding-bottom: 2em; }

.header > div {
  display: inline-block; }
.header .social {
  float: left;
  display: inline-block;
  width: 173px;
  position: absolute;
  top: 7px; }
  .header .social li {
    float: left;
    display: inline-block;
    width: 30px;
    margin: 0px 7px; }
.header .hh-logo {
  margin: 10px;
  width: 250px; }
.header .ten-logo {
  width: 85px;
  margin: 10px; }
.header .ten-logo,
.header .menu-button {
  float: right; }
.header .sticky-wrapper {
  display: block; }
.header nav.stuck {
  position: fixed;
  top: 0;
  z-index: 10;
  width: 100%; }
.header nav {
  clear: both;
  font-size: 1.5em;
  font-weight: 300;
  padding: 0.25em 0 1em;
  background-color: #242424;
  color: #919191;
  position: relative; }
  .header nav ul {
    color: #F3F3F3;
    text-align: center;
    font-family: 'Graphik-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5em;
    margin: 0em;
    padding: 0em 0em 0em 0em; }
    .header nav ul li {
      display: inline-block;
      margin: 0 0.7em; }
.header .menu-button {
  display: none;
  width: 60px; }

.search-intro {
  width: 65%;
  margin: 0% auto; }

#search-results {
  width: 65%;
  margin: 0% auto; }

.result {
  padding-bottom: 3em; }
  .result p {
    padding-bottom: 1em; }

.search-form-wrapper {
  top: 7px;
  right: 0;
  width: 260px;
  height: 50px;
  position: absolute; }
  .search-form-wrapper .form-group {
    position: absolute; }
  .search-form-wrapper input {
    line-height: normal;
    height: 35px;
    width: 220px;
    background-color: #E0E0E0;
    border: 0px;
    padding-left: 15px;
    font-size: 1em; }
  .search-form-wrapper .button-wrapper {
    position: absolute;
    background-color: transparent;
    right: 75px;
    top: 2px; }
  .search-form-wrapper .submit-icon {
    background-image: url(../img/search_blue.svg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: 30px; }

#search-wrapper {
  display: none; }

#search-wrapper.active {
  display: block;
  z-index: 600; }

#search-icon.hide {
  z-index: -1; }

#close-search-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 13px;
  top: -6px; }

#search-icon {
  width: 30px;
  position: absolute;
  right: 45px;
  top: 2px;
  z-index: 500;
  top: 9px; }

.feature-image {
  max-width: 1000px;
  margin: 0 auto; }

.static-page .page-body-text {
  width: 50%;
  margin: 0% auto; }
.static-page .content-title {
  text-align: center;
  font-family: 'Graphik-Light';
  font-style: normal;
  line-height: 1.2em;
  font-size: 2.5em; }

.episode .page-heading {
  width: 88%;
  margin: 0% auto; }
.episode h1 {
  font-family: 'Graphik-Light';
  font-style: normal;
  line-height: 1.2em;
  font-size: 2.5em;
  padding: 0em 0em 1em 0em; }
.episode h2 {
  text-align: center; }
.episode h4 {
  padding: 0em 0em 1em 0em;
  font-size: 1em;
  color: #D4D4D4;
  font-family: "Graphik-Regular";
  text-transform: uppercase; }
.episode h3 {
  font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  margin-top: 0%;
  padding-top: 9px; }
.episode .title-wrapper {
  width: 50%;
  float: left; }
.episode .episode-body-text {
  width: 50%;
  float: left; }
.episode .video-flexslider {
  width: 75%;
  float: left;
  padding: 0em 3em; }
.episode .segment-wrapper {
  float: left;
  position: relative;
  padding: 2em 7em; }
.episode .segments {
  width: 46%;
  float: left;
  min-height: 810px;
  padding: 1em 2em;
  background-color: #efefef;
  margin: 1em; }
  .episode .segments h3 {
    font-size: 1.4em;
    padding: 10px 0px 20px 0px;
    line-height: 1.4em; }
  .episode .segments h5 {
    font-size: 1.1em;
    padding-bottom: 10px; }
  .episode .segments h4 {
    padding: 0em 0em 0em 0em;
    font-size: 1em;
    color: #a9a9a9; }
  .episode .segments p {
    color: grey; }

.video-inner-container {
  position: relative;
  padding-bottom: 51%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.video-inner-container iframe, .video-inner-container object, .video-inner-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.post .page-heading {
  margin: 0em auto 5em;
  padding-bottom: 2em;
  max-width: 1000px;
  padding-top: 2em; }
.post .wysiwyg {
  max-width: 45em;
  margin: 0 auto; }
.post h1 {
  text-align: center;
  font-size: 2.5em; }

.wysiwyg a {
  text-decoration: none;
  color: #68abe2; }
.wysiwyg h2 {
  font-family: 'Graphik-Medium', "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4em;
  font-size: 2em;
  padding: 2em 0em 0em 0em; }
.wysiwyg a:hover {
  opacity: 0.7; }
.wysiwyg .iframe-wrapper {
  position: relative;
  padding-bottom: 56%;
  height: 0;
  overflow: hidden; }
.wysiwyg iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.intro-video {
  margin-top: 80px; }
  .intro-video .video-container {
    max-width: 1000px;
    max-height: 557px;
    margin: 0 auto; }
    .intro-video .video-container .video-inner-container {
      position: relative;
      padding-bottom: 56%;
      height: 0;
      overflow: hidden; }
      .intro-video .video-container .video-inner-container iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important; }

.introduction {
  margin-top: 5em; }
  .introduction .sponsor-logo {
    width: 25%;
    float: left; }

.episode .video-container {
  max-width: 1000px;
  max-height: 557px;
  margin: 0 auto; }
  .episode .video-container .video-inner-container {
    position: relative;
    padding-bottom: 56%;
    height: 0;
    overflow: hidden; }
    .episode .video-container .video-inner-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
.episode .episode-video-wrapper {
  padding: 2em;
  background-color: black;
  float: left;
  width: 100%; }
  .episode .episode-video-wrapper h4 {
    font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.4em;
    font-weight: normal;
    text-align: center;
    font-size: 2em;
    text-transform: initial; }
.episode .flex-direction-nav {
  font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 1em;
  display: none; }
.episode .flexslider-controls li {
  font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: normal;
  line-height: 1.4em;
  font-size: 1em;
  cursor: pointer; }
.episode .flexslider-controls {
  text-align: center;
  clear: both;
  float: left;
  width: 25%;
  margin-bottom: 2em; }
  .episode .flexslider-controls p {
    color: #efefef;
    text-align: left; }
.episode .flex-control-nav {
  padding: 1em 0em 0em 0em;
  display: none; }
.episode .flex-control-nav li {
  display: inline-block;
  clear: both;
  font-family: 'Graphik-Medium', "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4em;
  font-size: .95em;
  font-weight: normal;
  color: #efefef;
  padding: 5px 15px;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin: 5px;
  border: 1px solid #efefef;
  border-radius: 2px;
  text-align: left;
  float: left; }
.episode .flexslider-controls li.flex-active {
  font-family: 'Graphik-Medium', "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 1.4em;
  font-size: .95em;
  font-weight: normal;
  color: #342134;
  background-color: #efefef; }
.episode .segment-body-text .segment-sponsors .segment-sponsor {
  width: 25%;
  float: left; }
.episode .competition {
  margin-top: 60px;
  float: left; }
  .episode .competition h3 {
    text-align: center; }
  .episode .competition img {
    margin: 0.75em 0; }
  .episode .competition .competition-notice {
    font-style: italic; }

.post .gallery-image {
  max-width: 1000px;
  max-height: 557px;
  margin: 0 auto; }
.post .post-flexslider {
  position: relative; }
.post .flex-direction-nav {
  display: none; }
.post .flex-control-nav {
  position: absolute;
  bottom: 0px;
  left: 50%;
  display: inline-block;
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  z-index: 9; }
.post .flex-control-nav a {
  text-indent: -9999px;
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid white;
  z-index: 10;
  cursor: pointer; }
.post .flex-control-nav a:hover,
.post .flex-control-nav a.flex-active {
  background: white; }
.post .flex-control-nav li {
  display: inline-block;
  margin: 0 6px; }

.email-sign-up {
  float: left;
  position: relative;
  text-align: center;
  width: 100%;
  background-color: #eee;
  color: #212121;
  padding: 2em; }
  .email-sign-up #mc_embed_signup {
    font-family: "Graphik-Regular"; }
    .email-sign-up #mc_embed_signup h2 {
      font-family: "Graphik-Regular";
      font-weight: normal;
      font-size: 1em; }
  .email-sign-up #mc_embed_signup input.button, .email-sign-up #mc_embed_signup input.email {
    float: left;
    display: inline-block;
    clear: none; }
  .email-sign-up #mc_embed_signup input {
    border: 2px solid #6e9ada;
    padding: 15px;
    color: #242424; }
  .email-sign-up #mc_embed_signup input.email {
    margin: 0;
    text-indent: 25px;
    font-family: "Graphik-Regular";
    height: 52px; }
  .email-sign-up #mc_embed_signup .button {
    border-radius: 0px;
    background-color: #6e9ada;
    height: 52px;
    width: 25%;
    font-family: "Graphik-Regular";
    font-weight: normal;
    padding: 15px;
    line-height: 0;
    color: white; }
  .email-sign-up #mc_embed_signup form {
    width: 50%;
    margin: 0% auto; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.home h2 {
  text-align: center; }
.home h4 {
  font-size: 0.75em; }
.home .call-to-action {
  position: relative;
  color: white;
  top: 75%;
  width: 75%;
  margin: 0% auto; }
  .home .call-to-action li {
    display: inline-block;
    width: 33%;
    float: left;
    text-align: center;
    font-family: 'Graphik-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: 1.4em;
    font-size: 1.3em;
    cursor: pointer; }
    .home .call-to-action li a {
      border-bottom: 2px solid;
      padding-bottom: 10px; }
    .home .call-to-action li a:hover {
      border-bottom: 0px; }
.home #current-episode {
  padding-bottom: 6em; }
  .home #current-episode .image-ratio\:16x9 > div {
    padding-top: 0; }
  .home #current-episode .episode-summary {
    width: 50%;
    float: left; }
  .home #current-episode .summary-image-wrapper {
    width: 50%;
    float: left; }
  .home #current-episode .summary-text {
    margin-top: 2em;
    padding-right: 3em; }
  .home #current-episode .defer-image {
    position: relative; }
  .home #current-episode .play-button-wrapper {
    top: 35%;
    position: absolute;
    width: 100%; }
    .home #current-episode .play-button-wrapper h4 {
      text-align: center; }
    .home #current-episode .play-button-wrapper .play-button {
      width: 80px;
      height: 80px;
      margin: 0% auto;
      opacity: 0.8; }
    .home #current-episode .play-button-wrapper .play-button:hover {
      opacity: 1; }
.home .feature-image {
  max-width: initial;
  height: 75vh;
  background-color: #000;
  position: relative; }
  .home .feature-image .inner-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
    background: no-repeat top center;
    background-size: cover;
    opacity: 0.5; }
  .home .feature-image .overlay-text {
    text-align: center;
    color: #FFF;
    width: 70%;
    max-width: 50em;
    position: absolute;
    top: 35%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
.home .heading {
  font-size: 2.5em; }
.home .subheading {
  font-size: 1.6em;
  text-align: center;
  margin: 2em auto 0em;
  max-width: 640px; }
.home .section-header-bar {
  padding-bottom: 2em; }
  .home .section-header-bar h2 {
    font-family: 'Graphik-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #E2E2E2;
    text-transform: uppercase;
    font-size: 1.2em;
    padding: 10px 0px 10px 0px;
    letter-spacing: 0.05em;
    width: 100%;
    background-color: #000; }
.home #most-popular .video-container {
  width: 33%;
  float: left;
  padding: 10px; }
.home #most-popular h4 {
  padding: 1em 0em 0em 0em;
  font-size: 1em;
  color: #D4D4D4;
  font-family: "Graphik-Regular";
  text-transform: uppercase; }
.home #most-popular h3 {
  font-size: 1.3em;
  padding: 0.3em 0em 0em 0em; }
.home .series-wrapper {
  padding-bottom: 2em; }
.home .episode-summaries,
.home .bts-post-summaries,
.home .blog-post-summaries,
.home .instagram-posts,
.home .media-sponsors,
.home #most-popular {
  margin: 0 auto;
  clear: both;
  padding-bottom: 6em;
  float: left;
  width: 100%;
  padding-top: 44px; }
  .home .episode-summaries h2,
  .home .bts-post-summaries h2,
  .home .blog-post-summaries h2,
  .home .instagram-posts h2,
  .home .media-sponsors h2,
  .home #most-popular h2 {
    font-style: normal; }
  .home .episode-summaries .inner-wrapper > a > div,
  .home .bts-post-summaries .inner-wrapper > a > div,
  .home .blog-post-summaries .inner-wrapper > a > div,
  .home .instagram-posts .inner-wrapper > a > div,
  .home .media-sponsors .inner-wrapper > a > div,
  .home #most-popular .inner-wrapper > a > div {
    background-color: #FFF;
    padding: 10px;
    height: 100%; }
  .home .episode-summaries .inner-wrapper:not(.current),
  .home .bts-post-summaries .inner-wrapper:not(.current),
  .home .blog-post-summaries .inner-wrapper:not(.current),
  .home .instagram-posts .inner-wrapper:not(.current),
  .home .media-sponsors .inner-wrapper:not(.current),
  .home #most-popular .inner-wrapper:not(.current) {
    width: 33.3333%;
    display: inline-block;
    padding: 0 10px;
    vertical-align: top; }
    .home .episode-summaries .inner-wrapper:not(.current) h3,
    .home .bts-post-summaries .inner-wrapper:not(.current) h3,
    .home .blog-post-summaries .inner-wrapper:not(.current) h3,
    .home .instagram-posts .inner-wrapper:not(.current) h3,
    .home .media-sponsors .inner-wrapper:not(.current) h3,
    .home #most-popular .inner-wrapper:not(.current) h3 {
      font-size: 1.3em;
      padding: 0.3em 0em 0em 0em; }
    .home .episode-summaries .inner-wrapper:not(.current) h4,
    .home .bts-post-summaries .inner-wrapper:not(.current) h4,
    .home .blog-post-summaries .inner-wrapper:not(.current) h4,
    .home .instagram-posts .inner-wrapper:not(.current) h4,
    .home .media-sponsors .inner-wrapper:not(.current) h4,
    .home #most-popular .inner-wrapper:not(.current) h4 {
      padding: 1em 0em 0em 0em;
      font-size: 1em;
      color: #D4D4D4;
      font-family: "Graphik-Regular";
      text-transform: uppercase; }
  .home .episode-summaries .inner-wrapper.past,
  .home .bts-post-summaries .inner-wrapper.past,
  .home .blog-post-summaries .inner-wrapper.past,
  .home .instagram-posts .inner-wrapper.past,
  .home .media-sponsors .inner-wrapper.past,
  .home #most-popular .inner-wrapper.past {
    width: 25%;
    float: left; }
  .home .episode-summaries .series-title,
  .home .bts-post-summaries .series-title,
  .home .blog-post-summaries .series-title,
  .home .instagram-posts .series-title,
  .home .media-sponsors .series-title,
  .home #most-popular .series-title {
    text-align: center;
    font-size: 1.7em; }
  .home .episode-summaries .latest-episode .inner-wrapper,
  .home .bts-post-summaries .latest-episode .inner-wrapper,
  .home .blog-post-summaries .latest-episode .inner-wrapper,
  .home .instagram-posts .latest-episode .inner-wrapper,
  .home .media-sponsors .latest-episode .inner-wrapper,
  .home #most-popular .latest-episode .inner-wrapper {
    padding: 2em;
    margin: 0 auto; }
    .home .episode-summaries .latest-episode .inner-wrapper h3,
    .home .bts-post-summaries .latest-episode .inner-wrapper h3,
    .home .blog-post-summaries .latest-episode .inner-wrapper h3,
    .home .instagram-posts .latest-episode .inner-wrapper h3,
    .home .media-sponsors .latest-episode .inner-wrapper h3,
    .home #most-popular .latest-episode .inner-wrapper h3 {
      padding: 0.3em 0em 0em 0em; }
    .home .episode-summaries .latest-episode .inner-wrapper h4,
    .home .bts-post-summaries .latest-episode .inner-wrapper h4,
    .home .blog-post-summaries .latest-episode .inner-wrapper h4,
    .home .instagram-posts .latest-episode .inner-wrapper h4,
    .home .media-sponsors .latest-episode .inner-wrapper h4,
    .home #most-popular .latest-episode .inner-wrapper h4 {
      padding: 1em 0em 0em 0em;
      font-size: 1em;
      color: #D4D4D4;
      font-family: "Graphik-Regular";
      text-transform: uppercase; }
    .home .episode-summaries .latest-episode .inner-wrapper h5,
    .home .bts-post-summaries .latest-episode .inner-wrapper h5,
    .home .blog-post-summaries .latest-episode .inner-wrapper h5,
    .home .instagram-posts .latest-episode .inner-wrapper h5,
    .home .media-sponsors .latest-episode .inner-wrapper h5,
    .home #most-popular .latest-episode .inner-wrapper h5 {
      padding: .5em 0em 0em 0em;
      font-size: 1em;
      color: #D4D4D4;
      font-family: "Graphik-Regular";
      text-transform: uppercase;
      text-align: center; }
.home .blog-post-summaries .flexslider .inner-wrapper {
  width: 25%;
  float: left; }
.home .blog-post-summaries .flexslider .flex-direction-nav li {
  top: 60px; }
.home .bts-post-summaries .flexslider .flex-direction-nav li {
  top: 90px; }
.home .bts-post-summaries {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 6em; }
.home .flexslider {
  position: relative; }
  .home .flexslider .inner-wrapper {
    display: inline-block; }
  .home .flexslider .flex-direction-nav li {
    position: absolute;
    right: 0;
    top: 100px;
    background: #FFF;
    box-shadow: -2px 2px 6px 0px #000000; }
  .home .flexslider .flex-direction-nav li:first-of-type {
    right: initial;
    left: 0; }
  .home .flexslider .flex-direction-nav a.flex-prev,
  .home .flexslider .flex-direction-nav a.flex-next {
    background: url(../img/HH_arrow.svg) no-repeat center;
    background-size: contain;
    text-indent: -9999px;
    display: inline-block;
    height: 60px;
    width: 60px; }
  .home .flexslider .flex-direction-nav a.flex-prev {
    -moz-transform: scalex(-1);
    -ms-transform: scalex(-1);
    -o-transform: scalex(-1);
    -webkit-transform: scalex(-1);
    transform: scalex(-1); }
  .home .flexslider .flex-direction-nav a.flex-disabled {
    display: none; }
.home .episode-summaries {
  padding-bottom: 6em; }
  .home .episode-summaries .past-episodes {
    float: left;
    position: relative;
    width: 100%; }
    .home .episode-summaries .past-episodes .video-length {
      font-size: 0.85em; }
.home .summary-image-wrapper {
  position: relative; }
  .home .summary-image-wrapper .video-length {
    display: inline-block;
    background: rgba(0, 0, 0, 0.7);
    color: #FFF;
    position: absolute;
    top: 0;
    padding: 10px;
    right: 0;
    line-height: 1.5em;
    font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: normal; }
.home .segment-summaries {
  margin-top: 60px; }
  .home .segment-summaries h3 {
    text-align: center;
    font-size: 1.3em;
    text-transform: uppercase;
    padding-bottom: 25px;
    letter-spacing: 0.05em; }
  .home .segment-summaries h4 {
    padding: 1em 0em 0em 0em;
    font-size: 1em;
    color: #D4D4D4;
    font-family: "Graphik-Regular";
    text-transform: uppercase; }
  .home .segment-summaries h5 {
    padding: .5em 0em 0em 0em;
    font-size: 1em;
    color: #D4D4D4;
    font-family: "Graphik-Regular";
    text-transform: uppercase;
    text-align: center; }
  .home .segment-summaries .segment-summary {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px 20px; }
    .home .segment-summaries .segment-summary .segment-sponsor {
      width: 150px;
      display: inline-block; }
.home #segment-summaries .play-button-wrapper {
  top: 15%; }
.home .competition {
  max-width: 45em;
  margin: 30px auto 0; }
  .home .competition h3 {
    margin-bottom: 0.75em; }
.home .media-sponsors {
  text-align: center;
  padding-bottom: 6em; }
  .home .media-sponsors .media-sponsor {
    display: inline-block;
    padding: 10px;
    width: 16.666%; }
    .home .media-sponsors .media-sponsor img {
      display: inline-block;
      vertical-align: bottom; }
.home .our-hosts {
  float: left;
  position: relative; }
  .home .our-hosts .host-summary {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0em 7em;
    float: left;
    position: relative; }
    .home .our-hosts .host-summary .header {
      position: relative; }
    .home .our-hosts .host-summary .social-follow {
      position: absolute;
      right: 0px;
      top: 30px; }
      .home .our-hosts .host-summary .social-follow li {
        width: 30px;
        display: inline-block; }
    .home .our-hosts .host-summary h1 {
      text-align: center;
      font-size: 1.9em;
      font-family: "Graphik-Light";
      padding: 1em; }
    .home .our-hosts .host-summary .read-more {
      clear: both; }
      .home .our-hosts .host-summary .read-more a {
        color: #6e9ada; }
.home .instagram-posts, .home .media-sponsors {
  float: left;
  clear: both;
  width: 100%; }

.home.mobile .episode-summaries .inner-wrapper:not(.current),
.home.mobile .bts-post-summaries .inner-wrapper:not(.current),
.home.mobile .blog-post-summaries .inner-wrapper:not(.current) {
  width: 50%; }

.home.mobile .our-hosts .host-summary {
  padding: 0em 2em; }

.instagram-posts h2 {
  padding: 1em 0em 1em 0em;
  font-family: "adobe-caslon-pro",serif;
  font-style: normal;
  font-weight: 400;
  color: #999999; }
.instagram-posts > div {
  display: inline-block; }
.instagram-posts .call-to-action {
  color: #6e9ada;
  padding-top: 3em; }

.instagram-post {
  display: inline-block;
  padding: 10px; }
  .instagram-post img {
    display: inline-block;
    vertical-align: bottom; }

.set-1 {
  width: 50%; }
  .set-1 .instagram-post {
    width: 33.333%; }

.set-2 {
  width: 16.666%; }

.large-post {
  width: 33.33%; }

.footer-wrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  float: left;
  position: relative; }
  .footer-wrapper .footer-content-wrapper {
    background-color: #000;
    padding: 3em 0; }
  .footer-wrapper .footer-text-wrapper {
    background-color: #000;
    padding: 12px 0;
    color: white; }
    .footer-wrapper .footer-text-wrapper p {
      padding: 0; }
  .footer-wrapper .footer-content {
    color: #FFF;
    display: table;
    border-spacing: 80px 0;
    font-family: 'Graphik-Regular', "Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1.4em;
    font-size: 1.3em;
    font-weight: normal; }
    .footer-wrapper .footer-content .on-demand-link {
      visibility: hidden; }
    .footer-wrapper .footer-content > ul,
    .footer-wrapper .footer-content .connect {
      display: inline-block;
      vertical-align: top;
      border-left: 1px solid;
      padding-left: 1em;
      display: table-cell; }
      .footer-wrapper .footer-content > ul h3,
      .footer-wrapper .footer-content .connect h3 {
        font-size: 1em;
        font-family: 'Graphik-Light', "Helvetica Neue",Helvetica,Arial,sans-serif; }
    .footer-wrapper .footer-content .connect {
      width: 40%; }
    .footer-wrapper .footer-content > ul:first-of-type {
      border: none; }
    .footer-wrapper .footer-content li {
      color: #eee;
      -webkit-transition: all 0.5s ease-out;
      -moz-transition: all 0.5s ease-out;
      -ms-transition: all 0.5s ease-out;
      -o-transition: all 0.5s ease-out;
      transition: all 0.5s ease-out; }
  .footer-wrapper .footer-text {
    max-width: 1000px;
    margin: 0 auto; }
    .footer-wrapper .footer-text p {
      font-size: 0.85em; }
  .footer-wrapper .footer-content li:hover {
    color: #fff; }

.footer-content #mc_embed_signup #mc-embedded-subscribe-form {
  padding: 0; }
.footer-content #mc_embed_signup form input.email {
  text-align: center;
  width: 100%;
  background-color: #000;
  border: 1px solid #FFF;
  border-radius: 3px;
  font-weight: inherit;
  font-size: 0.8em; }
.footer-content #mc_embed_signup form input.button {
  margin: 0;
  color: rgba(23, 35, 34, 0.75);
  background-color: rgba(255, 255, 255, 0.8);
  width: auto;
  min-width: 200px;
  margin-top: 9px;
  height: auto;
  font-weight: inherit; }
.footer-content #mc_embed_signup form input.button:hover {
  background-color: #FFF; }

.follow {
  display: table;
  margin: 60px auto;
  padding-top: 128px;
  border-top: 2px solid #E2E2E2;
  width: 100%;
  max-width: 1000px; }
  .follow #mc_embed_signup,
  .follow .follow-social {
    width: 50%;
    display: inline-block;
    padding: 0 10%;
    margin-top: 128px;
    vertical-align: middle; }
    .follow #mc_embed_signup h2,
    .follow .follow-social h2 {
      border-top: none;
      margin: 0 0 1em;
      font-family: "adobe-caslon-pro",serif;
      font-style: normal;
      font-size: 2em;
      font-weight: 400;
      color: #999999; }
  .follow #mc_embed_signup {
    display: table-cell;
    border-right: 2px solid #E2E2E2; }
    .follow #mc_embed_signup #mc-embedded-subscribe-form {
      padding: 0; }
    .follow #mc_embed_signup form input.email {
      text-align: center;
      width: 100%;
      background-color: transparent;
      border: 1px solid #000;
      border-radius: 3px;
      font-weight: inherit;
      font-size: 1.2em;
      color: #000;
      margin-bottom: 20px; }
    .follow #mc_embed_signup form input.button {
      margin: 0 auto;
      border: 1px solid #000;
      color: #000;
      background-color: transparent;
      padding: 5px;
      border-radius: 3px;
      width: auto;
      min-width: 0;
      line-height: 1.25em;
      height: auto;
      font-weight: inherit; }
    .follow #mc_embed_signup form input.button:hover {
      background-color: #000;
      color: #FFF; }
  .follow .follow-social {
    display: table-cell; }
    .follow .follow-social .social li {
      height: auto;
      width: 25%;
      padding: 5px;
      display: inline-block; }

.contact .contact-message {
  font-size: 1.6em;
  text-align: center;
  margin: 2em auto 0em;
  padding-top: 2em;
  border-top: solid 2px;
  max-width: 640px; }
.contact fieldset {
  border: none;
  max-width: 700px;
  margin: 0 auto;
  text-align: center; }
  .contact fieldset label {
    display: block;
    font-weight: 600;
    color: #919191; }
  .contact fieldset input,
  .contact fieldset textarea {
    width: 100%;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 3px;
    font-weight: inherit;
    font-size: 1.2em;
    color: #000;
    margin-bottom: 20px;
    max-width: 500px; }
  .contact fieldset input.submit {
    margin: 0 auto;
    border: 1px solid #000;
    color: #000;
    background-color: transparent;
    padding: 5px;
    border-radius: 3px;
    width: auto;
    min-width: 0;
    line-height: 1.25em;
    height: auto;
    font-weight: inherit; }
  .contact fieldset input.submit:hover {
    background-color: #000;
    color: #FFF; }

/* responsive image placeholder */
.no-js .defer-image {
  display: none; }

.defer-image > img {
  display: block;
  min-width: 100%;
  max-width: 100%; }

.defer-image.is-loading {
  position: relative;
  background: #EEE; }

/* Image aspect ratios - % is relative to width. */
.image-ratio\:1x2 > div {
  padding-top: 200%; }

.image-ratio\:9x16 > div {
  padding-top: 177.777%; }

.image-ratio\:2x3 > div {
  padding-top: 150%; }

.image-ratio\:3x4 > div {
  padding-top: 133.333%; }

.image-ratio\:1x1 > div {
  padding-top: 100%; }

.image-ratio\:4x3 > div {
  padding-top: 75%; }

.image-ratio\:3x2 > div {
  padding-top: 66.66%; }

.image-ratio\:16x9 > div {
  padding-top: 56.25%; }

.image-ratio\:2x1 > div {
  padding-top: 50%; }

@keyframes bobble {
  0% {
    opacity: 0;
    transform: translateY(0); }
  35% {
    opacity: 1;
    transform: translateY(-20px); }
  100% {
    opacity: 0;
    transform: translateY(0); } }
.defer-image.is-loading::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  margin: -0.5em 0 0 -0.5em;
  background: rgba(125, 125, 125, 0.5);
  border-radius: 100%;
  animation: bobble 2s cubic-bezier(0.6, 1, 1, 1) infinite; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.defer-image.is-loaded > img {
  animation: fadeIn 1s both; }

@media (max-width: 1000px) {
  .header nav ul {
    color: #000000; }

  .episode .segments {
    width: 42%; }
  .episode .segment-wrapper {
    padding: 2em 2em; }

  .home #current-episode .play-button-wrapper .play-button {
    width: 50px;
    height: 50px; }
  .home .call-to-action {
    width: 100%; }

  h1 {
    font-size: 2.6em; }

  h2,
  h3 {
    font-size: 1.5em;
    line-height: 1.2em; }

  body:not(.home) .main-wrapper {
    padding-top: 40px; }

  .header .menu-button {
    position: relative;
    display: inline-block;
    z-index: 10; }
    .header .menu-button .close-icon {
      display: none; }
  .header .menu-button.active {
    position: fixed;
    right: 0;
    z-index: 11; }
    .header .menu-button.active .open-icon {
      display: none; }
    .header .menu-button.active .close-icon {
      display: inline-block; }
    .header .menu-button.active ~ .hh-logo {
      position: fixed;
      z-index: 11;
      left: 0; }
  .header .hh-logo {
    position: relative;
    z-index: 10;
    width: 200px; }
  .header .ten-logo {
    display: none; }
  .header nav {
    position: fixed;
    background-color: #FFF;
    top: 0;
    width: 100%;
    display: none;
    height: 100vh;
    z-index: 5;
    color: inherit; }
    .header nav ul {
      display: table-cell;
      vertical-align: middle; }
      .header nav ul li {
        display: block; }
        .header nav ul li a:hover {
          color: #000; }
  .header nav.active {
    display: table;
    font-size: 2em;
    padding: 0; }
    .header nav.active li {
      margin: 0em;
      font-size: 0.7em;
      line-height: 1.5em; }
  .header .sticky-wrapper {
    display: none; }
  .header .active ~ .sticky-wrapper {
    display: block; }

  .main-wrapper {
    padding: 0 0em; }

  .home .heading {
    font-size: 2.25em; }
  .home .subheading {
    font-size: 1.1em;
    padding-top: 0em; }
  .home .episode-summaries .latest-episode .inner-wrapper h4 {
    font-size: 0.9em; }
  .home .episode-summaries h2,
  .home .bts-post-summaries h2,
  .home .blog-post-summaries h2,
  .home .instagram-posts h2 {
    padding: 1em 0em 1em 0em;
    margin-top: 3em; }
  .home .episode-summaries .inner-wrapper:not(.current),
  .home .bts-post-summaries .inner-wrapper:not(.current),
  .home .blog-post-summaries .inner-wrapper:not(.current),
  .home .instagram-posts .inner-wrapper:not(.current) {
    padding: 0; }
  .home .flexslider .flex-direction-nav a.flex-prev,
  .home .flexslider .flex-direction-nav a.flex-next {
    height: 40px;
    width: 40px; }
  .home .segment-summaries .segment-summary {
    padding: 0 10px 10px; }
  .home .media-sponsors .media-sponsor {
    width: 20%; }

  .instagram-posts {
    margin-bottom: 60px; }
    .instagram-posts .instagram-post {
      padding: 5px; }

  .footer-wrapper {
    font-size: 0.75rem; }
    .footer-wrapper .footer-content .social li {
      width: 30px;
      height: 30px; }
    .footer-wrapper .footer-text p {
      margin: 20px auto;
      max-width: 65em;
      padding: 0 20px; }

  .episode .episode-subtitle {
    /* padding-bottom: 60px;*/ }
  .episode .flexslider-controls li.flex-active,
  .episode .flexslider-controls li {
    font-size: 0.9em; }

  .page-heading {
    margin-bottom: 3em; }

  .wysiwyg h2 {
    font-size: 1.5em; } }
@media (max-width: 750px) {
  .leaderboard-bottom,
  .leaderboard-top {
    display: none; } }
@media (max-width: 700px) {
  .episode .segment-wrapper {
    padding: 2em 1em; }
  .episode .segments {
    min-height: 660px; }

  .footer-wrapper .footer-content {
    width: 100%; }

  .home .feature-image .overlay-text {
    top: 52%; }

  .home .bts-post-summaries .flexslider .flex-direction-nav a.flex-prev, .home .home .bts-post-summaries .flexslider .flex-direction-nav a.flex-next, .home .home .episode-summaries .flexslider .flex-direction-nav a.flex-prev, .home .home .episode-summaries .flexslider .flex-direction-nav a.flex-next, .home .home .blog-post-summaries .flexslider .flex-direction-nav a.flex-prev, .home .home .blog-post-summaries .flexslider .flex-direction-nav a.flex-next {
    width: 50px;
    height: 50px; }
  .home #current-episode .episode-summary {
    width: 100%; }
  .home #current-episode .summary-image-wrapper {
    width: 100%; }
  .home #most-popular .video-container {
    width: 100%; }
  .home .email-sign-up #mc_embed_signup form {
    width: 100%; }
  .home .segment-summaries .segment-summary {
    width: 50%; }
  .home .episode-summaries h2, .home .home .bts-post-summaries h2, .home .home .blog-post-summaries h2, .home .home .instagram-posts h2 {
    margin-top: 0em; }
  .home .call-to-action {
    display: none; }
  .home .heading {
    font-size: 2.3em; }
  .home .episode-summaries .inner-wrapper > a > div,
  .home .bts-post-summaries .inner-wrapper > a > div,
  .home .blog-post-summaries .inner-wrapper > a > div,
  .home .instagram-posts .inner-wrapper > a > div {
    padding: 5px; }
  .home .episode-summaries .latest-episode .video-length,
  .home .bts-post-summaries .latest-episode .video-length,
  .home .blog-post-summaries .latest-episode .video-length,
  .home .instagram-posts .latest-episode .video-length {
    font-size: 0.75em; }
  .home .episode-summaries .past-episodes .video-length,
  .home .bts-post-summaries .past-episodes .video-length,
  .home .blog-post-summaries .past-episodes .video-length,
  .home .instagram-posts .past-episodes .video-length {
    font-size: 0.65em; }
  .home .summary-image-wrapper .video-length {
    padding: 7px;
    line-height: 1em; }
  .home .follow {
    padding-top: 0; }
    .home .follow #mc_embed_signup,
    .home .follow .follow-social {
      width: 100%;
      display: block;
      border-right: none;
      margin-top: 60px; }
      .home .follow #mc_embed_signup h2,
      .home .follow .follow-social h2 {
        font-size: 1.5em; }
      .home .follow #mc_embed_signup input.email,
      .home .follow .follow-social input.email {
        width: 99%;
        font-size: 1.2em; }
  .home .media-sponsors .media-sponsor {
    width: 25%; }
  .home .instagram-posts .set-1 {
    width: 100%; }
    .home .instagram-posts .set-1 .instagram-post {
      padding: 5px;
      width: 50%; }
  .home .instagram-posts .large-post,
  .home .instagram-posts .set-2 {
    display: none; }
  .home .bts-post-summaries .flexslider .flex-direction-nav li,
  .home .episode-summaries .flexslider .flex-direction-nav li,
  .home .blog-post-summaries .flexslider .flex-direction-nav li {
    top: 80px; }
  .home .segment-summaries .segment-summary {
    padding: 0 5px 10px; }

  .footer-wrapper .footer-content > ul,
  .footer-wrapper .footer-content .connect {
    display: block;
    border: none;
    padding: 0;
    width: 100%; }
  .footer-wrapper .footer-content > ul:last-of-type {
    border-bottom: 1px solid;
    padding-bottom: 0.5em;
    margin-bottom: 1em; }
  .footer-wrapper .footer-content #mc_embed_signup form input.email {
    width: 99%; } }
@media (max-width: 550px) {
  .episode .segment-wrapper {
    padding: 2em 1em; }
  .episode .segments {
    min-height: 660px;
    width: 92%; }
  .episode .title-wrapper, .episode .flexslider-controls, .episode .episode-body-text {
    width: 100%; }
  .episode .video-flexslider {
    width: 100%;
    padding: 1em; }

  .home .our-hosts .host-summary {
    width: 100%; }
  .home .bts-post-summaries .flexslider .flex-direction-nav a.flex-prev,
  .home .bts-post-summaries .flexslider .flex-direction-nav a.flex-next,
  .home .episode-summaries .flexslider .flex-direction-nav a.flex-prev,
  .home .episode-summaries .flexslider .flex-direction-nav a.flex-next,
  .home .blog-post-summaries .flexslider .flex-direction-nav a.flex-prev,
  .home .blog-post-summaries .flexslider .flex-direction-nav a.flex-next {
    height: 50px;
    width: 50px; }
  .home .bts-post-summaries .flexslider .flex-direction-nav li,
  .home .episode-summaries .flexslider .flex-direction-nav li,
  .home .blog-post-summaries .flexslider .flex-direction-nav li {
    top: 40px; }
  .home .media-sponsors .media-sponsor {
    width: 33.333%; } }
.ad-wrapper {
  max-width: 1000px;
  margin: 0 auto; }

.ad > div {
  margin: 20px auto; }

.ad.ros-post-page,
.ad.ros-episode-page {
  display: inline-block;
  width: 50%; }

/*# sourceMappingURL=styles.css.map */
