/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, 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 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.
 */
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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, 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.
 */
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+, 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 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 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.
 * 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.
 */
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; }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-color: #000; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.inner {
  max-width: 930px;
  margin: 0 auto; }

a, a:visited {
  text-decoration: none;
  color: #016798; }

.pContent {
  background: #333333 url(../img/crosshatch.png) repeat 50% 0; }
  @media (min-width: 568px) {
    .pContent {
      position: relative;
      padding-top: 53px; } }

.xContent {
  clear: both; }

footer {
  text-align: center; }
  footer a {
    margin: 0 8px; }

.clear {
  display: none; }

.sponsors-section {
  position: relative;
  top: -125px;
  padding-top: 125px;
  margin-bottom: -152px; }

.slideshow {
  max-width: 600px;
  margin: 28px auto 0;
  display: none; }
  @media (min-width: 1025px) {
    .slideshow {
      display: block; } }

body {
  font-family: Segoe, "Segoe UI", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif; }

.header-register {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875em; }
  @media (min-width: 768px) {
    .header-register {
      font-size: 1em; } }

.savenow {
  font-weight: bold;
  line-height: 1.1;
  font-size: 0.875em; }
  @media (min-width: 768px) {
    .savenow {
      font-size: 1.25em; } }

.devlogo {
  font-weight: bold; }

.topnav {
  font: bold 0.8125em "tablet-gothic-semi-condensed", sans-serif;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .topnav {
      font-size: 0.875em; } }
  @media (min-width: 790px) {
    .topnav {
      font-size: 0.9375em; } }
  @media (min-width: 1024px) {
    .topnav {
      font-size: 1.0625em; } }

.topnav-more h2 {
  font-size: 1em; }

.wf-loading .topnav a {
  visibility: hidden; }

.whatislive360 h3, .agendaataglance h3, .fearless-container h3, .latestnews h3 {
  font: bold 3.375em "tablet-gothic-semi-condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1; }
.whatislive360 .summary, .agendaataglance .summary, .fearless-container .summary, .latestnews .summary {
  font-size: 1.1875em; }
.whatislive360 b, .agendaataglance b, .fearless-container b, .latestnews b {
  font-size: 1.57895em; }

.whatislive360 h3 {
  font-size: 1.75em; }
.whatislive360 .summary {
  font-size: 0.9375em; }
@media (min-width: 568px) {
  .whatislive360 h3 {
    font-size: 1.8125em; }
  .whatislive360 .summary {
    font-size: 1em; } }
@media (min-width: 678px) {
  .whatislive360 h3 {
    font-size: 2.5em; }
  .whatislive360 .summary {
    font-size: 1.0625em; } }
@media (min-width: 768px) {
  .whatislive360 h3 {
    font-size: 3.375em; }
  .whatislive360 .summary {
    font-size: 1.125em; } }

.conferenceschedule {
  text-transform: uppercase;
  font: bold 1.375em "tablet-gothic-semi-condensed", sans-serif; }

.agendaataglance-wrapper h4 {
  font-family: 'tablet-gothic-semi-condensed', sans-serif;
  text-transform: uppercase; }
.agendaataglance-wrapper h5 {
  font-size: 1.0625em; }

.sellyourboss h4 {
  font: bold 3.125em "tablet-gothic-semi-condensed", sans-serif;
  text-transform: uppercase; }

.whatislive360-buy1get4free {
  font-weight: bold;
  font-size: 1.25em; }

footer {
  font-size: 0.875em; }

.testimonials {
  font: bold 1.25em "tablet-gothic-semi-condensed", sans-serif;
  text-transform: uppercase; }
  @media (min-width: 678px) {
    .testimonials {
      font-size: 1.625em; } }

.customPages {
  font-size: 1.125em; }
  .customPages h3 {
    font-size: 1.66667em; }

.pricingpage, .customPages-content {
  font-size: 0.875em; }
  @media (min-width: 768px) {
    .pricingpage, .customPages-content {
      font-size: 1.1875em; } }
  .pricingpage h3, .customPages-content h3 {
    font: bold 2.84211em "tablet-gothic-semi-condensed", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
  .pricingpage h4, .customPages-content h4 {
    font: bold 1.78947em "tablet-gothic-semi-condensed", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
  .pricingpage h5, .customPages-content h5 {
    font: bold 0.94737em "tablet-gothic-semi-condensed", sans-serif;
    line-height: 1;
    text-transform: uppercase; }
  .pricingpage .moreinfo, .customPages-content .moreinfo {
    font-size: 2.10526em;
    line-height: 1; }
  .pricingpage dt, .customPages-content dt {
    font-weight: bold;
    font-size: 1.125em; }

.section {
  font-size: 0.78947em; }

.registerbutton {
  text-transform: uppercase;
  font-size: 0.93333em;
  font-weight: bold; }

.registerbutton--large {
  font-size: 1.57895em; }

.currentprice {
  font-size: 1.4em; }

.price {
  font-weight: bold; }

.at_logo_carousel_calltoaction_block h2 {
  font: bold 2.5em "tablet-gothic-semi-condensed", sans-serif;
  text-transform: uppercase;
  line-height: 1; }

.agenda-title, .intro h3 {
  font: bold 2.84211em "tablet-gothic-semi-condensed", sans-serif;
  line-height: 1;
  text-transform: uppercase; }

.trackkey-title, .cagKey th {
  font: bold 1.78947em "tablet-gothic-semi-condensed", sans-serif;
  line-height: 1;
  text-transform: uppercase; }

.track h3 {
  font-size: 1.25em; }

header {
  background-color: #4a3276;
  text-align: center;
  height: 45px;
  box-shadow: 0 0 12px #000;
  position: fixed;
  width: 100%;
  z-index: 100; }
  @media (min-width: 568px) {
    header {
      height: auto; } }

header h1, .header-hashtag, .header-register, .information, .followus {
  position: relative;
  display: inline-block;
  color: #fff;
  vertical-align: top;
  margin: 0; }
  @media (min-width: 568px) {
    header h1, .header-hashtag, .header-register, .information, .followus {
      font-size: 1px;
      background: url(../img/sprite.png?v=2) no-repeat 0 0;
      margin: 0 8px;
      color: #4a3276;
      top: 10px; } }

@media (min-width: 568px) {
  header h1 a, .header-hashtag, .header-register, .header-register:visited, .information, .followus {
    height: 52px; } }

header h1 a {
  display: block; }
  @media (min-width: 568px) {
    header h1 a {
      width: 147px;
      float: none;
      display: block; }
      header h1 a img {
        width: 1px; } }

header h1 {
  margin-left: 46px; }
  @media (min-width: 568px) {
    header h1 {
      margin-left: 0;
      position: relative;
      top: 7px;
      padding-bottom: 20px; } }
  @media (min-width: 790px) {
    header h1:after {
      position: absolute;
      height: 41px;
      border-right: 1px solid #fff;
      content: '';
      top: 7px;
      right: -12px; } }

.live360devlogo {
  position: relative;
  top: 5px; }

.header-hashtag {
  width: 95px;
  display: none;
  margin-right: 0; }
  @media (min-width: 790px) {
    .header-hashtag {
      display: inline-block;
      background-position: -214px 0; } }

.header-register, .header-register:visited {
  background-color: #333;
  color: #efefef;
  width: 50%;
  width: 43%;
  height: 45px;
  line-height: 45px;
  float: right;
  display: block; }
  @media (min-width: 568px) {
    .header-register, .header-register:visited {
      float: none;
      width: 200px;
      height: 72px;
      line-height: 1;
      color: #4a3276;
      display: inline-block;
      background-position: -320px 0;
      background-color: #333;
      border: 10px solid #333;
      border-left: 18px solid #333;
      border-right: 18px solid #333;
      top: 0; } }

.header-register:hover, .header-register:active {
  color: #ffb84c; }
  @media (min-width: 568px) {
    .header-register:hover, .header-register:active {
      color: #4a3276; } }

.information {
  width: 156px;
  display: none;
  background-image: none; }
  @media (min-width: 568px) {
    .information {
      display: inline-block;
      background-image: none; } }
  @media (min-width: 1024px) {
    .information {
      width: 264px;
      background-image: url(../img/sprite.png);
      background-position: -490px 0; } }

.information-date {
  background: url(../img/sprite.png) no-repeat -596px -10px;
  width: 156px;
  height: 16px;
  position: relative;
  top: 18px;
  overflow: hidden;
  padding-top: 16px; }
  @media (min-width: 1024px) {
    .information-date {
      background-image: none; } }

.followus {
  width: 110px;
  height: 38px;
  display: none;
  margin-left: 0; }
  @media (min-width: 678px) {
    .followus {
      display: inline-block;
      top: 20px;
      background-position: right -6px; } }
  @media (min-width: 1024px) {
    .followus {
      margin: 0; } }
  .followus li {
    margin-right: 10px;
    display: inline-block; }
    .ie8 .followus li {
      margin-right: 0;
      margin-left: 9px; }
  .followus a, .followus a:visited {
    width: 26px;
    height: 26px;
    display: inline-block;
    text-indent: 100%;
    text-align: left;
    color: #fff; }
    .ie8 .followus a, .ie8 .followus a:visited {
      color: #4a3276; }

.mobile-button {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer; }
  @media (min-width: 568px) {
    .mobile-button {
      display: none; } }

.sideBar {
  background: #333333 url(../img/crosshatch.png) repeat 50% 0; }
  .home .sideBar {
    padding: 95px 0 40px; }
  @media (min-width: 568px) {
    .sideBar {
      padding-top: 72px; } }

.savenow {
  color: #FDC05E;
  width: 100%;
  clear: both;
  padding: 40px 10px;
  text-align: center; }
  .savenow p {
    margin: 0; }
  .savenow a, .savenow a:visited {
    color: #fff;
    color: #FDC05E; }

.devlogo {
  background-position: 0 70px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  z-index: 1; }
  @media (min-width: 768px) {
    .devlogo:before {
      content: '';
      width: 100%;
      max-width: 600px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      z-index: -1;
      margin: 0 0 0 -300px; } }
  @media (min-width: 1024px) {
    .devlogo:before {
      background-position: 50% 140px;
      max-width: 800px;
      margin: 0 0 0 -400px; } }
  .devlogo a, .devlogo a:visited {
    color: #bfae69; }
  .devlogo li {
    display: block;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .devlogo li {
        display: inline-block;
        margin: 0;
        vertical-align: top; } }
  .devlogo img {
    max-width: 100%; }
  .devlogo .summary {
    margin: 0 10px; }
    @media (min-width: 768px) {
      .devlogo .summary {
        margin: 0; } }

.devlogo-callforpapers {
  background: url(../img/sprite.png) no-repeat -277px -51px;
  width: 158px;
  height: 157px;
  text-align: center; }
  @media (min-width: 768px) {
    .devlogo-callforpapers {
      position: relative;
      top: 14px;
      left: 0; } }
  @media (min-width: 1024px) {
    .devlogo-callforpapers {
      top: 48px;
      left: 0; } }
  .devlogo-callforpapers a {
    padding: 60px 0;
    display: inline-block;
    width: 60px;
    margin: 0 auto;
    line-height: 1; }

.devlogo-logo img {
  margin: 0 auto 8px; }
  @media (min-width: 768px) {
    .devlogo-logo img {
      max-width: 320px; } }
  @media (min-width: 1024px) {
    .devlogo-logo img {
      max-width: 100%; } }

.devlogo-buy1get4 {
  background: url(../img/sprite.png) no-repeat -437px -51px;
  width: 225px;
  height: 98px;
  color: #bfae69;
  text-align: center; }
  @media (min-width: 768px) {
    .devlogo-buy1get4 {
      position: relative;
      top: 42px;
      left: 0; } }
  @media (min-width: 1024px) {
    .devlogo-buy1get4 {
      top: 64px;
      right: 0; } }
  .devlogo-buy1get4 span {
    padding: 33px 0;
    display: block;
    width: 100px;
    margin: 0 auto;
    line-height: 1; }

.topnav {
  background: #333333 url(../img/crosshatch.png) repeat 50% 0;
  position: absolute;
  width: 100%;
  top: 45px;
  display: none;
  z-index: 5; }
  @media (min-width: 568px) {
    .topnav {
      position: fixed;
      top: 72px;
      text-align: center;
      display: block; } }

@media (min-width: 568px) {
  .home .topnav {
    position: absolute;
    left: 0;
    top: 0; } }

.topnavlist {
  background-color: #4E5557;
  position: relative;
  z-index: 1; }
  .topnavlist a, .topnavlist a:visited {
    color: #fff;
    display: block;
    padding: 8px;
    border-bottom: 1px solid #aaa; }
    @media (min-width: 568px) {
      .topnavlist a, .topnavlist a:visited {
        height: 53px;
        line-height: 35px;
        border: none; } }
  .topnavlist a:hover, .topnavlist a:active {
    color: #ffb84c; }
  .topnavlist ul {
    text-align: left;
    left: -8px;
    top: 53px;
    background-color: #4E5557;
    z-index: 3; }
    @media (min-width: 568px) {
      .topnavlist ul {
        display: none;
        position: absolute;
        width: 200px; }
        .topnavlist ul a, .topnavlist ul a:visited {
          line-height: 1;
          padding: 12px 16px;
          height: auto; }
        .topnavlist ul a:hover, .topnavlist ul a:active {
          background-color: #666; } }
  .topnavlist li:hover ul {
    display: block; }
  .topnavlist > li {
    position: relative; }
    @media (min-width: 568px) {
      .topnavlist > li {
        display: inline-block; } }
    @media (min-width: 790px) {
      .topnavlist > li {
        margin: 0 2px; } }
    @media (min-width: 860px) {
      .topnavlist > li {
        margin: 0 8px; } }
    @media (min-width: 1024px) {
      .topnavlist > li {
        margin: 0 14px; } }
  @media (min-width: 678px) {
    .topnavlist {
      display: inline-block; }
      .topnavlist:before {
        content: '';
        position: absolute;
        top: 0;
        left: -90px;
        width: 113px;
        height: 58px;
        background: url(../img/sprite.png) no-repeat 0 -195px;
        z-index: -1; }
      .topnavlist:after {
        content: '';
        position: absolute;
        top: 0;
        right: -90px;
        width: 113px;
        height: 58px;
        background: url(../img/sprite.png) no-repeat -114px -195px;
        z-index: -1; } }

.last .last a, .last .last a:visited {
  border-color: #4E5557; }

.home .topnav--fixed {
  position: absolute;
  top: 45px;
  padding: 0;
  width: 100%;
  z-index: 99; }
  @media (min-width: 568px) {
    .home .topnav--fixed {
      position: fixed;
      top: 72px; } }

.topnav--active {
  display: block; }

.whatislive360-explorecontainer {
  position: relative;
  max-width: 621px;
  margin: 0 auto 0;
  text-align: center; }
  .whatislive360-explorecontainer ul {
    width: 100%;
    height: 130px;
    max-width: 621px;
    margin: 0 auto;
    display: table;
    position: absolute;
    bottom: 0;
    left: 0; }
  .whatislive360-explorecontainer li {
    display: table-cell;
    vertical-align: bottom; }
    .whatislive360-explorecontainer li img {
      width: 100%; }
  .whatislive360-explorecontainer img {
    max-width: 100%; }

.whatislive360 {
  background: url(../img/whiteboard.jpg) no-repeat 50% 0;
  height: 870px;
  text-align: center;
  padding-top: 160px;
  position: relative; }
  .whatislive360 h3 {
    margin: 0;
    padding: 0 20px;
    color: #596066;
    position: relative;
    z-index: 2; }
    .whatislive360 h3 span {
      color: #4a3276;
      position: relative;
      z-index: 3; }
    .whatislive360 h3:before {
      content: '';
      background: url(../img/pricingswish.png) no-repeat 50% 0;
      width: 100%;
      height: 400px;
      position: absolute;
      left: 0;
      top: -8px;
      z-index: 1;
      display: none; }
      @media (min-width: 678px) {
        .whatislive360 h3:before {
          display: block; } }
  .whatislive360 .summary {
    max-width: 730px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 4; }

.agendaataglance-wrapper {
  background: url(../img/agendaataglancebg.png) repeat center top;
  color: #fff;
  text-align: center;
  padding: 160px 0 70px;
  overflow: hidden; }
  .agendaataglance-wrapper h3 {
    margin: 0;
    padding: 6px 20px 0;
    color: #fff;
    background-color: #596467; }
  .agendaataglance-wrapper h4 {
    background: url(../img/sprite.png) no-repeat center -454px;
    color: #596467;
    padding: 7px 0 3px;
    margin: 18px 0 4px; }
  .agendaataglance-wrapper h5 {
    color: #FFB84C;
    margin: 0; }
  .agendaataglance-wrapper a, .agendaataglance-wrapper a:visited {
    color: #fff; }

.agendaataglance {
  max-width: 974px;
  margin: 0 auto;
  background-color: #596467;
  position: relative; }
  .agendaataglance:before {
    content: '';
    background: url(../img/sprite.png) no-repeat center -432px;
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0; }
  .agendaataglance .summary {
    max-width: 974px;
    margin: 0 auto;
    padding: 0 20px;
    background-color: #596467; }
    .agendaataglance .summary p {
      margin: 0;
      padding: 1.1875em 0;
      max-width: 730px;
      margin: 0 auto; }

.agendaataglance-inner {
  max-width: 974px;
  margin: 0 auto; }

.conferenceschedule {
  max-width: 974px;
  width: 100%;
  margin: 6px auto;
  position: relative;
  height: 29px;
  line-height: 29px;
  z-index: 1; }
  .conferenceschedule:before {
    content: '';
    background: url(../img/sprite.png) no-repeat 0 -611px;
    height: 29px;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .conferenceschedule:after {
    content: '';
    background: url(../img/sprite.png) no-repeat right -611px;
    height: 29px;
    width: 51%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1; }

.panel {
  margin-top: 20px;
  padding: 70px 12px 0;
  width: 100%;
  height: 646px;
  float: left;
  background-color: #596467;
  position: relative; }
  @media (min-width: 568px) {
    .panel {
      width: 49%; } }
  @media (min-width: 678px) {
    .panel {
      width: 33%; } }
  .panel:before {
    content: '';
    background: url(../img/sprite.png) no-repeat center -432px;
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    left: 0; }
  .panel hr {
    border: 0;
    width: 90%;
    height: 1px;
    background-color: #fff; }

@media (min-width: 568px) {
  .panel2 {
    float: right; } }
@media (min-width: 678px) {
  .panel2 {
    margin: 20px 1% 0;
    width: 32%;
    float: left; }
    .panel2:after {
      content: '';
      background: url(../img/conferenceschedule.png) no-repeat center bottom;
      background: url(../img/sprite.png) no-repeat center -516px;
      width: 100%;
      height: 90px;
      position: absolute;
      top: -27px;
      left: 0;
      z-index: 9; } }

@media (min-width: 568px) {
  .panel3 {
    float: none;
    margin: 0 auto;
    clear: both;
    position: relative;
    top: 30px; } }
@media (min-width: 678px) {
  .panel3 {
    margin: 20px 0 0;
    clear: none;
    top: 0;
    float: left; } }

.panel-time {
  margin: 0; }

.sellyourboss {
  background: url(../img/sellyourbossbg.png) repeat center top;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 40px;
  position: relative; }
  .sellyourboss .summary {
    max-width: 975px;
    margin: 0 auto; }
    @media (min-width: 568px) {
      .sellyourboss .summary {
        background: url(../img/sellyourboss-torch.png) no-repeat left top, url(../img/sellyourboss-torch.png) no-repeat right top;
        height: 625px; } }
  .sellyourboss img {
    max-width: 100%; }

.twitter-container {
  padding: 70px 10px;
  background: url(../img/pagebg.png) repeat center 950px; }

.twitter-inner {
  max-width: 800px;
  margin: 0 auto; }

#twitter-widget-0 {
  width: 100% !important; }

.testimonials {
  color: #fff; }
  .testimonials blockquote {
    max-width: 800px;
    margin: 0 auto;
    padding: 70px 40px;
    height: 22em; }
    @media (min-width: 568px) {
      .testimonials blockquote {
        height: 13em; } }
    @media (min-width: 678px) {
      .testimonials blockquote {
        height: 13em; } }
  .testimonials .author {
    display: block;
    font-style: italic; }

.js .testimonials blockquote {
  display: none; }
  .js .testimonials blockquote:first-of-type {
    display: block; }

.socialmedia {
  text-align: center;
  padding: 50px 0 70px;
  background: url(../img/agendaataglancebg.png) repeat center top; }
  .socialmedia ul {
    max-width: 800px;
    margin: 0 auto; }
  .socialmedia li {
    display: inline-block;
    margin: 0 10px 10px; }
  .socialmedia h1 {
    color: #fff; }

footer {
  padding: 40px 0 20px;
  background-color: #000;
  overflow: hidden; }
  @media (min-width: 692px) {
    footer {
      padding: 0;
      border-bottom: 20px solid #000;
      border-top: 20px solid #000; } }
  footer a, footer a:visited {
    color: #fff; }

footer noindex, .AddToCalendar {
  display: inline-block;
  vertical-align: top; }

.email, .AddToCalendar .summary {
  width: 64px;
  height: 24px;
  background: #eceef5 url(../img/email2.png) no-repeat 0 0;
  border: 1px solid #CAD4E7;
  border-radius: 3px;
  overflow: hidden; }

.email p, .AddToCalendar p {
  margin: 0; }

.email a, .AddToCalendar a, .email a:visited, .AddToCalendar a:visited {
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  padding: 0 0 0 14px;
  display: inline-block;
  color: #016798; }

.AddToCalendar a {
  padding: 0 0 0 17px; }

.email a:hover, .AddToCalendar a:hover {
  text-decoration: none; }

.email, .AddToCalendar {
  font-size: 11px; }

.AddToCalendar .summary {
  width: 52px;
  height: auto;
  background-image: url(../img/calendar.png);
  border: 1px solid #CAD4E7;
  border-radius: 3px;
  margin: 0 auto; }

.AddToCalendar {
  margin-left: 6px; }

@media (min-width: 692px) {
  .footer-social {
    margin-top: 12px;
    float: left;
    width: 40%; } }

.customPages {
  background: url(../img/pagebg3.png) repeat center top;
  overflow: hidden;
  padding: 20px 20px 40px; }
  .customPages > h3 {
    display: none; }

.customPages-summary {
  padding: 0 20px;
  max-width: 940px;
  margin: 0 auto 2em; }

.customPages-content {
  max-width: 714px;
  margin: 0 auto;
  color: #CCCCCB; }
  .customPages-content h3 {
    color: #fff; }
  .customPages-content h4 {
    clear: left; }
  .pricingpage .customPages-content, .customPages-content img {
    max-width: 100%; }
  .customPages-content a, .customPages-content a:visited {
    color: #67B2D0;
    font-weight: bold; }
  .customPages-content h1 {
    color: #fff;
    line-height: 1; }
  .customPages-content strong {
    color: #CD9B49; }
  .customPages-content ul {
    list-style-type: disc;
    margin-left: 2em; }
  .customPages-content a[name] {
    padding-top: 60px;
    display: block;
    margin-top: -60px; }
    @media (min-width: 768px) {
      .customPages-content a[name] {
        padding-top: 144px;
        margin-top: -144px; } }

.pricingpage {
  background: url(../img/pricingbg.png) repeat center top;
  text-align: center;
  padding: 20px 0 40px; }
  .pricingpage h3 {
    background: url(../img/pricingswish.png) no-repeat center top;
    color: #4A3277;
    padding: 20px;
    margin: 10px 0 0; }
    .pricingpage h3 span {
      color: #596467; }
  .pricingpage h4, .pricingpage h5 {
    margin: 0; }
  .pricingpage h5 + p {
    margin-top: 0; }
  .pricingpage dl {
    max-width: 635px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left; }
  .pricingpage dt {
    color: #FDBF5F;
    color: #CD9B49; }
    .pricingpage dt p {
      margin-bottom: 0; }
  .pricingpage dd {
    margin: 0; }
    .pricingpage dd p {
      margin-top: 0; }
  .pricingpage .customPages-content {
    color: #010101; }
  .pricingpage .moreinfo {
    margin-top: 70px; }
  .pricingpage ul {
    list-style-type: none; }
  .pricingpage .registerbutton, .pricingpage .registerbutton:visited {
    color: #fff;
    background-color: #CD9B49;
    padding: 6px 16px;
    border-radius: 3px;
    float: right;
    margin-left: 10px; }
  .pricingpage .registerbutton:hover {
    background-color: #E2AE61; }
  .pricingpage .registerbutton--large {
    display: block;
    float: none;
    width: 300px;
    margin: 0 auto;
    height: 70px;
    line-height: 70px;
    padding: 0; }

.section {
  text-align: left;
  background-color: #4A3277;
  color: #fff;
  padding: 34px 20px; }

.section-inner {
  max-width: 595px;
  margin: 0 auto; }

.pricinglist li {
  position: relative;
  margin-bottom: 6px;
  border-radius: 3px; }

.price {
  position: absolute;
  right: 0;
  top: 0; }

.section--alt {
  background-color: transparent;
  color: #333; }
  .section--alt h4 {
    color: #596467; }

.currentprice {
  background-color: #016699;
  color: #fff;
  padding: 14px 66px 14px 14px;
  margin: 0 -14px 8px; }
  .currentprice .price {
    top: 14px;
    right: 14px; }

.moreinfo {
  background: url(../img/moreinfobg.png) no-repeat center center;
  color: #596467; }

.photos {
  overflow: hidden; }

.photo {
  border: 14px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  margin-bottom: 20px; }
  @media (min-width: 678px) {
    .photo {
      width: 49%;
      float: left; } }

.photo + .photo {
  float: right; }

.photo + strong {
  clear: left; }

.faq-list {
  margin-bottom: -50px; }
  @media (min-width: 768px) {
    .faq-list {
      margin-bottom: -140px; } }

.bossletter {
  padding: 0 40px;
  font-weight: bold; }

#carousel {
  margin-top: -80px; }

#carousel div {
  text-align: center;
  width: 100px;
  height: 250px;
  float: left;
  position: relative; }

#carousel div img {
  border: none;
  width: 100%;
  height: auto;
  opacity: 1 !important;
  margin-bottom: -30%; }

#carousel div span {
  /*display: none;*/
  display: block;
  text-align: center;
  display: inline-block;
  /*width: 100px;*/
  padding: 2px 8px;
  font-size: 12px;
  font-weight: bold;
  margin-top: -100px;
  /*margin: 0 0 0 -50px;*/
  /*position: absolute;*/
  /*bottom: 30px;*/
  /*left: 50%;*/ }

.speaker .color1, .sessionlistcalendar-events .color1, .track .color1, .cagKey .color1 {
  background: #faa41e; }
.speaker .color2, .sessionlistcalendar-events .color2, .track .color2, .cagKey .color2 {
  background: #c1132f; }
.speaker .color3, .sessionlistcalendar-events .color3, .track .color3, .cagKey .color3 {
  background: #35baec; }
.speaker .color4, .sessionlistcalendar-events .color4, .track .color4, .cagKey .color4 {
  background: #006a9b; }
.speaker .color5, .sessionlistcalendar-events .color5, .track .color5, .cagKey .color5 {
  background: #81a64e; }
.speaker .color6, .sessionlistcalendar-events .color6, .track .color6, .cagKey .color6 {
  background: #fed103; }
.speaker .color7, .sessionlistcalendar-events .color7, .track .color7, .cagKey .color7 {
  background: #7d4199; }
.speaker .color8, .sessionlistcalendar-events .color8, .track .color8, .cagKey .color8 {
  background: #815a4d; }
.speaker .color9, .sessionlistcalendar-events .color9, .track .color9, .cagKey .color9 {
  background: #c3d832; }
.speaker .color10, .sessionlistcalendar-events .color10, .track .color10, .cagKey .color10 {
  background: #667f8d; }
.speaker .color11, .sessionlistcalendar-events .color11, .track .color11, .cagKey .color11 {
  background: #c3531b; }
.speaker .color12, .sessionlistcalendar-events .color12, .track .color12, .cagKey .color12 {
  background: #d5ac4d; }
.speaker .color13, .sessionlistcalendar-events .color13, .track .color13, .cagKey .color13 {
  background: #42ab7b; }
.speaker .color14, .sessionlistcalendar-events .color14, .track .color14, .cagKey .color14 {
  background: #00546a; }
.speaker .color15, .sessionlistcalendar-events .color15, .track .color15, .cagKey .color15 {
  background: #d6c08b; }

.daycalendar, .trackbox, #sessions, #speaker, .speakerbox {
  color: #fff;
  max-width: 920px;
  margin: 0 auto;
  padding: 20px 20px 40px; }

.daycalendar, .trackbox {
  overflow: hidden;
  color: #CCCCCB; }

.sessionlistcalendar-event {
  padding: 8px;
  overflow: hidden;
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  left: 0 !important;
  top: 0 !important;
  border-bottom: 1px dotted #fff;
  color: #fff; }
  .sessionlistcalendar-event:last-of-type {
    border-bottom: none; }

.trackkey {
  position: relative;
  z-index: 2; }

.trackkey-item {
  float: left;
  width: 50%;
  margin-bottom: 4px;
  height: 18px;
  line-height: 18px; }
  .trackkey-item a, .trackkey-item a:visited {
    color: #fff; }
  .trackkey-item:before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    position: relative;
    top: 2px;
    background-color: #4b3377; }

.trackkey-items .color1:before {
  background: #faa41e; }
.trackkey-items .color2:before {
  background: #c1132f; }
.trackkey-items .color3:before {
  background: #35baec; }
.trackkey-items .color4:before {
  background: #006a9b; }
.trackkey-items .color5:before {
  background: #81a64e; }
.trackkey-items .color6:before {
  background: #fed103; }
.trackkey-items .color7:before {
  background: #7d4199; }
.trackkey-items .color8:before {
  background: #815a4d; }
.trackkey-items .color9:before {
  background: #c3d832; }
.trackkey-items .color10:before {
  background: #667f8d; }
.trackkey-items .color11:before {
  background: #c3531b; }
.trackkey-items .color12:before {
  background: #d5ac4d; }
.trackkey-items .color13:before {
  background: #42ab7b; }
.trackkey-items .color14:before {
  background: #00546a; }
.trackkey-items .color15:before {
  background: #d6c08b; }

#component--calendar--monday, #component--calendar--tuesday, #component--calendar--wednesday, #component--calendar--thursday, #component--calendar--friday {
  position: relative;
  top: -125px;
  padding-top: 125px;
  display: block;
  margin-bottom: -125px;
  z-index: -1; }

.colorx, .color0 {
  background-color: #aaa; }

.color21 {
  background-color: #0297CD; }

.topmenu {
  padding: 16px 0;
  font-size: 0.9em; }
  .topmenu label {
    margin-right: 6px;
    padding: 0 0 0 16px; }
  .topmenu ul {
    padding: 0 0 0 16px;
    display: inline; }
  .topmenu li {
    display: inline;
    margin: 0 0 0 5px; }
  .topmenu a, .topmenu a:visited {
    color: #87c2ed;
    font-weight: bold; }

.showall {
  margin: 8px 0;
  font-size: 0.9em; }
  .showall a, .showall a:visited {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 0 0 0 14px;
    margin: 0 5px; }

a.show {
  background: url("../img/expand.png") no-repeat scroll 0 5px; }

a.hide {
  background: url("../img/collapse.png") no-repeat scroll 0 5px; }

.track, .track ul {
  list-style: none;
  padding: 0; }

.trigger {
  padding: 10px 40px;
  border-bottom: 1px dotted #E4E5E6; }

.date {
  display: block;
  font-size: 12px; }
  .color1 .date, .color3 .date, .color5 .date, .color6 .date, .color9 .date, .color12 .date, .color15 .date {
    color: #333; }

.js .trigger ul {
  display: none; }

#sessions h4 {
  font-size: 28px;
  margin: 18px 0; }
#sessions .speaker {
  float: right;
  margin: 10px 20px 12px;
  overflow: hidden;
  clear: right;
  width: 380px;
  font-size: 0.9em; }
  #sessions .speaker .speaker {
    font-size: 18px;
    margin: 10px 0 2px;
    float: none;
    width: auto; }
#sessions ul {
  list-style-type: disc;
  padding: 0 0 0 50px; }

#sessions .date, .startTime {
  display: inline;
  font-size: 12px;
  margin: 0 10px 0 0;
  font-weight: bold; }

.level {
  font-size: 12px;
  margin: 0 0 10px;
  font-style: italic; }

.speaker img {
  float: left;
  max-width: 100px;
  margin: 0 10px 40px 16px; }

.speaker p[id$="Credentials"], .speakertitle {
  font-style: italic;
  margin: 0; }

.speakercompany {
  font-weight: bold;
  margin: 0; }

#speaker img {
  float: right;
  margin: 120px 0 10px 20px; }
#speaker h3 {
  font-size: 24px;
  margin: 0; }

.title {
  font-style: italic;
  margin: 1em 0 0; }

p[id$="Credentials"] {
  margin: 0; }

.speakerbox .speaker {
  clear: both;
  background-color: #fff;
  padding: 4px 0;
  margin: 16px 0;
  border-radius: 4px;
  overflow: hidden; }

.company {
  font-weight: bold;
  margin: 0; }

.info a, .info a:visited {
  color: black;
  font-weight: normal;
  font-size: 0.9em;
  font-style: italic; }

.info a .name, .info a:visited .name {
  color: #369;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  width: auto; }

.info a:hover, .info a:active {
  text-decoration: none;
  cursor: default; }

.info .name:hover {
  text-decoration: underline;
  cursor: pointer; }

.speaker ul {
  list-style: none;
  margin: 0 0.5em;
  padding: 0;
  clear: both; }
  @media (min-width: 500px) {
    .speaker ul {
      clear: none;
      margin: 0 0 0 128px; } }

.speaker li {
  margin: 0 4px 4px 0; }

.speaker span[class^='color'] {
  width: 16px;
  display: inline-block;
  margin: 0 4px 0 0; }

.speaker span.colorbox {
  display: none; }

img[src$="silhouette.gif"] {
  visibility: hidden;
  width: 100px; }

.speaker a .type, .speaker a:visited .type {
  color: #222; }

.viewday {
  list-style: none;
  padding: 0 0 16px;
  font-size: 12px;
  background-color: #fff;
  border: 1px solid #000;
  border-top: 0;
  position: relative;
  z-index: 2; }
  .viewday li {
    display: inline;
    padding: 0 0.2em; }

.cell {
  padding: 6px; }

.time {
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 3px;
  display: block;
  color: #fff; }

.daypilotcalendar a {
  font-size: 12px;
  font-weight: bold; }

.daypilotcalendar .type {
  padding: 0 3px 0 0;
  display: block; }

.schedule_rowheader {
  background-color: #fff; }

div[id$="SessionListCalendar"] {
  border: 16px solid #fff;
  border-top: none;
  width: auto !important; }

.trackkey, .topmenu, .viewday {
  margin-bottom: 0.5em;
  overflow: hidden;
  background-color: #000; }

.trackkey-items, .viewby, .viewday-days, .cagKey td {
  list-style: none;
  padding: 0;
  font-size: 13px;
  font-weight: bold; }

.topmenu-title, .viewday-title {
  color: #fff;
  display: inline;
  font-family: Helvetica, sans-serif;
  font-size: 12px;
  margin: 0; }

.pContent h3.topmenu-title {
  color: #000; }

.viewby, .viewday-days {
  display: inline; }
  .viewby li, .viewday-days li {
    display: inline-block;
    padding-left: 0.5em; }

.viewday-day a, .viewday-day a:visited {
  color: #87c2ed; }

.viewday-days .selected a, .viewday-days .selected a:visited {
  color: #fff;
  cursor: default; }

.sessionlistcalendar {
  position: relative; }

.sessionlistcalendar-times {
  display: none; }
  .sessionlistcalendar-times span {
    vertical-align: super;
    font-size: .476190476em;
    position: relative;
    left: 2px;
    text-transform: uppercase; }

.sessionlistcalendar-timeslot {
  border-bottom: 1px solid #000;
  padding-right: 4px; }
  .sessionlistcalendar-timeslot:last-of-type {
    border-bottom: none; }

.sessionlistcalendar-events {
  position: relative;
  height: auto !important; }
  .sessionlistcalendar-events span {
    display: block; }

.track h3 {
  margin: 0;
  padding: 16px 20px;
  background-color: #4D4846;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }
  .track h3 a, .track h3 a:visited {
    color: #fff; }
.track a, .track a:visited {
  color: #fff;
  font-weight: bold; }
.track .show, .track .hide {
  background-position: 0 0;
  display: inline-block;
  width: 9px;
  height: 9px;
  position: relative;
  left: -22px; }
.track div {
  margin: 0 0 10px; }
.track .speakers a, .track .speakers a:visited, .track .summary a, .track .summary a:visited {
  color: #016798; }
.track ul {
  background-color: #fff;
  color: #000;
  padding: 16px 0;
  margin: 0 0 4px; }
.track p {
  padding: 0 10px;
  margin: 0 0 2px; }
.track .summary {
  margin: 10px 0 2px; }
.track .type {
  font-weight: bold;
  color: #EEF73D;
  position: relative;
  left: -12px;
  margin-right: -10px; }

.color6 .type {
  color: #333; }

.content {
  padding: 0 20px 10px;
  margin-bottom: 18px;
  color: #fff; }
  .color6 .content, .color9 .content {
    color: #000; }
  .content ul {
    background: transparent;
    left: 0;
    list-style: disc;
    padding: 0 0 0 50px;
    color: #fff; }
    .color6 .content ul, .color9 .content ul {
      color: #000; }

.sessionlistcalendar-time {
  font-size: 0.80em;
  font-weight: bold; }

.sessionlistcalendar-speakers, .sessionlistcalendar-moderators {
  list-style: none;
  padding: 0;
  margin: -20px 0 0;
  font-size: 0.85em; }
  @media (min-width: 550px) {
    .sessionlistcalendar-speakers, .sessionlistcalendar-moderators {
      float: right; } }
  @media (min-width: 768px) {
    .sessionlistcalendar-speakers, .sessionlistcalendar-moderators {
      font-size: 0.9em; } }
  .sessionlistcalendar-speakers a, .sessionlistcalendar-speakers a:visited, .sessionlistcalendar-moderators a, .sessionlistcalendar-moderators a:visited {
    color: #fff;
    font-weight: bold;
    font-size: 0.9em; }
  .sessionlistcalendar-speakers img, .sessionlistcalendar-moderators img {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }

.sessionlistcalendar-speaker, .sessionlistcalendar-moderator {
  margin: 0.5em 0 0 0.5em;
  float: left;
  width: 80px;
  line-height: 1em; }
  @media (min-width: 768px) {
    .sessionlistcalendar-speaker, .sessionlistcalendar-moderator {
      width: 100px; } }
  .sessionlistcalendar-speaker:first-of-type, .sessionlistcalendar-moderator:first-of-type {
    margin-left: 0; }

@media (min-width: 550px) {
  .Multiple-Speakers .sessionlistcalendar-speakers {
    margin-top: 0; } }
@media (min-width: 980px) {
  .Multiple-Speakers .sessionlistcalendar-speakers {
    float: right;
    clear: none; } }

.sessionlistcalendar-speakerphoto img, .sessionlistcalendar-moderatorphoto img {
  max-width: 100%; }

.sessionlistcalendar-speakername {
  position: relative;
  top: 2px; }

.sessionlistcalendar-moderatorname, .sessionlistcalendar-speakertitle, .sessionlistcalendar-speakercompany, .sessionlistcalendar-moderatortitle, .sessionlistcalendar-moderatorcompany, .sessionlistcalendar-sessionnumber, .sessionlistcalendar-field1, .sessionlistcalendar-field2, .sessionlistcalendar-field3, .sessionlistcalendar-field4, .sessionlistcalendar-field5, .sessionlistcalendar-level, .sessionlistcalendar-flags, .sessionlistcalendar-topics, .sessionlistcalendar-moderatedby {
  font-size: 0.75em; }

.sessionlistcalendar-sessionnumber {
  font-weight: bold;
  font-size: 0.70em;
  font-style: italic;
  display: none !important; }

.sessionlistcalendar-moderatorname a {
  font-size: 14px;
  display: block; }

.sessionlistcalendar-level span {
  display: inline-block; }

.sessionlistcalendar-title {
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  margin-right: 10px;
  float: left; }
  @media (min-width: 550px) {
    .sessionlistcalendar-title {
      width: 80%; } }
  @media (min-width: 768px) {
    .sessionlistcalendar-title {
      font-size: 26px; } }
  .sessionlistcalendar-title a, .sessionlistcalendar-title a:visited {
    color: #fff; }

.sessionlistcalendar-summary {
  font-size: 0.75em;
  font-style: italic; }

.agenda-title, .intro h3 {
  color: #fff;
  margin: 1em 0; }

.daycalendar-title {
  margin-bottom: 10px; }

.trackkey-title, .cagKey th {
  margin: 0.2em 0;
  text-align: left; }

.cagKey {
  background-color: #000;
  width: 100%; }
  .cagKey a, .cagKey a:visited {
    color: #fff;
    padding-left: 6px; }
  .cagKey td[class] {
    width: 24px; }
  .cagKey td {
    border: 4px solid #000; }

.fearless-carousel {
  display: none; }

.fearless-container {
  overflow: hidden;
  width: 100%;
  text-align: center;
  background: url(../img/space.jpg) no-repeat 50% 100%;
  padding-bottom: 80px;
  position: relative; }
  .fearless-container h3 {
    margin: 0;
    padding: 40px 20px;
    color: #596066;
    position: relative;
    z-index: 2; }
    .fearless-container h3 a, .fearless-container h3 a:visited {
      color: #596066; }
    @media (min-width: 678px) {
      .fearless-container h3 {
        background: url(../img/pricingswish.png) no-repeat 50% 50%; } }
    .fearless-container h3 span {
      color: #4a3276;
      position: relative;
      z-index: 3; }
  .fearless-container:before {
    content: '';
    background: url(../img/graph.png) repeat 50% 0;
    width: 100%;
    height: 230px;
    display: block;
    position: absolute;
    top: 0;
    left: 0; }

.fearless-inner {
  max-width: 990px;
  margin: 0 auto; }

.fearless-bottom a, .fearless-bottom a:visited {
  color: #fff;
  font-weight: bold;
  position: relative;
  top: 1.5em; }

.specialdivider {
  clear: both;
  height: 56px;
  position: relative;
  z-index: 4; }
  .specialdivider:before {
    content: '';
    background: url(../img/fearlessborder.png) repeat 50% 0;
    width: 100%;
    height: 28px;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0; }

.clearout {
  clear: both;
  height: 20px; }

.authorname {
  display: block;
  color: #fff;
  font-weight: bold; }

/* Default Code Below This Line */
.nbs-flexisel-container {
  position: relative;
  max-width: 100%; }
  .nbs-flexisel-container:after {
    content: '';
    display: table;
    clear: both; }

.nbs-flexisel-ul {
  position: relative;
  width: 9999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center; }

.nbs-flexisel-inner {
  overflow: hidden;
  float: left;
  width: 100%;
  padding-bottom: 10px; }

.nbs-flexisel-item {
  float: left;
  margin: 0px;
  padding: 0px;
  cursor: pointer;
  position: relative;
  line-height: 0px; }

.nbs-flexisel-item img {
  width: 100%;
  cursor: pointer;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
  max-width: 124px;
  max-height: 124px; }

/*** Navigation ***/
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 22px;
  height: 22px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
  opacity: 0.5;
  top: 45% !important; }

.nbs-flexisel-nav-left {
  left: 10px;
  background: url(../img/button-previous.png) no-repeat; }

.nbs-flexisel-nav-right {
  right: 5px;
  background: url(../img/button-next.png) no-repeat; }

.flexslider {
  width: 100%;
  position: relative;
  z-index: 2; }
  .flexslider:after {
    content: '';
    width: 100%;
    background: url(../img/divider.png) repeat-x 50% 0;
    height: 9px;
    display: block;
    position: relative;
    z-index: 3;
    top: -9px; }

.slides {
  padding: 0;
  list-style: none;
  max-width: 600px;
  margin: 0 auto; }
  .slides:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .slides > li {
    display: none; }
  .slides img {
    max-width: 100%;
    display: block; }
  .no-js .slides > li:first-child {
    display: block; }

.sponsorslides .slides > li {
  display: none; }

.sponsors img {
  max-width: 100%;
  display: block; }

.latestnews {
  text-align: center;
  padding: 90px 0 70px;
  background: url(../img/agendaataglancebg.png) repeat center top;
  color: #fff;
  overflow: hidden; }
  .latestnews h3 {
    margin: 0;
    padding: 0 10px 20px; }
    .latestnews h3 img {
      max-width: 100%; }
  .latestnews .deck {
    display: none;
    padding: 20px 20px 0; }
  @media (min-width: 568px) {
    .latestnews .deck.show {
      display: block; } }
  .latestnews ul {
    max-width: 1000px;
    margin: 0 auto; }
  @media (min-width: 568px) {
    .latestnews li {
      display: inline-block;
      margin: 0 8px 8px 0; } }
  .latestnews li img {
    width: 100%;
    opacity: 0.8; }
    @media (min-width: 568px) {
      .latestnews li img {
        width: 183px; }
        .latestnews li img:hover {
          cursor: pointer; } }
  .latestnews li h3 {
    margin: 10px 0 0;
    padding-bottom: 0;
    font-size: 26px;
    line-height: 1; }
    .latestnews li h3 .blue {
      color: #1d76bb; }
      .latestnews li h3 .blue:after {
        content: ' '; }
  .latestnews li h3, .latestnews li .summary {
    padding: 0 10px; }
    @media (min-width: 568px) {
      .latestnews li h3, .latestnews li .summary {
        display: none; } }
  .latestnews li a h3:after {
    content: url(../img/arrow.png);
    position: relative;
    left: 0.25em;
    top: 2px; }
  .latestnews li .active {
    opacity: 1; }
  .latestnews .deck {
    overflow: hidden;
    max-width: 994px;
    margin: 0 auto; }
    .latestnews .deck img {
      margin: 0 0 1em 1em;
      max-width: 100%; }
      @media (min-width: 568px) {
        .latestnews .deck img {
          float: right;
          width: 38.6363636%; } }
    .latestnews .deck .content {
      text-align: left; }
    .latestnews .deck h3 {
      margin: 10px 0 0;
      padding: 0;
      font-size: 30px;
      line-height: 1;
      text-transform: none; }
    .latestnews .deck .blue {
      color: #1d76bb; }
      .latestnews .deck .blue:after {
        content: ' '; }
  .latestnews a, .latestnews a:visited {
    color: #fff; }
    .latestnews a h3:after, .latestnews a:visited h3:after {
      content: url(../img/arrow.png);
      position: relative;
      left: 0.25em;
      top: 2px; }
  .latestnews .latestnews-title:hover, .latestnews .latestnews-title:active {
    color: #ddd; }
    .latestnews .latestnews-title:hover span, .latestnews .latestnews-title:active span {
      color: #3581b5; }
