@charset "utf-8";
/*! 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.
 */
/**
       * Remove all paddings around the image on small screen
       */
/*#agenda, #breakout {
  border-top: 20px solid black;
  padding-top: 20px;
  .agenda-list {
    .agenda-item {
      margin-bottom: 50px;
      br:last-of-type {
        display: none;      }
      .agenda-title {
        color: $red;
      }
      .agenda-name {
        font-weight: bold;
        color: $darkBlue;
      }
      .track-title {
        font-weight: bold;
      }
    }
  }
  .breakout-title {
    color: $blue;
  }
  .track-title {
    color: $red;
  }
  h1 {
    color: $blue;
    font-weight: bold;
  }
  .back-button {
    color: $blue;
  }
}*/
.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%; } }

.content {
  margin: 0 auto;
  padding: 0; }

@font-face {
  font-family: ClearSans;
  src: url("../assets/fonts/WOFF/ClearSans-Medium.woff"); }

@font-face {
  font-family: ClearSans;
  font-weight: bold;
  src: url("../assets/fonts/WOFF/ClearSans-Bold.woff"); }

@font-face {
  font-family: ClearSans;
  font-style: oblique;
  src: url("../assets/fonts/WOFF/ClearSans-MediumItalic.woff"); }

@font-face {
  font-family: ClearSans;
  font-style: oblique;
  font-weight: bold;
  src: url("../assets/fonts/WOFF/ClearSans-BoldItalic.woff"); }

@font-face {
  font-family: "Avenir";
  src: url("../assets/fonts/Avenir-Book.woff"); }

@font-face {
  font-family: "Avenir";
  font-weight: bold;
  src: url("../assets/fonts/Avenir-Black.woff"); }

@font-face {
  font-family: "Avenir Roman";
  src: url("../assets/fonts/Avenir-Roman.woff"); }

@font-face {
  font-family: "Avenir Next Condensed Demi";
  src: url("../assets/fonts/AvenirNextCondensed-DemiBold.ttf"); }

@font-face {
  font-family: "Avenir Next Condensed Medium";
  src: url("../assets/fonts/AvenirNextCondensed-Medium.ttf"); }

@font-face {
  font-family: "Bebas Neue Reg";
  src: url("../assets/fonts/BebasNeueRegular.otf"); }

@font-face {
  font-family: "GothamMedium";
  src: url("../assets/fonts/GothamMedium.otf"); }

@font-face {
  font-family: "GothamBook";
  src: url("../assets/fonts/GothamBook.otf"); }

@font-face {
  font-family: "GothamBold";
  src: url("../assets/fonts/GothamBold.otf"); }

@media only screen and (max-width: 759px) {
  body {
    padding-bottom: 55px; } }

.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.33333%; } }
    @media only screen and (max-width: 759px) {
  .grid > .item {
    width: 50%; }
    .grid > .item:nth-child(odd) {
      padding-right: 5px;
      padding-left: 0; }
    .grid > .item:nth-child(even) {
      padding-right: 0;
      padding-left: 5px; } }
    .grid > .item:nth-child(5n+1) {
      clear: both; }
    @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; } }

*::-moz-selection {
  background: #ff175d;
  color: white; }

*::selection {
  background: #ff175d;
  color: white; }

html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 * 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 {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
  /**
 * 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 {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
  /**
 * 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"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 * 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"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * 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"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  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 {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 * 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: black;
  text-align: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99; }
  nav ul {
    margin: 0;
    padding: 0; }
    nav ul li {
      list-style: none;
      display: inline;
      padding: 0 10px;
      line-height: 80px; }
      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 {
        color: white;
        text-transform: uppercase;
        text-decoration: none;
        transition: color 0.3s;
        font-size: 20px; }
        nav ul li a:hover {
          color: #1099d6; }

.social {
  position: absolute;
  top: 0;
  right: 10px;
  margin: 0;
  padding: 0; }
  .social li {
    display: inline-block; }
  .social a {
    display: block; }
  .social i {
    line-height: 28px;
    width: 27px;
    height: 27px;
    background-color: white;
    color: black;
    font-size: 20px;
    border-radius: 13.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block; }
    .social i:hover {
      background-color: #b71234;
      color: white; }
  .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; }
    .last {
      padding: 0; }
    nav {
      line-height: 20px;
      padding-top: 10px;
      min-height: 70px; }
      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 li {
        line-height: 1;
        padding: 0;
        min-height: 0;
        position: relative;
        margin-right: 1.5%; }
        nav ul li:last-of-type {
          margin-right: 0; }
        nav ul li a {
          font-size: 10px;
          display: inline-block; }
        nav ul li .icon {
          display: block; } }

.register a {
  color: #1099d6; }
  .register a:hover {
    color: #fff; }

#header {
  width: 100%;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 80px;
  background-color: #fff; }
  @media only screen and (max-width: 759px) {
  #header {
    padding-top: 0; } }
  #header .header-content {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: auto; }
    @media only screen and (max-width: 759px) {
  #header .header-content {
    height: 200px; } }
    #header .header-content .words {
      display: block;
      background-image: url('https://cdn2.hubspot.net/hubfs/2153467/microsite_images/FireEye_Header_updated.png');
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      height: 100%;
      width: 100%; }

#about, #four_oh_four {
  background-color: #fff;
  color: #000;
  padding: 20px 0 50px 0;
  z-index: 10;
  position: relative; }
  #about p, #four_oh_four p {
    line-height: 1.5; }
  #about h1, #four_oh_four h1 {
    color: #2e5799; }
  #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-weight: 500; }
  #about .about-m, #four_oh_four .about-m {
    position: absolute;
    top: 0;
    right: 10%;
    height: 150px;
    width: 150px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #about .cpe, #four_oh_four .cpe {
    margin-top: 35px;
    color: #000;
    background-color: #f2f2f2;
    padding: 0px 0;
    font-family: "GothamBook", sans-serif; }
    @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: 19px;
      line-height: 1.2;
      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: none;
    vertical-align: middle;
    width: 18%;
    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 {
    border: 3px solid #2e5799;
    color: #2e5799;
    display: inline-block;
    font-size: larger;
    margin-top: 10px;
    padding: 10px 25px;
    text-decoration: none;
    transition: all 0.3s; }
    #about .big-button:hover, #four_oh_four .big-button:hover {
      background-color: #1099d6;
      color: #fff; }
  #about .open-cpe, #four_oh_four .open-cpe {
    color: #6e2585; }

#speakers {
  background: #fff;
  padding: 20px 0;
  text-align: left;
  z-index: 10;
  padding-bottom: 50px;
  /* Styles for dialog window */ }
  #speakers h1 {
    text-align: left;
    color: #2e5799; }
  #speakers .speaker-list {
    list-style: none;
    margin: 0 auto;
    padding: 0; }
    #speakers .speaker-list .speaker {
      margin-bottom: 20px; }
      #speakers .speaker-list .speaker .image {
        width: 100%;
        margin-bottom: 5px;
        position: relative; }
        #speakers .speaker-list .speaker .image img {
          display: block;
          width: 100%;
          -webkit-filter: grayscale(1);
          -webkit-filter: grayscale(100%);
          filter: gray;
          filter: grayscale(100%); }
        #speakers .speaker-list .speaker .image::before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          opacity: 0.5;
          z-index: 50;
          transition: background-color 0.3s; }
      #speakers .speaker-list .speaker:hover .image::before {
        background-color: #1099d6; }
      #speakers .speaker-list .speaker .speaker-name {
        margin-top: 10px;
        font-family: "GothamBook", sans-serif;
        font-weight: normal;
        color: #2e5799;
        font-size: 22px;
        line-height: 1; }
      #speakers .speaker-list .speaker .speaker-title, #speakers .speaker-list .speaker .speaker-agency {
        line-height: 18px;
        font-size: 14px;
        margin-top: 5px;
        color: grey;
        font-family: "GothamBook", sans-serif; }

#Vaishali-Ghiya, #Bikash-Koley, #Bob-Dunn, #Rami-Rahim, #Dave-Mihelcic, #Terry-Carpenter, #Cynthia-Hilsinger, #Genevieve-Morris, #Ed-Simcox, #John-Wagner, #Thomas-Michelli, #Joseph-Ronzio, #Guy-Cavallo, #Skip-Jentsch, #Alan-Thomas, #Neal-Ziring {
  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) {
  .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 all and (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;
  text-align: center;
  position: relative;
  padding-top: 50px; }
  #sponsors h1 {
    text-align: left;
    color: #2e5799; }
  #sponsors .sponsor-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    text-align: left;
    margin-bottom: 30px; }
    #sponsors .sponsor-list .sponsor {
      width: 230px;
      padding: 30px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin-right: 30px; }

#agenda, #breakout {
  padding-top: 20px;
  line-height: 2; }
  #agenda h1, #breakout h1 {
    color: #2e5799; }
  #agenda h3.time, #breakout h3.time {
    color: #f2af00; }
  #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 #2e5799; } }
    #agenda .list .item > .time, #breakout .list .item > .time, #agenda .list .item > .info, #breakout .list .item > .info {
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 759px) {
    #agenda .list .item > .time, #breakout .list .item > .time, #agenda .list .item > .info, #breakout .list .item > .info {
      display: block;
      width: auto; } }
    #agenda .list .item.breakout a, #breakout .list .item.breakout a {
      color: #53565a; }
      #agenda .list .item.breakout .tracks, #breakout .list .item.breakout .tracks {
        padding-left: 17px;
        margin-top: 10px;
        margin-bottom: 0; }
      #agenda .list .item.breakout .track, #breakout .list .item.breakout .track {
        list-style-type: none; }
        #agenda .list .item.breakout .track a, #breakout .list .item.breakout .track a {
          color: #53565a; }
    #agenda .list .item:last-of-type, #breakout .list .item:last-of-type {
      border-bottom: none; }
    #agenda .list .time, #breakout .list .time {
      overflow: hidden;
      position: absolute;
      z-index: 1;
      max-width: 950px;
      width: 100%;
      /*width: $medTimeWidth;*/ }
    #agenda .list .time span, #breakout .list .time span {
      background-color: #fff;
      padding-right: 10px; }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
    #agenda .list .time, #breakout .list .time {
      max-width: 750px; } }
    @media only screen and (max-width: 759px) {
    #agenda .list .time, #breakout .list .time {
      margin-bottom: 5px;
      position: relative; } }
    #agenda .list .time:before, #breakout .list .time:before {
      float: left;
      width: 0;
      white-space: nowrap;
      content: ". . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . . . . . . ";
      color: ; }
      @media only screen and (max-width: 759px) {
    #agenda .list .time:before, #breakout .list .time:before {
      content: ""; } }
    #agenda .list .info, #breakout .list .info {
      text-align: right;
      position: relative;
      /*width: 100% - $largeTimeWidth;*/
      z-index: 3;
      width: 100%;
      /*width: 100% - $medTimeWidth;*/ }
    @media only screen and (min-width: 760px) and (max-width: 1099px) {
 }
    #agenda .list .title, #breakout .list .title {
      /*background-color: #fff;*/
      color: #53565a;
      font-weight: bold; }
    #agenda .list .title a, #breakout .list .title a, #agenda .list .title span, #breakout .list .title span {
      background-color: #fff;
      padding-left: 10px; }
    @media only screen and (max-width: 759px) {
    #agenda .list .title, #breakout .list .title {
      margin-bottom: 5px; } }
    #agenda .list .brick, #breakout .list .brick {
      padding-left: 0px !important; }
    @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: #2e5799; }
    #agenda .list .speaker .title, #breakout .list .speaker .title {
      font-weight: normal;
      color: #53565a; }

#breakout {
  margin-bottom: 25px; }
  #breakout .item {
    border-bottom: 1px solid #2e5799;
    padding-bottom: 20px; }
  #breakout .speaker:first-of-type {
    margin-top: 10px; }
  #breakout .description {
    margin-bottom: 0; }

#footer {
  background-color: black;
  text-align: center;
  padding: 15px; }

.wrap-up {
  /*section {
    width: 100%;
  }*/
  width: 100%; }
  .wrap-up #copy {
    background-color: #2e5799;
    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: #2e5799; }
  .wrap-up #photos {
    background-color: ; }
  .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 {
    background-color: #fff;
    color: #000; }
    .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: 100px; }
    .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(3n+1) {
        margin-right: 10px; }
      .wrap-up #presentations .container > div:nth-of-type(3n+2) {
        margin-right: 10px; }
      @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; } }

body.cpe #cpe {
  position: relative;
  background-color: white;
  width: auto;
  height: auto;
  margin-bottom: 75px;
  z-index: 1;
  border-top: 20px solid black; }
  body.cpe #cpe h1 {
    color: #2e5799;
    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;
    /* #e5e4f0 */
    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 {
  padding: 20px 0; }
  #venue h1 {
    color: #2e5799; }
  #venue a.address {
    color: black;
    display: block;
    margin-bottom: 15px; }
  #venue iframe {
    width: 600px;
    height: 450px; }
  @media only screen and (max-width: 759px) {
    #venue iframe {
      width: 100%;
      height: 300px;
      margin: 0 auto; } }

#four_oh_four a {
  color: #004280; }

body {
  font-family: "GothamBook", sans-serif;
  font-size: 18px; }

.content h1 {
  font-weight: normal; }

h1 {
  margin: 0 0 20px 0;
  font-family: "GothamMedium", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 50px;
  text-transform: capitalize; }

@media only screen and (max-device-width: 480px) {
  #about .content, #four_oh_four .content, #speakers .content, #sponsors .content {
    max-width: 100%; } }

:target:before {
  content: "";
  display: block;
  height: 90px;
  /* fixed header height*/
  margin: -90px 0 0;
  /* negative fixed header height */ }
