/*
Theme Name: 6degrees Theme
Theme URI: http://6degreesto.com
Author: Puncture Branding & Design
Author URI: http://puncture.co
Description: Theme for 6degreesto.com. Designed by Puncture Branding & Design.
Version: 1.0
Date created: Apr 20, 2016
Date revised: Sep 23, 2017
*/
/**
 * Live Video
 */
#live-video iframe { width: 100%; height: 80vh; }
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(https://www.6degreesto.com/wp-content/themes/6degrees/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
/* Web Fonts from old code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@font-face {
  font-family: 'NeueHaasUnicaPro';
  src: url('fonts/NeueHaasUnicaProRegular.eot');
  src: url('fonts/NeueHaasUnicaProRegular.eot#iefix') format('embedded-opentype'), url('fonts/NeueHaasUnicaProRegular.woff') format('woff2'), url('fonts/NeueHaasUnicaProRegular.woff') format('woff'), url('fonts/NeueHaasUnicaProRegular.ttf') format('truetype'), url('fonts/NeueHaasUnicaProRegular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeueHaasUnicaPro';
  src: url('fonts/NeueHaasUnicaProBold.eot');
  src: url('fonts/NeueHaasUnicaProBold.eot#iefix') format('embedded-opentype'), url('fonts/NeueHaasUnicaProBold.woff') format('woff2'), url('fonts/NeueHaasUnicaProBold.woff') format('woff'), url('fonts/NeueHaasUnicaProBold.ttf') format('truetype'), url('fonts/NeueHaasUnicaProBold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'NeueHaasUnicaPro';
  src: url('fonts/NeueHaasUnicaProItalic.eot');
  src: url('fonts/NeueHaasUnicaProItalic.eot#iefix') format('embedded-opentype'), url('fonts/NeueHaasUnicaProItalic.woff') format('woff2'), url('fonts/NeueHaasUnicaProItalic.woff') format('woff'), url('fonts/NeueHaasUnicaProItalic.ttf') format('truetype'), url('fonts/NeueHaasUnicaProItalic.svg') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'NeueHaasUnicaProMedium';
  src: url('fonts/NeueHaasUnicaProMedium.eot');
  src: url('fonts/NeueHaasUnicaProMedium.eot') format('embedded-opentype'), url('fonts/NeueHaasUnicaProMedium.woff') format('woff2'), url('fonts/NeueHaasUnicaProMedium.woff') format('woff'), url('fonts/NeueHaasUnicaProMedium.ttf') format('truetype'), url('fonts/NeueHaasUnicaProMedium.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeueHaasUnicaProHeavy';
  src: url('fonts/NeueHaasUnicaProHeavy.eot');
  src: url('fonts/NeueHaasUnicaProHeavy.eot') format('embedded-opentype'), url('fonts/NeueHaasUnicaProHeavy.woff') format('woff2'), url('fonts/NeueHaasUnicaProHeavy.woff') format('woff'), url('fonts/NeueHaasUnicaProHeavy.ttf') format('truetype'), url('fonts/NeueHaasUnicaProHeavy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeueHaasUnicaProHeavy';
  src: url('fonts/NeueHaasUnicaProHeavy.eot');
  src: url('fonts/NeueHaasUnicaProHeavy.eot') format('embedded-opentype'), url('fonts/NeueHaasUnicaProHeavy.woff') format('woff2'), url('fonts/NeueHaasUnicaProHeavy.woff') format('woff'), url('fonts/NeueHaasUnicaProHeavy.ttf') format('truetype'), url('fonts/NeueHaasUnicaProHeavy.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'NeueHaasUnicaPro-XBlack';
  src: url('fonts/NeueHaasUnicaPro-XBlack.eot');
  src: url('fonts/NeueHaasUnicaPro-XBlack.eot') format('embedded-opentype'), url('fonts/NeueHaasUnicaPro-XBlack.woff') format('woff'), url('fonts/NeueHaasUnicaPro-XBlack.ttf') format('truetype'), url('fonts/NeueHaasUnicaPro-XBlack.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.opacity-hover {
  -webkit-transition: opacity 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transition: opacity 200ms;
}
.opacity-hover:hover {
  opacity: 0.75;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.hover-animation {
  -webkit-transition: all 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transition: all 200ms;
}
.hover-animation:hover {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.base-2017 {
  line-height: 1.15;
}
.base-2017 * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.base-2017 a[href^="#"] {
  cursor: default;
}
.base-2017 img {
  width: auto;
  max-width: 100%;
}
.base-2017 h1 {
  font-size: 61px;
  line-height: .9;
  font-family: 'NeueHaasUnicaProHeavy';
}
@media only screen and (max-width: 767px) {
  .base-2017 h1 {
    font-size: 50px;
  }
}
.base-2017 h2 {
  line-height: 1;
  text-transform: none;
  font-size: 46px;
  font-family: 'NeueHaasUnicaProHeavy';
}
@media only screen and (max-width: 767px) {
  .base-2017 h2 {
    font-size: 36px;
  }
}
.base-2017 h3 {
  font-family: 'NeueHaasUnicaProHeavy';
  font-size: 19px;
}
.base-2017 label {
  color: #ffff00;
  font-size: 19px;
  font-family: 'NeueHaasUnicaProHeavy';
}
.base-2017 p.heavy {
  padding-top: 20px;
  font-size: 20px;
  font-family: 'NeueHaasUnicaProHeavy';
}
.base-2017 p.italic {
  font-family: 'NeueHaasUnicaPro';
  font-size: 21px;
  font-style: italic;
}
.base-2017 .by {
  font-size: 15px;
  display: block;
  font-weight: bold;
}
.base-2017 form {
  margin-bottom: 10px;
}
.base-2017 input[type="text"],
.base-2017 input[type="email"],
.base-2017 input[type="search"] {
  width: 240px;
  padding: 3px;
  height: 30px;
  display: inline-block;
}
.base-2017 input[type="submit"] {
  height: 30px;
  background-color: #000000;
  color: white;
  border-color: #000000;
  border-style: solid;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  font-family: 'NeueHaasUnicaProHeavy';
  font-size: 19px;
  padding: 0 10px;
  -webkit-transition: all 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transition: all 200ms;
}
.base-2017 input[type="submit"]:hover {
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.base-2017 input[type="submit"]:hover {
  color: #ffff00;
}
.no-desktop-2017 {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .no-desktop-2017 {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .no-mobile-2017 {
    display: none;
  }
}
.c {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  position: relative;
}
.c-wide {
  max-width: 1500px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-wrapper object,
.video-wrapper embed,
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-pink {
  background-color: #ff00ff;
}
.bg-yellow {
  background-color: #ffff00;
}
.bg-black {
  background-color: #000000;
  color: #ffffff;
}
.bg-white {
  background-color: #ffffff;
}
.center-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.extend-bg-cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.hidden-screenreader {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
button {
  border: none;
  cursor: pointer;
}
.extend-button--color {
  font-size: 21px;
  padding: 8px 10px 12px 10px;
  font-family: 'NeueHaasUnicaProHeavy';
  display: inline-block;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.extend-button--color:hover {
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.button--black {
  font-size: 21px;
  padding: 8px 10px 12px 10px;
  font-family: 'NeueHaasUnicaProHeavy';
  display: inline-block;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  background-color: #000000;
  color: #ffffff;
}
.button--black:hover {
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.button--black:hover {
  color: #ffff00;
}
.button--pink {
  font-size: 21px;
  padding: 8px 10px 12px 10px;
  font-family: 'NeueHaasUnicaProHeavy';
  display: inline-block;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  background-color: #ff00ff;
  color: #ffffff;
}
.button--pink:hover {
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.button--pink:hover {
  color: #ffff00;
}
.button--yellow {
  font-size: 21px;
  padding: 8px 10px 12px 10px;
  font-family: 'NeueHaasUnicaProHeavy';
  display: inline-block;
  -webkit-transition: color 300ms;
  transition: color 300ms;
  background-color: #ffff00;
  color: #000000;
}
.button--yellow:hover {
  -webkit-transition: color 300ms;
  transition: color 300ms;
}
.button--yellow:hover {
  color: #ff00ff;
}
.extend-label {
  font-size: 46px;
  font-family: 'NeueHaasUnicaProHeavy';
  padding: 5px 10px 10px 10px;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .extend-label {
    font-size: 36px;
  }
}
.label--black {
  font-size: 46px;
  font-family: 'NeueHaasUnicaProHeavy';
  padding: 5px 10px 10px 10px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .label--black {
    font-size: 36px;
  }
}
.label--yellow {
  font-size: 46px;
  font-family: 'NeueHaasUnicaProHeavy';
  padding: 5px 10px 10px 10px;
  display: inline-block;
  background-color: #ffff00;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .label--yellow {
    font-size: 36px;
  }
}
.label--white {
  font-size: 46px;
  font-family: 'NeueHaasUnicaProHeavy';
  padding: 5px 10px 10px 10px;
  display: inline-block;
  background-color: #ffffff;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .label--white {
    font-size: 36px;
  }
}
.owl-nav {
  position: absolute;
  top: 0;
  width: 100%;
}
.owl-next {
  content: '';
}
.owl-next:after {
  font-size: 72px;
  content: '›';
  font-family: 'NeueHaasUnicaProHeavy';
  position: absolute;
  top: 35px;
  right: -20px;
}
.owl-next.disabled {
  opacity: 0;
}
.owl-prev {
  content: '';
}
.owl-prev:after {
  font-size: 72px;
  content: '‹';
  font-family: 'NeueHaasUnicaProHeavy';
  position: absolute;
  top: 35px;
  left: -20px;
}
.owl-prev.disabled {
  opacity: 0;
}
/*! ================================
// Description: Custom CSS for 6degreescanada.com
// Version: 1.0
// Author: Jonathan Gallivan @ Gallivan Media for Puncture Branding & Design
// Author URI: http://gallivanmedia.com / http://puncture.co
// Date created: Apr 20, 2016
// Date revised: Oct 17, 2016
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css
    _   __                           ___          
   / | / /___  _________ ___  ____ _/ (_)___  ___ 
  /  |/ / __ \/ ___/ __ `__ \/ __ `/ / /_  / / _ \
 / /|  / /_/ / /  / / / / / / /_/ / / / / /_/  __/
/_/ |_/\____/_/  /_/ /_/ /_/\__,_/_/_/ /___/\___/ 

*/
progress,
sub,
sup {
  vertical-align: baseline;
}
button,
hr,
input {
  overflow: visible;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
figcaption,
menu,
article,
aside,
details,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background-color: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}
optgroup {
  font-weight: 700;
}
button,
select {
  text-transform: none;
}
[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/*! PocketGrid 1.1.0 | MIT License | http://arnaudleray.github.io/pocketgrid/
    ____             __        __  ______     _     __
   / __ \____  _____/ /_____  / /_/ ____/____(_)___/ /
  / /_/ / __ \/ ___/ //_/ _ \/ __/ / __/ ___/ / __  / 
 / ____/ /_/ / /__/ ,< /  __/ /_/ /_/ / /  / / /_/ /  
/_/    \____/\___/_/|_|\___/\__/\____/_/  /_/\__,_/   

*/
.block-group,
.block,
.block-group:after,
.block:after,
.block-group:before,
.block:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-group {
  *zoom: 1;
}
.block-group:before,
.block-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.block-group:after {
  clear: both;
}
.block-group {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.block-group > .block-group {
  clear: none;
  float: left;
  margin: 0 !important;
}
.block {
  float: left;
  width: 100%;
}
/* Layout
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000;
  background-color: #fff;
  font-family: NeueHaasUnicaPro, Times, "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4em;
  -webkit-text-size-adjust: 100%;
}
.wrapper {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 962px;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 100%;
}
.col-3 {
  width: 100%;
}
.col-4 {
  width: 100%;
}
.col-5 {
  width: 100%;
}
.col-6 {
  width: 100%;
}
.col-7 {
  width: 100%;
}
.col-8 {
  width: 100%;
}
.col-9 {
  width: 100%;
}
.col-10 {
  width: 100%;
}
.col-11 {
  width: 100%;
}
.col-12 {
  width: 100%;
}
.half {
  width: 50%;
}
.third {
  width: 33.333333333333%;
}
.mobile-half {
  width: 50%;
}
.two-thirds {
  width: 66.666666666666%;
}
.a-right {
  text-align: left;
}
.a-centre {
  text-align: center;
}
img {
  width: 100%;
  height: auto;
  outline: 0;
}
.no-mobile {
  display: none;
}
.no-desktop {
  display: block;
}
.no-scroll {
  position: fixed;
}
.small-pad-top {
  padding-top: 42px;
}
.big-pad-top {
  padding-top: 52px;
}
.small-pad-bottom {
  padding-bottom: 32px;
}
.big-pad-bottom {
  padding-bottom: 52px;
}
.small-pad-bottom {
  padding-bottom: 26px;
}
.rel {
  position: relative;
}
/* Typography
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
a {
  color: #000;
  text-decoration: none;
}
h1 {
  margin: 0;
  padding: 0 0 30px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
h1.unpadded {
  padding: 0;
}
h1.heavy {
  padding: 15px 0 40px 0;
  font-family: NeueHaasUnicaProHeavy;
  text-transform: none;
}
h1.grand {
  font-size: 22px;
  line-height: 24px;
  text-transform: none;
}
h1.statement {
  padding: 3% 0 1% 0;
  font-size: 24px;
  line-height: 26px;
  text-transform: none;
}
h2 {
  margin: 0;
  padding: 0 0 30px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
}
h2.sub-heading {
  font-size: 14px;
  line-height: 14px;
  padding-bottom: 15px;
}
h2.sub-heading.fellowship-partners {
  padding-bottom: 30px;
}
p {
  margin: 0 0 20px 0;
}
.copy p {
  font-size: 17px;
  line-height: 23px;
}
.invisible {
  visibility: hidden;
}
u {
  text-decoration: none;
  box-shadow: inset 0 -1.5px 0 #ffffff, inset 0 -3px 0 #000000;
}
u.yellow {
  box-shadow: inset 0 -1.5px 0 #ffff00, inset 0 -3px 0 #000000;
}
u.grey {
  box-shadow: inset 0 -1.5px 0 #e3e3e3, inset 0 -3px 0 #000000;
}
/* Global
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
#content-spacer {
  display: none;
}
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  max-width: 500px;
  padding-bottom: 15px;
}
.alignleft {
  float: left;
  padding-right: 15px;
}
.alignright {
  float: right;
  padding-left: 15px;
}
.aligncenter {
  text-align: center;
}
.circle-img {
  text-align: center;
}
.circle-img img {
  border-radius: 50%;
}
.map-meta {
  padding-bottom: 10px;
  min-height: 80px;
}
.google-map {
  position: relative;
  width: 100%: height: 300px;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.meta {
  font-family: NeueHaasUnicaProMedium;
  font-size: 17px;
  line-height: 20px;
}
.page-section {
  margin: 20px 0 0 0;
}
.listing {
  margin: -5px -6px;
}
.list-item {
  padding: 5px 6px;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
#embedded-livestream {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
#embedded-livestream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.view-more {
  text-align: right;
}
.view-more a {
  font-weight: bold;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  box-shadow: inset 0 -1.5px 0 #ffffff, inset 0 -3px 0 #000000;
}
.view-more a.yellow {
  box-shadow: inset 0 -1.5px 0 #ffff00, inset 0 -3px 0 #000000;
}
.video-wall {
  display: table;
  position: relative;
  width: 100%;
}
.video-wall .overlay {
  display: table-cell;
  position: absolute;
  width: 60%;
  margin: auto;
  padding: 1% 20% 0 20%;
  text-align: center;
  vertical-align: middle;
}
.video-wall .overlay h3 {
  font-size: 24px;
  line-height: 1;
  color: #fff;
  text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.79);
}
.video-wall .overlay p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.79);
}
.video-wall video {
  width: 100%;
  height: auto;
}
.expander {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  box-shadow: inset 0 -1.5px 0 #ffffff, inset 0 -3px 0 #000000;
}
.expanded {
  display: none;
  padding: 15px 0 10px 0;
}
.buy-button {
  display: inline-block;
  margin: 4px 2px;
  padding: 12px 30px 14px 30px;
  background-color: #ff0;
  border: none;
  font-family: NeueHaasUnicaProMedium;
  font-size: 17px;
  color: #000;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.buy-button:hover {
  text-decoration: none;
}
.buy-button.wide {
  display: block;
}
.mobile-buy {
  clear: left;
  padding-top: 10px;
}
.mobile-buy .buy-button {
  display: block;
  margin: 0 20px;
  padding: 12px 0 14px 0;
}
.back-link {
  margin: 2em 0;
  clear: both;
}
.back-link a {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.back-link a:hover {
  color: #000;
}
.hero-image {
  margin: -81px 0 3em 0;
}
.hero-image.no-desktop {
  margin: -69px 0 3em 0;
}
#feature-image {
  width: 100%;
  padding: 0;
}
#slideshow {
  position: relative;
}
#slideshow .video-container,
#slideshow .video-container iframe {
  max-height: 474px;
}
#slideshow #circle-image-left {
  padding-right: 5px;
}
#slideshow #circle-image-right {
  padding-left: 5px;
}
#gallery {
  padding-top: 1em;
}
#modal-fade {
  display: none;
  position: fixed;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .6;
}
#social-sharing {
  padding: 0;
}
.share-buttons a {
  display: inline;
  margin: 0 15px 0 0;
  padding: 0;
  font-size: 1.3em;
}
.share-buttons a:hover {
  color: #f0f;
}
.jumptarget::before {
  content: "";
  display: block;
  height: 24px;
  margin: -24px 0 0;
}
video::-webkit-media-controls {
  display: none !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
}
.modal-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.modal-close img {
  max-width: 15px;
  height: auto;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
  cursor: pointer;
}
.modal-close img:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.highlighted-yellow-page-section {
  display: block;
  overflow: hidden;
  padding: 0;
  background-color: #ff0;
}
.highlighted-grey-page-section {
  display: block;
  overflow: hidden;
  padding: 0;
  background-color: #e3e3e3;
}
/* Google Maps
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}
a[href^="https://maps.google.com/maps"] {
  display: none !important;
}
.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}
.gmnoprint div {
  background: none !important;
}
#locations {
  position: relative;
}
#locations-list {
  min-height: 400px;
  padding-top: 45px;
  background-color: #ff0;
}
/* Tickets
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.pass {
  margin-bottom: 15px;
  background-color: #f4f4f4;
}
.full-pass-details {
  width: 100%;
  padding: 20px 20px 0 20px;
}
.full-pass-details p {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}
.full-pass-details .note p {
  font-size: 14px;
  line-height: 17px;
  color: #4a4a4a;
  text-align: center;
  padding-right: 10%;
}
.full-pass-image {
  width: 50%;
  max-width: 320px;
  padding: 0 5px 0 10px;
}
.full-pass-icon {
  width: 50%;
  max-width: 320px;
  padding: 0 10px 0 5px;
}
.pass-details-group {
  padding: 20px 20px 5px 20px;
  background-color: #f4f4f4;
}
.pass-details {
  width: 100%;
}
.pass-details .meta {
  padding-left: 20px;
}
.pass-details p {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.pass-details .note p {
  padding: 1em 0 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
  color: #4a4a4a;
}
.pass-image {
  margin-bottom: 12px;
}
ul#faqs {
  margin: 0;
  padding: 0;
}
ul#faqs li {
  list-style-type: none;
  padding-bottom: .6em;
}
.terms {
  margin-top: -10px;
}
.terms p {
  font-size: 14px;
  line-height: 17px;
}
/* Speakers
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
#speakers {
  position: relative;
}
.speaker {
  padding-bottom: 30px;
}
.speaker:nth-child(2n+1) {
  clear: left;
}
.speaker .circle-img img {
  margin-bottom: 12px;
}
.speaker-event-list {
  min-height: 38.5px;
}
.speaker-box {
  display: none;
  position: absolute;
  z-index: 100001;
  width: 90%;
  margin: 0 5%;
  height: auto;
  left: 0;
  padding: 1em 0 1.6em 0;
  background-color: #ff0;
}
.speaker-meta {
  padding-left: 15px;
}
.speaker-event,
.speaker-datetime {
  padding-left: 0;
}
.speaker-meta-data {
  padding: 1em;
}
.speaker-social {
  white-space: nowrap;
  font-size: 21px;
  font-weight: bold;
  text-align: right;
}
.speaker-social i {
  padding: 0 5px;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
}
.speaker-social i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.speaker-image {
  padding: 1em;
}
.speaker-name {
  padding: 0 0 1em 0;
  font-size: 18px;
}
.speaker-bio {
  padding: 1em;
  font-family: NeueHaasUnicaPro;
  font-weight: normal;
}
.speaker-short-bio {
  padding-top: 15px;
}
.speaker-short-bio p {
  font-weight: normal;
}
.speaker-box-trigger {
  cursor: pointer;
}
.view-full-lineup {
  padding-bottom: 3em;
}
/* Program
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.program-heading {
  background-color: #ff0;
}
#program-dates {
  background-color: #ff0;
}
.program-dates-image {
  margin: 0 2.8em 3em 0;
}
.program-dates-image img {
  max-width: 400px;
}
.event-column.homepage {
  padding-bottom: 1.5em;
}
.event-column.homepage:nth-of-type(1n+5) {
  display: none;
}
.event-column-listing {
  width: 30%;
  margin: 0 3% 3em 0;
}
.event-column:nth-child(4n+1) {
  clear: left;
}
.event-column .circle-img {
  padding: 0 3%;
}
.event-column .circle-img img {
  margin-bottom: 5px;
}
.event-column-date-header {
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.event-column-date {
  padding-top: 1em;
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.event-column-time {
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.feature-event .event-column-time {
  padding-bottom: 0;
}
.event-column-title {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
.event-column-description {
  font-family: NeueHaasUnicaProMedium;
  font-size: 14px;
  line-height: 17px;
}
.program-event {
  padding-bottom: 1em;
  font-family: NeueHaasUnicaProMedium;
  font-size: 14px;
  line-height: 17px;
}
#program-event-listing {
  margin-top: 2em;
  margin-bottom: 2em;
}
#program-event-listing .event-column-date {
  font-size: 20px;
  line-height: 21px;
}
.has-date {
  margin-top: 0;
}
.no-date {
  margin-top: -2em;
}
.view-full-program {
  padding: 2em 0 0 0;
}
/* Fellows
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
#fellows-container {
  margin-top: 92px;
}
#fellows {
  position: relative;
}
.feature-fellow {
  padding: 30px 0 0 0;
}
.feature-fellow-img {
  padding-right: 10px;
}
.feature-fellow img {
  max-width: 400px;
}
.feature-fellow .feature-fellow-content {
  position: relative;
}
.fellow {
  padding-bottom: 20px;
}
.fellow:nth-child(2n+1) {
  clear: left;
}
.feature-fellow-content {
  padding-top: 20px;
}
.fellow .circle-img img {
  max-width: 350px;
  margin-top: 12px;
}
.fellow-box {
  display: none;
  position: absolute;
  z-index: 100001;
  width: 90%;
  margin: 0 5%;
  height: auto;
  left: 0;
  padding: 1em 0 1.6em 0;
  background-color: #ff0;
}
.fellow-meta {
  padding-left: 15px;
}
.fellow-meta-data {
  padding: 1em;
}
.fellow-social {
  position: absolute;
  top: 36px;
  right: 0;
  font-size: 21px;
  font-weight: bold;
  text-align: right;
}
.feature-fellow .fellow-social {
  right: 15%;
}
.feature-fellow .fellow-social {
  font-size: 22px;
}
.fellow-social i {
  padding: 0 5px;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
}
.fellow-social i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.fellow-box .fellow-social {
  position: relative;
}
.fellow-image {
  padding: 1em;
}
.fellow-name {
  padding: 0 0 1em 0;
  font-size: 18px;
}
.fellow-bio {
  padding: 1em 2em 0 0;
  font-family: NeueHaasUnicaPro;
  font-weight: normal;
}
.fellow-box-trigger {
  cursor: pointer;
}
#fellowship-partners {
  margin-bottom: 2em;
}
img.fellowship-partner-logo {
  float: left;
  padding: 0 45px 15px 0;
  width: auto;
  height: 45px;
}
img.fellowship-partner-logo.featured {
  height: 60px;
}
/* About
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.founding-circle:nth-child(5n+1) {
  clear: left;
}
.key-team-member {
  padding-bottom: 32px;
}
.key-team-member:nth-child(2n+1) {
  clear: left;
}
.key-team-member .circle-img img {
  max-width: 350px;
  margin-top: 12px;
}
#team-members {
  margin-top: 0;
}
.team-member:nth-child(2n+1) {
  clear: left;
}
.board-member:nth-child(1n+1) {
  clear: left;
  padding-bottom: 1em;
}
#contacts {
  margin-bottom: 35px;
}
#contacts a {
  box-shadow: inset 0 -1.5px 0 #ffffff, inset 0 -3px 0 #000000;
}
.contact:nth-child(4n+1) {
  clear: left;
}
/* Partners
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
#partner-quote {
  padding: 1em 0 2em 0;
  text-align: center;
}
#partner-quote.pink {
  padding: 5em 0 5em 0;
  background-color: #ff00ff;
}
#partner-quote .partner-quote-copy {
  padding: 0 .4em;
}
#partner-quote h2 {
  margin: 0 0 3% 0;
  padding: 0;
  font-size: 26px;
  line-height: 27px;
  text-transform: none;
}
#partner-quote div {
  font-weight: bold;
  font-size: 13px;
  line-height: 14px;
}
#partner-text {
  padding: 2em 0 2em 0;
}
#partner-text div {
  font-size: 17px;
  font-weight: bold;
  line-height: 23px;
  text-align: center;
}
.partner-image {
  position: relative;
}
.partner-image img {
  display: block;
  z-index: 0;
  margin: 0;
  padding: 0;
}
.partner-image .image-overlay-text {
  position: absolute;
  z-index: 10;
  padding: 3% 7%;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 12px;
  color: #fff;
  text-shadow: 1px 1px 13px rgba(0, 0, 0, 0.79);
}
.partner-image .image-overlay-text.white {
  color: #fff;
}
.partner-image .image-overlay-text.black {
  color: #000;
}
.founder {
  padding: 2em 0 2em 0;
  width: 33.3%;
  text-align: center;
}
.founder:nth-child(3n+1) {
  clear: left;
}
.visionary .founder {
  width: 50%;
}
.visionary .founder:nth-child(3n+1) {
  clear: none;
}
.visionary .founder:nth-child(2n+1) {
  clear: left;
}
.founder.Black {
  background-color: #000;
  color: #fff;
}
.founder.Blue {
  background-color: #00f;
  color: #fff;
}
.founder.Pink {
  background-color: #f0f;
  color: #000;
}
.founder.Yellow {
  background-color: #ff0;
  color: #000;
}
.founder-title {
  padding: 1.5em 10px 0 10px;
  font-size: 11px;
  line-height: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.founder-full-name {
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  font-size: 15px;
  line-height: 16px;
  font-weight: bold;
}
.founder-button {
  padding: .5em 0 1em 0;
}
.founder-button img {
  max-width: 25px;
  height: auto;
}
.founder-box {
  display: none;
  position: absolute;
  z-index: 100001;
  width: 70%;
  max-width: 960px;
  margin: 0 5%;
  height: auto;
  left: 50%;
  padding: 1em 0 1.6em 0;
  background-color: #ff0;
  color: #000;
  text-align: left;
  transform: translateX(-50%);
}
.founder-meta {
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
}
.founder-website {
  padding-left: 0;
}
.founder-meta-data {
  padding: 1em;
}
.founder-image {
  padding: 1em;
}
.founder-name {
  padding: 0 0 1em 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.founder-bio {
  padding: 1em;
  font-family: NeueHaasUnicaPro;
  font-weight: normal;
}
.founder-website {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.founder-box-trigger {
  cursor: pointer;
}
#partner-listing { margin-bottom: 1em; }
.keypartner {
  position: relative;
  margin: 4em 0 1em 0;
  padding: 0;
  width: 50%;
  text-align: center;
}
.keypartner.full-width { width: 100%; }
.keypartner.Black {
  background-color: #000;
  color: #fff;
}
.keypartner.Blue {
  background-color: #00f;
  color: #fff;
}
.keypartner.Pink {
  background-color: #f0f;
  color: #000;
}
.keypartner.Yellow {
  background-color: #ff0;
  color: #000;
}
.keypartner-title {
  padding: 0 0 1em 0;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  text-transform: uppercase;
}
.keypartner-full-name {
  padding: 0 15px;
  font-size: 24px;
  line-height: 25px;
  font-weight: bold;
}
.keypartner-logo img {
  padding-top: 1em;
  width: 75%;
  height: auto;
  max-width: 200px;
}
.boosted-partner-logo { width: 90% !important; max-width: 275px !important; }
.keypartner-button {
  padding: .5em 0 1em 0;
}
.keypartner-button img {
  max-width: 25px;
  height: auto;
}
.keypartner-box {
  display: none;
  position: absolute;
  z-index: 100001;
  width: 100%;
  max-width: 960px;
  margin: 0 5%;
  height: auto;
  left: 50%;
  padding: 1em 0 1.6em 0;
  background-color: #ff0;
  color: #000;
  text-align: left;
  transform: translateX(-50%);
}
.keypartner-meta {
  padding-left: 15px;
  font-size: 18px;
  font-weight: bold;
}
.keypartner-website {
  padding-left: 0;
}
.keypartner-meta-data {
  padding: 1em;
}
.keypartner-image {
  padding: 1em;
}
.keypartner-image img {
  padding: 1em;
  background: #fff;
}
.keypartner-name {
  padding: 0 0 1em 0;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.keypartner-bio {
  padding: 1em;
  font-family: NeueHaasUnicaPro;
  font-weight: normal;
}
.keypartner-website {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.keypartner-box-trigger {
  cursor: pointer;
}
#keypartner-clear {
  clear: both;
  height: 3em;
}
#partner-contact {
  padding: 5em 0 3em 0;
  background-color: #000;
  color: #fff;
}
.partner-contact-intro {
  padding-right: 30px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
}
.partner-contact-name {
  max-width: 95%;
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
}
.partner-contact-title {
  max-width: 95%;
  padding-bottom: 1em;
  font-weight: bold;
  font-size: 12px;
  line-height: 19px;
}
.partner-contact-email {
  text-align: center;
  margin-left: -50%;
}
/* Articles
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
#article-section {
  padding-bottom: 40px;
}
.article {
  padding-bottom: 52px;
}
.article:nth-child(2n+1) {
  clear: left;
}
.related-articles .article:nth-of-type(1n+3) {
  display: none;
}
.article .article-thumb img {
  margin-bottom: 12px;
}
.article .tags {
  margin-top: 15px;
}
.article .tags a {
  text-decoration: none;
  box-shadow: inset 0 -1.5px 0 #ffffff, inset 0 -3px 0 #000000;
}
.article-meta {
  margin: -15px 0 2em 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
}
/* Locations
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.location {
  padding-bottom: 52px;
}
/* Responsiveness
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media (min-width: 24em) {
  .partner-image .image-overlay-text {
    padding: 5% 12%;
    font-size: 12px;
    line-height: 13px;
  }
  .founder-title {
    font-size: 12px;
    line-height: 13px;
  }
  .founder-full-name {
    font-size: 19px;
    line-height: 21px;
  }
}
@media (min-width: 32em) {
  .partner-image .image-overlay-text {
    padding: 9% 12%;
    font-size: 14px;
    line-height: 16px;
  }
  .founder-full-name {
    font-size: 25px;
    line-height: 26px;
  }
}
@media (min-width: 46em) {
  #content-spacer {
    display: block;
    border-bottom: 2px solid transparent;
  }
  .col-1 {
    width: 8.33333333333333%;
  }
  .col-2 {
    width: 16.66666666666666%;
  }
  .col-3 {
    width: 24.99999999999999%;
  }
  .col-4 {
    width: 33.33333333333332%;
  }
  .col-5 {
    width: 41.66666666666665%;
  }
  .col-6 {
    width: 49.99999999999998%;
  }
  .col-7 {
    width: 58.33333333333331%;
  }
  .col-8 {
    width: 66.66666666666664%;
  }
  .col-9 {
    width: 74.99999999999997%;
  }
  .col-10 {
    width: 83.3333333333333%;
  }
  .col-11 {
    width: 91.66666666666663%;
  }
  .col-12 {
    width: 100%;
  }
  .no-mobile {
    display: block;
  }
  .no-desktop {
    display: none;
  }
  header.wrapper {
    padding-top: 80px;
  }
  .copy p {
    font-size: 14px;
    line-height: 17px;
  }
  .copy.article-copy p {
    font-size: 17px;
    line-height: 23px;
  }
  h1 {
    font-size: 20px;
    line-height: 20px;
  }
  h1.grand {
    font-size: 42px;
    line-height: 44px;
  }
  h1.statement {
    padding: 40px 0 20px 0;
    font-size: 42px;
    line-height: 42px;
  }
  h2 {
    font-size: 20px;
    line-height: 20px;
  }
  h2.sub-heading {
    font-size: 16px;
    line-height: 16px;
  }
  .expander {
    font-size: 28px;
    line-height: 32px;
  }
  .buy-button.wide span {
    display: block;
  }
  .view-more a {
    font-size: 20px;
    line-height: 20px;
  }
  #slideshow #circle-image-left {
    padding-right: 10px;
  }
  #slideshow #circle-image-right {
    padding-left: 10px;
  }
  #gallery {
    padding-top: 2em;
  }
  .page-section {
    margin: 40px 0 0 0;
  }
  #social-sharing {
    padding: 1em 0 0 1em;
  }
  .share-buttons a {
    display: list-item;
    margin: 0 0 0 15px;
    padding: 0;
  }
  .partner-image .image-overlay-text {
    padding: 11% 17%;
    font-size: 20px;
    line-height: 22px;
  }
  #partner-quote.pink {
    padding: 5em 0 5em 0;
  }
  #partner-quote {
    padding: 1em 0 4em 0;
  }
  #partner-quote h2 {
    font-size: 42px;
    line-height: 42px;
  }
  #partner-quote div {
    font-size: 26px;
    line-height: 30px;
  }
  #partner-text {
    padding: 5em 0 5em 0;
  }
  #partner-text div {
    padding: 0 10px 0 10px;
    font-size: 26px;
    line-height: 30px;
  }
  .founder {
    width: 33.3%;
  }
  .visionary .founder {
    width: 50%;
  }
  .founder-title {
    font-size: 20px;
    line-height: 21px;
  }
  .founder-button img {
    max-width: 40px;
  }
  .keypartner.third-width {
     width: 33.333%;
  }
  .keypartner.quarter-width {
     width: 25%;
  }
  .keypartner-title {
    font-size: 20px;
    line-height: 21px;
  }
  .keypartner-button img {
    max-width: 40px;
  }
  .keypartner {
    margin: 4em 0 1em 0;
  }
  .event-column-listing {
    width: 13.721413721414%;
    margin-right: 1.663201663202%;
  }
  .the-events {
    margin: -10px -12px;
    padding-top: 2em;
  }
  .event-column {
    padding: 10px 12px;
  }
  .event-column.feature-event {
    padding: 10px 12px 3em 12px;
  }
  .feature-event-meta {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .event-column:nth-of-type(1n+5) {
    padding-top: 4em;
  }
  .event-column .mobile-half {
    width: 100%;
  }
  .event-column.homepage {
    padding-bottom: 0;
  }
  .event-column-date {
    padding-top: 0;
    font-size: 17px;
  }
  .event-column-date-header {
    font-size: 17px;
  }
  .event-column-time {
    font-size: 17px;
    line-height: 19px;
  }
  .event-column-title {
    padding-bottom: 1em;
    font-size: 17px;
    line-height: 19px;
  }
  .event-column-description {
    font-size: 13px;
    line-height: 14px;
  }
  .event-column .circle-img {
    padding: 0;
  }
  .feature-event.event-column .circle-img {
    padding: 0 20px 0 0;
  }
  #program-event-listing {
    margin-top: 4.4em;
    margin-bottom: 5em;
  }
  #program-event-listing .event-column-date {
    padding-bottom: 2em;
    font-size: 28px;
    line-height: 29px;
  }
  .program-event {
    font-size: 13px;
    line-height: 14px;
  }
  .no-date {
    margin-top: 0;
  }
  .ticket-grouping {
    margin: -10px -12px;
  }
  .pass-details {
    width: 50%;
    padding: 10px 12px 0 12px;
    background-color: #fff;
  }
  .pass-heading {
    padding: 50px 12px 0 12px;
  }
  .full-pass-details {
    width: 33.333333333333%;
    padding: 20px;
  }
  .full-pass-image {
    width: 33.333333333333%;
    padding: 20px 20px 20px 0;
  }
  .full-pass-icon {
    width: 33.333333333333%;
    padding: 20px 20px 20px 0;
  }
  .pass-details p {
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
  }
  .terms p {
    font-size: 17px;
    line-height: 20px;
  }
  .key-team-member:nth-child(2n+1) {
    clear: none;
  }
  .key-team-member:nth-child(4n+1) {
    clear: left;
  }
  .board-member {
    padding-right: 2em;
  }
  .board-member:nth-child(1n+1) {
    clear: none;
  }
  .board-member:nth-child(3n+1) {
    clear: left;
  }
  .team-member:nth-child(2n+1) {
    clear: none;
  }
  .team-member:nth-child(6n+1) {
    clear: left;
  }
  .speaker {
    padding-bottom: 30px;
  }
  .speaker-event,
  .speaker-datetime {
    padding-left: .75em;
    padding-right: 2em;
  }
  .speaker:nth-child(2n+1) {
    clear: none;
  }
  .speaker:nth-child(4n+1) {
    clear: left;
  }
  .speaker-box {
    width: auto;
    top: auto;
    margin: 0 6px;
  }
  .speaker-image {
    padding: 1em 1em 0 2em;
  }
  .speaker-meta-data {
    padding: 1em 0 0 0;
  }
  .speaker-name {
    font-size: 14px;
  }
  .speaker-social {
    padding-top: 5px;
    text-align: left;
  }
  .speaker-bio {
    padding: 2em 6em 0 0;
  }
  .feature-fellow .copy {
    padding-left: 15px;
  }
  .fellow:nth-child(2n+1) {
    clear: none;
  }
  .fellow:nth-child(5n+1) {
    clear: left;
  }
  .fellow-box {
    width: 100%;
    top: auto;
    margin: 0;
  }
  .fellow-image {
    padding: 1em 1em 0 2em;
  }
  .fellow-meta-data {
    padding: 1em 0 0 0;
  }
  .fellow-social {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 5px;
    text-align: left;
  }
  img.fellowship-partner-logo {
    height: 60px;
  }
  img.fellowship-partner-logo.featured {
    height: 80px;
  }
  .founder-name {
    font-size: 14px;
    line-height: 17px;
  }
  .founder-title {
    padding-bottom: 1em;
  }
  .founder-full-name {
    font-size: 36px;
    line-height: 37px;
    padding-bottom: .8em;
  }
  .founder-box {
    width: 70%;
    max-width: 960px;
    margin: 0 5%;
    left: 50%;
    padding: 1em 0 1.6em 0;
    background-color: #ff0;
    color: #000;
    transform: translateX(-50%);
  }
  .founder-box {
    width: 100%;
    top: auto;
    margin: 0;
  }
  .founder-image {
    padding: 1em 1em 0 2em;
  }
  .founder-meta-data {
    padding: 1em 0 0 0;
  }
  .founder-name {
    font-size: 14px;
  }
  .founder-bio {
    padding: 2em 6em 0 0;
  }
  .founder-website {
    font-size: 14px;
    line-height: 17px;
  }
  .keypartner-name {
    font-size: 14px;
    line-height: 17px;
  }
  .keypartner-box {
    width: 70%;
    max-width: 960px;
    margin: 0 5%;
    left: 50%;
    padding: 1em 0 1.6em 0;
    background-color: #ff0;
    color: #000;
    transform: translateX(-50%);
  }
  .keypartner-box {
    width: 100%;
    top: auto;
    margin: 0;
  }
  .keypartner-image {
    padding: 1em 3em 0 2em;
  }
  .keypartner-meta-data {
    padding: 1em 0 0 0;
  }
  .keypartner-name {
    font-size: 14px;
  }
  .keypartner-bio {
    padding: 2em 6em 0 0;
  }
  .keypartner-website {
    font-size: 14px;
    line-height: 17px;
  }
  .partner-contact-intro {
    font-size: 30px;
    line-height: 33px;
    font-weight: bold;
  }
  .partner-contact-name {
    max-width: 70%;
    padding-top: 6px;
    padding-bottom: 1em;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
  }
  .partner-contact-title {
    max-width: 70%;
    padding-bottom: 1em;
    font-weight: bold;
    font-size: 17px;
    line-height: 24px;
  }
  .article:nth-child(2n+1) {
    clear: none;
  }
  .article:nth-child(3n+1) {
    clear: left;
  }
  .article:nth-of-type(1n+3) {
    display: block;
  }
}
@media (min-width: 62em) {
  h1.statement {
    font-size: 58px;
    line-height: 58px;
  }
  #partner-quote h2 {
    font-size: 50px;
    line-height: 52px;
  }
  .partner-image .image-overlay-text {
    font-size: 26px;
    line-height: 28px;
  }
  .partner img {
    margin: 15px 0;
    padding-right: 3em;
    max-height: 65px;
  }
  .partner.presenting-partners img {
    padding-right: 2em;
    max-height: 85px;
  }
  .partner.featured-partner img {
    margin-top: 0;
    padding-right: 2em;
    max-height: 120px;
  }
  #gallery {
    padding-top: 3em;
  }
}
.wrapper.page-content {
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 450px;
}
#program-dates {
  padding-top: 40px;
}
.article-thumb {
  background-size: cover;
  background-position: center center;
  width: 100%;
  padding-bottom: 75%;
}
#partner-contact a {
  color: white;
}
#partner-contact a:hover {
  text-decoration: underline;
}
.ticket-page-copy {
  margin-bottom: 40px;
}
.ticket-page-copy a {
  text-decoration: underline;
}
.subscribe-modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 100;
}
.subscribe-modal.hide {
  display: none;
}
.subscribe-modal-inner {
  background-color: #ffff00;
  max-width: 500px;
  width: 95%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  padding: 70px 40px;
  text-align: center;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 768px) {
  .subscribe-modal-inner {
    padding: 60px 20px;
  }
}
.subscribe-modal-inner h1 {
  font-size: 46px;
  font-family: 'NeueHaasUnicaProHeavy';
  line-height: 1;
  text-transform: none;
}
@media only screen and (max-width: 768px) {
  .subscribe-modal-inner h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-modal-inner h1 {
    font-size: 28px;
  }
}
.subscribe-modal-inner form {
  padding: 0 20px;
}
@media only screen and (max-width: 768px) {
  .subscribe-modal-inner form {
    padding: 0;
  }
}
.subscribe-modal-inner input,
.subscribe-modal-inner input[type="text"],
.subscribe-modal-inner input[type="email"],
.subscribe-modal-inner select {
  width: 100%;
  margin: 5px auto;
  border: none;
  padding: 5px 10px;
  color: black;
  -webkit-appearance: none;
  border-radius: 0;
  height: 30px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .subscribe-modal-inner input,
  .subscribe-modal-inner input[type="text"],
  .subscribe-modal-inner input[type="email"],
  .subscribe-modal-inner select {
    font-size: 14px;
  }
}
.subscribe-modal-inner input[type="email"] {
  width: 60%;
  float: left;
}
.subscribe-modal-inner input[type="submit"] {
  width: 40%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .subscribe-modal-inner input[type="submit"] {
    font-size: 14px;
  }
}
.subscribe-modal-inner__close {
  background-image: url('images/2017/icon-x.svg');
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
  background-size: 23px 23px;
  position: absolute;
  top: 0;
  cursor: pointer;
  right: 0;
  -webkit-transition: opacity 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transition: opacity 200ms;
}
.subscribe-modal-inner__close:hover {
  opacity: 0.75;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
.subscribe-modal-inner .header__social {
  margin: 40px 0 0 0;
}
.subscribe-modal-inner .header__social a {
  font-size: 35px;
}
.newsmedia__featured1 {
  display: table;
  background-color: #000000;
  color: #ffffff;
}
.newsmedia__featured1 .label--white {
  font-size: 19px;
  z-index: 1;
  position: relative;
}
.newsmedia__featured1 h2 {
  font-size: 19px;
  padding: 0;
  cursor: pointer;
  color: #ffffff;
}
.newsmedia__featured1--left {
  width: 70%;
  display: table-cell;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .newsmedia__featured1--left {
    width: 100%;
    display: block;
    height: 480px;
  }
}
.newsmedia__featured1--left::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.75)), color-stop(50%, rgba(0, 0, 0, 0.25)));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 50%);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 50%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.25) 50%);
}
.newsmedia__featured1--left__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 100px 20px 20px;
}
@media only screen and (max-width: 768px) {
  .newsmedia__featured1--left__content {
    background-color: black;
    width: 100%;
  }
}
.newsmedia__featured1--left__title,
.newsmedia__featured1--left h1 {
  font-size: 31px;
  text-transform: none;
  line-height: 1.05;
  color: #ffffff;
}
.newsmedia__featured1--right {
  width: 30%;
  display: table-cell;
}
@media only screen and (max-width: 768px) {
  .newsmedia__featured1--right {
    width: 100%;
    display: block;
  }
}
.newsmedia__featured1 .by {
  color: #ffff00;
  line-height: 1.4;
}
.newsmedia__featured1__itemc {
  padding: 10px 0;
}
.newsmedia__featured1__item {
  padding: 10px 20px;
  display: inline-block;
}
.newsmedia__search {
  padding: 35px 0;
}
.newsmedia__col {
  padding: 0 10px 10px 10px;
  font-size: 15px;
}
.newsmedia__col .owl-next:after {
  font-family: 'NeueHaasUnicaPro';
  font-size: 50px;
  right: 0;
  top: 0;
  padding-right: 15px;
  padding-top: 40px;
  padding-left: 10px;
  background-color: white;
}
.newsmedia__col .owl-prev:after {
  font-family: 'NeueHaasUnicaPro';
  font-size: 50px;
  background-color: white;
  left: 0;
  top: 0;
  padding-left: 15px;
  padding-top: 40px;
  padding-right: 10px;
}
.newsmedia__col__item {
  float: left;
  padding: 0 8px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .newsmedia__col__item {
    padding: 0 20px;
  }
}
.newsmedia__others .newsmedia__col__item {
  display: inline-block;
  width: 100%;
  padding: 0;
}
.newsmedia__featured2 .newsmedia__col__item {
  width: 33.33%;
}
@media only screen and (max-width: 768px) {
  .newsmedia__featured2 .newsmedia__col__item {
    width: 100%;
  }
}
.newsmedia__col .label--yellow {
  font-size: 19px;
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
}
.newsmedia__col h2 {
  font-size: 15px;
  font-weight: bold;
  padding: 0;
}
.newsmedia__col__content {
  padding: 16px 0;
}
.newsmedia__col__img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}
.newsmedia__others .newsmedia__col__img {
  height: auto;
  padding-bottom: 56.25%;
}
.newsmedia__featured2 {
  margin-bottom: 10px;
}
.newsmedia__featured2 h2 {
  margin-bottom: 20px;
}
.newsmedia__others {
  position: relative;
  padding: 40px 0 0 0;
}
.newsmedia__others:before {
  content: '';
  width: 98%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 0;
  left: 1%;
}
.newsmedia__others .label--yellow {
  top: 20px;
  z-index: 2;
  left: 40px;
}
.newsmedia__others .owl-carousel:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.newsmedia__others .owl-carousel:after {
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.newsmedia__others .owl-carousel .owl-nav {
  z-index: 2;
}
.page-archive {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
}
@media only screen and (max-width: 1280px) {
  .page-archive {
    padding: 40px 20px;
  }
}
.page-archive .label--yellow {
  font-size: 21px;
}
.page-archive h2 {
  font-size: 19px;
  padding: 0;
}
.page-archive__copy {
  width: 55%;
  font-size: 21px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .page-archive__copy {
    width: 100%;
  }
}
.page-archive__years {
  border-top: 1px solid black;
  text-align: center;
}
.page-archive__years__col-c {
  font-size: 16px;
  text-align: left;
  padding: 20px 0 40px 0;
  margin-left: -20px;
  margin-right: -20px;
}
.page-archive__years__col {
  width: 25%;
  padding: 0 20px;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .page-archive__years__col {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .page-archive__years__col {
    width: 100%;
  }
}
.page-archive__years__col a {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
.header__social i,
.section__subscribe__social i {
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
}
.header__social i:hover,
.section__subscribe__social i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.header {
  height: 60px;
  background: #ffff00;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .header.has-ticketmenu {
    height: 130px;
  }
}
.header .c {
  padding: 0 20px;
}
.header__logo {
  height: 35px;
  float: left;
  top: 13px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 50px;
    height: 50px;
    top: 10px;
  }
}
.header__menu-button {
  width: 28px;
  height: 23px;
  top: 18px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('images/2017/bars.svg');
  -webkit-transition: opacity 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transition: opacity 200ms;
}
.header__menu-button.open {
  background-image: url('images/2017/icon-x.svg');
}
.header__menu-button:hover {
  opacity: 0.75;
  -webkit-transition: opacity 200ms;
  transition: opacity 200ms;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
@media only screen and (max-width: 1024px) {
  .header__menu-button {
    top: 25px;
  }
}
.header--right {
  float: right;
}
.header--right > * {
  display: inline-block;
}
.header__social {
  padding-top: 15px;
  font-size: 24px;
  float: left;
  position: relative;
}
.header__social > a {
  margin-left: 20px;
}
@media only screen and (max-width: 1024px) {
  .header__social {
    float: none;
  }
}
.header__ticket-button {
  color: #ffff00;
  padding: 18px 20px;
  height: 60px;
  background-color: #ff00ff;
  float: left;
  cursor: pointer;
}
.header__ticket-button a {
  color: #ffff00;
}
@media only screen and (max-width: 1024px) {
  .header__ticket-button {
    width: 100%;
    float: none;
    font-weight: bold;
    font-size: 20px;
  }
}
.header__ticket {
  text-align: center;
}
.header__ticket--inner {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header__ticket h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .header__ticket h1 {
    font-size: 35px;
  }
}
.extend-nav-absolute {
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .extend-nav-absolute {
    top: 70px;
  }
}
.header__nav {
  text-align: center;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: none;
  padding: 45px 0;
  background-color: #ffffff;
}
.header__nav .header__social {
  padding-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    top: 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .has-ticketmenu .header__nav {
    top: 130px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    padding: 15px 0;
    text-align: left;
  }
}
.header__nav ul,
.header__nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header__nav a:not([href="#"]):hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .header__nav a:not([href="#"]):hover {
    text-decoration: none;
  }
}
.header__nav ul#menu-main-navigation {
  *zoom: 1;
  /* one item */
  /* two items */
  /* three items */
  /* four items */
  /* five items */
  /* six items */
}
.header__nav ul#menu-main-navigation:after {
  clear: both;
}
.header__nav ul#menu-main-navigation:before,
.header__nav ul#menu-main-navigation:after {
  content: " ";
  display: table;
}
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(1) {
  width: 100%;
}
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(2),
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(2) ~ li {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(2),
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(2) ~ li {
    width: 100%;
  }
}
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(3),
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(3) ~ li {
  width: 33.3333%;
}
@media only screen and (max-width: 1024px) {
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(3),
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(3) ~ li {
    width: 100%;
  }
}
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(4),
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(4) ~ li {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(4),
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(4) ~ li {
    width: 100%;
  }
}
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(5),
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(5) ~ li {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(5),
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(5) ~ li {
    width: 100%;
  }
}
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(6),
.header__nav ul#menu-main-navigation > li:first-child:nth-last-child(6) ~ li {
  width: 16.66%;
}
@media only screen and (max-width: 1024px) {
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(6),
  .header__nav ul#menu-main-navigation > li:first-child:nth-last-child(6) ~ li {
    width: 100%;
  }
}
.header__nav ul#menu-main-navigation > li {
  float: left;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .header__nav ul#menu-main-navigation > li {
    width: 100%;
    padding: 0;
    cursor: pointer;
  }
}
.header__nav ul#menu-main-navigation > li > a {
  display: inline-block;
  font-size: 21px;
  padding-bottom: 35px;
  font-family: 'NeueHaasUnicaProHeavy';
  text-transform: uppercase;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .header__nav ul#menu-main-navigation > li > a {
    font-size: 20px;
    cursor: pointer;
    padding: 15px 10px;
    border-bottom: 1px solid #e6e6e6;
    width: 100%;
  }
  .header__nav ul#menu-main-navigation > li > a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 30px;
    width: 20px;
    height: 8px;
    background-image: url('images/2017/arrow-down.svg');
  }
}
.header__nav ul.sub-menu a {
  font-size: 19px;
  font-family: 'NeueHaasUnicaPro';
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .header__nav ul.sub-menu a {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav ul.sub-menu {
    display: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 0 10px 0;
  }
  .header__nav ul.sub-menu.open {
    display: block;
  }
  .header__nav ul.sub-menu li {
    padding-top: 5px;
  }
}
.extend-reduced-width {
  width: 88.5%;
  margin: 0 auto;
}
img.circle-avatar {
  border-radius: 100%;
}
.home__banner {
  display: block;
  font-size: 0;
  position: relative;
}
.home__banner__img {
  height: 494px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media only screen and (max-width: 767px) {
  .home__banner__img {
    height: 300px;
  }
}
.home__banner__inner {
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
.home__banner__title {
  color: #ffffff;
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .home__banner h2 {
    font-size: 24px;
  }
}
.home__banner-c {
  margin-bottom: 50px;
  opacity: 0;
}
.home__banner-c.owl-loaded {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .home__banner-c {
    margin-bottom: 0;
  }
}
.home__banner-c .owl-nav {
  display: none;
}
.home__banner-c .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.home__banner-c .owl-dots span {
  background: #ffffff !important;
}
.home__banner-c .owl-dots .active span {
  background: #ff00ff !important;
}
.home__masonry .label--yellow {
  font-size: 19px;
  margin-bottom: 20px;
}
.home__masonry__article {
  float: left;
  padding: 10px;
}
@media only screen and (max-width: 1024px) {
  .home__masonry__article {
    padding-bottom: 40px;
  }
}
.home__masonry__article:nth-child(1) {
  width: 35%;
}
@media only screen and (max-width: 1024px) {
  .home__masonry__article:nth-child(1) {
    width: 50%;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .home__masonry__article:nth-child(1) {
    width: 100%;
  }
}
.home__masonry__article.font-small h2 {
  font-size: 21px;
}
.home__masonry__article.font-small p {
  font-size: 15px;
}
.home__masonry__article.width-large {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .home__masonry__article.width-large {
    width: 100%;
  }
}
.home__masonry__article.width-medium {
  width: 25%;
}
@media only screen and (max-width: 1024px) {
  .home__masonry__article.width-medium {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .home__masonry__article.width-medium {
    width: 100%;
  }
}
.home__masonry__article.width-small {
  width: 15%;
}
@media only screen and (max-width: 1024px) {
  .home__masonry__article.width-small {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .home__masonry__article.width-small {
    width: 100%;
  }
}
.home__masonry__article.has-photo .label--yellow {
  position: absolute;
  left: 10px;
  top: 10px;
}
.home__masonry__article img {
  margin-bottom: 10px;
}
.home__why {
  padding-top: 75px;
  padding-bottom: 75px;
}
.home__why__inner {
  width: 75%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .home__why__inner {
    width: 100%;
    padding: 60px 20px;
  }
}
.home__why h2 {
  font-size: 46px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .home__why h2 {
    font-size: 36px;
  }
}
.home__why p {
  font-size: 21px;
  text-align: left;
}
.home__cs {
  padding: 70px 0 0 0;
}
.home__cs__heading {
  width: 88.5%;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1024px) {
  .home__cs__heading {
    margin-bottom: 60px;
  }
}
.home__cs__heading--left {
  width: 60%;
  float: left;
}
@media only screen and (max-width: 1024px) {
  .home__cs__heading--left {
    width: 100%;
    margin-bottom: 40px;
  }
}
.home__cs__heading--right {
  width: 40%;
  float: left;
  padding-left: 50px;
}
@media only screen and (max-width: 1024px) {
  .home__cs__heading--right {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .home__cs__heading .button--pink {
    color: #ffff00;
    margin-bottom: 10px;
  }
}
.home__cs__colsection:last-child {
  margin-bottom: 75px;
}
.home__cs__colsection--inner {
  width: 88.5%;
  margin: 0 auto;
}
.home__cs__colsection__row {
  margin-bottom: 50px;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .home__cs__colsection__row {
    margin-bottom: 10px;
  }
}
.home__cs__colsection__col {
  display: inline-block;
  width: 100%;
}
.home__cs__colsection__col p {
  font-size: 15px;
  line-height: 1.1;
  word-wrap: break-word;
}
.home__cs__colsection.not-carousel .home__cs__colsection__col {
  width: 16%;
  padding: 0 20px;
}
@media only screen and (max-width: 1024px) {
  .home__cs__colsection .button--black-c {
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .home__cs__colsection .button--black.pull-right {
    float: none;
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) {
  .home__cs__colsection .label--black {
    color: #000000;
    background-color: #ffffff;
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .home__cs__colsection {
    margin-bottom: 40px;
  }
}
.home__cs p.heavy.no-desktop {
  padding-top: 0;
  margin-bottom: 40px;
}
.home__countdown {
  text-align: center;
  padding: 50px 0 60px 0;
}
.home__countdown__c {
  margin-top: 35px;
}
.home__countdown__c > div {
  margin: 0 35px;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .home__countdown__c > div {
    margin: 0 10px;
  }
}
.home__countdown .num {
  display: block;
  font-size: 77px;
  margin-bottom: 20px;
  font-family: 'NeueHaasUnicaProHeavy';
}
@media only screen and (max-width: 768px) {
  .home__countdown .num {
    font-size: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .home__countdown .num {
    font-size: 28px;
  }
}
.home__countdown .label {
  display: block;
  font-size: 21px;
}
@media only screen and (max-width: 767px) {
  .home__countdown .label {
    font-size: 14px;
  }
}
.home__other__heading {
  padding: 70px 20px;
  text-align: center;
}
.home__other__heading h2 {
  font-size: 46px;
  text-transform: uppercase;
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .home__other__heading h2 {
    font-size: 36px;
  }
}
.home__other__content--inner {
  margin-bottom: 5px;
  height: 570px;
}
.home__other__content--left {
  float: left;
  width: 60%;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .home__other__content--left {
    width: 100%;
    height: 50%;
  }
}
.home__other__content--right {
  float: left;
  width: 40%;
  padding: 50px 25px 50px 50px;
}
@media only screen and (max-width: 768px) {
  .home__other__content--right {
    width: 100%;
    padding: 40px 20px;
  }
}
.home__other__content .label--black {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .home__other__content .button--yellow {
    background-color: #ff00ff;
    color: #ffff00;
    margin-bottom: 10px;
  }
}
.home__other__content p.heavy.no-desktop {
  padding-top: 0;
  margin-bottom: 40px;
}
.home__cta-to-sections {
  font-size: 0;
  padding: 5px 0 0 5px;
}
@media only screen and (max-width: 1024px) {
  .home__cta-to-sections {
    margin-top: 5px;
    padding: 0;
  }
}
.home__cta-to-sections--outer {
  width: 25%;
  display: inline-block;
  height: 280px;
  padding: 0 2.5px;
  vertical-align: top;
}
@media only screen and (max-width: 1024px) {
  .home__cta-to-sections--outer {
    width: 50%;
    margin: 5px 0;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .home__cta-to-sections--outer {
    width: 100%;
    padding: 0 10px;
  }
}
.home__cta-to-sections--inner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.home__cta-to-sections--inner .label--yellow {
  top: 100px;
  position: relative;
  font-size: 36px;
}
.section__subscribe {
  padding: 15px 0;
  text-align: center;
  display: inline-block;
  width: 100%;
  z-index: 5;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .section__subscribe.no-form {
    padding: 45px 0;
  }
}
.section__subscribe h2 {
  font-size: 19px;
  padding-bottom: 10px;
}
.section__subscribe__social {
  font-size: 24px;
}
@media only screen and (max-width: 1024px) {
  .section__subscribe__social {
    font-size: 35px;
  }
}
.section__subscribe__social a {
  margin: 0 5px;
}
.section__subscribe__form__message {
  height: 40px;
  padding-bottom: 10px;
  display: none;
}
.section__subscribe__form__message.show {
  display: block;
}
/* Footer old“ */
.page-template-page-partners footer {
  margin: 0;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #ff0;
  text-decoration: none;
}
footer p {
  max-width: 600px;
  font-size: 14px;
  line-height: 17px;
}
footer p.credits {
  padding-top: 46px;
  font-family: NeueHaasUnicaProMedium;
  font-size: 13px;
}
footer ul {
  margin: 0 0 20px 0;
  padding: 0 10px 0 0;
}
footer ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 13px;
  line-height: 15px;
}
footer ul li.nav-heading {
  padding: 0 0 1.5em 0;
}
footer ul li.nav-heading::after,
footer ul li:last-child::after {
  content: "";
}
footer .terms-navigation {
  font-family: NeueHaasUnicaProMedium;
  font-size: 14px;
  line-height: 17px;
}
footer .terms-navigation #menu-footer-terms-polices {
  margin: 0;
  padding: 0;
}
footer .terms-navigation #menu-footer-terms-polices li {
  display: inline;
  font-size: 14px;
  line-height: 17px;
}
footer .terms-navigation #menu-footer-terms-polices li::after {
  display: inline;
  content: " / ";
}
footer .terms-navigation #menu-footer-terms-polices li:last-child::after {
  display: inline;
  content: "";
}
#partners {
  margin-bottom: 2em;
  padding-bottom: 2em;
}
footer .presenting-partners {
  margin-top: 15px;
}
footer #presenting-partners {
  padding-bottom: 15px;
}
.partner-logos {
  margin: 2em 0;
  padding: 0 0 0 7.6%;
}
.partner-logos p {
  font-family: NeueHaasUnicaProMedium;
  font-size: 17px;
  font-weight: 17px;
}
.partner img {
  float: left;
  padding-right: 2em;
  width: auto;
  max-height: 50px;
}
.partner.presenting-partners img {
  max-height: 80px;
}
.partner.featured-partner img {
  max-height: 100px;
}
.footer-partner img {
  float: left;
  padding-right: 1.5em;
  width: auto;
  height: 45px;
}
footer #presenting-partners {
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
footer #footer-hash {
  max-width: 120px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 24px;
}
footer #footer-social-links {
  padding-bottom: 20px;
}
footer #footer-social-links i {
  padding: 0 8px;
  font-size: 24px;
  -webkit-transition: .1s ease;
  -moz-transition: .1s ease;
  -o-transition: .1s ease;
  transition: .1s ease;
}
footer #footer-social-links i:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
footer {
  background-color: #000;
  color: #fff;
  margin: 5px 0 0 0;
  z-index: 5;
  position: relative;
}
footer .c.block-group {
  padding: 50px 10px;
}
@media only screen and (max-width: 1024px) {
  footer .c.block-group {
    padding: 20px;
  }
}
footer .footer-left {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  footer .footer-left {
    width: 100%;
  }
}
footer .footer-nav {
  padding-left: 30px;
  width: 60%;
}
footer #footer-info {
  width: 20%;
}
@media only screen and (max-width: 1024px) {
  footer #footer-info {
    width: 100%;
  }
}
footer #menu-footer a {
  margin-bottom: 20px;
  display: inline-block;
}
footer #menu-footer > li {
  width: 11.11%;
  float: left;
}
footer #menu-footer .no-click {
  pointer-events: none;
}
footer #menu-footer .no-click:hover {
  color: white;
}
/*# sourceMappingURL=../style.css.map */