@charset "UTF-8";
/* ==========================================================================
   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; }

.inline-block, .inline-list, .list-cards, .follow-us ul, .side-menu nav ul, footer .carousel ul, footer .footer-about-us ul.sitemap, footer .footer-recent-tweets .tweets, footer .copyright-wrapper .legal ul, .inline-list li, .list-cards li, .follow-us ul li, .side-menu nav ul li, footer .carousel ul li, footer .footer-about-us ul.sitemap li, footer .footer-recent-tweets .tweets li, footer .copyright-wrapper .legal ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.unstyled-list, .inline-list, .list-cards, .follow-us ul, .side-menu nav ul, footer .carousel ul, footer .footer-about-us ul.sitemap, footer .footer-recent-tweets .tweets, footer .copyright-wrapper .legal ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .unstyled-list li, .inline-list li, .list-cards li, .follow-us ul li, .side-menu nav ul li, footer .carousel ul li, footer .footer-about-us ul.sitemap li, footer .footer-recent-tweets .tweets li, footer .copyright-wrapper .legal ul li {
    margin-top: 0;
    margin-bottom: 0; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* close commented backslash hack */
/* ==========================================================================
/* 0.0 - Table of Contents
   ==========================================================================

  1.0  - Variables, fonts, imports and mixins
  2.0  - Basic structures and wrappers
  3.0  - Basic font styles
  4.0  - Top of page header & primary navigation
  5.0  - Breadcrumbs
  6.0  - Primary Content Area
  7.0  - Sidebars and Asides
  8.0  - Common Shared Elements
  9.0  - Page & Section Specific Elements
  10.0 - Footer

/* ==========================================================================
/* 1.0 - Variables, fonts, imports and mixins
   ========================================================================== */
.body-font, section#main h2.subhead, section#main p, section#main li {
  font-family: 'Source Sans Pro' !important;
  font-style: normal;
  font-weight: 300;
  color: #000;
  -moz-osx-font-smoothing: grayscale !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

a {
  color: #ea7f1e; }

.container, .tablet-coming-soon .coming-soon-wrapper {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1260px; }
  .container::after, .tablet-coming-soon .coming-soon-wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .container, .tablet-coming-soon .coming-soon-wrapper {
      max-width: 990px;
      width: 990px !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .container, .tablet-coming-soon .coming-soon-wrapper {
      max-width: 740px;
      width: 740px !important; } }
  @media screen and (max-width: 640px) {
    .container, .tablet-coming-soon .coming-soon-wrapper {
      max-width: 580px;
      min-width: 320px !important;
      width: 100% !important; } }

.no-desktop {
  display: none !important; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .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: 1279px) {
  .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, header .upper, header .lower .navigation-wrapper nav#menu, header .lower .search-wrapper, header .nav-bar {
    display: none !important; } }

.only-desktop {
  display: inherit !important; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .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: 1279px) {
    .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: 1279px) {
    .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, header .lower .mobile-toggle, #mobile-menu {
  display: none !important; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .only-mobile, header .lower .mobile-toggle, #mobile-menu {
      display: none !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .only-mobile, header .lower .mobile-toggle, #mobile-menu {
      display: none !important; } }
  @media screen and (max-width: 640px) {
    .only-mobile, header .lower .mobile-toggle, #mobile-menu {
      display: inherit !important; } }

dd {
  margin: 0; }

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

/* ==========================================================================
/* 2.0 - Basic structures and wrappers
   ========================================================================== */
@media screen and (max-width: 640px) {
  .container, .tablet-coming-soon .coming-soon-wrapper {
    padding: 0 10px; } }

.art-of-border-colours.border-marketing, section#main h1.border-marketing, .art-of-border-colours.border-Marketing, section#main h1.border-Marketing {
  border-color: #7ac142 !important; }

.art-of-border-colours.border-sales, section#main h1.border-sales, .art-of-border-colours.border-Sales, section#main h1.border-Sales {
  border-color: #ee3124 !important; }

.art-of-border-colours.border-innovation, section#main h1.border-innovation, .art-of-border-colours.border-Innovation, section#main h1.border-Innovation {
  border-color: #008fc5 !important; }

.art-of-border-colours.border-leadership, section#main h1.border-leadership, .art-of-border-colours.border-Leadership, section#main h1.border-Leadership {
  border-color: #005288 !important; }

.art-of-border-colours.border-management, section#main h1.border-management, .art-of-border-colours.border-Management, section#main h1.border-Management {
  border-color: #fdb813 !important; }

.art-of-border-colours.border-learning, section#main h1.border-learning, .art-of-border-colours.border-Learning, section#main h1.border-Learning {
  border-color: #e77c25 !important; }

.art-of-border-colours.border-general, section#main h1.border-general {
  border-color: #e77c25 !important; }

.art-of-border-colours.border-small-business, section#main h1.border-small-business {
  border-color: #008fc5 !important; }

.art-of-border-colours.border-leadership-women, section#main h1.border-leadership-women {
  border-color: #7d4199 !important; }

/* ==========================================================================
/* 3.0 - Basic font styles
   ========================================================================== */
section#main h1 {
  color: #666;
  padding: 0 0 0 10px;
  border-left: 20px solid #e77c25;
  font-weight: normal;
  font-size: 47px;
  font-family: 'Ubuntu Condensed';
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
  position: relative; }
  @media screen and (max-width: 640px) {
    section#main h1 {
      font-size: 38px; } }

section#main h2.subhead {
  font-size: 29px;
  line-height: 38px;
  margin-bottom: 20px;
  margin-top: 20px; }
  @media screen and (min-width: 1280px) {
    section#main h2.subhead {
      padding-right: 50px; } }
  section#main h2.subhead span.quote-attribution {
    display: block;
    font-size: 18px;
    padding-left: 20px; }

section#main h3 {
  color: #555;
  border-bottom: 1px solid #ccc;
  padding: 0 0 15px 0;
  font-weight: normal;
  font-size: 29px;
  font-family: 'Ubuntu Condensed';
  margin: 40px 0 15px 0;
  letter-spacing: -0.25px; }

section#main p, section#main li {
  font-size: 18px;
  line-height: 29px; }
  section#main p.type, section#main li.type {
    font-size: 13px;
    line-height: 1em;
    border-bottom: 1px solid #bbb;
    display: inline-block;
    color: #666;
    margin: 0 0px 10px 0px;
    padding: 0 0 5px;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase; }

section#main p strong {
  font-weight: 600;
  color: #222; }

section#main hr {
  width: 40%;
  margin: 30px auto 25px;
  text-align: center;
  color: #ccc;
  border-color: #ccc;
  background-color: #ccc; }

.body-copy p a, .body-copy li a {
  display: inline-block;
  padding: 0px 5px;
  background: #f6f6f6;
  color: #e77c25;
  font-weight: normal; }
  .body-copy p a:hover, .body-copy li a:hover {
    background-color: #e77c25;
    color: #fff;
    text-decoration: none; }
  .body-copy p a img, .body-copy li a img {
    padding-top: 5px; }

/* ==========================================================================
/* 4.0 - Top of page header & primary navigation
   ========================================================================== */
header {
  top: 0;
  margin-top: 0px;
  min-height: 55px;
  width: 100%;
  z-index: 100;
  position: fixed;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+72,0+100 */
  background: -moz-linear-gradient(top, white 0%, white 72%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 72%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 72%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  /* top right menu */
  /* search box */
  /* dropdown navigation */ }
  header .upper {
    margin-top: 16px;
    height: 26px !important;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out; }
    header .upper ul.social {
      float: right;
      margin: 0;
      padding: 0 0 0 20px;
      position: relative !important;
      z-index: 1000 !important;
      list-style: none outside none; }
      header .upper ul.social li {
        display: inline-block;
        padding: 0;
        margin: 1px 0 0 5px;
        list-style: none outside none; }
        header .upper ul.social li a {
          height: 16px;
          width: 16px;
          display: block;
          margin: 0 auto 5px;
          background-size: contain; }
    header .upper ul.utility {
      float: right;
      margin: 4px 0 0 0;
      padding: 0;
      position: relative !important;
      z-index: 1000 !important;
      list-style: none outside none;
      font-size: 12px;
      line-height: 12px; }
      header .upper ul.utility li {
        display: inline-block;
        list-style: none outside none;
        margin: 0 0 0 8px;
        padding: 0 0 0 10px;
        border-left: 1px solid #ddd; }
        header .upper ul.utility li:first-child {
          border: none; }
        header .upper ul.utility li a {
          color: #888;
          text-decoration: none; }
          header .upper ul.utility li a:hover, header .upper ul.utility li a:focus {
            color: #ea7f1e; }
  header .lower {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 100; }
    header .lower::after {
      clear: both;
      content: "";
      display: table; }
    @media screen and (max-width: 640px) {
      header .lower {
        margin-top: 0px; } }
    header .lower .white-bg {
      background: #fff; }
    header .lower .container, header .lower .tablet-coming-soon .coming-soon-wrapper, .tablet-coming-soon header .lower .coming-soon-wrapper {
      position: relative; }
    header .lower .logo-wrapper {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 14.7019570017%;
      margin-top: -20px;
      transition: all 500ms ease-in-out;
      -webkit-transition: all 500ms ease-in-out;
      -moz-transition: all 500ms ease-in-out;
      -ms-transition: all 500ms ease-in-out;
      -o-transition: all 500ms ease-in-out; }
      header .lower .logo-wrapper:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        header .lower .logo-wrapper {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          padding-top: 0px;
          padding-bottom: 10px;
          margin-top: 0; }
          header .lower .logo-wrapper:last-child {
            margin-right: 0; } }
      header .lower .logo-wrapper img {
        position: relative;
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -ms-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
        max-height: 65px; }
        @media screen and (max-width: 640px) {
          header .lower .logo-wrapper img {
            top: 7px;
            height: 38px;
            max-height: 38px; } }
    header .lower .navigation-wrapper {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 57.3509785009%; }
      header .lower .navigation-wrapper:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1024px) and (max-width: 1279px) {
        header .lower .navigation-wrapper {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 65.8807828007%; }
          header .lower .navigation-wrapper:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        header .lower .navigation-wrapper {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 82.9403914003%;
          margin-right: 0;
          text-align: right; }
          header .lower .navigation-wrapper:last-child {
            margin-right: 0; } }
      @media screen and (max-width: 640px) {
        header .lower .navigation-wrapper {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 48.821174201%;
          margin-right: 0px; }
          header .lower .navigation-wrapper:last-child {
            margin-right: 0; } }
    header .lower .mobile-toggle {
      text-align: right; }
      header .lower .mobile-toggle #nav-toggle {
        font-family: 'Ubuntu Condensed';
        font-size: 28px;
        top: 9px;
        text-decoration: none;
        display: inline-block;
        padding-right: 34px;
        position: relative;
        text-transform: uppercase;
        letter-spacing: -1px; }
        header .lower .mobile-toggle #nav-toggle span {
          right: 0;
          top: 15px; }
          header .lower .mobile-toggle #nav-toggle span:before {
            top: -8px; }
          header .lower .mobile-toggle #nav-toggle span:after {
            bottom: -8px; }
        header .lower .mobile-toggle #nav-toggle span, header .lower .mobile-toggle #nav-toggle span:before, header .lower .mobile-toggle #nav-toggle span:after {
          cursor: pointer;
          border-radius: 1px;
          height: 3px;
          width: 25px;
          background: #ea7f1e;
          position: absolute;
          display: block;
          content: '';
          transition: all 500ms ease-in-out; }
        header .lower .mobile-toggle #nav-toggle.active span {
          background-color: transparent; }
          header .lower .mobile-toggle #nav-toggle.active span:before {
            transform: rotate(45deg); }
          header .lower .mobile-toggle #nav-toggle.active span:after {
            transform: rotate(-45deg); }
        header .lower .mobile-toggle #nav-toggle.active span, header .lower .mobile-toggle #nav-toggle.active span:before, header .lower .mobile-toggle #nav-toggle.active span:after {
          top: 7px; }
    header .lower .search-wrapper {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%;
      float: right !important; }
      header .lower .search-wrapper:last-child {
        margin-right: 0; }
      @media screen and (min-width: 1024px) and (max-width: 1279px) {
        header .lower .search-wrapper {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 14.7019570017%; }
          header .lower .search-wrapper:last-child {
            margin-right: 0; } }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        header .lower .search-wrapper {
          display: none; } }
      header .lower .search-wrapper .search {
        padding-top: 2px; }
      header .lower .search-wrapper input.page-search {
        width: 200px;
        padding: 2px 4px 0;
        font-size: 13px;
        border: 0;
        float: left; }
        @media screen and (min-width: 1024px) and (max-width: 1279px) {
          header .lower .search-wrapper input.page-search {
            width: 120px; } }
        header .lower .search-wrapper input.page-search:focus {
          outline: 0; }
  header .search {
    margin-top: 25px;
    margin-bottom: 0;
    height: 22px;
    right: 0px;
    text-align: right; }
    header .search form {
      padding: 0;
      margin: 0; }
    header .search .submit {
      display: block;
      float: right;
      height: 20px;
      width: 20px; }
    header .search .search-border {
      border: 1px solid #939598;
      padding: 0;
      margin: 0;
      overflow: hidden; }
    header .search input .page-search {
      border: 0;
      height: 20px;
      font-size: 13px;
      width: 80px;
      display: block;
      margin: 0;
      padding: 2px !important;
      border-radius: 0;
      float: left;
      -webkit-transition: all 0.7s ease 0s;
      -moz-transition: all 0.7s ease 0s;
      -o-transition: all 0.7s ease 0s;
      transition: all 0.7s ease 0s; }
  header .nav-bar {
    font-family: 'Ubuntu Condensed';
    margin: 25px 0 0 0;
    padding: 0;
    position: relative;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      header .nav-bar {
        margin-top: 16px; } }
    header .nav-bar li > ul {
      background: #fff;
      padding: .5em;
      border: 1px solid #a8a9ad;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
      -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
      -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
      position: absolute;
      margin: 0;
      list-style: none outside none;
      z-index: 200;
      display: none;
      top: 23px;
      min-width: 200px;
      margin-top: 10px;
      margin-left: -20px;
      overflow: visible; }
      header .nav-bar li > ul:before {
        content: ' ';
        height: 19px;
        position: absolute;
        z-index: 200;
        top: -20px;
        left: 35px;
        width: 0;
        height: 0;
        border: 10px solid;
        border-color: transparent transparent #a8a9ad transparent; }
      header .nav-bar li > ul li {
        text-align: left; }
        header .nav-bar li > ul li a {
          color: #636365;
          display: block;
          font-size: 18px;
          text-transform: uppercase;
          height: auto;
          line-height: 1;
          padding: 15px 15px;
          text-decoration: none;
          cursor: pointer; }
          header .nav-bar li > ul li a:hover, header .nav-bar li > ul li a:active {
            background-color: #eee;
            color: #e5702c; }
    header .nav-bar > li {
      line-height: 20px;
      padding: 0 7px 0 7px !important;
      display: inline-block; }
      header .nav-bar > li.omega {
        margin-right: 0 !important;
        padding-right: 0 !important; }
        header .nav-bar > li.omega a:first-child {
          margin-right: 0 !important;
          padding-right: 0 !important; }
      header .nav-bar > li.alpha {
        padding-right: 7px !important;
        padding-left: 0px !important;
        position: relative; }
        header .nav-bar > li.alpha > a {
          padding-left: 0 !important; }
      header .nav-bar > li > a {
        color: #636365;
        text-transform: uppercase;
        border-bottom: 6px solid #fff; }
        header .nav-bar > li > a:hover {
          color: #ea7f1e; }
        header .nav-bar > li > a:first-child {
          display: block;
          text-decoration: none;
          font-size: 22px;
          position: relative;
          padding: 0 4px 10px 4px !important; }
          @media screen and (min-width: 1024px) and (max-width: 1279px) {
            header .nav-bar > li > a:first-child {
              font-size: 20px;
              padding: 0 4px 8px !important; } }
          @media screen and (min-width: 641px) and (max-width: 1023px) {
            header .nav-bar > li > a:first-child {
              font-size: 20px;
              padding: 0 0px !important; } }
          @media screen and (max-width: 640px) {
            header .nav-bar > li > a:first-child {
              font-size: 20px; } }
      header .nav-bar > li.active > a {
        border-bottom: 6px solid #ea7f1e; }
  header .nav-bar ul li.marketing a {
    color: #7ac142 !important;
    white-space: nowrap; }
  header .nav-bar ul li.marketing a:hover {
    background: #7ac142 !important;
    color: #212121 !important; }
  header .nav-bar ul li.sales a {
    color: #ee3124 !important;
    white-space: nowrap; }
  header .nav-bar ul li.sales a:hover {
    background: #ee3124 !important;
    color: #212121 !important; }
  header .nav-bar ul li.management a {
    color: #fdb813 !important;
    white-space: nowrap; }
  header .nav-bar ul li.management a:hover {
    background: #fdb813 !important;
    color: #212121 !important; }
  header .nav-bar ul li.leadership a {
    color: #005288 !important;
    white-space: nowrap; }
  header .nav-bar ul li.leadership a:hover {
    background: #005288 !important;
    color: #ffffff !important; }
  header .nav-bar ul li.small-business a {
    color: #008fc5 !important;
    white-space: nowrap; }
  header .nav-bar ul li.small-business a:hover {
    background: #008fc5 !important;
    color: #ffffff !important; }
  header .nav-bar ul li.leadership-women a {
    color: #7d4199 !important;
    white-space: nowrap; }
  header .nav-bar ul li.leadership-women a:hover {
    background: #7d4199 !important;
    color: #ffffff !important; }
  header .nav-bar ul li a span {
    display: block;
    font-size: 14px !important;
    color: #636365 !important; }
  header .nav-bar ul li a:hover span {
    color: #ffffff !important; }
  header .nav-bar .bubble {
    width: 19px;
    height: 20px;
    background: url("/assets/images/site/bg/navigation-bubble.png") no-repeat;
    background-size: 100%;
    color: #fff;
    padding: 0;
    font-weight: bold;
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 11px;
    line-height: 18px;
    text-align: center;
    opacity: 0.8; }
  header body.microsite-marketing .nav-bar > li.active > a {
    border-color: #7ac142; }
  header body.microsite-leadership .nav-bar > li.active > a {
    border-color: #005288; }
  header body.microsite-small-business .nav-bar > li.active > a {
    border-color: #008fc5; }
  header body.microsite-leadership-women .nav-bar > li.active > a {
    border-color: #7d4199; }
  header.fixed {
    background: #fff url("/new-assets/images/site/bgs/fixed-header.png") repeat-x;
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out; }
    @media screen and (max-width: 640px) {
      header.fixed {
        margin-top: -8em; }
        header.fixed.skinny {
          margin-top: 0; } }
    header.fixed .upper {
      margin-top: -26px; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      header.fixed .lower .nav-bar {
        margin-top: 36px; } }
    header.fixed .lower .logo-wrapper {
      padding-top: 30px; }
      @media screen and (max-width: 640px) {
        header.fixed .lower .logo-wrapper {
          padding-top: 0px !important; } }
      header.fixed .lower .logo-wrapper img {
        height: auto !important;
        width: auto !important;
        max-height: 44px !important; }
        @media screen and (max-width: 640px) {
          header.fixed .lower .logo-wrapper img {
            top: 7px !important;
            height: 38px !important;
            max-height: 38px !important; } }

section.hero-section {
  padding-bottom: 10px;
  /* Unslider */ }
  section.hero-section .unslider {
    overflow: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  section.hero-section .unslider-wrap {
    position: relative; }
  section.hero-section .unslider-wrap.unslider-carousel li {
    float: left; }
  section.hero-section .unslider-vertical > ul {
    height: 100%; }
  section.hero-section .unslider-vertical li {
    float: none;
    width: 100%; }
  section.hero-section .unslider-fade {
    position: relative; }
  section.hero-section .unslider-fade .unslider-wrap li {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 8; }
  section.hero-section .unslider-fade .unslider-wrap li.unslider-active {
    z-index: 10; }
  section.hero-section .unslider li, section.hero-section .unslider ol, section.hero-section .unslider ul {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none; }
  section.hero-section .unslider-arrow {
    position: absolute;
    left: 20px;
    z-index: 2;
    cursor: pointer; }
  section.hero-section .unslider-arrow.next {
    left: auto;
    right: 20px; }
  section.hero-section .unslider-nav ol {
    position: absolute;
    z-index: 30;
    list-style: none;
    bottom: -20px;
    left: 50%;
    margin-left: -50px;
    padding: 0; }
  section.hero-section .unslider-nav ol li {
    float: left;
    margin-left: 5px;
    cursor: pointer;
    color: #999999;
    text-indent: -9999px;
    background: url(/new-assets/images/site/bgs/slider-bullets.jpg) no-repeat 4px 0;
    width: 13px;
    height: 12px;
    overflow: hidden; }
  section.hero-section .unslider-nav ol li.unslider-active {
    color: #222222;
    background-position: -8px 0; }
  section.hero-section .home-slider-wrapper {
    margin-top: -7px;
    position: relative;
    overflow: visible; }
    section.hero-section .home-slider-wrapper .home-slider {
      overflow: hidden;
      height: 400px;
      max-height: 400px; }
      @media screen and (min-width: 1024px) and (max-width: 1279px) {
        section.hero-section .home-slider-wrapper .home-slider {
          height: 340px;
          max-height: 340px; } }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        section.hero-section .home-slider-wrapper .home-slider {
          height: 240px;
          max-height: 240px; } }
      @media screen and (max-width: 640px) {
        section.hero-section .home-slider-wrapper .home-slider {
          height: auto !important;
          max-height: 600px; } }
      section.hero-section .home-slider-wrapper .home-slider ul {
        margin: 0;
        padding: 0;
        list-style: none outside none;
        line-height: 1em; }
        section.hero-section .home-slider-wrapper .home-slider ul li {
          line-height: 1em;
          margin: 0;
          padding: 0; }
    section.hero-section .home-slider-wrapper .slider-bg {
      background: url(/assets/images/foundation/ST15_Event%20Header%20Banner.png);
      background-size: auto 400px;
      background-repeat: no-repeat;
      height: 400px;
      background-position: center; }
      @media screen and (min-width: 1024px) and (max-width: 1279px) {
        section.hero-section .home-slider-wrapper .slider-bg {
          height: 340px;
          background-size: auto 340px; } }
      @media screen and (min-width: 641px) and (max-width: 1023px) {
        section.hero-section .home-slider-wrapper .slider-bg {
          height: 240px;
          background-size: auto 240px; } }
      @media screen and (max-width: 640px) {
        section.hero-section .home-slider-wrapper .slider-bg {
          height: auto !important; } }
      section.hero-section .home-slider-wrapper .slider-bg a {
        display: block;
        height: 100%;
        width: 100%; }

.tablet-coming-soon {
  display: none; }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .tablet-coming-soon {
      display: block; } }
  .tablet-coming-soon .coming-soon-wrapper {
    position: relative; }
    .tablet-coming-soon .coming-soon-wrapper .coming-soon {
      width: 190px;
      position: absolute;
      top: -210px;
      right: -5px;
      padding: 12px 12px 5px 12px; }
      .tablet-coming-soon .coming-soon-wrapper .coming-soon .title {
        margin-top: -25px;
        background-color: #282828;
        margin-bottom: 12px;
        text-align: center;
        padding: 4px 0 6px 0;
        color: #ccc;
        display: block;
        font-size: 14px;
        font-family: 'Ubuntu Condensed'; }
      .tablet-coming-soon .coming-soon-wrapper .coming-soon .bubble {
        display: none; }

div.fade {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5d5d5+0,000000+100&0.65+0,0+100 */
  background: -moz-linear-gradient(top, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(213, 213, 213, 0.65)), color-stop(100%, transparent));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d5d5d5', endColorstr='#00000000',GradientType=0 );
  /* IE6-9 */
  min-height: 10px;
  width: 100%;
  z-index: 100;
  position: relative;
  border-top: 2px solid #d5d5d5; }

#mobile-menu {
  position: fixed;
  top: 0;
  left: -640px;
  width: 320px;
  height: 100%;
  background: #fff;
  z-index: 200;
  margin-top: 55px; }
  #mobile-menu nav.mobile-tabs {
    float: left;
    width: 20%;
    background: #202324;
    height: 100%;
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden; }
    #mobile-menu nav.mobile-tabs ul {
      margin: 0;
      padding: 0; }
      #mobile-menu nav.mobile-tabs ul li {
        margin: 0;
        padding: 0;
        list-style: none outside none;
        position: relative;
        width: 100%;
        text-align: center; }
        #mobile-menu nav.mobile-tabs ul li a {
          display: block;
          padding: 15px 0 15px;
          color: #fff;
          font-size: 15px;
          line-height: 1em;
          text-decoration: none;
          font-family: 'Source Sans Pro' !important;
          font-style: normal;
          font-weight: 300; }
          #mobile-menu nav.mobile-tabs ul li a.active {
            background-color: #ea7f1e;
            color: #000; }
          #mobile-menu nav.mobile-tabs ul li a i {
            text-align: center;
            display: block;
            margin: 0 0 3px 0;
            font-size: 20px;
            font-weight: normal; }
  #mobile-menu div.mobile-tab-content {
    float: left;
    width: 80%;
    background: #fff;
    height: 100%; }
    #mobile-menu div.mobile-tab-content .mobile-tab {
      height: 85%;
      overflow-y: auto;
      overflow-x: hidden;
      padding: 16px;
      padding-bottom: 100px; }
    #mobile-menu div.mobile-tab-content ul {
      margin: 0;
      padding: 0; }
      #mobile-menu div.mobile-tab-content ul li {
        margin: 0;
        padding: 0;
        list-style: none outside none;
        border-top: 1px solid #ddd; }
        #mobile-menu div.mobile-tab-content ul li a {
          color: #444;
          margin: 0 16px;
          display: block;
          height: 40px;
          line-height: 40px;
          text-decoration: none;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-family: 'Ubuntu Condensed';
          font-style: normal; }
        #mobile-menu div.mobile-tab-content ul li.active > a {
          color: #ea7f1e; }
        #mobile-menu div.mobile-tab-content ul li ul li a {
          padding-left: 20px;
          font-size: 13px;
          font-family: 'Source Sans Pro' !important; }
        #mobile-menu div.mobile-tab-content ul li ul li ul li a {
          padding-left: 40px; }
      #mobile-menu div.mobile-tab-content ul.home {
        margin-top: -10px; }
        #mobile-menu div.mobile-tab-content ul.home li {
          border-top: none; }
    #mobile-menu div.mobile-tab-content .coming-soon {
      border-bottom: 0;
      padding: 0;
      background-color: transparent; }
      #mobile-menu div.mobile-tab-content .coming-soon .event {
        margin-bottom: 30px; }
  #mobile-menu #mobile-tab-search {
    padding-top: 35px; }
    #mobile-menu #mobile-tab-search input[type=text] {
      padding: 5px; }

/* ==========================================================================
/* 5.0 - Breadcrumbs
   ========================================================================== */
.breadcrumb-wrapper {
  margin: 0 0px 10px 0px;
  padding: 0 0 3px 0;
  display: inline-block;
  border-bottom: 1px solid #bbb; }
  .breadcrumb-wrapper.empty {
    border-bottom: 1px solid transparent; }

#breadcrumbs {
  overflow: hidden;
  min-height: 18px; }
  @media screen and (max-width: 640px) {
    #breadcrumbs {
      overflow-x: auto; } }
  #breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none outside none;
    white-space: nowrap; }
    #breadcrumbs ol li {
      display: inline-block;
      color: #666;
      font-size: 13px;
      line-height: 1em;
      font-family: 'Ubuntu Condensed' !important;
      text-transform: uppercase;
      float: none; }
      #breadcrumbs ol li a.dots {
        display: none; }
      @media screen and (max-width: 640px) {
        #breadcrumbs ol li:not(:first-child):not(:last-child) a.name {
          display: none; }
        #breadcrumbs ol li:not(:first-child):not(:last-child) a.dots {
          display: inline; } }
      #breadcrumbs ol li.home {
        font-size: 13px;
        font-weight: bold; }
      #breadcrumbs ol li a {
        color: #666;
        text-decoration: none; }
        #breadcrumbs ol li a i {
          display: inline-block;
          margin: 0 4px; }
        #breadcrumbs ol li a:hover {
          color: #ea7f1e; }

/* ==========================================================================
/* 6.0 - Primary Content Area
   ========================================================================== */
#primary {
  transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  margin-top: 113px; }
  @media screen and (min-width: 1280px) {
    #primary {
      display: block !important; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    #primary {
      display: block !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    #primary {
      display: block !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    #primary {
      margin-top: 94px; } }
  @media screen and (max-width: 640px) {
    #primary {
      margin-top: 62px; } }
  #primary.fixed {
    margin-top: 71px; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      #primary.fixed {
        margin-top: 68px; } }
    @media screen and (max-width: 640px) {
      #primary.fixed {
        margin-top: 62px; } }

#content {
  padding-top: 18px;
  min-height: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  #content::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (max-width: 640px) {
    #content {
      padding-top: 0px; } }
  @media screen and (max-width: 640px) {
    body#home #content {
      padding-top: 20px !important; } }
  #content .social-wrapper {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 6.1721527019%; }
    #content .social-wrapper:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      #content .social-wrapper {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 14.7019570017%; }
        #content .social-wrapper:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      #content .social-wrapper {
        display: none; } }
  #content section#main {
    padding-right: 10px;
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    #content section#main:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
      #content section#main {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 70.1456849506%; }
        #content section#main:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      #content section#main {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
        padding-right: 0px; }
        #content section#main:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      #content section#main {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
        padding-right: 0px; }
        #content section#main:last-child {
          margin-right: 0; } }
    #content section#main .filter-wrapper {
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
      #content section#main .filter-wrapper::after {
        clear: both;
        content: "";
        display: table; }

.home-slider {
  background: #000; }

@media screen and (max-width: 640px) {
  .list-cards {
    display: block;
    margin: 0;
    padding: 0; } }

.list-cards li {
  margin-bottom: 12px;
  -webkit-flex: 1 1 33.33%; }
  @media screen and (max-width: 640px) {
    .list-cards li {
      display: block; } }
  @media screen and (min-width: 1280px) {
    .list-cards li {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .list-cards li:last-child {
        margin-right: 0; }
      .list-cards li:nth-child(3n) {
        margin-right: 0; }
      .list-cards li:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .list-cards li {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .list-cards li:last-child {
        margin-right: 0; }
      .list-cards li:nth-child(2n) {
        margin-right: 0; }
      .list-cards li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .list-cards li {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .list-cards li:last-child {
        margin-right: 0; }
      .list-cards li:nth-child(2n) {
        margin-right: 0; }
      .list-cards li:nth-child(2n+1) {
        clear: left; } }
  @media screen and (max-width: 640px) {
    .list-cards li {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin: 0 0 12px 0;
      padding: 0; }
      .list-cards li:last-child {
        margin-right: 0; }
      .list-cards li:nth-child(1n) {
        margin-right: 0; }
      .list-cards li:nth-child(1n+1) {
        clear: left; } }
  .list-cards li article {
    transition: transform .2s ease-in-out;
    position: relative;
    opacity: 1;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    will-change: transform;
    font-smoothing: antialiased !important; }
    .list-cards li article:hover {
      z-index: 99;
      transform: perspective(1px) scale(1.05);
      outline: 1px solid transparent; }
      @media screen and (max-width: 640px) {
        .list-cards li article:hover {
          transform: perspective(1px) scale(1); } }
    .list-cards li article .summary {
      overflow: hidden; }
      .list-cards li article .summary h2 {
        font-size: 20px;
        line-height: 25px;
        font-family: Ubuntu;
        font-weight: 400;
        margin-top: 0;
        margin-bottom: 10px; }
        .list-cards li article .summary h2 a {
          color: #222;
          text-decoration: none; }
      .list-cards li article .summary .image {
        overflow: hidden; }
        .list-cards li article .summary .image img {
          width: 100% !important;
          transition: transform .2s ease-in-out;
          -webkit-transform: translate3d(0, 0, 0);
          -webkit-transform: translateZ(0);
          transform: translateZ(0); }
      .list-cards li article .summary p {
        font-size: 15px !important;
        line-height: 21px !important; }
      .list-cards li article .summary .summary-extra {
        min-width: 100.5%;
        visibility: hidden;
        opacity: 0;
        position: absolute;
        margin-left: -13px;
        margin-right: -1px;
        z-index: -1;
        border: 1px solid #eaeaea;
        border-top: 0; }
        @media screen and (max-width: 640px) {
          .list-cards li article .summary .summary-extra {
            visibility: visible;
            position: relative;
            border: none;
            margin: 0;
            opacity: 1; } }
        .list-cards li article .summary .summary-extra .extra-wrapper {
          background: #fff;
          padding: 0 1em 1em; }
          @media screen and (max-width: 640px) {
            .list-cards li article .summary .summary-extra .extra-wrapper {
              padding: 0 0 0.5em; } }
        .list-cards li article .summary .summary-extra .bottom {
          position: absolute;
          bottom: -10px;
          height: 10px;
          background: -moz-linear-gradient(top, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
          /* FF3.6+ */
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(213, 213, 213, 0.65)), color-stop(100%, transparent));
          /* Chrome,Safari4+ */
          background: -webkit-linear-gradient(top, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
          /* Chrome10+,Safari5.1+ */
          background: -o-linear-gradient(top, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
          /* Opera 11.10+ */
          background: -ms-linear-gradient(top, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
          /* IE10+ */
          background: linear-gradient(to bottom, rgba(213, 213, 213, 0.65) 0%, transparent 100%);
          /* W3C */
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d5d5d5', endColorstr='#00000000',GradientType=0 );
          /* IE6-9 */
          min-height: 10px;
          width: 100%;
          z-index: 90;
          border-top: 2px solid #eaeaea; }
          @media screen and (max-width: 640px) {
            .list-cards li article .summary .summary-extra .bottom {
              display: none; } }
      .list-cards li article .summary .image img {
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0'); }
      .list-cards li article .summary:hover {
        overflow: visible; }
        .list-cards li article .summary:hover .summary-extra {
          visibility: visible;
          opacity: 1;
          z-index: 90; }

@media screen and (min-width: 641px) and (max-width: 1023px) {
  .list-cards.article li:nth-child(3) {
    display: none; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .list-cards.article li:nth-child(3) {
    display: none; } }

/* ==========================================================================
/* 7.0 - Sidebars and Asides
   ========================================================================== */
#right-sidebar {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%;
  position: relative;
  padding-left: 15px;
  margin-top: 30px; }
  #right-sidebar:last-child {
    margin-right: 0; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    #right-sidebar {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 27.4966634515%; }
      #right-sidebar:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    #right-sidebar {
      display: none;
      padding-left: 0px; } }
  @media screen and (max-width: 640px) {
    #right-sidebar {
      display: none;
      padding-left: 0px; } }

body#home .right-side-wrapper {
  top: -370px;
  position: absolute; }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    body#home .right-side-wrapper {
      top: -310px; } }

.coming-soon {
  background: #f6f6f6;
  margin: 0 0 22px 0;
  padding: 20px 20px 5px 20px;
  margin-bottom: 0;
  border-bottom: 4px solid #e37a1e; }
  body#home .coming-soon {
    background: url(/assets/images/site/bg/stripes/subtle.png); }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .coming-soon {
      padding: 12px 12px 5px 12px; } }
  .coming-soon .title {
    text-decoration: none;
    position: relative;
    background-color: #282828;
    margin-bottom: 12px;
    text-align: center;
    padding: 6px 0 8px 0;
    color: #ccc;
    display: block;
    font-size: 18px;
    font-family: 'Ubuntu Condensed';
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    position: relative; }
    body#home .coming-soon .title {
      margin-top: -35px;
      margin-right: 0;
      margin-left: 0; }
    .coming-soon .title.management {
      background-color: #fdb813 !important;
      color: #fff !important; }
      .coming-soon .title.management:before {
        border-color: transparent #fdb813 transparent transparent; }
    .coming-soon .title.marketing {
      background-color: #7ac142 !important;
      color: #fff !important; }
      .coming-soon .title.marketing:before {
        border-color: transparent #7ac142 transparent transparent; }
    .coming-soon .title.sales {
      background-color: #ee3124 !important;
      color: #fff !important; }
      .coming-soon .title.sales:before {
        border-color: transparent #ee3124 transparent transparent; }
    .coming-soon .title.leadership {
      background-color: #005288 !important;
      color: #fff !important; }
      .coming-soon .title.leadership:before {
        border-color: transparent #005288 transparent transparent; }
    .coming-soon .title.small-business {
      background-color: #008fc5 !important;
      color: #fff !important; }
      .coming-soon .title.small-business:before {
        border-color: transparent #008fc5 transparent transparent; }
    .coming-soon .title.learning {
      background-color: #e77c25 !important;
      color: #fff !important; }
      .coming-soon .title.learning:before {
        border-color: transparent #e77c25 transparent transparent; }
    .coming-soon .title.leadership-women {
      background-color: #7d4199 !important;
      color: #fff !important; }
      .coming-soon .title.leadership-women:before {
        border-color: transparent #7d4199 transparent transparent; }
  .coming-soon .event {
    padding-bottom: 1em;
    position: relative;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      .coming-soon .event {
        opacity: 1;
        filter: alpha(opacity=100); } }
    @media screen and (max-width: 640px) {
      .coming-soon .event {
        opacity: 1;
        filter: alpha(opacity=100); } }
    .coming-soon .event:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
    .coming-soon .event img {
      display: block;
      padding-bottom: 3px; }
      @media screen and (min-width: 1280px) {
        .coming-soon .event img {
          width: 253px; } }
    .coming-soon .event p {
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 16px;
      font-family: 'Ubuntu Condensed';
      text-transform: uppercase; }
      @media screen and (min-width: 1024px) and (max-width: 1279px) {
        .coming-soon .event p {
          font-size: 14px;
          line-height: 14px; } }
      .coming-soon .event p sup {
        text-transform: lowercase;
        vertical-align: -2px; }
    .coming-soon .event .bubble {
      width: 25px;
      height: 33px;
      display: none;
      z-index: 20000;
      position: absolute;
      right: -32px;
      top: 15px;
      background-size: 100%;
      text-indent: -9999px;
      background-repeat: no-repeat; }
      @media screen and (min-width: 1024px) and (max-width: 1279px) {
        .coming-soon .event .bubble {
          width: 20px;
          height: 26px;
          right: -21px; } }
      .coming-soon .event .bubble.marketing {
        background-image: url(/assets/images/site/bg/marketing-bubble.png); }
        .coming-soon .event .bubble.marketing div.event.hover a.bubble.marketing, .coming-soon .event .bubble.marketing:hover {
          background-image: url(/assets/images/site/bg/marketing-bubble-on.png); }
      .coming-soon .event .bubble.sales {
        background-image: url(/assets/images/site/bg/sales-bubble.png); }
        .coming-soon .event .bubble.sales div.event.hover a.bubble.sales, .coming-soon .event .bubble.sales:hover {
          background-image: url(/assets/images/site/bg/sales-bubble-on.png); }
      .coming-soon .event .bubble.leadership {
        background-image: url(/assets/images/site/bg/leadership-bubble.png); }
        .coming-soon .event .bubble.leadership div.event.hover a.bubble.leadership, .coming-soon .event .bubble.leadership:hover {
          background-image: url(/assets/images/site/bg/leadership-bubble-on.png); }
      .coming-soon .event .bubble.small-business {
        background-image: url(/assets/images/site/bg/small-business-bubble.png); }
        .coming-soon .event .bubble.small-business div.event.hover a.bubble.small-business, .coming-soon .event .bubble.small-business:hover {
          background-image: url(/assets/images/site/bg/small-business-bubble-on.png); }
      .coming-soon .event .bubble.learning {
        background-image: url(/assets/images/site/bg/learning-bubble.png); }
        .coming-soon .event .bubble.learning div.event.hover a.bubble.learning, .coming-soon .event .bubble.learning:hover {
          background-image: url(/assets/images/site/bg/learning-bubble-on.png); }
      .coming-soon .event .bubble.leadership-women {
        background-image: url(/assets/images/site/bg/leadership-women-bubble.png); }
        .coming-soon .event .bubble.leadership-women div.event.hover a.bubble.leadership-women, .coming-soon .event .bubble.leadership-women:hover {
          background-image: url(/assets/images/site/bg/leadership-women-bubble-on.png); }

@media screen and (max-width: 640px) {
  display: none; }

.newsletter {
  background: #282828;
  padding: 20px 22px;
  color: #fff;
  margin-bottom: 40px; }
  .newsletter a.title {
    color: #ccc;
    text-decoration: none;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
    font-family: 'Ubuntu Condensed';
    font-weight: normal; }
  .newsletter span {
    font-size: 12.5px;
    line-height: 1.2em; }
  .newsletter div.casl {
    margin-top: 8px;
    font-size: 10px;
    line-height: 13px;
    color: #999; }
    .newsletter div.casl a {
      color: #999; }
  .newsletter .padding {
    padding: 1em 0 0;
    display: block; }
    .newsletter .padding::after {
      clear: both;
      content: "";
      display: table; }
  .newsletter .input-wrapper {
    float: left;
    width: 75%; }
    .newsletter .input-wrapper input {
      height: auto !important;
      background: #555555;
      width: 95%;
      margin: 0;
      border: 1px solid #333;
      padding: 8px 10px 7px;
      color: #fff;
      font-size: 12px;
      display: inline; }
  .newsletter .button-wrapper {
    float: right;
    width: 25%; }

.magazine {
  margin-bottom: 40px; }
  .magazine img {
    display: block;
    margin: 0;
    padding: 0;
    opacity: 0.9;
    width: 100%;
    height: auto !important; }
    .magazine img:hover {
      opacity: 1; }

.cta {
  padding-top: 5px;
  text-align: left;
  padding-bottom: 8px; }
  .cta a.button {
    margin-right: 2px;
    margin-bottom: 5px; }
    .cta a.button i {
      font-size: 13px; }
      .cta a.button i.fa-arrow-down {
        color: #e77c25; }
      .cta a.button i.fa-check {
        color: #7ac142; }

.inspiration {
  margin-bottom: 40px; }
  .inspiration dl {
    margin-bottom: 0px; }
    .inspiration dl dt {
      font-size: 14px;
      color: #282828;
      font-family: 'Ubuntu' , sans-serif;
      line-height: 1.5em; }
    .inspiration dl dd {
      font-size: 11px;
      line-height: 16px;
      text-align: left;
      padding-bottom: 1em;
      border-bottom: 1px dashed #ddd;
      padding-bottom: 1.4em;
      color: #acacac;
      margin-top: 14px;
      margin-bottom: 1em; }
      .inspiration dl dd:last-child {
        border-bottom: 0; }
      .inspiration dl dd div {
        width: 65px;
        margin-top: -2px;
        float: left;
        font-size: 11px;
        line-height: 22px; }
      .inspiration dl dd a {
        text-decoration: none;
        color: #ea7f1e;
        white-space: nowrap; }

.follow-us {
  margin-bottom: 40px;
  border-bottom: 4px solid #ccc; }
  .follow-us .stripes, .follow-us footer .upcoming-speakers div, footer .upcoming-speakers .follow-us div {
    margin-bottom: 0; }
  .follow-us .social {
    background: #eee;
    padding: 15px 0px 15px 8px; }
  .follow-us ul {
    width: 100%; }
    .follow-us ul li {
      font-size: 13px;
      display: inline-block;
      width: 23%;
      line-height: 1.2em;
      font-family: 'Ubuntu Condensed' , sans-serif;
      padding-top: 2px;
      text-align: center;
      color: #666; }
      @media screen and (min-width: 1024px) and (max-width: 1279px) {
        .follow-us ul li {
          font-size: 11px; } }
      .follow-us ul li:first-child {
        margin-left: 0; }
      .follow-us ul li:last-child {
        margin-right: 0; }
      .follow-us ul li b {
        font-size: 18px;
        font-family: 'Ubuntu', sans-serif;
        color: #888; }
  .follow-us .icon {
    height: 40px;
    width: 40px;
    display: block;
    margin: 0 auto 5px;
    background-size: contain; }

.art-of-learning {
  margin-bottom: 40px; }
  .art-of-learning img {
    display: block;
    margin: 0;
    padding: 0;
    opacity: 0.9; }
    .art-of-learning img:hover {
      opacity: 1; }

.sidebar-articles .article-item {
  border-bottom: 1px dashed #999;
  padding-bottom: 16px;
  font-size: 14px;
  color: #282828;
  font-family: 'Ubuntu' , sans-serif;
  line-height: 1.5em; }
  .sidebar-articles .article-item:last-child {
    padding-bottom: 0; }
  .sidebar-articles .article-item h4 {
    margin: 16px 0 4px 0;
    font-size: 120%;
    font-weight: normal; }
    .sidebar-articles .article-item h4 a {
      color: #222;
      text-decoration: none; }
  .sidebar-articles .article-item p {
    margin: 0;
    color: #666; }
    .sidebar-articles .article-item p a {
      white-space: nowrap; }
  .sidebar-articles .article-item:last-child {
    border-bottom: 0; }

.trending {
  margin-top: 40px; }

.side-menu {
  background: #ea7f1e;
  padding: 3px;
  margin-bottom: 40px;
  position: relative; }
  .side-menu h3 {
    padding: 14px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    font-family: 'Ubuntu Condensed' , sans-serif;
    font-size: 25px; }
    .side-menu h3 a {
      text-decoration: none;
      color: #fff; }
      .side-menu h3 a i {
        font-size: 20px;
        margin-right: 7px;
        font-weight: normal;
        vertical-align: 1px; }
    .side-menu h3.active:before {
      content: '';
      position: absolute;
      left: -18px;
      top: 12px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 15px 18px 15px 0;
      border-color: transparent #ea811e transparent transparent; }
  .side-menu nav {
    background: #fff;
    color: #222; }
    .side-menu nav ul {
      display: block; }
      .side-menu nav ul li {
        display: block; }
        .side-menu nav ul li a {
          text-align: left;
          width: 100%;
          display: block;
          padding: 15px 0 15px 15px;
          font-family: 'Ubuntu Condensed' , sans-serif;
          font-size: 19px;
          color: #666;
          text-decoration: none;
          border-bottom: 1px solid #aaa; }
          .side-menu nav ul li a:hover {
            background: #eee; }
          .side-menu nav ul li a:last-child {
            border-bottom: none; }
        .side-menu nav ul li.active a:before, .side-menu nav ul li.open a:before {
          content: '';
          position: absolute;
          left: -18px;
          margin-top: -4px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 15px 18px 15px 0;
          border-color: transparent #ea811e transparent transparent; }

.sticky-float-social {
  float: left;
  margin-left: -75px;
  padding-bottom: 70px;
  max-width: 35px;
  padding-top: 80px; }
  .sticky-float-social h6 {
    font-size: 10px;
    font-weight: normal;
    margin: 5px 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #999;
    display: inline-block; }
  .sticky-float-social .addthis_default_style .at300b, .sticky-float-social .addthis_default_style .at300m {
    padding: 0 !important;
    display: block !important; }
  .sticky-float-social.top {
    margin-top: 0; }

#social-links {
  top: 0px;
  width: 100%; }
  #social-links div.social {
    text-align: left;
    color: #666;
    min-height: 400px; }
    #social-links div.social .title {
      font-size: 13px; }
    #social-links div.social dl {
      margin: 0; }
      #social-links div.social dl dd a {
        text-decoration: none; }
      #social-links div.social dl dt {
        font-size: 12px;
        margin-bottom: 2em;
        line-height: 1.2em;
        font-family: 'Ubuntu Condensed' , sans-serif;
        padding-top: 2px; }
        #social-links div.social dl dt:last-child {
          margin-bottom: 0; }
        #social-links div.social dl dt b {
          font-size: 22px;
          font-family: 'Ubuntu', sans-serif;
          color: #888; }
          @media screen and (min-width: 1024px) and (max-width: 1279px) {
            #social-links div.social dl dt b {
              font-size: 19px; } }
    #social-links div.social .icon {
      height: 40px;
      width: 40px;
      display: block;
      margin: 0 auto 5px;
      background-size: contain; }

/* ==========================================================================
/* 8.0 - Common Shared Elements
   ========================================================================== */
.hbspt-form .submitted-message {
  border: 2px solid;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  color: #4F8A10;
  background-color: #DFF2BF; }

.greybox-form {
  padding: 25px 20px;
  background-color: #eee; }
  .greybox-form #download-sponsorship-form, .greybox-form #download-mediakit-form {
    margin-top: 10px; }
  .greybox-form.full #download-sponsorship-form, .greybox-form.full #download-mediakit-form {
    margin-top: 0px !important; }
  .greybox-form .row {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 0 15px 0 !important; }
    .greybox-form .row::after {
      clear: both;
      content: "";
      display: table; }
  .greybox-form .row-0 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 !important; }
    .greybox-form .row-0::after {
      clear: both;
      content: "";
      display: table; }
  .greybox-form .intro p {
    font-size: 17px !important;
    font-family: 'Ubuntu Condensed', sans-serif;
    font-weight: bold !important;
    color: #555 !important;
    margin: 0; }
  .greybox-form .intro .button {
    margin-top: 8px; }
  .greybox-form p.instructions {
    margin-top: 0 !important; }
  .greybox-form .left-col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 57.3509785009%;
    padding-right: 40px;
    margin-right: 0; }
    .greybox-form .left-col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .greybox-form .left-col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
        padding-right: 0; }
        .greybox-form .left-col:last-child {
          margin-right: 0; } }
    .greybox-form .left-col .eight {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 65.8807828007%; }
      .greybox-form .left-col .eight:last-child {
        margin-right: 0; }
    .greybox-form .left-col .four {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 31.7615656014%; }
      .greybox-form .left-col .four:last-child {
        margin-right: 0; }
    .greybox-form .left-col .six {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      .greybox-form .left-col .six:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        .greybox-form .left-col .six {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          margin-right: 0; }
          .greybox-form .left-col .six:last-child {
            margin-right: 0; } }
  .greybox-form .right-col {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 40.2913699012%;
    padding-left: 40px;
    border-left: 2px solid #aaa; }
    .greybox-form .right-col:last-child {
      margin-right: 0; }
    @media screen and (max-width: 640px) {
      .greybox-form .right-col {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-right: 0;
        border-left: 0;
        padding-left: 0; }
        .greybox-form .right-col:last-child {
          margin-right: 0; } }
  .greybox-form label {
    font-weight: bold;
    font-size: 14px; }
    .greybox-form label em {
      color: red; }
  .greybox-form .input.checkbox label {
    float: left;
    padding-left: 20px;
    font-weight: normal;
    margin-top: -20px;
    line-height: 1.4em; }
  .greybox-form #complete-order {
    margin-top: 18px; }
  .greybox-form input[type="text"], .greybox-form select {
    display: block;
    font-size: 14px;
    padding: 6px;
    height: 32px;
    width: 100%; }
  .greybox-form div.input {
    margin-bottom: 12px; }
  .greybox-form label.error, .greybox-form .error-message {
    font-size: 13px;
    color: red;
    margin-top: 5px;
    font-weight: normal; }

#download-form .input.checkbox {
  margin-top: 20px; }
  #download-form .input.checkbox input[type="checkbox"] {
    float: left; }
  #download-form .input.checkbox label {
    margin-top: -3px;
    padding-left: 10px;
    max-width: 320px; }

table.list {
  margin-bottom: 40px; }
  table.list thead {
    background: #282828; }
    table.list thead th {
      background: #282828;
      padding: 15px 7px;
      color: #fff;
      font-size: 18px;
      font-family: Ubuntu;
      font-weight: normal;
      text-align: left; }
      table.list thead th:first-child {
        padding-left: 15px; }
      table.list thead th:last-child {
        padding-right: 15px; }
  table.list tr:nth-child(odd) {
    background: #eee; }
  table.list td {
    padding: 15px 7px;
    text-align: left;
    border-bottom: 1px dashed #999;
    font-family: 'Source Sans Pro' !important;
    font-style: normal;
    font-weight: 300;
    font-size: 16px; }
    table.list td .small {
      padding-top: 3px;
      font-size: 12px; }
      @media screen and (max-width: 640px) {
        table.list td .small {
          display: block !important; } }
      table.list td .small label {
        font-weight: bold;
        display: inline-block;
        width: 50px;
        color: #777; }
    table.list td a {
      font-weight: normal;
      text-decoration: none;
      color: #2b7bb9; }
      table.list td a:hover, table.list td a:active {
        text-decoration: underline; }
    table.list td.nowrap {
      white-space: nowrap; }
    table.list td:first-child {
      padding-left: 15px; }
    table.list td:last-child {
      padding-right: 15px; }

section#main .newsletter-casl p {
  font-size: 14px;
  line-height: 1.3em; }
  section#main .newsletter-casl p a {
    background-color: #ddd; }
    section#main .newsletter-casl p a:hover {
      background-color: #555; }

/* Preload images */
body:after {
  content: url(/assets/images/site/icons/close.png) url(/assets/images/site/icons/loading.gif) url(/assets/images/site/icons/prev.png) url(/assets/images/site/icons/next.png);
  display: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-container {
  padding: 4px; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/assets/images/site/icons/loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/assets/images/site/icons/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/assets/images/site/icons/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/assets/images/site/icons/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.social .icon-facebook {
  background: url(/assets/images/site/icons/facebook.png) no-repeat; }
  .social .icon-facebook:hover {
    background: url(/assets/images/site/icons/facebook-colour.png) no-repeat;
    background-size: contain; }

.social .icon-youtube {
  background: url(/assets/images/site/icons/youtube.png) no-repeat; }
  .social .icon-youtube:hover {
    background: url(/assets/images/site/icons/youtube-colour.png) no-repeat;
    background-size: contain; }

.social .icon-twitter {
  background: url(/assets/images/site/icons/twitter.png) no-repeat; }
  .social .icon-twitter:hover {
    background: url(/assets/images/site/icons/twitter-colour.png) no-repeat;
    background-size: contain; }

.social .icon-linkedin {
  background: url(/assets/images/site/icons/linkedin.png) no-repeat; }
  .social .icon-linkedin:hover {
    background: url(/assets/images/site/icons/linkedin-colour.png) no-repeat;
    background-size: contain; }

.social .icon-rss {
  background: url(/assets/images/site/icons/rss.png) no-repeat; }
  .social .icon-rss:hover {
    background: url(/assets/images/site/icons/rss-colour.png) no-repeat;
    background-size: contain; }

.social .icon-mail {
  background: url(/assets/images/site/icons/mail.png) no-repeat; }
  .social .icon-mail:hover {
    background: url(/assets/images/site/icons/mail-colour.png) no-repeat;
    background-size: contain; }

.social .icon-star {
  background: url(/assets/images/site/icons/star.png) no-repeat; }
  .social .icon-star:hover {
    background: url(/assets/images/site/icons/star-colour.png) no-repeat;
    background-size: contain; }

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

div.pagination-wrapper {
  text-align: center; }

.pagination {
  margin-top: 10px;
  text-align: center; }
  .pagination ul {
    margin: 0;
    padding: 0;
    font-family: 'Ubuntu Condensed' , sans-serif; }
  .pagination li {
    list-style: none; }
  .pagination a {
    text-decoration: none; }
  .pagination ul {
    display: inline;
    text-align: center; }
    .pagination ul li {
      display: inline; }
    .pagination ul ul li {
      display: none; }
      .pagination ul ul li:nth-child(1), .pagination ul ul li:nth-child(2), .pagination ul ul li:nth-child(3) {
        display: inline; }
    .pagination ul li {
      font-size: 14px !important;
      line-height: 14px !important;
      margin: 1px; }
      @media screen and (max-width: 640px) {
        .pagination ul li {
          margin: 3px; } }
      .pagination ul li a {
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #ccc;
        color: #000;
        outline: none;
        color: #666;
        padding: 0.375em 0.809em; }
        @media screen and (max-width: 640px) {
          .pagination ul li a {
            padding: 1px 6px; } }
        .pagination ul li a:hover, .pagination ul li a:focus {
          background: #f2f2f2;
          color: #e5702b; }
        .pagination ul li a:active {
          background: #e6e6e6; }
      .pagination ul li.unavailable {
        display: none; }
      .pagination ul li.arrow {
        margin: 0px; }
      .pagination ul li.current {
        background: #e5702b;
        border-radius: 0px;
        border: 1px solid #ccc;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: bold !important;
        outline: none;
        padding: 0.375em 0.809em; }
        @media screen and (max-width: 640px) {
          .pagination ul li.current {
            padding: 1px 6px; } }

/* Video Container Styles */
.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative; }
  .video-container embed,
  .video-container object,
  .video-container iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }

article h4 {
  font-size: 20px;
  color: #464646; }

article .summary {
  border: 1px solid #eaeaea;
  padding: 1em;
  position: relative;
  font-size: 12px; }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    article .summary {
      padding: .75em; } }
  article .summary p {
    font-size: 15px;
    line-height: 21px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #282828; }
  article .summary .read-more {
    width: 90%;
    text-align: center; }
  article .summary .image {
    margin: -1em -1em 10px -1em;
    position: relative; }
    article .summary .image:hover .play-button:after {
      background: url(/assets/images/site/icons/youtube-play-dark.png) no-repeat; }
    article .summary .image .play-button:after {
      content: " ";
      position: absolute;
      width: 60px;
      height: 42px;
      background: url(/assets/images/site/icons/youtube-play-red.png) no-repeat;
      right: 20px;
      bottom: 20px; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      article .summary .image {
        margin: -.75em -.75em 10px -.75em; } }
  article .summary .blockquote {
    margin: -1em -1em .2em -1em;
    padding: 1em 1em 1em 1em; }
    article .summary .blockquote.marketing-highlight {
      background: #7ac142 url(/assets/images/site/bg/stripes/white.png); }
    article .summary .blockquote.management-highlight {
      background: #fdb813 url(/assets/images/site/bg/stripes/white.png); }
    article .summary .blockquote.leadership-highlight {
      background: #005288 url(/assets/images/site/bg/stripes/white.png); }
    article .summary .blockquote.small-business-highlight {
      background: #008fc5 url(/assets/images/site/bg/stripes/light-blue.png); }
    article .summary .blockquote.leadership-women-highlight {
      background: #008fc5 url(/assets/images/site/bg/stripes/purple.png); }
    article .summary .blockquote.sales-highlight {
      background: #ee3124 url(/assets/images/site/bg/stripes/white.png); }

article .summary-bottom {
  height: 16px;
  background: url(/assets/images/site/bg/article-summary-bottom.png) no-repeat;
  background-position: center top;
  background-size: contain; }

article.content-article {
  position: relative; }

.post-meta {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #eee;
  padding: 14px 12px 14px 12px;
  border: 1px solid #ccc;
  color: #000;
  font-size: 15px;
  line-height: 17px !important;
  font-family: 'Ubuntu Condensed';
  text-transform: uppercase; }
  .post-meta a {
    color: #222; }
  @media screen and (max-width: 640px) {
    .post-meta .by {
      display: block;
      margin-bottom: 13px; } }
  .post-meta .by:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f007";
    padding-right: 7px; }
  .post-meta .sep {
    color: #888;
    font-size: 10px;
    vertical-align: 1px;
    display: inline-block;
    margin: 0 5px; }
    @media screen and (max-width: 640px) {
      .post-meta .sep.sep1 {
        display: none; } }
  .post-meta time:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f073";
    padding-right: 5px; }
  .post-meta .icon {
    text-decoration: none; }
    .post-meta .icon:before {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      padding-right: 5px; }
    .post-meta .icon.icon-facebook:before {
      content: "\f082"; }
    .post-meta .icon.icon-comment:before {
      content: "\f086";
      padding-right: 7px; }
    .post-meta .icon.icon-twitter:before {
      content: "\f081"; }
    .post-meta .icon.icon-globe:before {
      content: "\f0ac"; }
  .post-meta .social-share {
    text-align: right;
    float: right;
    width: 220px; }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
      .post-meta .social-share {
        display: block;
        margin-top: 13px;
        float: none;
        width: 100%;
        text-align: left; } }
    @media screen and (max-width: 640px) {
      .post-meta .social-share {
        display: block;
        margin-top: 13px;
        float: none;
        width: 100%;
        text-align: left; } }
    .post-meta .social-share .social-share-label {
      float: left;
      display: inline-block;
      padding-right: 8px; }
      .post-meta .social-share .social-share-label:before {
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f1e0";
        padding-right: 9px; }
    .post-meta .social-share .addthis_button_compact {
      padding-right: 0;
      margin-right: 0; }

div.stripes, footer .upcoming-speakers div {
  min-height: 17px;
  margin-bottom: .8em; }
  div.stripes strong, footer .upcoming-speakers div strong {
    padding: 0em .4em .1em .4em;
    float: left;
    display: block;
    font-weight: 500;
    font-size: 13.5px;
    line-height: 17px; }
  div.stripes a, footer .upcoming-speakers div a {
    text-decoration: none; }
  div.stripes.orange, footer .upcoming-speakers div.orange, div.stripes.general, footer .upcoming-speakers div.general {
    background: url(/assets/images/site/bg/stripes/orange.png) repeat-x transparent; }
    div.stripes.orange strong, footer .upcoming-speakers div.orange strong, div.stripes.general strong, footer .upcoming-speakers div.general strong {
      background: #ea7f1e;
      color: #fff; }
    div.stripes.orange a, footer .upcoming-speakers div.orange a, div.stripes.general a, footer .upcoming-speakers div.general a {
      color: #fff; }
  div.stripes.management, footer .upcoming-speakers div.management {
    background: url(/assets/images/site/bg/stripes/yellow.png) repeat-x transparent; }
    div.stripes.management strong, footer .upcoming-speakers div.management strong {
      background: #fdb813;
      color: #222; }
  div.stripes.sales, footer .upcoming-speakers div.sales {
    background: url(/assets/images/site/bg/stripes/red.png) repeat-x transparent; }
    div.stripes.sales strong, footer .upcoming-speakers div.sales strong {
      background: #ee3124;
      color: #fff; }
  div.stripes.marketing, footer .upcoming-speakers div.marketing {
    background: url(/assets/images/site/bg/stripes/green.png) repeat-x transparent; }
    div.stripes.marketing strong, footer .upcoming-speakers div.marketing strong {
      background: #56892d;
      color: #fff; }
  div.stripes.leadership, footer .upcoming-speakers div.leadership {
    background: url(/assets/images/site/bg/stripes/blue.png) repeat-x transparent; }
    div.stripes.leadership strong, footer .upcoming-speakers div.leadership strong {
      background: #00436f;
      color: #fff; }
  div.stripes.small-business, footer .upcoming-speakers div.small-business {
    background: url(/assets/images/site/bg/stripes/light-blue.png) repeat-x transparent; }
    div.stripes.small-business strong, footer .upcoming-speakers div.small-business strong {
      background: #008fc5;
      color: #fff; }
  div.stripes.leadership-women, footer .upcoming-speakers div.leadership-women {
    background: url(/assets/images/site/bg/stripes/purple.png) repeat-x transparent; }
    div.stripes.leadership-women strong, footer .upcoming-speakers div.leadership-women strong {
      background: #7d4199;
      color: #fff; }
  div.stripes.Innovation, footer .upcoming-speakers div.Innovation, div.stripes.innovation, footer .upcoming-speakers div.innovation {
    background: url(/assets/images/site/bg/stripes/light-blue.png) repeat-x transparent; }
    div.stripes.Innovation strong, footer .upcoming-speakers div.Innovation strong, div.stripes.innovation strong, footer .upcoming-speakers div.innovation strong {
      background: #008fc5;
      color: #fff; }
  div.stripes.grey, footer .upcoming-speakers div.grey {
    background: url(/assets/images/site/bg/stripes/grey.png) repeat-x transparent; }
  div.stripes.light-grey, footer .upcoming-speakers div.light-grey {
    background: url(/assets/images/site/bg/stripes/light-grey.png) repeat-x transparent; }
  div.stripes.black, footer .upcoming-speakers div {
    background: url(/assets/images/site/bg/stripes/black.png) repeat-x transparent; }
  div.stripes strong.white, footer .upcoming-speakers div strong.white {
    background: #fff !important;
    color: #555;
    padding: 0 .4em 0 0 !important;
    line-height: 17px !important;
    font-family: 'Ubuntu Condensed';
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: bold !important; }
    div.stripes strong.white a, footer .upcoming-speakers div strong.white a {
      color: #555; }
  div.stripes strong.grey, footer .upcoming-speakers div strong.grey, footer .upcoming-speakers div.stripes strong, footer .upcoming-speakers div strong {
    background: #202324 !important;
    color: #ffffff;
    padding: 0 .4em 0 0 !important;
    font-size: 17px;
    line-height: 14px;
    height: 17px;
    font-weight: normal; }

/* display leadership articles that appear in a leadership for women section as purple instead of blue */
#past-event-category-leadership-women div.stripes.leadership, #past-event-category-leadership-women footer .upcoming-speakers div.leadership, footer .upcoming-speakers #past-event-category-leadership-women div.leadership {
  background: url(/assets/images/site/bg/stripes/purple.png) repeat-x transparent; }
  #past-event-category-leadership-women div.stripes.leadership strong, #past-event-category-leadership-women footer .upcoming-speakers div.leadership strong, footer .upcoming-speakers #past-event-category-leadership-women div.leadership strong {
    background: #7d4199;
    color: #fff; }

.filter-wrapper {
  background: #eee;
  padding: 12px 12px 10px 12px;
  margin-bottom: 25px;
  border: 1px solid #ccc; }

.article-filter {
  float: left;
  display: block;
  width: 68.2384343986%; }
  .article-filter:last-child {
    width: 65.8807828007%; }
  @media screen and (max-width: 640px) {
    .article-filter {
      float: left;
      display: block;
      width: 102.357651598%; }
      .article-filter:last-child {
        width: 100%; } }

.article-family {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 31.7615656014%;
  float: right; }
  .article-family:last-child {
    margin-right: 0; }
  @media screen and (max-width: 640px) {
    .article-family {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      float: left; }
      .article-family:last-child {
        margin-right: 0; } }

dl.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  dl.sub-nav dt, dl.sub-nav dd {
    float: left;
    display: inline;
    margin: 0;
    padding: 0; }
  dl.sub-nav dd a {
    text-decoration: none;
    font-family: 'Ubuntu Condensed';
    color: #666;
    padding: 3px 9px;
    display: inline-block; }
    @media screen and (max-width: 640px) {
      dl.sub-nav dd a {
        padding: 3px 6px; } }
  dl.sub-nav dd.filter {
    color: #000;
    font-size: 14px;
    line-height: 17px !important;
    font-family: 'Ubuntu Condensed';
    text-transform: uppercase;
    padding: 3px 4px 3px 0;
    display: inline-block; }
    @media screen and (max-width: 640px) {
      dl.sub-nav dd.filter {
        display: none; } }
  dl.sub-nav dd.general.active a, dl.sub-nav dd.general a:hover {
    background-color: #ea7f1e;
    color: #fff; }
  dl.sub-nav dd.marketing.active a, dl.sub-nav dd.marketing a:hover {
    background-color: #7ac142;
    color: #fff; }
  dl.sub-nav dd.management.active a, dl.sub-nav dd.management a:hover {
    background-color: #fdb813;
    color: #444; }
  dl.sub-nav dd.sales.active a, dl.sub-nav dd.sales a:hover {
    background-color: #ee3124;
    color: #fff; }
  dl.sub-nav dd.leadership.active a, dl.sub-nav dd.leadership a:hover {
    background-color: #005288;
    color: #fff; }
  dl.sub-nav dd.small-business.active a, dl.sub-nav dd.small-business a:hover {
    background-color: #008fc5;
    color: #fff; }
  dl.sub-nav dd.leadership-women.active a, dl.sub-nav dd.leadership-women a:hover {
    background-color: #7d4199;
    color: #fff; }
  dl.sub-nav dd.Innovation.active a, dl.sub-nav dd.Innovation a:hover,
  dl.sub-nav dd.innovation.active a, dl.sub-nav dd.innovation a:hover {
    background-color: #008fc5;
    color: #fff; }
  dl.sub-nav dd.active a {
    background: #ea7f1e;
    color: #fff;
    cursor: default;
    margin-left: 6px;
    margin-right: 6px; }
    @media screen and (max-width: 640px) {
      dl.sub-nav dd.active a {
        margin-left: 2px;
        margin-right: 2px; } }
  dl.sub-nav dd:first-child.active a {
    margin-left: 0; }

dl.settings {
  display: block;
  width: auto;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 14px; }
  @media screen and (max-width: 640px) {
    dl.settings {
      margin-top: 20px; } }
  dl.settings dt, dl.settings dd {
    float: right;
    display: inline;
    margin: 0 0 0 22px;
    padding: 0;
    font-size: 14px;
    line-height: 17px !important;
    font-family: 'Ubuntu Condensed';
    text-transform: uppercase; }
    @media screen and (max-width: 640px) {
      dl.settings dt, dl.settings dd {
        float: left;
        margin: 0 22px 0 0px; } }
    dl.settings dt a, dl.settings dd a {
      color: #333;
      text-decoration: none;
      display: inline-block;
      border-bottom: 3px solid transparent;
      display: inline-block;
      padding-top: 2px;
      padding-bottom: 0px; }
      dl.settings dt a.active, dl.settings dd a.active {
        border-bottom: 3px solid #ea7f1e !important;
        cursor: default; }
      dl.settings dt a:hover, dl.settings dd a:hover {
        border-bottom: 3px solid #777; }

dl.tabs {
  list-style: none;
  border-bottom: solid 1px #e6e6e6;
  display: block;
  height: 40px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  width: 100%; }
  dl.tabs dd, dl.tabs li {
    display: block;
    float: left;
    padding: 0;
    margin: 0;
    width: 50%; }
    dl.tabs dd:first-child, dl.tabs li:first-child {
      margin-left: 0; }
    dl.tabs dd.active, dl.tabs li.active {
      border-top: 3px solid #ea7f1e;
      margin-top: -3px; }
      dl.tabs dd.active a, dl.tabs li.active a {
        cursor: default;
        color: #ea7f1e;
        background: #fff;
        border-left: 1px solid #e6e6e6;
        border-right: 1px solid #e6e6e6;
        font-weight: bold; }
    dl.tabs dd a, dl.tabs li a {
      padding: 0 17px;
      text-align: center;
      overflow: hidden;
      color: #6f6f6f;
      display: block;
      font-size: 14px;
      height: 40px;
      line-height: 40px;
      text-decoration: none; }
      dl.tabs dd a:hover, dl.tabs li a:hover {
        color: #ea7f1e;
        font-weight: bold; }

.a {
  background-size: contain;
  background-color: transparent;
  background-repeat: no-repeat; }
  .a.small {
    height: 50px;
    width: 50px; }
  .a.marketing {
    background-image: url(/assets/images/site/icons/a/marketing.png); }
  .a.sales {
    background-image: url(/assets/images/site/icons/a/sales.png); }
  .a.leadership {
    background-image: url(/assets/images/site/icons/a/leadership.png); }
  .a.small-business {
    background-image: url(/assets/images/site/icons/a/small-business.png); }
  .a.learning {
    background-image: url(/assets/images/site/icons/a/learning.png); }
  .a.leadership-women {
    background-image: url(/assets/images/site/icons/a/leadership-women.png); }

.management {
  color: #fdb813 !important; }

.marketing {
  color: #7ac142 !important; }

.sales {
  color: #ee3124 !important; }

.leadership {
  color: #005288 !important; }

footer .leadership {
  color: #1c73ad !important; }

.small-business {
  color: #008fc5 !important; }

.learning {
  color: #e77c25 !important; }

.leadership-women {
  color: #7d4199 !important; }

.Innovation, .innovation {
  color: #008fc5 !important; }

.general {
  color: #ea7f1e !important; }

.bg-marketing {
  background-color: #7ac142; }

.bg-management {
  background-color: #fdb813; }

.bg-sales {
  background-color: #ee3124; }

.bg-leadership {
  background-color: #005288; }

.bg-small-business {
  background-color: #008fc5; }

.bg-learning {
  background-color: #008fc5; }

.bg-leadership-women {
  background-color: #7d4199; }

.bg-innovation, .bg-Innovation {
  background-color: #008fc5 !important; }

.bg-,
.bg-general {
  background-color: #ea7f1e; }

.bg-grey {
  background-color: #eeeeee; }

.button {
  width: auto;
  background-color: #d95a18;
  color: #fff;
  border: none;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 11px;
  padding: 9px 10px 8px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 0.15s ease-in-out;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out; }
  .button.large {
    font-size: 16px;
    padding: 19px 20px 18px; }
  .button:hover {
    background-color: #ab4713; }
  .button.secondary {
    color: #1d1d1d;
    background-color: #e9e9e9;
    border-color: #c3c3c3; }
    .button.secondary:hover {
      background-color: #d0d0d0; }
  .button.black, footer .upcoming-speakers div.button {
    background-color: #282828;
    border-color: black; }
    .button.black:hover, footer .upcoming-speakers div.button:hover {
      background-color: #0f0f0f; }

.callout.magazine {
  padding: 20px;
  border: 5px solid #e5e5e5;
  position: relative;
  min-height: 260px;
  margin-top: 60px;
  margin-bottom: 50px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .callout.magazine::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 1280px) {
    .callout.magazine .cover {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 18.9668591516%; }
      .callout.magazine .cover:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .callout.magazine .cover {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 23.2317613015%; }
      .callout.magazine .cover:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .callout.magazine .cover {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%; }
      .callout.magazine .cover:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1280px) {
    .callout.magazine .text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 78.6754892504%; }
      .callout.magazine .text:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    .callout.magazine .text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 74.4105871005%; }
      .callout.magazine .text:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 640px) {
    .callout.magazine .text {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 100%;
      margin-top: 20px; }
      .callout.magazine .text:last-child {
        margin-right: 0; } }
  .callout.magazine .text h3 {
    margin: 0 !important; }
  .callout.magazine .text p {
    margin-top: 5px !important; }
  .callout.magazine .image {
    -webkit-box-shadow: 9px 10px 22px -5px rgba(0, 0, 0, 0.38);
    -moz-box-shadow: 9px 10px 22px -5px rgba(0, 0, 0, 0.38);
    box-shadow: 9px 10px 22px -5px rgba(0, 0, 0, 0.38);
    width: 164px;
    float: left;
    margin-right: 25px; }
  .callout.magazine img.free-sticker {
    position: absolute;
    height: 78px;
    width: 80px;
    z-index: 50;
    left: 105px;
    top: 19px; }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
      .callout.magazine img.free-sticker {
        left: 87px; } }

/* ==========================================================================
/* 9.0 - Page & Section Specific Elements
   ========================================================================== */
#author-headshot {
  position: relative;
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
  margin-left: -18px; }
  #author-headshot img {
    width: 320px; }
  #author-headshot:before {
    content: "";
    position: absolute;
    height: 18px;
    width: 40px;
    top: 4px;
    background: #fff;
    left: -11px;
    -webkit-transform: rotate(90deg) skew(40deg);
    -moz-transform: rotate(90deg) skew(40deg);
    -ms-transform: rotate(90deg) skew(40deg);
    -o-transform: rotate(90deg) skew(40deg);
    transform: rotate(90deg) skew(40deg); }
  #author-headshot:after {
    content: "";
    position: absolute;
    height: 18px;
    width: 140px;
    top: 110px;
    background: #fff;
    left: -61px;
    -webkit-transform: rotate(-90deg) skew(-40deg);
    -moz-transform: rotate(-90deg) skew(-40deg);
    -ms-transform: rotate(-90deg) skew(-40deg);
    -o-transform: rotate(-90deg) skew(-40deg);
    transform: rotate(-90deg) skew(-40deg); }

div.body-copy {
  padding-right: 50px; }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    div.body-copy {
      padding-right: 0px; } }
  @media screen and (max-width: 640px) {
    div.body-copy {
      padding-right: 0px; } }
  div.body-copy p, div.body-copy li {
    font-size: 22px; }
  div.body-copy .callout {
    display: inline-block;
    float: right;
    width: 320px;
    background: #eee;
    padding: 20px;
    margin: 0 -50px 40px 40px;
    font-size: 19px;
    line-height: 1.4em;
    border-bottom: 8px solid #444; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      div.body-copy .callout {
        margin-right: 0; } }
    @media screen and (max-width: 640px) {
      div.body-copy .callout {
        width: 100%;
        margin: 0 0 20px 0;
        float: none; } }
    div.body-copy .callout a {
      background: transparent;
      padding: 0; }
  div.body-copy div.social strong {
    display: block;
    margin-bottom: 6px; }
  div.body-copy div.social img {
    display: inline-block !important; }

section#main article.content-article.article div.body-copy, section#main article.content-article.video div.body-copy, section#main article.content-article.events-page div.body-copy, section#main article.content-article.thought-leader div.body-copy {
  padding-left: 80px;
  position: relative; }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    section#main article.content-article.article div.body-copy, section#main article.content-article.video div.body-copy, section#main article.content-article.events-page div.body-copy, section#main article.content-article.thought-leader div.body-copy {
      padding-left: 0px; } }
  @media screen and (max-width: 640px) {
    section#main article.content-article.article div.body-copy, section#main article.content-article.video div.body-copy, section#main article.content-article.events-page div.body-copy, section#main article.content-article.thought-leader div.body-copy {
      padding-left: 0px; } }
  section#main article.content-article.article div.body-copy p, section#main article.content-article.video div.body-copy p, section#main article.content-article.events-page div.body-copy p, section#main article.content-article.thought-leader div.body-copy p {
    overflow: hidden; }
    section#main article.content-article.article div.body-copy p.lead, section#main article.content-article.video div.body-copy p.lead, section#main article.content-article.events-page div.body-copy p.lead, section#main article.content-article.thought-leader div.body-copy p.lead {
      font-size: 22px;
      line-height: 1.5em; }

section#main article.content-article.article .image img, section#main article.content-article.video .image img, section#main article.content-article.events-page .image img, section#main article.content-article.thought-leader .image img {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0; }

section#main article.content-article.article .image-caption, section#main article.content-article.video .image-caption, section#main article.content-article.events-page .image-caption, section#main article.content-article.thought-leader .image-caption {
  height: 20px;
  padding: 5px 5px; }
  section#main article.content-article.article .image-caption .photo-credit, section#main article.content-article.video .image-caption .photo-credit, section#main article.content-article.events-page .image-caption .photo-credit, section#main article.content-article.thought-leader .image-caption .photo-credit {
    font-style: italic;
    color: #fff;
    font-size: 10px;
    text-align: right;
    opacity: 0.8; }

div.author-attribution {
  margin-bottom: 40px; }
  div.author-attribution #author-headshot a {
    display: block;
    margin: 0;
    padding: 0; }
  div.author-attribution #author-headshot img {
    display: block;
    margin: 0;
    padding: 0; }
  div.author-attribution .author-name {
    padding: 10px 15px;
    color: #fff;
    font-size: 16px; }
  div.author-attribution .author-bio {
    background: #eee;
    padding: 15px; }
    div.author-attribution .author-bio p {
      font-size: 14px;
      line-height: 1.5em;
      margin: 0;
      color: #333; }
  div.author-attribution .button {
    background-color: #333;
    border: #000;
    margin-top: 8px; }
    div.author-attribution .button:hover {
      background-color: #555; }

div.want-more-newsletter {
  margin: 80px 80px 0;
  padding: 30px 0 0;
  border-top: 2px solid #ccc;
  margin-bottom: 30px;
  text-align: center; }
  div.want-more-newsletter .inner-wrapper {
    display: inline-block;
    text-align: center;
    margin: 0 auto; }
  div.want-more-newsletter h2 {
    margin: 0; }
    @media screen and (max-width: 640px) {
      div.want-more-newsletter h2 {
        font-size: 26px; } }
  div.want-more-newsletter p {
    padding: 0 15%; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      div.want-more-newsletter p {
        padding: 0 9%; } }
    @media screen and (max-width: 640px) {
      div.want-more-newsletter p {
        padding: 0; } }
  div.want-more-newsletter input.email {
    width: 70%;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 16px; }
    @media screen and (max-width: 640px) {
      div.want-more-newsletter input.email {
        width: 90%; } }
  div.want-more-newsletter .trust {
    font-size: 14px;
    line-height: 22px;
    color: green;
    margin-top: 10px; }
    @media screen and (max-width: 640px) {
      div.want-more-newsletter .trust {
        font-size: 11px; } }
    div.want-more-newsletter .trust .line2 {
      color: #666; }
      div.want-more-newsletter .trust .line2 a {
        color: #666; }

article.magazine .recent-issues {
  margin-top: 40px; }

article.magazine .issue {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 40px; }
  article.magazine .issue::after {
    clear: both;
    content: "";
    display: table; }
  article.magazine .issue .cover {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-top: 1px; }
    article.magazine .issue .cover:last-child {
      margin-right: 0; }
    article.magazine .issue .cover img {
      width: 100%; }
  article.magazine .issue .intro {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 65.8807828007%; }
    article.magazine .issue .intro:last-child {
      margin-right: 0; }
    article.magazine .issue .intro h2.subhead {
      margin-top: 0 !important; }
    article.magazine .issue .intro p:first-child {
      margin-top: 0; }
  article.magazine .issue .article-item a {
    color: #666; }

.magazine-fan {
  opacity: 1 !important; }

#magazines .recent-issues .issue .article-item a {
  display: block;
  text-decoration: none;
  padding: 8px 0 8px;
  border-bottom: 1px dashed #999; }
  #magazines .recent-issues .issue .article-item a:hover {
    background: #f4f4f4; }

#magazines .recent-issues .issue .article-item.item-6, #magazines .recent-issues .issue .article-item.item-7, #magazines .recent-issues .issue .article-item.item-8 {
  display: none; }
  @media screen and (min-width: 1280px) {
    #magazines .recent-issues .issue .article-item.item-6, #magazines .recent-issues .issue .article-item.item-7, #magazines .recent-issues .issue .article-item.item-8 {
      display: block; } }

#magazines .recent-issues .issue p.ctas {
  margin-top: 15px; }

.book-cover {
  float: right;
  margin: 0 -50px 10px 30px;
  -webkit-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.33);
  box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.33); }
  .book-cover img {
    padding: 0;
    margin: 0;
    display: block; }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    .book-cover {
      margin-right: 0; } }

article.book .articles .article {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  article.book .articles .article::after {
    clear: both;
    content: "";
    display: table; }
  article.book .articles .article .text {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    article.book .articles .article .text:last-child {
      margin-right: 0; }
    article.book .articles .article .text p {
      margin-top: 0; }
  article.book .articles .article .image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    text-align: right; }
    article.book .articles .article .image:last-child {
      margin-right: 0; }

article.book .articles h2 {
  font-size: 22px;
  margin-bottom: 4px; }
  article.book .articles h2 a {
    color: #444;
    text-decoration: none; }
    article.book .articles h2 a:hover, article.book .articles h2 a:active {
      color: #000;
      text-decoration: underline; }

.events-with-speaker {
  margin-top: 40px; }

article.thought-leader .callout {
  position: relative; }
  @media screen and (max-width: 640px) {
    article.thought-leader .callout {
      float: none;
      margin-top: 25px;
      margin-bottom: 0px; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    article.thought-leader .callout {
      width: 280px; } }
  article.thought-leader .callout .quote {
    font-size: 22px !important;
    margin-top: 0;
    padding-left: 15px; }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
      article.thought-leader .callout .quote {
        font-size: 18px !important;
        line-height: 22px !important; } }
    article.thought-leader .callout .quote:before {
      position: absolute;
      content: '\201C';
      left: -10px;
      top: 10px;
      font-size: 90px;
      font-weight: bold;
      color: #b5b5b5;
      font-family: serif; }
  article.thought-leader .callout .quote-author {
    font-size: 16px !important;
    line-height: 20px !important;
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
    margin-bottom: 0px; }
    article.thought-leader .callout .quote-author:before {
      content: "-";
      position: absolute;
      left: 0px; }

article.thought-leader .videos-by-speaker .list-cards .item, article.thought-leader .articles-by-speaker .list-cards .item {
  display: none; }

@media screen and (min-width: 1280px) {
  article.thought-leader .videos-by-speaker .list-cards .item-0, article.thought-leader .videos-by-speaker .list-cards .item-1, article.thought-leader .videos-by-speaker .list-cards .item-2, article.thought-leader .articles-by-speaker .list-cards .item-0, article.thought-leader .articles-by-speaker .list-cards .item-1, article.thought-leader .articles-by-speaker .list-cards .item-2 {
    display: flex; } }

@media screen and (min-width: 1024px) and (max-width: 1279px) {
  article.thought-leader .videos-by-speaker .list-cards .item-0, article.thought-leader .videos-by-speaker .list-cards .item-1, article.thought-leader .articles-by-speaker .list-cards .item-0, article.thought-leader .articles-by-speaker .list-cards .item-1 {
    display: flex; } }

@media screen and (min-width: 641px) and (max-width: 1023px) {
  article.thought-leader .videos-by-speaker .list-cards .item-0, article.thought-leader .videos-by-speaker .list-cards .item-1, article.thought-leader .articles-by-speaker .list-cards .item-0, article.thought-leader .articles-by-speaker .list-cards .item-1 {
    display: flex; } }

@media screen and (max-width: 640px) {
  article.thought-leader .videos-by-speaker .list-cards .item-0, article.thought-leader .videos-by-speaker .list-cards .item-1, article.thought-leader .videos-by-speaker .list-cards .item-2, article.thought-leader .articles-by-speaker .list-cards .item-0, article.thought-leader .articles-by-speaker .list-cards .item-1, article.thought-leader .articles-by-speaker .list-cards .item-2 {
    display: flex; } }

article.thought-leader .videos-by-speaker.view-all .list-cards .item, article.thought-leader .articles-by-speaker.view-all .list-cards .item {
  display: flex !important; }

article.thought-leader .books {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  article.thought-leader .books::after {
    clear: both;
    content: "";
    display: table; }
  article.thought-leader .books .book {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    text-align: center;
    -webkit-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.33);
    box-shadow: 10px 10px 5px -7px rgba(0, 0, 0, 0.33); }
    article.thought-leader .books .book:last-child {
      margin-right: 0; }
    @media screen and (min-width: 1280px) {
      article.thought-leader .books .book:nth-child(4n) {
        margin-right: 0; }
      article.thought-leader .books .book:nth-child(4n+1) {
        clear: left; } }
    @media screen and (min-width: 1024px) and (max-width: 1279px) {
      article.thought-leader .books .book:nth-child(4n) {
        margin-right: 0; }
      article.thought-leader .books .book:nth-child(4n+1) {
        clear: left; } }
    article.thought-leader .books .book img {
      width: 100%;
      display: block;
      margin: 0;
      padding: 0; }

article.search .post-meta input[type=text] {
  padding: 8px; }

article.search .post-meta .button {
  font-size: 16px; }
  article.search .post-meta .button i {
    margin-left: 5px; }

article.search .search-results .result {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  article.search .search-results .result::after {
    clear: both;
    content: "";
    display: table; }
  article.search .search-results .result .text {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 74.4105871005%; }
    article.search .search-results .result .text:last-child {
      margin-right: 0; }
    article.search .search-results .result .text p {
      margin-top: 0; }
  article.search .search-results .result .image {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 23.2317613015%;
    text-align: right; }
    article.search .search-results .result .image:last-child {
      margin-right: 0; }

article.search .search-results h2 {
  font-size: 22px;
  margin-bottom: 4px; }
  article.search .search-results h2 a {
    color: #444;
    text-decoration: none; }
    article.search .search-results h2 a:hover, article.search .search-results h2 a:active {
      color: #000;
      text-decoration: underline; }

/***********************************************************************
*
*  Liquid Slider
*  Kevin Batdorf
*
*  http://liquidslider.kevinbatdorf.com
*
*  GPL license
*
************************************************************************/
/******************************************************
* No JavaScript
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html
* markup.
*******************************************************/
.no-js .liquid-slider {
  height: 350px;
  overflow: scroll; }

section#main .testimonial-slider-panel .panel-wrapper {
  padding: 10px 80px 10px 45px;
  position: relative; }
  section#main .testimonial-slider-panel .panel-wrapper h3 {
    margin: 0;
    padding: 0;
    border: none; }
    section#main .testimonial-slider-panel .panel-wrapper h3:before {
      position: absolute;
      content: "“";
      font-size: 80px;
      font-family: Georgia, serif;
      left: 5px;
      top: -5px;
      color: #ddd; }

/******************************************************
* Preloader
* Use this to apply styles when Javascript is disabled,
* and be sure to include the ".no-js" class in your html
* markup.
*******************************************************/
.liquid-slider-wrapper .liquid-slider-preloader {
  /* Do not edit below this line */
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0; }

/******************************************************************
* Base Styles
* The styles here will apply to everything. I recommend you keep
* the styles in here specific to mobile defices, then use
* the media queries at the bottom to define further styles for larger
* screen-sizes. Think Mobile First. But be cautious of how
* your site will look in older IE browsers.
*
* Additional media queries are at the bottom of this document
******************************************************************/
.liquid-slider-wrapper {
  margin: 0 auto;
  /* Do not edit below this line */
  clear: both;
  overflow: auto;
  position: relative; }

/******************************************************
* Main Container
* This is the main container (minus the navigation).
* Be sure to match the width with the .panel class,
* or it won't work properly. Also, width only applies
* if you are not using the responsive setting.
*
* The responsive slider will interpret the width as the
* max width instead
*******************************************************/
.liquid-slider-wrapper .liquid-slider {
  width: 1030px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative; }

.liquid-slider-wrapper .panel-container {
  /* Do not edit below this line */
  position: relative; }

.liquid-slider-wrapper .liquid-slider .panel-container .fadeClass {
  /* Do not edit below this line */
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

/******************************************************
* Panels
* This is for the panels. If you are using the
* responsive setting, this will act as the max-width
* for the entire slider.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel {
  width: 1030px;
  /* Do not edit below this line */
  display: block;
  float: left; }

/******************************************************
* These provide a base starting point for images and
* video. However, you will have to add more rules
* based on the content you use. Use the @media queries
* at the bottom of this file.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel img {
  /*
  width:100%;
  height:auto;
  margin:0 5px;
  */ }

.liquid-slider-wrapper .liquid-slider .panel video {
  /*
  width:100%;
  height:auto;
  */ }

/******************************************************
* This is mainly used to adjust the padding inside each
* panel. If you are using the responsive setting, you
* need to use the settings below as this will not apply.
*******************************************************/
.liquid-slider-wrapper .liquid-slider .panel-wrapper {
  /* Do not edit below this line */
  position: relative; }

/*****************************************************
* This will adjust styles for all navigation tabs
* less of course the select box used for mobile
* navigation. The .current styles will apply only to
* the current tab.
*
* You may use this section to create navigation for
* mobile devices if you set mobileNavigation: false
* Be sure to edit media queries for larger devices below
* I have included an example below in comments.
*
* .currentCrossLink refers to external crosslinking.
*******************************************************/
.liquid-slider-wrapper .liquid-nav a {
  background: #d8d8d8;
  color: #333333;
  margin-right: 1px;
  padding: 3px 6px; }

.liquid-slider-wrapper .liquid-nav a:hover {
  background: #f2f2f2;
  color: #333333;
  text-shadow: none; }

.liquid-slider-wrapper .liquid-nav .current {
  background: #f2f2f2; }

.currentCrossLink {
  font-weight: bold; }

.liquid-slider-wrapper .liquid-nav ul {
  padding: 0;
  /* Do not edit below this line */
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden; }

.liquid-slider-wrapper .liquid-nav ul li {
  /* Do not edit below this line */
  display: inline; }

.liquid-slider-wrapper .liquid-nav ul li a {
  /* Do not edit below this line */
  display: block;
  float: left;
  text-decoration: none; }

/*****************************************************
* Mobile Menu
* This will adjust styles for selectbox styles. I have
* included a simple example to create a custom select
* box.
*******************************************************/
.liquid-slider-wrapper .liquid-nav {
  overflow: hidden;
  clear: both; }

.liquid-slider-wrapper .liquid-slider-select-box {
  /* Delete these if you want the standard select box.
     Also delete the rules below */
  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(/assets/images/site/liquidslider/menu.png) no-repeat right #ddd; }

.liquid-slider-wrapper .liquid-slider-select-box select {
  /* If you want the standard select box, use
  width:100%
  And delete the rest of the styling here */
  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: 1px solid #bbb;
  height: 35px;
  cursor: pointer; }

/******************************************************
* Arrows
* This section refers to both the non-graphical and
* graphical navigation arrows.
*
* Some settings will be overwritten when using the
* responsive setting.
*******************************************************/
.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-right {
  /* Do not edit below this line */
  float: left; }

.liquid-slider-wrapper .liquid-nav-left a, .liquid-slider-wrapper .liquid-nav-right a {
  /* non-graphical arrows */
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  /* Do not edit below this line */
  display: block;
  text-align: center;
  text-decoration: none; }

.liquid-slider-wrapper .liquid-nav-left-arrow, .liquid-slider-wrapper .liquid-nav-right-arrow {
  cursor: pointer;
  /* Do not edit below this line */
  float: left; }

.liquid-slider-wrapper .liquid-nav-left-arrow a, .liquid-slider-wrapper .liquid-nav-right-arrow a {
  /* Do not edit below this line */
  display: block; }

.liquid-slider-wrapper .liquid-nav-left, .liquid-slider-wrapper .liquid-nav-left-arrow {
  /* Do not edit below this line */
  clear: both; }

.liquid-slider-wrapper .liquid-nav-right-arrow {
  width: 25px;
  height: 25px;
  background: url(/assets/images/site/liquidslider/arrow.png) no-repeat top right;
  margin-top: 125px;
  margin-right: 5px;
  /* Do not edit below this line */
  position: relative; }

.liquid-slider-wrapper .liquid-nav-left-arrow {
  width: 25px;
  height: 25px;
  background: url(/assets/images/site/liquidslider/arrow.png) no-repeat top left;
  margin-top: 125px;
  margin-left: 5px;
  /* Do not edit below this line */
  position: relative; }

.liquid-slider-wrapper .liquid-nav-left-arrow:hover {
  /* Left graphical arrows hover */
  background: url(/assets/images/site/liquidslider/arrow.png) no-repeat bottom left; }

.liquid-slider-wrapper .liquid-nav-left-arrow:active {
  /* Left graphical arrows click */ }

.liquid-slider-wrapper .liquid-nav-right-arrow:hover {
  /* Right graphical arrows hover */
  background: url(/assets/images/site/liquidslider/arrow.png) no-repeat bottom right; }

.liquid-slider-wrapper .liquid-nav-right-arrow:active {
  /* Right graphical arrows click */ }

.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px; }

/******************************************************
* Responsive Styles
* Here are the main responsive styles. This mostly
* covers the arrows, and most of the settings can be
* applied above.
*******************************************************/
.liquid-responsive .liquid-slider {
  /* Do not edit below this line */
  width: 100%;
  margin: 0; }

.liquid-responsive .liquid-nav-left {
  /* Left non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 1; }

.liquid-responsive .liquid-nav-left a {
  /* Left non-graphical arrows */
  background: #9A9A9A;
  width: 80px; }

.liquid-responsive .liquid-nav-left a:hover {
  /* Left non-graphical hover */
  background: #747474; }

.liquid-responsive .liquid-nav-right {
  /* Right non-graphical arrows */
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 1; }

.liquid-responsive .liquid-nav-right a {
  /* Right non-graphical arrows */
  background: #9A9A9A;
  width: 80px; }

.liquid-responsive .liquid-nav-right a:hover {
  /* Right non-graphical arrows hover */
  background: #747474; }

.liquid-responsive .liquid-nav-left-arrow {
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 1; }

.liquid-responsive .liquid-nav-right-arrow {
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 1; }

/******************************************************************
* Larger Mobile Devices
* This is for devices like the Galaxy Note or something that's
* larger than an iPhone but smaller than a tablet.
******************************************************************/
@media only screen and (min-width: 481px) {
  .liquid-slider-wrapper .liquid-slider .panel img {
    /* Example */
    /*
    width:24%;
    margin:2px;
    */ } }

/******************************************************************
* Tablet & Smaller Laptops
* This will include tablets and some netbooks.
******************************************************************/
@media only screen and (min-width: 768px) {
  .liquid-slider-wrapper .liquid-slider .panel img {
    /* Example */
    /*
    width:24%;
    */ } }

/******************************************************************
* DESKTOP
* This is the average viewing window. So Desktops, Laptops, and
* in general anyone not viewing on a mobile device. Here's where
* you can add resource intensive styles.
******************************************************************/
/******************************************************************
* LARGE VIEWING SIZE
* This is for the larger monitors and possibly full screen viewers.
******************************************************************/
/******************************************************************
* RETINA (2x RESOLUTION DEVICES)
* This applies to the retina iPhone (4s) and iPad (2,3) along with
* other displays with a 2x resolution. You can also create a media
* query for retina AND a certain size if you want. Go Nuts.
******************************************************************/
section#main .row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 30px; }
  section#main .row::after {
    clear: both;
    content: "";
    display: table; }

section#main .columns.two, section#main .columns.three {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 23.2317613015%; }
  section#main .columns.two:last-child, section#main .columns.three:last-child {
    margin-right: 0; }

section#main .columns.ten {
  float: left;
  display: block;
  margin-right: 2.3576515979%;
  width: 74.4105871005%; }
  section#main .columns.ten:last-child {
    margin-right: 0; }
  section#main .columns.ten p:first-child {
    margin-top: 0; }

section.comments {
  margin-top: 4em; }

/* ==========================================================================
/* 10.0 - Footer
   ========================================================================== */
footer {
  background: #202324;
  padding: 2em 0 0;
  color: #fff;
  margin-top: 70px; }
  @media screen and (min-width: 1280px) {
    footer {
      display: block !important; } }
  @media screen and (min-width: 1024px) and (max-width: 1279px) {
    footer {
      display: block !important; } }
  @media screen and (min-width: 641px) and (max-width: 1023px) {
    footer {
      display: block !important; } }
  footer div.stripes strong, footer .upcoming-speakers div strong {
    font-family: 'Ubuntu Condensed';
    text-transform: uppercase;
    font-size: 20px !important;
    font-weight: bold !important;
    line-height: 17px !important;
    color: #ddd !important; }
  footer .carousel {
    overflow: hidden;
    position: relative;
    padding-bottom: 1em; }
    footer .carousel ul li {
      display: inline-block;
      text-align: center;
      position: relative;
      max-height: 115px; }
      footer .carousel ul li img {
        height: 112px; }
      footer .carousel ul li a {
        color: #fff; }
        footer .carousel ul li a:hover {
          color: #ea7f1e; }
      footer .carousel ul li div {
        position: absolute;
        bottom: 5px;
        width: 96%;
        left: 2%;
        z-index: 90;
        padding: 1px;
        font-family: 'Ubuntu Condensed';
        background: #000;
        text-align: center;
        zoom: 1;
        filter: alpha(opacity=80);
        opacity: 0.80;
        font-size: 14px; }
    footer .carousel .carousel-prev {
      position: absolute;
      top: 48px;
      left: 10px;
      width: 20px;
      height: 20px;
      background: url(/assets/images/site/icons/arrow-left-black.png) no-repeat;
      background-size: 100%;
      text-indent: -9999px; }
    footer .carousel .carousel-next {
      position: absolute;
      top: 48px;
      right: 10px;
      width: 20px;
      height: 20px;
      background: url(/assets/images/site/icons/arrow-right-black.png) no-repeat;
      background-size: 100%;
      text-indent: -9999px; }
  footer .footer-wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    footer .footer-wrapper::after {
      clear: both;
      content: "";
      display: table; }
  footer .footer-about-us {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%; }
    footer .footer-about-us:last-child {
      margin-right: 0; }
    footer .footer-about-us p {
      font-family: 'Ubuntu' , sans-serif;
      font-size: 14px;
      line-height: 1.5em;
      margin-bottom: 8px;
      margin-top: 0;
      color: #eee; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      footer .footer-about-us {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%; }
        footer .footer-about-us:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      footer .footer-about-us {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        footer .footer-about-us:last-child {
          margin-right: 0; } }
    footer .footer-about-us ul.sitemap {
      margin-bottom: 1.5em; }
      footer .footer-about-us ul.sitemap li {
        display: inline-block;
        width: 19%;
        margin: 0;
        padding: 0 0 10px 0; }
        @media screen and (min-width: 1024px) and (max-width: 1279px) {
          footer .footer-about-us ul.sitemap li {
            width: 32%; } }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          footer .footer-about-us ul.sitemap li {
            width: 32%; } }
        @media screen and (max-width: 640px) {
          footer .footer-about-us ul.sitemap li {
            width: 32%; } }
        footer .footer-about-us ul.sitemap li a {
          font-size: 13px;
          color: #fff;
          text-decoration: none;
          display: block;
          height: 100%;
          width: 100%; }
          footer .footer-about-us ul.sitemap li a:hover {
            color: #ea7f1e; }
        @media screen and (min-width: 1024px) and (max-width: 1279px) {
          footer .footer-about-us ul.sitemap li:nth-child(3n+2) {
            text-align: center; } }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          footer .footer-about-us ul.sitemap li:nth-child(3n+2) {
            text-align: center; } }
        @media screen and (max-width: 640px) {
          footer .footer-about-us ul.sitemap li:nth-child(3n+2) {
            text-align: center; } }
        @media screen and (min-width: 1024px) and (max-width: 1279px) {
          footer .footer-about-us ul.sitemap li:nth-child(3n+3) {
            text-align: right; } }
        @media screen and (min-width: 641px) and (max-width: 1023px) {
          footer .footer-about-us ul.sitemap li:nth-child(3n+3) {
            text-align: right; } }
        @media screen and (max-width: 640px) {
          footer .footer-about-us ul.sitemap li:nth-child(3n+3) {
            text-align: right; } }
  footer .footer-recent-tweets {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    margin-bottom: 1.5em; }
    footer .footer-recent-tweets:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      footer .footer-recent-tweets {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        margin-top: 15px;
        margin-right: 0; }
        footer .footer-recent-tweets:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      footer .footer-recent-tweets {
        margin-top: 25px;
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%; }
        footer .footer-recent-tweets:last-child {
          margin-right: 0; } }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      footer .footer-recent-tweets .tweets {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 82.9403914003%; }
        footer .footer-recent-tweets .tweets:last-child {
          margin-right: 0; } }
    footer .footer-recent-tweets .tweets li {
      font-size: 13px;
      line-height: 1.4em;
      margin-bottom: 10px;
      padding-right: 15px; }
      footer .footer-recent-tweets .tweets li a.time {
        font-size: 10px;
        line-height: 12px;
        white-space: nowrap;
        text-decoration: none;
        padding-right: 15px;
        background: transparent url(/assets/images/site/icons/twitter-colour.png) no-repeat;
        background-size: 11px 11px;
        background-position: right; }
        footer .footer-recent-tweets .tweets li a.time:hover {
          text-decoration: underline; }
    footer .footer-recent-tweets .tweets a {
      color: #ccc; }
  footer .footer-upcoming-events {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 31.7615656014%;
    float: right !important;
    margin-right: 0; }
    footer .footer-upcoming-events:last-child {
      margin-right: 0; }
    @media screen and (min-width: 641px) and (max-width: 1023px) {
      footer .footer-upcoming-events {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 48.821174201%;
        margin-right: 0; }
        footer .footer-upcoming-events:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 640px) {
      footer .footer-upcoming-events {
        float: left;
        display: block;
        margin-right: 2.3576515979%;
        width: 100%;
        float: left !important;
        margin-top: 10px; }
        footer .footer-upcoming-events:last-child {
          margin-right: 0; } }
    footer .footer-upcoming-events p.vevent {
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 16px;
      padding-bottom: 16px;
      border-bottom: 1px solid #444; }
      footer .footer-upcoming-events p.vevent span.a {
        display: inline-block;
        float: left;
        margin-right: 10px;
        margin-top: 4px;
        opacity: 0.5;
        filter: alpha(opacity=50);
        margin-bottom: 10px; }
      footer .footer-upcoming-events p.vevent:last-child {
        border-bottom: none;
        margin-bottom: 0px;
        padding-bottom: 0px; }
      footer .footer-upcoming-events p.vevent a.summary {
        font-weight: bold;
        display: block;
        padding-bottom: 3px;
        text-transform: uppercase;
        text-decoration: none; }
        footer .footer-upcoming-events p.vevent a.summary:hover {
          text-decoration: underline; }
          footer .footer-upcoming-events p.vevent a.summary:hover span.a {
            opacity: 1;
            filter: alpha(opacity=100); }
      footer .footer-upcoming-events p.vevent span.location {
        display: block; }
      footer .footer-upcoming-events p.vevent a {
        color: #fff; }
  footer .copyright-wrapper {
    margin-top: 20px;
    background: #141617;
    padding: 10px 0;
    font-size: 11px; }
    footer .copyright-wrapper .copyright, footer .copyright-wrapper .legal {
      float: left;
      display: block;
      margin-right: 2.3576515979%;
      width: 48.821174201%; }
      footer .copyright-wrapper .copyright:last-child, footer .copyright-wrapper .legal:last-child {
        margin-right: 0; }
      @media screen and (max-width: 640px) {
        footer .copyright-wrapper .copyright, footer .copyright-wrapper .legal {
          float: left;
          display: block;
          margin-right: 2.3576515979%;
          width: 100%;
          text-align: center; }
          footer .copyright-wrapper .copyright:last-child, footer .copyright-wrapper .legal:last-child {
            margin-right: 0; } }
    footer .copyright-wrapper .legal {
      text-align: right; }
      @media screen and (max-width: 640px) {
        footer .copyright-wrapper .legal {
          text-align: center; } }
      @media screen and (max-width: 640px) {
        footer .copyright-wrapper .legal ul {
          margin-top: 12px; } }
      footer .copyright-wrapper .legal ul li {
        padding-left: 15px; }
        footer .copyright-wrapper .legal ul li a {
          color: #fff;
          text-decoration: none; }
          footer .copyright-wrapper .legal ul li a:hover {
            text-decoration: underline; }
