@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Archivo+Black|Archivo:400,700");
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

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

/*
This .scss loop will create "margin helpers" and "padding helpers" for use in your web projects.
It will generate several classes such as:
.m-r-10 which gives margin-right 10 pixels.
.m-r-15 gives MARGIN to the RIGHT 15 pixels.
.m-t-15 gives MARGIN to the TOP 15 pixels and so on.
.p-b-5 gives PADDING to the BOTTOM of 5 pixels
.p-l-40 gives PADDING to the LEFT of 40 pixels
The first letter is "m" or "p" for MARGIN or PADDING
Second letter is "t", "b", "l", or "r" for TOP, BOTTOM, LEFT, or RIGHT
Third letter is the number of spacing in pixels. Adjust the amounts generated by editing the $spaceamounts variable below.
*/
.mt5 {
  margin-top: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.ml5 {
  margin-left: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.mr5 {
  margin-right: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.ml10 {
  margin-left: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.pr10 {
  padding-right: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.ml15 {
  margin-left: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.mr15 {
  margin-right: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.ml20 {
  margin-left: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.mr20 {
  margin-right: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.ml25 {
  margin-left: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.mr25 {
  margin-right: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.ml30 {
  margin-left: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.mr30 {
  margin-right: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.ml35 {
  margin-left: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.mr35 {
  margin-right: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.ml40 {
  margin-left: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.mr40 {
  margin-right: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.ml45 {
  margin-left: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.mr45 {
  margin-right: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.ml50 {
  margin-left: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.mr50 {
  margin-right: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.ml55 {
  margin-left: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.mr55 {
  margin-right: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.ml60 {
  margin-left: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.mr60 {
  margin-right: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.mt65 {
  margin-top: 65px !important; }

.pt65 {
  padding-top: 65px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.pb65 {
  padding-bottom: 65px !important; }

.ml65 {
  margin-left: 65px !important; }

.pl65 {
  padding-left: 65px !important; }

.mr65 {
  margin-right: 65px !important; }

.pr65 {
  padding-right: 65px !important; }

.mt70 {
  margin-top: 70px !important; }

.pt70 {
  padding-top: 70px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.pb70 {
  padding-bottom: 70px !important; }

.ml70 {
  margin-left: 70px !important; }

.pl70 {
  padding-left: 70px !important; }

.mr70 {
  margin-right: 70px !important; }

.pr70 {
  padding-right: 70px !important; }

.mt75 {
  margin-top: 75px !important; }

.pt75 {
  padding-top: 75px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.pb75 {
  padding-bottom: 75px !important; }

.ml75 {
  margin-left: 75px !important; }

.pl75 {
  padding-left: 75px !important; }

.mr75 {
  margin-right: 75px !important; }

.pr75 {
  padding-right: 75px !important; }

.mt80 {
  margin-top: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.pb80 {
  padding-bottom: 80px !important; }

.ml80 {
  margin-left: 80px !important; }

.pl80 {
  padding-left: 80px !important; }

.mr80 {
  margin-right: 80px !important; }

.pr80 {
  padding-right: 80px !important; }

.mt85 {
  margin-top: 85px !important; }

.pt85 {
  padding-top: 85px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.pb85 {
  padding-bottom: 85px !important; }

.ml85 {
  margin-left: 85px !important; }

.pl85 {
  padding-left: 85px !important; }

.mr85 {
  margin-right: 85px !important; }

.pr85 {
  padding-right: 85px !important; }

.mt90 {
  margin-top: 90px !important; }

.pt90 {
  padding-top: 90px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.ml90 {
  margin-left: 90px !important; }

.pl90 {
  padding-left: 90px !important; }

.mr90 {
  margin-right: 90px !important; }

.pr90 {
  padding-right: 90px !important; }

.mt95 {
  margin-top: 95px !important; }

.pt95 {
  padding-top: 95px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.pb95 {
  padding-bottom: 95px !important; }

.ml95 {
  margin-left: 95px !important; }

.pl95 {
  padding-left: 95px !important; }

.mr95 {
  margin-right: 95px !important; }

.pr95 {
  padding-right: 95px !important; }

.mt100 {
  margin-top: 100px !important; }

.pt100 {
  padding-top: 100px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.pb100 {
  padding-bottom: 100px !important; }

.ml100 {
  margin-left: 100px !important; }

.pl100 {
  padding-left: 100px !important; }

.mr100 {
  margin-right: 100px !important; }

.pr100 {
  padding-right: 100px !important; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.fill-image {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }
  .fill-image img {
    height: 100%;
    object-fit: cover; }

.materialize-red {
  background-color: #e51c23 !important; }

.materialize-red-text {
  color: #e51c23 !important; }

.materialize-red.lighten-5 {
  background-color: #fdeaeb !important; }

.materialize-red-text.text-lighten-5 {
  color: #fdeaeb !important; }

.materialize-red.lighten-4 {
  background-color: #f8c1c3 !important; }

.materialize-red-text.text-lighten-4 {
  color: #f8c1c3 !important; }

.materialize-red.lighten-3 {
  background-color: #f3989b !important; }

.materialize-red-text.text-lighten-3 {
  color: #f3989b !important; }

.materialize-red.lighten-2 {
  background-color: #ee6e73 !important; }

.materialize-red-text.text-lighten-2 {
  color: #ee6e73 !important; }

.materialize-red.lighten-1 {
  background-color: #ea454b !important; }

.materialize-red-text.text-lighten-1 {
  color: #ea454b !important; }

.materialize-red.darken-1 {
  background-color: #d0181e !important; }

.materialize-red-text.text-darken-1 {
  color: #d0181e !important; }

.materialize-red.darken-2 {
  background-color: #b9151b !important; }

.materialize-red-text.text-darken-2 {
  color: #b9151b !important; }

.materialize-red.darken-3 {
  background-color: #a21318 !important; }

.materialize-red-text.text-darken-3 {
  color: #a21318 !important; }

.materialize-red.darken-4 {
  background-color: #8b1014 !important; }

.materialize-red-text.text-darken-4 {
  color: #8b1014 !important; }

.red {
  background-color: #F44336 !important; }

.red-text {
  color: #F44336 !important; }

.red.lighten-5 {
  background-color: #FFEBEE !important; }

.red-text.text-lighten-5 {
  color: #FFEBEE !important; }

.red.lighten-4 {
  background-color: #FFCDD2 !important; }

.red-text.text-lighten-4 {
  color: #FFCDD2 !important; }

.red.lighten-3 {
  background-color: #EF9A9A !important; }

.red-text.text-lighten-3 {
  color: #EF9A9A !important; }

.red.lighten-2 {
  background-color: #E57373 !important; }

.red-text.text-lighten-2 {
  color: #E57373 !important; }

.red.lighten-1 {
  background-color: #EF5350 !important; }

.red-text.text-lighten-1 {
  color: #EF5350 !important; }

.red.darken-1 {
  background-color: #E53935 !important; }

.red-text.text-darken-1 {
  color: #E53935 !important; }

.red.darken-2 {
  background-color: #D32F2F !important; }

.red-text.text-darken-2 {
  color: #D32F2F !important; }

.red.darken-3 {
  background-color: #C62828 !important; }

.red-text.text-darken-3 {
  color: #C62828 !important; }

.red.darken-4 {
  background-color: #B71C1C !important; }

.red-text.text-darken-4 {
  color: #B71C1C !important; }

.red.accent-1 {
  background-color: #FF8A80 !important; }

.red-text.text-accent-1 {
  color: #FF8A80 !important; }

.red.accent-2 {
  background-color: #FF5252 !important; }

.red-text.text-accent-2 {
  color: #FF5252 !important; }

.red.accent-3 {
  background-color: #FF1744 !important; }

.red-text.text-accent-3 {
  color: #FF1744 !important; }

.red.accent-4 {
  background-color: #D50000 !important; }

.red-text.text-accent-4 {
  color: #D50000 !important; }

.pink {
  background-color: #e91e63 !important; }

.pink-text {
  color: #e91e63 !important; }

.pink.lighten-5 {
  background-color: #fce4ec !important; }

.pink-text.text-lighten-5 {
  color: #fce4ec !important; }

.pink.lighten-4 {
  background-color: #f8bbd0 !important; }

.pink-text.text-lighten-4 {
  color: #f8bbd0 !important; }

.pink.lighten-3 {
  background-color: #f48fb1 !important; }

.pink-text.text-lighten-3 {
  color: #f48fb1 !important; }

.pink.lighten-2 {
  background-color: #f06292 !important; }

.pink-text.text-lighten-2 {
  color: #f06292 !important; }

.pink.lighten-1 {
  background-color: #ec407a !important; }

.pink-text.text-lighten-1 {
  color: #ec407a !important; }

.pink.darken-1 {
  background-color: #d81b60 !important; }

.pink-text.text-darken-1 {
  color: #d81b60 !important; }

.pink.darken-2 {
  background-color: #c2185b !important; }

.pink-text.text-darken-2 {
  color: #c2185b !important; }

.pink.darken-3 {
  background-color: #ad1457 !important; }

.pink-text.text-darken-3 {
  color: #ad1457 !important; }

.pink.darken-4 {
  background-color: #880e4f !important; }

.pink-text.text-darken-4 {
  color: #880e4f !important; }

.pink.accent-1 {
  background-color: #ff80ab !important; }

.pink-text.text-accent-1 {
  color: #ff80ab !important; }

.pink.accent-2 {
  background-color: #ff4081 !important; }

.pink-text.text-accent-2 {
  color: #ff4081 !important; }

.pink.accent-3 {
  background-color: #f50057 !important; }

.pink-text.text-accent-3 {
  color: #f50057 !important; }

.pink.accent-4 {
  background-color: #c51162 !important; }

.pink-text.text-accent-4 {
  color: #c51162 !important; }

.purple {
  background-color: #9c27b0 !important; }

.purple-text {
  color: #9c27b0 !important; }

.purple.lighten-5 {
  background-color: #f3e5f5 !important; }

.purple-text.text-lighten-5 {
  color: #f3e5f5 !important; }

.purple.lighten-4 {
  background-color: #e1bee7 !important; }

.purple-text.text-lighten-4 {
  color: #e1bee7 !important; }

.purple.lighten-3 {
  background-color: #ce93d8 !important; }

.purple-text.text-lighten-3 {
  color: #ce93d8 !important; }

.purple.lighten-2 {
  background-color: #ba68c8 !important; }

.purple-text.text-lighten-2 {
  color: #ba68c8 !important; }

.purple.lighten-1 {
  background-color: #ab47bc !important; }

.purple-text.text-lighten-1 {
  color: #ab47bc !important; }

.purple.darken-1 {
  background-color: #8e24aa !important; }

.purple-text.text-darken-1 {
  color: #8e24aa !important; }

.purple.darken-2 {
  background-color: #7b1fa2 !important; }

.purple-text.text-darken-2 {
  color: #7b1fa2 !important; }

.purple.darken-3 {
  background-color: #6a1b9a !important; }

.purple-text.text-darken-3 {
  color: #6a1b9a !important; }

.purple.darken-4 {
  background-color: #4a148c !important; }

.purple-text.text-darken-4 {
  color: #4a148c !important; }

.purple.accent-1 {
  background-color: #ea80fc !important; }

.purple-text.text-accent-1 {
  color: #ea80fc !important; }

.purple.accent-2 {
  background-color: #e040fb !important; }

.purple-text.text-accent-2 {
  color: #e040fb !important; }

.purple.accent-3 {
  background-color: #d500f9 !important; }

.purple-text.text-accent-3 {
  color: #d500f9 !important; }

.purple.accent-4 {
  background-color: #aa00ff !important; }

.purple-text.text-accent-4 {
  color: #aa00ff !important; }

.deep-purple {
  background-color: #673ab7 !important; }

.deep-purple-text {
  color: #673ab7 !important; }

.deep-purple.lighten-5 {
  background-color: #ede7f6 !important; }

.deep-purple-text.text-lighten-5 {
  color: #ede7f6 !important; }

.deep-purple.lighten-4 {
  background-color: #d1c4e9 !important; }

.deep-purple-text.text-lighten-4 {
  color: #d1c4e9 !important; }

.deep-purple.lighten-3 {
  background-color: #b39ddb !important; }

.deep-purple-text.text-lighten-3 {
  color: #b39ddb !important; }

.deep-purple.lighten-2 {
  background-color: #9575cd !important; }

.deep-purple-text.text-lighten-2 {
  color: #9575cd !important; }

.deep-purple.lighten-1 {
  background-color: #7e57c2 !important; }

.deep-purple-text.text-lighten-1 {
  color: #7e57c2 !important; }

.deep-purple.darken-1 {
  background-color: #5e35b1 !important; }

.deep-purple-text.text-darken-1 {
  color: #5e35b1 !important; }

.deep-purple.darken-2 {
  background-color: #512da8 !important; }

.deep-purple-text.text-darken-2 {
  color: #512da8 !important; }

.deep-purple.darken-3 {
  background-color: #4527a0 !important; }

.deep-purple-text.text-darken-3 {
  color: #4527a0 !important; }

.deep-purple.darken-4 {
  background-color: #311b92 !important; }

.deep-purple-text.text-darken-4 {
  color: #311b92 !important; }

.deep-purple.accent-1 {
  background-color: #b388ff !important; }

.deep-purple-text.text-accent-1 {
  color: #b388ff !important; }

.deep-purple.accent-2 {
  background-color: #7c4dff !important; }

.deep-purple-text.text-accent-2 {
  color: #7c4dff !important; }

.deep-purple.accent-3 {
  background-color: #651fff !important; }

.deep-purple-text.text-accent-3 {
  color: #651fff !important; }

.deep-purple.accent-4 {
  background-color: #6200ea !important; }

.deep-purple-text.text-accent-4 {
  color: #6200ea !important; }

.indigo {
  background-color: #3f51b5 !important; }

.indigo-text {
  color: #3f51b5 !important; }

.indigo.lighten-5 {
  background-color: #e8eaf6 !important; }

.indigo-text.text-lighten-5 {
  color: #e8eaf6 !important; }

.indigo.lighten-4 {
  background-color: #c5cae9 !important; }

.indigo-text.text-lighten-4 {
  color: #c5cae9 !important; }

.indigo.lighten-3 {
  background-color: #9fa8da !important; }

.indigo-text.text-lighten-3 {
  color: #9fa8da !important; }

.indigo.lighten-2 {
  background-color: #7986cb !important; }

.indigo-text.text-lighten-2 {
  color: #7986cb !important; }

.indigo.lighten-1 {
  background-color: #5c6bc0 !important; }

.indigo-text.text-lighten-1 {
  color: #5c6bc0 !important; }

.indigo.darken-1 {
  background-color: #3949ab !important; }

.indigo-text.text-darken-1 {
  color: #3949ab !important; }

.indigo.darken-2 {
  background-color: #303f9f !important; }

.indigo-text.text-darken-2 {
  color: #303f9f !important; }

.indigo.darken-3 {
  background-color: #283593 !important; }

.indigo-text.text-darken-3 {
  color: #283593 !important; }

.indigo.darken-4 {
  background-color: #1a237e !important; }

.indigo-text.text-darken-4 {
  color: #1a237e !important; }

.indigo.accent-1 {
  background-color: #8c9eff !important; }

.indigo-text.text-accent-1 {
  color: #8c9eff !important; }

.indigo.accent-2 {
  background-color: #536dfe !important; }

.indigo-text.text-accent-2 {
  color: #536dfe !important; }

.indigo.accent-3 {
  background-color: #3d5afe !important; }

.indigo-text.text-accent-3 {
  color: #3d5afe !important; }

.indigo.accent-4 {
  background-color: #304ffe !important; }

.indigo-text.text-accent-4 {
  color: #304ffe !important; }

.blue {
  background-color: #2196F3 !important; }

.blue-text {
  color: #2196F3 !important; }

.blue.lighten-5 {
  background-color: #E3F2FD !important; }

.blue-text.text-lighten-5 {
  color: #E3F2FD !important; }

.blue.lighten-4 {
  background-color: #BBDEFB !important; }

.blue-text.text-lighten-4 {
  color: #BBDEFB !important; }

.blue.lighten-3 {
  background-color: #90CAF9 !important; }

.blue-text.text-lighten-3 {
  color: #90CAF9 !important; }

.blue.lighten-2 {
  background-color: #64B5F6 !important; }

.blue-text.text-lighten-2 {
  color: #64B5F6 !important; }

.blue.lighten-1 {
  background-color: #42A5F5 !important; }

.blue-text.text-lighten-1 {
  color: #42A5F5 !important; }

.blue.darken-1 {
  background-color: #1E88E5 !important; }

.blue-text.text-darken-1 {
  color: #1E88E5 !important; }

.blue.darken-2 {
  background-color: #1976D2 !important; }

.blue-text.text-darken-2 {
  color: #1976D2 !important; }

.blue.darken-3 {
  background-color: #1565C0 !important; }

.blue-text.text-darken-3 {
  color: #1565C0 !important; }

.blue.darken-4 {
  background-color: #0D47A1 !important; }

.blue-text.text-darken-4 {
  color: #0D47A1 !important; }

.blue.accent-1 {
  background-color: #82B1FF !important; }

.blue-text.text-accent-1 {
  color: #82B1FF !important; }

.blue.accent-2 {
  background-color: #448AFF !important; }

.blue-text.text-accent-2 {
  color: #448AFF !important; }

.blue.accent-3 {
  background-color: #2979FF !important; }

.blue-text.text-accent-3 {
  color: #2979FF !important; }

.blue.accent-4 {
  background-color: #2962FF !important; }

.blue-text.text-accent-4 {
  color: #2962FF !important; }

.light-blue {
  background-color: #03a9f4 !important; }

.light-blue-text {
  color: #03a9f4 !important; }

.light-blue.lighten-5 {
  background-color: #e1f5fe !important; }

.light-blue-text.text-lighten-5 {
  color: #e1f5fe !important; }

.light-blue.lighten-4 {
  background-color: #b3e5fc !important; }

.light-blue-text.text-lighten-4 {
  color: #b3e5fc !important; }

.light-blue.lighten-3 {
  background-color: #81d4fa !important; }

.light-blue-text.text-lighten-3 {
  color: #81d4fa !important; }

.light-blue.lighten-2 {
  background-color: #4fc3f7 !important; }

.light-blue-text.text-lighten-2 {
  color: #4fc3f7 !important; }

.light-blue.lighten-1 {
  background-color: #29b6f6 !important; }

.light-blue-text.text-lighten-1 {
  color: #29b6f6 !important; }

.light-blue.darken-1 {
  background-color: #039be5 !important; }

.light-blue-text.text-darken-1 {
  color: #039be5 !important; }

.light-blue.darken-2 {
  background-color: #0288d1 !important; }

.light-blue-text.text-darken-2 {
  color: #0288d1 !important; }

.light-blue.darken-3 {
  background-color: #0277bd !important; }

.light-blue-text.text-darken-3 {
  color: #0277bd !important; }

.light-blue.darken-4 {
  background-color: #01579b !important; }

.light-blue-text.text-darken-4 {
  color: #01579b !important; }

.light-blue.accent-1 {
  background-color: #80d8ff !important; }

.light-blue-text.text-accent-1 {
  color: #80d8ff !important; }

.light-blue.accent-2 {
  background-color: #40c4ff !important; }

.light-blue-text.text-accent-2 {
  color: #40c4ff !important; }

.light-blue.accent-3 {
  background-color: #00b0ff !important; }

.light-blue-text.text-accent-3 {
  color: #00b0ff !important; }

.light-blue.accent-4 {
  background-color: #0091ea !important; }

.light-blue-text.text-accent-4 {
  color: #0091ea !important; }

.cyan {
  background-color: #00bcd4 !important; }

.cyan-text {
  color: #00bcd4 !important; }

.cyan.lighten-5 {
  background-color: #e0f7fa !important; }

.cyan-text.text-lighten-5 {
  color: #e0f7fa !important; }

.cyan.lighten-4 {
  background-color: #b2ebf2 !important; }

.cyan-text.text-lighten-4 {
  color: #b2ebf2 !important; }

.cyan.lighten-3 {
  background-color: #80deea !important; }

.cyan-text.text-lighten-3 {
  color: #80deea !important; }

.cyan.lighten-2 {
  background-color: #4dd0e1 !important; }

.cyan-text.text-lighten-2 {
  color: #4dd0e1 !important; }

.cyan.lighten-1 {
  background-color: #26c6da !important; }

.cyan-text.text-lighten-1 {
  color: #26c6da !important; }

.cyan.darken-1 {
  background-color: #00acc1 !important; }

.cyan-text.text-darken-1 {
  color: #00acc1 !important; }

.cyan.darken-2 {
  background-color: #0097a7 !important; }

.cyan-text.text-darken-2 {
  color: #0097a7 !important; }

.cyan.darken-3 {
  background-color: #00838f !important; }

.cyan-text.text-darken-3 {
  color: #00838f !important; }

.cyan.darken-4 {
  background-color: #006064 !important; }

.cyan-text.text-darken-4 {
  color: #006064 !important; }

.cyan.accent-1 {
  background-color: #84ffff !important; }

.cyan-text.text-accent-1 {
  color: #84ffff !important; }

.cyan.accent-2 {
  background-color: #18ffff !important; }

.cyan-text.text-accent-2 {
  color: #18ffff !important; }

.cyan.accent-3 {
  background-color: #00e5ff !important; }

.cyan-text.text-accent-3 {
  color: #00e5ff !important; }

.cyan.accent-4 {
  background-color: #00b8d4 !important; }

.cyan-text.text-accent-4 {
  color: #00b8d4 !important; }

.teal {
  background-color: #009688 !important; }

.teal-text {
  color: #009688 !important; }

.teal.lighten-5 {
  background-color: #e0f2f1 !important; }

.teal-text.text-lighten-5 {
  color: #e0f2f1 !important; }

.teal.lighten-4 {
  background-color: #b2dfdb !important; }

.teal-text.text-lighten-4 {
  color: #b2dfdb !important; }

.teal.lighten-3 {
  background-color: #80cbc4 !important; }

.teal-text.text-lighten-3 {
  color: #80cbc4 !important; }

.teal.lighten-2 {
  background-color: #4db6ac !important; }

.teal-text.text-lighten-2 {
  color: #4db6ac !important; }

.teal.lighten-1 {
  background-color: #26a69a !important; }

.teal-text.text-lighten-1 {
  color: #26a69a !important; }

.teal.darken-1 {
  background-color: #00897b !important; }

.teal-text.text-darken-1 {
  color: #00897b !important; }

.teal.darken-2 {
  background-color: #00796b !important; }

.teal-text.text-darken-2 {
  color: #00796b !important; }

.teal.darken-3 {
  background-color: #00695c !important; }

.teal-text.text-darken-3 {
  color: #00695c !important; }

.teal.darken-4 {
  background-color: #004d40 !important; }

.teal-text.text-darken-4 {
  color: #004d40 !important; }

.teal.accent-1 {
  background-color: #a7ffeb !important; }

.teal-text.text-accent-1 {
  color: #a7ffeb !important; }

.teal.accent-2 {
  background-color: #64ffda !important; }

.teal-text.text-accent-2 {
  color: #64ffda !important; }

.teal.accent-3 {
  background-color: #1de9b6 !important; }

.teal-text.text-accent-3 {
  color: #1de9b6 !important; }

.teal.accent-4 {
  background-color: #00bfa5 !important; }

.teal-text.text-accent-4 {
  color: #00bfa5 !important; }

.green {
  background-color: #4CAF50 !important; }

.green-text {
  color: #4CAF50 !important; }

.green.lighten-5 {
  background-color: #E8F5E9 !important; }

.green-text.text-lighten-5 {
  color: #E8F5E9 !important; }

.green.lighten-4 {
  background-color: #C8E6C9 !important; }

.green-text.text-lighten-4 {
  color: #C8E6C9 !important; }

.green.lighten-3 {
  background-color: #A5D6A7 !important; }

.green-text.text-lighten-3 {
  color: #A5D6A7 !important; }

.green.lighten-2 {
  background-color: #81C784 !important; }

.green-text.text-lighten-2 {
  color: #81C784 !important; }

.green.lighten-1 {
  background-color: #66BB6A !important; }

.green-text.text-lighten-1 {
  color: #66BB6A !important; }

.green.darken-1 {
  background-color: #43A047 !important; }

.green-text.text-darken-1 {
  color: #43A047 !important; }

.green.darken-2 {
  background-color: #388E3C !important; }

.green-text.text-darken-2 {
  color: #388E3C !important; }

.green.darken-3 {
  background-color: #2E7D32 !important; }

.green-text.text-darken-3 {
  color: #2E7D32 !important; }

.green.darken-4 {
  background-color: #1B5E20 !important; }

.green-text.text-darken-4 {
  color: #1B5E20 !important; }

.green.accent-1 {
  background-color: #B9F6CA !important; }

.green-text.text-accent-1 {
  color: #B9F6CA !important; }

.green.accent-2 {
  background-color: #69F0AE !important; }

.green-text.text-accent-2 {
  color: #69F0AE !important; }

.green.accent-3 {
  background-color: #00E676 !important; }

.green-text.text-accent-3 {
  color: #00E676 !important; }

.green.accent-4 {
  background-color: #00C853 !important; }

.green-text.text-accent-4 {
  color: #00C853 !important; }

.light-green {
  background-color: #8bc34a !important; }

.light-green-text {
  color: #8bc34a !important; }

.light-green.lighten-5 {
  background-color: #f1f8e9 !important; }

.light-green-text.text-lighten-5 {
  color: #f1f8e9 !important; }

.light-green.lighten-4 {
  background-color: #dcedc8 !important; }

.light-green-text.text-lighten-4 {
  color: #dcedc8 !important; }

.light-green.lighten-3 {
  background-color: #c5e1a5 !important; }

.light-green-text.text-lighten-3 {
  color: #c5e1a5 !important; }

.light-green.lighten-2 {
  background-color: #aed581 !important; }

.light-green-text.text-lighten-2 {
  color: #aed581 !important; }

.light-green.lighten-1 {
  background-color: #9ccc65 !important; }

.light-green-text.text-lighten-1 {
  color: #9ccc65 !important; }

.light-green.darken-1 {
  background-color: #7cb342 !important; }

.light-green-text.text-darken-1 {
  color: #7cb342 !important; }

.light-green.darken-2 {
  background-color: #689f38 !important; }

.light-green-text.text-darken-2 {
  color: #689f38 !important; }

.light-green.darken-3 {
  background-color: #558b2f !important; }

.light-green-text.text-darken-3 {
  color: #558b2f !important; }

.light-green.darken-4 {
  background-color: #33691e !important; }

.light-green-text.text-darken-4 {
  color: #33691e !important; }

.light-green.accent-1 {
  background-color: #ccff90 !important; }

.light-green-text.text-accent-1 {
  color: #ccff90 !important; }

.light-green.accent-2 {
  background-color: #b2ff59 !important; }

.light-green-text.text-accent-2 {
  color: #b2ff59 !important; }

.light-green.accent-3 {
  background-color: #76ff03 !important; }

.light-green-text.text-accent-3 {
  color: #76ff03 !important; }

.light-green.accent-4 {
  background-color: #64dd17 !important; }

.light-green-text.text-accent-4 {
  color: #64dd17 !important; }

.lime {
  background-color: #cddc39 !important; }

.lime-text {
  color: #cddc39 !important; }

.lime.lighten-5 {
  background-color: #f9fbe7 !important; }

.lime-text.text-lighten-5 {
  color: #f9fbe7 !important; }

.lime.lighten-4 {
  background-color: #f0f4c3 !important; }

.lime-text.text-lighten-4 {
  color: #f0f4c3 !important; }

.lime.lighten-3 {
  background-color: #e6ee9c !important; }

.lime-text.text-lighten-3 {
  color: #e6ee9c !important; }

.lime.lighten-2 {
  background-color: #dce775 !important; }

.lime-text.text-lighten-2 {
  color: #dce775 !important; }

.lime.lighten-1 {
  background-color: #d4e157 !important; }

.lime-text.text-lighten-1 {
  color: #d4e157 !important; }

.lime.darken-1 {
  background-color: #c0ca33 !important; }

.lime-text.text-darken-1 {
  color: #c0ca33 !important; }

.lime.darken-2 {
  background-color: #afb42b !important; }

.lime-text.text-darken-2 {
  color: #afb42b !important; }

.lime.darken-3 {
  background-color: #9e9d24 !important; }

.lime-text.text-darken-3 {
  color: #9e9d24 !important; }

.lime.darken-4 {
  background-color: #827717 !important; }

.lime-text.text-darken-4 {
  color: #827717 !important; }

.lime.accent-1 {
  background-color: #f4ff81 !important; }

.lime-text.text-accent-1 {
  color: #f4ff81 !important; }

.lime.accent-2 {
  background-color: #eeff41 !important; }

.lime-text.text-accent-2 {
  color: #eeff41 !important; }

.lime.accent-3 {
  background-color: #c6ff00 !important; }

.lime-text.text-accent-3 {
  color: #c6ff00 !important; }

.lime.accent-4 {
  background-color: #aeea00 !important; }

.lime-text.text-accent-4 {
  color: #aeea00 !important; }

.yellow {
  background-color: #ffeb3b !important; }

.yellow-text {
  color: #ffeb3b !important; }

.yellow.lighten-5 {
  background-color: #fffde7 !important; }

.yellow-text.text-lighten-5 {
  color: #fffde7 !important; }

.yellow.lighten-4 {
  background-color: #fff9c4 !important; }

.yellow-text.text-lighten-4 {
  color: #fff9c4 !important; }

.yellow.lighten-3 {
  background-color: #fff59d !important; }

.yellow-text.text-lighten-3 {
  color: #fff59d !important; }

.yellow.lighten-2 {
  background-color: #fff176 !important; }

.yellow-text.text-lighten-2 {
  color: #fff176 !important; }

.yellow.lighten-1 {
  background-color: #ffee58 !important; }

.yellow-text.text-lighten-1 {
  color: #ffee58 !important; }

.yellow.darken-1 {
  background-color: #fdd835 !important; }

.yellow-text.text-darken-1 {
  color: #fdd835 !important; }

.yellow.darken-2 {
  background-color: #fbc02d !important; }

.yellow-text.text-darken-2 {
  color: #fbc02d !important; }

.yellow.darken-3 {
  background-color: #f9a825 !important; }

.yellow-text.text-darken-3 {
  color: #f9a825 !important; }

.yellow.darken-4 {
  background-color: #f57f17 !important; }

.yellow-text.text-darken-4 {
  color: #f57f17 !important; }

.yellow.accent-1 {
  background-color: #ffff8d !important; }

.yellow-text.text-accent-1 {
  color: #ffff8d !important; }

.yellow.accent-2 {
  background-color: #ffff00 !important; }

.yellow-text.text-accent-2 {
  color: #ffff00 !important; }

.yellow.accent-3 {
  background-color: #ffea00 !important; }

.yellow-text.text-accent-3 {
  color: #ffea00 !important; }

.yellow.accent-4 {
  background-color: #ffd600 !important; }

.yellow-text.text-accent-4 {
  color: #ffd600 !important; }

.amber {
  background-color: #ffc107 !important; }

.amber-text {
  color: #ffc107 !important; }

.amber.lighten-5 {
  background-color: #fff8e1 !important; }

.amber-text.text-lighten-5 {
  color: #fff8e1 !important; }

.amber.lighten-4 {
  background-color: #ffecb3 !important; }

.amber-text.text-lighten-4 {
  color: #ffecb3 !important; }

.amber.lighten-3 {
  background-color: #ffe082 !important; }

.amber-text.text-lighten-3 {
  color: #ffe082 !important; }

.amber.lighten-2 {
  background-color: #ffd54f !important; }

.amber-text.text-lighten-2 {
  color: #ffd54f !important; }

.amber.lighten-1 {
  background-color: #ffca28 !important; }

.amber-text.text-lighten-1 {
  color: #ffca28 !important; }

.amber.darken-1 {
  background-color: #ffb300 !important; }

.amber-text.text-darken-1 {
  color: #ffb300 !important; }

.amber.darken-2 {
  background-color: #ffa000 !important; }

.amber-text.text-darken-2 {
  color: #ffa000 !important; }

.amber.darken-3 {
  background-color: #ff8f00 !important; }

.amber-text.text-darken-3 {
  color: #ff8f00 !important; }

.amber.darken-4 {
  background-color: #ff6f00 !important; }

.amber-text.text-darken-4 {
  color: #ff6f00 !important; }

.amber.accent-1 {
  background-color: #ffe57f !important; }

.amber-text.text-accent-1 {
  color: #ffe57f !important; }

.amber.accent-2 {
  background-color: #ffd740 !important; }

.amber-text.text-accent-2 {
  color: #ffd740 !important; }

.amber.accent-3 {
  background-color: #ffc400 !important; }

.amber-text.text-accent-3 {
  color: #ffc400 !important; }

.amber.accent-4 {
  background-color: #ffab00 !important; }

.amber-text.text-accent-4 {
  color: #ffab00 !important; }

.orange {
  background-color: #ff9800 !important; }

.orange-text {
  color: #ff9800 !important; }

.orange.lighten-5 {
  background-color: #fff3e0 !important; }

.orange-text.text-lighten-5 {
  color: #fff3e0 !important; }

.orange.lighten-4 {
  background-color: #ffe0b2 !important; }

.orange-text.text-lighten-4 {
  color: #ffe0b2 !important; }

.orange.lighten-3 {
  background-color: #ffcc80 !important; }

.orange-text.text-lighten-3 {
  color: #ffcc80 !important; }

.orange.lighten-2 {
  background-color: #ffb74d !important; }

.orange-text.text-lighten-2 {
  color: #ffb74d !important; }

.orange.lighten-1 {
  background-color: #ffa726 !important; }

.orange-text.text-lighten-1 {
  color: #ffa726 !important; }

.orange.darken-1 {
  background-color: #fb8c00 !important; }

.orange-text.text-darken-1 {
  color: #fb8c00 !important; }

.orange.darken-2 {
  background-color: #f57c00 !important; }

.orange-text.text-darken-2 {
  color: #f57c00 !important; }

.orange.darken-3 {
  background-color: #ef6c00 !important; }

.orange-text.text-darken-3 {
  color: #ef6c00 !important; }

.orange.darken-4 {
  background-color: #e65100 !important; }

.orange-text.text-darken-4 {
  color: #e65100 !important; }

.orange.accent-1 {
  background-color: #ffd180 !important; }

.orange-text.text-accent-1 {
  color: #ffd180 !important; }

.orange.accent-2 {
  background-color: #ffab40 !important; }

.orange-text.text-accent-2 {
  color: #ffab40 !important; }

.orange.accent-3 {
  background-color: #ff9100 !important; }

.orange-text.text-accent-3 {
  color: #ff9100 !important; }

.orange.accent-4 {
  background-color: #ff6d00 !important; }

.orange-text.text-accent-4 {
  color: #ff6d00 !important; }

.deep-orange {
  background-color: #ff5722 !important; }

.deep-orange-text {
  color: #ff5722 !important; }

.deep-orange.lighten-5 {
  background-color: #fbe9e7 !important; }

.deep-orange-text.text-lighten-5 {
  color: #fbe9e7 !important; }

.deep-orange.lighten-4 {
  background-color: #ffccbc !important; }

.deep-orange-text.text-lighten-4 {
  color: #ffccbc !important; }

.deep-orange.lighten-3 {
  background-color: #ffab91 !important; }

.deep-orange-text.text-lighten-3 {
  color: #ffab91 !important; }

.deep-orange.lighten-2 {
  background-color: #ff8a65 !important; }

.deep-orange-text.text-lighten-2 {
  color: #ff8a65 !important; }

.deep-orange.lighten-1 {
  background-color: #ff7043 !important; }

.deep-orange-text.text-lighten-1 {
  color: #ff7043 !important; }

.deep-orange.darken-1 {
  background-color: #f4511e !important; }

.deep-orange-text.text-darken-1 {
  color: #f4511e !important; }

.deep-orange.darken-2 {
  background-color: #e64a19 !important; }

.deep-orange-text.text-darken-2 {
  color: #e64a19 !important; }

.deep-orange.darken-3 {
  background-color: #d84315 !important; }

.deep-orange-text.text-darken-3 {
  color: #d84315 !important; }

.deep-orange.darken-4 {
  background-color: #bf360c !important; }

.deep-orange-text.text-darken-4 {
  color: #bf360c !important; }

.deep-orange.accent-1 {
  background-color: #ff9e80 !important; }

.deep-orange-text.text-accent-1 {
  color: #ff9e80 !important; }

.deep-orange.accent-2 {
  background-color: #ff6e40 !important; }

.deep-orange-text.text-accent-2 {
  color: #ff6e40 !important; }

.deep-orange.accent-3 {
  background-color: #ff3d00 !important; }

.deep-orange-text.text-accent-3 {
  color: #ff3d00 !important; }

.deep-orange.accent-4 {
  background-color: #dd2c00 !important; }

.deep-orange-text.text-accent-4 {
  color: #dd2c00 !important; }

.brown {
  background-color: #795548 !important; }

.brown-text {
  color: #795548 !important; }

.brown.lighten-5 {
  background-color: #efebe9 !important; }

.brown-text.text-lighten-5 {
  color: #efebe9 !important; }

.brown.lighten-4 {
  background-color: #d7ccc8 !important; }

.brown-text.text-lighten-4 {
  color: #d7ccc8 !important; }

.brown.lighten-3 {
  background-color: #bcaaa4 !important; }

.brown-text.text-lighten-3 {
  color: #bcaaa4 !important; }

.brown.lighten-2 {
  background-color: #a1887f !important; }

.brown-text.text-lighten-2 {
  color: #a1887f !important; }

.brown.lighten-1 {
  background-color: #8d6e63 !important; }

.brown-text.text-lighten-1 {
  color: #8d6e63 !important; }

.brown.darken-1 {
  background-color: #6d4c41 !important; }

.brown-text.text-darken-1 {
  color: #6d4c41 !important; }

.brown.darken-2 {
  background-color: #5d4037 !important; }

.brown-text.text-darken-2 {
  color: #5d4037 !important; }

.brown.darken-3 {
  background-color: #4e342e !important; }

.brown-text.text-darken-3 {
  color: #4e342e !important; }

.brown.darken-4 {
  background-color: #3e2723 !important; }

.brown-text.text-darken-4 {
  color: #3e2723 !important; }

.blue-grey {
  background-color: #607d8b !important; }

.blue-grey-text {
  color: #607d8b !important; }

.blue-grey.lighten-5 {
  background-color: #eceff1 !important; }

.blue-grey-text.text-lighten-5 {
  color: #eceff1 !important; }

.blue-grey.lighten-4 {
  background-color: #cfd8dc !important; }

.blue-grey-text.text-lighten-4 {
  color: #cfd8dc !important; }

.blue-grey.lighten-3 {
  background-color: #b0bec5 !important; }

.blue-grey-text.text-lighten-3 {
  color: #b0bec5 !important; }

.blue-grey.lighten-2 {
  background-color: #90a4ae !important; }

.blue-grey-text.text-lighten-2 {
  color: #90a4ae !important; }

.blue-grey.lighten-1 {
  background-color: #78909c !important; }

.blue-grey-text.text-lighten-1 {
  color: #78909c !important; }

.blue-grey.darken-1 {
  background-color: #546e7a !important; }

.blue-grey-text.text-darken-1 {
  color: #546e7a !important; }

.blue-grey.darken-2 {
  background-color: #455a64 !important; }

.blue-grey-text.text-darken-2 {
  color: #455a64 !important; }

.blue-grey.darken-3 {
  background-color: #37474f !important; }

.blue-grey-text.text-darken-3 {
  color: #37474f !important; }

.blue-grey.darken-4 {
  background-color: #263238 !important; }

.blue-grey-text.text-darken-4 {
  color: #263238 !important; }

.grey {
  background-color: #9e9e9e !important; }

.grey-text {
  color: #9e9e9e !important; }

.grey.lighten-5 {
  background-color: #fafafa !important; }

.grey-text.text-lighten-5 {
  color: #fafafa !important; }

.grey.lighten-4 {
  background-color: #f5f5f5 !important; }

.grey-text.text-lighten-4 {
  color: #f5f5f5 !important; }

.grey.lighten-3 {
  background-color: #eeeeee !important; }

.grey-text.text-lighten-3 {
  color: #eeeeee !important; }

.grey.lighten-2 {
  background-color: #e0e0e0 !important; }

.grey-text.text-lighten-2 {
  color: #e0e0e0 !important; }

.grey.lighten-1 {
  background-color: #bdbdbd !important; }

.grey-text.text-lighten-1 {
  color: #bdbdbd !important; }

.grey.darken-1 {
  background-color: #757575 !important; }

.grey-text.text-darken-1 {
  color: #757575 !important; }

.grey.darken-2 {
  background-color: #616161 !important; }

.grey-text.text-darken-2 {
  color: #616161 !important; }

.grey.darken-3 {
  background-color: #424242 !important; }

.grey-text.text-darken-3 {
  color: #424242 !important; }

.grey.darken-4 {
  background-color: #212121 !important; }

.grey-text.text-darken-4 {
  color: #212121 !important; }

.black {
  background-color: #000000 !important; }

.black-text {
  color: #000000 !important; }

.white {
  background-color: #FFFFFF !important; }

.white-text {
  color: #FFFFFF !important; }

.transparent {
  background-color: transparent !important; }

.transparent-text {
  color: transparent !important; }

html {
  box-sizing: border-box; }

html, body {
  width: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden; }

*, *:before, *:after {
  box-sizing: inherit; }

button,
input,
optgroup,
select,
textarea {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Archivo", "Archivo Black" sans-serif; }

ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none; }
  ul:not(.browser-default) > li {
    list-style-type: none; }

a {
  color: #039be5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

.valign-wrapper {
  display: flex;
  align-items: center; }

.clearfix {
  clear: both; }

.z-depth-0 {
  box-shadow: none !important; }

/* 2dp elevation modified*/
.z-depth-1, .card-panel, .card, .basic-card, .featured-card, .featured-card-8,
.featured-card-4, .btn, .btn-large, .btn-small, .btn-floating {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2); }

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-small:hover, .btn-floating:hover {
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2); }

/* 6dp elevation modified*/
.z-depth-2 {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3); }

/* 12dp elevation modified*/
.z-depth-3, .basic-card, .featured-card, .featured-card-8,
.featured-card-4 {
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2); }

/* 16dp elevation */
.z-depth-4 {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -7px rgba(0, 0, 0, 0.2); }

/* 24dp elevation */
.z-depth-5 {
  box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12), 0 11px 15px -7px rgba(0, 0, 0, 0.2); }

.hoverable {
  transition: box-shadow .25s; }
  .hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.divider {
  height: 1px;
  overflow: hidden;
  background-color: #e0e0e0; }

blockquote {
  margin: 20px 0;
  padding-left: 1.5rem;
  border-left: 5px solid #ee6e73; }

i {
  line-height: inherit; }
  i.left {
    float: left;
    margin-right: 15px; }
  i.right {
    float: right;
    margin-left: 15px; }
  i.tiny {
    font-size: 1rem; }
  i.small {
    font-size: 2rem; }
  i.medium {
    font-size: 4rem; }
  i.large {
    font-size: 6rem; }

img.responsive-img,
video.responsive-video {
  max-width: 100%;
  height: auto; }

.pagination li {
  display: inline-block;
  border-radius: 2px;
  text-align: center;
  vertical-align: top;
  height: 30px; }
  .pagination li a {
    color: #444;
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px; }
  .pagination li.active a {
    color: #fff; }
  .pagination li.active {
    background-color: #ee6e73; }
  .pagination li.disabled a {
    cursor: default;
    color: #999; }
  .pagination li i {
    font-size: 2rem; }

.pagination li.pages ul li {
  display: inline-block;
  float: none; }

@media only screen and (max-width: 992px) {
  .pagination {
    width: 100%; }
    .pagination li.prev,
    .pagination li.next {
      width: 10%; }
    .pagination li.pages {
      width: 80%;
      overflow: hidden;
      white-space: nowrap; } }

.breadcrumb {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7); }
  .breadcrumb i,
  .breadcrumb [class^="mdi-"], .breadcrumb [class*="mdi-"],
  .breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px; }
  .breadcrumb:before {
    content: '\E5CC';
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased; }
  .breadcrumb:first-child:before {
    display: none; }
  .breadcrumb:last-child {
    color: #fff; }

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }
  .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
    .parallax-container .parallax img {
      opacity: 0;
      position: absolute;
      left: 50%;
      bottom: 0;
      min-width: 100%;
      min-height: 100%;
      transform: translate3d(0, 0, 0);
      transform: translateX(-50%); }

.pin-top, .pin-bottom {
  position: relative; }

.pinned {
  position: fixed !important; }

/*********************
  Transition Classes
**********************/
ul.staggered-list li {
  opacity: 0; }

.fade-in {
  opacity: 0;
  transform-origin: 0 50%; }

/*********************
  Media Query Classes
**********************/
@media only screen and (max-width: 800px) {
  .hide-on-small-only, .hide-on-small-and-down {
    display: none !important; } }

@media only screen and (max-width: 992px) {
  .hide-on-med-and-down {
    display: none !important; } }

@media only screen and (min-width: 801px) {
  .hide-on-med-and-up {
    display: none !important; } }

@media only screen and (min-width: 800px) and (max-width: 992px) {
  .hide-on-med-only {
    display: none !important; } }

@media only screen and (min-width: 993px) {
  .hide-on-large-only {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  .hide-on-extra-large-only {
    display: none !important; } }

@media only screen and (min-width: 1201px) {
  .show-on-extra-large {
    display: block !important; } }

@media only screen and (min-width: 993px) {
  .show-on-large {
    display: block !important; } }

@media only screen and (min-width: 800px) and (max-width: 992px) {
  .show-on-medium {
    display: block !important; } }

@media only screen and (max-width: 800px) {
  .show-on-small {
    display: block !important; } }

@media only screen and (min-width: 801px) {
  .show-on-medium-and-up {
    display: block !important; } }

@media only screen and (max-width: 992px) {
  .show-on-medium-and-down {
    display: block !important; } }

@media only screen and (max-width: 800px) {
  .center-on-small-only {
    text-align: center; } }

.page-footer {
  padding-top: 20px;
  color: #fff;
  background-color: #ee6e73; }
  .page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgba(51, 51, 51, 0.08); }

table, th, td {
  border: none; }

table {
  width: 100%;
  display: table;
  border-collapse: collapse;
  border-spacing: 0; }
  table.striped tr {
    border-bottom: none; }
  table.striped > tbody > tr:nth-child(odd) {
    background-color: rgba(242, 242, 242, 0.5); }
  table.striped > tbody > tr > td {
    border-radius: 0; }
  table.highlight > tbody > tr {
    transition: background-color .25s ease; }
    table.highlight > tbody > tr:hover {
      background-color: rgba(242, 242, 242, 0.5); }
  table.centered thead tr th, table.centered tbody tr td {
    text-align: center; }

tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12); }

td, th {
  padding: 15px 5px;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  border-radius: 2px; }

@media only screen and (max-width: 992px) {
  table.responsive-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    position: relative;
    /* sort out borders */ }
    table.responsive-table td:empty:before {
      content: '\00a0'; }
    table.responsive-table th,
    table.responsive-table td {
      margin: 0;
      vertical-align: top; }
    table.responsive-table th {
      text-align: left; }
    table.responsive-table thead {
      display: block;
      float: left; }
      table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0; }
        table.responsive-table thead tr th::before {
          content: "\00a0"; }
    table.responsive-table tbody {
      display: block;
      width: auto;
      position: relative;
      overflow-x: auto;
      white-space: nowrap; }
      table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top; }
    table.responsive-table th {
      display: block;
      text-align: right; }
    table.responsive-table td {
      display: block;
      min-height: 1.25em;
      text-align: left; }
    table.responsive-table tr {
      border-bottom: none;
      padding: 0 10px; }
    table.responsive-table thead {
      border: 0;
      border-right: 1px solid rgba(0, 0, 0, 0.12); } }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }
  .video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.progress {
  position: relative;
  height: 4px;
  display: block;
  width: 100%;
  background-color: #acece6;
  border-radius: 2px;
  margin: 0.5rem 0 1rem 0;
  overflow: hidden; }
  .progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    transition: width .3s linear; }
  .progress .indeterminate {
    background-color: #26a69a; }
    .progress .indeterminate:before {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
    .progress .indeterminate:after {
      content: '';
      position: absolute;
      background-color: inherit;
      top: 0;
      left: 0;
      bottom: 0;
      will-change: left, right;
      animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
      animation-delay: 1.15s; }

@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }

@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }

/*******************
  Utility Classes
*******************/
.hide {
  display: none !important; }

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

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

.center, .center-align {
  text-align: center; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.no-select, input[type=range],
input[type=range] + .thumb {
  user-select: none; }

.circle {
  border-radius: 50%; }

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

.truncate {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.no-padding {
  padding: 0 !important; }

.container {
  margin: 0 auto;
  max-width: 1075px;
  width: 95%; }

.container.full-bleed {
  width: 100%; }

.col .row {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.section {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .section.no-pad {
    padding: 0; }
  .section.no-pad-bot {
    padding-bottom: 0; }
  .section.no-pad-top {
    padding-top: 0; }

.row {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  .row:after {
    content: "";
    display: table;
    clear: both; }
  .row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px; }
    .row .col[class*="push-"], .row .col[class*="pull-"] {
      position: relative; }
    .row .col.s1 {
      width: 8.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s2 {
      width: 16.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s3 {
      width: 25%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s4 {
      width: 33.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s5 {
      width: 41.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s6 {
      width: 50%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s7 {
      width: 58.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s8 {
      width: 66.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s9 {
      width: 75%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s10 {
      width: 83.3333333333%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s11 {
      width: 91.6666666667%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.s12 {
      width: 100%;
      margin-left: auto;
      left: auto;
      right: auto; }
    .row .col.offset-s1 {
      margin-left: 8.3333333333%; }
    .row .col.pull-s1 {
      right: 8.3333333333%; }
    .row .col.push-s1 {
      left: 8.3333333333%; }
    .row .col.offset-s2 {
      margin-left: 16.6666666667%; }
    .row .col.pull-s2 {
      right: 16.6666666667%; }
    .row .col.push-s2 {
      left: 16.6666666667%; }
    .row .col.offset-s3 {
      margin-left: 25%; }
    .row .col.pull-s3 {
      right: 25%; }
    .row .col.push-s3 {
      left: 25%; }
    .row .col.offset-s4 {
      margin-left: 33.3333333333%; }
    .row .col.pull-s4 {
      right: 33.3333333333%; }
    .row .col.push-s4 {
      left: 33.3333333333%; }
    .row .col.offset-s5 {
      margin-left: 41.6666666667%; }
    .row .col.pull-s5 {
      right: 41.6666666667%; }
    .row .col.push-s5 {
      left: 41.6666666667%; }
    .row .col.offset-s6 {
      margin-left: 50%; }
    .row .col.pull-s6 {
      right: 50%; }
    .row .col.push-s6 {
      left: 50%; }
    .row .col.offset-s7 {
      margin-left: 58.3333333333%; }
    .row .col.pull-s7 {
      right: 58.3333333333%; }
    .row .col.push-s7 {
      left: 58.3333333333%; }
    .row .col.offset-s8 {
      margin-left: 66.6666666667%; }
    .row .col.pull-s8 {
      right: 66.6666666667%; }
    .row .col.push-s8 {
      left: 66.6666666667%; }
    .row .col.offset-s9 {
      margin-left: 75%; }
    .row .col.pull-s9 {
      right: 75%; }
    .row .col.push-s9 {
      left: 75%; }
    .row .col.offset-s10 {
      margin-left: 83.3333333333%; }
    .row .col.pull-s10 {
      right: 83.3333333333%; }
    .row .col.push-s10 {
      left: 83.3333333333%; }
    .row .col.offset-s11 {
      margin-left: 91.6666666667%; }
    .row .col.pull-s11 {
      right: 91.6666666667%; }
    .row .col.push-s11 {
      left: 91.6666666667%; }
    .row .col.offset-s12 {
      margin-left: 100%; }
    .row .col.pull-s12 {
      right: 100%; }
    .row .col.push-s12 {
      left: 100%; }
    @media only screen and (min-width: 801px) {
      .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-m1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-m1 {
        right: 8.3333333333%; }
      .row .col.push-m1 {
        left: 8.3333333333%; }
      .row .col.offset-m2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-m2 {
        right: 16.6666666667%; }
      .row .col.push-m2 {
        left: 16.6666666667%; }
      .row .col.offset-m3 {
        margin-left: 25%; }
      .row .col.pull-m3 {
        right: 25%; }
      .row .col.push-m3 {
        left: 25%; }
      .row .col.offset-m4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-m4 {
        right: 33.3333333333%; }
      .row .col.push-m4 {
        left: 33.3333333333%; }
      .row .col.offset-m5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-m5 {
        right: 41.6666666667%; }
      .row .col.push-m5 {
        left: 41.6666666667%; }
      .row .col.offset-m6 {
        margin-left: 50%; }
      .row .col.pull-m6 {
        right: 50%; }
      .row .col.push-m6 {
        left: 50%; }
      .row .col.offset-m7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-m7 {
        right: 58.3333333333%; }
      .row .col.push-m7 {
        left: 58.3333333333%; }
      .row .col.offset-m8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-m8 {
        right: 66.6666666667%; }
      .row .col.push-m8 {
        left: 66.6666666667%; }
      .row .col.offset-m9 {
        margin-left: 75%; }
      .row .col.pull-m9 {
        right: 75%; }
      .row .col.push-m9 {
        left: 75%; }
      .row .col.offset-m10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-m10 {
        right: 83.3333333333%; }
      .row .col.push-m10 {
        left: 83.3333333333%; }
      .row .col.offset-m11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-m11 {
        right: 91.6666666667%; }
      .row .col.push-m11 {
        left: 91.6666666667%; }
      .row .col.offset-m12 {
        margin-left: 100%; }
      .row .col.pull-m12 {
        right: 100%; }
      .row .col.push-m12 {
        left: 100%; } }
    @media only screen and (min-width: 993px) {
      .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-l1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-l1 {
        right: 8.3333333333%; }
      .row .col.push-l1 {
        left: 8.3333333333%; }
      .row .col.offset-l2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-l2 {
        right: 16.6666666667%; }
      .row .col.push-l2 {
        left: 16.6666666667%; }
      .row .col.offset-l3 {
        margin-left: 25%; }
      .row .col.pull-l3 {
        right: 25%; }
      .row .col.push-l3 {
        left: 25%; }
      .row .col.offset-l4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-l4 {
        right: 33.3333333333%; }
      .row .col.push-l4 {
        left: 33.3333333333%; }
      .row .col.offset-l5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-l5 {
        right: 41.6666666667%; }
      .row .col.push-l5 {
        left: 41.6666666667%; }
      .row .col.offset-l6 {
        margin-left: 50%; }
      .row .col.pull-l6 {
        right: 50%; }
      .row .col.push-l6 {
        left: 50%; }
      .row .col.offset-l7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-l7 {
        right: 58.3333333333%; }
      .row .col.push-l7 {
        left: 58.3333333333%; }
      .row .col.offset-l8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-l8 {
        right: 66.6666666667%; }
      .row .col.push-l8 {
        left: 66.6666666667%; }
      .row .col.offset-l9 {
        margin-left: 75%; }
      .row .col.pull-l9 {
        right: 75%; }
      .row .col.push-l9 {
        left: 75%; }
      .row .col.offset-l10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-l10 {
        right: 83.3333333333%; }
      .row .col.push-l10 {
        left: 83.3333333333%; }
      .row .col.offset-l11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-l11 {
        right: 91.6666666667%; }
      .row .col.push-l11 {
        left: 91.6666666667%; }
      .row .col.offset-l12 {
        margin-left: 100%; }
      .row .col.pull-l12 {
        right: 100%; }
      .row .col.push-l12 {
        left: 100%; } }
    @media only screen and (min-width: 1201px) {
      .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto; }
      .row .col.offset-xl1 {
        margin-left: 8.3333333333%; }
      .row .col.pull-xl1 {
        right: 8.3333333333%; }
      .row .col.push-xl1 {
        left: 8.3333333333%; }
      .row .col.offset-xl2 {
        margin-left: 16.6666666667%; }
      .row .col.pull-xl2 {
        right: 16.6666666667%; }
      .row .col.push-xl2 {
        left: 16.6666666667%; }
      .row .col.offset-xl3 {
        margin-left: 25%; }
      .row .col.pull-xl3 {
        right: 25%; }
      .row .col.push-xl3 {
        left: 25%; }
      .row .col.offset-xl4 {
        margin-left: 33.3333333333%; }
      .row .col.pull-xl4 {
        right: 33.3333333333%; }
      .row .col.push-xl4 {
        left: 33.3333333333%; }
      .row .col.offset-xl5 {
        margin-left: 41.6666666667%; }
      .row .col.pull-xl5 {
        right: 41.6666666667%; }
      .row .col.push-xl5 {
        left: 41.6666666667%; }
      .row .col.offset-xl6 {
        margin-left: 50%; }
      .row .col.pull-xl6 {
        right: 50%; }
      .row .col.push-xl6 {
        left: 50%; }
      .row .col.offset-xl7 {
        margin-left: 58.3333333333%; }
      .row .col.pull-xl7 {
        right: 58.3333333333%; }
      .row .col.push-xl7 {
        left: 58.3333333333%; }
      .row .col.offset-xl8 {
        margin-left: 66.6666666667%; }
      .row .col.pull-xl8 {
        right: 66.6666666667%; }
      .row .col.push-xl8 {
        left: 66.6666666667%; }
      .row .col.offset-xl9 {
        margin-left: 75%; }
      .row .col.pull-xl9 {
        right: 75%; }
      .row .col.push-xl9 {
        left: 75%; }
      .row .col.offset-xl10 {
        margin-left: 83.3333333333%; }
      .row .col.pull-xl10 {
        right: 83.3333333333%; }
      .row .col.push-xl10 {
        left: 83.3333333333%; }
      .row .col.offset-xl11 {
        margin-left: 91.6666666667%; }
      .row .col.pull-xl11 {
        right: 91.6666666667%; }
      .row .col.push-xl11 {
        left: 91.6666666667%; }
      .row .col.offset-xl12 {
        margin-left: 100%; }
      .row .col.pull-xl12 {
        right: 100%; }
      .row .col.push-xl12 {
        left: 100%; } }

a {
  text-decoration: none; }

html {
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Archivo", "Archivo Black" sans-serif;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }
  @media only screen and (min-width: 0) {
    html {
      font-size: 14px; } }
  @media only screen and (min-width: 992px) {
    html {
      font-size: 14.5px; } }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  line-height: 1.3; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

h1 {
  font-size: 4.2rem;
  line-height: 110%;
  margin: 2.8rem 0 1.68rem 0; }

h2 {
  font-size: 3.56rem;
  line-height: 110%;
  margin: 2.3733333333rem 0 1.424rem 0; }

h3 {
  font-size: 2.92rem;
  line-height: 110%;
  margin: 1.9466666667rem 0 1.168rem 0; }

h4 {
  font-size: 2.28rem;
  line-height: 110%;
  margin: 1.52rem 0 0.912rem 0; }

h5 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 1.0933333333rem 0 0.656rem 0; }

h6 {
  font-size: 1.15rem;
  line-height: 110%;
  margin: 0.7666666667rem 0 0.46rem 0; }

em, i {
  font-style: italic; }

small {
  font-size: 75%; }

.light {
  font-weight: 300; }

.thin {
  font-weight: 200; }

@media only screen and (min-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }

@media only screen and (min-width: 380px) {
  .flow-text {
    font-size: 1.224rem; } }

@media only screen and (min-width: 400px) {
  .flow-text {
    font-size: 1.248rem; } }

@media only screen and (min-width: 420px) {
  .flow-text {
    font-size: 1.272rem; } }

@media only screen and (min-width: 440px) {
  .flow-text {
    font-size: 1.296rem; } }

@media only screen and (min-width: 460px) {
  .flow-text {
    font-size: 1.32rem; } }

@media only screen and (min-width: 480px) {
  .flow-text {
    font-size: 1.344rem; } }

@media only screen and (min-width: 500px) {
  .flow-text {
    font-size: 1.368rem; } }

@media only screen and (min-width: 520px) {
  .flow-text {
    font-size: 1.392rem; } }

@media only screen and (min-width: 540px) {
  .flow-text {
    font-size: 1.416rem; } }

@media only screen and (min-width: 560px) {
  .flow-text {
    font-size: 1.44rem; } }

@media only screen and (min-width: 580px) {
  .flow-text {
    font-size: 1.464rem; } }

@media only screen and (min-width: 600px) {
  .flow-text {
    font-size: 1.488rem; } }

@media only screen and (min-width: 620px) {
  .flow-text {
    font-size: 1.512rem; } }

@media only screen and (min-width: 640px) {
  .flow-text {
    font-size: 1.536rem; } }

@media only screen and (min-width: 660px) {
  .flow-text {
    font-size: 1.56rem; } }

@media only screen and (min-width: 680px) {
  .flow-text {
    font-size: 1.584rem; } }

@media only screen and (min-width: 700px) {
  .flow-text {
    font-size: 1.608rem; } }

@media only screen and (min-width: 720px) {
  .flow-text {
    font-size: 1.632rem; } }

@media only screen and (min-width: 740px) {
  .flow-text {
    font-size: 1.656rem; } }

@media only screen and (min-width: 760px) {
  .flow-text {
    font-size: 1.68rem; } }

@media only screen and (max-width: 360px) {
  .flow-text {
    font-size: 1.2rem; } }

p.author a {
  text-transform: capitalize !important; }

.card-panel {
  transition: box-shadow .25s;
  padding: 24px;
  margin: 0.5rem 0 1rem 0;
  border-radius: 2px;
  background-color: #fff; }

.card, .basic-card, .featured-card, .featured-card-8,
.featured-card-4 {
  position: relative;
  margin: 0.5rem 0 1rem 0;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px; }
  .card .card-title, .basic-card .card-title, .featured-card .card-title, .featured-card-8 .card-title, .featured-card-4 .card-title {
    font-size: 24px;
    font-weight: 300; }
    .card .card-title.activator, .basic-card .card-title.activator, .featured-card .card-title.activator, .featured-card-8 .card-title.activator, .featured-card-4 .card-title.activator {
      cursor: pointer; }
  .card.small, .small.basic-card, .small.featured-card, .small.featured-card-8,
  .small.featured-card-4, .card.medium, .medium.basic-card, .medium.featured-card, .medium.featured-card-8,
  .medium.featured-card-4, .card.large, .large.basic-card, .large.featured-card, .large.featured-card-8,
  .large.featured-card-4 {
    position: relative; }
    .card.small .card-image, .small.basic-card .card-image, .small.featured-card .card-image, .small.featured-card-8 .card-image, .small.featured-card-4 .card-image, .card.medium .card-image, .medium.basic-card .card-image, .medium.featured-card .card-image, .medium.featured-card-8 .card-image, .medium.featured-card-4 .card-image, .card.large .card-image, .large.basic-card .card-image, .large.featured-card .card-image, .large.featured-card-8 .card-image, .large.featured-card-4 .card-image {
      max-height: 60%;
      overflow: hidden; }
    .card.small .card-image + .card-content, .small.basic-card .card-image + .card-content, .small.featured-card .card-image + .card-content, .small.featured-card-8 .card-image + .card-content, .small.featured-card-4 .card-image + .card-content, .card.medium .card-image + .card-content, .medium.basic-card .card-image + .card-content, .medium.featured-card .card-image + .card-content, .medium.featured-card-8 .card-image + .card-content, .medium.featured-card-4 .card-image + .card-content, .card.large .card-image + .card-content, .large.basic-card .card-image + .card-content, .large.featured-card .card-image + .card-content, .large.featured-card-8 .card-image + .card-content, .large.featured-card-4 .card-image + .card-content {
      max-height: 40%; }
    .card.small .card-content, .small.basic-card .card-content, .small.featured-card .card-content, .small.featured-card-8 .card-content, .small.featured-card-4 .card-content, .card.medium .card-content, .medium.basic-card .card-content, .medium.featured-card .card-content, .medium.featured-card-8 .card-content, .medium.featured-card-4 .card-content, .card.large .card-content, .large.basic-card .card-content, .large.featured-card .card-content, .large.featured-card-8 .card-content, .large.featured-card-4 .card-content {
      max-height: 100%;
      overflow: hidden; }
    .card.small .card-action, .small.basic-card .card-action, .small.featured-card .card-action, .small.featured-card-8 .card-action, .small.featured-card-4 .card-action, .card.medium .card-action, .medium.basic-card .card-action, .medium.featured-card .card-action, .medium.featured-card-8 .card-action, .medium.featured-card-4 .card-action, .card.large .card-action, .large.basic-card .card-action, .large.featured-card .card-action, .large.featured-card-8 .card-action, .large.featured-card-4 .card-action {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .card.small, .small.basic-card, .small.featured-card, .small.featured-card-8,
  .small.featured-card-4 {
    height: 300px; }
  .card.medium, .medium.basic-card, .medium.featured-card, .medium.featured-card-8,
  .medium.featured-card-4 {
    height: 400px; }
  .card.large, .large.basic-card, .large.featured-card, .large.featured-card-8,
  .large.featured-card-4 {
    height: 500px; }
  .card.horizontal, .horizontal.basic-card, .horizontal.featured-card, .horizontal.featured-card-8,
  .horizontal.featured-card-4 {
    display: flex; }
    .card.horizontal.small .card-image, .horizontal.small.basic-card .card-image, .horizontal.small.featured-card .card-image, .horizontal.small.featured-card-8 .card-image, .horizontal.small.featured-card-4 .card-image, .card.horizontal.medium .card-image, .horizontal.medium.basic-card .card-image, .horizontal.medium.featured-card .card-image, .horizontal.medium.featured-card-8 .card-image, .horizontal.medium.featured-card-4 .card-image, .card.horizontal.large .card-image, .horizontal.large.basic-card .card-image, .horizontal.large.featured-card .card-image, .horizontal.large.featured-card-8 .card-image, .horizontal.large.featured-card-4 .card-image {
      height: 100%;
      max-height: none;
      overflow: visible; }
      .card.horizontal.small .card-image img, .horizontal.small.basic-card .card-image img, .horizontal.small.featured-card .card-image img, .horizontal.small.featured-card-8 .card-image img, .horizontal.small.featured-card-4 .card-image img, .card.horizontal.medium .card-image img, .horizontal.medium.basic-card .card-image img, .horizontal.medium.featured-card .card-image img, .horizontal.medium.featured-card-8 .card-image img, .horizontal.medium.featured-card-4 .card-image img, .card.horizontal.large .card-image img, .horizontal.large.basic-card .card-image img, .horizontal.large.featured-card .card-image img, .horizontal.large.featured-card-8 .card-image img, .horizontal.large.featured-card-4 .card-image img {
        height: 100%; }
    .card.horizontal .card-image, .horizontal.basic-card .card-image, .horizontal.featured-card .card-image, .horizontal.featured-card-8 .card-image, .horizontal.featured-card-4 .card-image {
      max-width: 50%; }
      .card.horizontal .card-image img, .horizontal.basic-card .card-image img, .horizontal.featured-card .card-image img, .horizontal.featured-card-8 .card-image img, .horizontal.featured-card-4 .card-image img {
        border-radius: 2px 0 0 2px;
        max-width: 100%;
        width: auto; }
    .card.horizontal .card-stacked, .horizontal.basic-card .card-stacked, .horizontal.featured-card .card-stacked, .horizontal.featured-card-8 .card-stacked, .horizontal.featured-card-4 .card-stacked {
      display: flex;
      flex-direction: column;
      flex: 1;
      position: relative; }
      .card.horizontal .card-stacked .card-content, .horizontal.basic-card .card-stacked .card-content, .horizontal.featured-card .card-stacked .card-content, .horizontal.featured-card-8 .card-stacked .card-content, .horizontal.featured-card-4 .card-stacked .card-content {
        flex-grow: 1; }
  .card.sticky-action .card-action, .sticky-action.basic-card .card-action, .sticky-action.featured-card .card-action, .sticky-action.featured-card-8 .card-action, .sticky-action.featured-card-4 .card-action {
    z-index: 2; }
  .card.sticky-action .card-reveal, .sticky-action.basic-card .card-reveal, .sticky-action.featured-card .card-reveal, .sticky-action.featured-card-8 .card-reveal, .sticky-action.featured-card-4 .card-reveal {
    z-index: 1;
    padding-bottom: 64px; }
  .card .card-image, .basic-card .card-image, .featured-card .card-image, .featured-card-8 .card-image, .featured-card-4 .card-image {
    position: relative; }
    .card .card-image .preview-banner, .basic-card .card-image .preview-banner, .featured-card .card-image .preview-banner, .featured-card-8 .card-image .preview-banner, .featured-card-4 .card-image .preview-banner {
      height: 60px;
      background-color: #3af2c2;
      padding: 14px 22px;
      box-sizing: border-box;
      display: flex;
      position: absolute;
      bottom: 0;
      z-index: 10;
      width: 100%; }
      .card .card-image .preview-banner .preview-line, .basic-card .card-image .preview-banner .preview-line, .featured-card .card-image .preview-banner .preview-line, .featured-card-8 .card-image .preview-banner .preview-line, .featured-card-4 .card-image .preview-banner .preview-line {
        width: 1px;
        height: 30px;
        opacity: 0.2;
        background-color: #1e1e1e;
        margin: 0 18px; }
      .card .card-image .preview-banner img, .basic-card .card-image .preview-banner img, .featured-card .card-image .preview-banner img, .featured-card-8 .card-image .preview-banner img, .featured-card-4 .card-image .preview-banner img {
        height: 100%;
        width: 100%;
        object-fit: contain; }
      .card .card-image .preview-banner .preview-logo, .basic-card .card-image .preview-banner .preview-logo, .featured-card .card-image .preview-banner .preview-logo, .featured-card-8 .card-image .preview-banner .preview-logo, .featured-card-4 .card-image .preview-banner .preview-logo {
        width: 59px;
        height: 19px; }
        .card .card-image .preview-banner .preview-logo-text, .basic-card .card-image .preview-banner .preview-logo-text, .featured-card .card-image .preview-banner .preview-logo-text, .featured-card-8 .card-image .preview-banner .preview-logo-text, .featured-card-4 .card-image .preview-banner .preview-logo-text {
          width: 63px;
          height: 9px;
          opacity: 0.25;
          font-size: 11px;
          font-family: "Archivo Black";
          line-height: 0.82;
          letter-spacing: -0.2px;
          text-align: center;
          color: #1e1e1e;
          margin: 5px 0 0;
          text-transform: uppercase; }
      .card .card-image .preview-banner .preview-lock, .basic-card .card-image .preview-banner .preview-lock, .featured-card .card-image .preview-banner .preview-lock, .featured-card-8 .card-image .preview-banner .preview-lock, .featured-card-4 .card-image .preview-banner .preview-lock {
        width: 14.8px;
        height: 18px;
        margin: 8px 0; }
        .card .card-image .preview-banner .preview-lock--unlocked, .basic-card .card-image .preview-banner .preview-lock--unlocked, .featured-card .card-image .preview-banner .preview-lock--unlocked, .featured-card-8 .card-image .preview-banner .preview-lock--unlocked, .featured-card-4 .card-image .preview-banner .preview-lock--unlocked {
          width: 13px;
          height: 20px; }
      .card .card-image .preview-banner .preview-link, .basic-card .card-image .preview-banner .preview-link, .featured-card .card-image .preview-banner .preview-link, .featured-card-8 .card-image .preview-banner .preview-link, .featured-card-4 .card-image .preview-banner .preview-link {
        text-align: center;
        margin: 9px 0 9px 35px; }
        .card .card-image .preview-banner .preview-link a, .basic-card .card-image .preview-banner .preview-link a, .featured-card .card-image .preview-banner .preview-link a, .featured-card-8 .card-image .preview-banner .preview-link a, .featured-card-4 .card-image .preview-banner .preview-link a {
          text-decoration: underline;
          color: #1e1e1e;
          text-transform: uppercase;
          font-size: 11px;
          line-height: 0.82;
          letter-spacing: -0.2px;
          font-family: "Archivo Black"; }
      .card .card-image .preview-banner .preview-timer-container, .basic-card .card-image .preview-banner .preview-timer-container, .featured-card .card-image .preview-banner .preview-timer-container, .featured-card-8 .card-image .preview-banner .preview-timer-container, .featured-card-4 .card-image .preview-banner .preview-timer-container {
        text-align: center;
        color: #1e1e1e;
        font-family: "Archivo Black";
        margin: 0 65px 0 30px; }
      .card .card-image .preview-banner .preview-timer, .basic-card .card-image .preview-banner .preview-timer, .featured-card .card-image .preview-banner .preview-timer, .featured-card-8 .card-image .preview-banner .preview-timer, .featured-card-4 .card-image .preview-banner .preview-timer {
        font-size: 15px;
        line-height: 0.6;
        letter-spacing: -0.3px; }
        .card .card-image .preview-banner .preview-timer span, .basic-card .card-image .preview-banner .preview-timer span, .featured-card .card-image .preview-banner .preview-timer span, .featured-card-8 .card-image .preview-banner .preview-timer span, .featured-card-4 .card-image .preview-banner .preview-timer span {
          opacity: 0.3;
          color: #1e1e1e;
          font-size: 11px; }
        .card .card-image .preview-banner .preview-timer-text, .basic-card .card-image .preview-banner .preview-timer-text, .featured-card .card-image .preview-banner .preview-timer-text, .featured-card-8 .card-image .preview-banner .preview-timer-text, .featured-card-4 .card-image .preview-banner .preview-timer-text {
          font-size: 11px;
          line-height: 0.82;
          letter-spacing: -0.2px;
          margin: 1px 0 12px;
          text-transform: uppercase; }
      .card .card-image .preview-banner > a:first-child, .basic-card .card-image .preview-banner > a:first-child, .featured-card .card-image .preview-banner > a:first-child, .featured-card-8 .card-image .preview-banner > a:first-child, .featured-card-4 .card-image .preview-banner > a:first-child {
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        max-width: 100%;
        position: absolute;
        padding: 14px 22px; }
        .card .card-image .preview-banner > a:first-child ~ .preview-link, .basic-card .card-image .preview-banner > a:first-child ~ .preview-link, .featured-card .card-image .preview-banner > a:first-child ~ .preview-link, .featured-card-8 .card-image .preview-banner > a:first-child ~ .preview-link, .featured-card-4 .card-image .preview-banner > a:first-child ~ .preview-link {
          right: 22px;
          position: absolute; }
    .card .card-image img, .basic-card .card-image img, .featured-card .card-image img, .featured-card-8 .card-image img, .featured-card-4 .card-image img {
      display: block;
      border-radius: 2px 2px 0 0;
      position: relative;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      width: 100%; }
    .card .card-image .card-title, .basic-card .card-image .card-title, .featured-card .card-image .card-title, .featured-card-8 .card-image .card-title, .featured-card-4 .card-image .card-title {
      color: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      max-width: 100%;
      padding: 24px; }
  .card .card-content, .basic-card .card-content, .featured-card .card-content, .featured-card-8 .card-content, .featured-card-4 .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px; }
    .card .card-content p, .basic-card .card-content p, .featured-card .card-content p, .featured-card-8 .card-content p, .featured-card-4 .card-content p {
      margin: 0; }
    .card .card-content .card-title, .basic-card .card-content .card-title, .featured-card .card-content .card-title, .featured-card-8 .card-content .card-title, .featured-card-4 .card-content .card-title {
      display: block;
      line-height: 32px;
      margin-bottom: 8px; }
      .card .card-content .card-title i, .basic-card .card-content .card-title i, .featured-card .card-content .card-title i, .featured-card-8 .card-content .card-title i, .featured-card-4 .card-content .card-title i {
        line-height: 32px; }
  .card .card-action, .basic-card .card-action, .featured-card .card-action, .featured-card-8 .card-action, .featured-card-4 .card-action {
    background-color: inherit;
    position: relative;
    padding: 16px 24px; }
    .card .card-action:last-child, .basic-card .card-action:last-child, .featured-card .card-action:last-child, .featured-card-8 .card-action:last-child, .featured-card-4 .card-action:last-child {
      border-radius: 0 0 2px 2px; }
    .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating), .basic-card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating), .featured-card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating), .featured-card-8 .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating), .featured-card-4 .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating) {
      color: #ffab40;
      margin-right: 24px;
      transition: color .3s ease;
      text-transform: uppercase; }
      .card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover, .basic-card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover, .featured-card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover, .featured-card-8 .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover, .featured-card-4 .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating):hover {
        color: #ffd8a6; }
  .card .card-reveal, .basic-card .card-reveal, .featured-card .card-reveal, .featured-card-8 .card-reveal, .featured-card-4 .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none; }
    .card .card-reveal .card-title, .basic-card .card-reveal .card-title, .featured-card .card-reveal .card-title, .featured-card-8 .card-reveal .card-title, .featured-card-4 .card-reveal .card-title {
      cursor: pointer;
      display: block; }

.latest-video-card .card-image {
  position: relative; }
  .latest-video-card .card-image .preview-banner {
    height: 60px;
    background-color: #3af2c2;
    padding: 14px 22px;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    bottom: 0; }
    .latest-video-card .card-image .preview-banner .preview-line {
      width: 1px;
      height: 30px;
      opacity: 0.2;
      background-color: #1e1e1e;
      margin: 0 18px; }
    .latest-video-card .card-image .preview-banner img {
      height: 100%;
      width: 100%;
      object-fit: contain; }
    .latest-video-card .card-image .preview-banner .preview-logo {
      width: 59px;
      height: 19px; }
      .latest-video-card .card-image .preview-banner .preview-logo-text {
        width: 63px;
        height: 9px;
        opacity: 0.25;
        font-size: 11px;
        font-family: "Archivo Black";
        line-height: 0.82;
        letter-spacing: -0.2px;
        text-align: center;
        color: #1e1e1e;
        margin: 5px 0 0;
        text-transform: uppercase; }
    .latest-video-card .card-image .preview-banner .preview-lock {
      width: 14.8px;
      height: 18px;
      margin: 8px 0; }
      .latest-video-card .card-image .preview-banner .preview-lock--unlocked {
        width: 13px;
        height: 20px; }
    .latest-video-card .card-image .preview-banner .preview-link {
      text-align: center;
      margin: 9px 0 9px 35px; }
      .latest-video-card .card-image .preview-banner .preview-link a {
        text-decoration: underline;
        color: #1e1e1e;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 0.82;
        letter-spacing: -0.2px;
        font-family: "Archivo Black"; }
    .latest-video-card .card-image .preview-banner .preview-timer-container {
      text-align: center;
      color: #1e1e1e;
      font-family: "Archivo Black";
      margin: 0 55px 0 30px; }
    .latest-video-card .card-image .preview-banner .preview-timer {
      font-size: 15px;
      line-height: 0.6;
      letter-spacing: -0.3px; }
      .latest-video-card .card-image .preview-banner .preview-timer span {
        opacity: 0.3;
        color: #1e1e1e;
        font-size: 11px; }
      .latest-video-card .card-image .preview-banner .preview-timer-text {
        font-size: 11px;
        line-height: 0.82;
        letter-spacing: -0.2px;
        margin: 1px 0 12px;
        text-transform: uppercase; }

.tabs {
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  width: 100%;
  background-color: #fff;
  margin: 0 auto;
  white-space: nowrap; }
  .tabs.tabs-transparent {
    background-color: transparent; }
    .tabs.tabs-transparent .tab a,
    .tabs.tabs-transparent .tab.disabled a,
    .tabs.tabs-transparent .tab.disabled a:hover {
      color: rgba(255, 255, 255, 0.7); }
    .tabs.tabs-transparent .tab a:hover,
    .tabs.tabs-transparent .tab a.active {
      color: #fff; }
    .tabs.tabs-transparent .indicator {
      background-color: #fff; }
  .tabs.tabs-fixed-width {
    display: flex; }
    .tabs.tabs-fixed-width .tab {
      flex-grow: 1; }
  .tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase; }
    .tabs .tab a {
      color: rgba(238, 110, 115, 0.7);
      display: block;
      width: 100%;
      height: 100%;
      padding: 0 24px;
      font-size: 14px;
      text-overflow: ellipsis;
      overflow: hidden;
      transition: color .28s ease, background-color .28s ease; }
      .tabs .tab a:focus, .tabs .tab a:focus.active {
        background-color: rgba(246, 178, 181, 0.2);
        outline: none; }
      .tabs .tab a:hover, .tabs .tab a.active {
        background-color: transparent;
        color: #ee6e73; }
    .tabs .tab.disabled a,
    .tabs .tab.disabled a:hover {
      color: rgba(238, 110, 115, 0.4);
      cursor: default; }
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right; }

@media only screen and (max-width: 992px) {
  .tabs {
    display: flex; }
    .tabs .tab {
      flex-grow: 1; }
      .tabs .tab a {
        padding: 0 12px; } }

.btn, .btn-large, .btn-small,
.btn-flat {
  border: none;
  border-radius: 5px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding: 0 16px;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  box-shadow: none !important; }

.btn.disabled, .disabled.btn-large, .disabled.btn-small,
.btn-floating.disabled,
.btn-large.disabled,
.btn-small.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-small:disabled,
.btn-flat:disabled,
.btn[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-floating[disabled],
.btn-large[disabled],
.btn-small[disabled],
.btn-flat[disabled] {
  pointer-events: none;
  background-color: #dfdfdf !important;
  box-shadow: none;
  color: #9f9f9f !important;
  cursor: default; }
  .btn.disabled:hover, .disabled.btn-large:hover, .disabled.btn-small:hover,
  .btn-floating.disabled:hover,
  .btn-large.disabled:hover,
  .btn-small.disabled:hover,
  .btn-flat.disabled:hover,
  .btn:disabled:hover,
  .btn-large:disabled:hover,
  .btn-small:disabled:hover,
  .btn-floating:disabled:hover,
  .btn-large:disabled:hover,
  .btn-small:disabled:hover,
  .btn-flat:disabled:hover,
  .btn[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-small[disabled]:hover,
  .btn-floating[disabled]:hover,
  .btn-large[disabled]:hover,
  .btn-small[disabled]:hover,
  .btn-flat[disabled]:hover {
    background-color: #dfdfdf !important;
    color: #9f9f9f !important; }

.btn, .btn-large, .btn-small,
.btn-floating,
.btn-large,
.btn-small,
.btn-flat {
  font-size: 14px;
  outline: 0; }
  .btn i, .btn-large i, .btn-small i,
  .btn-floating i,
  .btn-large i,
  .btn-small i,
  .btn-flat i {
    font-size: 1.3rem;
    line-height: inherit; }

.btn:focus, .btn-large:focus, .btn-small:focus,
.btn-floating:focus {
  background-color: #1d7d74; }

.btn, .btn-large, .btn-small {
  text-decoration: none;
  color: #fff;
  background-color: #000;
  text-align: center;
  letter-spacing: .5px;
  transition: background-color .2s ease-out;
  cursor: pointer; }
  .btn:hover, .btn-large:hover, .btn-small:hover {
    background-color: #2bbbad; }

.btn-floating {
  display: inline-block;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  background-color: #26a69a;
  border-radius: 50%;
  transition: background-color .3s;
  cursor: pointer;
  vertical-align: middle; }
  .btn-floating:hover {
    background-color: #26a69a; }
  .btn-floating:before {
    border-radius: 0; }
  .btn-floating.btn-large {
    width: 56px;
    height: 56px;
    padding: 0; }
    .btn-floating.btn-large.halfway-fab {
      bottom: -28px; }
    .btn-floating.btn-large i {
      line-height: 56px; }
  .btn-floating.btn-small {
    width: 32.4px;
    height: 32.4px; }
    .btn-floating.btn-small.halfway-fab {
      bottom: -16.2px; }
    .btn-floating.btn-small i {
      line-height: 32.4px; }
  .btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px; }
    .btn-floating.halfway-fab.left {
      right: auto;
      left: 24px; }
  .btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px; }

button.btn-floating {
  border: none; }

.fixed-action-btn {
  position: fixed;
  right: 23px;
  bottom: 23px;
  padding-top: 15px;
  margin-bottom: 0;
  z-index: 997; }
  .fixed-action-btn.active ul {
    visibility: visible; }
  .fixed-action-btn.direction-left, .fixed-action-btn.direction-right {
    padding: 0 0 0 15px; }
    .fixed-action-btn.direction-left ul, .fixed-action-btn.direction-right ul {
      text-align: right;
      right: 64px;
      top: 50%;
      transform: translateY(-50%);
      height: 100%;
      left: auto;
      /*width 100% only goes to width of button container */
      width: 500px; }
      .fixed-action-btn.direction-left ul li, .fixed-action-btn.direction-right ul li {
        display: inline-block;
        margin: 7.5px 15px 0 0; }
  .fixed-action-btn.direction-right {
    padding: 0 15px 0 0; }
    .fixed-action-btn.direction-right ul {
      text-align: left;
      direction: rtl;
      left: 64px;
      right: auto; }
      .fixed-action-btn.direction-right ul li {
        margin: 7.5px 0 0 15px; }
  .fixed-action-btn.direction-bottom {
    padding: 0 0 15px 0; }
    .fixed-action-btn.direction-bottom ul {
      top: 64px;
      bottom: auto;
      display: flex;
      flex-direction: column-reverse; }
      .fixed-action-btn.direction-bottom ul li {
        margin: 15px 0 0 0; }
  .fixed-action-btn.toolbar {
    padding: 0;
    height: 56px; }
    .fixed-action-btn.toolbar.active > a i {
      opacity: 0; }
    .fixed-action-btn.toolbar ul {
      display: flex;
      top: 0;
      bottom: 0;
      z-index: 1; }
      .fixed-action-btn.toolbar ul li {
        flex: 1;
        display: inline-block;
        margin: 0;
        height: 100%;
        transition: none; }
        .fixed-action-btn.toolbar ul li a {
          display: block;
          overflow: hidden;
          position: relative;
          width: 100%;
          height: 100%;
          background-color: transparent;
          box-shadow: none;
          color: #fff;
          line-height: 56px;
          z-index: 1; }
          .fixed-action-btn.toolbar ul li a i {
            line-height: inherit; }
  .fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden; }
    .fixed-action-btn ul li {
      margin-bottom: 15px; }
    .fixed-action-btn ul a.btn-floating {
      opacity: 0; }
  .fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    transform: scale(0); }

.btn-flat {
  box-shadow: none;
  background-color: transparent;
  color: #343434;
  cursor: pointer;
  transition: background-color .2s; }
  .btn-flat:focus, .btn-flat:hover {
    box-shadow: none; }
  .btn-flat:focus {
    background-color: rgba(0, 0, 0, 0.1); }
  .btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b2b2 !important;
    cursor: default; }

.btn-large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 28px; }
  .btn-large i {
    font-size: 1.6rem; }

.btn-small {
  height: 32.4px;
  line-height: 32.4px;
  font-size: 13px; }
  .btn-small i {
    font-size: 1.2rem; }

.btn-block {
  display: block; }

select:focus {
  outline: 1px solid #c9f3ef; }

button:focus {
  outline: none;
  background-color: #2ab7a9; }

label {
  font-size: 0.8rem;
  color: #9e9e9e; }

/* Text Inputs + Textarea
   ========================================================================== */
/* Style Placeholders */
::placeholder {
  color: #d1d1d1; }

/* Text inputs */
input:not([type]),
input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default),
input[type=email]:not(.browser-default),
input[type=url]:not(.browser-default),
input[type=time]:not(.browser-default),
input[type=date]:not(.browser-default),
input[type=datetime]:not(.browser-default),
input[type=datetime-local]:not(.browser-default),
input[type=tel]:not(.browser-default),
input[type=number]:not(.browser-default),
input[type=search]:not(.browser-default),
textarea.materialize-textarea {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  border-radius: 0;
  outline: none;
  height: 3rem;
  width: 100%;
  font-size: 16px;
  margin: 0 0 8px 0;
  padding: 0;
  box-shadow: none;
  box-sizing: content-box;
  transition: box-shadow .3s, border .3s; }
  input:not([type]):disabled, input:not([type])[readonly="readonly"],
  input[type=text]:not(.browser-default):disabled,
  input[type=text]:not(.browser-default)[readonly="readonly"],
  input[type=password]:not(.browser-default):disabled,
  input[type=password]:not(.browser-default)[readonly="readonly"],
  input[type=email]:not(.browser-default):disabled,
  input[type=email]:not(.browser-default)[readonly="readonly"],
  input[type=url]:not(.browser-default):disabled,
  input[type=url]:not(.browser-default)[readonly="readonly"],
  input[type=time]:not(.browser-default):disabled,
  input[type=time]:not(.browser-default)[readonly="readonly"],
  input[type=date]:not(.browser-default):disabled,
  input[type=date]:not(.browser-default)[readonly="readonly"],
  input[type=datetime]:not(.browser-default):disabled,
  input[type=datetime]:not(.browser-default)[readonly="readonly"],
  input[type=datetime-local]:not(.browser-default):disabled,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
  input[type=tel]:not(.browser-default):disabled,
  input[type=tel]:not(.browser-default)[readonly="readonly"],
  input[type=number]:not(.browser-default):disabled,
  input[type=number]:not(.browser-default)[readonly="readonly"],
  input[type=search]:not(.browser-default):disabled,
  input[type=search]:not(.browser-default)[readonly="readonly"],
  textarea.materialize-textarea:disabled,
  textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42); }
  input:not([type]):disabled + label,
  input:not([type])[readonly="readonly"] + label,
  input[type=text]:not(.browser-default):disabled + label,
  input[type=text]:not(.browser-default)[readonly="readonly"] + label,
  input[type=password]:not(.browser-default):disabled + label,
  input[type=password]:not(.browser-default)[readonly="readonly"] + label,
  input[type=email]:not(.browser-default):disabled + label,
  input[type=email]:not(.browser-default)[readonly="readonly"] + label,
  input[type=url]:not(.browser-default):disabled + label,
  input[type=url]:not(.browser-default)[readonly="readonly"] + label,
  input[type=time]:not(.browser-default):disabled + label,
  input[type=time]:not(.browser-default)[readonly="readonly"] + label,
  input[type=date]:not(.browser-default):disabled + label,
  input[type=date]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime]:not(.browser-default):disabled + label,
  input[type=datetime]:not(.browser-default)[readonly="readonly"] + label,
  input[type=datetime-local]:not(.browser-default):disabled + label,
  input[type=datetime-local]:not(.browser-default)[readonly="readonly"] + label,
  input[type=tel]:not(.browser-default):disabled + label,
  input[type=tel]:not(.browser-default)[readonly="readonly"] + label,
  input[type=number]:not(.browser-default):disabled + label,
  input[type=number]:not(.browser-default)[readonly="readonly"] + label,
  input[type=search]:not(.browser-default):disabled + label,
  input[type=search]:not(.browser-default)[readonly="readonly"] + label,
  textarea.materialize-textarea:disabled + label,
  textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42); }
  input:not([type]):focus:not([readonly]),
  input[type=text]:not(.browser-default):focus:not([readonly]),
  input[type=password]:not(.browser-default):focus:not([readonly]),
  input[type=email]:not(.browser-default):focus:not([readonly]),
  input[type=url]:not(.browser-default):focus:not([readonly]),
  input[type=time]:not(.browser-default):focus:not([readonly]),
  input[type=date]:not(.browser-default):focus:not([readonly]),
  input[type=datetime]:not(.browser-default):focus:not([readonly]),
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]),
  input[type=tel]:not(.browser-default):focus:not([readonly]),
  input[type=number]:not(.browser-default):focus:not([readonly]),
  input[type=search]:not(.browser-default):focus:not([readonly]),
  textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a; }
  input:not([type]):focus:not([readonly]) + label,
  input[type=text]:not(.browser-default):focus:not([readonly]) + label,
  input[type=password]:not(.browser-default):focus:not([readonly]) + label,
  input[type=email]:not(.browser-default):focus:not([readonly]) + label,
  input[type=url]:not(.browser-default):focus:not([readonly]) + label,
  input[type=time]:not(.browser-default):focus:not([readonly]) + label,
  input[type=date]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime]:not(.browser-default):focus:not([readonly]) + label,
  input[type=datetime-local]:not(.browser-default):focus:not([readonly]) + label,
  input[type=tel]:not(.browser-default):focus:not([readonly]) + label,
  input[type=number]:not(.browser-default):focus:not([readonly]) + label,
  input[type=search]:not(.browser-default):focus:not([readonly]) + label,
  textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #26a69a; }
  input:not([type]):focus.valid ~ label,
  input[type=text]:not(.browser-default):focus.valid ~ label,
  input[type=password]:not(.browser-default):focus.valid ~ label,
  input[type=email]:not(.browser-default):focus.valid ~ label,
  input[type=url]:not(.browser-default):focus.valid ~ label,
  input[type=time]:not(.browser-default):focus.valid ~ label,
  input[type=date]:not(.browser-default):focus.valid ~ label,
  input[type=datetime]:not(.browser-default):focus.valid ~ label,
  input[type=datetime-local]:not(.browser-default):focus.valid ~ label,
  input[type=tel]:not(.browser-default):focus.valid ~ label,
  input[type=number]:not(.browser-default):focus.valid ~ label,
  input[type=search]:not(.browser-default):focus.valid ~ label,
  textarea.materialize-textarea:focus.valid ~ label {
    color: #4CAF50; }
  input:not([type]):focus.invalid ~ label,
  input[type=text]:not(.browser-default):focus.invalid ~ label,
  input[type=password]:not(.browser-default):focus.invalid ~ label,
  input[type=email]:not(.browser-default):focus.invalid ~ label,
  input[type=url]:not(.browser-default):focus.invalid ~ label,
  input[type=time]:not(.browser-default):focus.invalid ~ label,
  input[type=date]:not(.browser-default):focus.invalid ~ label,
  input[type=datetime]:not(.browser-default):focus.invalid ~ label,
  input[type=datetime-local]:not(.browser-default):focus.invalid ~ label,
  input[type=tel]:not(.browser-default):focus.invalid ~ label,
  input[type=number]:not(.browser-default):focus.invalid ~ label,
  input[type=search]:not(.browser-default):focus.invalid ~ label,
  textarea.materialize-textarea:focus.invalid ~ label {
    color: #F44336; }
  input:not([type]).validate + label,
  input[type=text]:not(.browser-default).validate + label,
  input[type=password]:not(.browser-default).validate + label,
  input[type=email]:not(.browser-default).validate + label,
  input[type=url]:not(.browser-default).validate + label,
  input[type=time]:not(.browser-default).validate + label,
  input[type=date]:not(.browser-default).validate + label,
  input[type=datetime]:not(.browser-default).validate + label,
  input[type=datetime-local]:not(.browser-default).validate + label,
  input[type=tel]:not(.browser-default).validate + label,
  input[type=number]:not(.browser-default).validate + label,
  input[type=search]:not(.browser-default).validate + label,
  textarea.materialize-textarea.validate + label {
    width: 100%; }

/* Validation Sass Placeholders */
input.valid:not([type]), input.valid:not([type]):focus,
input.valid[type=text]:not(.browser-default),
input.valid[type=text]:not(.browser-default):focus,
input.valid[type=password]:not(.browser-default),
input.valid[type=password]:not(.browser-default):focus,
input.valid[type=email]:not(.browser-default),
input.valid[type=email]:not(.browser-default):focus,
input.valid[type=url]:not(.browser-default),
input.valid[type=url]:not(.browser-default):focus,
input.valid[type=time]:not(.browser-default),
input.valid[type=time]:not(.browser-default):focus,
input.valid[type=date]:not(.browser-default),
input.valid[type=date]:not(.browser-default):focus,
input.valid[type=datetime]:not(.browser-default),
input.valid[type=datetime]:not(.browser-default):focus,
input.valid[type=datetime-local]:not(.browser-default),
input.valid[type=datetime-local]:not(.browser-default):focus,
input.valid[type=tel]:not(.browser-default),
input.valid[type=tel]:not(.browser-default):focus,
input.valid[type=number]:not(.browser-default),
input.valid[type=number]:not(.browser-default):focus,
input.valid[type=search]:not(.browser-default),
input.valid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
  border-bottom: 1px solid #4CAF50;
  box-shadow: 0 1px 0 0 #4CAF50; }

input.invalid:not([type]), input.invalid:not([type]):focus,
input.invalid[type=text]:not(.browser-default),
input.invalid[type=text]:not(.browser-default):focus,
input.invalid[type=password]:not(.browser-default),
input.invalid[type=password]:not(.browser-default):focus,
input.invalid[type=email]:not(.browser-default),
input.invalid[type=email]:not(.browser-default):focus,
input.invalid[type=url]:not(.browser-default),
input.invalid[type=url]:not(.browser-default):focus,
input.invalid[type=time]:not(.browser-default),
input.invalid[type=time]:not(.browser-default):focus,
input.invalid[type=date]:not(.browser-default),
input.invalid[type=date]:not(.browser-default):focus,
input.invalid[type=datetime]:not(.browser-default),
input.invalid[type=datetime]:not(.browser-default):focus,
input.invalid[type=datetime-local]:not(.browser-default),
input.invalid[type=datetime-local]:not(.browser-default):focus,
input.invalid[type=tel]:not(.browser-default),
input.invalid[type=tel]:not(.browser-default):focus,
input.invalid[type=number]:not(.browser-default),
input.invalid[type=number]:not(.browser-default):focus,
input.invalid[type=search]:not(.browser-default),
input.invalid[type=search]:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
  border-bottom: 1px solid #F44336;
  box-shadow: 0 1px 0 0 #F44336; }

input:not([type]).valid ~ .helper-text[data-success],
input:not([type]):focus.valid ~ .helper-text[data-success],
input:not([type]).invalid ~ .helper-text[data-error],
input:not([type]):focus.invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=text]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=password]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=email]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=url]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=time]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=date]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=tel]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=number]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default).valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default):focus.valid ~ .helper-text[data-success],
input[type=search]:not(.browser-default).invalid ~ .helper-text[data-error],
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text[data-error],
textarea.materialize-textarea.valid ~ .helper-text[data-success],
textarea.materialize-textarea:focus.valid ~ .helper-text[data-success],
textarea.materialize-textarea.invalid ~ .helper-text[data-error],
textarea.materialize-textarea:focus.invalid ~ .helper-text[data-error] {
  color: transparent;
  user-select: none;
  pointer-events: none; }

input:not([type]).valid ~ .helper-text:after,
input:not([type]):focus.valid ~ .helper-text:after,
input[type=text]:not(.browser-default).valid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=password]:not(.browser-default).valid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=email]:not(.browser-default).valid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=url]:not(.browser-default).valid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=time]:not(.browser-default).valid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=date]:not(.browser-default).valid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).valid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=tel]:not(.browser-default).valid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=number]:not(.browser-default).valid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.valid ~ .helper-text:after,
input[type=search]:not(.browser-default).valid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.valid ~ .helper-text:after,
textarea.materialize-textarea.valid ~ .helper-text:after,
textarea.materialize-textarea:focus.valid ~ .helper-text:after {
  content: attr(data-success);
  color: #4CAF50; }

input:not([type]).invalid ~ .helper-text:after,
input:not([type]):focus.invalid ~ .helper-text:after,
input[type=text]:not(.browser-default).invalid ~ .helper-text:after,
input[type=text]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=password]:not(.browser-default).invalid ~ .helper-text:after,
input[type=password]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=email]:not(.browser-default).invalid ~ .helper-text:after,
input[type=email]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=url]:not(.browser-default).invalid ~ .helper-text:after,
input[type=url]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=time]:not(.browser-default).invalid ~ .helper-text:after,
input[type=time]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=date]:not(.browser-default).invalid ~ .helper-text:after,
input[type=date]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default).invalid ~ .helper-text:after,
input[type=datetime-local]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default).invalid ~ .helper-text:after,
input[type=tel]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=number]:not(.browser-default).invalid ~ .helper-text:after,
input[type=number]:not(.browser-default):focus.invalid ~ .helper-text:after,
input[type=search]:not(.browser-default).invalid ~ .helper-text:after,
input[type=search]:not(.browser-default):focus.invalid ~ .helper-text:after,
textarea.materialize-textarea.invalid ~ .helper-text:after,
textarea.materialize-textarea:focus.invalid ~ .helper-text:after {
  content: attr(data-error);
  color: #F44336; }

input:not([type]) + label:after,
input[type=text]:not(.browser-default) + label:after,
input[type=password]:not(.browser-default) + label:after,
input[type=email]:not(.browser-default) + label:after,
input[type=url]:not(.browser-default) + label:after,
input[type=time]:not(.browser-default) + label:after,
input[type=date]:not(.browser-default) + label:after,
input[type=datetime]:not(.browser-default) + label:after,
input[type=datetime-local]:not(.browser-default) + label:after,
input[type=tel]:not(.browser-default) + label:after,
input[type=number]:not(.browser-default) + label:after,
input[type=search]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
  transition: .2s opacity ease-out, .2s color ease-out; }

.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px; }
    .input-field.inline input,
    .input-field.inline .select-dropdown {
      margin-bottom: 1rem; }
  .input-field.col label {
    left: 0.75rem; }
  .input-field.col .prefix ~ label,
  .input-field.col .prefix ~ .validate ~ label {
    width: calc(100% - 3rem - 1.5rem); }
  .input-field > label {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1rem;
    cursor: text;
    transition: transform .2s ease-out, color .2s ease-out;
    transform-origin: 0% 100%;
    text-align: initial;
    transform: translateY(12px); }
    .input-field > label:not(.label-icon).active {
      transform: translateY(-14px) scale(0.8);
      transform-origin: 0 0; }
  .input-field > input[type=date]:not(.browser-default) + label,
  .input-field > input[type=time]:not(.browser-default) + label {
    transform: translateY(-14px) scale(0.8);
    transform-origin: 0 0; }
  .input-field .helper-text {
    position: relative;
    min-height: 18px;
    display: block;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54); }
    .input-field .helper-text::after {
      opacity: 1;
      position: absolute;
      top: 0;
      left: 0; }
  .input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    transition: color .2s;
    top: 0.5rem; }
    .input-field .prefix.active {
      color: #26a69a; }
  .input-field .prefix ~ textarea,
  .input-field .prefix ~ label,
  .input-field .prefix ~ .validate ~ label,
  .input-field .prefix ~ .helper-text,
  .input-field .prefix ~ .autocomplete-content {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem); }
  .input-field .prefix ~ label {
    margin-left: 3rem; }
  @media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
      width: 86%;
      width: calc(100% - 3rem); } }
  @media only screen and (max-width: 800px) {
    .input-field .prefix ~ input {
      width: 80%;
      width: calc(100% - 3rem); } }

/* Search Field */
.input-field input[type=search] {
  display: block;
  line-height: inherit;
  transition: .3s background-color; }
  .nav-wrapper .input-field input[type=search] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    box-shadow: none; }
  .input-field input[type=search]:focus:not(.browser-default) {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444; }
    .input-field input[type=search]:focus:not(.browser-default) + label i,
    .input-field input[type=search]:focus:not(.browser-default) ~ .mdi-navigation-close,
    .input-field input[type=search]:focus:not(.browser-default) ~ .material-icons {
      color: #444; }
  .input-field input[type=search] + .label-icon {
    transform: none;
    left: 1rem; }
  .input-field input[type=search] ~ .mdi-navigation-close,
  .input-field input[type=search] ~ .material-icons {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    transition: .3s color; }

/* Textarea */
textarea {
  width: 100%;
  height: 3rem;
  background-color: transparent; }
  textarea.materialize-textarea {
    line-height: normal;
    overflow-y: hidden;
    /* prevents scroll bar flash */
    padding: .8rem 0 .8rem 0;
    /* prevents text jump on Enter keypress */
    resize: none;
    min-height: 3rem;
    box-sizing: border-box; }

.hiddendiv {
  visibility: hidden;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
  /* future version of deprecated 'word-wrap' */
  padding-top: 1.2rem;
  /* prevents text jump on Enter keypress */
  position: absolute;
  top: 0;
  z-index: -1; }

/* Autocomplete */
.autocomplete-content li .highlight {
  color: #444; }

.autocomplete-content li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px; }

/* Character Counter */
.character-counter {
  min-height: 18px; }

/* Radio Buttons
   ========================================================================== */
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="radio"]:not(:checked) + span,
[type="radio"]:checked + span {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  transition: .28s ease;
  user-select: none; }

[type="radio"] + span:before,
[type="radio"] + span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  transition: .28s ease; }

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border-radius: 50%; }

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
  border: 2px solid #5a5a5a; }

[type="radio"]:not(:checked) + span:after {
  transform: scale(0); }

/* Checked styles */
[type="radio"]:checked + span:before {
  border: 2px solid transparent; }

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
  border: 2px solid #26a69a; }

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
  background-color: #26a69a; }

[type="radio"]:checked + span:after {
  transform: scale(1.02); }

/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
  transform: scale(0.5); }

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1); }

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
  border: 2px solid rgba(0, 0, 0, 0.42); }

[type="radio"].with-gap:disabled:checked + span:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42); }

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled + span {
  color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:not(:checked) + span:before {
  border-color: rgba(0, 0, 0, 0.42); }

[type="radio"]:disabled:checked + span:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494; }

/* Checkboxes
   ========================================================================== */
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  opacity: 0;
  pointer-events: none; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + span:not(.lever) {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    user-select: none; }
  [type="checkbox"] + span:not(.lever):before,
  [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 3px;
    transition: .2s; }
  [type="checkbox"]:not(.filled-in) + span:not(.lever):after {
    border: 0;
    transform: scale(0); }
  [type="checkbox"]:not(:checked):disabled + span:not(.lever):before {
    border: none;
    background-color: rgba(0, 0, 0, 0.42); }
  [type="checkbox"].tabbed:focus + span:not(.lever):after {
    transform: scale(1);
    border: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"]:checked + span:not(.lever):before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  transform: rotate(40deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:checked:disabled + span:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + span:not(.lever):before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  transform: rotate(90deg);
  backface-visibility: hidden;
  transform-origin: 100% 100%; }

[type="checkbox"]:indeterminate:disabled + span:not(.lever):before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent; }

[type="checkbox"].filled-in + span:not(.lever):after {
  border-radius: 2px; }

[type="checkbox"].filled-in + span:not(.lever):before,
[type="checkbox"].filled-in + span:not(.lever):after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .20s .1s, height .20s .1s, top .20s .1s, left .20s .1s;
  z-index: 1; }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:not(:checked) + span:not(.lever):after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }

[type="checkbox"].filled-in:checked + span:not(.lever):before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotateZ(37deg);
  transform-origin: 100% 100%; }

[type="checkbox"].filled-in:checked + span:not(.lever):after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  background-color: #26a69a;
  z-index: 0; }

[type="checkbox"].filled-in.tabbed:focus + span:not(.lever):after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1); }

[type="checkbox"].filled-in.tabbed:checked:focus + span:not(.lever):after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a; }

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):before {
  background-color: transparent;
  border: 2px solid transparent; }

[type="checkbox"].filled-in:disabled:not(:checked) + span:not(.lever):after {
  border-color: transparent;
  background-color: #949494; }

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):before {
  background-color: transparent; }

[type="checkbox"].filled-in:disabled:checked + span:not(.lever):after {
  background-color: #949494;
  border-color: #949494; }

/* Switch
   ========================================================================== */
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  user-select: none; }

.switch label {
  cursor: pointer; }

.switch label input[type=checkbox] {
  opacity: 0;
  width: 0;
  height: 0; }
  .switch label input[type=checkbox]:checked + .lever {
    background-color: #84c7c1; }
    .switch label input[type=checkbox]:checked + .lever:before, .switch label input[type=checkbox]:checked + .lever:after {
      left: 18px; }
    .switch label input[type=checkbox]:checked + .lever:after {
      background-color: #26a69a; }

.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.38);
  border-radius: 15px;
  margin-right: 10px;
  transition: background 0.3s ease;
  vertical-align: middle;
  margin: 0 16px; }
  .switch label .lever:before, .switch label .lever:after {
    content: "";
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    left: 0;
    top: -3px;
    transition: left 0.3s ease, background .3s ease, box-shadow 0.1s ease, transform .1s ease; }
  .switch label .lever:before {
    background-color: rgba(38, 166, 154, 0.15); }
  .switch label .lever:after {
    background-color: #f1f1f1;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); }

input[type=checkbox]:checked:not(:disabled) ~ .lever:active::before,
input[type=checkbox]:checked:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15); }

input[type=checkbox]:not(:disabled) ~ .lever:active:before,
input[type=checkbox]:not(:disabled).tabbed:focus ~ .lever::before {
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08); }

.switch input[type=checkbox][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12); }

.switch label input[type=checkbox][disabled] + .lever:after,
.switch label input[type=checkbox][disabled]:checked + .lever:after {
  background-color: #949494; }

/* File Input
   ========================================================================== */
.file-field {
  position: relative; }
  .file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px; }
  .file-field input.file-path {
    width: 100%; }
  .file-field .btn, .file-field .btn-large, .file-field .btn-small {
    float: left;
    height: 3rem;
    line-height: 3rem; }
  .file-field span {
    cursor: pointer; }
  .file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0); }
    .file-field input[type=file]::-webkit-file-upload-button {
      display: none; }

/* Range
   ========================================================================== */
.range-field {
  position: relative; }

input[type=range],
input[type=range] + .thumb {
  cursor: pointer; }

input[type=range] {
  position: relative;
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 15px 0;
  padding: 0; }
  input[type=range]:focus {
    outline: none; }

input[type=range] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  background-color: #26a69a;
  margin-left: 7px;
  transform-origin: 50% 50%;
  transform: rotate(-45deg); }
  input[type=range] + .thumb .value {
    display: block;
    width: 30px;
    text-align: center;
    color: #26a69a;
    font-size: 0;
    transform: rotate(45deg); }
  input[type=range] + .thumb.active {
    border-radius: 50% 50% 50% 0; }
    input[type=range] + .thumb.active .value {
      color: #fff;
      margin-left: -1px;
      margin-top: 8px;
      font-size: 10px; }

input[type=range] {
  -webkit-appearance: none; }

input[type=range]::-webkit-slider-runnable-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-webkit-slider-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow .3s;
  -webkit-appearance: none;
  background-color: #26a69a;
  transform-origin: 50% 50%;
  margin: -5px 0 0 0; }

input[type=range].focused:focus:not(.active)::-webkit-slider-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26); }

input[type=range] {
  /* fix for FF unable to apply focus style bug  */
  border: 1px solid white;
  /*required for proper track sizing in FF*/ }

input[type=range]::-moz-range-track {
  height: 3px;
  background: #c2c0c2;
  border: none; }

input[type=range]::-moz-focus-inner {
  border: 0; }

input[type=range]::-moz-range-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow .3s;
  margin-top: -5px; }

input[type=range]:-moz-focusring {
  outline: 1px solid #fff;
  outline-offset: -1px; }

input[type=range].focused:focus:not(.active)::-moz-range-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26); }

input[type=range]::-ms-track {
  height: 3px;
  background: transparent;
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #777; }

input[type=range]::-ms-fill-upper {
  background: #ddd; }

input[type=range]::-ms-thumb {
  border: none;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #26a69a;
  transition: box-shadow .3s; }

input[type=range].focused:focus:not(.active)::-ms-thumb {
  box-shadow: 0 0 0 10px rgba(38, 166, 154, 0.26); }

a,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
input,
label,
li,
li,
p,
span {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 12px;
  overflow-x: hidden;
  font-family: 'Archivo', sans-serif; }

/*
atomic styles for layout -
display flex used in conjunction ( and as final children of ) row/column layout

https://css-tricks.com/snippets/css/a-guide-to-flexbox/
 */
.df,
.display-flex {
  display: flex; }

.fdr,
.flex-direction-row {
  flex-direction: row; }

.fdc,
.flex-direction-column {
  flex-direction: column; }

.hide_tag_event {
  pointer-events: none; }

.text-uppercase,
.uppercase {
  text-transform: uppercase; }

.jcc,
.justify-content-center {
  justify-content: center; }

.jcfs,
.justify-flex-start {
  justify-content: flex-start; }

.jcfe,
.justify-flex-end {
  justify-content: flex-end; }

.jcsb,
.justify-content-space-between {
  justify-content: space-between; }

.aic,
.align-items-center {
  align-items: center; }

.w-100,
.width-100 {
  width: 100%; }

.position-relative,
.pr {
  position: relative; }

.position-fixed {
  position: fixed; }

.pa,
.position-absolute {
  position: absolute; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.border-left-light-grey {
  border-left: 1px solid rgba(216, 216, 216, 0.15); }

.border-top-light-grey {
  border-top: 1px solid rgba(216, 216, 216, 0.15); }

.bb-lg,
.border-bottom-light-grey {
  border-bottom: 1px solid rgba(216, 216, 216, 0.15); }

/* colors */
.color-lightish-blue {
  color: #5874ff; }

.color-orangey-red {
  color: #ff4636; }

.color-periwinkle-purple {
  color: #9074fb; }

.color-dodger-blue {
  color: #36b0ff; }

.color-grey-blue {
  color: #6b7ca9; }

.color-sick-green {
  color: #a4b229; }

.color-purply {
  color: #8430ad; }

.background-white, .bg-white {
  background: white; }

.nerdist-btn-v1 {
  border-radius: 5px;
  background-color: #121212;
  border: solid 3px rgba(255, 255, 255, 0.2);
  padding: 20px 49px;
  font-family: "Archivo Black";
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.4;
  letter-spacing: -0.1px;
  color: #ffffff; }

.nerdist-btn-v1:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000; }

.pg-header {
  margin-bottom: 80px; }

.pg-header .pg-title {
  margin-bottom: 30px;
  max-width: 625px; }

.pg-header .pg-title h1 {
  font-family: "Archivo Black";
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.88;
  letter-spacing: -1.4px;
  color: #ffffff;
  font-size: 80px;
  text-transform: uppercase; }

.pg-header .pg-subtitle {
  max-width: 625px; }

.pg-header .pg-subtitle p {
  font-family: "Archivo";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.1px;
  color: #ffffff; }

.pg-header-bg {
  width: 100%;
  height: 800px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 0;
  overflow: hidden;
  background-size: cover; }

.pg-header-bg:before {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, rgba(30, 30, 30, 0), #1e1e1e);
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  bottom: 0; }

.pg-content {
  font-family: "Archivo";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.1px;
  color: #ffffff; }

.pg-header,
.pg-content,
.pg-footer {
  position: relative;
  z-index: 2; }

.page-single.single {
  padding: 150px 0 200px 0;
  background: #1e1e1e;
  overflow: hidden; }

.pg-center {
  max-width: 707px;
  display: block;
  margin: 0 auto; }

.content {
  position: relative;
  z-index: 0; }

.podcast-series {
  pointer-events: auto !important; }

/**Start lybsin***/
.title_heading p {
  width: 100%;
  float: left;
  margin-bottom: 6px !important;
  color: #fff; }

.title_heading h1 {
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #fff; }

.title_heading h3 {
  font-size: 25px;
  width: 100%;
  float: left;
  font-weight: bold;
  margin-bottom: 4px;
  margin-top: 0px; }

.title_heading {
  width: 90%;
  margin: 0px auto;
  position: relative; }

.overlay_bg .iframe_main_container {
  position: relative; }

.overlay_bg .iframe_sub_container {
  width: 100%;
  float: left; }

.overlay_bg {
  width: 100%;
  float: left;
  background-size: cover !important;
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
  height: 100%;
  font-family: "Archivo Black";
  z-index: 9999; }

.overlay_bg iframe {
  margin: 0px auto;
  width: 90%;
  display: table-row; }

footer {
  width: 100%;
  float: left; }

.overlay-bg {
  width: 100%;
  float: left;
  padding: 20px 47px;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0; }

/**End lybsin***/
.cstm_preview_banner .preview-banner, .latest-video-card .preview-banner {
  height: 40px;
  background-color: #3af2c2;
  padding: 11px 25px;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  width: 100%; }

.latest-video-card .preview-link a {
  margin-top: 10px !important;
  float: left; }

.latest-video-card .preview-lock.left {
  float: left;
  margin-top: 7px !important; }

.latest-video-card .preview-banner {
  bottom: 100px;
  height: 60px;
  width: 95.6%; }

.latest-video-card .preview-logo-container {
  display: grid !important; }

.cstm_preview_banner .preview-logo-container, .latest-video-card .preview-logo-container {
  display: flex; }

.cstm_preview_banner .preview-logo-container, .latest-video-card .preview-logo-container {
  display: flex; }

.cstm_preview_banner .preview-logo, .latest-video-card .preview-logo {
  width: 59px;
  height: 19px; }

.cstm_preview_banner .preview-logo img, .latest-video-card .preview-logo img {
  height: 100%;
  width: 100%; }

.cstm_preview_banner .preview-logo-text, .latest-video-card .preview-logo-text {
  width: 63px;
  height: 9px;
  opacity: 0.25;
  font-size: 11px;
  font-family: "Archivo Black";
  line-height: 0.82;
  letter-spacing: -0.2px;
  text-align: center;
  color: #1e1e1e;
  margin: 5px 5px 0;
  text-transform: uppercase; }

.cstm_preview_banner .preview-line, .latest-video-card .preview-line {
  /* display: flex; */
  width: 1px;
  height: 20px;
  opacity: 0.2;
  background-color: #1e1e1e;
  margin: 0px 15px 0 12px; }

.cstm_preview_banner .preview-link a, .latest-video-card .preview-link a {
  text-decoration: underline;
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 0.82;
  letter-spacing: -0.2px;
  font-family: "Archivo Black"; }

.cstm_preview_banner .preview-link, .latest-video-card .preview-link {
  text-align: center;
  margin: 0;
  position: absolute;
  right: 40px;
  top: 15px; }

.cstm_preview_banner .preview-lock.left, .latest-video-card .preview-lock.left {
  width: 14.8px;
  height: 18px;
  margin: 0; }

.cstm_preview_banner .preview-lock.left img, .latest-video-card .preview-lock.left img {
  height: 100%;
  width: 100%; }

.channel-video-player .inner-content {
  position: static !important; }

.full-sctn {
  background-repeat: no-repeat;
  background-size: cover !important;
  padding: 150px 0px; }

.full-sctn-content {
  text-align: center;
  font-family: "Archivo Black"; }

.full-sctn-content h1 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-top: 0px; }

.full-sctn-content h3 {
  text-align: center;
  color: #fff;
  font-size: 15px;
  word-wrap: break-word;
  text-transform: inherit;
  margin-top: 0px;
  margin-bottom: 32px; }

.full-sctn-content a {
  background: transparent;
  padding: 8px 80px;
  font-size: 20px;
  color: #fff;
  border: 1px solid #b9b9b9;
  display: inline-block; }

.hlf-sctn {
  width: 80%;
  margin: 0px auto;
  font-family: "Archivo Black"; }

.hlf-sctn-cstm {
  background-repeat: no-repeat;
  background-size: cover;
  width: 48%;
  margin: 20px 10px;
  padding: 100px 0px;
  display: inline-block; }

.hlf-sctn-cstm img {
  width: 20px;
  margin-right: 10px; }

.hlf-sctn-cstm h1 {
  text-align: center;
  font-size: 37px;
  text-transform: uppercase; }

.hlf-sctn-cstm h1 a {
  color: #fff;
  font-weight: bold; }

.latest_alpha_bnr .preview-banner {
  bottom: 0px; }

.latest_alpha_bnr .preview-banner .preview-link {
  right: 24px; }

.latest_alpha_bnr .preview-banner .preview-lock.left {
  margin-top: 9px !important; }

.latest_alpha_bnr .preview-banner .preview-line {
  height: 30px;
  margin-top: 4px; }

.latest-video-card .hide {
  display: block !important; }

.h1-lock-up {
  font-size: 45px;
  font-family: "Archivo Black";
  line-height: 55px;
  letter-spacing: -1.5; }

.h4-lock-up {
  font-size: 18px;
  font-family: "Archivo Black";
  color: #3940b5; }

.h5-lock-up {
  font-size: 18px;
  font-family: "Archivo";
  font-weight: 800;
  color: black; }

.p-time-stamp {
  font-size: 14px;
  font-family: "Archivo";
  color: #1e1e1e; }

.article-copy {
  font-size: 18px;
  line-height: 1.67;
  font-family: "Archivo"; }

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 45px; }
  .section-header h1 {
    font-size: 32px;
    color: #fff;
    margin: 0;
    font-family: 'Archivo Black', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 15px;
    flex-grow: 0;
    letter-spacing: -1.5px; }
    @media only screen and (max-width: 800px) {
      .section-header h1 {
        font-size: 25px; } }
  .section-header hr {
    flex-grow: 1;
    display: inline-block;
    border: none;
    height: 3px;
    opacity: 0.05;
    background-color: #1e1e1e;
    position: relative;
    top: -3px;
    margin-right: 20px; }

.ad-full {
  height: 150px;
  background: #121212;
  text-align: center;
  padding-top: 15px;
  color: #fff;
  position: relative;
  margin: 0; }
  .ad-full.lighter {
    background: rgba(0, 0, 0, 0.05); }
    .ad-full.lighter .ad-text {
      color: rgba(30, 30, 30, 0.3);
      padding: 5px 0 15px 0;
      display: block; }
  .ad-full .ad-text {
    font-size: 10px;
    text-transform: uppercase;
    font-family: "Archivo";
    opacity: 0.3;
    letter-spacing: 0.5px; }
  .ad-full--large {
    height: auto;
    padding-bottom: 40px; }

body .default .nav-container,
.page-template-home .nav-container,
body .nav-container,
body .nav .nav-container {
  z-index: 2;
  width: 100%;
  position: static;
  background-color: #000000; }

.locked-height-mob {
  overflow: hidden; }

.locked-height {
  overflow: hidden; }

.hide {
  display: none; }

.carousel-wrap .basic-card {
  width: 338px !important; }

.basic-card {
  height: 460px;
  width: 338px;
  padding-bottom: 0;
  margin: 0 auto 40px !important;
  margin: 0px 0px 40px 0px;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 800px) {
    .basic-card {
      width: 100%; } }
  .basic-card .dfw-unit.display-block:before {
    opacity: 0.3;
    font-family: "Archivo Black";
    font-size: 9px !important;
    line-height: 1.11;
    letter-spacing: 0.7px;
    text-align: center;
    color: #1e1e1e !important;
    padding-top: 77px;
    padding-bottom: 20px; }
  .basic-card iframe {
    margin: 0 auto;
    display: block; }
  .basic-card .card-image img {
    height: 230px;
    object-fit: cover; }
  @media only screen and (max-width: 800px) {
    .basic-card {
      padding-bottom: 20px; } }
  .basic-card .card-content {
    min-height: 175px;
    padding: 0px 30px 30px 30px; }
    .basic-card .card-content h5 {
      margin-top: 0px;
      margin-bottom: 0px;
      padding-top: 30px;
      padding-bottom: 10px;
      font-size: 12px;
      font-family: "Archivo Black";
      text-transform: uppercase; }
    .basic-card .card-content p {
      font-family: "Archivo Black";
      font-size: 18px;
      color: #1e1e1e;
      letter-spacing: -0.2px;
      line-height: 1.3333333333333333; }
  .basic-card .read-duration {
    font-size: 11px;
    font-family: 'Archivo', sans-serif !important;
    font-weight: 400;
    color: #7f7f7f7f;
    letter-spacing: 0;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    top: 3px; }
  .basic-card .card-action {
    padding-top: 0px;
    position: absolute;
    bottom: 5px;
    width: 100%; }
    .basic-card .card-action p {
      margin-bottom: 0; }
    .basic-card .card-action .article-icon {
      height: 12px;
      width: 17px;
      margin-right: 10px; }
    .basic-card .card-action .author {
      font-size: 14px;
      font-family: 'Archivo', sans-serif;
      font-weight: 800;
      color: #000000;
      margin-left: 7px; }
    .basic-card .card-action .read-duration {
      margin-right: 5px;
      line-height: 22px; }
  .basic-card .podcast-icon {
    top: 2px;
    width: 14px;
    opacity: 0.3;
    margin-right: 10px;
    position: relative; }
  .basic-card .video-icon {
    top: 2px;
    width: 16px;
    position: relative;
    margin-right: 10px; }
  .basic-card .preview-banner .preview-locked--unlocked img {
    object-fit: contain; }

.featured-card-8,
.featured-card-4 {
  margin-top: 0;
  margin-bottom: 30px; }
  .featured-card-8 .card-image,
  .featured-card-4 .card-image {
    position: relative; }
    .featured-card-8 .card-image .card-image-wrap::after,
    .featured-card-4 .card-image .card-image-wrap::after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), #1e1e1e);
      pointer-events: none; }
    .featured-card-8 .card-image img,
    .featured-card-4 .card-image img {
      object-fit: cover;
      height: 520px; }
    .featured-card-8 .card-image .card-title,
    .featured-card-4 .card-image .card-title {
      padding: 40px; }
    .featured-card-8 .card-image h3,
    .featured-card-4 .card-image h3 {
      margin-top: 10px;
      font-size: 22px;
      font-family: "Archivo Black";
      line-height: 1.3636363636363635; }
    .featured-card-8 .card-image .author,
    .featured-card-4 .card-image .author {
      font-size: 17px;
      font-family: 'Archivo', sans-serif;
      font-weight: 800;
      margin-bottom: 0; }
    .featured-card-8 .card-image .read-duration,
    .featured-card-4 .card-image .read-duration {
      font-size: 11px;
      font-family: 'Archivo', sans-serif !important;
      font-weight: 400;
      color: #fff;
      opacity: .5;
      margin-bottom: 0;
      position: relative;
      top: 9px;
      text-transform: uppercase; }
    .featured-card-8 .card-image .podcast-icon,
    .featured-card-4 .card-image .podcast-icon {
      width: 14px;
      height: 21px;
      display: inline-block;
      margin-right: 10px; }
    .featured-card-8 .card-image .category,
    .featured-card-4 .card-image .category {
      font-family: "Archivo Black";
      font-size: 14px;
      letter-spacing: -0.5px;
      text-transform: uppercase;
      margin-bottom: 10px; }

.featured-card-4 .card-image .card-title {
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 20px;
  z-index: 3;
  background: transparent;
  width: 100%;
  box-sizing: border-box; }

.featured-card-4 .card-image .read-duration {
  float: right;
  line-height: 10px; }

@media only screen and (max-width: 800px) {
  .featured-card-4 .card-image .card-title {
    padding: 20px; }
  .featured-card-4 .card-image .card-img {
    height: 430px;
    width: 278px; }
  .featured-card-4 .card-image .read-duration {
    float: left !important; }
  .featured-card-4 .card-image .article-icon {
    width: 18px;
    height: 13px;
    float: right;
    position: relative;
    top: 5px; }
  .featured-card-4 .card-image h3 {
    font-size: 18px; } }

.featured-wrap {
  position: relative; }

.featured-card-wrap .card-title {
  left: 40%;
  top: 22.5%;
  position: absolute; }

.featured-8-info {
  color: #fff;
  margin-bottom: 40px; }
  .featured-8-info h3 {
    margin-top: 10px;
    font-size: 20px;
    font-family: "Archivo Black"; }
  .featured-8-info .author {
    font-size: 14px;
    font-family: 'Archivo', sans-serif;
    font-weight: 800;
    margin-bottom: 0; }
  .featured-8-info .read-duration {
    font-size: 11px;
    font-family: 'Archivo', sans-serif !important;
    font-weight: 400;
    opacity: .5;
    margin-bottom: 0;
    position: relative;
    top: 9px; }
  .featured-8-info .podcast-icon {
    width: 14px;
    height: 21px;
    display: inline-block;
    margin-right: 10px; }
  .featured-8-info .category {
    font-family: "Archivo Black";
    text-transform: uppercase;
    margin-bottom: 10px; }

.nav-fixed {
  left: 0;
  right: 0;
  top: 35px;
  background: #000;
  padding-bottom: 25px;
  height: 100px !important;
  overflow-y: visible;
  position: fixed !important; }
  @media only screen and (max-width: 992px) {
    .nav-fixed {
      height: 73px !important; } }

.uber-nav-fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  pointer-events: none;
  position: fixed !important; }
  .uber-nav-fixed * {
    pointer-events: auto; }

.nav-container-fixed {
  overflow-y: hidden;
  position: absolute !important;
  background-color: #000;
  pointer-events: none; }
  @media only screen and (max-width: 992px) {
    .nav-container-fixed {
      height: auto; } }
  .nav-container-fixed * {
    pointer-events: auto; }

@media only screen and (max-width: 992px) {
  .home .nav-container {
    background-color: #000 !important; } }

.nav {
  border-top: 5px solid #d6283b;
  color: #fff;
  position: relative;
  z-index: 1; }
  .nav .nav-container {
    width: 95%; }
    @media only screen and (max-width: 992px) {
      .nav .nav-container {
        width: 100%;
        z-index: 1;
        position: relative;
        top: auto;
        padding-top: 0px;
        background: #1e1e1e; } }
  .nav .nav-logo {
    padding-right: 100px; }
    .nav .nav-logo a {
      display: block; }
      .nav .nav-logo a svg {
        fill: #fff;
        width: 100%;
        max-width: 120px; }
  .nav .nav-content {
    max-width: 1117px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media only screen and (max-width: 992px) {
      .nav .nav-content {
        display: none; } }
    .nav .nav-content a {
      padding: 10px;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      vertical-align: middle;
      min-width: 85px; }
      .nav .nav-content a:hover {
        opacity: 0.8; }
  .nav .nav-sections {
    padding-top: 5px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: auto;
    max-width: 890px; }
  .nav .nav-sections ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .nav li {
    position: relative; }
    .nav li .triangle {
      width: 100%;
      max-width: 7px;
      margin-left: 7px;
      margin-right: 4px;
      display: inline-block;
      vertical-align: middle; }
    .nav li:first-of-type .triangle {
      display: none; }
  .nav .primary,
  .nav .secondary {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
    .nav .primary ul:last-of-type,
    .nav .secondary ul:last-of-type {
      margin-left: auto; }
  .nav .primary ul:first-of-type li a {
    padding-left: 23px;
    padding-right: 17px;
    background-image: url("images/nav-up-triangle.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 7px; }
  .nav .primary ul:first-of-type li:first-of-type a {
    background: none;
    padding-left: 10px; }
  .nav .primary li {
    text-transform: uppercase;
    font-family: "Archivo Black"; }
    .nav .primary li:first-of-type {
      margin-left: 0; }
      .nav .primary li:first-of-type a {
        background: none; }
    .nav .primary li a[href*="feed"] {
      display: none; }
      .nav .primary li a[href*="feed"].active {
        display: inline-block; }
  .nav .secondary {
    position: relative; }
    .nav .secondary li {
      font-family: "Archivo Black"; }
      .nav .secondary li:first-of-type {
        margin-left: 0; }
      .nav .secondary li a {
        padding: 10px;
        min-width: 0;
        text-align: center; }
      .nav .secondary li .more-nav-btn {
        min-width: 85px; }
    .nav .secondary:before {
      content: "";
      left: 10px;
      right: 10px;
      border-top: 1px solid rgba(255, 255, 255, 0.2);
      top: -5.5px;
      position: absolute; }
  .nav .triangle {
    display: inline-block;
    vertical-align: middle; }
    .dark .nav .triangle {
      fill: #434343; }
  .nav a.search-trigger {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    padding-right: 0 !important;
    margin-top: -3px; }
    .nav a.search-trigger:before {
      top: 10px;
      bottom: 15px;
      right: 0;
      position: absolute;
      content: "";
      border-right: 1px solid rgba(255, 255, 255, 0.2); }
    .nav a.search-trigger svg {
      fill: #fff;
      width: 100%;
      max-width: 16px; }
  .nav .caret {
    display: inline-block;
    vertical-align: middle; }
    .nav .caret svg {
      stroke-width: 4px;
      stroke: #fff;
      width: 100%;
      max-width: 10px; }
  .nav a.sign-in {
    padding-left: 17px;
    text-transform: uppercase; }
  .nav .sign-in-btn ~ a,
  .nav .sign-in-btn [class*=btn] {
    display: none; }
  .nav .sign-in-btn.is-login {
    display: none; }
    .nav .sign-in-btn.is-login ~ a,
    .nav .sign-in-btn.is-login [class*=btn] {
      display: inline-block; }

.nav-mobile-bg {
  background-color: #000; }

@media only screen and (min-width: 993px) {
  .nav-mobile {
    display: none; } }

.nav-mobile > .container > .row {
  margin-bottom: 0; }

.nav-mobile .s12:first-of-type .logo img {
  margin: 16px 0; }

.nav-mobile .hamburger {
  height: 63px;
  width: 80px;
  right: 0px;
  position: absolute;
  background-image: url("images/hamburger-white.svg");
  background-repeat: no-repeat;
  background-position: center; }

.nav-mobile .toggle:checked ~ label {
  background-image: url("images/Close_White.svg");
  background-repeat: no-repeat;
  background-position: center; }

.toggle {
  display: none; }

.toggle:checked ~ label {
  background-image: url("images/Close_White.svg");
  background-repeat: no-repeat;
  background-position: center; }

.toggle:checked ~ .drawer {
  display: block;
  padding-top: 40px; }

.drawer {
  display: none; }
  .drawer hr {
    border: 1px solid #666; }
  .drawer .row.topics-bar {
    text-align: center; }
    .drawer .row.topics-bar span {
      display: none; }
    @media only screen and (min-width: 993px) {
      .drawer .row.topics-bar {
        text-align: left;
        background-image: url("images/horizontal-grey-line.svg");
        background-repeat: no-repeat;
        background-position: top 13px center; }
        .drawer .row.topics-bar span {
          display: block;
          font-family: "Archivo";
          font-size: 12px;
          text-transform: uppercase;
          color: #666;
          margin-top: 8px; } }
    .drawer .row.topics-bar h1 {
      opacity: 0.2;
      font-family: "Archivo Black";
      font-size: 30px;
      letter-spacing: -0.3px;
      color: #ffffff;
      margin: 0; }
    .drawer .row.topics-bar button {
      font-family: "Archivo Black";
      font-size: 11px;
      line-height: 0.82;
      letter-spacing: -0.2px;
      color: #1e1e1e;
      background-color: #ffffff;
      background-image: url("images/edit-pencil.svg");
      background-repeat: no-repeat;
      background-position: 13px center;
      height: 30px;
      padding: 0 20px; }
      .drawer .row.topics-bar button.enabled {
        color: #ffffff;
        background-color: #d6283b; }
  .drawer .row.topics-list img {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    object-fit: cover; }
  .drawer .row.topics-list .load-more {
    text-align: center; }
    @media only screen and (min-width: 993px) {
      .drawer .row.topics-list .load-more {
        display: none; } }
    .drawer .row.topics-list .load-more button {
      padding: 0 60px;
      margin-bottom: 18px;
      background: black;
      font-family: "Archivo Black";
      font-size: 12px;
      line-height: 0.75;
      letter-spacing: -0.1px;
      color: #ffffff;
      border-radius: 5px;
      background-color: #000000;
      border: solid 3px rgba(255, 255, 255, 0.1); }
  .drawer .row.mini-nav {
    text-align: center; }
    @media only screen and (min-width: 993px) {
      .drawer .row.mini-nav {
        display: none; } }
    .drawer .row.mini-nav a {
      margin: 20px 0;
      display: block;
      font-family: "Archivo Black";
      font-size: 18px;
      font-weight: normal;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.11;
      letter-spacing: -0.2px;
      text-transform: uppercase;
      color: #ffffff; }
      .drawer .row.mini-nav a[href*="feed"] {
        display: none; }
        .drawer .row.mini-nav a[href*="feed"].active {
          display: block; }
  .drawer .row.search {
    background-image: url("images/search-mag-glass.svg");
    background-repeat: no-repeat;
    background-position: left 10.5px top 30px; }
    @media only screen and (min-width: 993px) {
      .drawer .row.search {
        background-position: left 45px top 35px; } }
    .drawer .row.search h1 {
      font-family: "Archivo Black";
      font-size: 22px;
      line-height: 1.36;
      letter-spacing: -0.1px;
      color: #ffffff; }
    .drawer .row.search input {
      background-image: url("images/search-right-arrow.svg");
      background-repeat: no-repeat;
      background-position: right 10px center;
      color: #fff; }
      .drawer .row.search input::-webkit-input-placeholder {
        font-family: "Archivo";
        font-size: 22px;
        line-height: 1.36;
        color: #ffffff; }
      .drawer .row.search input:-moz-placeholder            {
        font-family: "Archivo";
        font-size: 22px;
        line-height: 1.36;
        color: #ffffff; }
      .drawer .row.search input::-moz-placeholder           {
        font-family: "Archivo";
        font-size: 22px;
        line-height: 1.36;
        color: #ffffff; }
      .drawer .row.search input:-ms-input-placeholder       {
        font-family: "Archivo";
        font-size: 22px;
        line-height: 1.36;
        color: #ffffff; }
    .drawer .row.search .submit {
      background: transparent;
      border: 0;
      text-indent: 999999999px;
      position: absolute;
      width: 50px;
      height: 50px;
      right: 0;
      z-index: 5;
      top: 0;
      cursor: pointer;
      outline: none; }

.row.d-drawer {
  margin-bottom: 0px; }

/** TOPICS DRAWER */
.row.topics-list > .col {
  margin-bottom: 30px; }

.topic-nav-tile {
  position: relative;
  display: block; }
  .topic-nav-tile.active .topic-selector-order {
    display: block; }

.topic-selector-name {
  bottom: 15px;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  text-align: left;
  color: #ffffff;
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Archivo Black"; }

.topic-selector-order {
  width: 32px;
  height: 32px;
  top: 15px;
  right: 15px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  border-radius: 40px;
  background-color: #d6283b;
  color: #ffffff;
  font-family: "Archivo";
  font-size: 15px;
  display: none; }

.edit-topics-enabled .topic-nav-tile.active {
  background-color: #000000;
  box-shadow: 0 5px 20px 10px #d6283b; }

.cstm_drawer_menu ul li {
  width: 50%;
  float: left;
  padding: 0 0.75rem; }

.cstm_drawer_menu {
  width: 100%;
  float: left;
  text-align: left; }

.row.mini-nav.mb60.cstm_drawer_div {
  margin-bottom: 0px !important; }

#signin-mobile-col,
#profile-mobile-col,
#signout-mobile-col {
  text-align: left; }

#topic-col-uncategorized {
  display: none; }

footer {
  border-top: 5px solid #d6283b;
  color: white;
  background: #000;
  height: auto; }
  footer .container {
    background-repeat: no-repeat;
    background-position: right bottom; }
    @media only screen and (max-width: 992px) {
      footer .container {
        background-size: 50%; } }
  footer .nerdist_newsletter_sub_submit {
    text-indent: -999999px;
    background: transparent;
    border: 0 !important;
    width: 20px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    outline: none; }
  footer .footer_logo_row div {
    max-width: 188px; }
    @media only screen and (max-width: 992px) {
      footer .footer_logo_row div img {
        width: 165px !important; } }
  footer .social {
    width: 42px;
    height: 21px;
    background-repeat: no-repeat;
    background-position: left bottom;
    display: inline-block; }
  footer .social.facebook {
    background-image: url("../public/images/social-white-facebook.svg"); }
  footer .social.twitter {
    background-image: url("../public/images/social-white-twitter.svg"); }
  footer .social.reddit {
    background-image: url("../public/images/social-white-reddit.svg"); }
  footer .social.google-plus {
    background-image: url("../public/images/social-white-google-plus.svg"); }
  @media only screen and (max-width: 992px) {
    footer {
      background-repeat: no-repeat;
      background-position: right bottom;
      background-size: 187px;
      background-position: left calc(100% + 5px) top 70px;
      height: 567px; } }
  @media only screen and (min-width: 993px) {
    footer {
      background-image: none; } }
  footer .container {
    height: auto; }
    @media only screen and (min-width: 993px) {
      footer .container {
        background-repeat: no-repeat;
        background-position: right bottom; } }
    footer .container .row:first-of-type {
      overflow: visible;
      padding-top: 70px; }
      @media only screen and (max-width: 992px) {
        footer .container .row:first-of-type {
          padding-top: 38px; } }
    footer .container .row:last-of-type {
      padding-top: 27px;
      margin-bottom: 0; }
      @media only screen and (max-width: 992px) {
        footer .container .row:last-of-type {
          padding-top: 0; } }
  footer .mini-nav a {
    color: white;
    font-family: "Archivo Black";
    font-size: 15px;
    font-weight: normal;
    letter-spacing: -0.2px; }
    footer .mini-nav a:hover {
      text-decoration: underline; }
  footer .mini-nav li {
    margin-bottom: 15px; }
  @media only screen and (max-width: 992px) {
    footer .mini-nav {
      padding: 30px 0 20px; } }
  footer .subscribe .header {
    text-transform: uppercase;
    font-family: "Archivo Black";
    font-size: 11px;
    line-height: 0.91;
    letter-spacing: -0.1px; }
    @media only screen and (max-width: 992px) {
      footer .subscribe .header {
        opacity: 0.3; } }
  footer .subscribe input {
    background-image: url("../public/images/subscribe-input-right-arrow.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-bottom: 1px solid #d8d8d8; }
    footer .subscribe input::-webkit-input-placeholder {
      font-family: "Archivo";
      font-size: 16px;
      line-height: 1.25;
      letter-spacing: 0.1px;
      opacity: 0.3; }
    footer .subscribe input:-moz-placeholder            {
      font-family: "Archivo";
      font-size: 16px;
      line-height: 1.25;
      letter-spacing: 0.1px;
      opacity: 0.3; }
    footer .subscribe input::-moz-placeholder           {
      font-family: "Archivo";
      font-size: 16px;
      line-height: 1.25;
      letter-spacing: 0.1px;
      opacity: 0.3; }
    footer .subscribe input:-ms-input-placeholder       {
      font-family: "Archivo";
      font-size: 16px;
      line-height: 1.25;
      letter-spacing: 0.1px;
      opacity: 0.3; }
  footer .socials .header {
    text-transform: uppercase;
    opacity: 0.3;
    font-family: "Archivo Black";
    font-size: 11px;
    line-height: 0.91;
    letter-spacing: -0.1px;
    color: #ffffff;
    padding-top: 18px;
    padding-bottom: 10px; }
  footer .socials img {
    padding-right: 30px; }
  @media only screen and (max-width: 992px) {
    footer .socials p {
      margin-bottom: 10px !important; } }
  footer .copyright {
    opacity: 0.3;
    font-family: "Archivo";
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0.3px;
    color: #ffffff;
    padding: 25px 0; }
  @media only screen and (max-width: 992px) {
    footer .input-field {
      margin-top: 25px;
      margin-bottom: 22px; } }
  footer input#subscribe_email {
    height: 30px;
    color: #fff;
    border-bottom: 1px solid rgba(158, 158, 158, 0.5); }

.article-head h1 {
  margin-top: 0; }

.article-head__category {
  margin-bottom: 15px; }

.article-head__lower {
  height: 40px;
  display: flex; }

.article-head__duration {
  color: #fff;
  opacity: 0.5; }

.article-head__byline-wrap {
  display: inline-block;
  margin-right: 30px; }

.article-head__by {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px; }

.vert-line {
  display: inline-block;
  width: 1px;
  height: 40px;
  opacity: 0.2000000029802322;
  background-color: #ffffff; }

.article-head__shares-wrap,
.article-head__likes-wrap {
  display: inline-flex;
  align-items: center;
  margin-left: 30px;
  font-family: "Archivo Black";
  font-size: 12px;
  line-height: 1.0909090909090908;
  letter-spacing: -.2px;
  -webkit-font-smoothing: antialiased; }
  .article-head__shares-wrap img,
  .article-head__likes-wrap img {
    margin-right: 10px; }

.article-head__likes-wrap {
  color: #ffffff;
  cursor: pointer;
  margin-right: 30px; }

.article-head__comments-wrap {
  font-family: "Archivo";
  font-size: 14px;
  display: inline-flex;
  margin-left: 30px;
  align-items: center;
  height: 100%;
  opacity: 0.5; }

@media only screen and (max-width: 992px) {
  .article-head__shares-wrap {
    display: block; } }

@media only screen and (max-width: 992px) {
  .article-head h1 {
    margin-top: 0;
    font-size: 27px;
    line-height: 1.2222222222222223; }
  .article-head .h1-lock-up {
    margin-bottom: 20px; }
  .article-head__lower {
    flex-direction: column;
    height: auto; }
  .article-head__byline-wrap {
    margin-bottom: 20px; }
  .article-head__by,
  .article-head__author {
    font-size: 15px; }
  .article-head__category {
    font-size: 12px; }
  .vert-line {
    width: 40px;
    height: 1px;
    opacity: 1;
    margin-bottom: 20px; }
  .article-head__shares-wrap,
  .article-head__likes-wrap {
    margin-left: 0;
    margin-bottom: 20px; }
  .article-head__comments-wrap {
    margin-left: 0;
    font-size: 12px; } }

.article-featured .carousel-wrap {
  position: relative;
  margin-bottom: 100px; }
  .article-featured .carousel-wrap .carousel {
    position: relative;
    top: 0px;
    height: 531px; }
    .article-featured .carousel-wrap .carousel .carousel-cell {
      height: 100%;
      width: 100%;
      max-width: 688px;
      margin: 0 15px; }
  .article-featured .carousel-wrap .color-block {
    position: absolute;
    height: 460px;
    top: 84px;
    left: 0;
    width: 100%;
    z-index: 0;
    display: flex; }
  .article-featured .carousel-wrap .caption {
    margin: 0 auto;
    max-width: 688px;
    width: 100%;
    align-self: flex-end;
    padding-bottom: 30px; }
    .article-featured .carousel-wrap .caption h5 {
      font-family: "Archivo";
      font-size: 14px;
      color: white; }
    .article-featured .carousel-wrap .caption span {
      color: lightgrey; }

.card-title .featured__title {
  font-family: "Archivo Black";
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1818181818181819;
  letter-spacing: -0.800000011920929px;
  text-align: left;
  color: black;
  margin-top: 0;
  margin-bottom: 30px; }

.card-title .home .retro-container {
  padding-bottom: 60px; }
  .card-title .home .retro-container h1 {
    color: #1e1e1e; }

.card-title .featured__category {
  display: block;
  color: #c17c0b;
  font-family: "Archivo Black";
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 15px; }

.card-title .featured__text {
  color: black; }

.card-title .featured__date {
  font-family: "Archivo";
  font-size: 18px;
  color: black;
  display: inline-block; }

.card-title .featured__pipe {
  display: inline-block;
  width: 1px;
  opacity: 0.2000000029802322;
  background-color: #1e1e1e;
  height: 20px;
  margin-right: 15px;
  position: relative;
  top: 3px; }

.card-title .featured__author {
  font-family: "Archivo Black";
  margin-right: 15px;
  color: black; }

.card-title .featured__date {
  text-transform: uppercase;
  font-size: 14px;
  color: black;
  opacity: 0.5; }

.social-box {
  display: none;
  top: 485px;
  right: 0; }
  @media only screen and (min-width: 993px) {
    .social-box {
      display: block;
      position: absolute;
      width: 40px;
      height: auto;
      z-index: 1; } }
  .social-box img {
    padding: 1em;
    height: 40px;
    display: block; }

.fixed-action-btn .links-container {
  background-color: #fff;
  display: none;
  padding-top: 15px;
  padding-bottom: 56px;
  position: absolute;
  bottom: 0;
  width: 56px;
  border-radius: 40px; }
  .fixed-action-btn .links-container a {
    display: block;
    margin: 0 auto 15px;
    text-align: center; }

.latest-container {
  position: relative;
  padding-top: 55px;
  padding-bottom: 0px; }
  .latest-container .section-header {
    margin-bottom: 30px !important; }
  .latest-container .carousel-wrap {
    position: relative; }
    .latest-container .carousel-wrap .carousel-cell {
      margin-right: 30px; }
    .latest-container .carousel-wrap .carousel-home-latest {
      height: 520px; }
  .latest-container .flickity-slider {
    position: relative; }
  .latest-container .next-button {
    transform: rotate(180deg);
    margin-left: 8px;
    height: 30px;
    position: relative;
    top: -3px;
    cursor: pointer; }
  .latest-container .previous-button {
    height: 30px;
    width: 30px;
    height: 30px;
    z-index: 1;
    position: relative;
    top: -3px;
    cursor: pointer; }
  @media only screen and (max-width: 800px) {
    .latest-container {
      padding-top: 20px;
      padding-bottom: 20px; }
      .latest-container .section-header {
        margin-bottom: 20px; }
        .latest-container .section-header h1 {
          font-size: 30px;
          max-width: 50%;
          margin-right: 8px; }
      .latest-container .card-image .video-card-image {
        width: 220px; }
      .latest-container .card-content {
        width: 220px; } }

.trending-gallery-container {
  padding-bottom: 30px; }
  @media only screen and (max-width: 800px) {
    .trending-gallery-container {
      clear: both; } }
  .trending-gallery-container .carousel-wrap {
    position: relative; }
    .trending-gallery-container .carousel-wrap .carousel-home-trending {
      height: 440px; }
      .trending-gallery-container .carousel-wrap .carousel-home-trending .carousel-cell {
        height: 430px;
        margin: 0 15px; }
  .trending-gallery-container .flickity-viewport {
    width: 100%; }
  .trending-gallery-container .flickity-slider {
    position: relative; }

.channels-wrap {
  background: #1e1e1e;
  padding-top: 70px;
  padding-bottom: 0px; }
  .channels-wrap .channels-header-container {
    margin-bottom: 50px; }
    .channels-wrap .channels-header-container .channels-count {
      font-size: 12px;
      line-height: 0.83;
      font-family: "Archivo";
      color: white;
      opacity: 0.2;
      text-transform: uppercase; }
    .channels-wrap .channels-header-container .section-header {
      margin-bottom: 15px; }
  .channels-wrap .channel-previous-button {
    padding-left: 1.5em;
    height: 30px;
    cursor: pointer;
    position: relative;
    top: -3px; }
  .channels-wrap .channel-next-button {
    margin-left: 1em;
    height: 30px;
    cursor: pointer;
    position: relative;
    top: -3px; }
  .channels-wrap .carousel-cell {
    height: 188px;
    margin-right: 15px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 800px) {
      .channels-wrap .carousel-cell {
        height: 130px; } }
    .channels-wrap .carousel-cell a {
      cursor: grab !important;
      cursor: -webkit-grab !important; }
  .channels-wrap .col.s12 > .btn, .channels-wrap .col.s12 > .btn-large, .channels-wrap .col.s12 > .btn-small {
    border: solid #292929 3px;
    font-size: 12px;
    font-family: "Archivo Black";
    border-radius: 5px;
    width: 100%;
    height: 50px;
    padding: 0.4em 2.5em 0.8em 2.5em;
    margin-top: 40px;
    margin-bottom: 80px; }
    @media only screen and (max-width: 800px) {
      .channels-wrap .col.s12 > .btn, .channels-wrap .col.s12 > .btn-large, .channels-wrap .col.s12 > .btn-small {
        margin-top: 10px;
        margin-bottom: 40px; } }

.carousel-wrap--mob {
  display: none; }
  @media only screen and (max-width: 800px) {
    .carousel-wrap--mob {
      display: block; } }

@media only screen and (max-width: 992px) {
  .schedule-page-hero h1 {
    margin: 0 auto;
    text-align: center; } }

.collection.calendar {
  background: #121212;
  height: 100% !important; }
  @media only screen and (max-width: 992px) {
    .collection.calendar {
      min-width: 0 !important; } }
  .collection.calendar a {
    color: white; }
  @media screen and (max-width: 1200px) {
    .collection.calendar .is-expanded .collection-description {
      height: 100% !important; } }
  .collection.calendar .collection-item {
    color: white;
    height: 100% !important;
    position: relative; }
    .collection.calendar .collection-item.header {
      padding: 30px; }
      .collection.calendar .collection-item.header .header-date {
        font-size: 14px;
        letter-spacing: -0.3px;
        font-family: "Archivo Black"; }
    @media screen and (min-width: 1200px) {
      .collection.calendar .collection-item:hover .collection-description {
        height: 100% !important; } }
    .collection.calendar .collection-item .collection-mobile-expand {
      position: absolute;
      right: 25px;
      bottom: 0;
      text-transform: uppercase;
      text-align: center;
      padding: 0 15px 9px 0;
      border-top-left-radius: 5px;
      font-family: "Archivo Black" !important;
      font-size: 9px;
      text-decoration: underline;
      z-index: 2000;
      cursor: pointer; }
      @media screen and (min-width: 1200px) {
        .collection.calendar .collection-item .collection-mobile-expand {
          display: none; } }
    .collection.calendar .collection-item .collection-item-showtime {
      height: 100%;
      padding: 24px 0; }
      .collection.calendar .collection-item .collection-item-showtime .time {
        font-family: 'Archivo';
        font-weight: 400;
        font-weight: 100;
        font-size: 20px; }
      .collection.calendar .collection-item .collection-item-showtime .alphalogo {
        padding-top: 8px; }
    .collection.calendar .collection-item .collection-description {
      opacity: 0.5;
      font-family: "Archivo";
      font-size: 15px;
      line-height: 1.67;
      letter-spacing: -0.2px;
      color: #fff;
      margin: 20px 0 0;
      height: 0px;
      overflow: hidden !important; }
      .collection.calendar .collection-item .collection-description--hide {
        display: none; }
    .collection.calendar .collection-item .collection-item-watch-type {
      color: rgba(255, 255, 255, 0.2);
      font-family: "Archivo Black";
      font-size: 9px;
      padding: 8px;
      text-align: center;
      width: 100%; }
    .collection.calendar .collection-item .collection-item-detail {
      padding: 30px;
      width: 100%; }
      .collection.calendar .collection-item .collection-item-detail .category {
        font-family: "Archivo Black";
        font-size: 12px;
        padding-bottom: 12px;
        text-transform: uppercase; }
      .collection.calendar .collection-item .collection-item-detail .second-line {
        font-family: 'Archivo Black';
        font-size: 15px;
        letter-spacing: -0.3px;
        line-height: 22px; }
    .collection.calendar .collection-item .collection-item-add {
      position: absolute;
      right: 0;
      bottom: 0;
      border: 1px solid rgba(216, 216, 216, 0.15);
      border-bottom: 0;
      border-right: 0; }
      @media screen and (min-width: 1200px) {
        .collection.calendar .collection-item .collection-item-add {
          border-top-left-radius: 5px; } }
  .collection.calendar .see-full-schedule-container {
    background-color: #d6283b;
    padding: 30px; }
    .collection.calendar .see-full-schedule-container span {
      color: white;
      font-family: "Archivo Black"; }

.video-viewer {
  padding-top: 15px;
  top: 80px;
  background: black;
  width: 100%;
  z-index: 11; }
  @media only screen and (max-width: 800px) {
    .video-viewer {
      padding-top: 0; } }
  .video-viewer hr {
    height: 5px;
    opacity: 0.1;
    background-color: #d8d8d8;
    margin-bottom: 15px; }

.vid-shrink {
  width: 250px !important; }
  @media only screen and (max-width: 800px) {
    .vid-shrink {
      width: 100% !important; } }

.video-panel-upNext {
  position: absolute;
  z-index: 1001 !important;
  bottom: 140px;
  right: 100px;
  width: 250px; }
  @media screen and (max-width: 800px) {
    .video-panel-upNext {
      bottom: 64px;
      right: 15px;
      width: 230px; }
      .video-panel-upNext .wrap {
        padding: 3px 6px !important; }
        .video-panel-upNext .wrap .title {
          width: 100% !important;
          padding: 0 !important; }
        .video-panel-upNext .wrap .thumb {
          display: none; } }
  .video-panel-upNext .card-content .wrap {
    display: flex;
    align-items: center;
    padding: 8px;
    position: relative;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.5) !important;
    border: 1px solid white !important;
    transition: .2s all; }
    .video-panel-upNext .card-content .wrap:hover {
      background: rgba(0, 0, 0, 0.8); }
    .video-panel-upNext .card-content .wrap .title {
      width: 65%;
      padding-right: 3%; }
    .video-panel-upNext .card-content .wrap .thumb {
      max-width: 90px; }
      .video-panel-upNext .card-content .wrap .thumb img {
        max-width: 100% !important;
        max-height: 100% !important; }
  .video-panel-upNext .card-content p {
    font-family: "Archivo Black";
    font-size: 12px;
    margin: 0;
    color: white; }
    .video-panel-upNext .card-content p a {
      color: white; }
  .video-panel-upNext .label {
    font-family: "Archivo Black";
    font-size: 11px;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    color: #ffffff; }

.video-title-header-shrink {
  display: none;
  color: #fff;
  font-size: 18px;
  top: -70px;
  position: absolute;
  font-family: "Archivo Black"; }

.video-viewer-container--mob {
  display: none; }
  @media screen and (max-width: 993px) {
    .video-viewer-container--mob {
      display: block; } }

.vid-flex {
  display: flex !important; }
  @media screen and (max-width: 993px) {
    .vid-flex {
      display: none !important; } }

.vid-hide {
  display: none; }

.vid-show {
  display: block; }

.vid-nb {
  border: none !important; }

.vid-nopad {
  padding: 0 !important; }

.vid-pad {
  padding: 115px 65px 0 20px !important; }

.vid-nm {
  margin: 0; }

.vid-jl {
  justify-content: left; }

.vid-75 {
  width: 75% !important; }

.vid-left {
  left: 70% !important; }

.vid-height {
  height: 2px; }

.video-viewer-container--desk {
  display: block; }
  @media screen and (max-width: 993px) {
    .video-viewer-container--desk {
      display: none !important; } }

.expand-btn {
  visibility: hidden;
  transform: rotate(0deg) !important;
  position: absolute; }

.videos {
  position: relative; }
  .videos [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    top: 800px;
    pointer-events: none; }
  .videos [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    top: 800px;
    pointer-events: none; }

.video-player-container .video-text-overlay-show-mobile {
  display: none; }

@media only screen and (max-width: 800px) {
  .video-player-container {
    /* so video has no padding on mobile */ }
    .video-player-container > div.col.s12 {
      padding: 0; } }

.video-player-container .video-player {
  z-index: 9;
  position: relative; }
  .video-player-container .video-player .preview-banner {
    height: 40px;
    background-color: #3af2c2;
    padding: 11px 25px;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .video-player-container .video-player .preview-banner {
        padding: 11px 15px;
        justify-content: space-between; } }
    .video-player-container .video-player .preview-banner .preview-line {
      width: 1px;
      height: 20px;
      opacity: 0.2;
      background-color: #1e1e1e;
      margin: 0px 15px 0 12px;
      display: inline-flex;
      float: left; }
      @media only screen and (max-width: 800px) {
        .video-player-container .video-player .preview-banner .preview-line {
          display: none; } }
    .video-player-container .video-player .preview-banner img {
      height: 100%;
      width: 100%; }
    .video-player-container .video-player .preview-banner .preview-logo-container {
      display: inline-flex;
      float: left; }
      @media only screen and (max-width: 800px) {
        .video-player-container .video-player .preview-banner .preview-logo-container {
          justify-content: flex-start;
          margin-right: 10px; } }
    .video-player-container .video-player .preview-banner .preview-logo {
      width: 59px;
      height: 19px; }
      .video-player-container .video-player .preview-banner .preview-logo-text {
        width: 63px;
        height: 9px;
        opacity: 0.25;
        font-size: 11px;
        font-family: "Archivo Black";
        line-height: 0.82;
        letter-spacing: -0.2px;
        text-align: center;
        color: #1e1e1e;
        margin: 5px 5px 0;
        text-transform: uppercase; }
    .video-player-container .video-player .preview-banner .preview-lock {
      width: 14.8px;
      height: 18px;
      margin: 0;
      display: inline-flex;
      float: left; }
      .video-player-container .video-player .preview-banner .preview-lock--unlocked {
        width: 13px;
        height: 20px; }
    .video-player-container .video-player .preview-banner .preview-link {
      text-align: center;
      margin: 0;
      position: absolute;
      right: 40px;
      top: 15px; }
      .video-player-container .video-player .preview-banner .preview-link a {
        text-decoration: underline;
        color: #1e1e1e;
        text-transform: uppercase;
        font-size: 11px;
        line-height: 0.82;
        letter-spacing: -0.2px;
        font-family: "Archivo Black"; }
    .video-player-container .video-player .preview-banner .preview-timer-container {
      text-align: center;
      color: #1e1e1e;
      font-family: "Archivo Black";
      display: flex;
      position: absolute;
      right: 30px;
      top: 15px; }
      @media only screen and (max-width: 800px) {
        .video-player-container .video-player .preview-banner .preview-timer-container {
          display: none; } }
    .video-player-container .video-player .preview-banner .preview-timer {
      font-size: 15px;
      line-height: 0.6;
      letter-spacing: -0.3px; }
      .video-player-container .video-player .preview-banner .preview-timer span {
        opacity: 0.3;
        color: #1e1e1e; }
      .video-player-container .video-player .preview-banner .preview-timer-text {
        font-size: 13px;
        line-height: 0.82;
        letter-spacing: -0.2px;
        padding-right: 10px; }
  .video-player-container .video-player.fixed-player {
    position: fixed;
    left: 10px;
    top: 10px; }

#player-2_ad {
  position: relative !important;
  padding-bottom: 56%;
  height: 0 !important; }
  #player-2_ad > div:first-child {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important; }

/* _video-hero.scss */
.video-hero {
  max-width: 100%;
  position: relative;
  min-height: 100vh;
  overflow-x: hidden; }
  .video-hero .hero-video-container {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    overflow-y: hidden;
    max-height: 100%;
    height: 100%;
    z-index: 0;
    overflow-x: hidden; }
    .video-hero .hero-video-container .video-container-fade-overlay-blue {
      background: linear-gradient(0deg, #003589 0%, rgba(0, 53, 137, 0) 30%);
      position: absolute;
      z-index: 9;
      height: 100%;
      width: 100%; }
    .video-hero .hero-video-container .video-container-fade-overlay-black {
      background: linear-gradient(0deg, #1e1e1e 0%, rgba(0, 53, 137, 0) 30%);
      position: absolute;
      z-index: 9;
      height: 100%;
      width: 100%;
      overflow-x: hidden; }
    .video-hero .hero-video-container video {
      min-width: 100%;
      min-height: 100%;
      height: auto;
      width: auto;
      overflow-x: hidden; }
    .video-hero .hero-video-container img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .video-hero .row {
    max-width: 1075px;
    padding-bottom: 80px;
    z-index: 9; }
  .video-hero .title {
    position: relative;
    z-index: 2;
    padding-top: 123px; }
    .video-hero .title.row {
      padding-bottom: 0px; }
    .video-hero .title h1 {
      font-size: 80px;
      font-family: "Archivo Black";
      line-height: 0.875;
      letter-spacing: -1.399999976158142px;
      text-transform: uppercase;
      /* this makes more declarative since padding top above 'lockup' needs to be 300px per chris */
      margin-bottom: 0px; }
      @media only screen and (max-width: 800px) {
        .video-hero .title h1 {
          font-size: 40px;
          margin-bottom: 40px;
          margin-top: 90px;
          padding-top: 160px;
          opacity: 1; } }
  .video-hero .hero-title-block a {
    color: #fff; }
  .video-hero .hero-title-block h1 {
    margin-bottom: 30px !important;
    margin-top: 30px !important; }
  .video-hero .hero {
    opacity: 0;
    color: #fff;
    position: relative;
    padding-top: 300px;
    z-index: 3; }
    .video-hero .hero h1 {
      font-size: 80px;
      font-family: "Archivo Black";
      line-height: 0.875;
      letter-spacing: -1.399999976158142px;
      text-transform: uppercase;
      margin-top: 75px;
      margin-bottom: 230px; }
      @media only screen and (max-width: 800px) {
        .video-hero .hero h1 {
          font-size: 40px;
          margin-bottom: 40px;
          margin-top: 90px;
          padding-top: 160px;
          opacity: 1; } }
    .video-hero .hero .hero-wrap {
      height: 800px;
      width: 100%;
      position: relative; }
      .video-hero .hero .hero-wrap .gradient {
        bottom: 0;
        position: absolute;
        width: 1280px;
        height: 350px;
        z-index: -1;
        background-image: linear-gradient(to bottom, rgba(116, 148, 199, 0), #003589); }
    .video-hero .hero .title-card {
      display: flex; }
      .video-hero .hero .title-card h5 {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 12px;
        font-family: "Archivo Black";
        text-transform: uppercase;
        color: #e28383; }
      .video-hero .hero .title-card h3 {
        font-size: 24px;
        font-family: "Archivo Black";
        line-height: 1.3636363636363635;
        letter-spacing: -0.10000000149011612px;
        margin-bottom: 5px;
        margin-top: 0; }
      .video-hero .hero .title-card a {
        color: inherit; }
      .video-hero .hero .title-card .runtime {
        font-size: 15px;
        font-family: "Archivo";
        opacity: 0.3; }
      .video-hero .hero .title-card .play-icon {
        width: 32px;
        height: 37px;
        align-items: flex-start;
        margin-right: 20px; }
      @media only screen and (max-width: 800px) {
        .video-hero .hero .title-card {
          margin-top: 0;
          flex-direction: column; }
          .video-hero .hero .title-card .play-icon {
            margin-bottom: 20px; }
          .video-hero .hero .title-card h5 {
            font-size: 11px; }
          .video-hero .hero .title-card h3 {
            font-size: 18px; } }

.hero-background {
  width: 100%;
  background-image: url("~/assets/images/video-hero-placeholder.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top center; }
  .hero-background:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(116, 148, 199, 0), #003589); }
  @media only screen and (max-width: 800px) {
    .hero-background {
      top: 20%;
      height: auto; } }

.video-player-container {
  margin-bottom: 0px !important; }

.video-player {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  .video-player .inner-content {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start; }
  .video-player .play-btn {
    margin: auto;
    width: 50%;
    vertical-align: middle;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0; }
  .video-player .play-btn img {
    display: block;
    margin: 0 auto; }
  .video-player .play-btn .play {
    width: 70.1px;
    height: 20px;
    transform: rotate(-35deg);
    font-family: "Archivo Black";
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    display: block;
    margin: -5px auto;
    text-indent: 25px; }
  .video-player .info h5 {
    font-family: "Archivo Black";
    font-size: 12px;
    color: #e08400;
    margin-bottom: 10px; }
  .video-player .info h3 {
    font-family: "Archivo Black";
    font-size: 24px;
    line-height: 1.3636363636363635;
    letter-spacing: -0.10000000149011612px;
    color: #ffffff;
    margin-top: 0;
    max-width: 60%;
    margin-bottom: 5px; }
  .video-player .info h5 a {
    font-family: "Archivo Black";
    font-size: 12px;
    color: #e08400;
    margin-bottom: 10px; }
  .video-player .info h3 a {
    font-family: "Archivo Black";
    font-size: 24px;
    line-height: 1.3636363636363635;
    letter-spacing: -0.10000000149011612px;
    color: #ffffff;
    margin-top: 0;
    max-width: 60%;
    margin-bottom: 5px; }
  .video-player .info .runtime {
    font-size: 15px;
    font-family: "Archivo", serif;
    opacity: 0.3;
    color: white; }
  .video-player .latest-video-card h5 {
    color: #3b7383; }
  .video-player .latest-video-card h3 {
    color: #fff; }
  .video-player .jcc {
    margin-bottom: 0 !important; }

.hero-title-block .follow-btn {
  position: relative;
  margin-left: 5px;
  width: 100px;
  height: 30px;
  border-radius: 3px;
  background-color: #fff;
  top: 0;
  font-family: "Archivo Black";
  font-size: 13px;
  color: #3d1431;
  line-height: 0.8181818181818182;
  letter-spacing: -0.20000000298023224px;
  padding-top: 6px;
  z-index: 99; }
  @media only screen and (max-width: 800px) {
    .hero-title-block .follow-btn {
      width: 25%;
      position: static;
      margin: 0 auto; } }

.hero-title-block .follow-btn-a {
  position: relative;
  z-index: 9;
  width: auto;
  height: 30px;
  line-height: 2;
  margin-bottom: 15px; }

.topic-info .title {
  color: #fff;
  font-size: 80px;
  font-family: "Archivo Black";
  margin-bottom: 0; }
  @media only screen and (max-width: 800px) {
    .topic-info .title {
      font-size: 40px;
      text-align: center;
      margin: 0 auto; } }

.topic-info .subtitle {
  color: #fff;
  font-size: 16px;
  font-family: "Archivo";
  line-height: 1.5;
  letter-spacing: -0.10000000149011612px;
  text-align: left;
  margin-bottom: 40px; }
  @media only screen and (max-width: 800px) {
    .topic-info .subtitle {
      font-size: 14px;
      margin-bottom: 10px; } }

.topic-info .tally {
  color: #fff;
  display: inline-block;
  width: 180px;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .topic-info .tally {
      width: 30%; } }
  .topic-info .tally:first-of-type {
    width: 110px;
    text-align: left; }
    .topic-info .tally:first-of-type .count {
      left: 3px; }
    @media only screen and (max-width: 800px) {
      .topic-info .tally:first-of-type {
        text-align: center; }
        .topic-info .tally:first-of-type .count {
          left: 0; } }
    @media only screen and (max-width: 800px) {
      .topic-info .tally:first-of-type {
        width: 33%; } }
  .topic-info .tally p {
    margin-bottom: 0; }
  .topic-info .tally .count {
    position: relative;
    font-size: 20px;
    font-size: "Archivo"; }
  .topic-info .tally .type {
    text-transform: uppercase;
    font-family: "Archivo Black";
    font-size: 13px; }

.topic-info .vert-line {
  display: inline-block;
  width: 1px;
  height: 40px;
  opacity: 0.2000000029802322;
  background-color: #ffffff; }
  @media only screen and (max-width: 800px) {
    .topic-info .vert-line {
      margin-bottom: 0; } }
  @media only screen and (max-width: 800px) {
    .topic-info .vert-line--last {
      display: none; } }

.topic-info .follow-btn {
  position: relative;
  margin-left: 40px;
  width: 100px;
  height: 30px;
  border-radius: 3px;
  background-color: #fff;
  top: -16px;
  font-family: "Archivo Black";
  font-size: 13px;
  color: #3d1431;
  line-height: 0.8181818181818182;
  letter-spacing: -0.20000000298023224px;
  padding-top: 6px; }
  @media only screen and (max-width: 800px) {
    .topic-info .follow-btn {
      width: 25%;
      position: static;
      margin: 0 auto; } }

@media only screen and (max-width: 800px) {
  .topic-info .tallies {
    margin-bottom: 10px; } }

.custom-carousel-row {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px; }
  .custom-carousel-row .bg-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0; }
  .custom-carousel-row .bg-image::after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    background: #000;
    opacity: 0.8; }
  .custom-carousel-row .section-header {
    padding-left: 0;
    margin-bottom: 15px; }
    .custom-carousel-row .section-header hr {
      background: #fff; }
  .custom-carousel-row .section-subheader {
    padding-left: 0; }
  .custom-carousel-row .subheader {
    display: block;
    font-family: "Archivo";
    font-size: 12px;
    color: #fff;
    line-height: 1.3333333333333333;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .custom-carousel-row .next-button {
    transform: rotate(180deg);
    margin-left: 8px;
    height: 30px;
    position: relative;
    top: -3px; }
  .custom-carousel-row .previous-button {
    padding-left: 1.5em;
    height: 30px;
    position: relative;
    top: -3px; }
  .custom-carousel-row .carousel-cell {
    height: 540px;
    width: 338px;
    margin: 0 15px; }
  .custom-carousel-row .card-image-wrap::after {
    background-image: linear-gradient(to bottom, rgba(0, 53, 137, 0), #003589); }
  @media only screen and (max-width: 800px) {
    .custom-carousel-row {
      padding-top: 60px; }
      .custom-carousel-row .bg-image {
        background-position-x: center;
        object-fit: contain; }
      .custom-carousel-row .section-header {
        margin-bottom: 25px; }
        .custom-carousel-row .section-header h1 {
          max-width: 50%; }
      .custom-carousel-row .custom-row-carousel {
        height: 440px; }
        .custom-carousel-row .custom-row-carousel .carousel-cell {
          height: 430px;
          margin: 0 15px; } }

.topic .custom-card-row {
  position: relative;
  padding-top: 80px;
  padding-bottom: 50px; }
  .topic .custom-card-row .container,
  .topic .custom-card-row .carousel-wrap {
    position: relative;
    z-index: 2; }
  .topic .custom-card-row .section-header {
    padding-left: 0;
    margin-bottom: 15px !important; }
    .topic .custom-card-row .section-header hr {
      background: #fff; }
  .topic .custom-card-row .section-subheader {
    padding-left: 0; }
  .topic .custom-card-row .subheader {
    display: block;
    font-family: "Archivo";
    font-size: 12px;
    color: #fff;
    line-height: 1.3333333333333333;
    text-transform: uppercase;
    margin-bottom: 40px; }

.shares-container {
  z-index: 20;
  height: 35px;
  margin-top: 0 !important; }
  @media only screen and (max-width: 992px) {
    .shares-container {
      margin-bottom: 20px;
      margin-right: 30px; } }
  .shares-container .share-button-container {
    width: 35px; }
    .shares-container .share-button-container .shares-button {
      flex-direction: column-reverse;
      bottom: 0; }
    .shares-container .share-button-container #social-share-options {
      margin-top: 2px; }
    .shares-container .share-button-container #social-share-button {
      border: solid 1.5px rgba(255, 255, 255, 0.2);
      border-radius: 24px;
      min-height: 35px;
      width: 35px;
      background: #1e1e1e;
      cursor: pointer; }
      .shares-container .share-button-container #social-share-button > svg {
        margin-top: 7px;
        margin-bottom: 8px; }
      .shares-container .share-button-container #social-share-button img {
        padding: 8px 2px; }
  .shares-container .shares-count {
    font-family: "Archivo Black";
    font-size: 12px;
    color: white;
    letter-spacing: -.2px;
    margin-left: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    padding-top: 5px; }

.feed-container .feed-header h1 {
  color: rgba(30, 30, 30, 0.3);
  font-size: 32px;
  margin: 0;
  font-family: "Archivo Black";
  text-transform: uppercase;
  margin-right: 20px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.feed-container .feed-header span {
  color: rgba(30, 30, 30, 0.3);
  font-size: 12px;
  text-transform: uppercase;
  display: block; }

.feed-container .feed-header .black {
  background-color: black; }

.feed-container .feed-button {
  text-align: right; }
  .feed-container .feed-button a {
    font-size: 11px;
    background-color: black;
    position: relative;
    top: 12px;
    text-align: right;
    color: white;
    padding: 0.85em 2.4em 0.95em 2.4em;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4.5px;
    cursor: pointer; }

.feed-container .col.s12 > .btn, .feed-container .col.s12 > .btn-large, .feed-container .col.s12 > .btn-small {
  width: 100%;
  font-family: "Archivo Black";
  font-size: 12px;
  height: 50px;
  padding: 0.65em 2.5em 0.8em 2.5em;
  margin-top: 50px;
  letter-spacing: -0.20000000298023224px; }

.feed-container .video-duration {
  display: none; }

.archive-filter {
  padding-top: 80px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 800px) {
    .archive-filter {
      padding-top: 50px !important;
      padding-bottom: 0; } }
  @media only screen and (max-width: 800px) {
    .archive-filter .input-wrap {
      margin-bottom: 30px !important; } }
  .archive-filter h3 {
    font-size: 30px;
    margin-top: 0px;
    color: #cfd0d0;
    font-family: "Archivo Black";
    margin-bottom: 8px;
    text-transform: uppercase; }
    @media only screen and (max-width: 800px) {
      .archive-filter h3 {
        margin-bottom: 5px; } }
  .archive-filter span {
    font-size: 12px;
    color: #cfd0d0;
    text-transform: uppercase; }
  @media only screen and (max-width: 800px) {
    .archive-filter .filter-header {
      margin-bottom: 35px; } }
  .archive-filter label {
    font-family: "Archivo Black";
    color: rgba(30, 30, 30, 0.3);
    text-transform: uppercase;
    line-height: 0.45454545454545453;
    letter-spacing: -0.10000000149011612px;
    font-weight: 700; }
  .archive-filter .select-wrap {
    position: relative;
    box-sizing: border-box; }
    @media only screen and (max-width: 800px) {
      .archive-filter .select-wrap {
        margin-top: 0px;
        margin-bottom: 35px; } }
  .archive-filter .input-field,
  .archive-filter .select-style {
    border-radius: 20px;
    box-shadow: 0px 1px 1px 1px #E8E8E8; }
    .archive-filter .input-field select,
    .archive-filter .select-style select {
      line-height: 25px; }
    .archive-filter .input-field #search:focus,
    .archive-filter .select-style #search:focus {
      border: none !important;
      outline: none;
      box-shadow: none; }
  .archive-filter .input-field {
    height: 40px;
    position: relative;
    top: 4px;
    overflow: hidden;
    margin-top: 3px;
    margin-bottom: 0px;
    margin-left: 0px; }
    @media only screen and (max-width: 800px) {
      .archive-filter .input-field {
        width: 100%;
        overflow: hidden;
        margin-top: 15px; } }
    .archive-filter .input-field input[type='text'] {
      padding-left: 25.5px;
      font-size: 16px;
      position: relative;
      bottom: 10px;
      box-sizing: border-box;
      border: none;
      height: 65px; }
      .archive-filter .input-field input[type='text']:focus {
        border: none !important; }
      @media only screen and (max-width: 800px) {
        .archive-filter .input-field input[type='text'] {
          padding-left: 22px;
          margin-left: 0px; } }
    @media only screen and (max-width: 800px) {
      .archive-filter .input-field label {
        padding-left: 0px;
        margin-left: 0px; } }
    .archive-filter .input-field .prefix input {
      margin-left: 0px;
      margin-left: 0rem;
      font-size: 1.65rem;
      top: 0.85rem;
      color: #000; }
  .archive-filter .select-style {
    position: relative;
    padding: 0;
    margin-top: 12px;
    height: 40px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
    background: #fff url("/wp-content/themes/nerdist/public/images/topic-arrow.svg") no-repeat 93% 20px; }
    @media only screen and (max-width: 800px) {
      .archive-filter .select-style {
        margin-top: 15px; } }
    .archive-filter .select-style #search {
      padding: 0 0 0 35px;
      height: auto;
      width: 100%;
      display: inline-block;
      box-sizing: border-box;
      border: none;
      line-height: 40px;
      margin: 0; }
    .archive-filter .select-style-dropdown {
      border-radius: 20px;
      cursor: pointer; }
      .archive-filter .select-style-dropdown select,
      .archive-filter .select-style-dropdown .select-dropdown {
        display: none; }
      .archive-filter .select-style-dropdown.active {
        border-radius: 20px 20px 0 0; }
        .archive-filter .select-style-dropdown.active .select-dropdown {
          display: block; }
  .archive-filter .select-dropdown {
    padding: 0;
    max-height: 290px;
    border-radius: 0 0 20px 20px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    overflow-y: scroll;
    box-shadow: 0px 1px 1px 1px #E8E8E8;
    z-index: 1000;
    box-sizing: border-box; }
    .archive-filter .select-dropdown ul {
      margin-left: 35px;
      padding: 15px 0 0; }
      .archive-filter .select-dropdown ul li {
        font-size: 16px;
        line-height: 2;
        letter-spacing: 0.3px;
        color: #111314;
        cursor: pointer; }
  .archive-filter .select-style .select-placeholder {
    padding-left: 15px;
    padding-right: 5px;
    letter-spacing: 0.3px;
    color: #111314;
    font-size: 16px;
    width: 100%;
    border: none;
    line-height: 40px;
    box-shadow: none;
    background-color: transparent;
    text-transform: none !important;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .archive-filter .select-style select:focus {
    outline: none; }
  .archive-filter #submit-arrow {
    right: 5px;
    top: 8px;
    position: absolute; }
  .archive-filter .input-style {
    background: none !important; }
  .archive-filter .search-mag {
    width: 12px;
    position: absolute;
    top: 15px;
    left: 10px; }
    .archive-filter .search-mag path {
      fill: #000; }

.home-archive-header {
  padding-top: 80px;
  padding-bottom: 40px; }

.latest-video-card {
  width: 338px; }
  @media only screen and (max-width: 800px) {
    .latest-video-card {
      margin-right: 15px; } }
  .latest-video-card img.video-card-image {
    width: 100%;
    padding-right: 15px; }
  .latest-video-card .card-content {
    max-width: 300px; }
  .latest-video-card .card-image {
    margin-bottom: 20px;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .latest-video-card .card-image img {
        width: 100%;
        object-fit: cover; }
        .latest-video-card .card-image img[class*=icon] {
          width: auto; } }
    .latest-video-card .card-image .video-icon {
      position: absolute;
      left: 20px;
      bottom: 20px; }
      @media only screen and (max-width: 800px) {
        .latest-video-card .card-image .video-icon {
          width: auto;
          object-fit: cover; } }
    .latest-video-card .card-image .play-icon {
      position: absolute;
      left: 20px;
      bottom: 20px; }
  .latest-video-card h5 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 11px;
    font-family: "Archivo Black";
    text-transform: uppercase;
    color: #000; }
  .latest-video-card h3 {
    font-size: 20px;
    font-family: "Archivo Black";
    line-height: 1.3333333333333333;
    letter-spacing: -0.20000000298023224px;
    margin-bottom: 5px;
    margin-top: 0;
    color: #000; }
  .latest-video-card .runtime {
    font-size: 15px;
    font-family: "Archivo";
    color: #fff;
    opacity: 0.3; }
  @media only screen and (max-width: 800px) {
    .latest-video-card {
      width: 220px; }
      .latest-video-card .card-image {
        margin-bottom: 15px; }
      .latest-video-card .card-content {
        max-width: 100%; }
        .latest-video-card .card-content h5 {
          margin-bottom: 7px; }
        .latest-video-card .card-content h3 {
          font-size: 16px;
          margin-bottom: 12px; } }

.podcasts {
  position: relative; }
  .podcasts [type="radio"]:not(:checked) {
    position: absolute;
    opacity: 0;
    top: 800px;
    pointer-events: none; }
  .podcasts [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    top: 800px;
    pointer-events: none; }
  .podcasts .podcast-player-container .podcast-text-overlay-show-mobile {
    display: none; }
  @media only screen and (max-width: 800px) {
    .podcasts .podcast-player-container {
      /* so podcast has no padding on mobile */ }
      .podcasts .podcast-player-container > div.col.s12 {
        padding: 0; } }
  .podcasts .podcast-player-container .podcast-viewer {
    padding-top: 15px;
    top: 80px;
    background: black;
    width: 100%;
    z-index: 11;
    position: static !important; }
    @media only screen and (max-width: 800px) {
      .podcasts .podcast-player-container .podcast-viewer {
        padding-top: 0; } }
    .podcasts .podcast-player-container .podcast-viewer hr {
      height: 5px;
      opacity: 0.1;
      background-color: #d8d8d8;
      margin-bottom: 15px; }
  .podcasts .podcast-player-container .podcast-player {
    z-index: 9;
    width: 100%;
    height: 600px;
    background-image: url("~/assets/images/Podcast-Play.png");
    background-repeat: no-repeat; }
    .podcasts .podcast-player-container .podcast-player .inner-content {
      width: 100%;
      height: 100%;
      padding: 0px 90px 0px 90px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: flex-start; }
    .podcasts .podcast-player-container .podcast-player .info h5 {
      font-family: "Archivo Black";
      font-size: 12px;
      color: #000;
      margin-bottom: 30px;
      top: 55px;
      position: relative; }
    .podcasts .podcast-player-container .podcast-player .info h3 {
      font-family: "Archivo Black";
      font-size: 24px;
      line-height: 1.3636363636363635;
      letter-spacing: -0.10000000149011612px;
      color: #ffffff;
      margin-top: 0;
      max-width: 50%;
      position: relative;
      top: 35px; }
    .podcasts .podcast-player-container .podcast-player .info img {
      width: 100%; }
    .podcasts .podcast-player-container .podcast-player .latest-video-card h5 {
      color: #3b7383; }
    .podcasts .podcast-player-container .podcast-player .latest-video-card h3 {
      color: #fff; }
    .podcasts .podcast-player-container .podcast-player.fixed-player {
      position: fixed;
      left: 10px;
      top: 10px; }
    .podcasts .podcast-player-container .podcast-player .podcast-blue {
      color: #3b7383;
      font-family: "Archivo Black";
      font-size: 12px;
      text-transform: uppercase; }
    .podcasts .podcast-player-container .podcast-player .podcast-social-buttons {
      margin-top: 0px; }
  .podcasts .podcast-player-container .podcast-panel-upNext {
    position: absolute;
    z-index: 1001 !important;
    bottom: 76px;
    right: 35px;
    max-width: 250px; }
    @media screen and (max-width: 800px) {
      .podcasts .podcast-player-container .podcast-panel-upNext {
        bottom: 64px;
        right: 15px;
        max-width: 230px; }
        .podcasts .podcast-player-container .podcast-panel-upNext .wrap {
          padding: 3px 6px !important; }
          .podcasts .podcast-player-container .podcast-panel-upNext .wrap .title {
            width: 100% !important;
            padding: 0 !important; }
          .podcasts .podcast-player-container .podcast-panel-upNext .wrap .thumb {
            display: none; } }
    .podcasts .podcast-player-container .podcast-panel-upNext .label {
      font-family: "Archivo Black";
      font-size: 11px;
      margin-bottom: 10px !important;
      text-transform: uppercase;
      letter-spacing: -0.2px;
      color: #ffffff; }
    .podcasts .podcast-player-container .podcast-panel-upNext .content {
      position: relative;
      background: rgba(0, 0, 0, 0.5);
      border: 1px solid white;
      transition: .2s all; }
      .podcasts .podcast-player-container .podcast-panel-upNext .content:hover {
        background: rgba(0, 0, 0, 0.8); }
      .podcasts .podcast-player-container .podcast-panel-upNext .content .wrap {
        display: flex;
        align-items: center;
        padding: 3px 9px; }
        .podcasts .podcast-player-container .podcast-panel-upNext .content .wrap .title {
          width: 75%;
          padding-right: 3%; }
        .podcasts .podcast-player-container .podcast-panel-upNext .content .wrap .thumb {
          max-width: 90px; }
          .podcasts .podcast-player-container .podcast-panel-upNext .content .wrap .thumb img {
            max-width: 100% !important;
            max-height: 100% !important; }
      .podcasts .podcast-player-container .podcast-panel-upNext .content p {
        font-family: "Archivo Black";
        font-size: 12px;
        margin: 0;
        color: white; }
      .podcasts .podcast-player-container .podcast-panel-upNext .content a {
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 2; }

/* _featured-ad.scss */
#featured-ad {
  /* height: 150px; */
  width: 100%;
  background: #121212;
  text-align: center;
  top: 0;
  padding-bottom: 30px;
  margin-bottom: 0; }
  #featured-ad .featured-ad-text {
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    font-family: "Archivo";
    opacity: 0.3;
    letter-spacing: 0.5px;
    padding: 10px 0 10px 0;
    display: block; }
    @media only screen and (max-width: 992px) {
      #featured-ad .featured-ad-text {
        margin-bottom: 10px; } }
  @media only screen and (max-width: 992px) {
    #featured-ad {
      height: 150px;
      padding-top: 15px; } }
  @media only screen and (max-width: 992px) {
    #featured-ad img {
      height: 50px;
      margin-top: 10px; } }

/*
#featured-ad {
  height: 150px;
  width: 100%;
  background: #121212;
  text-align: center;
  top: 0;
  position: absolute;
  .featured-ad-text {
    font-size: 10px;
    color: white;
    text-transform: uppercase;
    font-family: $font-Roman;
    opacity: 0.3;
    letter-spacing: 0.5px;
  }
  @media only screen and (max-width : 992px) {
    height: 100px;
  }
}*/
#featured-ad {
  z-index: 10;
  background: #000000; }

.uber-nav__inner {
  align-items: center;
  height: 40px; }

.uber-nav__logo {
  margin-left: 40px; }

.uber-nav-is-videos {
  width: 100%;
  max-width: 100%;
  margin: 0; }
  .uber-nav-is-videos .row .col.s12 {
    padding: 0 30px; }
  .uber-nav-is-videos .uber-nav__logo {
    margin-left: 0px; }
  .uber-nav-is-videos a {
    border-right: 1px solid rgba(30, 30, 30, 0.2);
    padding-right: 20px; }
  .uber-nav-is-videos .time-remaining {
    width: 100%;
    position: absolute; }
  .uber-nav-is-videos .item {
    font-size: 13px;
    font-family: "Archivo Black";
    text-transform: uppercase;
    color: #1e1e1e; }
    .uber-nav-is-videos .item:nth-child(2) {
      padding-left: 10px; }
    .uber-nav-is-videos .item.time {
      font-size: 18px;
      text-transform: inherit; }
      .uber-nav-is-videos .item.time .triangle {
        background-image: url("~/assets/images/uber-nav-up-triangle.svg");
        width: 5px;
        background-position: center left;
        background-repeat: no-repeat;
        margin: 0 4px 7px 4px; }

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

.author-name a {
  color: rgba(0, 0, 0, 0.87); }

.search-default-wrapper {
  background: #fff; }

.search_autocomplete_article.search-form-results-item::after {
  content: "article";
  text-transform: uppercase;
  font-size: 12px;
  color: #039be5;
  line-height: 0.5; }

.search_autocomplete_video.search-form-results-item::after {
  content: "video";
  text-transform: uppercase;
  font-size: 12px;
  color: #d6283b;
  line-height: 0.5; }

.search_autocomplete_podcast.search-form-results-item::after {
  content: "podcast";
  text-transform: uppercase;
  font-size: 12px;
  color: #d6283b;
  line-height: 0.5; }

.search_autocomplete_podcast_channel.search-form-results-item::after,
.search_autocomplete_mpx_series.search-form-results-item::after {
  content: "channel";
  text-transform: uppercase;
  font-size: 12px;
  color: #039be5;
  line-height: 0.5; }

.search_autocomplete_category.search-form-results-item::after {
  content: "category";
  text-transform: uppercase;
  font-size: 12px;
  color: #d6283b;
  line-height: 0.5; }

.search_autocomplete_user.search-form-results-item::after {
  content: "author";
  text-transform: uppercase;
  font-size: 12px;
  color: #d6283b;
  line-height: 0.5; }

.search-form {
  position: relative; }
  .search-form-label {
    display: block;
    margin-bottom: 20px;
    font-family: "Archivo Black";
    font-size: 11px;
    text-transform: uppercase; }
  .search-form input[type="search"] {
    margin: 0;
    padding: 0 0 0 45px;
    box-sizing: border-box;
    font-family: "Archivo Black";
    font-size: 30px;
    line-height: 30px;
    height: 48px;
    text-transform: uppercase;
    background: transparent url("images/search-black.svg") 0 2.5px no-repeat;
    background-size: 30px; }
  .search-form-results {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 30px 0 0;
    padding: 0 calc(20% + 40px) 0 0;
    font-family: "Archivo Black";
    font-size: 30px;
    color: #fff;
    text-transform: uppercase; }
    .search-form-results-item {
      display: block;
      padding-left: 45px;
      color: #fff;
      font-size: 30px;
      line-height: 1;
      opacity: .15;
      cursor: pointer; }
      .search-form-results-item:not(:last-child) {
        margin-bottom: 10px; }
      .search-form-results-item:hover {
        opacity: 1; }
    .search-form-results-item a {
      color: #fff; }

body.search-overlay-visible {
  overflow: hidden; }

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh);
  background-color: rgba(18, 18, 18, 0.97);
  z-index: 100; }
  .search-overlay-visible .search-overlay {
    display: flex;
    align-items: center;
    justify-content: center; }
  .search-overlay-inner {
    display: block; }
  .search-overlay .col {
    padding: 0; }
  .search-overlay-close {
    position: absolute;
    top: 20px;
    right: 30px;
    display: block;
    width: 32px;
    height: 32px;
    -webkit-appearance: none;
    cursor: pointer;
    background: none;
    border: none;
    text-indent: -9999px;
    background-image: url("images/Close_White.svg");
    background-repeat: no-repeat;
    background-position: center; }
    .search-overlay-close:focus {
      background-color: transparent; }
    .search-overlay-close:hover {
      opacity: .8; }
  .search-overlay .search-form-input-container {
    position: relative; }
    .search-overlay .search-form-input-container img {
      position: absolute;
      top: 100%;
      right: 20px;
      display: block;
      width: 20%;
      height: auto;
      transform: translateY(-50%); }
      @media only screen and (max-width: 800px) {
        .search-overlay .search-form-input-container img {
          display: none; } }
  .search-overlay .search-form-label {
    margin-bottom: 30px;
    color: #fff;
    opacity: .3; }
  .search-overlay input[type="search"] {
    padding-right: calc(20% + 40px);
    color: #fff;
    background-image: url("images/search-white.svg");
    border-bottom: 2px solid #d8d8d8; }
    @media only screen and (max-width: 800px) {
      .search-overlay input[type="search"] {
        padding-right: 0; } }
    .search-overlay input[type="search"]:focus {
      border-color: #d8d8d8 !important;
      border-width: 2px !important;
      box-shadow: none !important; }
    .search-overlay input[type="search"]::-webkit-input-placeholder {
      opacity: .15; }
    .search-overlay input[type="search"]:-moz-placeholder            {
      opacity: .15; }
    .search-overlay input[type="search"]::-moz-placeholder           {
      opacity: .15; }
    .search-overlay input[type="search"]:-ms-input-placeholder       {
      opacity: .15; }

[data-js="carousel"]:after {
  content: 'flickity';
  display: none; }
  @media only screen and (max-width: 800px) {
    [data-js="carousel"]:after {
      content: ''; } }

.search-gallery-container {
  position: relative;
  padding-top: 85px; }
  .search-gallery-container:nth-child(n+2) {
    padding-top: 55px; }
    @media only screen and (max-width: 800px) {
      .search-gallery-container:nth-child(n+2) {
        padding-top: 50px; } }
  .search-gallery-container + .ad-full {
    margin-top: 50px; }
  .ad-full + .search-gallery-container {
    padding-top: 5px; }
  .search-gallery-container .section-header h1 {
    color: rgba(30, 30, 30, 0.2); }
  .search-gallery-container .author {
    margin-bottom: 30px; }
  .search-gallery-container .carousel-wrap {
    position: relative; }
    .search-gallery-container .carousel-wrap .carousel-cell {
      margin-right: 30px; }
  .search-gallery-container .flickity-slider {
    position: relative; }
  .search-gallery-container .next-button {
    transform: rotate(180deg);
    margin-left: 8px;
    height: 30px;
    position: relative;
    top: -3px;
    cursor: pointer; }
  .search-gallery-container .previous-button {
    height: 30px;
    width: 30px;
    height: 30px;
    z-index: 1;
    position: relative;
    top: -3px;
    cursor: pointer; }
  @media only screen and (max-width: 800px) {
    .search-gallery-container {
      padding-top: 20px;
      padding-bottom: 0; }
      .search-gallery-container .section-header {
        padding: 0;
        margin-bottom: 20px; }
        .search-gallery-container .section-header h1 {
          font-size: 30px;
          max-width: 50%;
          margin-right: 8px; }
      .search-gallery-container .card-content {
        padding-bottom: 60px; }
      .search-gallery-container .carousel-wrap {
        margin: 0 auto;
        width: 95%; }
        .search-gallery-container .carousel-wrap .carousel-cell {
          margin-right: 0; }
          .search-gallery-container .carousel-wrap .carousel-cell:nth-child(n+4) {
            display: none; }
        .search-gallery-container .carousel-wrap .carousel .basic-card {
          width: 100%;
          height: auto; }
          .search-gallery-container .carousel-wrap .carousel .basic-card .card-image img {
            height: auto; } }

.popup-fixed-video-minimized-container {
  right: 0;
  bottom: 0;
  z-index: 20;
  position: fixed;
  transition: 300ms;
  transform: translate3d(100%, 0, 0);
  pointer-events: none; }
  .popup-fixed-video-minimized-container.active {
    transform: translate3d(0, 0, 0); }
    .popup-fixed-video-minimized-container.active .popup-fixed-video-minimized-inner {
      pointer-events: auto; }
  .popup-fixed-video-minimized-container.newsletter-is-open {
    transform: translate3d(100%, -115px, 0); }
    .popup-fixed-video-minimized-container.newsletter-is-open.active {
      transform: translate3d(0, -115px, 0); }
    @media only screen and (max-width: 800px) {
      .popup-fixed-video-minimized-container.newsletter-is-open {
        transform: translate3d(100%, -186px, 0); }
        .popup-fixed-video-minimized-container.newsletter-is-open.active {
          transform: translate3d(0, -186px, 0); } }

.popup-fixed-video-minimized-inner {
  width: 442px;
  margin-right: 25px;
  margin-bottom: 25px;
  box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1); }
  .popup-fixed-video-minimized-inner .top-content-wrapper {
    bottom: -5px;
    position: relative; }
  .popup-fixed-video-minimized-inner .top-content {
    left: 0;
    bottom: 0;
    width: 100%;
    padding-right: 25px;
    text-align: center;
    position: absolute; }
  @media only screen and (max-width: 800px) {
    .popup-fixed-video-minimized-inner {
      margin-right: 10px;
      margin-bottom: 10px;
      transform: scale(0.6);
      transform-origin: right bottom; } }

.popup-fixed-video-minimized-content {
  z-index: 3;
  min-height: 247px;
  position: relative;
  background: #000000;
  border-top: 5px solid #d6283b; }
  .popup-fixed-video-minimized-content .close-btn {
    top: 0;
    right: 0;
    z-index: 5;
    padding: 5px;
    cursor: pointer;
    position: absolute; }
    .popup-fixed-video-minimized-content .close-btn img {
      transform: scale(0.64); }
  .popup-fixed-video-minimized-content .video-overlay {
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0.7;
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(18, 18, 18, 0), #121212); }
  .popup-fixed-video-minimized-content .bottom-content {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    padding: 30px;
    position: absolute; }
  .popup-fixed-video-minimized-content h5 {
    margin: 0 0 10px 0;
    font-size: 11px;
    color: #d6283b;
    text-transform: uppercase;
    font-family: "Archivo Black"; }
  .popup-fixed-video-minimized-content h3 {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
    font-style: normal;
    font-family: "Archivo Black"; }
  .popup-fixed-video-minimized-content .video-minimized-image {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute; }
  .popup-fixed-video-minimized-content .circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    background-color: #d6283b; }
  .popup-fixed-video-minimized-content .popup-fixed-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute; }
    .popup-fixed-video-minimized-content .popup-fixed-video iframe {
      width: 100%;
      height: 100%; }

.player-iframe-wrapper-inner-div {
  overflow: hidden;
  position: relative; }
  .player-iframe-wrapper-inner-div .close-btn {
    opacity: 0;
    pointer-events: none; }

.player-iframe-wrapper-div.transitioning .player-iframe-wrapper-inner-div {
  transform: translate3d(0, 0, 0); }

.player-iframe-wrapper-div.active .player-iframe-wrapper-inner-div {
  z-index: 5;
  right: 20px;
  bottom: 20px;
  position: fixed;
  width: 442px;
  height: 247px;
  opacity: 0;
  transform: translate3d(100%, 0, 0); }
  .player-iframe-wrapper-div.active .player-iframe-wrapper-inner-div iframe {
    width: 100% !important;
    height: 100% !important; }

.player-iframe-wrapper-div.show-active .player-iframe-wrapper-inner-div {
  opacity: 1;
  transition: opacity 300ms;
  transform: translate3d(0, 0, 0); }

.player-iframe-wrapper-div.show-active .close-btn {
  opacity: 1;
  pointer-events: auto; }

.player-iframe-wrapper-div .close-btn {
  top: 0;
  right: 0;
  z-index: 5;
  padding: 5px;
  cursor: pointer;
  position: absolute; }
  .player-iframe-wrapper-div .close-btn img {
    transform: scale(0.64); }

.account {
  background-color: rgba(17, 19, 20, 0.8);
  min-height: 100vH;
  position: absolute;
  top: 0; }
  .account .account-change-container {
    font-family: "Archivo Black";
    margin-bottom: 50px; }
    @media only screen and (max-width: 992px) {
      .account .account-change-container {
        margin: 0 auto 50px; } }
    .account .account-change-container label {
      font-size: 13px;
      line-height: 1;
      letter-spacing: -0.1px;
      color: #1e1e1e;
      margin-bottom: 15px;
      display: block; }
      @media only screen and (max-width: 992px) {
        .account .account-change-container label {
          width: 100%;
          margin: 0 auto 15px; } }
    .account .account-change-container input {
      border-radius: 5px;
      border: solid 1.5px #1e1e1e !important;
      box-sizing: border-box;
      padding: 0 10px;
      height: 40px;
      width: 337px;
      margin-bottom: 20px;
      display: block; }
      .account .account-change-container input:focus {
        border: solid 1.5px #1e1e1e !important;
        outline: none; }
      @media only screen and (max-width: 992px) {
        .account .account-change-container input {
          width: 100%;
          margin: 0 auto 20px; } }
    .account .account-change-container .account-btn {
      width: 337px;
      height: 50px;
      border-radius: 5px;
      background-color: #d6283b;
      box-sizing: border-box;
      color: #fff;
      text-align: center;
      font-size: 14px;
      line-height: 50px;
      letter-spacing: -0.1px;
      text-transform: uppercase;
      cursor: pointer; }
      @media only screen and (max-width: 992px) {
        .account .account-change-container .account-btn {
          width: 100%;
          margin: 0 auto; } }
  .account .account-header {
    height: 26.1vW;
    position: relative; }
    @media only screen and (max-width: 992px) {
      .account .account-header {
        height: 123.125vW;
        max-height: 384px; } }
    .account .account-header .account-header-nav-ui {
      height: 50px;
      width: 100vW;
      position: absolute;
      display: flex;
      justify-content: flex-end;
      z-index: 5; }
      @media only screen and (max-width: 992px) {
        .account .account-header .account-header-nav-ui {
          justify-content: space-between; } }
      .account .account-header .account-header-nav-ui .account-nav-x-out {
        padding: 20px;
        cursor: pointer;
        top: 20px;
        right: 20px;
        position: absolute; }
      .account .account-header .account-header-nav-ui .account-nav-logo-out {
        padding: 20px;
        width: 110px;
        cursor: pointer;
        display: none; }
        .account .account-header .account-header-nav-ui .account-nav-logo-out img {
          width: 110px; }
        @media only screen and (max-width: 992px) {
          .account .account-header .account-header-nav-ui .account-nav-logo-out {
            display: block; } }
    .account .account-header .account-header-container {
      padding-top: 6.25vW; }
      @media only screen and (max-width: 992px) {
        .account .account-header .account-header-container {
          padding-top: 80px; } }
      @media only screen and (max-width: 992px) {
        .account .account-header .account-header-container .no-pad-mob {
          padding-top: 0 !important; } }
      .account .account-header .account-header-container .account-profile-pic {
        width: 180px;
        margin-bottom: 4.25vW;
        position: relative;
        cursor: pointer; }
        .account .account-header .account-header-container .account-profile-pic img {
          width: 180px;
          height: 180px;
          object-fit: cover;
          border-radius: 50%; }
          @media only screen and (max-width: 992px) {
            .account .account-header .account-header-container .account-profile-pic img {
              width: 130px;
              height: 130px; } }
        @media only screen and (max-width: 992px) {
          .account .account-header .account-header-container .account-profile-pic {
            max-width: 130px;
            height: 130px; } }
        .account .account-header .account-header-container .account-profile-pic-overlay {
          width: 100%;
          border-radius: 50%;
          position: absolute;
          z-index: 100;
          height: 100%;
          background: rgba(0, 0, 0, 0.6);
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          opacity: 0; }
          .account .account-header .account-header-container .account-profile-pic-overlay-text {
            color: #fff;
            font-family: "Archivo Black";
            font-size: 14px;
            margin-top: 10px; }
        .account .account-header .account-header-container .account-profile-pic.active .account-profile-pic-overlay, .account .account-header .account-header-container .account-profile-pic:hover .account-profile-pic-overlay {
          opacity: 1; }
        .account .account-header .account-header-container .account-profile-pic.active {
          pointer-events: none; }
        .account .account-header .account-header-container .account-profile-pic.error .account-profile-pic-overlay {
          opacity: 1;
          background-color: #C53A41; }
      .account .account-header .account-header-container form,
      .account .account-header .account-header-container input {
        top: 0;
        left: 0;
        z-index: 2;
        opacity: 0;
        width: 100%;
        height: 100%;
        position: absolute;
        cursor: pointer; }
      .account .account-header .account-header-container h3 {
        margin: 0;
        font-size: 30px;
        line-height: 36px;
        letter-spacing: -0.3px;
        font-family: "Archivo Black";
        color: #FFF;
        margin-bottom: 20px; }
        @media only screen and (max-width: 992px) {
          .account .account-header .account-header-container h3 {
            text-align: center; } }
      .account .account-header .account-header-container h4 {
        margin: 0;
        color: #FFF;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: -0.2px;
        font-family: "Archivo Black";
        margin-bottom: 10px; }
        @media only screen and (max-width: 992px) {
          .account .account-header .account-header-container h4 {
            text-align: center; } }
    .account .account-header .account-header-background {
      height: 26.1vW;
      width: 70.45vW;
      background-color: #000;
      margin-left: 29.65vW;
      position: absolute; }
      @media only screen and (max-width: 992px) {
        .account .account-header .account-header-background {
          width: 100vW;
          height: 123.125vW;
          margin-left: 0vW;
          max-height: 384px; } }
    .account .account-header .account-nav {
      width: 70.45vW;
      margin-left: 29.65vW;
      position: absolute;
      bottom: 0;
      display: flex;
      justify-content: space-around; }
      @media only screen and (max-width: 992px) {
        .account .account-header .account-nav {
          width: 100vW;
          margin-left: 0; } }
      .account .account-header .account-nav span {
        font-size: 14px;
        line-height: 1.07;
        letter-spacing: -0.3px;
        font-family: "Archivo Black";
        color: #FFF;
        cursor: pointer;
        height: 2.42vW;
        width: 17.5vW;
        text-align: center; }
        .account .account-header .account-nav span:hover {
          border-bottom: solid 5px #d6283b; }
        .account .account-header .account-nav span.active {
          border-bottom: solid 5px #d6283b; }
        @media only screen and (max-width: 992px) {
          .account .account-header .account-nav span {
            margin-left: 0vW;
            width: 25vW;
            font-family: "Archivo Black";
            height: 31px; } }
  .account .account-select-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0; }
    @media only screen and (max-width: 992px) {
      .account .account-select-wrap {
        display: none; } }
    .account .account-select-wrap .select-style {
      width: 17vW;
      margin: 0 0 0 11px; }
  .account .account-body-text {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    margin: 0; }
  .account .account-profile {
    display: block; }
  .account .account-comments {
    display: none; }
    .account .account-comments .account-disqus-container {
      width: 55.1vW; }
      @media only screen and (max-width: 992px) {
        .account .account-comments .account-disqus-container {
          width: 100%; } }
    .account .account-comments h3 {
      margin: 0;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -0.3px;
      font-family: "Archivo Black";
      color: #000;
      opacity: 0.2;
      margin-bottom: 20px; }
      @media only screen and (max-width: 992px) {
        .account .account-comments h3 {
          text-align: center; } }
  .account .account-feed {
    display: none; }
    .account .account-feed h3 {
      margin: 0;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -0.3px;
      font-family: "Archivo Black";
      color: #000;
      opacity: 0.2;
      margin-bottom: 20px; }
      @media only screen and (max-width: 992px) {
        .account .account-feed h3 {
          text-align: center; } }
    .account .account-feed .account-feed-thumb {
      height: 238px;
      position: relative;
      background-color: #000; }
      .account .account-feed .account-feed-thumb img {
        width: 100%; }
      .account .account-feed .account-feed-thumb > img {
        height: 100%;
        display: block;
        object-fit: cover; }
      .account .account-feed .account-feed-thumb figcaption {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-family: "Archivo Black";
        font-size: 20px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.2px;
        color: #FFF; }
      .account .account-feed .account-feed-thumb .account-feed-thumb-delete {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer; }
    .account .account-feed .account-author-thumb {
      text-align: center;
      color: #1e1e1e;
      font-family: "Archivo Black"; }
      .account .account-feed .account-author-thumb figure {
        border-radius: 50%; }
      .account .account-feed .account-author-thumb img {
        width: 155px;
        height: 155px;
        border-radius: 50%;
        object-fit: cover;
        margin-bottom: 20px; }
      .account .account-feed .account-author-thumb .author-name {
        font-size: 16px;
        margin-bottom: 5px; }
      .account .account-feed .account-author-thumb .author-role {
        opacity: 0.5;
        font-size: 10px;
        text-transform: uppercase; }
  .account .account-likes {
    display: none; }
    .account .account-likes h3 {
      margin: 0;
      font-size: 30px;
      line-height: 36px;
      letter-spacing: -0.3px;
      font-family: "Archivo Black";
      color: #000;
      opacity: 0.2; }
    .account .account-likes .account-see-more-btn,
    .account .account-likes .see-more {
      width: 100%;
      background-color: #000;
      min-height: 50px;
      font-family: "Archivo Black";
      padding: 7px 16px;
      margin: 10px 0 40px 0; }
  .account .account-row {
    width: 100vW;
    padding: 0 8.125vW 0 8.125vW;
    margin-left: -29.65vW; }
    @media only screen and (max-width: 992px) {
      .account .account-row {
        width: unset;
        margin-left: 0;
        padding: 0 10px 0 10px; } }
  .account .account-body {
    width: 70.45vW;
    margin-left: 29.65vW;
    background-color: #FFF;
    padding-top: 70px;
    padding-bottom: 54px; }
    @media only screen and (max-width: 992px) {
      .account .account-body {
        width: 100vW;
        margin-left: 0vW;
        padding-top: 50px; } }
    .account .account-body .account-tab-top-header {
      margin-bottom: 50px; }
      .account .account-body .account-tab-top-header h3 {
        margin-bottom: 0; }
        @media only screen and (max-width: 992px) {
          .account .account-body .account-tab-top-header h3 {
            text-align: left; } }
    .account .account-body .account-tab-section-header {
      margin-top: 30px;
      margin-bottom: 50px; }
      .account .account-body .account-tab-section-header h3 {
        margin-bottom: 0; }
        @media only screen and (max-width: 992px) {
          .account .account-body .account-tab-section-header h3 {
            text-align: left; } }
    .account .account-body .account-label {
      font-family: "Archivo Black";
      font-size: 17px;
      letter-spacing: -0.2px;
      margin-bottom: 5px; }
      @media only screen and (max-width: 992px) {
        .account .account-body .account-label {
          margin-bottom: 20px; } }
    .account .account-body .desktop {
      display: block; }
      @media only screen and (max-width: 992px) {
        .account .account-body .desktop {
          display: none; } }
    .account .account-body .mobile {
      display: none; }
      @media only screen and (max-width: 992px) {
        .account .account-body .mobile {
          display: block; } }
    .account .account-body .account-more-container {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border: solid 2px #3bf2c2;
      border-radius: 5px;
      width: 55.1vW;
      padding: 30px 40px 30px 40px;
      margin-top: 40px;
      margin-bottom: 30px; }
      @media only screen and (max-width: 992px) {
        .account .account-body .account-more-container {
          display: block;
          width: 100%; } }
      .account .account-body .account-more-container .account-more-left {
        width: 42.57vW; }
        @media only screen and (max-width: 992px) {
          .account .account-body .account-more-container .account-more-left {
            width: 100%; } }
      .account .account-body .account-more-container .account-more-right figure {
        width: 7.1vW;
        margin: 0; }
        @media only screen and (max-width: 992px) {
          .account .account-body .account-more-container .account-more-right figure {
            width: 28.43vW;
            max-width: 91px;
            margin-left: 50vW; } }
        .account .account-body .account-more-container .account-more-right figure img {
          width: 100%; }
    .account .account-body .account-switch {
      position: relative;
      display: inline-block;
      width: 75px;
      height: 34px; }
      @media only screen and (max-width: 992px) {
        .account .account-body .account-switch {
          margin-bottom: 50px; } }
    .account .account-body .account-switch-on, .account .account-body .account-switch-off {
      position: absolute;
      color: #d6283b;
      top: 55%;
      transform: translateY(-55%);
      font-size: 17px;
      line-height: 0.67;
      font-family: "Archivo Black"; }
    .account .account-body .account-switch-on {
      right: 14px; }
    .account .account-body .account-switch-off {
      left: 10px;
      display: none; }
    .account .account-body .account-switch input {
      display: none; }
    .account .account-body .dot {
      height: 34px;
      position: absolute;
      cursor: pointer;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #FFF;
      border: 2px solid rgba(0, 0, 0, 0.3);
      -webkit-transition: .4s;
      transition: .4s; }
    .account .account-body .dot:before {
      position: absolute;
      content: "";
      height: 26px;
      width: 26px;
      left: 2px;
      bottom: 2px;
      background-color: #d6283b;
      -webkit-transition: .4s;
      transition: .4s; }
    .account .account-body input:focus + .dot {
      box-shadow: 0 0 1px #2196F3; }
    .account .account-body input:checked + .dot:before {
      -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
      transform: translateX(40px); }
    .account .account-body input:checked ~ .account-switch-on {
      display: none; }
    .account .account-body input:checked ~ .account-switch-off {
      display: block; }
    .account .account-body .dot.round {
      border-radius: 34px; }
    .account .account-body .dot.round:before {
      border-radius: 50%; }
    .account .account-body .md-checkbox {
      position: relative;
      text-align: left;
      height: 20px;
      margin-bottom: 20px;
      display: flex;
      align-items: center; }
      .account .account-body .md-checkbox.md-checkbox-inline {
        display: inline-block; }
      .account .account-body .md-checkbox label {
        cursor: pointer;
        margin-left: 20px;
        color: #000;
        font-size: 14px; }
        @media only screen and (max-width: 992px) {
          .account .account-body .md-checkbox label {
            margin-left: 15px; } }
        .account .account-body .md-checkbox label:before, .account .account-body .md-checkbox label:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0; }
        .account .account-body .md-checkbox label:before {
          width: 20px;
          height: 20px;
          background: #fff;
          border: 2px solid rgba(0, 0, 0, 0.54);
          border-radius: 2px;
          cursor: pointer;
          transition: background .3s; }
      .account .account-body .md-checkbox input[type="checkbox"] {
        outline: 0;
        margin-right: 10px;
        visibility: hidden;
        position: static; }
        .account .account-body .md-checkbox input[type="checkbox"]:checked + label:before {
          background: #d6283b;
          border: none; }
        .account .account-body .md-checkbox input[type="checkbox"]:checked + label:after {
          transform: rotate(-45deg);
          top: 5px;
          left: 4px;
          width: 12px;
          height: 6px;
          border: 2px solid #fff;
          border-top-style: none;
          border-right-style: none; }
        .account .account-body .md-checkbox input[type="checkbox"]:disabled + label:before {
          border-color: rgba(0, 0, 0, 0.26); }
        .account .account-body .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
          background: rgba(0, 0, 0, 0.26); }
  .account .account-footer {
    width: 70.45vW;
    margin-left: 29.65vW;
    background-color: #FFF;
    padding: 0; }
    @media only screen and (max-width: 992px) {
      .account .account-footer {
        width: 100vW;
        margin-left: 0vW;
        padding-top: 0; } }
    .account .account-footer .account-log-out {
      display: flex;
      justify-content: flex-start; }
      .account .account-footer .account-log-out .account-body-log-out {
        font-family: "Archivo Black";
        cursor: pointer;
        font-size: 14px;
        margin-left: 10px; }
        .account .account-footer .account-log-out .account-body-log-out:hover {
          text-decoration: underline; }
    .account .account-footer .account-row {
      margin-bottom: 0; }
  .account .account-card {
    width: 100%;
    height: 35.9vW;
    min-height: 460px; }
    @media only screen and (max-width: 992px) {
      .account .account-card {
        height: 70vW; } }
    @media only screen and (max-width: 800px) {
      .account .account-card {
        height: 143.75vW; } }
    .account .account-card .card-image {
      height: 17.9vW;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media only screen and (max-width: 992px) {
        .account .account-card .card-image {
          height: 35vW; } }
      @media only screen and (max-width: 800px) {
        .account .account-card .card-image {
          height: 71.825vW; } }
  .account .logger {
    color: #fff;
    text-align: center; }
    .account .logger.active {
      margin-bottom: 25px; }

.account-loader-list {
  margin: 0 0 35px 0;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.3px;
  opacity: 0.2;
  color: #000;
  text-align: center;
  font-family: "Archivo Black"; }

.single-article img.size-large {
  width: 100%; }

.single-article p a {
  color: #d6283b; }

.single-article .wp-video {
  margin-bottom: 40px !important;
  margin-left: auto;
  margin-right: auto; }

.single-article .wrapper-intro .intro-wrap,
.single-article .container-normal {
  background: #ffffff; }

.single-article .wrapper-intro .intro-wrap .row {
  margin-bottom: 0; }

.single-article .wrapper-intro {
  position: relative; }

.single-article .ads-related-posts-container {
  position: relative;
  z-index: -1; }
  .single-article .ads-related-posts-container .row .col.offset-l2 {
    float: left;
    margin-left: 0; }
    @media only screen and (max-width: 992px) {
      .single-article .ads-related-posts-container .row .col.offset-l2 {
        padding-right: 0;
        margin-left: 0;
        margin: 0 auto;
        padding: 0 18px;
        margin-bottom: 40px; } }

@media only screen and (max-width: 992px) {
  .single-article .pt80 {
    padding-top: 10px !important; } }

@media only screen and (max-width: 992px) {
  .single-article .wrapper-normal {
    padding-bottom: 30px; } }

.single-article .article-head__likes-wrap {
  color: #252525; }

.single-article .row .col-ads-wrapper,
.single-article .col-ads-wrapper {
  top: 20px;
  right: 0px;
  height: 0;
  width: initial;
  position: absolute;
  margin-left: 0;
  top: 705px; }

.single-article .col-related-posts-wrapper--mob {
  display: none; }
  @media only screen and (max-width: 992px) {
    .single-article .col-related-posts-wrapper--mob {
      display: block; } }

.single-article .row .col-related-posts-wrapper,
.single-article .col-related-posts-wrapper {
  float: right;
  margin-left: 0;
  margin-top: 290px;
  position: absolute;
  right: 0;
  top: 705px; }
  @media only screen and (max-width: 992px) {
    .single-article .row .col-related-posts-wrapper,
    .single-article .col-related-posts-wrapper {
      width: 90%;
      margin: 0 auto;
      position: static;
      height: auto;
      float: none; } }
  .single-article .row .col-related-posts-wrapper a,
  .single-article .col-related-posts-wrapper a {
    color: inherit; }
  .single-article .row .col-related-posts-wrapper .related-card,
  .single-article .col-related-posts-wrapper .related-card {
    width: 244px; }
    @media only screen and (max-width: 992px) {
      .single-article .row .col-related-posts-wrapper .related-card,
      .single-article .col-related-posts-wrapper .related-card {
        width: 100%;
        height: auto; } }
    .single-article .row .col-related-posts-wrapper .related-card img,
    .single-article .col-related-posts-wrapper .related-card img {
      width: 100%;
      height: 154px; }
      @media only screen and (max-width: 992px) {
        .single-article .row .col-related-posts-wrapper .related-card img,
        .single-article .col-related-posts-wrapper .related-card img {
          max-width: none;
          width: 100%;
          height: auto;
          max-height: 330px; } }
      @media only screen and (max-width: 800px) {
        .single-article .row .col-related-posts-wrapper .related-card img,
        .single-article .col-related-posts-wrapper .related-card img {
          max-height: 211px; } }
    .single-article .row .col-related-posts-wrapper .related-card h5,
    .single-article .col-related-posts-wrapper .related-card h5 {
      font-size: 18px;
      line-height: 1.33;
      margin-top: 5px;
      margin-bottom: 0;
      font-family: "Archivo Black"; }
      @media only screen and (max-width: 992px) {
        .single-article .row .col-related-posts-wrapper .related-card h5,
        .single-article .col-related-posts-wrapper .related-card h5 {
          margin-bottom: 10px; } }
    .single-article .row .col-related-posts-wrapper .related-card h6,
    .single-article .col-related-posts-wrapper .related-card h6 {
      font-size: 12px;
      text-transform: uppercase;
      line-height: 1.2;
      font-family: "Archivo Black"; }
    .single-article .row .col-related-posts-wrapper .related-card .duration,
    .single-article .col-related-posts-wrapper .related-card .duration {
      color: #8e8e8e;
      font-size: 12px;
      padding-top: 0;
      margin-bottom: 30px;
      text-decoration: uppercase;
      font-family: "Archivo"; }
  .single-article .row .col-related-posts-wrapper .related-header,
  .single-article .col-related-posts-wrapper .related-header {
    font-size: 20px;
    font-family: "Archivo Black";
    text-align: center;
    width: 246px; }
    @media only screen and (max-width: 992px) {
      .single-article .row .col-related-posts-wrapper .related-header,
      .single-article .col-related-posts-wrapper .related-header {
        text-align: center;
        width: auto; } }
  .single-article .row .col-related-posts-wrapper .related-header ~ svg,
  .single-article .row .col-related-posts-wrapper .related-spark,
  .single-article .col-related-posts-wrapper .related-header ~ svg,
  .single-article .col-related-posts-wrapper .related-spark {
    margin-bottom: 42px; }
    @media only screen and (max-width: 992px) {
      .single-article .row .col-related-posts-wrapper .related-header ~ svg,
      .single-article .row .col-related-posts-wrapper .related-spark,
      .single-article .col-related-posts-wrapper .related-header ~ svg,
      .single-article .col-related-posts-wrapper .related-spark {
        max-width: none;
        display: block;
        margin: 0 auto 40px;
        width: 100%;
        height: auto; } }

.single-article h3,
.article-featured h3 {
  font-weight: 800;
  text-transform: uppercase; }
  .single-article h3 a,
  .article-featured h3 a {
    color: inherit !important; }

.basic-article .ads-related-posts-container .row .col:not(.col-ads-wrapper):not(.col-related-posts-wrapper) {
  padding-left: 18.166667%; }
  @media only screen and (max-width: 992px) {
    .basic-article .ads-related-posts-container .row .col:not(.col-ads-wrapper):not(.col-related-posts-wrapper) {
      padding-left: 0; } }

.basic-article .ads-related-posts-container .row .col-ads-wrapper {
  width: 250px; }

.basic-article.article .wrapper {
  background-size: cover; }

.single-article .size-full,
.single-article .size-medium,
.article .size-full,
.article .size-medium {
  width: initial;
  display: block;
  object-fit: cover;
  margin: 0 auto 20px; }

.single-article .size-full,
.article .size-full {
  max-width: 100%;
  width: auto;
  height: auto; }

.single-article .wp-caption[id^="attachment"],
.single-article .jwplayer,
.single-article .wp-video,
.single-article .mejs-container,
.article .wp-caption[id^="attachment"],
.article .jwplayer,
.article .wp-video,
.article .mejs-container {
  margin: auto;
  width: 100% !important;
  max-width: 1075px !important; }

.single-article .wp-caption[id^="attachment"],
.article .wp-caption[id^="attachment"] {
  margin-bottom: 40px;
  max-width: 100% !important; }
  .single-article .wp-caption[id^="attachment"] .size-large,
  .article .wp-caption[id^="attachment"] .size-large {
    margin: auto;
    display: block;
    object-fit: cover; }
  .single-article .wp-caption[id^="attachment"] .wp-caption-text,
  .article .wp-caption[id^="attachment"] .wp-caption-text {
    line-height: 1;
    width: 66.6666666667%;
    margin-left: 16.6666666667%;
    font-family: "Archivo";
    font-size: 14px;
    color: #1e1e1e;
    margin-bottom: 11px;
    margin-top: 20px; }
  .single-article .wp-caption[id^="attachment"] .image-credit,
  .article .wp-caption[id^="attachment"] .image-credit {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: initial;
    text-transform: uppercase;
    color: rgba(30, 30, 30, 0.3); }

.single-article footer .size-full,
.single-article footer .size-medium,
.article footer .size-full,
.article footer .size-medium {
  min-width: initial; }

.instagram-section .instagram-media,
.instagram-section .instagram-media-rendered,
.instagram-section .instagram-media-registered {
  width: 330px !important;
  float: right !important;
  margin-left: 100px !important;
  margin-bottom: 50px !important;
  margin-right: -100px !important; }

.footnote-line-section-block {
  font-size: 16px;
  line-height: 1.67;
  position: relative;
  font-family: "Archivo"; }

.footnote-line-wrapper {
  position: relative;
  color: #3940b5; }
  .footnote-line-wrapper .footnote-line {
    color: inherit;
    font-size: 18px;
    cursor: pointer;
    transition: opacity 300ms;
    font-family: "Archivo Black"; }
    .footnote-line-wrapper .footnote-line:after {
      right: 0;
      opacity: 0;
      bottom: -2px;
      height: 23px;
      width: 395px;
      color: inherit;
      position: absolute;
      transition: transform 300ms;
      border-bottom: 2px solid #3940b5;
      transform: translate3d(-10px, 0, 0); }
    .footnote-line-wrapper .footnote-line:after {
      content: "";
      right: 2px;
      width: 100%;
      transform: translate3d(0, 0, 0); }
    .footnote-line-wrapper .footnote-line:hover:after {
      opacity: 1; }
    .footnote-line-wrapper .footnote-line:active {
      opacity: 0.49;
      transition: none; }
    .footnote-line-wrapper .footnote-line.active ~ .footnote-label,
    .footnote-line-wrapper .footnote-line.active ~ .footnote-line-description {
      opacity: 1;
      transition-delay: 200ms;
      transform: translate3d(0, 0, 0); }
    .footnote-line-wrapper .footnote-line.active:after {
      opacity: 1; }
  .footnote-line-wrapper .footnote-label {
    right: 100%;
    bottom: -2px;
    height: 26px;
    width: 395px;
    opacity: 0;
    color: inherit;
    line-height: 1.67;
    padding-right: 232px;
    position: absolute;
    transition: transform 300ms;
    pointer-events: none;
    font-size: 18px;
    cursor: pointer;
    border-bottom: 2px solid #3940b5;
    font-family: "Archivo Black"; }
  .footnote-line-wrapper .footnote-line-description {
    top: 40px;
    opacity: 0;
    right: 100%;
    width: 395px;
    color: inherit;
    font-size: 12px;
    line-height: 1.67;
    padding-right: 232px;
    position: absolute;
    transition: opacity 300ms, transform 300ms;
    pointer-events: none;
    transform: translate3d(0, 15px, 0); }

.article-foot {
  width: 100%;
  padding-top: 30px; }
  .article-foot .col {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }

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

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

.instagram-section p {
  margin-bottom: 0; }

.gallery-carousel-wrapper {
  position: relative;
  width: 100%;
  display: block;
  height: 550px;
  overflow: hidden;
  margin-bottom: 15px; }

.gallery-carousel-wrapper .gallery-background {
  background-color: #e28383;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 15%; }

.gallery-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  display: block; }

.gallery-carousel .carousel-cell {
  height: 100%;
  width: 55.157%;
  margin-right: 30px; }

.gallery-carousel .carousel-inner-wrapper {
  display: block;
  width: 100%;
  height: 100%; }

.gallery-carousel .gallery-img {
  display: block;
  width: 100%;
  height: 80%;
  margin-bottom: 20px; }

.gallery-carousel .carousel-cell.is-selected .gallery-img:not(.advertisement) {
  -webkit-box-shadow: 0 10px 31px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 31px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 31px 0px rgba(0, 0, 0, 0.5); }

.gallery-carousel .carousel-cell .gallery-img.advertisement {
  background: #1e1e1e; }

.gallery-carousel .carousel-cell .gallery-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.gallery-carousel .carousel-cell .gallery-caption {
  font-size: 14px;
  line-height: 1.43;
  text-align: left;
  color: #ffffff;
  margin-top: 15px;
  font-family: "Archivo"; }

.gallery-carousel .carousel-cell .gallery-credit {
  opacity: 0.3;
  font-size: 12px;
  text-align: left;
  color: #ffffff;
  font-family: "Archivo"; }

.gallery-carousel .dfw-unit {
  display: block;
  margin: 0 auto;
  width: 300px;
  position: relative;
  top: 20%; }

.gallery-carousel-status {
  font-size: 25px;
  text-align: left;
  color: #ffffff;
  position: absolute;
  bottom: 36px;
  right: 23%; }

.image-offset-quote {
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px; }

.article-featured .image-offset-quote .pullquote__text {
  max-width: 85%;
  display: block;
  margin: 40px auto; }

.article-featured .image-offset-quote svg {
  display: block;
  margin: 0 auto; }

.article-featured ul:not(.tags-list) {
  padding-left: 25px; }

.article-featured ul, .article-featured li {
  list-style-type: disc !important; }

.single-article .content {
  overflow: hidden; }

.article ul:not(.tags-list) {
  padding-left: 25px; }

.article ul, .article li {
  list-style-type: disc !important; }

.article .social-meta {
  height: 40px;
  width: 40px; }

.article .topic-box-full {
  height: 600px; }

.article .image-offset-quote {
  background-size: cover;
  background-position: 100%;
  background-repeat: no-repeat;
  padding-top: 150px;
  padding-bottom: 150px; }

.article .image-offset-quote .pullquote__text {
  max-width: 85%;
  display: block;
  margin: 40px auto; }

.article .image-offset-quote svg {
  display: block;
  margin: 0 auto; }

.article .hero {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0; }
  @media only screen and (min-width: 993px) {
    .article .hero {
      background: none; } }
  @media only screen and (min-width: 992px) and (max-width: 1129px) {
    .article .hero {
      background-image: none; } }

.article .grey-bg {
  background: lightgray; }

.article .blockquote-wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px; }

.article .wrapper {
  position: relative; }
  @media only screen and (min-width: 993px) {
    .article .wrapper {
      background-repeat: no-repeat;
      background-position: calc(calc(100vw - 1075px) / 2) 0;
      background-size: contain; } }
  .article .wrapper .social-box {
    display: none; }
    @media only screen and (min-width: 993px) {
      .article .wrapper .social-box {
        display: block;
        top: 67%;
        right: 0;
        width: 40px;
        position: fixed; } }
    .article .wrapper .social-box img {
      padding: 1em; }
  .article .wrapper .title-wrap {
    position: relative;
    background: white;
    margin-top: 166px;
    padding-left: 58.5px; }
    @media only screen and (min-width: 993px) {
      .article .wrapper .title-wrap {
        margin-top: 400px;
        padding-left: 50px;
        height: 100%; } }
    .article .wrapper .title-wrap .white-box {
      position: absolute;
      background: white;
      width: 20px;
      right: -20px;
      top: 0; }
      @media only screen and (min-width: 993px) {
        .article .wrapper .title-wrap .white-box {
          width: calc(calc(calc(100vw - 1075px) / 2) + 14px);
          right: calc(calc(calc(calc(100vw - 1075px) / 2) + 14px) * -1); } }

.article .article-head {
  padding-top: 10px;
  margin-bottom: 0; }

.article .article-head__duration {
  color: #000;
  opacity: 0.5; }

.article .vert-line {
  display: none; }

@media only screen and (max-width: 992px) {
  .article .article-head__byline-wrap {
    order: 1;
    margin-bottom: 10px; }
  .article .article-head__comments-wrap {
    order: 2;
    margin-bottom: 25px; }
  .article .article-head__shares-wrap {
    order: 4; }
  .article .article-head__likes-wrap {
    order: 3; }
  .article .wrapper .title-wrap {
    padding: 40px 30px 0 30px;
    margin-bottom: -140px; }
  .article .article-head__category {
    margin-top: 0; } }

@media only screen and (max-width: 800px) {
  .article p {
    margin-bottom: 40px; }
  .article blockquote {
    padding-left: 0rem; }
  .article .pullquote__text {
    font-size: 19px;
    margin: 22px 0;
    line-height: 1.25; }
  .article .blockquote-wrap {
    margin-bottom: 40px; }
  .article .image__caption {
    line-height: 1.43;
    letter-spacing: 0.2px;
    margin-bottom: 10px; }
  .article .full-image {
    margin-bottom: 40px; }
  .article .related-header {
    text-align: center;
    margin-bottom: 20px; }
  .article .related-spark {
    margin-bottom: 44px; } }

.related-card .duration {
  font-size: 12px;
  font-family: "Archivo";
  text-decoration: uppercase;
  color: #8e8e8e;
  margin-bottom: 30px; }

.related-card h5 {
  font-family: "Archivo Black";
  font-size: 16px;
  text-align: left;
  line-height: 1.33;
  letter-spacing: -0.2px;
  margin-top: 5px;
  margin-bottom: 0; }

.related-card h6 {
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.2;
  letter-spacing: -0.2px;
  text-align: left;
  font-family: "Archivo Black"; }

.related-card img {
  margin-bottom: 3.5px; }

.related-spark {
  margin-bottom: 42px; }

.related-header {
  font-size: 22px;
  font-family: "Archivo Black"; }
  .related-header h4 {
    margin: 0em; }

.intro {
  background: white; }
  .intro p:first-of-type {
    padding-top: 55px; }
    .intro p:first-of-type strong {
      font-family: 'Archivo Black', sans-serif; }

.article-featured .intro p:first-of-type {
  font-family: 'Archivo Black', sans-serif; }

.interstitial-full {
  height: 348px;
  margin-bottom: 50px; }

.full-image {
  margin-bottom: 50px; }
  .full-image img {
    width: 100%; }

.full-image-wrapper img {
  width: 100%; }

figure {
  margin-bottom: 50px; }

p {
  margin-bottom: 30px;
  font-family: "Archivo";
  font-size: 16px;
  line-height: 1.67; }
  @media only screen and (max-width: 992px) {
    p {
      margin-bottom: 20px; } }

ul.tags-list {
  margin-bottom: 30px; }
  ul.tags-list li {
    float: left;
    padding-right: 22px;
    margin-bottom: 30px;
    list-style-type: none !important; }
    @media only screen and (max-width: 800px) {
      ul.tags-list li {
        margin-bottom: 20px; } }
  ul.tags-list a {
    font-family: "Archivo Black";
    font-size: 12px;
    color: rgba(30, 30, 30, 0.3);
    text-transform: uppercase; }

.pullquote__text {
  font-family: "Archivo Black";
  font-size: 30px;
  text-align: center;
  border-left: none;
  margin: 40px 0;
  line-height: 1.1666666666666667;
  letter-spacing: -0.30000001192092896px; }

.pullquote__spark {
  height: 78px; }
  .pullquote__spark--flip {
    transform: rotate(180deg); }

.full-image img,
.centered-image img {
  margin-bottom: 20px; }

.image__caption {
  font-family: "Archivo";
  font-size: 14px;
  color: #1e1e1e;
  margin-bottom: 11px;
  margin-top: 20px; }

.image__source {
  font-family: "Archivo";
  color: rgba(30, 30, 30, 0.3);
  text-transform: uppercase; }

.footnote {
  position: absolute;
  top: 0;
  left: -185px;
  width: 154px;
  line-height: 15px;
  display: none; }

.footnote-link {
  font-family: "Archivo Black";
  position: relative; }
  .footnote-link:hover .footnote {
    display: block; }

.footnote__title {
  font-family: "Archivo Black";
  font-size: 12px;
  display: block;
  margin-bottom: 3px;
  border-bottom: 1px solid; }

.footnote__text {
  font-family: "Archivo";
  line-height: 1.6666666666666667;
  font-size: 12px; }

.tombstone {
  width: 33px !important;
  margin-bottom: 30px;
  margin-top: -20px; }

.article-foot hr {
  border: none;
  border-top: solid 3px rgba(30, 30, 30, 0.1);
  margin-top: 0;
  margin-bottom: 50px; }

@media only screen and (max-width: 800px) {
  .article p {
    margin-bottom: 40px;
    line-height: 1.56; }
  .article blockquote {
    padding-left: 0rem; }
  .article .wrapper .title-wrap {
    margin-bottom: 0px; }
  .article .pullquote__text {
    font-size: 19px;
    margin: 22px 0;
    line-height: 1.25; }
  .article .blockquote-wrap {
    margin-bottom: 40px; }
  .article .image__caption {
    line-height: 1.43;
    letter-spacing: 0.2px;
    margin-bottom: 10px; }
  .article .full-image {
    margin-bottom: 40px; }
  .article .related-header {
    text-align: center;
    margin-bottom: 20px; }
  .article .related-spark {
    margin-bottom: 44px; }
  .article .topic-box-full {
    height: 176px; }
  .article .topic-box,
  .article .topic-box2 {
    height: 187px;
    background-size: contain;
    margin-bottom: 20px; }
  .article .intro p:first-of-type {
    margin-bottom: 20px; }
  .article .intro-wrap {
    width: 100%; }
  .article .head-wrap {
    padding-right: 0; }
  .article .article-head {
    padding-top: 0px;
    margin-bottom: 0px; }
  .article .article-head__lower {
    position: relative; }
  .article .article-head__shares-wrap {
    display: flex; }
  .article .intro p:first-of-type {
    padding-top: 0px; }
  .article .footnote {
    left: 131px;
    top: 16px;
    width: 223px;
    padding: 1em;
    color: white;
    background-color: #3a44b2;
    -webkit-clip-path: polygon(15% 12%, 100% 12%, 100% 100%, 50% 100%, 0 100%, 0 0);
    clip-path: polygon(15% 12%, 100% 12%, 100% 100%, 50% 100%, 0 100%, 0 0); }
  .article .footnote__title {
    padding-top: 4em; }
  .article .footnote__text {
    font-size: 14px; }
  .article .podcast img {
    height: 180px; } }

.article .social-box,
.article-featured .social-box {
  z-index: 3; }
  .article .social-box a:nth-child(2) img,
  .article-featured .social-box a:nth-child(2) img {
    background-color: rgba(255, 255, 255, 0.1); }
  .article .social-box a:nth-child(3) img,
  .article-featured .social-box a:nth-child(3) img {
    background-color: rgba(255, 255, 255, 0.2); }
  .article .social-box a:nth-child(4) img,
  .article-featured .social-box a:nth-child(4) img {
    background-color: rgba(255, 255, 255, 0.3); }
  .article .social-box a:nth-child(5) img,
  .article-featured .social-box a:nth-child(5) img {
    background-color: rgba(255, 255, 255, 0.4); }
  .article .social-box a:nth-child(6) img,
  .article-featured .social-box a:nth-child(6) img {
    background-color: rgba(255, 255, 255, 0.5); }

@media screen and (max-width: 992px) {
  .img-sctn-cstm .hlf-sctn .hlf-sctn-cstm {
    width: 100%; } }

.sidebar-wrapper {
  display: none; }

.sidebar-wrapper {
  position: absolute;
  width: 95%;
  max-width: 1500px;
  left: 0;
  right: 0;
  display: block;
  padding-top: 10px;
  margin: 0 auto; }
  .sidebar-wrapper #sidebar {
    position: absolute;
    display: inline-block;
    max-width: 300px;
    right: 0;
    overflow-y: hidden;
    overflow-x: hidden; }
    .sidebar-wrapper #sidebar .col-ads-wrapper {
      right: 0px;
      height: 100%;
      left: 0;
      width: initial;
      display: inline-block;
      margin-left: 0;
      position: relative;
      top: 0; }
    .sidebar-wrapper #sidebar .col-related-posts-wrapper {
      margin-top: 30px;
      width: 100%;
      margin-left: 0;
      position: relative;
      top: 0;
      padding: 0 27px; }

body.single-article .pullquote {
  font-size: 30px;
  text-align: center;
  border-left: none;
  margin: 40px 0;
  line-height: 1.1666666667;
  letter-spacing: -0.3000000119px; }

body.single-article .pullquote_spark {
  text-align: center; }

body.single-article .pullquote_spark-flip svg {
  transform: rotate(180deg); }

body.single-article .nerdist-image-quote {
  padding: 30px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

body.single-article .image-offset-quote {
  position: relative; }

body.single-article .image-offset-quote-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 1; }

body.single-article .nerdist-large-text-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

body.single-article .image-offset-quote-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  margin: 0;
  max-width: 100%; }

body.single-article .article .image-offset-quote .pullquote__text,
body.single-article .article-featured .image-offset-quote .pullquote__text {
  position: relative;
  z-index: 2; }

body.single-article .article .image-offset-quote svg,
body.single-article .article-featured .image-offset-quote svg {
  position: relative;
  z-index: 3; }

body.single-article .nerdist-large-text-base {
  height: 70vh;
  position: relative;
  margin-bottom: 50px; }
  body.single-article .nerdist-large-text-base .top-text-area {
    top: 10%;
    left: 20%;
    width: 35%;
    font-size: 4em;
    position: absolute;
    font-weight: 800;
    z-index: 2; }
  body.single-article .nerdist-large-text-base .bottom-text-area {
    left: 30%;
    width: 60%;
    z-index: 10;
    bottom: 10%;
    font-size: 2em;
    font-weight: 800;
    position: absolute; }
  body.single-article .nerdist-large-text-base .nerdist-large-text-image {
    right: 0;
    bottom: 0;
    width: 55vw;
    height: 50vh;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1; }

.article .blockquote-wrap,
.article-featured .blockquote-wrap {
  margin-bottom: 50px; }

body.single-article .nav-container,
.single-article .nav-container {
  background-color: transparent; }

body.single-article.more-topics-nav-active .nav .nav-container,
.single-article.more-topics-nav-active .nav .nav-container {
  background-color: inherit; }

@media screen and (max-width: 992px) {
  body.single-article .article-featured .hero-bg-image,
  .single-article .article-featured .hero-bg-image {
    background-size: cover; } }

.article-featured p a {
  color: #d6283b; }

.article-featured .interstitial-full {
  display: none; }

.article-featured .wrapper-intro {
  background-color: #fff !important; }

.article-featured .social-meta {
  height: 40px;
  width: 40px; }

.article-featured .wrapper {
  height: 85vh; }
  .article-featured .wrapper .white-box {
    display: none; }
  .article-featured .wrapper .title-wrap {
    color: white;
    margin-top: 166px; }
    @media only screen and (max-width: 992px) {
      .article-featured .wrapper .title-wrap {
        margin-top: 0 !important; } }
    @media only screen and (min-width: 993px) {
      .article-featured .wrapper .title-wrap {
        min-height: 382px; } }
  @media only screen and (min-width: 993px) {
    .article-featured .wrapper {
      background-repeat: no-repeat;
      background-position: calc(calc(100vw - 1075px) / 2) 0;
      background-size: contain; } }

.article-featured .hero {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (min-width: 993px) {
    .article-featured .hero {
      background: none; } }
  @media only screen and (min-width: 992px) and (max-width: 1129px) {
    .article-featured .hero {
      background-image: none; } }

.article-featured .spoiler-block {
  display: flex;
  align-items: center;
  height: 80vh; }
  .article-featured .spoiler-block h1 {
    font-family: "Archivo Black";
    font-size: 50px;
    margin-top: 80px;
    text-align: center; }
  .article-featured .spoiler-block .bar {
    margin-top: 50px; }

.article-featured .full-image-bg {
  display: flex;
  align-items: center;
  background-image: url("~/assets/images/featured-article-fullbleed-quote.png");
  height: 720px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px; }
  .article-featured .full-image-bg .full-image-quote {
    font-family: "Archivo Black";
    font-size: 30px;
    color: #ffffff;
    text-align: center;
    line-height: 1.17;
    letter-spacing: -0.3px;
    padding: 60px 0 60px 0; }
  .article-featured .full-image-bg .full-image-spark {
    height: 78px;
    margin-bottom: 0px !important; }

.article-featured .grey-bg {
  background: lightgray; }

.article-featured .body {
  margin-top: 50px; }
  .article-featured .body p.first::first-letter {
    font-family: "Archivo Black";
    font-size: 130px; }

.article-featured .hero-bg-image {
  background-image: url("~/assets/images/article-hero-bg.jpg");
  background-size: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 0;
  object-fit: cover; }
  @media only screen and (max-width: 992px) {
    .article-featured .hero-bg-image {
      height: 595px !important;
      background-position: center; } }

.article-featured .article-head__category {
  color: #fff; }
  @media only screen and (max-width: 992px) {
    .article-featured .article-head__category {
      margin-top: 50px !important; } }

.article-featured .article-head__author {
  color: #fff; }

.article-featured .social-box {
  top: 602px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: fixed; }
  .article-featured .social-box img {
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    width: 100%; }

.page-template-home .nav-container {
  z-index: 1;
  position: absolute;
  top: auto; }

.page-template-home #featured-ad {
  margin-bottom: 0; }

.uber-nav {
  background: #d6283b;
  max-height: 35px;
  position: relative;
  z-index: 20; }
  .uber-nav .row {
    margin-bottom: 0; }
  .uber-nav a {
    color: #fff;
    font-family: 'Archivo Black', sans-serif;
    text-transform: uppercase;
    font-size: 12px; }
  .uber-nav .alpha-link {
    margin-right: 30px; }

.home .swiper-button-next,
.home .swiper-button-prev {
  cursor: pointer; }

.home .hero-background {
  position: relative;
  padding-top: 100px; }
  .home .hero-background:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), #1e1e1e); }
  .home .hero-background:after {
    content: '';
    position: absolute;
    height: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), black); }

.home .hero-background {
  height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 0;
  background-size: cover; }

.home .hero {
  color: #fff;
  position: relative;
  margin-top: 40px; }

.home .no-hero-background {
  height: initial;
  background-color: #1e1e1e;
  background-image: none !important; }
  .home .no-hero-background:before,
  .home .no-hero-background .hero__category,
  .home .no-hero-background .hero__title,
  .home .no-hero-background .hero__text {
    display: none; }
  .home .no-hero-background .hero {
    margin-bottom: 0; }
  .home .no-hero-background .hero__greeting {
    margin-bottom: 0; }

.home .hero__greeting {
  margin-top: 0px;
  font-size: 30px;
  font-family: "Archivo Black";
  text-transform: uppercase;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 127px; }

.home .hero__emoji {
  display: inline-block;
  position: relative;
  top: 3px;
  margin-left: 20px; }

.home .hero__category {
  display: block;
  color: #c17c0b;
  font-family: "Archivo Black";
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  letter-spacing: -0.4px; }

.home .hero__title {
  font-family: "Archivo Black";
  font-size: 55px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.1818181818181819;
  letter-spacing: -2px;
  text-align: left;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 30px; }

.home .hero__text {
  font-family: "Archivo";
  font-weight: 800;
  font-size: 18px;
  color: #fff;
  display: inline-block; }

.home .pipe {
  display: inline-block;
  width: 1px;
  background-color: #1e1e1e;
  height: 20px;
  margin-right: 15px;
  position: relative;
  top: 3px; }

.home .hero__author {
  font-family: "Archivo Black";
  margin-right: 15px; }

.home .hero__date {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
  font-weight: 400;
  letter-spacing: 0px; }

.home .bg-dark {
  background: #1e1e1e; }
  .home .bg-dark .section-header h1 {
    color: white;
    opacity: 0.2; }
  .home .bg-dark .section-header hr {
    background-color: white; }
    @media only screen and (max-width: 800px) {
      .home .bg-dark .section-header hr {
        display: none; } }

.home .trending-container {
  background: #1e1e1e;
  padding-top: 70px;
  padding-bottom: 50px; }
  .home .trending-container hr {
    background-color: #fff; }
  @media only screen and (max-width: 800px) {
    .home .trending-container {
      padding-top: 10px;
      padding-bottom: 0; } }

.home .latest-container .section-header h1 {
  color: rgba(30, 30, 30, 0.2); }

.home .retro-container {
  background: #fff;
  padding-bottom: 80px; }
  .home .retro-container .section-header {
    margin-bottom: 38px; }
    .home .retro-container .section-header h1 {
      color: rgba(30, 30, 30, 0.2); }
  @media only screen and (max-width: 800px) {
    .home .retro-container {
      padding-bottom: 40px; } }
  .home .retro-container .flat-card {
    height: 428px;
    position: relative; }
    .home .retro-container .flat-card .featured__title {
      margin-bottom: 2px;
      color: #1e1e1e; }
    .home .retro-container .flat-card a {
      color: inherit; }
    @media only screen and (max-width: 800px) {
      .home .retro-container .flat-card {
        background: none;
        height: auto; } }
    .home .retro-container .flat-card .mobile-img {
      visibility: hidden; }
      @media only screen and (max-width: 800px) {
        .home .retro-container .flat-card .mobile-img {
          visibility: visible;
          width: 100%; } }
    .home .retro-container .flat-card .retro-inner-wrap {
      height: 100%; }
    .home .retro-container .flat-card .card-title {
      height: 100%;
      display: flex;
      align-items: center; }
    .home .retro-container .flat-card .featured__text {
      font-family: "Archivo";
      font-size: 18px;
      color: #1e1e1e; }
    .home .retro-container .flat-card .featured__author {
      font-family: 'Archivo', sans-serif;
      font-weight: 800;
      font-size: 18px;
      color: #1e1e1e; }
    @media only screen and (max-width: 800px) {
      .home .retro-container .flat-card .card-title {
        padding-top: 0;
        height: auto; }
        .home .retro-container .flat-card .card-title .featured__category {
          padding-top: 20px;
          font-size: 11px;
          margin-bottom: 10px; }
        .home .retro-container .flat-card .card-title h1 {
          font-size: 18px;
          margin-bottom: 15px; }
        .home .retro-container .flat-card .card-title .podcast-icon {
          width: 14px;
          height: 21px;
          margin-right: 10px; }
        .home .retro-container .flat-card .card-title .featured__author {
          font-size: 15px;
          margin-right: 0; }
        .home .retro-container .flat-card .card-title .featured__date {
          float: right;
          font-size: 14px;
          position: relative;
          top: 12px;
          font-family: 'Archivo' !important;
          font-weight: 400; } }

.home .card-title {
  color: white; }

@media only screen and (max-width: 800px) {
  .home .ad-full {
    height: 110px; }
  .home .hero__category,
  .home .hero__title,
  .home .hero__text {
    display: none; }
  .home .hero-background {
    height: 290px; }
  .home .hero__greeting {
    font-size: 25px;
    position: static !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important; }
  .home .hero__emoji {
    top: 5px; } }

body.home .nav,
.home .nav {
  height: 73px;
  margin-bottom: -73px; }

body.home .nav-container,
.home .nav-container {
  background-color: transparent; }

body.home .featured-card-4 a:not(.color-category),
body.home .featured-card-8 a:not(.color-category),
.home .featured-card-4 a:not(.color-category),
.home .featured-card-8 a:not(.color-category) {
  color: inherit; }

body.home .featured-card-4 .card-image .video-icon,
body.home .featured-card-4 .card-image .channel-icon,
body.home .featured-card-4 .card-image .podcast-icon,
body.home .featured-card-4 .card-image .article-icon,
body.home .featured-card-8 .card-image .video-icon,
body.home .featured-card-8 .card-image .channel-icon,
body.home .featured-card-8 .card-image .podcast-icon,
body.home .featured-card-8 .card-image .article-icon,
.home .featured-card-4 .card-image .video-icon,
.home .featured-card-4 .card-image .channel-icon,
.home .featured-card-4 .card-image .podcast-icon,
.home .featured-card-4 .card-image .article-icon,
.home .featured-card-8 .card-image .video-icon,
.home .featured-card-8 .card-image .channel-icon,
.home .featured-card-8 .card-image .podcast-icon,
.home .featured-card-8 .card-image .article-icon {
  width: 14px;
  height: 21px;
  display: inline-block;
  margin-right: 10px; }

body.home .featured-card-4 .card-image .article-icon,
body.home .featured-card-8 .card-image .article-icon,
.home .featured-card-4 .card-image .article-icon,
.home .featured-card-8 .card-image .article-icon {
  width: 18px;
  height: 13px; }

body.home .featured-card-4 .card-image .channel-icon,
body.home .featured-card-4 .card-image .video-icon,
body.home .featured-card-8 .card-image .channel-icon,
body.home .featured-card-8 .card-image .video-icon,
.home .featured-card-4 .card-image .channel-icon,
.home .featured-card-4 .card-image .video-icon,
.home .featured-card-8 .card-image .channel-icon,
.home .featured-card-8 .card-image .video-icon {
  object-fit: contain; }

body.home .carousel-home-channels img,
.home .carousel-home-channels img {
  height: 100%;
  object-fit: cover; }

body.home .hero a,
.home .hero a {
  color: inherit; }

body.home .channels-wrap .center-align.container .row,
.home .channels-wrap .center-align.container .row {
  margin-bottom: 0; }

.home .carousel-playlist .basic-card {
  margin-right: 30px !important; }

.home .latest-container #rect,
.home .latest-container #Oval {
  stroke: #000000; }

.home .latest-container #use {
  fill: #000000; }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-title-primary {
  display: none; }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-svg-icon-play path {
  display: none; }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-svg-icon-play {
  background-image: url("images/jw_inline_player_play_button.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-knob {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #FFF; }
  .video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-knob .jw-text-elapsed {
    display: block;
    margin-top: -18px;
    margin-left: -8px;
    font-family: 'Archivo'; }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-progress {
  background-color: #3940b5; }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-slider-container {
  height: 3px; }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-time-tip {
  display: none; }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-slider-time {
  width: 75%;
  position: absolute;
  margin: 12px 0 0 10%; }
  @media only screen and (max-width: 600px) {
    .video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-slider-time {
      width: 70%;
      margin: 12px 0 0 15%; } }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-controlbar {
  display: block;
  margin-bottom: 20px; }

.video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-button-container {
  display: block; }
  .video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-button-container .jw-icon-playback {
    float: left;
    margin-right: 85%; }
  .video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-button-container .jw-text-duration {
    font-family: 'Archivo';
    float: left; }
    .video-player-shortcode-container .jwplayer.jw-skin-nerdist .jw-button-container .jw-text-duration:before {
      content: ''; }

.video-player-shortcode-container .jw-icon-volume {
  display: none; }

.video-player-shortcode-container .jw-icon-rewind {
  display: none !important; }

.video-player-shortcode-container .jw-icon-fullscreen svg {
  display: none; }

.video-player-shortcode-container .jw-icon-settings {
  display: none; }

.video-player-shortcode-container .jw-icon-cast {
  display: none !important; }

.video-player-shortcode-container .jw-icon-fullscreen {
  width: 20px;
  background-image: url("images/video-expand.svg");
  background-size: contain;
  background-repeat: no-repeat; }

.video-player-shortcode-container .video-category {
  font-family: 'Archivo Black';
  font-size: 12px;
  color: #FFF;
  text-transform: uppercase; }

.video-player-shortcode-container .video-title-header {
  font-family: 'Archivo Black';
  font-size: 22px;
  color: #FFF;
  text-transform: capitalize;
  margin: 1rem 0 6rem 0; }

.account .account-forgot-request-email,
.account .account-sign-in, .account .account-sign-up {
  background-image: url("../public/images/signin-bg.svg");
  background-repeat: no-repeat;
  background-size: 700px;
  background-position: 365px 95px;
  width: 50.45vW;
  margin-left: 49.65vW;
  background-color: #1e1e1e;
  padding-top: 100px;
  padding-bottom: 54px;
  min-height: 100vH; }
  @media only screen and (max-width: 992px) {
    .account .account-forgot-request-email,
    .account .account-sign-in, .account .account-sign-up {
      width: 100vW;
      margin-left: 0vW;
      padding-top: 130px; } }
  @media only screen and (max-width: 800px) {
    .account .account-forgot-request-email,
    .account .account-sign-in, .account .account-sign-up {
      background-size: 800px;
      background-position: 35px 130px; } }
  .account .account-forgot-request-email .account-more-container,
  .account .account-sign-in .account-more-container, .account .account-sign-up .account-more-container {
    border: solid 2px #3bf2c2;
    border-radius: 5px;
    padding: 30px;
    margin-top: 40px;
    margin-bottom: 30px;
    width: 100%;
    color: #fff !important;
    position: relative; }
    .account .account-forgot-request-email .account-more-container .account-label,
    .account .account-sign-in .account-more-container .account-label, .account .account-sign-up .account-more-container .account-label {
      font-family: "Archivo Black";
      font-size: 16px;
      line-height: 1; }
    .account .account-forgot-request-email .account-more-container .account-body-text,
    .account .account-sign-in .account-more-container .account-body-text, .account .account-sign-up .account-more-container .account-body-text {
      font-family: "Archivo";
      font-size: 16px;
      line-height: 1.5;
      color: #fff; }
    .account .account-forgot-request-email .account-more-container .account-alpha-logo,
    .account .account-sign-in .account-more-container .account-alpha-logo, .account .account-sign-up .account-more-container .account-alpha-logo {
      position: absolute;
      width: 76px;
      height: 26px;
      top: 20px;
      right: 20px; }
      .account .account-forgot-request-email .account-more-container .account-alpha-logo img,
      .account .account-sign-in .account-more-container .account-alpha-logo img, .account .account-sign-up .account-more-container .account-alpha-logo img {
        width: 100%;
        height: 100%; }
  .account .account-forgot-request-email .reset-password-x-out,
  .account .account-forgot-request-email .account-sign-in-x-out,
  .account .account-sign-in .reset-password-x-out,
  .account .account-sign-in .account-sign-in-x-out, .account .account-sign-up .reset-password-x-out,
  .account .account-sign-up .account-sign-in-x-out {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px;
    cursor: pointer; }
    @media only screen and (max-width: 992px) {
      .account .account-forgot-request-email .reset-password-x-out,
      .account .account-forgot-request-email .account-sign-in-x-out,
      .account .account-sign-in .reset-password-x-out,
      .account .account-sign-in .account-sign-in-x-out, .account .account-sign-up .reset-password-x-out,
      .account .account-sign-up .account-sign-in-x-out {
        top: 80px; } }
  .account .account-forgot-request-email .account-row,
  .account .account-sign-in .account-row, .account .account-sign-up .account-row {
    margin-left: -30.65vW;
    width: 80vW;
    padding: 0 0 0 8.125vW; }
    @media only screen and (max-width: 992px) {
      .account .account-forgot-request-email .account-row,
      .account .account-sign-in .account-row, .account .account-sign-up .account-row {
        margin: 0 auto; } }
  .account .account-forgot-request-email .account-sign-up-form-container,
  .account .account-sign-in .account-sign-up-form-container, .account .account-sign-up .account-sign-up-form-container {
    position: relative; }
    .account .account-forgot-request-email .account-sign-up-form-container .forgot-pw-link,
    .account .account-sign-in .account-sign-up-form-container .forgot-pw-link, .account .account-sign-up .account-sign-up-form-container .forgot-pw-link {
      position: absolute;
      right: 0; }
      .account .account-forgot-request-email .account-sign-up-form-container .forgot-pw-link a,
      .account .account-sign-in .account-sign-up-form-container .forgot-pw-link a, .account .account-sign-up .account-sign-up-form-container .forgot-pw-link a {
        color: #757575; }
        .account .account-forgot-request-email .account-sign-up-form-container .forgot-pw-link a:hover,
        .account .account-sign-in .account-sign-up-form-container .forgot-pw-link a:hover, .account .account-sign-up .account-sign-up-form-container .forgot-pw-link a:hover {
          text-decoration: underline; }
  .account .account-forgot-request-email h3,
  .account .account-sign-in h3, .account .account-sign-up h3 {
    margin: 0;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.3px;
    font-family: "Archivo Black";
    color: #FFF;
    margin-bottom: 60px;
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      .account .account-forgot-request-email h3,
      .account .account-sign-in h3, .account .account-sign-up h3 {
        text-align: center;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 10px; } }
  .account .account-forgot-request-email .account-sign-up-btn,
  .account .account-sign-in .account-sign-up-btn, .account .account-sign-up .account-sign-up-btn {
    color: #FFF;
    border-radius: 5px;
    background-color: rgba(18, 18, 18, 0.5);
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-family: "Archivo";
    font-size: 16px;
    margin-bottom: 71px; }
    .account .account-forgot-request-email .account-sign-up-btn:hover > span,
    .account .account-sign-in .account-sign-up-btn:hover > span, .account .account-sign-up .account-sign-up-btn:hover > span {
      text-decoration: underline; }
    @media only screen and (max-width: 992px) {
      .account .account-forgot-request-email .account-sign-up-btn,
      .account .account-sign-in .account-sign-up-btn, .account .account-sign-up .account-sign-up-btn {
        margin-bottom: 10px; } }
    .account .account-forgot-request-email .account-sign-up-btn span,
    .account .account-sign-in .account-sign-up-btn span, .account .account-sign-up .account-sign-up-btn span {
      color: #d6283b;
      font-family: "Archivo Black";
      margin-left: 10px;
      text-decoration: underline; }
  .account .account-forgot-request-email .account-sign-up-label,
  .account .account-sign-in .account-sign-up-label, .account .account-sign-up .account-sign-up-label {
    font-family: "Archivo Black";
    font-size: 13px;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #FFF; }
  .account .account-forgot-request-email .account-sign-up-remember-label,
  .account .account-sign-in .account-sign-up-remember-label, .account .account-sign-up .account-sign-up-remember-label {
    font-family: "Archivo";
    font-size: 16px;
    color: #FFF; }
  .account .account-forgot-request-email .account-sign-up-input,
  .account .account-sign-in .account-sign-up-input, .account .account-sign-up .account-sign-up-input {
    border-radius: 5px;
    background-color: #1e1e1e;
    border: solid 1.5px rgba(255, 255, 255, 0.3);
    color: #FFF;
    padding-left: 15px;
    margin: 15px 0 30px 0;
    width: calc(100% - 15px); }
    .account .account-forgot-request-email .account-sign-up-input:focus:not([readonly]),
    .account .account-sign-in .account-sign-up-input:focus:not([readonly]), .account .account-sign-up .account-sign-up-input:focus:not([readonly]) {
      border-bottom: solid 1.5px rgba(255, 255, 255, 0.3);
      box-shadow: none; }
    .account .account-forgot-request-email .account-sign-up-input:focus:not([readonly]) + label,
    .account .account-sign-in .account-sign-up-input:focus:not([readonly]) + label, .account .account-sign-up .account-sign-up-input:focus:not([readonly]) + label {
      color: #FFF; }
  .account .account-forgot-request-email .md-checkbox,
  .account .account-sign-in .md-checkbox, .account .account-sign-up .md-checkbox {
    position: relative;
    text-align: left;
    height: 20px;
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    .account .account-forgot-request-email .md-checkbox.md-checkbox-inline,
    .account .account-sign-in .md-checkbox.md-checkbox-inline, .account .account-sign-up .md-checkbox.md-checkbox-inline {
      display: inline-block; }
    .account .account-forgot-request-email .md-checkbox.account-sign-up-newsletter,
    .account .account-sign-in .md-checkbox.account-sign-up-newsletter, .account .account-sign-up .md-checkbox.account-sign-up-newsletter {
      margin-bottom: 30px; }
    .account .account-forgot-request-email .md-checkbox label,
    .account .account-sign-in .md-checkbox label, .account .account-sign-up .md-checkbox label {
      cursor: pointer;
      margin-left: 15px;
      color: #FFF;
      font-family: "Archivo";
      font-size: 16px; }
      @media only screen and (max-width: 992px) {
        .account .account-forgot-request-email .md-checkbox label,
        .account .account-sign-in .md-checkbox label, .account .account-sign-up .md-checkbox label {
          margin-left: 15px; } }
      .account .account-forgot-request-email .md-checkbox label:before, .account .account-forgot-request-email .md-checkbox label:after,
      .account .account-sign-in .md-checkbox label:before,
      .account .account-sign-in .md-checkbox label:after, .account .account-sign-up .md-checkbox label:before, .account .account-sign-up .md-checkbox label:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0; }
      .account .account-forgot-request-email .md-checkbox label:before,
      .account .account-sign-in .md-checkbox label:before, .account .account-sign-up .md-checkbox label:before {
        width: 20px;
        height: 20px;
        background: rgba(0, 0, 0, 0);
        border: 2px solid rgba(255, 255, 255, 0.3);
        border-radius: 2px;
        cursor: pointer;
        transition: background .3s; }
    .account .account-forgot-request-email .md-checkbox input[type="checkbox"],
    .account .account-sign-in .md-checkbox input[type="checkbox"], .account .account-sign-up .md-checkbox input[type="checkbox"] {
      outline: 0;
      margin-right: 10px;
      visibility: hidden;
      position: static; }
      .account .account-forgot-request-email .md-checkbox input[type="checkbox"]:checked + label:before,
      .account .account-sign-in .md-checkbox input[type="checkbox"]:checked + label:before, .account .account-sign-up .md-checkbox input[type="checkbox"]:checked + label:before {
        background: rgba(0, 0, 0, 0);
        border: 2px solid rgba(255, 255, 255, 0.3); }
      .account .account-forgot-request-email .md-checkbox input[type="checkbox"]:checked + label:after,
      .account .account-sign-in .md-checkbox input[type="checkbox"]:checked + label:after, .account .account-sign-up .md-checkbox input[type="checkbox"]:checked + label:after {
        transform: rotate(-45deg);
        top: 5px;
        left: 4px;
        width: 12px;
        height: 6px;
        border: 2px solid #fff;
        border-top-style: none;
        border-right-style: none; }
      .account .account-forgot-request-email .md-checkbox input[type="checkbox"]:disabled + label:before,
      .account .account-sign-in .md-checkbox input[type="checkbox"]:disabled + label:before, .account .account-sign-up .md-checkbox input[type="checkbox"]:disabled + label:before {
        border-color: rgba(0, 0, 0, 0.26); }
      .account .account-forgot-request-email .md-checkbox input[type="checkbox"]:disabled:checked + label:before,
      .account .account-sign-in .md-checkbox input[type="checkbox"]:disabled:checked + label:before, .account .account-sign-up .md-checkbox input[type="checkbox"]:disabled:checked + label:before {
        background: rgba(0, 0, 0, 0.26); }
  .account .account-forgot-request-email .account-sign-in-submit-button,
  .account .account-sign-in .account-sign-in-submit-button, .account .account-sign-up .account-sign-in-submit-button {
    width: 100%;
    border-radius: 5px;
    height: 50px;
    background-color: #d6283b;
    border: solid 3px #333;
    font-family: "Archivo Black";
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #FFF;
    margin-top: 10px; }
    @media only screen and (max-width: 992px) {
      .account .account-forgot-request-email .account-sign-in-submit-button,
      .account .account-sign-in .account-sign-in-submit-button, .account .account-sign-up .account-sign-in-submit-button {
        margin-top: 15px; } }
  .account .account-forgot-request-email .account-sign-up-submit-button,
  .account .account-sign-in .account-sign-up-submit-button, .account .account-sign-up .account-sign-up-submit-button {
    width: 100%;
    border-radius: 5px;
    height: 60px;
    background-color: #d6283b;
    border: solid 3px #333;
    font-family: "Archivo Black";
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #FFF;
    margin-top: 30px; }
  .account .account-forgot-request-email .account-sign-up-intro,
  .account .account-sign-in .account-sign-up-intro, .account .account-sign-up .account-sign-up-intro {
    opacity: 0.5;
    color: #FFF;
    font-family: "Archivo";
    font-size: 16px;
    text-align: center;
    padding: 0 10px 0 10px;
    margin-bottom: 15px !important; }
    .account .account-forgot-request-email .account-sign-up-intro a,
    .account .account-sign-in .account-sign-up-intro a, .account .account-sign-up .account-sign-up-intro a {
      color: inherit !important; }
  .account .account-forgot-request-email .account-sign-up-terms,
  .account .account-sign-in .account-sign-up-terms, .account .account-sign-up .account-sign-up-terms {
    opacity: 0.3;
    color: #FFF;
    font-family: "Archivo";
    font-size: 14px;
    text-align: center;
    padding: 0 10px 0 10px;
    margin-bottom: 0; }
  .account .account-forgot-request-email .account-line,
  .account .account-sign-in .account-line, .account .account-sign-up .account-line {
    margin: 0 auto;
    width: calc(100%);
    height: 1px;
    opacity: 0.1;
    background-color: #ffffff; }
  .account .account-forgot-request-email .account-sign-up-newsletter-label,
  .account .account-sign-in .account-sign-up-newsletter-label, .account .account-sign-up .account-sign-up-newsletter-label {
    font-size: 18px;
    font-family: "Archivo Black";
    color: #FFF; }

.topic {
  padding-bottom: 30px; }
  .topic .trending-gallery-container {
    padding-bottom: 0; }
    @media only screen and (max-width: 800px) {
      .topic .trending-gallery-container {
        clear: both;
        padding-bottom: 30px; } }
    .topic .trending-gallery-container .carousel-wrap {
      position: relative; }
      .topic .trending-gallery-container .carousel-wrap .carousel-custom-gallery {
        height: 440px; }
        .topic .trending-gallery-container .carousel-wrap .carousel-custom-gallery .carousel-cell {
          height: 430px;
          width: 278px;
          max-width: 278px;
          margin: 0 15px; }
        .topic .trending-gallery-container .carousel-wrap .carousel-custom-gallery .featured-card-8 .card-title {
          padding: 20px; }
          .topic .trending-gallery-container .carousel-wrap .carousel-custom-gallery .featured-card-8 .card-title h3 {
            font-size: 18px; }
        .topic .trending-gallery-container .carousel-wrap .carousel-custom-gallery .featured-card-8 .card-image-wrap img {
          height: 430px; }
    .topic .trending-gallery-container .flickity-viewport {
      width: 100%; }
    .topic .trending-gallery-container .flickity-slider {
      position: relative; }
  .topic .bg-dark {
    background: #003589; }
    .topic .bg-dark .card-image-wrap::after {
      background-image: linear-gradient(to bottom, rgba(0, 53, 137, 0), #003589 60%);
      height: 50%;
      top: 50%; }
    .topic .bg-dark .featured-card-4 {
      margin-bottom: 50px; }
  .topic .flat-card {
    height: 428px;
    background: url("~/assets/images/test.png") left no-repeat;
    background-size: 50%; }
    .topic .flat-card .featured__title {
      margin-bottom: 2px;
      color: #1e1e1e; }
    @media only screen and (max-width: 800px) {
      .topic .flat-card {
        background: none;
        height: auto; } }
    .topic .flat-card .mobile-img {
      visibility: hidden; }
      .topic .flat-card .mobile-img:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #b7b7b7 100%);
        opacity: 0.7; }
      @media only screen and (max-width: 800px) {
        .topic .flat-card .mobile-img {
          visibility: visible;
          width: 100%; } }
    .topic .flat-card .retro-inner-wrap {
      height: 100%; }
    .topic .flat-card .card-title {
      height: 100%;
      display: flex;
      align-items: center; }
    .topic .flat-card .featured__text {
      font-family: "Archivo";
      font-size: 18px;
      color: #1e1e1e; }
    .topic .flat-card .featured__author {
      font-family: "Archivo Black";
      color: #1e1e1e; }
    @media only screen and (max-width: 800px) {
      .topic .flat-card .card-title {
        padding-top: 0;
        height: auto; }
        .topic .flat-card .card-title .featured__category {
          padding-top: 20px;
          font-size: 11px;
          margin-bottom: 10px; }
        .topic .flat-card .card-title h1 {
          font-size: 18px;
          margin-bottom: 15px; }
        .topic .flat-card .card-title .podcast-icon {
          width: 14px;
          height: 21px;
          margin-right: 10px; }
        .topic .flat-card .card-title .featured__author {
          font-size: 15px;
          margin-right: 0; }
        .topic .flat-card .card-title .featured__date {
          float: right;
          font-size: 12px;
          position: relative;
          top: 12px; } }
  .topic .darken {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #000;
    opacity: 0.2; }
  .topic .custom-section {
    background: #000;
    padding-top: 85px;
    padding-bottom: 50px; }
    .topic .custom-section .card-image-wrap::after {
      background-image: linear-gradient(to bottom, rgba(0, 53, 137, 0), #003589); }
    .topic .custom-section .section-header {
      margin-bottom: 35px; }
      .topic .custom-section .section-header h1 {
        opacity: 0.2; }
      @media only screen and (max-width: 800px) {
        .topic .custom-section .section-header {
          margin-bottom: 30px; } }
    @media only screen and (max-width: 800px) {
      .topic .custom-section {
        padding-top: 30px;
        padding-bottom: 40px; } }
  @media only screen and (max-width: 800px) {
    .topic .pt20 {
      padding-top: 40px; } }
  .topic .featured-card-4 .card-img {
    width: 100%; }
  .topic .animation-bg {
    transition-duration: 0.5s;
    transition-timing-function: linear;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh; }
  .topic .gradient {
    margin: 0;
    position: fixed;
    top: 100vh;
    width: 100vw;
    transition-duration: 1.2s;
    transition-timing-function: linear; }
  .topic .gradient-static {
    width: 100%; }
  .topic .topic-feature-header {
    background: #3d1431;
    padding-top: 135px;
    padding-bottom: 80px;
    transition: 0.1s; }
    @media only screen and (max-width: 800px) {
      .topic .topic-feature-header {
        padding-top: 165px;
        padding-bottom: 32px; } }
    .topic .topic-feature-header .image-wrap {
      position: relative; }
    .topic .topic-feature-header .feature-image {
      width: 349px;
      height: 360px;
      opacity: 0.1;
      position: absolute;
      top: -10px;
      right: -40px;
      object-fit: contain;
      object-position: center; }
      @media only screen and (max-width: 800px) {
        .topic .topic-feature-header .feature-image {
          top: -85px;
          width: 140px;
          height: 140px; } }
  .topic .topic-feature-cards .bg-dark {
    background: #3d1431; }
    .topic .topic-feature-cards .bg-dark .card-image-wrap::after {
      background-image: linear-gradient(to bottom, rgba(0, 53, 137, 0), #3d1431); }
  .topic .featured-card-row {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0; }
  .topic .flat-card .featured__text,
  .topic .flat-card .featured__title,
  .topic .flat-card .featured__pipe,
  .topic .flat-card .featured__author,
  .topic .flat-card .featured__date,
  .topic .flat-card .featured__title a,
  .topic .flat-card .featured__category a,
  .topic .flat-card .featured__author a {
    color: #fff; }
  .topic .video-hero .hero .title-card h5 {
    color: #ffffff; }
  @media only screen and (max-width: 800px) {
    .topic .video-hero .hero h1 {
      padding-left: 10px; } }
  @media only screen and (max-width: 800px) {
    .topic .hero-title-block .follow-btn-a {
      padding-left: 10px; } }
  .topic .ad-full {
    background: rgba(0, 0, 0, 0.1); }

.carousel-videos {
  margin-left: 15px; }

.topic-curtain {
  background-size: cover !important;
  background-position: center;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 6;
  text-align: center; }
  .topic-curtain #topic-img {
    margin: 0 auto;
    margin-top: 200px;
    width: 85%; }
  .topic-curtain .spark {
    position: absolute;
    top: calc(100vh - 100px);
    margin: 0 auto; }
  .topic-curtain #topic-info {
    margin: 0 auto;
    transform: translateY(-100px);
    opacity: 0; }
  .topic-curtain .tallies {
    margin-bottom: 15px; }

.topic .featured-card-4 a:not(.color-category),
.topic .featured-card-8 a:not(.color-category) {
  color: inherit; }

.topic .featured-card-4 .card-image .video-icon,
.topic .featured-card-4 .card-image .channel-icon,
.topic .featured-card-4 .card-image .podcast-icon,
.topic .featured-card-4 .card-image .article-icon,
.topic .featured-card-8 .card-image .video-icon,
.topic .featured-card-8 .card-image .channel-icon,
.topic .featured-card-8 .card-image .podcast-icon,
.topic .featured-card-8 .card-image .article-icon {
  width: 14px;
  height: 21px;
  display: inline-block;
  margin-right: 10px; }

.topic .featured-card-4 .card-image .article-icon,
.topic .featured-card-8 .card-image .article-icon {
  width: 18px;
  height: 13px; }

.topic .featured-card-4 .card-image .channel-icon,
.topic .featured-card-4 .card-image .video-icon,
.topic .featured-card-8 .card-image .channel-icon,
.topic .featured-card-8 .card-image .video-icon {
  object-fit: contain; }

.topic .full-bleed .row {
  margin-bottom: 0; }

@media only screen and (max-width: 992px) {
  .topic .topic-see-more {
    margin-top: 0 !important; } }

@media only screen and (max-width: 800px) {
  .topic-feature-cards .featured-card-4 {
    display: block !important; }
  .topic-feature-cards .flickity-viewport {
    overflow: visible; }
  .topic-feature-cards .container > .row .col.s12 {
    width: 278px;
    margin-right: 10px; } }

.topic-franchise .video-hero {
  min-height: 0 !important; }
  .topic-franchise .video-hero h1 {
    padding-top: 0 !important; }

.topic-franchise .latest-container {
  background-color: #000; }
  .topic-franchise .latest-container .next-button,
  .topic-franchise .latest-container .previous-button {
    opacity: 1; }
    .topic-franchise .latest-container .next-button g > *,
    .topic-franchise .latest-container .previous-button g > * {
      stroke: #fff; }
  .topic-franchise .latest-container .latest-video-card h5 {
    color: #e28383; }
  .topic-franchise .latest-container .latest-video-card h3 {
    color: #fff; }
  .topic-franchise .latest-container .section-header h1 {
    color: #fff;
    opacity: 0.2; }
  .topic-franchise .latest-container .section-header hr {
    background-color: #fff;
    opacity: 0.2; }

.topic-franchise .see-more {
  background: #000 !important; }

.topic-franchise .archive-filter .input-field {
  border-bottom: 2px solid #002772; }

.topic-franchise .archive-filter .prefix input {
  color: #002772; }

.topic-franchise .archive-filter .select-style {
  border: 2px solid #002772; }
  .topic-franchise .archive-filter .select-style select {
    color: #002772; }

.topic-franchise .hero-background:after {
  content: '';
  position: absolute;
  height: 50%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-image: linear-gradient(0deg, rgba(116, 148, 199, 0), #003589); }

.topic-feature .see-more {
  background: #000 !important; }

.topic-feature .featured-card-wrapper {
  background: #3d1431; }

.topic-feature .featured-card-wrapper {
  padding: 50px 0; }
  @media only screen and (max-width: 800px) {
    .topic-feature .featured-card-wrapper .home-featured-wrap-bg {
      display: none; } }

.topic-featured-description {
  max-width: 523px;
  font-size: 12px;
  line-height: 1.33;
  text-align: left;
  color: #ffffff;
  margin-top: -20px;
  font-family: "Archivo Black"; }

.topic-standard .ad-full {
  background: rgba(30, 30, 30, 0.1);
  z-index: -5;
  position: relative; }
  .topic-standard .ad-full .ad-text {
    color: rgba(30, 30, 30, 0.3); }

.topic-standard .see-more {
  background: #da6736 !important; }

.topic-standard .topic-feature-header {
  background: #da6736;
  transition-duration: 0.2s;
  position: relative;
  z-index: 5; }

.transition-section {
  position: relative;
  opacity: 0;
  z-index: 1; }

.topic-feature-cards {
  position: relative; }

.topic-animate-img {
  margin: 0px;
  position: fixed;
  top: 100vh;
  width: 100%;
  height: auto;
  transition-duration: 1.2s;
  transition-timing-function: linear;
  display: block;
  top: 100vh;
  z-index: -2; }

.topic-background {
  margin: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  transition-duration: 1.2s;
  transition-timing-function: linear;
  z-index: 2;
  display: block;
  top: 0px; }

.jw-controlbar {
  z-index: 20; }

.videos,
.podcasts {
  background: #000; }
  .videos .nav-cover,
  .podcasts .nav-cover {
    position: fixed;
    background: black;
    opacity: 0;
    right: 0;
    top: 5px;
    height: 90px;
    z-index: 99;
    left: 0;
    pointer-events: none; }
  .videos #player-controls-container,
  .podcasts #player-controls-container {
    width: 83.33333%; }
    .videos #player-controls-container .jw-progress,
    .podcasts #player-controls-container .jw-progress {
      background-color: #9d2da0; }
    .videos #player-controls-container .jw-controls,
    .podcasts #player-controls-container .jw-controls {
      overflow: visible; }
    .videos #player-controls-container .jw-icon-playback,
    .podcasts #player-controls-container .jw-icon-playback {
      position: absolute;
      left: -48px;
      bottom: 30px; }
      @media only screen and (max-width: 800px) {
        .videos #player-controls-container .jw-icon-playback,
        .podcasts #player-controls-container .jw-icon-playback {
          left: 2px;
          bottom: 52px; } }
    .videos #player-controls-container .jw-icon-rewind,
    .videos #player-controls-container .jw-icon-volume,
    .videos #player-controls-container .jw-text-duration,
    .podcasts #player-controls-container .jw-icon-rewind,
    .podcasts #player-controls-container .jw-icon-volume,
    .podcasts #player-controls-container .jw-text-duration {
      display: none; }
    .videos #player-controls-container .jw-text-countdown,
    .podcasts #player-controls-container .jw-text-countdown {
      position: absolute;
      right: -40px;
      bottom: 30px;
      font-size: 15px;
      font-family: "Archivo"; }
      @media only screen and (max-width: 800px) {
        .videos #player-controls-container .jw-text-countdown,
        .podcasts #player-controls-container .jw-text-countdown {
          display: none; } }
    .videos #player-controls-container .jw-svg-icon-play,
    .podcasts #player-controls-container .jw-svg-icon-play {
      background-image: url("images/video-play.svg");
      background-size: contain;
      background-repeat: no-repeat;
      height: 15px; }
      .videos #player-controls-container .jw-svg-icon-play path,
      .podcasts #player-controls-container .jw-svg-icon-play path {
        display: none; }
    .videos #player-controls-container .jw-text-elapsed,
    .podcasts #player-controls-container .jw-text-elapsed {
      transform: scale(1);
      bottom: 45px;
      font-size: 15px;
      font-family: "Archivo";
      right: 10px; }
    .videos #player-controls-container .jw-svg-icon-pause,
    .podcasts #player-controls-container .jw-svg-icon-pause {
      background-image: url("images/video-pause.svg");
      background-size: contain;
      background-repeat: no-repeat;
      height: 15px; }
      .videos #player-controls-container .jw-svg-icon-pause path,
      .podcasts #player-controls-container .jw-svg-icon-pause path {
        display: none; }
    .videos #player-controls-container .jw-display.jw-reset,
    .podcasts #player-controls-container .jw-display.jw-reset {
      display: none; }
  .videos .jw-svg-icon-fullscreen-on,
  .podcasts .jw-svg-icon-fullscreen-on {
    background-image: url("images/video-expand.svg");
    background-size: contain;
    background-repeat: no-repeat;
    height: 15px; }
    .videos .jw-svg-icon-fullscreen-on path,
    .podcasts .jw-svg-icon-fullscreen-on path {
      display: none; }
  .videos .jw-svg-icon-fullscreen-off,
  .podcasts .jw-svg-icon-fullscreen-off {
    transform: rotate(180deg);
    height: 19px;
    width: 45px;
    margin-top: 10px;
    background-image: url("images/video-expand.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    .videos .jw-svg-icon-fullscreen-off path,
    .podcasts .jw-svg-icon-fullscreen-off path {
      display: none; }
  .videos .video-social-buttons,
  .podcasts .video-social-buttons {
    background: black;
    padding: 20px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    /* height */
    height: 100px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative; }
    .videos .video-social-buttons .social-buttons-flex-end,
    .podcasts .video-social-buttons .social-buttons-flex-end {
      align-items: flex-end;
      height: calc(100% - 16px); }
      @media only screen and (max-width: 992px) {
        .videos .video-social-buttons .social-buttons-flex-end,
        .podcasts .video-social-buttons .social-buttons-flex-end {
          display: block; } }
    .videos .video-social-buttons .sticky-info-bar,
    .podcasts .video-social-buttons .sticky-info-bar {
      display: none;
      opacity: 0; }
    @media only screen and (max-width: 800px) {
      .videos .video-social-buttons,
      .podcasts .video-social-buttons {
        padding: 0; } }
    .videos .video-social-buttons .channel-info-container,
    .podcasts .video-social-buttons .channel-info-container {
      flex-direction: row; }
      @media only screen and (max-width: 800px) {
        .videos .video-social-buttons .channel-info-container,
        .podcasts .video-social-buttons .channel-info-container {
          flex-direction: column;
          margin-top: -38px; } }
      .videos .video-social-buttons .channel-info-container .channel-logo,
      .podcasts .video-social-buttons .channel-info-container .channel-logo {
        background-image: url("images/video-fangirling_Logo.png");
        background-size: contain;
        background-repeat: no-repeat;
        height: 30px;
        width: 69px; }
      .videos .video-social-buttons .channel-info-container .channel-logo .channel-link,
      .podcasts .video-social-buttons .channel-info-container .channel-logo .channel-link {
        display: block;
        width: 100%;
        height: 100%; }
      .videos .video-social-buttons .channel-info-container .follow-button,
      .podcasts .video-social-buttons .channel-info-container .follow-button {
        -webkit-font-smoothing: antialiased;
        margin-left: 6px;
        padding-top: 1px;
        width: 100px;
        border-radius: 3px;
        background: #9d2da0;
        text-transform: uppercase;
        height: 30px;
        color: white;
        font-family: "Archivo Black";
        font-weight: 600; }
        @media only screen and (max-width: 800px) {
          .videos .video-social-buttons .channel-info-container .follow-button,
          .podcasts .video-social-buttons .channel-info-container .follow-button {
            margin-top: 8px; } }
    .videos .video-social-buttons .multi-button-container,
    .podcasts .video-social-buttons .multi-button-container {
      padding-left: 30px;
      padding-right: 30px;
      height: 40px;
      border-left: 1px solid rgba(216, 216, 216, 0.1);
      border-right: 1px solid rgba(216, 216, 216, 0.1); }
      @media only screen and (max-width: 992px) {
        .videos .video-social-buttons .multi-button-container,
        .podcasts .video-social-buttons .multi-button-container {
          padding: 0; } }
      .videos .video-social-buttons .multi-button-container label,
      .podcasts .video-social-buttons .multi-button-container label {
        margin: auto auto;
        padding: 5px 10px;
        color: white; }
      .videos .video-social-buttons .multi-button-container .multi-button,
      .podcasts .video-social-buttons .multi-button-container .multi-button {
        border: 1px solid #9d2da0;
        border-radius: 3px; }
        @media only screen and (max-width: 992px) {
          .videos .video-social-buttons .multi-button-container .multi-button,
          .podcasts .video-social-buttons .multi-button-container .multi-button {
            width: 100%; } }
        .videos .video-social-buttons .multi-button-container .multi-button div,
        .podcasts .video-social-buttons .multi-button-container .multi-button div {
          text-transform: uppercase;
          height: 38px;
          color: white;
          font-size: 11px;
          font-family: "Archivo Black";
          font-weight: 600;
          border-right: 1px solid #9d2da0;
          width: 150px;
          display: flex;
          justify-content: center;
          align-items: center; }
          @media only screen and (max-width: 992px) {
            .videos .video-social-buttons .multi-button-container .multi-button div,
            .podcasts .video-social-buttons .multi-button-container .multi-button div {
              width: 40%; } }
          .videos .video-social-buttons .multi-button-container .multi-button div:last-child,
          .podcasts .video-social-buttons .multi-button-container .multi-button div:last-child {
            border-right: none; }
  .videos .sponsor-logo-container,
  .podcasts .sponsor-logo-container {
    z-index: 10;
    right: 30px;
    bottom: 240px;
    position: absolute;
    text-align: center; }
    .videos .sponsor-logo-container .watch-on-alpha,
    .podcasts .sponsor-logo-container .watch-on-alpha {
      position: absolute;
      right: 85px;
      top: -3px;
      display: inline-block;
      background: #3af2c2;
      border-radius: 10px;
      color: #000;
      padding: 5px 6px;
      width: 140px;
      line-height: 2; }
    .videos .sponsor-logo-container .watch-on-alpha img,
    .podcasts .sponsor-logo-container .watch-on-alpha img {
      width: 50px;
      line-height: 2;
      position: relative;
      top: 5px; }
    .videos .sponsor-logo-container a,
    .podcasts .sponsor-logo-container a {
      display: block; }
    .videos .sponsor-logo-container img,
    .podcasts .sponsor-logo-container img {
      width: 65px;
      height: 18px;
      object-fit: contain; }
    .videos .sponsor-logo-container .text,
    .podcasts .sponsor-logo-container .text {
      opacity: 0.3;
      color: #ffffff;
      font-size: 12px;
      padding-top: 5px;
      font-family: "Archivo"; }
  .videos .video-bottom-controls-overlay,
  .podcasts .video-bottom-controls-overlay {
    pointer-events: none;
    z-index: 11;
    position: relative; }
    .videos .video-bottom-controls-overlay .live-now,
    .podcasts .video-bottom-controls-overlay .live-now {
      color: #d6283b; }
    .videos .video-bottom-controls-overlay h5,
    .podcasts .video-bottom-controls-overlay h5 {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 12px;
      font-family: "Archivo Black";
      text-transform: uppercase; }
    .videos .video-bottom-controls-overlay h3,
    .podcasts .video-bottom-controls-overlay h3 {
      font-size: 24px;
      font-family: "Archivo Black";
      line-height: 1.3636363636363635;
      letter-spacing: -0.10000000149011612px;
      margin-bottom: 5px;
      margin-top: 0;
      color: white; }
    .videos .video-bottom-controls-overlay .runtime,
    .podcasts .video-bottom-controls-overlay .runtime {
      color: #fff; }
  .videos .fdc h3,
  .videos .df h3,
  .podcasts .fdc h3,
  .podcasts .df h3 {
    margin-bottom: 25px; }
  .videos .jw-icon-inline,
  .podcasts .jw-icon-inline {
    top: -14px; }
  .videos .jw-slider-time,
  .podcasts .jw-slider-time {
    margin: 0 0 5px; }
  .videos #player-controls-container .jw-slider-time,
  .podcasts #player-controls-container .jw-slider-time {
    margin-bottom: 42px; }
  .videos .hero-background,
  .podcasts .hero-background {
    width: 100%;
    background-color: #000000;
    background-image: url("video-hero-placeholder.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-position: top center; }
    .videos .hero-background:before,
    .podcasts .hero-background:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      bottom: 0;
      left: 0;
      background-image: linear-gradient(to bottom, rgba(116, 148, 199, 0), #003589); }
    @media only screen and (max-width: 800px) {
      .videos .hero-background,
      .podcasts .hero-background {
        top: 20%;
        height: auto; } }
  .videos .jw-svg-icon-fullscreen-on,
  .podcasts .jw-svg-icon-fullscreen-on {
    margin-top: 28px; }
  .videos #player-controls-container .jw-text-elapsed,
  .podcasts #player-controls-container .jw-text-elapsed {
    margin-top: -52px !important; }
  .videos .jw-tooltip-time,
  .podcasts .jw-tooltip-time {
    display: none !important; }
  .videos .jw-text-elapsed,
  .podcasts .jw-text-elapsed {
    display: none; }
  .videos .jw-icon-inline,
  .podcasts .jw-icon-inline {
    margin-top: -25px !important;
    height: 94px !important; }
  .videos .latest-video-card,
  .podcasts .latest-video-card {
    margin-bottom: 40px; }
    .videos .latest-video-card h5,
    .podcasts .latest-video-card h5 {
      color: #000; }
    .videos .latest-video-card h3,
    .podcasts .latest-video-card h3 {
      color: #fff; }
  .videos #video-panel-related,
  .podcasts #video-panel-related {
    padding-top: 50px; }
  .videos #video-panel-info h3,
  .podcasts #video-panel-info h3 {
    font-family: "Archivo";
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    letter-spacing: 0.2px;
    color: #666; }
  .videos #video-panel-info p,
  .podcasts #video-panel-info p {
    color: white;
    font-size: 16px;
    margin-bottom: 40px; }

/* VIDEO DETAILS CSS BLOCKS START */
.panels .panel {
  display: none;
  min-height: 100px; }

#video-info:checked ~ .panels #video-panel-info,
#video-comments:checked ~ .panels #video-panel-comments,
#video-related:checked ~ .panels #video-panel-related {
  display: block; }

#video-related:checked ~ div .video-viewer .video-pill-related,
#video-comments:checked ~ div .video-viewer .video-pill-comments,
#video-info:checked ~ div .video-viewer .video-pill-info {
  background-color: #9d2da0; }

#video-related:checked ~ .video-viewer .video-pill-related,
#video-comments:checked ~ .video-viewer .video-pill-comments,
#video-info:checked ~ .video-viewer .video-pill-info {
  background-color: #9d2da0; }

#video-panel-related .basic-card {
  background-color: transparent; }

#video-panel-related .basic-card .card-content {
  padding: 0; }

#video-panel-related .basic-card .card-action {
  padding: 0; }

#video-panel-related .basic-card .card-content p {
  color: white; }

#video-panel-related .basic-card .card-content .video-duration {
  color: white;
  opacity: 0.3;
  padding-top: 10px;
  display: block; }

#video-panel-related .basic-card .card-action {
  display: none; }

.multi-button-container label {
  margin: auto auto;
  padding: 5px 20px;
  color: white; }

.video-viewer > .container > .row hr {
  height: 0px;
  opacity: 0.3;
  background-color: #d8d8d8;
  padding: 0px; }

/* VIDEO DETAILS CSS BLOCKS END */
.single-mpx_video .nav {
  left: 0;
  right: 0;
  z-index: 100; }

.single-mpx_video.more-topics-nav-active .nav {
  position: relative; }

.single-mpx_video.more-topics-nav-active .scrollmagic-pin-spacer {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important;
  min-height: auto !important; }
  .single-mpx_video.more-topics-nav-active .scrollmagic-pin-spacer > .default {
    position: static !important; }
  .single-mpx_video.more-topics-nav-active .scrollmagic-pin-spacer .default .content {
    display: none; }

.single-mpx_video .content.pb70 {
  padding-bottom: 0 !important; }

.single-mpx_video .panels .panel .row {
  margin-bottom: 0; }

.single-mpx_video .preview-banner ~ .videoLayoutType .card-new-starburst {
  top: 50px; }

.card-new-starburst {
  top: 10px;
  left: 10px;
  z-index: 5;
  text-align: center;
  position: absolute;
  height: 100px;
  width: 100px; }
  .card-new-starburst svg {
    height: 100% !important;
    width: 100% !important; }
  .card-new-starburst #NEW {
    font-family: "Archivo Black";
    transform: translate(-9px, 28px) rotate(-30deg); }
  @media only screen and (max-width: 992px) {
    .card-new-starburst {
      height: 60px;
      width: 60px; } }

.jw-preview.jw-reset svg {
  margin-top: 61px;
  margin-left: 10px; }

.video-see-more {
  border: solid #292929 3px; }
  @media only screen and (max-width: 992px) {
    .video-see-more {
      margin: 0 auto !important; } }

.video-player .overlay-mask {
  height: 40%;
  width: 100%;
  bottom: 0;
  position: absolute;
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), #1e1e1e);
  z-index: 10; }

.alpha-preview-duration {
  opacity: 0.9;
  font-family: "Archivo";
  font-size: 15px;
  line-height: 0.91;
  letter-spacing: 0.5px;
  color: #ffffff;
  position: absolute;
  left: 30px;
  top: 75px;
  text-transform: uppercase;
  z-index: 11; }

@media only screen and (max-width: 992px) {
  .monster-h1 {
    line-height: 1 !important; } }

.video-page-container {
  padding-bottom: 60px !important; }

@media only screen and (max-width: 800px) {
  .video-landing .all-chan {
    margin-top: 0 !important; } }

@media only screen and (max-width: 800px) {
  .video-landing hr {
    left: 20px !important;
    top: 15px !important; } }

.video-landing .video-hero {
  min-height: 690px; }

.video-landing .uber-nav {
  background: #3af2c2;
  position: absolute;
  top: 150px;
  width: 100vw;
  color: black;
  z-index: 2; }

.video-landing .latest-container {
  background-color: #000; }
  .video-landing .latest-container .next-button,
  .video-landing .latest-container .previous-button {
    opacity: 1; }
    .video-landing .latest-container .next-button g > *,
    .video-landing .latest-container .previous-button g > * {
      stroke: #fff; }
  .video-landing .latest-container .section-header h1 {
    color: #fff;
    opacity: 0.2; }
    @media only screen and (max-width: 800px) {
      .video-landing .latest-container .section-header h1 {
        padding-top: 25px; } }
  .video-landing .latest-container .section-header hr {
    background-color: #fff;
    opacity: 0.2; }
  .video-landing .latest-container .latest-video-card h3 {
    color: #fff; }
  .video-landing .latest-container .latest-video-card h5 {
    color: #000; }

.video-landing .hero {
  opacity: 1 !important;
  border-bottom: 3px solid rgba(216, 216, 216, 0.05); }

.video-landing .hero-background {
  padding-top: 0;
  height: auto; }
  .video-landing .hero-background:before {
    content: '';
    position: absolute;
    height: 50%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), black); }

.video-landing .title-card {
  color: #fff; }

.video-landing .container.full-bleed.topic {
  min-height: unset; }

.video-landing .hero-background {
  background-color: #000000; }

body.post-type-archive-mpx_video .nav,
.post-type-archive-mpx_video .nav {
  height: 83px;
  margin-bottom: -83px; }

body.post-type-archive-mpx_video .nav-container,
.post-type-archive-mpx_video .nav-container {
  background-color: transparent; }

.video-landing .channels-wrap .carousel-home-channels img,
.video-landing .channels-wrap .carousel-home-channels-2 img {
  height: 100%;
  object-fit: cover; }

@media only screen and (max-width: 800px) {
  .video-landing .carousel-videos .carousel-cell {
    margin-right: 11px !important; } }

.video-landing .carousel-videos .card-image .video-card-image {
  height: 190px;
  object-fit: cover;
  max-width: 100%; }
  @media only screen and (max-width: 800px) {
    .video-landing .carousel-videos .card-image .video-card-image {
      height: 122px !important; } }

.single-mpx_series .nav-container {
  z-index: 1;
  position: absolute;
  top: auto;
  padding-top: 0; }

.videos-channel-wrap {
  background: #1e1e1e;
  position: relative; }
  .videos-channel-wrap .videos-channel {
    padding-bottom: 0px; }
    .videos-channel-wrap .videos-channel .channel-logo {
      padding-bottom: 14px; }
    .videos-channel-wrap .videos-channel .latest-container {
      background: #1e1e1e; }
    .videos-channel-wrap .videos-channel .videos-channel-gradient-overlay {
      background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), #1e1e1e);
      height: 732px;
      position: absolute;
      z-index: 0;
      width: 100%; }
    .videos-channel-wrap .videos-channel .videos-channel-bg {
      position: absolute;
      width: 100%;
      height: 732px;
      background-image: url("../public/images/videos-channel-bg.png");
      background-color: #9d2da0;
      background-size: cover;
      z-index: 0; }
    .videos-channel-wrap .videos-channel .video-channel-new-link {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 6; }
    .videos-channel-wrap .videos-channel .topic-info {
      padding-top: 135px;
      margin-bottom: 80px;
      z-index: 1;
      position: relative; }
      .videos-channel-wrap .videos-channel .topic-info .img-row {
        text-align: center; }
      .videos-channel-wrap .videos-channel .topic-info .videos-logo {
        margin-bottom: 30px; }
      .videos-channel-wrap .videos-channel .topic-info .tally {
        width: 25%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative; }
        .videos-channel-wrap .videos-channel .topic-info .tally .type.top {
          margin-bottom: 5px; }
        .videos-channel-wrap .videos-channel .topic-info .tally:after {
          content: '';
          height: 40px;
          width: 1px;
          position: absolute;
          right: 0;
          opacity: 0.2000000029802322;
          background-color: #ffffff; }
        .videos-channel-wrap .videos-channel .topic-info .tally:last-child:after {
          border-right: none; }
        .videos-channel-wrap .videos-channel .topic-info .tally:first-of-type {
          text-align: center; }
      .videos-channel-wrap .videos-channel .topic-info .follow-btn {
        margin-left: 0;
        top: 0; }
      .videos-channel-wrap .videos-channel .topic-info .button-wrap {
        width: 33%;
        display: inline-flex;
        justify-content: center; }
    .videos-channel-wrap .videos-channel .latest-container .section-header h1 {
      color: #fff;
      opacity: 0.2; }
    .videos-channel-wrap .videos-channel .latest-container .section-header hr {
      background: #fff;
      opacity: 0.2; }
    .videos-channel-wrap .videos-channel .card-content h5 {
      color: #3b7383; }
    .videos-channel-wrap .videos-channel .card-content h3 {
      color: #fff;
      min-height: 52px; }

.videos-channel-wrap .see-more {
  background: #3b7383; }

.single-mpx_series .nav {
  z-index: 5;
  height: 73px;
  margin-bottom: -73px; }
  .single-mpx_series .nav .nav-container {
    background-color: transparent; }
  .single-mpx_series .nav ~ .content {
    padding-bottom: 0 !important; }

.more-topics-nav-active .nav .nav-container {
  background-color: #000000; }

.more-topics-nav-active .more-nav-btn svg {
  transform: rotateZ(180deg); }

.channel-video-player {
  height: 600px;
  position: relative;
  margin-bottom: 0; }
  .channel-video-player .inner-content {
    z-index: 2;
    position: relative; }
  .channel-video-player .info {
    position: absolute;
    bottom: 50px; }
  .channel-video-player .thumbnail-video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #000000; }
  .channel-video-player ~ .row {
    margin-bottom: 0; }

.tax-podcast-channels .podcast-channel,
.podcast-channel {
  padding-bottom: 40px; }
  .tax-podcast-channels .podcast-channel .topic-info,
  .podcast-channel .topic-info {
    margin-bottom: 0; }

.channels {
  background: #1e1e1e;
  padding: 0 0 40px; }
  .channels__header {
    font-size: 80px;
    font-family: "Archivo Black";
    line-height: 0.88;
    letter-spacing: -1.4px;
    text-align: left;
    color: #fff;
    padding: 65px 0 40px;
    text-transform: uppercase; }
    @media only screen and (max-width: 800px) {
      .channels__header {
        font-size: 60px;
        text-align: center; } }
  .channels__filter {
    padding: 0 !important;
    color: #fff;
    margin: 0 0 50px; }
    .channels__filter label {
      width: 247px;
      height: 5px;
      opacity: 0.3;
      font-family: "Archivo Black";
      font-size: 13px;
      line-height: 0.45;
      letter-spacing: -0.1px;
      text-align: left;
      color: #fff; }
    .channels__filter .input-field {
      border-bottom: 2px solid #fff;
      color: #fff; }
      .channels__filter .input-field input {
        color: #fff; }
      .channels__filter .input-field .search-mag path {
        fill: #fff !important; }
    .channels__filter .select-style {
      border: 2px solid #000;
      background-color: #1e1e1e;
      background: #1e1e1e url(/wp-content/themes/nerdist/public/images/topic-arrow-white.svg) no-repeat 93% 50%;
      color: #fff;
      box-shadow: 0px 1px 1px 0px #fff;
      border: none !important; }
      .channels__filter .select-style select {
        color: #fff; }
      .channels__filter .select-style .select-placeholder {
        color: #fff !important; }
  .channels__card--podcast {
    width: 338px !important;
    height: 338px !important; }
  .channels__card {
    width: 338px;
    height: 188px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.6);
    margin: 0 0 30px; }
    @media only screen and (max-width: 800px) {
      .channels__card {
        width: 100%;
        height: auto;
        margin: 0 auto 30px; } }
    .channels__card-img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      display: block; }

.channels__card--podcast img {
  padding-bottom: 20px; }

.post-type-archive-nerdist-podcasts .default {
  position: relative;
  z-index: 5; }

.color-category {
  color: #7a79ff; }

.podcast-landing .title {
  padding-top: 132px;
  pointer-events: none; }

.podcast-landing .title-card {
  color: #fff; }

.podcast-landing .hero-background {
  background-image: url("../public/images/podcast-landing.png");
  margin-top: 0; }
  .podcast-landing .hero-background:before {
    background-image: linear-gradient(to bottom, rgba(116, 148, 199, 0), #1e1e1e);
    z-index: 1; }
  .podcast-landing .hero-background:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); }

.podcast-landing .hero {
  opacity: 1;
  padding-top: 250px;
  padding-bottom: 20px; }

.podcast-landing .video-hero {
  min-height: 690px; }

.podcast-landing .channels-header-container h1 {
  opacity: 0.2; }

.podcast-landing .channels-header-container hr {
  background-color: #fff;
  opacity: 0.05; }

.podcast-landing .latest-container {
  background: #1e1e1e; }
  .podcast-landing .latest-container .section-header svg {
    stroke: #fff; }
  .podcast-landing .latest-container .section-header h1 {
    opacity: 0.2; }
  .podcast-landing .latest-container .section-header hr {
    background-color: #fff;
    opacity: 0.05; }
  .podcast-landing .latest-container .latest-podcast-card {
    background: #1e1e1e; }
    .podcast-landing .latest-container .latest-podcast-card .color-category {
      color: #3b7383; }
    .podcast-landing .latest-container .latest-podcast-card h3 {
      color: #fff; }

.podcast-landing .ad-full {
  height: 188px; }

.podcast-landing .see-more {
  background: #000; }

.podcast-landing .card-image .video-card-image {
  height: 190px;
  max-width: 100%;
  object-fit: cover; }

body.post-type-archive-nerdist-podcasts .nav,
.post-type-archive-nerdist-podcasts .nav {
  height: 73px;
  margin-bottom: -73px; }

body.post-type-archive-nerdist-podcasts .nav-container,
.post-type-archive-nerdist-podcasts .nav-container {
  background-color: transparent; }

body.post-type-archive-nerdist-podcasts .carousel-home-channels img,
.post-type-archive-nerdist-podcasts .carousel-home-channels img {
  height: 100%;
  object-fit: cover; }

.tax-podcast-channels .latest-video-card img.video-card-image {
  max-height: 181px; }

.basic-card.nerdist-podcasts .card-action .author a {
  color: inherit !important; }

.podcast-channel {
  background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), #1e1e1e);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-bottom: 70px; }
  .podcast-channel .subtitle {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; }
    .podcast-channel .subtitle a {
      color: #d6283b; }
    .podcast-channel .subtitle p {
      font-weight: bolder; }
  .podcast-channel .podcast-icons {
    display: flex;
    margin: 0 auto 50px;
    align-items: center;
    justify-content: center; }
    .podcast-channel .podcast-icons .podcast-icon {
      height: 30px;
      width: 30px;
      margin: 0 15px; }
      .podcast-channel .podcast-icons .podcast-icon a {
        width: 100%; }
        .podcast-channel .podcast-icons .podcast-icon a img {
          height: 100%;
          width: 100%; }
  .podcast-channel .podcast-channel-bg {
    position: absolute;
    width: 100%;
    height: 1660px;
    background-image: url("../public/images/podcast-channel-bg.png");
    background-size: cover;
    z-index: -1; }
  .podcast-channel .section-header {
    margin-bottom: 15px; }
  .podcast-channel .next-button {
    transform: rotate(180deg); }
  .podcast-channel .topic-info {
    padding-top: 135px;
    margin-bottom: 80px; }
    .podcast-channel .topic-info .img-row {
      text-align: center; }
    .podcast-channel .topic-info .podcast-logo {
      margin-bottom: 30px; }
    .podcast-channel .topic-info .tally {
      width: 33%; }
      .podcast-channel .topic-info .tally:first-of-type {
        text-align: center; }
    .podcast-channel .topic-info .follow-btn {
      margin-left: 0; }
    .podcast-channel .topic-info .button-wrap {
      width: 33%;
      display: inline-flex;
      justify-content: center; }
  .podcast-channel .latest-container .section-header h1 {
    color: #fff;
    opacity: 0.2; }
  .podcast-channel .latest-container .section-header hr {
    background: #fff;
    opacity: 0.2; }
  .podcast-channel .card-content h5 {
    color: #3b7383; }
  .podcast-channel .card-content h3 {
    color: #fff; }

.podcast-channel-wrap .see-more {
  background: #3b7383; }

.podcast-channel .topic-info .button-wrap,
.podcast-channel .topic-info .tally {
  height: 63px;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }
  .podcast-channel .topic-info .button-wrap:first-child,
  .podcast-channel .topic-info .tally:first-child {
    border-left: 0; }

.podcast-channel .topic-info .button-wrap {
  padding-top: 30px; }

body.single-nerdist-podcasts {
  background: #000; }

.podcasts .article-head__likes-wrap {
  color: white; }

.podcasts .podcast-player-container {
  padding-top: 15px; }

.podcast-social-buttons {
  background: black;
  padding: 20px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  /* height */
  height: 100px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  position: relative; }
  .podcast-social-buttons .social-buttons-flex-end {
    align-items: flex-end;
    height: calc(100% - 16px); }
    @media only screen and (max-width: 992px) {
      .podcast-social-buttons .social-buttons-flex-end {
        display: block; } }
  .podcast-social-buttons .sticky-info-bar {
    display: none;
    opacity: 0; }
  @media only screen and (max-width: 800px) {
    .podcast-social-buttons {
      padding: 0; } }
  .podcast-social-buttons .channel-info-container {
    flex-direction: row; }
    @media only screen and (max-width: 800px) {
      .podcast-social-buttons .channel-info-container {
        flex-direction: column;
        margin-top: -38px; } }
    .podcast-social-buttons .channel-info-container .channel-logo {
      background-image: url("images/video-fangirling_Logo.png");
      background-size: contain;
      background-repeat: no-repeat;
      height: 30px;
      width: 69px; }
    .podcast-social-buttons .channel-info-container .channel-logo .channel-link {
      display: block;
      width: 100%;
      height: 100%; }
    .podcast-social-buttons .channel-info-container .follow-button {
      -webkit-font-smoothing: antialiased;
      margin-left: 6px;
      padding-top: 1px;
      width: 100px;
      border-radius: 3px;
      background: #9d2da0;
      text-transform: uppercase;
      height: 30px;
      color: white;
      font-family: "Archivo Black";
      font-weight: 600; }
      @media only screen and (max-width: 800px) {
        .podcast-social-buttons .channel-info-container .follow-button {
          margin-top: 8px; } }
  .podcast-social-buttons .multi-button-container {
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    border-left: 1px solid rgba(216, 216, 216, 0.1);
    border-right: 1px solid rgba(216, 216, 216, 0.1); }
    @media only screen and (max-width: 992px) {
      .podcast-social-buttons .multi-button-container {
        padding: 0; } }
    .podcast-social-buttons .multi-button-container label {
      margin: auto auto;
      padding: 5px 10px;
      color: white; }
    .podcast-social-buttons .multi-button-container .multi-button {
      border: 1px solid #9d2da0;
      border-radius: 3px; }
      @media only screen and (max-width: 992px) {
        .podcast-social-buttons .multi-button-container .multi-button {
          width: 100%; } }
      .podcast-social-buttons .multi-button-container .multi-button div {
        text-transform: uppercase;
        height: 38px;
        color: white;
        font-size: 11px;
        font-family: "Archivo Black";
        font-weight: 600;
        border-right: 1px solid #9d2da0;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media only screen and (max-width: 992px) {
          .podcast-social-buttons .multi-button-container .multi-button div {
            width: 40%; } }
        .podcast-social-buttons .multi-button-container .multi-button div:last-child {
          border-right: none; }

#podcast-panel-info p {
  color: white;
  font-size: 16px;
  margin-bottom: 40px; }

#podcast-info:checked ~ .panels #podcast-panel-info,
#podcast-comments:checked ~ .panels #podcast-panel-comments,
#podcast-related:checked ~ .panels #podcast-panel-related {
  display: block; }

#podcast-related:checked ~ div .podcast-viewer .podcast-pill-related,
#podcast-comments:checked ~ div .podcast-viewer .podcast-pill-comments,
#podcast-info:checked ~ div .podcast-viewer .podcast-pill-info {
  background-color: #000; }

#podcast-related:checked ~ .podcast-viewer .podcast-pill-related,
#podcast-comments:checked ~ .podcast-viewer .podcast-pill-comments,
#podcast-info:checked ~ .podcast-viewer .podcast-pill-info {
  background-color: #000; }

#podcast-panel-related .basic-card {
  background-color: transparent; }

#podcast-panel-related .basic-card .card-content {
  padding: 0; }

#podcast-panel-related .basic-card .card-action {
  padding: 0; }

#podcast-panel-related .basic-card .card-content p {
  color: white; }

#podcast-panel-related .basic-card .card-content .podcast-duration {
  color: white;
  opacity: 0.3;
  padding-top: 10px;
  display: block; }

#podcast-panel-related .basic-card .card-action {
  display: none; }

#podcast-panel-related .latest-video-card .podcast-icon {
  width: 27px;
  left: 20px;
  bottom: 20px;
  position: absolute; }

#podcast-panel-related .latest-video-card #Shape {
  fill: #ffffff; }

.multi-button-container label {
  margin: auto auto;
  padding: 5px 20px;
  color: white; }

.podcast-viewer > .container > .row hr {
  height: 0px;
  opacity: 0.3;
  background-color: #d8d8d8;
  padding: 0px; }

.single-nerdist-podcasts .latest-video-card .video-card-image,
.nerdist-podcasts-template-default .latest-video-card .video-card-image {
  height: 190px;
  width: 100%;
  max-width: 100%;
  object-fit: cover; }

.page-template-feeds .nav {
  background: #000; }

.feed-landing {
  background: white; }
  .feed-landing .header-text h1 {
    font-size: 80px;
    font-family: "Archivo Black";
    line-height: 0.875;
    letter-spacing: -1.399999976158142px;
    text-transform: uppercase;
    margin-top: 55px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 800px) {
      .feed-landing .header-text h1 {
        margin-top: 50px;
        font-size: 40px;
        opacity: 1; } }
  .feed-landing .header-text--nosub {
    margin-bottom: 35px; }
    @media only screen and (max-width: 800px) {
      .feed-landing .header-text--nosub {
        margin-top: 50px;
        margin-bottom: 30px; } }
  .feed-landing .header-text p {
    font-size: 16px;
    color: rgba(30, 30, 30, 0.5);
    line-height: 1.5;
    font-family: "Archivo"; }

.search .ad-full {
  background: rgba(0, 0, 0, 0.05); }
  @media only screen and (max-width: 800px) {
    .search .ad-full {
      width: 100%;
      max-width: 95%;
      margin-bottom: 50px;
      margin-left: auto;
      margin-right: auto;
      padding: 10px 20px 20px; } }
  .search .ad-full .ad-text {
    display: block;
    margin-bottom: 15px;
    color: #1e1e1e; }
    @media only screen and (max-width: 800px) {
      .search .ad-full .ad-text {
        margin-bottom: 5px; } }

.search .search-form {
  padding-top: 50px; }

.search input[type="search"]:disabled {
  border: 0 !important;
  color: #1e1e1e !important; }

.search .author .author-avatar {
  max-height: 200px; }

.search .btn-see-more {
  display: none;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-family: "Archivo Black";
  font-size: 12px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
  letter-spacing: -.2px;
  margin: 50px auto 0;
  padding: 0 2.5em;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  max-width: 95%; }
  @media only screen and (max-width: 800px) {
    .search .btn-see-more {
      display: block; } }

.search_dark {
  color: #fff; }

.search_light {
  color: #000; }

.has-transparent-nav .nav .nav-container {
  z-index: 1;
  position: absolute;
  top: auto;
  background: none;
  padding-top: 0; }

.page-tertiary footer {
  background-color: #000; }

.tertiary {
  color: #fff;
  background-color: #1e1e1e;
  padding-bottom: 120px; }
  @media only screen and (max-width: 800px) {
    .tertiary {
      padding-bottom: 80px; } }
  .tertiary .hero {
    padding-top: 70px;
    position: relative; }
    @media only screen and (max-width: 800px) {
      .tertiary .hero {
        margin-top: 0;
        padding-top: 25px; } }
    .tertiary .hero-background {
      height: 600px;
      padding-top: 70px; }
      @media only screen and (max-width: 800px) {
        .tertiary .hero-background {
          height: 185px;
          padding-top: 50px; } }
      .tertiary .hero-background:before {
        top: 0;
        background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), #1e1e1e); }
    .tertiary .hero-title {
      margin: 0;
      font-family: "Archivo Black";
      text-transform: uppercase;
      font-size: 80px;
      line-height: .8625em;
      letter-spacing: -1.5px; }
      @media only screen and (max-width: 800px) {
        .tertiary .hero-title {
          font-size: 40px;
          line-height: 40px;
          letter-spacing: -.5px; } }
    .tertiary .hero-intro {
      margin: 40px 0 0;
      font-family: "Archivo";
      font-size: 16px;
      line-height: 24px; }
      @media only screen and (max-width: 800px) {
        .tertiary .hero-intro {
          margin-top: 30px; } }

.tertiary-content p {
  margin-bottom: 30px;
  font-size: 18px; }
  .tertiary-content p:not(:first-child):last-child {
    margin-bottom: 0; }
  @media only screen and (max-width: 800px) {
    .tertiary-content p {
      word-wrap: break-word; } }

.tertiary-contact:first-child {
  margin-top: 50px; }

.tertiary-contact:not(:last-child) {
  margin-bottom: 50px; }

.tertiary-contact-label {
  display: block;
  margin-bottom: 15px;
  font-family: "Archivo Black";
  text-transform: uppercase;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: -.1px;
  color: rgba(255, 255, 255, 0.3); }

.tertiary-contact-email {
  font-size: 18px;
  line-height: 1.2;
  color: #fff; }

.about .tertiary-content {
  margin-top: -190px;
  position: relative; }
  @media only screen and (max-width: 800px) {
    .about .tertiary-content {
      margin-top: -5px; } }
  .about .tertiary-content .col:first-child p {
    font-family: "Archivo";
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -.3px;
    color: #d6283b; }
    @media only screen and (max-width: 800px) {
      .about .tertiary-content .col:first-child p {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: -.2px; } }

.faqs .tertiary-content {
  margin-top: 70px; }
  @media only screen and (max-width: 800px) {
    .faqs .tertiary-content {
      margin-top: 50px; } }

.faqs-list-item {
  padding: 50px 0; }
  @media only screen and (max-width: 800px) {
    .faqs-list-item {
      padding: 30px 0; } }
  .faqs-list-item:nth-child(odd) {
    position: relative;
    background-color: #121212; }
    .faqs-list-item:nth-child(odd) > * {
      position: relative; }
    .faqs-list-item:nth-child(odd):before {
      content: '';
      height: 100%;
      width: 1300%;
      position: absolute;
      top: 0;
      left: -650%;
      background-color: #121212;
      pointer-events: none; }
  .faqs-list-item.row {
    margin: 0 auto; }

.faqs-question {
  position: relative;
  padding-right: 60px;
  font-family: "Archivo Black";
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -.1px;
  cursor: pointer; }
  .faqs-question:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform-origin: center;
    transform: translateY(-50%);
    height: 32px;
    width: 32px;
    background-image: url("images/carrot.svg");
    background-repeat: no-repeat;
    background-position: center; }
    @media only screen and (max-width: 800px) {
      .faqs-question:after {
        top: 16px; } }
  .faqs-question.js-accordion-open:after {
    transform: translateY(-50%) rotate(180deg); }

.faqs-answer {
  display: none;
  margin-top: 20px;
  font-family: "Archivo";
  font-size: 18px;
  line-height: 1.67;
  opacity: .5; }
  .faqs-answer.col {
    padding: 0; }

.faqs-footer {
  margin-top: 105px;
  position: relative;
  text-align: center; }
  .faqs-footer:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -5px;
    width: 70px;
    height: 70px;
    transform: translateX(-50%);
    opacity: .07;
    background-image: url("images/Magnifier_White.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%; }
  .faqs-footer-title {
    font-family: "Archivo Black";
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -.1px; }
  .faqs-footer-body a {
    color: #d6283b;
    font-family: "Archivo Black"; }

.privacy .tertiary-content {
  margin-top: 50px; }
  @media only screen and (max-width: 800px) {
    .privacy .tertiary-content {
      margin-top: 40px; } }

/* 404 page */
.error-404 {
  padding: 150px 0 200px 0;
  background: #1e1e1e; }

.error-404 .pg-header .pg-subtitle {
  max-width: 523px; }

.error-404 .pg-header {
  max-width: 707px;
  display: block;
  margin: 0 auto; }

.error-404 .pg-header,
.error-404 .pg-content {
  margin-bottom: 30px; }

.error-404 .pg-content {
  font-family: "Archivo";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: -0.1px;
  text-align: center;
  color: #ffffff;
  display: block;
  margin: 0 auto; }

.error-404 .pg-footer {
  position: absolute;
  left: 0;
  right: 0;
  margin-top: -10px; }

.error-404 .pg-footer img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 613px; }

.error404 .nav, .error404 .content {
  background-color: #1e1e1e; }

/* 404 page */
body.author .nav, body.author .uber-nav {
  z-index: 0; }

body.author .see-more {
  margin-bottom: 100px; }

body.author .nav,
body.author .content {
  background-color: #1e1e1e; }

body.author footer {
  background-color: #000; }

@media only screen and (max-width: 992px) {
  body.author .author-detail-trending {
    display: none; } }

body.author .author-detail-title {
  font-family: "Archivo Black";
  font-size: 80px;
  line-height: 0.88;
  letter-spacing: -1.4px;
  color: #FFF;
  text-transform: uppercase; }
  @media only screen and (max-width: 992px) {
    body.author .author-detail-title {
      font-size: 40px;
      text-align: center;
      margin: 0; } }

body.author .author-detail-type {
  opacity: 0.5;
  font-family: "Archivo";
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  color: #FFF;
  text-transform: uppercase; }
  @media only screen and (max-width: 992px) {
    body.author .author-detail-type {
      text-align: center;
      margin: 30px auto; } }

body.author .author-detail-description {
  font-family: "Archivo";
  font-size: 16px;
  line-height: 1.63;
  color: #FFF;
  width: 85.18%; }
  @media only screen and (max-width: 992px) {
    body.author .author-detail-description {
      text-align: center;
      width: 100%;
      margin-bottom: 30px; } }

body.author .author-detail-follow {
  opacity: 0.3;
  font-family: "Archivo Black";
  font-size: 13px;
  line-height: 0.91;
  letter-spacing: -0.1px;
  color: #FFF; }
  @media only screen and (max-width: 992px) {
    body.author .author-detail-follow {
      text-align: center; } }

body.author .author-detail {
  padding-top: 80px; }
  @media only screen and (max-width: 992px) {
    body.author .author-detail {
      padding-top: 20px;
      margin-bottom: 35px; } }

body.author .author-detail-follow-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 47.23%;
  margin-bottom: 101px; }
  @media only screen and (max-width: 992px) {
    body.author .author-detail-follow-buttons {
      margin: 0 auto 35px auto; } }
  body.author .author-detail-follow-buttons .author-detail-follow-icon {
    width: 40px;
    margin: 0;
    cursor: pointer; }

body.author .author-detail-follow-button {
  background-color: #FFF;
  text-align: center;
  color: #3d1431;
  min-width: 100px;
  height: 30px;
  border-radius: 3px;
  display: flex;
  align-items: center; }
  body.author .author-detail-follow-button.desktop {
    display: block; }
    @media only screen and (max-width: 992px) {
      body.author .author-detail-follow-button.desktop {
        display: none; } }
  body.author .author-detail-follow-button.mobile {
    display: none; }
    @media only screen and (max-width: 992px) {
      body.author .author-detail-follow-button.mobile {
        display: flex;
        width: 33%;
        margin: 0 auto;
        margin-bottom: 42px; } }
  body.author .author-detail-follow-button p {
    font-family: "Archivo Black";
    font-size: 13px;
    line-height: 0.82;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media only screen and (max-width: 992px) {
      body.author .author-detail-follow-button p {
        padding-top: 3px !important; } }

body.author .author-detail-profile img {
  width: 100%;
  border-radius: 50%; }

body.author .author-detail-profile.desktop {
  display: block; }
  @media only screen and (max-width: 992px) {
    body.author .author-detail-profile.desktop {
      display: none; } }

body.author .author-detail-profile.mobile {
  display: none; }
  @media only screen and (max-width: 992px) {
    body.author .author-detail-profile.mobile {
      display: block;
      width: 41vW;
      margin: auto; } }

body.author .author-detail-white {
  background-color: #FFF; }

body.author .author-detail-section-header {
  opacity: 0.2;
  font-family: "Archivo Black";
  font-size: 30px;
  letter-spacing: -0.3px;
  text-align: left;
  color: #111314; }

body.author .author-detail-total-posts {
  opacity: 0.5;
  font-family: "Archivo";
  font-size: 12px;
  line-height: 1.33;
  color: #1e1e1e; }

body.author .author-detail-see-more {
  width: 100%;
  color: #FFF;
  height: 50px;
  border-radius: 5px;
  background-color: #121212;
  border: solid 3px #e1e1e1;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none !important; }
  body.author .author-detail-see-more p {
    font-family: "Archivo Black";
    font-size: 14px;
    line-height: 0.75;
    letter-spacing: -0.1px;
    color: #FFF;
    margin: 0; }

body.author .author-detail-ad-container {
  width: 100vW;
  height: 140px;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media only screen and (max-width: 992px) {
    body.author .author-detail-ad-container {
      height: 100px; } }
  body.author .author-detail-ad-container p {
    margin: 0;
    color: #FFF;
    opacity: 0.5;
    font-family: "Archivo";
    font-size: 9px;
    letter-spacing: 0.7px; }
  body.author .author-detail-ad-container figure {
    width: 726px;
    height: 88px;
    margin: 0; }
    @media only screen and (max-width: 992px) {
      body.author .author-detail-ad-container figure {
        width: 100%;
        height: unset; } }
    body.author .author-detail-ad-container figure img {
      width: 100%; }

body.author .featured-card-4 .color-category,
body.author .featured-card-4 a {
  color: inherit; }

body.author .featured-card-4 .card-image .video-icon,
body.author .featured-card-4 .card-image .channel-icon,
body.author .featured-card-4 .card-image .podcast-icon,
body.author .featured-card-4 .card-image .article-icon {
  width: 14px;
  height: 21px;
  display: inline-block;
  margin-right: 10px;
  object-fit: contain;
  object-position: bottom; }

body.author .featured-card-4 .card-title {
  width: 100%; }

body.author .author-detail-follow-button p {
  padding-top: 10px; }

.index .nav {
  background-color: #000; }

.basic-card .card-action a,
.basic-card .card-action a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating),
.basic-card a {
  color: inherit; }

.latest-video-card a:not(.btn):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-small):not(.btn-large):not(.btn-floating),
.latest-video-card a {
  color: inherit; }

.likes-button-container,
.follow-container {
  cursor: pointer; }

.likes-button-container svg {
  width: 40px;
  height: 40px;
  margin-right: 10px; }

.follow-btn:not(.active) {
  display: none; }

.home-featured-wrap-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 615px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  .home-featured-wrap-bg:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #b7b7b7 100%);
    opacity: 0.7; }
    @media only screen and (max-width: 800px) {
      .home-featured-wrap-bg:before {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #b7b7b7 100%); } }

.sticky-info-bar h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.archive-filter .select-style,
.select-style {
  background-position: right 15px top 55%; }
  .archive-filter .select-style select,
  .select-style select {
    width: 100%;
    color: #000;
    border: none;
    font-size: 16px;
    box-shadow: none;
    padding: 10px 5px 10px 15px;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    font-family: "Archivo", sans-serif; }

.home-feature-ads-container {
  height: 520px;
  display: flex;
  align-items: center;
  background: #121212;
  justify-content: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 800px) {
    .home-feature-ads-container {
      height: 430px; } }

body.post-type-archive-mpx_video #featured-ad {
  margin-bottom: 0; }

body.post-type-archive-mpx_video .nav {
  z-index: 3;
  position: relative; }

body.post-type-archive-mpx_video .nav-container {
  z-index: 3;
  top: auto; }
  @media screen and (max-width: 992px) {
    body.post-type-archive-mpx_video .nav-container {
      background-color: transparent !important; } }

body.post-type-archive-mpx_video .nav .nav-sections {
  padding-top: 15px; }
  body.post-type-archive-mpx_video .nav .nav-sections .secondary:before {
    top: -5px;
    color: #d8d8d8; }

@media screen and (max-width: 992px) {
  body.post-type-archive-mpx_video.more-topics-nav-active .nav {
    height: initial;
    background: #000;
    padding-top: 0 !important; } }

body.mpx_video-template-default {
  background: #000000; }
  body.mpx_video-template-default #player-container .jw-title {
    display: none; }
  body.mpx_video-template-default #player-container img {
    width: 100%; }
  body.mpx_video-template-default .jw-icon-settings {
    display: none; }
  body.mpx_video-template-default .video-card-image {
    max-width: 100%;
    height: 190px;
    object-fit: cover; }
  body.mpx_video-template-default .jwplayer .jw-text-countdown {
    display: flex;
    margin-right: 10px; }
  body.mpx_video-template-default .jwplayer .jw-icon-volume {
    top: -14px;
    margin-right: 5px; }
    body.mpx_video-template-default .jwplayer .jw-icon-volume .jw-overlay {
      bottom: 40px; }
  body.mpx_video-template-default .jwplayer .jw-button-container {
    align-items: flex-end; }
    body.mpx_video-template-default .jwplayer .jw-button-container .jw-icon-inline {
      height: 44px !important; }

.jwplayer.jw-skin-nerdist .jw-badge {
  z-index: 1000;
  position: absolute;
  top: 20px;
  left: 20px;
  width: 15%;
  height: 15%; }

.video-icon path {
  color: #000; }

.jw-preview .mpx-player-banner {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 40px;
  background: #3af2c2;
  z-index: 10; }
  .jw-preview .mpx-player-banner .alpha-logo {
    height: 30px; }
  .jw-preview .mpx-player-banner .alpha-join-link {
    float: right; }

.single-mpx_video #featured-ad {
  height: 134px; }

#podcast-panel-info,
#video-panel-info {
  color: #ffffff;
  font-size: 16px;
  padding: 20px 0;
  line-height: 1.5;
  padding-bottom: 40px;
  font-family: 'Archivo', sans-serif; }
  #podcast-panel-info p,
  #video-panel-info p {
    margin: 0; }

#video-panel-related .container > .row,
#podcast-panel-related .container > .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start; }
  @media screen and (max-width: 992px) {
    #video-panel-related .container > .row,
    #podcast-panel-related .container > .row {
      display: block; } }
  #video-panel-related .container > .row > .col,
  #podcast-panel-related .container > .row > .col {
    margin-left: 0; }
    @media only screen and (max-width: 993px) {
      #video-panel-related .container > .row > .col,
      #podcast-panel-related .container > .row > .col {
        width: 50%; } }
    @media only screen and (max-width: 600px) {
      #video-panel-related .container > .row > .col,
      #podcast-panel-related .container > .row > .col {
        width: 100%; } }
  #video-panel-related .container > .row .card-image,
  #podcast-panel-related .container > .row .card-image {
    height: 190px; }

.video-mobile-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  display: none; }
  @media screen and (max-width: 992px) {
    .video-mobile-overlay {
      display: block; } }

.page-faq {
  overflow-x: hidden; }
  .page-faq .nav {
    background-color: #1e1e1e; }

.page-privacy .nav {
  background-color: #1e1e1e; }

.page-tertiary.more-topics-nav-active .nav-container {
  background-color: #000; }

body.category {
  background: #ffffff; }
  body.category .nav-container {
    z-index: 2;
    width: 100%; }
    @media screen and (max-width: 992px) {
      body.category .nav-container {
        background-color: transparent !important;
        position: absolute !important; } }
  body.category .nav {
    z-index: 3;
    margin-bottom: -84px; }
    body.category .nav .nav-container {
      background-color: transparent; }
    body.category .nav .nav-sections .secondary:before {
      color: #d8d8d8; }
    body.category .nav .search-trigger a:before {
      color: #d8d8d8; }
  body.category .topic .bg-dark {
    margin-top: -20px; }
  body.category #featured-ad {
    z-index: 3;
    height: 134px;
    position: relative; }

@media screen and (max-width: 992px) {
  .category.more-topics-nav-active .nav-container {
    position: relative !important; }
  .category.more-topics-nav-active .nav {
    height: initial;
    background: #000;
    padding-top: 0 !important; } }

.nav.no-bg {
  background-color: transparent !important; }

.post-type-archive-nerdist-podcasts section.channels-wrap {
  margin-top: -20px; }

.post-type-archive-nerdist-podcasts .playlist-wrapper-block {
  background-color: #1e1e1e; }

@media screen and (max-width: 992px) {
  .post-type-archive-nerdist-podcasts.more-topics-nav-active .nav {
    height: initial;
    background: #000;
    padding-top: 0 !important; } }

.playlist-wrapper-block {
  padding-top: 0;
  padding-bottom: 50px;
  background-color: #000000; }
  .playlist-wrapper-block .latest-video-card h3 {
    color: #ffffff; }
  .playlist-wrapper-block .carousel-playlist .card-image .article-icon,
  .playlist-wrapper-block .carousel-playlist .card-image .video-icon,
  .playlist-wrapper-block .carousel-playlist .card-image .podcast-icon {
    left: 20px;
    width: 27px;
    bottom: 20px;
    position: absolute; }
  .playlist-wrapper-block .carousel-playlist .card-image .video-icon {
    width: 32px; }
  .playlist-wrapper-block .card-new-starburst {
    top: -10px;
    left: -10px;
    transform: scale(0.6); }

.basic-card .card-new-starburst {
  top: 5px;
  left: 5px;
  transform: scale(0.9); }

.reset-password-modal .account-row-form {
  padding-top: 60px; }

.reset-password-modal .account form .account-sign-in-submit-button,
.reset-password-modal .account .account-sign-in-submit-button {
  margin-top: 0; }

.disqus-comment-item {
  border-radius: 5px;
  padding: 40px 40px;
  margin-bottom: 20px;
  background-color: #ffffff; }

.disqus-comment-title {
  color: #1e1e1e;
  font-size: 12px;
  font-family: "Archivo"; }
  .disqus-comment-title strong {
    font-size: 16px;
    margin-right: 10px;
    font-family: "Archivo Black"; }

.disqus-comment-date {
  opacity: 0.3;
  text-transform: uppercase; }

.disqus-comment-message {
  font-size: 16px;
  padding: 20px 0;
  color: #1e1e1e;
  line-height: 1.63;
  font-family: "Archivo"; }

.disqus-comment-other {
  font-size: 12px;
  font-family: "Archivo";
  color: #1e1e1e; }
  .disqus-comment-other span {
    opacity: 0.5; }

.account-body.account-comments {
  position: relative; }
  .account-body.account-comments > .row {
    z-index: 2;
    position: relative; }
  .account-body.account-comments:before {
    top: 0;
    left: 0;
    right: 0;
    content: "";
    bottom: -52px;
    position: absolute;
    background-color: #f5f5f5; }

.disqus-comment-load-more {
  height: 50px;
  line-height: 44px;
  border-radius: 5px;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  text-transform: uppercase;
  font-family: "Archivo Black";
  background-color: #121212;
  border: solid 3px rgba(30, 30, 30, 0.2); }

/* Modal Container */
/*
  This CSS structures assumes all the same structure as accounts,
  where its header, body, footer are its container for the content
*/
.modal-container {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  position: fixed;
  height: 100%;
  transform: translate3d(0, 0, 0); }
  .modal-container .modal-container-inner {
    height: 100%;
    pointer-events: none;
    transition: background 300ms;
    transition-delay: 0ms;
    transform: translate3d(100%, 0, 0);
    background: rgba(17, 19, 20, 0); }
  .modal-container .modal-container-content {
    z-index: 1;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: 300ms;
    transform: translate3d(100%, 0, 0); }
  .modal-container.open-modal .modal-container-inner {
    pointer-events: auto;
    transform: translate3d(0, 0, 0);
    background: rgba(17, 19, 20, 0.8); }
  .modal-container.open-modal .modal-container-content {
    transform: translate3d(0, 0, 0); }
  .modal-container.close-modal .modal-container-inner {
    transition-delay: 400ms;
    transform: translate3d(0, 0, 0); }
  .modal-container.close-modal .modal-container-content {
    transform: translate3d(100%, 0, 0); }

/*! Flickity v2.1.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }
  .flickity-enabled:focus {
    outline: 0; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
    .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
      cursor: -webkit-grabbing;
      cursor: grabbing; }

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }
  .flickity-button:hover {
    background: #fff;
    cursor: pointer; }
  .flickity-button:focus {
    outline: 0;
    box-shadow: 0 0 0 5px #19f; }
  .flickity-button:active {
    opacity: .6; }
  .flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none; }

.flickity-button-icon {
  fill: #333; }

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%); }
  .flickity-prev-next-button.previous {
    left: 10px; }
  .flickity-prev-next-button.next {
    right: 10px; }

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer; }
  .flickity-page-dots .dot.is-selected {
    opacity: 1; }

.flickity-slider {
  display: flex; }
  .flickity-slider .carousel-cell {
    position: static; }

.carousel-no-hidden .flickity-viewport,
.flickity-no-hidden .flickity-viewport {
  overflow: visible; }

.popup-container {
  bottom: 0;
  width: 100%;
  z-index: 50;
  position: fixed;
  color: #ffffff;
  display: none;
  background: #d6283b;
  pointer-events: none;
  transition: 300ms;
  transform: translate3d(0, 100%, 0); }
  .popup-container h3 {
    margin: 0 0 5px 0;
    font-size: 30px;
    color: #ffffff;
    font-family: "Archivo Black"; }
  .popup-container h4 {
    margin: 0;
    opacity: 0.5;
    font-size: 14px;
    font-family: "Archivo"; }
  .popup-container .vert {
    width: 1px;
    height: 80px;
    opacity: 0.2;
    background-color: #ffffff; }
  .popup-container .popup-close {
    top: 15px;
    right: 15px;
    cursor: pointer;
    position: absolute; }
  .popup-container.open-modal {
    pointer-events: auto;
    transform: translate3d(0, 0, 0); }
  .popup-container.close-modal {
    pointer-events: none;
    transform: translate3d(0, 100%, 0); }

.subscribe-popup-block {
  height: 119px; }
  .subscribe-popup-block input[type="email"] {
    background-image: url(../public/images/subscribe-input-right-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 10px center;
    border-bottom: 1px solid #d8d8d8; }
  .subscribe-popup-block .subscribe_btn {
    text-indent: -999999px;
    background: transparent;
    border: 0 !important;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
    outline: none; }
  .subscribe-popup-block form {
    position: relative;
    max-width: 60%; }
    .subscribe-popup-block form label {
      font-size: 11px;
      display: block;
      color: #ffffff;
      margin-top: 20px;
      text-transform: uppercase;
      font-family: "Archivo Black"; }
    .subscribe-popup-block form .form-input {
      width: 100%;
      height: 50px;
      outline: none;
      color: #ffffff;
      display: block;
      font-size: 18px;
      border: 0 !important;
      box-shadow: none !important;
      font-family: "Archivo"; }
      .subscribe-popup-block form .form-input::-moz-placeholder {
        opacity: 0.49;
        color: #ffffff; }
      .subscribe-popup-block form .form-input::-webkit-input-placeholder {
        opacity: 0.49;
        color: #ffffff; }
      .subscribe-popup-block form .form-input:-ms-input-placeholder {
        opacity: 0.49;
        color: #ffffff; }
      .subscribe-popup-block form .form-input::placeholder {
        opacity: 0.49;
        color: #ffffff; }
    .subscribe-popup-block form button {
      display: none; }
  .subscribe-popup-block .left-col {
    width: 50%;
    padding-right: 40px; }
  .subscribe-popup-block .right-col {
    width: 50%;
    padding-left: 40px; }

.nerdist-spoiler-alert {
  color: white;
  text-align: center;
  padding: 40px 0 40px;
  background: #003589;
  margin-bottom: 55px;
  position: relative;
  z-index: 2; }
  .nerdist-spoiler-alert .lower-third {
    margin-top: 0; }
  .nerdist-spoiler-alert h1 {
    line-height: 1;
    font-size: 50px;
    text-align: center;
    margin-bottom: 70px;
    font-family: "Archivo Black"; }

.pullquote_spark-flip-left svg {
  transform: rotate(-90deg); }

.pullquote_spark-flip-right svg {
  transform: rotate(90deg); }

.lower-third {
  margin-top: 120px; }
  .lower-third div {
    width: 100px;
    display: inline-block; }

.shares-container #social-share-options .twitter {
  padding: 8px 2px; }
  .shares-container #social-share-options .twitter svg {
    width: 20px; }

.shares-container #social-share-options .google {
  padding: 8px 2px; }
  .shares-container #social-share-options .google svg {
    width: 23px; }

.shares-container #social-share-options .facebook {
  padding: 8px 2px; }
  .shares-container #social-share-options .facebook svg {
    width: 14px; }

.shares-container #social-share-options .reddit {
  padding: 8px 2px; }

.schedule-container {
  margin-top: -62px;
  max-width: 100%;
  width: 100%;
  padding: 3rem 0; }

@media screen and (min-width: 1200px) {
  .schedule-container {
    min-width: 442px !important;
    padding: 0 !important; } }

.schedule-page-top .carousel-cell {
  width: 14% !important;
  margin: 0 !important; }
  .schedule-page-top .carousel-cell:nth-of-type(2).is-selected ~ .carousel-cell:nth-of-type(5) {
    left: 56% !important; }
  .schedule-page-top .carousel-cell:nth-of-type(3).is-selected ~ .carousel-cell:nth-of-type(6) {
    left: 70% !important; }
  .schedule-page-top .carousel-cell:nth-of-type(4).is-selected ~ .carousel-cell:nth-of-type(6) {
    left: 70% !important; }
  .schedule-page-top .carousel-cell:nth-of-type(4).is-selected ~ .carousel-cell:nth-of-type(7) {
    left: 84% !important; }
  @media only screen and (max-width: 1200px) {
    .schedule-page-top .carousel-cell {
      width: 33% !important;
      margin: 0 20px !important; } }

.schedule-top {
  height: 80px;
  background-color: #121212;
  border-top: 5px solid #d6283b;
  padding: 20px 0;
  color: #fff;
  position: relative; }
  .schedule-top .is-nav-selected {
    opacity: 1 !important; }
  .schedule-top .carousel-cell {
    color: #fff !important;
    text-align: center;
    margin: 0 20px;
    opacity: 0.3;
    width: 100%; }
  .schedule-top-day {
    font-family: "Archivo Black";
    font-size: 20px;
    line-height: 1;
    letter-spacing: -0.4px; }
  .schedule-top-date {
    font-family: "Archivo";
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: -0.3px;
    margin: 5px 0 0; }
  .schedule-top .swiper-button {
    position: absolute;
    color: #fff !important;
    z-index: 1000 !important;
    cursor: pointer !important; }
    .schedule-top .swiper-button i {
      color: inherit; }
    .schedule-top .swiper-button-prev {
      left: 25px; }
    .schedule-top .swiper-button-next {
      right: 25px; }

.full-schedule-btn {
  background-color: #d6283b;
  color: #fff;
  text-align: center;
  font-family: "Archivo Black";
  font-size: 12px;
  line-height: 0.75;
  letter-spacing: -0.2px;
  padding: 30px 0;
  text-transform: uppercase; }

.calendar-trending-board-wrapper .home-board-carousel {
  overflow: hidden; }
  .calendar-trending-board-wrapper .home-board-carousel:before {
    top: 63px;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: none;
    position: absolute;
    background: #121212; }

@media only screen and (min-width: 801px) {
  .calendar-trending-board-wrapper {
    width: 100%; }
    .calendar-trending-board-wrapper .home-board-carousel .carousel-cell {
      width: 100%; } }

@media only screen and (max-width: 800px) {
  .calendar-trending-board-wrapper {
    width: 100%; }
    .calendar-trending-board-wrapper > div {
      margin: 0 -20px; }
    .calendar-trending-board-wrapper .home-board-carousel {
      min-width: 100% !important; }
      .calendar-trending-board-wrapper .home-board-carousel .text-center {
        min-width: 100% !important; }
      .calendar-trending-board-wrapper .home-board-carousel .carousel-cell {
        width: 100%; } }

@media only screen and (max-width: 800px) {
  .home .trending-container .carousel-home-trending-outer {
    float: none;
    width: 100%;
    clear: both; }
    .home .trending-container .carousel-home-trending-outer .flickity-viewport {
      width: 100%;
      overflow: visible; }
  .home .trending-container .section-header {
    width: 100%;
    margin-bottom: 20px; }
  .home .trending-container .col.l8, .home .trending-container .col.s6 {
    width: 285px;
    padding-left: 0;
    padding-right: 0;
    margin-right: 15px; }
  .home .trending-container .col .featured-card-4 .card-image .card-img {
    width: 100%; }
  .home .trending-container .featured-card-8 {
    width: 285px;
    margin-right: 15px; }
    .home .trending-container .featured-card-8 .card-image-wrap img {
      height: 430px; }
    .home .trending-container .featured-card-8 .card-image .card-title {
      padding: 10px 20px; }
    .home .trending-container .featured-card-8 .card-image h3 {
      font-size: 18px; }
  .home .trending-container .featured-card-8,
  .home .trending-container .featured-card-4 {
    display: block !important; } }

.home .trending-gallery-container {
  margin-top: -20px;
  padding-bottom: 9px;
  background: #121212; }

@media only screen and (max-width: 800px) {
  .home .hero-background .container.full-bleed {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: flex-end;
    padding-top: 65px; }
  .home .hero {
    width: 100%;
    margin-top: 0;
    padding: 0 10px;
    position: static; }
  .home .hero__category,
  .home .hero__text,
  .home .hero__title {
    display: block; }
  .home .hero__title {
    font-size: 18px;
    margin-bottom: 0; }
  .home .hero__greeting {
    top: 29px;
    z-index: 2;
    right: 80px;
    font-size: 16px;
    margin-bottom: 0;
    position: absolute; }
  .home .ad-full {
    height: initial;
    padding-bottom: 30px; } }

@media only screen and (max-width: 800px) {
  #featured-ad iframe {
    width: 100%; } }

.subscribe-popup-block form {
  max-width: 100%; }

@media only screen and (max-width: 800px) {
  .subscribe-popup-block {
    display: block;
    height: initial;
    padding: 20px 0 10px; }
    .subscribe-popup-block .left-col,
    .subscribe-popup-block .right-col {
      width: 100%; }
    .subscribe-popup-block .right-col {
      padding-left: 0; }
    .subscribe-popup-block .vert {
      display: none; } }

/* change the color of the progress bar */
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: none !important; }

/* change the color of the current time bar */
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #3940b5 !important;
  height: 3px !important; }

/* change the color of the file loading bar */
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: rgba(255, 255, 255, 0.1) !important; }

.mejs-controls {
  background: none;
  background: rgba(255, 255, 255, 0) !important; }

.mejs-time-loaded {
  height: 3px !important; }

.mejs-volume-button {
  display: none !important; }

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