@charset "utf-8";
.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: 150px !important;
    padding: 0px !important;
    padding-right: 20px !important;
  }
  .mobimg2 {
    max-width: 139px !important;
    padding: 0px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .mimage {
    display: block;
  }
  .dimage {
    display: none;
  }
}
.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: #002d74;
  text-align: left;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
nav ul {
  margin: 0 auto;
  padding: 0;
  max-width: 1280px;
}
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: 'Barlow-Bold', sans-serif;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 22px;
  letter-spacing: 2px;
}
nav ul li a:hover {
  color: #6ad1e3;
}
.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: white;
  color: #070f68;
  font-size: 20px;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.social i:hover {
  background-color: #12c0d3;
  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;
    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;
  }
  nav ul li .icon {
    display: block;
  }
}
.register a {
  color: #fff;
}
.register a:hover {
  color: #12c0d3;
}
@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;
}
@media only screen and (max-width: 759px) {
  #header {
    padding-top: 0;
  }
}
#header > img {
  width: 100%;
  display: block;
}
#header .header-content {
  position: relative;
  /*background-image: asset-url('images/hero-img2v2.png');*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /*height: 500px;*/
}
@media only screen and (max-width: 759px) {
  #header .header-content {
    height: 244px;
  }
}
#header .header-content .words {
  display: block;
  /*background-image: asset-url('images/hero-img3v2.png');*/
  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: "Barlow-Bold", sans-serif;
  color: #0070ce;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 37px;
  font-weight: 700;
}
#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;
  font-family: 'Barlow-Bold', 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: "proxima-nova", 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: "Barlow-Regular", sans-serif;
  font-weight: normal;
  background-color: #0070ce;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 16px 24px;
  text-decoration: none;
  transition: all 0.3s;
}
#about .big-button:hover, #four_oh_four .big-button:hover {
  background-color: #6ad1e3;
  color: #fff;
}
#speakers {
  background: #fff;
  padding: 20px 0;
  text-align: left;
  z-index: 10;
  padding-bottom: 50px;
}
#speakers h2 {
  text-align: left;
  font-family: "Barlow-Bold", sans-serif;
  color: #0070ce;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 35px;
  font-weight: 700;
}
#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: #002d74;
  line-height: 26px;
  font-family: "BarlowCondensed-SemiBold", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 25px;
  display: block;
}
#speakers .speaker-list .speaker .speaker-title {
  margin-top: 5px;
  color: #000;
  font-weight: 400;
  font-family: "Barlow-ExtraLight", 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;
}
#sponsors {
  padding: 20px 0;
  position: relative;
  padding-top: 30px;
}
#sponsors h2 {
  font-family: "Barlow-Bold", sans-serif;
  color: #0070ce;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 37px;
  font-weight: 700;
}
@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: "Barlow-Bold", sans-serif;
  color: #0070ce;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 37px;
  font-weight: 700;
}
#agenda h3.time, #breakout h3.time {
  color: #000;
}
#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: 'BarlowCondensed-Medium', sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #002d74;
}
@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: "Barlow-Bold", sans-serif;
  color: #0070ce;
  font-weight: normal;
  font-size: 18px;
}
#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: 700;
  color: #002d74;
  font-size: 20px;
  font-family: "BarlowCondensed-SemiBold", sans-serif;
}
#agenda .list .speaker .title, #breakout .list .speaker .title {
  font-weight: normal;
  color: #002d74;
  font-family: "BarlowCondensed-Medium", sans-serif;
  font-size: 20px;
}
#footer {
  background-color: #0070ce;
  text-align: center;
  padding: 15px;
}
.wrap-up {
  width: 100%;
  /*section {
    width: 100%;
  }*/
}
.wrap-up h2 {
  font-family: "Barlow-Bold", sans-serif;
  color: #0070ce;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 37px;
  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: #53c9ff;
}
.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(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: #fafafa;
  width: auto;
  height: auto;
  margin-bottom: 75px;
  z-index: 1;
  font-family: "Barlow-Regular, sans-serif";
  font-style: italic;
}
body.cpe #cpe h1 {
  color: #6ad1e3;
  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: "Barlow-Bold", sans-serif;
  color: #0070ce;
  margin-top: 20px;
  margin-left: 0px;
  font-size: 37px;
  font-weight: 700;
}
#venue a {
  color: #0070ce;
  font-weight: bold;
  text-transform: uppercase;
}
#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: #0070ce;
}
#venue .direction-header {
  color: #002d74;
  font-weight: bold;
}
#four_oh_four a {
  color: black;
}
body {
  font-family: "Barlow-Regular", sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #393939;
}
.content h1 {
  font-weight: bold;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow-ExtraBold", sans-serif;
}
h1, h2 {
  margin: 0 0 20px 0;
  text-transform: uppercase;
  font-weight: 600;
  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;
}
