@charset "utf-8";

#agenda .list .info, #breakout .list .info {
  width: 75% !important;
}
.content {
  width: 1000px;
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .content {
    width: 750px;
  }
}
@media only screen and (max-width: 759px) {
  .content {
    width: 95%;
  }
}
@font-face {
  font-family: "Avenir";
  src: asset-url("fonts/Avenir-Book.woff");
}
@font-face {
  font-family: "Avenir";
  font-weight: bold;
  src: asset-url("fonts/Avenir-Black.woff");
}
@font-face {
  font-family: "Avenir Roman";
  src: asset-url("fonts/Avenir-Roman.woff");
}
@font-face {
  font-family: "Avenir Next Condensed Demi";
  src: asset-url("fonts/AvenirNextCondensed-DemiBold.ttf");
}
@font-face {
  font-family: "Avenir Next Condensed Medium";
  src: asset-url("fonts/AvenirNextCondensed-Medium.ttf");
}
@font-face {
  font-family: "Bebas Neue Reg";
  src: asset-url("fonts/BebasNeueRegular.otf");
}
@font-face {
  font-family: 'Barlow-Bold';
  src: asset-url("fonts/Barlow-Bold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow-Regular';
  src: asset-url("fonts/Barlow-Regular.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow-ExtraBold';
  src: asset-url("fonts/Barlow-ExtraBold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BarlowCondensed-SemiBold';
  src: asset-url("fonts/BarlowCondensed-SemiBold.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BarlowCondensed-Medium';
  src: asset-url("fonts/BarlowCondensed-Medium.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Barlow-ExtraLight';
  src: asset-url("fonts/Barlow-ExtraLight.ttf") format('truetype');
  font-weight: normal;
  font-style: normal;
}
.content {
  margin: 0 auto;
  padding: 0;
}
.mimage {
  display: none;
}
@media only screen and (max-width: 759px) {
  body {
    padding-bottom: 55px;
  }
  img {
    /*max-width: 280px;*/
    margin: 0 auto !important;
  }
  .mobimg {
    max-width: 160px !important;
    padding: 20px !important;
    margin-right: 0px !important;
  }
  .mobimg2 {
    max-width: 109px !important;
    padding: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .mimage {
    display: block;
  }
  .dimage {
    display: none;
  }
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .mobimg {
    margin-right: 0px !important;
  }
}
.grid {
  position: relative;
}
.grid::after {
  content: '';
  display: table;
  clear: both;
}
.grid > .item {
  float: left;
  width: 20%;
  box-sizing: border-box;
  padding: 5px;
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .grid > .item {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 759px) {
  .grid > .item {
    width: 50%;
  }
  .grid > .item:nth-child(odd) {
    padding-right: 5px;
    padding-left: 0px;
  }
  .grid > .item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px;
  }
}
.grid > .item:nth-child(5n+1) {
  clear: both;
  /*padding-left: 5px;*/
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .grid > .item:nth-child(5n+1) {
    clear: none;
  }
  .grid > .item:nth-child(3n+1) {
    clear: both;
  }
}
@media only screen and (max-width: 759px) {
  .grid > .item:nth-child(5n+1) {
    clear: none;
  }
  .grid > .item:nth-child(2n+1) {
    clear: both;
  }
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
nav {
  background: #0c1450;
  text-align: left;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
nav ul {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px;
}
nav ul li {
  list-style: none;
  display: inline;
  padding: 0 10px;
  line-height: 68px;
  font-weight: normal;
}
nav ul li:first-child {
  padding-left: 0;
}
nav ul li.last {
  padding-right: 0;
}
nav ul li .icon {
  display: none;
  font-size: 20px;
  margin-bottom: 3px;
}
nav ul li a {
  font-family: 'neue-haas-unica', sans-serif;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: 400;
}
nav ul li a:hover {
  color: #ef4237;
}
.social {
  position: absolute;
  top: 0;
  right: 130px;
  margin: 0;
  padding: 0;
}
.social li {
  display: inline-block;
}
.social a {
  display: block;
}
.social i {
  line-height: 28px;
  width: 27px;
  height: 27px;
  background-color: #fff;
  color: #040059;
  font-size: 20px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  letter-spacing: normal;
}
.social i:hover {
  background-color: #0c1450;
  color: #ef4237;
}
.social .fa-facebook:before {
  padding-top: 4px;
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .social {
    top: auto;
    right: auto;
    position: static;
    margin: 0 auto;
    padding-top: 10px;
  }
  .last {
    padding: 0;
  }
  nav {
    line-height: 20px;
    padding-top: 10px;
    min-height: 70px;
    text-align: center;
  }
  nav ul {
    max-width: 1000px !important;
  }
  nav ul li {
    height: 20px;
    line-height: 20px;
    padding: 0 5px;
  }
}
@media only screen and (max-width: 759px) {
  .social {
    display: none;
  }
  nav {
    top: auto;
    bottom: 0;
    padding: 10px 0;
  }
  nav ul {
    text-align: center;
  }
  nav ul li {
    line-height: 1;
    min-height: 0;
    position: relative;
    padding: 0;
    margin-right: 1.5%;
  }
  nav ul li:last-of-type {
    margin-right: 0;
  }
  nav ul li a {
    font-size: 10px;
    display: inline-block;
    letter-spacing: normal;
  }
  nav ul li .icon {
    display: block;
  }
}
.register a {
  color: #fff;
}
.register a:hover {
  color: #ef4237;
  cursor: pointer;
}
@media screen and (max-width: 1290px) {
  nav ul {
    max-width: 1000px !important;
  }
}
#header {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 68px;
  background-color: transparent;
}
#header .mobilebg {
  display: none;
}
@media only screen and (max-width: 759px) {
  #header {
    padding-top: 0;
  }
  #header .mobilebg {
    display: block;
  }
  #header .deskbg {
    display: none !important;
  }
}
#header > img {
  width: 100%;
  display: block;
}
#header .header-content {
  position: relative;
  /*background-image: asset-url('images/Clouds.mp4');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 759px) {
  #header .header-content {
    /*height: 244px;*/
  }
}
#header .header-content .words {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  /*margin: 0 auto;
      background-image: asset-url('images/Cloudera_Text2.svg');
      max-width: 1000px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      height: 100%; width: 100%;*/
}
#about, #four_oh_four {
  background-color: white;
  color: #393939;
  padding: 20px 0 5px 0;
  z-index: 10;
  position: relative;
}
#about p, #four_oh_four p {
  line-height: 24px;
}
#about h2, #four_oh_four h2 {
  font-family: "Helvetica Neue", sans-serif;
  color: #0c1450;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 42px;
}
#about .register, #four_oh_four .register {
  border: 3px solid white;
  padding: 10px;
  margin-top: 10px;
  color: white;
}
#about .about-date, #four_oh_four .about-date {
  font-family: 'Helvetica Neue', sans-serif;
}
#about .open-cpe, #four_oh_four .open-cpe {
  color: #33b591;
}
#about .cpe, #four_oh_four .cpe {
  margin-top: 35px;
  color: #000;
  background-color: #f2f2f2;
  padding: 16px 0;
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  #about .cpe br, #four_oh_four .cpe br {
    display: none;
  }
}
@media only screen and (max-width: 759px) {
  #about .cpe br, #four_oh_four .cpe br {
    display: none;
  }
}
#about .cpe p, #four_oh_four .cpe p {
  display: inline-block;
  vertical-align: middle;
  font-size: 36px;
  line-height: 1.3;
  width: 82%;
}
@media only screen and (max-width: 759px) {
  #about .cpe p, #four_oh_four .cpe p {
    width: 100%;
  }
}
#about .bulbicon, #four_oh_four .bulbicon {
  display: inline-block;
  vertical-align: middle;
  width: 10;
  padding-right: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 759px) {
  #about .bulbicon, #four_oh_four .bulbicon {
    display: none;
  }
}
#about .big-button, #four_oh_four .big-button {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  background-color: #0c1450;
  /* For browsers that do not support gradients */
  /*background-image: linear-gradient(#e10019, #a5003a);*/
  /* Standard syntax (must be last) */
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  margin-top: 22px;
  margin-bottom: 18px;
  padding: 16px 24px;
  padding-top: 14px;
  text-decoration: none;
  transition: all 0.3s;
  letter-spacing: 3px;
}
#about .big-button:hover, #four_oh_four .big-button:hover {
  background-color: #ef4237;
  /* For browsers that do not support gradients */
  color: #fff;
}
@media screen and (max-width: 759px) {
  .movemob {
    margin-top: 0px !important;
  }
}
#speakers {
  background: #ffffff;
  padding: 20px 0;
  text-align: left;
  z-index: 10;
  padding-bottom: 50px;
}
#speakers h2 {
  font-family: "Helvetica Neue", sans-serif;
  color: #0c1450;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 42px;
}
#speakers .speaker-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  margin-left: -5px;
}
#speakers .speaker-list .speaker {
  margin-bottom: 20px;
}
#speakers .speaker-list .speaker .speaker-name {
  margin-top: 10px;
  color: #f36d21;
  line-height: 26px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  display: block;
}
@media only screen and (max-width: 759px) {
  #speakers .speaker-list .speaker .speaker-name {
    font-size: 16px;
  }
}
#speakers .speaker-list .speaker .speaker-title {
  margin-top: 5px;
  color: #000;
  font-weight: 200;
  font-family: "Helvetica Neue", sans-serif;
  line-height: 19px;
  font-size: 16px;
  display: block;
}
#speakers .speaker-list .speaker .image {
  position: relative;
}
#speakers .speaker-list .speaker .image img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
}
#speakers .speaker-list .speaker .image::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: background-color 0.3s;
  opacity: 0.5;
  z-index: 50;
}
/* Styles for dialog window */
#Dheeraj-Pandey, #Chris-Howard, #Steve-Kaplan {
  background: white;
  padding: 20px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  font-family: "proxima-nova", sans-serif;
}
/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
#sponsors {
  padding: 20px 0;
  position: relative;
  padding-top: 30px;
}
#sponsors h2 {
  font-family: "Helvetica Neue", sans-serif;
  color: #0c1450;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 42px;
}
@media only screen and (max-width: 759px) {
  #sponsors h2 {
    font-size: 26px;
  }
}
#sponsors .sponsor-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
#sponsors .sponsor-list .sponsor {
  width: 280px;
  padding: 20px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin-bottom: 30px;
}
#sponsors .sponsor-item {
  text-align: center;
}
#agenda, #breakout {
  padding-top: 20px;
}
#agenda h2, #breakout h2 {
  font-family: "Helvetica Neue", sans-serif;
  color: #0c1450;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 42px;
}
#agenda h3.time, #breakout h3.time {
  color: #434343;
}
#agenda hr, #breakout hr {
  margin: 25px 0;
}
#agenda .list .item, #breakout .list .item {
  margin-bottom: 20px;
}
@media only screen and (max-width: 759px) {
  #agenda .list .item, #breakout .list .item {
    padding-bottom: 20px;
    border-bottom: 1px solid #191b49;
  }
}
#agenda .list .item > .time, #agenda .list .item > .info, #breakout .list .item > .time, #breakout .list .item > .info {
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 759px) {
  #agenda .list .item > .time, #agenda .list .item > .info, #breakout .list .item > .time, #breakout .list .item > .info {
    display: block;
    width: auto;
  }
}
#agenda .list .item:last-of-type, #breakout .list .item:last-of-type {
  border-bottom: none;
}
#agenda .list .time, #breakout .list .time {
  width: 25%;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 200;
  color: #434343;
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  #agenda .list .time, #breakout .list .time {
    width: 25%;
  }
}
@media only screen and (max-width: 759px) {
  #agenda .list .time, #breakout .list .time {
    margin-bottom: 5px;
  }
}
#agenda .list .info, #breakout .list .info {
  width: 0%;
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  #agenda .list .info, #breakout .list .info {
    width: 90%;
  }
}
#agenda .list .title, #breakout .list .title {
  font-family: "Helvetica Neue", sans-serif;
  color: #0c1450;
  font-weight: 700;
  font-size: 20px;
}
#agenda .list .title a, #breakout .list .title a {
  color: #6ad1e3;
  text-decoration: none;
}
@media only screen and (max-width: 759px) {
  #agenda .list .title, #breakout .list .title {
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 759px) {
  #agenda .list .speaker, #breakout .list .speaker {
    margin-bottom: 5px;
  }
  #agenda .list .speaker:last-of-type, #breakout .list .speaker:last-of-type {
    margin-bottom: 0;
  }
}
#agenda .list .speaker .name, #breakout .list .speaker .name {
  font-weight: normal;
  color: #f36d21;
  font-size: 20px;
  font-family: "Helvetica Neue", sans-serif;
}
#agenda .list .speaker .title, #breakout .list .speaker .title {
  font-weight: normal;
  color: #0c1450;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 20px;
}
#footer {
  background-color: #0c1450;
  /* For browsers that do not support gradients */
  text-align: center;
  padding: 15px;
}
.wrap-up {
  width: 100%;
  /*section {
    width: 100%;
  }*/
}
.wrap-up h2 {
  font-family: "Gotham", sans-serif;
  color: #070f68;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 700;
}
.wrap-up #copy {
  background-color: #191b49;
  color: white;
}
.wrap-up #copy .big-button {
  border: 3px solid white;
  color: white;
  display: inline-block;
  font-size: larger;
  margin-top: 10px;
  padding: 15px;
  text-decoration: none;
  transition: all 0.3s;
}
.wrap-up #copy .big-button:hover {
  background-color: white;
  color: #191b49;
}
.wrap-up #photos {
  background-color: #ffffff;
}
.wrap-up #tweets .tweet-container {
  text-align: center;
}
.wrap-up #tweets .tweet {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  text-align: center;
}
.wrap-up #tweets .tweet iframe {
  margin: 10px auto;
}
.wrap-up #videos h2 {
  font-family: "Gotham", sans-serif;
  color: #070f68;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 700;
}
.wrap-up #videos .container {
  position: relative;
  text-align: center;
}
.wrap-up #videos .container > div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 476px;
  height: 360px;
  vertical-align: top;
  margin-bottom: 150px;
}
.wrap-up #videos .container > div:nth-of-type(2n-1) {
  margin-right: 10px;
}
.wrap-up #videos .youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.wrap-up #videos .youtube .play {
  background: url("data:image/png;base64,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") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease-out;
}
.wrap-up #videos .youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrap-up #presentations .container {
  text-align: center;
}
.wrap-up #presentations .container > div {
  display: inline-block;
  margin-bottom: 10px;
}
.wrap-up #presentations .container > div:nth-of-type(2n+1) {
  margin-right: 10px;
}
.wrap-up #presentations .container > div:nth-of-type(2n+2) {
  margin-right: 30px;
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .wrap-up #presentations .container > div.presentation {
    margin-right: 0;
  }
  .wrap-up #presentations .container > div:nth-of-type(2n-1) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 759px) {
  .wrap-up #presentations .container > div {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 650px) {
  .tweet {
    width: 100% !important;
  }
}
.on-demand {
  width: 100%;
  /*section {
    width: 100%;
  }*/
}
.on-demand h2.regulator {
  font-family: "dharma-gothic-e", sans-serif;
  color: #070f68;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 700;
}
.on-demand h2.subby {
  font-family: "dharma-gothic-e", sans-serif;
  color: #070f68;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 400;
  text-transform: capitalize;
}
.on-demand #copy {
  background-color: #191b49;
  color: white;
}
.on-demand #copy .big-button {
  border: 3px solid white;
  color: white;
  display: inline-block;
  font-size: larger;
  margin-top: 10px;
  padding: 15px;
  text-decoration: none;
  transition: all 0.3s;
}
.on-demand #copy .big-button:hover {
  background-color: white;
  color: #191b49;
}
.on-demand #photos {
  background-color: #ffffff;
}
.on-demand #tweets .tweet-container {
  text-align: center;
}
.on-demand #tweets .tweet {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  text-align: center;
}
.on-demand #tweets .tweet iframe {
  margin: 10px auto;
}
.on-demand #videos h2 {
  font-family: "Gotham", sans-serif;
  color: #070f68;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 700;
}
.on-demand #videos .container {
  position: relative;
  text-align: center;
}
.on-demand #videos .container > div {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 476px;
  height: 360px;
  vertical-align: top;
  margin-bottom: 150px;
}
.on-demand #videos .container > div:nth-of-type(2n-1) {
  margin-right: 10px;
}
.on-demand #videos .youtube {
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.on-demand #videos .youtube .play {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAJm0lEQVR4XtVbe3CUVxU/937fbh48EhFCRdC0galDa0vCQwstTUmWGf8wyYwmccapHa1jbcXqtLXa0SqjHaiPDsWkJlRLeQ216YNs0gI2QJJdHiJtBSMtQh4ESIBCNg+SfX/f9dxNNuxud/d77LfZ5M7ssGTvPef8fvecc+893/0IJLl1lBdnMZDXEEJzCcA8QmAeqpzH8AMs8B2/Qi8B0oNfevmHMuiVmdzR7xk4tKzxA2cyTUSbjG/tpasX0DRTCQAtBcIKEZxJnxbmRkIOABAruOTG2xoOXtUnJ/Yowwg4XV44PR3EdZRCBRqcb7ShwBj3lOOMwG5p6PzLi/a1e4zQkTABzYWF4hdyTN8nhK3HmZ5rhFEqZJyXQf5V3usHd4+FkIoh0bskREB7RVEZBfI8IeR23RYkMpCxD2WZPJ33ZtNBvWJ0EXCubE2eYBa2Y0JbpVexoeMY2+/ye763+G37Za1yNROAs/6AAPRNIDBLq7Kk9mesR5ZIWd5bTe9r0aOJgI4Kyw8JsCp0eVGLkgnry5hLBvJwXl3Ta2p1qiKAJ7ov5oibEfhjagWntB+DjbfWNf1STYJUJICDz51rakBhX0spKI3KcdWsu63uwLeUSFAkoKuy+C+4rj+qUX/Ku7slCZxe/4mlDbYV8YyJS0BHZdFjFOhLKUej0QCXX4JBjzewx04XhZqC+taYoRuTgPbyNWsoof+YtAkvBikuvx/B+wLgeeMAMyh5cEmDfVe0IVEJaC8vXCgQ0/FJt9QpeAKf+QEEP3q+utkoIZKZwl0FVvtHkSKiEtBVUXwMCPmqRs9LafdY4INGmSm5tqzBnqNIQGd50TcJpW+kFI1G5c4xt1calm6izxTssT0f2i/MA95futQ0K2/WR7jFXagkbLL87vRhzHu52ys3kRDn3kb7jPUAcrB3GAGd5cXrCCVVyqKUewjZsyCrtBKkoUEYbn0PJMd15UEaezh9mO29Xk2jpol08931tp9+ioAzJatmmNMzO3D252iSGKNzzhO/hswV9wZ+ZR4PDDa8DoONbwDzGnKMBy0zH2qiAOCT+qSslceOufjfxz2gs6LoWSxb/dYI8FzG51/cBqZbeMXrZvP3XYP+3a/AyNFmZCU8U2vRO4JuP6TS7aPJzRCEHfnW1ofCCMDMfxoz/2IthsTrO796J4izo9dHPOc+Bsf2GvC0n9GsLlHwXKFAyNBXGu1Z4wR0fMOyiIpwVrM1cQbEI2A0LhiMHGlGj/gb+FXmByPAB03ONMHtS/YcPhsIAUx+P8Pk94cJJWBMWSA/NNYFPvx7rDaMbn8jAbePlIth8FcMgx8ECOiqtBzBf1amgoCgTu4F3Bu4V0TmB6PBc51phPYsbbTNJ50lRXNJBu3Fv9FUEhDUzfNCID9gnuAtGeDHYp99pp9lka6KooeA0G1GgueyFHNAPIVj+aGnbgf0dXUYbdq4vAxR+DkSUPwbzP7rjdaSEAFojAfzgdfnA/f/TsP5F34H/huDRpsI6Sbh7wTrfLWUwCNGS0+EAA7eE7LDI+gRg8374eIr1QntHyIxmqlwmHRWFFvxzI+PsYxtegmIBB9mFZJyZccW6Du0zxBjzQI9ywn4FxKw3BCJIUL0EODmbq9iby/3X4fuTRvAqWMjFYrTROl10llpuYBr4YJUE6AWfKidw/+0Q/efN+o2XQDiRgKKvfqf3sbWrcUD9IAPar68ZRM4Wpt0kYDPM+WUE+B2uwPZXm/rrX0B+m36Hg1i8ucEpC4EEgU/fLQFuqv17+AFCi5MgpbjWAOIWzvXMztKIeDCmffpnHkZt83dmzeCc2y3qMc+PsZEyLWULIO6wQeWwVpcBvfrxRw2zkxxGZzojZAe8JirYABBX3oVH1LJ4+W8hElIEwT7hG6FtYLH/Qm4zvwXuvlWeHgoYcCRAvAs8BrpLLc8SCjsMFp6ZA7QCl7q+wQuvIibnQ5D6zRhMDNN9BfkXPl9c0SafgV/Sdpx2OVygQ9r96oaFk0vb6sBR8t7qrrr7YTnC0Zkf/ZoRaii2I7uNlrCNagFPUAteH7g6T+wF3penZhnsSaBXlputS0YI8DyJIbbnwzCHhAzv2oneKfPBL/CzPM4d54+BRc2PQf+kWEjTYgrC+O/Jh+fGgcI4JeexDSh3TjtDObU1oEkxL9JI127inH+HDiTWPSIiglRp5vMuQVvH+oOeS5gacPJuDNREni1fwBPdQu3NwJDgVEbboJ6t1ZD/+FDiarTNV4UiGOF1f5ZPnjcwo6KomfwPsAGXRLHBnHw/W4vePB2xp273gGG10ZDG49zx34r9O58ORE1CY/FSxNb8dLEw2EEnFp717SZ2TntWB67RY8G/qCnH29lcPC8La7ZDSQrO/CdO4Kz7WTA3f3OpN59VjRdJOAduSFmPdDS4g4jgP+nq7IIS2O0VlFKRAc+8w43FjOkm7u0zFvzYP6jT4F/sB96t28B96VurWKT0n+aIPzxbmvr00HhYUE6diOsDX/8klrtDG9jjLq9cVtUtbq19sMK0PDyBtuMsLCMFMLv/wqE7lEjnLu9g5expgB4jgdj/3GM/bDH/1HTtJqN0ajbexH8aMxP9mYi9OryRtun8ltUAj4uK8xNSxNPYKlsdjRg3O0dLgRv4MksmQRiEpamE1Lw5Qb7fyL1xLwm11VuuZ9R1hRZL+TvLQRmfqqAR8QZVMRrci3qr8kFWYpcFXjM92HM+6ZIzAfiXhCqCqytj8fyMMWrslgyq0YX+hHP8Q4Xgp8iM88BY8XnyLIGW9xDniIBfGlckCPuw6WueCqBxyXv4rsNttz1ITfConmBIgF80NF77skwzzGf8MrSHclMVkbJThOFY431rfcqgef6VBEQNOzfpat3uST27cirqEYZnqgcDiZNpNUF9bYfq5WliQAu9GRJ4To3822WGRbSJlHDuoKUJrDvFtQf3qnFLM0EcOFtpatXOmW2T2JsphZlyerL6/uiJKzN39tyUqsOXQSMh0TZ/RtwG/wEEpGmVbER/XF3N2Ki7NklVvsmvfISIoArrSu/w7zIO7vWLcvfwU0SXsRMfsOnuj6zSF6y1tueVJPo4lmUMAFB4c1lhdnZTN7qk9laP2PTjKaBGypSOiBS8o50cfiRZR8Y81K1YQSEAj719fsKJIE+JUvM4mUMzxP6rsUGQBN6BSu47zLB9fv8t46fSwaxRssMk/dhyap5+N7RTxjQxTKFz+F2eja+Tp8lyyxTZszEuREo8SHYEczkA1g++gTjiL9O3+aXh6vw9Xnjr5mHWPh/CH/6G8anmTQAAAAASUVORK5CYII=") no-repeat center center;
  background-size: 64px 64px;
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  transition: all 0.2s ease-out;
}
.on-demand #videos .youtube .play:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.on-demand #presentations .container {
  text-align: center;
}
.on-demand #presentations .container > div {
  display: inline-block;
  margin-bottom: 10px;
}
.on-demand #presentations .container > div:nth-of-type(2n+1) {
  margin-right: 10px;
}
.on-demand #presentations .container > div:nth-of-type(2n+2) {
  margin-right: 30px;
}
@media only screen and (min-width: 760px) and (max-width: 1099px) {
  .on-demand #presentations .container > div.presentation {
    margin-right: 0;
  }
  .on-demand #presentations .container > div:nth-of-type(2n-1) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 759px) {
  .on-demand #presentations .container > div {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 650px) {
  .tweet {
    width: 100% !important;
  }
}
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 9999999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px fade(black, 70%);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.video-container.hubby {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: visible;
  margin-right: 20px;
}
.hbspt-form .hs-form-iframe {
  width: 100% !important;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
}
.hovcontain {
  position: relative;
  float: left;
}
.vhover {
  position: relative;
}
.vhover .hoverImg {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.vhover:hover .hoverImg {
  display: block;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 98%;
}
.vhover:hover .hoverImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
/* IGNORE FORM THIS POINT ON */
#container {
  border-radius: 4px;
  max-width: 300px;
  height: auto;
  padding: 50px;
  background: white;
  margin: 100px auto;
}
#playme {
  background: #007fed;
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
body.cpe #cpe {
  position: relative;
  background-color: #fafafa;
  width: auto;
  height: auto;
  margin-bottom: 75px;
  z-index: 1;
  font-family: "din-2014, sans-serif";
  font-style: italic;
}
body.cpe #cpe h1 {
  color: #e10019;
  display: block;
}
body.cpe #cpe.hidden {
  display: block;
}
body.cpe #cpe > .container {
  width: 100%;
  display: block;
  padding: 25px 0;
}
body.cpe #cpe > .container .content {
  padding: 0;
  max-width: none;
}
body.cpe #cpe > .container .content .close {
  display: none;
}
.pop-up {
  position: fixed;
  display: table;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.pop-up h1 {
  display: none;
}
.pop-up.hidden {
  display: none;
}
.pop-up > .container {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}
.pop-up > .container .content {
  margin: 0 auto;
  background-color: white;
  box-sizing: border-box;
  max-width: 550px;
  padding: 20px;
  position: relative;
}
.pop-up > .container .content .close {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #e5e4f0;
  width: 20px;
  text-align: center;
  font-size: 20px;
  line-height: 5px;
  padding: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.pop-up > .container .content .cpe-logo {
  float: left;
  margin-right: 10px;
  margin-bottom: 50px;
  margin-top: 20px;
  width: 180px;
}
.pop-up > .container .content p {
  margin-top: 0;
}
#venue {
  text-align: left;
  padding-top: 20px;
  background-color: white;
  padding-bottom: 20px;
}
#venue h2 {
  font-family: "Helvetica Neue", sans-serif;
  color: #0c1450;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 42px;
}
#venue a {
  color: #0c1450;
  font-weight: bold;
}
#venue a:hover {
  text-decoration: underline;
}
#venue iframe {
  float: right;
  width: 350px;
  height: 350px;
  margin: 0 0 20px 20px;
}
@media only screen and (max-width: 759px) {
  #venue iframe {
    float: none;
    position: relative;
    margin: auto;
  }
}
#venue .venue-header {
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  color: #0c1450;
}
#venue .direction-header {
  color: #0c1450;
  font-weight: bold;
}
#four_oh_four a {
  color: black;
}
body {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #393939;
}
.content h1 {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "dharma-gothic-e", sans-serif;
  font-weight: 700;
  color: #040059;
}
h1, h2 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
}
*::-moz-selection {
  background: #070f68;
  color: #fff;
}
*::selection {
  background: #070f68;
  color: #fff;
}
.anchor {
  display: block;
  position: relative;
  top: -50px;
  visibility: hidden;
  padding: 0px 0px 0px 0px !important;
}
.triangle {
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #007096;
  display: inline-block;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .cloudtext {
    padding-top: 2% !important;
  }
}
