/*--
    Theme Name:  Broty's Minneapolis 2015 Theme
    Theme URI:  http: //www.github.com/PrestigeConference/prestige-theme
    Description:  Theme for Prestige Conference
    Author:  Prestige Conference Team
    Author URI:  http://prestigeconf.com
    Version: 0.0.1
    License: GPLv2
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: white, light, two-column, flexible-width, right-sidebar, featured-images
--*/
/*
	Outputs classes (.columns-#) for each column <= $nbrOfColumns in _variables.scss
	<div class="columns-6"></div> is 50% width in a 12-column layout
*/
.row {
  *zoom: 1;
}
.row:before, .row:after {
  display: table;
  content: "";
}
.row:after {
  clear: both;
}

.columns-1, .columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7, .columns-8, .columns-9, .columns-10, .columns-11, .columns-12 {
  width: 100%;
}

@media only screen and (min-width: 48.5em) {
  .columns-1 {
    float: left;
    width: 8.33333%;
    padding: 0 0.625em;
  }

  .columns-2 {
    float: left;
    width: 16.66667%;
    padding: 0 0.625em;
  }

  .columns-3 {
    float: left;
    width: 25%;
    padding: 0 0.625em;
  }

  .columns-4 {
    float: left;
    width: 33.33333%;
    padding: 0 0.625em;
  }

  .columns-5 {
    float: left;
    width: 41.66667%;
    padding: 0 0.625em;
  }

  .columns-6 {
    float: left;
    width: 50%;
    padding: 0 0.625em;
  }

  .columns-7 {
    float: left;
    width: 58.33333%;
    padding: 0 0.625em;
  }

  .columns-8 {
    float: left;
    width: 66.66667%;
    padding: 0 0.625em;
  }

  .columns-9 {
    float: left;
    width: 75%;
    padding: 0 0.625em;
  }

  .columns-10 {
    float: left;
    width: 83.33333%;
    padding: 0 0.625em;
  }

  .columns-11 {
    float: left;
    width: 91.66667%;
    padding: 0 0.625em;
  }

  .columns-12 {
    float: left;
    width: 100%;
    padding: 0 0.625em;
  }
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("assets/fonts/brandon_reg-webfont.eot");
  src: url("assets/fonts/brandon_reg-webfont.eot#iefix") format("embedded-opentype"), url("assets/fonts/brandon_reg-webfont.woff") format("woff"), url("assets/fonts/brandon_reg-webfont.ttf") format("truetype"), url("assets/fonts/brandon_reg-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("assets/fonts/brandon_light-webfont.eot");
  src: url("assets/fonts/brandon_light-webfont.eot#iefix") format("embedded-opentype"), url("assets/fonts/brandon_light-webfont.woff") format("woff"), url("assets/fonts/brandon_light-webfont.ttf") format("truetype"), url("assets/fonts/brandon_light-webfont.svg") format("svg");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: 'Brandon Grotesque';
  src: url("assets/fonts/brandon_bld-webfont.eot");
  src: url("assets/fonts/brandon_bld-webfont.eot#iefix") format("embedded-opentype"), url("assets/fonts/brandon_bld-webfont.woff") format("woff"), url("assets/fonts/brandon_bld-webfont.ttf") format("truetype"), url("assets/fonts/brandon_bld-webfont.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url("assets/fonts/icomoon_njtygp.eot");
  src: url("assets/fonts/icomoon.eot") format("embedded-opentype"), url("assets/fonts/icomoon_njtygp.woff") format("woff"), url("assets/fonts/icomoon_njtygp.ttf") format("truetype"), url("assets/fonts/icomoon_njtygp-icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right:before {
  content: "\e602";
}

.icon-arrow-left:before {
  content: "\e603";
}

/*
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.5em;
  font-family: inherit;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  width: 100%;
  height: 100%;
  background: white;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  width: 100%;
  min-height: 100%;
  background: transparent;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 100%;
  line-height: 1.5em;
  color: #333333;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Brandon Grotesque", sans-serif;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
  text-shadow: none;
  text-transform: uppercase;
}
h1 *,
h2 *,
h3 *,
h4 *,
h5 *,
h6 * {
  line-height: 1.2;
}

h1,
.h1,
.widget h3 {
  margin-bottom: 1rem;
  color: #5491ce;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
}
h1 a,
.h1 a,
.widget h3 a {
  font-weight: 300;
}

h2,
.h2 {
  margin-bottom: 1rem;
  color: #5491ce;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 300;
}
h2 a,
.h2 a {
  font-weight: 300;
}

h3,
.h3 {
  margin-bottom: 1rem;
  color: #5491ce;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300;
}
h3 a,
.h3 a {
  font-weight: 300;
}

h4,
.h4 {
  margin-bottom: 1rem;
  color: #5491ce;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
h4 a,
.h4 a {
  font-weight: 400;
}

h5,
.h5 {
  margin-bottom: 1rem;
  color: #5491ce;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
h5 a,
.h5 a {
  font-weight: 400;
}

h6,
.h6 {
  margin-bottom: 1rem;
  color: 0.875em;
  font-size: 14px;
  font-size: 0.875rem;
}
h6 a,
.h6 a {
  font-weight: 400;
}

ol,
ul,
dl {
  line-height: 1.875em;
}

p,
address {
  margin-bottom: 1rem;
}

small {
  font-size: .875em;
}

ul,
ol {
  margin-left: 1em;
  margin-bottom: 1em;
  padding: 0 0 0 1em;
}

li {
  margin: 0;
}

blockquote {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  padding-left: 0;
  border-left: 0 solid #bfbfbf;
  color: gray;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 200;
}
blockquote * {
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 200;
}

dl,
dd {
  margin-bottom: 0.75em;
}

dt {
  font-weight: bold;
}

b,
strong {
  font-weight: bold;
}
b a,
strong a {
  font-weight: bold;
}

i,
dfn,
em {
  font-style: italic;
}
i a,
dfn a,
em a {
  font-style: italic;
}

u {
  text-decoration: underline;
}

ins {
  background-color: #bfbfbf;
  color: red;
  text-decoration: none;
}

mark {
  background-color: #bfbfbf;
  color: red;
  font-style: italic;
  font-weight: bold;
}

pre,
code,
kdb,
samp {
  display: block;
  margin: 1em 0;
  padding: 0.5em;
  background-color: white;
  border: 0;
  font-family: "Source Code Pro", monospace;
  font-size: 0.875em;
  color: #333333;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: middle;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* LINKS */
a {
  color: #5491ce;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #4084c8;
  text-decoration: underline;
  border: 0;
  outline: 0;
}
a:visited {
  color: #3577ba;
}
a:focus, a:active {
  color: #306ba6;
  border: 0;
  outline: 0;
}
a img {
  border: 0;
  outline: 0;
}

strong a {
  font-weight: bold;
}

/* SELECTION */
::-moz-selection {
  background-color: #bfbfbf;
  color: white;
  text-shadow: none;
}

::selection {
  background-color: #bfbfbf;
  color: white;
  text-shadow: none;
}

/* ELEMENTS */
hr {
  display: block;
  margin: 50px 0;
  padding: 0;
  height: 1px;
  border: 0;
  background-color: #bfbfbf;
}

img {
  max-width: 100%;
  height: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

figure {
  margin-bottom: 1.5em;
}

figcaption {
  display: block;
  margin: .25em 0 0 0;
  padding: 0;
  font-weight: normal;
}

/* FORMS */
label {
  font-size: 1.125em;
  color: #333333;
}

input[type="text"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="password"],
select,
textarea,
.textbox {
  display: block;
  width: 100%;
  max-width: 30em;
  padding: 0.5em;
  margin-bottom: 1.5em;
  background-color: white;
  border: 1px solid #bfbfbf;
  color: #333333;
  font-size: .875em;
}
input[type="text"]:active, input[type="text"]:focus,
input[type="date"]:active,
input[type="date"]:focus,
input[type="time"]:active,
input[type="time"]:focus,
input[type="datetime"]:active,
input[type="datetime"]:focus,
input[type="datetime-local"]:active,
input[type="datetime-local"]:focus,
input[type="url"]:active,
input[type="url"]:focus,
input[type="email"]:active,
input[type="email"]:focus,
input[type="number"]:active,
input[type="number"]:focus,
input[type="search"]:active,
input[type="search"]:focus,
input[type="file"]:active,
input[type="file"]:focus,
input[type="password"]:active,
input[type="password"]:focus,
select:active,
select:focus,
textarea:active,
textarea:focus,
.textbox:active,
.textbox:focus {
  outline-color: gray;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 3px 0;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

button,
.button,
.pmpro_btn,
.pmpro_btn:link,
.pmpro_content_message a,
.pmpro_content_message a:link,
.pmpro_btn:hover,
.pmpro_btn:active,
.pmpro_btn:visited,
.pmpro_btn:link:hover,
.pmpro_btn:link:active,
.pmpro_btn:link:visited,
.pmpro_content_message a:hover,
.pmpro_content_message a:active,
.pmpro_content_message a:visited,
.pmpro_content_message a:link:hover,
.pmpro_content_message a:link:active,
.pmpro_content_message a:link:visited,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.625em 2em 0.5em;
  background-color: #5491ce;
  border: 2px solid #5491ce;
  color: white;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 1em;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
}
button.alt,
.button.alt,
.alt.pmpro_btn,
.pmpro_content_message a.alt,
.alt.pmpro_btn:link:hover,
.alt.pmpro_btn:link:active,
.alt.pmpro_btn:link:visited,
.pmpro_content_message a.alt:link:hover,
.pmpro_content_message a.alt:link:active,
.pmpro_content_message a.alt:link:visited,
input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt {
  background: rgba(0, 0, 0, 0.3);
}
button:active, button:focus, button:hover,
.button:active,
.pmpro_btn:active,
.pmpro_content_message a:active,
.pmpro_btn:active:link:hover,
.pmpro_btn:active:link:visited,
.pmpro_content_message a:active:link:hover,
.pmpro_content_message a:active:link:visited,
.button:focus,
.pmpro_btn:focus,
.pmpro_content_message a:focus,
.pmpro_btn:focus:link:hover,
.pmpro_btn:focus:link:active,
.pmpro_btn:focus:link:visited,
.pmpro_content_message a:focus:link:hover,
.pmpro_content_message a:focus:link:active,
.pmpro_content_message a:focus:link:visited,
.button:hover,
.pmpro_btn:hover,
.pmpro_content_message a:hover,
.pmpro_btn:hover:link:active,
.pmpro_btn:hover:link:visited,
.pmpro_content_message a:hover:link:active,
.pmpro_content_message a:hover:link:visited,
input[type="button"]:active,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="reset"]:hover {
  color: white;
  border: 2px solid #5491ce;
  outline-color: none;
  text-decoration: none;
}
button:visited,
.button:visited,
.pmpro_btn:visited,
.pmpro_content_message a:visited,
.pmpro_btn:visited:link:hover,
.pmpro_btn:visited:link:active,
.pmpro_content_message a:visited:link:hover,
.pmpro_content_message a:visited:link:active,
input[type="button"]:visited,
input[type="submit"]:visited,
input[type="reset"]:visited {
  color: white;
}

input[type="hidden"] {
  display: none;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: not-allowed;
}

::-webkit-input-placeholder {
  color: #bfbfbf;
  font-size: 0.875em;
  font-style: normal;
}

:-moz-placeholder {
  color: #bfbfbf;
  font-size: 0.875em;
  font-style: normal;
}

:-ms-input-placeholder {
  color: #bfbfbf;
  font-size: 0.875em;
  font-style: normal;
}

/* BUTTON SIZES */
.button-xl {
  padding: .875em 1.75em;
  font-size: 1.25em;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}

.button-lg {
  padding: .5em 1em;
  font-size: 1em;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}

.button-med {
  padding: .375em .75em;
  font-size: .875em;
  line-height: 1em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}

.button-xs {
  padding: .25em .5em;
  font-size: .75em;
  line-height: .875em;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box;
}

/* TABLES */
table {
  height: 100%;
  width: 100%;
  margin-bottom: 0.75em;
  background-color: transparent;
  border-spacing: 0;
}

th,
td {
  padding: 0.25em;
  vertical-align: middle;
  line-height: 1.5em;
  text-align: left;
}

th {
  font-weight: bold;
}

td {
  border-top: 1px solid #bfbfbf;
}

thead th {
  vertical-align: bottom;
}

thead:first-child tr:first-child th,
thead:first-child tr-first-child td {
  border-top: 0;
}

tbody tr td,
tbody tr th {
  -webkit-transition: background-color 0.25s 0 ease;
  -moz-transition: background-color 0.25s 0 ease;
  -ms-transition: background-color 0.25s 0 ease;
  -o-transition: background-color 0.25s 0 ease;
  transition: background-color 0.25s 0 ease;
}

tbody tr:hover td,
tbody tr:hover th {
  background-color: transparent;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #bfbfbf;
}

html,
body {
  overflow-x: hidden;
}

.wrapper {
  position: relative;
  min-height: 100%;
  margin-top: -1px;
  padding-top: 1px;
  background: #f2f2f2;
  font-size: 16px;
  font-size: 1rem;
}

.content {
  position: relative;
  padding: 0;
  max-width: 75rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.youtube {
  position: relative;
  height: 0;
  width: 100%;
  margin-bottom: 3em;
  padding-top: 56.25%;
  z-index: 1;
}
.youtube.standard {
  padding-top: 75%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.alignright,
.alignleft,
.aligncenter,
.alignnone {
  display: block;
  max-width: 100%;
  margin: 0 0 .5em 0;
}

.wp-caption {
  border: 1px solid #bfbfbf;
  padding: .25em;
  text-align: center;
}

.wp-caption-text,
.gallery-caption {
  font-size: .75em;
  font-style: italic;
}

.sticky {
  padding: 1em;
  background: #e5e5e5;
}

.alert {
  font-weight: bold;
  color: #84b100;
}

.error-404 {
  *zoom: 1;
}
.error-404:before, .error-404:after {
  display: table;
  content: "";
}
.error-404:after {
  clear: both;
}
.error-404 img {
  float: right;
  margin: 0 0 1em 1em;
}

@media only screen and (min-width: 30.5em) {
  .alignright {
    float: right;
    max-width: 50%;
    margin: 0 0 .5em .5em;
  }

  .alignleft {
    float: left;
    max-width: 50%;
    margin: 0 .5em .5em 0;
  }

  .aligncenter {
    display: block;
    margin: .5em auto;
  }

  .alignnone {
    float: none;
    max-width: 100%;
    margin: 0 .5em .5em 0;
  }
}
@media only screen and (min-width: 48.5em) {
  body:not(.home) .content {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 0 0 0 1rem;
  }
}
.header-main {
  position: relative;
  padding-bottom: 4rem;
  background: url(assets/img/header-bg_mobile.jpg) no-repeat center top;
  background-size: cover;
}

.sponsors--menu-button_wrapper {
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background: white;
}
.sponsors--menu-button_wrapper .primary-sponsors a {
  display: inline-block;
  height: 1em;
  margin-right: .25em;
}
.sponsors--menu-button_wrapper .primary-sponsors a img {
  max-height: 100%;
}

.sponsors--menu-button_inner {
  position: relative;
}

.logo-sponsors {
  display: -ms-flexbox;
  -ms-box-orient: horizontal;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.primary-sponsors {
  padding: .5rem 0;
  background-color: #f2f2f2;
}

.sponsors--presents {
  display: inline-block;
  text-transform: uppercase;
  font-size: .5em;
  letter-spacing: 2px;
  line-height: 2;
  vertical-align: middle;
}

.prestige-logo_small {
  padding: .5rem 0;
}

.open-button {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 68px;
  height: 68px;
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  overflow: hidden;
  font-size: 1em;
  vertical-align: middle;
}
.open-button:active, .open-button:focus, .open-button:hover {
  border: 0;
  outline-color: 0;
}
.open-button span {
  position: absolute;
  display: inline-block;
  left: 100%;
}

.open-main-menu:before {
  content: ' ';
  display: block;
  height: 9px;
  width: 1.25rem;
  border-top: 2px solid #363636;
  border-bottom: 2px solid #363636;
  margin: 0 auto;
  margin-bottom: 5px;
}
.open-main-menu:after {
  content: ' ';
  display: block;
  height: 0;
  width: 1.25rem;
  border-top: 2px solid #363636;
  margin: 0 auto;
}

.header--inner {
  text-align: center;
}

.header--blog-name {
  overflow: hidden;
  width: calc(100% - 2rem);
  margin: 0 auto;
  color: white;
  font-size: 1.25em;
  font-weight: lighter;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.header--blog-name a {
  display: block;
  position: relative;
  max-width: 15rem;
  margin: 4rem auto;
}
.header--blog-name .blog-name {
  position: absolute;
  right: 10000%;
  top: 0;
}

body:not(.home) .header--blog-name a {
  max-width: 18.75rem;
  margin: 2rem auto;
}

.header--subtitle {
  margin-bottom: 2rem;
  color: #5491ce;
  font-size: 1.25rem;
}

.subtitle--tagline {
  display: block;
  padding-bottom: .5em;
  color: white;
  font-size: .75em;
  font-weight: 300;
}

.button_tickets {
  margin: 2rem 0 4rem;
  letter-spacing: 2px;
}

@media only screen and (min-width: 30.5em) {
  .sponsors--menu-button_wrapper .primary-sponsors a {
    height: 1.5em;
    margin-right: 1em;
  }

  .open-button {
    top: 2.625rem;
  }

  .sponsors--presents {
    font-size: .75em;
    padding-top: .25em;
  }

  .header--blog-name {
    font-size: 1.75em;
  }

  .subtitle--tagline {
    display: block;
    padding-bottom: .5em;
    font-size: 1.625rem;
  }

  .home .subtitle--tagline span {
    display: block;
  }
}
@media only screen and (min-width: 48.5em) {
  .header-main {
    background-image: url(assets/img/header-bg_1920.jpg);
  }

  .sponsors--menu-button_wrapper .primary-sponsors a {
    height: 1.5rem;
    margin-right: 1rem;
  }

  .logo-sponsors {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .prestige-logo_small {
    padding: 1rem;
  }

  .primary-sponsors {
    margin-right: 84px;
    padding: 1.75rem 1rem 0;
  }

  .open-button {
    top: 0;
    width: 84px;
    height: 84px;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
  }
  .open-button:active, .open-button:hover, .open-button:focus {
    outline: none;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
  }

  .header--inner {
    *zoom: 1;
    padding: 0 3em;
  }
  .header--inner:before, .header--inner:after {
    display: table;
    content: "";
  }
  .header--inner:after {
    clear: both;
  }

  .header--blog-name {
    letter-spacing: 6px;
  }
  .header--blog-name a {
    max-width: 28.5625rem;
  }

  .header--subtitle {
    font-size: 1.625rem;
  }

  .subtitle--tagline {
    padding-bottom: .5rem;
    font-size: 2.125rem;
  }
  .subtitle--tagline span {
    display: block;
  }

  .header--hosted-in {
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 64em) {
  .sponsors--menu-button_wrapper .primary-sponsors a {
    height: 2rem;
    margin-right: 3em;
  }

  .primary-sponsors {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sponsors--menu-button_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1216px) {
  .prestige-logo_small {
    padding-left: 0;
  }
}
@media only screen and (min-width: 83.5em) {
  .header-main {
    background-size: cover;
  }
}
.nav-main {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  padding-top: 1em;
  background: rgba(51, 51, 51, 0.95);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.nav-main li {
  text-align: right;
}
.nav-main a {
  display: block;
  width: 100%;
  padding: 1rem 1.75rem 0;
  color: white;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 1.75em;
  font-weight: lighter;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.nav-main a:visited {
  color: white;
}
.nav-main a:hover, .nav-main a:active, .nav-main a:focus {
  color: #5491ce;
}
.nav-main .close-menu-button {
  width: auto;
  color: white;
  text-align: right;
}
.nav-main.closed {
  display: none;
}

.open-the-menu .nav-main {
  opacity: 1;
}

@media only screen and (min-width: 30.5em) {
  .nav-main a {
    padding-right: 1rem;
  }
}
@media only screen and (min-width: 48.5em) {
  .nav-main a {
    padding-right: 3rem;
  }
}
@media only screen and (min-width: 64em) {
  .nav-main a {
    padding-right: -moz-calc(50% - 31.5rem);
    padding-right: -webkit-calc(50% - 31.5rem);
    padding-right: calc(50% - 31.5rem);
  }
}
@media only screen and (min-width: 48.5em) {
  .nav-main--menu, .nav-main--menu * {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .nav-main--menu ul {
    position: absolute;
    display: none;
    left: .5em;
    top: 100%;
    padding: .5em;
    background: white;
    z-index: 99;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
  }
  .nav-main--menu ul ul {
    top: 0;
    left: 90%;
    background: #f2f2f2;
  }
  .nav-main--menu ul li {
    min-width: 10em;
    max-width: 15em;
  }
  .nav-main--menu ul a {
    text-transform: none;
  }
  .nav-main--menu li {
    position: relative;
  }
  .nav-main--menu li:hover > ul, .nav-main--menu li.sfHover > ul {
    display: block;
    -webkit-transition: none;
    transition: none;
  }
  .nav-main--menu > li:last-child ul {
    left: auto;
    right: 0;
  }
  .nav-main--menu a {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.home--title {
  color: #5491ce;
  font-size: 1.375rem;
}
.home--title span {
  display: block;
}

.title--small {
  margin-bottom: .375rem;
  font-size: .625em;
}

.home .content {
  padding: 0;
  max-width: inherit;
}
.home .content--body {
  width: 100%;
}

.faux-paper, body:not(.home) .content--body {
  width: calc(100% - 2rem);
  margin: 0 auto;
  padding: 1rem;
  background: #fff;
  border: 2px solid #ececec;
  text-align: center;
}

.faux-paper--header {
  margin-bottom: 1em;
  color: #5491ce;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 1.375rem;
  line-height: 1.35;
  text-transform: uppercase;
}

@media only screen and (min-width: 30.5em) {
  .home--title {
    font-size: 2rem;
  }

  .faux-paper, body:not(.home) .content--body {
    max-width: 50rem;
    padding: 3.125rem 6.25rem;
  }

  .faux-paper--header {
    font-size: 2rem;
  }
}
.home--intro {
  margin: -4rem auto 4rem;
}
.home--intro #mce-EMAIL {
  background: #f6f6f6;
  border: 2px solid #e9e9e9;
  padding-bottom: 0.4375rem;
  color: #333333;
}
.home--intro #mce-EMAIL:focus {
  outline: 0;
  border-color: #5491ce;
}

.intro--hosted-in a {
  font-weight: bold;
}

.home--speakers--header {
  padding: 4em 2em;
  background: white;
}

.header--description,
.header--description p {
  font-weight: 300;
  line-height: 1.75;
}

.home--speakers--nav {
  display: none;
}

.home--speakers--list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home--speaker {
  display: -ms-flexbox;
  -ms-box-orient: horizontal;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0;
  background: #363636;
  font-family: "Brandon Grotesque", sans-serif;
  color: #5491ce;
}
.home--speaker a {
  font-family: "Brandon Grotesque", sans-serif;
}
.home--speaker a:hover, .home--speaker a:active, .home--speaker a:visited, .home--speaker a:focus {
  color: #5491ce;
}
.home--speaker .home--speaker--biography {
  display: none;
}

.home--speaker--picture {
  margin: 0;
  padding: 0;
  width: 8em;
  height: 8em;
}

.home--speaker--content {
  width: -moz-calc(100% - 8em);
  width: -webkit-calc(100% - 8em);
  width: calc(100% - 8em);
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
}

.home--speaker--name {
  margin-bottom: 0;
  padding-left: 8px;
  font-weight: bold;
  color: #5491ce;
}

@media only screen and (min-width: 48.5em) {
  .home--speakers,
  .home--speakers--list {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    height: 35em;
  }

  .no-flexbox.no-flexboxlegacy .home--speakers,
  .no-flexbox.no-flexboxlegacy .home--speakers--list {
    display: block;
    *zoom: 1;
  }
  .no-flexbox.no-flexboxlegacy .home--speakers:before, .no-flexbox.no-flexboxlegacy .home--speakers:after,
  .no-flexbox.no-flexboxlegacy .home--speakers--list:before,
  .no-flexbox.no-flexboxlegacy .home--speakers--list:after {
    display: table;
    content: "";
  }
  .no-flexbox.no-flexboxlegacy .home--speakers:after,
  .no-flexbox.no-flexboxlegacy .home--speakers--list:after {
    clear: both;
  }
  .no-flexbox.no-flexboxlegacy .home--speakers--header {
    float: left;
  }
  .no-flexbox.no-flexboxlegacy .home--speakers--list_wrapper {
    float: left;
  }
  .no-flexbox.no-flexboxlegacy .home--speaker {
    float: left;
  }

  .home--speakers--header {
    position: relative;
    padding: 4em 2em;
    width: 24em;
  }

  .header--description {
    max-height: 17.875rem;
    overflow: hidden;
    overflow-y: auto;
  }

  .home--speakers--nav {
    display: block;
    position: absolute;
    left: 2em;
    bottom: 1em;
  }

  .arrow-left,
  .arrow-right {
    font-size: 1.5em;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #333333;
  }
  .arrow-left:hover, .arrow-left:active,
  .arrow-right:hover,
  .arrow-right:active {
    color: #5491ce;
    text-decoration: none;
  }

  .arrow-right {
    margin-left: 1.5em;
  }

  .home--speakers--list_wrapper {
    width: -moz-calc(100% - 24em);
    width: -webkit-calc(100% - 24em);
    width: calc(100% - 24em);
    overflow-x: auto;
    overflow-y: hidden;
  }

  .home--speakers--list {
    width: 312rem;
  }

  .home--speaker {
    display: block;
    width: 24rem;
    height: 24rem;
    opacity: .5;
    -webkit-transition: opacity .3s ease, background-color .3s ease;
    -moz-transition: opacity .3s ease, background-color .3s ease;
    -ms-transition: opacity .3s ease, background-color .3s ease;
    -o-transition: opacity .3s ease, background-color .3s ease;
    transition: opacity .3s ease, background-color .3s ease;
  }
  .home--speaker:hover, .home--speaker.active {
    opacity: 1;
  }

  .home--speaker--content {
    padding: 4em 0;
    height: 11rem;
    width: 24rem;
    background: #363636;
    border-right: 1px solid white;
  }

  .home--speaker--picture {
    width: 24rem;
    height: 24rem;
    border-right: 1px solid white;
  }
  .home--speaker--picture img {
    width: 24rem;
    height: 24rem;
  }

  .home--speaker--name {
    white-space: nowrap;
  }
}
@media only screen and (min-width: 64em) {
  .home--speakers--header {
    padding: 6em 4em;
    width: 35em;
  }

  .header--description {
    max-height: 15.125rem;
  }

  .home--speakers--nav {
    left: 4em;
    bottom: 2em;
  }

  .home--speakers--list_wrapper {
    width: -moz-calc(100% - 35em);
    width: -webkit-calc(100% - 35em);
    width: calc(100% - 35em);
  }
}
.home--schedule {
  padding: 0 1em;
  margin-bottom: 4rem;
}

.schedule--content {
  position: relative;
  max-width: 60em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.schedule--title {
  text-align: center;
  margin: 0 0 4rem 0;
  padding-top: 4rem;
}
.schedule--title:after {
  margin-left: auto;
  margin-right: auto;
}

.schedule--date {
  display: block;
  position: relative;
  margin-bottom: .25em;
  padding-left: 2em;
  color: #5491ce;
  font-family: "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
  z-index: 1;
}

.schedule--day-list {
  position: relative;
  margin: 0;
  padding: 0;
  padding-left: 2em;
  list-style: none;
  z-index: 1;
}

.schedule--session {
  margin: 0;
  margin-bottom: 3em;
  padding: 0;
}

.session--start-time {
  position: relative;
}
.session--start-time:before {
  content: '';
  display: block;
  position: absolute;
  left: -1.75em;
  top: .1875em;
  height: .875em;
  width: .875em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background-color: #f2f2f2;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.session--start-time.skrollable-after:before {
  background-color: #5491ce;
}

.no-flexbox .session--start-time:before,
.no-csstransitions .session--start-time:before {
  background-color: #5491ce;
}

.session--title {
  margin-bottom: 0;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.35;
  text-transform: none;
}

.session--speaker {
  margin-bottom: .5em;
}

.schedule--progress-line {
  position: absolute;
  top: 2em;
  left: .625em;
  bottom: 0;
  height: -moz-calc(100% - 10rem);
  height: -webkit-calc(100% - 10rem);
  height: calc(100% - 10rem);
  width: .125em;
  background: #f2f2f2;
  overflow: hidden;
  z-index: 0;
}

.schedule--progress-line_inner {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #5491ce;
}

.schedule--the-end {
  display: block;
  position: relative;
  height: 0;
  max-width: 15rem;
  margin: 2rem auto;
  padding-top: 8rem;
  background: #f2f2f2;
}
.schedule--the-end svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.schedule--building {
  fill: none;
  stroke: #a775c9;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 178px;
  stroke-dashoffset: 178px;
  fill-rule: evenodd;
  clip-rule: evenodd;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.skrollable-after .schedule--building {
  stroke-dashoffset: 356px;
}

.the-end--text {
  color: #5491ce;
  font-family: "Brandon Grotesque", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -o-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.skrollable-after .the-end--text {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.no-flexbox .schedule--building,
.no-csstransitions .schedule--building {
  stroke-dashoffset: 356px;
}
.no-flexbox .the-end--text,
.no-csstransitions .the-end--text {
  opacity: 1;
  -webkit-filter: blur(0);
}

@media only screen and (min-width: 48.5em) {
  .home--schedule {
    margin-bottom: 8em;
  }

  .schedule--date {
    width: 16em;
    padding-left: 0;
    text-align: right;
  }

  .schedule--day-list {
    padding-left: 0;
  }

  .schedule--session {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .no-flexbox.no-flexboxlegacy .schedule--session {
    display: block;
    *zoom: 1;
  }
  .no-flexbox.no-flexboxlegacy .schedule--session:before, .no-flexbox.no-flexboxlegacy .schedule--session:after {
    display: table;
    content: "";
  }
  .no-flexbox.no-flexboxlegacy .schedule--session:after {
    clear: both;
  }
  .no-flexbox.no-flexboxlegacy .session--start-time {
    float: left;
  }
  .no-flexbox.no-flexboxlegacy .session--content {
    float: right;
  }

  .session--start-time {
    width: 16em;
    text-align: right;
  }
  .session--start-time:before {
    left: auto;
    right: -2.5em;
  }

  .session--content {
    width: -moz-calc(100% - 20em);
    width: -webkit-calc(100% - 20em);
    width: calc(100% - 20em);
  }

  .schedule--progress-line {
    left: 18em;
  }

  .schedule--the-end {
    margin: 2em 0 0 0;
    left: 10.625em;
  }
  .schedule--the-end:before {
    content: '';
    display: block;
    position: absolute;
    left: 112px;
    top: -.5rem;
    height: .875em;
    width: .875em;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #f2f2f2;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }
  .schedule--the-end svg {
    top: 1em;
  }
  .schedule--the-end.skrollable-after:before {
    background-color: #5491ce;
  }

  .no-flexbox .schedule--the-end:before,
  .no-csstransitions .schedule--the-end:before {
    background-color: #5491ce;
  }

  .the-end--text {
    margin-top: -.25em;
    padding-left: 3px;
  }
}
.home--press {
  padding: 0 1rem;
}

.press--header {
  max-width: 37.5rem;
  margin: 0 auto;
  padding: 0 0 2em;
  text-align: center;
  line-height: 1.5;
}

.press--content {
  padding: 0 0 4em 0;
  margin: 0 auto;
}

.press--quote {
  padding: 1rem 0 3rem;
  text-align: center;
}
.press--quote:not(:first-child) {
  border-top: 1px solid #f2f2f2;
}

.quote--image {
  display: inline-block;
  position: relative;
  width: 128px;
  height: 128px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  overflow: hidden;
}
.quote--image img {
  position: absolute;
  top: -26px;
  left: -26px;
  width: 180px;
  max-width: inherit;
  height: 180px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  vertical-align: top;
}

.quote--text {
  text-align: left;
  font-style: italic;
}

.quote--name {
  margin-top: 3.25rem;
  color: #5491ce;
  font-family: "Brandon Grotesque", sans-serif;
  line-height: 1;
  text-transform: uppercase;
}
.quote--name:after {
  content: '';
  display: block;
  width: 100px;
  margin: 1.5rem auto;
  height: 1px;
  background: #5491ce;
}

.quote--read-more-link {
  display: none;
}

div.quote--read-more-content {
  margin-top: 1.35rem;
}

@media only screen and (min-width: 48.5em) {
  .press--content {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .press--quote {
    width: calc(25% - 3rem);
    padding-bottom: 0;
  }

  .quote--read-more-link {
    display: inline;
  }

  .quote--read-more-content.hidden {
    display: none;
  }
}
.home--sponsors {
  margin-bottom: 4rem;
}
.home--sponsors .faux-paper--header {
  margin-bottom: 0;
}
.home--sponsors .header--description {
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
}
.home--sponsors .header--description a {
  display: inline-block;
  margin: 2rem 0;
  font-family: "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
}

.sponsors--title {
  margin-bottom: 2rem;
}

.sponsors--list_wrapper {
  margin-bottom: .5rem;
  padding: 1em;
  background: #f7f7f7;
  text-align: center;
}
.sponsors--list_wrapper.other-sponsors_wrapper {
  background: transparent;
}
.sponsors--list_wrapper h3 {
  margin-bottom: 2rem;
  color: #898989;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.sponsors--list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sponsors--list_square {
  text-align: center;
  display: -ms-flexbox;
  -ms-box-orient: horizontal;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-pack: multiple;
  -moz-box-pack: multiple;
  -ms-flex-pack: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.sponsors--list_square .sponsor {
  width: calc(50% - 1rem);
  max-width: 9.375rem;
  margin: 0;
}
.sponsors--list_square .sponsor h6 {
  margin-bottom: .75rem;
  color: #898989;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.sponsors--list_square .sponsor img {
  border: 2px solid #ececec;
}

.sponsor {
  display: inline-block;
  max-width: 18.75rem;
  padding: .5rem;
}

.community-sponsor-list {
  width: 100%;
  margin-top: 1rem;
}
.community-sponsor-list h6 {
  margin-bottom: .75rem;
  color: #898989;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}

.community-sponsor:not(:last-child) {
  border-right: 1px solid #333333;
  padding-right: .5rem;
  margin-right: .5rem;
}

@media only screen and (min-width: 30.5em) {
  .home--sponsors {
    padding: 3.125rem;
  }
  .home--sponsors .header--description {
    padding: 0 3.125rem;
  }

  .sponsor {
    width: 45%;
  }

  .sponsors--list_square .sponsor {
    width: calc(33.333333333% - .6666666667rem);
  }
}
.home--tickets {
  padding: 4rem 2rem;
  background: #333333;
}

.tickets--header {
  margin-bottom: 1rem;
  color: white;
  text-align: center;
}
.tickets--header .header--description {
  max-width: 500px;
  margin: 0 auto;
}
.tickets--header .header--description span {
  display: block;
  color: #5491ce;
  font-size: .75em;
  font-weight: 700;
  text-transform: uppercase;
}

.tickets--title:after {
  margin: 1rem auto 0;
}

.tickets--button_wrapper {
  text-align: center;
  margin-top: 1em;
}
.tickets--button_wrapper a:not(.button):not(.pmpro_btn):not(.pmpro_btn:link):not(.pmpro_btn:hover):not(.pmpro_btn:active):not(.pmpro_btn:visited):not(.pmpro_btn:link:hover):not(.pmpro_btn:link:active):not(.pmpro_btn:link:visited) {
  color: white;
  font-size: .875em;
  font-weight: 200;
  text-decoration: none;
}
.tickets--button_wrapper a:not(.button):not(.pmpro_btn):not(.pmpro_btn:link):not(.pmpro_btn:hover):not(.pmpro_btn:active):not(.pmpro_btn:visited):not(.pmpro_btn:link:hover):not(.pmpro_btn:link:active):not(.pmpro_btn:link:visited):hover {
  text-decoration: underline;
}
.tickets--button_wrapper .button, .tickets--button_wrapper .pmpro_btn, .tickets--button_wrapper .pmpro_content_message a, .pmpro_content_message .tickets--button_wrapper a, .tickets--button_wrapper .pmpro_btn:link:hover, .tickets--button_wrapper .pmpro_btn:link:active, .tickets--button_wrapper .pmpro_btn:link:visited, .tickets--button_wrapper .pmpro_content_message a:link:hover, .pmpro_content_message .tickets--button_wrapper a:link:hover, .tickets--button_wrapper .pmpro_content_message a:link:active, .pmpro_content_message .tickets--button_wrapper a:link:active, .tickets--button_wrapper .pmpro_content_message a:link:visited, .pmpro_content_message .tickets--button_wrapper a:link:visited {
  margin-bottom: 1rem;
}

.ticket {
  background: white;
}
.ticket.sold-out, .ticket.coming-soon {
  position: relative;
  background: rgba(255, 255, 255, 0.7);
}
.ticket.sold-out .ticket--title,
.ticket.sold-out .ticket--description,
.ticket.sold-out .ticket--price, .ticket.coming-soon .ticket--title,
.ticket.coming-soon .ticket--description,
.ticket.coming-soon .ticket--price {
  opacity: .4;
}
.ticket.sold-out:before, .ticket.coming-soon:before {
  content: 'Sold Out!';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: red;
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 3em;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
  z-index: 3;
}
.ticket.coming-soon:before {
  font-size: 2.5em;
  content: "Coming Soon";
}

.tickets--list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ticket {
  margin: 0 0 2rem 0;
  padding: 2em 1em;
}

.ticket--title {
  font-family: "Brandon Grotesque", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.ticket--title:after {
  content: '';
  display: block;
  width: 50%;
  height: 1px;
  margin: 1rem auto;
  background: #5491ce;
}

.ticket--date {
  display: block;
  padding-bottom: .25rem;
  color: #5491ce;
  font-size: .875rem;
}

.ticket--description {
  font-size: .875em;
  text-align: center;
}

.ticket--price {
  margin-top: 2rem;
  color: #5491ce;
  font-size: 5.5em;
  font-weight: 300;
  text-align: center;
  white-space: nowrap;
}

@media only screen and (min-width: 30.5em) {
  .ticket {
    padding: 2rem;
  }
}
@media only screen and (min-width: 48.5em) {
  .tickets--list {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .ticket {
    position: relative;
    width: calc(50% - 1rem);
    margin-bottom: 0;
    padding-bottom: 11em;
  }
  .ticket:nth-child(odd) {
    border-right: 1px solid #333333;
  }

  .ticket--price {
    position: absolute;
    left: 1rem;
    bottom: 2rem;
    width: -moz-calc(100% - 2rem);
    width: -webkit-calc(100% - 2rem);
    width: calc(100% - 2rem);
    margin-top: 0;
  }

  .tickets_inner > .tickets--button_wrapper {
    display: none;
  }
}
@media only screen and (min-width: 64em) {
  .tickets_inner {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
  }

  .tickets--header {
    position: relative;
    width: 33.33333333333%;
    padding-right: 2rem;
    text-align: left;
  }

  .tickets--button_wrapper {
    text-align: left;
  }
  .tickets--button_wrapper .button:nth-of-type(2), .tickets--button_wrapper .pmpro_btn:nth-of-type(2), .tickets--button_wrapper .pmpro_content_message a:nth-of-type(2), .pmpro_content_message .tickets--button_wrapper a:nth-of-type(2) {
    position: absolute;
    left: 0;
    bottom: -1rem;
    margin-bottom: 0;
  }

  .tickets--list_wrapper {
    width: 66.66666666666667%;
  }
}
.home--map {
  display: -ms-flexbox;
  -ms-box-orient: horizontal;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: distribute;
  -moz-box-pack: distribute;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  height: 30.5em;
  background: url(assets/img/map_mobile.jpg) no-repeat 50% 50%;
}
.home--map a {
  display: inline-block;
  margin-top: 1rem;
  font-family: "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
}

@media only screen and (min-width: 30.5em) {
  .home--map {
    background-image: url(assets/img/map_tablet.jpg);
  }
  .home--map .faux-paper, .home--map body:not(.home) .content--body, body:not(.home) .home--map .content--body {
    padding: 3.125rem;
  }
  .home--map a {
    margin-top: 3rem;
  }
}
@media only screen and (min-width: 64em) {
  .home--map {
    background-image: url(assets/img/map.jpg);
  }
}
@media only screen and (min-width: 1920px) {
  .home--map {
    background-size: 100% auto;
  }
}
.home--videos {
  max-width: 50rem;
  margin: 0 auto;
  padding: 4rem 1rem;
  text-align: center;
}
.home--videos .videos--header {
  max-width: 37.5rem;
  margin: 0 auto;
}

.videos--thumbnail {
  margin: 1rem 0 2rem;
}
.videos--thumbnail .youtube {
  margin-bottom: 0;
}

.home--mailing-list {
  padding: 4em 2em 3em;
  background: #333333;
  text-align: center;
}
.home--mailing-list .header--description {
  color: white;
}

.mailing-list--title:after {
  margin: 1rem auto 0;
}

.mailing-list--form {
  margin-top: 2em;
}
.mailing-list--form label {
  display: none;
}
.mailing-list--form .email {
  display: inline-block;
  max-width: 300px;
  padding: .5675em;
  background: transparent;
  border-color: #6a6969;
  color: #f2f2f2;
  vertical-align: top;
}
.mailing-list--form .button, .mailing-list--form .pmpro_btn, .mailing-list--form .pmpro_content_message a, .pmpro_content_message .mailing-list--form a, .mailing-list--form .pmpro_btn:link:hover, .mailing-list--form .pmpro_btn:link:active, .mailing-list--form .pmpro_btn:link:visited, .mailing-list--form .pmpro_content_message a:link:hover, .pmpro_content_message .mailing-list--form a:link:hover, .mailing-list--form .pmpro_content_message a:link:active, .pmpro_content_message .mailing-list--form a:link:active, .mailing-list--form .pmpro_content_message a:link:visited, .pmpro_content_message .mailing-list--form a:link:visited {
  margin-bottom: 1rem;
  font-size: .875em;
  vertical-align: top;
}

body:not(.home) .content--body {
  margin-top: -4rem;
  margin-bottom: 2rem;
  text-align: left;
}

@media only screen and (min-width: 30.5em) {
  body:not(.home) .content--body {
    padding: 1.5625rem 3.125rem;
  }
}
@media only screen and (min-width: 48.5em) {
  body:not(.home) .content--body {
    width: 66.6666666667%;
  }
}
.post {
  *zoom: 1;
  margin-bottom: 3rem;
  border-bottom: 1px solid #ececec;
}
.post:before, .post:after {
  display: table;
  content: "";
}
.post:after {
  clear: both;
}

.single .post {
  border-bottom: 0;
}

.post--title {
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.post--title a:hover {
  text-decoration: none;
}

.post--thumbnail {
  width: 100%;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.post--byline {
  margin: 8px 0 16px 0;
  margin: 0.5rem 0 1rem 0;
  font-style: italic;
  color: #a6a6a6;
  font-size: .75rem;
}
.post--byline a {
  font-style: italic;
  color: #a6a6a6;
}

.post--summary {
  *zoom: 1;
}
.post--summary:before, .post--summary:after {
  display: table;
  content: "";
}
.post--summary:after {
  clear: both;
}

.post--metadata {
  margin-top: 1rem;
  padding: 1rem;
  font-size: 0.8125rem;
  background: #f2f2f2;
}

.single .post--metadata {
  margin-top: .25em;
  margin-bottom: 3em;
}

.post--metadata--title {
  font-weight: bold;
}

.post--hr {
  width: 50%;
  margin: 3em auto;
}

.post--thumbnail {
  margin: 0;
  margin-bottom: .75em;
  padding: 0;
}

.blog .content--body.content-main,
.post .content--body.content-main {
  padding-left: 0;
  padding-right: 0;
}
.blog .page--header,
.blog .post,
.post .page--header,
.post .post {
  padding: 0 3.125rem;
}
.blog .post,
.post .post {
  padding-bottom: 1rem;
}

@media only screen and (min-width: 48.5em) {
  .post {
    *zoom: 1;
  }
  .post:before, .post:after {
    display: table;
    content: "";
  }
  .post:after {
    clear: both;
  }

  .post--metadata {
    clear: both;
  }

  .post--thumbnail {
    float: right;
    margin-left: .75em;
    max-width: 45%;
  }
}
.comments--list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments--list ul,
.comments--list ol {
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  padding-left: 40px;
  padding-left: 2.5rem;
  list-style: none;
}

.comment {
  *zoom: 1;
  clear: both;
}
.comment:before, .comment:after {
  display: table;
  content: "";
}
.comment:after {
  clear: both;
}
.comment .avatar {
  float: left;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  margin-right: 4px;
  margin-right: 0.25rem;
}

.comment--body {
  float: right;
  width: 60%;
  width: -moz-calc(100% - 2.5rem);
  width: -webkit-calc(100% - 2.5rem);
  width: calc(100% - 2.5rem);
  margin-bottom: 2.5em;
}

.comment--name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}
.comment--name a {
  font-weight: bold;
}

.comment--byline {
  margin: 0 0 6px 0;
  margin: 0 0 0.375rem 0;
}
.comment--byline a {
  font-style: italic;
}

@media only screen and (min-width: 48.5em) {
  .comments--list ol,
  .comments--list ul {
    padding-left: 80px;
    padding-left: 5rem;
  }

  .comment .avatar {
    width: 64px;
    width: 4rem;
    height: 64px;
    height: 4rem;
    margin-right: 16px;
    margin-right: 1rem;
  }

  .comment--body {
    width: -moz-calc(100% - 5rem);
    width: -webkit-calc(100% - 5rem);
    width: calc(100% - 5rem);
  }
}
.content--sidebar {
  padding: 1rem;
}

.widget .sponsors--list_wrapper {
  padding: 0;
}
.widget #mce-EMAIL {
  width: 100%;
  max-width: 100%;
}
.widget #mc-embedded-subscribe {
  width: 100%;
  margin-top: -.5rem;
  margin-bottom: 1rem;
  text-align: center;
}

@media only screen and (min-width: 48.5em) {
  .content--sidebar {
    width: 33.333333333%;
    padding: 1.5625rem;
  }

  .widget .sponsors--list_wrapper .sponsor {
    width: calc(50% - 1rem);
    max-width: inherit;
    margin-left: 0;
    margin-bottom: 2rem;
    text-align: center;
    padding: 0;
  }
  .widget .sponsors--list_wrapper .sponsor:nth-child(2n+2) {
    margin-left: 2rem;
  }
  .widget .sponsors--list_square {
    text-align: left;
  }
}
.widget {
  margin-bottom: 4rem;
  width: 100%;
}
.widget:last-child {
  margin-bottom: 0;
}

.footer-main {
  position: relative;
  padding: 0 1rem 4rem;
  background: #333333;
  color: #909090;
  font-family: "Brandon Grotesque", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.footer-main a {
  color: #909090;
  font-weight: bold;
  text-decoration: none;
}

.footer--menu {
  font-size: .75em;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer--menu li {
  display: inline-block;
  padding: 0;
}
.footer--menu li:not(:last-child):after {
  content: ' / ';
}

.twitter-link {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0;
  margin-bottom: 1rem;
  background: url(assets/img/twitter.svg) no-repeat 50% 50%;
  background-size: 40px 40px;
}

.facebook-link {
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0;
  margin-bottom: 1rem;
  background: url(assets/img/facebook.svg) no-repeat 50% 50%;
  background-size: 40px 40px;
}

.search {
  position: relative;
  width: 60%;
  width: -moz-calc(100% - 7em);
  width: -webkit-calc(100% - 7em);
  width: calc(100% - 7em);
  max-width: 30em;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.search label {
  display: none;
}

.textbox.search--textbox {
  max-width: 480px;
  max-width: 30rem;
  margin: 0;
  padding: .5em 2.25em .5em .25em;
  border: 1px solid #bfbfbf;
}

.search--button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2em;
  padding: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: white url(assets/img/search-icon.png) no-repeat 50% 45%;
  border: 1px solid #bfbfbf;
  border-left: 0;
  text-shadow: none;
  text-indent: 1000%;
  white-space: nowrap;
  overflow: hidden;
}

.sidebar .search {
  width: 100%;
  max-width: inherit;
  margin: 0;
}

@media only screen and (min-width: 48.5em) {
  .header-main .search {
    clear: both;
    float: right;
    width: 15em;
    margin-right: 1.375em;
  }
}
.speaker--info {
  display: -ms-flexbox;
  -ms-box-orient: horizontal;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.speaker--picture {
  margin: 0;
  width: 8em;
  height: 8em;
}

.speaker--metadata {
  width: -moz-calc(100% - 8em);
  width: -webkit-calc(100% - 8em);
  width: calc(100% - 8em);
  padding: 1em 0;
  text-align: center;
}
.speaker--metadata a {
  font-family: "Brandon Grotesque", sans-serif;
  text-transform: uppercase;
}

.speaker--name {
  font-weight: bold;
  margin-bottom: 0;
}
.speaker--name a {
  padding-left: 8px;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}

.speaker--bio {
  padding: 1em 0;
}

@media only screen and (min-width: 48.5em) {
  .speaker {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .speaker--info {
    display: block;
    width: 17em;
  }

  .speaker--picture {
    width: 17em;
    height: 17em;
  }
  .speaker--picture img {
    width: 100%;
  }

  .speaker--bio {
    width: -moz-calc(100% - 18rem);
    width: -webkit-calc(100% - 18rem);
    width: calc(100% - 18rem);
    height: auto;
    padding: 0;
    font-size: .875em;
  }

  .speaker--metadata {
    width: 100%;
    background: #333333;
    color: white;
  }
  .speaker--metadata a {
    color: white;
  }

  .single-speaker .speaker--bio {
    font-size: 1em;
  }
}
.single-session .session--content,
.post-type-archive-session .session--content {
  width: 100%;
}

.single-session .session-list {
  margin-left: 0;
  padding-left: 0;
  border-left: 0;
}
.single-session .session-list .schedule--session:before {
  display: none;
}

.session-list {
  margin-left: .5em;
  padding-left: 1em;
  border-left: 2px solid #85a0d7;
}
.session-list .schedule--session {
  position: relative;
}
.session-list .schedule--session:before {
  content: '';
  display: block;
  position: absolute;
  left: -1.5em;
  top: 0;
  height: .875em;
  width: .875em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background: #85a0d7;
}
.session-list .session--title {
  margin-top: -.25em;
}

.session--title a {
  font-weight: bold;
}

.session--speaker {
  line-height: 1.5em;
}
.session--speaker img {
  height: 1.5em;
  width: 1.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.session--speaker a {
  display: inline-block;
  line-height: 1.5em;
  vertical-align: middle;
}

.sponsor--title.no-featured {
  line-height: 6em;
}
.sponsor--title img {
  max-height: 6rem;
}

.sponsor--level {
  font-weight: bold;
  margin-bottom: 1em;
}
.sponsor--level em {
  font-weight: bold;
}

.video .youtube {
  margin-bottom: 1em;
  margin-top: 3em;
}
.video .youtube.preview {
  margin-top: 0;
}

.signup.preview {
  margin-top: 2em;
  margin-bottom: .25em;
}

.video--title_link {
  text-decoration: none;
}

.video--title {
  margin-bottom: 0;
}

.video--subtitle {
  text-transform: none;
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 1.125em;
}

.video--description {
  font-size: .875em;
}

.video--speaker {
  display: -ms-flexbox;
  -ms-box-orient: horizontal;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #efefef;
}
.video--speaker:first-child {
  margin-top: 3em;
}

.video--speaker--picture {
  width: 6em;
  height: 6em;
  margin: 0;
  padding: 0;
}

.video--speaker--content {
  width: -moz-calc(100% - 8em);
  width: -webkit-calc(100% - 8em);
  width: calc(100% - 8em);
  text-align: center;
}

.video--speaker--name {
  margin-bottom: 0;
  padding-left: 8px;
  font-weight: bold;
}

.video--speaker--links {
  text-transform: uppercase;
  font-family: "Brandon Grotesque", sans-serif;
}

.past-videos .video:not(:last-child) {
  margin-bottom: 4em;
}

.past-videos--title_link {
  font-size: 1.125rem;
  text-decoration: none;
}

.past-videos--speaker a {
  text-decoration: none;
}

@media only screen and (min-width: 30.5em) {
  .video--speaker--content {
    padding-left: 1em;
    text-align: left;
  }

  .video--speaker--name {
    padding-left: 0;
  }

  .past-video--content {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .past-video--content .video--description {
    width: -moz-calc(100% - 8em);
    width: -webkit-calc(100% - 8em);
    width: calc(100% - 8em);
    padding-left: 1em;
  }

  .video--thumbnail {
    width: 8em;
  }
}
@media only screen and (min-width: 48.5em) {
  .past-video--content .video--description {
    width: -moz-calc(100% - 12em);
    width: -webkit-calc(100% - 12em);
    width: calc(100% - 12em);
  }

  .video--thumbnail {
    width: 12em;
  }
}
.pmpro_checkout tr.odd td {
  background: white;
}
.pmpro_checkout tr:last-child td {
  border-bottom: 1px solid #bfbfbf;
}

.pmpro_btn, .pmpro_btn:link, .pmpro_content_message a, .pmpro_content_message a:link {
  padding: .5em 2em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  width: auto;
}

form.pmpro_form label {
  white-space: nowrap;
  width: 160px;
  font-size: .875em;
}
form.pmpro_form input[type="text"],
form.pmpro_form input[type="date"],
form.pmpro_form input[type="time"],
form.pmpro_form input[type="datetime"],
form.pmpro_form input[type="datetime-local"],
form.pmpro_form input[type="url"],
form.pmpro_form input[type="email"],
form.pmpro_form input[type="number"],
form.pmpro_form input[type="search"],
form.pmpro_form input[type="file"],
form.pmpro_form input[type="password"],
form.pmpro_form select,
form.pmpro_form textarea,
form.pmpro_form .textbox {
  display: inline-block;
  width: auto;
}

#pmpro_levels .navigation {
  font-size: .875em;
}

.pmpro_level {
  border-top: 1px solid #bfbfbf;
  padding: 1em;
}
.pmpro_level:nth-last-child(2) {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: .5em;
}

.pmpro_level--title {
  font-size: .875em;
  font-family: "Open Sans", sans-serif;
  text-transform: none;
  letter-spacing: 1px;
}

.pmpro_level-price {
  font-size: .875em;
}

.pmpro_level--description {
  font-size: .875em;
}
.pmpro_level--description p {
  margin-bottom: 0;
}

@media only screen and (min-width: 30.5em) {
  .pmpro_level_inner {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
#tix {
  padding-top: 0 !important;
}

.tix_tickets_table {
  margin-bottom: 1rem;
}
.tix_tickets_table td {
  border-top: 0;
}
.tix_tickets_table:not(.tix-attendee-form) thead {
  color: white;
}
.tix_tickets_table:not(.tix-attendee-form) tbody tr:hover td {
  background: #f2f2f2;
}
.tix_tickets_table:not(.tix-attendee-form) tbody tr:not(:last-child) td {
  border-bottom: 1rem solid white;
}
.tix_tickets_table:not(.tix-attendee-form) tbody td {
  padding: 1rem;
}
.tix_tickets_table:not(.tix-attendee-form) tbody td:first-child {
  border-right: 2px solid white;
}
.tix_tickets_table:not(.tix-attendee-form) tbody td:nth-child(4) {
  padding-left: 0;
}
.tix_tickets_table:not(.tix-attendee-form) td {
  background: #f2f2f2;
}

.tix-column-remaining {
  display: none;
}

.tix-column-quantity select {
  margin-bottom: 0;
  min-width: 40px;
}

/*
 * Temporary fix for https://core.trac.wordpress.org/ticket/26609
 */
html #wpadminbar {
  position: fixed;
}

/*# sourceMappingURL=style.css.map */