/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

img {
  max-width: 100%;
}

nav ul,
nav li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.logo {
  text-indent: -1000%;
  white-space: nowrap;
  overflow: hidden;
}

.main-content-container:before, .wrapper:before, .container:before, .day-row:before, .social-box:before, .main-content-container:after, .wrapper:after, .container:after, .day-row:after, .social-box:after {
  content: " ";
  display: table;
}
.main-content-container:after, .wrapper:after, .container:after, .day-row:after, .social-box:after {
  clear: both;
}

a, .button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

@-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 {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #333333;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #595959;
}

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on June 6, 2013 */
@font-face {
  font-family: 'ATO';
  src: url("fonts/atosoftyface-webfont.eot");
  src: url("fonts/atosoftyface-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/atosoftyface-webfont.woff") format("woff"), url("fonts/atosoftyface-webfont.ttf") format("truetype"), url("fonts/atosoftyface-webfont.svg#ato_softyfaceregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Typography =================================================== */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #b84e9c;
  text-rendering: optimizelegibility;
}

h1,
.h1 {
  margin-bottom: 0.8em;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
}

h2,
.h2 {
  margin-bottom: 0.8em;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
}

h3,
.h3,
.intro-content p {
  margin-bottom: 1.06667em;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.3;
}

h4,
.h4 {
  margin-bottom: 1.6em;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.25;
}

h5,
.h5 {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 1.6em;
}

h6,
.h6 {
  margin-bottom: 1.6em;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

h2, .h2 {
  color: #3953a4;
  text-transform: uppercase;
}

h3, .h3, .intro-content p {
  color: #3953a4;
}

h4, .h4 {
  color: #3953a4;
}

h6, .h6 {
  color: #3953a4;
}

a {
  color: #3953a4;
  font-weight: 700;
  text-decoration: none;
}
a:hover {
  color: #748acf;
}

blockquote {
  margin: 0;
}

figcaption strong {
  display: block;
  font-weight: 700;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
}

.button {
  display: inline-block;
  margin: 0.8em 0 0 0;
  padding: 0.8em 1.6em;
  background: #b84e9c;
  color: white;
  font-weight: 700;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 2px;
}
.button:hover {
  background: #333333;
  color: white;
}

.icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  fill: white;
}

.icon-twitter {
  fill: white;
  width: 30px;
}

.icon-facebook {
  fill: white;
  width: 14px;
}

.icon-linkedin {
  fill: white;
}

.icon-text {
  display: none;
}
.no-svg .icon-text {
  display: block;
}

.main-content-container {
  padding: 1.6em 0;
}

@media (min-width: 768px) {
  .main-content-sidebar, .intro-why, .event-venue-content .venue-address, .event-venue-content .event-venue-info, .event-venue-content .event-hotel-info {
    width: 33.33333%;
    padding: 0 1.6em;
    float: left;
  }

  .presentedby-wrapper .presentedby-item {
    width: 50%;
    padding: 0 1.6em;
    float: left;
  }

  .main-content, .intro-content {
    width: 66.66667%;
    padding: 0 1.6em;
    float: left;
  }
}
.wrapper {
  width: 100%;
  padding: 1.6em 0;
  background: white;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 3.2em 0;
  }
}

.container, .main-content-container {
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 1140px) {
  .container, .main-content-container {
    max-width: 1140px;
  }
}

.header-wrapper {
  background-image: url("../img/columbia_bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 60px;
}
@media (min-width: 768px) {
  .header-wrapper.sub-header-wrapper {
    padding: 3.2em 0 0.8em 0;
  }
}

.header-sponsor-tagline {
  margin: 0.4em 0 0 0;
  color: white;
  font-weight: 300;
}

.page-header-wrapper {
  background: #e6e6e6;
  padding: 1.6em 0;
}

.page-header h2 {
  margin: 0;
  font-size: 28px;
  font-size: 2.8rem;
}

@media (min-width: 768px) {
  .page-header h2 {
    font-size: 42px;
    font-size: 4.2rem;
  }
}
.footer-wrapper {
  /*padding: $baselineheight 0;*/
  padding: 1.6em 0;
  background: transparent;
  color: white;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
}
.footer-wrapper a {
  color: white;
}

.footer-container p {
  padding: 0.8em;
  margin: 0;
}
.footer-container .social {
  padding: 0;
}
.footer-container .cell {
  display: inline-block;
}
.footer-container .cell a {
  display: block;
  padding: 0.8em;
}
.footer-container .footer-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0;
}
.footer-container .footer-nav li {
  display: inline;
}
.footer-container .footer-nav a {
  display: inline-block;
  padding: 0.8em;
}
@media (min-width: 768px) {
  .footer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.logo-info {
  color: white;
}
.logo-info p {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .logo-info p {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.logo-tagline {
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .logo-tagline {
    max-width: 80%;
    font-size: 38px;
    font-size: 3.8rem;
  }
}

.logo {
  margin: 0;
  width: 100%;
  padding-top: 18%;
  background-image: url("../img/posscon-logo.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(51, 51, 51, 0.75);
  -webkit-background-size: 100%;
  background-size: 100%;
  font-size: 16px;
  font-size: 1.6rem;
}
.logo a {
  display: block;
  height: 139px;
}
.no-svg .logo {
  background: url("../img/posscon-logo.png") 50% 50% no-repeat;
  width: 800px;
  height: 139px;
}
@media (min-width: 638px) {
  .logo {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    padding: 0;
    height: 83.4px;
    width: 480px;
    background-color: transparent;
  }
}
@media (min-width: 768px) {
  .logo {
    margin: 0;
    height: 111.2px;
    width: 640px;
    padding: 0;
  }
}
@media (min-width: 1080px) {
  .logo {
    height: 139px;
    width: 800px;
  }
}

.nav-main-wrapper {
  padding: 0;
  background: #3953a4;
}

.nav-mobile-link {
  display: block;
  padding: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
  color: white;
  background: #3953a4;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  width: 100%;
  font-size: 20px;
  font-size: 2rem;
}
.nav-mobile-link:hover {
  color: white;
}
.nav-mobile-link.is-active {
  background: #e6e6e6;
  color: #3953a4;
}

@media (min-width: 768px) {
  .nav-main-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
  }

  .nav-mobile-link {
    display: none;
  }
}
.main-navigation {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
}
@media (min-width: 768px) {
  .main-navigation {
    position: relative;
    top: inherit;
    left: inherit;
    opacity: 1;
    height: auto;
    padding: inherit;
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .main-navigation {
    background: #3953a4;
  }

  .nav-main-container {
    position: relative;
  }
}
.register-link {
  position: absolute;
  right: 0;
  top: 0;
  background: white;
  color: #3953a4;
  font-size: 20px;
  font-size: 2rem;
}
.register-link a {
  display: block;
  padding: 0.8em;
}

.main-navigation li {
  display: inline;
}
.main-navigation a {
  padding: 0.8em;
  display: block;
  font-family: "Cabin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
}
.main-navigation a:hover {
  background: white;
  color: #3953a4;
}
@media (min-width: 768px) {
  .main-navigation a {
    display: inline-block;
    margin-right: -4px;
    color: white;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .register-link a {
    padding: 0.8em;
  }
}
.main-content-sidebar {
  padding: 0;
}
@media (min-width: 768px) {
  .main-content-sidebar {
    padding-right: 3.2em;
  }
}

.main-content {
  padding: 0;
}
@media (min-width: 768px) {
  .main-content {
    padding-right: 1.6em;
  }
}

.intro-wrapper {
  background: #e6e6e6;
}

.intro-content {
  padding-left: 0;
}
.intro-content p {
  color: #595959;
  margin: 0 0 1.6em 0;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
}
.intro-content .button {
  font-size: 20px;
  font-size: 2rem;
}

.intro-why {
  padding-right: 0;
}
.intro-why p {
  margin: 0 0 0.8em 0;
  font-size: 20px;
  font-size: 2rem;
}

@media (min-width: 768px) {
  .intro-container h2 {
    font-size: 60px;
    font-size: 6rem;
  }
}
.register-teaser-wrapper {
  background: #3953a4;
}

.register-teaser-container .register-teaser-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: white;
  font-size: 20px;
  font-size: 2rem;
}
.register-teaser-container .register-teaser-content h3 {
  margin: 0;
  color: white;
  font-size: 20px;
  font-size: 2rem;
}
.register-teaser-container .register-teaser-content p {
  margin: 0;
}
.register-teaser-container .register-button {
  padding: 0;
}
.register-teaser-container .register-button .button {
  padding: 0.8em 3.2em;
  background: white;
  color: #b84e9c;
  width: 100%;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .register-teaser-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .register-teaser-container .register-teaser-content {
    font-size: 30px;
    font-size: 3rem;
  }
  .register-teaser-container .register-teaser-content h3 {
    font-size: 30px;
    font-size: 3rem;
  }
  .register-teaser-container .register-button .button {
    margin: 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.speaker-name-photo h3 {
  margin: 0;
  color: #3953a4;
  font-size: 24px;
  font-size: 2.4rem;
}
.speaker-name-photo p {
  margin: 0;
}
.speaker-name-photo p.speaker-title {
  font-weight: 700;
}

.speakers-container,
.speakers-list-container {
  color: #595959;
  padding: 0;
  max-width: 1240px;
}
.speakers-container p,
.speakers-list-container p {
  margin: 0;
}

.speakers-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.speakers-list header {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
}
.speakers-list .speaker {
  padding: 0 1.6em 1.6em 0;
  width: 47.5%;
}
.speakers-list figure {
  border-radius: 2px;
}
.speakers-list figure img {
  border-radius: 2px;
}
.speakers-list figcaption {
  color: #b84e9c;
}
.speakers-list figcaption span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
@media (min-width: 638px) {
  .speakers-list .speaker {
    width: 31%;
  }
}
@media (min-width: 768px) {
  .speakers-list .speaker {
    width: 23%;
  }
}

@supports not (flex-wrap: wrap) {
  .speakers {
    display: block;
    text-align: center;
  }
  .speakers .speaker {
    display: inline-block;
    text-align: center;
  }
}
.no-flexbox.no-flexboxlegacy .speakers {
  display: block;
  text-align: center;
}
.no-flexbox.no-flexboxlegacy .speakers .speaker {
  display: inline-block;
  text-align: center;
}

.event-venue-wrapper {
  background: #e6e6e6;
  padding: 1.6em 0;
}

.event-venue-content .venue-address, .event-venue-content .event-venue-info, .event-venue-content .event-hotel-info {
  margin: 0 0 1.6em 0;
}
.event-venue-content .venue-address {
  padding-left: 0;
}
@media (min-width: 768px) {
  .event-venue-content .venue-address, .event-venue-content .event-venue-info, .event-venue-content .event-hotel-info {
    margin: 0;
  }
}

.event-map-wrapper {
  padding: 0;
}
.event-map-wrapper #map {
  height: 300px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.event-map-wrapper iframe {
  height: 300px;
}
.event-map-wrapper img {
  max-width: none;
}

.full-image-wrapper {
  position: relative;
  z-index: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
}
.full-image-wrapper:before {
  z-index: -1;
  display: block;
  content: "";
  background: rgba(57, 83, 164, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.image-wrapper-content {
  color: white;
  z-index: 1;
  font-size: 32px;
  font-size: 3.2rem;
}
@media (min-width: 768px) {
  .image-wrapper-content {
    font-size: 48px;
    font-size: 4.8rem;
  }
}
.image-wrapper-content a {
  display: inline-block;
  padding: 0 0.26667em;
  color: white;
  background: rgba(144, 4, 5, 0.3);
  font-weight: 400;
  font-size: 75%;
}

.leaders-wrapper {
  background: white;
}

.home-leaders {
  width: 100%;
  max-width: 100%;
  padding: 0 1.6em;
}
.home-leaders .leader-photos {
  -webkit-box-flex: 1;
  -webkit-flex: 1 100%;
  -ms-flex: 1 100%;
  flex: 1 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.home-leaders .leader-photos figure {
  padding: 0.8em 0;
  width: 47%;
}
.home-leaders header h2 {
  margin: 0;
  color: #b84e9c;
  font-weight: 400;
  font-size: 30px;
  font-size: 3rem;
}
.home-leaders figure {
  position: relative;
}
.home-leaders figure figcaption {
  padding: 0.8em 0 0 0;
  font-weight: 700;
}
.home-leaders figure figcaption span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.home-leaders figure img {
  width: 100%;
  max-width: 300px;
  display: block;
}
@media (min-width: 768px) {
  .home-leaders .leader-photos figure {
    width: 23%;
  }
}

.speaker-name-photo h3 {
  margin: 0;
  color: #3953a4;
  font-size: 24px;
  font-size: 2.4rem;
}
.speaker-name-photo p {
  margin: 0;
}
.speaker-name-photo p.speaker-title {
  font-weight: 700;
}

.sponsors-list {
  text-align: center;
  border-bottom: solid 1px #e6e6e6;
}
.sponsors-list .sponsor {
  padding: 1.6em;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 -4px 0 0;
}
@media (min-width: 768px) {
  .sponsors-list.sponsors-level1 .sponsor {
    max-width: 45%;
  }
  .sponsors-list.sponsors-level2 .sponsor {
    max-width: 33%;
  }
  .sponsors-list.sponsors-level3 .sponsor {
    max-width: 25%;
  }
  .sponsors-list.sponsors-level4 .sponsor {
    max-width: 20%;
  }
}

.presentedby-wrapper {
  background: white;
}
.presentedby-wrapper .presentedby-item {
  padding-bottom: 1.6em;
  text-align: center;
}
.presentedby-wrapper .presentedby-item img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .presentedby-wrapper .presentedby-item {
    padding-bottom: 0;
  }
  .presentedby-wrapper .presentedby-item img {
    max-width: 100%;
  }
}

.sponsors-page {
  border: none;
}
.sponsors-page .sponsor {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  max-width: 100%;
  border-bottom: solid 1px #e6e6e6;
}
.sponsors-page .sponsor:before, .sponsors-page .sponsor:after {
  content: " ";
  display: table;
}
.sponsors-page .sponsor:after {
  clear: both;
}
.sponsors-page .sponsor .sponsor-content {
  padding: 1.6em 0;
}
.sponsors-page .sponsor .sponsor-content p {
  margin: 0 0 0.8em 0;
}
@media (min-width: 768px) {
  .sponsors-page.sponsors-level1 .sponsor, .sponsors-page.sponsors-level2 .sponsor, .sponsors-page.sponsors-level3 .sponsor, .sponsors-page.sponsors-level4 .sponsor {
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .sponsors-page {
    text-align: left;
  }
  .sponsors-page .sponsor-image {
    float: left;
    width: 33%;
  }
  .sponsors-page .sponsor-content {
    float: left;
    width: 67%;
    padding-left: 1.6em;
    text-align: left;
  }
}

.sponsor-links:before, .sponsor-links:after {
  content: " ";
  display: table;
}
.sponsor-links:after {
  clear: both;
}
.sponsor-links a {
  display: block;
  padding: 0.8em;
  float: left;
  width: 50%;
  background: #e6e6e6;
  border-right: solid 1px white;
  font-size: 13px;
  font-size: 1.3rem;
}
.sponsor-links a:last-of-type {
  border: none;
}
@media (min-width: 768px) {
  .sponsor-links a {
    width: auto;
  }
}

.sponsors-top-wrapper {
  padding-bottom: 0;
}

.sponsors-bottom-wrapper {
  padding-top: 0;
}

.sponsors-top-wrapper,
.sponsors-bottom-wrapper {
  text-align: center;
  padding: 0;
  background: #d9d9d9;
}
.sponsors-top-wrapper .container, .sponsors-top-wrapper .main-content-container,
.sponsors-bottom-wrapper .container,
.sponsors-bottom-wrapper .main-content-container {
  max-width: 800px;
}
.sponsors-top-wrapper p,
.sponsors-bottom-wrapper p {
  font-size: 36px;
  font-size: 3.6rem;
}

.tracks-home-container header {
  border-bottom: solid 1px #b3b3b3;
}
.tracks-home-container .track {
  border-top: solid 1px #b3b3b3;
  padding: 2.4em 1.6em 1.6em 1.6em;
  position: relative;
}
.tracks-home-container .track:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  display: block;
  height: 0;
  width: 0;
  border-top: 20px solid white;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  z-index: 2;
}
.tracks-home-container .track:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  display: block;
  height: 0;
  width: 0;
  border-top: 20px solid #b3b3b3;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}
@media (min-width: 768px) {
  .tracks-home-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .tracks-home-container header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }
  .tracks-home-container .track {
    width: 33.33333%;
    border-top: none;
  }
}
@media (min-width: 1080px) {
  .tracks-home-container .track {
    width: 25%;
  }
}

@supports not (flex-wrap: wrap) {
  .tracks-home-container {
    display: block;
  }
  .tracks-home-container .track {
    display: inline-block;
    text-align: center;
  }
}
.no-flexbox.no-flexboxlegacy .tracks-home-container {
  display: block;
}
.no-flexbox.no-flexboxlegacy .tracks-home-container .track {
  display: inline-block;
  text-align: center;
}

article.post {
  margin: 0 0 3.2em 0;
  padding: 0 0 1.6em 0;
  border-bottom: solid 1px #b3b3b3;
}
article.post:last-child {
  border-bottom: none;
}
article.post header {
  margin: 0 0 1.6em 0;
  border-bottom: solid 1px #e6e6e6;
}
article.post header h2 {
  margin: 0;
  text-transform: none;
}
article.post header time {
  display: block;
  margin: 0.4em 0;
  text-transform: uppercase;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
}
article.post footer {
  font-size: 85%;
}

.day {
  margin: 0 0 3.2em 0;
}
.day-row {
  border-bottom: solid 1px #e6e6e6;
  padding: 1.6em 0;
}
.day-title {
  padding: 0 0 0.8em 0;
  margin: 0 0 0.8em 0;
  border-bottom: solid 1px #e6e6e6;
}
.day-time {
  font-weight: 700;
}
.day-track {
  padding: 1.6em;
  background: #e6eaf6;
  margin-bottom: 0.4em;
}
.day-track-title {
  margin: 0;
  text-transform: uppercase;
  color: #595959;
  font-size: 13px;
  font-size: 1.3rem;
}
.day-talk-title {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}
.day-block {
  background: #faf2f8;
  padding: 1.6em;
}
.day-block-title {
  margin: 0;
  color: #3953a4;
}
.day-block-desc {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .day-tracks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .no-flexbox .day-tracks {
    display: block;
  }
  .day-track {
    width: 33.33333%;
    margin: 0;
    border: solid 1px white;
  }
  .no-flexbox .day-track {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px;
  }
}
@media (min-width: 1080px) {
  .day-track {
    width: 25%;
  }
}
@media (min-width: 1140px) {
  .day-track {
    width: 20%;
  }
  .day-time {
    width: 15%;
    padding-right: 3.2em;
    float: left;
  }
  .day-tracks, .day-block {
    width: 85%;
    float: left;
  }
}

.social-box {
  padding: 1.6em;
  margin: 0 0 1.6em 0;
  border-radius: 2px;
  background: #e6e6e6;
}
.social-box-title {
  border-bottom: solid 1px #b3b3b3;
  margin: 0 0 0.4em 0;
  padding: 0 0 0.4em 0;
}
.social-box-time {
  margin: 0;
  padding: 0 0 0.4em 0;
  border-bottom: solid 1px #b3b3b3;
  font-size: 13px;
  font-size: 1.3rem;
}
.social-box-location {
  margin: 0;
  font-size: 13px;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .social-box-content {
    width: 60%;
    float: left;
  }
  .social-box-sponsor {
    width: 35%;
    float: right;
  }
}

.social-widget {
  margin: 1.6em 0 0 0;
  border-radius: 2px;
}
.social-widget img {
  display: block;
}
.social-widget-text {
  padding: 0.8em;
  background: #e6e6e6;
}
.social-widget-text h4 {
  margin: 0;
  font-size: 20px;
  font-size: 2rem;
}

.widget {
  margin: 0 0 1.6em 0;
  padding: 1.6em;
  background: #e6e6e6;
}
.widget a {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
}
.widget ul, .widget li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget h3 {
  margin: 0;
}
.widget h4 {
  margin: 0 0 0.8em 0;
  padding: 0 0 0.8em 0;
  color: #333333;
  text-transform: uppercase;
  border-bottom: solid 1px #b3b3b3;
  font-size: 14px;
  font-size: 1.4rem;
}
.widget .button {
  width: 100%;
}

.tagcloud a {
  font-family: "Cabin", Helvetica, Arial, sans-serif;
}

.is-hidden {
  height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding: 0;
}

.is-active {
  opacity: 1;
  height: auto;
}

.alignright {
  float: right;
  margin: 0 0 1.6em 1.6em;
}

.alignleft {
  float: left;
  margin: 0 1.6em 1.6em 0;
}

.aligncenter {
  margin: 1.6em auto;
  width: auto;
  display: block;
}
