/* ==============================================================
 *
 * Variables
 *  - variables and mixins to make everything easier
 *
 * ============================================================== */
/* --------------------------------------------
 * --colors
 * -------------------------------------------- */
/* --------------------------------------------
 * --media queries
 * -------------------------------------------- */
/* --------------------------------------------
 * --type
 * -------------------------------------------- */
/**
 * the sans-serif type style
 */
/* --------------------------------------------
 * --shortcuts
 * -------------------------------------------- */
/**
 * css translate - shortcut for the transform
 * @param $x
 * @param $y
 */
/**
 * x field - shortcut for the small red x field element
 * @param $top
 * @param $right
 * @param $bottom
 * @param $left
 */
/* ------------------------------------------
 * --flexbox
 * ------------------------------------------ */
/***************************
 * Flexbox layout mixins
 *
 * more info, read css-tricks
 * https://css-tricks.com/snippets/css/a-guide-to-flexbox/
 * https://css-tricks.com/using-flexbox/
 *
 ***************************/
/**
 * Set this on a parent element to center its immediate children in absolute middle
 */
/* --------------------------------------------
 * --media queries
 * -------------------------------------------- */
/* ==============================================================
 *
 * Base
 *  - reset
 *  - default styles
 *
 * ============================================================== */
*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box; }

html, body, div, span, applet, object, iframe,
h1, h2, .video-filter label, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */ }

body {
  background: #f1f1f1;
  /* Fallback for when there is no custom background color defined. */ }

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

ol, ul {
  list-style: none; }

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

a:focus {
  outline: none; }

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

a img {
  border: 0; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

figure {
  margin: 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

th {
  font-weight: bold; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

.menu,
.sub-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu li {
  display: inline-block; }

b, strong {
  font-weight: bold; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

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

sup {
  bottom: 1ex; }

sub {
  top: .5ex; }

small {
  font-size: 75%; }

/* --------------------------------------------
 * --media
 * -------------------------------------------- */
img, svg {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
  max-width: 100%; }

/* ==============================================================
   --utility
   ============================================================== */
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* --clear */
.l-cf:before, .block-partner-form .partner-form .input-row:before, .l-cf:after, .block-partner-form .partner-form .input-row:after,
.l-column-container:before,
.l-column-container:after {
  content: " ";
  display: table; }

.l-cf:after, .block-partner-form .partner-form .input-row:after,
.l-column-container:after {
  clear: both; }

/* -- no scroll */
html.noscroll {
  overflow: hidden; }

#content {
  position: relative;
  overflow: hidden; }
  #content .l-container, #content .salon-bottom-nav__container {
    position: relative;
    z-index: 1; }

#bgx-templates {
  display: none; }

.bgx {
  position: absolute;
  width: 200px;
  height: 200px;
  margin-left: -100px;
  z-index: 0; }
  .bgx svg path {
    stroke-width: 1;
    opacity: 1; }
  .bgx.bgx-black path {
    stroke: rgba(0, 0, 0, 0.2); }
  .bgx.bgx-red path {
    stroke: rgba(230, 43, 30, 0.5); }
  .bgx.bgx-large {
    width: 400px;
    height: 400px;
    margin-left: -200px; }

#content .banner-slider .l-container, #content .banner-slider .salon-bottom-nav__container {
  z-index: auto; }

/* ==============================================================
 *
 * Components
 *  - styles for blocks and modules and things
 *
 * ============================================================== */
/* --------------------------------------------
 * --menu
 * -------------------------------------------- */
.main-navigation ul li {
  display: inline-block;
  position: relative; }
  .main-navigation ul li a {
    display: block;
    text-decoration: none; }

/* Small menu */
.menu-toggle {
  display: none; }

/* ------------------------------------------
 * --page
 * ------------------------------------------ */
.type-page {
  padding-top: 40px; }
  @media (min-width: 1069px) {
    .type-page .entry-content {
      font-size: 1.5em;
      width: 66.66666%; } }

/* --------------------------------------------
 * --footer
 * -------------------------------------------- */
.site-footer {
  clear: both;
  width: 100%; }

/* ------------------------------------------
 * --video filter
 * ------------------------------------------ */
.video-filter {
  background-color: #dfdfdf;
  padding: 20px; }

.video-filter__select {
  display: inline-block;
  margin-left: 10px;
  position: relative; }
  .video-filter__select select {
    border: 1px solid black;
    border-radius: 0px;
    background: transparent;
    font-weight: inherit;
    cursor: pointer;
    width: 250px;
    padding: 5px 50px 5px 15px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  .video-filter__select:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #000;
    position: absolute;
    top: 18px;
    right: 15px;
    pointer-events: none; }

/* --------------------------------------------
 * --wordpress default media
 * -------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto; }

.iframe-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

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

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto; }

.wp-caption-text {
  text-align: center; }

.wp-caption .wp-caption-text {
  margin: 0.8075em 0; }

.signup-block {
  background-color: #414042;
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center; }
  .signup-block form {
    max-width: 900px; }
  .signup-block label {
    display: block;
    color: #fff;
    font-size: 2.5em;
    font-weight: bold;
    padding: 0 20px;
    margin-bottom: 20px; }
    @media (max-width: 860px) {
      .signup-block label {
        font-size: 2em; } }
    @media (max-width: 580px) {
      .signup-block label {
        font-size: 1.4em; } }
  .signup-block input {
    font: inherit;
    font-size: 5em;
    font-weight: bold;
    color: #dfdfdf;
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #fff;
    margin: 0 10px 10px;
    width: calc(100% - 20px);
    text-align: left;
    border-radius: 0;
    -webkit-appearance: none; }
    .signup-block input.error {
      border-color: #e62b1e; }
    @media (max-width: 860px) {
      .signup-block input {
        font-size: 3em; } }
    @media (max-width: 580px) {
      .signup-block input {
        font-size: 1.4em; } }
    .signup-block input:focus {
      outline: none; }
    .signup-block input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: rgba(255, 255, 255, 0.1);
      text-align: center; }
    .signup-block input::-moz-placeholder {
      /* Firefox 19+ */
      color: rgba(255, 255, 255, 0.1);
      text-align: center; }
    .signup-block input:-ms-input-placeholder {
      /* IE 10+ */
      color: rgba(255, 255, 255, 0.1);
      text-align: center; }
    .signup-block input:-moz-placeholder {
      /* Firefox 18- */
      color: rgba(255, 255, 255, 0.1);
      text-align: center; }
  .signup-block .mc-input-row {
    margin: 0 0 10px;
    text-align: center; }
  .signup-block .name-row input {
    float: left;
    width: calc(50% - 20px); }
    @media (max-width: 580px) {
      .signup-block .name-row input {
        width: calc(100% - 20px);
        float: none; } }
  .signup-block .email-row {
    margin-bottom: 20px; }

.link-block {
  background-color: #202020;
  padding-top: 50px;
  padding-bottom: 50px; }
  .link-block #menu-footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .link-block #menu-footer-menu li {
      width: 25%;
      font-size: 16px;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-right: 20px; }
      @media (max-width: 860px) {
        .link-block #menu-footer-menu li {
          width: 49%; } }
      @media (max-width: 580px) {
        .link-block #menu-footer-menu li {
          width: 100%; } }
    .link-block #menu-footer-menu a {
      font-size: 1.5em;
      font-weight: bold;
      color: #fff;
      text-decoration: none; }
      .link-block #menu-footer-menu a:hover {
        color: #dddddd; }

@media (max-width: 860px) {
  #menu-footer-menu {
    display: block; } }

.footer-copy {
  color: #fff;
  padding-top: 60px; }
  .footer-copy h3 {
    color: #8adeff; }

.artwork-block {
  display: block;
  height: 157px;
  background-color: gray;
  background-image: url(../../svg/build/tedx-pattern.svg);
  background-repeat: repeat-x;
  background-size: auto 100%; }

.site-footer .sk-social-menu {
  margin-top: -35px; }
  @media (max-width: 580px) {
    .site-footer .sk-social-menu {
      margin-top: 15px; } }
  .site-footer .sk-social-menu .menu {
    margin-left: 75%; }
    @media (max-width: 860px) {
      .site-footer .sk-social-menu .menu {
        margin-left: 49%; } }
    @media (max-width: 580px) {
      .site-footer .sk-social-menu .menu {
        margin-left: 0px; } }
    .site-footer .sk-social-menu .menu svg {
      height: 20px;
      margin-right: 20px; }
      .site-footer .sk-social-menu .menu svg path {
        fill: white; }

/* ------------------------------------------
 * --header
 * ------------------------------------------ */
.site-header {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10; }

.super-header {
  background-color: #202020;
  color: #fff;
  text-align: right; }
  .super-header .sk-social-menu,
  .super-header .super-header-ctas {
    display: inline-block;
    vertical-align: middle; }
  .super-header .sk-social-menu {
    font-size: 0; }
    .super-header .sk-social-menu li {
      margin-right: 60px; }
    .super-header .sk-social-menu svg {
      height: 20px; }
      .super-header .sk-social-menu svg path {
        fill: #fff; }
    @media (max-width: 860px) {
      .super-header .sk-social-menu {
        display: none; } }
  .super-header .super-header-site-branding {
    float: left;
    display: none;
    padding-left: 10px;
    text-align: left; }
    @media (max-width: 860px) {
      .super-header .super-header-site-branding {
        display: block; } }
    @media (max-width: 860px) {
      .super-header .super-header-site-branding {
        width: 45%; } }
    .super-header .super-header-site-branding svg {
      height: 30px;
      vertical-align: middle;
      margin-top: 10px; }
  .super-header .super-header-ctas a {
    font-size: .75em; }

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0 10px 20px;
  background: #FFF; }
  @media (max-width: 860px) {
    .main-header {
      padding-left: 0px; } }
  .main-header .site-branding {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px; }
    @media (max-width: 860px) {
      .main-header .site-branding {
        display: none; } }
  .main-header .main-navigation {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding-left: 40px;
    text-align: right; }
    @media (max-width: 860px) {
      .main-header .main-navigation {
        padding-left: 0px;
        text-align: center; } }

.primary-tedx-nav .menu > li {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 860px) {
    .primary-tedx-nav .menu > li {
      padding-left: 0px;
      padding-right: 0px;
      font-size: 12px; } }
  .primary-tedx-nav .menu > li:hover > a {
    color: #e62b1e; }
  .primary-tedx-nav .menu > li + li {
    margin-left: 20px; }

.primary-tedx-nav a {
  font-size: 1.5em;
  font-weight: bold;
  color: #202020; }

.primary-tedx-nav .current-menu-item > a,
.primary-tedx-nav .current-menu-ancestor > a {
  color: #e62b1e; }

.primary-tedx-nav .sub-menu {
  background-color: #e62b1e;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  box-shadow: 2px 2px 14px 0 rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 100; }
  .primary-tedx-nav .sub-menu:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #e62b1e;
    border-width: 8px;
    margin-left: -8px; }
  .primary-tedx-nav .sub-menu li {
    display: block;
    white-space: nowrap; }
    .primary-tedx-nav .sub-menu li a {
      color: white;
      text-transform: uppercase;
      padding: 16px;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .05em; }
      .primary-tedx-nav .sub-menu li a:hover {
        background-color: #bc2015; }

.primary-tedx-nav .default-cursor a {
  cursor: default; }

.primary-tedx-nav .default-cursor .sub-menu a {
  cursor: pointer; }

.primary-tedx-nav .menu > li:last-child .sub-menu {
  left: auto;
  -webkit-transform: none;
          transform: none;
  right: 20px; }
  .primary-tedx-nav .menu > li:last-child .sub-menu:after {
    left: auto;
    right: 20px; }

.primary-tedx-nav li.menu-item-has-children:hover .sub-menu {
  display: block; }

@media (max-width: 580px) {
  .primary-tedx-nav {
    position: relative; }
    .primary-tedx-nav ul li.menu-item-has-children {
      position: static; }
    .primary-tedx-nav .sub-menu {
      left: 0 !important;
      width: 100%;
      -webkit-transform: none;
              transform: none; }
      .primary-tedx-nav .sub-menu:after {
        display: none; } }

/* ==============================================================
 *
 * Layout
 *  - util layout styles (prefixed with "l-")
 *
 * ============================================================== */
.l-container, .salon-bottom-nav__container {
  margin: 0 auto;
  width: 100%;
  max-width: 1220px;
  padding-left: 20px;
  padding-right: 20px; }

/**
 * --columns
 */
.l-column-container {
  margin-left: -20px;
  margin-right: -20px; }

.col {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px; }

.col-left {
  float: left; }

.col-right {
  float: right; }

/**
 * --grid
 */
.tedx-grid {
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tedx-grid .grid-el {
    width: 25%;
    padding: 0 10px; }
    @media (max-width: 860px) {
      .tedx-grid .grid-el {
        width: 50%; } }
    @media (max-width: 580px) {
      .tedx-grid .grid-el {
        width: 100%; } }

.salon-small-blocks__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 45px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.salon-small-blocks__col {
  padding: 20px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 3px solid transparent; }
  @media (max-width: 860px) {
    .salon-small-blocks__col {
      margin-bottom: 20px; }
      .salon-small-blocks__col:last-of-type {
        margin-bottom: 0; } }
  @media (min-width: 861px) {
    .salon-small-blocks__col {
      margin: 0 10px;
      -ms-flex-preferred-size: 0;
          flex-basis: 0; }
      .salon-small-blocks__col:first-of-type {
        margin-left: 0px; }
      .salon-small-blocks__col:last-of-type {
        margin-right: 0px; } }
  .salon-small-blocks__col:nth-of-type(1) {
    background-color: #e62b1e;
    color: black;
    border-color: #8adeff; }
  .salon-small-blocks__col:nth-of-type(2) {
    background-color: #8adeff;
    color: #e62b1e;
    border-color: #fff; }
  .salon-small-blocks__col:nth-of-type(3) {
    background-color: #000;
    color: #8adeff;
    border-color: #e62b1e; }

.salon-small-blocks__date {
  font-size: 3.75em;
  line-height: 1;
  margin-bottom: 20px; }
  @media (min-width: 581px) {
    .salon-small-blocks__date {
      font-size: 5em; } }
  @media (min-width: 861px) {
    .salon-small-blocks__date {
      max-width: 3em; } }

.salon-small-blocks__title {
  font-size: 1.875em;
  line-height: 1;
  margin-bottom: 20px; }

/* ==============================================================
 *
 * Typography
 *  - styles for type (prefixed with "t-")
 *
 * ============================================================== */
body,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: 400;
  color: #202020;
  font-size: 16px;
  line-height: 1.4; }

/* --------------------------------------------
 * --basic
 * -------------------------------------------- */
p + p,
h1 + p {
  margin-top: 1em; }

h1 {
  font-size: 3.125em;
  font-weight: bold;
  line-height: 1.2; }
  @media (max-width: 580px) {
    h1 {
      font-size: 2.375em; } }

h2, .video-filter label {
  font-size: 1.625em;
  font-weight: bold; }

h3 {
  font-size: 1.25em;
  font-weight: bold; }

h4 {
  font-size: 1.125em;
  font-weight: bold; }

h5 {
  font-weight: bold; }

h6 {
  font-size: .75em;
  font-weight: bold; }

/* --------------------------------------------
 * Headers
 * -------------------------------------------- */
.salon-hero__heading, .block--all_salons .all-salons__copy h2, .block--all_salons .all-salons__copy .video-filter label, .video-filter .block--all_salons .all-salons__copy label {
  font-size: 3.9375em; }
  @media (min-width: 581px) {
    .salon-hero__heading, .block--all_salons .all-salons__copy h2, .block--all_salons .all-salons__copy .video-filter label, .video-filter .block--all_salons .all-salons__copy label {
      font-size: 6.25em; } }
  @media (min-width: 861px) {
    .salon-hero__heading, .block--all_salons .all-salons__copy h2, .block--all_salons .all-salons__copy .video-filter label, .video-filter .block--all_salons .all-salons__copy label {
      font-size: 12.5em;
      letter-spacing: -0.03em; } }

/**
 * --links
 */
a {
  color: #e62b1e; }

.cta-caps {
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: .1em; }

.tedx-cta, .super-header .super-header-ctas a {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #e62b1e;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-weight: bold;
  color: #fff;
  padding: 15px 30px;
  display: inline-block;
  border: 0;
  cursor: pointer; }
  .tedx-cta.cta--blue, .super-header .super-header-ctas a.cta--blue, .salon-small-blocks__col:nth-of-type(1) .tedx-cta, .salon-small-blocks__col:nth-of-type(1) .super-header .super-header-ctas a, .super-header .super-header-ctas .salon-small-blocks__col:nth-of-type(1) a, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-hero__cta .tedx-cta, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-hero__cta .super-header .super-header-ctas a, .super-header .super-header-ctas body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-hero__cta a, body.page-attend .block--banner_main .tedx-cta, body.page-attend .block--banner_main .super-header .super-header-ctas a, .super-header .super-header-ctas body.page-attend .block--banner_main a {
    background-color: #8adeff;
    color: #202020; }
    .tedx-cta.cta--blue:hover, .super-header .super-header-ctas a.cta--blue:hover, .salon-small-blocks__col:nth-of-type(1) .tedx-cta:hover, .salon-small-blocks__col:nth-of-type(1) .super-header .super-header-ctas a:hover, .super-header .super-header-ctas .salon-small-blocks__col:nth-of-type(1) a:hover, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-hero__cta .tedx-cta:hover, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-hero__cta .super-header .super-header-ctas a:hover, .super-header .super-header-ctas body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-hero__cta a:hover, body.page-attend .block--banner_main .tedx-cta:hover, body.page-attend .block--banner_main .super-header .super-header-ctas a:hover, .super-header .super-header-ctas body.page-attend .block--banner_main a:hover {
      background-color: #5eb9dd; }
  .tedx-cta.cta--black, .super-header .super-header-ctas a.cta--black, .salon-small-blocks__col:nth-of-type(2) .tedx-cta, .salon-small-blocks__col:nth-of-type(2) .super-header .super-header-ctas a, .super-header .super-header-ctas .salon-small-blocks__col:nth-of-type(2) a, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(2) .salon-hero__cta .tedx-cta, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(2) .salon-hero__cta .super-header .super-header-ctas a, .super-header .super-header-ctas body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(2) .salon-hero__cta a, body.page-attend .block--banner_main .tedx-cta.cta--black, body.page-attend .block--banner_main .super-header .super-header-ctas a.cta--black, .super-header .super-header-ctas body.page-attend .block--banner_main a.cta--black {
    background-color: #202020;
    color: #fff; }
    .tedx-cta.cta--black:hover, .super-header .super-header-ctas a.cta--black:hover, .salon-small-blocks__col:nth-of-type(2) .tedx-cta:hover, .salon-small-blocks__col:nth-of-type(2) .super-header .super-header-ctas a:hover, .super-header .super-header-ctas .salon-small-blocks__col:nth-of-type(2) a:hover, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(2) .salon-hero__cta .tedx-cta:hover, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(2) .salon-hero__cta .super-header .super-header-ctas a:hover, .super-header .super-header-ctas body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(2) .salon-hero__cta a:hover, body.page-attend .block--banner_main .tedx-cta.cta--black:hover {
      background-color: #111111; }
  .tedx-cta.cta--outline, .super-header .super-header-ctas a.cta--outline {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 13px 30px; }
    .tedx-cta.cta--outline:hover, .super-header .super-header-ctas a.cta--outline:hover {
      color: #414042;
      background-color: #fff; }
  .tedx-cta.cta--outline-black, .super-header .super-header-ctas a.cta--outline-black {
    color: #202020;
    border: 2px solid #202020;
    background-color: transparent;
    padding: 13px 30px; }
    .tedx-cta.cta--outline-black:hover, .super-header .super-header-ctas a.cta--outline-black:hover {
      background-color: #000;
      color: #fff; }
  .tedx-cta.cta--small, .super-header .super-header-ctas a.cta--small {
    font-size: .75em; }
  .tedx-cta:hover, .super-header .super-header-ctas a:hover {
    background-color: #ce1919; }

/* --------------------------------------------
 * --forms
 * -------------------------------------------- */
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */ }

/* ------------------------------------------
 * --icons
 * ------------------------------------------ */
/* ------------------------------------------
 * --util
 * ------------------------------------------ */
.red {
  color: #e62b1e; }

.blue {
  color: #8adeff; }

.tedx-rule-top {
  border-top: 2px solid #202020;
  padding-top: 20px;
  padding-bottom: 20px; }

.archive-container {
  width: 70%;
  padding-bottom: 100px;
  padding-top: 100px; }
  @media only screen and (max-width: 950px) {
    .archive-container {
      width: 100%; } }

.all-archive-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 10px; }
  .all-archive-list a {
    text-decoration: none;
    color: black; }
  .all-archive-list .archive-info {
    margin: 10px;
    max-width: 200px; }
    .all-archive-list .archive-info h5 {
      text-align: center;
      color: #e62b1e;
      font-weight: bold; }
    .all-archive-list .archive-info h6 {
      text-align: center;
      text-transform: uppercase;
      font-weight: bold; }

.become-partner {
  margin: auto;
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .become-partner h2, .become-partner .video-filter label, .video-filter .become-partner label {
    font-weight: bold; }
  .become-partner .partner-btn {
    background: #e62b1e;
    color: white;
    text-decoration: none;
    padding: 10px 15px 10px 15px;
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px; }

.speaker-wrapper {
  margin-top: 50px; }
  .speaker-wrapper .event-wrapper {
    margin-bottom: 25px;
    margin-top: 25px; }
    .speaker-wrapper .event-wrapper h2, .speaker-wrapper .event-wrapper .video-filter label, .video-filter .speaker-wrapper .event-wrapper label {
      font-weight: bold; }

body.page-template.page-template-page-attend-salons .colored-banner .tedx-cta, body.page-template.page-template-page-attend-salons .colored-banner .super-header .super-header-ctas a, .super-header .super-header-ctas body.page-template.page-template-page-attend-salons .colored-banner a {
  width: auto;
  min-width: unset;
  margin-bottom: 4px; }

body.page-template.page-template-page-attend-salons .attend-salon-block .l-container, body.page-template.page-template-page-attend-salons .attend-salon-block .salon-bottom-nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }

body.page-template.page-template-page-attend-salons .attend-salon-block__col {
  width: 100%; }
  @media (min-width: 861px) {
    body.page-template.page-template-page-attend-salons .attend-salon-block__col {
      width: 50%; } }

@media (max-width: 860px) {
  body.page-template.page-template-page-attend-salons .attend-salon-block__lead, body.page-template.page-template-page-attend-salons .attend-salon-block__intro {
    padding: 0 20px; } }

body.page-template.page-template-page-attend-salons .attend-salon-block__intro .l-container, body.page-template.page-template-page-attend-salons .attend-salon-block__intro .salon-bottom-nav__container {
  background-color: #000;
  color: #8adeff; }

body.page-template.page-template-page-attend-salons .attend-salon-block__intro .attend-salon-block__col {
  padding: 25px 20px; }
  @media (max-width: 1068px) {
    body.page-template.page-template-page-attend-salons .attend-salon-block__intro .attend-salon-block__col:first-of-type {
      padding-bottom: 0; } }
  @media (min-width: 1069px) {
    body.page-template.page-template-page-attend-salons .attend-salon-block__intro .attend-salon-block__col {
      padding: 50px; } }
  body.page-template.page-template-page-attend-salons .attend-salon-block__intro .attend-salon-block__col p {
    font-size: 1.375em;
    line-height: calc(33 / 22); }
  body.page-template.page-template-page-attend-salons .attend-salon-block__intro .attend-salon-block__col h3 {
    font-size: 1.5625em; }
    @media (min-width: 1069px) {
      body.page-template.page-template-page-attend-salons .attend-salon-block__intro .attend-salon-block__col h3 {
        font-size: 2em; } }
  body.page-template.page-template-page-attend-salons .attend-salon-block__intro .attend-salon-block__col:first-of-type {
    color: white; }
    body.page-template.page-template-page-attend-salons .attend-salon-block__intro .attend-salon-block__col:first-of-type span {
      color: #8adeff; }
    @media (min-width: 1069px) {
      body.page-template.page-template-page-attend-salons .attend-salon-block__intro .attend-salon-block__col:first-of-type {
        padding-right: 0; } }

body.page-template.page-template-page-attend-salons .attend-salon-block__lead {
  background-color: #e62b1e; }
  body.page-template.page-template-page-attend-salons .attend-salon-block__lead .l-container, body.page-template.page-template-page-attend-salons .attend-salon-block__lead .salon-bottom-nav__container {
    background-color: #8adeff; }
    @media (max-width: 860px) {
      body.page-template.page-template-page-attend-salons .attend-salon-block__lead .l-container, body.page-template.page-template-page-attend-salons .attend-salon-block__lead .salon-bottom-nav__container {
        -ms-flex-wrap: wrap-reverse;
            flex-wrap: wrap-reverse; } }
  body.page-template.page-template-page-attend-salons .attend-salon-block__lead .attend-salon-block__col:first-of-type {
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (min-width: 581px) {
      body.page-template.page-template-page-attend-salons .attend-salon-block__lead .attend-salon-block__col:first-of-type {
        padding: 50px; } }
    @media (min-width: 1069px) {
      body.page-template.page-template-page-attend-salons .attend-salon-block__lead .attend-salon-block__col:first-of-type {
        padding: 50px 100px 50px 50px; } }
    body.page-template.page-template-page-attend-salons .attend-salon-block__lead .attend-salon-block__col:first-of-type h3 {
      font-size: 1.5625em;
      line-height: 1.24; }
      @media (min-width: 861px) {
        body.page-template.page-template-page-attend-salons .attend-salon-block__lead .attend-salon-block__col:first-of-type h3 {
          font-size: 2em;
          line-height: 1.185; } }
  @media (max-width: 860px) {
    body.page-template.page-template-page-attend-salons .attend-salon-block__lead .attend-salon-block__col:nth-of-type(2) {
      margin-left: -20px;
      margin-right: -20px;
      width: 100vw; } }
  body.page-template.page-template-page-attend-salons .attend-salon-block__lead .attend-salon-block__col:nth-of-type(2) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

body.page-template.page-template-page-attend-salons .loop-content .salon-hero {
  margin-bottom: 0;
  padding-bottom: 100px; }
  body.page-template.page-template-page-attend-salons .loop-content .salon-hero .salon-hero__cta {
    margin-top: 30px; }
  body.page-template.page-template-page-attend-salons .loop-content .salon-hero .salon-hero__subheading,
  body.page-template.page-template-page-attend-salons .loop-content .salon-hero .salon-hero__heading {
    color: inherit; }
  body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type {
    background-color: #e62b1e;
    color: #000; }
    body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-speakers__heading,
    body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-speakers__speaker h5 {
      color: #fff; }
    body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-speakers__heading--with-lines:before, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:first-of-type .salon-speakers__heading--with-lines:after {
      background-color: #fff; }
  body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(2) {
    color: #e62b1e; }
    body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(2) .salon-speakers__speaker h4 {
      color: #000; }
  body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(3) {
    background-color: #000;
    color: #8adeff; }
    body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(3) .salon-speakers__heading,
    body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(3) .salon-speakers__speaker h5 {
      color: inherit; }
    body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(3) .salon-speakers__heading--with-lines:before, body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(3) .salon-speakers__heading--with-lines:after {
      background-color: #8adeff; }
    body.page-template.page-template-page-attend-salons .loop-content .salon-hero:nth-of-type(3) .salon-speakers__speaker h4 {
      color: #fff; }

body.page-template.page-template-page-attend-salons .recap-row {
  position: relative; }
  body.page-template.page-template-page-attend-salons .recap-row:before {
    position: absolute;
    display: block;
    height: calc(50% + 10px);
    width: 100%;
    z-index: -5;
    background-color: black;
    content: ""; }

body.page-attend .block--banner_main .colored-banner {
  background-color: #e62b1e;
  color: white; }

@media (min-width: 1069px) {
  body.page-attend .block--banner_main .talk-thumbnail {
    margin-bottom: -40px; } }

body.page-attend .block--quotes {
  background-color: white; }
  body.page-attend .block--quotes .quote-slider {
    background-color: #8adeff;
    color: #000; }

body.page-attend .block--quotes + .block--heading_text {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 60px;
  background-color: white; }
  body.page-attend .block--quotes + .block--heading_text .heading-text {
    height: auto; }
    body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h1, body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h1,
    body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h2,
    body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h2,
    body.page-attend .block--quotes + .block--heading_text .heading-text .video-filter .l-container > label, .video-filter
    body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > label,
    body.page-attend .block--quotes + .block--heading_text .heading-text .video-filter .salon-bottom-nav__container > label, .video-filter
    body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > label,
    body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h3,
    body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h3,
    body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h4,
    body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h4,
    body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h5,
    body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h5,
    body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h6,
    body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h6 {
      padding-bottom: 50px; }
      @media (min-width: 861px) {
        body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h1, body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h1,
        body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h2,
        body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h2,
        body.page-attend .block--quotes + .block--heading_text .heading-text .video-filter .l-container > label, .video-filter
        body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > label,
        body.page-attend .block--quotes + .block--heading_text .heading-text .video-filter .salon-bottom-nav__container > label, .video-filter
        body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > label,
        body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h3,
        body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h3,
        body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h4,
        body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h4,
        body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h5,
        body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h5,
        body.page-attend .block--quotes + .block--heading_text .heading-text .l-container > h6,
        body.page-attend .block--quotes + .block--heading_text .heading-text .salon-bottom-nav__container > h6 {
          max-width: 66%;
          margin-left: auto;
          margin-right: auto; } }

/* ==============================================================
 *
 * Single salon
 *
 * ============================================================== */
.single-salon {
  background: white; }

.salon-container {
  padding-bottom: 100px; }

.salon-hero {
  background-color: #8adeff;
  text-align: center;
  padding: 50px 25px 0;
  position: relative;
  z-index: 1; }
  .salon-hero--expired {
    padding-bottom: 35px;
    margin-bottom: 35px; }
    .salon-hero--expired .salon-hero__info-box {
      display: none; }
  .salon-hero__heading {
    color: #e62b1e;
    margin: 0 auto 20px;
    font-size: 3.9375em; }
    @media (min-width: 861px) {
      .salon-hero__heading {
        font-size: 11.875em;
        margin: 0 auto 40px; } }
  .salon-hero__subheading {
    color: #e62b1e;
    max-width: 600px;
    margin: 0 auto 50px;
    font-size: 2.5em;
    line-height: calc(42 / 40); }
    @media (min-width: 861px) {
      .salon-hero__subheading {
        font-size: 4em;
        line-height: 6rem; } }
  .salon-hero__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (min-width: 861px) {
      .salon-hero__grid {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex; } }
  .salon-hero__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    @media (min-width: 861px) {
      .salon-hero__col {
        padding: 20px; } }
  .salon-hero__info-box {
    font-size: 1.25em;
    width: calc(100vw - 60px);
    background: #e62b1e;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto 0;
    padding: 20px;
    position: relative; }
    .salon-hero__info-box span {
      color: black;
      display: block; }
      @media (min-width: 1069px) {
        .salon-hero__info-box span {
          display: inline; } }
    .salon-hero__info-box:before {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      content: "";
      background-color: white;
      height: 50%;
      position: absolute;
      bottom: 0;
      width: 100vw;
      z-index: -1; }
    @media (min-width: 1069px) {
      .salon-hero__info-box {
        height: 250px;
        width: 1200px;
        font-size: 2.5rem; } }

.salon-speakers {
  max-width: 100%;
  margin: 0 auto;
  text-align: center; }
  .salon-speakers__heading {
    color: #e62b1e;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.14rem;
    display: inline-block;
    text-align: center;
    margin: 25px auto;
    position: relative; }
    .salon-speakers__heading--with-lines:before {
      content: "";
      width: 100px;
      height: 1px;
      background-color: #e62b1e;
      position: absolute;
      top: 50%;
      margin-top: 1px;
      left: -150px; }
    .salon-speakers__heading--with-lines:after {
      content: "";
      width: 100px;
      height: 1px;
      background-color: #e62b1e;
      position: absolute;
      top: 50%;
      margin-top: 1px;
      right: -150px; }
  .salon-speakers__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 581px) {
      .salon-speakers__container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
  .salon-speakers__speaker {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    min-width: 300px;
    margin: 25px 0;
    padding: 0 25px; }
    .salon-speakers__speaker:first-of-type {
      margin-top: 0; }
    @media (min-width: 581px) {
      .salon-speakers__speaker {
        width: inherit;
        margin: 0; } }
    .salon-speakers__speaker a {
      color: #000;
      text-decoration: none; }
    .salon-speakers__speaker h4 {
      font-size: 32px;
      line-height: 3.7rem;
      margin: 10px auto 5px; }
    .salon-speakers__speaker h5 {
      color: #e62b1e;
      text-transform: uppercase;
      font-size: 1.2rem;
      letter-spacing: 0.14rem; }
    .salon-speakers__speaker img {
      border-radius: 50%;
      max-width: 200px; }

.salon-header {
  color: #e62b1e;
  text-align: center;
  margin: 50px auto 25px;
  font-size: 2.25em; }
  @media (min-width: 581px) {
    .salon-header {
      font-size: 1.75em; } }

.salon-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 581px) {
    .salon-block {
      margin: 0 60px 30px;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      background: #8adeff; } }
  @media (min-width: 861px) {
    .salon-block {
      min-height: 440px;
      margin: 0 86px 30px; } }
  @media (min-width: 581px) {
    .salon-block--reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  .salon-block__image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: calc(100vw - 40px - 15px); }
    @media (min-width: 581px) {
      .salon-block__image {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        height: auto; } }
    @media (min-width: 861px) {
      .salon-block__image {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41%;
                flex: 0 0 41%; } }
  .salon-block__content {
    width: 100%;
    background: #8adeff;
    padding: 25px; }
    @media (max-width: 580px) {
      .salon-block__content {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1; } }
    @media (min-width: 581px) {
      .salon-block__content {
        width: auto;
        padding: 60px; } }
    @media (min-width: 861px) {
      .salon-block__content {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; } }
    .salon-block__content h3 {
      font-size: 2.1875em;
      line-height: 1.2; }
      @media (min-width: 861px) {
        .salon-block__content h3 {
          font-size: 2.5em; } }
    .salon-block__content h4 {
      color: #e62b1e;
      text-transform: uppercase;
      font-size: 1.2rem;
      letter-spacing: 0.14rem; }
      @media (min-width: 861px) {
        .salon-block__content h4 {
          margin: 5px 0 30px; } }
    .salon-block__content p {
      font-size: 1.125em;
      line-height: calc(28 / 18); }
      @media (max-width: 860px) {
        .salon-block__content p {
          display: none; } }
      .salon-block__content p a.more-link {
        display: none; }
      .salon-block__content p a.learn-more {
        color: #e62b1e;
        text-transform: uppercase;
        font-size: 1.2rem;
        letter-spacing: 0.14rem;
        color: #000;
        font-weight: bold;
        display: block;
        margin-top: 10px;
        transition: color 0.25s ease; }
        .salon-block__content p a.learn-more:hover, .salon-block__content p a.learn-more:focus {
          color: #456f80; }
  .salon-block__mobile-desc {
    padding-top: 25px; }
    .salon-block__mobile-desc p {
      font-size: 1.125em;
      line-height: calc(28 / 18); }
      .salon-block__mobile-desc p a.more-link {
        display: none; }
      .salon-block__mobile-desc p a.learn-more {
        color: #e62b1e;
        text-transform: uppercase;
        font-size: 1.2rem;
        letter-spacing: 0.14rem;
        color: #000;
        font-weight: bold;
        display: block;
        margin-top: 10px;
        transition: color 0.25s ease; }
        .salon-block__mobile-desc p a.learn-more:hover, .salon-block__mobile-desc p a.learn-more:focus {
          color: #456f80; }
    @media (min-width: 581px) {
      .salon-block__mobile-desc {
        -webkit-box-ordinal-group: last;
            -ms-flex-order: last;
                order: last;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        background: white; } }
    @media (min-width: 861px) {
      .salon-block__mobile-desc {
        display: none; } }

.salon-details {
  max-width: 1000px;
  margin: 0 auto 50px;
  padding: 30px 0px; }
  @media (min-width: 1069px) {
    .salon-details {
      padding: 20px 60px 20px; } }
  .salon-details h3 {
    font-size: 28px;
    margin: 20px 0; }
    .salon-details h3:first-child {
      margin-top: 0; }
  @media (min-width: 581px) {
    .salon-details p {
      font-size: 1.5em; } }

.salon-ticket-embed {
  background: #8adeff;
  padding: 55px 25px 65px;
  position: relative;
  bottom: -200px;
  margin-top: -180px; }
  .salon-ticket-embed__heading {
    font-size: 1.9em;
    text-align: center;
    margin-bottom: 20px; }

.salon-bottom-nav {
  background-color: #f0f0f0;
  position: relative;
  padding: 40px 0; }
  @media (min-width: 1069px) {
    .salon-bottom-nav {
      padding: 150px 0; } }
  .salon-bottom-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 860px) {
      .salon-bottom-nav__container {
        display: block; } }
  .salon-bottom-nav--with-embed {
    padding-top: 250px; }
  .salon-bottom-nav__item {
    background-color: white;
    box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
    color: #202020;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    padding: 50px 65px;
    text-decoration: none;
    width: 200px;
    transition: all 0.3s; }
    .salon-bottom-nav__item:hover {
      color: white;
      background-color: #e62b1e; }
    @media (max-width: 860px) {
      .salon-bottom-nav__item {
        width: 100%;
        max-width: 100%;
        margin: 25px 0;
        padding: 40px 35px; } }
  .salon-bottom-nav__heading {
    font-size: 3.75em;
    margin: 0; }
    @media (min-width: 861px) {
      .salon-bottom-nav__heading {
        font-size: 5em; } }
  .salon-bottom-nav__subheading {
    font-size: 2.25em;
    margin: 0 0 45px;
    line-height: calc(38 / 36); }
    @media (min-width: 861px) {
      .salon-bottom-nav__subheading {
        font-size: 2.5em; } }
  .salon-bottom-nav__label {
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.14rem; }
    .salon-bottom-nav__label--link {
      text-decoration: underline; }

/* ==============================================================
 *
 * Single speaker
 *
 * ============================================================== */
.speaker-container {
  padding-top: 100px; }
  @media (min-width: 1069px) {
    .speaker-container {
      margin-top: -40px;
      width: 66.6666666%;
      padding-top: 0; } }
  @media (max-width: 860px) {
    .speaker-container {
      padding-top: 40px; } }
  .speaker-container .speaker-body-content {
    font-size: 1.5em; }

.more-content.open {
  display: block; }

.more-content.closed {
  display: none; }

.more-link {
  color: black;
  text-decoration: underline;
  cursor: pointer; }

.bonus-info-block {
  overflow: hidden; }
  .bonus-info-block + .bonus-info-block {
    padding-top: 40px; }
  .bonus-info-block .info-label {
    width: 49%;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .1em;
    float: left; }
    @media (max-width: 580px) {
      .bonus-info-block .info-label {
        width: 100%;
        float: none; } }
  .bonus-info-block .info-data {
    width: 49%;
    padding: 0;
    margin: 0;
    list-style: none;
    float: right;
    clear: right;
    text-align: right; }
    @media (max-width: 580px) {
      .bonus-info-block .info-data {
        width: 100%;
        float: none;
        clear: none;
        text-align: left; } }
    .bonus-info-block .info-data + .info-data {
      padding-top: 20px; }
    .bonus-info-block .info-data.extra {
      display: none; }
  @media (max-width: 580px) {
    .bonus-info-block .individual-social {
      padding-top: 25px; } }
  .bonus-info-block .individual-social .social--website {
    width: 36px; }
  .bonus-info-block .individual-social .social--linkedin {
    width: 30px; }
  .bonus-info-block .individual-social .social-icon {
    height: 24px;
    width: 24px;
    display: inline-block; }
    @media (max-width: 580px) {
      .bonus-info-block .individual-social .social-icon {
        height: 50px;
        width: 50px; } }
    .bonus-info-block .individual-social .social-icon + .social-icon {
      margin-left: 25px; }
    .bonus-info-block .individual-social .social-icon svg {
      height: 100%;
      display: block;
      width: 100%; }
  .bonus-info-block .individual-social path {
    fill: #202020; }
  .bonus-info-block .work-publisher {
    color: #414042;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    margin-bottom: 4px; }
  .bonus-info-block .work-link {
    color: #202020; }
  .bonus-info-block .individual-published li + li {
    padding-top: 20px; }

/* ==============================================================
 *
 * Speaker Welcome Kit pages
 *
 * ============================================================== */
@media (min-width: 1069px) {
  .page-template-page-speaker .reg-page-banner:not(.has-image) .colored-banner .talk-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%; } }

.page-template-page-speaker .site-content {
  padding-bottom: 40px; }

.speaker-contact {
  font-size: 0.75em;
  font-weight: bold;
  color: #e62b1e;
  text-transform: uppercase; }
  .speaker-contact + a {
    color: #000; }

/* ==============================================================
 *
 * Single Talk
 *
 * ============================================================== */
.video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.colored-banner-title a {
  text-decoration: none; }

.related-videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 20px; }
  @media (max-width: 580px) {
    .related-videos {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .related-videos .all-videos {
    color: #e62b1e;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    margin-left: auto; }
    @media (max-width: 580px) {
      .related-videos .all-videos {
        margin-left: 0px; } }

.talk-main {
  clear: both;
  padding-top: 60px; }

.talk-content {
  width: 66.66666%;
  font-size: 1.5em;
  margin-bottom: 30px; }
  @media screen and (max-width: 950px) {
    .talk-content {
      width: 100%; } }

.speaker-bio {
  background: #dfdfdf;
  margin: 30px 0px 90px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  @media (max-width: 580px) {
    .speaker-bio {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .speaker-bio .speaker-thumbnail {
    border-radius: 50%;
    height: 135px;
    width: 135px;
    margin: 25px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 135px;
            flex: 0 0 135px;
    overflow: hidden;
    box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.3); }
    .speaker-bio .speaker-thumbnail img {
      display: block;
      width: 100%; }
    @media (max-width: 580px) {
      .speaker-bio .speaker-thumbnail {
        margin: 25px auto; } }
  .speaker-bio .speaker-main {
    padding: 40px; }
  .speaker-bio.has-thumb .speaker-main {
    padding-left: 0; }
    @media (max-width: 580px) {
      .speaker-bio.has-thumb .speaker-main {
        padding-left: 40px; } }
  .speaker-bio .speaker-name {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700; }
  .speaker-bio .speaker-bio-btn {
    position: absolute;
    left: 40px;
    bottom: -2em; }
  .speaker-bio.has-thumb .speaker-bio-btn {
    left: 185px; }

/* ==============================================================
 *
 * Blocks
 *  - styles for blocks
 *
 * ============================================================== */
.sk-block {
  clear: both;
  padding-bottom: 40px;
  padding-top: 40px;
  overflow: hidden; }
  .sk-block.block--banner_main {
    padding: 0;
    overflow: visible; }
    @media (min-width: 1069px) {
      .sk-block.block--banner_main {
        margin-bottom: 80px; } }

.block--banner_main + .block--simple_copy {
  padding-top: 0; }

@media (min-width: 1069px) {
  .block--banner_main + .block--all_salons {
    margin-top: -80px; } }

/* ------------------------------------------
 * --accordion
 * ------------------------------------------ */
@media (min-width: 1069px) {
  .block-accordian {
    width: 66.666666%; } }

.block-accordian .accordion-items {
  margin-top: 20px;
  border-top: 2px solid #202020; }

.block-accordian .accordion-item {
  padding-top: 20px;
  border-bottom: 2px solid #202020; }

.block-accordian h3 {
  cursor: pointer;
  margin-bottom: 20px;
  padding-right: 40px;
  position: relative; }
  .block-accordian h3:after {
    content: "";
    position: absolute;
    right: 0;
    top: .5em;
    pointer-events: none;
    border: .4em solid transparent;
    border-bottom-color: #202020;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    transition: all .4s; }
  .block-accordian h3.open:after {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

.block-accordian .accordion-content {
  display: none;
  padding-bottom: 20px;
  padding-right: 40px; }
  .block-accordian .accordion-content p, .block-accordian .accordion-content ul, .block-accordian .accordion-content ol {
    margin-top: 1em; }

.block--all_salons {
  padding-top: 0;
  padding-bottom: 0; }
  .block--all_salons .all-salons__copy {
    background-color: #000;
    color: #fff;
    padding: 100px 0 180px;
    text-align: center; }
    .block--all_salons .all-salons__copy h3 {
      margin: 20px auto;
      font-size: 2em;
      line-height: 1.2; }
      @media (min-width: 861px) {
        .block--all_salons .all-salons__copy h3 {
          width: 50%; } }
  .block--all_salons .all-salons__promo-grid {
    margin-top: -130px; }
  .block--all_salons .all-salons__cta {
    text-align: center; }

/* ------------------------------------------
 * --countdown block
 * ------------------------------------------ */
.block--counter {
  position: relative;
  z-index: 2;
  padding-bottom: 0; }
  .block--counter .l-container, .block--counter .salon-bottom-nav__container {
    position: relative; }
    .block--counter .l-container:after, .block--counter .salon-bottom-nav__container:after {
      content: "";
      display: block;
      width: 156px;
      height: 311px;
      background: url(../../img/xfield.png) top left no-repeat transparent;
      position: absolute;
      top: 0;
      right: -7px;
      bottom: auto;
      left: auto;
      z-index: 1; }

.countdown-timer {
  background-color: #8adeff;
  text-align: center;
  position: relative;
  z-index: 3; }

.countdown-header {
  padding: 20px;
  border-bottom: 1px solid #202020; }
  @media (min-width: 1069px) {
    .countdown-header {
      padding: 29px 20px; }
      .countdown-header h2, .countdown-header .video-filter label, .video-filter .countdown-header label {
        font-size: 2.625em;
        line-height: 1; } }

.countdown {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 20px 20px 0; }
  @media (min-width: 1069px) {
    .countdown {
      padding-bottom: 20px; } }
  .countdown .timecounter {
    float: left;
    width: 25%;
    padding: 0 20px 20px;
    font-weight: bold; }
    @media (max-width: 580px) {
      .countdown .timecounter {
        width: 50%; } }
    .countdown .timecounter span {
      display: block;
      font-size: 5em;
      line-height: 1; }
      @media (max-width: 860px) {
        .countdown .timecounter span {
          font-size: 3.5em; } }
    .countdown .timecounter label {
      color: #e62b1e;
      text-transform: uppercase;
      letter-spacing: .1em; }

/* ------------------------------------------
 * --heading text
 * ------------------------------------------*/
.block--heading_text {
  padding: 0px;
  margin-top: -163px;
  margin-bottom: -100px; }
  @media (max-width: 1068px) {
    .block--heading_text {
      margin-top: -100px; } }
  @media (max-width: 580px) {
    .block--heading_text {
      margin-top: 0;
      margin-bottom: 0;
      padding-bottom: 40px; } }
  .block--heading_text .tedx-cta + .tedx-cta, .block--heading_text .super-header .super-header-ctas a + .tedx-cta, .super-header .super-header-ctas .block--heading_text a + .tedx-cta, .block--heading_text .super-header .super-header-ctas .tedx-cta + a, .super-header .super-header-ctas .block--heading_text .tedx-cta + a, .block--heading_text .super-header .super-header-ctas a + a, .super-header .super-header-ctas .block--heading_text a + a {
    margin-left: 16px; }
    @media (max-width: 580px) {
      .block--heading_text .tedx-cta + .tedx-cta, .block--heading_text .super-header .super-header-ctas a + .tedx-cta, .super-header .super-header-ctas .block--heading_text a + .tedx-cta, .block--heading_text .super-header .super-header-ctas .tedx-cta + a, .super-header .super-header-ctas .block--heading_text .tedx-cta + a, .block--heading_text .super-header .super-header-ctas a + a, .super-header .super-header-ctas .block--heading_text a + a {
        margin: 20px 0 0 0; } }

.heading-text {
  text-align: center;
  height: 590px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 580px) {
    .heading-text {
      height: auto; } }
  .heading-text h2, .heading-text .video-filter label, .video-filter .heading-text label {
    font-size: 2.625em;
    padding-top: 50px; }
    @media (max-width: 860px) {
      .heading-text h2, .heading-text .video-filter label, .video-filter .heading-text label {
        font-size: 1.8em;
        line-height: 1.2; } }
    @media (max-width: 580px) {
      .heading-text h2, .heading-text .video-filter label, .video-filter .heading-text label {
        font-size: 1.5em; } }

.heading-red {
  background: #e62b1e;
  color: #fff; }

.heading-blue {
  background: #8adeff; }

.heading-form {
  height: 400px;
  padding-top: 50px; }

/* ------------------------------------------
 * --join
 * ------------------------------------------*/
.join-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px; }
  @media (max-width: 860px) {
    .join-block {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media only screen and (min-width: 580px) and (max-width: 860px) {
    .join-block {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.join {
  position: relative;
  padding: 40px;
  width: 50%;
  min-height: 350px;
  background: #fff;
  box-shadow: 1px 1px 4px 0 rgba(51, 51, 51, 0.3);
  color: #000;
  text-decoration: none;
  transition: background-color 0.3s ease-in-out; }
  @media (max-width: 860px) {
    .join {
      width: auto;
      margin: 0 0 25px !important; } }
  @media only screen and (min-width: 580px) and (max-width: 860px) {
    .join {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 615px;
              flex: 0 0 615px; } }
  @media (max-width: 580px) {
    .join {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }
  .join > * {
    transition: color 0.15s ease-in-out; }
  .join:hover {
    background-color: #e62b1e; }
    .join:hover p {
      color: #fff; }
    .join:hover h2, .join:hover .video-filter label, .video-filter .join:hover label {
      color: #fff; }
    .join:hover span {
      color: #fff; }
  .join h2, .join .video-filter label, .video-filter .join label {
    font-size: 2.875em;
    line-height: 1.1;
    margin-bottom: 10px; }
    @media (max-width: 860px) {
      .join h2, .join .video-filter label, .video-filter .join label {
        font-size: 1.8em; } }
  .join p {
    font-size: 1.5em;
    margin: 1em 0; }
    @media (max-width: 860px) {
      .join p {
        font-size: 1em; } }
  .join span {
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    position: absolute;
    bottom: 40px;
    left: 40px; }
  .join:nth-child(odd) {
    margin-right: 10px; }
  .join:nth-child(even) {
    margin-left: 10px; }

.block--large_image_content {
  padding-top: 0;
  padding-bottom: 0; }

.large-image {
  position: relative;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .large-image__bg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1; }
    @media (min-width: 861px) {
      .large-image__bg {
        background: rgba(0, 0, 0, 0.15); } }
    .large-image__bg img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      mix-blend-mode: darken; }
  .large-image__content {
    color: #fff;
    margin: 50px 25px;
    text-align: center; }
    @media (min-width: 861px) {
      .large-image__content {
        margin: 80px 0px 50px;
        width: 66%; } }
    .large-image__content h1 {
      font-size: 1.6875em; }
      @media (min-width: 581px) {
        .large-image__content h1 {
          font-size: 2.625em; } }
    .large-image__content a.tedx-cta, .large-image__content .super-header .super-header-ctas a, .super-header .super-header-ctas .large-image__content a {
      margin-top: 50px; }

/* ------------------------------------------
 * --banner block
 * ------------------------------------------ */
.block-header .speaker-name {
  color: #e62b1e;
  text-transform: uppercase;
  font-weight: bold; }

.block-header .top-banner-text {
  width: 66.6666%; }
  @media (max-width: 580px) {
    .block-header .top-banner-text {
      width: 100%; } }

.block-header .featured-flag {
  position: absolute;
  margin-top: 50px;
  background: #8adeff;
  text-transform: uppercase;
  font-weight: bold;
  padding: 5px 10px 5px 10px;
  z-index: 3; }
  @media (max-width: 1068px) {
    .block-header .featured-flag {
      left: 0px;
      margin-top: 20px; } }

.block-header .talk-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
  .block-header .talk-wrapper img {
    width: 100%;
    display: block;
    background: #000; }
  .block-header .talk-wrapper iframe {
    height: 443px;
    width: 100%;
    display: block; }
    @media (max-width: 1068px) {
      .block-header .talk-wrapper iframe {
        height: 576px; } }
    @media (max-width: 860px) {
      .block-header .talk-wrapper iframe {
        height: 432px; } }
    @media (max-width: 580px) {
      .block-header .talk-wrapper iframe {
        height: 211px; } }

.colored-banner {
  position: relative;
  z-index: 1;
  background-color: #8adeff; }
  @media (min-width: 1069px) {
    .has-image .colored-banner {
      margin-bottom: 80px; }
    .colored-banner .l-container, .colored-banner .salon-bottom-nav__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .colored-banner .colored-banner-title {
    z-index: 1; }
    .colored-banner .colored-banner-title h1 {
      line-height: 1;
      margin-bottom: 16px; }
    .colored-banner .colored-banner-title a h1 {
      color: #000; }
  .colored-banner h3 {
    color: #e62b1e;
    text-transform: uppercase; }
  .colored-banner .tedx-cta, .colored-banner .super-header .super-header-ctas a, .super-header .super-header-ctas .colored-banner a {
    min-width: 200px;
    text-align: center; }
  .colored-banner .talk-container {
    padding-bottom: 40px;
    padding-top: 40px; }
    @media (min-width: 1069px) {
      .colored-banner .talk-container {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333333%;
                flex: 0 0 33.3333333%;
        width: 33.33333%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 0; } }
  .colored-banner .talk-callout {
    padding-bottom: 40px; }
    .colored-banner .talk-callout .cta-link {
      text-decoration: none; }
    .colored-banner .talk-callout .tedx-cta, .colored-banner .talk-callout .super-header .super-header-ctas a, .super-header .super-header-ctas .colored-banner .talk-callout a {
      width: 100%;
      height: 75px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-transform: uppercase;
      font-weight: bold; }
  .colored-banner .talk-thumbnail {
    margin-left: -20px;
    margin-right: -20px; }
    @media (min-width: 1069px) {
      .colored-banner .talk-thumbnail {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 66.6666666%;
                flex: 1 0 66.6666666%;
        width: 66.6666%;
        margin: 0; }
        .colored-banner .talk-thumbnail + .talk-container {
          padding-left: 40px; } }
    .colored-banner .talk-thumbnail img {
      width: 100%;
      display: block;
      position: relative;
      z-index: 2; }
    .colored-banner .talk-thumbnail span {
      display: block; }
      @media only screen and (min-width: 1068px) {
        .colored-banner .talk-thumbnail span {
          position: relative; }
          .colored-banner .talk-thumbnail span:after {
            content: "";
            display: block;
            width: 156px;
            height: 311px;
            background: url(../../img/xfield.png) top left no-repeat transparent;
            position: absolute;
            top: auto;
            right: -18px;
            bottom: -18px;
            left: auto;
            z-index: 1; } }
    .colored-banner .talk-thumbnail .icon-play-talk {
      position: absolute;
      z-index: 3;
      width: 100px;
      height: 100px;
      top: 50%;
      left: 50%;
      margin-top: -50px;
      margin-left: -50px;
      cursor: pointer;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
      .colored-banner .talk-thumbnail .icon-play-talk:hover {
        -webkit-transform: scale(1.3);
                transform: scale(1.3); }
      @media (max-width: 860px) {
        .colored-banner .talk-thumbnail .icon-play-talk {
          width: 70px;
          height: 70px;
          margin: -35px 0 0 -35px; } }
  .colored-banner .speaker-header-container {
    padding-top: 40px;
    padding-bottom: 40px; }
    .colored-banner .speaker-header-container h1 {
      margin-bottom: 20px; }
  .colored-banner .speaker-thumbnail {
    margin-left: -20px;
    margin-right: -20px; }
    .colored-banner .speaker-thumbnail img {
      display: block;
      width: 100%; }
  @media (min-width: 861px) {
    .colored-banner .speaker-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .colored-banner .speaker-flex .speaker-header-container {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 66.666%;
                flex: 1 0 66.666%;
        padding-right: 10px; }
      .colored-banner .speaker-flex .speaker-thumbnail {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.333%;
                flex: 0 0 33.333%;
        width: 33.333%;
        height: 100%;
        margin: 0;
        padding-left: 10px; } }
  @media (min-width: 1069px) {
    .colored-banner .speaker-header-container h1 {
      font-size: 5em; } }

/**
 * --Banner Block
 */
.block--banner_main {
  position: relative; }
  .block--banner_main:after {
    content: "";
    display: block;
    width: 156px;
    height: 311px;
    background: url(../../img/xfield.png) top left no-repeat transparent;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -18px;
    left: auto;
    z-index: 1; }
  .block--banner_main .colored-banner {
    z-index: 2; }

/**
 * --Regular Page Header
 */
.reg-page-banner {
  position: relative; }
  .reg-page-banner:after {
    content: "";
    display: block;
    width: 156px;
    height: 311px;
    background: url(../../img/xfield.png) top left no-repeat transparent;
    position: absolute;
    top: auto;
    right: 0;
    bottom: -18px;
    left: auto;
    z-index: 1; }
  .reg-page-banner .colored-banner {
    z-index: 2; }
    .reg-page-banner .colored-banner .l-container, .reg-page-banner .colored-banner .salon-bottom-nav__container {
      height: 360px; }
  @media (min-width: 1069px) {
    .reg-page-banner:not(.has-image) .colored-banner .talk-container {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.666%;
              flex: 0 0 66.666%;
      width: 66.666%; }
    .reg-page-banner.large-title h1 {
      font-size: 5.625em;
      line-height: 1; }
    .reg-page-banner.tall-banner .colored-banner:after {
      content: "";
      display: block;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 170px;
      background: #8adeff; }
    .reg-page-banner.tall-banner + .content-area {
      margin-top: -70px;
      position: relative;
      z-index: 3; }
    .reg-page-banner h4 {
      font-size: 1.375em;
      margin: 0.5em 0; }
    .reg-page-banner .colored-banner .talk-container {
      padding-top: 0;
      padding-bottom: 0;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
    .reg-page-banner .colored-banner .talk-callout {
      padding: 10px;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.333%;
              flex: 0 0 33.333%;
      width: 33.333%; } }

/**
 * --slider
 */
@media (max-width: 1068px) {
  .colored-banner.banner-slider {
    height: auto !important; } }

.colored-banner.banner-slider.active {
  background-color: #8adeff; }
  .colored-banner.banner-slider.active .slides-nav-container {
    opacity: 1;
    visibility: visible; }

.colored-banner.banner-slider .banner-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0; }
  .colored-banner.banner-slider .banner-slide.active {
    visibility: visible;
    opacity: 1; }
  .colored-banner.banner-slider .banner-slide.placehold {
    position: static; }
  @media (max-width: 1068px) {
    .colored-banner.banner-slider .banner-slide {
      position: static;
      display: none; }
      .colored-banner.banner-slider .banner-slide.active {
        display: block; } }
  .colored-banner.banner-slider .banner-slide .colored-banner-title {
    position: relative;
    z-index: 1; }

.colored-banner.banner-slider .slides-nav-container {
  visibility: hidden;
  opacity: 0; }
  @media (min-width: 1069px) {
    .colored-banner.banner-slider .slides-nav-container {
      top: 0;
      left: 0;
      width: 100%; }
      .colored-banner.banner-slider .slides-nav-container .nav-elements {
        position: absolute;
        width: 33.3333%;
        left: 66.666666%;
        padding-left: 35px;
        bottom: 30px; } }
  @media (max-width: 1068px) {
    .colored-banner.banner-slider .slides-nav-container {
      padding-top: 20px;
      padding-bottom: 20px; } }
  .colored-banner.banner-slider .slides-nav-container .slides-nav {
    display: inline-block;
    vertical-align: middle; }
  .colored-banner.banner-slider .slides-nav-container .icon-simple-nav {
    display: block;
    width: 22px;
    height: 20px; }
  .colored-banner.banner-slider .slides-nav-container ul {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin-left: 6px;
    margin-right: 6px; }
    .colored-banner.banner-slider .slides-nav-container ul li {
      text-indent: -9999px;
      border: 1px solid #202020;
      overflow: hidden;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      margin-left: 6px;
      margin-right: 6px;
      cursor: pointer; }
      .colored-banner.banner-slider .slides-nav-container ul li.active {
        background-color: #202020; }

/* ------------------------------------------
 * --partner form block
 * ------------------------------------------ */
.block-partner-form {
  background-color: #dfdfdf;
  padding: 60px; }
  @media (max-width: 580px) {
    .block-partner-form {
      padding: 15px; } }
  @media (min-width: 1069px) {
    .block-partner-form {
      padding-left: 120px;
      padding-right: 120px; } }
  .block-partner-form .partner-form-title {
    text-align: center;
    margin-bottom: 20px; }
  .block-partner-form .partner-form {
    text-align: center; }
    .block-partner-form .partner-form .input-row {
      margin: 10px 0px; }
      .block-partner-form .partner-form .input-row textarea, .block-partner-form .partner-form .input-row input[type] {
        border: none;
        padding: 10px;
        width: 100%;
        box-shadow: 3px 3px 2px #ccc; }
        .block-partner-form .partner-form .input-row textarea:focus, .block-partner-form .partner-form .input-row input[type]:focus {
          outline: none; }
      .block-partner-form .partner-form .input-row.input-half br {
        display: none; }
      @media (max-width: 580px) {
        .block-partner-form .partner-form .input-row.input-half .wpcf7-form-control-wrap {
          display: block;
          margin-bottom: 10px; }
          .block-partner-form .partner-form .input-row.input-half .wpcf7-form-control-wrap:last-of-type {
            margin-bottom: 0; } }
      @media (min-width: 581px) {
        .block-partner-form .partner-form .input-row.input-half .wpcf7-form-control-wrap:nth-of-type(odd) {
          float: left;
          width: calc(50% - 5px); }
        .block-partner-form .partner-form .input-row.input-half .wpcf7-form-control-wrap:nth-of-type(even) {
          float: right;
          width: calc(50% - 5px); } }
    .block-partner-form .partner-form .input-label {
      text-align: left; }

/* ------------------------------------------
 * --partners
 * ------------------------------------------ */
.partner-title {
  text-transform: capitalize;
  font-weight: bold; }

.partner-title-corporate, .partner-title-exhibitor {
  color: #e62b1e; }

.partner-title-org {
  color: #8adeff; }

.partner-content {
  width: 50%;
  margin-bottom: 25px;
  font-size: 1.5em; }
  @media (max-width: 860px) {
    .partner-content {
      width: 100%; } }

.tedx-partner-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .tedx-partner-list .partner {
    width: 33.33333%;
    padding: 10px; }
    @media (max-width: 860px) {
      .tedx-partner-list .partner {
        width: 50%; } }
    @media (max-width: 580px) {
      .tedx-partner-list .partner {
        width: 100%; } }
    .tedx-partner-list .partner a {
      background-color: #fff;
      height: 100%;
      font-size: 18px;
      text-decoration: none;
      display: block;
      box-shadow: 1px 1px 4px 0 rgba(51, 51, 51, 0.3); }
  .tedx-partner-list .partner-corporate a, .tedx-partner-list .partner-exhibitor a {
    border-top: 2px solid #e62b1e; }
  .tedx-partner-list .partner-org a {
    border-top: 2px solid #8adeff; }
  .tedx-partner-list .thumbnail {
    position: relative;
    width: 100%; }
    .tedx-partner-list .thumbnail.thumb-placeholder {
      height: 0;
      padding-bottom: 50%;
      background-color: #fff; }
    .tedx-partner-list .thumbnail img {
      display: block;
      width: 50%;
      margin: auto;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out; }
    .tedx-partner-list .thumbnail :hover {
      -webkit-filter: none;
              filter: none;
      -webkit-transition: .3s ease-in-out;
      -moz-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out; }

/* ------------------------------------------
 * --quote slider
 * ------------------------------------------ */
.block--quotes {
  padding-top: 0; }

.quote-slider {
  min-height: 260px;
  background: #202020;
  color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center; }
  .quote-slider .block-quote {
    position: absolute;
    top: 80px;
    left: 20px;
    right: 20px;
    opacity: 0;
    transition: opacity .4s; }
    .quote-slider .block-quote.active {
      opacity: 1; }
    .quote-slider .block-quote h2, .quote-slider .block-quote .video-filter label, .video-filter .quote-slider .block-quote label {
      font-size: 2.1874em;
      font-weight: bold;
      width: 100%;
      max-width: 606px;
      margin: auto; }
      @media (max-width: 860px) {
        .quote-slider .block-quote h2, .quote-slider .block-quote .video-filter label, .video-filter .quote-slider .block-quote label {
          font-size: 1.5em; } }
  .quote-slider .big-quote {
    font-size: 5em;
    line-height: 1; }
  @media (max-width: 580px) {
    .quote-slider {
      height: 450px; } }

.block--seating_chart {
  background: #F1f1f1; }

.seating-chart-container {
  height: 780px; }

.seating-chart__title {
  font-size: 3.125em;
  line-height: 1.1;
  position: absolute;
  top: 25px;
  left: 15px;
  width: 415px;
  z-index: 3; }

.seating-chart {
  width: 870px;
  height: 780px;
  position: absolute;
  top: 0;
  right: 0; }

.seating-chart--mobile {
  display: none; }

.seating-chart__section {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  .seating-chart__section svg {
    max-width: none;
    height: 100%; }
    .seating-chart__section svg .st2 {
      cursor: pointer;
      stroke: #ff2b06;
      stroke-width: 0;
      transition: stroke-width 0.5s; }
      .seating-chart__section svg .st2:hover, .seating-chart__section svg .st2.active {
        stroke-width: 10px; }

.seating-chart__section--stage {
  z-index: 3;
  width: 163px;
  overflow: hidden; }

.seating-chart__section--orchestra {
  width: 560px;
  margin-left: 130px; }
  .seating-chart__section--orchestra svg {
    margin-left: -130px; }

.seating-chart__section--balcony {
  width: 550px;
  margin-left: 314px; }
  .seating-chart__section--balcony svg {
    margin-left: -314px; }

.seating-chart__toggle-section {
  transition: opacity 0.5s, z-index 0.5s;
  opacity: 0.24;
  z-index: 1; }
  .seating-chart__toggle-section.active {
    opacity: 1;
    z-index: 2; }

.seating-chart__buttons {
  width: 280px;
  position: absolute;
  bottom: 120px;
  left: 15px;
  z-index: 3; }
  .seating-chart__buttons a {
    display: block;
    width: 100%;
    height: 108px;
    background: #FFF;
    font-size: 2.25em;
    color: #231F20;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    text-align: center;
    text-decoration: none;
    line-height: 108px;
    font-weight: bold;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    opacity: 0.44; }
    .seating-chart__buttons a + a {
      margin-top: 10px; }
    .seating-chart__buttons a.active {
      opacity: 1;
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.seating-modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000; }

.seating-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.32); }

.seating-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #FFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  width: 100%;
  max-width: 1040px;
  padding: 30px; }

.seating-modal__img {
  height: 550px;
  background: url(../../img/ajax-load.svg) center center no-repeat #DCDCDC;
  background-size: 50px 50px;
  overflow: hidden; }
  .seating-modal__img img {
    max-width: none;
    max-height: 100%;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.seating-modal__actions {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.seating-modal__sections {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0; }
  .seating-modal__sections span {
    display: none;
    font-size: 2em;
    font-weight: bold; }
    .seating-modal__sections span.active {
      display: inline; }

.seating-modal__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .seating-modal__buttons a {
    display: block;
    width: 156px;
    height: 60px;
    border: 4px solid #DCDCDC;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 54px;
    color: #231F20;
    background: #FFF; }
    .seating-modal__buttons a + a {
      margin-left: 10px;
      background: #DCDCDC; }

.seating-modal__close {
  display: block;
  width: 44px;
  height: 44px;
  background: #ff2b06;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1; }
  .seating-modal__close:before, .seating-modal__close:after {
    content: "";
    display: block;
    width: 28px;
    height: 5px;
    position: absolute;
    top: 20px;
    left: 9px;
    background: #FFF; }
  .seating-modal__close:before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .seating-modal__close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

@media (max-height: 800px) {
  .seating-chart-container {
    height: 680px; }
  .seating-chart {
    width: 740px;
    height: 660px; }
  .seating-modal {
    max-width: 860px; }
  .seating-modal__img {
    height: 450px; }
  .seating-chart__section--stage {
    width: 133px; }
  .seating-chart__section--orchestra {
    width: 474px;
    margin-left: 110px; }
    .seating-chart__section--orchestra svg {
      margin-left: -110px; }
  .seating-chart__section--balcony {
    width: 465px;
    margin-left: 265px; }
    .seating-chart__section--balcony svg {
      margin-left: -265px; } }

@media (max-width: 1068px) {
  .block--seating_chart {
    padding-bottom: 0; }
  .seating-chart-container {
    height: auto; }
  .seating-chart__title {
    position: static;
    text-align: center;
    margin: 0 auto;
    font-size: 1.625em;
    width: auto; }
  .seating-chart__buttons {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% + 40px);
    margin: 0 0 0 -20px; }
    .seating-chart__buttons a {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 0px;
              flex: 1 0 0;
      width: 50%;
      opacity: 1;
      box-shadow: none;
      font-size: 1.125em;
      height: 64px;
      line-height: 64px;
      background: #231F20;
      color: rgba(255, 255, 255, 0.44); }
      .seating-chart__buttons a + a {
        margin: 0; }
      .seating-chart__buttons a.active {
        -webkit-transform: scale(1);
                transform: scale(1);
        background: #FFF;
        color: #231F20; }
  .seating-chart--desktop {
    display: none; }
  .seating-chart--mobile {
    position: relative;
    display: block;
    margin: 40px auto;
    width: 350px;
    height: 388px; }
  .seating-chart__section {
    width: 100%;
    margin-left: 0; }
    .seating-chart__section svg {
      height: auto;
      margin-left: 0; }
      .seating-chart__section svg .st2 {
        stroke-width: 2px; }
  .seating-chart__section--stage {
    height: 80px; }
  .seating-chart__section--orchestra {
    height: 253px;
    margin-top: 57px; }
    .seating-chart__section--orchestra svg {
      margin-top: -57px; }
  .seating-chart__section--balcony {
    height: 248px;
    margin-top: 120px; }
    .seating-chart__section--balcony svg {
      margin-top: -120px; }
  .seating-modal-container {
    background: #FFF; }
  .seating-modal__bg {
    display: none; }
  .seating-modal {
    position: static;
    height: 100%;
    padding: 15px;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .seating-modal__img {
    height: auto;
    margin: 60px -15px 0;
    min-height: 211px; }
    .seating-modal__img img {
      max-width: 100%;
      max-height: none;
      vertical-align: top;
      margin: 0;
      -webkit-transform: none;
              transform: none; }
  .seating-modal__actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    display: block; }
  .seating-modal__sections {
    width: 100%; }
  .seating-modal__buttons {
    width: 100%;
    margin: 60px 0; }
    .seating-modal__buttons a {
      width: 50%; }
  .seating-modal__close {
    top: 15px;
    right: 15px; } }

@media (max-width: 1068px) and (max-height: 480px) {
  .seating-modal {
    overflow: auto; }
  .seating-modal__img {
    margin: 0;
    text-align: center;
    background-color: #FFF;
    min-height: 180px; }
    .seating-modal__img img {
      max-height: 180px; }
  .seating-modal__actions {
    margin-top: 15px; }
  .seating-modal__sections span {
    font-size: 1.25em; }
  .seating-modal__buttons {
    margin: 20px 0 10px; } }

@media (max-width: 390px) {
  .seating-chart--mobile {
    width: 280px;
    height: 333px; }
  .seating-chart__section--stage {
    height: 57px; }
  .seating-chart__section--orchestra {
    height: 203px;
    margin-top: 45px; }
    .seating-chart__section--orchestra svg {
      margin-top: -45px; }
  .seating-chart__section--balcony {
    height: 198px;
    margin-top: 96px; }
    .seating-chart__section--balcony svg {
      margin-top: -96px; }
  .seating-modal__img {
    min-height: 180px; } }

/**** TICKET DISCLAIMER INFO ****/
.seating-chart__tix {
  padding-top: 110px;
  padding-bottom: 140px;
  text-align: center;
  max-width: 820px; }
  .seating-chart__tix h3, .seating-chart__tix h4 {
    font-size: 2.1875em; }
  .seating-chart__tix p {
    font-size: 1.5625em;
    font-weight: 300; }
  .seating-chart__tix .tedx-cta, .seating-chart__tix .super-header .super-header-ctas a, .super-header .super-header-ctas .seating-chart__tix a {
    font-size: 1.5em;
    padding: 25px 70px;
    margin-top: 40px; }

.simple-copy-content {
  width: 66.6%; }
  @media (min-width: 1069px) {
    .simple-copy-content {
      font-size: 1.5em; } }
  @media (max-width: 580px) {
    .simple-copy-content {
      width: 100%; } }

/* ------------------------------------------
 * --speaker grid
 * ------------------------------------------ */
.block--all_speakers {
  padding-bottom: 0px; }

.speaker-grids section {
  padding-top: 60px;
  padding-bottom: 60px; }
  .speaker-grids section:nth-child(even) {
    background-color: #dfdfdf; }
  .speaker-grids section header {
    padding-bottom: 10px; }

.speaker-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .speaker-grid-container .thumbnail {
    position: relative;
    width: 100%; }
    .speaker-grid-container .thumbnail.thumb-placeholder {
      height: 0;
      padding-bottom: 50%;
      background-color: #f1f1f1; }
    .speaker-grid-container .thumbnail img {
      display: block;
      width: 100%; }

/* ------------------------------------------
 * --team
 * ------------------------------------------ */
.block--team_grid {
  margin-bottom: -50px; }

.tedx-team-member {
  text-align: center;
  margin-bottom: 50px; }
  .tedx-team-member a {
    color: inherit;
    text-decoration: none; }
  .tedx-team-member h4 {
    color: #e62b1e; }
  .tedx-team-member h6 {
    text-transform: uppercase;
    letter-spacing: .05em; }

.team-heading {
  padding-bottom: 25px; }

.team-heading-wrapper {
  font-size: 1.5em; }

/* ------------------------------------------
 * --text with icon
 * ------------------------------------------ */
.text-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.25em; }
  @media (min-width: 1069px) {
    .text-with-icon {
      width: 66.6666%; } }
  @media (max-width: 580px) {
    .text-with-icon p {
      font-size: .8em; } }
  @media (max-width: 580px) {
    .text-with-icon h4 {
      font-size: 1em; } }
  .text-with-icon .block-icon {
    width: 80px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .text-with-icon .block-icon img {
      display: block;
      width: 100%; }
  .text-with-icon .block-copy {
    padding-left: 20px; }
  .text-with-icon h2, .text-with-icon .video-filter label, .video-filter .text-with-icon label {
    margin-bottom: 10px; }

.block--text_with_icon + .block--text_with_icon {
  padding-top: 0; }

.top-banner__bg-video-wrapper {
  -o-object-fit: cover;
     object-fit: cover;
  position: relative; }
  @media (min-width: 861px) {
    .top-banner__bg-video-wrapper {
      max-height: calc(100vh - 123px - 32px); } }
  .top-banner__bg-video-wrapper video {
    width: 100%;
    z-index: -99;
    display: block;
    background-color: #000; }
  .top-banner__bg-video-wrapper .block-header {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
    @media (min-width: 1069px) {
      .top-banner__bg-video-wrapper .block-header {
        position: absolute;
        bottom: 0; } }
    .top-banner__bg-video-wrapper .block-header .top-banner-text {
      padding: 40px 10px;
      position: relative; }
      @media (max-width: 1068px) {
        .top-banner__bg-video-wrapper .block-header .top-banner-text {
          width: 100%; }
          .top-banner__bg-video-wrapper .block-header .top-banner-text h1 {
            font-size: 2.25em;
            line-height: 1; } }
      @media (min-width: 1069px) {
        .top-banner__bg-video-wrapper .block-header .top-banner-text {
          padding: 20px 10px;
          background-color: #dfdfdf; } }
      @media (min-width: 1069px) {
        .top-banner__bg-video-wrapper .block-header .top-banner-text:before {
          content: "";
          display: block;
          height: calc(100% + 20px);
          background-color: #dfdfdf;
          width: calc(20px + 50vw - (1220px / 2));
          position: absolute;
          top: 0;
          right: 100%; } }

body.home .block--top_banner {
  padding: 0; }

/* ------------------------------------------
 * --upcoming speakers
 * ------------------------------------------ */
.block--upcoming_speakers {
  background-color: #e62b1e;
  padding-top: 217px;
  margin-top: -217px;
  padding-bottom: 230px;
  margin-bottom: -140px; }
  @media (min-width: 581px) {
    .block--upcoming_speakers {
      padding-top: 119px;
      margin-top: -119px; } }
  @media (min-width: 861px) {
    .block--upcoming_speakers {
      padding-top: 143px;
      margin-top: -143px; } }
  @media (min-width: 1069px) {
    .block--upcoming_speakers {
      padding-top: 163px;
      margin-top: -163px; } }
  .block--upcoming_speakers .upcoming-speakers {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    .block--upcoming_speakers .upcoming-speakers h6 {
      color: #fff; }

.upcoming-speakers-container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }
  @media (min-width: 1069px) {
    .upcoming-speakers-container {
      padding-top: 40px; } }
  .upcoming-speakers-container .upcoming-intro {
    margin: 0 auto 40px;
    max-width: 1280px;
    width: 100%;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff; }
    @media (min-width: 1069px) {
      .upcoming-speakers-container .upcoming-intro {
        font-size: 2.5em;
        margin-bottom: 80px; } }
  .upcoming-speakers-container h2, .upcoming-speakers-container .video-filter label, .video-filter .upcoming-speakers-container label {
    font-size: 2em;
    display: inline-block;
    border-bottom: 4px solid currentcolor;
    padding-bottom: 4px; }
  .upcoming-speakers-container .buy-btn {
    background: #8adeff;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    padding: 15px 30px 15px 30px;
    margin-top: 10px; }

.upcoming-speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center; }
  .upcoming-speakers .upcoming-speaker {
    padding: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%; }
    @media only screen and (max-width: 768px) {
      .upcoming-speakers .upcoming-speaker {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (max-width: 580px) {
      .upcoming-speakers .upcoming-speaker {
        width: 100%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .upcoming-speakers .upcoming-speaker a {
      text-decoration: none;
      color: inherit; }
    .upcoming-speakers .upcoming-speaker h4 {
      font-size: 2.125em;
      margin-bottom: 6px; }
    .upcoming-speakers .upcoming-speaker h6 {
      text-transform: uppercase;
      letter-spacing: .05em; }
    .upcoming-speakers .upcoming-speaker .speaker-thumb {
      width: 100%;
      max-width: 200px;
      margin: 0 auto;
      overflow: hidden;
      margin-bottom: 10px; }
      .upcoming-speakers .upcoming-speaker .speaker-thumb img {
        width: 100%;
        display: block;
        border-radius: 50%; }

.feature-title {
  margin-left: 10px;
  font-weight: 600;
  margin: 16px; }

.thumbnail {
  position: relative;
  width: 100%; }

.additional-guests {
  margin: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center; }

.additional-guests__block {
  width: 100%; }

.additional-guests__list {
  margin: 30px 0;
  font-size: 2em;
  font-weight: bold;
  padding: 40px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%; }
  @media only screen and (max-width: 768px) {
    .additional-guests__list {
      width: 50%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; } }
  @media (max-width: 580px) {
    .additional-guests__list {
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; } }

/* ------------------------------------------
 * --video grid
 * ------------------------------------------ */
.block--all_videos {
  padding-bottom: 0px; }

.video-grids section {
  padding-top: 60px;
  padding-bottom: 60px; }
  .video-grids section:nth-child(even) {
    background-color: #dfdfdf; }
  .video-grids section header {
    padding-bottom: 10px; }

.video-grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .video-grid-container .single-talk {
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%; }
    @media (max-width: 860px) {
      .video-grid-container .single-talk {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
    @media (max-width: 580px) {
      .video-grid-container .single-talk {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
    .video-grid-container .single-talk .single-talk-link {
      background-color: #fff;
      height: 100%;
      font-size: 18px;
      text-decoration: none;
      display: block;
      border-top: 2px solid #e62b1e;
      box-shadow: 1px 1px 4px 0 rgba(51, 51, 51, 0.3); }
  .video-grid-container .single-talk-thumb {
    position: relative; }
    .video-grid-container .single-talk-thumb .icon-play-talk {
      position: absolute;
      z-index: 1;
      top: 50%;
      left: 50%;
      display: block;
      width: 60px;
      height: 60px;
      -webkit-transform: translate(-50%, -50%) scale(1);
              transform: translate(-50%, -50%) scale(1);
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
      .video-grid-container .single-talk-thumb .icon-play-talk:hover {
        -webkit-transform: translate(-50%, -50%) scale(1.3);
                transform: translate(-50%, -50%) scale(1.3); }
      .video-grid-container .single-talk-thumb .icon-play-talk svg {
        max-height: 100%; }
  .video-grid-container .thumbnail {
    position: relative;
    width: 100%; }
    .video-grid-container .thumbnail.thumb-placeholder {
      height: 0;
      padding-bottom: 50%;
      background-color: #f1f1f1; }
    .video-grid-container .thumbnail img {
      display: block;
      width: 100%; }
  .video-grid-container .video-meta {
    padding: 0 20px 20px; }
  .video-grid-container .speaker-name {
    position: relative;
    z-index: 2;
    margin-top: -16px; }
    .video-grid-container .speaker-name span {
      display: inline-block;
      color: white;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: .1em;
      background: #e62b1e;
      padding: 8px 12px;
      z-index: 20; }
  .video-grid-container .talk-title {
    margin-top: 10px;
    font-weight: bold;
    color: #202020; }
    .video-grid-container .talk-title a {
      text-decoration: none;
      color: inherit; }

/**
 * --video slider
 */
.video-grid-container.thumb-slider {
  display: block;
  position: relative; }
  .video-grid-container.thumb-slider .single-talk {
    display: none;
    float: left; }
  .video-grid-container.thumb-slider .slick-initialized .single-talk {
    display: block; }
  .video-grid-container.thumb-slider .icon-more-talks {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    right: -66px; }
    .video-grid-container.thumb-slider .icon-more-talks svg {
      display: block;
      width: 56px;
      height: 56px; }
  .video-grid-container.thumb-slider .icon-less-talks {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: -66px; }
    .video-grid-container.thumb-slider .icon-less-talks svg {
      display: block;
      width: 56px;
      height: 56px; }

.related-content {
  border-top: 2px solid #202020;
  padding-top: 20px;
  padding-bottom: 60px; }
  .related-content.borderless {
    border-top: 0px; }
  .home .related-content {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 0; }

/**
 * arsenal
 * uncomment any modules you will not be using
 */
/* ==============================================================
 *
 * Arsenal - slider
 *  - styles for the slider
 *
 * ============================================================== */
/* --------------------------------------------
 * --slider
 * -------------------------------------------- */
.sk-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.sk-slider .slick-track,
.sk-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.sk-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .sk-slide {
    float: right; }
  .sk-slide img {
    display: block; }
  .sk-slide.slick-loading img {
    display: none; }
  .sk-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .sk-slide {
    display: block; }
  .slick-loading .sk-slide {
    visibility: hidden; }
  .slick-vertical .sk-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  margin: 0;
  padding: 0;
  list-style: none; }

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