/* ==========================================================================
/* Libraries, Grid Frameworks, etc
   ========================================================================== */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *  user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

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

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

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

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

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

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

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

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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; }

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

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

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

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

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

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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; }

html {
  box-sizing: border-box; }

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* ==========================================================================
/* Responsive Framework
   ========================================================================== */
.container, .content-wrapper.base {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px;
  position: relative; }
  .container::after, .content-wrapper.base::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    .container, .content-wrapper.base {
      max-width: 990px;
      width: 990px !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .container, .content-wrapper.base {
      max-width: 740px;
      width: 740px !important; } }
  @media screen and (max-width: 640px) {
    .container, .content-wrapper.base {
      max-width: 440px;
      min-width: 300px !important;
      width: 100% !important;
      padding: 0 10px;
      overflow-x: hidden;
      overflow-y: hidden; } }

.no-desktop {
  display: none !important; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    .no-desktop {
      display: inherit !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .no-desktop {
      display: inherit !important; } }
  @media screen and (max-width: 640px) {
    .no-desktop {
      display: inherit !important; } }

@media screen and (min-width: 1024px) and (max-width: 1299px) {
  .no-legacy {
    display: none !important; } }

@media screen and (min-width: 641px) and (max-width: 1023px) {
  .no-legacy {
    display: inherit !important; } }

@media screen and (max-width: 640px) {
  .no-legacy {
    display: inherit !important; } }

@media screen and (min-width: 641px) and (max-width: 1023px) {
  .no-tablet {
    display: none !important; } }

@media screen and (max-width: 640px) {
  .no-tablet {
    display: inherit !important; } }

@media screen and (max-width: 640px) {
  .no-mobile {
    display: none !important; } }

@media screen and (min-width: 641px) and (max-width: 1023px) {
  .no-mobile-and-tablet {
    display: none !important; } }

@media screen and (max-width: 640px) {
  .no-mobile-and-tablet {
    display: none !important; } }

.only-desktop {
  display: inherit !important; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    .only-desktop {
      display: none !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .only-desktop {
      display: none !important; } }
  @media screen and (max-width: 640px) {
    .only-desktop {
      display: none !important; } }

.only-legacy {
  display: none !important; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    .only-legacy {
      display: inherit !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .only-legacy {
      display: none !important; } }
  @media screen and (max-width: 640px) {
    .only-legacy {
      display: none !important; } }

.only-tablet {
  display: none !important; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    .only-tablet {
      display: none !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .only-tablet {
      display: inherit !important; } }
  @media screen and (max-width: 640px) {
    .only-tablet {
      display: none !important; } }

.only-mobile {
  display: none !important; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    .only-mobile {
      display: none !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .only-mobile {
      display: none !important; } }
  @media screen and (max-width: 640px) {
    .only-mobile {
      display: inherit !important; } }

.only-mobile-and-tablet {
  display: none !important; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    .only-mobile-and-tablet {
      display: none !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .only-mobile-and-tablet {
      display: inherit !important; } }
  @media screen and (max-width: 640px) {
    .only-mobile-and-tablet {
      display: inherit !important; } }

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

/* ==========================================================================
/* Typography
   ========================================================================== */
* {
  font-family: Ubuntu, Arial, sans-serif;
  font-style: normal;
  font-weight: 300; }

/* ==========================================================================
/* Base Layouts / Header / Footer / Accessibility
   ========================================================================== */
.content-wrapper {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .content-wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .content-wrapper.base .left-col {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 18.9668588148%;
    padding-bottom: 60px; }
    .content-wrapper.base .left-col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1023px) {
      .content-wrapper.base .left-col {
        display: none; } }
  .content-wrapper.base .body-col {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 78.6754891618%; }
    .content-wrapper.base .body-col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 1023px) {
      .content-wrapper.base .body-col {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-right: 0; }
        .content-wrapper.base .body-col:last-child {
          margin-right: 0; } }

header.layout .language-toggle {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: right; }
  @media screen and (min-width: 1300px) {
    header.layout .language-toggle {
      padding: 0 60px; } }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    header.layout .language-toggle {
      padding: 0px 10px; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    header.layout .language-toggle {
      padding: 0px 10px; } }
  @media screen and (max-width: 640px) {
    header.layout .language-toggle {
      display: none; } }
  header.layout .language-toggle a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    padding-top: 8px; }
    header.layout .language-toggle a:hover {
      text-decoration: underline; }

header.layout #hero-video {
  height: calc( 100vh - 80px);
  min-height: 550px;
  position: relative;
  overflow: hidden; }
  header.layout #hero-video .container, header.layout #hero-video .content-wrapper.base {
    position: static; }
    @media screen and (min-width: 1300px) {
      header.layout #hero-video .container, header.layout #hero-video .content-wrapper.base {
        max-width: 100%;
        width: 100%;
        margin: 0; } }
  @media screen and (min-width: 1024px) {
    header.layout #hero-video {
      min-height: 750px; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    header.layout #hero-video {
      height: 700px; } }
  @media screen and (max-width: 640px) {
    header.layout #hero-video {
      margin-top: 78px;
      height: 400px; } }
  header.layout #hero-video:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    background: url(/new-assets/events/images/tmp/Tri_Mosaic_BG_LfW_1_lores.jpg) no-repeat;
    background-size: cover;
    z-index: 2;
    opacity: 0.8; }
  header.layout #hero-video div.header {
    position: absolute;
    z-index: 5;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }
    @media screen and (min-width: 1024px) {
      header.layout #hero-video div.header {
        transform: translateY(-45%); } }
    @media screen and (max-height: 700px) {
      header.layout #hero-video div.header {
        transform: translateY(-30%); } }
    header.layout #hero-video div.header h1 {
      color: #fff;
      font-size: 56px;
      margin: 0 auto;
      line-height: 1.4em;
      max-width: 80%;
      font-family: Ubuntu;
      font-weight: 300; }
      @media screen and (min-width: 1024px) and (max-width: 1299px) {
        header.layout #hero-video div.header h1 {
          max-width: 90%;
          padding: 0 10px; } }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        header.layout #hero-video div.header h1 {
          max-width: 90%;
          padding: 0;
          font-size: 40px;
          line-height: 1.25em; } }
      @media screen and (max-width: 640px) {
        header.layout #hero-video div.header h1 {
          max-width: 100%;
          padding: 0 10px;
          font-size: 28px; } }
      @media screen and (max-height: 700px) {
        header.layout #hero-video div.header h1 {
          line-height: 1.3em;
          max-width: 66%; } }
    header.layout #hero-video div.header h2 {
      color: #fff; }
    header.layout #hero-video div.header a.video-play {
      display: inline-block;
      margin-top: 30px;
      color: #fff;
      font-weight: normal;
      color: #fff;
      border-radius: 30px;
      width: 60px;
      height: 60px;
      text-align: center;
      border: 2px solid #fff;
      padding: 0; }
      header.layout #hero-video div.header a.video-play i.fa {
        font-size: 35px;
        line-height: 55px;
        padding-left: 7px; }
      header.layout #hero-video div.header a.video-play:hover {
        color: #000;
        opacity: 0.5; }
  header.layout #hero-video div.social {
    position: absolute;
    z-index: 5;
    bottom: 60px;
    right: 60px; }
    @media screen and (max-width: 1023px) {
      header.layout #hero-video div.social {
        display: none; } }
    header.layout #hero-video div.social ul {
      margin: 0;
      padding: 0;
      list-style: none outside; }
      header.layout #hero-video div.social ul li {
        margin: 0 0 10px 0;
        padding: 0;
        text-align: center; }
        header.layout #hero-video div.social ul li a {
          display: block;
          color: #fff;
          font-size: 35px;
          height: 60px;
          width: 60px;
          line-height: 60px;
          border: 2px solid #fff; }

header.layout div.logo-and-date {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
  color: #fff;
  padding-top: 30px; }
  header.layout div.logo-and-date::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1300px) {
    header.layout div.logo-and-date {
      padding: 60px; } }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    header.layout div.logo-and-date {
      padding: 40px 10px; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    header.layout div.logo-and-date {
      padding: 30px 10px; } }
  header.layout div.logo-and-date a {
    color: #fff;
    text-decoration: none; }
  header.layout div.logo-and-date div.logo {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
    text-align: left; }
    header.layout div.logo-and-date div.logo:last-child {
      margin-right: 0; }
    header.layout div.logo-and-date div.logo img {
      max-height: 60px; }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      header.layout div.logo-and-date div.logo {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 48.8211739883%;
        padding-top: 15px; }
        header.layout div.logo-and-date div.logo:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      header.layout div.logo-and-date div.logo {
        padding-top: 15px;
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 44.5562718207%; }
        header.layout div.logo-and-date div.logo:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      header.layout div.logo-and-date div.logo {
        display: none; } }
  header.layout div.logo-and-date div.date {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 21.0993098986%;
    text-align: right;
    padding-top: 15px;
    float: right; }
    header.layout div.logo-and-date div.date:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      header.layout div.logo-and-date div.date {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 23.2317609825%;
        float: right;
        padding-top: 20px; }
        header.layout div.logo-and-date div.date:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      header.layout div.logo-and-date div.date {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 36.0264674854%;
        float: right; }
        header.layout div.logo-and-date div.date:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      header.layout div.logo-and-date div.date {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        text-align: left;
        padding-top: 0;
        margin-top: 0px;
        padding-left: 9px; }
        header.layout div.logo-and-date div.date:last-child {
          margin-right: 0; } }
    header.layout div.logo-and-date div.date span {
      display: block;
      font-family: 'Ubuntu', sans-serif; }
      header.layout div.logo-and-date div.date span.city {
        font-size: 36px;
        line-height: 1em;
        font-weight: 700;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) and (max-width: 1299px) {
          header.layout div.logo-and-date div.date span.city {
            font-size: 28px; } }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          header.layout div.logo-and-date div.date span.city {
            font-size: 28px; } }
        @media screen and (max-width: 640px) {
          header.layout div.logo-and-date div.date span.city {
            font-size: 18px;
            display: inline-block; } }
      header.layout div.logo-and-date div.date span.date {
        margin-top: 5px;
        line-height: 1em;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase; }
        @media screen and (min-width: 1024px) and (max-width: 1299px) {
          header.layout div.logo-and-date div.date span.date {
            font-size: 16px; } }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          header.layout div.logo-and-date div.date span.date {
            font-size: 16px; } }
        @media screen and (max-width: 640px) {
          header.layout div.logo-and-date div.date span.date {
            font-size: 13px;
            display: inline-block;
            float: right;
            padding-right: 11px;
            text-transform: none;
            font-weight: 500; } }
  header.layout div.logo-and-date div.cta {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 21.0993098986%;
    text-align: right;
    padding-top: 15px;
    width: auto;
    float: right;
    padding-left: 30px;
    margin-left: 30px;
    position: relative;
    margin-right: 0; }
    header.layout div.logo-and-date div.cta:last-child {
      margin-right: 0; }
    header.layout div.logo-and-date div.cta:before {
      content: ' ';
      position: absolute;
      left: 0;
      border-left: 1px solid #fff;
      height: 60px; }
      @media screen and (min-width: 1024px) and (max-width: 1299px) {
        header.layout div.logo-and-date div.cta:before {
          height: 52px; } }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        header.layout div.logo-and-date div.cta:before {
          height: 52px; } }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      header.layout div.logo-and-date div.cta {
        padding-left: 20px;
        margin-left: 20px;
        padding-top: 20px; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      header.layout div.logo-and-date div.cta {
        padding-left: 20px;
        margin-left: 20px; } }
    @media screen and (max-width: 640px) {
      header.layout div.logo-and-date div.cta {
        display: none; } }
    header.layout div.logo-and-date div.cta a {
      display: inline-block;
      color: #fff;
      margin-top: 1px;
      line-height: 1em;
      font-size: 24px;
      font-weight: 700;
      border: 2px solid #fff;
      padding: 15px;
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) and (max-width: 1299px) {
        header.layout div.logo-and-date div.cta a {
          font-size: 20px;
          padding: 13px; } }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        header.layout div.logo-and-date div.cta a.button {
          display: none; } }
      @media screen and (max-width: 640px) {
        header.layout div.logo-and-date div.cta a.button {
          display: none; } }
      header.layout div.logo-and-date div.cta a.button:hover {
        background: rgba(0, 0, 0, 0.3); }
      header.layout div.logo-and-date div.cta a.nav-icon {
        display: none; }
        @media screen and (max-width: 1023px) {
          header.layout div.logo-and-date div.cta a.nav-icon {
            padding-top: 12px;
            display: inline-block;
            font-size: 20px;
            color: #fff;
            width: 50px;
            height: 50px; } }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          header.layout div.logo-and-date div.cta a.nav-icon {
            padding-left: 10px; } }

@media screen and (max-width: 640px) {
  header.layout.short {
    margin-top: 78px; } }

header.layout.short div.header {
  min-height: 200px;
  overflow: hidden;
  background: url(/new-assets/events/images/tmp/Tri_Mosaic_BG_LfW_1.jpg) no-repeat;
  position: relative;
  z-index: 5;
  text-align: center;
  position: relative;
  background-size: cover; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    header.layout.short div.header {
      min-height: 160px; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    header.layout.short div.header {
      min-height: 160px; } }
  @media screen and (max-width: 640px) {
    header.layout.short div.header {
      min-height: 80px; } }
  header.layout.short div.header:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: ' ';
    background-size: cover;
    z-index: 2;
    opacity: 0.8; }

header.layout div.navigation {
  border-bottom: 1px solid #ccc;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 640px) {
    header.layout div.navigation {
      position: fixed;
      width: 100%;
      height: 78px;
      background: #fff;
      top: 0; } }
  header.layout div.navigation.sticky {
    position: fixed;
    background: #fff;
    z-index: 500;
    top: 0px;
    margin-top: 0px;
    left: 0px;
    width: 0;
    display: block;
    opacity: 0; }
    @media screen and (max-width: 640px) {
      header.layout div.navigation.sticky {
        background: #633582; }
        header.layout div.navigation.sticky img {
          max-height: 53px; } }
    header.layout div.navigation.sticky.visible {
      width: 100%;
      opacity: 1; }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        header.layout div.navigation.sticky.visible {
          min-width: 768px; } }
      header.layout div.navigation.sticky.visible .logo {
        left: 20px; }
      header.layout div.navigation.sticky.visible .register {
        right: 20px; }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          header.layout div.navigation.sticky.visible .register {
            right: 80px; } }
      header.layout div.navigation.sticky.visible .nav-icon {
        right: 20px; }
      header.layout div.navigation.sticky.visible nav {
        text-align: right; }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          header.layout div.navigation.sticky.visible nav {
            opacity: 0; } }
        @media screen and (max-width: 640px) {
          header.layout div.navigation.sticky.visible nav {
            display: none; } }
        @media screen and (min-width: 1024px) {
          header.layout div.navigation.sticky.visible nav ul {
            margin-right: 170px; } }
        @media screen and (min-width: 1300px) {
          header.layout div.navigation.sticky.visible nav ul li a {
            padding: 43px 15px 16px; } }
        @media screen and (min-width: 1024px) and (max-width: 1299px) {
          header.layout div.navigation.sticky.visible nav ul li a {
            padding: 43px 6px 16px; } }
  header.layout div.navigation .logo {
    display: block;
    position: absolute;
    top: 15px;
    left: -400px;
    transition: all 0.5s ease-in-out 0.1s; }
    @media screen and (max-width: 640px) {
      header.layout div.navigation .logo {
        left: 10px !important; } }
  header.layout div.navigation .register {
    position: absolute;
    display: inline-block;
    top: 22px;
    right: -300px;
    transition: all 0.3s ease-in-out, right 0.5s ease-in-out 0.1s;
    color: #7c439a;
    margin-top: 1px;
    line-height: 1em;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #7c439a;
    padding: 12px;
    text-transform: uppercase;
    text-decoration: none; }
    header.layout div.navigation .register:hover {
      color: #fff;
      background: #a47db8; }
    @media screen and (max-width: 640px) {
      header.layout div.navigation .register {
        display: none; } }
  header.layout div.navigation .nav-icon {
    position: absolute;
    display: inline-block;
    top: 22px;
    right: -300px;
    transition: all 0.5s ease-in-out 0.1s;
    color: #fff;
    margin-top: 1px;
    line-height: 1em;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #fff;
    padding: 12px;
    text-transform: uppercase;
    text-decoration: none; }
    @media screen and (max-width: 640px) {
      header.layout div.navigation .nav-icon {
        right: 10px !important; } }
    @media screen and (min-width: 1024px) {
      header.layout div.navigation .nav-icon {
        display: none; } }
    header.layout div.navigation .nav-icon:hover {
      color: #a47db8;
      border-color: #a47db8; }
  header.layout div.navigation nav {
    text-align: center; }
    @media screen and (max-width: 640px) {
      header.layout div.navigation nav {
        display: none; } }
    header.layout div.navigation nav ul {
      margin: 0;
      padding: 0;
      list-style: none outside; }
      @media screen and (min-width: 1024px) and (max-width: 1299px) {
        header.layout div.navigation nav ul {
          margin-right: -80px; } }
      header.layout div.navigation nav ul li {
        display: inline-block;
        margin: 0;
        padding: 0; }
        header.layout div.navigation nav ul li a {
          display: block;
          padding: 30px 15px;
          font-size: 20px;
          text-transform: uppercase;
          text-decoration: none;
          color: #7c439a; }
          header.layout div.navigation nav ul li a:hover {
            color: #555; }
          @media screen and (min-width: 1024px) and (max-width: 1299px) {
            header.layout div.navigation nav ul li a {
              font-size: 18px;
              padding: 30px 10px; } }

div.mobile-navigation {
  position: fixed;
  top: 0;
  left: -350px;
  width: 250px;
  height: 100%;
  background: #7c439a;
  padding: 0 0 0 0;
  z-index: 900;
  text-align: left;
  border-right: 1px solid #000;
  overflow-y: auto;
  overflow-x: hidden;
  height: 100vh; }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    div.mobile-navigation {
      left: -351px;
      width: 350px; } }
  div.mobile-navigation img.stacked-logo {
    padding: 30px 25px 0 15px; }
  div.mobile-navigation .slideout-menu-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    padding: 6px 9px 5px;
    line-height: 1em;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    font-size: 22px; }
  div.mobile-navigation ul.mobile {
    margin: 10px 0 0 0;
    padding: 0;
    list-style: none outside none; }
    div.mobile-navigation ul.mobile > li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #5f3476;
      display: block;
      font-size: 16px;
      position: relative; }
      div.mobile-navigation ul.mobile > li.mobile-open em .fa-plus:before {
        content: "\f068"; }
      div.mobile-navigation ul.mobile > li.current-menu-ancestor > a, div.mobile-navigation ul.mobile > li.current-menu-item > a {
        background: #8a4bac;
        position: relative; }
      div.mobile-navigation ul.mobile > li > a {
        display: block;
        padding: 11px 40px 11px 16px;
        color: #fff;
        font-size: 18px;
        line-height: 1em;
        font-weight: 400;
        text-decoration: none;
        background: #7c439a;
        position: relative;
        text-transform: uppercase; }
        div.mobile-navigation ul.mobile > li > a span {
          font-weight: 400;
          display: block; }
        div.mobile-navigation ul.mobile > li > a.mobile-open, div.mobile-navigation ul.mobile > li > a:hover {
          background: #8a4bac;
          color: #fff; }
      div.mobile-navigation ul.mobile > li em {
        top: 0;
        right: 0px;
        position: absolute;
        display: block;
        height: 40px;
        width: 40px;
        padding: 12px 13px;
        color: #fff;
        font-weight: 300;
        background: #1b75bb;
        text-align: center;
        font-size: 15px;
        line-height: 1em;
        z-index: 30;
        cursor: pointer; }
        div.mobile-navigation ul.mobile > li em:hover {
          background-color: #2990e0; }
      div.mobile-navigation ul.mobile > li ul {
        display: none;
        margin: 0;
        padding: 0;
        list-style: none outside none; }
        div.mobile-navigation ul.mobile > li ul li a {
          display: block;
          padding: 12px 16px 12px 28px;
          color: #fff;
          font-weight: 400;
          text-decoration: none;
          background: #6e3b88;
          position: relative;
          text-transform: uppercase;
          font-size: 14px; }
          div.mobile-navigation ul.mobile > li ul li a:before {
            content: '-';
            left: 16px;
            top: 12px;
            color: #fff;
            font-size: 16px;
            position: absolute; }
          div.mobile-navigation ul.mobile > li ul li a span {
            font-weight: 400; }
          div.mobile-navigation ul.mobile > li ul li a:hover {
            background: #5f3476; }
        div.mobile-navigation ul.mobile > li ul li ul li a {
          font-size: 13px;
          display: block;
          padding: 10px 15px 10px 20px;
          color: #222;
          font-weight: 300;
          text-decoration: none;
          background: #2990e0;
          position: relative; }
          div.mobile-navigation ul.mobile > li ul li ul li a span {
            font-weight: 300; }

#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  z-index: 50;
  display: none; }
  @media screen and (min-width: 1300px) {
    #overlay {
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      z-index: -1; } }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    #overlay {
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0;
      z-index: -1; } }

section.pre-footer h3 {
  margin: 0 0 30px 0;
  text-transform: uppercase;
  color: #fff;
  font-weight: normal;
  font-size: 42px;
  letter-spacing: -1px; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    section.pre-footer h3 {
      font-size: 33px;
      margin-bottom: 16px; } }

section.pre-footer p {
  margin: 0;
  line-height: 1.4em;
  font-size: 20px;
  color: #fff;
  height: 90px; }
  body.fre section.pre-footer p {
    line-height: 1.2em;
    font-size: 16px; }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      body.fre section.pre-footer p {
        line-height: 1.3em;
        font-size: 13px; } }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    section.pre-footer p {
      font-size: 15px;
      height: 40px; } }

section.pre-footer a.button {
  display: inline-block;
  color: #fff;
  margin-top: 20px;
  line-height: 1em;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #fff;
  padding: 12px;
  text-transform: uppercase;
  text-decoration: none; }

section.pre-footer .panel-wrapper {
  width: 100%;
  padding-bottom: 24%;
  position: relative; }

section.pre-footer .panels {
  line-height: 0;
  font-size: 0px;
  position: relative;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
  section.pre-footer .panels .panel {
    float: left;
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 17px;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    width: 50%;
    height: 100%;
    position: relative;
    overflow: hidden; }
    section.pre-footer .panels .panel:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: inherit;
      z-index: 2;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-color: #FFF;
      background-blend-mode: luminosity, normal; }
    section.pre-footer .panels .panel:after {
      position: absolute;
      content: " ";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 3; }
    section.pre-footer .panels .panel .text {
      margin: 0 auto;
      width: 340px;
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      z-index: 10; }
      @media screen and (min-width: 1024px) and (max-width: 1299px) {
        section.pre-footer .panels .panel .text {
          width: 280px; } }
    section.pre-footer .panels .panel.panel-1:before {
      background-image: url(/new-assets/events/images/bgs/bg_image_left.leadership-women.jpg); }
    section.pre-footer .panels .panel.panel-1:after {
      background: #000;
      background: rgba(147, 96, 166, 0.8); }
    section.pre-footer .panels .panel.panel-1:hover:after {
      background: #000;
      background: rgba(147, 96, 166, 0.7); }
    section.pre-footer .panels .panel.panel-1 .text {
      left: -130px; }
      @media (min-width: 1600px) {
        section.pre-footer .panels .panel.panel-1 .text {
          left: -160px; } }
      @media screen and (min-width: 1024px) and (max-width: 1299px) {
        section.pre-footer .panels .panel.panel-1 .text {
          left: -100px; } }
    @media screen and (min-width: 1024px) {
      section.pre-footer .panels .panel.panel-2 {
        position: absolute;
        width: 37%;
        left: 30%;
        top: 0;
        transform: skewX(-30deg);
        border-left: 35px solid #fff;
        border-right: 35px solid #fff;
        z-index: 10; } }
    @media (min-width: 1600px) {
      section.pre-footer .panels .panel.panel-2 {
        border-width: 45px; } }
    section.pre-footer .panels .panel.panel-2:before {
      background-image: url(/new-assets/events/images/bgs/bg_image_centre.leadership-women.jpg); }
      @media screen and (min-width: 1024px) {
        section.pre-footer .panels .panel.panel-2:before {
          left: -25%;
          width: 150%;
          transform: skewX(30deg); } }
    section.pre-footer .panels .panel.panel-2:after {
      background: #000;
      background: rgba(99, 53, 130, 0.8); }
    section.pre-footer .panels .panel.panel-2:hover:after {
      background: #000;
      background: rgba(99, 53, 130, 0.7); }
    @media screen and (min-width: 1024px) {
      section.pre-footer .panels .panel.panel-2 .text {
        z-index: 15;
        transform: skewX(30deg) translateY(-50%);
        right: -50px; } }
    @media (min-width: 1600px) {
      section.pre-footer .panels .panel.panel-2 .text {
        right: -50px; } }
    section.pre-footer .panels .panel.panel-3:before {
      background-image: url(/new-assets/events/images/bgs/bg_image_right.leadership-women.jpg); }
    section.pre-footer .panels .panel.panel-3:after {
      background: #000;
      background: rgba(78, 38, 103, 0.8); }
    section.pre-footer .panels .panel.panel-3:hover:after {
      background: #000;
      background: rgba(78, 38, 103, 0.7); }
    section.pre-footer .panels .panel.panel-3 .text {
      right: -130px; }
      @media (min-width: 1600px) {
        section.pre-footer .panels .panel.panel-3 .text {
          right: -160px; } }
      @media screen and (min-width: 1024px) and (max-width: 1299px) {
        section.pre-footer .panels .panel.panel-3 .text {
          right: -100px; } }

@media screen and (max-width: 1023px) {
  section.pre-footer .panel-wrapper {
    padding-bottom: 0px; }
  section.pre-footer .panels {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    position: relative; }
    section.pre-footer .panels::after {
      clear: both;
      content: "";
      display: block; }
    section.pre-footer .panels .panel {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 100%;
      margin-right: 0;
      height: auto;
      border-bottom: 5px solid #fff; }
      section.pre-footer .panels .panel:last-child {
        margin-right: 0; }
      section.pre-footer .panels .panel .text {
        margin: 0;
        padding: 40px 20px;
        text-align: center;
        left: inherit !important;
        right: inherit !important;
        top: inherit !important;
        transform: translateY(0%) !important;
        position: relative;
        width: 100%; } }
      @media screen and (max-width: 1023px) and (max-width: 640px) {
        section.pre-footer .panels .panel .text {
          padding: 30px 10px; } }

@media screen and (max-width: 1023px) {
        section.pre-footer .panels .panel .text p {
          height: auto !important;
          font-size: 18px; } }

footer.layout {
  margin-top: 45px; }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    footer.layout {
      margin-top: 30px; } }
  @media screen and (max-width: 1023px) {
    footer.layout {
      margin-top: 0px; } }
  footer.layout .social-band {
    background: #4e2667;
    padding: 12px 0;
    text-align: center;
    color: #fff;
    font-size: 30px;
    line-height: 45px; }
    footer.layout .social-band a {
      color: #fff;
      text-decoration: none; }
      footer.layout .social-band a:hover {
        color: #a47db8; }
    footer.layout .social-band em {
      font-style: normal;
      color: #81479c;
      font-weight: 300;
      display: inline-block;
      margin-right: 20px; }
    footer.layout .social-band ul {
      margin: 0 0 0 20px;
      padding: 0;
      list-style: none outside;
      display: inline-block;
      position: relative;
      top: -2px; }
      footer.layout .social-band ul li {
        margin: 0 10px 0 0;
        padding: 0;
        text-align: center;
        display: inline-block; }
        footer.layout .social-band ul li a {
          display: block;
          color: #fff;
          font-size: 20px;
          height: 30px;
          width: 30px;
          line-height: 30px;
          border: 1px solid #fff; }
  footer.layout .lower {
    background: url(/new-assets/events/images/tmp/Tri_Mosaic_BG_LfW_1.jpg) no-repeat;
    background-size: cover;
    min-height: 300px;
    padding: 30px 0; }
    @media screen and (min-width: 1300px) {
      footer.layout .lower .container, footer.layout .lower .content-wrapper.base {
        padding: 0 160px; } }
    footer.layout .lower h6 {
      font-weight: bold;
      text-transform: uppercase;
      color: #fff;
      font-size: 14px;
      margin: 0 0 8px 0; }
      footer.layout .lower h6 sup {
        text-transform: lowercase;
        font-size: 9px;
        vertical-align: 0px;
        padding-left: 1px; }
    footer.layout .lower a.button {
      display: inline-block;
      color: #fff;
      line-height: 1em;
      font-size: 15px;
      font-weight: 700;
      border: 2px solid #fff;
      padding: 10px;
      text-transform: uppercase;
      text-decoration: none; }
      footer.layout .lower a.button:hover {
        background: rgba(0, 0, 0, 0.2); }
    footer.layout .lower .event {
      display: block;
      color: #fff;
      font-size: 16px;
      line-height: 1.3em;
      margin-bottom: 30px; }
    footer.layout .lower .phone {
      display: block;
      color: #fff;
      font-size: 30px; }
    footer.layout .lower .address {
      display: block;
      color: #fff;
      font-size: 18px;
      line-height: 1.3em;
      margin-top: 20px; }
    footer.layout .lower .email {
      display: block;
      font-size: 18px;
      line-height: 1.3em;
      margin-bottom: 10px; }
      footer.layout .lower .email a {
        color: #fff;
        text-decoration: none; }
        footer.layout .lower .email a:hover {
          text-decoration: underline; }
    footer.layout .lower p {
      color: #fff;
      font-size: 18px;
      line-height: 1.4em; }
    footer.layout .lower .info {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 57.3509783236%; }
      footer.layout .lower .info:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        footer.layout .lower .info {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%; }
          footer.layout .lower .info:last-child {
            margin-right: 0; } }
    footer.layout .lower .newsletter {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 40.291369653%; }
      footer.layout .lower .newsletter:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        footer.layout .lower .newsletter {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-top: 50px; }
          footer.layout .lower .newsletter:last-child {
            margin-right: 0; } }
      footer.layout .lower .newsletter input[type=text], footer.layout .lower .newsletter input[type=email] {
        border: 0;
        background: #fff;
        padding: 10px;
        font-size: 14px;
        color: #555;
        width: 100%; }
      footer.layout .lower .newsletter p {
        margin-top: 0; }
      footer.layout .lower .newsletter .button-wrapper {
        text-align: right; }
      footer.layout .lower .newsletter a.button {
        display: inline-block;
        color: #fff;
        line-height: 1em;
        font-size: 15px;
        font-weight: 700;
        border: 2px solid #fff;
        padding: 10px;
        text-transform: uppercase;
        text-decoration: none; }
        footer.layout .lower .newsletter a.button:hover {
          background: rgba(0, 0, 0, 0.2); }
      footer.layout .lower .newsletter .input-wrapper {
        margin-bottom: 15px; }
  footer.layout .legal {
    background: #444849;
    padding: 12px 0;
    color: #878b8c;
    font-size: 12px; }
    @media screen and (min-width: 1300px) {
      footer.layout .legal .container, footer.layout .legal .content-wrapper.base {
        padding: 0 160px; } }
    footer.layout .legal a {
      color: #878b8c;
      text-decoration: none;
      display: inline-block;
      margin-left: 20px; }

.screen-reader-text {
  display: none; }

/* ==========================================================================
/* Individual Page Layouts
   ========================================================================== */
main.home h2 {
  color: #7c439a;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.4em;
  font-family: Ubuntu;
  max-width: 900px;
  margin: 50px auto; }
  @media screen and (max-width: 640px) {
    main.home h2 {
      font-size: 28px; } }

main.home section.speaker-accordian {
  margin-bottom: 80px; }
  main.home section.speaker-accordian h2 {
    text-align: center;
    font-family: Ubuntu; }
    @media screen and (max-width: 640px) {
      main.home section.speaker-accordian h2 {
        font-size: 28px; } }
  @media screen and (min-width: 1024px) {
    main.home section.speaker-accordian .container, main.home section.speaker-accordian .content-wrapper.base {
      max-width: 100% !important;
      width: 100% !important;
      margin: 0; } }
  main.home section.speaker-accordian .accordion {
    width: 100%;
    max-width: 100%;
    margin: 50px auto; }
    @media screen and (min-width: 1024px) {
      main.home section.speaker-accordian .accordion {
        height: 600px;
        overflow: hidden; } }
    main.home section.speaker-accordian .accordion ul.speaker-list {
      width: 100%;
      margin: 0;
      padding: 0; }
      @media screen and (max-width: 1023px) {
        main.home section.speaker-accordian .accordion ul.speaker-list {
          display: block; } }
      @media screen and (min-width: 1024px) {
        main.home section.speaker-accordian .accordion ul.speaker-list {
          display: table;
          table-layout: fixed; }
          main.home section.speaker-accordian .accordion ul.speaker-list.list-5 > li {
            width: 20%; }
          main.home section.speaker-accordian .accordion ul.speaker-list.list-6 > li {
            width: 16.666%; }
          main.home section.speaker-accordian .accordion ul.speaker-list:hover.list-5 > li {
            width: 7.5%; }
          main.home section.speaker-accordian .accordion ul.speaker-list:hover.list-6 > li {
            width: 6%; }
          main.home section.speaker-accordian .accordion ul.speaker-list:hover > li:hover {
            width: 70%; } }
      @media screen and (min-width: 1024px) {
        main.home section.speaker-accordian .accordion ul.speaker-list > li {
          display: table-cell;
          vertical-align: top;
          position: relative;
          height: 600px;
          background-repeat: no-repeat;
          background-position: center center;
          transition: all 500ms ease-in-out;
          background-size: cover; } }
      @media screen and (max-width: 1023px) {
        main.home section.speaker-accordian .accordion ul.speaker-list > li {
          display: block;
          width: 100%; } }
  main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: url(/new-assets/events/images/tmp/Tri_Mosaic_BG1e_lores.jpg) no-repeat;
    background-size: cover;
    position: relative; }
    main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker:before {
      position: absolute;
      height: 100%;
      width: 100%;
      content: ' '; }
    @media screen and (max-width: 1023px) {
      main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; }
        main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker::after {
          clear: both;
          content: "";
          display: block; } }
  main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    float: left;
    transition: all 500ms ease-in-out;
    position: relative;
    z-index: 100;
    max-width: 100%; }
    @media screen and (max-width: 1023px) {
      main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image {
        height: 300px;
        display: block;
        float: none; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image {
        height: 400px; } }
    main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image div.name {
      position: absolute;
      right: 0;
      bottom: 20px;
      padding: 5px 20px 0 0;
      width: 70%;
      height: 84px;
      text-align: right;
      display: flex;
      transition: all 100ms ease-in-out;
      align-items: center; }
      @media screen and (min-width: 1024px) and (max-width: 1299px) {
        main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image div.name {
          height: 64px;
          width: 75%;
          padding-top: 10px; } }
      main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image div.name h2 {
        width: 100%;
        line-height: 1em;
        font-size: 25px;
        letter-spacing: -1px;
        text-align: right; }
        @media screen and (min-width: 1024px) and (max-width: 1299px) {
          main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image div.name h2 {
            font-size: 21px;
            letter-spacing: -0.05em; } }
      @media screen and (max-width: 1023px) {
        main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image div.name {
          display: none; } }
      main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image div.name em {
        color: #fff;
        font-size: 22px;
        display: inline-block;
        padding-top: 8px;
        line-height: 1em;
        letter-spacing: -1px;
        font-style: normal;
        font-weight: 300;
        font-family: 'Ubuntu Condensed', sans-serif;
        position: relative; }
        @media screen and (min-width: 1024px) and (max-width: 1299px) {
          main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image div.name em {
            font-size: 16px;
            padding-top: 0px; } }
      main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image div.name:before {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 84px 44px;
        position: absolute;
        left: -44px;
        top: 0;
        content: ' '; }
        @media screen and (min-width: 1024px) and (max-width: 1299px) {
          main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.image div.name:before {
            border-width: 0 0 64px 24px;
            left: -24px; } }
  main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.text {
    font-family: Ubuntu, sans-serif;
    position: relative;
    z-index: 10; }
    @media screen and (min-width: 1024px) {
      main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.text {
        position: absolute;
        left: calc( 37% + 30px);
        top: 30px;
        z-index: 10;
        opacity: 0;
        transition: all 50ms ease-in-out;
        padding-right: 30px; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.text {
        padding: 40px; } }
    @media screen and (max-width: 640px) {
      main.home section.speaker-accordian .accordion ul.speaker-list > li div.speaker div.text {
        padding: 20px; } }
  @media screen and (min-width: 1024px) {
    main.home section.speaker-accordian .accordion ul.speaker-list > li:hover div.speaker div.image {
      max-width: 37%;
      width: 37%;
      position: relative; }
      main.home section.speaker-accordian .accordion ul.speaker-list > li:hover div.speaker div.image div.name {
        opacity: 0; }
    main.home section.speaker-accordian .accordion ul.speaker-list:hover > li:hover div.speaker div.text {
      opacity: 1;
      transition: all 500ms ease-in-out 400ms; } }
  main.home section.speaker-accordian .accordion h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 2px;
    color: #fff;
    margin-top: 0;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: left;
    margin-left: 0 !important;
    line-height: 1.2em; }
    @media screen and (max-width: 640px) {
      main.home section.speaker-accordian .accordion h2 {
        font-size: 28px; } }
  main.home section.speaker-accordian em.title {
    color: #fff;
    font-size: 22px;
    display: block;
    line-height: 1em;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 300;
    font-family: 'Ubuntu Condensed', sans-serif;
    position: relative; }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      main.home section.speaker-accordian em.title {
        font-size: 16px; } }
  main.home section.speaker-accordian h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-style: italic;
    line-height: 1.3em;
    font-family: Lora, serif; }
    @media screen and (min-width: 1300px) {
      main.home section.speaker-accordian h3 {
        max-width: 70%; } }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      main.home section.speaker-accordian h3 {
        font-size: 21px;
        line-height: 1.2em; } }
  main.home section.speaker-accordian h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    margin: -2px 0 15px 0; }
  main.home section.speaker-accordian p {
    font-size: 15px;
    line-height: 1.3em;
    color: #fff;
    font-weight: normal; }
  main.home section.speaker-accordian div.summary {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    margin-top: 30px;
    border-top: 1px solid #fff; }
    main.home section.speaker-accordian div.summary::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      main.home section.speaker-accordian div.summary {
        padding-top: 15px;
        margin-top: 10px; } }
    main.home section.speaker-accordian div.summary div.book {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 18.9668588148%; }
      main.home section.speaker-accordian div.summary div.book:last-child {
        margin-right: 0; }
    main.home section.speaker-accordian div.summary div.desc {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 78.6754891618%; }
      main.home section.speaker-accordian div.summary div.desc:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1300px) {
        main.home section.speaker-accordian div.summary div.desc {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 57.3509783236%; }
          main.home section.speaker-accordian div.summary div.desc:last-child {
            margin-right: 0; } }
      main.home section.speaker-accordian div.summary div.desc.full {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 91.4701956647%; }
        main.home section.speaker-accordian div.summary div.desc.full:last-child {
          margin-right: 0; }
      main.home section.speaker-accordian div.summary div.desc p, main.home section.speaker-accordian div.summary div.desc li {
        font-size: 15px;
        line-height: 1.3em;
        color: #fff;
        font-weight: normal;
        margin-top: 0; }
      main.home section.speaker-accordian div.summary div.desc li {
        font-size: 16px;
        margin-bottom: 12px; }
  main.home section.speaker-accordian .read-more {
    position: absolute;
    display: inline-block;
    color: #fff;
    margin-top: 10px;
    line-height: 1em;
    font-size: 15px;
    font-weight: 700;
    border: 2px solid #fff;
    padding: 0px;
    text-align: center;
    line-height: 28px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    text-transform: uppercase;
    text-decoration: none;
    right: 30px;
    bottom: 30px;
    z-index: 11; }
    @media screen and (max-width: 640px) {
      main.home section.speaker-accordian .read-more {
        right: 10px;
        bottom: 10px; } }
    main.home section.speaker-accordian .read-more:hover {
      background: rgba(0, 0, 0, 0.2); }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-0 div.speaker:before {
    background: #000;
    background: rgba(64, 31, 84, 0.8); }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-1 div.speaker:before {
    background: #000;
    background: rgba(78, 38, 103, 0.8); }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-2 div.speaker:before {
    background: #000;
    background: rgba(99, 53, 130, 0.8); }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-3 div.speaker:before {
    background: #000;
    background: rgba(124, 67, 154, 0.8); }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-4 div.speaker:before {
    background: #000;
    background: rgba(147, 96, 166, 0.8); }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-5 div.speaker:before {
    background: #000;
    background: rgba(164, 125, 184, 0.8); }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-6 div.speaker:before {
    background-color: rgba(47, 113, 156, 0.75); }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-0 div.image div.name {
    background-color: #401f54; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-1 div.image div.name {
    background-color: #4e2667; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-2 div.image div.name {
    background-color: #633582; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-3 div.image div.name {
    background-color: #7c439a; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-4 div.image div.name {
    background-color: #9360a6; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-5 div.image div.name {
    background-color: #a47db8; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-6 div.image div.name {
    background-color: #633582; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-0 div.image div.name:before {
    border-color: transparent transparent #401f54 transparent; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-1 div.image div.name:before {
    border-color: transparent transparent #4e2667 transparent; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-2 div.image div.name:before {
    border-color: transparent transparent #633582 transparent; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-3 div.image div.name:before {
    border-color: transparent transparent #7c439a transparent; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-4 div.image div.name:before {
    border-color: transparent transparent #9360a6 transparent; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-5 div.image div.name:before {
    border-color: transparent transparent #a47db8 transparent; }
  main.home section.speaker-accordian .accordion ul.speaker-list > li.speaker-6 div.image div.name:before {
    border-color: transparent transparent #633582 transparent; }
  @media screen and (min-width: 1024px) {
    main.home section.speaker-accordian .accordion ul.speaker-list:hover > li:not(:hover) {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: gray; }
    main.home section.speaker-accordian .accordion ul.speaker-list > li:hover div.speaker div.name,
    main.home section.speaker-accordian .accordion ul.speaker-list > li:hover div.speaker p {
      opacity: 1; } }

main.home section.intro {
  margin: 30px 0 80px; }
  @media screen and (max-width: 640px) {
    main.home section.intro {
      margin-bottom: 30px; } }
  main.home section.intro h2 {
    text-align: center;
    font-family: Ubuntu; }
    @media screen and (max-width: 640px) {
      main.home section.intro h2 {
        font-size: 28px; } }
  main.home section.intro p {
    font-size: 18px;
    color: #54585a;
    font-weight: 300;
    line-height: 1.4em;
    margin-top: 0;
    font-family: Ubuntu; }
    @media screen and (min-width: 1300px) {
      main.home section.intro p {
        padding-left: 100px; } }
    main.home section.intro p.lead {
      font-size: 30px; }
      @media screen and (min-width: 1300px) {
        main.home section.intro p.lead {
          padding-left: 100px; } }
      @media screen and (max-width: 1023px) {
        main.home section.intro p.lead {
          text-align: center; } }
  main.home section.intro .intro-columns {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    main.home section.intro .intro-columns::after {
      clear: both;
      content: "";
      display: block; }
    main.home section.intro .intro-columns .text {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 57.3509783236%; }
      main.home section.intro .intro-columns .text:last-child {
        margin-right: 0; }
      main.home section.intro .intro-columns .text p:first-child {
        font-size: 24px;
        font-weight: 300; }
      @media screen and (max-width: 1023px) {
        main.home section.intro .intro-columns .text {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%; }
          main.home section.intro .intro-columns .text:last-child {
            margin-right: 0; } }
    main.home section.intro .intro-columns .radial-statistics {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 40.291369653%;
      margin-top: 10px; }
      main.home section.intro .intro-columns .radial-statistics:last-child {
        margin-right: 0; }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        main.home section.intro .intro-columns .radial-statistics {
          margin-top: 30px;
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 65.8807826589%;
          margin-left: 17.0596086706%; }
          main.home section.intro .intro-columns .radial-statistics:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 640px) {
        main.home section.intro .intro-columns .radial-statistics {
          margin-top: 30px;
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%; }
          main.home section.intro .intro-columns .radial-statistics:last-child {
            margin-right: 0; } }
      main.home section.intro .intro-columns .radial-statistics .row {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 38px;
        position: relative; }
        main.home section.intro .intro-columns .radial-statistics .row::after {
          clear: both;
          content: "";
          display: block; }
        @media screen and (max-width: 1023px) {
          main.home section.intro .intro-columns .radial-statistics .row {
            margin-bottom: 20px; } }
        main.home section.intro .intro-columns .radial-statistics .row.color-1 .stat-details {
          color: #4e2667; }
        main.home section.intro .intro-columns .radial-statistics .row.color-2 .stat-details {
          color: #633582; }
        main.home section.intro .intro-columns .radial-statistics .row.color-3 .stat-details {
          color: #7c439a; }
        main.home section.intro .intro-columns .radial-statistics .row.color-4 .stat-details {
          color: #9360a6; }
      main.home section.intro .intro-columns .radial-statistics .stat-circle {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 23.2317609825%; }
        main.home section.intro .intro-columns .radial-statistics .stat-circle:last-child {
          margin-right: 0; }
      main.home section.intro .intro-columns .radial-statistics .stat-details {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 74.4105869942%;
        margin-left: 27.7218640897%;
        font-size: 16px;
        font-weight: bold;
        padding: 0 50px 0 0;
        line-height: 1.5em;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
        main.home section.intro .intro-columns .radial-statistics .stat-details:last-child {
          margin-right: 0; }
        @media screen and (max-width: 640px) {
          main.home section.intro .intro-columns .radial-statistics .stat-details {
            margin-left: 31.9867662573%; } }

main.home div.radial-statistics .progress-circle {
  margin: 0px auto;
  width: 90px;
  height: 90px;
  position: relative;
  background-color: #D9D9D9;
  border-radius: 50%; }
  main.home div.radial-statistics .progress-circle .progress-circle__slice, main.home div.radial-statistics .progress-circle .progress-circle__fill {
    width: 90px;
    height: 90px;
    position: absolute;
    -webkit-backface-visibility: hidden;
    transition: transform 2s ease-in-out;
    border-radius: 50%; }
  main.home div.radial-statistics .progress-circle .progress-circle__slice {
    clip: rect(0px, 90px, 90px, 45px); }
    main.home div.radial-statistics .progress-circle .progress-circle__slice .progress-circle__fill {
      clip: rect(0px, 45px, 90px, 0px); }
  main.home div.radial-statistics .progress-circle#first .progress-circle__slice .progress-circle__fill {
    background-color: #4e2667; }
  main.home div.radial-statistics .progress-circle#second .progress-circle__slice .progress-circle__fill {
    background-color: #633582; }
  main.home div.radial-statistics .progress-circle#third .progress-circle__slice .progress-circle__fill {
    background-color: #7c439a; }
  main.home div.radial-statistics .progress-circle#fourth .progress-circle__slice .progress-circle__fill {
    background-color: #9360a6; }
  main.home div.radial-statistics .progress-circle .progress-circle__overlay {
    width: 76px;
    height: 76px;
    position: absolute;
    margin-left: 7px;
    margin-top: 7px;
    background-color: #fbfbfb;
    border-radius: 50%; }
  main.home div.radial-statistics .progress-circle .progress-circle__text {
    position: absolute;
    padding-left: 5px;
    width: 90px;
    text-align: center;
    top: 50%;
    z-index: 100;
    font-size: 30px;
    letter-spacing: -2px;
    color: #aaa;
    font-weight: normal;
    transform: translateY(-50%); }
    main.home div.radial-statistics .progress-circle .progress-circle__text sup {
      font-size: 12px;
      vertical-align: 5px; }
  main.home div.radial-statistics .progress-circle#first .progress-circle__text {
    color: #4e2667; }
  main.home div.radial-statistics .progress-circle#second .progress-circle__text {
    color: #633582; }
  main.home div.radial-statistics .progress-circle#third .progress-circle__text {
    color: #7c439a; }
  main.home div.radial-statistics .progress-circle#fourth .progress-circle__text {
    color: #9360a6; }
  main.home div.radial-statistics .progress-circle[data-progress='0'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='0'] .progress-circle__fill {
    transform: rotate(0deg); }
  main.home div.radial-statistics .progress-circle[data-progress='0'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(0deg); }
  main.home div.radial-statistics .progress-circle[data-progress='1'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='1'] .progress-circle__fill {
    transform: rotate(1.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='1'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(3.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='2'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='2'] .progress-circle__fill {
    transform: rotate(3.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='2'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(7.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='3'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='3'] .progress-circle__fill {
    transform: rotate(5.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='3'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(10.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='4'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='4'] .progress-circle__fill {
    transform: rotate(7.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='4'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(14.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='5'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='5'] .progress-circle__fill {
    transform: rotate(9deg); }
  main.home div.radial-statistics .progress-circle[data-progress='5'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(18deg); }
  main.home div.radial-statistics .progress-circle[data-progress='6'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='6'] .progress-circle__fill {
    transform: rotate(10.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='6'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(21.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='7'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='7'] .progress-circle__fill {
    transform: rotate(12.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='7'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(25.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='8'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='8'] .progress-circle__fill {
    transform: rotate(14.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='8'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(28.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='9'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='9'] .progress-circle__fill {
    transform: rotate(16.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='9'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(32.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='10'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='10'] .progress-circle__fill {
    transform: rotate(18deg); }
  main.home div.radial-statistics .progress-circle[data-progress='10'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(36deg); }
  main.home div.radial-statistics .progress-circle[data-progress='11'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='11'] .progress-circle__fill {
    transform: rotate(19.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='11'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(39.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='12'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='12'] .progress-circle__fill {
    transform: rotate(21.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='12'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(43.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='13'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='13'] .progress-circle__fill {
    transform: rotate(23.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='13'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(46.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='14'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='14'] .progress-circle__fill {
    transform: rotate(25.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='14'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(50.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='15'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='15'] .progress-circle__fill {
    transform: rotate(27deg); }
  main.home div.radial-statistics .progress-circle[data-progress='15'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(54deg); }
  main.home div.radial-statistics .progress-circle[data-progress='16'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='16'] .progress-circle__fill {
    transform: rotate(28.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='16'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(57.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='17'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='17'] .progress-circle__fill {
    transform: rotate(30.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='17'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(61.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='18'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='18'] .progress-circle__fill {
    transform: rotate(32.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='18'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(64.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='19'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='19'] .progress-circle__fill {
    transform: rotate(34.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='19'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(68.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='20'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='20'] .progress-circle__fill {
    transform: rotate(36deg); }
  main.home div.radial-statistics .progress-circle[data-progress='20'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(72deg); }
  main.home div.radial-statistics .progress-circle[data-progress='21'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='21'] .progress-circle__fill {
    transform: rotate(37.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='21'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(75.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='22'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='22'] .progress-circle__fill {
    transform: rotate(39.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='22'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(79.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='23'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='23'] .progress-circle__fill {
    transform: rotate(41.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='23'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(82.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='24'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='24'] .progress-circle__fill {
    transform: rotate(43.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='24'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(86.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='25'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='25'] .progress-circle__fill {
    transform: rotate(45deg); }
  main.home div.radial-statistics .progress-circle[data-progress='25'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(90deg); }
  main.home div.radial-statistics .progress-circle[data-progress='26'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='26'] .progress-circle__fill {
    transform: rotate(46.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='26'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(93.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='27'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='27'] .progress-circle__fill {
    transform: rotate(48.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='27'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(97.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='28'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='28'] .progress-circle__fill {
    transform: rotate(50.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='28'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(100.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='29'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='29'] .progress-circle__fill {
    transform: rotate(52.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='29'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(104.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='30'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='30'] .progress-circle__fill {
    transform: rotate(54deg); }
  main.home div.radial-statistics .progress-circle[data-progress='30'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(108deg); }
  main.home div.radial-statistics .progress-circle[data-progress='31'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='31'] .progress-circle__fill {
    transform: rotate(55.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='31'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(111.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='32'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='32'] .progress-circle__fill {
    transform: rotate(57.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='32'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(115.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='33'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='33'] .progress-circle__fill {
    transform: rotate(59.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='33'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(118.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='34'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='34'] .progress-circle__fill {
    transform: rotate(61.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='34'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(122.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='35'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='35'] .progress-circle__fill {
    transform: rotate(63deg); }
  main.home div.radial-statistics .progress-circle[data-progress='35'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(126deg); }
  main.home div.radial-statistics .progress-circle[data-progress='36'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='36'] .progress-circle__fill {
    transform: rotate(64.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='36'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(129.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='37'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='37'] .progress-circle__fill {
    transform: rotate(66.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='37'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(133.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='38'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='38'] .progress-circle__fill {
    transform: rotate(68.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='38'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(136.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='39'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='39'] .progress-circle__fill {
    transform: rotate(70.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='39'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(140.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='40'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='40'] .progress-circle__fill {
    transform: rotate(72deg); }
  main.home div.radial-statistics .progress-circle[data-progress='40'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(144deg); }
  main.home div.radial-statistics .progress-circle[data-progress='41'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='41'] .progress-circle__fill {
    transform: rotate(73.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='41'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(147.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='42'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='42'] .progress-circle__fill {
    transform: rotate(75.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='42'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(151.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='43'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='43'] .progress-circle__fill {
    transform: rotate(77.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='43'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(154.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='44'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='44'] .progress-circle__fill {
    transform: rotate(79.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='44'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(158.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='45'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='45'] .progress-circle__fill {
    transform: rotate(81deg); }
  main.home div.radial-statistics .progress-circle[data-progress='45'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(162deg); }
  main.home div.radial-statistics .progress-circle[data-progress='46'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='46'] .progress-circle__fill {
    transform: rotate(82.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='46'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(165.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='47'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='47'] .progress-circle__fill {
    transform: rotate(84.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='47'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(169.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='48'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='48'] .progress-circle__fill {
    transform: rotate(86.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='48'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(172.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='49'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='49'] .progress-circle__fill {
    transform: rotate(88.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='49'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(176.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='50'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='50'] .progress-circle__fill {
    transform: rotate(90deg); }
  main.home div.radial-statistics .progress-circle[data-progress='50'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(180deg); }
  main.home div.radial-statistics .progress-circle[data-progress='51'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='51'] .progress-circle__fill {
    transform: rotate(91.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='51'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(183.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='52'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='52'] .progress-circle__fill {
    transform: rotate(93.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='52'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(187.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='53'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='53'] .progress-circle__fill {
    transform: rotate(95.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='53'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(190.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='54'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='54'] .progress-circle__fill {
    transform: rotate(97.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='54'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(194.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='55'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='55'] .progress-circle__fill {
    transform: rotate(99deg); }
  main.home div.radial-statistics .progress-circle[data-progress='55'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(198deg); }
  main.home div.radial-statistics .progress-circle[data-progress='56'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='56'] .progress-circle__fill {
    transform: rotate(100.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='56'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(201.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='57'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='57'] .progress-circle__fill {
    transform: rotate(102.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='57'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(205.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='58'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='58'] .progress-circle__fill {
    transform: rotate(104.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='58'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(208.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='59'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='59'] .progress-circle__fill {
    transform: rotate(106.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='59'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(212.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='60'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='60'] .progress-circle__fill {
    transform: rotate(108deg); }
  main.home div.radial-statistics .progress-circle[data-progress='60'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(216deg); }
  main.home div.radial-statistics .progress-circle[data-progress='61'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='61'] .progress-circle__fill {
    transform: rotate(109.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='61'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(219.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='62'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='62'] .progress-circle__fill {
    transform: rotate(111.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='62'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(223.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='63'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='63'] .progress-circle__fill {
    transform: rotate(113.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='63'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(226.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='64'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='64'] .progress-circle__fill {
    transform: rotate(115.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='64'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(230.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='65'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='65'] .progress-circle__fill {
    transform: rotate(117deg); }
  main.home div.radial-statistics .progress-circle[data-progress='65'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(234deg); }
  main.home div.radial-statistics .progress-circle[data-progress='66'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='66'] .progress-circle__fill {
    transform: rotate(118.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='66'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(237.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='67'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='67'] .progress-circle__fill {
    transform: rotate(120.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='67'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(241.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='68'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='68'] .progress-circle__fill {
    transform: rotate(122.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='68'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(244.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='69'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='69'] .progress-circle__fill {
    transform: rotate(124.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='69'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(248.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='70'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='70'] .progress-circle__fill {
    transform: rotate(126deg); }
  main.home div.radial-statistics .progress-circle[data-progress='70'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(252deg); }
  main.home div.radial-statistics .progress-circle[data-progress='71'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='71'] .progress-circle__fill {
    transform: rotate(127.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='71'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(255.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='72'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='72'] .progress-circle__fill {
    transform: rotate(129.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='72'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(259.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='73'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='73'] .progress-circle__fill {
    transform: rotate(131.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='73'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(262.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='74'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='74'] .progress-circle__fill {
    transform: rotate(133.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='74'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(266.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='75'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='75'] .progress-circle__fill {
    transform: rotate(135deg); }
  main.home div.radial-statistics .progress-circle[data-progress='75'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(270deg); }
  main.home div.radial-statistics .progress-circle[data-progress='76'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='76'] .progress-circle__fill {
    transform: rotate(136.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='76'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(273.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='77'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='77'] .progress-circle__fill {
    transform: rotate(138.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='77'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(277.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='78'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='78'] .progress-circle__fill {
    transform: rotate(140.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='78'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(280.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='79'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='79'] .progress-circle__fill {
    transform: rotate(142.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='79'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(284.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='80'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='80'] .progress-circle__fill {
    transform: rotate(144deg); }
  main.home div.radial-statistics .progress-circle[data-progress='80'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(288deg); }
  main.home div.radial-statistics .progress-circle[data-progress='81'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='81'] .progress-circle__fill {
    transform: rotate(145.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='81'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(291.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='82'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='82'] .progress-circle__fill {
    transform: rotate(147.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='82'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(295.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='83'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='83'] .progress-circle__fill {
    transform: rotate(149.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='83'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(298.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='84'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='84'] .progress-circle__fill {
    transform: rotate(151.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='84'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(302.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='85'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='85'] .progress-circle__fill {
    transform: rotate(153deg); }
  main.home div.radial-statistics .progress-circle[data-progress='85'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(306deg); }
  main.home div.radial-statistics .progress-circle[data-progress='86'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='86'] .progress-circle__fill {
    transform: rotate(154.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='86'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(309.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='87'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='87'] .progress-circle__fill {
    transform: rotate(156.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='87'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(313.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='88'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='88'] .progress-circle__fill {
    transform: rotate(158.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='88'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(316.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='89'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='89'] .progress-circle__fill {
    transform: rotate(160.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='89'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(320.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='90'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='90'] .progress-circle__fill {
    transform: rotate(162deg); }
  main.home div.radial-statistics .progress-circle[data-progress='90'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(324deg); }
  main.home div.radial-statistics .progress-circle[data-progress='91'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='91'] .progress-circle__fill {
    transform: rotate(163.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='91'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(327.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='92'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='92'] .progress-circle__fill {
    transform: rotate(165.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='92'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(331.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='93'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='93'] .progress-circle__fill {
    transform: rotate(167.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='93'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(334.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='94'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='94'] .progress-circle__fill {
    transform: rotate(169.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='94'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(338.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='95'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='95'] .progress-circle__fill {
    transform: rotate(171deg); }
  main.home div.radial-statistics .progress-circle[data-progress='95'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(342deg); }
  main.home div.radial-statistics .progress-circle[data-progress='96'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='96'] .progress-circle__fill {
    transform: rotate(172.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='96'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(345.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='97'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='97'] .progress-circle__fill {
    transform: rotate(174.6deg); }
  main.home div.radial-statistics .progress-circle[data-progress='97'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(349.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='98'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='98'] .progress-circle__fill {
    transform: rotate(176.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='98'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(352.8deg); }
  main.home div.radial-statistics .progress-circle[data-progress='99'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='99'] .progress-circle__fill {
    transform: rotate(178.2deg); }
  main.home div.radial-statistics .progress-circle[data-progress='99'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(356.4deg); }
  main.home div.radial-statistics .progress-circle[data-progress='100'] .progress-circle__slice.full, main.home div.radial-statistics .progress-circle[data-progress='100'] .progress-circle__fill {
    transform: rotate(180deg); }
  main.home div.radial-statistics .progress-circle[data-progress='100'] .progress-circle__fill.progress-circle__bar {
    transform: rotate(360deg); }

#video-lightbox {
  display: none;
  min-width: 70vw;
  height: auto;
  background: transparent;
  position: relative;
  max-height: 90vh;
  max-width: 90vw; }
  #video-lightbox a.close {
    position: absolute;
    top: -55px;
    right: -40px;
    font-size: 40px;
    color: #fff; }
    #video-lightbox a.close img {
      height: 24px;
      width: 24px; }
    #video-lightbox a.close:hover {
      color: #f58024; }
    @media screen and (max-width: 1023px) {
      #video-lightbox a.close {
        right: 0px; } }

.lb_overlay {
  opacity: 0.7 !important; }

main.page {
  min-height: 600px;
  padding-bottom: 40px; }
  main.page .video {
    margin-bottom: 30px; }
  main.page .video-container {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative; }
    main.page .video-container embed,
    main.page .video-container object,
    main.page .video-container iframe {
      position: absolute;
      top: 0px;
      left: 0px;
      height: 100%;
      width: 100%; }
  main.page h1 {
    color: #7c439a;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.4em;
    font-family: Ubuntu;
    max-width: 900px;
    margin: 50px auto 25px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      main.page h1 {
        font-size: 38px;
        margin: 30px auto 25px;
        line-height: 1.2em; } }
  main.page h2, main.page h3 {
    color: #7c439a;
    font-size: 38px;
    font-weight: 300;
    line-height: 1.4em;
    font-family: Ubuntu;
    max-width: 900px;
    margin: 50px auto 25px;
    text-align: center; }
    @media screen and (max-width: 640px) {
      main.page h2, main.page h3 {
        font-size: 30px;
        margin: 30px auto 25px; } }
  main.page p {
    font-size: 18px;
    color: #54585a;
    font-weight: 300;
    line-height: 1.4em;
    margin-top: 0;
    padding-left: 0px; }
    main.page p.lead {
      font-size: 30px;
      padding-left: 0px; }
  main.page li {
    font-size: 14px;
    color: #54585a;
    font-weight: 300;
    line-height: 1.4em;
    margin: 0 0 8px 0; }
  main.page section.about-page {
    padding: 0 10px; }
    @media screen and (min-width: 1300px) {
      main.page section.about-page {
        padding: 0 200px; } }
  main.page section.sponsors-page {
    text-align: center; }
    main.page section.sponsors-page .sponsors {
      width: 100%;
      margin: auto;
      padding: 0px 0 60px;
      text-align: center;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      main.page section.sponsors-page .sponsors::after {
        clear: both;
        content: "";
        display: block; }
      main.page section.sponsors-page .sponsors div.sponsor {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 14.7019566472%;
        text-align: center;
        display: inline-block;
        float: none; }
        main.page section.sponsors-page .sponsors div.sponsor:last-child {
          margin-right: 0; }
        @media screen and (min-width: 1024px) {
          main.page section.sponsors-page .sponsors div.sponsor {
            text-align: center;
            display: inline-block;
            float: none; }
            main.page section.sponsors-page .sponsors div.sponsor:nth-child(6n) {
              margin-right: 0; }
            main.page section.sponsors-page .sponsors div.sponsor:nth-child(6n+1) {
              clear: left; } }
        @media screen and (max-width: 1023px) {
          main.page section.sponsors-page .sponsors div.sponsor {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 31.7615653177%;
            text-align: center;
            display: inline-block;
            float: none; }
            main.page section.sponsors-page .sponsors div.sponsor:last-child {
              margin-right: 0; }
            main.page section.sponsors-page .sponsors div.sponsor:nth-child(3n) {
              margin-right: 0; }
            main.page section.sponsors-page .sponsors div.sponsor:nth-child(3n+1) {
              clear: left; } }
      main.page section.sponsors-page .sponsors.partners div.sponsor {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 10.4370544795%;
        text-align: center;
        display: inline-block;
        float: none; }
        main.page section.sponsors-page .sponsors.partners div.sponsor:last-child {
          margin-right: 0; }
        @media screen and (min-width: 1024px) {
          main.page section.sponsors-page .sponsors.partners div.sponsor:nth-child(8n) {
            margin-right: 0; }
          main.page section.sponsors-page .sponsors.partners div.sponsor:nth-child(8n+1) {
            clear: left; } }
        @media screen and (max-width: 1023px) {
          main.page section.sponsors-page .sponsors.partners div.sponsor {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 23.2317609825%; }
            main.page section.sponsors-page .sponsors.partners div.sponsor:last-child {
              margin-right: 0; }
            main.page section.sponsors-page .sponsors.partners div.sponsor:nth-child(4n) {
              margin-right: 0; }
            main.page section.sponsors-page .sponsors.partners div.sponsor:nth-child(4n+1) {
              clear: left; } }
  main.page section.speaker-page h3 {
    font-size: 28px;
    margin: 20px auto;
    font-style: italic;
    font-family: Lora, serif;
    text-align: center; }
  main.page section.speaker-page .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px; }
    main.page section.speaker-page .wrapper::after {
      clear: both;
      content: "";
      display: block; }
    main.page section.speaker-page .wrapper .headshot {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 40.291369653%; }
      main.page section.speaker-page .wrapper .headshot:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1023px) {
        main.page section.speaker-page .wrapper .headshot {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-right: 0; }
          main.page section.speaker-page .wrapper .headshot:last-child {
            margin-right: 0; } }
    main.page section.speaker-page .wrapper .bio {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 57.3509783236%;
      padding-right: 40px; }
      main.page section.speaker-page .wrapper .bio:last-child {
        margin-right: 0; }
      @media screen and (max-width: 1023px) {
        main.page section.speaker-page .wrapper .bio {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-right: 0;
          padding-right: 0; }
          main.page section.speaker-page .wrapper .bio:last-child {
            margin-right: 0; } }
  main.page section.speaker-page .topic-and-learn {
    padding-top: 0px; }
    main.page section.speaker-page .topic-and-learn ul {
      margin-top: 0; }
    main.page section.speaker-page .topic-and-learn p {
      margin-bottom: 10px; }
      @media screen and (max-width: 1023px) {
        main.page section.speaker-page .topic-and-learn p.website {
          font-size: 14px; } }
  main.page section.speaker-page h6 {
    font-weight: bold;
    text-transform: uppercase;
    color: #7c439a;
    font-size: 14px;
    margin: 20px 0 5px 0; }
  main.page section.speaker-page .books {
    width: 100%;
    margin: auto;
    padding: 0px 0 60px;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    main.page section.speaker-page .books::after {
      clear: both;
      content: "";
      display: block; }
    main.page section.speaker-page .books div.book {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%;
      text-align: center;
      display: inline-block;
      float: none; }
      main.page section.speaker-page .books div.book:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1024px) {
        main.page section.speaker-page .books div.book:nth-child(4n) {
          margin-right: 0; }
        main.page section.speaker-page .books div.book:nth-child(4n+1) {
          clear: left; } }
      @media screen and (max-width: 640px) {
        main.page section.speaker-page .books div.book {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%; }
          main.page section.speaker-page .books div.book:last-child {
            margin-right: 0; }
          main.page section.speaker-page .books div.book:nth-child(1n) {
            margin-right: 0; }
          main.page section.speaker-page .books div.book:nth-child(1n+1) {
            clear: left; } }
  main.page section.speaker-page .videos {
    width: 100%;
    margin: auto;
    padding: 0px 0 60px;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    main.page section.speaker-page .videos::after {
      clear: both;
      content: "";
      display: block; }
    main.page section.speaker-page .videos div.video {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 31.7615653177%;
      text-align: center;
      display: inline-block;
      float: none; }
      main.page section.speaker-page .videos div.video:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1024px) {
        main.page section.speaker-page .videos div.video:nth-child(3n) {
          margin-right: 0; }
        main.page section.speaker-page .videos div.video:nth-child(3n+1) {
          clear: left; } }
      @media screen and (max-width: 640px) {
        main.page section.speaker-page .videos div.video {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%; }
          main.page section.speaker-page .videos div.video:last-child {
            margin-right: 0; }
          main.page section.speaker-page .videos div.video:nth-child(1n) {
            margin-right: 0; }
          main.page section.speaker-page .videos div.video:nth-child(1n+1) {
            clear: left; } }
  main.page section.speaker-page .speaker-social {
    margin-top: -20px;
    text-align: right;
    margin-bottom: 5px;
    line-height: 1em; }
    @media screen and (max-width: 1023px) {
      main.page section.speaker-page .speaker-social {
        margin-top: 5px;
        margin-bottom: 0px; } }
    main.page section.speaker-page .speaker-social a {
      display: inline-block;
      padding-left: 8px;
      line-height: 1em;
      font-size: 24px;
      color: #aaa;
      text-decoration: none; }
      @media screen and (max-width: 1023px) {
        main.page section.speaker-page .speaker-social a {
          padding: 0 8px 0 0; } }
      main.page section.speaker-page .speaker-social a:hover {
        color: #545454; }
  main.page section.speaker-page .speaker-navigation {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    line-height: 1.4em;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #ccc; }
    main.page section.speaker-page .speaker-navigation::after {
      clear: both;
      content: "";
      display: block; }
    main.page section.speaker-page .speaker-navigation a {
      font-weight: bold; }
    main.page section.speaker-page .speaker-navigation em {
      font-size: 11px;
      font-family: Lora, serif; }
    main.page section.speaker-page .speaker-navigation .prev {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 36.0264674854%;
      text-align: left; }
      main.page section.speaker-page .speaker-navigation .prev:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        main.page section.speaker-page .speaker-navigation .prev {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 15px;
          text-align: center; }
          main.page section.speaker-page .speaker-navigation .prev:last-child {
            margin-right: 0; } }
    main.page section.speaker-page .speaker-navigation .index {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%;
      text-align: center; }
      main.page section.speaker-page .speaker-navigation .index:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        main.page section.speaker-page .speaker-navigation .index {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 15px;
          text-align: center; }
          main.page section.speaker-page .speaker-navigation .index:last-child {
            margin-right: 0; } }
    main.page section.speaker-page .speaker-navigation .next {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 36.0264674854%;
      text-align: right; }
      main.page section.speaker-page .speaker-navigation .next:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        main.page section.speaker-page .speaker-navigation .next {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 100%;
          margin-right: 0;
          margin-bottom: 15px;
          text-align: center; }
          main.page section.speaker-page .speaker-navigation .next:last-child {
            margin-right: 0; } }
  @media screen and (min-width: 1300px) {
    main.page section.pricing-page {
      padding: 0 200px; } }
  @media screen and (min-width: 1300px) {
    main.page section.speakers-page {
      padding: 0 200px; } }
  main.page section.speakers-page p {
    text-align: center; }
  main.page section.speakers-page .speakers {
    padding-top: 30px; }
    main.page section.speakers-page .speakers .speaker {
      margin: 0px 0 40px 0; }
      main.page section.speakers-page .speakers .speaker .intro {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 250px;
        overflow: hidden; }
        main.page section.speakers-page .speakers .speaker .intro::after {
          clear: both;
          content: "";
          display: block; }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          main.page section.speakers-page .speakers .speaker .intro {
            height: 220px; } }
        @media screen and (max-width: 640px) {
          main.page section.speakers-page .speakers .speaker .intro {
            height: auto; } }
        main.page section.speakers-page .speakers .speaker .intro .text {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 40.291369653%;
          width: 45%;
          background: red;
          margin-right: 0;
          position: relative;
          height: 250px;
          padding: 40px 0 40px 30px;
          text-align: left; }
          main.page section.speakers-page .speakers .speaker .intro .text:last-child {
            margin-right: 0; }
          @media screen and (min-width: 641px) and (max-width: 1023px) {
            main.page section.speakers-page .speakers .speaker .intro .text {
              height: 220px; } }
          @media screen and (max-width: 640px) {
            main.page section.speakers-page .speakers .speaker .intro .text {
              height: auto;
              width: 100%;
              margin-right: 0;
              padding: 20px; } }
          main.page section.speakers-page .speakers .speaker .intro .text h2 {
            font-size: 30px;
            text-transform: uppercase;
            color: #fff;
            margin: 0 0 15px 0;
            text-align: left; }
            @media screen and (max-width: 1023px) {
              main.page section.speakers-page .speakers .speaker .intro .text h2 {
                font-size: 24px; } }
          main.page section.speakers-page .speakers .speaker .intro .text h3 {
            font-size: 24px;
            font-family: Lora, serif;
            font-style: italic;
            color: #fff;
            margin: 0;
            text-align: left; }
            @media screen and (max-width: 1023px) {
              main.page section.speakers-page .speakers .speaker .intro .text h3 {
                font-size: 18px; } }
          main.page section.speakers-page .speakers .speaker .intro .text:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 250px 0 0 120px;
            position: absolute;
            right: -120px;
            top: 0;
            content: ' '; }
            @media screen and (max-width: 640px) {
              main.page section.speakers-page .speakers .speaker .intro .text:after {
                display: none; } }
        main.page section.speakers-page .speakers .speaker .intro .image {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 57.3509783236%;
          width: 55%; }
          main.page section.speakers-page .speakers .speaker .intro .image:last-child {
            margin-right: 0; }
          @media screen and (max-width: 640px) {
            main.page section.speakers-page .speakers .speaker .intro .image {
              height: auto;
              width: 100%;
              margin-right: 0; } }
      main.page section.speakers-page .speakers .speaker .topic-and-learn {
        padding: 30px;
        background: #eee;
        color: #54585a; }
        @media screen and (max-width: 640px) {
          main.page section.speakers-page .speakers .speaker .topic-and-learn {
            padding: 20px; } }
        main.page section.speakers-page .speakers .speaker .topic-and-learn .topic {
          margin-bottom: 20px;
          font-size: 20px;
          font-family: Lora, serif;
          font-style: italic; }
        main.page section.speakers-page .speakers .speaker .topic-and-learn .topic b,
        main.page section.speakers-page .speakers .speaker .topic-and-learn h6 {
          font-weight: bold;
          text-transform: uppercase;
          color: #7c439a;
          font-size: 14px;
          margin: 20px 0 5px 0; }
      main.page section.speakers-page .speakers .speaker a.button {
        display: inline-block;
        color: #633582;
        line-height: 1em;
        font-size: 15px;
        font-weight: 700;
        border: 2px solid #633582;
        padding: 12px;
        text-transform: uppercase;
        text-decoration: none; }
      main.page section.speakers-page .speakers .speaker:nth-child(1) div.intro div.text {
        background-color: #4e2667; }
      main.page section.speakers-page .speakers .speaker:nth-child(2) div.intro div.text {
        background-color: #7c439a; }
      main.page section.speakers-page .speakers .speaker:nth-child(3) div.intro div.text {
        background-color: #633582; }
      main.page section.speakers-page .speakers .speaker:nth-child(4) div.intro div.text {
        background-color: #9360a6; }
      main.page section.speakers-page .speakers .speaker:nth-child(5) div.intro div.text {
        background-color: #a47db8; }
      main.page section.speakers-page .speakers .speaker:nth-child(6) div.intro div.text {
        background-color: #633582; }
      main.page section.speakers-page .speakers .speaker:nth-child(1) div.intro div.text:after {
        border-color: transparent transparent transparent #4e2667; }
      main.page section.speakers-page .speakers .speaker:nth-child(2) div.intro div.text:after {
        border-color: transparent transparent transparent #7c439a; }
      main.page section.speakers-page .speakers .speaker:nth-child(3) div.intro div.text:after {
        border-color: transparent transparent transparent #633582; }
      main.page section.speakers-page .speakers .speaker:nth-child(4) div.intro div.text:after {
        border-color: transparent transparent transparent #9360a6; }
      main.page section.speakers-page .speakers .speaker:nth-child(5) div.intro div.text:after {
        border-color: transparent transparent transparent #a47db8; }
      main.page section.speakers-page .speakers .speaker:nth-child(6) div.intro div.text:after {
        border-color: transparent transparent transparent #633582; }
  @media screen and (min-width: 1300px) {
    main.page section.agenda-page {
      padding: 0 200px; } }
  @media screen and (min-width: 1024px) and (max-width: 1299px) {
    main.page section.agenda-page {
      padding: 0 80px; } }
  main.page section.agenda-page p {
    text-align: center;
    margin-bottom: 0; }
  main.page section.agenda-page h2 {
    margin-top: 0; }
    @media screen and (max-width: 640px) {
      main.page section.agenda-page h2 {
        margin-bottom: 10px;
        font-size: 24px; } }
  main.page section.agenda-page .speakers {
    padding-top: 0px; }
    main.page section.agenda-page .speakers div.time {
      color: #fff;
      font-size: 17px;
      font-weight: bold;
      margin-bottom: 3px; }
    main.page section.agenda-page .speakers .extra {
      background: #e0e0e0;
      padding: 10px 10px 10px 70px;
      margin: 10px 0 10px 0; }
      main.page section.agenda-page .speakers .extra div.time {
        color: #666; }
      main.page section.agenda-page .speakers .extra h2 {
        font-size: 38px;
        color: #666;
        margin: 0;
        text-align: center;
        font-weight: 300; }
      main.page section.agenda-page .speakers .extra.executive-panel {
        background: #54585b url(/new-assets/events/images/icons/agenda-executive-panel.png) no-repeat;
        background-position: 5px 2px;
        color: #fff; }
        main.page section.agenda-page .speakers .extra.executive-panel div.time {
          color: #fff; }
        main.page section.agenda-page .speakers .extra.executive-panel div.feature {
          font-size: 28px;
          color: #fff;
          margin: 0 0 5px 0;
          text-align: left;
          font-weight: 400; }
          @media screen and (max-width: 1023px) {
            main.page section.agenda-page .speakers .extra.executive-panel div.feature {
              font-size: 20px; } }
      main.page section.agenda-page .speakers .extra.opening-remarks {
        background: #e0e0e0 url(/new-assets/events/images/icons/agenda-opening-remarks.png) no-repeat;
        background-position: 5px 2px; }
      main.page section.agenda-page .speakers .extra.closing-remarks {
        background: #e0e0e0 url(/new-assets/events/images/icons/agenda-closing-remarks.png) no-repeat;
        background-position: 5px 2px; }
      main.page section.agenda-page .speakers .extra.networking-break {
        background: #e0e0e0 url(/new-assets/events/images/icons/agenda-networking-break.png) no-repeat;
        background-position: 5px 2px; }
      main.page section.agenda-page .speakers .extra.doors-open {
        background: #e0e0e0 url(/new-assets/events/images/icons/agenda-doors-open.png) no-repeat;
        background-position: 5px 2px; }
      main.page section.agenda-page .speakers .extra.lunch {
        background: #e0e0e0 url(/new-assets/events/images/icons/agenda-lunch.png) no-repeat;
        background-position: 5px 2px; }
    main.page section.agenda-page .speakers .speaker {
      margin: 10px 0 10px 0; }
      main.page section.agenda-page .speakers .speaker .intro {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        height: 200px;
        overflow: hidden; }
        main.page section.agenda-page .speakers .speaker .intro::after {
          clear: both;
          content: "";
          display: block; }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          main.page section.agenda-page .speakers .speaker .intro {
            height: 180px; } }
        @media screen and (max-width: 640px) {
          main.page section.agenda-page .speakers .speaker .intro {
            height: auto; } }
        main.page section.agenda-page .speakers .speaker .intro .text {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 57.3509783236%;
          width: 65%;
          margin-right: 0;
          position: relative;
          height: 200px;
          padding: 20px 0px 20px 70px;
          text-align: left; }
          main.page section.agenda-page .speakers .speaker .intro .text:last-child {
            margin-right: 0; }
          @media screen and (min-width: 641px) and (max-width: 1023px) {
            main.page section.agenda-page .speakers .speaker .intro .text {
              height: 180px; } }
          @media screen and (max-width: 640px) {
            main.page section.agenda-page .speakers .speaker .intro .text {
              height: auto;
              width: 100%;
              margin-right: 0;
              padding: 20px; } }
          main.page section.agenda-page .speakers .speaker .intro .text h2 {
            font-size: 28px;
            color: #fff;
            margin: 0 0 5px 0;
            text-align: left;
            font-weight: 400; }
            @media screen and (max-width: 1023px) {
              main.page section.agenda-page .speakers .speaker .intro .text h2 {
                font-size: 20px; } }
          main.page section.agenda-page .speakers .speaker .intro .text h3 {
            font-size: 16px;
            font-family: Lora, serif;
            font-style: italic;
            color: #fff;
            margin: 0 0 10px 0;
            text-align: left;
            line-height: 1.2em;
            padding-right: 60px; }
          main.page section.agenda-page .speakers .speaker .intro .text .topic {
            margin-bottom: 10px;
            font-size: 15px;
            color: #fff; }
          main.page section.agenda-page .speakers .speaker .intro .text a.bio {
            color: #fff;
            text-transform: uppercase;
            text-decoration: none;
            font-size: 13px;
            font-weight: 500; }
            main.page section.agenda-page .speakers .speaker .intro .text a.bio:hover {
              text-decoration: underline; }
          main.page section.agenda-page .speakers .speaker .intro .text .topic b,
          main.page section.agenda-page .speakers .speaker .intro .text h6 {
            font-weight: bold;
            text-transform: uppercase;
            color: #fff;
            font-size: 14px;
            margin: 20px 0 5px 0; }
          main.page section.agenda-page .speakers .speaker .intro .text:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 250px 80px 0 0;
            position: absolute;
            right: -80px;
            top: 0;
            content: ' '; }
            @media screen and (max-width: 640px) {
              main.page section.agenda-page .speakers .speaker .intro .text:after {
                display: none; } }
        main.page section.agenda-page .speakers .speaker .intro .image {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 40.291369653%;
          width: 35%;
          margin-right: 0; }
          main.page section.agenda-page .speakers .speaker .intro .image:last-child {
            margin-right: 0; }
          main.page section.agenda-page .speakers .speaker .intro .image a {
            display: block;
            margin: 0;
            line-height: 1em; }
          main.page section.agenda-page .speakers .speaker .intro .image img {
            margin-left: -40px;
            width: 130%;
            max-width: 130%;
            display: block;
            margin-bottom: 0; }
            @media screen and (min-width: 641px) and (max-width: 1023px) {
              main.page section.agenda-page .speakers .speaker .intro .image img {
                margin-left: -70px;
                width: 130%;
                max-width: 130%; } }
          @media screen and (max-width: 640px) {
            main.page section.agenda-page .speakers .speaker .intro .image {
              height: auto;
              width: 100%;
              margin-right: 0; } }
      main.page section.agenda-page .speakers .speaker.speaker-0 div.intro div.text {
        background-color: #4e2667; }
      main.page section.agenda-page .speakers .speaker.speaker-1 div.intro div.text {
        background-color: #7c439a; }
      main.page section.agenda-page .speakers .speaker.speaker-2 div.intro div.text {
        background-color: #633582; }
      main.page section.agenda-page .speakers .speaker.speaker-3 div.intro div.text {
        background-color: #9360a6; }
      main.page section.agenda-page .speakers .speaker.speaker-4 div.intro div.text {
        background-color: #a47db8; }
      main.page section.agenda-page .speakers .speaker.speaker-5 div.intro div.text {
        background-color: #633582; }
      main.page section.agenda-page .speakers .speaker.speaker-0 div.intro div.text:after {
        border-color: #4e2667 transparent transparent transparent; }
      main.page section.agenda-page .speakers .speaker.speaker-1 div.intro div.text:after {
        border-color: #7c439a transparent transparent transparent; }
      main.page section.agenda-page .speakers .speaker.speaker-2 div.intro div.text:after {
        border-color: #633582 transparent transparent transparent; }
      main.page section.agenda-page .speakers .speaker.speaker-3 div.intro div.text:after {
        border-color: #9360a6 transparent transparent transparent; }
      main.page section.agenda-page .speakers .speaker.speaker-4 div.intro div.text:after {
        border-color: #a47db8 transparent transparent transparent; }
      main.page section.agenda-page .speakers .speaker.speaker-5 div.intro div.text:after {
        border-color: #633582 transparent transparent transparent; }
  main.page section.contact-page {
    padding: 0 10px; }
    @media screen and (min-width: 1300px) {
      main.page section.contact-page {
        padding: 0 200px; } }
    main.page section.contact-page .contact-form {
      padding: 30px;
      background: #f4f4f4; }
      main.page section.contact-page .contact-form div.input {
        margin-bottom: 18px; }
        main.page section.contact-page .contact-form div.input label {
          font-family: Ubuntu,Arial,sans-serif;
          font-weight: 500;
          font-size: 13px;
          color: #54585a;
          margin-bottom: 4px;
          display: block; }
          main.page section.contact-page .contact-form div.input label em {
            color: red; }
        main.page section.contact-page .contact-form div.input input[type=text], main.page section.contact-page .contact-form div.input input[type=email] {
          padding: 8px;
          width: calc( 100% - 20px);
          max-width: 1000px;
          border-radius: 0;
          font-family: Ubuntu,Arial,sans-serif; }
        main.page section.contact-page .contact-form div.input textarea {
          border-radius: 0;
          padding: 8px;
          height: 100px;
          width: calc( 100% - 20px);
          max-width: 1000px;
          font-family: Ubuntu,Arial,sans-serif; }
        main.page section.contact-page .contact-form div.input.checkbox input {
          float: left;
          margin-bottom: 30px;
          margin-top: 5px;
          margin-right: 10px; }
        main.page section.contact-page .contact-form div.input.checkbox label {
          font-size: 16px; }
        main.page section.contact-page .contact-form div.input select {
          display: block;
          font-size: 14px;
          padding: 6px;
          height: 32px;
          width: calc( 100% - 24px); }
      main.page section.contact-page .contact-form .buttons {
        margin-top: 0;
        padding-top: 10px;
        padding-bottom: 0;
        margin-bottom: 0; }
        main.page section.contact-page .contact-form .buttons button {
          display: inline-block;
          color: #05558a;
          line-height: 1em;
          font-size: 15px;
          font-weight: 700;
          border: 2px solid #05558a;
          padding: 10px;
          text-transform: uppercase;
          text-decoration: none;
          border-radius: 0;
          text-shadow: none;
          box-shadow: none;
          background-image: none;
          background-color: transparent;
          font-family: Ubuntu,Arial,sans-serif; }
          main.page section.contact-page .contact-form .buttons button span {
            font-weight: 700; }
          main.page section.contact-page .contact-form .buttons button:hover {
            color: #fff;
            background: #a47db8; }
    main.page section.contact-page .contact-details {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 80px; }
      main.page section.contact-page .contact-details::after {
        clear: both;
        content: "";
        display: block; }
      main.page section.contact-page .contact-details .address {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 31.7615653177%; }
        main.page section.contact-page .contact-details .address:last-child {
          margin-right: 0; }
        @media screen and (max-width: 640px) {
          main.page section.contact-page .contact-details .address {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 100%;
            margin-right: 0; }
            main.page section.contact-page .contact-details .address:last-child {
              margin-right: 0; } }
        main.page section.contact-page .contact-details .address .map {
          padding-bottom: 20px; }
        main.page section.contact-page .contact-details .address .details {
          padding: 0 0 0 15px; }
          @media screen and (max-width: 640px) {
            main.page section.contact-page .contact-details .address .details {
              padding-left: 0; } }
          main.page section.contact-page .contact-details .address .details p {
            font-size: 15px; }
        main.page section.contact-page .contact-details .address .social {
          padding: 0 15px; }
          @media screen and (max-width: 640px) {
            main.page section.contact-page .contact-details .address .social {
              padding-left: 0; } }
          main.page section.contact-page .contact-details .address .social a {
            font-size: 24px;
            color: #54585b; }
            main.page section.contact-page .contact-details .address .social a:hover {
              color: #633582; }
        main.page section.contact-page .contact-details .address h6 {
          font-size: 15px;
          font-weight: normal;
          margin-bottom: 10px;
          margin-top: 15px; }
      main.page section.contact-page .contact-details .directory {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 65.8807826589%;
        padding-left: 20px; }
        main.page section.contact-page .contact-details .directory:last-child {
          margin-right: 0; }
        @media screen and (max-width: 640px) {
          main.page section.contact-page .contact-details .directory {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 100%;
            margin-right: 0;
            padding-left: 0;
            padding-top: 20px; }
            main.page section.contact-page .contact-details .directory:last-child {
              margin-right: 0; } }
        main.page section.contact-page .contact-details .directory td, main.page section.contact-page .contact-details .directory p {
          font-size: 15px; }
          @media screen and (max-width: 640px) {
            main.page section.contact-page .contact-details .directory td, main.page section.contact-page .contact-details .directory p {
              font-size: 12px; } }
  main.page section.sponsorships-page, main.page section.groups-page, main.page section.brochure-page {
    padding: 0 10px; }
    @media screen and (min-width: 1300px) {
      main.page section.sponsorships-page, main.page section.groups-page, main.page section.brochure-page {
        padding: 0 180px; } }
    main.page section.sponsorships-page .intro-wrapper, main.page section.groups-page .intro-wrapper, main.page section.brochure-page .intro-wrapper {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      margin-top: 80px; }
      main.page section.sponsorships-page .intro-wrapper::after, main.page section.groups-page .intro-wrapper::after, main.page section.brochure-page .intro-wrapper::after {
        clear: both;
        content: "";
        display: block; }
      main.page section.sponsorships-page .intro-wrapper .left, main.page section.groups-page .intro-wrapper .left, main.page section.brochure-page .intro-wrapper .left {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 48.8211739883%;
        padding-right: 20px; }
        main.page section.sponsorships-page .intro-wrapper .left:last-child, main.page section.groups-page .intro-wrapper .left:last-child, main.page section.brochure-page .intro-wrapper .left:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1023px) {
          main.page section.sponsorships-page .intro-wrapper .left, main.page section.groups-page .intro-wrapper .left, main.page section.brochure-page .intro-wrapper .left {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 100%;
            padding-right: 0;
            margin-right: 0; }
            main.page section.sponsorships-page .intro-wrapper .left:last-child, main.page section.groups-page .intro-wrapper .left:last-child, main.page section.brochure-page .intro-wrapper .left:last-child {
              margin-right: 0; } }
        main.page section.sponsorships-page .intro-wrapper .left p.lead, main.page section.groups-page .intro-wrapper .left p.lead, main.page section.brochure-page .intro-wrapper .left p.lead {
          font-size: 20px; }
        main.page section.sponsorships-page .intro-wrapper .left p, main.page section.groups-page .intro-wrapper .left p, main.page section.brochure-page .intro-wrapper .left p {
          font-size: 16px; }
      main.page section.sponsorships-page .intro-wrapper .right, main.page section.groups-page .intro-wrapper .right, main.page section.brochure-page .intro-wrapper .right {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 48.8211739883%;
        padding: 25px;
        background: #f4f4f4; }
        main.page section.sponsorships-page .intro-wrapper .right:last-child, main.page section.groups-page .intro-wrapper .right:last-child, main.page section.brochure-page .intro-wrapper .right:last-child {
          margin-right: 0; }
        @media screen and (max-width: 1023px) {
          main.page section.sponsorships-page .intro-wrapper .right, main.page section.groups-page .intro-wrapper .right, main.page section.brochure-page .intro-wrapper .right {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 100%;
            margin-right: 0; }
            main.page section.sponsorships-page .intro-wrapper .right:last-child, main.page section.groups-page .intro-wrapper .right:last-child, main.page section.brochure-page .intro-wrapper .right:last-child {
              margin-right: 0; } }
        main.page section.sponsorships-page .intro-wrapper .right h3, main.page section.groups-page .intro-wrapper .right h3, main.page section.brochure-page .intro-wrapper .right h3 {
          font-size: 26px;
          margin: 0 0 15px 0;
          padding: 0;
          text-align: left; }
        main.page section.sponsorships-page .intro-wrapper .right div.input, main.page section.groups-page .intro-wrapper .right div.input, main.page section.brochure-page .intro-wrapper .right div.input {
          margin-bottom: 18px; }
          main.page section.sponsorships-page .intro-wrapper .right div.input label, main.page section.groups-page .intro-wrapper .right div.input label, main.page section.brochure-page .intro-wrapper .right div.input label {
            font-family: Ubuntu,Arial,sans-serif;
            font-weight: 500;
            font-size: 13px;
            color: #54585a;
            margin-bottom: 4px;
            display: block; }
            main.page section.sponsorships-page .intro-wrapper .right div.input label em, main.page section.groups-page .intro-wrapper .right div.input label em, main.page section.brochure-page .intro-wrapper .right div.input label em {
              color: red; }
            main.page section.sponsorships-page .intro-wrapper .right div.input label.error, main.page section.groups-page .intro-wrapper .right div.input label.error, main.page section.brochure-page .intro-wrapper .right div.input label.error {
              color: red;
              padding-top: 2px; }
          main.page section.sponsorships-page .intro-wrapper .right div.input input[type=text], main.page section.sponsorships-page .intro-wrapper .right div.input input[type=email], main.page section.groups-page .intro-wrapper .right div.input input[type=text], main.page section.groups-page .intro-wrapper .right div.input input[type=email], main.page section.brochure-page .intro-wrapper .right div.input input[type=text], main.page section.brochure-page .intro-wrapper .right div.input input[type=email] {
            padding: 8px;
            width: calc( 100% - 20px);
            max-width: 1000px;
            border-radius: 0;
            font-family: Ubuntu,Arial,sans-serif; }
            main.page section.sponsorships-page .intro-wrapper .right div.input input[type=text].error, main.page section.sponsorships-page .intro-wrapper .right div.input input[type=email].error, main.page section.groups-page .intro-wrapper .right div.input input[type=text].error, main.page section.groups-page .intro-wrapper .right div.input input[type=email].error, main.page section.brochure-page .intro-wrapper .right div.input input[type=text].error, main.page section.brochure-page .intro-wrapper .right div.input input[type=email].error {
              border: 1px solid red; }
          main.page section.sponsorships-page .intro-wrapper .right div.input textarea, main.page section.groups-page .intro-wrapper .right div.input textarea, main.page section.brochure-page .intro-wrapper .right div.input textarea {
            border-radius: 0;
            padding: 8px;
            height: 100px;
            width: calc( 100% - 2px);
            max-width: 1000px;
            font-family: Ubuntu,Arial,sans-serif; }
            main.page section.sponsorships-page .intro-wrapper .right div.input textarea.error, main.page section.groups-page .intro-wrapper .right div.input textarea.error, main.page section.brochure-page .intro-wrapper .right div.input textarea.error {
              border: 1px solid red; }
          main.page section.sponsorships-page .intro-wrapper .right div.input.checkbox input, main.page section.groups-page .intro-wrapper .right div.input.checkbox input, main.page section.brochure-page .intro-wrapper .right div.input.checkbox input {
            float: left;
            margin-bottom: 30px;
            margin-top: 5px;
            margin-right: 10px; }
          main.page section.sponsorships-page .intro-wrapper .right div.input.checkbox label, main.page section.groups-page .intro-wrapper .right div.input.checkbox label, main.page section.brochure-page .intro-wrapper .right div.input.checkbox label {
            font-size: 16px; }
          main.page section.sponsorships-page .intro-wrapper .right div.input select, main.page section.groups-page .intro-wrapper .right div.input select, main.page section.brochure-page .intro-wrapper .right div.input select {
            display: block;
            font-size: 14px;
            padding: 6px;
            height: 32px;
            width: calc( 100% - 24px); }
        main.page section.sponsorships-page .intro-wrapper .right .buttons, main.page section.groups-page .intro-wrapper .right .buttons, main.page section.brochure-page .intro-wrapper .right .buttons {
          margin-top: 0;
          padding-top: 10px;
          padding-bottom: 0;
          margin-bottom: 0; }
          main.page section.sponsorships-page .intro-wrapper .right .buttons button, main.page section.groups-page .intro-wrapper .right .buttons button, main.page section.brochure-page .intro-wrapper .right .buttons button {
            display: inline-block;
            color: #7c439a;
            line-height: 1em;
            font-size: 15px;
            font-weight: 700;
            border: 2px solid #7c439a;
            padding: 10px;
            text-transform: uppercase;
            text-decoration: none;
            border-radius: 0;
            text-shadow: none;
            box-shadow: none;
            background-image: none;
            background-color: transparent;
            font-family: Ubuntu,Arial,sans-serif; }
            main.page section.sponsorships-page .intro-wrapper .right .buttons button span, main.page section.groups-page .intro-wrapper .right .buttons button span, main.page section.brochure-page .intro-wrapper .right .buttons button span {
              font-weight: 700; }
            main.page section.sponsorships-page .intro-wrapper .right .buttons button:hover, main.page section.groups-page .intro-wrapper .right .buttons button:hover, main.page section.brochure-page .intro-wrapper .right .buttons button:hover {
              color: #fff;
              background: #a47db8; }

@media screen and (min-width: 1300px) {
  section.confirmation-page {
    padding: 0 200px; } }

section.confirmation-page a.button {
  display: inline-block;
  background-color: #7c439a;
  margin: 10px auto 20px;
  line-height: 1em;
  font-size: 15px;
  font-weight: 700;
  border: 2px solid #7c439a;
  padding: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff; }
  section.confirmation-page a.button:hover {
    background: #4e2667; }

section.confirmation-page h3 {
  color: #633582;
  text-align: center;
  font-size: 24px;
  margin: 0 auto 15px; }

section.register {
  color: #54585a; }
  @media screen and (min-width: 1300px) {
    section.register {
      padding: 0 200px; } }
  section.register input[type=text],
  section.register select {
    padding: 5px;
    width: auto;
    display: inline;
    margin-right: 10px;
    margin-left: 4px;
    max-width: 100%; }
    @media screen and (max-width: 640px) {
      section.register input[type=text],
      section.register select {
        margin-left: 0; } }
  section.register span.small {
    font-size: 10px; }
  section.register div.error {
    background-color: #FFB6C1;
    padding: 20px;
    margin-bottom: 20px;
    border: 3px solid red; }
  section.register .group-note {
    margin-left: 244px;
    color: red;
    font-size: 12px; }
    @media screen and (max-width: 640px) {
      section.register .group-note {
        margin-left: 0; } }
  section.register div.form-field {
    float: left;
    width: 180px;
    margin: 0px 10px 0px 0px;
    padding: 0px 10px 5px 0px; }
  section.register div.form-field em {
    color: red;
    font-weight: bold; }
  section.register div.form-container {
    float: left;
    width: 426px;
    margin: 0px 0px 0px 0px; }
  section.register div.form-summary {
    float: left;
    width: 191px;
    background: #eee;
    border: 1px solid #666;
    margin-top: 18px; }
  section.register div.form-summary div {
    padding: 15px; }
  section.register div.form-container div {
    float: left;
    width: 180px;
    margin: 0px 10px 0px 0px; }
  section.register div.form-field input {
    width: 170px; }
  section.register label.error {
    font-size: 10px;
    color: red; }
  section.register input.next-button {
    font-weight: bold;
    color: green;
    padding: 10px;
    cursor: pointer; }
  section.register div.input {
    padding-bottom: 15px; }
  section.register div.reg-right div.input.text {
    padding-bottom: 10px; }
  section.register div.text label,
  section.register div.select label {
    float: left;
    width: 240px;
    padding-top: 6px;
    text-align: right;
    padding-right: 20px;
    position: relative; }
    @media screen and (max-width: 640px) {
      section.register div.text label,
      section.register div.select label {
        text-align: left;
        padding-bottom: 6px;
        width: 100%; } }
    section.register div.text label em,
    section.register div.select label em {
      position: absolute;
      right: 4px;
      top: 9px; }
      @media screen and (max-width: 640px) {
        section.register div.text label em,
        section.register div.select label em {
          position: relative;
          top: inherit;
          right: inherit; } }
  section.register div.text label.error,
  section.register div.select label.error {
    float: none;
    font-size: 10px;
    padding-left: 134px;
    color: red;
    width: 260px;
    margin-top: -6px;
    padding-top: 0; }
  section.register div.error {
    margin: 20px 0px;
    display: none; }
  section.register input.error {
    border: 2px solid red; }
  section.register select.error {
    border: 2px solid red; }
  section.register img.credit-card {
    cursor: pointer; }
  section.register div.center {
    text-align: center; }
  section.register div.promo {
    display: none;
    padding-top: 12px;
    margin-top: 8px;
    border-top: 1px solid #999; }
  section.register div#extra-attendees {
    margin: 0px 0px 50px 0px;
    overflow: hidden;
    display: none; }
    section.register div#extra-attendees p {
      font-size: 18px;
      color: #54585a;
      font-weight: 300;
      line-height: 1.4em;
      margin-top: 0;
      margin-bottom: 20px;
      text-align: center; }
    section.register div#extra-attendees .attendee {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto;
      display: none;
      margin-bottom: 15px; }
      section.register div#extra-attendees .attendee::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (max-width: 640px) {
        section.register div#extra-attendees .attendee {
          margin-bottom: 30px; } }
      section.register div#extra-attendees .attendee .col {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 14.7019566472%; }
        section.register div#extra-attendees .attendee .col:last-child {
          margin-right: 0; }
        @media screen and (max-width: 640px) {
          section.register div#extra-attendees .attendee .col {
            float: left;
            display: block;
            margin-right: 2.3576520234%;
            width: 100%; }
            section.register div#extra-attendees .attendee .col:last-child {
              margin-right: 0; } }
        section.register div#extra-attendees .attendee .col label {
          font-size: 11px;
          font-weight: bold;
          display: block;
          float: none;
          line-height: 14px; }
          @media screen and (max-width: 640px) {
            section.register div#extra-attendees .attendee .col label {
              padding-bottom: 5px; } }
        section.register div#extra-attendees .attendee .col input[type=text], section.register div#extra-attendees .attendee .col input[type=email] {
          width: 100%;
          padding: 5px;
          margin: 0; }
          @media screen and (max-width: 640px) {
            section.register div#extra-attendees .attendee .col input[type=text], section.register div#extra-attendees .attendee .col input[type=email] {
              margin-bottom: 10px; } }
  section.register button#complete-order {
    font-weight: bold;
    color: green;
    cursor: pointer;
    margin-left: 264px;
    margin-top: 20px;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      section.register button#complete-order {
        margin-left: 0; } }
  section.register button#complete-order span {
    padding: 10px 40px 10px 10px;
    display: block;
    background-image: url("/assets/images/site/icons/success.png");
    background-repeat: no-repeat;
    background-position: right center; }
  section.register button#complete-order span.wait {
    background-image: url("/assets/images/site/icons/clock.png"); }
  section.register div.secure-icon {
    background: transparent url(/assets/images/site/icons/locked.png) no-repeat scroll 0 0;
    margin-bottom: 30px;
    padding-left: 45px;
    font-size: 12px;
    line-height: 17px;
    margin-top: 20px; }
  section.register em {
    color: red; }
  section.register span.price {
    font-size: 11px; }
  section.register div.error-msg {
    display: none; }
  section.register #ticket-box div.input,
  section.register .panel div.input {
    overflow: hidden;
    padding-bottom: 15px; }
  section.register .panel span {
    float: none;
    display: inline-block;
    padding-top: 6px;
    font-size: 14px;
    padding-left: 20px; }
  section.register .panel {
    background: #f2f2f2;
    border: solid 1px #e6e6e6;
    margin: 0 0 22px 0;
    padding: 20px; }
  section.register .prices .row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    section.register .prices .row::after {
      clear: both;
      content: "";
      display: block; }
  section.register .prices .ticket-prices {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 57.3509783236%; }
    section.register .prices .ticket-prices:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      section.register .prices .ticket-prices {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 65.8807826589%; }
        section.register .prices .ticket-prices:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      section.register .prices .ticket-prices {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-right: 0; }
        section.register .prices .ticket-prices:last-child {
          margin-right: 0; } }
  section.register .prices .price-break-message {
    float: left;
    display: block;
    margin-right: 2.3576520234%;
    width: 40.291369653%;
    padding: 20px 80px 20px 20px;
    border-left: 2px solid #7c439a;
    font-size: 18px;
    font-weight: normal;
    line-height: 1.5em;
    color: #7c439a; }
    section.register .prices .price-break-message:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      section.register .prices .price-break-message {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 31.7615653177%;
        padding-right: 20px;
        font-size: 18px; }
        section.register .prices .price-break-message:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      section.register .prices .price-break-message {
        float: left;
        display: block;
        margin-right: 2.3576520234%;
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
        border-top: 2px solid #7c439a;
        border-left: 0;
        font-size: 18px;
        padding: 20px 0 0 0; }
        section.register .prices .price-break-message:last-child {
          margin-right: 0; } }
  section.register .prices label {
    font-weight: bold; }
  section.register .prices .apply-promo {
    padding: 5px 12px; }
  section.register .prices .have-promo {
    padding-left: 245px; }
    @media screen and (max-width: 640px) {
      section.register .prices .have-promo {
        padding: 15px 0;
        text-align: center; } }
    section.register .prices .have-promo a {
      font-size: 12px; }
  section.register .totals {
    margin-top: 30px;
    padding-bottom: 5px; }
    @media screen and (max-width: 640px) {
      section.register .totals label {
        width: 120px !important;
        display: inline-block;
        font-size: 13px;
        padding-right: 0 !important; }
      section.register .totals span {
        padding-left: 0; } }
    section.register .totals .savings {
      margin-bottom: 0;
      padding-bottom: 0 !important; }
  section.register .register-form {
    padding-left: 20px; }
    @media screen and (max-width: 640px) {
      section.register .register-form {
        padding-left: 0; } }
  @media screen and (max-width: 640px) {
    section.register span#cvv {
      padding-top: 15px;
      display: block; } }
  section.register h4 {
    color: #7c439a;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    font-family: Ubuntu;
    max-width: 900px;
    margin: 50px 0px 30px -20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #7c439a;
    text-align: center; }
    @media screen and (max-width: 640px) {
      section.register h4 {
        margin: 50px 0px 30px; } }

/* ==========================================================================
/* Common Shared Elements
   ========================================================================== */
body {
  font-family: Ubuntu; }
  body a {
    color: #633582; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  margin-bottom: 18px; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.testimonial {
  background: #f4f4f4;
  margin: 90px 0 60px;
  position: relative; }
  section.testimonial .testimonial-wrapper {
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
    min-height: 300px;
    background-image: url(/new-assets/events/images/icons/quote-marks-leadership-women.png);
    background-repeat: no-repeat; }
    @media screen and (min-width: 1300px) {
      section.testimonial .testimonial-wrapper {
        padding: 30px 260px 30px 260px;
        background-position: 200px 40px; } }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      section.testimonial .testimonial-wrapper {
        padding: 30px 0px 30px 60px;
        background-position: 0px 40px; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      section.testimonial .testimonial-wrapper {
        padding: 30px 0px 30px 60px;
        background-position: 0px 40px; } }
    @media screen and (max-width: 640px) {
      section.testimonial .testimonial-wrapper {
        background-size: 45px;
        background-position: 0px 30px; } }
  section.testimonial .text {
    font-size: 24px;
    font-family: Ubuntu;
    color: #633582;
    font-weight: 300;
    line-height: 44px; }
    @media screen and (min-width: 1300px) {
      section.testimonial .text {
        padding-left: 100px; } }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      section.testimonial .text {
        padding-left: 100px; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      section.testimonial .text {
        padding-left: 90px;
        font-size: 20px;
        line-height: 36px; } }
    @media screen and (max-width: 640px) {
      section.testimonial .text {
        padding-left: 60px;
        padding-right: 10px;
        font-size: 18px;
        line-height: 24px; } }
  section.testimonial .author {
    font-family: 'Lora', serif;
    font-size: 18px;
    text-align: right;
    padding: 40px 40px 0 0;
    color: #633582; }
    section.testimonial .author span {
      margin-top: 5px;
      display: block;
      font-size: 16px;
      font-style: italic;
      line-height: 1.4em; }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      section.testimonial .author {
        padding-right: 150px; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      section.testimonial .author {
        padding-right: 150px; } }
    @media screen and (max-width: 640px) {
      section.testimonial .author {
        text-align: left;
        padding-left: 100px;
        font-size: 16px;
        font-weight: bold; }
        section.testimonial .author span {
          font-size: 14px;
          font-weight: normal; } }
  section.testimonial .headshot {
    transform: rotate(45deg);
    border: 2.5px solid #633582;
    background: #633582;
    position: relative;
    height: 90px;
    width: 90px;
    overflow: hidden;
    position: absolute;
    bottom: -8px;
    right: 160px; }
    section.testimonial .headshot img {
      transform: rotate(-45deg);
      height: 150%;
      width: 150%;
      max-width: 150%;
      position: relative;
      top: -20px;
      left: -20px; }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      section.testimonial .headshot {
        right: 20px; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      section.testimonial .headshot {
        right: 20px; } }
    @media screen and (max-width: 640px) {
      section.testimonial .headshot {
        left: 20px;
        height: 60px;
        width: 60px;
        bottom: 25px; }
        section.testimonial .headshot img {
          top: -15px;
          left: -15px; } }

section.pricing-chart {
  text-align: center;
  font-family: Ubuntu, sans-serif; }
  section.pricing-chart h2 {
    text-align: center;
    margin: 0 auto; }
  section.pricing-chart p {
    color: #7231b2;
    font-size: 18px; }
  section.pricing-chart img {
    margin-left: -260px; }
  section.pricing-chart .chart {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-left: 0;
    margin-top: 20px;
    background: url(/new-assets/events/images/tmp/Tri_Mosaic_BG_LfW_1.jpg) no-repeat;
    background-size: cover; }
    section.pricing-chart .chart::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 1024px) and (max-width: 1299px) {
      section.pricing-chart .chart {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto; }
        section.pricing-chart .chart::after {
          clear: both;
          content: "";
          display: block; } }
    @media screen and (max-width: 1023px) {
      section.pricing-chart .chart.desktop {
        display: none; } }
    section.pricing-chart .chart.mobile {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      section.pricing-chart .chart.mobile::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        section.pricing-chart .chart.mobile {
          margin: 30px 120px; } }
      @media screen and (min-width: 1024px) {
        section.pricing-chart .chart.mobile {
          display: none; } }
      section.pricing-chart .chart.mobile .desc,
      section.pricing-chart .chart.mobile .gen,
      section.pricing-chart .chart.mobile .vip,
      section.pricing-chart .chart.mobile .pla {
        width: 100%;
        padding: 10px 20px;
        margin-right: 0;
        border-right: 0; }
        section.pricing-chart .chart.mobile .desc p,
        section.pricing-chart .chart.mobile .gen p,
        section.pricing-chart .chart.mobile .vip p,
        section.pricing-chart .chart.mobile .pla p {
          color: #fff;
          margin: 5px 0;
          font-size: 14px; }
          section.pricing-chart .chart.mobile .desc p i.fa,
          section.pricing-chart .chart.mobile .gen p i.fa,
          section.pricing-chart .chart.mobile .vip p i.fa,
          section.pricing-chart .chart.mobile .pla p i.fa {
            line-height: 1em;
            padding-right: 10px; }
  section.pricing-chart .row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    border-bottom: 1px solid #a47db8;
    display: flex; }
    section.pricing-chart .row::after {
      clear: both;
      content: "";
      display: block; }
    section.pricing-chart .row:last-child {
      border-bottom: 0px; }
    section.pricing-chart .row.first {
      border-bottom: 0px;
      position: relative; }
      section.pricing-chart .row.first div {
        padding-bottom: 0; }
      section.pricing-chart .row.first span.type {
        display: block;
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        font-weight: bold;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 2px; }
      section.pricing-chart .row.first .price {
        margin-left: 18px; }
      section.pricing-chart .row.first .dollar {
        font-size: 50px;
        letter-spacing: -2px; }
      section.pricing-chart .row.first sup {
        font-size: 20px;
        vertical-align: 7px; }
      section.pricing-chart .row.first .tax {
        font-size: 15px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: -1px; }
      section.pricing-chart .row.first .limited {
        position: absolute;
        right: -10px;
        bottom: -30px;
        width: 171px;
        height: 33px;
        z-index: 10; }
        section.pricing-chart .row.first .limited.eng.leadership {
          background: url(/new-assets/events/images/icons/limited-flag-eng-leadership-women.png) no-repeat; }
        section.pricing-chart .row.first .limited.fre.leadership {
          background: url(/new-assets/events/images/icons/limited-flag-eng-leadership-women.png) no-repeat; }
        @media screen and (max-width: 640px) {
          section.pricing-chart .row.first .limited {
            bottom: -20px; } }
    section.pricing-chart .row.second div {
      padding-top: 0; }
    section.pricing-chart .row.second .desc {
      font-size: 16px;
      text-transform: uppercase;
      color: #7c439a;
      font-weight: bold; }
    @media screen and (max-width: 640px) {
      section.pricing-chart .row.second .pla {
        padding-top: 20px; } }
    section.pricing-chart .row .desc {
      background-color: #fff;
      text-align: left; }
      section.pricing-chart .row .desc p {
        display: table;
        height: 38px;
        width: 100%;
        padding: 0px;
        margin: 0; }
      section.pricing-chart .row .desc span {
        display: table-cell;
        padding-right: 40px;
        vertical-align: middle;
        font-size: 13px;
        line-height: 1.4em;
        font-weight: 500;
        color: #606163; }
        section.pricing-chart .row .desc span.exclusive {
          font-weight: bold;
          padding-right: 20px;
          color: #7c439a; }
    section.pricing-chart .row.buttons .gen,
    section.pricing-chart .row.buttons .vip,
    section.pricing-chart .row.buttons .pla {
      padding-top: 15px;
      padding-bottom: 20px; }
    section.pricing-chart .row.books img {
      display: inline-block;
      height: 50px;
      margin: 0; }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        section.pricing-chart .row.books img {
          margin-top: 10px;
          height: 100px; } }
      @media screen and (max-width: 640px) {
        section.pricing-chart .row.books img {
          margin-top: 10px;
          height: auto;
          max-height: 100px; } }
    section.pricing-chart .row .desc,
    section.pricing-chart .row .gen,
    section.pricing-chart .row .vip,
    section.pricing-chart .row .pla {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 23.2317609825%;
      width: 25%;
      padding: 10px 20px;
      margin-right: 0;
      border-right: 20px solid white; }
      section.pricing-chart .row .desc:last-child,
      section.pricing-chart .row .gen:last-child,
      section.pricing-chart .row .vip:last-child,
      section.pricing-chart .row .pla:last-child {
        margin-right: 0; }
    section.pricing-chart .row .gen,
    section.pricing-chart .row .vip,
    section.pricing-chart .row .pla {
      color: white; }
      section.pricing-chart .row .gen i.fa,
      section.pricing-chart .row .vip i.fa,
      section.pricing-chart .row .pla i.fa {
        font-size: 24px;
        line-height: 34px; }
    section.pricing-chart .row .desc {
      width: calc(25% + 20px); }
    section.pricing-chart .row .gen {
      background: #000;
      background: rgba(124, 67, 154, 0.6); }
    section.pricing-chart .row .vip {
      background: #000;
      background: rgba(99, 53, 130, 0.6); }
    section.pricing-chart .row .pla {
      background: #000;
      background: rgba(78, 38, 103, 0.6);
      margin-right: 0;
      border-right: 0;
      width: calc(25% - 20px); }
    section.pricing-chart .row .register {
      display: inline-block;
      color: #fff;
      margin-top: 1px;
      line-height: 1em;
      font-size: 15px;
      font-weight: 700;
      border: 2px solid #fff;
      padding: 10px 15px;
      text-transform: uppercase;
      text-decoration: none; }
      section.pricing-chart .row .register:hover {
        background-color: rgba(0, 0, 0, 0.2); }

section.sponsors {
  overflow: hidden;
  text-align: center;
  position: relative; }
  section.sponsors .container, section.sponsors .content-wrapper.base {
    position: relative; }
    @media screen and (min-width: 1300px) {
      section.sponsors .container, section.sponsors .content-wrapper.base {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0; } }
  section.sponsors .sponsor-slider {
    width: 100%;
    margin: auto;
    padding: 0px 0 60px;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    section.sponsors .sponsor-slider::after {
      clear: both;
      content: "";
      display: block; }
    section.sponsors .sponsor-slider div.sponsor {
      float: left;
      display: block;
      margin-right: 2.3576520234%;
      width: 14.7019566472%;
      text-align: center;
      display: inline-block;
      float: none; }
      section.sponsors .sponsor-slider div.sponsor:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1024px) {
        section.sponsors .sponsor-slider div.sponsor {
          text-align: center;
          display: inline-block;
          float: none; }
          section.sponsors .sponsor-slider div.sponsor:nth-child(6n) {
            margin-right: 0; }
          section.sponsors .sponsor-slider div.sponsor:nth-child(6n+1) {
            clear: left; } }
      @media screen and (max-width: 1023px) {
        section.sponsors .sponsor-slider div.sponsor {
          float: left;
          display: block;
          margin-right: 2.3576520234%;
          width: 31.7615653177%;
          text-align: center;
          display: inline-block;
          float: none; }
          section.sponsors .sponsor-slider div.sponsor:last-child {
            margin-right: 0; }
          section.sponsors .sponsor-slider div.sponsor:nth-child(3n) {
            margin-right: 0; }
          section.sponsors .sponsor-slider div.sponsor:nth-child(3n+1) {
            clear: left; } }

/* -----------------------------------------
   Honey Pot Form Input Styles
----------------------------------------- */
div.hp-one {
  display: none; }

div.hp-two {
  height: 0px;
  width: 0px;
  overflow: hidden; }

div.hp-three {
  position: relative;
  height: 1px; }

div.hp-three input {
  position: absolute;
  left: -9999px; }

/*# sourceMappingURL=leadership-women.css.map */