@charset "UTF-8";
body {
  margin: 0; }

.grid-hold {
  width: 100%;
  position: relative;
  overflow: hidden; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.grid4of4 {
  width: 100%; }

.grid3of4 {
  width: 75%; }

.grid2of4 {
  width: 50%; }

.grid1of4 {
  width: 25%; }

.grid3of3 {
  width: 100%; }

.grid2of3 {
  width: 66.6666%; }

.grid1of3 {
  width: 33.3333%; }

.grid2of2 {
  width: 100%; }

.grid1of2 {
  width: 50%; }

.grid1of1 {
  width: 100%; }

.grid-hold {
  width: 100%;
  padding: 0 15px;
  margin-right: auto;
  margin-left: auto;
  clear: both; }

.group {
  overflow: hidden;
  float: left;
  padding: 0px; }

.lastgroup {
  overflow: hidden;
  float: left;
  float: none;
  width: auto;
  padding: 0px; }

.lastgrid,
.lastunit {
  overflow: hidden;
  float: none;
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px; }

.grid,
.unit {
  overflow: hidden;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  padding: 15px; }

.grid,
.lastgrid,
.unit,
.lastunit,
.group,
.lastgroup {
  -webkit-background-clip: padding-box !important;
  -moz-background-clip: padding-box !important;
  background-clip: padding-box !important; }

.unit1of1 {
  width: 100%; }

.unit1of2 {
  width: 50%; }

.unit2of2 {
  width: 100%; }

.unit1of3 {
  width: 33.33333333333333%; }

.unit2of3 {
  width: 66.66666666666666%; }

.unit3of3 {
  width: 100%; }

.unit1of4 {
  width: 25%; }

.unit2of4 {
  width: 50%; }

.unit3of4 {
  width: 75%; }

.unit4of4 {
  width: 100%; }

.unit1of5 {
  width: 20%; }

.unit2of5 {
  width: 40%; }

.unit3of5 {
  width: 60%; }

.unit4of5 {
  width: 80%; }

.unit5of5 {
  width: 100%; }

@media screen and (max-width: 1230px) {
  .grid-hold.full,
  .grid-hold.full .grid {
    padding: 0; } }
@media screen and (max-width: 767px) {
  .grid1of4,
  .unit1of4 {
    width: 50%; }

  .grid1of2 .unit1of2 {
    width: 50%; }

  .grid1of2,
  .grid2of4,
  .grid3of4,
  .unit1of2,
  .unit2of4,
  .unit3of4 {
    width: 100%; }

  .grid1of2.grid,
  .grid2of4.grid,
  .grid3of4.grid,
  .grid1of2.lastgrid,
  .grid2of4.lastgrid,
  .grid3of4.lastgrid {
    float: none;
    display: block; } }
h1, h2, h3, h4, h5, h6, p, a {
  margin: 0; }

ul {
  padding: 0; }

li {
  list-style: none; }

a {
  text-decoration: none; }

h1 {
  font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

h2 {
  font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal; }

h3 {
  font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal; }

h4 {
  font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal; }

p {
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  font-style: normal; }

ul {
  padding: 0;
  margin: 0; }

img {
  width: 100%; }

section {
  position: relative;
  overflow: hidden;
  float: none; }

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

.full {
  width: 100%; }

.half {
  width: 50%; }

.left {
  float: left; }

.right {
  float: right; }

.content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  float: none; }

.icon-left {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 60px;
  height: 60px;
  z-index: 20; }
  .icon-left .logo-icon {
    fill: #5292cb; }
    .icon-left .logo-icon.white {
      fill: #fff; }
  .icon-left.nyc .logo-icon {
    fill: #abd3d6; }
  @media screen and (max-width: 480px) {
    .icon-left {
      left: 10px;
      top: 10px;
      width: 40px;
      height: 40px; } }

.nav-right {
  position: absolute;
  right: 30px;
  top: 26px;
  z-index: 20; }
  .nav-right i {
    font-family: "SSJunior";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    color: #f6f5f3;
    font-size: 40px; }
  @media screen and (max-width: 480px) {
    .nav-right {
      right: 15px;
      top: 11px; }
      .nav-right i {
        font-size: 30px; } }

nav {
  top: 0;
  position: absolute;
  width: 100%;
  height: 95px;
  z-index: 19;
  background: transparent;
  transition: all 0.3s ease; }
  nav .nav-hold {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 20;
    padding: 0 20px; }
    nav .nav-hold .logo-hold {
      position: relative;
      overflow: hidden;
      width: 300px;
      display: block;
      margin: 0;
      margin-top: 30px; }
      nav .nav-hold .logo-hold .logo,
      nav .nav-hold .logo-hold .logo-icon {
        fill: #58595b; }
      nav .nav-hold .logo-hold:hover .logo-icon {
        fill: #5292cb; }
      nav .nav-hold .logo-hold .logo-vertical {
        display: none; }
      nav .nav-hold .logo-hold .logo-horizontal {
        display: block; }
    nav .nav-hold > ul {
      position: relative; }
      nav .nav-hold > ul > li {
        position: relative;
        display: inline-block;
        margin: 0 20px;
        padding: 70px 0 0 0;
        text-transform: uppercase;
        color: #58595b; }
        nav .nav-hold > ul > li:hover > a {
          color: #5292cb; }
        nav .nav-hold > ul > li:last-of-type {
          margin-right: 0; }
        nav .nav-hold > ul > li > a {
          font-family: "omnes-pro", sans-serif;
          font-size: 18px;
          font-weight: 500;
          letter-spacing: 2px;
          color: #58595b; }
    nav .nav-hold.light .logo-hold .logo,
    nav .nav-hold.light .logo-hold .logo-icon {
      fill: #fff; }
    nav .nav-hold.light ul > li > a {
      color: #fff; }
    nav .nav-hold.light ul > li:hover > a {
      color: #f2f2f2; }
  nav.conference {
    background-color: #fff;
    top: -100%; }
    nav.conference.visible {
      top: 0; }
    nav.conference .nav-hold > ul {
      width: 100%;
      margin-top: 30px;
      text-align: center; }
      nav.conference .nav-hold > ul > li {
        padding-top: 10px;
        padding-bottom: 30px; }
        nav.conference .nav-hold > ul > li > a {
          font-family: "din-condensed-web", sans-serif;
          font-size: 20px;
          font-weight: 400;
          letter-spacing: 2px;
          color: #ff6d00; }
          nav.conference .nav-hold > ul > li > a:hover {
            color: #c6c6c6; }
    @media screen and (max-width: 1024px) {
      nav.conference .nav-hold > ul > li {
        margin: 0 10px; }
        nav.conference .nav-hold > ul > li > a {
          font-size: 16px; } }
    @media screen and (max-width: 767px) {
      nav.conference {
        height: 100%; }
        nav.conference .nav-hold > ul > li {
          width: 100%;
          margin-left: 0;
          margin-right: 0; }
          nav.conference .nav-hold > ul > li > a {
            font-size: 20px; } }
  @media screen and (max-width: 1024px) {
    nav .nav-hold .logo-hold {
      width: 140px;
      left: 50%;
      margin-top: 30px;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      nav .nav-hold .logo-hold .logo-vertical {
        display: block; }
      nav .nav-hold .logo-hold .logo-horizontal {
        display: none; }
    nav .nav-hold > ul {
      width: 100%;
      margin-top: 35px;
      text-align: center; }
      nav .nav-hold > ul li {
        padding-top: 0; } }
  @media screen and (max-width: 480px) {
    nav .nav-hold > ul {
      margin-top: 25px; }
      nav .nav-hold > ul li {
        font-size: 10px;
        margin: 0 10px; } }

.main-slider {
  padding: 0;
  position: relative;
  overflow: hidden; }

.slides {
  width: 100%;
  height: 675px;
  padding: 0; }
  @media screen and (max-width: 1024px) {
    .slides {
      height: 575px; } }
  @media screen and (max-width: 480px) {
    .slides {
      height: 425px; } }

.conference .slides {
  height: 725px; }

.slide {
  width: 100%;
  height: 100%;
  padding: 0;
  background-position: center center;
  background-size: cover; }
  .slide .slide-content {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 55%; }
    @media screen and (max-width: 1024px) {
      .slide .slide-content {
        top: 60%; } }
    @media screen and (max-width: 480px) {
      .slide .slide-content {
        top: 65%; } }

.conference .slide .slide-content {
  top: 45%; }

.main-slider-controls {
  width: 100%;
  height: 100%;
  position: absolute; }
  .main-slider-controls ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
    overflow: hidden; }
  .main-slider-controls li {
    width: 50px;
    float: left;
    position: relative;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 10; }
    .main-slider-controls li:last-of-type {
      float: right;
      text-align: right; }
    .main-slider-controls li a {
      font-family: "SSJunior";
      font-style: normal;
      font-weight: normal;
      text-decoration: none;
      text-rendering: optimizeLegibility;
      white-space: nowrap;
      /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
      -moz-font-feature-settings: "liga=1";
      -moz-font-feature-settings: "liga";
      -ms-font-feature-settings: "liga" 1;
      -o-font-feature-settings: "liga";
      font-feature-settings: "liga";
      -webkit-font-smoothing: antialiased;
      font-size: 24px;
      color: #fff;
      padding: 0 10px; }
      .main-slider-controls li a:hover {
        color: #1899cc; }
      @media screen and (max-width: 480px) {
        .main-slider-controls li a {
          color: transparent; } }

.about-slide h1 {
  font-size: 65px;
  color: #5292cb; }
.about-slide h3 {
  color: #58595b;
  padding-bottom: 10px; }
@media screen and (max-width: 1024px) {
  .about-slide h1 {
    font-size: 45px; } }
@media screen and (max-width: 480px) {
  .about-slide h1 {
    font-size: 25px; } }

.slide-with-bg {
  position: relative;
  overflow: hidden; }

.slide-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
  background-color: #333638;
  display: none;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
  filter: blur(8px); }

.about-main-slide h1 {
  color: #fff; }
.about-main-slide h3 {
  color: #fff; }

.main-conference-slide h3 {
  font-size: 18px;
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase; }
.main-conference-slide hr {
  border: 1px solid #ff6d00;
  width: 100%;
  max-width: 150px;
  margin: 30px auto; }
.main-conference-slide .logo-hold {
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 150px;
  margin: 0 auto; }
  .main-conference-slide .logo-hold .logo,
  .main-conference-slide .logo-hold .logo-icon {
    fill: #A5CFD2; }
@media screen and (max-width: 480px) {
  .main-conference-slide .slide-content {
    top: 50%; }
  .main-conference-slide h3 {
    font-size: 12px; }
  .main-conference-slide hr {
    margin: 10px auto; }
  .main-conference-slide .logo-hold {
    height: 100px; } }

.feature-hold {
  padding: 0; }

.feature {
  padding: 0; }
  .feature.text .feature-top p {
    position: relative;
    overflow: hidden;
    font-size: 30px;
    line-height: 1.4;
    padding: 40px;
    color: #58595b; }
    .feature.text .feature-top p.quote-feature:before {
      content: "“";
      position: absolute;
      top: 40px;
      left: 20px;
      font-size: 36px; }
  .feature.text .feature-bottom {
    background-color: #f6f5f3; }
    .feature.text .feature-bottom h2 {
      color: #ff6d00; }
  .feature .button-hold {
    width: 100%;
    position: relative;
    overflow: hidden; }
  .feature .button {
    width: 50%;
    max-width: 125px;
    height: 50px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    text-transform: uppercase;
    background-color: #ff6d00;
    border-radius: 5px; }
    .feature .button h3 {
      text-align: center;
      padding-top: 18px;
      font-size: 14px;
      font-weight: 400; }
    .feature .button:hover {
      background-color: #e66200; }
  .feature:hover .feature-top {
    opacity: .9; }
  .feature:hover.text .feature-top {
    opacity: 1; }
  @media screen and (max-width: 1024px) {
    .feature {
      width: 50%; }
      .feature:nth-of-type(3) {
        display: none; } }
  @media screen and (max-width: 480px) {
    .feature {
      width: 100%; }
      .feature.text .feature-top p {
        font-size: 24px; } }

.feature-top {
  height: 400px;
  background-position: center center;
  background-size: cover; }

.feature-bottom {
  height: 150px;
  padding: 30px 40px; }
  .feature-bottom h3 {
    margin-bottom: 10px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #58595b; }
  .feature-bottom h2 {
    color: #5292cb; }

.newsletter-hold {
  height: 250px;
  width: 100%;
  background-color: #5292cb;
  position: relative;
  overflow: hidden; }

.newsletter {
  width: 90%;
  max-width: 700px;
  margin: 50px auto 0 auto;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .newsletter h2 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 1.25px;
    color: #fff;
    text-transform: uppercase; }
  .newsletter h3 {
    margin-bottom: 30px;
    font-size: 16px;
    font-family: "freight-text-pro", serif;
    font-weight: 400;
    color: #fff; }
  .newsletter input {
    width: 100%;
    height: 60px;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
    .newsletter input:focus {
      outline: none; }
    .newsletter input[type=email] {
      padding-left: 30px;
      font-family: "freight-text-pro", serif;
      font-size: 16px;
      letter-spacing: 1.25px;
      background-color: #fff; }
    .newsletter input[type=submit] {
      padding: 0 0 0 0;
      background-color: #3679b4;
      font-size: 18px;
      letter-spacing: 2px;
      font-family: "din-condensed-web", sans-serif;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer; }
      .newsletter input[type=submit]:hover {
        background-color: #79abd7; }
    .newsletter input::-webkit-input-placeholder {
      color: #58595b; }
    .newsletter input:-moz-placeholder {
      color: #58595b; }
    .newsletter input::-moz-placeholder {
      color: #58595b; }
    .newsletter input:-ms-input-placeholder {
      color: #58595b; }
    .newsletter input:focus::-webkit-input-placeholder {
      color: #c6c6c6; }
    .newsletter input:-moz-placeholder:focus {
      color: #c6c6c6; }
    .newsletter input::-moz-placeholder:focus {
      color: #c6c6c6; }
    .newsletter input:-ms-input-placeholder:focus {
      color: #c6c6c6; }

.podcast-banner {
  position: relative;
  overflow: hidden;
  background-color: #1899cc; }
  .podcast-banner > div {
    margin: 250px 0 50px 0;
    position: relative;
    overflow: hidden; }
  .podcast-banner .podcast-illustration .illustration-hold {
    width: 85%;
    max-width: 550px;
    max-height: 500px;
    fill: #13779e;
    stroke: #13779e; }
  .podcast-banner .podcast-info {
    position: relative;
    overflow: hidden;
    padding-left: 100px; }
    .podcast-banner .podcast-info .play {
      position: absolute;
      overflow: hidden;
      left: 15px;
      height: 60px;
      width: 60px;
      background-color: #fff;
      border-radius: 50%;
      cursor: pointer; }
      .podcast-banner .podcast-info .play i {
        position: absolute;
        overflow: hidden;
        top: 15px;
        left: 17px;
        margin: 0;
        font-family: "SSJunior";
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        text-rendering: optimizeLegibility;
        white-space: nowrap;
        /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        color: #ff6d00;
        font-size: 28px; }
      .podcast-banner .podcast-info .play:hover {
        background-color: #f6f5f3; }
    .podcast-banner .podcast-info h2 {
      font-size: 24px;
      color: #fff; }
    .podcast-banner .podcast-info h3 {
      color: #fff; }
  .podcast-banner p {
    width: 100%;
    margin-bottom: 30px;
    max-width: 550px;
    font-size: 24px;
    line-height: 1.75;
    color: #fff; }
  .podcast-banner i {
    font-family: "SSSocial";
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    white-space: nowrap;
    /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
    padding-right: 20px;
    margin-top: 10px;
    float: left;
    color: #fff; }
  @media screen and (max-width: 1024px) {
    .podcast-banner .podcast-illustration {
      display: none; }
    .podcast-banner .podcast-content {
      width: 100%;
      max-width: 600px;
      display: block;
      float: none;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 480px) {
    .podcast-banner p {
      margin-bottom: 30px;
      font-size: 18px;
      line-height: 1.75; }
    .podcast-banner i {
      margin-top: 5px; } }

.player {
  position: relative;
  overflow: hidden;
  height: 250px;
  background-color: #f6f5f3; }
  .player .control-button {
    position: relative;
    overflow: hidden;
    height: 250px;
    width: 250px;
    background-color: #ff6d00;
    cursor: pointer; }
    .player .control-button .play-button {
      width: 100px;
      height: 100px;
      margin: 0 auto;
      position: relative;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #fff;
      border-radius: 50%;
      cursor: pointer; }
      .player .control-button .play-button p {
        font-family: "SSJunior";
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        text-rendering: optimizeLegibility;
        white-space: nowrap;
        /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: #ff6d00;
        padding: 18px 0 0 4px;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        .player .control-button .play-button p.playing {
          padding-left: 0px; }
    .player .control-button.amplitude-paused p.paused {
      display: block; }
    .player .control-button.amplitude-paused p.playing {
      display: none; }
    .player .control-button.amplitude-playing p.paused {
      display: none; }
    .player .control-button.amplitude-playing p.playing {
      display: block; }
    .player .control-button h3 {
      position: absolute;
      bottom: 30px;
      width: 100%;
      font-size: 20px;
      font-weight: 400;
      text-align: center;
      color: #fff; }
    .player .control-button:hover {
      background-color: #e66200; }
      .player .control-button:hover .play-button {
        background-color: #f6f5f3; }
        .player .control-button:hover .play-button p {
          color: #e66200; }
      .player .control-button:hover h3 {
        color: #f6f5f3; }
  .player .control-details {
    float: none;
    width: auto;
    padding: 40px 70px 0 70px; }
    .player .control-details h2 {
      margin-bottom: 35px;
      font-size: 24px;
      color: #2da6d8; }
    .player .control-details h3 {
      width: 50%;
      float: left;
      margin-bottom: 10px;
      font-size: 16px;
      text-transform: uppercase; }
      .player .control-details h3.right {
        text-align: right; }
    .player .control-details .slider-hold {
      width: 75%;
      float: left; }
    .player .control-details #amplitude-song-slider {
      display: inline-block;
      position: relative;
      overflow: hidden;
      height: 35px;
      border-radius: 17.5px;
      width: 100%;
      background-color: #1899cc;
      margin-left: 10px;
      margin-top: 5px;
      border: solid #1899cc 6px; }
    .player .control-details #amplitude-track-progress {
      position: relative;
      overflow: hidden;
      background-color: #f6f5f3;
      height: 23px;
      border-radius-left: 17.5px;
      width: 0px; }
    .player .control-details #amplitude-track-status {
      display: none;
      position: relative;
      background-color: #c6c6c6;
      height: 30px;
      width: 70px;
      margin-top: 10px;
      left: -20px; }
      .player .control-details #amplitude-track-status:before {
        content: "directup";
        color: #c6c6c6;
        font-family: "SSStandard";
        font-style: normal;
        font-weight: normal;
        text-decoration: none;
        text-rendering: optimizeLegibility;
        white-space: nowrap;
        /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
        -moz-font-feature-settings: "liga=1";
        -moz-font-feature-settings: "liga";
        -ms-font-feature-settings: "liga" 1;
        -o-font-feature-settings: "liga";
        font-feature-settings: "liga";
        -webkit-font-smoothing: antialiased;
        position: absolute;
        top: -10px;
        left: 25px; }
      .player .control-details #amplitude-track-status h3 {
        width: 100%;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        color: #fff; }
    .player .control-details .volume-hold {
      width: 25%;
      float: left; }
      .player .control-details .volume-hold .mute-button {
        width: 35px;
        height: 35px;
        background-color: #ff6d00;
        border-radius: 50%;
        cursor: pointer;
        float: right;
        margin: 5px 0 0 0; }
        .player .control-details .volume-hold .mute-button p {
          font-family: "SSJunior";
          font-style: normal;
          font-weight: normal;
          text-decoration: none;
          text-rendering: optimizeLegibility;
          white-space: nowrap;
          /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
          -moz-font-feature-settings: "liga=1";
          -moz-font-feature-settings: "liga";
          -ms-font-feature-settings: "liga" 1;
          -o-font-feature-settings: "liga";
          font-feature-settings: "liga";
          -webkit-font-smoothing: antialiased;
          width: 100%;
          text-align: center;
          font-size: 16px;
          color: #fff;
          padding: 4px 0 0 0;
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
          .player .control-details .volume-hold .mute-button p.playing {
            padding-left: 2px; }
        .player .control-details .volume-hold .mute-button.amplitude-muted p.muted {
          display: block; }
        .player .control-details .volume-hold .mute-button.amplitude-muted p.not-muted {
          display: none; }
        .player .control-details .volume-hold .mute-button.amplitude-not-muted p.muted {
          display: none; }
        .player .control-details .volume-hold .mute-button.amplitude-not-muted p.not-muted {
          display: block; }
        .player .control-details .volume-hold .mute-button:hover {
          background-color: #e66200; }
    .player .control-details #volume-meter {
      position: relative;
      overflow: hidden;
      height: 35px;
      width: 50%;
      margin-left: 15px;
      margin-top: 5px;
      float: right; }
      .player .control-details #volume-meter .level {
        width: 10%;
        height: 100%;
        margin-right: 0;
        float: left;
        background-color: #f6f5f3;
        cursor: pointer; }
        .player .control-details #volume-meter .level.true {
          background-color: #f6f5f3; }
        .player .control-details #volume-meter .level:nth-of-type(2n) {
          background-color: #c6c6c6; }
          .player .control-details #volume-meter .level:nth-of-type(2n).true {
            background-color: #ff6d00; }
  @media screen and (max-width: 1024px) {
    .player {
      height: 200px; }
      .player .control-button {
        width: 25%;
        height: 100%;
        max-height: 200px;
        max-width: 200px; }
        .player .control-button h3 {
          bottom: 15px; }
      .player .control-details {
        float: none;
        width: auto;
        padding: 30px 30px 0 30px; }
        .player .control-details h2 {
          margin-bottom: 20px; }
        .player .control-details .slider-hold {
          width: 70%; }
        .player .control-details .volume-hold {
          width: 30%; } }
  @media screen and (max-width: 767px) {
    .player {
      height: 150px; }
      .player .control-button {
        width: 50%;
        height: 100%;
        max-height: 150px;
        max-width: 150px; }
        .player .control-button .play-button {
          width: 70px;
          height: 70px;
          background-color: #fff; }
          .player .control-button .play-button p {
            font-size: 40px;
            padding: 10px 0 0 4px; }
        .player .control-button h3 {
          bottom: 10px;
          width: 100%;
          font-size: 20px; }
      .player .control-details {
        float: none;
        width: auto;
        padding: 30px 30px 0 30px; }
        .player .control-details h3 {
          width: 100%; }
          .player .control-details h3.right {
            display: none; }
        .player .control-details .slider-hold {
          display: none; }
        .player .control-details .volume-hold {
          display: none; } }

.notes {
  position: relative;
  overflow: hidden; }
  .notes h2 {
    width: 100%;
    margin: 40px 0 55px 0;
    font-size: 36px;
    text-align: center;
    color: #2da6d8; }
  .notes hr {
    width: 80%;
    margin-bottom: 60px;
    border: solid #f6f5f3 2px; }
  .notes .notes-content {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px; }
    .notes .notes-content ul {
      width: 80%;
      margin: 0 auto; }
      .notes .notes-content ul li {
        margin-bottom: 20px;
        font-size: 24px;
        font-family: "chaparral-pro", Garamond, serif;
        list-style: none;
        color: #000; }
        .notes .notes-content ul li:before {
          content: "•";
          margin-right: 10px;
          font-size: 30px;
          color: #2da6d8; }
        .notes .notes-content ul li a {
          color: #000;
          border-bottom: solid #ff6d00 2px; }
  .notes .quote-content {
    position: relative;
    overflow: hidden;
    background-color: #d8eef2;
    padding-bottom: 60px; }
    .notes .quote-content hr {
      border-color: #fff; }
    .notes .quote-content p {
      position: relative;
      width: 80%;
      margin: 0 auto;
      font-size: 30px;
      font-style: italic;
      margin-bottom: 40px; }
      .notes .quote-content p:before {
        content: "“";
        position: absolute;
        top: -5px;
        left: -30px;
        font-size: 60px;
        color: #1899cc; }

.sponsors .unit1of1 {
  border-top: solid #f6f5f3 4px;
  border-bottom: solid #f6f5f3 4px; }
  .sponsors .unit1of1 h3 {
    margin: 40px 0 30px 0;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #2da6d8; }
.sponsors .sponsor {
  border-right: solid #f6f5f3 4px; }
  .sponsors .sponsor img {
    width: 50%;
    margin: 20px auto 0 auto;
    display: block; }
  .sponsors .sponsor h4 {
    width: 50%;
    margin: 10px auto;
    font-size: 14px;
    line-height: 1.5;
    color: #c6c6c6; }
  .sponsors .sponsor:last-of-type {
    border: none; }
  .sponsors .sponsor:hover h4 {
    color: #58595b; }
  @media screen and (max-width: 767px) {
    .sponsors .sponsor {
      width: 100%;
      border-right: none;
      border-bottom: solid #f6f5f3 4px; } }

.about-note {
  background-color: #f6f5f3; }
  .about-note p {
    width: 100%;
    max-width: 800px;
    margin: 70px auto 60px auto;
    font-family: "freight-text-pro", serif;
    font-weight: 300;
    font-size: 26px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    color: #333638; }

.team {
  background-color: #abd3d6;
  padding: 60px 0; }
  .team h3 {
    width: 100%;
    margin-bottom: 40px;
    font-size: 30px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #333638;
    text-transform: uppercase;
    text-align: center; }
  .team .teammate img {
    width: 25%;
    float: left;
    -webkit-clip-path: circle(50%, 50%, 50%);
    clip-path: circle(50%, 50%, 50%);
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%); }
  .team .teammate h3 {
    width: 75%;
    float: left;
    margin-bottom: 0;
    padding: 35px 0 0 30px;
    font-size: 24px;
    text-align: left; }
  .team .teammate h4 {
    width: 75%;
    float: left;
    padding: 10px 0 0 30px;
    text-align: left; }
  .team .teammate p {
    width: 100%;
    max-width: 500px;
    float: left;
    padding: 30px 0 0 0;
    font-family: "freight-text-pro", serif;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.75; }

.purpose {
  background-color: #abd3d6; }
  .purpose.sf, .purpose.nyc {
    background-color: #333638; }
  .purpose h1 {
    margin: 70px 0 30px 0;
    font-size: 30px;
    font-family: "din-condensed-web", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #5292cb; }
  .purpose p {
    width: 100%;
    max-width: 900px;
    margin: 0 auto 70px auto;
    font-family: "freight-text-pro", serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    text-align: center;
    color: #fff; }
    .purpose p.schedule {
      margin-bottom: 30px; }
  .purpose .button {
    width: 100%;
    max-width: 400px;
    height: 54px;
    margin: 60px auto 70px auto;
    padding-top: 12px;
    border: 2px solid #d8eef2;
    transition: all 0.3s ease; }
    .purpose .button h4 {
      width: 100%;
      font-size: 18px;
      font-family: "omnes-pro", sans-serif;
      font-weight: 500;
      letter-spacing: 3px;
      text-align: center;
      text-transform: uppercase;
      color: #d8eef2;
      transition: all 0.3s ease; }
    .purpose .button:hover {
      background-color: #d8eef2; }
      .purpose .button:hover h4 {
        color: #000; }
  @media screen and (max-width: 480px) {
    .purpose h1 {
      margin-top: 30px;
      font-size: 16px; }
    .purpose p {
      margin-bottom: 30px;
      font-size: 12px; } }
  @media screen and (max-width: 1024px) {
    .purpose h1 {
      margin-top: 30px;
      font-size: 20px; }
    .purpose p {
      margin-bottom: 30px;
      font-size: 14px; } }

.image-break {
  height: 760px;
  width: 100%;
  padding: 0;
  background-position: center center;
  background-size: cover; }
  @media screen and (max-width: 1024px) {
    .image-break {
      height: 575px; } }
  @media screen and (max-width: 480px) {
    .image-break {
      height: 425px; } }

.components {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  float: none; }
  .components .component-details {
    max-width: 1200px;
    float: none;
    margin: 0 auto; }
  .components h1 {
    margin-top: 90px;
    font-size: 28px;
    font-family: "freight-text-pro", serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5292cb; }
  .components hr {
    border: 2px solid #58595b;
    width: 100%;
    max-width: 100px;
    margin: 30px 0 50px 0; }
  .components p {
    width: 100%;
    max-width: 900px;
    font-size: 20px;
    font-family: "freight-text-pro", serif;
    font-weight: 300;
    letter-spacing: 1.5px;
    line-height: 1.5;
    color: #58595b; }
  .components .component-count {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1280px;
    margin-top: 80px; }
    .components .component-count .unit1of4 {
      height: 480px;
      border-right: 1px solid #f6f5f3;
      border-left: 1px solid #f6f5f3;
      padding-left: 40px; }
      .components .component-count .unit1of4:nth-of-type(4) {
        border-right: none; }
      .components .component-count .unit1of4:nth-of-type(1) {
        border-left: none; }
    .components .component-count .number-hold {
      height: 100%;
      max-height: 75px;
      width: 100%;
      max-width: 60px; }
      .components .component-count .number-hold .number {
        fill: #dedddb; }
    .components .component-count h3 {
      margin-top: 20px;
      font-family: "omnes-pro", sans-serif;
      font-size: 21px;
      font-weight: 500;
      letter-spacing: 2px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #ff6d00; }
    .components .component-count p {
      max-width: 200px;
      margin-top: 20px;
      margin-bottom: 150px;
      font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
      font-size: 17px;
      font-weight: 300; }
  @media screen and (max-width: 1024px) {
    .components .component-details {
      padding-left: 20px; }
      .components .component-details h1 {
        margin-top: 50px;
        font-size: 26px; }
      .components .component-details p {
        max-width: 650px;
        font-size: 16px; }
    .components .component-count .unit1of4 {
      height: 380px;
      padding-right: 20px;
      padding-left: 20px; }
    .components .component-count h3 {
      font-size: 18px; }
    .components .component-count p {
      margin-bottom: 70px;
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .components .component-count .unit1of4 {
      border-bottom: 2px solid #f6f5f3; }
      .components .component-count .unit1of4:nth-of-type(3), .components .component-count .unit1of4:nth-of-type(4) {
        border-bottom: none;
        padding-top: 30px; }
    .components .component-count h3 {
      font-size: 20px; }
    .components .component-count p {
      margin-bottom: 70px;
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .components .component-details {
      padding-left: 20px; }
      .components .component-details h1 {
        margin-top: 50px;
        font-size: 22px; }
      .components .component-details p {
        font-size: 16px; }
    .components .component-count .unit1of4 {
      height: auto;
      min-height: 400px;
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 2px solid #f6f5f3; }
      .components .component-count .unit1of4:nth-of-type(3), .components .component-count .unit1of4:nth-of-type(4) {
        border-bottom: none;
        padding-top: 30px; }
    .components .component-count h3 {
      font-size: 18px; }
    .components .component-count p {
      margin-bottom: 50px;
      font-size: 14px; } }

.cities {
  position: relative;
  overflow: hidden;
  float: none; }
  .cities .city {
    transition: all 0.3s ease; }
    .cities .city.sf {
      background-color: #abd3d6; }
      .cities .city.sf:hover {
        background-color: #bcdcde; }
    .cities .city.nyc {
      background-color: #5292cb; }
      .cities .city.nyc:hover {
        background-color: #669ed1; }
      .cities .city.nyc .button {
        border-color: #abd3d6; }
        .cities .city.nyc .button h4 {
          color: #abd3d6; }
        .cities .city.nyc .button:hover {
          background-color: #abd3d6; }
          .cities .city.nyc .button:hover h4 {
            color: #5292cb; }
    .cities .city .icon-hold {
      height: 100%;
      max-height: 500px;
      width: 100%;
      max-width: 500px;
      margin: 50px auto 0 auto; }
      .cities .city .icon-hold .icon {
        fill: #58595b; }
    .cities .city h2 {
      margin-top: 0;
      font-size: 36px;
      letter-spacing: 2px;
      font-family: "din-condensed-web", sans-serif;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      color: #fff; }
    .cities .city h3 {
      margin-top: 5px;
      font-size: 18px;
      letter-spacing: 2px;
      font-family: "omnes-pro", sans-serif;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      color: #fff; }
    .cities .city .button {
      width: 100%;
      max-width: 210px;
      height: 54px;
      margin: 60px auto 100px auto;
      padding-top: 12px;
      border: 2px solid #5292cb;
      transition: all 0.3s ease; }
      .cities .city .button h4 {
        width: 100%;
        font-size: 18px;
        font-family: "omnes-pro", sans-serif;
        font-weight: 500;
        letter-spacing: 3px;
        text-align: center;
        text-transform: uppercase;
        color: #5292cb;
        transition: all 0.3s ease; }
      .cities .city .button:hover {
        background-color: #5292cb; }
        .cities .city .button:hover h4 {
          color: #abd3d6; }
    @media screen and (max-width: 1024px) {
      .cities .city .icon-hold {
        max-height: 300px;
        max-width: 500px;
        margin: 30px auto 0 auto; }
      .cities .city .button {
        margin-bottom: 60px; } }
  .cities .two-cities {
    position: absolute;
    width: 15%;
    bottom: 200px;
    left: 42.5%;
    z-index: 0; }
    .cities .two-cities .diamond-hold {
      position: absolute;
      width: 100%;
      height: 130px;
      top: 0;
      z-index: -1; }
      .cities .two-cities .diamond-hold .diamond {
        fill: #44484D; }
    .cities .two-cities h3 {
      margin-top: 38px;
      font-family: "omnes-pro", sans-serif;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
      text-align: center;
      line-height: 1.5;
      color: #fff;
      z-index: 0; }
      .cities .two-cities h3:nth-of-type(2) {
        margin-top: 4px; }
    .cities .two-cities hr {
      width: 37px;
      margin: 0 auto; }
      .cities .two-cities hr:nth-of-type(2) {
        width: 56px; }
    @media screen and (max-width: 1024px) {
      .cities .two-cities h3 {
        margin-top: 38px;
        font-size: 12px; }
        .cities .two-cities h3:nth-of-type(2) {
          margin-top: 4px; }
      .cities .two-cities hr {
        width: 32px;
        margin: 0 auto; }
        .cities .two-cities hr:nth-of-type(2) {
          width: 50px; } }
    @media screen and (max-width: 767px) {
      .cities .two-cities {
        display: none; } }

.quote {
  background-color: #D6D6D6;
  background-repeat: repeat;
  background-size: 25%; }
  .quote h1 {
    margin: 70px 0 30px 0;
    font-family: "omnes-pro", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
    .quote h1 span {
      color: #5292cb;
      border-bottom: solid 2px #5292cb; }
  .quote h3 {
    margin: 0 0 60px 0;
    font-family: "din-condensed-web", sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #ff6d00; }
  @media screen and (max-width: 1024px) {
    .quote h1 {
      margin: 40px 0 20px 0;
      font-size: 18px; }
    .quote h3 {
      margin: 0 0 30px 0;
      font-size: 14px; } }
  @media screen and (max-width: 480px) {
    .quote h1 {
      width: 80%;
      margin: 20px auto 10px auto;
      font-size: 16px; } }

.newsletter-break {
  padding: 40px 0 60px 0; }
  .newsletter-break .newsletter-details {
    max-width: 850px;
    margin: 0 auto;
    float: none; }
  .newsletter-break h3 {
    max-width: 600px;
    margin: 15px auto 30px auto;
    font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.5;
    font-family: "omnes-pro", sans-serif;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #fff; }
  .newsletter-break input {
    width: 100%;
    height: 55px;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
    .newsletter-break input:focus {
      outline: none; }
    .newsletter-break input[type=email] {
      padding-left: 30px;
      font-family: "freight-text-pro", serif;
      font-size: 16px;
      letter-spacing: 1.25px;
      background-color: #fff; }
    .newsletter-break input[type=submit] {
      padding: 4px 0 0 0;
      background-color: #3679b4;
      letter-spacing: 2px;
      font-size: 24px;
      font-family: "din-condensed-web", sans-serif;
      font-weight: 400;
      text-align: center;
      text-transform: uppercase;
      color: #fff;
      cursor: pointer; }
      .newsletter-break input[type=submit]:hover {
        background-color: #79abd7; }
    .newsletter-break input::-webkit-input-placeholder {
      color: #58595b; }
    .newsletter-break input:-moz-placeholder {
      color: #58595b; }
    .newsletter-break input::-moz-placeholder {
      color: #58595b; }
    .newsletter-break input:-ms-input-placeholder {
      color: #58595b; }
    .newsletter-break input:focus::-webkit-input-placeholder {
      color: #c6c6c6; }
    .newsletter-break input:-moz-placeholder:focus {
      color: #c6c6c6; }
    .newsletter-break input::-moz-placeholder:focus {
      color: #c6c6c6; }
    .newsletter-break input:-ms-input-placeholder:focus {
      color: #c6c6c6; }
  .newsletter-break.home {
    background-color: #D6D6D6;
    background-repeat: repeat;
    background-size: 25%; }
    .newsletter-break.home h3 {
      color: #5292cb; }
    .newsletter-break.home input[type=submit] {
      background-color: #8DCCD6; }
      .newsletter-break.home input[type=submit]:hover {
        background-color: #67bbc9; }
  .newsletter-break.sf {
    background-color: #abd3d6; }
    .newsletter-break.sf h3 {
      color: #fff; }
    .newsletter-break.sf input[type=submit] {
      background-color: #5292cb; }
      .newsletter-break.sf input[type=submit]:hover {
        background-color: #79abd7; }
  .newsletter-break.nyc {
    background-color: #5292cb; }
    .newsletter-break.nyc h3 {
      color: #fff; }
    .newsletter-break.nyc input[type=submit] {
      background-color: #CACACA; }
      .newsletter-break.nyc input[type=submit]:hover {
        background-color: #b1b1b1; }
  @media screen and (max-width: 767px) {
    .newsletter-break .group {
      padding: 0 5px; }
    .newsletter-break .unit1of5 {
      width: 100%; }
    .newsletter-break .unit4of5 {
      width: 100%; }
    .newsletter-break input {
      text-align: center; } }

.city-banner.sf {
  background-color: #abd3d6; }
.city-banner.nyc {
  background-color: #5292cb; }
.city-banner .slide-content {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%; }
.city-banner .icon-hold {
  height: 100%;
  max-height: 400px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 30px auto; }
  .city-banner .icon-hold .icon {
    fill: #58595b; }
.city-banner h2 {
  margin-top: 0;
  font-size: 48px;
  letter-spacing: 2px;
  font-family: "din-condensed-web", sans-serif;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
.city-banner h3 {
  margin-top: 5px;
  font-size: 24px;
  letter-spacing: 2px;
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }
@media screen and (max-width: 480px) {
  .city-banner h2 {
    font-size: 30px; }
  .city-banner h3 {
    font-size: 20px; }
  .city-banner .icon-hold {
    height: 100%;
    max-height: 200px; } }

.city-components {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  float: none; }
  .city-components .component-details {
    max-width: 1200px;
    float: none;
    margin: 0 auto; }
    .city-components .component-details h1 {
      margin-top: 90px;
      font-size: 28px;
      font-family: "freight-text-pro", serif;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #5292cb; }
    .city-components .component-details hr {
      border: 2px solid #58595b;
      width: 100%;
      max-width: 100px;
      margin: 30px 0 50px 0; }
    .city-components .component-details .date-hold {
      width: 100%;
      max-width: 250px;
      max-height: 150px; }
      .city-components .component-details .date-hold .date {
        fill: #EAEAEA; }
    .city-components .component-details h3 {
      margin-top: 0;
      font-family: "omnes-pro", sans-serif;
      font-size: 21px;
      font-weight: 500;
      letter-spacing: 2px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #ff6d00; }
    .city-components .component-details .register-hold {
      width: 80%;
      position: relative;
      overflow: hidden;
      border: solid 2px #abd3d6;
      margin-left: 30px; }
      .city-components .component-details .register-hold h3 {
        width: 100%;
        padding: 15px 0;
        font-size: 18px;
        text-align: center;
        color: #D3D1D1;
        transition: all 0.3s ease; }
        .city-components .component-details .register-hold h3.arrow {
          position: absolute;
          width: 150px;
          top: 90px;
          left: 40px;
          font-size: 16px;
          color: #fff; }
      .city-components .component-details .register-hold hr {
        max-width: none;
        margin: 0;
        border: 1px solid #abd3d6; }
      .city-components .component-details .register-hold .arrow-hold {
        height: 45px;
        width: 190px;
        float: left;
        margin: 25px 0 0 0; }
        .city-components .component-details .register-hold .arrow-hold .arrow {
          transition: fill 0.3s ease;
          fill: #5292cb; }
      .city-components .component-details .register-hold h1 {
        margin: 15px 0 0 0;
        font-family: "presicav", sans-serif;
        font-size: 40px;
        font-weight: 300;
        text-align: center;
        color: #fff;
        text-shadow: -1px -1px 0 #abd3d6, 1px -1px 0 #abd3d6, -1px 1px 0 #abd3d6, 1px 1px 0 #abd3d6;
        transition: all 0.3s ease; }
      .city-components .component-details .register-hold h4 {
        margin-bottom: 10px;
        font-family: "presicav", sans-serif;
        font-size: 7px;
        letter-spacing: 2px;
        text-align: center;
        text-transform: uppercase;
        color: #D3D1D1;
        transition: all 0.3s ease; }
      .city-components .component-details .register-hold:hover .arrow-hold .arrow {
        fill: #3e86c5; }
      .city-components .component-details .register-hold:hover h1 {
        text-shadow: -1px -1px 0 #5292cb, 1px -1px 0 #5292cb, -1px 1px 0 #5292cb, 1px 1px 0 #5292cb; }
      .city-components .component-details .register-hold:hover h4, .city-components .component-details .register-hold:hover h3 {
        color: #333638; }
        .city-components .component-details .register-hold:hover h4.arrow, .city-components .component-details .register-hold:hover h3.arrow {
          color: #fff; }
      @media screen and (max-width: 1024px) {
        .city-components .component-details .register-hold {
          width: 90%;
          margin-left: 30px; } }
      @media screen and (max-width: 767px) {
        .city-components .component-details .register-hold {
          margin-top: 60px;
          margin-left: 0;
          width: 100%; }
          .city-components .component-details .register-hold .arrow-hold {
            width: 100%;
            float: none;
            margin: 25px auto 0 auto; }
          .city-components .component-details .register-hold h3.arrow {
            position: absolute;
            width: 100%;
            top: 90px;
            left: 0;
            text-align: center; }
          .city-components .component-details .register-hold h1 {
            margin: 0; } }
  .city-components .component-count {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1280px;
    margin-top: 80px; }
    .city-components .component-count .unit1of4 {
      height: 350px;
      border-right: 1px solid #f6f5f3;
      border-left: 1px solid #f6f5f3;
      padding-left: 40px; }
      .city-components .component-count .unit1of4:nth-of-type(4) {
        border-right: none; }
      .city-components .component-count .unit1of4:nth-of-type(1) {
        border-left: none; }
    .city-components .component-count .number-hold {
      height: 100%;
      max-height: 75px;
      width: 100%;
      max-width: 60px; }
      .city-components .component-count .number-hold .number {
        fill: #dedddb; }
    .city-components .component-count h3 {
      margin-top: 20px;
      font-family: "din-condensed-web", sans-serif;
      font-size: 26px;
      font-weight: 400;
      letter-spacing: 2px;
      line-height: 1.2;
      text-transform: uppercase;
      color: #58595b; }
    .city-components .component-count p {
      max-width: 200px;
      margin-top: 20px;
      margin-bottom: 150px;
      font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
      font-size: 17px;
      font-weight: 300;
      line-height: 1.45;
      color: #58595b; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .city-components .component-details h1 {
      margin-top: 30px; } }
  @media screen and (max-width: 1024px) {
    .city-components .component-details {
      padding-left: 20px; }
      .city-components .component-details h1 {
        margin-top: 30px;
        font-size: 26px; }
      .city-components .component-details p {
        max-width: 650px;
        font-size: 16px; }
    .city-components .component-count .unit1of4 {
      height: 380px;
      padding-right: 20px;
      padding-left: 20px; }
    .city-components .component-count h3 {
      font-size: 18px; }
    .city-components .component-count p {
      margin-bottom: 70px;
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .city-components .component-count .unit1of4 {
      height: 300px;
      border-bottom: 2px solid #f6f5f3; }
      .city-components .component-count .unit1of4:nth-of-type(3), .city-components .component-count .unit1of4:nth-of-type(4) {
        border-bottom: none;
        padding-top: 30px; }
    .city-components .component-count h3 {
      font-size: 20px; }
    .city-components .component-count p {
      margin-bottom: 70px;
      font-size: 16px; } }
  @media screen and (max-width: 480px) {
    .city-components .component-details {
      padding-left: 20px; }
      .city-components .component-details h1 {
        margin-top: 50px;
        font-size: 22px; }
      .city-components .component-details p {
        font-size: 16px; }
    .city-components .component-count .unit1of4 {
      height: auto;
      min-height: 320px;
      padding-left: 20px;
      padding-right: 20px;
      border-bottom: 2px solid #f6f5f3; }
      .city-components .component-count .unit1of4:nth-of-type(3), .city-components .component-count .unit1of4:nth-of-type(4) {
        border-bottom: none;
        padding-top: 10px; }
    .city-components .component-count h3 {
      font-size: 18px; }
    .city-components .component-count p {
      margin-bottom: 50px;
      font-size: 14px; } }

.speaker-hold {
  background-color: #D6D6D6;
  background-repeat: repeat;
  background-size: 25%; }
  .speaker-hold .speaker-details,
  .speaker-hold .speakers {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    float: none; }
  .speaker-hold .speakers {
    padding-left: 0;
    padding-bottom: 60px; }
  .speaker-hold h1 {
    margin-top: 90px;
    font-size: 28px;
    font-family: "freight-text-pro", serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #5292cb; }
  .speaker-hold hr {
    border: 2px solid #58595b;
    width: 100%;
    max-width: 100px;
    margin: 30px 0 50px 0; }
  .speaker-hold .speaker {
    padding-bottom: 40px;
    height: 345px; }
    .speaker-hold .speaker img {
      width: 80%;
      -webkit-clip-path: circle(50%, 50%, 50%);
      clip-path: circle(50%, 50%, 50%);
      -webkit-clip-path: circle(50%);
      clip-path: circle(50%); }
    .speaker-hold .speaker h3 {
      width: 80%;
      margin-top: 5px;
      font-size: 16px;
      letter-spacing: 2px;
      font-family: "omnes-pro", sans-serif;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      color: #ff6d00; }
      .speaker-hold .speaker h3 a, .speaker-hold .speaker h3 a:visited {
        color: #ff6d00; }
    .speaker-hold .speaker p {
      width: 80%;
      margin-top: 5px;
      font-size: 11px;
      letter-spacing: 2px;
      font-family: "omnes-pro", sans-serif;
      font-weight: 500;
      text-align: center;
      text-transform: uppercase;
      color: #333638; }
      .speaker-hold .speaker p a, .speaker-hold .speaker p a:visited {
        color: #333638; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .speaker-hold .speaker {
        width: 33.33333333333%; }
        .speaker-hold .speaker img, .speaker-hold .speaker h3, .speaker-hold .speaker p {
          width: 100%; } }
  .speaker-hold .stay-tuned h1 {
    margin-top: 90px;
    font-size: 28px;
    font-family: "freight-text-pro", serif;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    color: #5292cb; }
  .speaker-hold .stay-tuned h3 {
    margin-top: 50px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 500;
    line-height: 1.45;
    text-align: center;
    text-transform: uppercase;
    color: #333638; }
  .speaker-hold .stay-tuned h2 {
    margin-top: 50px;
    margin-bottom: 90px;
    font-family: "din-condensed-web", sans-serif;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 120px;
    text-align: center;
    text-transform: uppercase;
    color: #DBDBDB;
    opacity: .5;
    text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .speaker-hold {
      padding-left: 15px;
      padding-right: 15px; }
      .speaker-hold h1 {
        margin-top: 30px; } }
  @media screen and (max-width: 1024px) {
    .speaker-hold {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 480px) {
    .speaker-hold {
      padding-left: 0;
      padding-right: 0; } }

.register-break {
  background-color: #abd3d6;
  padding: 50px 0 10px 0;
  position: relative;
  overflow: hidden; }
  .register-break p {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    font-family: "freight-text-pro", serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
    color: #fff; }
  .register-break .register-button {
    position: relative;
    overflow: hidden;
    float: none;
    width: 250px;
    margin: 0 auto; }
    .register-break .register-button:hover .arrow-hold .arrow {
      fill: #5a97cd; }
  .register-break .arrow-hold {
    height: 45px;
    width: 190px;
    float: left;
    margin: 25px 0 20px 20px; }
    .register-break .arrow-hold .arrow {
      transition: fill 0.3s ease;
      fill: #5292cb; }
  .register-break h3 {
    width: 100%;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    font-family: "omnes-pro", sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.3s ease; }
    .register-break h3.arrow {
      position: absolute;
      width: 150px;
      top: 36px;
      left: 57px;
      font-size: 16px;
      color: #fff; }
  @media screen and (max-width: 480px) {
    .register-break p {
      margin-bottom: 30px;
      font-size: 12px; } }

.venue {
  padding-bottom: 40px; }
  .venue .venue-image {
    height: 760px;
    width: 100%;
    padding: 0;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 1024px) {
      .venue .venue-image {
        height: 575px; } }
    @media screen and (max-width: 480px) {
      .venue .venue-image {
        height: 425px; } }
  .venue .venue-details {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    padding-bottom: 40px; }
    .venue .venue-details h1 {
      margin-top: 90px;
      font-size: 28px;
      font-family: "freight-text-pro", serif;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #5292cb; }
    .venue .venue-details hr {
      border: 2px solid #58595b;
      width: 100%;
      max-width: 100px;
      margin: 30px 0 50px 0; }
    .venue .venue-details p {
      font-size: 16px;
      font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
      font-weight: 300;
      font-style: normal;
      letter-spacing: 1px;
      line-height: 1.5;
      color: #58595b;
      padding-right: 50px; }
      .venue .venue-details p.main {
        width: 100%;
        max-width: 900px;
        font-size: 20px;
        font-family: "freight-text-pro", serif;
        font-weight: 300;
        letter-spacing: 1px;
        line-height: 1.5;
        color: #58595b;
        padding-right: none; }
      .venue .venue-details p a {
        color: #abd3d6; }
        .venue .venue-details p a:hover {
          color: #66afb5; }
    .venue .venue-details h3 {
      margin-top: 5px;
      margin-bottom: 20px;
      font-size: 16px;
      letter-spacing: 2px;
      font-family: "omnes-pro", sans-serif;
      font-weight: 500;
      text-transform: uppercase;
      color: #ff6d00; }
    .venue .venue-details h4 {
      font-size: 16px;
      font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
      font-weight: 300;
      font-style: normal;
      letter-spacing: 1px;
      line-height: 1.5;
      color: #58595b;
      padding-right: 50px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .venue .venue-details h1 {
        margin-top: 30px; }
      .venue .venue-details .unit1of2 {
        width: 100%; }
      .venue .venue-details .unit1of4 {
        width: 50%; }
      .venue .venue-details h4, .venue .venue-details p {
        padding-right: 0; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .venue {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 1024px) {
    .venue {
      padding-left: 15px;
      padding-right: 15px; } }
  @media screen and (max-width: 480px) {
    .venue {
      padding-left: 0;
      padding-right: 0; } }

.partners {
  padding-bottom: 40px; }
  .partners .partner-image {
    height: 760px;
    width: 100%;
    padding: 0;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 1024px) {
      .partners .partner-image {
        height: 575px; } }
    @media screen and (max-width: 480px) {
      .partners .partner-image {
        height: 425px; } }
  .partners .partner-details,
  .partners .partner-hold {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    float: none;
    padding-bottom: 20px; }
    .partners .partner-details h1,
    .partners .partner-hold h1 {
      margin-top: 90px;
      font-size: 28px;
      font-family: "freight-text-pro", serif;
      font-weight: 400;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: #5292cb; }
    .partners .partner-details hr,
    .partners .partner-hold hr {
      border: 2px solid #58595b;
      width: 100%;
      max-width: 100px;
      margin: 30px 0 50px 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .partners .partner-details h1,
      .partners .partner-hold h1 {
        margin-top: 30px; } }
  .partners .partner-hold h3 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 16px;
    letter-spacing: 2px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #ff6d00; }
  .partners .partner-hold h4 {
    font-size: 16px;
    font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #58595b;
    padding-right: 50px; }
  .partners .partner-hold div div {
    opacity: .5;
    transition: all 0.15s ease; }
    .partners .partner-hold div div:hover {
      opacity: 1; }
  .partners .partner-hold .tier2.one {
    width: 33.3333333333333%;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .partners .partner-hold .tier2.one .unit1of3 {
      width: 100%; }
  .partners .partner-hold .tier3.two {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .partners .partner-hold .tier3.two .unit1of4 {
      width: 50%; }
  .partners .partner-hold .tier3.three {
    width: 66.66666666666666%;
    margin-left: auto;
    margin-right: auto;
    float: none; }
    .partners .partner-hold .tier3.three .unit1of4 {
      width: 33.3333333333333%; }
  .partners .partner-hold .tier3 > div img {
    max-width: 250px; }
  .partners .partner-hold .tier1 div {
    opacity: 1;
    padding-bottom: 30px; }
    .partners .partner-hold .tier1 div img {
      max-width: 500px; }
    .partners .partner-hold .tier1 div h4 {
      max-width: 500px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .partners {
      padding-left: 15px;
      padding-right: 15px; }
      .partners .partner-hold .tier1 div h4 {
        max-width: none;
        padding-right: 0; } }
  @media screen and (max-width: 1024px) {
    .partners {
      padding-left: 15px;
      padding-right: 15px; }
      .partners .partner-hold .tier1 div h4 {
        max-width: none;
        padding-right: 0; } }
  @media screen and (max-width: 480px) {
    .partners {
      padding-left: 0;
      padding-right: 0; }
      .partners .partner-hold .tier2, .partners .partner-hold .tier3 {
        width: 100%; }
        .partners .partner-hold .tier2 > div img, .partners .partner-hold .tier3 > div img {
          max-width: none; }
        .partners .partner-hold .tier2.one, .partners .partner-hold .tier2.two, .partners .partner-hold .tier2.three, .partners .partner-hold .tier3.one, .partners .partner-hold .tier3.two, .partners .partner-hold .tier3.three {
          width: 100%; }
          .partners .partner-hold .tier2.one .unit1of2, .partners .partner-hold .tier2.one .unit1of3, .partners .partner-hold .tier2.one .unit1of4, .partners .partner-hold .tier2.two .unit1of2, .partners .partner-hold .tier2.two .unit1of3, .partners .partner-hold .tier2.two .unit1of4, .partners .partner-hold .tier2.three .unit1of2, .partners .partner-hold .tier2.three .unit1of3, .partners .partner-hold .tier2.three .unit1of4, .partners .partner-hold .tier3.one .unit1of2, .partners .partner-hold .tier3.one .unit1of3, .partners .partner-hold .tier3.one .unit1of4, .partners .partner-hold .tier3.two .unit1of2, .partners .partner-hold .tier3.two .unit1of3, .partners .partner-hold .tier3.two .unit1of4, .partners .partner-hold .tier3.three .unit1of2, .partners .partner-hold .tier3.three .unit1of3, .partners .partner-hold .tier3.three .unit1of4 {
            width: 100%; }
        .partners .partner-hold .tier2 .unit1of2, .partners .partner-hold .tier2 .unit1of3, .partners .partner-hold .tier2 .unit1of4, .partners .partner-hold .tier3 .unit1of2, .partners .partner-hold .tier3 .unit1of3, .partners .partner-hold .tier3 .unit1of4 {
          width: 100%; } }

footer p {
  width: 50%;
  float: left;
  padding: 20px 0;
  font-size: 14px;
  font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
  font-weight: 300;
  font-style: normal; }
  footer p.right {
    text-align: right; }
  footer p a {
    color: #5292cb; }
  @media screen and (max-width: 1024px) {
    footer p {
      width: 100%;
      float: left;
      text-align: center;
      padding: 20px 0 10px 0; }
      footer p.right {
        text-align: center;
        padding: 0 0 20px 0; } }
  @media screen and (max-width: 480px) {
    footer p {
      width: 80%;
      margin-left: auto;
      margin-right: auto;
      float: none; }
      footer p.right {
        float: none; } }

.talks {
  padding-top: 200px;
  padding-bottom: 100px; }
  .talks h1 {
    width: 100%;
    margin: 20px auto;
    font-size: 45px;
    color: #5292cb;
    text-align: center; }
  .talks .talk h3 {
    font-size: 18px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #5292cb;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px; }

.talk-page {
  padding-top: 200px;
  padding-bottom: 100px;
  background-color: #f6f5f3; }
  .talk-page video {
    max-width: 100%;
    height: auto; }
  .talk-page h2 {
    margin-top: 20px;
    font-size: 36px;
    letter-spacing: 2px;
    font-family: "din-condensed-web", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #5292cb; }
  .talk-page h3 {
    margin-top: 0px;
    font-size: 18px;
    font-family: "omnes-pro", sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.4;
    color: #333638;
    text-transform: uppercase;
    margin-top: 10px; }
  .talk-page p {
    margin-top: 20px;
    font-size: 18px;
    font-family: "freight-text-pro", serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1.5;
    color: #58595b; }
    .talk-page p a {
      color: #5292cb; }

.reg-open h3 {
  font-size: 18px;
  font-family: "omnes-pro", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.4;
  color: #ff6d00;
  text-transform: uppercase;
  text-align: center;
  margin: 20px auto;
  background-color: #fff; }
.reg-open .reg-open-content {
  width: 100%;
  background-color: #A2D5DC; }
  .reg-open .reg-open-content div {
    width: 100%;
    max-width: 700px;
    margin: 0 auto; }

.content-banner {
  height: 370px;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  float: none; }
  .content-banner .image-hold {
    max-width: 300px;
    margin: 20px auto 0 auto;
    float: none;
    position: relative;
    overflow: hidden; }

.content-page h1 {
  margin-top: 90px;
  font-size: 28px;
  font-family: "freight-text-pro", serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #5292cb; }
.content-page hr {
  border: 2px solid #58595b;
  width: 100%;
  max-width: 100px;
  margin: 30px 0 50px 0; }
.content-page .speaker-block .unit1of4 img {
  max-width: 220px;
  -webkit-clip-path: circle(50%, 50%, 50%);
  clip-path: circle(50%, 50%, 50%);
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%); }
.content-page .speaker-block .unit3of4 .unit1of4,
.content-page .speaker-block .unit1of1 .unit1of4 {
  height: 275px; }
.content-page .speaker-block .unit3of4 h2,
.content-page .speaker-block .unit1of1 h2 {
  font-size: 36px;
  font-family: "din-condensed-web", sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #8DCCD6;
  margin-bottom: 15px; }
.content-page .speaker-block .unit3of4 h3,
.content-page .speaker-block .unit1of1 h3 {
  font-family: "omnes-pro", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ff6d00;
  margin-bottom: 5px; }
  .content-page .speaker-block .unit3of4 h3.panelist,
  .content-page .speaker-block .unit1of1 h3.panelist {
    padding-right: 15px;
    color: #5292cb; }
.content-page .speaker-block .unit3of4 h4,
.content-page .speaker-block .unit1of1 h4 {
  font-family: "omnes-pro", sans-serif;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #58595b;
  margin-bottom: 15px; }
  .content-page .speaker-block .unit3of4 h4.panelist,
  .content-page .speaker-block .unit1of1 h4.panelist {
    padding-right: 15px;
    margin-bottom: 40px; }
.content-page .speaker-block .unit3of4 p,
.content-page .speaker-block .unit1of1 p {
  font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 35px; }
.content-page .speaker-block .unit3of4 hr,
.content-page .speaker-block .unit1of1 hr {
  margin-top: 50px;
  border: 1px solid #CACACA;
  width: 100%;
  max-width: none; }
.content-page .speaker-block .unit3of4 img,
.content-page .speaker-block .unit1of1 img {
  max-width: 150px;
  margin-bottom: 20px;
  -webkit-clip-path: circle(50%, 50%, 50%);
  clip-path: circle(50%, 50%, 50%);
  -webkit-clip-path: circle(50%);
  clip-path: circle(50%); }
.content-page .speaker-block .unit1of1 .unit1of4 {
  height: 600px; }
  @media screen and (max-width: 1024px) {
    .content-page .speaker-block .unit1of1 .unit1of4 {
      padding: 0 10px; } }
.content-page .speaker-block .unit1of1 hr {
  border: 2px solid #58595b;
  width: 100%;
  max-width: 100px;
  margin: 30px 0 50px 0; }
.content-page .speaker-block .unit1of1 img {
  max-width: 180px;
  margin: 0 auto 20px auto;
  display: block; }
.content-page .speaker-block .unit1of1 h3.panelist, .content-page .speaker-block .unit1of1 h4.panelist {
  max-width: 200px;
  margin: 0 auto 0 auto;
  padding: 0;
  display: block;
  text-align: center; }
.content-page .speaker-block .unit1of1 h4.panelist {
  margin-bottom: 30px; }
.content-page .speaker-block .unit1of1 .ask-me {
  width: 100%;
  max-width: 200px;
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  min-height: 270px;
  background-color: #f6f5f3;
  padding: 15px; }
  .content-page .speaker-block .unit1of1 .ask-me h3 {
    margin-bottom: 12px; }
  .content-page .speaker-block .unit1of1 .ask-me h4 {
    font-family: "Ideal Sans A", "Ideal Sans B", Helvetica, sans-serif;
    font-size: 14px;
    text-transform: none;
    margin-bottom: 10px; }
.content-page .speaker-block .unit1of1 .expert-register {
  width: 100%;
  position: absolute;
  overflow: hidden;
  bottom: 16px;
  max-width: 170px;
  height: 40px;
  background-color: #ff6d00; }
  @media screen and (max-width: 1024px) {
    .content-page .speaker-block .unit1of1 .expert-register {
      width: 80%; } }
  .content-page .speaker-block .unit1of1 .expert-register:hover {
    background-color: #cc5700; }
  .content-page .speaker-block .unit1of1 .expert-register.soldout {
    background-color: #58595b; }
    .content-page .speaker-block .unit1of1 .expert-register.soldout:hover {
      background-color: #58595b; }
  .content-page .speaker-block .unit1of1 .expert-register h3 {
    width: 100%;
    padding-top: 12px;
    text-align: center;
    color: #fff; }

.content-break {
  height: 70px; }