/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

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

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

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

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

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  vertical-align: top; }

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

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

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/* CLEARFIX START */
.usage:before, .usage:after {
  content: "";
  display: table; }

.usage:after {
  clear: both; }

/* CLEARFIX END */
/* BORDER RADIUS START */
.usage {
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border-radius: 5px 5px 5px 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */ }

/* BORDER RADIUS END */
/* BOX SHADOW START */
/* BOX SHADOW END */
/* FLEX BOX START */
/* FLEX BOX END */
/* FontAwesome Shortcut for :after and :before */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal; }

#nav ul, .post-messages, .speakers-list, #schedule ul, .archive-box ul, .majors ul, .sponsors ul, #footer .social ul, #footer .list {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #nav:after, .info-block .row:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 20px / 1.2 "Lora", "Times", "Baskerville", "Georgia", serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

@media only screen and (min-width: 1025px) {
  a[href^=tel], a[href^=skype], a[href^=sms] {
    cursor: default;
    pointer-events: none; } }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "Lora", "Times", "Baskerville", "Georgia", serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 50px; }

h2, .h2 {
  font-size: 48px; }

h3, .h3 {
  font-size: 36px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1.5em; }

a {
  color: #17AB93; }
  a:hover, a:focus {
    text-decoration: none; }

.hashtag {
  color: #17AB93; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: solid #333;
  border-width: 0 0 1px;
  padding: 10px 0;
  background: none;
  font-size: 36px;
  line-height: 40px;
  font-family: "Lora", "Times", "Baskerville", "Georgia", serif;
  font-weight: 700;
  outline: none; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #333; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #333; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #333; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #333; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #333; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
  border: solid #17AB93;
  color: #17AB93;
  border-width: 0 0 2px;
  font-size: 36px;
  line-height: 44px;
  font-family: "Lora", "Times", "Baskerville", "Georgia", serif;
  font-weight: 700;
  background: none;
  padding: 0;
  outline: none; }
  button:hover,
  input[type='button']:hover,
  input[type='reset']:hover,
  input[type='file']:hover,
  input[type='submit']:hover {
    color: #333;
    border-color: #333;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
            transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out; }

input.error,
textarea.error {
  border-bottom: 1px solid #f00 !important;
  color: #f00 !important; }
  input.error::-webkit-input-placeholder,
  textarea.error::-webkit-input-placeholder {
    color: #f00 !important; }
  input.error::-moz-placeholder,
  textarea.error::-moz-placeholder {
    opacity: 1;
    color: #f00 !important; }
  input.error:-moz-placeholder,
  textarea.error:-moz-placeholder {
    color: #f00 !important; }
  input.error:-ms-input-placeholder,
  textarea.error:-ms-input-placeholder {
    color: #f00 !important; }
  input.error.placeholder,
  textarea.error.placeholder {
    color: #f00 !important; }

.btn {
  color: white;
  display: inline-block;
  text-align: center;
  padding: 15px 30px;
  background: #17AB93;
  text-decoration: none;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  body {
    font-size: 16px; } }

@media (max-width: 479px) {
  body {
    font-size: 14px; } }

#wrapper {
  max-width: 927px;
  margin: 0 auto;
  overflow: hidden; }
  #wrapper:before, #wrapper:after {
    content: "";
    display: table; }
  #wrapper:after {
    clear: both; }
  @media (max-width: 1023px) {
    #wrapper {
      max-width: 768px;
      padding: 115px 0 0; } }
  @media (min-width: 768px) {
    #wrapper {
      padding-top: 0; } }
  @media (max-width: 767px) {
    #wrapper {
      max-width: 480px;
      padding: 115px 0 0; } }
  @media (max-width: 479px) {
    #wrapper {
      padding-top: 40px; } }

#header {
  background: url(../images/backgrounds/landing+FULL+illustration+2x.png) no-repeat;
  background-position: center -50px;
  background-size: 1980px;
  margin-bottom: 0;
  height: 450px;
  position: relative; }
  #header .logo {
    margin-left: 170px;
    margin-top: 20px; }
  #header h1 {
    max-width: 768px;
    margin: 0 auto;
    color: white;
    font-size: 36px;
    margin-top: 130px;
    margin-left: 270px; }
    #header h1 a {
      margin-top: 80px;
      font-size: 28px; }
    #header h1 strong {
      font-size: 28px; }
  @media (max-width: 479px) {
    #header #wrapper {
      padding-top: 115px; } }
  @media (max-width: 1023px) {
    #header h1 {
      font-size: 24px; } }

#nav .nav-holder {
  padding: 0 0 100px;
  background-position: 50% 50%; }

#header {
  overflow: hidden; }
  #header .logo {
    float: left;
    width: 143px; }
  #header h1 {
    overflow: hidden;
    line-height: 1.16; }
    #header h1 mark {
      background: none;
      color: #17AB93; }
  #header .info {
    float: right;
    width: 225px;
    padding: 176px 0 0;
    font-size: 24px;
    line-height: 28px;
    font-weight: 300;
    font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    #header .info span {
      display: block;
      padding-bottom: 13px; }
    #header .info strong {
      display: block; }
    #header .info a {
      font-size: 36px;
      line-height: 38px;
      font-weight: 700;
      font-family: "Lora", "Times", "Baskerville", "Georgia", serif;
      -webkit-transition: color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out; }
      #header .info a:hover {
        color: #333;
        border-color: #333;
        text-decoration: underline; }
  @media (max-width: 1023px) {
    #header {
      background-size: 150%;
      background-position: center top;
      height: 390px; }
      #header .info {
        padding-top: 10px; }
      #header h1 {
        margin-top: 110px;
        margin-left: 210px; } }
  @media (max-width: 767px) {
    #header {
      background-color: #215167;
      background: url(../images/backgrounds/landing+FULL+illustration+2x.png) no-repeat white;
      background-size: 200%;
      background-position: 40% 100%;
      height: 500px; }
      #header h1 {
        height: 300px;
        font-size: 22px;
        color: white;
        text-align: center;
        padding: 30px;
        color: #215167;
        margin-top: 0;
        margin-left: 0; }
        #header h1 strong {
          display: block;
          font-size: 16px;
          margin-top: 5px;
          color: white; }
        #header h1 a.btn {
          margin: 60px 0 0 0; }
      #header .info {
        width: 110px;
        font-size: 14px;
        line-height: 16px; }
        #header .info span {
          padding-bottom: 8px; }
        #header .info a {
          font-size: 16px;
          line-height: 18px; }
      #header .logo {
        display: none; } }
  @media (max-width: 479px) {
    #header h1 a.btn {
      margin-top: 80px; } }

[data-fixed-navbar] {
  padding: 10px 0 14px;
  background: url(../images/backgrounds/nav+FULL+2x.png) no-repeat;
  background-position: center;
  background-size: 1920px; }
  @media (max-width: 767px) {
    [data-fixed-navbar] {
      padding-bottom: 97px; } }
  [data-fixed-navbar] .fixed-logo {
    opacity: 0;
    margin-top: 5px;
    -webkit-transition: opacity linear .25s;
            transition: opacity linear .25s; }
  @media (max-width: 1023px) {
    [data-fixed-navbar] {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    [data-fixed-navbar] {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      padding-bottom: 10px; }
      [data-fixed-navbar] .fixed-logo {
        opacity: 1; } }
  @media (max-width: 479px) {
    [data-fixed-navbar] {
      background-position: center -20px; } }

#nav {
  font-size: 18px;
  line-height: 25px;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  #nav.position-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: url(../images/backgrounds/nav+FULL+2x.png) no-repeat;
    background-position: center;
    background-size: 1920px; }
    #nav.position-fixed .nav-holder {
      max-width: 927px;
      margin: 0 auto;
      height: 168px; }
      @media (max-width: 1023px) {
        #nav.position-fixed .nav-holder {
          max-width: 768px; } }
    #nav.position-fixed .fixed-logo {
      opacity: 1; }
  #nav .logo {
    float: left;
    margin: 5px 10px 14px 0;
    width: 76px; }
    @media (max-width: 1023px) {
      #nav .logo {
        margin: 5px 10px 14px 0; } }
  #nav .nav-drop {
    padding: 16px 0;
    overflow: hidden;
    text-align: right; }
    @media (max-width: 1023px) {
      #nav .nav-drop {
        padding-right: 40px; } }
  #nav ul {
    display: inline-block;
    vertical-align: top; }
  #nav .menu {
    letter-spacing: 1px;
    text-transform: uppercase; }
    #nav .menu li {
      padding-left: 22px; }
      #nav .menu li:first-child {
        padding-left: 0; }
  #nav .social {
    font-size: 18px; }
  #nav li {
    padding: 0 0 0 16px;
    display: inline-block;
    vertical-align: top; }
  #nav a {
    color: #333;
    text-decoration: none; }
    #nav a.active-link {
      color: #17AB93; }
  @media (max-width: 767px) {
    #nav {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      padding-bottom: 10px; }
      #nav .menu li {
        font-size: 14px;
        padding-left: 10px; }
      #nav .logo {
        margin: 5px 10px; }
      #nav .nav-drop {
        padding-right: 10px; }
      #nav .social {
        font-size: 16px; }
        #nav .social li {
          padding-left: 10px; }
      #nav .logo {
        margin: 5px 10px;
        width: 110px; }
      #nav .nav-drop {
        overflow: hidden;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 999;
        text-align: left;
        border-width: 1px 0;
        padding: 20px 0 30px;
        background: white; }
      #nav .nav-drop {
        float: none; }
      #nav .nav-drop {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 0.25s linear;
                transition: opacity 0.25s linear;
        height: 0; }
      #nav.active .nav-drop {
        opacity: 1;
        visibility: visible;
        height: auto; }
      #nav .menu li {
        display: block;
        padding: 5px 10px !important;
        font-size: 24px; }
        #nav .menu li a {
          color: #215167; }
      #nav ul {
        display: block; }
      #nav .social {
        font-size: 24px;
        padding-top: 12px; }
        #nav .social a {
          color: white; } }

.opener {
  float: right;
  width: 31px;
  height: 31px;
  background: #333;
  position: relative;
  border-radius: 3px;
  text-indent: -9999px;
  overflow: hidden;
  display: none;
  margin: 16px 10px; }
  @media (max-width: 767px) {
    .opener {
      display: block; } }

.opener:before,
.opener:after,
.opener span {
  background: #fff;
  border-radius: 4px;
  position: absolute;
  top: 16px;
  left: 25%;
  right: 25%;
  height: 3px;
  margin-top: -2px;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear; }

.opener:before,
.opener:after {
  content: '';
  top: 10px; }

.opener:after {
  top: 22px; }

.active .opener span {
  opacity: 0; }

.opener:hover {
  opacity: .9; }

.active .opener:after,
.active .opener:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 16px;
  left: 15%;
  right: 15%; }

.active .opener:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }

#wrapper {
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    #wrapper .info-block {
      padding: 10px; }
    #wrapper .quote {
      font-size: 60px; }
    #wrapper h3 {
      font-size: 24px; } }
  @media (max-width: 479px) {
    #wrapper .quote {
      font-size: 40px;
      line-height: 40px;
      margin-bottom: 10px; }
    #wrapper h3 {
      font-size: 20px; } }

.info-block .container {
  padding-left: 80px;
  z-index: 2;
  position: relative; }
  .info-block .container:before, .info-block .container:after {
    content: "";
    display: table; }
  .info-block .container:after {
    clear: both; }

.info-block .row {
  z-index: 3; }

.info-block .col {
  padding: 0 19px 0 25px;
  float: left; }
  .info-block .col.col-100 {
    width: 100%; }
  .info-block .col.col-50 {
    width: 50%; }
  .info-block .col.col-70 {
    width: 60%; }
  .info-block .col.col-30 {
    width: 40%; }

.info-block h2, .info-block .h2 {
  position: absolute;
  left: -30px;
  top: 30px;
  -webkit-transform: translate(0px, 100%) rotate(-90deg);
      -ms-transform: translate(0px, 100%) rotate(-90deg);
          transform: translate(0px, 100%) rotate(-90deg);
  font-size: 32px; }
  .info-block h2.quotes, .info-block .h2.quotes {
    left: 10px;
    top: 210px; }

.info-block .quote {
  font-size: 98px;
  top: -22px;
  left: -113px;
  line-height: 58px; }

@media (max-width: 1023px) {
  .info-block .container {
    padding-left: 0; }
  .info-block h2, .info-block .h2 {
    left: -15px;
    font-size: 24px; }
  .info-block .col {
    width: 100%;
    padding-left: 80px;
    position: relative; }
  .info-block .quote {
    left: -45px; }
  .info-block .row {
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .info-block h2, .info-block .h2 {
    font-size: 24px; }
  .info-block .col {
    padding: 0 10px 0 0;
    padding-left: 90px; }
    .info-block .col.col-50 {
      width: 100%; }
    .info-block .col.col-70 {
      width: 100%; }
    .info-block .col.col-30 {
      width: 100%; } }

@media (max-width: 479px) {
  .info-block .col {
    width: 100%; }
  .info-block h2, .info-block .h2 {
    position: absolute;
    left: -20px;
    top: 0;
    font-size: 24px;
    -webkit-transform: translate(0px, 100%) rotate(-90deg);
        -ms-transform: translate(0px, 100%) rotate(-90deg);
            transform: translate(0px, 100%) rotate(-90deg); }
  .info-block .col {
    width: 100%;
    padding-left: 50px;
    position: relative; }
  .info-block .row {
    padding-bottom: 10px; } }

#themes {
  position: relative; }

.post-messages .nick {
  font-size: 15px;
  padding-left: 3px; }

.post-messages .name {
  color: #292f33;
  display: block; }

.post-messages .role {
  color: #363e42;
  display: block;
  font-weight: 300; }

.post-messages li {
  width: 100%;
  padding: 0 32px 0 0;
  display: inline-block;
  vertical-align: top;
  margin-right: -8px;
  margin-bottom: 50px; }

.post-messages .profile-pic {
  width: 50px;
  height: 50px;
  float: left;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  margin-right: 10px;
  overflow: hidden; }

.post-messages img {
  float: left;
  margin-right: 14px; }

.post-messages .info {
  overflow: hidden;
  margin-right: -10px;
  letter-spacing: 0; }
  .post-messages .info img {
    float: left; }
  .post-messages .info .txt {
    float: left;
    overflow: hidden;
    padding-top: 1px;
    font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    margin-top: 10px; }

.post-messages p {
  margin-bottom: 1.3em; }

.post-messages a {
  text-decoration: none; }
  .post-messages a:hover {
    text-decoration: underline; }

@media (max-width: 767px) {
  .post-messages li {
    padding-left: 0; } }

@media (max-width: 479px) {
  .post-messages img {
    float: none;
    margin-bottom: 10px; }
  .post-messages .txt {
    font-size: 14px; }
  .post-messages .nick {
    font-size: 12px; } }

@media (max-width: 1023px) {
  #speakers .row {
    padding-bottom: 0; } }

.speakers-list {
  font-size: 18px;
  margin: 0 5px 0 -5px;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .speakers-list li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 10px 20px 0;
    margin-right: -3px; }
  .speakers-list .text {
    line-height: 1.1;
    max-width: 312px; }
  .speakers-list a {
    text-decoration: none; }
    .speakers-list a:hover {
      text-decoration: underline; }
  .speakers-list .bgimg {
    width: 100%;
    position: relative; }
    .speakers-list .bgimg img {
      left: -5%;
      position: absolute; }
  .speakers-list .img {
    position: relative;
    margin-bottom: 23px;
    max-width: 312px;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    overflow: hidden;
    width: 90%;
    margin: 0 auto; }
  .speakers-list h3 {
    margin-top: 50px; }
  @media (max-width: 767px) {
    .speakers-list {
      margin: 0 -10px 60px;
      font-size: 14px; }
      .speakers-list li {
        padding: 0 10px 20px 10px; } }
  @media (max-width: 479px) {
    .speakers-list li {
      width: 80%; } }

.more-speakers {
  position: relative; }
  .more-speakers h3 {
    position: absolute;
    text-align: center;
    color: white;
    display: inline-block;
    right: 170px;
    top: 120px; }
  .more-speakers .bg {
    background: url(../images/backgrounds/newsletter+cave+full+2x.png) no-repeat;
    background-size: 90%;
    background-position: center;
    min-height: 125px;
    height: 380px; }
  @media (max-width: 767px) {
    .more-speakers {
      text-align: center; }
      .more-speakers .bg {
        display: none; } }

#schedule {
  position: relative;
  padding: 0 0 79px 234px;
  border-bottom: 1px solid #17AB93;
  margin-bottom: 56px; }
  #schedule:after {
    background: #ff6d73;
    content: "";
    width: 865px;
    height: 299px;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: 1; }
  #schedule:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 268px;
    right: 0;
    border-bottom: 49px solid transparent;
    border-left: 865px solid #ff6d73;
    z-index: 1; }
  #schedule .row {
    padding-bottom: 70px;
    font-size: 16px;
    line-height: 19px; }
  #schedule .by {
    display: block;
    padding-top: 6px; }
  #schedule .time {
    display: block;
    font-weight: 700;
    padding-bottom: 2px; }
  #schedule .col {
    width: 33.3%;
    padding: 0 0 0 27px; }
  #schedule h3 {
    margin: 9px 0 0 7px;
    white-space: nowrap; }
    #schedule h3 span {
      display: inline-block;
      vertical-align: top;
      -webkit-transform: translate(0px, 100%) rotate(-90deg);
          -ms-transform: translate(0px, 100%) rotate(-90deg);
              transform: translate(0px, 100%) rotate(-90deg);
      -webkit-transform-origin: 0 0;
          -ms-transform-origin: 0 0;
              transform-origin: 0 0; }
      #schedule h3 span:after {
        content: "";
        float: left;
        margin-top: 100%; }
  #schedule li {
    padding-bottom: 16px;
    line-height: 1.4; }
  #schedule .bottom-bg {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 244px; }
    #schedule .bottom-bg:after {
      background: #ffeaeb;
      content: "";
      width: 868px;
      height: 210px;
      position: absolute;
      bottom: 40px;
      left: 0;
      z-index: 1; }
    #schedule .bottom-bg:before {
      content: "";
      width: 0;
      height: 0;
      position: absolute;
      bottom: 250px;
      left: 0;
      border-top: 70px solid transparent;
      border-right: 868px solid #ffeaeb;
      z-index: 1; }
  @media (max-width: 1023px) {
    #schedule {
      padding: 0 10px 38px 60px; }
      #schedule .row {
        padding-bottom: 30px; }
      #schedule:before {
        right: -10px;
        width: 1024px;
        border-left-width: 1024px;
        top: 283px; }
      #schedule:after {
        width: 1024px;
        right: -10px;
        top: -15px; }
      #schedule .bottom-bg:before {
        left: -10px;
        width: 1024px;
        border-right-width: 1024px; }
      #schedule .bottom-bg:after {
        width: 1024px;
        left: -10px; } }
  @media (max-width: 767px) {
    #schedule .col {
      padding: 0 10px 0 0; } }
  @media (max-width: 479px) {
    #schedule .col {
      padding: 0 10px 20px 0;
      display: inline-block;
      vertical-align: top;
      margin-right: -3px;
      width: 50%;
      float: none; } }

#about {
  position: relative;
  padding: 40px 0 0 0;
  color: white;
  background: #215167; }
  #about h2, #about .h2 {
    left: -80px;
    top: 70px; }
  #about .row {
    padding-bottom: 100px; }
  @media (max-width: 1023px) {
    #about {
      padding-bottom: 60px; }
      #about.info-block h2, #about.info-block .h2 {
        left: -60px; }
      #about:before {
        margin-top: -1px;
        right: -10px;
        width: 1024px;
        border-left-width: 1024px;
        top: 442px; }
      #about:after {
        width: 1024px;
        right: -10px;
        top: 204px; } }
  @media (max-width: 479px) {
    #about {
      margin-bottom: 30px; }
      #about .row {
        padding-bottom: 40px; } }

.about-top-img {
  margin-top: -190px; }
  @media (max-width: 479px) {
    .about-top-img {
      margin-top: -100px; } }

.about-bottom-img {
  margin-top: -1px; }
  @media (max-width: 479px) {
    .about-bottom-img {
      margin-top: -1px; } }

#about.about-fix {
  padding-top: 60px;
  margin-bottom: 0;
  margin-top: -1px;
  margin-bottom: -1px; }
  #about.about-fix a {
    color: white; }

#sponsors-minor.sponsors-minor-fix {
  margin-top: -1px; }

.content-col {
  float: left;
  width: 100%;
  line-height: 1.45; }
  .content-col > div {
    margin: 0 239px 0 25px; }
  .content-col p {
    margin-bottom: 0.8em; }
  .content-col dl {
    margin: 0;
    padding: 28px 0 10px; }
  .content-col dd {
    margin: 0 0 14px; }
  .content-col dt {
    font-weight: 700;
    margin: 0 0 16px; }
  @media (max-width: 767px) {
    .content-col > div {
      margin: 0 200px 0 0; } }
  @media (max-width: 479px) {
    .content-col > div {
      margin: 0; } }

.side-col {
  font-size: 17px;
  line-height: 21px;
  float: right;
  width: 208px;
  margin-left: -210px;
  padding: 0 10px 0 0;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .side-col h3 {
    margin-bottom: 0.75em; }
  .side-col .box {
    padding-bottom: 43px; }
  .side-col .tickets-link {
    display: block;
    font-weight: 700;
    font-family: "Lora", "Times", "Baskerville", "Georgia", serif; }
    .side-col .tickets-link a {
      -webkit-transition: color 0.3s ease-in-out;
              transition: color 0.3s ease-in-out; }
      .side-col .tickets-link a:hover {
        color: #333;
        text-decoration: underline; }
  .side-col dl {
    margin: 0;
    padding: 0 0 10px; }
  .side-col dd {
    margin: 0 0 10px; }
    .side-col dd a {
      color: #333; }
  .side-col dt {
    font-weight: 700; }
  @media (max-width: 767px) {
    .side-col {
      font-size: 15px;
      line-height: 18px; }
      .side-col .tickets-link {
        font-size: 30px; } }
  @media (max-width: 479px) {
    .side-col {
      width: auto;
      margin: 0;
      padding: 0;
      font-size: 14px;
      line-height: 16px; }
      .side-col .box {
        padding-bottom: 0; }
      .side-col .tickets-link {
        font-size: 20px; } }

#tickets dd {
  margin-left: 0; }

.archive-box .more {
  font-size: 36px;
  margin-left: 27px;
  font-weight: 700;
  -webkit-transition: color 0.3s ease-in-out;
          transition: color 0.3s ease-in-out; }
  .archive-box .more:hover {
    color: #333;
    text-decoration: underline; }

.archive-box ul {
  overflow: hidden;
  margin: 0 -15px;
  padding-right: 15px; }

.archive-box li {
  float: left;
  padding: 15px;
  width: 33.28%;
  overflow: hidden; }
  .archive-box li a {
    position: relative;
    display: block; }
  .archive-box li img {
    width: 100%;
    display: block; }

.archive-box .video {
  width: 66.2%; }

.archive-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  background: url(../images/play-btn.png) no-repeat;
  width: 51px;
  height: 51px;
  margin: -25px 0 0 -24px; }

.archive-box .row {
  padding-bottom: 9px !important; }

@media (max-width: 767px) {
  .archive-box {
    padding-bottom: 40px; }
    .archive-box ul {
      margin: 0 -15px;
      padding: 0; }
    .archive-box li {
      float: left;
      padding: 10px 15px;
      width: 50%; }
    .archive-box .video {
      width: 100%; }
    .archive-box .more {
      font-size: 26px;
      margin-left: 0; } }

@media (max-width: 479px) {
  .archive-box .more {
    font-size: 16px; }
  .archive-box li {
    width: 50%; }
  .archive-box .video {
    width: 100%; } }

#sponsors, #partners {
  padding-bottom: 158px; }
  #sponsors .title, #partners .title {
    display: block;
    font-size: 36px;
    font-style: italic;
    margin: 0 0 64px 26px;
    color: #397790;
    font-weight: 700;
    position: relative; }
    #sponsors .title:before, #partners .title:before {
      position: absolute;
      content: "+";
      left: -75px;
      font-size: 39px;
      font-style: italic; }
  @media (max-width: 1023px) {
    #sponsors, #partners {
      padding-bottom: 60px; }
      #sponsors .title:after, #partners .title:after {
        left: -40px; } }
  @media (max-width: 767px) {
    #sponsors, #partners {
      padding-bottom: 60px !important; }
      #sponsors .title, #partners .title {
        display: block;
        font-size: 24px;
        margin: 0 0 20px;
        color: #17AB93;
        font-weight: 700;
        position: relative; }
        #sponsors .title:before, #partners .title:before {
          position: static;
          font-size: 30px;
          margin-right: 10px; } }
  @media (max-width: 479px) {
    #sponsors, #partners {
      padding-bottom: 35px !important; }
      #sponsors .title, #partners .title {
        font-size: 18px; }
        #sponsors .title:before, #partners .title:before {
          font-size: 22px;
          margin-right: 10px; }
      #sponsors .row, #partners .row {
        padding-bottom: 0; } }

@media (max-width: 479px) {
  #sponsors strong.title, #partners strong.title {
    padding-left: 30px; } }

#partners {
  padding-bottom: 40px; }

.majors .row {
  padding-bottom: 26px; }

.majors ul {
  font-size: 22px;
  line-height: 26px; }

.majors li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 -5px 0 0;
  padding: 10px 25px 10px;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }

.majors h2 {
  top: 145px;
  left: -80px; }

@media (max-width: 1023px) {
  .majors h2 {
    left: -55px; } }

@media (max-width: 767px) {
  .majors ul {
    font-size: 18px;
    line-height: 20px; } }

@media (max-width: 479px) {
  .majors ul {
    font-size: 14px;
    line-height: 16px; } }

#sponsors-minor {
  background: #3B778F;
  color: white; }

.sponsors .logo {
  margin-bottom: 29px; }

.sponsors ul {
  margin: 0 0 0 -8px;
  font-size: 18px;
  line-height: 20px; }

.sponsors li {
  display: inline-block;
  vertical-align: top;
  width: 33.3%;
  margin: 0 -3px 0 0;
  padding: 25px 37px 25px 32px;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .sponsors li.softlayer {
    margin-top: 15px; }

.sponsors .note {
  display: block;
  font-family: "Lora", "Times", "Baskerville", "Georgia", serif;
  font-size: 20px;
  margin-left: 24px; }
  .sponsors .note a {
    text-decoration: none; }
    .sponsors .note a:hover {
      text-decoration: underline; }

.sponsors h2 {
  top: 34px; }

.sponsors .row {
  padding-bottom: 27px; }

@media (max-width: 1023px) {
  .sponsors h2 {
    left: -27px; } }

@media (max-width: 767px) {
  .sponsors .logo {
    margin-bottom: 10px; }
  .sponsors ul {
    font-size: 14px;
    line-height: 16px;
    padding: 0 10px; }
  .sponsors li {
    padding: 0 20px 20px 0;
    width: 50%; }
  .sponsors .note {
    margin-left: 0; } }

@media (max-width: 479px) {
  .sponsors ul {
    font-size: 12px;
    line-height: 15px; }
    .sponsors ul li {
      width: 50%; }
  .sponsors .note {
    font-size: 16px; } }

.partners li {
  display: inline-block;
  vertical-align: top;
  width: 33.33%;
  margin: 0 -3px 0 0;
  padding: 10px;
  font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  float: left; }
  .partners li .logo {
    text-align: center; }
    .partners li .logo a img {
      max-height: 60px; }

@media (max-width: 767px) {
  .partners li {
    width: 50%; } }

@media (max-width: 479px) {
  .partners .col {
    padding-left: 0; }
  .partners ul li {
    width: 100%; } }

.partners-minor-fix {
  margin-top: 40px; }

#contact input[type="submit"], #subscribe input[type="submit"] {
  line-height: 45px;
  text-decoration: underline;
  border: none; }

#contact input[type='text'],
#contact input[type='email'], #subscribe input[type='text'],
#subscribe input[type='email'] {
  width: 100%;
  margin-bottom: 22px;
  height: 70px;
  line-height: 46px; }

#contact textarea, #subscribe textarea {
  width: 100%;
  height: 255px;
  min-height: 255px;
  margin-bottom: 20px; }

#contact label, #subscribe label {
  display: block;
  margin-bottom: 15px;
  font-size: 36px;
  font-style: italic;
  font-family: "Lora", "Times", "Baskerville", "Georgia", serif; }

@media (max-width: 767px) {
  #contact input[type='text'],
  #contact input[type='tel'],
  #contact input[type='email'],
  #contact input[type='search'],
  #contact input[type='password'],
  #contact textarea, #subscribe input[type='text'],
  #subscribe input[type='tel'],
  #subscribe input[type='email'],
  #subscribe input[type='search'],
  #subscribe input[type='password'],
  #subscribe textarea {
    font-size: 24px;
    line-height: 30px;
    padding: 5px 0; }
  #contact input[type='text'],
  #contact input[type='email'], #subscribe input[type='text'],
  #subscribe input[type='email'] {
    margin-bottom: 10px;
    height: 50px; }
  #contact button,
  #contact input[type='button'],
  #contact input[type='reset'],
  #contact input[type='file'],
  #contact input[type='submit'], #subscribe button,
  #subscribe input[type='button'],
  #subscribe input[type='reset'],
  #subscribe input[type='file'],
  #subscribe input[type='submit'] {
    font-size: 24px;
    line-height: 30px; }
  #contact label, #subscribe label {
    font-size: 26px;
    line-height: 30px; }
  #contact textarea, #subscribe textarea {
    height: 150px;
    min-height: 150px;
    margin-bottom: 10px; } }

@media (max-width: 479px) {
  #contact input[type='text'],
  #contact input[type='tel'],
  #contact input[type='email'],
  #contact input[type='search'],
  #contact input[type='password'],
  #contact textarea, #subscribe input[type='text'],
  #subscribe input[type='tel'],
  #subscribe input[type='email'],
  #subscribe input[type='search'],
  #subscribe input[type='password'],
  #subscribe textarea {
    font-size: 18px;
    line-height: 24px;
    padding: 5px 0; }
  #contact input[type='text'],
  #contact input[type='email'], #subscribe input[type='text'],
  #subscribe input[type='email'] {
    margin-bottom: 5px;
    height: 44px; }
  #contact button,
  #contact input[type='button'],
  #contact input[type='reset'],
  #contact input[type='file'],
  #contact input[type='submit'], #subscribe button,
  #subscribe input[type='button'],
  #subscribe input[type='reset'],
  #subscribe input[type='file'],
  #subscribe input[type='submit'] {
    font-size: 18px;
    line-height: 24px; }
  #contact label, #subscribe label {
    font-size: 18px;
    line-height: 24px; }
  #contact textarea, #subscribe textarea {
    height: 150px;
    min-height: 150px;
    margin-bottom: 5px; } }

#subscribe {
  margin-bottom: 40px; }
  @media (max-width: 1023px) {
    #subscribe .info-block h2, #subscribe .info-block .h2 {
      left: -40px; } }

#table-hours h2, #table-hours .h2 {
  left: -100px;
  top: 140px; }

@media (max-width: 1023px) {
  #table-hours.info-block h2, #table-hours.info-block .h2 {
    left: -70px; } }

#footer {
  font-size: 18px;
  line-height: 25px;
  overflow: hidden;
  padding: 140px 0 0; }
  #footer .ttl {
    display: block;
    font-size: 36px;
    font-style: italic;
    margin: 0 0 37px; }
  #footer a {
    color: #333;
    text-decoration: none; }
    #footer a:hover {
      text-decoration: underline; }
  #footer .social {
    float: left;
    width: 300px;
    padding: 20px 40px 10px 12px; }
    #footer .social ul {
      overflow: hidden;
      font-size: 36px; }
    #footer .social li {
      float: left;
      padding: 0 25px 0 5px; }
    #footer .social a:hover {
      color: #17AB93; }
  #footer .list {
    float: right;
    width: 227px;
    padding: 10px 0;
    font-family: "Source Sans Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
    #footer .list li {
      padding-bottom: 4px; }
    #footer .list .by {
      padding-top: 6px; }
  #footer .logo {
    margin: 9px 0 0; }
  @media (max-width: 1023px) {
    #footer {
      padding-top: 40px; }
      #footer .social {
        display: none; } }
  @media (max-width: 767px) {
    #footer {
      padding-top: 20px;
      font-size: 14px;
      line-height: 20px;
      text-align: center; }
      #footer .logo {
        margin: 0 auto;
        max-width: 200px; }
      #footer .list {
        float: none;
        width: auto; }
        #footer .list li {
          display: inline-block;
          vertical-align: top;
          padding: 0 10px !important; } }

input.error {
  border-bottom: 1px solid #f00 !important;
  color: #f00 !important; }

[data-load-more] .full-content {
  display: none; }

[data-load-more].active .description {
  display: none; }

[data-load-more].active .full-content {
  display: block; }

.js-load-more {
  margin: 20px auto 50px;
  font-size: 10px;
  display: block;
  position: relative;
  text-indent: -9999em;
  overflow: hidden;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear; }

.js-load-more,
.js-load-more:after {
  border-radius: 50%;
  width: 50px;
  height: 50px; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

li.hidden {
  display: none !important; }

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0; }

.paddings {
  padding-left: 140px;
  padding-right: 20px;
  padding-top: 100px;
  padding-bottom: 60px; }
  @media (max-width: 767px) {
    .paddings {
      padding-top: 0; } }
  @media (max-width: 479px) {
    .paddings {
      padding-left: 10px;
      padding-top: 40px; }
      .paddings li {
        height: 25px; } }

section.speakers {
  background: url(../images/backgrounds/sp+logos+trees+bg+2x.png) no-repeat;
  background-size: 1920px;
  background-position: 40% 50%;
  min-height: 365px;
  margin-bottom: 60px; }
  section.speakers:before, section.speakers:after {
    content: "";
    display: table; }
  section.speakers:after {
    clear: both; }
  section.speakers h3 {
    color: #3B778F; }

ul.speakers-logos {
  margin: 0;
  padding: 0; }
  ul.speakers-logos li {
    list-style-type: none;
    width: 50%;
    float: left;
    margin: 10px auto;
    text-align: center; }
    ul.speakers-logos li img {
      height: 45px;
      width: auto; }
    @media (min-width: 768px) {
      ul.speakers-logos li {
        width: 33.33%; } }

.hours-theme {
  background: url(../images/backgrounds/times+bg+2x.png) no-repeat;
  background-size: 170px;
  padding-top: 60px;
  margin-bottom: 40px; }
  .hours-theme table {
    padding-left: 100px;
    width: 100%; }
    .hours-theme table tr {
      height: 60px; }
    .hours-theme table td {
      vertical-align: top; }
      .hours-theme table td h4 {
        font-size: 18px;
        margin-bottom: 0;
        padding-left: 45px;
        padding-top: 3px;
        padding-bottom: 0; }
        .hours-theme table td h4.green {
          color: #22A68E; }
      .hours-theme table td span {
        margin-bottom: 10px;
        padding-left: 45px;
        padding-top: 0;
        padding-bottom: 12px;
        font-size: 14px; }
      .hours-theme table td:first-child {
        width: 18%; }
        .hours-theme table td:first-child h4 {
          text-align: center;
          color: white; }
        @media (max-width: 767px) {
          .hours-theme table td:first-child {
            width: 35%; } }
        @media (max-width: 479px) {
          .hours-theme table td:first-child h4 {
            color: #215167; } }
      .hours-theme table td:last-child {
        width: 82%; }
        .hours-theme table td:last-child h4 {
          font-size: 16px; }
        @media (max-width: 767px) {
          .hours-theme table td:last-child {
            width: 65%; } }
  @media (max-width: 1023px) {
    .hours-theme {
      background-position: -20px 0; } }
  @media (max-width: 479px) {
    .hours-theme {
      background: none; } }

.about-fix {
  padding-top: 40px; }
  .about-fix .container {
    padding-left: 90px; }

#contact.schedule-fix {
  padding-bottom: 0;
  margin-bottom: 0; }
  #contact.schedule-fix:before, #contact.schedule-fix:after {
    content: "";
    display: table; }
  #contact.schedule-fix:after {
    clear: both; }
  #contact.schedule-fix h2 {
    top: 76px;
    left: -87px; }

#media {
  margin-top: 60px;
  background: url(../images/backgrounds/last+year+FULL+2x.png) no-repeat;
  background-size: 20%;
  background-position: bottom left; }

.gallery-sample {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  display: block; }
  .gallery-sample li {
    width: 33%;
    height: 33%;
    position: absolute;
    padding: 5px;
    box-sizing: border-box; }
    .gallery-sample li img {
      width: 100%;
      height: 100%; }
    .gallery-sample li:nth-child(5) {
      width: 66%;
      height: 66%; }

.grid {
  position: relative; }
  .grid.three .top-one {
    top: 0; }
  .grid.three .top-two {
    top: 33%; }
  .grid.three .top-three {
    top: 66%; }
  .grid.three .left-one {
    left: 0; }
  .grid.three .left-two {
    left: 33%; }
  .grid.three .left-three {
    left: 66%; }

.g {
  padding: 0.25em;
  overflow: hidden; }

.g li {
  float: left;
  width: 50%;
  padding: 0.25em;
  list-style-type: none; }

.g img {
  display: block; }

.g li:nth-child(odd) {
  clear: left; }

@media screen and (min-width: 40em) {
  .g li {
    width: 33.3333333333333333%; }
  .g li:nth-child(3n+1) {
    clear: left; }
  .g li:nth-child(odd) {
    clear: none; } }

@media screen and (min-width: 55em) {
  .g li {
    width: 25%; }
  .g li:nth-child(4n+1) {
    clear: left; }
  .g li:nth-child(3n+1) {
    clear: none; } }

@media screen and (min-width: 72em) {
  .g li {
    width: 20%; }
  .g li:nth-child(5n+1) {
    clear: left; }
  .g li:nth-child(4n+1) {
    clear: none; } }

@media screen and (min-width: 90em) {
  .g li {
    width: 16.666666666%; }
  .g li:nth-child(6n+1) {
    clear: left; }
  .g li:nth-child(5n+1) {
    clear: none; } }

.js-video {
  height: 0;
  padding-top: 25px;
  padding-bottom: 67.5%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.js-video.widescreen {
  padding-bottom: 56.34%; }

.js-video.vimeo {
  padding-top: 0; }

.js-video embed, .js-video iframe, .js-video object, .js-video video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute; }

#lean_overlay {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none; }

.modal {
  width: 800px;
  padding: 10px;
  display: none;
  background: #FFF;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7); }
  @media (max-width: 1023px) {
    .modal {
      width: 600px; } }
  @media (max-width: 767px) {
    .modal {
      width: 400px; } }
  @media (max-width: 479px) {
    .modal {
      width: 300px; } }

.masonry {
  /* Masonry container */
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em; }

.item {
  /* Masonry bricks or child elements */
  background-color: #eee;
  display: inline-block;
  margin: 0 0 1em;
  width: 100%; }

.masonry {
  margin: 1.5em 0;
  padding: 0;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
  font-size: .85em; }

.item {
  display: inline-block;
  background: #fff;
  margin: 0 0 1.5em;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

@media only screen and (min-width: 400px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2; } }

@media only screen and (min-width: 700px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3; } }

@media only screen and (min-width: 900px) {
  .masonry {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4; } }

@media only screen and (min-width: 1100px) {
  .masonry {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5; } }

@media only screen and (min-width: 1280px) {
  .wrapper {
    width: 1260px; } }

.sponsors-top-img {
  margin: 40px 0;
  text-align: center; }
/*# sourceMappingURL=main.css.map */