/*! 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 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 */ }

/**
 * Fix collapsed checkbox in Safari from above #4.
 */
input[type="checkbox"] {
  -webkit-appearance: checkbox; }

/**
 * 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; }

/*
==========================================================================
   Common Variables and Mixins
========================================================================== */
/*
==========================================================================
   Helper classes
========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

@font-face {
  font-family: 'ProximaNovaXbold';
  src: url("../fonts/ProximaNova-XboldWeb.eot?v=201503021040");
  src: url("../fonts/ProximaNova-XboldWeb.eot?v=201503021040") format("embedded-opentype"), url("../fonts/ProximaNova-XboldWeb.woff?v=201503021040") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaReg';
  src: url("../fonts/ProximaNova-RegWeb.eot?v=201503021040");
  src: url("../fonts/ProximaNova-RegWeb.eot?v=201503021040") format("embedded-opentype"), url("../fonts/ProximaNova-RegWeb.woff?v=201503021040") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaSbold';
  src: url("../fonts/ProximaNova-SboldWeb.eot?v=201503021040");
  src: url("../fonts/ProximaNova-SboldWeb.eot?v=201503021040") format("embedded-opentype"), url("../fonts/ProximaNova-SboldWeb.woff?v=201503021040") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaBlack';
  src: url("../fonts/ProximaNova-BlackWeb.eot?v=201503021040");
  src: url("../fonts/ProximaNova-BlackWeb.eot?v=201503021040") format("embedded-opentype"), url("../fonts/ProximaNova-BlackWeb.woff?v=201503021040") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaLight';
  src: url("../fonts/ProximaNova-LightWeb.eot?v=201503021040");
  src: url("../fonts/ProximaNova-LightWeb.eot?v=201503021040") format("embedded-opentype"), url("../fonts/ProximaNova-LightWeb.woff?v=201503021040") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ProximaNovaBold';
  src: url("../fonts/ProximaNova-BoldWeb.eot?v=201503021040");
  src: url("../fonts/ProximaNova-BoldWeb.eot?v=201503021040") format("embedded-opentype"), url("../fonts/ProximaNova-BoldWeb.woff?v=201503021040") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'ComingSoonRegular';
  src: url("../fonts/comingsoon.eot?v=201503021040");
  src: url("../fonts/comingsoon.eot?v=201503021040") format("embedded-opentype"), url("../fonts/comingsoon.woff?v=201503021040") format("woff"), url("../fonts/comingsoon.ttf") format("truetype"), url("../fonts/comingsoon.svg#ComingSoonRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  margin: 138px 0 0 0;
  min-width: 320px;
  font: 16px/16px 'ProximaNovaReg', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaReg', sans-serif;
  color: #333333;
  background: #f2f2f2 url("../img/bg-tile-pattern.png") 0 0 repeat;
  -webkit-font-smoothing: antialiased;
  /* These two appear to not be supported:
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
*/
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  overflow-x: hidden; }

body p,
.content-left ul li,
.content-full ul li,
.content-left ol li,
.content-full ol li {
  line-height: 25px;
  line-height: 2.5rem; }

ul.blue-arrow {
  list-style: none; }

ul.blue-arrow li:before {
  content: '';
  border-color: transparent #1faaff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  height: 0;
  width: 0;
  margin: 0 10px 0 0;
  display: inline-block;
  position: relative; }

body a {
  display: inline-block;
  color: #0989ff;
  text-decoration: none; }

body a:hover {
  color: #0033be; }

body a img {
  border: none; }

body h1,
body h2,
body h3,
body h4 {
  font-family: 'ProximaNovaSbold', sans-serif;
  font-weight: normal; }

.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.hide {
  display: none !important; }

table {
  border-collapse: collapse;
  border: 1px solid #d1d1d1;
  width: 100%; }

table .tdcenter {
  text-align: center; }

table td {
  padding: 10px;
  border: 1px solid #d1d1d1; }

table thead tr,
table tfoot tr {
  background: #414141;
  color: #ffffff; }

table tr:nth-child(even) {
  background: #e9f2ff; }

table tr.subheading {
  background: #e8e8e8; }

.single-charts .cell-highlight {
  background-color: #fffbe8; }

table tr.subheading.cellhover:hover {
  background: #e8e8e8; }

/* Fix for the header obscuring the text */
.wrapper a[name],
.wrapper a[id], .header-offset-anchor {
  padding-top: 158px;
  margin-top: -158px;
  display: inline-block !important; }

hr {
  border: 0;
  border-bottom: 1px solid #e1e2e3; }

strong {
  font-weight: normal;
  font-family: 'ProximaNovaBold', sans-serif; }

input,
textarea,
select {
  padding: 10px;
  height: 40px;
  margin: 0;
  border: 1px solid #c1c1c1;
  color: #5d5d5d;
  width: 100%;
  font: 16px 'ProximaNovaReg', sans-serif;
  font: 1.6rem 'ProximaNovaReg', sans-serif;
  border-radius: 0; }

textarea#billing_address_address_lines {
  height: 60px; }

input[type='checkbox'],
input[type='radio'] {
  vertical-align: middle;
  height: auto; }

input.blue,
textarea.blue,
select.blue {
  border: 1px solid #0445ff; }

form .btn {
  line-height: 40px; }

input.btn {
  line-height: 36px;
  height: auto !important;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: 'ProximaNovaReg', sans-serif; }

textarea {
  height: 150px;
  resize: vertical; }

button,
label {
  cursor: pointer;
  border: none; }

label {
  display: block; }

label input {
  width: auto; }

.kims-club label.checkbox {
  display: inline-block; }

fieldset {
  border: none;
  margin: 0 0 30px 0;
  padding: 10px;
  outline: 1px solid #bfbfbf;
  position: relative;
  font-size: 0px;
  font-size: 0rem; }

fieldset legend {
  font: 20px 'ProximaNovaSbold', sans-serif;
  font: 2rem 'ProximaNovaSbold', sans-serif;
  padding: 14px 10px 10px 10px;
  display: block;
  background: #ffffff; }

fieldset div {
  font: 16px/16px 'ProximaNovaReg', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaReg', sans-serif; }

.fields {
  font-size: 0px;
  font-size: 0rem; }

.contact-form {
  margin: 20px 0 0 -10px;
  width: calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  font-size: 0px;
  font-size: 0rem; }

.contact-form p {
  font-size: 16px;
  font-size: 1.6rem; }

.contact-order-options {
  display: none; }

.control-group {
  margin: 0 10px 20px 10px; }

.control-group .control-group-foverride {
  padding: 8px 0 0 0;
  font: 16px/16px 'ProximaNovaReg', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaReg', sans-serif; }

.control-group-block {
  margin: 20px 0; }

.control-label {
  display: block;
  font: 12px/12px 'ProximaNovaBold', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaBold', sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 8px 0;
  color: #ffffff; }

.control-label-black,
.control-label-dark {
  display: block;
  font: 12px/12px 'ProximaNovaReg', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaReg', sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 8px 0;
  color: #42494c; }

.controls {
  position: relative; }

.controls .error {
  position: absolute;
  color: #ffffff;
  background: #cb0002;
  left: 6px;
  bottom: -32px;
  padding: 8px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
  z-index: 100; }

.controls .error:after {
  bottom: 100%;
  left: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(203, 0, 2, 0);
  border-bottom-color: #cb0002;
  border-width: 6px; }

.field_with_errors {
  display: inline; }

.field_with_errors label.control-label-dark {
  color: #b10002; }

.field_with_errors input {
  border: 1px solid #b10002; }

.controls.credit-card-expiration input {
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  display: inline-block; }

.controls.credit-card-expiration .divider {
  width: 20px;
  display: inline-block; }

.terms {
  border: 1px solid #bfbfbf;
  height: 200px;
  padding: 10px;
  overflow-y: scroll; }

.cc-type-amex {
  background-image: url("//static.komando.com/websites/shop.komando.com/v1/images/cc-amex.png");
  background-position: right center;
  background-repeat: no-repeat; }

.cc-type-visa {
  background-image: url("//static.komando.com/websites/shop.komando.com/v1/images/cc-visa.png");
  background-position: right center;
  background-repeat: no-repeat; }

.cc-type-mastercard {
  background-image: url("//static.komando.com/websites/shop.komando.com/v1/images/cc-mastercard.png");
  background-position: right center;
  background-repeat: no-repeat; }

.cc-type-discover {
  background-image: url("//static.komando.com/websites/shop.komando.com/v1/images/cc-discover.png");
  background-position: right center;
  background-repeat: no-repeat; }

#club-checkout-v2 .cc-type-amex,
#club-checkout-v2 .cc-type-visa,
#club-checkout-v2 .cc-type-mastercard,
#club-checkout-v2 .cc-type-discover {
  background-position: right 34px center; }

.header {
  width: 100%;
  position: fixed;
  background: #001b68 url("../img/header-bg.jpg") -728px center no-repeat;
  color: #ffffff;
  top: 0;
  z-index: 9999; }

.header-alt-wrap {
  background: #000000;
  height: 40px; }

.header-main-wrap {
  height: 90px;
  position: relative; }

.header-main,
.header-alt {
  max-width: 1280px;
  margin: auto;
  position: relative; }

.find-station-widget {
  float: left;
  margin: 0 10px;
  line-height: 40px;
  color: #888888;
  vertical-align: middle;
  font-size: 12px;
  font-size: 1.2rem; }

.find-station-widget i {
  color: #ffffff;
  vertical-align: middle; }

.find-station-widget a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #ffffff;
  line-height: 12px;
  line-height: 1.2rem; }

.find-station-widget a:hover {
  color: #ffffff;
  border-bottom: 1px solid #ffffff; }

.tune-in {
  display: inline-block;
  position: relative;
  margin: 0 10px 0 0; }

.tune-in a {
  display: inline-block;
  height: 20px;
  background: #ff1795;
  font: 10px/20px 'ProximaNovaBold', sans-serif;
  font: 1rem/2rem 'ProximaNovaBold', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 10px;
  margin: -1px 0 0 0;
  vertical-align: middle;
  border: none; }

.tune-in a:hover {
  border-bottom: none;
  background: #e3007b; }

.header-alt-menu {
  float: right; }

.header-alt-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 40px;
  z-index: 999; }

.header-alt-menu ul li {
  float: left;
  border-left: 1px solid #002487;
  position: relative; }

.header-alt-menu ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0 18px;
  font: 13px/40px 'ProximaNovaSbold', sans-serif;
  font: 1.3rem/4rem 'ProximaNovaSbold', sans-serif; }

.header-alt-menu ul li a:hover {
  background: #01164c; }

.header-alt-menu ul li.alt-menu-newsletter a {
  padding: 0 18px; }

.header-alt-menu ul li.alt-menu-newsletter a i,
.header-alt-menu ul li.alt-menu-newsletter a:hover i {
  margin: 0 14px 0 0;
  color: #09c2ff; }

.header-alt-menu ul li ul {
  display: none;
  margin: 0;
  padding: 10px 0;
  list-style: none;
  line-height: 30px;
  position: absolute;
  background: #ffffff;
  min-width: 160px;
  width: 100%;
  right: 0;
  border-radius: 0 0 2px 2px;
  -webkit-box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px 1px rgba(0, 0, 0, 0.2); }

.header-alt-menu ul li.alt-menu-account a i {
  margin: 0 0 0 4px;
  font-size: 12px;
  font-size: 1.2rem; }

.header-alt-menu ul li.alt-menu-account a:hover,
.header-alt-menu ul li.alt-menu-account a.dropped {
  color: #0033be;
  background: #ffffff; }

.header-alt-menu ul li ul li {
  position: relative;
  display: block;
  float: none;
  border: none; }

.header-alt-menu ul li ul li.alt-drop-sub {
  color: #666666;
  font-size: 11px;
  font: 11px/16px 'ProximaNovaReg', sans-serif;
  font: 1.1rem/1.6rem 'ProximaNovaReg', sans-serif;
  border-bottom: 1px solid #E7E7E7;
  margin: 8px 18px 0 18px;
  text-transform: uppercase; }

.header-alt-menu ul li:hover ul,
.header-alt-menu ul li ul.show-menu {
  display: block; }

.header-alt-menu ul li ul li a {
  display: block;
  color: #0033be;
  text-decoration: none;
  padding: 0 18px;
  font: 13px/30px 'ProximaNovaSbold', sans-serif;
  font: 1.3rem/3rem 'ProximaNovaSbold', sans-serif; }

.header-alt-menu ul li.alt-menu-account ul li a:hover {
  color: #0989ff;
  background: none; }

.header-alt-menu .search {
  position: relative;
  border-left: none; }

.header-alt-menu .search-container {
  position: relative;
  background: #000000;
  border-left: 1px solid #002487;
  padding: 6px; }

.header-alt-menu .search label,
.header-alt-menu .search button {
  float: left;
  height: 28px;
  padding: 0 10px 0 9px;
  background: none;
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem; }
  .header-alt-menu .search label:hover,
  .header-alt-menu .search button:hover {
    color: #e6e6e6; }

.header-alt-menu .search i {
  line-height: 28px;
  padding: 0;
  cursor: pointer;
  vertical-align: top; }

.header-alt-menu .search form {
  height: 28px; }

.header-alt-menu .search input {
  background: #ffffff;
  color: #000000;
  border: none;
  height: 28px;
  width: 224px;
  padding: 6px 9px 7px 9px;
  margin: 0;
  font: 13px 'ProximaNovaSbold', sans-serif;
  font: 1.3rem 'ProximaNovaSbold', sans-serif;
  vertical-align: top;
  border-radius: 2px; }

.header-alt-menu .search input.hover {
  position: absolute; }

.header-alt-menu .join-kims-club {
  position: relative; }

.header-alt-menu .join-kims-club span,
.the-show-page-lock {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 10px;
  line-height: 1rem;
  height: auto;
  color: #42494c;
  background: url("../img/gradient-triangle-right.png") bottom right no-repeat;
  background-size: 24px 24px;
  height: 24px;
  width: 24px; }

.header-alt-menu .join-kims-club span i {
  margin: 2px 0 0 14px;
  position: absolute; }

.alt-menu-account .alt-account,
.alt-menu-cart .alt-cart {
  font-size: 20px;
  font-size: 2rem; }

.alt-menu-facebook {
  padding: 0 14px; }

.alt-menu-facebook .fb-like {
  line-height: 20px; }

.the-show-page-lock i {
  margin: 2px 0 0 2px;
  position: absolute; }

.logo {
  display: block; }

.logo-wrap {
  float: left;
  width: 260px;
  height: 90px;
  position: relative;
  margin: 0 0 0 16px; }

.logo-wrap a {
  display: block; }

.logo-wrap img {
  width: 100%;
  image-rendering: optimizeQuality; }

.logo-wordmark {
  position: absolute;
  width: 222px;
  top: 26px;
  left: 95px; }

.logo-slogan {
  position: absolute;
  width: 168px;
  top: 52px;
  left: 148px; }

.logo-kim {
  position: absolute;
  width: 167px;
  height: 100px;
  top: -6px;
  left: -50px; }

.mobile-menu-wrapper {
  float: right; }

.mobile-toggle {
  color: #ffffff;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 66px;
  width: 66px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0; }

.mobile-toggle:hover,
.mobile-toggle:visited {
  color: #ffffff; }

.mobile-close {
  background: rgba(0, 0, 0, 0.15); }

.mobile-close {
  display: none; }

.mobile-menu {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  width: 100%;
  background: #001244 url("../img/mobile-menu-bg.jpg") top left repeat;
  overflow-y: auto; }

.mobile-menu ul {
  margin: 16px 0 0 0;
  padding: 0;
  list-style: none; }

.mobile-menu ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 16px 20px;
  font-size: 24px;
  font-size: 2.4rem;
  position: relative; }

.mobile-menu ul li a:hover,
.mobile-menu ul li a.mobile-active {
  color: #ffffff;
  background: rgba(8, 118, 227, 0.15); }

.mobile-menu ul li ul {
  margin: 0;
  background: rgba(0, 35, 131, 0.5);
  border-top: 1px solid #002383; }

.mobile-menu ul li ul li a {
  padding: 16px 20px 16px 45px;
  color: #0989ff; }

.mobile-menu ul li a .toggle-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 64px;
  height: 48px; }

.mobile-menu ul li a .toggle-wrap span {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 13px 20px; }

.mobile-menu ul li a .toggle-wrap .mobile-sub-active {
  background: rgba(0, 35, 131, 0.5);
  border-top: 1px solid #002383; }

.mobile-sub-menu,
.mobile-menu ul li a .toggle-wrap span.mobile-sub-active {
  display: none; }

.mobile-sub-menu .mobile-sub-menu-sub {
  text-transform: uppercase;
  margin: 16px 45px 16px 45px;
  border-bottom: 1px solid #ffffff; }

.mobile-search {
  background: #ffffff;
  margin: 16px 20px;
  border: 2px solid #0033be; }

.mobile-search,
.mobile-search button {
  color: #0033be;
  font-size: 30px;
  font-size: 3rem;
  line-height: 38px;
  line-height: 3.8rem; }

.mobile-search form {
  padding: 0 6px; }

.mobile-search form i {
  margin: 0 10px 0 0; }

.mobile-search input {
  margin: 0;
  padding: 0;
  height: 40px;
  height: 4rem;
  border: none;
  vertical-align: bottom;
  font-size: 18px;
  font-size: 1.8rem;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  outline: 0; }

.mobile-search label,
.mobile-search button {
  display: inline-block;
  background: #ffffff;
  width: 40px;
  padding: 0;
  margin: 0;
  text-align: center; }

.tablet-menu-wrapper,
.desktop-menu-wrapper {
  position: absolute;
  right: 0;
  top: 0; }

.main-menu {
  float: right;
  font: 18px 'ProximaNovaSbold', sans-serif;
  font: 1.8rem 'ProximaNovaSbold', sans-serif;
  margin: 26px 20px 0 0;
  padding: 0;
  list-style: none; }

.main-menu li {
  float: left;
  position: relative;
  margin: 0 4px 0 0; }

.main-menu li:last-child {
  margin: 0; }

.main-menu li a {
  color: #ffffff;
  text-decoration: none;
  padding: 0 22px;
  line-height: 40px;
  vertical-align: middle; }

.main-menu li a:hover,
.main-menu li a:focus {
  background: rgba(3, 32, 98, 0.95);
  border-radius: 2px; }

.main-menu li a.active,
.main-menu li a.active i.fa-home {
  color: #47c1ff;
  background: rgba(3, 32, 98, 0.95);
  border-radius: 2px; }

.main-menu li a.dropped {
  background: rgba(3, 32, 98, 0.95);
  border-radius: 2px 2px 0 0;
  padding-bottom: 8px; }

.main-menu li:hover ul,
.main-menu li:focus ul,
ul.show-menu,
.main-menu li:hover .sub-menu {
  display: block; }

.main-menu li .home-link {
  padding: 0 12px; }

.main-menu li .home-link i {
  font-size: 18px;
  font-size: 1.8rem; }

.sub-menu {
  background: rgba(3, 32, 98, 0.95);
  position: absolute;
  margin: 0;
  padding: 4px;
  display: none;
  min-width: 230px;
  -webkit-border-radius: 0 0 2px 2px;
  border-radius: 0 2px 2px 2px;
  -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.2); }

.sub-menu-right {
  right: 0;
  border-radius: 2px 0 2px 2px; }

.sub-menu li {
  position: static;
  display: block;
  width: 100%; }

.main-menu li .sub-menu li a {
  line-height: normal;
  display: block;
  padding: 8px 16px;
  color: #ffffff; }

.sub-menu li a:hover,
.sub-menu li a:focus {
  line-height: normal;
  color: #ffffff;
  background: #0033be;
  border-radius: 0; }

.sub-menu.two-column {
  min-width: 440px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px; }

.sub-menu.two-column > li {
  -webkit-column-break-inside: avoid;
  /* Next two lines appear to not be supported:
-moz-column-break-inside: avoid;
column-break-inside: avoid;
  */ }

.sub-sub-menu {
  margin: 0;
  padding: 0;
  width: 100%;
  float: left;
  display: block; }

.sub-sub-menu li {
  display: block;
  width: 100%; }

.sub-sub-menu li a {
  line-height: normal;
  border: none;
  display: block;
  padding: 4px 20px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem; }

.tablet-menu-wrapper .main-menu i,
.desktop-menu-wrapper .main-menu i {
  color: #47c1ff;
  margin: 0 0 0 4px;
  font-size: 12px;
  font-size: 1.2rem; }

.tablet-menu-wrapper .main-menu i.fa-home,
.desktop-menu-wrapper .main-menu i.fa-home {
  color: #ffffff;
  margin: 0; }
  .tablet-menu-wrapper .main-menu i.fa-home:before,
  .desktop-menu-wrapper .main-menu i.fa-home:before {
    font-size: 17px; }

.wrapper {
  position: relative;
  overflow: hidden;
  border-top: 4px solid #0a88ff;
  max-width: 1280px;
  margin: 14px auto 0 auto;
  background: #ffffff; }
  .wrapper.station-finder-home {
    border-top: none; }
  .wrapper.page-id-308356 {
    border-top: none;
    margin: 0 auto 0 auto;
    padding-top: 20px; }

.wrapper.blue-bg {
  background: #0654ff url("../img/full-width-blue-bg.jpg") top center no-repeat;
  color: #ffffff;
  border-top: none; }

.wrapper.skin {
  max-width: 1024px; }

.wrapper.single,
.wrapper.post-type-archive,
.wrapper.the-show,
.wrapper.contact-us,
.wrapper.station-finder-results,
.wrapper.station-finder-no-results,
.wrapper.kims-club,
.wrapper.kims-club-contest,
.wrapper.advertise,
.wrapper.page-template-page-eguide-downloads-php,
.page-template-page-exclusive-discounts-php,
.page-template-page-tablet-php {
  border-top: none; }

.wrapper.kims-club,
.wrapper.kims-club-contest {
  background: transparent;
  padding-top: 25px; }
  .wrapper.kims-club .join-kims-club,
  .wrapper.kims-club-contest .join-kims-club {
    background: #fff; }

.wrapper.post-type-archive-previous_shows {
  border-top: 2px solid #0a88ff; }

.login-wrapper {
  overflow: hidden;
  max-width: 1280px;
  margin: auto;
  padding: 20px 20px 0 20px; }

.forum-wrapper {
  max-width: 1280px;
  background: none;
  margin: auto; }

.login-box {
  max-width: 425px;
  padding: 20px;
  border-top: 2px solid #0a88ff;
  margin: auto;
  background: #ffffff;
  -webkit-box-shadow: 0 0 12px 0 #e6e6e6;
  box-shadow: 0 0 12px 0 #e6e6e6; }

.login-register-link {
  max-width: 425px;
  margin: 30px auto; }

.login-register-link a {
  display: block;
  font-family: 'ProximaNovaSbold', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center; }

.owl-wrapper {
  display: none; }

.trending-now-video {
  max-width: 970px;
  margin-bottom: 30px; }

.trending {
  position: relative; }

.trending-icon {
  display: inline-block;
  width: 18px;
  height: 14px;
  vertical-align: top; }

.trending-icon img {
  width: 100%; }

.trending-grid {
  padding: 0 0 10px 0 !important; }

.trending-grid-item {
  display: none;
  padding: 0 10px;
  float: left;
  width: auto; }

.trending-grid-item a {
  display: inline-block;
  text-decoration: none;
  width: 100%; }

.trending-grid-item figure {
  display: inline-block;
  margin: 0;
  position: relative;
  width: 100%; }

.trending-grid-item figure img {
  width: 100%;
  max-width: 240px;
  display: block;
  border: 1px solid #e6e6e6;
  position: relative; }

.trending-grid-title h3,
#trending-now .trending-grid-title h3 {
  margin: 4px 0 0 0;
  color: #42494c;
  font: 12px/12px 'ProximaNovaSbold', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaSbold', sans-serif; }

.trending-grid-item a:hover h3,
#trending-now .trending-grid-item a:hover h3 {
  text-decoration: underline;
  color: #0a88ff; }

.trending-grid-item a:hover figure div:after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #0a88ff; }

.trending-pager {
  height: 30px;
  width: 64px;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0px;
  font-size: 0rem; }

.trending-back,
.trending-next {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  line-height: 2.2rem;
  width: 30px;
  overflow: hidden;
  line-height: 30px;
  display: inline-block;
  background: #c0c5c8;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s; }

.trending-back {
  margin: 0 4px 0 0; }

.trending-back i,
.trending-next i {
  line-height: 30px;
  vertical-align: bottom; }

.grid {
  font-size: 0px;
  font-size: 0rem; }

.home-grid,
.section-grid {
  position: relative; }

.trending-back:hover,
.trending-next:hover {
  background: #0a88ff;
  color: #ffffff; }

.grid-item {
  padding: 10px;
  min-height: 105px;
  border-bottom: 1px dashed #e6e6e6;
  position: relative; }

.grid-item span a {
  color: #c1c1c1;
  text-decoration: none; }

.grid-item span a:hover {
  color: #4b4b4b; }

.grid-item h3 a {
  color: #4b4b4b;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }

.grid-item h3 a:hover {
  color: #0a88ff;
  text-decoration: underline; }

.grid-item figure img {
  width: 100%; }

.grid-item figure {
  border-top: 1px solid #e6e6e6; }

.grid-item figure a > img {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6; }

.grid-item.video figure:hover img {
  opacity: 1; }

.grid-item.video figure img {
  opacity: 0.9; }

.grid-item.video figure div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.grid-item.app figure div {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.grid-item.app figure div div {
  background: none; }

.grid-item.video figure div img,
.grid-item.app figure div img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  margin: -50px 0 0 -50px; }

.grid-item-body .grid-item-section {
  font: 10px 'ProximaNovaBold', sans-serif;
  font: 1rem 'ProximaNovaBold', sans-serif;
  text-transform: uppercase;
  color: #c1c1c1; }

.grid-item-body h3 {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 22px;
  line-height: 2.2rem;
  font-weight: normal; }
  @media screen and (max-width: 679px) {
    .grid-item-body h3 {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 18px;
      line-height: 1.8rem; } }

.grid-item-ad {
  background: #f5f5f5;
  min-width: 300px;
  padding: 10px;
  border-bottom: 1px dashed #e6e6e6; }

.grid-item-ad .ad-container {
  width: 300px;
  margin: auto; }

.grid-item-ad .ad-container span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #b4b4b4;
  text-align: center; }

.grid-item-station-finder {
  background: #1c909d url("../img/station-finder-bg.jpg") right center no-repeat;
  min-width: 300px;
  min-height: 275px;
  border-bottom: 1px dashed #e6e6e6;
  color: #ffffff; }

.grid-item-station-finder h3,
.grid-item-kims-club h3,
.grid-item-twitter-question h3 {
  background: rgba(0, 0, 0, 0.1);
  display: block;
  padding: 0 20px;
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem; }

.grid-item-station-finder h3 img {
  vertical-align: middle;
  margin: -4px 4px 0 -6px; }

.grid-item-station-finder .sf-content {
  display: inline-block;
  width: 70%;
  padding: 30px 0 0 30px; }

.grid-item-station-finder .sf-content input {
  border: none;
  padding: 8px;
  width: 50%;
  margin: 0;
  vertical-align: top; }

.grid-item-station-finder .sf-content button {
  background: #09c2ff;
  color: #ffffff;
  border: 4px solid #ffffff;
  padding: 8px 12px;
  margin: 0;
  cursor: pointer;
  height: 40px;
  font-size: 18px;
  font-size: 1.8rem; }

.grid-item-station-finder .sf-description {
  display: block;
  margin: 0 0 20px 0;
  font: 18px/18px 'ProximaNovaSbold', sans-serif;
  font: 1.8rem/1.8rem 'ProximaNovaSbold', sans-serif; }

.grid-item-station-finder .sf-results {
  display: none;
  font: 18px/18px 'ProximaNovaSbold', sans-serif;
  font: 1.8rem/1.8rem 'ProximaNovaSbold', sans-serif; }

.grid-item-station-finder .sf-results span {
  display: block;
  font: 14px/14px 'ProximaNovaSbold', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaSbold', sans-serif;
  color: #06444b;
  margin: 20px 0 10px 0; }

.grid-item-kims-club {
  position: relative;
  background: #5422bf url("../img/kims-club-block-bg.jpg");
  min-width: 300px;
  min-height: 275px;
  border-bottom: 1px dashed #e6e6e6;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem; }

.grid-item-kims-club h3 img {
  vertical-align: middle;
  margin: 0 0 0 10px; }

.grid-item-kims-club .kc-content {
  padding: 20px 16px; }

.grid-item-kims-club .kc-content ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.grid-item-kims-club .kc-content li {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0 0 4px 0; }

.grid-item-kims-club .kc-content li:before {
  content: "+";
  padding-right: 5px; }

.grid-item-kims-club .kc-content .gold {
  color: #ffeb17; }

.grid-item-kims-club .kc-button a {
  color: #ffffff;
  text-decoration: none;
  background: #220279;
  padding: 12px 20px;
  margin: 10px 0 0 0; }

.grid-item-kims-club .kc-button a:hover {
  color: #ffeb17;
  text-decoration: none;
  background: #4818ad; }

.grid-item-kims-club .kc-lock {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 10px;
  line-height: 1rem;
  height: auto;
  color: #42494c;
  background: url("../img/gradient-triangle-left.png") bottom right no-repeat;
  background-size: 26px 26px;
  height: 26px;
  width: 26px; }

.grid-item-kims-club .kc-lock i {
  margin: 2px 0 0 4px;
  position: absolute; }

.grid-item-kims-club .kc-kim {
  position: absolute;
  bottom: 0;
  right: -14px;
  width: 125px;
  height: calc(100% + 14px);
  height: -webkit-calc(100% + 14px);
  overflow-y: hidden; }

.grid-item-kims-club .kc-kim img {
  display: block; }

.grid-item-twitter-question {
  position: relative;
  background: #0989ff url("../img/twitter-question-block-bg.jpg");
  min-width: 300px;
  min-height: 275px;
  border-bottom: 1px dashed #0c8aef;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem; }

.grid-item-twitter-question h3 img {
  vertical-align: middle;
  margin: 0; }

.grid-item-twitter-question .tq-content {
  padding: 20px 16px; }

.grid-item-twitter-question .tq-question-wrap {
  background: #118ef2;
  border: 1px solid #0a72c6;
  border-radius: 4px;
  position: relative;
  padding: 16px;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif; }

.grid-item-twitter-question .tq-question-wrap a {
  color: #0555ab; }

.grid-item-twitter-question .tq-question-wrap:after,
.grid-item-twitter-question .tq-question-wrap:before {
  top: 100%;
  left: 28px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.grid-item-twitter-question .tq-question-wrap:after {
  border-color: rgba(17, 142, 242, 0);
  border-top-color: #118ef2;
  border-width: 10px;
  margin-left: -10px; }

.grid-item-twitter-question .tq-question-wrap:before {
  border-color: rgba(10, 114, 198, 0);
  border-top-color: #0a72c6;
  border-width: 11px;
  margin-left: -11px; }

.grid-item-twitter-question .tq-question-head {
  font: 12px/12px 'ProximaNovaSbold', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaSbold', sans-serif;
  color: #0555ab;
  margin: 0 0 8px 0; }

.grid-item-twitter-question .tq-question-head a {
  color: #000000; }

.grid-item-twitter-question .tq-answer-wrap {
  margin: 20px 0 0 0;
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
  border-radius: 4px;
  position: relative;
  padding: 16px;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif; }

.grid-item-twitter-question .tq-answer-wrap:after,
.grid-item-twitter-question .tq-answer-wrap:before {
  bottom: 100%;
  right: 18px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.grid-item-twitter-question .tq-answer-wrap:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px; }

.grid-item-twitter-question .tq-answer-wrap:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 11px;
  margin-left: -11px; }

.grid-item-twitter-question .tq-answer-head {
  border-bottom: 1px solid #dedede;
  margin: -16px 0 16px -16px;
  padding: 16px; }

.grid-item-twitter-question .tq-kim-img {
  display: inline-block;
  vertical-align: top; }

.grid-item-twitter-question .tq-answer-name {
  height: 38px;
  display: inline-block;
  vertical-align: top;
  font: 14px/14px 'ProximaNovaBold', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaBold', sans-serif; }

.grid-item-twitter-question .tq-answer-name span {
  display: block;
  color: #bfbfbf;
  margin: 4px 0 0 0;
  font: 12px/12px 'ProximaNovaReg', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaReg', sans-serif; }

.grid-item-twitter-question .tq-answer-name a {
  color: #000000;
  border-bottom: 1px solid #bfbfbf; }

.grid-item-twitter-question .tq-answer-ask-follow {
  float: right; }

.grid-item-twitter-question a.tq-ask-kim {
  color: #ffffff;
  background: #0d8df0;
  border-radius: 2px;
  padding: 0 10px;
  font: 12px/20px 'ProximaNovaBold', sans-serif;
  font: 1.2rem/2rem 'ProximaNovaBold', sans-serif;
  vertical-align: top; }

.home-feature {
  border-bottom: 5px solid #e6e6e6; }

.section-feature {
  border-bottom: 5px solid #e6e6e6;
  width: 100%;
  display: table; }

.home-feature .the-show {
  width: 100%;
  font: 16px/16px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaSbold', sans-serif; }

.home-feature .tech-twitter {
  position: relative;
  width: 100%;
  font: 16px/16px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaSbold', sans-serif; }

.home-feature .section-nav-meta {
  width: 100%; }

@media screen and (max-width: 600px) {
  .grid-item-ad-rect-2 {
    display: none; } }
.trending h1,
#trending-now h1,
.home-feature .kims-desk h1,
.home-feature .the-show h1,
.home-feature .tech-twitter h1,
.section-feature-posts h1,
.section-categories h1,
.sidebar-grid h2 {
  color: #ffffff;
  font: 13px/50px 'ProximaNovaBold', sans-serif;
  font: 1.3rem/5rem 'ProximaNovaBold', sans-serif;
  margin: 0;
  padding: 0 0 0 15px;
  text-transform: uppercase;
  font-weight: normal; }

.trending h1,
#trending-now h1 {
  color: #0a88ff;
  display: inline-block;
  line-height: 42px;
  margin-bottom: 4px;
  padding: 0 0 0 10px; }

.home-feature .kims-desk h1,
.section-feature-posts h1 {
  background: #002da1 url("../img/blue-1.jpg") 0 0 repeat-x; }

.home-feature .the-show h1,
.section-categories h1 {
  background: #004fe5 url("../img/blue-2.jpg") 0 0 repeat-x; }

.home-feature .tech-twitter h1 {
  background: #149fea url("../img/blue-3.jpg") 0 0 repeat-x; }

.sidebar-grid h2 {
  background: #149fea url("../img/blue-3.jpg") 0 0 repeat-x; }

.arrow {
  position: relative;
  background: #ffffff; }

.arrow:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 6px;
  left: 20px;
  margin: 0 0 -50px -6px; }

.arrow-post-type:after {
  left: 30px; }

.home-feature .the-show .arrow:after,
.section-categories .arrow:after,
.arrow-gray.arrow:after {
  border-color: rgba(245, 245, 245, 0);
  border-bottom-color: #f5f5f5; }

.home-feature .the-show-kim {
  position: relative; }

.home-feature .the-show-kim img {
  height: 455px;
  position: absolute;
  right: 10px;
  top: -24px;
  z-index: 20; }

.the-show-menu {
  min-width: 300px;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #f5f5f5; }

.the-show-menu li {
  border-bottom: 1px solid #ffffff; }

.the-show-menu li a {
  line-height: 50px;
  padding: 0 15px;
  background: #f5f5f5;
  font-family: 'ProximaNovaSbold', sans-serif;
  color: #0a88ff;
  display: block;
  text-decoration: none;
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s; }

.the-show-menu li a:hover {
  background: #0a88ff;
  color: #ffffff; }

.the-show-social {
  position: relative;
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
  z-index: 100; }

.the-show-social span {
  display: block;
  font: 12px/12px 'ProximaNovaBold', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaBold', sans-serif;
  text-transform: uppercase;
  margin: 0 0 4px 0;
  color: #888888; }

.social-icon {
  display: inline-block;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out; }
  .social-icon a:hover {
    opacity: 0.8; }

.tech-twitter .tweets-wrapper {
  word-break: normal;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

.tech-twitter .news-wrapper ul,
.tech-twitter .tweets-wrapper ul {
  padding: 10px 15px;
  margin: 0;
  display: block;
  list-style: none; }

.tech-twitter .news-wrapper ul li,
.tech-twitter .tweets-wrapper ul li {
  padding: 10px;
  position: relative;
  margin: 0 0 20px 0;
  line-height: 16px;
  line-height: 1.6rem; }

.tech-twitter .news-wrapper ul li:after,
.tech-twitter .tweets-wrapper ul li:after {
  content: '';
  position: absolute;
  width: 50%;
  left: 25%;
  bottom: -10px;
  border-bottom: 1px solid #e6e6e6; }

.news-wrapper .num3:after,
.tweets-wrapper .num3:after {
  content: '';
  position: static !important;
  bottom: 0 !important;
  border-bottom: none !important;
  margin: 0 !important; }

.tech-twitter .news-wrapper ul li:last-child:after,
.tech-twitter .tweets-wrapper ul li:last-child:after {
  border-bottom: none; }

.tech-twitter .news-wrapper ul li a,
.tech-twitter .tweets-wrapper ul li a {
  color: #4b4b4b;
  text-decoration: none;
  font-family: 'ProximaNovaSbold', sans-serif; }

.tech-twitter .news-wrapper ul li span,
.tech-twitter .tweets-wrapper ul li span {
  margin: 4px 0 0 0;
  display: block;
  text-transform: uppercase;
  font: 10px/10px 'ProximaNovaSbold', sans-serif;
  font: 1rem/1rem 'ProximaNovaSbold', sans-serif;
  color: #c1c1c1; }

.tech-twitter .news-wrapper ul li a:hover,
.tech-twitter .tweets-wrapper ul li a:hover {
  color: #0a88ff;
  text-decoration: underline; }

.tech-twitter-tabs {
  display: block;
  margin: 10px 20px 0 20px; }

.tech-twitter-tabs ul {
  display: block;
  list-style: none;
  padding: 0;
  margin: 16px 0 0 0; }

.tech-twitter-tabs ul li {
  float: left;
  margin-right: 15px; }

.tech-twitter-tabs .right {
  float: right; }

.tech-twitter-tabs ul li a {
  display: inline-block;
  padding: 0 2px;
  text-decoration: none;
  font: 10px/24px 'ProximaNovaBold', sans-serif;
  font: 1rem/2.4rem 'ProximaNovaBold', sans-serif;
  text-transform: uppercase;
  color: #888888;
  border-bottom: 3px solid transparent;
  background: none;
  margin: 0 0 -3px 0; }

.tech-twitter-tabs ul li a:hover,
.tech-twitter-tabs .filter-active {
  color: #0a88ff;
  border-bottom: 3px solid #0a88ff; }

.tech-twitter-tabs {
  border-bottom: 1px solid #e6e6e6; }

.twitter-toggle i {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bec9d0; }

.twitter-profile-wrapper {
  background: #efefef;
  margin: 20px 10px 0 10px;
  padding: 10px; }

.twitter-profile-image {
  float: left;
  margin: 0 8px 0 0; }

.twitter-profile-image img {
  border-radius: 30px; }

.twitter-username {
  float: left; }

.twitter-username h2 {
  margin: 6px 0;
  font-size: 20px;
  font-size: 2rem; }

.section-categories ul,
.grid .sidebar-categories ul {
  background: #f5f5f5;
  list-style: none;
  margin: 0;
  padding: 0;
  -webkit-column-count: 2;
  -webkit-column-rule-width: 1px;
  -webkit-column-rule-color: #ffffff;
  -webkit-column-rule-style: solid;
  -webkit-column-gap: 1px;
  -moz-column-count: 2;
  -moz-column-rule-width: 1px;
  -moz-column-rule-color: #ffffff;
  -moz-column-rule-style: solid;
  -moz-column-gap: 1px;
  column-count: 2;
  column-rule-width: 1px;
  column-rule-color: #ffffff;
  column-rule-style: solid;
  column-gap: 1px; }

.section-categories ul li,
.grid .sidebar-categories ul li {
  -webkit-column-break-inside: avoid;
  /* Next two columns appear to not be supported:
-moz-column-break-inside: avoid;
column-break-inside: avoid;
*/ }

.section-categories ul li a,
.grid .sidebar-categories ul li a {
  color: #2d90ff;
  display: block;
  padding: 10px 18px;
  background: #f5f5f5;
  font: 15px/18px 'ProximaNovaSbold', sans-serif;
  font: 1.5rem/1.8rem 'ProximaNovaSbold', sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
  .section-categories ul li a:hover,
  .grid .sidebar-categories ul li a:hover {
    color: #0070ee; }

.sidebar-latest-blogs ul {
  list-style: none;
  padding: 0;
  background: #f5f5f5; }

.sidebar-latest-blogs ul li a {
  color: #2d90ff;
  display: block;
  padding: 10px 18px;
  background: #f5f5f5;
  font: 15px/18px 'ProximaNovaSbold', sans-serif;
  font: 1.5rem/1.8rem 'ProximaNovaSbold', sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #ffffff; }

.grid-filter {
  display: inline-block;
  margin: 20px 20px 0 20px;
  min-width: 200px; }

.grid-filter:hover > ul {
  display: block; }

.grid-filter ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.grid-filter ul li {
  float: left;
  margin: 0 20px 0 0; }

.grid-subscribe {
  position: absolute;
  top: 20px;
  right: 20px; }

.grid-filter span,
.grid-subscribe span {
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  font: 14px/35px 'ProximaNovaSbold', sans-serif;
  font: 1.4rem/3.5rem 'ProximaNovaSbold', sans-serif;
  color: #ffffff;
  background: #0a88ff;
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s; }

.grid-subscribe span:hover {
  background: #076acc; }

.grid-filter span {
  color: #979da0;
  background: #e7e7e7;
  border-radius: 2px; }

.grid-subscribe span {
  width: 215px;
  text-align: center; }

.grid-filter span {
  display: block; }

.grid-filter span span {
  padding: 0;
  display: inline-block; }

.grid-filter span i {
  float: right;
  line-height: 20px;
  border-left: 1px solid #979da0;
  margin: 8px 0 0 20px;
  padding: 0 10px 0 20px; }

.grid-load-more,
.news-view-more a {
  display: block;
  background: #a0acb4;
  color: #ffffff;
  line-height: 35px;
  line-height: 3.5rem;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 20px 20px 20px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s; }

.grid-load-more {
  padding: 5px;
  font: 16px/35px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/3.5rem 'ProximaNovaSbold', sans-serif; }

.news-view-more a i,
.grid-filter span i,
.grid-subscribe span i {
  font-size: 10px;
  font-size: 1rem;
  margin-left: 5px; }

.grid-load-more i {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 5px; }

.grid-load-more:hover,
.news-view-more a:hover {
  background: #7b8a94;
  color: #ffffff; }

.grid-loading {
  display: none; }

.content-full {
  position: relative;
  padding: 20px; }

.content-full.the-show {
  padding: 0; }

.content-left {
  padding: 10px;
  position: relative; }

.post-type-archive-blog .content-left .blog {
  position: relative;
  padding: 0 0 35px 0;
  margin: 0 0 45px 0;
  border-bottom: 2px solid #ececec; }

.post-type-archive-blog .content-left .blog:last-of-type {
  border: none; }

.content-left h1,
.content-full h1,
.login-box h1 {
  display: inline-block;
  margin: 0 0 12px 0;
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 36px;
  line-height: 3.6rem; }

.content-left h1 a {
  color: #000000; }

.login-box h1 {
  font-size: 29px;
  font-size: 2.9rem;
  line-height: 29px;
  line-height: 2.9rem; }

.contact-us .content-left h1 {
  margin: 0;
  display: inline; }

.content-left h2 {
  margin: 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem; }

.content-left h2 a {
  color: #42494c;
  text-decoration: none; }

.content-left h2 a:hover {
  color: #0a88ff;
  text-decoration: underline; }

.content-left h3 {
  font: 21px/21px 'ProximaNovaBold', sans-serif;
  font: 2.1rem/2.1rem 'ProximaNovaBold', sans-serif;
  margin: 0 0 10px 0; }

.content-left h3 a {
  color: #42494c;
  text-decoration: none;
  font-weight: normal; }

.content-left h3 a:hover {
  color: #0a88ff;
  text-decoration: underline; }

.search-results-input {
  font: 24px/24px 'ProximaNovaSbold', sans-serif;
  font: 2.4rem/2.4rem 'ProximaNovaSbold', sans-serif;
  width: calc(100% - 102px);
  width: -webkit-calc(100% - 102px);
  padding: 8px;
  vertical-align: top;
  margin: 0 0 20px 0;
  border: 1px solid #d9d9d9;
  border-radius: 0; }

.search-results-button {
  background: #e5e5e5;
  border: 1px solid #d9d9d9;
  border-left: none;
  color: #999f9f;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  line-height: 2.4rem;
  padding: 7px;
  vertical-align: top;
  margin: 0 0 20px 0;
  cursor: pointer;
  width: 100px; }

.search-results-button:hover {
  background: #0a88ff;
  color: #ffffff; }

.results-info {
  color: #bbc5cb;
  font: 15px/21px 'ProximaNovaSbold', sans-serif;
  font: 1.5rem/2.1rem 'ProximaNovaSbold', sans-serif;
  margin: 0; }

.search-options {
  margin: 20px 0; }

.solr-sort-wrapper {
  display: block; }

.solr-sort-wrapper .solr-sort {
  display: inline-block; }

.solr-sort {
  vertical-align: middle; }

.solr-sort ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.solr-sort ul li {
  float: left;
  margin: 0; }

.solr-sort ul li a {
  padding: 10px 15px;
  background: #e5e5e5;
  text-decoration: none;
  border-right: 1px solid #d9d9d9;
  display: inline-block;
  color: #979da0;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif; }

.solr-sort ul li:first-child a {
  border-radius: 2px 0 0 2px; }

.solr-sort ul li:last-child a {
  border-right: none;
  border-radius: 0 2px 2px 0; }

.solr-sort a.active {
  background: #0a88ff;
  color: #ffffff; }

.solr-filter-wrapper {
  margin: 10px 0 0 0; }

.solr-filter-wrapper span,
.solr-filter-post-type {
  display: inline-block; }

.solr-filter-post-type ul {
  overflow: auto;
  height: 230px; }

.solr-filter-wrapper span {
  color: #979da0;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
  padding-right: 10px;
  vertical-align: middle; }

@media screen and (max-width: 679px) {
  .search-options .solr-sort-wrapper .solr-sort {
    display: block; }
    .search-options .solr-sort-wrapper .solr-sort ul {
      width: 100%; }
      .search-options .solr-sort-wrapper .solr-sort ul li {
        width: 33.333333%; }
        .search-options .solr-sort-wrapper .solr-sort ul li a {
          text-align: center;
          width: 100%; }
  .search-options .solr-filter-wrapper {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #dbdbdb; }
    .search-options .solr-filter-wrapper .solr-filter-post-type {
      width: calc(100% - 67px);
      width: -webkit-calc(100% - 67px); }
      .search-options .solr-filter-wrapper .solr-filter-post-type .solr-filter-selected {
        width: 100%; }
      .search-options .solr-filter-wrapper .solr-filter-post-type ul {
        width: 100%; } }

.solr-filter-post-type {
  position: relative; }

.solr-filter-selected {
  color: #979da0;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
  width: 180px;
  background: #e5e5e5;
  border-radius: 4px;
  padding: 10px;
  cursor: pointer; }

.solr-filter-selected i {
  float: right; }

.sfs-text {
  display: inline-block; }

.solr-filter-post-type ul {
  display: none;
  position: absolute;
  width: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #e5e5e5;
  border-radius: 0 0 4px 4px;
  border-bottom: 2px solid #d9d9d9; }

.solr-filter-post-type ul li a {
  color: #999f9f;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
  text-decoration: none;
  padding: 10px;
  display: block; }

.solr-filter-post-type ul li a:hover,
.solr-sort ul li a:hover {
  background: #0a88ff;
  color: #ffffff; }

.solr-filter-post-type ul li a:hover {
  border-bottom: none; }

.solr-filter-selected.dropped {
  border-radius: 4px 4px 0 0;
  border-bottom: none; }

.highlight {
  background: #edf6ff;
  color: #002487; }

.search-result {
  margin: 30px 0;
  display: table;
  width: 100%; }

.search-image {
  width: 130px;
  padding: 0 20px 0 0;
  display: table-cell !important;
  vertical-align: top; }

.search-image img {
  width: 130px; }

.search-results-text {
  color: #4d525d;
  display: table-cell;
  font: 15px/18px 'ProximaNovaReg', sans-serif;
  font: 1.5rem/1.8rem 'ProximaNovaReg', sans-serif;
  vertical-align: top; }

.search-results-text h3 {
  font: 20px/20px 'ProximaNovaBold', sans-serif;
  font: 2rem/2rem 'ProximaNovaBold', sans-serif; }
  .search-results-text h3 a:hover {
    text-decoration: none; }

.result-meta {
  border-top: 1px solid #dbdbdb;
  margin: 8px 0 0 0;
  color: #c5c5c5;
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase; }

.result-meta span {
  display: inline-block;
  border-right: 1px solid #dbdbdb;
  padding: 8px;
  vertical-align: top; }

.result-meta span .grid-item-views {
  border: none;
  padding: 0; }

.result-meta span span {
  padding: 0;
  border: none; }

.result-meta span:last-child {
  border: none; }

.result-meta span a,
.result-meta span a:hover {
  color: #c5c5c5;
  text-decoration: none; }

.content-right .grid {
  margin: 0 auto; }

#all-button {
  margin: 0 0 0 14px; }

.btn,
.article-content .btn,
.article-content .btn:visited,
.content-full .btn,
.content-full .btn:visited,
.content-left .btn,
.content-left .btn:visited {
  margin: 0;
  padding: 0 30px;
  background-color: #e5e5e5;
  color: #797c82;
  text-decoration: none;
  display: inline-block;
  line-height: 36px;
  border-radius: 2px;
  font-weight: normal;
  cursor: pointer;
  font-family: 'ProximaNovaReg', sans-serif;
  font-size: 16px;
  font-size: 1.6rem; }

.btn-contact,
.article-content .btn-contact,
.article-content .btn-contact:visited,
.content-full .btn-contact,
.content-full .btn-contact:visited,
.content-left .btn-contact,
.content-left .btn-contact:visited {
  background-color: #012488;
  color: #ffffff;
  line-height: 46px;
  padding: 0 64px; }

.btn-blue,
.article-content .btn-blue,
.article-content .btn-blue:visited,
.content-full .btn-blue,
.content-full .btn-blue:visited,
.content-left .btn-blue,
.content-left .btn-blue:visited {
  background-color: #0989ff;
  color: #ffffff; }

.btn-gold,
.article-content .btn-gold,
.article-content .btn-gold:visited,
.content-full .btn-gold,
.content-full .btn-gold:visited,
.content-left .btn-gold,
.content-left .btn-gold:visited {
  background-color: #fdcd53;
  color: #42494c; }

.btn-white,
.article-content .btn-white,
.article-content .btn-white:visited,
.content-full .btn-white,
.content-full .btn-white:visited,
.content-left .btn-white,
.content-left .btn-white:visited {
  background-color: #ffffff;
  color: #000000; }

.btn-large,
.article-content .btn-large,
.content-full .btn-large,
.content-left .btn-xlarge {
  font-size: 24px;
  font-size: 2.4rem;
  padding: 8px 12px; }

.btn-large i {
  vertical-align: middle; }

.btn-xlarge,
.article-content .btn-xlarge,
.content-full .btn-xlarge,
.content-left .btn-xlarge {
  font-size: 28px;
  font-size: 2.8rem;
  padding: 8px 44px; }

.btn-xwide,
.article-content .btn-xwide,
.content-full .btn-xwide,
.content-left .btn-xwide {
  padding: 8px 60px; }

.btn-listen,
.article-content .btn-listen,
.content-full .btn-listen,
.content-left .btn-listen {
  font-family: 'ProximaNovaSbold', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative; }

.btn-listen span,
.article-content .btn-listen span,
.content-full .btn-listen span,
.content-left .btn-listen span {
  color: #ff1795;
  position: absolute;
  left: 18px;
  top: 0;
  line-height: 52px;
  font-size: 34px;
  font-size: 3.4rem; }

.podcast-download-btn,
.article-content .podcast-download-btn,
.content-full .podcast-download-btn,
.content-left .podcast-download-btn {
  color: #ffffff;
  font-family: 'ProximaNovaSbold', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  position: relative;
  line-height: 52px !important;
  line-height: 5.2rem !important;
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 12px; }

.podcast-download-btn span,
.article-content .podcast-download-btn span,
.content-full .podcast-download-btn span,
.content-left .podcast-download-btn span {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 52px;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0 18px;
  border-right: 1px solid #0972d5; }

.podcast-download-btn span + span,
.article-content .podcast-download-btn span + span,
.content-full .podcast-download-btn span + span,
.content-left .podcast-download-btn span + span {
  position: relative;
  line-height: 52px !important;
  line-height: 5.2rem !important;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 0 70px;
  border-right: none; }

.btn:hover,
.article-content .btn:hover,
.content-full .btn:hover,
.content-left .btn:hover,
.btn.active,
.btn.active:hover,
.btn.disabled.active,
.btn.disabled.active:hover {
  background-color: #0a88ff;
  color: #ffffff; }

.btn-contact:hover,
.article-content .btn-contact:hover,
.content-full .btn-contact:hover,
.content-left .btn-contact:hover,
.btn-contact.active,
.btn-contact.active:hover,
.btn-contact.disabled.active,
.btn-contact.disabled.active:hover {
  background-color: #0349c3;
  color: #ffffff; }

.btn-blue:hover,
.article-content .btn-blue:hover,
.content-full .btn-blue:hover,
.content-left .btn-blue:hover,
.btn-blue.active,
.btn-blue.active:hover,
.btn-blue.disabled.active,
.btn-blue.disabled.active:hover {
  background-color: #0177e5;
  color: #ffffff; }

.btn-gold:hover,
.article-content .btn-gold:hover,
.content-full .btn-gold:hover,
.content-left .btn-gold:hover,
.btn-gold.active,
.btn-gold.active:hover,
.btn-gold.disabled.active,
.btn-gold.disabled.active:hover {
  background-color: #ffba0a;
  color: #42494c; }

.btn-white:hover,
.article-content .btn-white:hover,
.content-full .btn-white:hover,
.content-left .btn-white:hover,
.btn-white.active,
.btn-white.active:hover,
.btn-white.disabled.active,
.btn-white.disabled.active:hover,
.btn-white:hover span,
.article-content .btn-white:hover span,
.content-full .btn-white:hover span,
.content-left .btn-white:hover span,
.btn-white.active span,
.btn-white.active:hover span,
.btn-white.disabled.active span,
.btn-white.disabled.active:hover span {
  background-color: #ff1795;
  color: #ffffff; }

.btn.disabled,
.btn.disabled:hover {
  color: #dedede;
  background: #f1f1f1; }

.btn.btn-input {
  display: inline-block !important; }

.btn.btn-fixed-mobile {
  width: 300px !important;
  text-align: center !important;
  padding: 10px 30px !important;
  line-height: 20px !important; }

.btn-group {
  display: inline-block;
  font-size: 0px;
  font-size: 0rem; }

.btn-group .btn {
  border-top: none;
  border-left: none;
  border-radius: 0;
  border-right: 1px solid #d9d9d9;
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 15px; }

.btn-group .btn:first-child {
  border-radius: 2px 0 0 2px; }

.btn-group .btn:last-child {
  border-radius: 0 2px 2px 0;
  border-right: none; }

#all-button {
  position: relative;
  padding: 0 30px;
  top: -1px; }

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle; }

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  border-radius: 0 2px 2px 0; }

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  border-radius: 2px 0 0 2px; }

.input-append input,
.input-append select,
.input-append .uneditable-input {
  border-radius: 2px 0 0 2px; }

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  border-radius: 0 2px 2px 0; }

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px; }

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  border-radius: 0 2px 2px 0; }

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  border-radius: 0; }

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  border-radius: 0 2px 2px 0; }

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  border-radius: 2px 0 0 2px; }

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  border-radius: 0 2px 2px 0; }

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0; }

.article-pager .btn:hover {
  background: #f9f9f9;
  color: #0989ff; }

.article-pager .btn.disabled {
  color: #f9f9f9;
  background: #0989ff; }

.article-pager a.btn i.fa-angle-right {
  margin: 0 0 0 5px; }

.article-pager a.btn i.fa-angle-left {
  margin: 0 5px 0 0; }

.article-footer {
  margin-top: 0;
  margin-bottom: 20px;
  position: relative; }

.article-comments-bottom {
  position: absolute;
  bottom: 7px;
  right: 0;
  display: none; }

.article-continues {
  display: inline-block;
  margin: 0 0 0 50px;
  bottom: -10px;
  color: #333333;
  text-transform: uppercase;
  font: 16px/16px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaSbold', sans-serif; }

.pagination-buttons,
.pagination-jump {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem; }

.pagination-buttons {
  margin: 0 16px 0 0; }

.pagination-jump input {
  width: 40px;
  margin: 0;
  padding: 11px 6px;
  text-align: center;
  vertical-align: middle;
  height: 36px; }

.post-type-banner {
  color: #ffffff;
  font: 12px/50px 'ProximaNovaBold', sans-serif;
  font: 1.2rem/5rem 'ProximaNovaBold', sans-serif;
  margin: 0;
  text-transform: uppercase;
  background: #002da1 url("../img/blue-1.jpg") 0 0 repeat-x;
  padding: 0 0 0 25px; }

.post-type-banner a,
.post-type-banner a:hover {
  color: #ffffff; }

.article-date,
.article-comments {
  color: #c3ccd1;
  font: 14px/14px 'ProximaNovaSbold', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaSbold', sans-serif; }

.article-date {
  float: left;
  line-height: 24px;
  line-height: 2.4rem; }

.article-author-date {
  float: left;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
  color: #767c80; }
  .article-author-date span {
    font: 14px/14px 'ProximaNovaSbold', sans-serif;
    font: 1.4rem/1.4rem 'ProximaNovaSbold', sans-serif;
    color: #62686C; }

.post-type-archive-blog .content-left .blog .article-date,
.post-type-archive-blog .content-left .blog .article-author-date {
  float: none; }

.article-author {
  display: block;
  margin: 0 0 12px 0;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
  color: #333333; }

.article-comments {
  float: right; }

.article-comments a {
  font-weight: normal; }

.comment-count {
  display: inline-block;
  margin: 0 0 0 6px;
  position: relative;
  padding: 4px 6px;
  border: 1px solid #c3ccd1; }

.comment-count:after, .comment-count:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.comment-count:after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 4px;
  margin-top: -4px; }

.comment-count:before {
  border-color: rgba(195, 204, 209, 0);
  border-right-color: #c3ccd1;
  border-width: 5px;
  margin-top: -5px; }

.article-meta {
  border-top: 1px solid #c3ccd1;
  font-size: 0;
  line-height: 0; }

.article-meta-views {
  border-right: 1px solid #c3ccd1;
  line-height: 50px;
  line-height: 5rem;
  padding: 0 12px 0 0;
  margin: 0 12px 0 0;
  width: 100px;
  display: inline-block;
  vertical-align: top; }

.article-meta-views .grid-item-views {
  float: left !important;
  font: 16px/16px 'ProximaNovaReg', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaReg', sans-serif;
  line-height: 50px; }

.article-meta-post-type {
  color: #c3ccd1;
  font: 10px/50px 'ProximaNovaSbold', sans-serif;
  font: 1rem/5rem 'ProximaNovaSbold', sans-serif;
  display: inline-block;
  text-transform: uppercase; }

.article-meta .share-button,
.share-button-insert .share-button {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 6px 50%;
  background-size: 24px;
  border-radius: 2px;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 0 16px;
  margin: 10px 0;
  cursor: pointer;
  height: 36px; }

.article-meta .share-button span,
.share-button-insert .share-button span {
  color: #ffffff;
  padding: 0 0 0 18px;
  font: 10px/36px 'ProximaNovaSbold', sans-serif;
  font: 1rem/3.6rem 'ProximaNovaSbold', sans-serif;
  text-transform: uppercase;
  vertical-align: middle;
  top: -2px;
  position: relative; }

.share-button-insert {
  text-align: left; }

.share-button-insert .share-button {
  margin: 10px 10px 10px 0; }

.email-signup-link-box {
  display: block;
  width: 770px;
  border: 3px solid #0989ff;
  padding: 10px;
  margin: 0 0 20px 0;
  font-size: 15px; }

.lockerdome-text {
  color: #333333;
  font: 14px/20px 'ProximaNovaBold', sans-serif;
  font: 1.4rem/2rem 'ProximaNovaBold', sans-serif;
  letter-spacing: -0.2px;
  vertical-align: top;
  margin: 8px 0 0 0; }

.lockerdome-container {
  height: 50px;
  padding: 6px 0; }

.article-media {
  position: relative;
  width: calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  margin: 20px 0 15px -10px; }

.article-media img {
  display: block;
  width: 100%; }

.article-media-caption {
  position: absolute;
  bottom: 18px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 20px;
  line-height: 24px;
  line-height: 2.4rem;
  font-size: 20px;
  font-size: 2rem; }

.article-media-attribute {
  display: block;
  background: #000000;
  padding: 0 6px;
  color: #ffffff; }

.content-left .article-media-attribute a {
  font: 10px/16px 'ProximaNovaReg', sans-serif;
  font: 1rem/1.6rem 'ProximaNovaReg', sans-serif;
  text-transform: uppercase;
  color: #ffffff; }
  .content-left .article-media-attribute a:hover {
    color: #ffffff; }

.article-content {
  position: relative;
  word-break: normal;
  margin: 0 10px 5px 50px; }

article .video-embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

article .video-embed iframe,
article .video-embed object,
article .video-embed embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.article-meta-share-buttons {
  display: inline-block;
  vertical-align: top; }

.article-content a,
.content-full a,
.content-left a,
.station-finder-home a,
.station-finder-results a,
.station-finder-no-results a {
  display: inline;
  font-family: 'ProximaNovaSbold', sans-serif; }

.article-content a:visited {
  color: #0033be; }

.article-content blockquote {
  display: block;
  font: 28px/26px 'ProximaNovaBold', sans-serif;
  font: 2.8rem/2.6rem 'ProximaNovaBold', sans-serif;
  font-style: italic;
  color: #5e6466;
  background: #eeeeee url("../img/open-quote.png") 20px 50% no-repeat;
  background-size: 32px 23px;
  border-left: 5px solid #1499e9;
  margin: 18px 0;
  padding: 20px 20px 20px 70px; }

.article-content .article-qotd-previous {
  font: 24px/28px 'ProximaNovaSbold', sans-serif;
  font: 2.4rem/2.8rem 'ProximaNovaSbold', sans-serif;
  margin: 35px 0; }

.article-content h2,
.page .content-left h2,
.the-show-information h2,
.station-finder-home .content-left h2,
.station-finder-results .content-left h2,
.station-finder-no-results .content-left h2,
.show-picks .content-left h2,
.post-type-archive-blog .content-left h2 {
  display: block;
  font: 16px/16px 'ProximaNovaBold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaBold', sans-serif;
  border-bottom: 1px solid #e0e0e0;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 0 8px 0;
  margin: 8px 0; }

.station-finder-home .content-left h2 {
  margin-bottom: 20px; }

.article-content h4,
.page .content-left h4,
.the-show-information h4 {
  display: block;
  font: 12px/12px 'ProximaNovaSbold', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaSbold', sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 70px 0 8px;
  color: #c1c1c1; }

.page .content-left img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.page .content-left figure img {
  width: auto;
  max-width: 100%;
  height: auto; }

.article-content img,
.content-left .blog img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.article-content figure,
.content-left .blog figure,
.content-full figure {
  margin: 18px 0;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 0; }

.article-content figure img,
.content-left .blog figure img,
.content-full figure img {
  border: 1px solid #e6e6e6;
  display: block; }

.article-content figure .figure-overlay,
.content-left .blog figure .figure-overlay,
.content-full figure .figure-overlay {
  position: relative;
  line-height: 0;
  display: inline-block; }

.article-content figure.align-none .figure-overlay,
.content-left .blog figure.align-none .figure-overlay,
.article-content figure.align-center .figure-overlay,
.content-left .blog figure.align-center .figure-overlay,
.article-content figure.none .figure-overlay,
.content-left .blog figure.none .figure-overlay,
.article-content figure.center .figure-overlay,
.content-left .blog figure.center .figure-overlay {
  display: inline-block; }

.article-content figure .figure-overlay:hover,
.content-left .blog figure .figure-overlay:hover,
.content-full figure .figure-overlay:hover {
  cursor: pointer; }

.article-content figure .figure-overlay .overlay-zoom,
.content-left .blog figure .figure-overlay .overlay-zoom,
.content-full figure .figure-overlay .overlay-zoom {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 30px;
  font-size: 3rem;
  display: none;
  border: 1px solid #e6e6e6; }

.article-content figure .figure-overlay:hover .overlay-zoom,
.content-left .blog figure .figure-overlay:hover .overlay-zoom,
.content-full figure .figure-overlay:hover .overlay-zoom {
  top: 0;
  display: block; }

.article-content figure .figure-overlay:hover .overlay-zoom i,
.content-left .blog figure .figure-overlay:hover .overlay-zoom i,
.content-full figure .figure-overlay:hover .overlay-zoom i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -15px 0 0 -15px; }

.content-left ul.article-tags {
  list-style: none;
  margin: 0 0 0 12px;
  padding: 0; }

.article-tags li {
  position: relative;
  float: left;
  margin: 0 22px 8px 0; }

.article-tags li a,
.article-tags li a:visited {
  position: relative;
  background: #c3ccd1;
  color: #ffffff;
  border-radius: 0 3px 3px 0;
  padding: 0 9px 0 10px;
  font: 14px/24px 'ProximaNovaSbold', sans-serif;
  font: 1.4rem/2.4rem 'ProximaNovaSbold', sans-serif;
  display: inline-block; }

.article-tags li a:after,
.article-tags li a:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute; }

.article-tags li a:after {
  border-color: rgba(195, 204, 209, 0);
  border-right-color: #c3ccd1;
  border-width: 12px;
  margin-top: -12px; }

.article-tags li a:hover {
  background: #8e99a0; }

.article-tags li a:hover:after {
  border-color: rgba(142, 153, 160, 0);
  border-right-color: #8e99a0;
  border-width: 12px;
  margin-top: -12px; }

.article-tags .tag-bullet {
  position: absolute;
  font-size: 5px;
  top: 50%;
  margin: -2px 0 0 -10px;
  z-index: 100; }

.article-content-share-wrapper {
  position: absolute;
  top: 20px;
  left: -160px;
  width: 130px; }

.article-content-share-wrapper.stick {
  position: fixed;
  top: 165px;
  margin: 0 0 0 -160px;
  left: auto; }

.article-content-share-wrapper.stick-bottom {
  position: absolute;
  bottom: 20px;
  top: auto;
  left: -160px;
  width: 130px; }

.article-content-share-buttons {
  background: #f5f5f5;
  border-radius: 2px; }

.article-content-share-buttons span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.article-content-share-buttons-toggle,
.article-content-share-subscribe {
  text-transform: uppercase;
  font: 13px/30px 'ProximaNovaSbold', sans-serif;
  font: 1.3rem/3rem 'ProximaNovaSbold', sans-serif;
  color: #797c82;
  padding: 0 0 0 38px;
  border-radius: 2px; }

.article-content-share-buttons-toggle {
  background: #dedede url("../img/share-sharethis-grey.png") 8px 50% no-repeat;
  background-size: 14px 14px; }

.article-content-share-buttons-toggle span {
  margin: 0 10px 0 0;
  padding: 0 14px 0 0; }

.article-content-share-button {
  margin: 6px; }

.article-content-share-subscribe {
  background: #dedede url("../img/share-rss-grey.png") 8px 50% no-repeat;
  background-size: 14px 14px;
  margin: 10px 0 0 0; }

.article-content-share-subscribe a,
.article-content-share-subscribe a:visited {
  color: #797c82; }

.article-content-share-subscribe:hover a,
.article-content-share-subscribe a:hover {
  color: #ffffff; }

.article-content-share-subscribe:hover {
  color: #ffffff;
  background: #0989ff url("../img/share-rss.png") 8px 50% no-repeat;
  background-size: 14px 14px; }

.article-content .source {
  margin: 16px 0;
  font-size: 14px;
  font-size: 1.4rem;
  color: #aaaaaa; }

.article-content .source a,
.article-content .source a:hover {
  color: #aaaaaa;
  font-family: 'ProximaNovaReg', sans-serif; }

.download-links {
  padding: 20px;
  background: #efefef url("../img/bg-tile-pattern.png") repeat;
  border: 1px solid #c3ccd1;
  margin: 0 0 20px 0;
  display: inline-block;
  width: 100%; }

.download-links a {
  display: inline-block;
  font-weight: normal; }

.cool-site-link {
  margin: 0 0 40px 0; }

.btn-downloads {
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  padding-left: 50px; }

.button-windows,
.button-windows8,
.button-windows10,
.button-windowsrt,
.button-windowsphone {
  background-image: url("../img/dl-windows.png"); }

.button-symbian {
  background-image: url("../img/dl-all.png"); }

.button-kindle {
  background-image: url("../img/dl-kindle.png"); }

.button-mac {
  background-image: url("../img/dl-mac.png"); }

.button-linux {
  background-image: url("../img/dl-linux.png"); }

.button-blackberry {
  background-image: url("../img/dl-blackberry.png"); }

.button-android {
  background-image: url("../img/dl-android.png"); }

.button-ios {
  background-image: url("../img/dl-ios.png"); }

.button-chrome {
  background-image: url("../img/dl-chrome.png"); }

.button-firefox {
  background-image: url("../img/dl-firefox.png"); }

.button-internetexplorer {
  background-image: url("../img/dl-internetexplorer.png"); }

.button-opera {
  background-image: url("../img/dl-opera.png"); }

.button-safari {
  background-image: url("../img/dl-safari.png"); }

.button-all {
  background-image: url("../img/dl-all.png"); }

.button-nook {
  background-image: url("../img/dl-nook.png"); }

.button-androidwear {
  background-image: url("../img/dl-androidwear.png"); }

.button-applewatch {
  background-image: url("../img/dl-applewatch.png"); }

.download-links h4 {
  margin: 0; }

.download-button {
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px 10px 10px 0; }

.article-content .download-button a.btn {
  line-height: 50px;
  line-height: 5rem;
  width: 100%; }
  .article-content .download-button a.btn span {
    border-left: 1px solid #087be6;
    display: block;
    padding: 0 0 0 12px;
    margin: 0 0 0 17px;
    text-align: center;
    width: auto; }
  .article-content .download-button a.btn:hover span {
    border-left: 1px solid #0880f0; }

.article-pager {
  margin: 10px 0 0 50px; }

.article-prev-next {
  border-top: 1px solid #c3ccd1;
  width: calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  margin: 10px 0 0 -20px; }

.article-prev-next a {
  display: block;
  color: #42494c; }

.article-prev-next a:hover {
  display: block;
  color: #0989ff; }

.article-prev-wrapper,
.article-next-wrapper {
  padding: 20px; }

.article-prev-wrapper {
  border-bottom: 1px dashed #e6e6e6; }

.article-prev-image {
  float: left;
  position: relative;
  margin: 0 12px 0 0;
  width: 130px;
  height: 73px; }

.article-next-image {
  float: right;
  position: relative;
  margin: 0 0 0 12px;
  width: 130px;
  height: 73px; }

.article-prev-image-overlay,
.article-next-image-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4); }

.article-prev-image-overlay span,
.article-next-image-overlay span {
  display: block;
  color: #ffffff;
  font-size: 40px;
  font-size: 4rem;
  line-height: 73px;
  line-height: 7.3rem;
  text-align: center; }

.article-prev-text span,
.article-next-text span {
  color: #c3ccd1;
  font: 12px/12px 'ProximaNovaSbold', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaSbold', sans-serif;
  text-transform: uppercase; }

.article-prev-text h4,
.article-next-text h4 {
  margin: 4px 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem; }

.related-post {
  border-bottom: 1px dashed #e6e6e6;
  width: 100%;
  padding: 20px; }

.related-post a {
  display: block;
  color: #42494c; }

.related-post a:hover {
  color: #0989ff; }

.related-posts-wrapper {
  width: calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  margin: 0 0 0 -20px; }

.related-posts-wrapper .related-post:last-child {
  border-bottom: none; }

.related-post-image {
  width: 130px;
  min-height: 73px;
  float: right;
  margin: 0; }

.related-post-image img {
  width: 100%; }

.related-post h4 {
  width: calc(100% - 140px);
  width: -webkit-calc(100% - 140px);
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
  line-height: 1.8rem;
  margin: 0; }

.related-header,
.comments-header,
.more-articles-header {
  width: calc(100% + 50px);
  width: -webkit-calc(100% + 50px);
  color: #ffffff;
  font: 14px/50px 'ProximaNovaBold', sans-serif;
  font: 1.4rem/5rem 'ProximaNovaBold', sans-serif;
  margin: 0 0 30px -30px;
  padding: 0 0 0 30px;
  text-transform: uppercase;
  background: #004fe5 url("../img/blue-2.jpg") 0 0 repeat-x; }

.comments-header {
  background: #14459f url("../img/blue-fb.jpg") 0 0 repeat-x; }

.related-header {
  margin: 0 0 0 -30px; }

.the-show-header-wrapper {
  padding: 20px;
  background: #002487 url("../img/the-show-bg.jpg") left bottom no-repeat;
  background-size: cover;
  color: #ffffff;
  line-height: 23px;
  line-height: 2.3rem; }

.the-show-header-wrapper h1 {
  border-bottom: 1px solid #0054a2;
  font: 16px/16px 'ProximaNovaBold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaBold', sans-serif;
  margin: 0 0 15px 0;
  display: block;
  padding-bottom: 8px;
  text-transform: uppercase; }
  @media screen and (max-width: 460px) {
    .the-show-header-wrapper h1 {
      margin-top: 20px; } }

.the-show-header-buttons-wrapper {
  margin: 20px 0;
  font-size: 0px;
  font-size: 0rem; }

.the-show-preview {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  -webkit-transition: background-color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out; }
  .the-show-preview:before {
    bottom: 20%;
    color: #fff;
    content: "Watch Video";
    display: block;
    font: 15px/15px 'ProximaNova-SboldWeb', sans-serif;
    font: 1.5rem/1.5rem 'ProximaNova-SboldWeb', sans-serif;
    height: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 2; }
  .the-show-preview:after {
    background: url("../img/play-btn.png") no-repeat center center;
    bottom: 35%;
    content: " ";
    display: block;
    height: 85px;
    left: 0;
    opacity: 0.9;
    position: absolute;
    width: 100%;
    z-index: 2; }
  .the-show-preview:hover {
    cursor: pointer; }
    .the-show-preview:hover:after {
      opacity: 1; }

.the-show-preview img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1; }

.the-show-reel {
  display: inline-block;
  position: relative;
  border: 1px solid transparent;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%; }

.the-show-reel iframe,
.the-show-reel object,
.the-show-reel embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.the-show-button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  height: 50%;
  width: 50%;
  position: relative;
  vertical-align: top;
  border-top: 1px solid transparent;
  padding-top: 1px; }
  .the-show-button:nth-child(odd) {
    border-right: 1px solid transparent;
    padding-right: 1px; }

.the-show-button:after {
  /* changed to box-sizing below:
border-sizing: border-box;
*/
  box-sizing: border-box;
  padding-top: 56.25%;
  display: block;
  content: '';
  height: 100%;
  width: 100%; }

.the-show-button a {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.38);
  color: #0989ff;
  text-align: center;
  width: 100%;
  font: 15px/18px 'ProximaNovaSbold', sans-serif;
  font: 1.5rem/1.8rem 'ProximaNovaSbold', sans-serif;
  -webkit-transition: background-color 0.2s ease-in-out;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out; }
  @media screen and (max-width: 460px) {
    .the-show-button a {
      font: 13px/18px 'ProximaNovaSbold', sans-serif;
      font: 1.3rem/1.8rem 'ProximaNovaSbold', sans-serif; } }

.the-show-button a:hover {
  background-color: rgba(9, 137, 255, 0.66);
  color: #ffffff; }
  .the-show-button a:hover .the-show-icon {
    background-position: 0 -28px; }

.the-show-button a .the-show-icon {
  background-position: 0 0; }

.the-show-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 8px 0 0;
  font-size: 28px;
  font-size: 2.8rem; }

.the-show-page-icon {
  display: inline-block;
  vertical-align: middle;
  margin: -4px 8px 0 0;
  font-size: 45px;
  font-size: 4.5rem;
  top: -10px;
  position: relative; }
  @media screen and (max-width: 460px) {
    .the-show-page-icon {
      font-size: 35px;
      font-size: 3.5rem; } }

.the-show-button a div {
  position: absolute;
  top: calc(50% - 25px);
  top: -webkit-calc(50% - 25px);
  width: 100%;
  text-align: center;
  padding: 0 10px; }

.the-show-button-inner a {
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.the-show-button span {
  display: block;
  margin: auto; }

.the-show-information {
  padding: 20px; }

.the-show-information h2 {
  margin: 40px 200px 8px 0; }
  @media screen and (max-width: 480px) {
    .the-show-information h2 {
      margin: 40px 0 8px 0; } }
  .the-show-information h2:first-child {
    margin-top: 30px; }

.the-show-kims-image {
  display: inline;
  padding: 0 !important;
  float: right;
  clear: both;
  margin: -50px 0 0 0; }
  @media screen and (max-width: 480px) {
    .the-show-kims-image {
      width: 124px;
      margin: 0; } }

p + h2 {
  clear: both; }

.tkks-logo {
  float: left;
  padding: 0 18px 48px 0;
  margin: 0; }

.kims-show-box {
  min-height: 150px;
  margin: 15px 0 20px 0;
  line-height: 25px; }

.free-podcast-text {
  clear: both; }

/* ========================================== Used by KOMANDO ON DEMAND PODCASTS */
/* -------------------- Single Player for latest podcast -- at top */
.single-podcast-wrapper {
  display: block;
  max-width: 1280px;
  color: #f4f4f4;
  margin: 0 auto;
  background: #333333;
  /* Page Headline */
  /* Block to contain player */ }
  .single-podcast-wrapper .on-demand-podcast {
    display: block;
    padding: 20px 0;
    background: #f4f4f4;
    color: #0A88FF;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto; }
  .single-podcast-wrapper .on-demand-podcast-subtitle {
    margin: 0 0 0 30px;
    font-size: 18px;
    color: #000000; }
  .single-podcast-wrapper .single-podcast-wrapper-inner {
    position: relative;
    width: 90%;
    margin: 0 5% 0 5%;
    padding-bottom: 20px; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .single-podcast-title {
      position: relative;
      display: block;
      margin: 20px 0 20px 0;
      width: 70%;
      font-size: 32px;
      font-size: 3.2rem;
      color: #FFFFFF; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper {
      position: absolute;
      display: block;
      height: 166px;
      width: 70%;
      margin: 0 30px 0 0; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls {
        position: absolute;
        display: inline-block;
        float: left;
        z-index: 20; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button {
          background: url("../img/play-ring.png") left center/166px no-repeat;
          position: relative;
          cursor: pointer;
          display: inline-block;
          width: 166px;
          height: 166px;
          text-align: center;
          padding-top: 33px;
          padding-left: 8px; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__play-button, .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__stop-button, .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__spinner {
            position: relative;
            font-size: 104px;
            font-size: 10.4rem;
            cursor: pointer;
            color: #807d7a; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__play-button {
            padding-left: 14px; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__spinner {
            color: #0989ff; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__stop-button, .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__spinner {
            display: none; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__play-button:hover, .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__stop-button:hover {
            color: #0989ff; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta {
        position: absolute;
        display: inline-block;
        float: right;
        min-height: 166px;
        background: #000000;
        border-radius: 22px;
        margin-left: 83px;
        padding: 10px 10px 10px 93px;
        width: calc(70% + 166px); }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__date {
          float: left;
          display: inline-block;
          color: #FFFFFF;
          font-size: 14px;
          font-size: 1.4rem; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__title {
          width: 100%;
          float: left;
          margin: 12px 0;
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 22px;
          line-height: 2.2rem; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share {
          display: inline-block;
          float: right;
          font-size: 32px;
          cursor: pointer; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share .single-player-share__facebook {
            width: 30px;
            display: inline-block; }
            .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share .single-player-share__facebook i {
              color: #3b5998; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share .single-player-share__twitter {
            width: 30px;
            display: inline-block; }
            .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share .single-player-share__twitter i {
              color: #55acee; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share .single-player-share__google {
            width: 30px;
            display: inline-block; }
            .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share .single-player-share__google i {
              color: #dd4b39; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share .single-player-share__facebook i:hover, .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share .single-player-share__twitter i:hover, .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-share .single-player-share__google i:hover {
            color: #FFFFFF; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__progress {
          float: left;
          display: inline-block;
          width: 100%;
          color: #9BA8B0; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .default-bar {
          display: block;
          margin-bottom: 12px;
          border-radius: 10px;
          width: 100%;
          height: 6px;
          box-sizing: border-box;
          background: #cedce7;
          background: -moz-linear-gradient(top, #cedce7 0%, #596a72 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cedce7), color-stop(100%, #596a72));
          background: -webkit-linear-gradient(top, #cedce7 0%, #596a72 100%);
          background: -o-linear-gradient(top, #cedce7 0%, #596a72 100%);
          background: -ms-linear-gradient(top, #cedce7 0%, #596a72 100%);
          background: linear-gradient(top, #cedce7 0%, #596a72 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 );
          overflow: hidden;
          cursor: pointer; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .progress-bar {
          position: absolute;
          width: 0%;
          height: 6px;
          border-radius: 10px;
          background: #499bea;
          background: -moz-linear-gradient(left, #499bea 0%, #207ce5 100%);
          background: -webkit-gradient(linear, left top, right top, color-stop(0%, #499bea), color-stop(100%, #207ce5));
          background: -webkit-linear-gradient(left, #499bea 0%, #207ce5 100%);
          background: -o-linear-gradient(left, #499bea 0%, #207ce5 100%);
          background: -ms-linear-gradient(left, #499bea 0%, #207ce5 100%);
          background: linear-gradient(to right, #499bea 0%, #207ce5 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=1 );
          overflow: hidden; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__download {
          display: inline-block;
          vertical-align: top; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__download a {
          display: inline-block;
          color: #9BA8B0;
          font-size: 16px;
          font-size: 1.6rem; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__download a:hover {
          color: #f7f7f7; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__download i.fa-download {
          font-size: 24px;
          margin-left: 4px; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__runtime {
          display: inline-block;
          vertical-align: top;
          width: calc(100% - 116px);
          width: -webkit-calc(100% - 116px);
          font-family: monospace;
          font-size: 18px;
          font-size: 1.8rem; }
          .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__runtime a {
            color: #9BA8B0; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .timer {
          display: inline-block;
          text-align: right; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe {
      position: relative;
      display: inline-block;
      width: 20%;
      float: right;
      font-size: 18px;
      font-size: 1.8rem;
      text-align: center;
      color: #FFFFFF;
      margin-top: -40px; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__title {
        display: inline-block;
        margin: 10px 0;
        font-size: 16px;
        font-size: 1.6rem; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__itunes-button {
        display: block;
        color: #FFFFFF;
        background: #732BBE url("../img/iTunes-podcast-icon.png") 4px center/45px 36px no-repeat;
        width: 200px;
        height: 50px;
        padding: 10px 10px 10px 60px;
        margin: 0 0 10px 0; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__gp-button {
        display: block;
        color: #FFFFFF;
        background: #337EC9 url("../img/google-play-music-podcast-icon.png") 4px center/43px 36px no-repeat;
        width: 200px;
        height: 50px;
        padding: 10px 10px 10px 60px;
        margin: 0 0 10px 0; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__rss-button {
        display: block;
        color: #FFFFFF;
        background: #EF6C00 url("../img/rss-podcast-icon.png") 4px center/43px 38px no-repeat;
        width: 200px;
        height: 50px;
        padding: 10px 10px 10px 60px;
        margin: 0 0 10px 0; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe a {
        color: #000000; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe a:hover {
        color: #0033be; }

/* --------------------------------------- Portrait tablet to landscape and desktop */
@media screen and (min-width: 768px) and (max-width: 999px) {
  .single-podcast-wrapper .on-demand-podcast {
    font-size: 28px; }
  .single-podcast-wrapper .single-podcast-wrapper-inner {
    display: block; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper {
      width: 100%;
      display: block;
      position: relative;
      margin: 0 30px 40px 0; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta {
        width: 90%; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe {
      width: 100%;
      display: block;
      position: relative; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__title {
        width: 100%;
        display: block; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__itunes-button, .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__gp-button, .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__rss-button {
        margin-right: 10px;
        display: block; } }
/* --------------------------------------- Landscape mobile to portrait tablet */
@media screen and (min-width: 480px) and (max-width: 767px) {
  .single-podcast-wrapper .on-demand-podcast {
    font-size: 28px; }
  .single-podcast-wrapper .on-demand-podcast-subtitle {
    display: none; }
  .single-podcast-wrapper .single-podcast-wrapper-inner {
    display: block; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .single-podcast-title {
      width: 100%; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper {
      width: 100%;
      display: block;
      position: relative;
      margin: 0 30px 40px 0; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta {
        width: 85%; } }
      @media screen and (min-width: 480px) and (max-width: 767px) and (max-width: 594px) {
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta {
          width: 80%; } }
@media screen and (min-width: 480px) and (max-width: 767px) {
    .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe {
      width: 100%;
      display: block;
      position: relative; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__title {
        width: 100%;
        display: block; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__itunes-button, .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__rss-button {
        width: 150px;
        margin-right: 10px;
        display: block; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__gp-button {
        width: 180px;
        margin-right: 10px;
        display: block; } }
/* --------------------------------------- Mobile only */
@media screen and (max-width: 479px) {
  .single-podcast-wrapper .on-demand-podcast {
    font-size: 24px; } }
  @media screen and (max-width: 479px) and (max-width: 440px) {
    .single-podcast-wrapper .on-demand-podcast {
      font-size: 20px; } }
@media screen and (max-width: 479px) {
  .single-podcast-wrapper .on-demand-podcast-subtitle {
    display: none; }
  .single-podcast-wrapper .single-podcast-wrapper-inner {
    display: block; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .single-podcast-title {
      width: 100%; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper {
      position: relative;
      display: block;
      width: 100%;
      margin: 0 30px 40px 0; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button {
        background: url("../img/play-ring.png") left center/83px no-repeat;
        width: 83px;
        height: 83px;
        padding-top: 19px; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__play-button, .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__stop-button, .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-podcast-controls .single-podcast__control-button .single-player-controls__spinner {
          font-size: 45px;
          font-size: 4.5rem; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta {
        min-height: 166px;
        background: #000000;
        border-radius: 22px;
        margin-left: 41px;
        padding: 10px 10px 10px 51px;
        width: calc(100% - 51px); }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__title {
          font-size: 18px;
          font-size: 1.8rem;
          line-height: 18px;
          line-height: 1.8rem; }
        .single-podcast-wrapper .single-podcast-wrapper-inner .single-player-meta-wrapper .single-player-meta .single-player-meta__runtime {
          width: 100%; }
    .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe {
      width: 100%;
      display: block;
      position: relative; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__title {
        width: 100%;
        display: block; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__itunes-button, .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__rss-button {
        width: 150px;
        margin-right: 10px;
        display: block; }
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__gp-button {
        width: 180px;
        margin-right: 10px;
        display: block; } }
    @media screen and (max-width: 479px) and (max-width: 440px) {
      .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__itunes-button, .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__rss-button, .single-podcast-wrapper .single-podcast-wrapper-inner .podcast-subscribe .podcast-subscribe__gp-button {
        width: 180px;
        margin-right: 10px;
        display: block; } }

/* ------------------------------------------------ Featured Players -- in middle */
.featured-title {
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700; }

.featured-player-wrapper {
  display: inline-block;
  color: #000000;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
  margin: 0;
  width: 100%; }
  .featured-player-wrapper ul {
    margin: 0;
    padding: 0; }
    .featured-player-wrapper ul li {
      display: block;
      border-top: 2px solid #A0ACB4;
      margin-bottom: 20px;
      background: #FFFFFF;
      width: 100%; }
      .featured-player-wrapper ul li .rf-image {
        display: block;
        max-width: 200px;
        max-height: 200px;
        float: left; }
        .featured-player-wrapper ul li .rf-image img {
          width: 200px;
          height: 200px; }
          @media screen and (min-width: 480px) and (max-width: 640px) {
            .featured-player-wrapper ul li .rf-image img {
              width: 100px;
              height: 100px; } }
          @media screen and (max-width: 479px) {
            .featured-player-wrapper ul li .rf-image img {
              display: none; } }
      .featured-player-wrapper ul li .rf-info {
        display: inline-block;
        width: calc(100% - 290px);
        min-height: 170px;
        margin: 10px 20px 20px 20px; }
        .featured-player-wrapper ul li .rf-info .featured-player-date {
          display: block;
          font: 14px/14px 'ProximaNovaReg', sans-serif;
          font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
          margin: 5px 0 0 0; }
          .featured-player-wrapper ul li .rf-info .featured-player-date a .featured-player-podcast-name {
            display: inline-block;
            font: 14px/14px 'ProximaNovaReg', sans-serif;
            font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
            margin: 5px 0 0 0;
            color: #0989ff; }
            .featured-player-wrapper ul li .rf-info .featured-player-date a .featured-player-podcast-name :hover {
              color: #0077e6; }
        .featured-player-wrapper ul li .rf-info h3 {
          /* Headline for podcast (title) */
          margin: 5px 0 5px 0;
          color: #333333;
          display: block;
          font: 22px/22px 'ProximaNovaSbold', sans-serif;
          font: 2.2rem/2.2rem 'ProximaNovaSbold', sans-serif;
          vertical-align: top; }
        .featured-player-wrapper ul li .rf-info .featured-player-content {
          font: 16px/16px 'ProximaNovaReg', sans-serif;
          font: 1.6rem/1.6rem 'ProximaNovaReg', sans-serif;
          text-overflow: ellipsis;
          overflow: hidden;
          vertical-align: top;
          display: block; }
        @media screen and (min-width: 480px) and (max-width: 640px) {
          .featured-player-wrapper ul li .rf-info {
            width: calc(100% - 190px);
            min-height: 160px; } }
        @media screen and (max-width: 479px) {
          .featured-player-wrapper ul li .rf-info {
            width: calc(100% - 90px); } }
      .featured-player-wrapper ul li .featured-player-share {
        display: inline-block;
        width: 30px;
        height: 160px;
        margin: 10px 0 10px 0px;
        float: right;
        font-size: 32px;
        cursor: pointer;
        background: #FFFFFF !important; }
        .featured-player-wrapper ul li .featured-player-share .featured-player-share__facebook {
          display: block; }
          .featured-player-wrapper ul li .featured-player-share .featured-player-share__facebook i {
            color: #3b5998; }
        .featured-player-wrapper ul li .featured-player-share .featured-player-share__twitter {
          display: block; }
          .featured-player-wrapper ul li .featured-player-share .featured-player-share__twitter i {
            color: #55acee; }
        .featured-player-wrapper ul li .featured-player-share .featured-player-share__google {
          display: block; }
          .featured-player-wrapper ul li .featured-player-share .featured-player-share__google i {
            color: #dd4b39; }
        .featured-player-wrapper ul li .featured-player-share .featured-player-share__linkedin {
          display: block; }
          .featured-player-wrapper ul li .featured-player-share .featured-player-share__linkedin i {
            color: #0077b5; }
        .featured-player-wrapper ul li .featured-player-share .featured-player-share__facebook i:hover, .featured-player-wrapper ul li .featured-player-share .featured-player-share__twitter i:hover, .featured-player-wrapper ul li .featured-player-share .featured-player-share__google i:hover, .featured-player-wrapper ul li .featured-player-share .featured-player-share__linkedin i:hover {
          color: #252525; }
      .featured-player-wrapper ul li .featured-download {
        display: block;
        float: right;
        text-align: right;
        margin: 0 0 5px 0;
        position: relative; }
        .featured-player-wrapper ul li .featured-download .featured-player-download {
          font: 14px/14px 'ProximaNovaReg', sans-serif;
          font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
          color: #0989ff;
          float: right; }
          .featured-player-wrapper ul li .featured-download .featured-player-download :hover {
            color: #0077e6; }
      .featured-player-wrapper ul li .player-body {
        display: block;
        margin: 10px 0 20px 0; }
      .featured-player-wrapper ul li .rf-listen {
        display: block;
        position: relative;
        background: #A0ACB4; }
        .featured-player-wrapper ul li .rf-listen .featured-player {
          display: inline-block; }
          .featured-player-wrapper ul li .rf-listen .featured-player span {
            display: block;
            cursor: pointer; }
          .featured-player-wrapper ul li .rf-listen .featured-player span.featured-player-stop-button, .featured-player-wrapper ul li .rf-listen .featured-player span.featured-player-spinner {
            display: none; }
          .featured-player-wrapper ul li .rf-listen .featured-player i.fa-play, .featured-player-wrapper ul li .rf-listen .featured-player i.fa-pause {
            color: #FFFFFF;
            font-size: 32px; }
          .featured-player-wrapper ul li .rf-listen .featured-player i.fa-play {
            padding: 7px 16px 2px 14px; }
          .featured-player-wrapper ul li .rf-listen .featured-player i.fa-pause {
            padding: 7px 14px 2px 14px; }
          .featured-player-wrapper ul li .rf-listen .featured-player i.fa-spin {
            padding: 7px 9px 2px 16px;
            color: #0989ff;
            font-size: 32px; }
          .featured-player-wrapper ul li .rf-listen .featured-player i.fa-play:hover, .featured-player-wrapper ul li .rf-listen .featured-player i.fa-pause:hover {
            color: #0989ff; }
        .featured-player-wrapper ul li .rf-listen .featured-player-listen {
          display: inline-block;
          margin: 12px 0;
          color: #FFFFFF;
          font-size: 18px;
          font-size: 1.8rem;
          vertical-align: top;
          width: 56px; }
        .featured-player-wrapper ul li .rf-listen .default-bar {
          display: inline-block;
          border-radius: 10px;
          vertical-align: top;
          margin-top: 20px;
          height: 6px;
          width: calc(100% - 260px);
          width: -webkit-calc(100% - 260px);
          box-sizing: border-box;
          background: #ffffff;
          background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(47%, #f6f6f6), color-stop(100%, #ededed));
          background: -webkit-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
          background: -o-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
          background: -ms-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
          background: linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
          overflow: hidden;
          cursor: pointer; }
        .featured-player-wrapper ul li .rf-listen .progress-bar {
          position: absolute;
          width: 0px;
          height: 6px;
          border-radius: 10px;
          background: #499bea;
          background: -moz-linear-gradient(top, #499bea 0%, #207ce5 100%);
          background: -webkit-gradient(left top, left bottom, color-stop(0%, #499bea), color-stop(100%, #207ce5));
          background: -webkit-linear-gradient(top, #499bea 0%, #207ce5 100%);
          background: -o-linear-gradient(top, #499bea 0%, #207ce5 100%);
          background: -ms-linear-gradient(top, #499bea 0%, #207ce5 100%);
          background: linear-gradient(to bottom, #499bea 0%, #207ce5 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#499bea', endColorstr='#207ce5', GradientType=0 );
          overflow: hidden; }
        .featured-player-wrapper ul li .rf-listen .featured-player-runtime {
          display: inline-block;
          margin: 12px 8px;
          color: #FFFFFF;
          font-family: monospace;
          font-size: 15px;
          font-size: 1.5rem;
          float: right;
          z-index: 200; }
          .featured-player-wrapper ul li .rf-listen .featured-player-runtime .timer {
            display: inline-block;
            text-align: right; }

.feed-player-headline {
  font: 36px/36px 'ProximaNovaSbold', sans-serif;
  font: 3.6rem/3.6rem 'ProximaNovaSbold', sans-serif;
  color: #0989ff;
  text-align: left; }

.feed-player-header {
  width: 100%;
  height: 24px;
  background: #0989ff;
  font: 16px/16px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaSbold', sans-serif;
  color: #FFFFFF;
  text-align: center;
  padding-top: 4px; }

.feed-player-sub-header {
  width: 100%;
  height: 24px;
  font: 12px/12px 'ProximaNovaReg', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaReg', sans-serif;
  color: #000000;
  background: #FFFFFF;
  border-bottom: 1px solid #DDDDDD;
  padding-top: 6px; }
  .feed-player-sub-header .sub-header-play {
    display: inline-block;
    width: 38px;
    text-align: center; }
  .feed-player-sub-header .sub-header-title {
    display: inline-block;
    width: calc(100% - 248px);
    width: -webkit-calc(100% - 248px);
    text-align: center; }
  .feed-player-sub-header .sub-header-runtime {
    display: inline-block;
    width: 60px;
    text-align: center; }
  .feed-player-sub-header .sub-header-date {
    display: inline-block;
    width: 70px;
    text-align: center; }
  .feed-player-sub-header .sub-header-download {
    display: block;
    margin: 0 5px 0 0;
    width: 60px;
    text-align: center;
    float: right; }

/* -------------------- Feed Player: List of podcast episodes */
.feed-player-wrapper {
  display: block;
  color: #000000;
  background: #FFFFFF;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
  width: 100%;
  border: 1px solid #cccccc; }
  .feed-player-wrapper ul {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    .feed-player-wrapper ul li {
      line-height: 34px;
      border-bottom: 1px solid #DDDDDD; }
      .feed-player-wrapper ul li div {
        vertical-align: top; }
      .feed-player-wrapper ul li .feed-player {
        display: inline-block;
        border-right: 1px solid #DDDDDD;
        width: 40px;
        text-align: center; }
        .feed-player-wrapper ul li .feed-player span {
          padding: 0 5px 0 5px;
          display: block;
          cursor: pointer; }
        .feed-player-wrapper ul li .feed-player span:hover, .feed-player-wrapper ul li .feed-player span.feed-player-spinner {
          color: #0989ff; }
        .feed-player-wrapper ul li .feed-player span.feed-player-play-button {
          color: #999999; }
        .feed-player-wrapper ul li .feed-player span.feed-player-stop-button, .feed-player-wrapper ul li .feed-player span.feed-player-spinner {
          display: none; }
      .feed-player-wrapper ul li .feed-player-text {
        display: inline-block;
        margin: 0 5px 0 5px;
        width: calc(100% - 260px);
        width: -webkit-calc(100% - 260px);
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        vertical-align: top; }
        @media screen and (max-width: 480px) {
          .feed-player-wrapper ul li .feed-player-text {
            width: calc(100% - 140px);
            width: -webkit-calc(100% - 140px); } }
      .feed-player-wrapper ul li .feed-player-runtime {
        border-left: 1px solid #DDDDDD;
        display: inline-block;
        text-align: center;
        font-family: monospace;
        font-size: 15px;
        font-size: 1.5rem;
        width: 60px; }
      .feed-player-wrapper ul li .feed-player-date {
        border-left: 1px solid #DDDDDD;
        display: inline-block;
        width: 70px;
        text-align: center;
        font-family: monospace;
        font-size: 15px;
        font-size: 1.5rem; }
        @media screen and (max-width: 480px) {
          .feed-player-wrapper ul li .feed-player-date {
            display: none; } }
      .feed-player-wrapper ul li .feed-download {
        border-left: 1px solid #DDDDDD;
        display: block;
        width: 60px;
        margin: 0 5px 0 0;
        text-align: center;
        float: right; }
        .feed-player-wrapper ul li .feed-download span {
          padding: 0 14px;
          display: block;
          cursor: pointer; }
        .feed-player-wrapper ul li .feed-download span:hover {
          color: #252525; }
        @media screen and (max-width: 480px) {
          .feed-player-wrapper ul li .feed-download {
            display: none; } }

.learn-how-link {
  font: 16px/16px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaSbold', sans-serif;
  margin: 0 0 20px 0;
  color: #0989ff;
  text-align: left; }
  .learn-how-link :hover {
    color: #0077e6; }

.back-to-directory {
  display: inline-block;
  float: right;
  background-color: #0989ff;
  color: #ffffff;
  font: 14px/16px 'ProximaNovaSbold', sans-serif;
  font: 1.4rem/1.6rem 'ProximaNovaSbold', sans-serif;
  text-align: center;
  padding: 8px;
  margin-right: 20px; }

.podcast-logo-wrapper {
  display: inline-block;
  width: 250px;
  margin: 20px 30px 20px 0;
  vertical-align: top; }
  .podcast-logo-wrapper .podcast-logo {
    width: 250px;
    height: 250px; }
  .podcast-logo-wrapper .logo-caption {
    font: 14px/16px 'ProximaNovaSbold', sans-serif;
    font: 1.4rem/1.6rem 'ProximaNovaSbold', sans-serif;
    color: #000000;
    text-align: center;
    margin: 0; }

.directory-headline {
  display: block !important;
  margin-top: 10px !important; }

.podcast-intro {
  font: 18px/22px 'ProximaNovaReg', sans-serif;
  font: 1.8rem/2.2rem 'ProximaNovaReg', sans-serif;
  color: #000000;
  text-align: left;
  display: block;
  -webkit-margin-before: 0px; }

.podcast-101-link {
  font: 20px/24px 'ProximaNovaSbold', sans-serif;
  font: 2.0rem/2.4rem 'ProximaNovaSbold', sans883x3-serif;
  color: #0989ff;
  text-align: left; }
  .podcast-101-link :hover {
    color: #0077e6; }

.podcast-column-rule {
  display: block;
  width: 100%;
  height: 10px;
  margin: 20px 0 10px 0;
  border-bottom: 2px solid #cccccc; }

.watch-kim-image {
  float: left;
  margin: 0 20px 0 0;
  width: 250px !important;
  height: 250px !important; }

.watch-text {
  display: inline-block;
  margin: 20px 0 0 0;
  font: 18px/22px 'ProximaNovaReg', sans-serif;
  font: 1.8rem/2.2rem 'ProximaNovaReg', sans-serif;
  color: #000000; }

.episode-listing {
  max-width: 860px;
  display: block;
  clear: both; }
  .episode-listing .podcast-info-outside {
    display: block !important;
    max-height: 600px;
    clear: both; }
    .episode-listing .podcast-info-outside .inside-info {
      display: block;
      width: 100%;
      float: left; }
      .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-logo-episode {
        display: block;
        width: 250px;
        height: 250px;
        float: left;
        margin: 0 20px 0 0; }
      .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information {
        display: inline;
        margin: 20px 0; }
        .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .subscribe-links {
          display: block;
          margin: 10px 0 0 0;
          position: relative; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .subscribe-links .subscribe-text {
            display: inline-block;
            font: 18px/20px 'ProximaNovaSbold', sans-serif;
            font: 1.8rem/2.0rem 'ProximaNovaSbold', sans-serif;
            color: #000000;
            text-align: left;
            width: 110px;
            height: 30px;
            vertical-align: top;
            padding: 14px 0 0 0; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .subscribe-links .subscribe-iTunes, .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .subscribe-links .subscribe-google, .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .subscribe-links .subscribe-rss {
            display: inline-block;
            height: 30px;
            margin: 10px; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .subscribe-links .subscribe-iTunes {
            width: 83px; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .subscribe-links .subscribe-google {
            width: 96px; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .subscribe-links .subscribe-rss {
            width: 30px; }
        .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share {
          display: inline-block;
          width: 140px;
          height: 30px;
          margin: 0 20px 0 40px;
          padding: 10px 0 0 0;
          float: right;
          cursor: pointer;
          background: #FFFFFF;
          position: relative;
          vertical-align: top; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-facebook {
            display: inline-block;
            width: 30px;
            float: right; }
            .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-facebook i {
              font-size: 30px;
              color: #3b5998; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-twitter {
            display: inline-block;
            width: 30px;
            float: right; }
            .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-twitter i {
              font-size: 30px;
              color: #55acee; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-google {
            display: inline-block;
            width: 30px;
            float: right; }
            .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-google i {
              font-size: 30px;
              color: #dd4b39; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-linkedin {
            display: block;
            width: 30px;
            float: right; }
            .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-linkedin i {
              font-size: 30px;
              color: #0077b5; }
          .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-facebook i:hover, .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-twitter i:hover, .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-google i:hover, .episode-listing .podcast-info-outside .inside-info .podcast-page-logo .podcast-information .podcast-share .podcast-share-linkedin i:hover {
            color: #252525; }

.after-intro {
  display: block;
  clear: both;
  padding: 20px 0 0 0;
  width: 100%; }

.sub-headline {
  display: block;
  font: 22px/26px 'ProximaNovaSbold', sans-serif;
  font: 2.2rem/2.6rem 'ProximaNovaSbold', sans-serif;
  /* color: #0989ff; */
  color: #000000;
  text-align: left; }

.two-double-ads .ad-row {
  display: inline;
  width: 380px;
  float: right;
  border-left: 1px;
  border-left-style: solid;
  border-left-color: #999999;
  padding: 0 40px 0 40px; }
  .two-double-ads .ad-row .ad-box {
    display: inline-block;
    width: 300px;
    margin: 0 0 20px 0; }
    .two-double-ads .ad-row .ad-box .ad-tag {
      font: 12px/12px 'ProximaNovaReg', sans-serif;
      font: 1.2rem/1.2rem 'ProximaNovaReg', sans-serif;
      text-align: center;
      color: #999999; }
  @media screen and (max-width: 999px) {
    .two-double-ads .ad-row {
      display: block;
      width: 100%;
      margin: 0 auto; } }

.show-728x90-ad {
  overflow: hidden; }

.on-demand-main-column {
  display: inline-block;
  float: left;
  width: calc(100% - 420px);
  margin: 0 20px; }
  .on-demand-main-column h1 {
    font: 36px/36px 'ProximaNovaSbold', sans-serif;
    font: 3.6rem/3.6rem 'ProximaNovaSbold', sans-serif; }
  .on-demand-main-column h2 {
    font: 22px/24px 'ProximaNovaSbold', sans-serif;
    font: 2.2rem/2.4rem 'ProximaNovaSbold', sans-serif; }
  .on-demand-main-column p {
    font: 16px/17px 'ProximaNovaReg', sans-serif;
    font: 1.6rem/1.7rem 'ProximaNovaReg', sans-serif; }
  @media screen and (max-width: 999px) {
    .on-demand-main-column {
      width: calc(100% - 40px);
      margin: 0 20px; } }
  @media screen and (max-width: 479px) {
    .on-demand-main-column {
      padding: 0; } }

@media screen and (max-width: 479px) {
  .show-sidebar {
    display: none; }

  .feed-player-wrapper .feed-player-date {
    display: none; }

  .feed-player-wrapper .feed-download {
    display: none; }
    .feed-player-wrapper .feed-download .feed-player-download-button {
      display: none; } }
@media screen and (min-width: 480px) and (max-width: 639px) {
  .show-sidebar {
    display: none; } }
@media screen and (min-width: 640px) and (max-width: 999px) {
  .show-sidebar {
    display: none; } }
@media screen and (min-width: 1000px) {
  .on-demand-main-column {
    display: inline-block;
    margin: 0 10px 0 20px; }

  .show-sidebar {
    display: inline-block;
    width: 370px;
    float: right; } }
.on-demand-subscribe-button {
  display: inline-block;
  float: right;
  padding: 10px 20px;
  margin: 0 0 20px 20px;
  background: #0a88ff; }
  .on-demand-subscribe-button a {
    text-decoration: none;
    font: 24px/35px 'ProximaNovaSbold', sans-serif;
    font: 2.4rem/3.5rem 'ProximaNovaSbold', sans-serif;
    color: #ffffff; }

.show-sidebar {
  display: inline-block;
  width: 380px;
  padding: 0 40px 40px 0;
  border-left: 1px;
  border-left-style: solid;
  border-left-color: #999999; }
  .show-sidebar .recent-on-demand {
    background: #0a88ff;
    width: 380px;
    height: 40px;
    padding: 15px;
    font: 12px/14px 'ProximaNovaSbold', sans-serif;
    font: 1.2rem/1.4rem 'ProximaNovaSbold', sans-serif;
    color: #ffffff;
    margin: 15px 0; }
  .show-sidebar .on-demand-sidebar-item {
    float: left;
    display: block;
    width: 300px;
    margin: 20px 40px 0 40px;
    border: solid 1px #DDDDDD;
    overflow: hidden; }
  .show-sidebar .title-text a {
    width: 300px;
    padding: 0 10px 10px 10px;
    font: 22px/22px 'ProximaNovaSbold', sans-serif;
    font: 2.2rem/2.2rem 'ProximaNovaSbold', sans-serif;
    color: #333333; }
  .show-sidebar .title-text a:hover {
    color: #0a88ff;
    text-decoration: underline; }

/* =========================================== End of Komando on Demand */
.contact-spinner,
.contact-success,
.contact-success-kim {
  display: none; }

.contact-well {
  background: #f8f8f8;
  border-left: 3px solid #e2e2e2;
  width: 100%;
  font-size: 14px;
  padding: 20px;
  margin: 20px 0; }

.contact-well span {
  display: block;
  font: 13px/13px 'ProximaNovaBold', sans-serif;
  font: 1.3rem/1.3rem 'ProximaNovaBold', sans-serif;
  text-transform: uppercase;
  padding: 0;
  margin: 8px 0;
  color: #0989ff; }

.contact-well:hover a,
.contact-well:hover a:hover {
  color: #ffffff; }

.contact-option:hover,
#contact-button-ask-orders:hover {
  background-color: #0989ff;
  background-image: url("../img/contact-page-envelope.png");
  background-position: calc(100% - 10px) calc(100% - 10px);
  background-position: -webkit-calc(100% - 10px) -webkit-calc(100% - 10px);
  background-repeat: no-repeat;
  background-size: 25px 16px;
  color: #ffffff;
  border-left: 3px solid #0033be; }

.contact-option:hover span,
.content-option:hover a,
#contact-button-ask-orders:hover span,
#contact-button-ask-orders:hover a {
  color: #ffffff; }

.contact-option,
#contact-button-ask-orders {
  cursor: pointer; }

.contact-form-wrapper {
  display: none;
  position: relative;
  color: #ffffff;
  background: #0989ff url("../img/contact-form-bg.jpg") 0 0 repeat;
  margin: 0 0 20px -20px;
  padding: 20px;
  width: calc(100% + 40px);
  width: -webkit-calc(100% + 40px); }
  .contact-form-wrapper img {
    width: auto !important; }

.contact-form-wrapper a {
  color: #ffffff;
  text-decoration: underline; }

.more-button {
  text-align: center; }

.close-form {
  color: #ffffff;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 16px; }

.contact-spinner {
  padding: 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center; }

.contact-success,
.contact-success-kim {
  padding: 20px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  vertical-align: middle; }

.contact-success div,
.contact-success-kim div {
  margin: 40px 0; }

.station-finder-wrapper {
  padding-top: 35px;
  width: calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  margin: -20px 0 30px -20px;
  text-align: center; }

.station-finder-wrapper h1 {
  display: block;
  margin-top: 0;
  padding: 0 20px; }

.station-finder-text {
  color: #878787;
  padding: 0 20px;
  display: inline-block;
  line-height: 18px; }

.station-finder-map {
  background: url("../img/station-finder-us-map.jpg") center top no-repeat;
  background-size: 473px 300px;
  height: 300px;
  padding: 70px 0 0 0; }

.station-finder-map form,
.station-finder-no-results-wrapper form {
  font-size: 0px;
  font-size: 0rem; }

.station-finder-map form .btn,
.station-finder-no-results-wrapper form .btn,
.station-finder-map form .btn:hover,
.station-finder-no-results-wrapper form .btn:hover {
  border: 2px solid #0445ff;
  background: #0445ff;
  color: #ffffff; }

.station-finder-tower {
  width: 64px; }

.station-finder-label {
  font: 14px/14px 'ProximaNovaBold', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaBold', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  padding: 6px 0; }

.station-finder-map #lookup,
.station-finder-no-results-wrapper #lookup {
  font: 16px 'ProximaNovaReg', sans-serif;
  font: 1.6rem 'ProximaNovaReg', sans-serif;
  border-top: 2px solid #0445ff;
  border-left: 2px solid #0445ff;
  border-bottom: 2px solid #0445ff;
  border-right: none;
  color: rgba(66, 73, 76, 0.53);
  line-height: 45px;
  padding: 0 10px;
  height: 45px;
  width: 220px; }

.station-finder-map .btn,
.station-finder-no-results-wrapper .btn {
  color: #128dfe !important;
  font-size: 21px;
  background: #f0f0f0 !important;
  width: 37px;
  padding: 0;
  margin: 0;
  height: 45px;
  line-height: 45px;
  vertical-align: top;
  border-radius: 0;
  border-top: 2px solid #0445ff;
  border-right: 2px solid #0445ff;
  border-bottom: 2px solid #0445ff;
  border-left: none !important; }

.join-kims-club-teaser-button {
  width: 100%;
  position: relative;
  text-align: center; }
  .join-kims-club-teaser-button span {
    text-align: left; }

.join-kims-club-teaser-button img {
  width: 100%; }

.join-kims-club-teaser-button span,
.join-table-lock,
.plan-header-lock {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  height: auto;
  color: #42494c;
  background: url("../img/gradient-triangle-left.png") bottom right no-repeat;
  background-size: 36px 36px;
  height: 36px;
  width: 36px; }

.join-kims-club-teaser-button span i,
.join-table-lock i,
.plan-header-lock i {
  margin: 2px 0 0 6px;
  position: absolute; }

.join-kims-club-teaser-text {
  background: rgba(9, 137, 255, 0.68);
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 25px;
  line-height: 2.5rem;
  font-family: 'ProximaNovaSbold', sans-serif;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 6px 35px;
  position: relative;
  text-align: center;
  top: -60px; }

.join-kims-club-teaser-text .fa-angle-right {
  padding-left: 10px; }

div.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

.join-kims-club-teaser-button a,
.join-kims-club-teaser-button a:hover {
  color: #ffffff; }

.station-finder-google-map {
  width: calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  height: 230px;
  margin: -20px 0 0 -20px;
  background: url("../img/placeholder-image.png") center center no-repeat; }

.station-finder-no-results-wrapper {
  width: calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  background: #eeeeee;
  text-align: center;
  margin: -20px 0 30px -20px;
  padding: 60px 30px; }

.station-finder-no-results-wrapper label {
  color: #42494c; }

.station-finder-no-results-wrapper .sfnr-text {
  display: block;
  margin: 30px auto 0 auto;
  max-width: 420px;
  text-align: left; }

.sfnr-sizzle-reel {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.sfnr-sizzle-reel iframe,
.sfnr-sizzle-reel object,
.sfnr-sizzle-reel embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.station-finder-alert {
  width: 64px; }

.search-again {
  background: #002da1 url("../img/blue-1.jpg") 0 0 repeat-x;
  line-height: 50px;
  padding: 0 20px; }

.search-again img {
  width: 40px;
  vertical-align: middle; }

.search-again a,
.search-again a:hover {
  color: #ffffff; }

.result-tower {
  width: 30px;
  display: block;
  margin: auto; }

.result-tower img {
  width: 100%; }

.result-station {
  font: 24px/24px 'ProximaNovaBold', sans-serif;
  font: 2.4rem/2.4rem 'ProximaNovaBold', sans-serif;
  color: #0989ff;
  display: block; }

.result-location {
  font: 12px/12px 'ProximaNovaReg', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaReg', sans-serif;
  color: #42494c;
  display: block;
  margin: 0 0 20px 0;
  position: relative; }

.result-location:after {
  content: '';
  position: absolute;
  width: 20%;
  left: 40%;
  bottom: -10px;
  border-bottom: 1px solid #e6e6e6; }

.result-show,
.result-calendar {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0; }

.station-finder-results-wrapper {
  margin: 30px 0; }

.result {
  text-align: center;
  padding: 20px;
  margin: 20px 0;
  border-bottom: 1px solid #e0e0e0; }

.station-finder-results-wrapper .result:last-child {
  border-bottom: none; }

.join-kims-club-teaser-button .join-kims-club {
  padding: 30px;
  margin-bottom: 25px; }

.join-table {
  color: #42494c; }
  .join-table .header-cell {
    font: 18px/24px 'ProximaNovaBold', sans-serif;
    font: 1.8rem/2.4rem 'ProximaNovaBold', sans-serif;
    font-weight: normal; }
  .join-table .description-cell {
    color: #868e91;
    display: none;
    font: 14px/20px 'ProximaNovaSbold', sans-serif;
    font: 1.4rem/2.0rem 'ProximaNovaSbold', sans-serif;
    font-weight: normal;
    padding-left: 15px;
    margin: 10px 0 0 0; }
    @media screen and (max-width: 460px) {
      .join-table .description-cell iframe {
        width: 100%; } }

.join-table-listen {
  color: #42494c; }
  .join-table-listen .header-cell {
    font: 18px/24px 'ProximaNovaBold', sans-serif;
    font: 1.8rem/2.4rem 'ProximaNovaBold', sans-serif;
    font-weight: normal; }
  .join-table-listen .description-cell {
    color: #868e91;
    display: none;
    font: 14px/20px 'ProximaNovaSbold', sans-serif;
    font: 1.4rem/2.0rem 'ProximaNovaSbold', sans-serif;
    font-weight: normal;
    padding-left: 15px;
    margin: 10px 0 0 0; }
    @media screen and (max-width: 460px) {
      .join-table-listen .description-cell iframe {
        width: 100%; } }

.club-products-sizzle-video {
  float: right;
  margin: 0 0 0 12px;
  width: 300px;
  height: 169px; }

.join-table-header {
  background: url("../img/kims-club-header-bg.jpg") center top no-repeat;
  color: #ffffff;
  position: relative;
  padding: 30px;
  margin: -30px 0 0 -30px;
  width: calc(100% + 60px);
  min-height: 175px;
  font-size: 20px;
  font-size: 2rem; }

.join-table-header a,
.join-table-header a:hover {
  color: #ffffff;
  text-decoration: underline; }

.plan-header {
  background: url("../img/kims-club-header-bg.jpg") center top no-repeat;
  color: #ffffff;
  position: relative;
  padding: 30px;
  margin: -30px 0 0 -30px;
  width: calc(100% + 60px);
  width: -webkit-calc(100% + 60px); }

.join-table-cell {
  padding: 16px; }
  @media screen and (max-width: 999px) {
    .join-table-cell .btn-gold {
      padding: 0 25px; }
    .join-table-cell .btn-large {
      font-size: 20px; } }

.join-table-listen-cell {
  padding: 16px; }
  @media screen and (max-width: 999px) {
    .join-table-listen-cell .btn-gold {
      padding: 0 25px; }
    .join-table-listen-cell .btn-large {
      font-size: 20px; } }

.join-table-option-tabs {
  width: 100%;
  font-size: 0px;
  font-size: 0rem;
  margin: 50px 0 -30px 0; }

.join-table-option {
  padding: 20px 30px;
  position: relative; }

.join-table-option-basic {
  background: #4428b4;
  width: 50%;
  display: inline-block; }

.join-table-option-premium {
  background: #ffe60a;
  border: 1px solid #ffaa06;
  color: #42494c;
  width: 50%;
  display: inline-block; }

.join-table-option-name {
  font: 24px/24px 'ProximaNovaSbold', sans-serif;
  font: 2.4rem/2.4rem 'ProximaNovaSbold', sans-serif;
  margin: 0 0 12px 0;
  display: block; }

.join-table-option-price-sub {
  font-size: 10px;
  font-size: 1rem;
  display: block; }

.join-table-option-price {
  font: 18px/18px 'ProximaNovaSbold', sans-serif;
  font: 1.8rem/1.8rem 'ProximaNovaSbold', sans-serif; }

.join-table-price-per {
  font: 14px/14px 'ProximaNovaSbold', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaSbold', sans-serif; }

.join-table-option-best {
  position: absolute;
  width: calc(100% + 2px);
  width: -webkit-calc(100% + 2px);
  background: url("../img/kims-club-highlight-bg.png") left top no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  top: -28px;
  left: -1px;
  font: 10px/28px 'ProximaNovaXbold', sans-serif;
  font: 1.0rem/2.8rem 'ProximaNovaXbold', sans-serif;
  padding: 0 0 0 30px; }
  @media screen and (max-width: 320px) {
    .join-table-option-best {
      padding-left: 20px; } }

.join-table-kim,
.plan-kim {
  position: absolute;
  top: -48px;
  right: -6px;
  width: 70px;
  overflow-y: hidden;
  bottom: 0;
  display: none; }

.join-table-kim img,
.plan-kim img {
  width: 100%; }

.kims-club-logo {
  margin: 0 0 20px 0; }

.kims-club-logo span {
  font-size: 10px;
  font-size: 1rem;
  text-transform: uppercase;
  display: block; }

.kims-club-logo img {
  width: 220px; }

.join-table,
.join-table-listen {
  width: 100%;
  display: table;
  border-collapse: collapse; }

.join-table.premium {
  border-top: 1px solid #ffaa06;
  border-bottom: 1px solid #ffaa06; }

.join-table.premium .join-table-row {
  border-left: 1px solid #ffaa06;
  border-right: 1px solid #ffaa06; }

.join-table-row,
.join-table-listen-row {
  display: table;
  width: 100%;
  border: 1px solid #eeeeee;
  background: #ffffff; }

.join-table-row div.join-table-cell:last-child {
  border-right: 1px solid #ffaa06; }

.join-table-row div.join-table-cell:nth-child(2) {
  border-right: 1px solid #ffaa06; }

.join-table div.join-table-row:last-child div:last-child {
  border-bottom: 1px solid #ffaa06; }

.join-table-row > div:first-child,
.join-table-listen-row > div:first-child {
  text-align: left;
  width: auto; }

.join-table div.join-table-row:nth-child(even),
.join-table-listen div.join-table-listen-row:nth-child(even) {
  background: #fbfbfb; }

.join-table div.join-table-row:nth-child(even) div.join-table-cell:last-child {
  background: #fff8ea; }

.join-table.premium div.join-table-row:nth-child(even) {
  background: #fff8ea; }

.header-cell {
  font-weight: bold;
  cursor: pointer; }

.header-cell:hover {
  color: #0989ff; }

.header-cell.active {
  color: #0989ff; }

.join-table-cell .fa-check {
  color: #53c977; }

.join-section-wrapper {
  display: block;
  width: calc(100% + 60px);
  margin: -30px 0 0 -30px; }
  .join-section-wrapper .kom-club-title-bar .cap {
    left: 135px; }
  .join-section-wrapper .kom-club-title-bar .prem {
    left: 290px; }
  .join-section-wrapper .join-video-header {
    display: block;
    width: 100%;
    /*    background-color: #000000; */
    color: #ffffff;
    padding: 30px;
    min-height: 460px;
    z-index: 0; }
    .join-section-wrapper .join-video-header .join-video-header-join-box {
      width: 400px;
      background-color: rgba(96, 55, 163, 0.6);
      padding: 30px;
      padding-top: 5px;
      margin-top: 179px;
      font-size: 50px;
      line-height: normal;
      text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.5);
      position: absolute;
      margin-left: 90px; }
      .join-section-wrapper .join-video-header .join-video-header-join-box p {
        line-height: 47px;
        margin: 0; }
      .join-section-wrapper .join-video-header .join-video-header-join-box .get-free-trial {
        font-size: 30px; }
      .join-section-wrapper .join-video-header .join-video-header-join-box .yellow-text {
        color: #ffb544; }
      .join-section-wrapper .join-video-header .join-video-header-join-box .btn {
        text-shadow: none; }
  .join-section-wrapper .join-choose {
    font-size: 35px;
    line-height: 38px;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px; }
  .join-section-wrapper .col-half {
    max-width: 300px;
    margin-left: 5%;
    width: 50%;
    display: block;
    float: left;
    /*    padding-left: 5%;
        padding-right: 5%; */
    padding-top: 1%;
    text-align: center; }
    .join-section-wrapper .col-half .btn-gold {
      margin-top: 15px;
      margin-bottom: 15px;
      font-size: 24px; }
  .join-section-wrapper .bubble-boxes-wrapper {
    max-width: 80%;
    margin-left: 20%;
    /*    margin: auto; */ }
  .join-section-wrapper .bubble-box-row {
    min-width: 10%;
    display: block;
    margin: auto; }
  .join-section-wrapper .bubble-box {
    width: 100%;
    min-height: 200px;
    border-radius: 6px 6px 0 0;
    color: #ffffff; }
    .join-section-wrapper .bubble-box h1 {
      display: block;
      /*      clear: both; */
      width: 100%;
      padding: 20px 0 10px 0;
      font-size: 40px !important; }
    .join-section-wrapper .bubble-box span.pre-price {
      display: block;
      margin-top: 20px; }
    .join-section-wrapper .bubble-box span.price {
      font-size: 20px;
      display: block;
      margin-top: 5px; }
  .join-section-wrapper .back-link {
    text-align: center;
    clear: both;
    padding-top: 20px; }
  .join-section-wrapper .bubble-boxes-wrapper.product-page.margin-1 {
    margin-left: 38% !important; }
  .join-section-wrapper .bubble-boxes-wrapper.product-page.margin-2 {
    margin-left: 25% !important; }
  .join-section-wrapper .bubble-boxes-wrapper.product-page.margin-3, .join-section-wrapper .bubble-boxes-wrapper.product-page.margin-4 {
    margin-left: 10% !important; }
  @media screen and (max-width: 1000px) {
    .join-section-wrapper .bubble-boxes-wrapper.product-page.margin-1, .join-section-wrapper .bubble-boxes-wrapper.product-page.margin-2, .join-section-wrapper .bubble-boxes-wrapper.product-page.margin-3, .join-section-wrapper .bubble-boxes-wrapper.product-page.margin-4 {
      margin-left: 15% !important; } }
  .join-section-wrapper .product-page h1 {
    font-size: 30px !important; }
  .join-section-wrapper .product-page .premium h1 {
    color: black; }
  .join-section-wrapper .product-page img {
    margin-bottom: 40px; }
  .join-section-wrapper .product-page span.post-price {
    display: block;
    margin-top: 20px; }
  .join-section-wrapper .product-page span.price {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    padding-top: 25px; }
  .join-section-wrapper .product-page span.charged {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    display: block; }
  .join-section-wrapper .product-page .gray-area {
    width: 100%;
    background-color: #e4e4e4;
    min-height: 120px; }
  .join-section-wrapper .product-page .col-half {
    max-width: 350px !important;
    margin-left: 0 !important;
    padding-left: 1%;
    padding-right: 1%; }
  .join-section-wrapper .product-page .col-1 {
    width: 100%; }
  .join-section-wrapper .product-page .col-2 {
    width: 50%; }
  .join-section-wrapper .product-page .col-3 {
    width: 33.3%; }
  .join-section-wrapper .product-page .col-4 {
    width: 25%; }
  .join-section-wrapper .product-page .col-5 {
    width: 20%; }
  .join-section-wrapper .product-page .col-6 {
    width: 16.6%; }
  @media screen and (max-width: 1000px) {
    .join-section-wrapper .product-page .col-half {
      width: 90% !important;
      margin: 5%;
      max-width: none !important; } }
  @media screen and (max-width: 1000px) {
    .join-section-wrapper .join-choose {
      max-width: 80%;
      margin-right: auto;
      margin-left: auto; } }
  .join-section-wrapper .bubble-box.left, .join-section-wrapper .bubble-box.basic {
    background-color: #591cb1; }
  .join-section-wrapper .bubble-box.right, .join-section-wrapper .bubble-box.premium {
    background-color: #4e9dff; }
  .join-section-wrapper .bubble-box-bottom {
    width: 100%;
    min-height: 200px;
    border-radius: 0 0 6px 6px;
    color: #000000;
    border: 2px solid rgba(0, 0, 0, 0.41); }
    .join-section-wrapper .bubble-box-bottom span.info-bar {
      display: block;
      text-align: left;
      padding: 10px;
      padding-right: 30px;
      padding-left: 18px;
      font-weight: bold;
      font-size: 16px;
      line-height: normal; }
      .join-section-wrapper .bubble-box-bottom span.info-bar i.fa.fa-caret-right {
        color: #4c88fb; }
    .join-section-wrapper .bubble-box-bottom span.info-bar.odd {
      background-color: #e4e4e4; }
  .join-section-wrapper .bubble-box-bottom.right {
    border-bottom: 0;
    border-radius: 0 0 0 0; }
  .join-section-wrapper .bubble-box-bottom-premium {
    width: 100%;
    min-height: 200px;
    border-radius: 0 0 6px 6px;
    color: #000000;
    background-color: #fffbae;
    border: 2px solid #ffe43e; }
    .join-section-wrapper .bubble-box-bottom-premium span.info-bar {
      display: block;
      text-align: left;
      padding: 10px;
      padding-right: 30px;
      padding-left: 18px;
      font-weight: bold;
      font-size: 16px;
      line-height: normal; }
      .join-section-wrapper .bubble-box-bottom-premium span.info-bar i.fa.fa-caret-right {
        color: #4c88fb; }
    .join-section-wrapper .bubble-box-bottom-premium span.info-bar.premium-odd {
      background-color: #ffd548; }
  .join-section-wrapper .best-value {
    position: relative;
    clear: none;
    margin-top: -23px;
    float: right;
    margin-right: -19px;
    text-align: right;
    width: 100%;
    height: 10px; }
  .join-section-wrapper .look-atcha {
    font-size: 25px;
    line-height: 40px;
    margin-top: 150px;
    margin-left: -10px;
    position: absolute;
    width: 300px; }
    .join-section-wrapper .look-atcha img {
      position: relative;
      float: right;
      text-align: right;
      margin-right: -50px;
      margin-top: -15px; }
  @media screen and (max-width: 1280px) {
    .join-section-wrapper .look-atcha {
      margin-left: -45px;
      width: 250px; }
      .join-section-wrapper .look-atcha img {
        margin-top: 15px; } }
  .join-section-wrapper .btn-gold.join-btn.premium.right {
    margin-left: -15%; }
  .join-section-wrapper .btn-gold.join-btn.basic.left {
    margin-left: 60%; }
  @media screen and (max-width: 1110px) {
    .join-section-wrapper .btn-gold.join-btn.basic.left {
      margin-left: 40%; } }
  @media screen and (max-width: 750px) {
    .join-section-wrapper .btn-gold.join-btn.basic.left {
      margin-left: 30%; } }
  .join-section-wrapper .bottom-buttons .col-half {
    max-width: none;
    margin: auto;
    margin-left: -4%; }
  .join-section-wrapper .bottom-purple .col-half {
    background-color: #6d4aa5;
    padding: 20px;
    color: #ffffff;
    min-height: 380px;
    max-width: none;
    margin: auto; }
    .join-section-wrapper .bottom-purple .col-half .members-saying {
      font-size: 20px;
      font-weight: bold;
      margin-bottom: 15px;
      margin-top: 20%; }
  .join-section-wrapper .yt-vid {
    margin-top: 5%; }
  .join-section-wrapper #testimonials_box {
    margin-left: 30px;
    margin-right: 30px; }
  .join-section-wrapper #testimonials_circles ul {
    list-style: none; }
    .join-section-wrapper #testimonials_circles ul li {
      display: inline; }
      .join-section-wrapper #testimonials_circles ul li a.selected {
        color: white; }
  @media screen and (max-width: 1170px) {
    .join-section-wrapper .bubble-boxes-wrapper {
      margin-left: 15%; }
    .join-section-wrapper .col-half {
      margin-left: 8%;
      max-width: 260px;
      /*margin-left: 0;*/ } }
  @media screen and (max-width: 900px) {
    .join-section-wrapper .col-half {
      margin-left: 3%; } }
  @media screen and (max-width: 750px) {
    .join-section-wrapper .bubble-boxes-wrapper {
      margin-left: 10%; }
    .join-section-wrapper .col-half {
      margin-left: .8%;
      /*margin-left: 0;*/ } }
  @media screen and (max-width: 680px) {
    .join-section-wrapper .bubble-box img {
      width: 50%; }
    .join-section-wrapper .col-half {
      max-width: none;
      width: 100%;
      margin-bottom: 30px; }
    .join-section-wrapper .look-atcha, .join-section-wrapper .bottom-buttons {
      display: none; }
    .join-section-wrapper .kom-club-title-bar .cap {
      left: 43px; }
    .join-section-wrapper .kom-club-title-bar .prem {
      left: 140px; }
    .join-section-wrapper .bottom-purple .col-half {
      margin-bottom: 0; }
    .join-section-wrapper .join-video-header {
      padding-left: 0; }
    .join-section-wrapper .join-video-header .join-video-header-join-box {
      width: 100%;
      margin-top: 220px;
      font-size: 32px;
      max-width: 100%;
      margin-left: 0; }
      .join-section-wrapper .join-video-header .join-video-header-join-box .yellow-text {
        display: block; }
    .join-section-wrapper .join-video-header .join-video-header-join-box .get-free-trial {
      font-size: 15px; }
    .join-section-wrapper .bottom-purple .col-half .members-saying {
      margin-top: inherit; }
    .join-section-wrapper .bottom-purple .col-half {
      min-height: inherit; } }

.join-kims-club .checkout-fieldset select {
  width: 97.8%;
  padding: 0 5px;
  height: 30px; }

.kom-club-join-top-bars {
  display: block;
  width: calc(100% + 60px);
  margin: -30px 0 0 -30px;
  margin-bottom: 30px; }
  .kom-club-join-top-bars .kom-club-gradient-bg {
    color: white;
    height: 120px;
    padding: 20px;
    line-height: 34px; }
    .kom-club-join-top-bars .kom-club-gradient-bg .step {
      font-size: 20px;
      display: block; }
    .kom-club-join-top-bars .kom-club-gradient-bg .message {
      font-size: 40px;
      display: block; }
  .kom-club-join-top-bars .kom-club-title-bar .cap {
    left: 135px; }
  .kom-club-join-top-bars .kom-club-title-bar .prem {
    left: 290px; }
  @media screen and (max-width: 680px) {
    .kom-club-join-top-bars .kom-club-title-bar .cap {
      left: 43px; }
    .kom-club-join-top-bars .kom-club-title-bar .prem {
      left: 140px; }
    .kom-club-join-top-bars .kom-club-gradient-bg .step {
      font-size: 15px;
      display: block; }
    .kom-club-join-top-bars .kom-club-gradient-bg .message {
      font-size: 25px; } }

h2.join-club-checkout {
  line-height: 24px; }

.product-page-bg {
  display: block;
  width: calc(100% + 60px);
  margin: -30px 0 0 -30px;
  margin-bottom: 30px;
  background: url(../img/club/bkground-guy.jpg) no-repeat; }
  .product-page-bg .plan-select {
    background-color: #FFFFFF; }

a.btn.join-btn-basic-mobile {
  display: none; }

a.join-btn-basic-mobile,
a.join-btn-premium-mobile {
  width: 100%;
  text-align: center; }

.product-opacity {
  opacity: .5; }

.square-ad {
  min-width: 300px;
  min-height: 250px; }

.leaderboard-ad {
  max-width: 1280px;
  margin: auto; }

.leaderboard-ad div,
.leaderboard-ribbon-ad div {
  text-align: center;
  margin: auto; }

.leaderboard-ribbon-ad {
  max-width: 1280px;
  margin: 0 auto; }

.plan {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: top;
  position: relative;
  margin: 30px 0; }

.plan-duration {
  display: block;
  background: #431ec3;
  color: #ffffff;
  padding: 30px 0;
  font: 28px/28px 'ProximaNovaSbold', sans-serif;
  font: 2.8rem/2.8rem 'ProximaNovaSbold', sans-serif;
  border: 1px solid #200b81;
  border-bottom: none; }

.plan-price-wrapper {
  background: #fbfbfb;
  border-top: none;
  border-left: none;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 25px 0; }
  @media screen and (max-width: 679px) {
    .plan-price-wrapper {
      border-left: 1px solid #eeeeee; } }

.plan-price {
  display: block;
  font: 28px/40px 'ProximaNovaSbold', sans-serif;
  font: 2.8rem/4rem 'ProximaNovaSbold', sans-serif; }

.plan-select {
  border-top: none;
  border-left: none;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 25px; }
  @media screen and (max-width: 679px) {
    .plan-select {
      border-left: 1px solid #eeeeee; } }

.plan-select .btn {
  width: 100%; }

@media screen and (max-width: 679px) {
  .plan.best-value {
    margin-top: 60px; } }

.plan.best-value .plan-duration {
  background: #ffe60a;
  color: #42494c;
  border: 1px solid #ffaa06;
  border-bottom: none; }

.plan.best-value .plan-price-wrapper {
  border-left: 1px solid #ffaa06;
  border-right: 1px solid #ffaa06; }

.plan.best-value .plan-select {
  border-left: 1px solid #ffaa06;
  border-right: 1px solid #ffaa06;
  border-bottom: 1px solid #ffaa06; }

.plan-best-value {
  position: absolute;
  top: -28px;
  width: 100%;
  background: url("../img/kims-club-highlight-bg.png") left top no-repeat;
  color: #ffffff;
  text-transform: uppercase;
  font: 12px/28px 'ProximaNovaSbold', sans-serif;
  font: 1.2rem/2.8rem 'ProximaNovaSbold', sans-serif;
  text-align: left;
  padding: 0 0 0 30px; }

.join-text-highlight {
  font-family: 'ProximaNovaSbold', sans-serif;
  color: #feeb12; }

.payment-amount {
  text-align: center;
  margin: auto;
  font-family: 'ProximaNovaSbold', sans-serif; }

.checkout-footnote {
  font-size: 14px;
  font-size: 1.4rem;
  color: #595959; }

.checkout-security-code {
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0 20px; }

.checkout-fieldset {
  position: relative;
  background: #fbfbfb;
  border: 1px solid #eeeeee;
  padding: 20px;
  margin: 15px 0;
  border-radius: 4px; }

.checkout-security-code-modal .modal-window {
  width: 300px;
  height: 480px;
  left: 50%;
  margin: 50px 0 0 -150px; }

#terms_of_service {
  vertical-align: middle; }

/*
.checkout-fieldset:after, .checkout-fieldset:before {
  top: 100%;
  left: 60px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.checkout-fieldset:after {
  border-color: rgba(251, 251, 251, 0);
  border-top-color: #fbfbfb;
  border-width: 20px;
  margin-left: -20px;
}*/
.checkout-fieldset:before {
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #eeeeee;
  border-width: 21px;
  margin-left: -21px; }

.checkout-fieldset.first {
  margin-top: 30px; }

.checkout-fieldset.last {
  text-align: center;
  margin-bottom: 0; }

.checkout-fieldset.last:after,
.checkout-fieldset.last:before {
  border: none; }

.checkout-fieldset.last .control-group {
  font-size: 16px;
  font-size: 1.6rem;
  width: auto;
  line-height: 16px;
  line-height: 1.6rem; }

.checkout-fieldset.last .control-group label {
  width: auto;
  margin: 0; }

.checkout-fieldset .control-group label.control-label-password,
.control-group-block label.control-label-password {
  margin: 10px 0;
  text-align: left; }

.checkout-fieldset .control-group label.control-label-password span,
.control-group-block label.control-label-password span {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem; }

.checkout-fieldset .control-group label.control-label-password input,
.checkout-fieldset.last .control-group label input,
.control-group-block label.control-label-password input {
  display: inline-block;
  line-height: 16px;
  line-height: 1.6rem;
  width: 16px;
  height: 16px;
  vertical-align: top;
  margin: 0 4px 0 0; }

.checkout-fieldset h2 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 30px;
  line-height: 3rem;
  margin: 0 0 14px 0; }

.checkout-secure {
  float: right; }

.checkout-secure h2 {
  margin: 0; }

.required-notice {
  position: relative;
  margin: 0;
  padding: 0 0 14px 0;
  color: #868e91; }

.checkout-fieldset .control-group {
  margin: 0 0 16px 0;
  font-size: 0px;
  font-size: 0rem;
  line-height: 0; }

.checkout-fieldset .control-group.checkout-email {
  margin: 0 0 50px 0; }

.checkout-fieldset .control-group .controls input {
  width: 100%;
  height: 30px; }

.checkout-fieldset .control-group .credit-card-expiration select {
  width: calc(50% - 16px);
  width: -webkit-calc(50% - 16px); }

.checkout-fieldset .credit-card-expiration .divider {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center; }

.checkout-fieldset .control-group .controls.credit-card-security-code input {
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px); }

.checkout-info {
  position: relative;
  background: #2470ee;
  padding: 18px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  margin: 16px 0 0 0; }

.checkout-info:after {
  bottom: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(36, 112, 238, 0);
  border-bottom-color: #2470ee;
  border-width: 8px;
  margin-left: -8px; }

.checkout-info.mobile-phone-info {
  min-height: 90px;
  padding-right: 90px; }

.checkout-info.mobile-phone-info img {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px; }

.checkout-fieldset .email-notice {
  position: absolute;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  color: #2470ee;
  padding: 8px 0 0 0; }

.checkout-fieldset .email-notice .email-notice-email {
  font: 16px/16px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaSbold', sans-serif; }

.checkout-fieldset .checkout-address,
.checkout-fieldset .checkout-credit-card {
  display: inline-block;
  padding: 0 0 0 22px;
  margin: -16px 0 0 0; }

.checkout-fieldset .control-group-checkbox-radio label {
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-transform: none;
  margin: 0 0 10px 0;
  width: 100% !important; }

.checkout-fieldset .control-group-checkbox-radio label input {
  vertical-align: top;
  width: 16px;
  height: 16px; }

.validation-check {
  position: absolute;
  color: #6fdc44;
  right: 8px;
  z-index: 500;
  font-size: 24px;
  top: 8px; }

.validation-check.validation-error {
  color: #dc1818; }

.advertise-wrapper {
  width: 970px;
  margin: 0 auto;
  max-height: 600px;
  background: url("//static.komando.com/websites/common/v1/images/waveform-bg.jpg");
  padding: 20px 0 40px 0;
  -webkit-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px; }

.advertise-header {
  padding: 0 20px;
  margin: 0 0 20px 0; }

.advertise-header h1 {
  font: 40px/46px 'OswaldBold', sans-serif;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  word-spacing: 6px;
  text-shadow: 3px 3px 2px black; }

.advertise-header h1 span {
  font: 50px/46px 'OswaldBold', sans-serif; }

.advertise-bullet-1,
.advertise-bullet-2,
.advertise-bullet-3,
.advertise-bullet-4 {
  background: #e7ebf1;
  padding: 10px;
  font-size: 20px;
  position: relative;
  height: 80px;
  margin: 20px 0 20px -8px;
  box-shadow: 1px 3px 2px black;
  -webkit-box-shadow: 1px 3px 2px black; }

.advertise-bullet-1:before,
.advertise-bullet-2:before,
.advertise-bullet-3:before,
.advertise-bullet-4:before {
  content: '';
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-top: 8px solid #000000;
  border-bottom: 8px solid transparent;
  border-right: 0px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -16px;
  left: 0;
  z-index: -1; }

.advertise-bullet-1:after,
.advertise-bullet-2:after,
.advertise-bullet-3:after,
.advertise-bullet-4:after {
  content: '';
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-top: 80px solid #e7ebf1;
  border-bottom: 30px solid transparent;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  position: absolute;
  top: 0;
  right: -30px; }

.advertise-bullet-1 {
  width: 92%; }

.advertise-bullet-2 {
  width: 82%; }

.advertise-bullet-3 {
  width: 72%; }

.advertise-bullet-4 {
  width: 62%; }

.advertise-bullet-icon {
  float: left;
  margin: 0 12px 0 0; }

.advertise-contact {
  float: right;
  background: #e7ebf1;
  padding: 10px;
  font-size: 20px;
  line-height: 44px;
  position: relative;
  height: 64px;
  margin: 0 -8px 20px 0;
  box-shadow: -1px 3px 2px black;
  -webkit-box-shadow: -1px 3px 2px black; }

.advertise-contact:before {
  content: '';
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-bottom: 64px solid #e7ebf1;
  border-top: 0 solid transparent;
  border-right: 0px solid transparent;
  border-left: 44px solid transparent;
  position: absolute;
  top: 0;
  left: -44px; }

.advertise-contact:after {
  content: '';
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 0px solid transparent;
  position: absolute;
  top: -16px;
  right: 0; }

.ad span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1.6rem;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  color: #b4b4b4; }

#ad-content-sharebar-1 {
  margin: 16px 0 0 0; }

.home-shop-ad {
  width: 215px;
  height: 350px;
  margin: 20px auto;
  text-align: center; }

.align-right {
  float: right;
  padding: 0 0 18px 18px;
  margin: 0; }

.align-left {
  float: left;
  padding: 0 18px 18px 0;
  margin: 0; }

.aligncenter {
  display: block;
  margin: 18px auto; }

.navbar {
  display: block;
  background: #0989ff;
  border-radius: 2px;
  position: relative;
  margin: 0 0 20px 0; }

.navbar-inner .brand {
  display: inline-block;
  vertical-align: top;
  padding: 16px 8px;
  font-weight: normal;
  color: #badeff;
  font-size: 20px;
  font-size: 2rem; }

.navbar-inner .brand:hover {
  color: #badeff; }

.navbar-inner .nav {
  list-style: none;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 100%; }

.navbar-inner a {
  font-family: 'ProximaNovaReg', sans-serif; }

.navbar-inner .nav li a {
  padding: 16px 8px;
  display: block;
  color: #ffffff;
  font-weight: normal; }

.navbar-inner .nav li a:hover {
  background: #0033be;
  color: #ffffff; }

.navbar-inner .nav li.active a {
  background: #0033be; }

.navbar-toggle {
  padding: 16px;
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem; }

.header-alt-menu ul li a.top-bar-cart {
  padding: 0 12px; }

.header-alt-menu ul li a.top-bar-cart i {
  vertical-align: middle; }

.cart-count {
  display: inline-block;
  background: #ffffff;
  color: #000000;
  padding: 6px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 10px;
  line-height: 1rem;
  border-radius: 2px;
  position: relative;
  margin: 0 0 0 8px;
  vertical-align: middle; }

.cart-count:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #ffffff;
  border-width: 3px;
  margin-top: -3px; }

.top-bar-cart.active {
  background: #ffffff;
  color: #000000; }

.top-bar-cart.active .cart-count {
  color: #ffffff;
  background: #000000; }

.top-bar-cart.active .cart-count:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-right-color: #000000;
  border-width: 3px;
  margin-top: -3px; }

#mini-shopping-cart {
  position: absolute; }

.listen-page-login {
  background: url("../img/listen-now-login-bg.jpg") top center no-repeat;
  max-height: 500px;
  color: #ffffff;
  text-align: center;
  width: calc(100% + 60px);
  width: -webkit-calc(100% + 60px);
  margin: -30px 0 0 -30px; }

.content-left .listen-page-login h1 {
  font: 35px/40px 'ProximaNovaSbold', sans-serif;
  font: 3.5rem/4rem 'ProximaNovaSbold', sans-serif;
  letter-spacing: -0.02rem;
  margin: 0; }

.listen-page-login-inner {
  padding: 55px 30px; }

.listen-join-btn-white,
.listen-signin-btn {
  width: 100%;
  margin: 4px 0 !important; }

.listen-join-btn {
  display: block;
  margin: 20px auto !important;
  width: 100%;
  text-align: center; }

.listen-page-players {
  background: url("../img/listen-now-bg.jpg") top center no-repeat;
  color: #ffffff;
  width: calc(100% + 60px);
  width: -webkit-calc(100% + 60px);
  margin: -30px 0 30px -30px;
  background-size: cover;
  padding: 30px;
  font-size: 0px;
  font-size: 0rem; }

.content-left .listen-page-players h1 {
  font: 35px/40px 'ProximaNovaSbold', sans-serif;
  font: 3.5rem/4rem 'ProximaNovaSbold', sans-serif;
  letter-spacing: -0.02rem;
  margin: 0; }

.listen-page-need-help {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 40px;
  line-height: 4rem;
  float: right; }

.listen-page-need-help a:hover {
  color: #ffffff !important; }

.listen-page-player-wrapper {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border-top: 1px solid #0a396e;
  padding: 20px;
  margin: 20px 0; }

.listen-page-player-header {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #212b48; }

.listen-page-player-icon {
  display: inline-block;
  vertical-align: top;
  padding: 0 12px;
  font-size: 40px;
  font-size: 4rem;
  color: #075db0; }

.listen-page-player-icon span {
  font-size: 42px;
  font-size: 4.2rem; }

.listen-page-player-text-wrapper {
  display: inline-block;
  width: -moz-calc(100% - 68px);
  width: -o-calc(100% - 68px);
  width: -webkit-calc(100% - 68px);
  width: calc(100% - 68px);
  vertical-align: top; }

.listen-page-player-text-show {
  font: 12px/20px 'ProximaNovaSbold', sans-serif;
  font: 1.2rem/2rem 'ProximaNovaSbold', sans-serif;
  color: #09c2ff;
  text-transform: uppercase; }

.listen-page-player-text-title {
  font: 18px/20px 'ProximaNovaSbold', sans-serif;
  font: 1.8rem/2rem 'ProximaNovaSbold', sans-serif;
  color: #ffffff; }

.listen-page-player-showtime {
  font: 12px/20px 'ProximaNovaSbold', sans-serif;
  font: 1.2rem/2rem 'ProximaNovaSbold', sans-serif;
  color: #455771;
  text-align: center; }

.listen-page-player-audio audio {
  width: 100%; }

.listen-page-player-description {
  font: 16px/16px 'ProximaNovaReg', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaReg', sans-serif; }

.listen-page-help-wrapper {
  background: #f8f8f8;
  width: calc(100% + 60px);
  width: -webkit-calc(100% + 60px);
  margin: 30px 0 0 -30px;
  padding: 30px; }

.listen-page-help-wrapper ul {
  list-style: none;
  margin: 0 20px; }

.listen-page-help-wrapper ul li {
  margin: 0 0 16px 0; }

.listen-page-help-wrapper ul li:last-of-type {
  margin: 0; }

.listen-page-help-wrapper ul li:before {
  content: '';
  border-color: transparent #ff1795;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  display: block;
  height: 0;
  width: 0;
  left: -16px;
  top: 12px;
  position: relative; }

.listen-page-help-title {
  font: 29px/39px 'ProximaNovaSbold', sans-serif;
  font: 2.9rem/3.9rem 'ProximaNovaSbold', sans-serif;
  color: #0989ff;
  cursor: pointer; }

.listen-page-help-title i {
  font-size: 20px;
  font-size: 2rem; }

.listen-page-podcasts,
.listen-page-minutes {
  margin: 20px 0 !important; }

.listen-page-minutes {
  display: none; }

.listen-page-tabs {
  border-bottom: 1px solid #e6e6e6; }

.listen-page-tabs ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.listen-page-tabs ul li {
  float: left;
  margin: 0 40px 0 0; }

.listen-page-tabs ul li a {
  display: inline-block;
  margin: 0 0 -3px 0;
  padding: 0;
  text-decoration: none;
  font: 14px/32px 'ProximaNovaBold', sans-serif;
  font: 1.4rem/3.2rem 'ProximaNovaBold', sans-serif;
  text-transform: uppercase;
  color: #888888;
  border-bottom: 3px solid transparent; }

.listen-page-tabs ul li a:hover {
  color: #0a88ff;
  border-bottom: 3px solid transparent; }

.listen-page-tabs ul li a.filter-active {
  color: #0a88ff;
  border-bottom: 3px solid #0a88ff; }

.load-comments {
  padding: 5px;
  font: 16px/35px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/3.5rem 'ProximaNovaSbold', sans-serif;
  background: #a0acb4;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s; }

.load-comments:hover {
  background: #7b8a94; }

.more-articles {
  margin: 30px 0 0 0; }

.more-articles-item {
  margin: 20px 0; }

.more-articles-item figure {
  max-width: 200px;
  margin: 0 16px 0 0;
  display: inline-block;
  vertical-align: top;
  float: left; }

.more-articles-item figure img {
  max-width: 200px; }

.more-articles-item header {
  display: inline;
  vertical-align: top; }

.kims-club-dashboard-nav {
  background: #0989ff;
  border-radius: 2px;
  margin: 0 0 20px 0; }

.kims-club-dashboard-nav .kcd-toggle {
  position: relative;
  padding: 0 12px;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  color: #badeff; }

.kims-club-dashboard-nav .kcd-toggle span {
  float: right;
  font-size: 40px;
  font-size: 4rem;
  color: #ffffff; }

.kims-club-dashboard-nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.kims-club-dashboard-nav ul li a {
  font: 16px/20px 'ProximaNovaReg', sans-serif;
  font: 1.6rem/2rem 'ProximaNovaReg', sans-serif;
  padding: 0 12px;
  color: #ffffff;
  display: block; }

.kims-club-dashboard-nav ul li a:hover,
.kims-club-dashboard-nav ul li.active a {
  color: #ffffff;
  background: #0033be; }

.kims-club-dashboard {
  padding: 20px;
  margin: 0 0 20px -20px;
  color: #ffffff;
  width: -moz-calc(100% + 40px);
  width: -o-calc(100% + 40px);
  width: -webkit-calc(100% + 40px);
  width: calc(100% + 40px); }

.page-template-page-eguide-downloads-php .kims-club-dashboard,
.page-template-page-exclusive-discounts-php .kims-club-dashboard {
  margin: -20px 0 20px -20px; }

.kims-club-dashboard.premium,
.kims-club-dashboard.basic {
  /* background: url('../img/dashboard-bg-premium.jpg') top center no-repeat;
  border-bottom: 7px solid #fff600; */ }

.kims-club-dashboard.free {
  /* background: url('../img/dashboard-bg-free.jpg') top center no-repeat;
  border-bottom: 7px solid #0989ff; */ }

.kcd-header {
  margin: 0 0 14px 0; }

.kcd-logo {
  line-height: 22px;
  margin: 0 0 14px 0; }

.kcd-logo img {
  width: 120px;
  height: auto;
  vertical-align: middle;
  margin: 0 10px 0 0; }

.kcd-badge {
  display: inline-block;
  vertical-align: middle;
  font: 12px/22px 'ProximaNovaBold', sans-serif;
  font: 1.2rem/2.2rem 'ProximaNovaBold', sans-serif;
  text-transform: uppercase;
  padding: 0 12px;
  letter-spacing: -0.02rem;
  border-radius: 2px; }

.kcd-badge.premium {
  color: #000000;
  background: -webkit-linear-gradient(top, #fff600 0%, #ffd300 100%);
  background: linear-gradient(to bottom, #fff600 0%, #ffd300 100%); }

.kcd-badge.basic {
  color: #ffffff;
  background: -webkit-linear-gradient(top, #0989ff 0%, #0033be 100%);
  background: linear-gradient(to bottom, #0989ff 0%, #0033be 100%); }

.kcd-welcome {
  font: 26px/20px 'ProximaNovaSbold', sans-serif;
  font: 2.6rem/2rem 'ProximaNovaSbold', sans-serif;
  color: #000000;
  letter-spacing: -0.02rem;
  margin: 0 0 14px 0; }

.kcd-options {
  position: relative;
  display: block;
  width: 100%; }

.kcd-option {
  border: 1px solid transparent; }

.content-full a.kcd-content {
  display: block;
  padding: 12px;
  border-radius: 5px;
  margin: 2px;
  background-color: #EBEBEB;
  -webkit-transition: background-color .2s ease-in-out;
  -moz-transition: background-color .2s ease-in-out;
  -o-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out; }

.content-full a:hover.kcd-content {
  background: #D6D6D6; }

.content-full a.kcd-content.disabled,
.content-full a:hover.kcd-content.disabled {
  background: rgba(0, 0, 0, 0.25); }

.content-full a.kcd-content .dashboard-option-icon {
  font-size: 40px;
  font-size: 4rem;
  margin: 0 12px 0 0;
  float: left;
  color: #33c6ff;
  background: -webkit-linear-gradient(#33c6ff, #0e94ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.content-full a:hover.kcd-content .dashboard-option-icon {
  color: #fff600;
  background: -webkit-linear-gradient(#fff600, #ffd300);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.content-full a.kcd-content .dashboard-option-title {
  font: 23px/22px 'ProximaNovaBold', sans-serif;
  font: 2.3rem/2.2rem 'ProximaNovaBold', sans-serif;
  color: #9A9A9A;
  text-transform: uppercase;
  display: block; }

@media screen and (max-width: 500px) {
  .content-full a.kcd-content .dashboard-option-title {
    font: 16px/22px 'ProximaNovaBold', sans-serif;
    font: 1.6rem/2.2rem 'ProximaNovaBold', sans-serif; } }
.content-full a.kcd-content .dashboard-option-description {
  font: 15px/18px 'ProximaNovaSbold', sans-serif;
  font: 1.5rem/1.8rem 'ProximaNovaSbold', sans-serif;
  color: #9A9A9A; }

.content-full a.kcd-content.disabled .dashboard-option-icon,
.content-full a:hover.kcd-content.disabled .dashboard-option-icon {
  color: rgba(255, 255, 255, 0.11) !important;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.16));
  -webkit-background-clip: border;
  -webkit-text-fill-color: transparent; }

.content-full a.kcd-content.disabled .dashboard-option-title,
.content-full a:hover.kcd-content.disabled .dashboard-option-title {
  color: rgba(255, 255, 255, 0.16) !important; }

.content-full a.kcd-content.disabled .dashboard-option-upgrade {
  font-size: 13px;
  font-size: 1.3rem;
  border-radius: 2px;
  color: #ffffff;
  padding: 8px 24px;
  display: inline-block;
  background: -webkit-linear-gradient(top, #1b5e9d 0%, #0b4899 100%);
  background: linear-gradient(to bottom, #1b5e9d 0%, #0b4899 100%); }

.kims-club-dashboard-upgrade h3 {
  font: 17px/17px 'ProximaNovaBold', sans-serif;
  font: 1.7rem/1.7rem 'ProximaNovaBold', sans-serif;
  margin: 24px 0; }

.kims-club-dashboard-upgrade ul {
  font: 17px/22px 'ProximaNovaSbold', sans-serif;
  font: 1.7rem/2.2rem 'ProximaNovaSbold', sans-serif;
  margin: 0;
  padding: 0; }

.kims-club-dashboard-upgrade ul li {
  margin: 0 0 12px 0; }

.content-full a.kcd-content .kcd-option-live {
  position: relative; }

.content-full a.kcd-content .kcd-option-live div {
  border: 1px solid #0989ff;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  opacity: 0; }

.content-full a:hover.kcd-content .kcd-option-live div {
  border: 1px solid #fff600; }

.content-full a.kcd-content .kcd-option-live div:nth-child(1) {
  -webkit-animation: kpulse 2.8s infinite 1s;
  -moz-animation: kpulse 2.8s infinite 1s;
  animation: kpulse 2.8s infinite 1s; }

.content-full a.kcd-content .kcd-option-live div:nth-child(2) {
  -webkit-animation: kpulse 2.8s infinite 1.6s;
  -moz-animation: kpulse 2.8s infinite 1.6s;
  animation: kpulse 2.8s infinite 1.6s; }

.content-full a.kcd-content .kcd-option-live div:nth-child(3) {
  -webkit-animation: kpulse 2.8s infinite 2.2s;
  -moz-animation: kpulse 2.8s infinite 2.2s;
  animation: kpulse 2.8s infinite 2.2s; }

@-webkit-keyframes kpulse {
  0% {
    -webkit-transform: scale(0.8);
    opacity: 0; }
  50% {
    opacity: .4; }
  100% {
    -webkit-transform: scale(1.6);
    opacity: 0; } }
@keyframes kpulse {
  0% {
    transform: scale(0.8);
    opacity: 0; }
  50% {
    opacity: .4; }
  100% {
    transform: scale(1.6);
    opacity: 0; } }
.kcd-upgrade-call {
  max-width: 500px;
  margin: 30px 0 0 0; }

.kcd-upgrade-call a.kcdu-phone,
.kcd-upgrade-call a:hover.kcdu-phone {
  color: #0989ff;
  display: block;
  background: #ebebeb;
  line-height: 48px;
  padding: 0 30px;
  border-radius: 2px;
  vertical-align: top;
  text-align: center; }

.kcd-upgrade-call .kcdu-phone span {
  margin: 0 10px 0 0; }

.kcd-upgrade-call .kcdu-time {
  display: block;
  text-align: right;
  padding: 8px 0 0 20px;
  vertical-align: top;
  font: 16px/16px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaSbold', sans-serif; }

.kcd-upgrade-call .kcdu-time-start,
.kcd-upgrade-call .kcdu-time-end {
  display: inline-block;
  width: 78px; }

.kcd-upgrade-call .kcdu-time-second {
  color: #8b8b8b; }

.kims-club-dashboard-upgrade a.kcdu-button,
.kims-club-dashboard-upgrade a:hover.kcdu-button {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 40px;
  font: 15px/40px 'ProximaNovaBold', sans-serif;
  font: 1.5rem/4rem 'ProximaNovaBold', sans-serif;
  background: -webkit-linear-gradient(top, #fff600 0%, #ffd300 100%);
  background: linear-gradient(to bottom, #fff600 0%, #ffd300 100%);
  color: #000000;
  margin: 16px 0 0 0;
  border-radius: 2px; }

.kcd-options-upgrade {
  display: block;
  width: 100%;
  text-align: right;
  color: #fff600;
  font: 15px/40px 'ProximaNovaBold', sans-serif;
  font: 1.5rem/4rem 'ProximaNovaBold', sans-serif;
  margin: 20px 0 0 0; }

.kcd-options-upgrade a,
.kcd-options-upgrade a:hover {
  text-transform: uppercase;
  display: inline-block;
  padding: 0 40px;
  font: 15px/40px 'ProximaNovaBold', sans-serif;
  font: 1.5rem/4rem 'ProximaNovaBold', sans-serif;
  background: -webkit-linear-gradient(top, #fff600 0%, #ffd300 100%);
  background: linear-gradient(to bottom, #fff600 0%, #ffd300 100%);
  color: #000000;
  border-radius: 2px;
  margin: 0 0 0 20px; }

.kcd-eguide-wrapper {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px dashed #e6e6e6; }

.kcd-eguide-wrapper .kcde-title {
  color: #0989ff;
  font: 22px/22px 'ProximaNovaSbold', sans-serif;
  font: 2.2rem/2.2rem 'ProximaNovaSbold', sans-serif; }

.kcd-eguide-wrapper .kcde-title .kcde-value {
  font-style: italic;
  color: #9a9a9a;
  margin: 0 0 0 20px; }

.kcd-eguide-wrapper:first-of-type {
  margin-top: 40px; }

.kcd-eguide-wrapper:last-of-type {
  border: none;
  margin: 0;
  padding: 0; }

.content-full.eguide-downloads h1 {
  margin: 0; }

.discount-wrapper {
  position: relative;
  text-align: center;
  border: 3px dashed #0980ff;
  background: #ffffff;
  padding: 20px;
  margin: 0 0 30px 0;
  color: #42494c;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 18px 0px rgba(50, 50, 50, 0.3);
  transition: box-shadow .2s;
  -webkit-transition: box-shadow .2s;
  -moz-transition: box-shadow .2s;
  -o-transition: box-shadow .2s; }

.discount-wrapper:hover {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(9, 137, 255, 0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(9, 137, 255, 0.5);
  box-shadow: 0px 0px 30px 0px rgba(9, 137, 255, 0.5); }

.discount-title {
  display: block;
  font: 32px/28px 'ProximaNovaSbold', sans-serif;
  font: 3.2rem/2.8rem 'ProximaNovaSbold', sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.02rem; }

.discount-description {
  display: block;
  font: 15px/18px 'ProximaNovaReg', sans-serif;
  font: 1.5rem/1.8rem 'ProximaNovaReg', sans-serif;
  color: #42494c;
  margin: 16px 0; }

.discount-code {
  display: inline-block;
  font: 20px/20px 'ProximaNovaSbold', sans-serif;
  font: 2rem/2rem 'ProximaNovaSbold', sans-serif;
  color: #ffffff;
  background: #0980ff;
  border-radius: 2px;
  padding: 12px 10px;
  border: none;
  width: 135px;
  height: auto !important;
  text-align: center;
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s; }

.discount-code:focus {
  background: #c8e5ff;
  color: #0980ff; }

.discount-helper {
  display: none; }

.discount-code:focus + .discount-helper {
  font-size: 10px;
  display: block;
  position: absolute;
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  margin: -14px 0 0 0; }

.discount-fine-print {
  display: block;
  font: 11px/11px 'ProximaNovaSbold', sans-serif;
  font: 1.1rem/1.1rem 'ProximaNovaSbold', sans-serif;
  color: #0980ff;
  margin: 16px 0 0 0; }

footer {
  background: #00134b url("../img/footer-bg.jpg") top center no-repeat;
  color: #0989ff;
  margin: 20px 0 0 0;
  padding: 60px 20px;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
  font-size: 16px;
  font-size: 1.6rem; }

footer a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out; }

footer a:hover,
footer a:focus {
  color: #0989ff; }

footer .footer-meta {
  max-width: 1280px;
  margin: auto; }

footer .footer-logos {
  width: 240px;
  margin: 0 auto 10px auto;
  padding-left: 20px; }

footer .footer-logos img {
  width: 100%; }

footer .copyright {
  max-width: 1280px;
  margin: auto;
  padding: 10px;
  font-size: 12px; }

.footer-nav {
  max-width: 1280px;
  margin: 0 auto 60px auto; }

.footer-nav div {
  float: left;
  width: calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  margin: 0 10px; }

.footer-nav div ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.footer-nav div ul li {
  margin: 0; }

.footer-nav div ul li a,
.footer-nav .spacer {
  padding: 4px 0; }

.footer-nav div h4 {
  font: 14px/14px 'ProximaNovaBold', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaBold', sans-serif;
  margin: 30px 0 4px 0;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #04459c; }

.footer-nav div:first-child h4 {
  margin: 10px 0 4px 0; }

.welcome-alert {
  position: relative;
  margin: 20px auto;
  padding: 30px;
  max-width: 425px;
  background: #f8f8c4;
  color: #000000;
  font: 20px/25px 'ComingSoonRegular', sans-serif;
  font: 2rem/2.5rem 'ComingSoonRegular', sans-serif; }
  .welcome-alert .title {
    color: #f47900;
    text-transform: uppercase;
    display: block;
    font-weight: bold; }
  .welcome-alert .welcome-alert-ps {
    display: block;
    margin: 14px 120px 0 0; }
  .welcome-alert a {
    color: #000000;
    text-decoration: underline; }
    .welcome-alert a:hover {
      color: #000000;
      text-decoration: none; }
  .welcome-alert img {
    position: absolute;
    bottom: 24px;
    right: 34px; }

.welcome-alert-curl {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(-46deg, #eeeeee, #eeeeee 45%, #bbbbbb 50%, #cece89 50%, #f1f1b9 100%); }

.welcome-alert-curl:before,
.welcome-alert-curl:after {
  content: '';
  position: absolute;
  z-index: -1;
  left: 12.5%;
  bottom: 5.8%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  transform: skew(-10deg) rotate(-6deg); }

.welcome-alert-curl:after {
  left: auto;
  right: 5.8%;
  bottom: auto;
  top: 14.16%;
  transform: skew(-15deg) rotate(-84deg); }

.alert {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 20px 0 40px;
  padding: 15px 30px;
  border-radius: 4px;
  color: #000;
  background: #fef2e6;
  border-bottom: 3px solid #f47900;
  width: 100%; }
  .alert strong {
    font-family: 'ProximaNovaSbold', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal; }

.alert p {
  margin: 0;
  padding: 0; }

.alert a {
  color: #000;
  text-decoration: underline; }
  .alert a:hover {
    color: #000;
    text-decoration: none; }

.alert-error {
  color: #ffffff;
  background: #cb0002;
  border-bottom: 2px solid #b10002; }

.alert-error a,
.alert-error a:hover {
  color: #ffffff; }

.alert-confirm,
.alert-success {
  color: #ffffff;
  background: #1fb234;
  border-bottom: 2px solid #19982b; }

.alert-confirm a,
.alert-confirm a:hover,
.alert-success a,
.alert-success a:hover {
  color: #ffffff; }

.alert-info {
  color: #ffffff;
  background: #2470ee;
  border-bottom: 2px solid #1154c1; }

.alert-info a,
.alert-info a:hover {
  color: #ffffff; }

.teaser-wrapper {
  display: inline-block;
  width: 100%; }

.teaser-overlay {
  position: relative;
  text-align: center; }

.teaser-overlay:after {
  content: '';
  position: absolute;
  width: 80%;
  left: 10%;
  margin: 12px 0 0 0;
  border-bottom: 1px solid #0989ff;
  z-index: 1; }

.teaser-wrapper a.btn {
  font-weight: normal; }

.teaser-tag {
  display: inline-block;
  margin: auto;
  color: #0989ff;
  background: #ffffff;
  padding: 4px 8px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  z-index: 2; }

.teaser-loginjoin {
  display: table;
  width: 100%;
  margin: 10px 0 0 0;
  font-size: 0px;
  font-size: 0rem; }

.teaser-login,
.teaser-join,
.teaser-loginjoin {
  display: inline-block;
  width: 100%;
  padding: 0 0 10px 0;
  text-align: center; }

.teaser-login a,
.teaser-join a,
.teaser-loginjoin a {
  width: 100%;
  text-align: center;
  display: block; }

.home-ad,
.section-ad {
  width: 300px;
  margin: 30px auto; }

.slb-overlay {
  position: fixed;
  padding: 30px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 28, 100, 0.8);
  z-index: 10000; }

.slb-overlay .slb-image img {
  max-width: 100%;
  max-height: 100%; }

.slb-overlay .slb-close,
.slb-overlay .slb-tab {
  position: absolute;
  top: 10px;
  background: #ffffff;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  width: 80px;
  left: 50%;
  margin: 0 0 0 -40px; }

.slb-overlay .slb-tab {
  width: 170px;
  margin: 0 0 0 60px;
  background: #0989ff;
  color: #ffffff; }

.slb-overlay {
  text-align: center; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(0, 28, 100, 0.6);
  display: none; }

.newsletter-subscribe-modal {
  background: rgba(0, 0, 0, 0.6); }

.modal-window {
  position: relative;
  background: #0989ff url("../img/tile-pattern.png") 0 0 repeat-x;
  color: #000000;
  z-index: 30;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.6); }

.modal-window h2 {
  font: 28px/28px 'ProximaNovaSbold', sans-serif;
  font: 2.8rem/2.8rem 'ProximaNovaSbold', sans-serif;
  margin: 0;
  padding: 12px 12px 0 12px;
  font-weight: normal;
  z-index: 30;
  letter-spacing: -1px; }

.modal-close {
  position: absolute;
  top: -19px;
  right: -17px;
  cursor: pointer;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.modal-close .fa-inverse {
  color: #0989ff;
  text-shadow: none; }

.modal-body {
  z-index: 30;
  padding: 12px; }

.kims-club .modal-window {
  position: relative;
  background: #ffffff; }
.kims-club .modal-close {
  top: 90px;
  right: 40px;
  color: #bfdcff; }
.kims-club .modal-close .fa-inverse {
  color: #3270a8; }
.kims-club .modal-body {
  padding: 10px 60px 10px 60px;
  text-align: left; }
.kims-club .modal-close .fa-stack {
  position: fixed; }

.kims-club.modal.checkout-security-code-modal .modal-window {
  overflow-x: hidden; }
.kims-club.modal.checkout-security-code-modal .modal-body {
  padding: 10px; }
.kims-club.modal.checkout-security-code-modal .modal-close {
  top: -10px; }

@media only screen and (max-width: 768px) {
  .kims-club .modal-close {
    top: -10px; }
  .kims-club .modal-window {
    overflow-y: scroll; }
  .kims-club .modal-body {
    padding: 10px 30px; } }
/********************************************/
.newsletter-subscribe-box {
  font: 14px/17px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.7rem 'ProximaNovaReg', sans-serif;
  position: relative;
  z-index: 1;
  color: #ffffff;
  background: #1F2C5F;
  width: 300px;
  border: 4px solid #2293FC;
  padding: 14px 14px 8px 14px;
  text-align: center;
  margin: 0 auto 20px auto; }

.newsletter-subscribe-box #ribbon {
  float: left;
  position: absolute;
  z-index: 2;
  left: -4px;
  top: -4px; }

.newsletter-subscribe-box #blue-envelope {
  position: relative;
  z-index: 3; }

.newsletter-subscribe-box h2 {
  position: relative;
  margin: -14px 0 10px -14px !important;
  width: calc(100% + 28px) !important;
  width: -webkit-calc(100% + 28px) !important;
  font: 21px/20px 'ProximaNovaSbold', sans-serif;
  font: 2.1rem/2.0rem 'ProximaNovaSbold ', sans-serif;
  z-index: 3;
  color: #FFC40C;
  background: none !important;
  text-transform: none !important;
  padding: 0 !important; }

.newsletter-subscribe-box h3 {
  position: relative;
  margin: -6px 0 10px -14px;
  width: calc(100% + 28px);
  width: -webkit-calc(100% + 28px);
  font: 16px/31px 'ProximaNovaSbold', sans-serif;
  font: 1.6rem/3.1rem 'ProximaNovaSbold', sans-serif;
  z-index: 2;
  color: #FFC40C; }

.newsletter-subscribe-form {
  margin: 6px 0 0 0;
  text-align: center;
  z-index: 12;
  width: 100%; }

.newsletter-subscribe-email {
  z-index: 15;
  border: 2px solid #044FD6;
  width: 210px; }

.fa.fa-angle-right {
  color: #FFFFFF;
  /* causes angle to be too large, making the Next Page button too high
  font-size: 18pt;
  font-size: 23px;
  font-size: 2.3rem;
  */
  z-index: 13; }

/********************************************/
/*
.newsletter-subscribe-box {
  font: 14px/16px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.6rem 'ProximaNovaReg', sans-serif;
  background: #0989ff url('../img/subscribe-box-bg.jpg') 0 0 repeat-x;
  color: #ffffff;
  padding: 14px;
  margin: 0 0 20px 0;
}
*/
.newsletter-subscribe-box a,
.subscribe-modal a {
  font: 12px/12px 'ProximaNovaReg', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaReg', sans-serif;
  color: #ffffff;
  text-align: center;
  z-index: 30;
  margin: auto; }

.newsletter-subscribe-box a:hover,
.subscribe-modal a:hover {
  color: #ffffff;
  text-decoration: underline;
  z-index: 30; }

/******************************************* SPINNER/RESPONSE */
.newsletter-subscribe-spinner,
.newsletter-subscribe-response {
  display: none;
  padding: 8px;
  margin: 10px 0 0 0;
  text-align: center;
  z-index: 30;
  background: #149fea; }

.newsletter-subscribe-response .faq,
.newsletter-subscribe-response .form-reset {
  z-index: 30;
  cursor: pointer; }

/*
.newsletter-subscribe-form {
  margin: 10px 0 0 0;
  text-align: center;
  width: 100%;
}
*/
.newsletter-subscribe-form i {
  font-size: 23px;
  font-size: 2.3rem; }

/******************************************* MODAL */
.newsletter-subscribe input,
.subscribe-modal input {
  width: calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  z-index: 30;
  margin: 0 0 4px 0;
  padding: 11px 10px;
  border: 2px solid #0445ff;
  font: 14px 'ProximaNovaSbold', sans-serif;
  font: 1.4rem 'ProximaNovaSbold', sans-serif;
  outline: 0; }

.newsletter-subscribe button,
.subscribe-modal button {
  width: 40px;
  height: 40px;
  z-index: 30;
  padding: 10px 0;
  margin: 0 0 4px 0;
  background: #0445ff;
  border: 2px solid #0445ff;
  color: #ffffff;
  border-radius: 0 2px 2px 0; }

.subscribe-modal .modal-window {
  left: calc(50% - 150px);
  left: -webkit-calc(50% - 150px);
  top: calc(50% - 120px);
  top: -webkit-calc(50% - 120px);
  width: 300px;
  z-index: 30;
  min-height: 240px; }

.newsletter-subscribe-modal .modal-window h2 {
  font: 30px/30px 'ProximaNovaSbold', sans-serif;
  font: 3rem/3rem 'ProximaNovaSbold', sans-serif;
  z-index: 30;
  margin: 0;
  padding: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #ffffff; }

.newsletter-subscribe-modal .modal-window .modal-body {
  padding: 0 12px 12px 12px;
  font: 16px/18px 'ProximaNovaReg', sans-serif;
  font: 1.6rem/1.8rem 'ProximaNovaReg', sans-serif;
  z-index: 30;
  position: relative; }

.newsletter-subscribe-modal .modal-window .modal-body .newsletter-subscribe-form {
  margin: 6px 0 0 0; }

.newsletter-subscribe-modal .modal-window .modal-body-kim {
  position: absolute;
  bottom: -3px;
  z-index: 0;
  right: 0;
  width: 240px;
  overflow: hidden; }

.newsletter-subscribe-modal .modal-window .modal-close {
  color: #032062;
  font-size: 20px;
  top: -15px;
  right: -15px; }

.newsletter-subscribe-modal .modal-window .newsletter-subscribe-spinner,
.newsletter-subscribe-modal .modal-window .newsletter-subscribe-response {
  display: none;
  padding: 8px;
  margin: 12px 0 0 0;
  text-align: center;
  background: #b7d9ff;
  z-index: 30;
  color: #0033be;
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
  border-radius: 4px; }

.subscribe-ad-button {
  width: 38px;
  height: 38px;
  padding: 10px 0;
  margin: 1px 0 3px 0;
  background: #0445ff;
  border: 0px solid #0445ff;
  color: #ffffff;
  border-radius: 0 2px 2px 0; }

.newsletter-subs-box {
  text-align: left;
  width: 20px;
  height: 20px; }

/********************************************/
.mobile-manners-header {
  color: #00aeef !important;
  font: 34px/30px Arial !important;
  font-weight: bold !important;
  display: block !important;
  text-align: center;
  margin: 0; }

.mobile-manners-subheader {
  color: #25408f !important;
  font: 28px/28px Arial !important;
  text-align: center;
  display: block !important;
  margin: 0 0 14px 0; }

.mobile-manners-commandment {
  margin: 18px 0; }

.mobile-manners-number {
  float: left;
  color: #25408f !important;
  font: 44px/44px Arial !important;
  font-weight: bold !important;
  margin: 0 14px 0 0;
  width: 50px;
  text-align: right; }

.mobile-manners-title {
  color: #00aeef !important;
  font: 22px/22px Arial !important; }

.mobile-manners-text {
  margin: 0 0 0 70px; }

.mobile-manners-text p {
  margin: 0 0 18px 0; }

.mobile-manners .download-buttons,
.mobile-manners .mobile-manners-share {
  text-align: center; }

.mobile-manners .page-copyright,
.operation-komando .page-notice {
  font-size: 12px;
  font-style: italic; }

h2.commandments-heading {
  color: #159dad !important;
  font-family: 'Finger Paint', cursive !important;
  margin: 115px 70px 0 70px; }

.commandments-wrapper {
  background: url("../img/commandments-bg.png") top center no-repeat;
  font-family: 'Finger Paint', cursive !important;
  display: inline-block;
  width: 970px;
  height: 1300px;
  margin: auto; }

.commandments-inner {
  padding: 10px 95px 115px 70px; }

.commandment {
  margin: 18px 0; }

.commandment-number {
  float: left;
  color: #ff9d11 !important;
  font: 44px/44px 'Finger Paint', cursive !important;
  font-weight: bold !important;
  margin: -6px 10px 0 0;
  width: 50px;
  text-align: right;
  text-shadow: 5px 5px 0 #159dad, 4px 4px 0 #159dad, 3px 3px 0 #159dad, 2px 2px 0 #159dad, 1px 1px 0 #159dad; }

.commandment-text {
  margin: 0 0 0 70px;
  font: 16px/20px 'Finger Paint', cursive !important; }

.commandments-sign {
  display: block;
  text-align: center; }

.kids-tips,
.kids-commandments {
  float: left;
  width: 40%;
  padding: 0 5%;
  text-align: center; }

.kids h1 {
  display: block; }

.calc-table-header {
  background: #085daf;
  color: #ffffff;
  text-align: center;
  width: 640px;
  -webkit-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  padding: 10px 0; }

.calc-header-title {
  float: left;
  width: 320px; }

.calc-header-data {
  float: left;
  width: 80px; }

.calc-header-prices {
  float: left;
  width: 120px; }

.calc-table {
  width: 640px;
  display: table;
  border-collapse: collapse;
  background: #ffffff;
  text-align: center; }

.calc-table-row {
  display: table-row; }

.calc-table-cell {
  display: table-cell;
  padding: 5px;
  border-bottom: 1px solid #000000;
  line-height: 30px; }

.calc-inputs {
  width: 230px;
  border: none;
  padding: 0 80px 0 0;
  text-align: right; }

.calc-inputs input {
  width: 30px;
  margin: 0;
  text-align: center; }

.calc-prices {
  width: 110px; }

.calc-reset {
  text-align: center; }

#resetButton {
  margin: -40px 0 0 0; }

.calc-disclaimer {
  text-align: center;
  font-style: italic;
  font-size: 10px;
  padding: 5px;
  background: #ffffff;
  -webkit-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px; }

#special-alert {
  position: relative;
  max-width: 1280px;
  height: 60px;
  margin: 20px auto;
  overflow: hidden; }

.alert-bg {
  max-width: 1280px;
  height: 40px;
  margin: 10px 0;
  background: #ee1515; }

.alert-message {
  color: #ffffff;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
  margin: 0 !important; }

.alert-text {
  white-space: nowrap;
  display: inline-block; }

.alert-message span {
  font: 18px/40px 'ProximaNovaBold', sans-serif;
  font: 1.8rem/4rem 'ProximaNovaBold', sans-serif;
  display: inline-block;
  margin: 0 30px; }

#special-alert a:hover,
.alert-message a,
.alert-message a:hover,
.alert-message:hover {
  color: #ffffff;
  text-decoration: none; }

.alert-cover-left {
  position: absolute;
  left: 0;
  width: 20px;
  height: 60px;
  background: url("//static.komando.com/websites/common/v1/images/alert-cover-left.png") top left no-repeat;
  z-index: 9; }

.alert-cover-right {
  position: absolute;
  right: 0;
  width: 20px;
  height: 60px;
  background: url("//static.komando.com/websites/common/v1/images/alert-cover-right.png") top left no-repeat;
  z-index: 9; }

.forum-user-menu {
  position: absolute;
  z-index: 9999; }

.header-alt-menu ul li a.ipsUserPhotoLink {
  padding: 0; }

.ipsHeaderMenu {
  width: 380px !important; }

#user_link_menucontent > div {
  margin-left: 15px;
  width: 290px !important;
  text-align: left; }

#user_link_menucontent > div ul li {
  border: none; }

#user_link_menucontent > div ul li a {
  color: #225985;
  padding: 0;
  font: 13px/20px 'ProximaNovaBold', sans-serif;
  font: 1.3rem/2rem 'ProximaNovaBold', sans-serif; }

#user_link_menucontent > div ul li a:hover {
  color: #0989ff;
  background: none; }

#statusSubmitGlobal {
  width: 97%; }

.maintitle a:hover {
  color: #ffffff; }

.ipsUserPhotoLink {
  float: left; }

.forum-wrapper fieldset {
  outline: none !important;
  font-size: 16px !important;
  font-size: 1.6rem !important; }

.forum-wrapper input,
.forum-wrapper select {
  width: auto; }

.ipsForm .ipsField_checkbox .ipsField_content {
  margin-left: 20px !important; }

.ipsForm .ipsField_checkbox input {
  margin-top: 7px !important; }

.calendar_date_select {
  width: 247px !important; }

.cke_skin_ips .cke_toolgroup {
  margin-bottom: 0 !important;
  height: auto !important; }

.ipsSmileyTray {
  height: auto !important; }

.ipsSmileyTray span {
  display: inline-block; }

.ipsSmileyTray span img {
  margin: 3px !important; }

.cke_skin_ips .cke_button a,
.cke_skin_ips .cke_button a:hover,
.cke_skin_ips .cke_button a:focus,
.cke_skin_ips .cke_button a:active,
.cke_skin_ips .cke_button a.cke_off {
  height: auto !important; }

.cke_skin_ips .cke_rcombo .cke_text {
  height: 22px !important; }

.avatar {
  display: inline-block; }

.ipsVerticalTabbed_tabs li.active a {
  width: auto !important; }

body .ipsBox a {
  display: inline; }

.forum-wrapper span.post_id {
  margin-left: 0; }

.forum-wrapper input.post_mod {
  margin: 11px 5px 0px 10px; }

.forum-wrapper label {
  display: inline-block; }

.forum-wrapper input[type='checkbox'],
.forum-wrapper input[type='radio'] {
  vertical-align: middle; }

.row-fluid {
  width: 100%;
  *zoom: 1;
  margin: 20px 0; }

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: ""; }

.row-fluid:after {
  clear: both; }

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.row-fluid [class*="span"]:first-child {
  margin-left: 0; }

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%; }

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%; }

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%; }

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%; }

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%; }

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%; }

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%; }

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%; }

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%; }

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%; }

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%; }

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%; }

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%; }

@media screen and (max-width: 640px) {
  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12 {
    width: 100%;
    *width: 100%; } }
.contest {
  margin: 30px 0;
  padding: 0 0 30px 0;
  border-bottom: 1px solid #eeeeee; }

.on-air-alert {
  position: relative;
  border: 5px solid #ff1795;
  background: #ffeaf6; }

.on-air-header {
  position: relative;
  background: #ff1795;
  color: #ffffff;
  padding: 5px 10px 10px 10px;
  text-transform: uppercase;
  font: 13px/13px 'ProximaNovaSbold', sans-serif;
  font: 1.3rem/1.3rem 'ProximaNovaSbold', sans-serif; }

.on-air-header:after {
  top: 100%;
  left: 70px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 23, 149, 0);
  border-top-color: #ff1795;
  border-width: 8px;
  margin-left: -8px; }

.on-air-header i {
  margin: 0 10px 0 0;
  font-size: 16px;
  font-size: 1.6rem; }

.on-air-message-wrapper {
  position: relative;
  font: 18px/20px 'ProximaNovaSbold', sans-serif;
  font: 1.8rem/2rem 'ProximaNovaSbold', sans-serif;
  overflow: hidden; }

.on-air-message-wrapper ul {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block; }

.on-air-message-wrapper ul li {
  float: left;
  position: relative;
  display: block;
  padding: 0 12px;
  width: 100%; }

.on-air-message-wrapper ul li p {
  margin: 12px 0; }

.on-air-pager {
  height: 30px;
  width: 65px;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  right: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  line-height: 1.6rem; }

.on-air-back,
.on-air-next {
  width: 30px;
  line-height: 30px;
  display: inline-block;
  background: #ffffff;
  color: #ff1795;
  text-align: center;
  cursor: pointer;
  transition: background .2s;
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -o-transition: background .2s; }

.on-air-back i,
.on-air-next i {
  line-height: 30px;
  vertical-align: bottom; }

.on-air-back:hover,
.on-air-next:hover {
  background: #ff1795;
  color: #ffffff; }

.show-picks-grid-wrapper {
  background: #002487 url("../img/show-picks-mobile-bgr.png") top left repeat-x;
  padding: 25px 35px;
  position: relative;
  margin: 0 -20px 0 -20px; }

.show-picks-intro {
  font-family: 'ProximaNovaReg', sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 25px;
  line-height: 2.5rem;
  margin: 0 0 30px 0; }
  .show-picks-intro a {
    font-family: 'ProximaNovaSbold', sans-serif;
    text-decoration: none; }
    .show-picks-intro a:hover {
      color: #0989ff;
      text-decoration: underline; }

.show-picks-sub {
  font: 13px/21px 'ProximaNovaSbold', sans-serif;
  font: 1.3rem/2.1rem 'ProximaNovaSbold', sans-serif;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.61);
  display: block; }

.show-picks-grid-wrapper h1 {
  font: 29px/29px 'ProximaNovaSbold', sans-serif;
  font: 2.9rem/2.9rem 'ProximaNovaSbold', sans-serif;
  color: #ffffff; }

.show-picks-grid {
  position: relative; }

.show-picks-mini-nav {
  position: absolute;
  top: 0;
  margin-top: 5px;
  right: 0;
  width: 140px;
  font-size: 0px;
  font-size: 0rem; }

a.show-picks-mini-nav-item,
a.show-picks-mini-nav-item:hover {
  color: #ffffff;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  width: 33.3%;
  text-align: center;
  vertical-align: middle; }

a.show-picks-mini-nav-item.disabled,
a.show-picks-mini-nav-item.disabled:hover {
  color: rgba(255, 255, 255, 0.48); }

a.show-picks-mini-nav-item .calendar {
  font-size: 44px;
  font-size: 4.4rem; }

.show-picks-title {
  width: 100%;
  position: relative; }

.show-picks-grid {
  font-size: 0px;
  font-size: 0rem; }

.show-picks-grid-item {
  border: 1px solid #ffffff;
  position: relative;
  background: #ffffff;
  margin: 0 0 20px 0;
  vertical-align: top; }

.show-picks-grid-item figure {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  line-height: 0; }

.show-picks-grid-item figure img {
  width: 100%; }

.show-picks-grid-item .column-cover {
  background: url("../img/show-picks-column-cover.png") bottom right no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.show-picks-grid-item .column-cover img {
  width: auto;
  height: auto;
  position: absolute;
  left: 20px;
  bottom: 20px; }

.show-picks-grid-item-header {
  position: absolute;
  width: 100%;
  font: 15px/50px 'ProximaNovaSbold', sans-serif;
  font: 1.5rem/5rem 'ProximaNovaSbold', sans-serif;
  padding: 0 0 0 46px;
  color: #ffffff;
  z-index: 100; }

.cuff .show-picks-grid-item-header {
  background: rgba(4, 164, 188, 0.9); }

.money .show-picks-grid-item-header {
  background: rgba(7, 158, 98, 0.8); }

.security .show-picks-grid-item-header {
  background: rgba(9, 137, 255, 0.8); }

.column .show-picks-grid-item-header {
  background: rgba(31, 167, 230, 0.8); }

.show-picks-grid-item-header span {
  position: absolute;
  top: 50%;
  left: 16px;
  margin: -10px 0 0 0;
  font-size: 20px;
  font-size: 2rem; }

.show-picks-grid-item-body header {
  height: 100px;
  padding: 20px; }

.show-picks-grid-item-body header h3 {
  font: 18px/20px 'ProximaNovaSbold', sans-serif;
  font: 1.8rem/2rem 'ProximaNovaSbold', sans-serif; }

.show-picks-grid-item-meta {
  padding: 0 10px;
  display: block;
  border-top: 1px solid #e6e6e6;
  color: #c1c1c1;
  font: 10px/26px 'ProximaNovaBold', sans-serif;
  font: 1rem/2.6rem 'ProximaNovaBold', sans-serif;
  text-transform: uppercase;
  height: 30px;
  overflow: hidden; }

.show-picks-grid-item-share {
  float: left;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 18px;
  height: 30px;
  line-height: 30px; }

.show-picks-grid-item-share-icons {
  display: none;
  height: 30px;
  padding-top: 4px; }

.show-picks-grid-item-share-icons .share-button {
  float: left;
  width: 20px;
  height: 20px;
  color: #ffffff;
  border-radius: 2px;
  background-size: 24px;
  background-repeat: no-repeat;
  margin: 2px 4px 2px 0;
  cursor: pointer;
  background-size: 16px 16px !important;
  background-position: center !important;
  border-bottom: none !important; }

.show-picks-grid-item-share .icon-k2-share {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 14px;
  position: absolute;
  top: 8px;
  left: 0; }

.show-picks-grid-item-views {
  float: right;
  padding: 0 0 0 10px;
  border-left: 1px solid #e6e6e6; }

.show-picks-more-links {
  margin: 20px 0 50px 0; }

.show-picks-more-links ul {
  margin: 0;
  padding: 0; }

.show-picks-more-links a {
  display: table;
  width: 100%;
  table-layout: fixed;
  border: 1px solid #cbd3d7;
  margin: 0 0 4px 0;
  padding: 0 20px;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 61px;
  line-height: 6.1rem; }
  .show-picks-more-links a:hover {
    background-color: #0989ff;
    color: #ffffff; }
  .show-picks-more-links a span {
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }

.show-picks-sponsors-grid {
  background: url("../img/show-picks-sponsors-bgr.png") repeat;
  font-size: 0px;
  font-size: 0rem;
  margin: 0 0 50px 0;
  display: block;
  line-height: 0;
  padding: 5px;
  text-align: center; }

.sponsor-grid-item {
  display: inline-block;
  margin: 5px;
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
  border: none;
  vertical-align: top;
  line-height: 0;
  position: relative; }

.sponsor-grid-item a {
  line-height: 0; }

.sponsor-grid-item img {
  display: block;
  width: 100%;
  vertical-align: top;
  line-height: 0; }

.sponsor-grid-item-info {
  display: none;
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px;
  color: #ffffff;
  width: 100%; }

.sgii-wrapper {
  height: 80px;
  font: 14px/18px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.8rem 'ProximaNovaReg', sans-serif;
  color: #5d5d5d;
  text-align: center;
  background: #ffffff;
  border-top: 1px solid #e6e6e6;
  padding: 10px; }

.sgii-promo-code {
  font: 14px/18px 'ProximaNovaBold', sans-serif;
  font: 1.4rem/1.8rem 'ProximaNovaBold', sans-serif; }

.sponsor-grid-item-info .sgii-url {
  font: 14px/14px 'ProximaNovaReg', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaReg', sans-serif;
  text-align: center;
  padding: 0 6px 6px 6px; }

.sponsor-grid-item-info .sgii-header {
  font: 14px/14px 'ProximaNovaBold', sans-serif;
  font: 1.4rem/1.4rem 'ProximaNovaBold', sans-serif;
  text-align: center; }

.sponsor-grid-item-info .sgii-body {
  font: 12px/12px 'ProximaNovaReg', sans-serif;
  font: 1.2rem/1.2rem 'ProximaNovaReg', sans-serif;
  text-align: center;
  padding: 6px 6px 0 6px; }

.show-picks-nav {
  margin: 50px 0 0 0;
  background: #f3f3f3;
  padding: 28px 14px;
  font-size: 0;
  font-size: 0rem; }

.show-picks-nav-title {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 20px 0;
  display: block; }

a.picks-nav-item {
  width: 100%;
  display: inline-block;
  background: #0989ff;
  border-radius: 2px;
  font-size: 0px;
  font-size: 0rem;
  color: #ffffff;
  line-height: 48px;
  line-height: 4.8rem;
  margin: 0 0 12px 0;
  vertical-align: top; }

a.picks-nav-item:hover {
  background: #0989ff;
  color: #ffffff; }

a.picks-nav-item div {
  vertical-align: top; }

a.picks-nav-item.disabled {
  background: #dee0e2; }

.picks-nav-icon {
  width: 48px;
  display: inline-block;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center; }

.picks-nav-icon.calendar {
  font-size: 26px;
  font-size: 2.6rem; }

.picks-nav-text {
  width: calc(100% - 48px);
  width: -webkit-calc(100% - 48px);
  text-align: center;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem; }

.tooltip {
  position: absolute;
  z-index: 900;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible; }

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px; }

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px; }

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px; }

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px; }

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px; }

.blog-share {
  line-height: 24px;
  margin: 3px 0;
  position: absolute;
  right: 0;
  bottom: 0; }

.blog-share .share-button {
  float: left;
  width: 20px;
  height: 20px;
  color: #ffffff;
  border-radius: 2px;
  background-size: 24px;
  background-repeat: no-repeat;
  margin: 2px 4px 2px 0;
  cursor: pointer;
  background-size: 16px 16px !important;
  background-position: center !important;
  border-bottom: none !important; }

.blog-share .share-button {
  display: block !important; }

.nextpage-link {
  display: block;
  margin: 16px 0;
  font-weight: bold; }

.st_email_custom {
  background: #0889ff url("../img/share-email.png"); }
  .st_email_custom:hover {
    background-color: #007ced; }

.st_facebook_custom {
  background: #3c5a98 url("../img/share-facebook.png"); }
  .st_facebook_custom:hover {
    background-color: #354f86; }

.st_twitter_custom {
  background: #00aced url("../img/share-twitter.png"); }
  .st_twitter_custom:hover {
    background-color: #0099d3; }

.st_googleplus_custom {
  background: #dd4b39 url("../img/share-google-plus.png"); }
  .st_googleplus_custom:hover {
    background-color: #d73925; }

.st_linkedin_custom {
  background: #0077B5 url("../img/share-linkedin.png"); }
  .st_linkedin_custom:hover {
    background-color: #3F84C5; }

.st_pinterest_custom {
  background: #cc2127 url("../img/share-pinterest.png"); }
  .st_pinterest_custom:hover {
    background-color: #b61d23; }

.sharebar-video {
  background: #1e52fc url("../img/share-videos.png"); }
  .sharebar-video:hover {
    background-color: #053ffc; }

.article-content-share-wrapper-mini {
  position: absolute;
  top: 20px;
  left: -60px; }

.article-content-share-wrapper-mini.stick {
  position: fixed;
  top: 165px;
  margin: 0 0 0 -60px;
  left: auto; }
  @media screen and (max-height: 460px) {
    .article-content-share-wrapper-mini.stick {
      top: 70px; } }

.article-content-share-wrapper-mini.stick-bottom {
  position: absolute;
  bottom: 20px;
  top: auto;
  left: -60px;
  width: 36px; }

.article-content-share-buttons-mini {
  font-size: 0;
  line-height: 0; }

.article-content-share-buttons-mini .tooltip {
  width: 180px; }

.article-content-share-button-mini {
  display: block;
  background-repeat: no-repeat;
  background-position: 6px 50%;
  background-size: 24px;
  line-height: 36px;
  line-height: 3.6rem;
  padding: 0 16px;
  cursor: pointer;
  height: 36px;
  font-size: 16px;
  font-size: 1.6rem; }

a.article-content-share-button-mini.sharebar-video {
  display: block !important; }

a.article-content-share-button-mini.sharebar-video:hover {
  border-radius: 0 0 3px 0 !important; }

.article-content-share-button-mini:first-child {
  border-radius: 0 3px 0 0; }

.article-content-share-button-mini:last-child {
  border-radius: 0 0 3px 0; }

.article-content-share-button-mini .tooltip {
  width: 160px !important; }

.breadcrumb li:first-child {
  font-size: 18px;
  font-size: 1.8rem;
  display: block; }

.noscript,
.ienotice {
  max-width: 1280px;
  margin: auto;
  display: none; }

.twitter-tweet {
  margin: 10px auto !important; }

/* Appears to be supported only in Chrome, so it is deleted:
.fa-spin {
  -webkit-filter: blur(0);
}
*/
.beta-feedback {
  position: fixed;
  top: 220px;
  left: -38px;
  background: #000000;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  z-index: 99999; }

.beta-feedback a,
.beta-feedback a:hover {
  padding: 10px;
  color: #ffffff; }

.grid-item.new-site-video figure {
  position: relative;
  padding-bottom: 56.25%;
  display: inline-block; }

.grid-item.new-site-video figure iframe,
.grid-item.new-site-video figure object,
.grid-item.new-site-video figure embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ribbon-wrap {
  line-height: 0;
  font-size: 0px;
  font-size: 0rem; }

.ribbon-left {
  text-align: center; }

.interstitial-wrapper {
  display: none;
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.interstitial-header {
  height: 150px;
  width: 100%;
  position: absolute;
  background: #002487;
  border-bottom: 3px solid #0989ff; }

.interstitial-progress-bar {
  position: absolute;
  height: 147px;
  background: #002998; }

.interstitial-header-inner {
  position: absolute;
  height: 150px;
  width: 100%; }

.interstitial-logo {
  margin: 0 0 0 36px;
  height: 150px;
  display: inline-block; }

.interstitial-countdown {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 0 0 30px;
  height: 150px;
  width: calc(100% - 560px);
  width: -webkit-calc(100% - 550px);
  vertical-align: top;
  padding-top: 60px; }

.interstitial-skip {
  position: absolute;
  top: 60px;
  right: 36px;
  background: #0989ff;
  color: #ffffff;
  border-radius: 4px;
  cursor: pointer; }

.interstitial-skip .before,
.interstitial-skip .after {
  padding: 10px 20px; }

.interstitial-skip .after {
  display: none; }

.insterstitial-unit-wrapper {
  position: absolute;
  margin: 200px 0 0 0;
  width: 100%;
  height: 100%; }

.interstitial-unit {
  width: 100%;
  text-align: center;
  margin: auto; }

.interstitial-unit div {
  margin: auto;
  text-align: center; }

.interstitial-dec {
  font-size: 11px;
  font-size: 1.1rem;
  color: #ffffff;
  margin: auto;
  text-align: center;
  text-transform: uppercase; }

.page-template-page-meet-kim-php.wrapper {
  border-top: none;
  background: none; }

.meet-kim-contest-wrapper {
  width: 1000px;
  margin: auto;
  vertical-align: top;
  font-size: 0; }

.meet-kim-contest {
  width: 640px;
  margin: 0 20px;
  display: inline-block;
  background: #ffffff;
  vertical-align: top; }

.meet-kim-left-ad,
.meet-kim-right-ad {
  width: 160px;
  margin: 315px 0 0 0;
  display: inline-block; }

.meet-kim-left-ad span,
.meet-kim-right-ad span {
  display: block;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
  margin: auto;
  text-transform: uppercase;
  color: #b4b4b4;
  text-align: center; }

.meet-kim-header {
  position: relative;
  height: 314px;
  background: url("../img/meet-kim/meet-kim-header.jpg") 0 0 no-repeat; }

.meet-kim-share {
  position: absolute;
  top: 10px;
  left: 18px; }

.meet-kim-share span span span {
  color: #ffffff !important; }

.meet-kim-profile {
  position: absolute;
  bottom: 0;
  right: -20px;
  line-height: 0; }

.meet-kim-nav {
  position: absolute;
  bottom: 0;
  left: 10px; }

.meet-kim-nav ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.meet-kim-nav ul li {
  display: inline-block; }

.meet-kim-nav ul li a {
  text-transform: uppercase;
  font: 24px/40px 'ProximaNovaBold', sans-serif;
  font: 2.4rem/4rem 'ProximaNovaBold', sans-serif;
  color: #fea126;
  text-decoration: none;
  padding: 0 8px; }

.meet-kim-nav ul li a:hover,
.meet-kim-nav ul li a.active {
  text-decoration: underline; }

.meet-kim-content {
  padding: 18px; }

.meet-kim-content h1 {
  font: 28px/28px 'ProximaNovaBold', sans-serif;
  font: 2.8rem/2.8rem 'ProximaNovaBold', sans-serif;
  color: #42279c;
  margin: 0; }

.meet-kim-content p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 6px 0; }

.meet-kim-club-header {
  margin: 70px 0 0 0;
  background: #42279c;
  padding: 20px;
  display: block; }

.meet-kim-contest .meet-kim-club-header {
  margin: 20px 0 0 0; }

.meet-kim-contest .btn {
  margin: 20px 0 0 0; }

.meet-kim-sidebar {
  float: right;
  margin: 0 0 0 30px; }

.kcorvette h1 {
  display: block;
  text-align: center;
  margin: 0;
  font: 36px/40px 'ProximaNovaBold', sans-serif;
  font: 3.6rem/4rem 'ProximaNovaBold', sans-serif;
  color: #0033be; }

.kcorvette h2 {
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
  font: 28px/34px 'ProximaNovaBold', sans-serif;
  font: 2.8rem/3.4rem 'ProximaNovaBold', sans-serif;
  color: #0033be; }

.kcorvette-left {
  padding: 10px 0 0 0;
  width: 60%;
  display: inline-block;
  vertical-align: top; }

.kcorvette-right {
  width: 35%;
  margin: 0 0 0 30px;
  display: inline-block;
  font-size: 0;
  vertical-align: top; }

.kcorvette-info {
  padding: 20px;
  background: #ebebeb;
  border: 1px solid #565656;
  border-radius: 8px; }

.kcorvette-info dl {
  font-size: 0; }

.kcorvette-info dl dt,
.kcorvette-info dl dd {
  display: inline-block;
  width: 50%;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 5px;
  color: #565656; }

.kcorvette-info dl dt {
  text-align: right;
  font: 16px/16px 'ProximaNovaBold', sans-serif;
  font: 1.6rem/1.6rem 'ProximaNovaBold', sans-serif; }

.kcorvette-image {
  width: 50%;
  border-radius: 8px;
  display: inline-block;
  vertical-align: top;
  padding: 10px; }

.kcorvette-image img {
  width: 100%;
  height: auto;
  border-radius: 8px; }

.kcorvette.content-full figure {
  margin: 0 !important;
  width: 50% !important;
  display: inline-block !important; }

.kcorvette.content-full figure .figure-overlay .overlay-zoom {
  border-radius: 8px; }

.kcorvette-contact-modal-body {
  width: 300px;
  background: #ffffff;
  padding: 10px;
  margin: 50px auto 0 auto;
  -webkit-box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.6); }

.faq-answers h3 {
  margin: 34px 0 0 0; }

#club-cart-coupon-apply-btn {
  font-size: 14px; }

#comments {
  padding-top: 140px;
  margin-top: -140px; }

.article-ad {
  width: calc(100% + 60px);
  width: -webkit-calc(100% + 60px);
  margin: 0 0 0 -50px; }

.article-ad div {
  text-align: center;
  margin: auto; }

.grid-item-matched {
  display: block;
  width: 100%;
  text-align: center;
  margin: 20px 0 0 0; }

a.article-presented-by {
  display: block;
  padding: 12px 0;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  color: #333333; }
  a.article-presented-by:hover {
    color: #333333; }
  a.article-presented-by .article-presented-by__img {
    float: left;
    margin: 0 20px 0 0; }
  a.article-presented-by .article-presented-by__text {
    text-transform: uppercase;
    font: 12px/16px 'ProximaNovaSbold', sans-serif;
    font: 1.2rem/1.6rem 'ProximaNovaSbold', sans-serif; }
  a.article-presented-by .article-presented-by__slogan {
    font: 12px/16px 'ProximaNovaReg', sans-serif;
    font: 1.2rem/1.6rem 'ProximaNovaReg', sans-serif; }
  a.article-presented-by .article-presented-by__tracking {
    height: 1px;
    overflow: hidden; }
  @media screen and (min-width: 1000px) {
    a.article-presented-by {
      margin: 0 60px; } }

@media screen and (max-width: 379px) {
  .home-feature .the-show-kim img {
    height: 255px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 20; } }
@media screen and (max-width: 500px) {
  .sponsor-grid-item {
    width: calc(100% - 10px);
    width: -webkit-calc(100% - 10px); }

  .on-demand-main-column img, .on-demand-main-column iframe {
    max-width: 290px !important; }

  .on-demand-main-column ol {
    padding-left: 15px; }

  .on-demand-main-column iframe {
    height: auto; } }
@media screen and (max-width: 679px) {
  body {
    margin-top: 116px; }

  .hide-mobile,
  a.hide-mobile,
  .content-left .btn.hide-mobile,
  .hide-mobile:before,
  .hide-mobile:after,
  .content-full ul.hide-mobile {
    display: none; }

  .header-main-wrap {
    height: 66px; }

  .logo-wrap {
    width: 238px;
    height: 66px; }

  .logo-wordmark {
    position: absolute;
    width: 176px;
    height: 17px;
    top: 16px;
    left: 56px; }

  .logo-slogan {
    position: absolute;
    width: 127px;
    height: 11px;
    top: 36px;
    left: 108px; }

  .logo-kim {
    position: absolute;
    width: 123px;
    height: 74px;
    top: -6px;
    left: -40px;
    z-index: 999; }

  .grid-item figure {
    display: inline-block;
    float: right;
    margin: 0;
    width: 130px;
    line-height: 0;
    position: relative; }

  .grid-item.new-site-video figure {
    float: none;
    width: 100%; }

  .grid-item.video figure div img,
  .grid-item.app figure div img {
    margin: -20px 0 0 -20px;
    width: 40px; }

  .grid-item-body header {
    width: calc(100% - 140px);
    width: -webkit-calc(100% - 140px); }

  .grid-item:last-child {
    border-bottom: none; }

  .grid-filter ul {
    position: absolute;
    background: #e7e7e7;
    z-index: 120;
    width: 200px; } }
@media screen and (min-width: 679px) and (max-width: 999px) {
  .newsletter-subscribe {
    margin-top: 70px !important; } }
@media screen and (min-width: 680px) {
  .header {
    background: #001b68 url("../img/header-bg.jpg") top center no-repeat; }

  .find-station-widget {
    font-size: 13px;
    font-size: 1.3rem; }

  .controls.credit-card-expiration input,
  .controls.credit-card-security-code input {
    width: 100px;
    display: inline-block; }

  .product-opacity {
    opacity: 1; }

  .content-full {
    padding: 30px; }

  .content-full.the-show {
    padding: 0; }

  .control-group-half {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    display: inline-block; }

  #contact-form #submit {
    margin: 0 10px; }

  .tune-in {
    margin: 0 10px; }

  .news-wrapper,
  .tweets-wrapper {
    width: 50%;
    display: table-cell;
    position: relative;
    padding-bottom: 40px; }

  .news-view-more a {
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);
    width: -webkit-calc(100% - 40px); }

  .kims-desk,
  .section-feature-posts {
    width: 50%;
    display: table-cell;
    vertical-align: top; }

  .kims-desk .grid,
  .section-feature-posts .grid {
    padding: 25px; }

  .home-feature .the-show,
  .section-nav-meta {
    border-left: 2px solid #e6e6e6;
    width: calc(50% - 2px);
    width: -webkit-calc(50% - 2px);
    display: table-cell;
    height: 100%;
    vertical-align: top; }

  .home-feature .the-show h1,
  .section-categories h1 {
    border-left: 2px solid #002687;
    margin: 0 0 0 -2px; }

  .sidebar-grid h2 {
    margin: 20px 0 20px -10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px); }

  .home-feature .tech-twitter {
    display: block;
    width: 100%; }

  .grid {
    padding: 15px 10px; }

  .grid-item {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    min-width: 300px;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin: 10px;
    border-bottom: 0px solid #e6e6e6;
    border-radius: 0 0 2px 2px;
    background: #ffffff; }

  .sidebar-grid .grid {
    padding: 15px 5px; }

  .sidebar-grid .grid-item {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin: 5px; }

  .grid-item.new-site-video .grid-item-body {
    margin: -8px 0 0 0; }

  .grid-item-body h3 {
    margin: 0;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 24px;
    line-height: 2.4rem;
    letter-spacing: -0.02rem; }

  .kims-desk .grid-item,
  .section-feature .grid-item {
    min-width: 0; }

  .kims-desk .grid-item-body h3,
  .section-feature .grid-item-body h3 {
    margin: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 20px;
    line-height: 2.0rem; }

  .kims-desk .grid-item.featured,
  .section-feature .grid-item.featured {
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px); }

  .grid-item figure {
    width: 100%;
    margin: 0;
    position: relative;
    line-height: 0; }

  .kims-desk .grid-item.featured.video figure div img,
  .section-feature .grid-item.featured.video figure div img,
  .kims-desk .grid-item.featured.app figure div img,
  .section-feature .grid-item.featured.app figure div img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    color: #ffffff;
    width: 80px; }

  .tech-twitter-section-header {
    margin: 20px;
    display: block;
    border-bottom: 1px solid #e6e6e6; }

  .tech-twitter-section-header span {
    display: inline-block;
    padding: 0 5px;
    line-height: 34px;
    text-decoration: none;
    font-size: 12px;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #0a88ff;
    border-bottom: 3px solid #0a88ff; }

  .grid-item-body {
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-top: 0; }

  .grid-item-body header {
    padding: 15px;
    height: 100px; }

  .kims-desk .grid-item .grid-item-body header,
  .section-feature-posts .grid-item-body header {
    height: 120px; }

  .grid-item-meta {
    padding: 0 10px;
    display: block;
    border-top: 1px solid #e6e6e6;
    color: #c1c1c1;
    font: 10px/30px 'ProximaNovaBold', sans-serif;
    font: 1rem/3rem 'ProximaNovaBold', sans-serif;
    text-transform: uppercase; }

  .grid-item-share {
    float: left;
    cursor: pointer;
    position: relative;
    padding: 0 0 0 18px; }

  .grid-item-share .icon-k2-share {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    position: absolute;
    top: 8px;
    left: 0; }

  .grid-item-views {
    float: right;
    padding: 0 0 0 10px;
    border-left: 1px solid #e6e6e6; }

  .fire-red {
    color: #c91416; }

  .fire-orange {
    color: #ff911a; }

  .grid-item-share-icons {
    float: left;
    line-height: 24px;
    margin: 3px 0;
    display: none; }

  .grid-item-share-icons .share-button {
    float: left;
    width: 20px;
    height: 20px;
    color: #ffffff;
    border-radius: 2px;
    background-size: 24px;
    background-repeat: no-repeat;
    margin: 2px 4px 2px 0;
    cursor: pointer;
    background-size: 16px 16px !important;
    background-position: center !important;
    border-bottom: none !important; }

  .grid-item-ad,
  .grid-item-station-finder,
  .grid-item-kims-club,
  .grid-item-twitter-question,
  .grid-item-box {
    vertical-align: top;
    display: inline-block;
    padding: 0;
    min-width: 300px;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin: 10px;
    border-bottom: 2px solid #e6e6e6;
    border-radius: 0 0 2px 2px; }

  .grid-item-station-finder {
    border-bottom: 2px solid #007a88;
    background-position: right bottom; }

  .grid-item-kims-club {
    border-bottom: 2px solid #370f8c; }

  .grid-item-twitter-question {
    border-bottom: 2px solid #0f91f6; }

  .sidebar-grid .grid-item-ad {
    width: calc(50% - 10px);
    width: -webkit-calc(50% - 10px);
    margin: 5px; }

  .grid-item-ad .ad-container {
    margin-top: calc(50% - 135px);
    margin-top: -webkit-calc(50% - 135px); }

  .sidebar-grid .grid-item-ad .ad-container {
    margin-top: 0 !important; }

  .grid-item-matched {
    margin: 10px 0 0 0; }

  .grid .sidebar-categories ul,
  .sidebar-latest-blogs ul {
    margin: -20px 0 15px -10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px); }

  .content-left h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 40px;
    line-height: 4rem; }

  .content-left h2 {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 38px;
    line-height: 3.8rem; }

  .article-content blockquote {
    display: block;
    font: 28px/26px 'ProximaNovaBold', sans-serif;
    font: 2.8rem/2.6rem 'ProximaNovaBold', sans-serif;
    font-style: italic;
    color: #5e6466;
    background: #eeeeee url("../img/open-quote.png") 40px 50% no-repeat;
    background-size: 64px 45px;
    border-left: 10px solid #1499e9;
    margin: 18px 0;
    padding: 40px 40px 40px 140px; }

  .article-media-caption {
    line-height: 28px;
    line-height: 2.8rem;
    font-size: 24px;
    font-size: 2.4rem; }

  .article-prev-wrapper,
  .article-next-wrapper {
    width: 50%;
    float: left;
    border-bottom: none; }

  .article-prev-wrapper {
    width: calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    border-right: 1px solid #c3ccd1; }

  .comments-header,
  .related-header,
  .more-articles-header {
    width: calc(100% + 50px);
    width: -webkit-calc(100% + 50px); }

  .related-posts-wrapper {
    width: calc(100% + 40px);
    width: -webkit-calc(100% + 40px);
    margin: 0 0 0 -20px;
    padding: 10px; }

  .related-posts {
    margin: 0;
    font-size: 0px;
    font-size: 0rem; }

  .related-post {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    border-bottom: none;
    padding: 10px; }

  .related-post-image {
    width: 100%; }

  .related-post h4 {
    width: 100%; }

  .article-ad {
    width: 100%;
    margin: auto; }

  .article-ad div {
    text-align: center;
    margin: auto; }

  .on-air-header {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 170px;
    height: 100%;
    background: #ff1795;
    color: #ffffff;
    padding: 5px 10px 10px 10px;
    text-transform: uppercase;
    font: 16px/16px 'ProximaNovaSbold', sans-serif;
    font: 1.6rem/1.6rem 'ProximaNovaSbold', sans-serif; }

  .on-air-header:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 23, 149, 0);
    border-left-color: #ff1795;
    border-width: 8px;
    margin-top: -8px; }

  .on-air-header div {
    padding: 6px 0; }

  .on-air-header i {
    margin: 0 10px 0 0;
    font-size: 28px;
    font-size: 2.8rem;
    vertical-align: middle; }

  .on-air-message-wrapper {
    display: inline-block;
    margin-left: 180px; }

  .on-air-message-wrapper ul li {
    float: left;
    position: relative;
    display: block;
    padding: 0 80px 0 12px;
    width: 100%; }

  .the-show-preview,
  .the-show-buttons {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 100%;
    width: 50%;
    display: inline-block;
    font-size: 0px;
    font-size: 0rem;
    vertical-align: top; }

  .the-show-reel {
    width: 50%;
    padding-bottom: 25%; }

  .the-show-logo {
    left: 44px;
    position: absolute;
    top: 35px; }

  .about-the-show-teaser,
  .the-show-information {
    margin: 0 0 0 180px; }

  .the-show-page-kim {
    position: absolute;
    top: 480px;
    left: -80px; }

  .the-show-page-kim img {
    width: 300px; }

  .station-finder-text {
    padding: 0 100px; }

  .join-kims-club-teaser-button {
    width: 300px;
    float: right;
    position: relative;
    margin: 0 0 0 20px; }

  .station-finder-results-wrapper {
    display: table;
    width: 100%;
    margin: 60px 0; }

  .result {
    width: 33.3%;
    padding: 0 20px;
    margin: 0 20px 0 0;
    border-bottom: none;
    border-right: 1px solid #e0e0e0;
    display: table-cell;
    vertical-align: top; }

  .station-finder-results-wrapper .result:last-child {
    width: 33.3%;
    margin: 0;
    border-right: none; }

  .plan-header {
    min-height: 170px; }
    .plan-header span:first-child {
      font-family: 'ProximaNovaSbold', sans-serif;
      font-size: 17px;
      font-size: 1.7rem;
      padding-left: 25px;
      position: relative; }

  .plan-wrapper {
    font-size: 0px;
    font-size: 0rem;
    margin: -89px 0 0 0;
    position: relative; }

  .plan {
    width: 33.33%;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    vertical-align: top;
    position: relative;
    margin: 0; }
    .plan:first-child .plan-duration {
      border-right: none; }
    .plan:first-child .plan-price-wrapper, .plan:first-child .plan-select {
      border-left: 1px solid #eee; }

  .plan-select .btn {
    width: auto; }

  .listen-page-login-inner {
    padding: 130px; }

  .footer-nav div {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px); }

  .footer-nav div h4 {
    display: block; }

  .footer-nav div:first-child h4 {
    margin: 30px 0 4px 0; }

  .teaser-login {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin: 0 20px 0 0; }

  .teaser-join {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin: 0 0 0 20px; }

  .contact-us .content-left h1 {
    font: 39px/39px 'ProximaNovaSbold', sans-serif;
    font: 3.9rem/3.9rem 'ProximaNovaSbold', sans-serif;
    letter-spacing: -1px;
    display: block; }

  .contact-page-kim {
    width: 40%;
    max-width: 400px;
    float: right;
    position: relative;
    margin: -50px -30px 0 0; }

  .contact-page-kim img {
    width: 100%; }

  .contact-options {
    margin: 0 0 0 -10px;
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px); }

  .contact-well {
    width: calc(50% - 23px);
    width: -webkit-calc(50% - 23px);
    margin: 10px;
    display: inline-block;
    height: 110px;
    vertical-align: top; }

  .contact-well-large {
    height: 170px; }

  .contact-form-wrapper {
    margin: 50px 0 20px -30px;
    padding: 30px;
    width: calc(100% + 60px);
    width: -webkit-calc(100% + 60px); }

  .show-picks-grid-wrapper {
    background: #002487 url("../img/show-picks-bg.jpg") top right no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  .show-picks-grid-wrapper h1 {
    font: 60px/57.62px 'ProximaNovaSbold', sans-serif;
    font: 6rem/5.762rem 'ProximaNovaSbold', sans-serif;
    color: #ffffff;
    margin-bottom: 25px; }

  .show-picks-grid {
    width: calc(100% + 12px);
    width: -webkit-calc(100% + 12px);
    margin: -12px 0 0 -12px; }

  .show-picks-grid-item {
    margin: 12px;
    width: calc(50% - 24px);
    width: -webkit-calc(50% - 24px);
    display: inline-block; }

  .show-picks-nav-title {
    margin: 0 0 20px 12px; }

  .show-picks-nav {
    padding: 28px 2px; }

  a.picks-nav-item {
    width: calc(33.3% - 24px);
    width: -webkit-calc(33.3% - 24px);
    margin: 0 12px; }

  .mobile-manners-header {
    font: 60px/50px Arial !important; }

  .mobile-manners-subheader {
    font: 40px/40px Arial !important; }

  .join-table-intro {
    width: calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
    float: left; }

  .join-table-option-tabs {
    position: absolute;
    float: right;
    width: 480px;
    font-size: 0px;
    font-size: 0rem;
    bottom: 0;
    margin: 0;
    right: 30px; }

  .join-table-option {
    cursor: pointer; }

  .join-table-row,
  .join-table-listen-row {
    display: table-row;
    border: 1px solid #eeeeee;
    background: #ffffff; }

  .join-table-option {
    width: 150px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    min-height: 110px;
    padding: 20px 30px; }

  .join-table-cell,
  .join-table-listen-cell {
    display: table-cell;
    border: 1px solid #eeeeee;
    padding: 16px;
    width: 150px;
    text-align: center;
    vertical-align: middle; }

  .join-table-option-tabs {
    position: absolute;
    float: right;
    width: 300px;
    font-size: 0px;
    font-size: 0rem;
    bottom: 0;
    right: 30px; }

  .listen-join-btn-white,
  .listen-signin-btn {
    width: 100%; }

  .listen-join-btn {
    width: 50%;
    display: block !important; }

  .checkout-secure-footer {
    float: right; }

  .newsletter-subscribe {
    margin: 0 auto 10px auto;
    position: relative; }

  .newsletter-subscribe-box {
    border-radius: 0 0 2px 2px;
    border-bottom: 2px solid #1D4ECF; }

  .the-show .newsletter-subscribe-box {
    max-width: 300px;
    margin: auto;
    border-radius: 0 0 2px 2px;
    border-bottom: 2px solid #1D4ECF; }

  .newsletter-subscribe-modal .modal-window {
    width: 480px;
    height: 240px;
    left: calc(50% - 150px);
    left: -webkit-calc(50% - 240px); }

  .newsletter-subscribe-modal .modal-window h2 {
    padding: 20px 150px 0 20px; }

  .newsletter-subscribe-modal .modal-window .modal-body {
    padding: 10px 150px 20px 20px; }

  .kims-club-dashboard-nav {
    background: none;
    border-bottom: 1px solid #cfcfcf;
    margin: -10px 0 20px 0; }

  .kims-club-dashboard-nav ul li {
    display: inline-block;
    margin: 0 8px 0 0;
    position: relative;
    top: 3px; }

  .kims-club-dashboard-nav ul li:last-child {
    margin: 0; }

  .kims-club-dashboard-nav ul li a {
    color: #757a7c;
    text-transform: uppercase;
    font: 16px/20px 'ProximaNovaBold', sans-serif;
    font: 1.6rem/2rem 'ProximaNovaBold', sans-serif;
    padding: 0;
    border-bottom: 3px solid transparent; }

  .kims-club-dashboard-nav ul li a:hover,
  .kims-club-dashboard-nav ul li.active a {
    color: #0989ff;
    border-bottom: 3px solid #0989ff;
    background: none; }

  .kims-club-dashboard {
    padding: 30px;
    padding-top: 5px;
    margin: 0 0 30px -30px;
    width: -moz-calc(100% + 60px);
    width: -o-calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px); }

  .page-template-page-eguide-downloads-php .kims-club-dashboard,
  .page-template-page-exclusive-discounts-php .kims-club-dashboard {
    margin: -30px 0 30px -30px; }

  .kcd-options {
    position: relative;
    font-size: 0; }

  .kcd-option {
    width: 33.333%;
    display: inline-block;
    vertical-align: top; }

  .content-full a.kcd-content {
    text-align: center;
    padding: 36px;
    height: 320px; }

  .content-full a.kcd-content .dashboard-option-icon {
    float: none;
    display: block;
    font-size: 80px;
    font-size: 8rem;
    margin: 0; }

  .kcd-option .dashboard-option-title {
    margin: 20px 0; }

  .kims-club-dashboard-upgrade {
    z-index: 10;
    position: relative;
    min-height: 200px; }

  .kcd-upgrade-call a.kcdu-phone,
  .kcd-upgrade-call a:hover.kcdu-phone,
  .kcd-upgrade-call .kcdu-time {
    display: inline-block; }

  .kcd-upgrade-kim {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0;
    line-height: 0; }

  .content-full a.kcd-content .dashboard-option-icon.icon-k2-newspaper,
  .content-full a.kcd-content .dashboard-option-icon.icon-k2-forums,
  .content-full a.kcd-content .dashboard-option-icon.icon-k2-discounts {
    height: 70px;
    font-size: 80px;
    font-size: 8rem; }

  .kcd-eguide-wrapper {
    padding: 0 0 40px 0;
    margin: 0 0 40px 0;
    font-size: 0;
    line-height: 0; }

  .kcd-eguide-wrapper .kcde-image {
    display: inline-block;
    margin: 0 40px 0 0;
    vertical-align: top; }

  .kcd-eguide-wrapper .kcde-info {
    display: inline-block;
    width: -moz-calc(100% - 210px);
    width: -o-calc(100% - 210px);
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
    vertical-align: top;
    font: 16px/24px 'ProximaNovaReg', sans-serif;
    font: 1.6rem/2.4rem 'ProximaNovaReg', sans-serif; }

  .discounts {
    text-align: center;
    font-size: 0; }

  .trending-pager {
    right: 20px; }

  .trending-grid {
    padding: 0 10px 10px 10px !important; }

  footer .footer-logos {
    width: calc(40% - 40px);
    width: -webkit-calc(40% - 40px);
    display: inline-block;
    margin: 0 30px 0 0;
    vertical-align: top;
    text-align: left; }

  footer .footer-logos img {
    width: 240px; }

  footer .copyright {
    width: 60%;
    display: inline-block;
    vertical-align: top;
    padding: 0; }

  .article-meta-lockerdome {
    display: inline-block;
    width: -moz-calc(100% - 112px);
    width: -o-calc(100% - 112px);
    width: -webkit-calc(100% - 112px);
    width: calc(100% - 112px);
    font-size: 0;
    vertical-align: top; }

  .lockerdome-text {
    font: 14px/50px 'ProximaNovaBold', sans-serif;
    font: 1.4rem/5rem 'ProximaNovaBold', sans-serif;
    display: inline-block;
    margin: 0; }

  .lockerdome-container {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: -moz-calc(100% - 210px);
    width: -o-calc(100% - 210px);
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
    padding: 6px 0; } }
@media screen and (max-width: 700px) {
  .sgii-wrapper {
    height: 100px; } }
@media screen and (min-width: 680px) and (max-width: 759px) {
  .home-feature .the-show-kim img {
    height: 255px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 20; } }
@media screen and (min-width: 680px) and (max-width: 920px) {
  .tablet-menu-wrapper {
    display: none !important; }

  .mobile-menu-wrapper {
    display: block !important; }

  .mobile-toggle {
    line-height: 90px;
    line-height: 9rem; }

  .mobile-menu {
    top: 90px; } }
@media screen and (min-width: 680px) and (max-width: 999px) {
  .solr-sort-wrapper {
    float: left; }

  .solr-filter-wrapper {
    float: right; }

  .kims-desk .grid-item .grid-item-body header,
  .section-feature-posts .grid-item-body header {
    height: auto; }

  .hide-tablet {
    display: none; }

  .kims-desk .grid-item,
  .section-feature .grid-item {
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    margin: 10px; }

  .kims-desk .grid-item figure,
  .section-feature .grid-item figure {
    position: relative;
    overflow: hidden;
    padding-bottom: 34%; }

  .kims-desk .grid-item.new-site-video figure {
    padding-bottom: 56.25%; }

  .kims-desk .grid-item figure img,
  .section-feature .grid-item figure img {
    position: absolute;
    top: -30%; }

  .kims-desk .grid-item.video figure div img,
  .section-feature .grid-item.video figure div img,
  .kims-desk .grid-item.app figure div img,
  .section-feature .grid-item.app figure div img {
    margin: -40px 0 0 -40px;
    width: 80px; }

  .kims-desk .grid-item-body header
  .section-feature .grid-item-body header {
    height: auto; }

  .grid-filter ul {
    position: absolute;
    background: #e7e7e7;
    z-index: 120;
    width: 200px; }

  .grid-item.app figure div img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    margin: -30px 0 0 -30px; }

  .the-show-logo {
    left: 20px;
    top: 20px; } }
@media screen and (min-width: 830px) {
  .welcome-alert {
    transform: rotate(-14deg);
    -ms-transform: rotate(-14deg);
    -webkit-transform: rotate(-14deg);
    left: -200px;
    top: 30px; }

  .kims-club-dashboard-nav ul li {
    margin: 15px 22px 0 0; }

  .kims-club-dashboard-nav ul li:last-child {
    margin: 0; }

  .content-full a.kcd-content {
    text-align: center;
    padding: 36px;
    padding-bottom: 10px;
    height: 280px; } }
@media screen and (min-width: 880px) {
  .checkout-fieldset .month {
    width: 40% !important;
    display: inline;
    margin-right: 5px;
    height: 30px;
    padding: 0; }

  .checkout-fieldset .day, .checkout-fieldset .year {
    display: inline;
    width: 28% !important;
    margin-right: 5px; }

  .checkout-fieldset,
  .checkout-fieldset-last {
    padding: 20px 10px 10px 30px; }

  .checkout-fieldset .control-group {
    width: 60%;
    display: block;
    margin: 0 0 15px 0; }

  .checkout-fieldset .control-group label {
    display: inline-block;
    width: 160px;
    text-align: right;
    margin: 5px 10px 0 0;
    vertical-align: top; }

  .checkout-fieldset .control-group .controls {
    display: inline-block;
    width: calc(100% - 170px);
    width: -webkit-calc(100% - 170px); }

  .checkout-fieldset .control-group .controls input {
    width: 100%;
    max-width: 524px; }

  .checkout-info.mobile-phone-info {
    position: absolute;
    right: -80%;
    margin: 0 -16px 0 0;
    width: 80%;
    bottom: 0;
    padding-right: 35%; }

  .checkout-info.mobile-phone-info:after {
    left: -8px;
    right: 100%;
    bottom: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(36, 112, 238, 0);
    border-right-color: #2470ee;
    border-width: 10px;
    margin-top: -10px; }

  .checkout-info.mobile-phone-info img {
    position: absolute;
    width: 45%;
    max-width: 150px;
    bottom: 0;
    top: auto;
    right: 10px; }

  .checkout-info.password-info {
    position: absolute;
    right: -80%;
    margin: 0 -16px 0 0;
    width: 80%;
    top: 0; }

  .checkout-info.password-info:after {
    left: -8px;
    right: 100%;
    top: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(36, 112, 238, 0);
    border-right-color: #2470ee;
    border-width: 10px;
    margin-top: -10px; }

  .checkout-info.card-wont-be-charged-info {
    position: absolute;
    right: -80%;
    margin: 0 -16px 0 0;
    width: 80%;
    top: 0; }

  .checkout-info.card-wont-be-charged-info:after {
    left: -8px;
    right: 100%;
    top: 22px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(36, 112, 238, 0);
    border-right-color: #2470ee;
    border-width: 10px;
    margin-top: -10px; }

  .checkout-fieldset .control-group-checkbox-radio {
    padding: 0 0 0 170px; }

  .checkout-fieldset .control-group-checkbox-radio label {
    text-align: left; }

  .modal.terms .modal-window {
    width: 50%;
    height: 50%;
    left: 50%;
    top: 100px;
    margin-left: -25%;
    overflow-y: scroll; }

  .modal.terms .modal-window a {
    color: #0000ff;
    text-decoration: underline; }

  .discount-wrapper {
    width: calc(33% - 30px);
    width: -webkit-calc(33% - 30px);
    display: inline-block;
    vertical-align: top;
    margin: 15px;
    min-height: 330px; } }
@media screen and (max-width: 1010px) {
  .checkout-fieldset .day, .checkout-fieldset .year {
    width: 26% !important; } }
@media screen and (max-width: 880px) {
  .checkout-fieldset .month {
    width: 48% !important; } }
@media screen and (max-width: 999px) {
  .grid-filter span {
    cursor: pointer; }

  .grid-filter ul li {
    float: none;
    display: block;
    margin: 0; }

  .grid-filter ul li a {
    display: block;
    color: #979da0;
    text-decoration: none;
    padding: 0 10px;
    font: 14px/35px 'ProximaNovaSbold', sans-serif;
    font: 1.4rem/3.5rem 'ProximaNovaSbold', sans-serif;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }

  .grid-filter ul li a:hover {
    color: #ffffff;
    background: #979da0; } }
@media screen and (min-width: 1000px) {
  .header {
    background: #001b68 url("../img/header-bg.jpg") top center no-repeat; }

  .navbar-inner .nav {
    display: inline-block;
    list-style: none;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: auto; }

  .navbar-inner .nav li {
    float: left; }

  .navbar-inner .nav li a {
    display: inline-block; }

  .news-wrapper,
  .tweets-wrapper {
    display: block;
    width: 100%; }

  .hide-desktop {
    display: none !important; }

  .main-menu {
    font: 18px 'ProximaNovaSbold', sans-serif;
    font: 1.8rem 'ProximaNovaSbold', sans-serif;
    margin: 26px 40px 0 0; }

  .main-menu li {
    margin: 0 8px 0 0; }

  .main-menu li:last-child {
    margin: 0; }

  .main-menu li a {
    padding: 0 15px;
    line-height: 38px; }

  .sub-menu {
    min-width: 230px; }

  .home-feature,
  .section-feature {
    display: table;
    width: 100%; }

  .news-wrapper .num3:after,
  .tweets-wrapper .num3:after {
    content: '';
    position: absolute !important;
    width: 50% !important;
    left: 25% !important;
    bottom: -10px !important;
    border-bottom: 1px solid #e6e6e6 !important; }

  .grid-item {
    width: calc(33.333333% - 20px);
    width: -webkit-calc(33.333333% - 20px);
    margin: 10px; }

  .grid-item-body header {
    height: 140px; }

  .kims-desk .grid-item.featured .grid-item-body header,
  .section-feature-posts .grid-item.featured .grid-item-body header {
    height: auto; }

  .grid-item.featured {
    width: calc(66.666666% - 20px);
    width: -webkit-calc(66.666666% - 20px);
    margin: 10px; }

  .grid-item.featured figure {
    position: relative;
    overflow: hidden;
    padding-bottom: 27.2999999%; }

  .grid-item.featured figure a {
    display: block; }

  .grid-item.featured figure img {
    position: absolute;
    top: -50%; }

  .kims-desk .grid-item.video figure div img,
  .section-feature .grid-item.video figure div img,
  .kims-desk .grid-item.app figure div img,
  .section-feature .grid-item.app figure div img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    width: 60px; }

  .kims-desk .grid-item.featured.video figure div img,
  .section-feature .grid-item.featured.video figure div img,
  .kims-desk .grid-item.featured.app figure div img,
  .section-feature .grid-item.featured.app figure div img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -60px 0 0 -60px;
    width: 120px; }

  .grid-item.app figure div img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin: -50px 0 0 -50px; }

  .kims-desk .grid-item {
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin: 10px; }

  .section-feature .grid-item {
    width: calc(33.3% - 20px);
    width: -webkit-calc(33.3% - 20px);
    margin: 10px; }

  .kims-desk .grid-item.featured,
  .section-feature .grid-item.featured {
    width: calc(100% - 20px);
    width: -webkit-calc(100% - 20px);
    margin: 10px; }

  .kims-desk .grid-item.featured .grid-item-body h3,
  .section-feature .grid-item.featured .grid-item-body h3 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 40px;
    line-height: 4.0rem;
    padding: 0 0 15px 0; }

  .kims-desk .grid-item.featured figure {
    position: relative;
    overflow: hidden;
    padding-bottom: 0; }

  .kims-desk .grid-item.featured.new-site-video figure {
    padding-bottom: 56.25%; }

  .section-feature .grid-item.featured figure {
    position: relative;
    overflow: hidden;
    padding-bottom: 34%; }

  .kims-desk .grid-item.featured figure img {
    position: relative;
    top: 0; }

  .section-feature .grid-item.featured figure img {
    position: absolute;
    top: -30%; }

  .kims-desk {
    width: 48%;
    /* white-space: nowrap; Not sure why I put this here but it was causing text to not wrap */ }

  .section-feature-posts {
    width: 68%; }

  .home-feature .the-show,
  .section-nav-meta {
    width: 32%; }

  .home-feature .tech-twitter {
    border-left: 2px solid #e6e6e6;
    width: 20%;
    display: table-cell; }

  .home-feature .kims-desk h1 {
    margin: 0 0 0 -2px; }

  .home-feature .tech-twitter h1 {
    border-left: 2px solid #0046c4;
    margin: 0 -2px 0 -2px; }

  .grid-filter {
    display: block;
    margin: 44px 20px 0 20px; }

  .grid-filter ul {
    display: block; }

  .grid-filter ul li a {
    display: inline-block;
    margin: 0 0 -3px 0;
    padding: 0;
    text-decoration: none;
    font: 14px/32px 'ProximaNovaBold', sans-serif;
    font: 1.4rem/3.2rem 'ProximaNovaBold', sans-serif;
    text-transform: uppercase;
    color: #888888;
    border-bottom: 3px solid transparent;
    background: none;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s; }

  .grid-filter ul li a:hover {
    color: #0a88ff;
    border-bottom: 3px solid transparent; }

  .grid-filter .filter-active {
    color: #0a88ff;
    border-bottom: 3px solid #0a88ff; }

  .grid-filter {
    border-bottom: 1px solid #e6e6e6; }

  .grid-subscribe {
    top: -22px; }

  .grid-item-body h3 {
    margin: 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 30px;
    line-height: 3.0rem; }

  .grid-item-ad,
  .grid-item-station-finder,
  .grid-item-kims-club,
  .grid-item-twitter-question,
  .grid-item-box {
    width: calc(33.333333% - 20px);
    width: -webkit-calc(33.333333% - 20px);
    margin: 10px; }

  .sidebar-grid .grid {
    padding: 0; }

  .sidebar-grid .grid-item,
  .sidebar-grid .grid-item-ad,
  .sidebar-grid .grid-item-box {
    width: 33.333333%;
    margin: 10px 0; }

  .grid .sidebar-categories ul,
  .sidebar-latest-blogs ul {
    margin: -20px 0 15px -35px;
    width: calc(100% + 70px);
    width: -webkit-calc(100% + 70px); }

  .search-image,
  .search-image img {
    width: 180px; }

  .wrapper.search {
    display: table;
    width: 100%; }

  .wrapper.show-picks,
  .wrapper.single-previous_shows {
    border-top: none; }
    .wrapper.show-picks .content-left,
    .wrapper.single-previous_shows .content-left {
      font-size: 18px;
      font-size: 1.8rem;
      line-height: 25px;
      line-height: 2.5rem;
      padding-left: 35px;
      padding-right: 35px; }
      .wrapper.show-picks .content-left h2,
      .wrapper.single-previous_shows .content-left h2 {
        margin-bottom: 30px; }

  .show-picks-grid-item-header {
    font: 13px/50px 'ProximaNovaSbold', sans-serif;
    font: 1.3rem/5rem 'ProximaNovaSbold', sans-serif; }

  .content-left {
    width: 100%;
    height: 100%;
    padding: 30px;
    position: relative;
    display: table-cell; }

  .article-continues {
    margin: 0 0 0 60px; }

  .solr-sort-wrapper {
    float: left; }

  .solr-filter-wrapper {
    float: right; }

  .solr-filter-wrapper {
    margin: 0; }

  .content-right {
    width: 300px;
    height: 100%;
    padding: 30px 34px 30px 34px;
    border-left: 2px solid #e6e6e6;
    display: table-cell;
    vertical-align: top; }

  .sidebar-grid h2 {
    margin: 20px 0 20px -35px;
    width: calc(100% + 70px);
    width: -webkit-calc(100% + 70px); }

  .article-media {
    position: relative;
    width: calc(100% + 30px);
    width: -webkit-calc(100% + 30px);
    margin: 20px 0 15px -30px; }

  .article-media-caption {
    line-height: 32px;
    line-height: 3.2rem;
    font-size: 28px;
    font-size: 2.8rem; }

  .article-content {
    margin: 0 60px; }

  .type-qotd .article-content {
    margin: 15px 0 0 150px; }

  .article-content figure.align-none,
  .content-left .blog figure.align-none,
  .article-content figure.align-center,
  .content-left .blog figure.align-center,
  .article-content figure.none,
  .content-left .blog figure.none,
  .article-content figure.center,
  .content-left .blog figure.center {
    display: block;
    width: auto;
    margin: 18px auto; }

  .article-content figure.align-none img,
  .content-left .blog figure.align-none img,
  .article-content figure.align-center img,
  .content-left .blog figure.align-center img {
    width: auto; }

  .article-content figure.align-left,
  .content-left .blog figure.align-left,
  .article-content figure.left,
  .content-left .blog figure.left {
    float: left;
    width: 30%;
    margin: 18px 18px 18px 0; }

  .article-content figure.align-right,
  .content-left .blog figure.align-right,
  .article-content figure.right,
  .content-left .blog figure.right {
    float: right;
    width: 30%;
    margin: 18px 0 18px 18px; }

  .article-pager {
    margin: 10px 0 0 60px; }

  .pagination-wrapper .article-pager {
    margin: 10px 0 0 0; }

  .search-results .article-pager {
    margin: 75px 0 0 0; }
    .search-results .article-pager a {
      font: 18px/36px 'ProximaNovaReg', sans-serif;
      font: 1.8rem/3.6rem 'ProximaNovaReg', sans-serif;
      padding: 0 15px; }

  .article-footer {
    margin-bottom: 30px; }

  .article-prev-next {
    border-top: 1px solid #c3ccd1;
    width: calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
    margin: 10px 0 0 -30px; }

  .article-prev-wrapper,
  .article-next-wrapper {
    padding: 30px;
    width: 50%;
    float: left; }

  .article-prev-wrapper {
    width: calc(50% - 1px);
    width: -webkit-calc(50% - 1px);
    border-right: 1px solid #c3ccd1; }

  .comments-header,
  .related-header,
  .more-articles-header {
    width: calc(100% + 60px);
    width: -webkit-calc(100% + 60px); }

  .related-posts-wrapper {
    width: calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
    margin: 0 0 0 -30px;
    padding: 15px; }

  .related-post {
    padding: 15px; }

  .sidebar-grid .grid-item figure {
    padding-bottom: 40%;
    overflow: hidden; }

  .sidebar-grid .grid-item figure img {
    position: absolute;
    top: -18%; }

  .sidebar-grid .grid-item.app figure div img {
    width: 60px;
    margin: -30px 0 0 -30px; }

  .sidebar-grid .grid-item header {
    height: auto; }

  .sidebar-grid .grid-item-ad {
    border: none;
    background: #ffffff; }

  .sidebar-grid .grid-item-ad .ad-container {
    margin-top: 0; }

  .the-show-header-wrapper {
    padding: 35px; }

  .the-show-logo img {
    width: 150px; }

  .about-the-show-teaser {
    margin: 0 70px 0 250px; }

  .the-show-header-buttons-wrapper {
    margin: 30px 70px 0 250px; }

  .the-show-information {
    margin: 0 100px 0 280px; }

  .the-show-page-kim {
    position: absolute;
    top: 140px;
    left: 5px; }

  .station-finder-text {
    padding: 0 250px; }

  .station-finder-map {
    background: url("../img/station-finder-us-map.jpg") center top no-repeat;
    background-size: 710px 450px;
    height: 450px;
    padding: 100px 0 0 0; }

  .station-finder-tower {
    width: auto; }

  .station-finder-google-map {
    width: calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
    height: 300px;
    margin: -30px 0 0 -30px; }

  .station-finder-no-results-wrapper {
    width: calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
    margin: -30px 0 30px -30px; }

  .station-finder-wrapper {
    width: calc(100% + 60px);
    width: -webkit-calc(100% + 60px);
    margin: -30px 0 30px -30px;
    text-align: center; }

  .listen-page-login-inner {
    padding: 55px 30px; }

  .footer-nav div {
    width: calc(20% - 20px);
    width: -webkit-calc(20% - 20px); }

  .footer-nav div h4,
  .footer-nav div:first-child h4 {
    margin: 0 0 4px 0; }

  .mobile-manners-header {
    font: 100px/90px Arial !important; }

  .mobile-manners-subheader {
    font: 80px/80px Arial !important; }

  .join-table-option-name {
    font: 28px/28px 'ProximaNovaSbold', sans-serif;
    font: 2.8rem/2.8rem 'ProximaNovaSbold', sans-serif;
    margin: 0 0 12px 0;
    display: block; }

  .join-table-option {
    width: 240px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    min-height: 110px;
    padding: 20px 30px; }

  .join-table-cell,
  .join-table-listen-cell {
    display: table-cell;
    border: 1px solid #eeeeee;
    padding: 16px;
    width: 240px;
    text-align: center;
    vertical-align: middle; }

  .join-table-option-tabs {
    position: absolute;
    float: right;
    width: 480px;
    font-size: 0px;
    font-size: 0rem;
    bottom: 0;
    right: 30px; }

  .join-table-kim,
  .plan-kim {
    display: block; }

  .join-table-intro {
    width: calc(100% - 540px);
    width: -webkit-calc(100% - 540px);
    float: left; }

  .show-picks-grid-wrapper {
    margin: 0 -35px 40px; }

  .show-picks-grid {
    width: 85%; }

  .show-picks-grid-item {
    margin: 12px;
    width: calc(50% - 24px);
    width: -webkit-calc(50% - 24px);
    display: inline-block; }

  .ribbon-left {
    width: calc(48% + 1px);
    width: -webkit-calc(48% + 1px);
    display: inline-block; }

  .ribbon-right {
    width: calc(52% - 1px);
    width: -webkit-calc(52% - 1px);
    display: inline-block;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px;
    color: #ffffff;
    background: url(../img/pink-1.jpg) left center no-repeat; }

  .ribbon-right .text {
    width: 50%;
    float: left;
    margin: 0 0 0 14px;
    line-height: 15px; }

  .ribbon-right .text span {
    font-family: 'ProximaNovaBold', sans-serif;
    text-transform: uppercase;
    line-height: 15px; }

  .ribbon-newsletter-subscribe {
    width: 40%;
    float: right;
    margin: 0 14px 0 0;
    vertical-align: top;
    font-size: 0px;
    font-size: 0rem; }

  .ribbon-newsletter-subscribe .newsletter-subscribe-form {
    margin: 0; }

  .ribbon-right input {
    width: 80%;
    height: 30px;
    border: 1px solid #ffd2f7;
    display: inline-block;
    vertical-align: top; }

  .ribbon-right button {
    width: 20%;
    height: 30px;
    background: #ffd2f7;
    color: #ff1795;
    display: inline-block;
    vertical-align: top; }

  .ribbon-right .ribbon-newsletter-subscribe .newsletter-subscribe-response {
    display: none;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 14px;
    line-height: 1.4rem;
    margin: 0;
    background: #636363;
    border-radius: 4px; }

  .article-content-share-wrapper-mini {
    left: -90px; }

  .article-content-share-wrapper-mini.stick {
    margin: 0 0 0 -90px; }

  .article-content-share-wrapper-mini.stick-bottom {
    left: -90px; } }
@media screen and (min-width: 1000px) and (max-width: 1159px) {
  .home-feature .the-show-kim img {
    height: 255px;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 20; }

  .article-meta-views {
    width: 88px; }

  .article-meta-lockerdome {
    display: inline-block;
    width: -moz-calc(100% - 100px);
    width: -o-calc(100% - 100px);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    font-size: 0;
    vertical-align: top; }

  .lockerdome-text {
    font: 14px/16px 'ProximaNovaBold', sans-serif;
    font: 1.4rem/1.6rem 'ProximaNovaBold', sans-serif;
    display: inline-block;
    margin: 10px 0 0 0;
    width: 150px; }

  .lockerdome-container {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    width: -moz-calc(100% - 150px);
    width: -o-calc(100% - 150px);
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
    padding: 6px 0; } }
@media screen and (min-width: 1000px) and (max-width: 1054px) {
  .tech-twitter-tabs ul li {
    float: left;
    margin-right: 0px; }

  .show-picks-grid-item-header {
    position: absolute;
    width: 100%;
    font: 13px/50px 'ProximaNovaSbold', sans-serif;
    font: 1.3rem/5rem 'ProximaNovaSbold', sans-serif;
    padding: 0 0 0 16px;
    color: #ffffff;
    z-index: 100; }

  .show-picks-grid-item-header span,
  .alt-menu-facebook {
    display: none; } }
@media screen and (min-width: 1055px) and (max-width: 1179px) {
  .tech-twitter-tabs ul li {
    float: left;
    margin-right: 4px; }

  .show-picks-grid-item-header {
    position: absolute;
    width: 100%;
    font: 13px/50px 'ProximaNovaSbold', sans-serif;
    font: 1.3rem/5rem 'ProximaNovaSbold', sans-serif;
    padding: 0 0 0 16px;
    color: #ffffff;
    z-index: 100; }

  .show-picks-grid-item-header span {
    display: none; } }
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .hide-small-desktop {
    display: none; }

  .st_pinterest_custom {
    display: none; }

  .grid-item-views {
    font-size: 12px;
    font-size: 1.2rem; }

  .grid-item-views .hide-tablet {
    display: none; }

  .grid-item-views .hide-desktop {
    display: inline-block !important; }

  .twitter-profile-image {
    display: none; } }
@media screen and (min-width: 1070px) {
  .discount-wrapper {
    min-height: 280px; } }
@media screen and (min-width: 1200px) {
  .grid-filter ul li {
    margin: 0 40px 0 0; }

  .article-comments-bottom {
    display: block; }

  .show-picks-grid {
    width: 70%; }

  .listen-page-login-inner {
    padding: 150px; }

  .listen-join-btn-white,
  .listen-signin-btn {
    width: 48%; }

  .listen-page-player-container {
    width: calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    margin: 20px 0 0 -10px; }

  .listen-page-player-description {
    height: 75px; }

  .listen-page-player-wrapper {
    display: inline-block;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
    margin: 0 10px;
    vertical-align: top; }

  .ribbon-right .text {
    width: 45%;
    margin: 0 0 0 50px; } }
@media print {
  html,
  body {
    margin: 0;
    padding: 0;
    background: #ffffff; }

  .wrapper,
  .wrapper section {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none; }

  .article-content {
    margin: 0; }

  .header,
  .footer,
  .content-right,
  .ad,
  .article-content-share-wrapper,
  .article-meta,
  .article-prev-next,
  .comments,
  .post-type-banner,
  .article-comments,
  .article-media,
  .related-posts,
  .article-continues,
  .article-pager,
  #taboola-below-article-thumbs-mix,
  .more-articles,
  .article-content-share-buttons-mini {
    display: none; }

  .article-media {
    width: 100%;
    margin: 0; }

  .btn,
  .btn-blue,
  .btn-gold {
    border: none !important; }

  a.btn:link:after,
  a.btn:visited:after {
    content: " [" attr(href) "] "; }

  body:before {
    margin: auto;
    display: block;
    position: relative;
    text-align: center;
    content: url("../img/print-logo.jpg"); }

  body:after {
    margin: 30px auto;
    display: block;
    position: relative;
    text-align: center;
    font-size: 12px;
    content: 'The Kim Komando Show (c) and all material pertaining thereto is a Registered Trademark / Servicemark: No. 2,281,044. America\'s Digital Goddess (r) and all material pertaining thereto is a Registered Trademark / Servicemark: No. 3,727,509. Any and all other material herein is protected by Copyright (c) 1995 - 2014 WestStar Multimedia Entertainment, Inc. All Rights Reserved.'; }

  .hide-desktop {
    display: none; } }
.main-menu li .sub-menu li a.charts-link {
  position: relative;
  padding: 8px 16px 8px 40px; }

.main-menu li .sub-menu li a.charts-link span {
  position: absolute;
  font-size: 26px;
  font-size: 2.6rem;
  left: 14px;
  margin-top: -2px; }

.single-charts {
  overflow: auto; }

.single-charts section {
  overflow: auto !important; }

/* Overriding Taboola popup */
.trc_popover_aug_container {
  display: none !important; }

#taboola-sidebar-thumbnails {
  margin: 14px 0 0 0; }

#taboola-sidebar-thumbnails a {
  display: block; }

.main-menu li a.menu-shop {
  color: #ffd229;
  padding-left: 42px !important;
  margin-left: 30px;
  border-radius: 2px;
  background-image: url("//static.komando.com/websites/common/v2/img/shop/icon-gold-tag.png");
  background-repeat: no-repeat; }
  .main-menu li a.menu-shop span {
    font: 24px/24px 'ProximaNovaXbold', sans-serif;
    font: 2.4rem/2.4rem 'ProximaNovaXbold', sans-serif;
    position: absolute; }
  .main-menu li a.menu-shop:hover {
    background: rgba(3, 32, 98, 0.95);
    background-image: url("//static.komando.com/websites/common/v2/img/shop/icon-gold-tag.png");
    background-repeat: no-repeat; }

.mobile-menu ul li a.menu-shop {
  color: #ffd229;
  padding-left: 20px !important; }
  .mobile-menu ul li a.menu-shop span {
    font-size: 34px;
    font-size: 3.4rem;
    position: absolute;
    left: 15px;
    top: 4px; }

.main-menu li a.menu-shop-holiday {
  background: #ed1b24;
  color: #ffffff;
  padding-left: 40px !important;
  border-radius: 2px; }
  .main-menu li a.menu-shop-holiday span {
    font-size: 30px;
    font-size: 3rem;
    position: absolute;
    left: 8px;
    top: 2px; }
  .main-menu li a.menu-shop-holiday:hover {
    background: rgba(3, 32, 98, 0.95); }

.mobile-menu ul li a.menu-shop-holiday {
  background: #ed1b24;
  color: #ffffff;
  padding-left: 52px !important; }
  .mobile-menu ul li a.menu-shop-holiday span {
    font-size: 34px;
    font-size: 3.4rem;
    position: absolute;
    left: 15px;
    top: 4px; }

.fb_iframe_widget span {
  vertical-align: middle !important; }

@keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0); } }
@-webkit-keyframes clockwise {
  to {
    transform: rotate(360deg) translatez(0); } }
@keyframes counter-clockwise {
  to {
    transform: rotate(-360deg) translatez(0); } }
@-webkit-keyframes counter-clockwise {
  to {
    transform: rotate(-360deg) translatez(0); } }
.multi-spinner {
  margin: 14px auto;
  position: relative;
  height: 70px;
  width: 70px;
  border-width: 10px;
  border-style: solid;
  border-color: transparent rgba(9, 194, 255, 0.25) transparent rgba(9, 194, 255, 0.5);
  border-radius: 100%;
  animation: clockwise 1.01s linear infinite;
  -webkit-animation: clockwise 1.01s linear infinite; }
  .multi-spinner div {
    position: relative;
    height: 50px;
    width: 50px;
    border-width: 10px;
    border-style: solid;
    border-color: rgba(9, 194, 255, 0.25) transparent rgba(9, 194, 255, 0.5);
    border-radius: 100%;
    animation: counter-clockwise 0.49s linear infinite;
    -webkit-animation: counter-clockwise 0.49s linear infinite; }

/* ----------------------------------- Newsletter signup variants */
/*variant 1 & variant 2*/
.newsletter-subscribe-box.variant1, .newsletter-subscribe-box.variant2 {
  background: #FFFFFF url("../widgets/newsletter-subscribe/newsletter-signup-1-background-v2.jpg") 0 0 no-repeat;
  color: #000000;
  background-size: 100% 100%;
  border: 0px; }

.newsletter-subscribe-box.variant1 h2, .newsletter-subscribe-box.variant1 h3, .newsletter-subscribe-box.variant2 h2, .newsletter-subscribe-box.variant2 h3 {
  color: #185A8E;
  font-weight: bold; }

.newsletter-subscribe-box.variant2 h3 {
  font-size: 12px;
  margin: -14px 0 10px -14px; }

.newsletter-subscribe-box.variant1 h3 {
  font-size: 12px;
  margin: -12px 0 10px -14px; }

.newsletter-subscribe-box.variant1 h2 {
  margin: -14px 0 5px -14px !important; }

.newsletter-subscribe .variant1 input, .newsletter-subscribe .variant2 input {
  border: 1px solid #AAAAAA;
  border-right: none; }

.newsletter-subscribe .variant1 button, .newsletter-subscribe .variant2 button {
  width: 90px;
  border: 1px solid #AAAAAA;
  border-left: none;
  font-size: 14px;
  background: #F8C545;
  color: #000000;
  font-weight: bold; }

.newsletter-subscribe .variant1 input, .newsletter-subscribe .variant2 input {
  width: calc(100% - 90px); }

.newsletter-subscribe-box.variant2 h2 {
  margin: 20px 0 10px -14px !important;
  font: 1.8rem/1.6rem 'ProximaNovaSbold ', sans-serif; }

/*variant 3*/
.newsletter-subscribe-box.variant3 {
  background: #FFFFFF url("../widgets/newsletter-subscribe/background-newsletter-3.jpg") 0 0 no-repeat;
  color: #000000;
  background-size: 100% 100%;
  border: 0px;
  min-height: 180px; }

.newsletter-subscribe-box.variant3 h2, .newsletter-subscribe-box.variant3 h3 {
  color: #000000;
  font-weight: bold; }

.newsletter-subscribe-box.variant3 h3 {
  margin: -16px 0 10px -14px; }

.newsletter-subscribe .variant3 input {
  border: 1px solid #AAAAAA;
  height: 25px; }

.newsletter-subscribe .variant3 button {
  width: 100%;
  border: 2px solid #F7E9E9;
  font-size: 12px;
  background: #FDD274;
  color: #000000;
  font-weight: bold;
  border-radius: 4px;
  padding: 0;
  height: 25px; }

.newsletter-subscribe .variant3 input {
  width: 100%; }

.newsletter-subscribe-box.variant3 h2 {
  margin: -17px 0 0 -14px !important;
  font-size: 14px;
  font-weight: bold; }

.newsletter-subscribe-box.variant3 {
  font: 12px/17px 'ProximaNovaReg', sans-serif;
  font: 1.2rem/1.7rem 'ProximaNovaReg', sans-serif; }

.newsletter-form-box {
  background: transparent url("../widgets/newsletter-subscribe/newsletter-3-gray-box.png") 0 0 no-repeat;
  background-size: 100% 100%;
  min-height: 180px; }

.variant3 .right-form {
  white-space: normal;
  right: 0px;
  padding: 5px;
  padding-left: 10px;
  width: 58%;
  float: left;
  position: absolute;
  z-index: 2; }

.variant3 .newsletter-subscribe-topic {
  margin-bottom: 10px; }

.newsletter-subscribe-box.variant3 {
  padding: 0px; }

input.newsletter-subscribe-email::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #424242; }

input.newsletter-subscribe-email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #424242;
  opacity: 1; }

input.newsletter-subscribe-email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #424242;
  opacity: 1; }

input.newsletter-subscribe-email:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #424242; }

/* ----------------------------------- Newsletter Signup at Article Bottom */
article div.article-footer .newsletter-subscribe-box {
  font-family: 'Arial', sans-serif;
  font-size: 18px;
  line-height: 20px;
  background-color: #ffffff;
  background-image: url("../img/newsletter-subscribe-background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  min-height: 125px;
  margin: 40px auto 40px auto;
  padding: 0;
  color: #111111;
  border: none; }
  article div.article-footer .newsletter-subscribe-box .top-blue-banner {
    display: inline-block;
    float: left;
    background-color: #0a88ff;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    height: 26px;
    padding: 5px 10px 4px 10px; }
    @media screen and (max-width: 440px) {
      article div.article-footer .newsletter-subscribe-box .top-blue-banner {
        width: 80%;
        font-size: 12px; } }
  article div.article-footer .newsletter-subscribe-box .blue-triangle {
    height: 0;
    width: 0;
    display: inline-block;
    float: left;
    border-left: 0 solid #0a88ff;
    border-top: 26px solid #0a88ff;
    border-right: 18px solid transparent;
    border-bottom: 0 solid transparent;
    position: relative;
    top: 0; }
  article div.article-footer .newsletter-subscribe-box #newsletter-signup-headline {
    font: 18px/22px Arial Black, sans-serif;
    display: block;
    position: relative;
    top: 25%;
    text-align: center;
    margin: 0;
    clear: left;
    padding: 5px 2% 3px 2%; }
    @media screen and (max-width: 420px) {
      article div.article-footer .newsletter-subscribe-box #newsletter-signup-headline {
        font-size: 18px;
        line-height: 20px;
        padding: 10px 2% 10px 2%; } }
  article div.article-footer .newsletter-subscribe-box #newsletter-signup-subhead {
    font: 19px/17px 'Arial', sans-serif;
    display: block;
    margin: 0 0 10px 0;
    text-align: center; }
    @media screen and (max-width: 420px) {
      article div.article-footer .newsletter-subscribe-box #newsletter-signup-subhead {
        display: none; } }
  article div.article-footer .newsletter-subscribe-box .newsletter-subscribe-form {
    padding: 0 0 0 0; }
    article div.article-footer .newsletter-subscribe-box .newsletter-subscribe-form .newsletter-subscribe-email {
      font-size: 14px;
      border: 1px solid #ffffff;
      border-radius: 4px;
      display: inline-block;
      padding: 0 10px 0 40px;
      width: 280px;
      height: 30px;
      background-image: url("../img/grey-envelope.png");
      background-repeat: no-repeat;
      background-position: left top;
      margin: 0 0 5px 0; }
      @media screen and (max-width: 420px) {
        article div.article-footer .newsletter-subscribe-box .newsletter-subscribe-form .newsletter-subscribe-email {
          width: 240px; } }
    article div.article-footer .newsletter-subscribe-box .newsletter-subscribe-form .email-entry-button {
      border-radius: 4px;
      font-size: 16px;
      font-weight: bold;
      background: #ffc40c;
      color: #111111;
      border: 1px solid #aaaaaa;
      border-left: none;
      position: relative;
      display: inline-block;
      width: 160px;
      height: 32px;
      margin: 0 0 10px 0; }
    article div.article-footer .newsletter-subscribe-box .newsletter-subscribe-form .email-entry-button:hover {
      background: #fed75e; }
  article div.article-footer .newsletter-subscribe-box .newsletter-subscribe-spinner {
    display: inline-block;
    display: none;
    width: 16px;
    height: 16px;
    z-index: 300;
    padding: 0;
    margin: 0 0 0 -95px;
    position: relative;
    background-color: transparent; }
  article div.article-footer .newsletter-subscribe-box .newsletter-subscribe-response {
    display: none;
    padding: 8px;
    margin: 10px 10%;
    text-align: center;
    background: #cc6600;
    position: relative;
    vertical-align: middle;
    color: #ffffff;
    font-size: 16px; }
  article div.article-footer .newsletter-subscribe-box .newsletter-subscribe-response .faq,
  article div.article-footer .newsletter-subscribe-box .newsletter-subscribe-response .form-reset {
    cursor: pointer; }

/* ----------------------------------- Subscribe Popup
This appears in a shadowbox on Home or Article page after 5 seconds,
and is limited to a maximum of once every 7 days. #3284 and #3233 */
div.subscribe-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 28, 100, 0.6);
  display: none; }
  div.subscribe-popup .newsletter-subscribe-box,
  div.subscribe-popup .newsletter-subscribe-box-brain-1,
  div.subscribe-popup .newsletter-subscribe-box-brain-2 {
    font-family: 'Arial', sans-serif;
    font-size: 18px/20px;
    background-repeat: no-repeat;
    width: 100%;
    max-width: 500px;
    padding: 0;
    color: #111111;
    border: none; }
    div.subscribe-popup .newsletter-subscribe-box .close-x,
    div.subscribe-popup .newsletter-subscribe-box-brain-1 .close-x,
    div.subscribe-popup .newsletter-subscribe-box-brain-2 .close-x {
      position: relative;
      font-size: 18px;
      display: inline-block;
      float: right;
      padding: 10px 10px 10px 10px;
      z-index: 201; }
    div.subscribe-popup .newsletter-subscribe-box .close-x:hover,
    div.subscribe-popup .newsletter-subscribe-box-brain-1 .close-x:hover,
    div.subscribe-popup .newsletter-subscribe-box-brain-2 .close-x:hover {
      cursor: pointer; }
    div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form,
    div.subscribe-popup .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form,
    div.subscribe-popup .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form {
      padding: 0 0 0 0; }
      div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .newsletter-subscribe-email,
      div.subscribe-popup .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form .newsletter-subscribe-email,
      div.subscribe-popup .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form .newsletter-subscribe-email {
        border: 1px solid #cccccc;
        border-radius: 4px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: left top; }
        @media screen and (max-width: 420px) {
          div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .newsletter-subscribe-email,
          div.subscribe-popup .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form .newsletter-subscribe-email,
          div.subscribe-popup .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form .newsletter-subscribe-email {
            width: 240px; } }
      div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .email-entry-button,
      div.subscribe-popup .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form .email-entry-button,
      div.subscribe-popup .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form .email-entry-button {
        border-radius: 4px;
        font-weight: bold;
        background: #ffc40c;
        color: #111111;
        border: 1px solid #aaaaaa;
        position: relative;
        display: inline-block; }
      div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .email-entry-button:hover,
      div.subscribe-popup .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form .email-entry-button:hover,
      div.subscribe-popup .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form .email-entry-button:hover {
        background: #fed75e; }
    div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-response .faq,
    div.subscribe-popup .newsletter-subscribe-box-brain-1 .newsletter-subscribe-response .faq,
    div.subscribe-popup .newsletter-subscribe-box-brain-2 .newsletter-subscribe-response .faq {
      cursor: pointer; }
    div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-response .manage_subscriptions,
    div.subscribe-popup .newsletter-subscribe-box-brain-1 .newsletter-subscribe-response .manage_subscriptions,
    div.subscribe-popup .newsletter-subscribe-box-brain-2 .newsletter-subscribe-response .manage_subscriptions {
      cursor: pointer;
      color: #ffff99; }
  div.subscribe-popup .newsletter-subscribe-box {
    margin: 200px auto 0 auto;
    background-image: url("../img/subscription-popup-5-320x300.jpg");
    width: 320px;
    height: 300px; }
    div.subscribe-popup .newsletter-subscribe-box .top-attention-text {
      display: inline-block;
      float: left;
      font-size: 2em;
      color: #ffffff;
      text-align: left;
      padding: 1.5vw 10px 0 20px; }
    div.subscribe-popup .newsletter-subscribe-box .close-x {
      color: #ffffff; }
    div.subscribe-popup .newsletter-subscribe-box #newsletter-signup-headline-small {
      font: 22px/22px Arial, sans-serif;
      letter-spacing: 1px;
      color: #ffffff;
      display: block;
      text-align: left;
      margin: 0;
      clear: left;
      padding: 75px 0 0 95px; }
    div.subscribe-popup .newsletter-subscribe-box #newsletter-signup-headline-large {
      display: none; }
    div.subscribe-popup .newsletter-subscribe-box #newsletter-signup-subhead {
      font: 26px/35px 'Arial', sans-serif;
      color: #ffffff;
      display: block;
      margin: 2px 0 0 0;
      text-align: left;
      padding: 0 0 0 95px; }
    div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form {
      padding: 0 0 10px 85px; }
      div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .newsletter-subscribe-email {
        position: relative;
        top: 0;
        font-size: 24px;
        width: 210px;
        height: 40px;
        padding: 0 20px 2px 50px;
        margin: 0;
        background-image: url(../img/tiny-grey-envelope.png);
        background-size: contain;
        color: #999999; }
      div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .email-entry-button {
        position: relative;
        display: inline-block;
        font-size: 20px;
        font-weight: 600;
        border: none;
        border-radius: 4px;
        width: 100px;
        height: 28px;
        margin: 10px 8px 0 10px;
        float: left;
        clear: none; }
      div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .email-entry-button:hover {
        background: #fed75e; }
      div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .opt-out-box {
        position: relative;
        display: inline-block;
        width: 20px;
        float: left;
        clear: none;
        margin: 12px -8px 0 0; }
      div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .opt-out-text {
        position: relative;
        display: inline-block;
        font-size: 10px;
        line-height: 10px;
        text-align: left;
        color: #ffffff;
        padding: 10px 0 0 0; }
    @media screen and (min-width: 550px) {
      div.subscribe-popup .newsletter-subscribe-box {
        background-image: url("../img/sign-up-pop-up-900x450.jpg");
        background-size: contain;
        width: 100%;
        height: 450px;
        max-width: 900px; }
        div.subscribe-popup .newsletter-subscribe-box #newsletter-signup-headline-large {
          font: 35px/35px Arial, sans-serif;
          font-weight: bolder;
          letter-spacing: 1px;
          color: #ffffff;
          display: block;
          text-align: left;
          margin: 0;
          clear: left;
          padding: 25px 0 0 45%; }
        div.subscribe-popup .newsletter-subscribe-box #newsletter-signup-headline-small {
          display: none; }
        div.subscribe-popup .newsletter-subscribe-box #newsletter-signup-subhead {
          padding: 0 0 0 45%; }
        div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form {
          padding: 15px 0 10px 50%; }
          div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .newsletter-subscribe-email {
            width: 50%;
            display: block; }
          div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .email-entry-button {
            width: 170px;
            margin: 10px 10px 0 0; }
          div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .opt-out-box {
            margin: 12px -18px 0 0; }
          div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-form .opt-out-text {
            position: relative;
            display: inline-block;
            font-size: 18px;
            line-height: 18px;
            text-align: left;
            color: #ffffff;
            padding: 10px 14px 0 0; } }
    div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-spinner,
    div.subscribe-popup .newsletter-subscribe-box .newsletter-subscribe-response {
      display: none;
      padding: 8px;
      margin: 0;
      text-align: center;
      background: #cc6600;
      color: #ffffff;
      font-size: 16px; }
  div.subscribe-popup .popup-container {
    max-width: 500px;
    margin: 20% auto;
    padding: 0;
    min-height: 354px; }
    @media screen and (max-width: 550px) {
      div.subscribe-popup .popup-container {
        max-width: 320px;
        min-height: 280px;
        margin: 120px auto 0 auto; } }
    div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form,
    div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form {
      padding: 0 0 0 0; }
      div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form .newsletter-subscribe-email,
      div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form .newsletter-subscribe-email {
        font-size: 16px;
        padding: 0 10px 0 56px;
        width: 280px;
        height: 40px;
        margin: 260px 0 0 24px;
        background-image: url("../img/gold-envelope.png"); }
      div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form .email-entry-button,
      div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form .email-entry-button {
        font-size: 16px;
        width: 160px;
        height: 30px;
        margin: 10px 0 0 0; }
      div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form .email-entry-button:hover,
      div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form .email-entry-button:hover {
        background: #fed75e; }
      @media screen and (max-width: 550px) {
        div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form .newsletter-subscribe-email,
        div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form .newsletter-subscribe-email {
          margin: 175px 0 10px 0; }
        div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-1 .newsletter-subscribe-form .email-entry-button,
        div.subscribe-popup .popup-container .newsletter-subscribe-box-brain-2 .newsletter-subscribe-form .email-entry-button {
          margin: 0 0 10px 0; } }
    div.subscribe-popup .popup-container .newsletter-subscribe-response {
      display: none;
      padding: 10px;
      margin: 0;
      text-align: center;
      background: #cc6600;
      color: #ffffff;
      font-size: 16px; }
  div.subscribe-popup .newsletter-subscribe-box-brain-1 {
    background-image: url("../img/brain-popup-background-1-500px.png");
    min-height: 354px; }
    @media screen and (max-width: 550px) {
      div.subscribe-popup .newsletter-subscribe-box-brain-1 {
        background-image: url("../img/brain-popup-background-1-320px.png");
        max-width: 320px;
        min-height: 280px; } }
  div.subscribe-popup .newsletter-subscribe-box-brain-2 {
    background-image: url("../img/brain-popup-background-2-500px.png");
    min-height: 354px; }
    @media screen and (max-width: 550px) {
      div.subscribe-popup .newsletter-subscribe-box-brain-2 {
        background-image: url("../img/brain-popup-background-2-320px.png");
        max-width: 320px;
        min-height: 280px; } }
    div.subscribe-popup .newsletter-subscribe-box-brain-2 .close-x {
      color: #ffffff; }
  div.subscribe-popup .newsletter-subscribe-response .manage_subscriptions {
    cursor: pointer;
    color: #ffff99; }

.newsletter-subscribe-response .manage_subscriptions {
  cursor: pointer;
  color: #ffff99; }

/* ----------------------------------- Contest Buttons */
.btn-enter a {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 0 40px;
  font: 20px/44px 'ProximaNovaSbold', sans-serif;
  font: 2rem/4.4rem 'ProximaNovaSbold', sans-serif;
  background: #ffc40c;
  color: #111111;
  display: inline-block; }

.btn-enter a:hover {
  background: #fed75e;
  color: #111111; }

a.btn-enter {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 0 40px;
  font: 20px/44px 'ProximaNovaSbold', sans-serif;
  font: 2rem/4.4rem 'ProximaNovaSbold', sans-serif;
  background: #ffc40c;
  color: #111111;
  display: inline-block; }

a.btn-enter:hover {
  background: #fed75e;
  color: #111111; }

.bigger-140 {
  font-size: 140%; }

/* Article Video #2485 -- Sets size of iframe for video player */
@media screen and (min-width: 1000px) {
  .video-player {
    width: 864px;
    height: 486px; }

  .article-youtube {
    margin-left: 30px; } }
@media screen and (min-width: 680px) and (max-width: 999px) {
  .video-player {
    width: 640px;
    height: 360px; }

  .article-youtube {
    width: 640px;
    margin: 0 auto; } }
@media screen and (max-width: 679px) {
  .video-player {
    width: 480px;
    height: 270px; }

  .article-youtube {
    width: 480px;
    margin: 0 auto; } }
/* end Article Video */
/* Taboola right side ad modification */
.sidebar-grid a {
  display: block; }

a.logo-20-years {
  width: 152px;
  height: 40px;
  display: block;
  background: transparent url("//static.komando.com/websites/common/v2/img/celebrating-20-years-sprite.png") no-repeat 0 0; }

.header-alt-menu ul li a.logo-20-years:hover {
  background: transparent url("//static.komando.com/websites/common/v2/img/celebrating-20-years-sprite.png") no-repeat -152px 0; }

@media screen and (max-width: 1096px) {
  .header-alt-menu ul li a.logo-20-years {
    display: none; } }
.image-gallery-outer-wrapper {
  width: 100%;
  clear: both; }

.image-gallery-outer-wrapper h2 {
  font-size: 1.2em; }

.image-gallery-outer-wrapper #ad-leaderboard-gallery {
  width: 728px;
  height: 90px;
  clear: both;
  margin: auto;
  margin-bottom: 10px; }

@media (max-width: 730px) {
  .image-gallery-outer-wrapper #ad-leaderboard-gallery {
    width: 320px;
    height: 50px; } }
.image-gallery-outer-wrapper #ad-half-page-gallery {
  float: left;
  width: 300px;
  min-height: 600px;
  clear: right;
  margin-bottom: 20px; }

.image-gallery-outer-wrapper .image-gallery-inner-wrapper {
  float: left;
  max-width: 530px;
  margin-right: 10px;
  margin-left: 30px; }

@media (max-width: 1290px) {
  .image-gallery-outer-wrapper .image-gallery-inner-wrapper {
    float: none;
    max-width: 875px; }

  .image-gallery-outer-wrapper #ad-half-page-gallery {
    float: none;
    margin: auto;
    margin-top: 10px; } }
.image-gallery-outer-wrapper .extra-padding {
  width: 100%;
  height: 10px;
  clear: both; }

.image-gallery-outer-wrapper .imageNav.prev {
  float: left;
  margin-left: -2%; }

.image-gallery-outer-wrapper .imageNav.next {
  float: right;
  margin-right: -2%; }

.image-gallery-outer-wrapper .imageNav {
  display: none;
  font-size: 3vw;
  margin-top: 25%;
  cursor: pointer;
  background-color: #AEAEAE;
  padding: 15px; }

.image-gallery-outer-wrapper .ad-frame {
  display: none;
  width: 100%;
  height: 0;
  padding-bottom: 61%;
  background-color: white; }

.image-gallery-outer-wrapper .ad-interspersed {
  margin: auto;
  width: 300px;
  height: 250px;
  text-align: center;
  padding-top: 10px; }

.image-gallery-outer-wrapper .image-frame {
  width: 100%;
  height: 0;
  padding-bottom: 61%;
  background-image: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.image-gallery-outer-wrapper .long-image-bar {
  display: block;
  width: 100%;
  height: 4em;
  margin-bottom: 10px;
  background: black; }

.image-gallery-outer-wrapper .index-image {
  display: inline; }

.image-gallery-outer-wrapper .index-image img {
  display: inline;
  width: 12.5%;
  height: 100%;
  border-right: .3em solid black;
  border-top: .3em solid black;
  border-bottom: .3em solid black;
  cursor: pointer; }

@media only screen and (max-width: 640px) {
  .image-gallery-outer-wrapper .index-image img {
    width: 25%; }

  .image-gallery-outer-wrapper .ad-frame {
    position: absolute;
    padding-bottom: 0;
    height: 360px;
    z-index: 99; } }
.image-gallery-outer-wrapper .index-image.first img {
  border-left: .3em solid black; }

.image-gallery-outer-wrapper .index-image.current img, .image-gallery-outer-wrapper .index-image img:hover {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */ }

.image-gallery-outer-wrapper .image-identity {
  padding: 10px;
  width: 100%;
  height: 40px; }

.image-gallery-outer-wrapper .image-identity .image-num {
  float: left; }

.image-gallery-outer-wrapper .image-identity .photo-credit {
  float: right; }

.image-gallery-outer-wrapper #ad-half-page-gallery {
  display: block;
  width: 300px;
  height: 600px; }

.image-gallery-outer-wrapper .interspersed-ad-close-button {
  border: 1px solid gainsboro;
  color: darkslategray;
  width: 80px;
  margin: auto;
  margin-top: 10px;
  padding: 2px;
  background-color: aliceblue;
  font-size: .7em;
  cursor: pointer; }

.image-gallery-outer-wrapper .interspersed-ad-close-button-x {
  border: 1px solid gainsboro;
  color: darkslategray;
  float: right;
  padding: 2px;
  background-color: aliceblue;
  cursor: pointer;
  font-weight: bold;
  font-size: .7em;
  height: 20px;
  width: 20px;
  text-align: center;
  margin-right: 40px; }

.comparison-chart-outer-wrapper table td {
  padding-bottom: 20px; }

.comparison-chart-thumbnail {
  height: 50px; }

.comparison-chart-row {
  height: 80px;
  width: auto;
  display: table-cell;
  white-space: nowrap; }

.comparison-chart-header {
  height: 80px;
  text-align: center;
  font-weight: bold;
  white-space: normal;
  width: auto; }

.scrollable-columns {
  max-width: 900px;
  overflow-x: scroll;
  margin-bottom: -16px;
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */ }

.comparison-chart-scroll-buttons {
  background-color: #adcfff;
  text-align: center;
  padding: 0; }

.comparison-chart-scroll-buttons button {
  width: 15px;
  background: none;
  padding: 0;
  margin: 2px; }

.comparison-chart-scroll-buttons button i {
  width: 100%;
  height: 100%;
  line-height: 45px; }

.comparison-chart-scroll-buttons:hover {
  background-color: #69699b;
  color: #e9f2ff; }

.cc-disabled {
  background-color: gray;
  color: black;
  cursor: not-allowed; }

.cc-disabled:hover {
  background-color: gray;
  color: black; }

@media only screen and (max-width: 800px) {
  .scrollable-columns {
    max-width: 370px;
    overflow: hidden; } }
@media only screen and (max-width: 500px) {
  .comparison-chart-row {
    height: 100px;
    width: 300px; }

  .comparison-chart-header {
    height: 100px;
    width: 300px; }

  .fixed-column .comparison-chart-row, .fixed-column .comparison-chart-header {
    max-width: 80px;
    white-space: normal; }

  .scrollable-columns {
    max-width: 180px;
    overflow: hidden;
    margin-bottom: 0; }

  .comparison-chart-scroll-buttons button {
    width: 5px; }

  .comparison-chart-outer-wrapper table tr td {
    font-size: 12px;
    padding: 5px; } }
.free-weekend-email-subscribe-input {
  display: inline-block; }

#email_free_weekend_podcast {
  width: 520px;
  height: 45px;
  font-size: 22px;
  text-transform: uppercase; }

.free-weekend-email-subscribe-button {
  display: inline-block;
  width: 25%; }

.free-weekend-email-subscribe-button button {
  width: 185px;
  height: 45px;
  background-color: #FFC30B;
  color: #000000;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 3px;
  font-weight: bold; }

.free-weekend-email-subscribe-button button:hover {
  background-color: #ffe575;
  color: #000000; }

#subscribe_free_weekend_box {
  width: 745px;
  min-height: 150px;
  margin: auto;
  background-color: #2E0676; }

#subscribe_free_weekend_box .inner {
  width: 100%;
  padding: 20px;
  margin: auto;
  background-color: #2E0676; }

#subscribe_free_weekend_box .title {
  color: #ffffff;
  font-size: 32px;
  line-height: 30px;
  border-bottom: none;
  padding-bottom: 15px;
  display: block; }

.video-subscribe-weekend {
  margin-top: 145px !important; }

.free-weekend-overlay {
  background-color: #424242; }

.free-weekend-gray-bar {
  background: #ededed url("../img/kims-club-dont-miss-the-fun-bg.jpg") repeat-x;
  text-align: left;
  padding-left: 50px; }

.free-weekend-gray-bar img {
  width: 192px !important;
  height: 36px !important; }

.email-error {
  background-color: #ff0e36;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  margin: 10px; }

.success-message {
  font-size: 22px;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  color: #7aeb7b;
  margin: 10px; }

.loading-message {
  font-size: 22px;
  padding: 3px;
  text-align: center;
  font-weight: bold;
  color: #c5c5c5;
  margin: 10px; }

@media only screen and (max-width: 790px) {
  #subscribe_free_weekend_box, #email_free_weekend_podcast {
    width: 100%; }

  #email_free_weekend_podcast {
    margin-bottom: 10px; }

  #subscribe_free_weekend_box .inner {
    min-height: 260px; }

  .free-weekend-email-subscribe-button {
    width: 100%;
    display: block; }

  .free-weekend-email-subscribe-input {
    width: 100%;
    display: block; } }
.free-weekend-overlay {
  width: 850px;
  height: 510px;
  background-color: #35304E; }

.fw-video-title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding: 40px 20px 0 20px;
  margin: 0; }

.fw-video-top-text {
  font-size: 21px;
  padding: 0 50px 0 50px;
  color: #ffffff;
  text-align: center; }

.fw-video-top-text a {
  color: #FFC300;
  display: inline; }

.fw-video-top-text a:hover {
  color: #FFC300; }

.fw-video-bottom-text {
  font-size: 16px;
  padding: 0 50px 0 50px;
  color: #ffffff;
  text-align: center; }

.fw-video-log-in-button {
  font-size: 13px;
  width: 230px;
  height: 40px;
  background-color: #0086FF;
  color: #FFFFFF; }

.fw-video-log-in-button:hover {
  background-color: #0177e5; }

.fw-video-join-button {
  font-size: 13px;
  width: 230px;
  height: 40px;
  background-color: #FFFFFF;
  color: #000000;
  margin-right: 4px; }

.fw-video-join-button:hover {
  background-color: #ff1795;
  color: #FFFFFF; }

@media only screen and (max-width: 790px) {
  .free-weekend-overlay {
    width: 100%;
    height: 100%; } }
.bs-row {
  margin-left: -15px;
  margin-right: -15px; }

.bs-row::after {
  content: "";
  display: table;
  clear: both; }

@media only screen and (min-width: 0px) {
  .hidden-xs {
    display: none; }

  .col-xs-1 {
    width: 8.33333%; }

  .col-xs-2 {
    width: 16.66667%; }

  .col-xs-3 {
    width: 25%; }

  .col-xs-4 {
    width: 33.33333%; }

  .col-xs-5 {
    width: 41.66667%; }

  .col-xs-6 {
    width: 50%; }

  .col-xs-7 {
    width: 58.33333%; }

  .col-xs-8 {
    width: 66.66667%; }

  .col-xs-9 {
    width: 75%; }

  .col-xs-10 {
    width: 83.33333%; }

  .col-xs-11 {
    width: 91.66667%; }

  .col-xs-12 {
    width: 100%; } }
@media only screen and (min-width: 544px) {
  .hidden-sm {
    display: none; }

  .col-sm-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; } }
@media only screen and (min-width: 768px) {
  .hidden-md {
    display: none; }

  .col-md-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; } }
@media only screen and (min-width: 992px) {
  .hidden-lg {
    display: none; }

  .col-lg-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; } }
@media only screen and (min-width: 1200px) {
  .hidden-xl {
    display: none; }

  .col-xl-1 {
    width: 8.33333%; }

  .col-xl-2 {
    width: 16.66667%; }

  .col-xl-3 {
    width: 25%; }

  .col-xl-4 {
    width: 33.33333%; }

  .col-xl-5 {
    width: 41.66667%; }

  .col-xl-6 {
    width: 50%; }

  .col-xl-7 {
    width: 58.33333%; }

  .col-xl-8 {
    width: 66.66667%; }

  .col-xl-9 {
    width: 75%; }

  .col-xl-10 {
    width: 83.33333%; }

  .col-xl-11 {
    width: 91.66667%; }

  .col-xl-12 {
    width: 100%; } }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.free-weekend-header {
  background-color: #230c5e;
  background-image: url("../img/header-background-1280.jpg");
  background-repeat: no-repeat;
  color: #ffffff; }

.free-weekend-header-heading {
  font-size: 50px;
  display: block;
  min-height: 100px;
  text-align: center; }

.free-weekend-header-heading p {
  line-height: 50px; }

.free-weekend-header-left-box p {
  background-color: #000000;
  text-align: center; }

.free-weekend-header-right-box {
  padding-top: 30px; }

.bs-centered {
  text-align: center; }

.free-weekend-header-cd-heading {
  font-size: 25px;
  text-align: center; }

.free-weekend-header-colon {
  font-size: 50px;
  padding-top: 25px; }

.free-weekend-header-cd-number {
  font-size: 50px;
  min-height: 60px;
  background-color: white;
  color: black;
  padding-top: 25px;
  padding-bottom: 20px;
  margin: 0;
  width: 80px; }

.free-weekend-header-cd-margin-left {
  margin-left: 20px;
  margin-top: 10px; }

.free-weekend-header-cd-text .col-xs-2 {
  margin-left: 2px; }

.free-weekend-email-button {
  background-color: #ffc40c;
  width: 150px;
  height: 45px;
  color: #000000;
  border-radius: 3px;
  font-weight: bold;
  transition: background-color 0.5s ease; }

.free-weekend-email-button:hover {
  background-color: #ffe87d; }

.free-weekend-email-input {
  background-color: #ffffff;
  border: 3px solid #BAB6B7;
  width: 420px;
  height: 45px;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  transition: border 0.5s ease; }

.free-weekend-email-heading {
  font-size: 22px; }

.free-weekend-thank-you-note {
  background-color: #D5CEFA;
  padding: 20px;
  font-size: 1.43em; }

.free-weekend-thank-you-note p {
  line-height: 1.43em;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px; }

.free-weekend-learn-more, .free-weekend-get-access {
  min-height: 390px;
  padding: 50px;
  font-size: 20px; }

.free-weekend-get-access {
  background-color: #eaeaea; }

.free-weekend-learn-more .left {
  padding-right: 130px; }

.free-weekend-learn-more-video {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  width: 80%;
  height: 30vh;
  margin: auto; }

.free-weekend-learn-more-heading, .free-weekend-get-access-heading {
  font-size: 30px;
  line-height: 40px; }

.free-weekend-header-video-snapshot {
  width: 80%;
  padding-bottom: 1%;
  margin-left: 30px;
  margin-bottom: 30px; }

.free-weekend-learn-more .learn-more-button, .free-weekend-get-access .learn-more-button {
  background-color: #ffc40c;
  width: 220px;
  height: 38px;
  border-radius: 3px;
  color: #000000;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  transition: background-color 0.5s ease; }

#free_weekend_error {
  text-align: center;
  color: #ffffff;
  padding: 10px;
  background-color: crimson;
  margin: auto;
  width: 400px;
  margin-bottom: 10px; }

.free-weekend-learn-more .learn-more-button:hover, .free-weekend-get-access .learn-more-button:hover {
  background-color: #ffe87d; }

.free-weekend-learn-more .plus-icon, .free-weekend-get-access .plus-icon {
  font-size: 32px;
  display: block;
  float: left;
  width: 20px;
  margin: 0;
  padding: 0;
  padding-top: 2px; }

.free-weekend-learn-more .button-text, .free-weekend-get-access .button-text {
  font-size: 16px;
  display: block;
  width: 200px;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  padding-top: 2px; }

.learn-more-button-wrapper {
  height: 5px;
  padding: 0;
  margin: 0; }

.free-weekend-begins {
  background-color: #ffffff;
  min-height: 360px;
  padding: 50px;
  font-size: 20px; }

.free-weekend-begins-left img, .free-weekend-latest-left img {
  padding-left: 100px;
  width: 70%; }

.free-weekend-get-access-key img {
  padding-top: 30px;
  width: 70%; }

.free-weekend-begins-right {
  padding-right: 100px;
  padding-top: 20px; }

.free-weekend-begins-right .heading {
  font-size: 33px;
  line-height: 35px; }

.free-weekend-get-access-heading {
  padding-top: 40px; }

.free-weekend-get-access .left {
  padding-right: 100px; }

.free-weekend-latest {
  background-color: #ffffff;
  min-height: 360px;
  padding: 50px;
  font-size: 32px;
  padding-top: 100px; }

.free-weekend-latest-left {
  color: #F9B812; }

.free-weekend-latest-right {
  padding-right: 30px;
  padding-top: 80px; }

.free-weekend-latest-right .heading {
  line-height: 35px; }

.free-weekend-header-cd-number span {
  display: block; }

.free-weekend-header-right-box form {
  margin-bottom: 20px; }

@media only screen and (max-width: 543px) {
  .free-weekend-learn-more .left, .free-weekend-begins-right {
    padding: 0;
    padding-bottom: 30px; }

  .free-weekend-get-access, .free-weekend-latest {
    padding-right: 0;
    padding-top: 0; }

  .free-weekend-email-input {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 30px;
    font-size: 16px; }

  .free-weekend-email-button {
    margin-bottom: 10px; }

  .free-weekend-header-right-box .bs-row div {
    text-align: center; }

  .free-weekend-header-right-box {
    padding-top: 0; }

  .free-weekend-header-cd-margin-left {
    margin-left: -28px; }

  .free-weekend-learn-more-video {
    margin-top: 20px; }

  .free-weekend-begins-left img, .free-weekend-latest-left img {
    padding-left: 20px;
    padding-top: 100px; }

  .free-weekend-get-access-key img {
    padding-top: 50px;
    width: 90%; } }
@media only screen and (min-width: 544px) and (max-width: 768px) {
  .free-weekend-header-right-box .bs-row div {
    padding-bottom: 30px; }

  .free-weekend-learn-more-video {
    margin-top: 30px; }

  .free-weekend-begins-left img, .free-weekend-latest-left img {
    padding-left: 20px;
    padding-top: 100px; }

  .free-weekend-get-access-key img {
    padding-top: 80px;
    width: 90%; } }
a.figure-link img {
  width: auto; }

a.figure-link {
  display: block;
  text-align: center; }

/* ------------------------------- THE SHOW PAGE ------ #3531 ---- */
.the-new-show-page {
  /* ---- Revised button colors #3903 -- 2016-12-13 ---------------- */
  /* ---- End Revised Buttons ---- */ }
  .the-new-show-page .the-show-header-wrapper .show-page-header {
    font: 20px/20px 'ProximaNovaBold', arial, helvetica, sans-serif;
    margin: 0 0 20px 0;
    font-weight: bold;
    color: #ffffff; }
    .the-new-show-page .the-show-header-wrapper .show-page-header .gold-tone {
      color: #f2b90d; }
  .the-new-show-page .the-show-header-wrapper .the-show-reel {
    display: inline-block;
    position: relative;
    top: 0;
    border: 2px solid #406abf;
    border-radius: 10px;
    vertical-align: top; }
  .the-new-show-page .the-show-header-wrapper .digital-goddess {
    display: inline-block;
    width: 45%;
    margin: 20px 0 0 20px; }
    @media screen and (max-width: 679px) {
      .the-new-show-page .the-show-header-wrapper .digital-goddess {
        width: 100%;
        margin: 10px 0 0 0; } }
  .the-new-show-page .the-show-header-wrapper .start-free-trial-btn {
    display: block;
    background-color: #f2b90d;
    border: 0 solid transparent;
    border-radius: 5px;
    width: 180px;
    height: 30px;
    font: 14px/12px 'ProximaNovaBold', arial, helvetica, sans-serif;
    text-align: center;
    color: #111111;
    margin: 10px 0 0 0;
    padding: 3px; }
  .the-new-show-page .the-show-header-wrapper .btn-gold {
    font-weight: bold;
    padding: 0 15px;
    font-size: 13px; }
  .the-new-show-page .the-new-show-header-buttons-wrapper {
    width: 100%;
    background-color: #ffffff; }
    .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar {
      width: 94%;
      margin: 10px auto; }
      .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left,
      .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right {
        display: inline-block;
        width: 49.5%;
        margin: 0 auto; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .new-show-button-box,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .new-show-button-box {
          display: inline-block;
          width: 216px;
          height: 50px; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-button,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-button {
          display: inline-block;
          width: 216px;
          height: 50px;
          margin: 5px 3px 0 3px; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-watch,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-watch {
          width: 216px;
          margin: 5px 2px 0 8px;
          float: right;
          background: url("../img/watch-button.png") left no-repeat; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-watch:hover,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-watch:hover {
          width: 216px;
          background: url("../img/watch-button-hover.png") left no-repeat; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-listen,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-listen {
          width: 216px;
          margin: 5px 0 0 8px;
          float: right;
          background: url("../img/listen-button.png") left no-repeat; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-listen:hover,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-listen:hover {
          width: 216px;
          background: url("../img/listen-button-hover.png") left no-repeat; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-digital,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-digital {
          width: 216px;
          margin: 5px 8px 0 2px;
          float: left;
          background: url("../img/digital-button.png") left no-repeat; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-digital:hover,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-digital:hover {
          width: 216px;
          background: url("../img/digital-button-hover.png") left no-repeat; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-station,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-station {
          width: 216px;
          margin: 5px 8px 0 0;
          float: left;
          background: url("../img/station-button.png") left no-repeat; }
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-station:hover,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-station:hover {
          width: 216px;
          background: url("../img/station-button-hover.png") left no-repeat; }
      .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left {
        display: inline-block;
        text-align: right; }
      @media screen and (max-width: 984px) {
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left,
        .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right {
          display: block;
          width: 96%;
          margin: 0 auto;
          text-align: center; }
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .new-show-button-box,
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .new-show-button-box {
            display: inline-block;
            width: 216px;
            height: 50px;
            text-align: center; }
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-button,
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-button {
            display: inline-block;
            width: 216px;
            height: 50px;
            margin: 5px 3px 0 3px;
            text-align: center; }
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-watch,
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-watch {
            display: inline-block;
            width: 216px;
            margin: 5px 3px 0 3px;
            float: none;
            background: url("../img/watch-button.png") left no-repeat; }
            .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-watch .the-new-show-watch:hover,
            .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-watch .the-new-show-watch:hover {
              width: 216px;
              background: url("../img/watch-button-hover.png") left no-repeat; }
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-listen,
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-listen {
            display: inline-block;
            width: 216px;
            margin: 5px 3px 0 3px;
            float: none;
            background: url("../img/listen-button.png") left no-repeat; }
            .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-listen .the-new-show-listen:hover,
            .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-listen .the-new-show-listen:hover {
              width: 216px;
              background: url("../img/listen-button-hover.png") left no-repeat; }
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-digital,
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-digital {
            display: inline-block;
            width: 216px;
            margin: 5px 3px 0 3px;
            float: none;
            background: url("../img/digital-button.png") left no-repeat; }
            .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-digital .the-new-show-digital:hover,
            .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-digital .the-new-show-digital:hover {
              width: 216px;
              background: url("../img/digital-button-hover.png") left no-repeat; }
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-station,
          .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-station {
            display: inline-block;
            width: 216px;
            margin: 5px 3px 0 3px;
            float: none;
            background: url("../img/station-button.png") left no-repeat; }
            .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-left .the-new-show-station .the-new-show-station:hover,
            .the-new-show-page .the-new-show-header-buttons-wrapper .the-new-show-buttons-bar .the-new-show-buttons-right .the-new-show-station .the-new-show-station:hover {
              width: 216px;
              background: url("../img/station-button-hover.png") left no-repeat; } }
  .the-new-show-page .content-wrapper {
    display: inline-block;
    width: 65%;
    float: left;
    margin: 20px 0; }
    @media screen and (max-width: 679px) {
      .the-new-show-page .content-wrapper {
        width: 100%; } }
    .the-new-show-page .content-wrapper .about-watch-listen {
      display: inline-block;
      float: left;
      margin-left: 5%;
      width: 85%; }
    @media screen and (max-width: 679px) {
      .the-new-show-page .content-wrapper .about-watch-listen {
        margin: 0 5%;
        width: 89%; } }
  .the-new-show-page .show-page-kim-image {
    display: inline-block;
    float: right;
    max-width: 30%;
    margin: 20px 3% 0 0; }
    @media screen and (max-width: 679px) {
      .the-new-show-page .show-page-kim-image {
        display: none; } }

/* -- End of Buttons -- */
.controls.newsletter-subscribe-contact-us {
  margin-top: -23px;
  margin-left: -140px; }

.komando-shopping-network-container .ksn-top-message-for-me {
  background-color: #d1d1d1;
  min-height: 100px; }

.komando-shopping-network-container .ksn-top-mark-your-calendars .ksn-text-blob, .komando-shopping-network-container .ksn-top-message-for-me .ksn-text-blob {
  padding-bottom: 20px; }

.komando-shopping-network-container .ksn-top-mark-your-calendars p {
  line-height: 19px;
  line-height: 1.9rem;
  margin: 2px 0 0 0; }

.komando-shopping-network-container .ksn-top-message-for-me p {
  /* line-height: 16px;
  line-height: 1.9rem;*/ }

.komando-shopping-network-container .ksn-top-message-for-me .ksn-text-blob {
  padding-bottom: 0; }

.komando-shopping-network-container .ksn-top-mark-your-calendars h2, .komando-shopping-network-container .ksn-top-message-for-me h2 {
  margin: 20px 0 10px 0; }

.komando-shopping-network-container .ksn-top-message-for-me h2 {
  font-size: 20px; }

.komando-shopping-network-container .ksn-top-message-for-me p {
  font-size: 16px;
  margin-top: 15px;
  font-size: 20px; }

.komando-shopping-network-container .ksn-top-message.ksn-blue-box div {
  padding-bottom: 0;
  padding-top: 0; }

.komando-shopping-network-container .ksn-top-message.ksn-blue-box .ksn-logo-image img {
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.komando-shopping-network-container .ksn-shopping-products {
  background-color: #ebebeb; }

.komando-shopping-network-container .ksn-box-details {
  background-color: #ffffff; }

.komando-shopping-network-container .ksn-box-details span {
  font-weight: 600; }

.komando-shopping-network-container .ksn-box-details-content {
  border-top: 2px solid;
  border-color: #d1d1d1;
  margin-top: 15px; }

.ksn-box-details-content p {
  line-height: 19px;
  line-height: 1.5rem; }

.bg-gray {
  background-color: #ebebeb;
  padding: 10px; }

.komando-shopping-network-container .ksn-box-details ul {
  padding-top: 10px;
  border-top: 2px solid;
  border-color: #d1d1d1;
  padding-left: 0;
  list-style-type: none; }

.komando-shopping-network-container .ksn-box-details {
  padding-top: 15px;
  padding-bottom: 20px;
  line-height: 19px; }

.komando-shopping-network-container .ksn-top-message .ksn-message.ksn-message-text {
  margin-top: 0; }

@media screen and (min-width: 785px) and (max-width: 910px) {
  .komando-shopping-network-container .ksn-box-details {
    height: 370px; } }
@media screen and (min-width: 768px) and (max-width: 785px) {
  .komando-shopping-network-container .ksn-box-details {
    height: 410px; } }
@media screen and (min-width: 768px) {
  .komando-shopping-network-container .ksn-box-details {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px; }

  .ksn-mobile-logo {
    display: none; }

  .ksn-mobile-products {
    display: none; }

  .komando-shopping-network-container .ksn-box-details {
    min-height: 305px; } }
@media screen and (max-width: 767px) {
  .ksn-logo {
    display: none; }

  .ksn-mobile-products {
    display: none; }

  .ksn-btn-buy-now {
    width: 100%;
    text-align: center; }

  .komando-shopping-network-container .ksn-top-message .ksn-message.ksn-message-text {
    padding-top: 0; } }
@media screen and (max-width: 1131px) {
  .ksn-logo-v2 img {
    margin-top: 20px; }

  .komando-shopping-network-container .ksn-top-message-for-me p {
    margin-top: 0px; } }
@media screen and (max-width: 1248px) {
  .komando-shopping-network-container .ksn-top-message .ksn-message.ksn-message-text {
    margin-top: 0; } }
.ksn-logo-v2 img {
  margin-top: 10px; }

.ksn-shopping-products {
  border: 2px solid;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-color: #d1d1d1; }

.ksn-shopping-products .ksn-box-products {
  padding: 0; }

.ksn-shopping-products .ksn-box-products img {
  width: 100%; }

.ksn-mobile-logo-image img {
  width: 100%; }

.ksn-shopping-products .ksn-discount {
  padding: 2px;
  background: red;
  font-size: 12px;
  color: #fff; }

.ksn-grid-products {
  padding-bottom: 20px; }

.komando-shopping-network-container .ksn-top-message-for-me .ksn-text-blob {
  padding-right: 25px;
  padding-left: 25px; }

.ksn-shopping-products .ksn-box-products {
  background-color: #ebebeb; }

.ksn-btn-buy-now {
  padding: 0 20px; }

.ksn-signature-image {
  text-align: right; }

.ksn-special-product-price {
  text-align: right;
  padding-right: 20px; }

.ksn-logo-v2 img {
  width: 100%; }

.ksn-products {
  margin-top: 55px; }

.komando-shopping-network-container .ksn-products-text {
  margin-top: 20px; }

.komando-shopping-network-container .ksn-bottom-msg {
  margin-left: 25px;
  font-size: 12px; }

.komando-shopping-network-container .fb_iframe_widget_fluid {
  display: block; }

.ksn-top-message-margin-not #ksn-video-frame {
  padding: 50px;
  margin: auto; }
  @media screen and (max-width: 768px) {
    .ksn-top-message-margin-not #ksn-video-frame {
      padding: 30px; } }

.newsletter-sign-up-ad {
  margin: 0 auto; }
  .newsletter-sign-up-ad .newsletter-subscribe-box-1,
  .newsletter-sign-up-ad .newsletter-subscribe-box-2,
  .newsletter-sign-up-ad .newsletter-subscribe-box-3 {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0 0 0;
    width: 300px;
    height: 300px; }
    .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-form .newsletter-subscribe-email,
    .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-form .newsletter-subscribe-email,
    .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-form .newsletter-subscribe-email {
      position: relative;
      font-size: 12px;
      color: #333333;
      border: 1px solid #aaaaaa;
      border-radius: 5px;
      display: block;
      background-repeat: no-repeat;
      background-position: left top;
      height: 24px; }
    .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-form .email-entry-button,
    .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-form .email-entry-button,
    .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-form .email-entry-button {
      position: relative;
      border-radius: 6px;
      font-weight: bold;
      background: #fecb34;
      background: -webkit-linear-gradient(#fee59a, #fecb34);
      background: -o-linear-gradient(#fee59a, #fecb34);
      background: -moz-linear-gradient(#fee59a, #fecb34);
      background: linear-gradient(#fee59a, #fecb34);
      color: #111111;
      border: 1px solid #aaaaaa; }
    .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-form .email-entry-button:hover,
    .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-form .email-entry-button:hover,
    .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-form .email-entry-button:hover {
      background: #ffc40c; }
    .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-spinner,
    .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-spinner,
    .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-spinner {
      display: none;
      width: 16px;
      height: 16px;
      z-index: 300;
      padding: 0;
      margin: 0;
      position: relative;
      background-color: transparent; }
    .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-response,
    .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-response,
    .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-response {
      display: none;
      padding: 8px;
      margin: 10px 10%;
      text-align: center;
      background: #cc6600;
      position: relative;
      vertical-align: middle;
      color: #ffffff;
      font-size: 16px; }
    .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-response .faq,
    .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-response .form-reset,
    .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-response .faq,
    .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-response .form-reset,
    .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-response .faq,
    .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-response .form-reset {
      cursor: pointer; }
    .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-response .manage_subscriptions,
    .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-response .manage_subscriptions,
    .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-response .manage_subscriptions {
      cursor: pointer;
      color: #ffff99; }
  .newsletter-sign-up-ad .newsletter-subscribe-box-1 {
    background-image: url("../img/newsletter-signup-ad-1-3552-300x300.png"); }
    .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-form {
      padding: 0 0 0 0; }
      .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-form .newsletter-subscribe-email {
        top: 195px;
        left: 90px;
        padding: 0 10px 0 30px;
        width: 200px;
        margin: 0 0 5px 0;
        background-image: url("../img/grey-envelope-30x24.png"); }
      .newsletter-sign-up-ad .newsletter-subscribe-box-1 .newsletter-subscribe-form .email-entry-button {
        top: 195px;
        left: 40px;
        font-size: 15px;
        width: 140px;
        height: 24px;
        margin: 0 0 10px 0; }
  .newsletter-sign-up-ad .newsletter-subscribe-box-2 {
    background-image: url("../img/newsletter-signup-ad-2-3552-300x300.png"); }
    .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-form {
      padding: 0 0 0 0; }
      .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-form .newsletter-subscribe-email {
        top: 240px;
        left: 10px;
        padding: 0 10px 0 34px;
        width: 200px;
        margin: 0 0 5px 0;
        background-image: url("../img/gold-envelope-30x24.png"); }
      .newsletter-sign-up-ad .newsletter-subscribe-box-2 .newsletter-subscribe-form .email-entry-button {
        display: block;
        top: 211px;
        left: 180px;
        font-size: 12px;
        width: 110px;
        height: 24px;
        margin: 0 0 10px 0;
        z-index: 200; }
  .newsletter-sign-up-ad .newsletter-subscribe-box-3 {
    background-image: url("../img/newsletter-signup-ad-3-3552-300x300.png"); }
    .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-form {
      padding: 0 0 0 0; }
      .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-form .newsletter-subscribe-email {
        top: 240px;
        left: 10px;
        padding: 0 10px 0 34px;
        width: 200px;
        margin: 0 0 5px 0;
        background-image: url("../img/gold-envelope-30x24.png"); }
      .newsletter-sign-up-ad .newsletter-subscribe-box-3 .newsletter-subscribe-form .email-entry-button {
        display: block;
        top: 211px;
        left: 180px;
        font-size: 12px;
        width: 110px;
        height: 24px;
        margin: 0 0 10px 0;
        z-index: 200; }

.ksn-box-details .congrats {
  width: 150px;
  display: block; }
.ksn-box-details .ksn-box-details-content.winner-winner .you-won {
  width: 250px;
  line-height: 20px; }
.ksn-box-details .ksn-box-details-content.winner-winner .ksn-kim-signature {
  float: right; }

.station-finder-results-wrapper .result-calendar input {
  margin: 10px 0 0 0;
  max-width: 250px; }
.station-finder-results-wrapper .result-calendar input[type="submit"] {
  border-radius: 5px;
  font-weight: bold;
  background: #ffdd38;
  background: -moz-linear-gradient(top, #fcec5a 0%, #ffdd38 100%);
  background: -webkit-linear-gradient(top, #fcec5a 0%, #ffdd38 100%);
  background: linear-gradient(to bottom, #fcec5a 0%, #ffdd38 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcec5a', endColorstr='#ffdd38',GradientType=0 ); }
.station-finder-results-wrapper .result-calendar input[type="submit"]:hover {
  background: #ffdd38; }

/**
START HOMEPAGE NEWSLETTER POP-UP
**/
.newsletter-subscribe-homepage-pop-up {
  background-image: url(../img/sign-up-pop-up-900x450.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  max-height: 450px;
  color: white;
  font-family: Arial, sans-serif;
  margin: auto;
  margin-top: 200px;
  line-height: initial; }

.newsletter-subscribe-homepage-pop-up .nshpu-tag-line {
  font-size: 2em;
  padding: 1% 0 0 10px;
  width: 100%;
  height: 10%; }

.nshpu-close {
  float: right;
  margin-right: 3%; }

.nshpu-right-container {
  padding-left: 45%; }

.nshpu-headline {
  font-size: 40px;
  font-weight: bold; }

.nshpu-sub-headline {
  font-size: 30px; }

.nshpu-email-input-container {
  padding: 20px 0 15px 0;
  width: 100%; }

.nshpu-button-opt-out-container {
  padding: 0;
  width: 100%;
  min-height: 50px; }

.nshpu-subscribe-email-input {
  text-transform: uppercase;
  font-size: 20px;
  width: 90%;
  padding: 10px; }

.nshpu-email-entry-button {
  width: 200px;
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  background-color: #ffd07a;
  border-radius: 2px;
  border: 2px solid #ffb626; }

.nshpu-email-entry-button, .nshpu-opt-out-box, .nshpu-opt-out-text {
  float: left; }

.nshpu-opt-out-box {
  margin-left: 10px;
  width: 25px;
  height: 25px; }

.nshpu-opt-out-text {
  padding-left: 5px;
  width: 210px;
  font-size: 20px; }

.nshpu-form {
  text-align: left; }

@media screen and (min-width: 900px) {
  .newsletter-subscribe-homepage-pop-up {
    width: 850px; } }
@media screen and (max-width: 850px) {
  .newsletter-subscribe-homepage-pop-up {
    width: 100%; }

  .newsletter-subscribe-homepage-pop-up .nshpu-tag-line {
    font-size: 1.3em; }

  .nshpu-headline {
    font-size: 30px;
    width: 350px; }

  .nshpu-sub-headline {
    font-size: 20px; }

  .nshpu-opt-out-text {
    max-width: 150px;
    font-size: 16px; }

  .nshpu-email-entry-button {
    width: 150px; } }
@media screen and (max-width: 700px) {
  .nshpu-headline {
    font-size: 25px;
    max-width: 300px; }

  .nshpu-sub-headline {
    font-size: 15px; }

  .nshpu-opt-out-text {
    max-width: 150px;
    font-size: 16px; }

  .nshpu-email-entry-button {
    width: 100px;
    height: 20px;
    font-size: 12px; }

  .nshpu-subscribe-email-input {
    font-size: 12px; }

  .nshpu-opt-out-box {
    width: 15px;
    height: 15px; } }
@media screen and (max-width: 600px) {
  .nshpu-button-opt-out-container {
    padding-left: 50px; }

  .nshpu-opt-out-box {
    clear: left; }

  .nshpu-opt-out-text {
    max-width: 100px;
    font-size: 12px; }

  .nshpu-email-entry-button {
    margin-bottom: 5px;
    margin-left: 10px; } }
@media screen and (max-width: 550px) {
  .newsletter-subscribe-homepage-pop-up {
    background-image: url(../img/subscription-popup-5-320x300.jpg);
    width: 320px;
    height: 300px;
    margin: auto;
    margin-top: 200px; }

  .newsletter-subscribe-homepage-pop-up .nshpu-tag-line {
    font-size: 1em;
    height: 25%; }

  .nshpu-headline {
    font-size: 16px;
    max-width: 170px; }

  .nshpu-sub-headline {
    font-size: 13px; }

  .nshpu-opt-out-text {
    max-width: 150px;
    font-size: 16px; }

  .nshpu-email-entry-button {
    width: 100px;
    height: 20px;
    font-size: 12px;
    margin-left: 0; }

  .nshpu-subscribe-email-input {
    font-size: 10px;
    height: 20px;
    margin-left: 0; }

  .nshpu-opt-out-box {
    width: 15px;
    height: 15px; }

  .nshpu-close {
    margin-right: 6%; }

  .nshpu-email-input-container {
    padding-top: 10px;
    padding-bottom: 5px; }

  .nshpu-button-opt-out-container {
    padding-left: 0; }

  .nshpu-right-container {
    padding-left: 35%; } }
/**
END HOMEPAGE NEWSLETTER POP-UP
**/
/*
Show Picks
*/
.k2-show-pick-sponsored-by {
  position: absolute;
  right: 0;
  top: -32px;
  width: 130px; }
  .k2-show-pick-sponsored-by a {
    color: white; }
  .k2-show-pick-sponsored-by .k2-show-pick-sponsored-by-text {
    font-size: 9px;
    top: 22px;
    left: 43px;
    position: absolute;
    margin: 0;
    z-index: 99;
    display: block !important; }
  .k2-show-pick-sponsored-by img {
    position: absolute;
    right: 2px;
    top: 44px;
    width: 80px; }

/*
Show Picks End
*/
.sub-menu-sponsors {
  width: 566px; }
  .sub-menu-sponsors .menu-sponsors {
    position: relative;
    width: 328px;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    background: rgba(0, 47, 159, 0.65);
    padding: 8px 0; }
    .sub-menu-sponsors .menu-sponsors__header {
      display: block;
      width: 100%;
      padding: 2px 0 0 16px;
      font: 18px/26px "ProximaNovaReg", sans-serif;
      font: 1.8rem/2.6rem "ProximaNovaReg", sans-serif; }
    .sub-menu-sponsors .menu-sponsors__sponsors {
      padding: 0 8px;
      height: 184px;
      overflow: hidden;
      position: relative; }
      .sub-menu-sponsors .menu-sponsors__sponsors a {
        display: inline-block;
        background: #ffffff;
        margin: 8px;
        padding: 12px 0 !important;
        line-height: 0 !important;
        width: 140px; }
        .sub-menu-sponsors .menu-sponsors__sponsors a:hover {
          background: #ffffff !important;
          border-radius: 0 !important; }
        .sub-menu-sponsors .menu-sponsors__sponsors a img {
          width: 100%; }
  .sub-menu-sponsors ul {
    display: inline-block !important;
    vertical-align: top;
    width: 230px;
    padding: 0 0 0 4px !important; }

.trending-now-video {
  margin-bottom: 0;
  max-width: 1280px; }

.wrapper--watch-page {
  border-top: none;
  margin-top: 0; }
  .wrapper--watch-page .wrapper__left-sidebar
  .wrapper__right-sidebar {
    display: block;
    padding: 0 10px; }
  .wrapper--watch-page .wrapper__right-sidebar {
    display: block;
    padding: 0 10px 10px 10px; }
  .wrapper--watch-page .wrapper__left-sidebar h2 {
    font: 16px/16px "ProximaNovaSbold", sans-serif;
    font: 1.6rem/1.6rem "ProximaNovaSbold", sans-serif;
    margin: 10px 0 0 20px;
    text-transform: uppercase; }
  .wrapper--watch-page .wrapper__right-content,
  .wrapper--watch-page .wrapper__left-content {
    width: 100%;
    padding: 10px;
    position: relative; }
  .wrapper--watch-page .video-media {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 0; }
    .wrapper--watch-page .video-media img,
    .wrapper--watch-page .video-media iframe,
    .wrapper--watch-page .video-media object,
    .wrapper--watch-page .video-media embed,
    .wrapper--watch-page .video-media .video_player_object,
    .wrapper--watch-page .video-media .kplayer {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .wrapper--watch-page .video-media .controls {
      width: 100%; }
    .wrapper--watch-page .video-media video {
      width: 100%;
      height: -moz-calc(100% - 30px);
      height: -o-calc(100% - 30px);
      height: -webkit-calc(100% - 30px);
      height: calc(100% - 30px); }
    .wrapper--watch-page .video-media__blur {
      background: #000000;
      margin: 0;
      width: 100%;
      -webkit-filter: blur(5px) opacity(0.6);
      filter: url(#image-blur) opacity(0.6);
      zoom: 1; }
    .wrapper--watch-page .video-media__login-required div h1 {
      letter-spacing: -.02rem;
      margin: 0;
      font: 35px/40px "ProximaNovaSbold", sans-serif;
      font: 3.5rem/4rem "ProximaNovaSbold", sans-serif; }
    .wrapper--watch-page .video-media__image-blur {
      width: 100%;
      height: 100%;
      position: absolute; }
  .wrapper--watch-page .on-demand-html5 {
    padding-bottom: -moz-calc(56.25% + 30px);
    padding-bottom: -o-calc(56.25% + 30px);
    padding-bottom: -webkit-calc(56.25% + 30px);
    padding-bottom: calc(56.25% + 30px); }
  .wrapper--watch-page .video-media.video-media--blur img {
    width: auto; }
  .wrapper--watch-page .video-media--blur {
    background: #000000;
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0; }
  .wrapper--watch-page .video-media--blur .video-media__login-required {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(29, 49, 99, 0.5);
    color: #ffffff;
    text-align: center; }
  .wrapper--watch-page .video-media--blur .video-media__login-required div {
    width: 80%;
    margin: auto;
    padding: 14% 0; }
  .wrapper--watch-page .prev-next {
    margin: 0;
    font-size: 0;
    line-height: 0; }
    .wrapper--watch-page .prev-next__prev, .wrapper--watch-page .prev-next__next {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 50%;
      border: 1px solid #e6e6e6;
      background: #f3f3f3;
      height: 99px;
      overflow: hidden; }
      .wrapper--watch-page .prev-next__prev a, .wrapper--watch-page .prev-next__next a {
        padding: 12px;
        display: block;
        -webkit-transition: background-color 0.2s ease-out;
        -moz-transition: background-color 0.2s ease-out;
        -o-transition: background-color 0.2s ease-out;
        transition: background-color 0.2s ease-out; }
        .wrapper--watch-page .prev-next__prev a div.prev-next-fade, .wrapper--watch-page .prev-next__next a div.prev-next-fade {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: url("../img/temp-watch-page/prev-next-fade.png");
          background-position: bottom;
          background-repeat: repeat-x; }
        .wrapper--watch-page .prev-next__prev a div h3, .wrapper--watch-page .prev-next__next a div h3 {
          font: 16px/18px "ProximaNovaSbold", sans-serif;
          font: 1.6rem/1.8rem "ProximaNovaSbold", sans-serif;
          color: #333333;
          margin: 0; }
        .wrapper--watch-page .prev-next__prev a div span, .wrapper--watch-page .prev-next__next a div span {
          display: inline-block;
          font: 14px/14px "ProximaNovaSbold", sans-serif;
          font: 1.4rem/1.4rem "ProximaNovaSbold", sans-serif;
          text-transform: uppercase;
          color: #adadad;
          margin: 0 0 4px 0; }
        .wrapper--watch-page .prev-next__prev a:hover, .wrapper--watch-page .prev-next__next a:hover {
          background: #e9e9e9; }
          .wrapper--watch-page .prev-next__prev a:hover div h3, .wrapper--watch-page .prev-next__next a:hover div h3 {
            font: 16px/18px "ProximaNovaSbold", sans-serif;
            font: 1.6rem/1.8rem "ProximaNovaSbold", sans-serif;
            color: #333333;
            margin: 0; }
          .wrapper--watch-page .prev-next__prev a:hover div span, .wrapper--watch-page .prev-next__next a:hover div span {
            display: inline-block;
            font: 14px/14px "ProximaNovaSbold", sans-serif;
            font: 1.4rem/1.4rem "ProximaNovaSbold", sans-serif;
            text-transform: uppercase;
            color: #adadad;
            margin: 0 0 4px 0; }
      .wrapper--watch-page .prev-next__prev figure, .wrapper--watch-page .prev-next__next figure {
        position: relative;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
        width: 130px; }
        .wrapper--watch-page .prev-next__prev figure img, .wrapper--watch-page .prev-next__next figure img {
          width: 100%; }
        .wrapper--watch-page .prev-next__prev figure i, .wrapper--watch-page .prev-next__next figure i {
          position: absolute;
          bottom: 2px;
          right: 6px;
          font-size: 40px;
          font-size: 4rem;
          color: #ffffff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .wrapper--watch-page .prev-next__prev {
      border-right: 1px solid #e6e6e6; }
      .wrapper--watch-page .prev-next__prev figure {
        float: left;
        margin: 0 12px 0 0; }
    .wrapper--watch-page .prev-next__next figure {
      float: right;
      margin: 0 0 0 12px; }
  .wrapper--watch-page .video-article {
    width: 100%;
    height: 100%; }
    .wrapper--watch-page .video-article h1 {
      font: 36px/36px "ProximaNovaSbold", sans-serif;
      font: 3.6rem/3.6rem "ProximaNovaSbold", sans-serif;
      color: #333333;
      margin: 12px 0 0 0; }
    .wrapper--watch-page .video-article__description--streaming-issues {
      font-style: italic;
      color: #9b9b9b; }
    .wrapper--watch-page .video-article__description p:first-child {
      margin-top: 12px; }
    .wrapper--watch-page .video-article__sharing {
      margin: 0 0 20px 0;
      font-size: 0;
      line-height: 0; }
      .wrapper--watch-page .video-article__sharing div {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 6px 50%;
        background-size: 24px;
        border-radius: 0;
        line-height: 36px;
        line-height: 3.6rem;
        padding: 0 16px;
        cursor: pointer;
        height: 36px;
        font-size: 16px;
        font-size: 1.6rem; }
        .wrapper--watch-page .video-article__sharing div:first-child {
          border-radius: 2px 0 0 2px; }
        .wrapper--watch-page .video-article__sharing div:last-child {
          border-radius: 0 2px 2px 0; }
        .wrapper--watch-page .video-article__sharing div span {
          color: #ffffff;
          padding: 0 0 0 18px;
          font: 10px/36px "ProximaNovaSbold", sans-serif;
          font: 1rem/3.6rem "ProximaNovaSbold", sans-serif;
          text-transform: uppercase;
          vertical-align: middle;
          position: relative; }
    .wrapper--watch-page .video-article__comments {
      margin: 20px 0 0 0; }
  .wrapper--watch-page .other-videos {
    position: relative;
    display: block;
    vertical-align: top;
    width: -moz-calc(100% + 20px);
    width: -o-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    padding: 0;
    margin: 0 0 60px -10px;
    font-size: 0;
    line-height: 0; }
    .wrapper--watch-page .other-videos h2 {
      font: 16px/33px "ProximaNovaSbold", sans-serif;
      font: 1.6rem/3.3rem "ProximaNovaSbold", sans-serif;
      margin: 0 0 0 10px;
      text-transform: uppercase; }
    .wrapper--watch-page .other-videos__pagination {
      position: absolute;
      bottom: -40px;
      right: 10px;
      line-height: 0;
      font-size: 0; }
    .wrapper--watch-page .other-videos__pagination-prev, .wrapper--watch-page .other-videos__pagination-next {
      font: 16px/16px "ProximaNovaReg", sans-serif;
      font: 1.6rem/1.6rem "ProximaNovaReg", sans-serif;
      color: #ffffff;
      background: #a0acb4;
      display: inline-block;
      vertical-align: top;
      padding: 8px 14px;
      -webkit-transition: background-color 0.2s ease-out;
      -moz-transition: background-color 0.2s ease-out;
      -o-transition: background-color 0.2s ease-out;
      transition: background-color 0.2s ease-out;
      cursor: pointer; }
      .wrapper--watch-page .other-videos__pagination-prev:hover, .wrapper--watch-page .other-videos__pagination-next:hover {
        background: #7b8a94; }
      .wrapper--watch-page .other-videos__pagination-prev.disabled, .wrapper--watch-page .other-videos__pagination-next.disabled {
        background: #d7dfe5; }
    .wrapper--watch-page .other-videos__pagination-prev {
      border-radius: 2px 0 0 2px;
      border-right: 1px solid #f2f2f2; }
    .wrapper--watch-page .other-videos__pagination-next {
      border-radius: 0 2px 2px 0; }
    .wrapper--watch-page .other-videos__other-video {
      position: relative;
      margin: 10px;
      display: inline-block;
      vertical-align: top;
      width: -moz-calc(50% - 20px);
      width: -o-calc(50% - 20px);
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px); }
      .wrapper--watch-page .other-videos__other-video a {
        color: #333333; }
      .wrapper--watch-page .other-videos__other-video figure {
        position: relative;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0; }
        .wrapper--watch-page .other-videos__other-video figure img {
          width: 100%; }
        .wrapper--watch-page .other-videos__other-video figure i {
          position: absolute;
          bottom: 0;
          right: 8px;
          font-size: 40px;
          font-size: 4rem;
          color: #ffffff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
      .wrapper--watch-page .other-videos__other-video h3 {
        font: 16px/20px "ProximaNovaSbold", sans-serif;
        font: 1.6rem/2rem "ProximaNovaSbold", sans-serif;
        margin: 6px 0 0 0;
        padding: 0; }
  .wrapper--watch-page .related-videos-wrapper {
    background: #333333;
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin: 0; }
  .wrapper--watch-page .related-videos {
    padding: 0;
    font-size: 0;
    line-height: 0; }
    .wrapper--watch-page .related-videos__related-video {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 0; }
      .wrapper--watch-page .related-videos__related-video a {
        position: relative; }
      .wrapper--watch-page .related-videos__related-video figure {
        position: relative;
        margin: 0;
        padding: 8px 16px;
        font-size: 0;
        line-height: 0; }
        .wrapper--watch-page .related-videos__related-video figure img {
          width: 0;
          height: 0;
          position: relative;
          top: 0;
          left: 0;
          -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
          transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1); }
          .wrapper--watch-page .related-videos__related-video figure img.show {
            width: 100%;
            height: auto; }
        .wrapper--watch-page .related-videos__related-video figure i {
          position: absolute;
          bottom: 10px;
          right: 22px;
          font-size: 40px;
          font-size: 4rem;
          color: #ffffff;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
    .wrapper--watch-page .related-videos__related-video-overlay {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      padding: 14px 22px;
      width: 100%;
      height: 100%;
      background: rgba(51, 51, 51, 0.8);
      font: 12px/14px "ProximaNovaSbold", sans-serif;
      font: 1.2rem/1.4rem "ProximaNovaSbold", sans-serif;
      color: #ffffff; }
    .wrapper--watch-page .related-videos__related-video-play {
      position: absolute;
      bottom: 12px;
      right: 24px;
      color: #ffffff;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
      font-size: 30px;
      font-size: 3rem;
      z-index: 99; }
      @media screen and (min-width: 680px) {
        .wrapper--watch-page .related-videos__related-video-play {
          font-size: 44px;
          font-size: 4.4rem; } }
      @media screen and (min-width: 1000px) {
        .wrapper--watch-page .related-videos__related-video-play {
          font-size: 60px;
          font-size: 6rem; } }
    .wrapper--watch-page .related-videos__related-video a:hover > .related-videos__related-video-overlay {
      display: block; }
  .wrapper--watch-page .chat {
    position: relative; }
  .wrapper--watch-page #chat-initiate {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #e6e6e6;
    cursor: pointer; }
  .wrapper--watch-page .chat-initiate__button {
    position: absolute;
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -30%;
    width: 60%;
    height: 40px;
    background: #4e4e4e;
    border-bottom: 2px solid #333333;
    color: #ffffff;
    text-align: center;
    border-radius: 2px;
    line-height: 40px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
    .wrapper--watch-page .chat-initiate__button:hover {
      background: #787878;
      border-bottom: 2px solid #4e4e4e; }
  .wrapper--watch-page #chat-window {
    height: -moz-calc(100% - 86px);
    height: -o-calc(100% - 86px);
    height: -webkit-calc(100% - 86px);
    height: calc(100% - 86px);
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid #c1c1c1;
    padding: 6px;
    display: none; }
  .wrapper--watch-page .chat-message {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 4px 0; }
  .wrapper--watch-page .chat-user {
    color: #515151; }
  .wrapper--watch-page .chat-self {
    color: #009900;
    font-weight: bold; }
  .wrapper--watch-page .chat-admin {
    color: #0989ff;
    font-weight: bold; }
  .wrapper--watch-page .chat-input {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: none; }
  .wrapper--watch-page #chat-msg {
    padding: 6px;
    height: 50px;
    resize: none;
    font-size: 14px;
    font-size: 1.4rem; }
  .wrapper--watch-page .enter-send-wrapper {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: right; }
  .wrapper--watch-page .enter-send-wrapper {
    line-height: 26px;
    font-size: 14px; }
  .wrapper--watch-page .enter-send {
    display: inline-block; }
  .wrapper--watch-page #chat-send {
    height: 26px;
    margin: 0 0 0 10px;
    vertical-align: bottom;
    padding: 0 12px;
    display: inline-block;
    line-height: 26px;
    border-radius: 2px;
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out; }
  .wrapper--watch-page #chat-send:hover {
    background: #515151;
    color: #ffffff; }
  .wrapper--watch-page #chat-catch-up {
    font-size: 14px;
    font-size: 1.4rem;
    width: 80%;
    text-align: center;
    position: absolute;
    margin: -50px 0 0 10%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    border-radius: 4px;
    cursor: pointer;
    padding: 5px;
    display: none; }
  .wrapper--watch-page .video-sponsors-grid {
    line-height: 0;
    font-size: 0; }
    .wrapper--watch-page .video-sponsors-grid p {
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 25px;
      line-height: 2.5rem; }
    .wrapper--watch-page .video-sponsors-grid .show-picks-sponsors-grid {
      margin: 20px 0 0 0; }
      .wrapper--watch-page .video-sponsors-grid .show-picks-sponsors-grid a {
        display: block; }
  .wrapper--watch-page #taboola-belowvideo {
    margin: 20px 0 0 0; }
  @media screen and (max-width: 679px) {
    .wrapper--watch-page .hide-mobile {
      display: none; } }
  @media screen and (min-width: 680px) {
    .wrapper--watch-page .video-article h1 {
      font: 42px/42px "ProximaNovaSbold", sans-serif;
      font: 4.2rem/4.2rem "ProximaNovaSbold", sans-serif; }
    .wrapper--watch-page .related-videos__related-video-overlay {
      padding: 18px 28px;
      font: 16px/20px "ProximaNovaSbold", sans-serif;
      font: 1.6rem/2rem "ProximaNovaSbold", sans-serif; }
    .wrapper--watch-page .other-videos__other-video {
      width: -moz-calc(33.333% - 20px);
      width: -o-calc(33.333% - 20px);
      width: -webkit-calc(33.333% - 20px);
      width: calc(33.333% - 20px); }
      .wrapper--watch-page .other-videos__other-video figure i {
        font-size: 60px;
        font-size: 6rem; }
    .wrapper--watch-page .related-videos__related-video {
      width: 33.333%; }
    .wrapper--watch-page .video-media__login-required {
      position: absolute; }
      .wrapper--watch-page .video-media__login-required div {
        width: 60%; }
    .wrapper--watch-page .wrapper__left-sidebar {
      padding: 0 10px; } }
  @media screen and (min-width: 680px) and (max-width: 999px) {
    .wrapper--watch-page .hide-tablet {
      display: none; } }
  @media screen and (min-width: 1000px) {
    .wrapper--watch-page .wrapper__left-sidebar,
    .wrapper--watch-page .wrapper__left-sidebar:before {
      width: 370px; }
    .wrapper--watch-page .wrapper__left-sidebar {
      float: left;
      padding: 30px 34px; }
      .wrapper--watch-page .wrapper__left-sidebar:before {
        content: '';
        position: absolute;
        top: 50px;
        bottom: 0;
        left: 368px;
        border-right: 2px solid #e6e6e6;
        width: 2px; }
      .wrapper--watch-page .wrapper__left-sidebar h2 {
        margin: 0 0 0 20px; }
    .wrapper--watch-page .wrapper__right-content,
    .wrapper--watch-page .wrapper__right-content:before {
      width: -moz-calc(100% - 370px);
      width: -o-calc(100% - 370px);
      width: -webkit-calc(100% - 370px);
      width: calc(100% - 370px); }
    .wrapper--watch-page .wrapper__right-content {
      float: right;
      padding: 30px; }
      .wrapper--watch-page .wrapper__right-content:before {
        content: '';
        position: absolute;
        top: 50px;
        bottom: 0;
        z-index: -1;
        left: 370px; }
    .wrapper--watch-page .wrapper__left-content,
    .wrapper--watch-page .wrapper__left-content:before {
      width: -moz-calc(100% - 370px);
      width: -o-calc(100% - 370px);
      width: -webkit-calc(100% - 370px);
      width: calc(100% - 370px); }
    .wrapper--watch-page .wrapper__left-content {
      float: left;
      padding: 30px; }
      .wrapper--watch-page .wrapper__left-content:before {
        content: '';
        position: absolute;
        top: 50px;
        bottom: 0;
        z-index: -1;
        left: -moz-calc(100% - 370px);
        left: -o-calc(100% - 370px);
        left: -webkit-calc(100% - 370px);
        left: calc(100% - 370px); }
    .wrapper--watch-page .wrapper__right-sidebar,
    .wrapper--watch-page .wrapper__right-sidebar:before {
      width: 370px; }
    .wrapper--watch-page .wrapper__right-sidebar {
      float: right;
      padding: 30px 34px; }
      .wrapper--watch-page .wrapper__right-sidebar:before {
        content: '';
        position: absolute;
        top: 50px;
        bottom: 0;
        right: 0;
        border-left: 2px solid #e6e6e6; }
    .wrapper--watch-page .video-media.video-media--blur img {
      width: 100%; }
    .wrapper--watch-page .video-media--blur {
      margin: -30px 0 0 -30px;
      width: -moz-calc(100% + 60px);
      width: -o-calc(100% + 60px);
      width: -webkit-calc(100% + 60px);
      width: calc(100% + 60px); }
      .wrapper--watch-page .video-media--blur .video-media__login-required div {
        width: 70%; } }
  @media screen and (min-width: 1000px) and (max-width: 1160px) {
    .wrapper--watch-page .video-media.video-media--blur img {
      width: auto; }
    .wrapper--watch-page .video-media--blur {
      height: auto;
      padding: 0; }
      .wrapper--watch-page .video-media--blur .video-media__login-required {
        position: relative; }
        .wrapper--watch-page .video-media--blur .video-media__login-required div {
          width: 80%; }
    .wrapper--watch-page .related-videos__related-video-overlay {
      padding: 18px 28px;
      font: 12px/14px "ProximaNovaSbold", sans-serif;
      font: 1.2rem/1.4rem "ProximaNovaSbold", sans-serif; } }

.wrapper--videos-search-results .wrapper__left-content {
  padding: 10px;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .wrapper--videos-search-results .wrapper__left-content {
      width: 100%;
      height: 100%;
      padding: 30px;
      position: relative;
      display: table-cell;
      vertical-align: top; } }
  .wrapper--videos-search-results .wrapper__left-content .search-results-text {
    color: #4d525d;
    display: table-cell;
    font: 15px/18px "ProximaNovaReg", sans-serif;
    font: 1.5rem/1.8rem "ProximaNovaReg", sans-serif;
    vertical-align: top; }
    .wrapper--videos-search-results .wrapper__left-content .search-results-text h3 {
      font: 20px/20px "ProximaNovaSbold", sans-serif;
      font: 2rem/2rem "ProximaNovaSbold", sans-serif;
      margin: 0 0 10px 0; }
      .wrapper--videos-search-results .wrapper__left-content .search-results-text h3 a {
        color: #42494c;
        text-decoration: none;
        font-weight: normal; }
  .wrapper--videos-search-results .wrapper__left-content .results-header {
    display: inline-block; }
    .wrapper--videos-search-results .wrapper__left-content .results-header h1 {
      display: inline-block;
      font-size: 3rem;
      line-height: 3rem;
      margin: 0; }
  .wrapper--videos-search-results .wrapper__left-content .more-video-results-btn {
    cursor: pointer;
    display: block;
    margin: 10px 0 0 0;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
    background: #0a88ff;
    color: #ffffff;
    border-radius: 3px;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s; }
    .wrapper--videos-search-results .wrapper__left-content .more-video-results-btn:hover {
      background: #2e43ff; }
.wrapper--videos-search-results .wrapper__right-sidebar {
  padding: 10px;
  position: relative; }
  @media screen and (min-width: 1000px) {
    .wrapper--videos-search-results .wrapper__right-sidebar {
      width: 370px;
      height: 100%;
      padding: 30px 34px;
      border-left: 2px solid #e6e6e6;
      display: table-cell;
      vertical-align: top; } }

#admin-tools {
  margin: 20px;
  padding: 10px;
  text-transform: uppercase;
  background: #515151;
  border-radius: 2px;
  color: #ffffff;
  text-align: center; }

#admin-tools form {
  margin: 8px 0 0 0; }

#admin-tools p,
#admin-tools div {
  margin: 0;
  display: inline-block; }

#admin-tools a {
  color: #a1a1a1; }

#admin-tools a:hover {
  color: #ffffff;
  text-decoration: none; }

#admin-tools input,
#admin-tools select {
  display: inline-block;
  width: auto;
  color: #515151;
  vertical-align: middle; }

#admin-tools input {
  text-transform: uppercase;
  cursor: pointer; }

#admin-tools input:hover {
  background: #efefef; }

.square-ad--neg-margin {
  margin: -16px auto 0 auto;
  text-align: center;
  padding: 10px 0; }
  @media screen and (min-width: 1000px) {
    .square-ad--neg-margin {
      padding: 0 0 20px 0; } }

.square-ad--latest-video {
  margin: 0 auto !important;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #e6e6e6; }
  @media screen and (min-width: 680px) and (max-width: 999px) {
    .square-ad--latest-video {
      border: none; } }
  @media screen and (min-width: 1000px) {
    .square-ad--latest-video {
      padding: 20px 0; } }

.square-ad--neg-margin div,
.square-ad--latest-video div {
  margin: auto; }

.sidebar-latest-videos {
  margin: 0 0 0 -10px;
  width: -moz-calc(100% + 20px);
  width: -o-calc(100% + 20px);
  width: -webkit-calc(100% + 20px);
  width: calc(100% + 20px); }
  @media screen and (min-width: 680px) and (max-width: 999px) {
    .sidebar-latest-videos {
      width: -moz-calc(100% + 20px);
      width: -o-calc(100% + 20px);
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px);
      font-size: 0;
      line-height: 0; } }
  @media screen and (min-width: 1000px) {
    .sidebar-latest-videos {
      margin: 0 0 -30px -34px;
      width: -moz-calc(100% + 68px);
      width: -o-calc(100% + 68px);
      width: -webkit-calc(100% + 68px);
      width: calc(100% + 68px); } }
  .sidebar-latest-videos h2 {
    font: 16px/16px "ProximaNovaSbold", sans-serif;
    font: 1.6rem/1.6rem "ProximaNovaSbold", sans-serif;
    margin: 10px 0 0 20px;
    text-transform: uppercase; }
    @media screen and (min-width: 1000px) {
      .sidebar-latest-videos h2 {
        margin: 0 0 0 20px; } }
  .sidebar-latest-videos__video {
    border-bottom: 1px dashed #e6e6e6; }
    @media screen and (min-width: 680px) and (max-width: 999px) {
      .sidebar-latest-videos__video {
        margin: 10px;
        display: inline-block;
        vertical-align: top;
        width: -moz-calc(33.333% - 20px);
        width: -o-calc(33.333% - 20px);
        width: -webkit-calc(33.333% - 20px);
        width: calc(33.333% - 20px);
        border-bottom: none; } }
    .sidebar-latest-videos__video:last-child {
      border-bottom: none; }
    .sidebar-latest-videos__video a {
      display: block;
      padding: 10px 20px;
      color: #333333;
      font-size: 0;
      line-height: 0; }
      @media screen and (min-width: 680px) and (max-width: 999px) {
        .sidebar-latest-videos__video a {
          color: #333333;
          padding: 0; } }
      @media screen and (min-width: 1000px) {
        .sidebar-latest-videos__video a {
          padding: 20px; } }
    .sidebar-latest-videos__video figure {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 130px;
      margin: 0 14px 0 0;
      padding: 0;
      font-size: 0;
      line-height: 0; }
      @media screen and (min-width: 680px) and (max-width: 999px) {
        .sidebar-latest-videos__video figure {
          margin: 0;
          padding: 0;
          font-size: 0;
          line-height: 0;
          width: 100%; } }
      .sidebar-latest-videos__video figure img {
        width: 100%;
        border: 1px solid #e6e6e6; }
        @media screen and (min-width: 680px) and (max-width: 999px) {
          .sidebar-latest-videos__video figure img {
            width: 100%;
            border: none;
            height: auto; } }
      .sidebar-latest-videos__video figure i {
        position: absolute;
        bottom: 2px;
        right: 6px;
        font-size: 40px;
        font-size: 4rem;
        color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
        @media screen and (min-width: 680px) and (max-width: 999px) {
          .sidebar-latest-videos__video figure i {
            font-size: 60px;
            font-size: 6rem; } }
    .sidebar-latest-videos__video h3 {
      display: inline-block;
      vertical-align: top;
      font: 16px/20px "ProximaNovaSbold", sans-serif;
      font: 1.6rem/2rem "ProximaNovaSbold", sans-serif;
      margin: 0;
      padding: 0;
      width: -moz-calc(100% - 144px);
      width: -o-calc(100% - 144px);
      width: -webkit-calc(100% - 144px);
      width: calc(100% - 144px); }
      @media screen and (min-width: 680px) and (max-width: 999px) {
        .sidebar-latest-videos__video h3 {
          font: 16px/20px "ProximaNovaSbold", sans-serif;
          font: 1.6rem/2rem "ProximaNovaSbold", sans-serif;
          margin: 6px 0 0 0;
          padding: 0;
          width: 100%; } }

.pager-info {
  display: block;
  margin: 0 0 14px 0;
  text-align: right; }

.komando-results {
  margin: 14px 0 0 0; }

.komandotab-header {
  position: relative;
  font-size: 0;
  line-height: 0;
  background: url("../img/komandotab/header-bg.jpg") top left no-repeat;
  min-height: 250px;
  max-height: 396px; }
  @media screen and (min-width: 800px) {
    .komandotab-header {
      min-height: 310px; } }

.komandotab-header__kim img {
  position: absolute;
  bottom: 0;
  right: -40px;
  max-width: 260px; }
@media screen and (min-width: 680px) {
  .komandotab-header__kim img {
    bottom: 0;
    left: 120px; } }
@media screen and (min-width: 800px) {
  .komandotab-header__kim img {
    bottom: 0;
    left: 140px;
    max-width: 300px; } }
@media screen and (min-width: 1000px) {
  .komandotab-header__kim {
    position: relative;
    display: inline-block;
    width: 50%;
    text-align: right;
    vertical-align: bottom; }
    .komandotab-header__kim img {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      max-width: 100%; } }

.komandotab-header__logo {
  position: absolute;
  bottom: 10px;
  left: 28px;
  color: #ffffff; }
  .komandotab-header__logo span {
    display: block; }
    .komandotab-header__logo span span {
      display: inline-block; }
  @media screen and (min-width: 680px) {
    .komandotab-header__logo {
      text-align: center;
      right: 28px;
      left: auto; } }
  @media screen and (min-width: 1000px) {
    .komandotab-header__logo {
      position: relative;
      display: inline-block;
      width: 50%;
      vertical-align: bottom; } }

.logo__limited {
  font: 30px/30px "ProximaNovaLight", sans-serif;
  font: 3rem/3rem "ProximaNovaLight", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }
  @media screen and (min-width: 680px) {
    .logo__limited {
      font: 30px/30px "ProximaNovaLight", sans-serif;
      font: 3rem/3rem "ProximaNovaLight", sans-serif;
      text-shadow: none; } }
  @media screen and (min-width: 1000px) {
    .logo__limited {
      font: 55px/55px "ProximaNovaLight", sans-serif;
      font: 5.5rem/5.5rem "ProximaNovaLight", sans-serif; } }
  @media screen and (min-width: 1180px) {
    .logo__limited {
      font: 65px/65px "ProximaNovaLight", sans-serif;
      font: 6.5rem/6.5rem "ProximaNovaLight", sans-serif; } }

.logo__komandotab {
  font: 34px/34px "ProximaNovaLight", sans-serif;
  font: 3.4rem/3.4rem "ProximaNovaLight", sans-serif;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8); }
  @media screen and (min-width: 680px) {
    .logo__komandotab {
      font: 34px/34px "ProximaNovaLight", sans-serif;
      font: 3.4rem/3.4rem "ProximaNovaLight", sans-serif;
      text-shadow: none; } }
  @media screen and (min-width: 1000px) {
    .logo__komandotab {
      font: 66px/60px "ProximaNovaLight", sans-serif;
      font: 6.6rem/6rem "ProximaNovaLight", sans-serif; } }
  @media screen and (min-width: 1180px) {
    .logo__komandotab {
      font: 76px/70px "ProximaNovaLight", sans-serif;
      font: 7.6rem/7rem "ProximaNovaLight", sans-serif; } }

@media screen and (min-width: 680px) {
  .logo__tablet {
    font: 34px/34px "ProximaNovaLight", sans-serif;
    font: 3.4rem/3.4rem "ProximaNovaLight", sans-serif;
    margin: 0 0 20px 0; } }
@media screen and (min-width: 1000px) {
  .logo__tablet {
    font: 66px/60px "ProximaNovaLight", sans-serif;
    font: 6.6rem/6rem "ProximaNovaLight", sans-serif;
    margin: 0; } }
@media screen and (min-width: 1180px) {
  .logo__tablet {
    font: 76px/70px "ProximaNovaLight", sans-serif;
    font: 7.6rem/7rem "ProximaNovaLight", sans-serif; } }

@media screen and (min-width: 800px) {
  .logo__more-information {
    margin: 20px 0; } }

.komandotab-icons {
  font-size: 0;
  line-height: 0;
  background: #002664;
  border-top: 3px solid #06daff;
  border-bottom: 5px solid #06daff;
  padding: 20px; }
  @media screen and (min-width: 680px) {
    .komandotab-icons {
      padding: 10px 0; } }

.komandotab-icons__icon {
  font: 12px/14px "ProximaNovaBold", sans-serif;
  font: 1.2rem/1.4rem "ProximaNovaBold", sans-serif;
  color: #ffffff;
  text-transform: uppercase; }
  .komandotab-icons__icon img {
    display: inline-block;
    width: 40px;
    margin: 0 10px 10px 0;
    vertical-align: top; }
  .komandotab-icons__icon:last-child img {
    margin: 0 10px 0 0; }
  .komandotab-icons__icon span {
    display: inline-block;
    width: -moz-calc(100% - 60px);
    width: -o-calc(100% - 60px);
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    vertical-align: top;
    margin-top: 12px; }
  @media screen and (min-width: 680px) {
    .komandotab-icons__icon {
      display: inline-block;
      width: 20%;
      text-align: center;
      vertical-align: top;
      padding: 0 20px; }
      .komandotab-icons__icon img {
        width: auto;
        max-width: 100%;
        display: block;
        text-align: center;
        margin: 0 auto 10px auto; }
      .komandotab-icons__icon span {
        line-height: 14px; }
      .komandotab-icons__icon:last-child img {
        margin: 0 auto 10px auto; } }
  @media screen and (min-width: 1000px) {
    .komandotab-icons__icon {
      padding: 0 20px; } }

.komandotab-content {
  padding: 32px;
  font-size: 0;
  line-height: 0;
  background: url("../img/komandotab/content-bg.png") top left no-repeat; }

.komandotab-content__left {
  font: 20px/23px "ProximaNovaReg", sans-serif;
  font: 2rem/2.3rem "ProximaNovaReg", sans-serif; }
  .komandotab-content__left a {
    display: inline; }
  .komandotab-content__left img {
    max-width: 100%; }
  .komandotab-content__left p:first-of-type {
    margin-top: 0; }
  .komandotab-content__left .content-tab-image {
    margin-left: -3px; }
  .komandotab-content__left .content-tab-after-image {
    margin: -64px 0 0 0; }
  .komandotab-content__left .komandotab-faqs-toggle {
    margin: 0; }
  .komandotab-content__left a.more-information-button {
    display: inline-block !important; }
  .komandotab-content__left .video-bubble {
    font: 14px/16px "ProximaNovaReg", sans-serif;
    font: 1.4rem/1.6rem "ProximaNovaReg", sans-serif;
    background: #91a647;
    color: #ffffff;
    border-radius: 2px;
    padding: 10px; }
  .komandotab-content__left .mobile-video-container {
    margin: 16px 0; }
  .komandotab-content__left #mobile-video-message-from-kim {
    margin: 0 0 16px 0; }
  @media screen and (min-width: 680px) {
    .komandotab-content__left {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 32px; } }
  @media screen and (min-width: 1000px) {
    .komandotab-content__left .content-tab-after-image {
      margin: -100px 0 0 0; } }

.komandotab-content__right {
  font: 20px/23px "ProximaNovaReg", sans-serif;
  font: 2rem/2.3rem "ProximaNovaReg", sans-serif; }
  .komandotab-content__right a {
    display: inline; }
  .komandotab-content__right figure {
    margin: 30px 0; }
    .komandotab-content__right figure:first-child {
      margin-top: 0; }
    .komandotab-content__right figure:last-child {
      margin-bottom: 0; }
  .komandotab-content__right figure h3 {
    margin: 0 0 6px 0; }
  .komandotab-content__right figure figcaption a {
    font-weight: bold; }
  @media screen and (min-width: 680px) {
    .komandotab-content__right {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      padding: 32px; } }

.komandotab-name {
  display: inline-block;
  font-family: 'ProximaNovaBold' !important;
  text-transform: uppercase; }
  .komandotab-name span {
    font-family: 'ProximaNovaLight' !important; }

a.more-information-button {
  font: 30px/30px "ProximaNovaReg", sans-serif;
  font: 3rem/3rem "ProximaNovaReg", sans-serif;
  letter-spacing: -0.2px;
  color: #231f20;
  padding: 20px 16px;
  border-radius: 8px;
  background: #ffc40d;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s; }
  a.more-information-button:hover {
    color: #231f20;
    background: #ffd551; }
  @media screen and (min-width: 680px) {
    a.more-information-button {
      display: inline-block; } }

.komandotab-faqs-toggle {
  cursor: pointer; }
  .komandotab-faqs-toggle:hover {
    color: #0989ff; }

.komandotab-faqs {
  display: none; }

.kom-accordion-item {
  margin: 14px 0;
  border: 1px solid #e6e6e6;
  background: #fcfcfc;
  border-radius: 2px; }
  .kom-accordion-item:last-child {
    margin: 0; }

.kom-accordion-toggle {
  position: relative;
  cursor: pointer;
  padding: 8px 30px 8px 8px;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }
  .kom-accordion-toggle i {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -10px; }
  .kom-accordion-toggle:hover, .kom-accordion-toggle.active {
    color: #0989ff;
    background: #f2f2f2; }

.kom-accordion-content {
  display: none;
  padding: 8px;
  border-top: 1px solid #e6e6e6; }
  .kom-accordion-content p:first-child {
    margin-top: 0; }
  .kom-accordion-content p:last-child {
    margin-bottom: 0; }
  .kom-accordion-content .bold-highlight {
    font-weight: bold;
    color: #0989ff; }

.single-charts .content-full {
  overflow-x: scroll; }
  @media screen and (min-width: 1280px) {
    .single-charts .content-full {
      overflow-x: hidden; } }

.post-type-archive-charts .content-left .charts-list {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .post-type-archive-charts .content-left .charts-list:after {
    position: absolute;
    height: 1px;
    background: #e5e5e5;
    width: 50%;
    left: 25%;
    content: '';
    margin: 24px 0 0 0; }
  .post-type-archive-charts .content-left .charts-list:last-of-type {
    margin-bottom: 0; }
    .post-type-archive-charts .content-left .charts-list:last-of-type:after {
      display: none; }
  .post-type-archive-charts .content-left .charts-list__chart {
    margin: 20px 0; }
    .post-type-archive-charts .content-left .charts-list__chart:last-of-type {
      margin-bottom: 0; }
    .post-type-archive-charts .content-left .charts-list__chart h3 {
      margin: 0 0 4px 0; }
    .post-type-archive-charts .content-left .charts-list__chart .chart-list-thumbnail {
      width: 130px;
      margin: 0 20px 0 0;
      float: left; }
      .post-type-archive-charts .content-left .charts-list__chart .chart-list-thumbnail img {
        width: 130px; }

.identity-theft-center-banner {
  background: #e8e8e8;
  border-bottom: 1px solid #d0d0d0;
  font-size: 0;
  line-height: 0;
  padding: 20px 0; }
  .identity-theft-center-banner .id-logo {
    display: inline-block;
    width: 70%;
    vertical-align: middle; }
    .identity-theft-center-banner .id-logo a {
      display: block;
      padding: 0 20px;
      text-align: right; }
      .identity-theft-center-banner .id-logo a img {
        max-width: 100%; }
  .identity-theft-center-banner .ll-logo {
    display: inline-block;
    width: 30%;
    border-left: 2px solid #808080;
    vertical-align: middle; }
    .identity-theft-center-banner .ll-logo a {
      display: block;
      padding: 0 20px;
      text-align: left; }
      .identity-theft-center-banner .ll-logo a img {
        max-width: 100%; }

.identity-theft-center .content-left {
  padding: 0; }
  @media screen and (min-width: 680px) {
    .identity-theft-center .content-left .grid {
      padding: 15px 20px; } }
  .identity-theft-center .content-left .grid-item {
    min-width: 250px; }
    @media screen and (min-width: 680px) {
      .identity-theft-center .content-left .grid-item {
        min-width: 250px;
        width: -moz-calc(50% - 20px);
        width: -o-calc(50% - 20px);
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px);
        margin: 10px; } }
    @media screen and (min-width: 1220px) {
      .identity-theft-center .content-left .grid-item {
        width: -moz-calc(33.333333% - 20px);
        width: -o-calc(33.333333% - 20px);
        width: -webkit-calc(33.333333% - 20px);
        width: calc(33.333333% - 20px); } }
    @media screen and (min-width: 1000px) {
      .identity-theft-center .content-left .grid-item h3 {
        line-height: 26px;
        line-height: 2.6rem;
        font-size: 22px;
        font-size: 2.2rem; } }
  .identity-theft-center .content-left .kom-identity-theft-slider {
    padding: 10px 10px 0 10px; }
    .identity-theft-center .content-left .kom-identity-theft-slider #slider-images .bx-caption {
      padding: 10px;
      font: 20px/20px "ProximaNovaReg", sans-serif;
      font: 2rem/2rem "ProximaNovaReg", sans-serif;
      color: #ffffff; }
      @media screen and (min-width: 680px) {
        .identity-theft-center .content-left .kom-identity-theft-slider #slider-images .bx-caption {
          font: 30px/30px "ProximaNovaReg", sans-serif;
          font: 3rem/3rem "ProximaNovaReg", sans-serif; } }
    .identity-theft-center .content-left .kom-identity-theft-slider #slider-thumbs {
      padding: 10px 0 0 0; }
      @media screen and (min-width: 1000px) {
        .identity-theft-center .content-left .kom-identity-theft-slider #slider-thumbs {
          padding: 20px 0 0 0; } }
    @media screen and (min-width: 1000px) {
      .identity-theft-center .content-left .kom-identity-theft-slider {
        padding: 30px 30px 0 30px; } }

.identity-theft-assessment .content-full {
  padding: 0; }
  .identity-theft-assessment .content-full .idtc-assessment {
    position: relative; }
    .identity-theft-assessment .content-full .idtc-assessment__kim {
      position: absolute;
      top: 0;
      left: 0;
      width: 220px; }
      .identity-theft-assessment .content-full .idtc-assessment__kim img {
        width: 100%;
        height: auto; }
      @media screen and (min-width: 1000px) {
        .identity-theft-assessment .content-full .idtc-assessment__kim {
          width: 350px; } }
    .identity-theft-assessment .content-full .idtc-assessment__header {
      background: #00175b url("../img/full-width-dark-blue-bg.jpg") top center no-repeat;
      padding: 10px;
      color: #ffffff; }
      .identity-theft-assessment .content-full .idtc-assessment__header p {
        margin: 0;
        font: 24px/24px "ProximaNovaSbold", sans-serif;
        font: 2.4rem/2.4rem "ProximaNovaSbold", sans-serif; }
        @media screen and (min-width: 680px) {
          .identity-theft-assessment .content-full .idtc-assessment__header p {
            font: 34px/34px "ProximaNovaSbold", sans-serif;
            font: 3.4rem/3.4rem "ProximaNovaSbold", sans-serif; } }
      @media screen and (min-width: 680px) {
        .identity-theft-assessment .content-full .idtc-assessment__header {
          padding: 20px 60px 20px 220px; } }
      @media screen and (min-width: 1000px) {
        .identity-theft-assessment .content-full .idtc-assessment__header {
          padding: 20px 60px 20px 360px; } }
    .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-progress {
      margin: 10px;
      display: block;
      height: 14px;
      background: #c2c2c2;
      position: relative; }
      .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-progress__bar {
        position: absolute;
        height: 14px;
        left: 0;
        width: 4px;
        background: #0399e7; }
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-progress__bar:after {
          bottom: 100%;
          right: 0;
          content: ' ';
          height: 0;
          width: 0;
          position: absolute;
          pointer-events: none;
          border-bottom: 4px solid #0399e7;
          border-left: 4px solid transparent; }
      .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-progress__count {
        position: absolute;
        top: -20px;
        left: -8px;
        color: #6f6f6f; }
      @media screen and (min-width: 680px) {
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-progress {
          margin: 20px 60px 20px 220px; } }
      @media screen and (min-width: 1000px) {
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-progress {
          margin: 20px 60px 20px 360px; } }
    .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form {
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 24px;
      line-height: 2.4rem;
      position: relative;
      padding: 10px; }
      .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form__questions-container {
        position: relative; }
      .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question {
        width: 100%;
        padding: 0;
        margin: 0 0 40px 0; }
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question .identity-theft-question__text {
          margin: 0 0 16px 0; }
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question__prev-question, .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question__next-question {
          display: inline-block;
          background: #0399e7;
          color: #ffffff;
          padding: 0 16px;
          border-radius: 3px;
          margin-top: 20px;
          font: 16px/32px "ProximaNovaReg", sans-serif;
          font: 1.6rem/3.2rem "ProximaNovaReg", sans-serif; }
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question__prev-question {
          margin-left: 20px;
          float: left; }
          @media screen and (min-width: 680px) {
            .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question__prev-question {
              margin-left: 40px;
              float: left; } }
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question__next-question {
          margin-right: 20px;
          float: right; }
          @media screen and (min-width: 680px) {
            .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question__next-question {
              margin-right: 40px;
              float: right; } }
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question .identity-theft-answer {
          font-size: 16px;
          font-size: 1.6rem;
          margin: 0 0 0 20px; }
          .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question .identity-theft-answer div {
            display: inline; }
            .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question .identity-theft-answer div .identity-theft-question__input input {
              width: 18px;
              height: 18px;
              margin: 2px 12px 0 0;
              vertical-align: top; }
          @media screen and (min-width: 680px) {
            .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form .identity-theft-question .identity-theft-answer {
              margin: 0 0 0 40px; } }
      .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form__button {
        visibility: hidden;
        text-align: center; }
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form__button button {
          background: #d5d5d5;
          border-radius: 2px;
          padding: 0 40px;
          margin: 14px 0;
          line-height: 48px;
          line-height: 4.8rem;
          -webkit-transition: background 0.2s;
          -moz-transition: background 0.2s;
          -o-transition: background 0.2s;
          transition: background 0.2s; }
          .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form__button button:hover {
            background: #a2a2a2; }
      @media screen and (min-width: 680px) {
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form {
          padding: 20px 60px 20px 220px; } }
      @media screen and (min-width: 1000px) {
        .identity-theft-assessment .content-full .idtc-assessment .idtc-assessment-form {
          padding: 20px 60px 20px 360px; } }
    .identity-theft-assessment .content-full .idtc-assessment .error {
      padding: 14px;
      text-align: center;
      color: #e52323;
      background: #ffffff;
      border-radius: 4px;
      border-bottom: 2px solid #e52323;
      -webkit-transition: background 0.2s;
      -moz-transition: background 0.2s;
      -o-transition: background 0.2s;
      transition: background 0.2s; }
  .identity-theft-assessment .content-full .idtc-spinner {
    display: none;
    background: #00175b url("../img/full-width-dark-blue-bg.jpg") top center no-repeat;
    padding: 10px;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 24px;
    line-height: 2.4rem; }
    @media screen and (min-width: 680px) {
      .identity-theft-assessment .content-full .idtc-spinner {
        padding: 30px 60px; } }
  .identity-theft-assessment .content-full .idtc-results {
    display: none;
    padding: 0;
    position: relative; }
    .identity-theft-assessment .content-full .idtc-results p:first-child {
      margin-top: 0; }
    .identity-theft-assessment .content-full .idtc-results p:last-child {
      margin-bottom: 0; }
    .identity-theft-assessment .content-full .idtc-results__kim {
      position: absolute;
      top: 0;
      left: 0;
      width: 220px; }
      .identity-theft-assessment .content-full .idtc-results__kim img {
        width: 100%;
        height: auto; }
      @media screen and (min-width: 1000px) {
        .identity-theft-assessment .content-full .idtc-results__kim {
          width: 350px; } }
    .identity-theft-assessment .content-full .idtc-results__header {
      background: #00175b url("../img/full-width-dark-blue-bg.jpg") top center no-repeat;
      padding: 10px;
      color: #ffffff; }
      .identity-theft-assessment .content-full .idtc-results__header h2 {
        margin-top: 0;
        font: 28px/32px "ProximaNovaBold", sans-serif;
        font: 2.8rem/3.2rem "ProximaNovaBold", sans-serif; }
      .identity-theft-assessment .content-full .idtc-results__header .risk-probability {
        position: relative;
        overflow: hidden;
        padding: 2px 0; }
        .identity-theft-assessment .content-full .idtc-results__header .risk-probability__indicator-top {
          position: absolute;
          width: 24px;
          height: 2px;
          background: #7E7E7E;
          top: 0;
          left: 0;
          margin-left: -24px; }
          .identity-theft-assessment .content-full .idtc-results__header .risk-probability__indicator-top:after {
            top: 0;
            left: 50%;
            border: solid transparent;
            content: '';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-top-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
        .identity-theft-assessment .content-full .idtc-results__header .risk-probability__indicator-bottom {
          position: absolute;
          width: 24px;
          height: 2px;
          background: #7E7E7E;
          bottom: 0;
          left: 0;
          margin-left: -24px; }
          .identity-theft-assessment .content-full .idtc-results__header .risk-probability__indicator-bottom:after {
            bottom: 0;
            left: 50%;
            border: solid transparent;
            content: '';
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
        .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board {
          line-height: 0;
          font-size: 0;
          width: 100%;
          margin: 0; }
          .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .low-risk {
            position: absolute;
            left: 4%;
            font: 14px/18px "ProximaNovaBold", sans-serif;
            font: 1.4rem/1.8rem "ProximaNovaBold", sans-serif;
            text-transform: uppercase;
            background: rgba(255, 255, 255, 0.3);
            padding: 0 8px;
            top: 16px; }
          .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .high-risk {
            position: absolute;
            right: 4%;
            font: 14px/18px "ProximaNovaBold", sans-serif;
            font: 1.4rem/1.8rem "ProximaNovaBold", sans-serif;
            text-transform: uppercase;
            background: rgba(255, 255, 255, 0.3);
            padding: 0 8px;
            top: 16px; }
          .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors {
            width: 8.333%;
            height: 50px;
            display: inline-block;
            vertical-align: top; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.blue-1 {
              background: #3ea9f5; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.blue-2 {
              background: #3e8af5; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.blue-3 {
              background: #3e6cf5; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.yellow-1 {
              background: #fff06c; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.yellow-2 {
              background: #ffea1b; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.yellow-3 {
              background: #ffca05; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.orange-1 {
              background: #ffa358; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.orange-2 {
              background: #ff8d2f; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.orange-3 {
              background: #e47518; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.red-1 {
              background: #d24224; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.red-2 {
              background: #b81209; }
            .identity-theft-assessment .content-full .idtc-results__header .risk-probability__board .board-colors.red-3 {
              background: #e4150d; }
      @media screen and (min-width: 680px) {
        .identity-theft-assessment .content-full .idtc-results__header {
          padding: 30px 60px 30px 220px; } }
      @media screen and (min-width: 1000px) {
        .identity-theft-assessment .content-full .idtc-results__header {
          padding: 30px 60px 30px 360px; } }
    .identity-theft-assessment .content-full .idtc-results__body {
      padding: 10px; }
      .identity-theft-assessment .content-full .idtc-results__body .idtc-share {
        text-transform: uppercase;
        color: #949494;
        font: 18px/22px "ProximaNovaBold", sans-serif;
        font: 1.8rem/2.2rem "ProximaNovaBold", sans-serif;
        margin: 36px 0 0 0; }
        .identity-theft-assessment .content-full .idtc-results__body .idtc-share p {
          margin: 0; }
        .identity-theft-assessment .content-full .idtc-results__body .idtc-share__facebook, .identity-theft-assessment .content-full .idtc-results__body .idtc-share__twitter {
          color: #ffffff;
          border-radius: 2px;
          background-size: 24px !important;
          background-repeat: no-repeat !important;
          text-transform: none;
          display: inline-block;
          padding: 0 12px 0 30px;
          background-position: 3px 7px !important;
          font: 14px/40px "ProximaNovaReg", sans-serif;
          font: 1.4rem/4rem "ProximaNovaReg", sans-serif; }
        .identity-theft-assessment .content-full .idtc-results__body .idtc-share__facebook {
          background: #3c5a98 url("../img/share-facebook.png"); }
          .identity-theft-assessment .content-full .idtc-results__body .idtc-share__facebook:hover {
            background-color: #354f86; }
        .identity-theft-assessment .content-full .idtc-results__body .idtc-share__twitter {
          background: #00aced url("../img/share-twitter.png"); }
          .identity-theft-assessment .content-full .idtc-results__body .idtc-share__twitter:hover {
            background-color: #0099d3; }
      @media screen and (min-width: 680px) {
        .identity-theft-assessment .content-full .idtc-results__body {
          padding: 30px 60px 30px 220px; } }
      @media screen and (min-width: 1000px) {
        .identity-theft-assessment .content-full .idtc-results__body {
          padding: 30px 60px 30px 360px; } }
    @media screen and (min-width: 680px) {
      .identity-theft-assessment .content-full .idtc-results {
        min-height: 580px; } }
    @media screen and (min-width: 1000px) {
      .identity-theft-assessment .content-full .idtc-results {
        min-height: 950px; } }

.grid-item-generic {
  margin: 10px auto;
  width: 300px; }
  @media screen and (min-width: 1000px) {
    .grid-item-generic {
      margin: 20px auto; } }

.grid-item-assessment {
  margin: 10px auto;
  text-align: center; }
  @media screen and (min-width: 1000px) {
    .grid-item-assessment {
      margin: 20px auto; } }

.on-air-alert.on-air-countdown {
  font-size: 0;
  line-height: 0; }
  .on-air-alert.on-air-countdown .on-air-message-wrapper {
    display: block;
    min-height: 50px; }
    .on-air-alert.on-air-countdown .on-air-message-wrapper p {
      margin: 18px; }
      @media screen and (min-width: 680px) {
        .on-air-alert.on-air-countdown .on-air-message-wrapper p {
          margin: 0;
          width: -moz-calc(100% - 260px);
          width: -o-calc(100% - 260px);
          width: -webkit-calc(100% - 260px);
          width: calc(100% - 260px); } }
      @media screen and (min-width: 1100px) {
        .on-air-alert.on-air-countdown .on-air-message-wrapper p {
          line-height: 50px; } }

#kim-countdown {
  display: table;
  width: 100%;
  table-layout: fixed; }
  #kim-countdown .countdown-row {
    display: table-row;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0; }
    #kim-countdown .countdown-row .countdown-section {
      font-size: 75%;
      text-align: center;
      display: table-cell;
      line-height: 20px;
      height: 50px;
      background: #ff1795;
      font: 10px/20px "ProximaNovaBold", sans-serif;
      font: 1rem/2rem "ProximaNovaBold", sans-serif;
      color: #ffffff;
      text-transform: uppercase;
      vertical-align: middle;
      padding-top: 3px;
      border-right: 4px solid #ffeaf6; }
      #kim-countdown .countdown-row .countdown-section:last-child {
        border-right: none; }
      #kim-countdown .countdown-row .countdown-section .countdown-amount {
        font-size: 200%; }
      #kim-countdown .countdown-row .countdown-section .countdown-period {
        display: block; }
      @media screen and (min-width: 680px) {
        #kim-countdown .countdown-row .countdown-section {
          height: 75px; } }
      @media screen and (min-width: 790px) {
        #kim-countdown .countdown-row .countdown-section {
          height: 50px; } }
  @media screen and (min-width: 680px) {
    #kim-countdown {
      position: absolute;
      top: 0;
      right: 0;
      width: 240px; } }

.sticky-checkout a {
  display: block;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #ffcf57;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  text-shadow: -1px 1px 0px #fedf8f;
  z-index: 9999; }
  .sticky-checkout a:hover {
    color: #111111; }
@media screen and (min-width: 680px) {
  .sticky-checkout {
    display: none; } }

.checkout-cart-index {
  margin-top: 158px;
  color: #42494c; }

#shop-checkout-wrapper {
  max-width: 1280px;
  margin: auto;
  background: #ffffff;
  border-top: 2px solid #0a88ff;
  padding: 0 24px; }
  #shop-checkout-wrapper h1 {
    line-height: 80px;
    margin: 0;
    color: #42494c; }
  #shop-checkout-wrapper fieldset {
    border: none;
    outline: none;
    padding: 0;
    margin: 0; }

.shop-checkout-cart {
  background: #eef0f2;
  border-radius: 4px;
  border: 1px solid #8b979d;
  margin: 0 0 10px 0; }

.shop-checkout-cart-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse; }
  .shop-checkout-cart-table__row {
    display: table-row;
    background: #ffffff; }
    .shop-checkout-cart-table__row--header {
      display: table-row;
      background: #8b979d;
      font: 13px/48px "ProximaNovaBold", sans-serif;
      font: 1.3rem/4.8rem "ProximaNovaBold", sans-serif; }
  .shop-checkout-cart-table__cell {
    display: table-cell;
    border: 1px solid #8b979d;
    padding: 20px;
    text-align: center;
    vertical-align: middle; }
    .shop-checkout-cart-table__cell.text-left {
      text-align: left;
      padding: 28px; }
    .shop-checkout-cart-table__cell:first-child {
      border-left: none; }
    .shop-checkout-cart-table__cell--header {
      display: table-cell;
      color: #ffffff;
      text-transform: uppercase;
      text-align: center; }
      .shop-checkout-cart-table__cell--header.text-left {
        text-align: left;
        padding: 0 0 0 28px; }
      .shop-checkout-cart-table__cell--header.small-width {
        width: 125px; }
      .shop-checkout-cart-table__cell--header:first-child {
        border-left: none; }
    .shop-checkout-cart-table__cell .product-image {
      display: inline-block;
      padding-right: 28px;
      vertical-align: top;
      font-size: 0;
      line-height: 0; }
    .shop-checkout-cart-table__cell .product-meta {
      position: relative;
      display: inline-block;
      vertical-align: top;
      padding: 0 0 20px 0;
      min-height: 110px;
      min-width: 320px; }
      .shop-checkout-cart-table__cell .product-meta h2 {
        font: 22px/22px "ProximaNovaSbold", sans-serif;
        font: 2.2rem/2.2rem "ProximaNovaSbold", sans-serif;
        color: #42494c; }
        .shop-checkout-cart-table__cell .product-meta h2 a {
          color: #42494c;
          text-decoration: none; }
          .shop-checkout-cart-table__cell .product-meta h2 a:hover {
            color: #0989ff; }
      .shop-checkout-cart-table__cell .product-meta .product-sku {
        margin: 8px 0;
        font: 12px/12px "ProximaNovaBold", sans-serif;
        font: 1.2rem/1.2rem "ProximaNovaBold", sans-serif;
        color: #aeaeae;
        text-transform: uppercase; }
      .shop-checkout-cart-table__cell .product-meta dl {
        display: block; }
        .shop-checkout-cart-table__cell .product-meta dl dt {
          display: inline-block;
          margin-right: 10px; }
        .shop-checkout-cart-table__cell .product-meta dl dd {
          display: inline-block;
          margin: 0; }
      .shop-checkout-cart-table__cell .product-meta .product-links {
        position: absolute;
        bottom: 0; }
        .shop-checkout-cart-table__cell .product-meta .product-links ul {
          list-style: none;
          margin: 0;
          padding: 0;
          font: 12px/12px "ProximaNovaBold", sans-serif;
          font: 1.2rem/1.2rem "ProximaNovaBold", sans-serif; }
          .shop-checkout-cart-table__cell .product-meta .product-links ul li {
            border-right: 1px solid #aeaeae;
            display: inline-block; }
            .shop-checkout-cart-table__cell .product-meta .product-links ul li:last-child {
              border-right: none; }
            .shop-checkout-cart-table__cell .product-meta .product-links ul li a {
              padding: 0 6px;
              color: #aeaeae;
              text-decoration: none;
              text-transform: uppercase; }
              .shop-checkout-cart-table__cell .product-meta .product-links ul li a:hover {
                color: #0989ff; }
            .shop-checkout-cart-table__cell .product-meta .product-links ul li:first-child a {
              padding-left: 0; }
    .shop-checkout-cart-table__cell input {
      width: 50px;
      text-align: center; }
    .shop-checkout-cart-table__cell input::-webkit-outer-spin-button,
    .shop-checkout-cart-table__cell input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }

.shop-checkout-cart-info {
  padding: 18px 28px 28px 28px; }
  .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons {
    line-height: 0;
    font-size: 0; }
    .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__coupon-wrapper {
      position: relative;
      display: inline-block;
      vertical-align: top;
      width: 50%; }
      .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__coupon-wrapper label {
        font-size: 0;
        line-height: 0;
        display: inline-block;
        vertical-align: middle;
        margin: 7px 16px 0 0; }
      .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__coupon-wrapper input {
        display: inline-block;
        width: -moz-calc(80% - 138px);
        width: -o-calc(80% - 138px);
        width: -webkit-calc(80% - 138px);
        width: calc(80% - 138px);
        margin: 0 6px 0 0 !important;
        vertical-align: top; }
      .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__coupon-wrapper button {
        display: inline-block;
        width: 93px;
        text-align: center;
        line-height: 40px;
        padding: 0;
        font: 16px/40px "ProximaNovaReg", sans-serif;
        font: 1.6rem/4rem "ProximaNovaReg", sans-serif;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s;
        color: #ffffff;
        vertical-align: top;
        border-radius: 2px;
        background: #c3ccd1; }
        .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__coupon-wrapper button:hover {
          background: #8b979d; }
    .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__buttons-wrapper {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      text-align: right; }
      .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__buttons-wrapper button, .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__buttons-wrapper a {
        display: inline-block;
        text-align: center;
        line-height: 40px;
        padding: 0 20px;
        font: 16px/40px "ProximaNovaReg", sans-serif;
        font: 1.6rem/4rem "ProximaNovaReg", sans-serif;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s;
        color: #ffffff;
        vertical-align: top;
        border-radius: 2px;
        text-decoration: none;
        background: #c3ccd1; }
        .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__buttons-wrapper button:hover, .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__buttons-wrapper a:hover {
          background: #8b979d; }
        .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__buttons-wrapper button.btn-update, .shop-checkout-cart-info .shop-checkout-cart-coupon-buttons__buttons-wrapper a.btn-update {
          background: #8b979d; }

.shop-checkout-billing,
.shop-checkout-shipping-wrapper {
  background: #eef0f2;
  border-radius: 4px;
  border: 1px solid #8b979d;
  padding: 28px;
  margin: 5px 0; }

.shop-checkout-billing .step-title,
.shop-checkout-shipping .step-title,
.shop-checkout-shipping-method .step-title,
.shop-checkout-delivery-date .step-title {
  display: inline-block;
  vertical-align: top;
  width: 30%; }
.shop-checkout-billing .step-fields-wrapper,
.shop-checkout-shipping .step-fields-wrapper,
.shop-checkout-shipping-method .step-fields-wrapper,
.shop-checkout-delivery-date .step-fields-wrapper {
  display: inline-block;
  vertical-align: top;
  width: 70%; }
.shop-checkout-billing .step-fields,
.shop-checkout-shipping .step-fields,
.shop-checkout-shipping-method .step-fields,
.shop-checkout-delivery-date .step-fields {
  background: #ffffff;
  padding: 20px;
  border-left: 3px solid #0a88ff; }
  .shop-checkout-billing .step-fields.toggle,
  .shop-checkout-shipping .step-fields.toggle,
  .shop-checkout-shipping-method .step-fields.toggle,
  .shop-checkout-delivery-date .step-fields.toggle {
    border-left: 3px solid #b3b9bd;
    font: 20px/20px "ProximaNovaSbold", sans-serif;
    font: 2rem/2rem "ProximaNovaSbold", sans-serif;
    color: #a0a9ae; }
    .shop-checkout-billing .step-fields.toggle input,
    .shop-checkout-shipping .step-fields.toggle input,
    .shop-checkout-shipping-method .step-fields.toggle input,
    .shop-checkout-delivery-date .step-fields.toggle input {
      width: auto;
      height: auto;
      vertical-align: baseline;
      margin-right: 12px; }
    .shop-checkout-billing .step-fields.toggle i,
    .shop-checkout-shipping .step-fields.toggle i,
    .shop-checkout-shipping-method .step-fields.toggle i,
    .shop-checkout-delivery-date .step-fields.toggle i {
      float: right; }
  .shop-checkout-billing .step-fields .field,
  .shop-checkout-shipping .step-fields .field,
  .shop-checkout-shipping-method .step-fields .field,
  .shop-checkout-delivery-date .step-fields .field {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 12px 0; }
    .shop-checkout-billing .step-fields .field .label-box,
    .shop-checkout-shipping .step-fields .field .label-box,
    .shop-checkout-shipping-method .step-fields .field .label-box,
    .shop-checkout-delivery-date .step-fields .field .label-box {
      display: inline-block;
      vertical-align: top;
      width: 180px;
      text-align: right;
      margin-right: 28px; }
      .shop-checkout-billing .step-fields .field .label-box label,
      .shop-checkout-shipping .step-fields .field .label-box label,
      .shop-checkout-shipping-method .step-fields .field .label-box label,
      .shop-checkout-delivery-date .step-fields .field .label-box label {
        line-height: 40px;
        font: 16px/16px "ProximaNovaReg", sans-serif;
        font: 1.6rem/1.6rem "ProximaNovaReg", sans-serif; }
    .shop-checkout-billing .step-fields .field .input-box,
    .shop-checkout-shipping .step-fields .field .input-box,
    .shop-checkout-shipping-method .step-fields .field .input-box,
    .shop-checkout-delivery-date .step-fields .field .input-box {
      display: inline-block;
      width: -moz-calc(100% - 208px);
      width: -o-calc(100% - 208px);
      width: -webkit-calc(100% - 208px);
      width: calc(100% - 208px); }
      .shop-checkout-billing .step-fields .field .input-box .select,
      .shop-checkout-shipping .step-fields .field .input-box .select,
      .shop-checkout-shipping-method .step-fields .field .input-box .select,
      .shop-checkout-delivery-date .step-fields .field .input-box .select {
        background: url("../img/checkout/select-bg.png") right 0 no-repeat;
        cursor: pointer;
        display: inline-block; }
        .shop-checkout-billing .step-fields .field .input-box .select:hover,
        .shop-checkout-shipping .step-fields .field .input-box .select:hover,
        .shop-checkout-shipping-method .step-fields .field .input-box .select:hover,
        .shop-checkout-delivery-date .step-fields .field .input-box .select:hover {
          background: url("../img/checkout/select-bg.png") right -40px no-repeat; }
        .shop-checkout-billing .step-fields .field .input-box .select select,
        .shop-checkout-shipping .step-fields .field .input-box .select select,
        .shop-checkout-shipping-method .step-fields .field .input-box .select select,
        .shop-checkout-delivery-date .step-fields .field .input-box .select select {
          border: none;
          cursor: pointer;
          color: #ffffff;
          font: 16px/16px "ProximaNovaBold", sans-serif;
          font: 1.6rem/1.6rem "ProximaNovaBold", sans-serif;
          background: transparent;
          -webkit-appearance: none;
          padding-right: 50px; }
          .shop-checkout-billing .step-fields .field .input-box .select select option,
          .shop-checkout-shipping .step-fields .field .input-box .select select option,
          .shop-checkout-shipping-method .step-fields .field .input-box .select select option,
          .shop-checkout-delivery-date .step-fields .field .input-box .select select option {
            color: #000000; }
      .shop-checkout-billing .step-fields .field .input-box.auto input, .shop-checkout-billing .step-fields .field .input-box.auto select,
      .shop-checkout-shipping .step-fields .field .input-box.auto input,
      .shop-checkout-shipping .step-fields .field .input-box.auto select,
      .shop-checkout-shipping-method .step-fields .field .input-box.auto input,
      .shop-checkout-shipping-method .step-fields .field .input-box.auto select,
      .shop-checkout-delivery-date .step-fields .field .input-box.auto input,
      .shop-checkout-delivery-date .step-fields .field .input-box.auto select {
        width: auto; }
      .shop-checkout-billing .step-fields .field .input-box.half input, .shop-checkout-billing .step-fields .field .input-box.half select,
      .shop-checkout-shipping .step-fields .field .input-box.half input,
      .shop-checkout-shipping .step-fields .field .input-box.half select,
      .shop-checkout-shipping-method .step-fields .field .input-box.half input,
      .shop-checkout-shipping-method .step-fields .field .input-box.half select,
      .shop-checkout-delivery-date .step-fields .field .input-box.half input,
      .shop-checkout-delivery-date .step-fields .field .input-box.half select {
        width: 50%; }
      .shop-checkout-billing .step-fields .field .input-box.third input, .shop-checkout-billing .step-fields .field .input-box.third select,
      .shop-checkout-shipping .step-fields .field .input-box.third input,
      .shop-checkout-shipping .step-fields .field .input-box.third select,
      .shop-checkout-shipping-method .step-fields .field .input-box.third input,
      .shop-checkout-shipping-method .step-fields .field .input-box.third select,
      .shop-checkout-delivery-date .step-fields .field .input-box.third input,
      .shop-checkout-delivery-date .step-fields .field .input-box.third select {
        width: 70%; }
  .shop-checkout-billing .step-fields .field:first-child,
  .shop-checkout-shipping .step-fields .field:first-child,
  .shop-checkout-shipping-method .step-fields .field:first-child,
  .shop-checkout-delivery-date .step-fields .field:first-child {
    margin-top: 0; }
  .shop-checkout-billing .step-fields .field:last-child,
  .shop-checkout-shipping .step-fields .field:last-child,
  .shop-checkout-shipping-method .step-fields .field:last-child,
  .shop-checkout-delivery-date .step-fields .field:last-child {
    margin-bottom: 0; }
.shop-checkout-billing input,
.shop-checkout-shipping input,
.shop-checkout-shipping-method input,
.shop-checkout-delivery-date input {
  background: #ffffff;
  border: 1px solid #c1c1c1;
  color: #42494c;
  font: 16px/16px "ProximaNovaBold", sans-serif;
  font: 1.6rem/1.6rem "ProximaNovaBold", sans-serif; }
  .shop-checkout-billing input.error,
  .shop-checkout-shipping input.error,
  .shop-checkout-shipping-method input.error,
  .shop-checkout-delivery-date input.error {
    border: 1px solid #ff1795; }
.shop-checkout-billing input:focus,
.shop-checkout-shipping input:focus,
.shop-checkout-shipping-method input:focus,
.shop-checkout-delivery-date input:focus {
  background: #f3fbfd;
  border: 1px solid #09c2ff;
  color: #000000; }

.shop-checkout-shipping-wrapper .step-fields {
  border-bottom: 1px solid #eef0f2; }

.komshopnewslettersubscribe-modal {
  background: rgba(0, 0, 0, 0.6); }

.komshopnewslettersubscribe {
  position: absolute;
  width: 310px;
  height: 425px;
  top: 50%;
  left: 50%;
  margin: -200px 0 0 -150px;
  background: url("../img/shop/komshopnewslettersubscribe/bg.jpg") top center; }
  @media screen and (min-width: 1000px) {
    .komshopnewslettersubscribe {
      width: 690px;
      height: 520px;
      margin: -260px 0 0 -345px; } }
  .komshopnewslettersubscribe .ksns-submit-banner {
    text-align: right;
    margin: 12px -8px 0 0; }
    @media screen and (min-width: 1000px) {
      .komshopnewslettersubscribe .ksns-submit-banner {
        margin: 18px -16px 0 0; } }
  .komshopnewslettersubscribe .ksns-submit-title {
    padding: 0 20px;
    font: 55px/45px "ProximaNovaReg", sans-serif;
    font: 5.5rem/4.5rem "ProximaNovaReg", sans-serif;
    color: #001f5f;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .komshopnewslettersubscribe .ksns-submit-title {
        font: 80px/72px "ProximaNovaReg", sans-serif;
        font: 8rem/7.2rem "ProximaNovaReg", sans-serif;
        letter-spacing: -3px; } }
    .komshopnewslettersubscribe .ksns-submit-title span {
      display: block;
      font: 22px/20px "ProximaNovaBold", sans-serif;
      font: 2.2rem/2rem "ProximaNovaBold", sans-serif; }
      @media screen and (min-width: 1000px) {
        .komshopnewslettersubscribe .ksns-submit-title span {
          font: 45px/45px "ProximaNovaBold", sans-serif;
          font: 4.5rem/4.5rem "ProximaNovaBold", sans-serif; } }
  .komshopnewslettersubscribe .ksns-submit-form {
    padding: 12px 20px;
    font: 14px/18px "ProximaNovaReg", sans-serif;
    font: 1.4rem/1.8rem "ProximaNovaReg", sans-serif;
    color: #808080;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .komshopnewslettersubscribe .ksns-submit-form {
        float: left;
        width: 430px;
        font: 20px/24px "ProximaNovaReg", sans-serif;
        font: 2rem/2.4rem "ProximaNovaReg", sans-serif;
        padding: 20px 20px 20px 40px; } }
    .komshopnewslettersubscribe .ksns-submit-form__email {
      position: relative; }
    .komshopnewslettersubscribe .ksns-submit-form__error {
      display: none;
      position: absolute;
      top: -54px;
      background: #e62f2f;
      color: #ffffff;
      font-size: 14px;
      padding: 10px;
      border-radius: 4px;
      left: 50%;
      margin-left: -120px; }
      .komshopnewslettersubscribe .ksns-submit-form__error:after {
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: '';
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-top-color: #e62f2f;
        border-width: 10px;
        margin-left: -10px; }
    .komshopnewslettersubscribe .ksns-submit-form__submit {
      margin: 10px 0; }
      .komshopnewslettersubscribe .ksns-submit-form__submit button {
        position: relative;
        display: block;
        width: 100%;
        background: #38b5e6;
        padding: 10px;
        border-radius: 4px;
        color: #ffffff;
        text-transform: uppercase;
        font: 18px/18px "ProximaNovaBold", sans-serif;
        font: 1.8rem/1.8rem "ProximaNovaBold", sans-serif;
        -webkit-transition: background 0.2s;
        -moz-transition: background 0.2s;
        -o-transition: background 0.2s;
        transition: background 0.2s; }
        .komshopnewslettersubscribe .ksns-submit-form__submit button i {
          display: none;
          position: absolute;
          left: 20px; }
        @media screen and (min-width: 1000px) {
          .komshopnewslettersubscribe .ksns-submit-form__submit button {
            font: 22px/22px "ProximaNovaBold", sans-serif;
            font: 2.2rem/2.2rem "ProximaNovaBold", sans-serif;
            padding: 26px 20px; } }
        .komshopnewslettersubscribe .ksns-submit-form__submit button:hover {
          background: #65d2fd; }
    .komshopnewslettersubscribe .ksns-submit-form__close {
      margin-bottom: 10px;
      cursor: pointer;
      text-decoration: underline; }
    .komshopnewslettersubscribe .ksns-submit-form__fine-print {
      font: 9px/10px "ProximaNovaReg", sans-serif;
      font: 0.9rem/1rem "ProximaNovaReg", sans-serif;
      text-align: left; }
  .komshopnewslettersubscribe .ksns-submit-kim {
    position: absolute;
    right: 0;
    bottom: 0;
    line-height: 0;
    font-size: 0; }
  .komshopnewslettersubscribe .ksns-thanks-banner {
    text-align: right;
    margin: 12px -8px 0 0; }
    @media screen and (min-width: 1000px) {
      .komshopnewslettersubscribe .ksns-thanks-banner {
        margin: 18px -11px 0 0; } }
  .komshopnewslettersubscribe .ksns-thanks-title {
    font: 18px/16px "ProximaNovaSbold", sans-serif;
    font: 1.8rem/1.6rem "ProximaNovaSbold", sans-serif;
    text-align: center;
    color: #666666;
    padding: 0 20px; }
    @media screen and (min-width: 1000px) {
      .komshopnewslettersubscribe .ksns-thanks-title {
        font: 28px/28px "ProximaNovaSbold", sans-serif;
        font: 2.8rem/2.8rem "ProximaNovaSbold", sans-serif;
        padding: 0 60px; } }
  .komshopnewslettersubscribe .ksns-thanks-coupon {
    display: block;
    text-align: center;
    border: 1px solid #666666;
    margin: 10px 20px;
    color: #001f5f;
    font: 45px/54px "ProximaNovaBold", sans-serif;
    font: 4.5rem/5.4rem "ProximaNovaBold", sans-serif;
    background: url("../img/shop/komshopnewslettersubscribe/thanks-coupon-bg.png") top center; }
    @media screen and (min-width: 1000px) {
      .komshopnewslettersubscribe .ksns-thanks-coupon {
        margin: 20px auto;
        width: 340px; } }
  .komshopnewslettersubscribe .ksns-thanks-products {
    padding: 0 10px;
    font-size: 0;
    line-height: 0;
    text-align: center; }
    @media screen and (min-width: 1000px) {
      .komshopnewslettersubscribe .ksns-thanks-products {
        padding: 0 20px; } }
    .komshopnewslettersubscribe .ksns-thanks-products__product {
      display: inline-block;
      width: 120px;
      padding: 10px 20px; }
      @media screen and (min-width: 1000px) {
        .komshopnewslettersubscribe .ksns-thanks-products__product {
          width: 160px;
          padding: 10px; } }
      .komshopnewslettersubscribe .ksns-thanks-products__product.hide-mobile {
        display: none; }
        @media screen and (min-width: 1000px) {
          .komshopnewslettersubscribe .ksns-thanks-products__product.hide-mobile {
            display: inline-block; } }
      .komshopnewslettersubscribe .ksns-thanks-products__product img {
        width: 100%; }
  .komshopnewslettersubscribe .ksns-thanks-fine-print {
    font: 9px/10px "ProximaNovaReg", sans-serif;
    font: 0.9rem/1rem "ProximaNovaReg", sans-serif;
    text-align: left;
    color: #808080;
    padding: 10px 20px; }
    @media screen and (min-width: 1000px) {
      .komshopnewslettersubscribe .ksns-thanks-fine-print {
        padding: 10px 30px; } }
  .komshopnewslettersubscribe .modal-close {
    position: absolute;
    top: -19px;
    right: -17px;
    cursor: pointer;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
  .komshopnewslettersubscribe .modal-close .fa-inverse {
    color: #0989ff;
    text-shadow: none; }

.channel-finder-wrapper {
  max-width: 1000px;
  margin: auto; }
  .channel-finder-wrapper .channel-finder {
    font-size: 0;
    line-height: 0; }
    .channel-finder-wrapper .channel-finder__container {
      padding: 8px 12px;
      position: relative;
      overflow-y: auto;
      max-height: 400px;
      background: #ffffff;
      border: 1px solid #e8e8e8; }
      .channel-finder-wrapper .channel-finder__container .channel-list {
        display: table;
        border-collapse: collapse;
        width: 100%;
        font: 16px/36px "ProximaNovaReg", sans-serif;
        font: 1.6rem/3.6rem "ProximaNovaReg", sans-serif; }
        .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item {
          display: table-row; }
          .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item:nth-child(even) {
            background: #ededee; }
          .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item.channel-list-header {
            border-bottom: 2px solid #c0c0c0;
            font: 12px/36px "ProximaNovaReg", sans-serif;
            font: 1.2rem/3.6rem "ProximaNovaReg", sans-serif; }
          .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__network, .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__station, .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__channel, .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__strength, .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__band, .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__heading, .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__distance {
            display: table-cell;
            position: relative; }
          .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__network {
            padding: 0 0 0 6px; }
            .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__network img {
              max-height: 26px;
              width: auto;
              vertical-align: middle; }
          .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__channel, .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__band {
            text-align: center;
            width: 130px; }
          .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__strength {
            width: 80px; }
          .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__heading {
            width: 240px; }
          .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item__distance {
            width: 160px; }
          .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper {
            position: absolute;
            top: 5px;
            left: 4px; }
            .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper__bar {
              width: 14px;
              height: 10px;
              border: 1px solid #cbcbcb;
              margin: 0 3px 0 0;
              display: inline-block; }
              .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper__bar:nth-child(1) {
                height: 10px; }
              .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper__bar:nth-child(2) {
                height: 15px; }
              .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper__bar:nth-child(3) {
                height: 20px; }
              .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper__bar:nth-child(4) {
                height: 25px; }
            .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper.strong .strength-wrapper__bar {
              background: #6cbe45; }
            .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper.moderate .strength-wrapper__bar:nth-child(1), .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper.moderate .strength-wrapper__bar:nth-child(2), .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper.moderate .strength-wrapper__bar:nth-child(3) {
              background: #6cbe45; }
            .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper.weak .strength-wrapper__bar:nth-child(1) {
              background: #97be43; }
            .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper.weak .strength-wrapper__bar:nth-child(2) {
              background: #e4d002; }
            .channel-finder-wrapper .channel-finder__container .channel-list .channel-list-item .strength-wrapper.no .strength-wrapper__bar:nth-child(1) {
              background: #be2621; }
      .channel-finder-wrapper .channel-finder__container .channel-list-guide {
        display: block;
        padding: 8px;
        font: 14px/16px "ProximaNovaReg", sans-serif;
        font: 1.4rem/1.6rem "ProximaNovaReg", sans-serif;
        text-decoration: none;
        color: #ffffff;
        background: #6cbe45;
        border-radius: 3px;
        text-align: center; }
    .channel-finder-wrapper .channel-finder__map {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      height: 180px;
      line-height: 16px;
      font-size: 16px; }

.channel-finder-disclaimer {
  font-size: 13px;
  line-height: 18px;
  font-style: italic;
  padding: 18px;
  max-width: 1000px;
  margin: 0 auto 20px auto;
  color: #a6a6a6; }

.channel-finder-loader {
  text-align: center; }
  .channel-finder-loader img {
    width: 200px;
    height: auto; }

.channel-finder-invalid input {
  text-align: center;
  width: -moz-calc(100% - 200px);
  width: -o-calc(100% - 200px);
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  padding: 0;
  margin: 0;
  border: 1px solid #9e9e9e; }
.channel-finder-invalid button {
  display: inline-block;
  background: #9e9e9e;
  border: none;
  text-align: center;
  color: #ffffff;
  width: 200px;
  height: 40px;
  -webkit-transition: "background .2s";
  -moz-transition: "background .2s";
  -o-transition: "background .2s";
  transition: "background .2s"; }
  .channel-finder-invalid button:hover {
    background: #b4b4b4; }

/* Generated by http://css.spritegen.com CSS Sprite Generator */
.kom-club-buttons-forums, .kom-club-buttons-discounts, .kom-club-buttons-email-kim, .kom-club-buttons-listen-show, .kom-club-buttons-newsletter,
.kom-club-buttons-contests, .kom-club-buttons-shopping, .kom-club-buttons-station-finder, .kom-club-buttons-watch-show {
  display: inline-block;
  background: url("../img/club/buttons_sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.kom-club-buttons-forums {
  background-position: -0px -0px;
  width: 127px;
  height: 100px; }

.kom-club-buttons-discounts {
  background-position: -0px -200px;
  width: 115px;
  height: 80px; }

.kom-club-buttons-email-kim {
  background-position: -0px -360px;
  width: 115px;
  height: 80px; }

.kom-club-buttons-listen-show {
  background-position: -0px -520px;
  width: 100px;
  height: 80px; }

.kom-club-buttons-newsletter {
  background-position: -0px -680px;
  width: 100px;
  height: 80px; }

.kom-club-buttons-contests {
  background-position: -0px -840px;
  width: 90px;
  height: 90px; }

.kom-club-buttons-shopping {
  background-position: -0px -1020px;
  width: 90px;
  height: 80px; }

.kom-club-buttons-station-finder {
  background-position: -0px -1180px;
  width: 80px;
  height: 100px;
  margin-top: -10px; }

.kom-club-buttons-watch-show {
  background-position: -0px -1380px;
  width: 80px;
  height: 80px; }

.kom-club-buttons-forums:hover, .kom-club-buttons-forums.hovered {
  background-position: -0px -100px;
  width: 127px;
  height: 100px; }

.kom-club-buttons-discounts:hover, .kom-club-buttons-discounts.hovered {
  background-position: -0px -280px;
  width: 115px;
  height: 80px; }

.kom-club-buttons-email-kim:hover, .kom-club-buttons-email-kim.hovered {
  background-position: -0px -440px;
  width: 115px;
  height: 80px; }

.kom-club-buttons-listen-show:hover, .kom-club-buttons-listen-show.hovered {
  background-position: -0px -600px;
  width: 100px;
  height: 80px; }

.kom-club-buttons-newsletter:hover, .kom-club-buttons-newsletter.hovered {
  background-position: -0px -760px;
  width: 100px;
  height: 80px; }

.kom-club-buttons-contests:hover, .kom-club-buttons-contests.hovered {
  background-position: -0px -930px;
  width: 90px;
  height: 90px; }

.kom-club-buttons-shopping:hover, .kom-club-buttons-shopping.hovered {
  background-position: -0px -1100px;
  width: 90px;
  height: 80px; }

.kom-club-buttons-station-finder:hover, .kom-club-buttons-station-finder.hovered {
  background-position: -0px -1280px;
  width: 80px;
  height: 100px; }

.kom-club-buttons-watch-show:hover, .kom-club-buttons-watch-show.hovered {
  background-position: -0px -1460px;
  width: 80px;
  height: 80px; }

.kcd-option:hover .kom-club-buttons-forums {
  background-position: -0px -100px;
  width: 127px;
  height: 100px; }
.kcd-option:hover .kom-club-buttons-discounts {
  background-position: -0px -280px;
  width: 115px;
  height: 80px; }
.kcd-option:hover .kom-club-buttons-email-kim {
  background-position: -0px -440px;
  width: 115px;
  height: 80px; }
.kcd-option:hover .kom-club-buttons-listen-show {
  background-position: -0px -600px;
  width: 100px;
  height: 80px; }
.kcd-option:hover .kom-club-buttons-newsletter {
  background-position: -0px -760px;
  width: 100px;
  height: 80px; }
.kcd-option:hover .kom-club-buttons-contests {
  background-position: -0px -930px;
  width: 90px;
  height: 90px; }
.kcd-option:hover .kom-club-buttons-shopping {
  background-position: -0px -1100px;
  width: 90px;
  height: 80px; }
.kcd-option:hover .kom-club-buttons-station-finder {
  background-position: -0px -1280px;
  width: 80px;
  height: 100px; }
.kcd-option:hover .kom-club-buttons-watch-show {
  background-position: -0px -1460px;
  width: 80px;
  height: 80px; }

.kcd-basic-member:hover .kcd-content {
  background-color: #9C8ACB; }

.kom-club-gradient-bg {
  height: 45px;
  background: #35067B;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #35067B, #8863CB);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #35067B, #8863CB);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #35067B, #8863CB);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #35067B, #8863CB);
  /* Standard syntax */ }

.kom-club-gray-bg {
  height: 40px;
  background-color: #EEEEEE; }

.kom-club-circle-outer-outer-gray {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: #EEEEEE;
  margin-left: 73px;
  margin-top: -15px;
  position: absolute;
  /* width and height can be anything, as long as they're equal */ }

.kom-club-circle-outer-yellow {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #EFB926;
  position: relative;
  top: 10px;
  left: 5px;
  /* width and height can be anything, as long as they're equal */ }

.kom-club-circle-inner-white {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: auto;
  position: relative;
  top: 2px;
  background-color: #FFFFFF; }

.kom-club-circle-inner-yellow {
  border-radius: 50%;
  width: 33px;
  height: 32px;
  margin: auto;
  position: relative;
  top: 4px;
  background-color: #EFB926; }

.kom-club-circle-inner-yellow-content {
  width: 12px;
  height: 12px;
  margin: auto;
  padding-top: 8px; }

.kom-club-white-lock {
  color: white;
  font-size: 20px; }

.kom-club-title-bar {
  font-size: 24px;
  font-weight: bold;
  padding: 15px 0 0 270px; }

.kom-club-title-bar .cap {
  text-transform: uppercase;
  position: absolute;
  left: 160px; }

.kom-club-title-bar .div {
  font-size: 36px; }

.kom-club-title-bar .prem {
  font-size: 20px;
  line-height: 15px;
  position: absolute;
  left: 320px; }

.kcd-blocked-overlay {
  position: absolute;
  width: 33%;
  height: 240px; }

.kcd-blocked-overlay:hover {
  background-color: rgba(156, 138, 203, 0.5); }

.kcd-blocked-overlay .lock-icon {
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  padding-top: 60px; }

.kcd-blocked-overlay .lock-icon .kom-club-white-lock {
  display: none;
  font-size: 100px; }

.kcd-blocked-overlay:hover .lock-icon .kom-club-white-lock {
  display: block; }

@media screen and (max-width: 680px) {
  .kom-club-circle-outer-outer-gray {
    width: 35px;
    height: 35px;
    margin-left: 15px; }

  .kom-club-circle-outer-yellow {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 3px;
    /* width and height can be anything, as long as they're equal */ }

  .kom-club-circle-inner-white {
    width: 25px;
    height: 25px; }

  .kom-club-circle-inner-yellow {
    width: 23px;
    height: 22px; }

  .kom-club-circle-inner-yellow-content {
    width: 2px;
    height: 2px;
    padding-top: 4px; }

  .kom-club-white-lock {
    color: white;
    font-size: 20px;
    margin-left: -3px; }

  .kom-club-title-bar .cap {
    left: 70px;
    font-size: 16px; }

  .kom-club-title-bar {
    padding: 5px 0 0 140px; }

  .kom-club-title-bar .prem {
    font-size: 16px;
    left: 170px; }

  .kom-club-title-bar .div {
    font-size: 20px; }

  .kom-club-gray-bg, .kom-club-gradient-bg {
    height: 25px; }

  .kims-club-dashboard {
    padding-top: 0; }

  .kcd-content {
    display: block;
    height: 110px; }

  .kcd-icon {
    display: inline-block;
    float: left;
    width: 41%;
    margin-left: -5px;
    margin-right: 10px; }

  .dashboard-option-title {
    margin-top: 8px; }

  .kcd-option:hover .kcd-icon {
    margin-right: 20px; }

  .kcd-blocked-overlay .lock-icon .kom-club-white-lock {
    display: block; }

  .kcd-blocked-overlay .lock-icon {
    padding-top: 10px; }

  .kcd-blocked-overlay {
    background-color: rgba(156, 138, 203, 0.5);
    width: 100%;
    height: 110px; }

  .kom-club-buttons-discounts.kcd-icon {
    margin-left: -13px; } }
.ac-page {
  text-align: center; }
  .ac-page .kc-join-now-heading {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0; }
  .ac-page .kc-enter-email {
    margin: 0;
    margin-bottom: 10px; }
  .ac-page #email {
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px; }
  .ac-page .sign-up-button {
    width: 50%;
    margin: auto; }
  .ac-page button {
    font-weight: bold !important; }

.checkout-footnote {
  padding: 20px;
  max-width: 80%;
  margin: auto; }

@media only screen and (max-width: 768px) {
  .checkout-footnote {
    max-width: 100%; } }
.komando-shopping-network-container .btn-yellow {
  background-color: #fdcc55;
  color: #000000;
  font-weight: bold;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s; }
.komando-shopping-network-container .btn-yellow:hover {
  background-color: #fdec61; }
.komando-shopping-network-container .ksn-top-message {
  background-color: #1b2757;
  color: #FFFFFF; }
  .komando-shopping-network-container .ksn-top-message div {
    padding: 30px; }
  .komando-shopping-network-container .ksn-top-message .ksn-message, .komando-shopping-network-container .ksn-top-message .ksn-video {
    margin-top: 1vw; }
.komando-shopping-network-container .ksn-top-mark-your-calendars {
  background-color: #c4c4c4;
  min-height: 100px; }
  .komando-shopping-network-container .ksn-top-mark-your-calendars .ksn-text-blob {
    padding-bottom: 20px; }
  .komando-shopping-network-container .ksn-top-mark-your-calendars p {
    line-height: 19px;
    line-height: 1.9rem;
    margin: 2px 0 0 0; }
  .komando-shopping-network-container .ksn-top-mark-your-calendars h2 {
    margin: 20px 0 10px 0; }
  .komando-shopping-network-container .ksn-top-mark-your-calendars a {
    display: inline; }
  .komando-shopping-network-container .ksn-top-mark-your-calendars .month {
    text-align: center;
    width: 130px;
    background-color: #88b84a;
    color: #ffffff;
    position: absolute;
    top: 25px;
    padding-top: 10px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    margin-left: 20px; }
    .komando-shopping-network-container .ksn-top-mark-your-calendars .month .day {
      background-color: #ffffff;
      color: #000000;
      font-size: 50px;
      font-weight: bold;
      min-height: 55px;
      line-height: 60px;
      margin-top: 5px; }
  @media screen and (max-width: 1135px) {
    .komando-shopping-network-container .ksn-top-mark-your-calendars .ksn-text-blob {
      margin-left: 20%; } }
  @media screen and (max-width: 800px) {
    .komando-shopping-network-container .ksn-top-mark-your-calendars .ksn-text-blob {
      margin-left: 25%;
      max-width: 400px; } }
  @media screen and (max-width: 650px) {
    .komando-shopping-network-container .ksn-top-mark-your-calendars .ksn-text-blob {
      margin-left: 30%;
      max-width: 350px; } }
  @media screen and (max-width: 580px) {
    .komando-shopping-network-container .ksn-top-mark-your-calendars .ksn-text-blob {
      margin-left: 32%; } }
  @media screen and (max-width: 500px) {
    .komando-shopping-network-container .ksn-top-mark-your-calendars .ksn-text-blob {
      margin-top: 130px;
      margin-left: 0;
      max-width: 400px; }
    .komando-shopping-network-container .ksn-top-mark-your-calendars .month {
      margin-left: 25%; } }
.komando-shopping-network-container .ksn-bottom {
  padding: 30px; }
  .komando-shopping-network-container .ksn-bottom .ksn-tablet-image img {
    margin-top: 20px;
    width: 100%;
    max-width: 500px; }
.komando-shopping-network-container h2 {
  text-transform: uppercase;
  line-height: 25px; }

/* NEW k2-ksn- stuff from ticket #3838 */
@media screen and (max-width: 768px) {
  .k2-ksn-mobile-hide {
    display: none; } }

.k2-ksn-mobile-show-only {
  display: none; }
  @media screen and (max-width: 768px) {
    .k2-ksn-mobile-show-only {
      display: block; } }

.k2-ksn-top-heading-0 {
  background-color: #1F2C5F;
  color: #ffffff;
  height: 50px;
  text-align: center;
  padding: 16px;
  font-size: 30px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    .k2-ksn-top-heading-0 {
      font-size: 16px; } }

.k2-ksn-top-heading-1 {
  background-image: url("../img/www/komando-shopping-network/ksn-banner.jpg");
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  min-height: 300px;
  border-bottom: 4px solid #0a88ff; }

.k2-ksn-top-heading-2 img {
  max-width: 100%; }

.k2-ksn-top-heading-2-mobile img {
  max-width: 100%;
  width: 100%; }

.k2-ksn-top-2-video-box {
  position: absolute;
  right: 5%;
  top: 25%;
  font-size: 20px;
  width: 30%;
  height: 50%; }

.k2-ksn-top-2-video-box-mobile {
  font-size: 20px;
  width: 70%;
  height: calc(70% * (9/18.7));
  position: absolute;
  bottom: 5%;
  left: 15%; }

.ksn-box-details .heading {
  font-size: 18px;
  display: block;
  margin: 5px 0 5px 0; }

.ksn-box-details .desc {
  font-size: 15px;
  line-height: normal;
  display: block;
  color: #7d7d7d; }

#k2_ksn_top_video_iframe, #k2_ksn_top_video_iframe_mobile {
  border: 5px solid #000000; }

.k2-ksn-plus-5-off {
  font-size: 16px; }

.k2-ksn-5-off-price {
  font-size: 20px;
  color: #ff0000; }

.k2-ksn-with-coupon {
  font-size: 12px; }

.k2-ksn-prices-display {
  line-height: 16px; }

.k2-ksn-product-vid-thumb {
  text-align: center;
  max-width: 100%; }
  .k2-ksn-product-vid-thumb a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    padding-top: 3px; }
    .k2-ksn-product-vid-thumb a p {
      max-width: 70%;
      margin-left: 15%;
      line-height: normal; }
  .k2-ksn-product-vid-thumb img {
    max-width: 150px; }
    @media screen and (max-width: 900px) {
      .k2-ksn-product-vid-thumb img {
        max-width: 100px; } }
    @media screen and (max-width: 768px) {
      .k2-ksn-product-vid-thumb img {
        max-width: initial;
        width: 300px;
        padding-top: 10px; } }

.k2-ksn-top-links-container {
  text-align: center;
  min-height: 40px;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  padding: 10px;
  background-color: #ffffff; }
  .k2-ksn-top-links-container .k2-ksn-top-links {
    padding: 10px; }
    @media screen and (max-width: 768px) {
      .k2-ksn-top-links-container .k2-ksn-top-links {
        display: block;
        width: 100%; } }

#k2_ksn_add_to_calendar_menu {
  text-decoration: underline;
  padding-top: 0; }

.k2-ksn-add-to-cal-link {
  background-color: #007fff;
  padding: 5px; }
  .k2-ksn-add-to-cal-link a {
    color: #ffffff; }

#k2_ksn_add_to_calendar_list {
  display: none;
  z-index: 99;
  top: 30px;
  position: absolute;
  background-color: #ffffff;
  padding: 1px;
  text-align: center;
  list-style: none;
  box-shadow: 2px 2px 5px grey; }

.k2-ksn-reason-img {
  margin-bottom: 10px; }

.k2-ksn-reason-text {
  line-height: 24px; }

.k2-ksn-super-large-padding {
  padding: 20px; }

.k2-ksn-large-padding {
  padding: 30px; }

.k2-ksn-mark-your-calendar {
  padding-top: 5px; }

.k2-ksn-small-padding {
  padding: 10px; }

.k2-ksn-all-caps {
  text-transform: uppercase; }

.k2-ksn-medium-headline {
  font-size: 30px;
  font-weight: bold;
  padding: 30px;
  line-height: normal; }

.k2-ksn-super-sized-text {
  font-size: 50px;
  font-weight: bold;
  padding: 5px 0 10px 10px;
  line-height: 40px; }

.ksn-video img {
  border: 5px solid #097bd6;
  max-width: 100%; }

.k2-ksn-almost-super-sized-text {
  font-size: 52px;
  line-height: 62px;
  font-weight: bold;
  padding: 2.5% 10px 10px 100px; }

.k2-ksn-calendar-portion {
  min-height: 100px;
  text-align: right;
  padding-top: 8px;
  line-height: normal;
  color: #ffffff; }
  .k2-ksn-calendar-portion .k2-ksn-month {
    font-size: 18px;
    font-weight: bold; }

.k2-ksn-tablet-top {
  max-width: 400px;
  width: 90%; }

.k2-ksn-centered {
  text-align: center; }

.k2-ksn-background-dark-sky-blue {
  background-color: #157bc6; }

.k2-ksn-background-light-gray {
  background-color: #ececec; }

.k2-ksn-background-pure-white {
  background-color: #ffffff; }

.k2-ksn-no-margin-bottom {
  margin-bottom: 0; }

.k2-ksn-no-margin-top {
  margin-top: 0; }

.k2-ksn-no-margin {
  margin: 0; }

.k2-ksn-small-margin-top {
  margin-top: 10px; }

.k2-ksn-small-margin-bottom {
  margin-bottom: 8px; }

.k2-ksn-middle-reasons {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7; }

@media screen and (min-width: 790px) {
  .k2-ksn-skewbar-skewed {
    -ms-transform: skewX(-20deg);
    /* IE 9 */
    -webkit-transform: skewX(-20deg);
    /* Safari */
    transform: skewX(-20deg);
    /* Standard syntax */
    width: 300px;
    height: 70px;
    background-color: red; } }
@media screen and (max-width: 790px) {
  .k2-ksn-skewbar-skewed {
    width: 100%;
    height: 50px; } }

@media screen and (min-width: 790px) {
  .k2-ksn-skewbar-special {
    -ms-transform: skewX(20deg);
    /* IE 9 */
    -webkit-transform: skewX(20deg);
    /* Safari */
    transform: skewX(20deg);
    /* Standard syntax */
    padding-top: 25px;
    padding-left: 30px;
    color: white; } }
@media screen and (max-width: 790px) {
  .k2-ksn-skewbar-special {
    padding-top: 18px; } }

.k2-ksn-skewbar-gray {
  background-color: lightgray;
  width: 100%;
  font-weight: bold;
  font-size: 25px; }
  @media screen and (max-width: 1110px) {
    .k2-ksn-skewbar-gray {
      font-size: 20px; } }
  @media screen and (max-width: 885px) {
    .k2-ksn-skewbar-gray {
      font-size: 16px; } }

.k2-ksn-skewbar-red {
  background-color: red;
  width: 10%;
  margin-left: -10px;
  display: inline-block;
  text-align: center; }
  @media screen and (max-width: 790px) {
    .k2-ksn-skewbar-red {
      color: white;
      width: 100%;
      margin-left: 0; } }

.k2-ksn-skewbar-open-box {
  display: inline-block;
  width: 60%;
  margin-left: 250px; }
  @media screen and (max-width: 790px) {
    .k2-ksn-skewbar-open-box {
      width: 60%;
      position: static;
      font-size: 18px;
      margin-left: 20%;
      text-align: center;
      padding: 10px; } }

@media screen and (min-width: 769px) and (max-width: 1110px) {
  .k2-ksn-tablet-top {
    max-width: 500px;
    width: 100%;
    display: block;
    margin: auto; }

  .k2-ksn-almost-super-sized-text {
    padding-left: 30px; }

  .k2-ksn-top-heading-1 {
    min-height: 150px; } }
@media screen and (max-width: 980px) {
  .k2-ksn-almost-super-sized-text {
    font-size: 45px;
    line-height: 55px; } }
@media screen and (max-width: 768px) {
  .k2-ksn-calendar-portion {
    text-align: center;
    min-height: 0;
    padding: 10px; }
    .k2-ksn-calendar-portion div {
      display: inline; }

  .k2-ksn-mark-your-calendar {
    padding-left: 40px; }

  .k2-ksn-super-sized-text {
    font-size: 23px;
    font-weight: bold;
    padding: 0; }

  .k2-ksn-reason-text {
    margin: auto;
    margin-bottom: 10px;
    max-width: 200px; }

  .k2-ksn-tablet-top {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: auto; }

  .k2-ksn-almost-super-sized-text {
    font-size: 40px;
    line-height: 50px;
    padding-left: 10px;
    padding-bottom: 30px;
    padding-top: 0; }

  .k2-ksn-top-heading-1 {
    min-height: 112px;
    padding: 10px 30px 10px 40px; }

  .k2-ksn-medium-headline {
    padding-top: 0px; }

  .k2-ksn-hide-on-mobile {
    display: none; } }
.comparison-chart-outer-wrapper {
  visibility: hidden; }
  @media screen and (max-width: 600px) {
    .comparison-chart-outer-wrapper {
      margin-right: -42px;
      margin-left: -20px; } }

.comparison-chart-inner-wrapper {
  width: 100%;
  margin-left: 0;
  overflow: hidden; }

.comparison-chart-left-column, .comparison-chart-right-column {
  display: block;
  float: left; }

.comparison-chart-header-v2.left-col-cell {
  display: inline-block;
  padding: 10px; }

.comparison-chart-header-v2.left-col-cell, .comparison-chart-header-v2.comparison-cell {
  display: block;
  float: left;
  padding: 10px; }

.comparison-chart-header-v2 {
  background-color: #002a9a;
  color: #ffffff; }

.comparison-chart-right-row-container {
  overflow-x: scroll;
  overflow-y: scroll; }

.comparison-chart-header-row-container, .comparison-chart-left-column {
  overflow: hidden; }

.comparison-chart-left-cells {
  overflow: hidden;
  float: left; }

.comparison-chart-row-v2.comparison-cell {
  border: 1px solid rgba(0, 0, 0, 0.19);
  border-top: none;
  display: block;
  float: left;
  padding: 10px; }

.comparison-chart-right-row-container .comparison-chart-row-v2.comparison-cell {
  border-left: none; }

img.comparison-chart-thumbnail-v2 {
  max-width: 120px; }

.comparison-chart-inner-wrapper {
  /*
    @media screen and (max-width:600px) {
      .horz-gesture {
        animation: mobilehorzscroll 5s infinite;
        top: 2%;
        left: 2%;
      }
      .vert-gesture {
        animation: mobilevertscroll 5s infinite;
        top: 2%;
        right: 2%;
      }
    }
  */ }
@keyframes horzscroll {
  0% {
    right: 45%; }
  25% {
    right: 40%; }
  75% {
    right: 50%; }
  100% {
    right: 45%; } }
@keyframes mobilehorzscroll {
  0% {
    left: 2%; }
  50% {
    left: 4%; }
  100% {
    left: 2%; } }
@keyframes vertscroll {
  0% {
    bottom: 40%; }
  25% {
    bottom: 35%; }
  75% {
    bottom: 45%; }
  100% {
    bottom: 40%; } }
@keyframes mobilevertscroll {
  0% {
    top: 2%; }
  50% {
    top: 4%; }
  100% {
    top: 2%; } }
  .comparison-chart-inner-wrapper .gesture {
    position: absolute; }
  .comparison-chart-inner-wrapper .horz-gesture {
    animation: horzscroll 5s infinite;
    bottom: 10%;
    right: 45%; }
  .comparison-chart-inner-wrapper .vert-gesture {
    animation: vertscroll 5s infinite;
    bottom: 40%;
    right: 10%; }
