@charset "UTF-8";
@import url('http://fonts.googleapis.com/css?family=Montserrat:700,400|Open+Sans:400,400italic,300,300italic,600,700,800');
/* `@font-face declarations
--------------------------------------------------------------------------------*/
/*
 * Import the font files
 * Seperate out Book, Medium, Demi, Bold
 **/
@font-face {
  font-family: "AG Bold";
  src: url('/img/../fonts/avant-garde/731063/85564178-fd88-4387-9226-0e632723ca24-dd691410b3fd83165c423f27fe70823f.eot#iefix');
  src: url('/img/../fonts/avant-garde/731063/85564178-fd88-4387-9226-0e632723ca24-dd691410b3fd83165c423f27fe70823f.eot#iefix') format("eot"), url('/img/../fonts/avant-garde/731063/e9a79553-7093-47c7-8d9c-70dc3619e94b-f7be68d9f1e2fffc45fac54e1a1a43ba.woff') format("woff"), url('/img/../fonts/avant-garde/731063/7265b8d0-a67c-4a8b-84aa-273d1759270a-e9b154d67562b5ebfef1a5bddf2737ce.ttf') format("truetype"), url('/img/../fonts/avant-garde/731063/75d377f2-28ee-43f8-b231-44f8eba218c4-8254ea561fac7ab9c046539fd6d88b9d.svg#75d377f2-28ee-43f8-b231-44f8eba218c4') format("svg");
  font-weight: bold;
  font-style: normal; }

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

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

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

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

script {
  display: none !important; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/*------------------------------------*\
    $FOUNDATION 5 FUNCTIONS
\*------------------------------------*/
/*------------------------------------*\
    $VARIABLES
\*------------------------------------*/
/**
 * $SIZES-NUMBERS ...... Imported first so we can use em-calc in our variables
 * $COLORS ............. Brand and general colors
 * $TYPOGRAPHY .........
 **/
/*------------------------------------*\
    $SIZES-NUMBERS
\*------------------------------------*/
/*
 * Baseline font & vertical rhythm
 **/
/*
 * Grid Sizes
 */
/*
 * Heights
 */
/*
 * Animation Speeds
 **/
/*------------------------------------*\
    $COLORS
\*------------------------------------*/
/*------------------------------------*\
    $TYPOGRAPHY
\*------------------------------------*/
/*
 * Font sizes
 **/
/*------------------------------------*\
    $HARDWARE ACCELLERATION
\*------------------------------------*/
/*------------------------------------*\
    $TRANSITION TRANSFORM
\*------------------------------------*/
meta.foundation-mq-small {
  font-family: "only screen and (max-width: 767px)";
  width: 767px; }

meta.foundation-mq-medium {
  font-family: "only screen and (min-width:768px)";
  width: 1023px; }

meta.foundation-mq-large {
  font-family: "only screen and (min-width:1024px)";
  width: 1439px; }

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

html, body {
  font-size: 16px; }

body {
  background: #fff;
  color: #4A4A4A;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

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

object, embed {
  height: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.text-justify {
  text-align: justify !important; }

.hide {
  display: none; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 85.375em;
  width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column, .row.collapse .columns, .row.collapse .tile-columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    margin-left: -1.25em;
    margin-right: -1.25em;
    max-width: none;
    width: auto;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      width: auto;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns, .tile-columns {
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  float: left;
  position: relative; }

@media only screen {
  .small-1 {
    width: 6.66667%; }
  .small-2 {
    width: 13.33333%; }
  .small-3 {
    width: 20%; }
  .small-4 {
    width: 26.66667%; }
  .small-5 {
    width: 33.33333%; }
  .small-6 {
    width: 40%; }
  .small-7 {
    width: 46.66667%; }
  .small-8 {
    width: 53.33333%; }
  .small-9 {
    width: 60%; }
  .small-10 {
    width: 66.66667%; }
  .small-11 {
    width: 73.33333%; }
  .small-12 {
    width: 80%; }
  .small-13 {
    width: 86.66667%; }
  .small-14 {
    width: 93.33333%; }
  .small-15 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-offset-1 {
    margin-left: 6.66667%; }
  .small-offset-2 {
    margin-left: 13.33333%; }
  .small-offset-3 {
    margin-left: 20%; }
  .small-offset-4 {
    margin-left: 26.66667%; }
  .small-offset-5 {
    margin-left: 33.33333%; }
  .small-offset-6 {
    margin-left: 40%; }
  .small-offset-7 {
    margin-left: 46.66667%; }
  .small-offset-8 {
    margin-left: 53.33333%; }
  .small-offset-9 {
    margin-left: 60%; }
  .small-offset-10 {
    margin-left: 66.66667%; }
  .small-offset-11 {
    margin-left: 73.33333%; }
  .small-offset-12 {
    margin-left: 80%; }
  .small-offset-13 {
    margin-left: 86.66667%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered, .columns.small-centered, .small-centered.tile-columns {
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

@media only screen and (min-width: 767px) {
  .medium-1 {
    width: 6.66667%; }
  .medium-2 {
    width: 13.33333%; }
  .medium-3 {
    width: 20%; }
  .medium-4 {
    width: 26.66667%; }
  .medium-5 {
    width: 33.33333%; }
  .medium-6 {
    width: 40%; }
  .medium-7 {
    width: 46.66667%; }
  .medium-8 {
    width: 53.33333%; }
  .medium-9 {
    width: 60%; }
  .medium-10 {
    width: 66.66667%; }
  .medium-11 {
    width: 73.33333%; }
  .medium-12 {
    width: 80%; }
  .medium-13 {
    width: 86.66667%; }
  .medium-14 {
    width: 93.33333%; }
  .medium-15 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-offset-1 {
    margin-left: 6.66667%; }
  .medium-offset-2 {
    margin-left: 13.33333%; }
  .medium-offset-3 {
    margin-left: 20%; }
  .medium-offset-4 {
    margin-left: 26.66667%; }
  .medium-offset-5 {
    margin-left: 33.33333%; }
  .medium-offset-6 {
    margin-left: 40%; }
  .medium-offset-7 {
    margin-left: 46.66667%; }
  .medium-offset-8 {
    margin-left: 53.33333%; }
  .medium-offset-9 {
    margin-left: 60%; }
  .medium-offset-10 {
    margin-left: 66.66667%; }
  .medium-offset-11 {
    margin-left: 73.33333%; }
  .medium-offset-12 {
    margin-left: 80%; }
  .medium-offset-13 {
    margin-left: 86.66667%; }
  .medium-offset-14 {
    margin-left: 93.33333%; }
  .medium-push-1 {
    left: 6.66667%;
    right: auto; }
  .medium-pull-1 {
    right: 6.66667%;
    left: auto; }
  .medium-push-2 {
    left: 13.33333%;
    right: auto; }
  .medium-pull-2 {
    right: 13.33333%;
    left: auto; }
  .medium-push-3 {
    left: 20%;
    right: auto; }
  .medium-pull-3 {
    right: 20%;
    left: auto; }
  .medium-push-4 {
    left: 26.66667%;
    right: auto; }
  .medium-pull-4 {
    right: 26.66667%;
    left: auto; }
  .medium-push-5 {
    left: 33.33333%;
    right: auto; }
  .medium-pull-5 {
    right: 33.33333%;
    left: auto; }
  .medium-push-6 {
    left: 40%;
    right: auto; }
  .medium-pull-6 {
    right: 40%;
    left: auto; }
  .medium-push-7 {
    left: 46.66667%;
    right: auto; }
  .medium-pull-7 {
    right: 46.66667%;
    left: auto; }
  .medium-push-8 {
    left: 53.33333%;
    right: auto; }
  .medium-pull-8 {
    right: 53.33333%;
    left: auto; }
  .medium-push-9 {
    left: 60%;
    right: auto; }
  .medium-pull-9 {
    right: 60%;
    left: auto; }
  .medium-push-10 {
    left: 66.66667%;
    right: auto; }
  .medium-pull-10 {
    right: 66.66667%;
    left: auto; }
  .medium-push-11 {
    left: 73.33333%;
    right: auto; }
  .medium-pull-11 {
    right: 73.33333%;
    left: auto; }
  .medium-push-12 {
    left: 80%;
    right: auto; }
  .medium-pull-12 {
    right: 80%;
    left: auto; }
  .medium-push-13 {
    left: 86.66667%;
    right: auto; }
  .medium-pull-13 {
    right: 86.66667%;
    left: auto; }
  .medium-push-14 {
    left: 93.33333%;
    right: auto; }
  .medium-pull-14 {
    right: 93.33333%;
    left: auto; }
  .column.medium-centered, .columns.medium-centered, .medium-centered.tile-columns {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.medium-uncentered, .columns.medium-uncentered, .medium-uncentered.tile-columns {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }

@media only screen and (min-width: 1023px) {
  .large-1 {
    width: 6.66667%; }
  .large-2 {
    width: 13.33333%; }
  .large-3 {
    width: 20%; }
  .large-4 {
    width: 26.66667%; }
  .large-5 {
    width: 33.33333%; }
  .large-6 {
    width: 40%; }
  .large-7 {
    width: 46.66667%; }
  .large-8 {
    width: 53.33333%; }
  .large-9 {
    width: 60%; }
  .large-10 {
    width: 66.66667%; }
  .large-11 {
    width: 73.33333%; }
  .large-12 {
    width: 80%; }
  .large-13 {
    width: 86.66667%; }
  .large-14 {
    width: 93.33333%; }
  .large-15 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-offset-1 {
    margin-left: 6.66667%; }
  .large-offset-2 {
    margin-left: 13.33333%; }
  .large-offset-3 {
    margin-left: 20%; }
  .large-offset-4 {
    margin-left: 26.66667%; }
  .large-offset-5 {
    margin-left: 33.33333%; }
  .large-offset-6 {
    margin-left: 40%; }
  .large-offset-7 {
    margin-left: 46.66667%; }
  .large-offset-8 {
    margin-left: 53.33333%; }
  .large-offset-9 {
    margin-left: 60%; }
  .large-offset-10 {
    margin-left: 66.66667%; }
  .large-offset-11 {
    margin-left: 73.33333%; }
  .large-offset-12 {
    margin-left: 80%; }
  .large-offset-13 {
    margin-left: 86.66667%; }
  .large-offset-14 {
    margin-left: 93.33333%; }
  .large-push-1 {
    left: 6.66667%;
    right: auto; }
  .large-pull-1 {
    right: 6.66667%;
    left: auto; }
  .large-push-2 {
    left: 13.33333%;
    right: auto; }
  .large-pull-2 {
    right: 13.33333%;
    left: auto; }
  .large-push-3 {
    left: 20%;
    right: auto; }
  .large-pull-3 {
    right: 20%;
    left: auto; }
  .large-push-4 {
    left: 26.66667%;
    right: auto; }
  .large-pull-4 {
    right: 26.66667%;
    left: auto; }
  .large-push-5 {
    left: 33.33333%;
    right: auto; }
  .large-pull-5 {
    right: 33.33333%;
    left: auto; }
  .large-push-6 {
    left: 40%;
    right: auto; }
  .large-pull-6 {
    right: 40%;
    left: auto; }
  .large-push-7 {
    left: 46.66667%;
    right: auto; }
  .large-pull-7 {
    right: 46.66667%;
    left: auto; }
  .large-push-8 {
    left: 53.33333%;
    right: auto; }
  .large-pull-8 {
    right: 53.33333%;
    left: auto; }
  .large-push-9 {
    left: 60%;
    right: auto; }
  .large-pull-9 {
    right: 60%;
    left: auto; }
  .large-push-10 {
    left: 66.66667%;
    right: auto; }
  .large-pull-10 {
    right: 66.66667%;
    left: auto; }
  .large-push-11 {
    left: 73.33333%;
    right: auto; }
  .large-pull-11 {
    right: 73.33333%;
    left: auto; }
  .large-push-12 {
    left: 80%;
    right: auto; }
  .large-pull-12 {
    right: 80%;
    left: auto; }
  .large-push-13 {
    left: 86.66667%;
    right: auto; }
  .large-pull-13 {
    right: 86.66667%;
    left: auto; }
  .large-push-14 {
    left: 93.33333%;
    right: auto; }
  .large-pull-14 {
    right: 93.33333%;
    left: auto; }
  .column.large-centered, .columns.large-centered, .large-centered.tile-columns {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered, .columns.large-uncentered, .large-uncentered.tile-columns {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }

/* Foundation Visibility HTML Classes */
.show-for-medium, .show-for-medium-up, .show-for-large, .show-for-large-up, .show-for-xlarge {
  display: none !important; }

.hide-for-medium, .hide-for-medium-up, .hide-for-large, .hide-for-large-up, .hide-for-xlarge {
  display: inherit !important; }

.hide-for-small, .hide-for-medium-down, .hide-for-large-down {
  display: none !important; }

.show-for-small, .show-for-medium-down, .show-for-large-down {
  display: inherit !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, th.show-for-small, th.show-for-medium-down, th.show-for-large-down, th.hide-for-medium, th.hide-for-medium-up, th.hide-for-large, th.hide-for-large-up, th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width:768px) {
  .show-for-medium, .show-for-medium-up {
    display: inherit !important; }
  .show-for-small {
    display: none !important; }
  .hide-for-small {
    display: inherit !important; }
  .hide-for-medium, .hide-for-medium-up {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }
  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }
  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }
  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }
  td.show-for-medium, td.show-for-medium-up, td.hide-for-small, th.show-for-medium, th.show-for-medium-up, th.hide-for-small {
    display: table-cell !important; } }

/* Large Displays: 1280px - 1440px */
@media only screen and (min-width:1024px) {
  .show-for-large, .show-for-large-up {
    display: inherit !important; }
  .show-for-medium, .show-for-medium-down {
    display: none !important; }
  .hide-for-medium, .hide-for-medium-down {
    display: inherit !important; }
  .hide-for-large, .hide-for-large-up {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }
  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }
  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }
  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }
  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down, th.show-for-large, th.show-for-large-up, th.hide-for-medium, th.hide-for-medium-down {
    display: table-cell !important; } }

/* X-Large Displays: 1400px and up */
@media only screen and (min-width:1440px) {
  .show-for-xlarge {
    display: inherit !important; }
  .show-for-large, .show-for-large-down {
    display: none !important; }
  .hide-for-large, .hide-for-large-down {
    display: inherit !important; }
  .hide-for-xlarge {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-xlarge, table.hide-for-large, table.hide-for-large-down {
    display: table; }
  thead.show-for-xlarge, thead.hide-for-large, thead.hide-for-large-down {
    display: table-header-group !important; }
  tbody.show-for-xlarge, tbody.hide-for-large, tbody.hide-for-large-down {
    display: table-row-group !important; }
  tr.show-for-xlarge, tr.hide-for-large, tr.hide-for-large-down {
    display: table-row !important; }
  td.show-for-xlarge, td.hide-for-large, td.hide-for-large-down, th.show-for-xlarge, th.hide-for-large, th.hide-for-large-down {
    display: table-cell !important; } }

/* Orientation targeting */
.show-for-landscape, .hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape, .show-for-portrait {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait, th.hide-for-landscape, th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape, .hide-for-portrait {
    display: inherit !important; }
  .hide-for-landscape, .show-for-portrait {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }
  td.show-for-landscape, td.hide-for-portrait, th.show-for-landscape, th.hide-for-portrait {
    display: table-cell !important; } }

@media only screen and (orientation: portrait) {
  .show-for-portrait, .hide-for-landscape {
    display: inherit !important; }
  .hide-for-portrait, .show-for-landscape {
    display: none !important; }
  /* Specific visilbity for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }
  td.show-for-portrait, td.hide-for-landscape, th.show-for-portrait, th.hide-for-landscape {
    display: table-cell !important; } }

/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visilbity for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625em;
    font-size: 0;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 0.625em 1.25em;
      font-size: 16px; }
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width:768px) and (max-width:1023px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width:1024px) {
  /* Remove small grid clearing */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.625em 1.25em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

p.lead {
  font-size: 1.21875em;
  line-height: 1.6; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: 300;
  margin-top: 0.2em;
  margin-bottom: 0.5em; }

/* Typography resets */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, .ui-datepicker-title, h4, h5, h6, pre, form, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  direction: ltr; }

/* Default Link Styles */
a {
  color: #33DA90;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #12b467; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility; }
  p aside {
    font-size: 0.875em;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, .ui-datepicker-title, h4, h5, h6 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0em;
  margin-bottom: 0.5em;
  line-height: 1.2125em; }
  h1 small, h2 small, h3 small, .ui-datepicker-title small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125em; }

h2 {
  font-size: 1.6875em; }

h3, .ui-datepicker-title {
  font-size: 1.375em; }

h4 {
  font-size: 1.125em; }

h5 {
  font-size: 1.125em; }

h6 {
  font-size: 1em; }

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25em 0 1.1875em;
  height: 0; }

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit; }

strong, b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
  font-weight: bold;
  color: #891a1e; }

/* Lists */
ul, ol, dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
ul li ul, ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol li ul, ol li ol {
  margin-left: 1.25em;
  margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3em;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75em; }

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #4A4A4A;
  border-bottom: 1px dotted #ddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25em;
  padding: 0.5625em 1.25em 0 1.1875em;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125em;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a, blockquote cite a:visited {
      color: #555555; }

blockquote, blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25em 0;
  border: 1px solid #ddd;
  padding: 0.625em 0.75em; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375em; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625em; }

@media only screen and (max-width: 767px) {
  h1, h2, h3, .ui-datepicker-title, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75em; }
  h2 {
    font-size: 2.3125em; }
  h3, .ui-datepicker-title {
    font-size: 1.6875em; }
  h4 {
    font-size: 1.4375em; } }

/*
     * Print styles.
     *
     * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
     * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
    */
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3, .ui-datepicker-title {
    orphans: 3;
    widows: 3; }
  h2, h3, .ui-datepicker-title {
    page-break-after: avoid; }
  .hide-on-print {
    display: none !important; }
  .print-only {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  .show-for-print {
    display: inherit !important; } }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #33DA90;
  border-color: #21b976;
  color: #fff; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #21b976; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #4A4A4A;
    border-color: #313131;
    color: #fff; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #313131; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #fff; }
  button.success, .button.success {
    background-color: #3FD76A;
    border-color: #27bc51;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #27bc51; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #C9262C;
    border-color: #9e1e23;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #9e1e23; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, .button.large {
    padding-top: 1em;
    padding-right: 2em;
    padding-bottom: 1.0625em;
    padding-left: 2em;
    font-size: 1.25em; }
  button.small, .button.small {
    padding-top: 0.5625em;
    padding-right: 1.125em;
    padding-bottom: 0.625em;
    padding-left: 1.125em;
    font-size: 0.8125em; }
  button.tiny, .button.tiny {
    padding-top: 0.4375em;
    padding-right: 0.875em;
    padding-bottom: 0.5em;
    padding-left: 0.875em;
    font-size: 0.6875em; }
  button.expand, .button.expand {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75em; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75em; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #33DA90;
    border-color: #21b976;
    color: #fff;
    cursor: default;
    opacity: 0.6;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #21b976; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #33DA90; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #4A4A4A;
      border-color: #313131;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #313131; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #fff; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #4A4A4A; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #3FD76A;
      border-color: #27bc51;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #27bc51; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3FD76A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #C9262C;
      border-color: #9e1e23;
      color: #fff;
      cursor: default;
      opacity: 0.6;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #9e1e23; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #C9262C; }

button, .button {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none; }
  button.tiny, .button.tiny {
    padding-top: 0.5em;
    padding-bottom: 0.4375em;
    -webkit-appearance: none; }
  button.small, .button.small {
    padding-top: 0.625em;
    padding-bottom: 0.5625em;
    -webkit-appearance: none; }
  button.large, .button.large {
    padding-top: 1.03125em;
    padding-bottom: 1.03125em;
    -webkit-appearance: none; }

@media only screen {
  button, .button {
    -webkit-box-shadow: 0 transparent inset;
    box-shadow: 0 transparent inset;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    button:active, .button:active {
      -webkit-box-shadow: 0 transparent inset;
      box-shadow: 0 transparent inset; }
    button.radius, .button.radius {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    button.round, .button.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; } }

@media only screen and (max-width: 767px) {
  button, .button {
    display: inline-block; } }

/* Standard Forms */
form {
  margin: 0 0 1.625em; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.8125em; }
  form .row .row .column, form .row .row .columns, form .row .row .tile-columns {
    padding: 0 0.8125em; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column, form .row .row.collapse .columns, form .row .row.collapse .tile-columns {
      padding: 0; }
form .row input.column, form .row input.columns, form .row input.tile-columns, form .row textarea.column, form .row textarea.columns, form .row textarea.tile-columns {
  padding-left: 0.8125em; }

/* Label Styles */
label {
  font-size: 0.875em;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875em;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1.625em 0;
    padding: 0.9375em 0; }
  label small {
    text-transform: capitalize;
    color: #666666; }

/* Attach elements to the beginning or end of an input */
.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875em;
  height: 3.25em;
  line-height: 3.25em; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-color: #d9d9d9;
  border-right: none;
  color: #333; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-color: #cccccc;
  border-left: none;
  color: #333; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

/* Input groups will automatically style first and last elements of the group */
.input-group.radius > *:first-child, .input-group.radius > *:first-child * {
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }
.input-group.radius > *:last-child, .input-group.radius > *:last-child * {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px; }
.input-group.round > *:first-child, .input-group.round > *:first-child * {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }
.input-group.round > *:last-child, .input-group.round > *:last-child * {
  -moz-border-radius-topright: 1000px;
  -moz-border-radius-bottomright: 1000px;
  -webkit-border-top-right-radius: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  background-color: #F9F9F7;
  font-family: inherit;
  border: 1px solid #e3e3da;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1.625em 0;
  padding: 0.8125em;
  height: 3.25em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    background: #F9F9F7;
    border-color: #40EC9A;
    outline: none; }
  input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="month"][disabled], input[type="week"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
    background-color: #ddd; }

/* Adjust margin for form elements below */
input[type="file"], input[type="checkbox"], input[type="radio"], select {
  margin: 0 0 1.625em 0; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.25em;
  margin: 1.125em 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875em;
    margin: 0;
    margin-left: -0.1875em; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block !important;
  padding: 0.375em 0.25em;
  margin-top: -1.9375em;
  margin-bottom: 1.625em;
  font-size: 0.75em;
  font-weight: bold;
  background: #C9262C;
  color: #fff;
  margin-top: 0; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block !important;
  padding: 0.375em 0.25em;
  margin-top: -1.9375em;
  margin-bottom: 1.625em;
  font-size: 0.75em;
  font-weight: bold;
  background: #C9262C;
  color: #fff; }

.error input, .error textarea, .error select {
  border-color: #C9262C;
  background-color: rgba(201, 38, 44, 0.1);
  margin-bottom: 0; }
  .error input:focus, .error textarea:focus, .error select:focus {
    background: #F9F9F7;
    border-color: #40EC9A; }
.error label, .error label.error {
  color: #C9262C; }
.error small.error {
  display: block !important;
  padding: 0.375em 0.25em;
  margin-top: -1.9375em;
  margin-bottom: 1.625em;
  font-size: 0.75em;
  font-weight: bold;
  background: #C9262C;
  color: #fff; }
.error span.error-message {
  display: block; }

input.error, textarea.error {
  border-color: #C9262C;
  background-color: rgba(201, 38, 44, 0.1); }
  input.error:focus, textarea.error:focus {
    background: #F9F9F7;
    border-color: #40EC9A; }

.error select {
  border-color: #C9262C;
  background-color: rgba(201, 38, 44, 0.1); }
  .error select:focus {
    background: #F9F9F7;
    border-color: #40EC9A; }

label.error {
  color: #C9262C; }

/* Button Groups */
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0 0 0 0px;
    float: left; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625em; }
    .button-bar .button-group div {
      overflow: hidden; }

/* Dropdown Button */
.dropdown.button {
  position: relative;
  padding-right: 3.1875em; }
  .dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before {
    border-width: 0.5625em;
    right: 1.5em;
    margin-top: -0.25em; }
  .dropdown.button:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny {
    padding-right: 2.1875em; }
    .dropdown.button.tiny:before {
      border-width: 0.4375em;
      right: 0.875em;
      margin-top: -0.15625em; }
    .dropdown.button.tiny:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small {
    padding-right: 2.8125em; }
    .dropdown.button.small:before {
      border-width: 0.5625em;
      right: 1.125em;
      margin-top: -0.21875em; }
    .dropdown.button.small:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large {
    padding-right: 4em; }
    .dropdown.button.large:before {
      border-width: 0.625em;
      right: 1.75em;
      margin-top: -0.3125em; }
    .dropdown.button.large:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before {
    border-color: #333 transparent transparent transparent; }

/* Split Buttons */
.split.button {
  position: relative;
  padding-right: 4.8em; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: #1ea368; }
  .split.button span {
    width: 3em; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.5625em;
      top: 1.125em;
      margin-left: -0.5625em; }
  .split.button span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: #242424; }
  .split.button.secondary span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: #891a1e; }
  .split.button.success span {
    border-left-color: #23a748; }
  .split.button.tiny {
    padding-right: 3.9375em; }
    .split.button.tiny span {
      width: 2.84375em; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.4375em;
        top: 0.875em;
        margin-left: -0.3125em; }
  .split.button.small {
    padding-right: 3.9375em; }
    .split.button.small span {
      width: 2.8125em; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.5625em;
        top: 0.84375em;
        margin-left: -0.5625em; }
  .split.button.large {
    padding-right: 6em; }
    .split.button.large span {
      width: 3.75em; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.625em;
        top: 1.3125em;
        margin-left: -0.5625em; }
  .split.button.expand {
    padding-left: 2em; }
  .split.button.secondary span:before {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .split.button.round span {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }

/* Flex Video */
.flex-video {
  position: relative;
  padding-top: 1.5625em;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1em;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 57.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* Sections */
[data-section=''], [data-section='auto'], .section-container.auto, [data-section='vertical-tabs'], .section-container.vertical-tabs, [data-section='vertical-nav'], .section-container.vertical-nav, [data-section='horizontal-nav'], .section-container.horizontal-nav, [data-section='accordion'], .section-container.accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  [data-section=''][data-section-small-style], [data-section='auto'][data-section-small-style], .section-container.auto[data-section-small-style], [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style], [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style], [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style], [data-section='accordion'][data-section-small-style], .section-container.accordion[data-section-small-style] {
    width: 100% !important; }
    [data-section=''][data-section-small-style] > [data-section-region], [data-section=''][data-section-small-style] > section, [data-section=''][data-section-small-style] > .section, [data-section='auto'][data-section-small-style] > [data-section-region], [data-section='auto'][data-section-small-style] > section, [data-section='auto'][data-section-small-style] > .section, .section-container.auto[data-section-small-style] > [data-section-region], .section-container.auto[data-section-small-style] > section, .section-container.auto[data-section-small-style] > .section, [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section, [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section, [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section, [data-section='accordion'][data-section-small-style] > [data-section-region], [data-section='accordion'][data-section-small-style] > section, [data-section='accordion'][data-section-small-style] > .section, .section-container.accordion[data-section-small-style] > [data-section-region], .section-container.accordion[data-section-small-style] > section, .section-container.accordion[data-section-small-style] > .section {
      padding: 0 !important;
      margin: 0 !important; }
      [data-section=''][data-section-small-style] > [data-section-region] > [data-section-title], [data-section=''][data-section-small-style] > [data-section-region] > .title, [data-section=''][data-section-small-style] > section > [data-section-title], [data-section=''][data-section-small-style] > section > .title, [data-section=''][data-section-small-style] > .section > [data-section-title], [data-section=''][data-section-small-style] > .section > .title, [data-section='auto'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='auto'][data-section-small-style] > [data-section-region] > .title, [data-section='auto'][data-section-small-style] > section > [data-section-title], [data-section='auto'][data-section-small-style] > section > .title, [data-section='auto'][data-section-small-style] > .section > [data-section-title], [data-section='auto'][data-section-small-style] > .section > .title, .section-container.auto[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.auto[data-section-small-style] > [data-section-region] > .title, .section-container.auto[data-section-small-style] > section > [data-section-title], .section-container.auto[data-section-small-style] > section > .title, .section-container.auto[data-section-small-style] > .section > [data-section-title], .section-container.auto[data-section-small-style] > .section > .title, [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title, [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title, [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title, [data-section='accordion'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='accordion'][data-section-small-style] > [data-section-region] > .title, [data-section='accordion'][data-section-small-style] > section > [data-section-title], [data-section='accordion'][data-section-small-style] > section > .title, [data-section='accordion'][data-section-small-style] > .section > [data-section-title], [data-section='accordion'][data-section-small-style] > .section > .title, .section-container.accordion[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.accordion[data-section-small-style] > [data-section-region] > .title, .section-container.accordion[data-section-small-style] > section > [data-section-title], .section-container.accordion[data-section-small-style] > section > .title, .section-container.accordion[data-section-small-style] > .section > [data-section-title], .section-container.accordion[data-section-small-style] > .section > .title {
        width: 100% !important; }
  [data-section=''] > section, [data-section=''] > .section, [data-section=''] > [data-section-region], [data-section='auto'] > section, [data-section='auto'] > .section, [data-section='auto'] > [data-section-region], .section-container.auto > section, .section-container.auto > .section, .section-container.auto > [data-section-region], [data-section='vertical-tabs'] > section, [data-section='vertical-tabs'] > .section, [data-section='vertical-tabs'] > [data-section-region], .section-container.vertical-tabs > section, .section-container.vertical-tabs > .section, .section-container.vertical-tabs > [data-section-region], [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region], [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region], [data-section='accordion'] > section, [data-section='accordion'] > .section, [data-section='accordion'] > [data-section-region], .section-container.accordion > section, .section-container.accordion > .section, .section-container.accordion > [data-section-region] {
    margin: 0; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title, [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title, [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title, [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title, [data-section='accordion'] > section > [data-section-title], [data-section='accordion'] > section > .title, [data-section='accordion'] > .section > [data-section-title], [data-section='accordion'] > .section > .title, [data-section='accordion'] > [data-section-region] > [data-section-title], [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a, [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a, [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a, [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a, [data-section='accordion'] > section > [data-section-title] a, [data-section='accordion'] > section > .title a, [data-section='accordion'] > .section > [data-section-title] a, [data-section='accordion'] > .section > .title a, [data-section='accordion'] > [data-section-region] > [data-section-title] a, [data-section='accordion'] > [data-section-region] > .title a, .section-container.accordion > section > [data-section-title] a, .section-container.accordion > section > .title a, .section-container.accordion > .section > [data-section-title] a, .section-container.accordion > .section > .title a, .section-container.accordion > [data-section-region] > [data-section-title] a, .section-container.accordion > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content, [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content, [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content, [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content, [data-section='accordion'] > section > [data-section-content], [data-section='accordion'] > section > .content, [data-section='accordion'] > .section > [data-section-content], [data-section='accordion'] > .section > .content, [data-section='accordion'] > [data-section-region] > [data-section-content], [data-section='accordion'] > [data-section-region] > .content, .section-container.accordion > section > [data-section-content], .section-container.accordion > section > .content, .section-container.accordion > .section > [data-section-content], .section-container.accordion > .section > .content, .section-container.accordion > [data-section-region] > [data-section-content], .section-container.accordion > [data-section-region] > .content {
      display: none; }
    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content, [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content, [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content, [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content, [data-section='accordion'] > section.active > [data-section-content], [data-section='accordion'] > section.active > .content, [data-section='accordion'] > .section.active > [data-section-content], [data-section='accordion'] > .section.active > .content, [data-section='accordion'] > [data-section-region].active > [data-section-content], [data-section='accordion'] > [data-section-region].active > .content, .section-container.accordion > section.active > [data-section-content], .section-container.accordion > section.active > .content, .section-container.accordion > .section.active > [data-section-content], .section-container.accordion > .section.active > .content, .section-container.accordion > [data-section-region].active > [data-section-content], .section-container.accordion > [data-section-region].active > .content {
      display: block; }
    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active), [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active), [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active), [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active), [data-section='accordion'] > section:not(.active), [data-section='accordion'] > .section:not(.active), [data-section='accordion'] > [data-section-region]:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active), .section-container.accordion > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title, [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title, [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title, [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title, [data-section='accordion'] > section > [data-section-title], [data-section='accordion'] > section > .title, [data-section='accordion'] > .section > [data-section-title], [data-section='accordion'] > .section > .title, [data-section='accordion'] > [data-section-region] > [data-section-title], [data-section='accordion'] > [data-section-region] > .title, .section-container.accordion > section > [data-section-title], .section-container.accordion > section > .title, .section-container.accordion > .section > [data-section-title], .section-container.accordion > .section > .title, .section-container.accordion > [data-section-region] > [data-section-title], .section-container.accordion > [data-section-region] > .title {
      width: 100%; }

.section-container.auto, .section-container.vertical-tabs, .section-container.vertical-nav, .section-container.horizontal-nav, .section-container.accordion {
  border-top: 1px solid #ccc; }
  .section-container.auto > section > .title, .section-container.auto > .section > .title, .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title, .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title, .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title, .section-container.accordion > section > .title, .section-container.accordion > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc; }
    .section-container.auto > section > .title a, .section-container.auto > .section > .title a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a, .section-container.accordion > section > .title a, .section-container.accordion > .section > .title a {
      padding: 0.9375em;
      color: #333;
      font-size: 0.875em;
      background: none; }
    .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover, .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover, .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover, .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover, .section-container.accordion > section > .title:hover, .section-container.accordion > .section > .title:hover {
      background-color: #e2e2e2; }
  .section-container.auto > section > .content, .section-container.auto > .section > .content, .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content, .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content, .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content, .section-container.accordion > section > .content, .section-container.accordion > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc; }
    .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child, .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child, .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child, .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child, .section-container.accordion > section > .content > *:last-child, .section-container.accordion > .section > .content > *:last-child {
      margin-bottom: 0; }
    .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child, .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child, .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child, .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child, .section-container.accordion > section > .content > *:first-child, .section-container.accordion > .section > .content > *:first-child {
      padding-top: 0; }
    .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video), .section-container.accordion > section > .content > *:last-child:not(.flex-video), .section-container.accordion > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title, .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title, .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title, .section-container.accordion > section.active > .title, .section-container.accordion > .section.active > .title {
    background: #d5d5d5; }
    .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a, .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a, .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a, .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a, .section-container.accordion > section.active > .title a, .section-container.accordion > .section.active > .title a {
      color: #333; }
  .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.accordion > section:not(.active), .section-container.accordion > .section:not(.active) {
    padding: 0 !important; }
  .section-container.auto > section > .title, .section-container.auto > .section > .title, .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title, .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title, .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title, .section-container.accordion > section > .title, .section-container.accordion > .section > .title {
    border-top: none; }

[data-section='tabs'], .section-container.tabs {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  [data-section='tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.tabs:not([data-section-resized]):not([data-section-small-style]) {
    visibility: hidden; }
  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
    margin-bottom: 0; }
    [data-section='tabs'] > section > [data-section-title] a, [data-section='tabs'] > section > .title a, [data-section='tabs'] > .section > [data-section-title] a, [data-section='tabs'] > .section > .title a, [data-section='tabs'] > [data-section-region] > [data-section-title] a, [data-section='tabs'] > [data-section-region] > .title a, .section-container.tabs > section > [data-section-title] a, .section-container.tabs > section > .title a, .section-container.tabs > .section > [data-section-title] a, .section-container.tabs > .section > .title a, .section-container.tabs > [data-section-region] > [data-section-title] a, .section-container.tabs > [data-section-region] > .title a {
      width: 100%;
      display: inline-block;
      white-space: nowrap; }
  [data-section='tabs'] > section > [data-section-content], [data-section='tabs'] > section > .content, [data-section='tabs'] > .section > [data-section-content], [data-section='tabs'] > .section > .content, [data-section='tabs'] > [data-section-region] > [data-section-content], [data-section='tabs'] > [data-section-region] > .content, .section-container.tabs > section > [data-section-content], .section-container.tabs > section > .content, .section-container.tabs > .section > [data-section-content], .section-container.tabs > .section > .content, .section-container.tabs > [data-section-region] > [data-section-content], .section-container.tabs > [data-section-region] > .content {
    display: none; }
  [data-section='tabs'] > section.active > [data-section-content], [data-section='tabs'] > section.active > .content, [data-section='tabs'] > .section.active > [data-section-content], [data-section='tabs'] > .section.active > .content, [data-section='tabs'] > [data-section-region].active > [data-section-content], [data-section='tabs'] > [data-section-region].active > .content, .section-container.tabs > section.active > [data-section-content], .section-container.tabs > section.active > .content, .section-container.tabs > .section.active > [data-section-content], .section-container.tabs > .section.active > .content, .section-container.tabs > [data-section-region].active > [data-section-content], .section-container.tabs > [data-section-region].active > .content {
    display: block; }
  [data-section='tabs'] > section:not(.active), [data-section='tabs'] > .section:not(.active), [data-section='tabs'] > [data-section-region]:not(.active), .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active), .section-container.tabs > [data-section-region]:not(.active) {
    padding: 0 !important; }
  [data-section='tabs'] > section > [data-section-title], [data-section='tabs'] > section > .title, [data-section='tabs'] > .section > [data-section-title], [data-section='tabs'] > .section > .title, [data-section='tabs'] > [data-section-region] > [data-section-title], [data-section='tabs'] > [data-section-region] > .title, .section-container.tabs > section > [data-section-title], .section-container.tabs > section > .title, .section-container.tabs > .section > [data-section-title], .section-container.tabs > .section > .title, .section-container.tabs > [data-section-region] > [data-section-title], .section-container.tabs > [data-section-region] > .title {
    width: auto;
    position: absolute;
    top: 0;
    left: 0; }

.section-container.tabs {
  border: none; }
  .section-container.tabs > section > .title, .section-container.tabs > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc; }
    .section-container.tabs > section > .title a, .section-container.tabs > .section > .title a {
      padding: 0.9375em;
      color: #333;
      font-size: 0.875em;
      background: none; }
    .section-container.tabs > section > .title:hover, .section-container.tabs > .section > .title:hover {
      background-color: #e2e2e2; }
  .section-container.tabs > section > .content, .section-container.tabs > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc; }
    .section-container.tabs > section > .content > *:last-child, .section-container.tabs > .section > .content > *:last-child {
      margin-bottom: 0; }
    .section-container.tabs > section > .content > *:first-child, .section-container.tabs > .section > .content > *:first-child {
      padding-top: 0; }
    .section-container.tabs > section > .content > *:last-child:not(.flex-video), .section-container.tabs > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    background: #fff; }
    .section-container.tabs > section.active > .title a, .section-container.tabs > .section.active > .title a {
      color: #333; }
  .section-container.tabs > section:not(.active), .section-container.tabs > .section:not(.active) {
    padding: 0 !important; }
  .section-container.tabs > section.active > .title, .section-container.tabs > .section.active > .title {
    border-bottom: 0; }

@media only screen and (max-width: 767px) {
  [data-section=''], [data-section='auto'], .section-container.auto {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='']:not([data-section-resized]):not([data-section-small-style]), [data-section='auto']:not([data-section-resized]):not([data-section-small-style]), .section-container.auto:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section=''] > section > [data-section-title] a, [data-section=''] > section > .title a, [data-section=''] > .section > [data-section-title] a, [data-section=''] > .section > .title a, [data-section=''] > [data-section-region] > [data-section-title] a, [data-section=''] > [data-section-region] > .title a, [data-section='auto'] > section > [data-section-title] a, [data-section='auto'] > section > .title a, [data-section='auto'] > .section > [data-section-title] a, [data-section='auto'] > .section > .title a, [data-section='auto'] > [data-section-region] > [data-section-title] a, [data-section='auto'] > [data-section-region] > .title a, .section-container.auto > section > [data-section-title] a, .section-container.auto > section > .title a, .section-container.auto > .section > [data-section-title] a, .section-container.auto > .section > .title a, .section-container.auto > [data-section-region] > [data-section-title] a, .section-container.auto > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section=''] > section > [data-section-content], [data-section=''] > section > .content, [data-section=''] > .section > [data-section-content], [data-section=''] > .section > .content, [data-section=''] > [data-section-region] > [data-section-content], [data-section=''] > [data-section-region] > .content, [data-section='auto'] > section > [data-section-content], [data-section='auto'] > section > .content, [data-section='auto'] > .section > [data-section-content], [data-section='auto'] > .section > .content, [data-section='auto'] > [data-section-region] > [data-section-content], [data-section='auto'] > [data-section-region] > .content, .section-container.auto > section > [data-section-content], .section-container.auto > section > .content, .section-container.auto > .section > [data-section-content], .section-container.auto > .section > .content, .section-container.auto > [data-section-region] > [data-section-content], .section-container.auto > [data-section-region] > .content {
      display: none; }
    [data-section=''] > section.active > [data-section-content], [data-section=''] > section.active > .content, [data-section=''] > .section.active > [data-section-content], [data-section=''] > .section.active > .content, [data-section=''] > [data-section-region].active > [data-section-content], [data-section=''] > [data-section-region].active > .content, [data-section='auto'] > section.active > [data-section-content], [data-section='auto'] > section.active > .content, [data-section='auto'] > .section.active > [data-section-content], [data-section='auto'] > .section.active > .content, [data-section='auto'] > [data-section-region].active > [data-section-content], [data-section='auto'] > [data-section-region].active > .content, .section-container.auto > section.active > [data-section-content], .section-container.auto > section.active > .content, .section-container.auto > .section.active > [data-section-content], .section-container.auto > .section.active > .content, .section-container.auto > [data-section-region].active > [data-section-content], .section-container.auto > [data-section-region].active > .content {
      display: block; }
    [data-section=''] > section:not(.active), [data-section=''] > .section:not(.active), [data-section=''] > [data-section-region]:not(.active), [data-section='auto'] > section:not(.active), [data-section='auto'] > .section:not(.active), [data-section='auto'] > [data-section-region]:not(.active), .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active), .section-container.auto > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section=''] > section > [data-section-title], [data-section=''] > section > .title, [data-section=''] > .section > [data-section-title], [data-section=''] > .section > .title, [data-section=''] > [data-section-region] > [data-section-title], [data-section=''] > [data-section-region] > .title, [data-section='auto'] > section > [data-section-title], [data-section='auto'] > section > .title, [data-section='auto'] > .section > [data-section-title], [data-section='auto'] > .section > .title, [data-section='auto'] > [data-section-region] > [data-section-title], [data-section='auto'] > [data-section-region] > .title, .section-container.auto > section > [data-section-title], .section-container.auto > section > .title, .section-container.auto > .section > [data-section-title], .section-container.auto > .section > .title, .section-container.auto > [data-section-region] > [data-section-title], .section-container.auto > [data-section-region] > .title {
      width: auto;
      position: absolute;
      top: 0;
      left: 0; }
  .section-container.auto {
    border: none; }
    .section-container.auto > section > .title, .section-container.auto > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #ccc; }
      .section-container.auto > section > .title a, .section-container.auto > .section > .title a {
        padding: 0.9375em;
        color: #333;
        font-size: 0.875em;
        background: none; }
      .section-container.auto > section > .title:hover, .section-container.auto > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.auto > section > .content, .section-container.auto > .section > .content {
      padding: 0.9375em;
      background-color: #fff;
      border: solid 1px #ccc; }
      .section-container.auto > section > .content > *:last-child, .section-container.auto > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.auto > section > .content > *:first-child, .section-container.auto > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.auto > section > .content > *:last-child:not(.flex-video), .section-container.auto > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      background: #fff; }
      .section-container.auto > section.active > .title a, .section-container.auto > .section.active > .title a {
        color: #333; }
    .section-container.auto > section:not(.active), .section-container.auto > .section:not(.active) {
      padding: 0 !important; }
    .section-container.auto > section.active > .title, .section-container.auto > .section.active > .title {
      border-bottom: 0; }
  [data-section='vertical-tabs'], .section-container.vertical-tabs {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='vertical-tabs']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-tabs:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-tabs'][data-section-small-style], .section-container.vertical-tabs[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-tabs'][data-section-small-style] > [data-section-region], [data-section='vertical-tabs'][data-section-small-style] > section, [data-section='vertical-tabs'][data-section-small-style] > .section, .section-container.vertical-tabs[data-section-small-style] > [data-section-region], .section-container.vertical-tabs[data-section-small-style] > section, .section-container.vertical-tabs[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-tabs'][data-section-small-style] > section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > section > .title, [data-section='vertical-tabs'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-tabs'][data-section-small-style] > .section > .title, .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-tabs[data-section-small-style] > section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > section > .title, .section-container.vertical-tabs[data-section-small-style] > .section > [data-section-title], .section-container.vertical-tabs[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
      margin-bottom: 0; }
      [data-section='vertical-tabs'] > section > [data-section-title] a, [data-section='vertical-tabs'] > section > .title a, [data-section='vertical-tabs'] > .section > [data-section-title] a, [data-section='vertical-tabs'] > .section > .title a, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title] a, [data-section='vertical-tabs'] > [data-section-region] > .title a, .section-container.vertical-tabs > section > [data-section-title] a, .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > [data-section-title] a, .section-container.vertical-tabs > .section > .title a, .section-container.vertical-tabs > [data-section-region] > [data-section-title] a, .section-container.vertical-tabs > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    [data-section='vertical-tabs'] > section > [data-section-content], [data-section='vertical-tabs'] > section > .content, [data-section='vertical-tabs'] > .section > [data-section-content], [data-section='vertical-tabs'] > .section > .content, [data-section='vertical-tabs'] > [data-section-region] > [data-section-content], [data-section='vertical-tabs'] > [data-section-region] > .content, .section-container.vertical-tabs > section > [data-section-content], .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > [data-section-content], .section-container.vertical-tabs > .section > .content, .section-container.vertical-tabs > [data-section-region] > [data-section-content], .section-container.vertical-tabs > [data-section-region] > .content {
      display: none; }
    [data-section='vertical-tabs'] > section.active > [data-section-content], [data-section='vertical-tabs'] > section.active > .content, [data-section='vertical-tabs'] > .section.active > [data-section-content], [data-section='vertical-tabs'] > .section.active > .content, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-content], [data-section='vertical-tabs'] > [data-section-region].active > .content, .section-container.vertical-tabs > section.active > [data-section-content], .section-container.vertical-tabs > section.active > .content, .section-container.vertical-tabs > .section.active > [data-section-content], .section-container.vertical-tabs > .section.active > .content, .section-container.vertical-tabs > [data-section-region].active > [data-section-content], .section-container.vertical-tabs > [data-section-region].active > .content {
      display: block; }
    [data-section='vertical-tabs'] > section:not(.active), [data-section='vertical-tabs'] > .section:not(.active), [data-section='vertical-tabs'] > [data-section-region]:not(.active), .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active), .section-container.vertical-tabs > [data-section-region]:not(.active) {
      padding: 0 !important; }
    [data-section='vertical-tabs'] > section > [data-section-title], [data-section='vertical-tabs'] > section > .title, [data-section='vertical-tabs'] > .section > [data-section-title], [data-section='vertical-tabs'] > .section > .title, [data-section='vertical-tabs'] > [data-section-region] > [data-section-title], [data-section='vertical-tabs'] > [data-section-region] > .title, .section-container.vertical-tabs > section > [data-section-title], .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > [data-section-title], .section-container.vertical-tabs > .section > .title, .section-container.vertical-tabs > [data-section-region] > [data-section-title], .section-container.vertical-tabs > [data-section-region] > .title {
      position: absolute;
      top: 0;
      left: 0;
      width: 12.5em; }
    [data-section='vertical-tabs'] > section.active, [data-section='vertical-tabs'] > .section.active, [data-section='vertical-tabs'] > [data-section-region].active, .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active, .section-container.vertical-tabs > [data-section-region].active {
      padding-left: 12.5em; }
      [data-section='vertical-tabs'] > section.active > [data-section-title], [data-section='vertical-tabs'] > section.active > .title, [data-section='vertical-tabs'] > .section.active > [data-section-title], [data-section='vertical-tabs'] > .section.active > .title, [data-section='vertical-tabs'] > [data-section-region].active > [data-section-title], [data-section='vertical-tabs'] > [data-section-region].active > .title, .section-container.vertical-tabs > section.active > [data-section-title], .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > [data-section-title], .section-container.vertical-tabs > .section.active > .title, .section-container.vertical-tabs > [data-section-region].active > [data-section-title], .section-container.vertical-tabs > [data-section-region].active > .title {
        width: 12.5em; }
  .section-container.vertical-tabs {
    border: none; }
    .section-container.vertical-tabs > section > .title, .section-container.vertical-tabs > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #ccc; }
      .section-container.vertical-tabs > section > .title a, .section-container.vertical-tabs > .section > .title a {
        padding: 0.9375em;
        color: #333;
        font-size: 0.875em;
        background: none; }
      .section-container.vertical-tabs > section > .title:hover, .section-container.vertical-tabs > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.vertical-tabs > section > .content, .section-container.vertical-tabs > .section > .content {
      padding: 0.9375em;
      background-color: #fff;
      border: solid 1px #ccc; }
      .section-container.vertical-tabs > section > .content > *:last-child, .section-container.vertical-tabs > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-tabs > section > .content > *:first-child, .section-container.vertical-tabs > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.vertical-tabs > section > .content > *:last-child:not(.flex-video), .section-container.vertical-tabs > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
      background: #d5d5d5; }
      .section-container.vertical-tabs > section.active > .title a, .section-container.vertical-tabs > .section.active > .title a {
        color: #333; }
    .section-container.vertical-tabs > section:not(.active), .section-container.vertical-tabs > .section:not(.active) {
      padding: 0 !important; }
    .section-container.vertical-tabs > section.active, .section-container.vertical-tabs > .section.active {
      padding-left: 12.4375em; }
      .section-container.vertical-tabs > section.active > .title, .section-container.vertical-tabs > .section.active > .title {
        background-color: #d5d5d5; }
  [data-section='vertical-nav'], .section-container.vertical-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='vertical-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.vertical-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='vertical-nav'][data-section-small-style], .section-container.vertical-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='vertical-nav'][data-section-small-style] > [data-section-region], [data-section='vertical-nav'][data-section-small-style] > section, [data-section='vertical-nav'][data-section-small-style] > .section, .section-container.vertical-nav[data-section-small-style] > [data-section-region], .section-container.vertical-nav[data-section-small-style] > section, .section-container.vertical-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='vertical-nav'][data-section-small-style] > section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > section > .title, [data-section='vertical-nav'][data-section-small-style] > .section > [data-section-title], [data-section='vertical-nav'][data-section-small-style] > .section > .title, .section-container.vertical-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.vertical-nav[data-section-small-style] > [data-section-region] > .title, .section-container.vertical-nav[data-section-small-style] > section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > section > .title, .section-container.vertical-nav[data-section-small-style] > .section > [data-section-title], .section-container.vertical-nav[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='vertical-nav'] > section, [data-section='vertical-nav'] > .section, [data-section='vertical-nav'] > [data-section-region], .section-container.vertical-nav > section, .section-container.vertical-nav > .section, .section-container.vertical-nav > [data-section-region] {
      position: relative;
      display: inline-block; }
      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
        margin-bottom: 0; }
        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
        display: none; }
      [data-section='vertical-nav'] > section.active > [data-section-content], [data-section='vertical-nav'] > section.active > .content, [data-section='vertical-nav'] > .section.active > [data-section-content], [data-section='vertical-nav'] > .section.active > .content, [data-section='vertical-nav'] > [data-section-region].active > [data-section-content], [data-section='vertical-nav'] > [data-section-region].active > .content, .section-container.vertical-nav > section.active > [data-section-content], .section-container.vertical-nav > section.active > .content, .section-container.vertical-nav > .section.active > [data-section-content], .section-container.vertical-nav > .section.active > .content, .section-container.vertical-nav > [data-section-region].active > [data-section-content], .section-container.vertical-nav > [data-section-region].active > .content {
        display: block; }
      [data-section='vertical-nav'] > section:not(.active), [data-section='vertical-nav'] > .section:not(.active), [data-section='vertical-nav'] > [data-section-region]:not(.active), .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active), .section-container.vertical-nav > [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='vertical-nav'] > section > [data-section-title], [data-section='vertical-nav'] > section > .title, [data-section='vertical-nav'] > .section > [data-section-title], [data-section='vertical-nav'] > .section > .title, [data-section='vertical-nav'] > [data-section-region] > [data-section-title], [data-section='vertical-nav'] > [data-section-region] > .title, .section-container.vertical-nav > section > [data-section-title], .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > [data-section-title], .section-container.vertical-nav > .section > .title, .section-container.vertical-nav > [data-section-region] > [data-section-title], .section-container.vertical-nav > [data-section-region] > .title {
        position: static;
        width: auto; }
        [data-section='vertical-nav'] > section > [data-section-title] a, [data-section='vertical-nav'] > section > .title a, [data-section='vertical-nav'] > .section > [data-section-title] a, [data-section='vertical-nav'] > .section > .title a, [data-section='vertical-nav'] > [data-section-region] > [data-section-title] a, [data-section='vertical-nav'] > [data-section-region] > .title a, .section-container.vertical-nav > section > [data-section-title] a, .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > [data-section-title] a, .section-container.vertical-nav > .section > .title a, .section-container.vertical-nav > [data-section-region] > [data-section-title] a, .section-container.vertical-nav > [data-section-region] > .title a {
          display: block; }
      [data-section='vertical-nav'] > section > [data-section-content], [data-section='vertical-nav'] > section > .content, [data-section='vertical-nav'] > .section > [data-section-content], [data-section='vertical-nav'] > .section > .content, [data-section='vertical-nav'] > [data-section-region] > [data-section-content], [data-section='vertical-nav'] > [data-section-region] > .content, .section-container.vertical-nav > section > [data-section-content], .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > [data-section-content], .section-container.vertical-nav > .section > .content, .section-container.vertical-nav > [data-section-region] > [data-section-content], .section-container.vertical-nav > [data-section-region] > .content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em; }
  .section-container.vertical-nav {
    border: none; }
    .section-container.vertical-nav > section > .title, .section-container.vertical-nav > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #ccc; }
      .section-container.vertical-nav > section > .title a, .section-container.vertical-nav > .section > .title a {
        padding: 0.9375em;
        color: #333;
        font-size: 0.875em;
        background: none; }
      .section-container.vertical-nav > section > .title:hover, .section-container.vertical-nav > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.vertical-nav > section > .content, .section-container.vertical-nav > .section > .content {
      padding: 0.9375em;
      background-color: #fff;
      border: solid 1px #ccc; }
      .section-container.vertical-nav > section > .content > *:last-child, .section-container.vertical-nav > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.vertical-nav > section > .content > *:first-child, .section-container.vertical-nav > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.vertical-nav > section > .content > *:last-child:not(.flex-video), .section-container.vertical-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.vertical-nav > section.active > .title, .section-container.vertical-nav > .section.active > .title {
      background: #d5d5d5; }
      .section-container.vertical-nav > section.active > .title a, .section-container.vertical-nav > .section.active > .title a {
        color: #333; }
    .section-container.vertical-nav > section:not(.active), .section-container.vertical-nav > .section:not(.active) {
      padding: 0 !important; }
  [data-section='horizontal-nav'], .section-container.horizontal-nav {
    width: 100%;
    position: relative;
    display: block;
    margin-bottom: 1.25em; }
    [data-section='horizontal-nav']:not([data-section-resized]):not([data-section-small-style]), .section-container.horizontal-nav:not([data-section-resized]):not([data-section-small-style]) {
      visibility: hidden; }
    [data-section='horizontal-nav'][data-section-small-style], .section-container.horizontal-nav[data-section-small-style] {
      width: 100% !important; }
      [data-section='horizontal-nav'][data-section-small-style] > [data-section-region], [data-section='horizontal-nav'][data-section-small-style] > section, [data-section='horizontal-nav'][data-section-small-style] > .section, .section-container.horizontal-nav[data-section-small-style] > [data-section-region], .section-container.horizontal-nav[data-section-small-style] > section, .section-container.horizontal-nav[data-section-small-style] > .section {
        padding: 0 !important;
        margin: 0 !important; }
        [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > [data-section-region] > .title, [data-section='horizontal-nav'][data-section-small-style] > section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > section > .title, [data-section='horizontal-nav'][data-section-small-style] > .section > [data-section-title], [data-section='horizontal-nav'][data-section-small-style] > .section > .title, .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > [data-section-region] > .title, .section-container.horizontal-nav[data-section-small-style] > section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > section > .title, .section-container.horizontal-nav[data-section-small-style] > .section > [data-section-title], .section-container.horizontal-nav[data-section-small-style] > .section > .title {
          width: 100% !important; }
    [data-section='horizontal-nav'] > section, [data-section='horizontal-nav'] > .section, [data-section='horizontal-nav'] > [data-section-region], .section-container.horizontal-nav > section, .section-container.horizontal-nav > .section, .section-container.horizontal-nav > [data-section-region] {
      position: relative;
      float: left; }
      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
        margin-bottom: 0; }
        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
          width: 100%;
          display: inline-block;
          white-space: nowrap; }
      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
        display: none; }
      [data-section='horizontal-nav'] > section.active > [data-section-content], [data-section='horizontal-nav'] > section.active > .content, [data-section='horizontal-nav'] > .section.active > [data-section-content], [data-section='horizontal-nav'] > .section.active > .content, [data-section='horizontal-nav'] > [data-section-region].active > [data-section-content], [data-section='horizontal-nav'] > [data-section-region].active > .content, .section-container.horizontal-nav > section.active > [data-section-content], .section-container.horizontal-nav > section.active > .content, .section-container.horizontal-nav > .section.active > [data-section-content], .section-container.horizontal-nav > .section.active > .content, .section-container.horizontal-nav > [data-section-region].active > [data-section-content], .section-container.horizontal-nav > [data-section-region].active > .content {
        display: block; }
      [data-section='horizontal-nav'] > section:not(.active), [data-section='horizontal-nav'] > .section:not(.active), [data-section='horizontal-nav'] > [data-section-region]:not(.active), .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active), .section-container.horizontal-nav > [data-section-region]:not(.active) {
        padding: 0 !important; }
      [data-section='horizontal-nav'] > section > [data-section-title], [data-section='horizontal-nav'] > section > .title, [data-section='horizontal-nav'] > .section > [data-section-title], [data-section='horizontal-nav'] > .section > .title, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title], [data-section='horizontal-nav'] > [data-section-region] > .title, .section-container.horizontal-nav > section > [data-section-title], .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > [data-section-title], .section-container.horizontal-nav > .section > .title, .section-container.horizontal-nav > [data-section-region] > [data-section-title], .section-container.horizontal-nav > [data-section-region] > .title {
        position: static;
        width: auto; }
        [data-section='horizontal-nav'] > section > [data-section-title] a, [data-section='horizontal-nav'] > section > .title a, [data-section='horizontal-nav'] > .section > [data-section-title] a, [data-section='horizontal-nav'] > .section > .title a, [data-section='horizontal-nav'] > [data-section-region] > [data-section-title] a, [data-section='horizontal-nav'] > [data-section-region] > .title a, .section-container.horizontal-nav > section > [data-section-title] a, .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > [data-section-title] a, .section-container.horizontal-nav > .section > .title a, .section-container.horizontal-nav > [data-section-region] > [data-section-title] a, .section-container.horizontal-nav > [data-section-region] > .title a {
          display: block; }
      [data-section='horizontal-nav'] > section > [data-section-content], [data-section='horizontal-nav'] > section > .content, [data-section='horizontal-nav'] > .section > [data-section-content], [data-section='horizontal-nav'] > .section > .content, [data-section='horizontal-nav'] > [data-section-region] > [data-section-content], [data-section='horizontal-nav'] > [data-section-region] > .content, .section-container.horizontal-nav > section > [data-section-content], .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > [data-section-content], .section-container.horizontal-nav > .section > .content, .section-container.horizontal-nav > [data-section-region] > [data-section-content], .section-container.horizontal-nav > [data-section-region] > .content {
        width: auto;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
        min-width: 12.5em; }
  .section-container.horizontal-nav {
    background: #efefef;
    border: 1px solid #ccc; }
    .section-container.horizontal-nav > section > .title, .section-container.horizontal-nav > .section > .title {
      background-color: #efefef;
      cursor: pointer;
      border: solid 1px #ccc; }
      .section-container.horizontal-nav > section > .title a, .section-container.horizontal-nav > .section > .title a {
        padding: 0.9375em;
        color: #333;
        font-size: 0.875em;
        background: none; }
      .section-container.horizontal-nav > section > .title:hover, .section-container.horizontal-nav > .section > .title:hover {
        background-color: #e2e2e2; }
    .section-container.horizontal-nav > section > .content, .section-container.horizontal-nav > .section > .content {
      padding: 0.9375em;
      background-color: #fff;
      border: solid 1px #ccc; }
      .section-container.horizontal-nav > section > .content > *:last-child, .section-container.horizontal-nav > .section > .content > *:last-child {
        margin-bottom: 0; }
      .section-container.horizontal-nav > section > .content > *:first-child, .section-container.horizontal-nav > .section > .content > *:first-child {
        padding-top: 0; }
      .section-container.horizontal-nav > section > .content > *:last-child:not(.flex-video), .section-container.horizontal-nav > .section > .content > *:last-child:not(.flex-video) {
        padding-bottom: 0; }
    .section-container.horizontal-nav > section.active > .title, .section-container.horizontal-nav > .section.active > .title {
      background: #d5d5d5; }
      .section-container.horizontal-nav > section.active > .title a, .section-container.horizontal-nav > .section.active > .title a {
        color: #333; }
    .section-container.horizontal-nav > section:not(.active), .section-container.horizontal-nav > .section:not(.active) {
      padding: 0 !important; } }

.no-js [data-section], .no-js .section-container {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 1.25em; }
  .no-js [data-section][data-section-small-style], .no-js .section-container[data-section-small-style] {
    width: 100% !important; }
    .no-js [data-section][data-section-small-style] > [data-section-region], .no-js [data-section][data-section-small-style] > section, .no-js [data-section][data-section-small-style] > .section, .no-js .section-container[data-section-small-style] > [data-section-region], .no-js .section-container[data-section-small-style] > section, .no-js .section-container[data-section-small-style] > .section {
      padding: 0 !important;
      margin: 0 !important; }
      .no-js [data-section][data-section-small-style] > [data-section-region] > [data-section-title], .no-js [data-section][data-section-small-style] > [data-section-region] > .title, .no-js [data-section][data-section-small-style] > section > [data-section-title], .no-js [data-section][data-section-small-style] > section > .title, .no-js [data-section][data-section-small-style] > .section > [data-section-title], .no-js [data-section][data-section-small-style] > .section > .title, .no-js .section-container[data-section-small-style] > [data-section-region] > [data-section-title], .no-js .section-container[data-section-small-style] > [data-section-region] > .title, .no-js .section-container[data-section-small-style] > section > [data-section-title], .no-js .section-container[data-section-small-style] > section > .title, .no-js .section-container[data-section-small-style] > .section > [data-section-title], .no-js .section-container[data-section-small-style] > .section > .title {
        width: 100% !important; }
  .no-js [data-section] > section, .no-js [data-section] > .section, .no-js [data-section] > [data-section-region], .no-js .section-container > section, .no-js .section-container > .section, .no-js .section-container > [data-section-region] {
    margin: 0; }
    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
      margin-bottom: 0; }
      .no-js [data-section] > section > [data-section-title] a, .no-js [data-section] > section > .title a, .no-js [data-section] > .section > [data-section-title] a, .no-js [data-section] > .section > .title a, .no-js [data-section] > [data-section-region] > [data-section-title] a, .no-js [data-section] > [data-section-region] > .title a, .no-js .section-container > section > [data-section-title] a, .no-js .section-container > section > .title a, .no-js .section-container > .section > [data-section-title] a, .no-js .section-container > .section > .title a, .no-js .section-container > [data-section-region] > [data-section-title] a, .no-js .section-container > [data-section-region] > .title a {
        width: 100%;
        display: inline-block;
        white-space: nowrap; }
    .no-js [data-section] > section > [data-section-content], .no-js [data-section] > section > .content, .no-js [data-section] > .section > [data-section-content], .no-js [data-section] > .section > .content, .no-js [data-section] > [data-section-region] > [data-section-content], .no-js [data-section] > [data-section-region] > .content, .no-js .section-container > section > [data-section-content], .no-js .section-container > section > .content, .no-js .section-container > .section > [data-section-content], .no-js .section-container > .section > .content, .no-js .section-container > [data-section-region] > [data-section-content], .no-js .section-container > [data-section-region] > .content {
      display: none; }
    .no-js [data-section] > section.active > [data-section-content], .no-js [data-section] > section.active > .content, .no-js [data-section] > .section.active > [data-section-content], .no-js [data-section] > .section.active > .content, .no-js [data-section] > [data-section-region].active > [data-section-content], .no-js [data-section] > [data-section-region].active > .content, .no-js .section-container > section.active > [data-section-content], .no-js .section-container > section.active > .content, .no-js .section-container > .section.active > [data-section-content], .no-js .section-container > .section.active > .content, .no-js .section-container > [data-section-region].active > [data-section-content], .no-js .section-container > [data-section-region].active > .content {
      display: block; }
    .no-js [data-section] > section:not(.active), .no-js [data-section] > .section:not(.active), .no-js [data-section] > [data-section-region]:not(.active), .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active), .no-js .section-container > [data-section-region]:not(.active) {
      padding: 0 !important; }
    .no-js [data-section] > section > [data-section-title], .no-js [data-section] > section > .title, .no-js [data-section] > .section > [data-section-title], .no-js [data-section] > .section > .title, .no-js [data-section] > [data-section-region] > [data-section-title], .no-js [data-section] > [data-section-region] > .title, .no-js .section-container > section > [data-section-title], .no-js .section-container > section > .title, .no-js .section-container > .section > [data-section-title], .no-js .section-container > .section > .title, .no-js .section-container > [data-section-region] > [data-section-title], .no-js .section-container > [data-section-region] > .title {
      width: 100%; }
.no-js .section-container {
  border-top: 1px solid #ccc; }
  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    background-color: #efefef;
    cursor: pointer;
    border: solid 1px #ccc; }
    .no-js .section-container > section > .title a, .no-js .section-container > .section > .title a {
      padding: 0.9375em;
      color: #333;
      font-size: 0.875em;
      background: none; }
    .no-js .section-container > section > .title:hover, .no-js .section-container > .section > .title:hover {
      background-color: #e2e2e2; }
  .no-js .section-container > section > .content, .no-js .section-container > .section > .content {
    padding: 0.9375em;
    background-color: #fff;
    border: solid 1px #ccc; }
    .no-js .section-container > section > .content > *:last-child, .no-js .section-container > .section > .content > *:last-child {
      margin-bottom: 0; }
    .no-js .section-container > section > .content > *:first-child, .no-js .section-container > .section > .content > *:first-child {
      padding-top: 0; }
    .no-js .section-container > section > .content > *:last-child:not(.flex-video), .no-js .section-container > .section > .content > *:last-child:not(.flex-video) {
      padding-bottom: 0; }
  .no-js .section-container > section.active > .title, .no-js .section-container > .section.active > .title {
    background: #d5d5d5; }
    .no-js .section-container > section.active > .title a, .no-js .section-container > .section.active > .title a {
      color: #333; }
  .no-js .section-container > section:not(.active), .no-js .section-container > .section:not(.active) {
    padding: 0 !important; }
  .no-js .section-container > section > .title, .no-js .section-container > .section > .title {
    border-top: none; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #33DA90; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }

.top-bar {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  position: relative;
  background: #33DA90;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form, .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 2.45em; }
  .top-bar .button {
    padding-top: .5em;
    padding-bottom: .5em;
    margin-bottom: 0; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 36px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 36px;
      font-size: 1.0625em;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: bold;
        color: #fff;
        width: 50%;
        display: block;
        padding: 0 12px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #fff;
      text-transform: uppercase;
      font-size: 0.8125em;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 12px;
      height: 36px;
      line-height: 36px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 12px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        text-indent: -48px;
        width: 34px;
        height: 34px;
        line-height: 33px;
        padding: 0;
        color: #fff; }
        .top-bar .toggle-topbar.menu-icon a span {
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
          box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #33DA90; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #33DA90;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider, .top-bar-section [role="separator"] {
    border-bottom: solid 1px #5ee2a7;
    border-top: solid 1px #21b976;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 12px 0 12px 0;
    padding-left: 12px;
    font-size: 0.8125em;
    font-weight: bold;
    background: #33DA90; }
    .top-bar-section ul li > a.button {
      background: #33DA90;
      font-size: 0.8125em;
      padding-right: 12px;
      padding-left: 12px; }
      .top-bar-section ul li > a.button:hover {
        background: #21b976; }
    .top-bar-section ul li > a.button.secondary {
      background: #4A4A4A; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #313131; }
    .top-bar-section ul li > a.button.success {
      background: #3FD76A; }
      .top-bar-section ul li > a.button.success:hover {
        background: #27bc51; }
    .top-bar-section ul li > a.button.alert {
      background: #C9262C; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #9e1e23; }
  .top-bar-section ul li:hover > a {
    background: transparent;
    color: #fff; }
  .top-bar-section ul li.active > a {
    background: transparent;
    color: #fff; }
  .top-bar-section .has-form {
    padding: 12px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
      border-left-style: solid;
      margin-right: 12px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: visible; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    visibility: hidden;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 12px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: bold; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #fff;
          line-height: 18px;
          display: block; }
    .top-bar-section .dropdown label {
      padding: 8px 12px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #555;
      font-weight: bold;
      font-size: 0.625em; }

.top-bar-js-breakpoint {
  width: 940px !important;
  visibility: hidden; }

.js-generated {
  display: block; }

@media only screen and (min-width: 940px) {
  .top-bar {
    background: #33DA90;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input, .top-bar .button {
      line-height: 2em;
      font-size: 0.875em;
      height: 2em;
      padding: 0 10px;
      position: relative;
      top: 8px; }
    .top-bar.expanded {
      background: #33DA90; }
  .contain-to-grid .top-bar {
    max-width: 85.375em;
    margin: 0 auto;
    margin-bottom: 0; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li a:not(.button) {
      padding: 0 12px;
      line-height: 36px;
      background: #33DA90; }
      .top-bar-section li a:not(.button).hover, .top-bar-section li a:not(.button):hover {
        background: #12623f; }
    .top-bar-section .has-dropdown > a {
      padding-right: 32px !important; }
      .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 18px; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        visibility: hidden; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      visibility: visible; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1em;
      margin-top: -7px;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 7px 12px;
        background: #49de9c; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #49de9c; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px #5ee2a7;
      border-left: solid 1px #21b976;
      clear: none;
      height: 36px;
      width: 0px; }
    .top-bar-section .has-form {
      background: #33DA90;
      padding: 0 12px;
      height: 36px; }
    .top-bar-section ul.right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section ul.right li .dropdown li .dropdown {
        right: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background: transparent;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: transparent;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    visibility: visible; } }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li, .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555 #fff;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: #f5f5f5; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        width: 100%;
        padding: 10px 14px;
        font-size: 0.875em; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125em; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      display: block;
      width: 0%; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 10px;
      right: 0px;
      width: 11px;
      height: 14px;
      border: solid 4px #000;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -6px;
      top: 9px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #000; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev, .orbit-container .orbit-next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 60px;
    line-height: 50px;
    color: white;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover, .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.6); }
    .orbit-container .orbit-prev > span, .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -16px;
      display: block;
      width: 0;
      height: 0;
      border: inset 16px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #fff; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #ccc; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #fff;
      left: 50%;
      margin-left: -8px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #ccc; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px; }
  .orbit-bullets li {
    display: block;
    width: 0.75em;
    height: 0.75em;
    background: #999;
    float: left;
    margin-right: 6px;
    border: solid 1px #555;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #555; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (max-width: 767px) {
  .touch .orbit-container .orbit-prev, .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }

@media only screen and (max-width: 767px) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer, .orbit-stack-on-small .orbit-next, .orbit-stack-on-small .orbit-prev, .orbit-stack-on-small .orbit-bullets {
    display: none; } }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.25em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px; }
  .reveal-modal .column, .reveal-modal .columns, .reveal-modal .tile-columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  .reveal-modal .close-reveal-modal {
    font-size: 1.375em;
    line-height: 1;
    position: absolute;
    top: 0.5em;
    right: 0.6875em;
    color: #aaa;
    font-weight: bold;
    cursor: pointer; }

@media only screen and (max-width: 767px) {
  .reveal-modal {
    padding: 1.875em;
    top: 6.25em; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }

@media print {
  .reveal-modal {
    background: #fff !important; } }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: black;
  color: #fff;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125em 1.25em 1.5em; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: inset 14px; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: black;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -28px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: black !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -28px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -28px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -28px; }

/* Typography */
.joyride-tip-guide h1, .joyride-tip-guide h2, .joyride-tip-guide h3, .joyride-tip-guide .ui-datepicker-title, .joyride-tip-guide h4, .joyride-tip-guide h5, .joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #fff; }

.joyride-tip-guide p {
  margin: 0 0 1.125em 0;
  font-size: 0.875em;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555;
  position: absolute;
  right: 1.0625em;
  bottom: 1em; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777 !important;
  text-decoration: none;
  font-size: 30px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0px 0px 30px #ffffff;
  -webkit-box-shadow: 0px 0px 15px #ffffff;
  box-shadow: 0px 0px 15px #ffffff; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0px;
  left: 0px; }

/* Styles for screens that are atleast 768px; */
@media only screen and (max-width: 767px) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: black !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -28px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: black !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -28px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: black !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -28px;
      right: auto; } }

/* Clearing Styles */
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  [data-clearing]:after {
    clear: both; }
  [data-clearing] li {
    float: left;
    margin-right: 10px; }

.clearing-blackout {
  background: #111;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #111;
  width: 100%;
  padding: 10px 30px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 40px;
  line-height: 1;
  color: #fff;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (max-width: 767px) {
  .clearing-main-prev, .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span, .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 16px; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #fff; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #fff; }
  .clearing-main-prev.disabled, .clearing-main-next.disabled {
    opacity: 0.5; }
  .clearing-assembled .clearing-container .carousel {
    background: #111;
    height: 150px;
    margin-top: 5px; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: block;
      z-index: 999;
      width: 200%;
      height: 100%;
      margin-left: 0;
      position: relative;
      left: 0; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 175px;
        height: inherit;
        padding: 0;
        float: left;
        overflow: hidden;
        margin-right: 1px;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          min-height: 100%;
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          min-width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
  .clearing-assembled .clearing-container .visible-img {
    background: #111;
    overflow: hidden;
    height: 75%; }
  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }

/* Foundation Alerts */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
  padding: 0.6875em 1.3125em 0.75em 0.6875em;
  font-size: 0.875em;
  background-color: #33DA90;
  border-color: #21b976;
  color: #fff; }
  .alert-box .close {
    font-size: 1.375em;
    padding: 5px 4px 4px;
    line-height: 0;
    position: absolute;
    top: 0.4375em;
    right: 0.3125em;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #3FD76A;
    border-color: #27bc51;
    color: #fff; }
  .alert-box.alert {
    background-color: #C9262C;
    border-color: #9e1e23;
    color: #fff; }
  .alert-box.secondary {
    background-color: #4A4A4A;
    border-color: #313131;
    color: #fff; }

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875em;
    text-transform: capitalize; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a, .breadcrumbs > * span {
      text-transform: capitalize;
      color: #333; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "❯";
      color: #aaa;
      margin: 0 0.75em;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden; }
form.custom .custom {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 2px #ccc;
  background: #DCDCD8; }
  form.custom .custom.checkbox {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    padding: -2px; }
  form.custom .custom.radio {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    padding: 0px; }
  form.custom .custom.checkbox:before {
    content: "";
    display: block;
    font-size: 20px;
    color: #DCDCD8; }
  form.custom .custom.radio.checked:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
    background: #40EC9A;
    position: relative; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #40EC9A;
    position: absolute;
    top: -50%;
    left: 50%;
    margin-top: 4px;
    margin-left: -5px; }

/* Custom Select Options and Dropdowns */
form.custom {
  /* Custom input, disabled */ }
  form.custom .custom.dropdown {
    display: block;
    position: relative;
    top: 0;
    height: 3.25em;
    margin-bottom: 1.25em;
    margin-top: 0px;
    padding: 0px;
    width: 100%;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
    -webkit-box-shadow: none;
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 100%);
    box-shadow: none;
    font-size: 0.875em;
    vertical-align: top; }
    form.custom .custom.dropdown ul {
      overflow-y: auto;
      max-height: 200px; }
    form.custom .custom.dropdown .current {
      cursor: default;
      white-space: nowrap;
      line-height: 3.1875em;
      color: rgba(0, 0, 0, 0.75);
      text-decoration: none;
      overflow: hidden;
      display: block;
      margin-left: 0.8125em;
      margin-right: 3.25em; }
    form.custom .custom.dropdown .selector {
      cursor: default;
      position: absolute;
      width: 4.0625em;
      height: 3.25em;
      display: block;
      right: 0;
      top: 0; }
      form.custom .custom.dropdown .selector:after {
        content: "";
        display: block;
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: #aaa transparent transparent transparent;
        border-top-style: solid;
        position: absolute;
        left: 1.71875em;
        top: 50%;
        margin-top: -3px; }
    form.custom .custom.dropdown:hover a.selector:after, form.custom .custom.dropdown.open a.selector:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: #222 transparent transparent transparent;
      border-top-style: solid; }
    form.custom .custom.dropdown .disabled {
      color: #888; }
      form.custom .custom.dropdown .disabled:hover {
        background: transparent;
        color: #888; }
        form.custom .custom.dropdown .disabled:hover:after {
          display: none; }
    form.custom .custom.dropdown.open ul {
      display: block;
      z-index: 10;
      min-width: 100%;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box; }
    form.custom .custom.dropdown.small {
      max-width: 134px; }
    form.custom .custom.dropdown.medium {
      max-width: 254px; }
    form.custom .custom.dropdown.large {
      max-width: 434px; }
    form.custom .custom.dropdown.expand {
      width: 100% !important; }
    form.custom .custom.dropdown.open.small ul {
      min-width: 134px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.medium ul {
      min-width: 254px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    form.custom .custom.dropdown.open.large ul {
      min-width: 434px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  form.custom .error .custom.dropdown {
    border-color: #C9262C;
    background-color: rgba(201, 38, 44, 0.1);
    background: rgba(201, 38, 44, 0.1);
    margin-bottom: 0; }
    form.custom .error .custom.dropdown:focus {
      background: #F9F9F7;
      border-color: #40EC9A; }
  form.custom .error .custom.dropdown + small.error {
    margin-top: 0; }
  form.custom .custom.dropdown ul {
    position: absolute;
    width: auto;
    display: none;
    margin: 0;
    left: -1px;
    top: auto;
    -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 0;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 16px; }
    form.custom .custom.dropdown ul li {
      color: #555;
      font-size: 0.875em;
      cursor: default;
      padding-top: 0.25em;
      padding-bottom: 0.25em;
      padding-left: 0.375em;
      padding-right: 2.375em;
      min-height: 1.5em;
      line-height: 1.5em;
      margin: 0;
      white-space: nowrap;
      list-style: none; }
      form.custom .custom.dropdown ul li.selected {
        background: #eeeeee;
        color: #000; }
      form.custom .custom.dropdown ul li:hover {
        background-color: #e4e4e4;
        color: #000; }
      form.custom .custom.dropdown ul li.selected:hover {
        background: #eeeeee;
        cursor: default;
        color: #000; }
    form.custom .custom.dropdown ul.show {
      display: block; }
  form.custom .custom.disabled {
    background: #ddd; }

/* Keystroke Characters */
.keystroke, kbd {
  background-color: #ededed;
  border-color: #dbdbdb;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875em;
  padding: 0.125em 0.25em 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* Labels */
.label {
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  padding: 0.1875em 0.625em 0.25em;
  font-size: 0.875em;
  background-color: #33DA90;
  color: #fff; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #C9262C;
    color: #fff; }
  .label.success {
    background-color: #3FD76A;
    color: #fff; }
  .label.secondary {
    background-color: #4A4A4A;
    color: #fff; }

/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Default Pagination */
ul.pagination {
  display: block;
  height: 1.5em;
  margin-left: -0.3125em; }
  ul.pagination li {
    height: 1.5em;
    color: #222;
    font-size: 0.875em;
    margin-left: 0.3125em; }
    ul.pagination li a {
      display: block;
      padding: 0.0625em 0.4375em 0.0625em;
      color: #999; }
    ul.pagination li:hover a, ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #33DA90;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #33DA90; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d9d9d9;
  margin-bottom: 1.25em;
  padding: 1.25em;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel .ui-datepicker-title, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333; }
  .panel h1, .panel h2, .panel h3, .panel .ui-datepicker-title, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625em; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel .subheader.ui-datepicker-title, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #21b976;
    margin-bottom: 1.25em;
    padding: 1.25em;
    background: #33DA90;
    -webkit-box-shadow: 0 transparent inset;
    box-shadow: 0 transparent inset; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout .ui-datepicker-title, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout .ui-datepicker-title, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625em; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout .subheader.ui-datepicker-title, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a {
      color: #fff; }
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #ddd;
  margin-left: 0;
  margin-bottom: 1.25em; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #ddd;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 1em; }
  .pricing-table .price {
    background-color: #eee;
    padding: 0.9375em 1.25em;
    text-align: center;
    color: #333;
    font-weight: normal;
    font-size: 1.25em; }
  .pricing-table .description {
    background-color: #fff;
    padding: 0.9375em;
    text-align: center;
    color: #777;
    font-size: 0.75em;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .bullet-item {
    background-color: #fff;
    padding: 0.9375em;
    text-align: center;
    color: #333;
    font-size: 0.875em;
    font-weight: normal;
    border-bottom: dotted 1px #ddd; }
  .pricing-table .cta-button {
    background-color: #f5f5f5;
    text-align: center;
    padding: 1.25em 1.25em 0; }

/* Progress Bar */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em; }
  .progress .meter {
    background: #33DA90;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #4A4A4A;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #3FD76A;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #C9262C;
    height: 100%;
    display: block; }
  .progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .progress.radius .meter {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .progress.round .meter {
      -webkit-border-radius: 999px;
      border-radius: 999px; }

/* Side Nav */
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875em 0;
  list-style-type: none;
  list-style-position: inside; }
  .side-nav li {
    margin: 0 0 0.4375em 0;
    font-size: 0.875em; }
    .side-nav li a {
      display: block;
      color: #33DA90; }
    .side-nav li.active > a:first-child {
      color: #4d4d4d;
      font-weight: bold; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: #e6e6e6; }

/* Side Nav */
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25em 0 1.125em;
  padding-top: 0.25em;
  margin-right: 0;
  margin-left: -0.5625em; }
  .sub-nav dt, .sub-nav dd, .sub-nav li {
    float: left;
    display: inline;
    margin-left: 0.5625em;
    margin-bottom: 0.625em;
    font-weight: normal;
    font-size: 0.875em; }
    .sub-nav dt a, .sub-nav dd a, .sub-nav li a {
      color: #999;
      text-decoration: none; }
    .sub-nav dt.active a, .sub-nav dd.active a, .sub-nav li.active a {
      -webkit-border-radius: 1000px;
      border-radius: 1000px;
      font-weight: bold;
      background: #33DA90;
      padding: 0.1875em 0.5625em;
      cursor: default;
      color: #fff; }

/* Foundation Switches */
@media only screen {
  div.switch {
    position: relative;
    padding: 0;
    display: block;
    overflow: hidden;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1.25em;
    height: 36px;
    background: #fff;
    border-color: #cccccc; }
    div.switch label {
      position: relative;
      left: 0;
      z-index: 2;
      float: left;
      width: 50%;
      height: 100%;
      margin: 0;
      font-weight: bold;
      text-align: left;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    div.switch input {
      position: absolute;
      z-index: 3;
      opacity: 0;
      width: 100%;
      height: 100%;
      -moz-appearance: none; }
      div.switch input:hover, div.switch input:focus {
        cursor: pointer; }
    div.switch span:last-child {
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 1;
      display: block;
      padding: 0;
      border-width: 1px;
      border-style: solid;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
    div.switch input:not(:checked) + label {
      opacity: 0; }
    div.switch input:checked {
      display: none !important; }
    div.switch input {
      left: 0;
      display: block !important; }
    div.switch input:first-of-type + label, div.switch input:first-of-type + span + label {
      left: -50%; }
    div.switch input:first-of-type:checked + label, div.switch input:first-of-type:checked + span + label {
      left: 0%; }
    div.switch input:last-of-type + label, div.switch input:last-of-type + span + label {
      right: -50%;
      left: auto;
      text-align: right; }
    div.switch input:last-of-type:checked + label, div.switch input:last-of-type:checked + span + label {
      right: 0%;
      left: auto; }
    div.switch span.custom {
      display: none !important; }
    @media only screen and (-webkit-min-device-pixel-ratio: 0) and (max-device-width: 480px) {
      div.switch {
        -webkit-animation: webkitSiblingBugfix infinite 1s; } }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
      div.switch {
        -webkit-animation: none 0; } }
    form.custom div.switch .hidden-field {
      margin-left: auto;
      position: absolute;
      visibility: visible; }
    div.switch label {
      padding: 0;
      line-height: 2.3em;
      font-size: 0.875em; }
    div.switch input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.1875em; }
    div.switch span:last-child {
      width: 2.25em;
      height: 2.25em; }
    div.switch span:last-child {
      border-color: #b3b3b3;
      background: #fff;
      background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
      background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
      background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
      -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px white, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
      box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px white, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; }
    div.switch:hover span:last-child, div.switch:focus span:last-child {
      background: #fff;
      background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
      background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
      background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); }
    div.switch:active {
      background: transparent; }
    div.switch.large {
      height: 44px; }
      div.switch.large label {
        padding: 0;
        line-height: 2.3em;
        font-size: 1.0625em; }
      div.switch.large input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -2.6875em; }
      div.switch.large span:last-child {
        width: 2.75em;
        height: 2.75em; }
    div.switch.small {
      height: 28px; }
      div.switch.small label {
        padding: 0;
        line-height: 2.1em;
        font-size: 0.75em; }
      div.switch.small input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -1.6875em; }
      div.switch.small span:last-child {
        width: 1.75em;
        height: 1.75em; }
    div.switch.tiny {
      height: 22px; }
      div.switch.tiny label {
        padding: 0;
        line-height: 1.9em;
        font-size: 0.6875em; }
      div.switch.tiny input:first-of-type:checked ~ span:last-child {
        left: 100%;
        margin-left: -1.3125em; }
      div.switch.tiny span:last-child {
        width: 1.375em;
        height: 1.375em; }
    div.switch.radius {
      -webkit-border-radius: 4px;
      border-radius: 4px; }
      div.switch.radius span:last-child {
        -webkit-border-radius: 3px;
        border-radius: 3px; }
    div.switch.round {
      -webkit-border-radius: 1000px;
      border-radius: 1000px; }
      div.switch.round span:last-child {
        -webkit-border-radius: 999px;
        border-radius: 999px; }
      div.switch.round label {
        padding: 0 0.5625em; }
  @-webkit-keyframes webkitSiblingBugfix {
    from {
      position: relative; }

    to {
      position: relative; } }
 }

[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }

/* Tables */
table {
  background: #fff;
  margin-bottom: 1.25em;
  border: solid 1px #ddd; }
  table thead, table tfoot {
    background: #f5f5f5;
    font-weight: bold; }
    table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
      padding: 0.5em 0.625em 0.625em;
      font-size: 0.875em;
      color: #222;
      text-align: left; }
  table tr th, table tr td {
    padding: 0.5625em 0.625em;
    font-size: 0.875em;
    color: #222; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
    display: table-cell;
    line-height: 1.125em; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(51, 218, 144, 0.5);
    box-shadow: 0 0 6px 1px rgba(51, 218, 144, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

a.th {
  display: inline-block;
  max-width: 100%; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #1a8d5a;
    color: #33DA90; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1.3;
  padding: 0.5em;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #000;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #000 transparent;
    top: -10px; }
  .tooltip.opened {
    color: #33DA90 !important;
    border-bottom: dotted 1px #1a8d5a !important; }

.tap-to-close {
  display: block;
  font-size: 0.625em;
  color: #888;
  font-weight: normal; }

@media only screen and (max-width: 767px) {
  .tooltip > .nub {
    border-color: transparent transparent #000 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #000 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #000;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #000 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }

@media only screen and (max-width: 767px) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }

/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  top: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875em;
    cursor: pointer;
    line-height: 1.125em;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5em;
      color: #555; }
  .f-dropdown.content {
    position: absolute;
    top: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25em;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/* `Contents
--------------------------------------------------------------------------------
 * `Variables
 * `Body
 * `Main Sections
 * `Footer
 * `Spacers
 * `Common Layout Classes
 * `Programs Page Layout
 */
/* `Variables
--------------------------------------------------------------------------------*/
/* `Body
--------------------------------------------------------------------------------*/
html, body {
  height: auto; }

body {
  height: 100%;
  overflow-x: hidden;
  position: absolute;
  width: 100%;
  background-color: #33DA90;
  /* for the tint */
  background-image: linear-gradient(to bottom, #33DA90 0%, #33DA90 100%);
  /* for the body */ }

body, #page {
  background: #FFFFFF; }

#main {
  padding-bottom: 0; }

#page-wrap, #page, #jay-z {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  overflow-x: hidden; }

/* `Main Sections
--------------------------------------------------------------------------------*/
/* `Footer
--------------------------------------------------------------------------------*/
#footer {
  color: #FFFFFF; }

/* `Spacers
--------------------------------------------------------------------------------*/
hr[class*=spacer--] {
  margin: 0;
  padding: 0;
  border: none;
  clear: both; }

hr.spacer--gutter-double {
  padding-bottom: 5em; }

hr.spacer--gutter-triple {
  padding-bottom: 7.5em; }

hr.spacer--gutter {
  padding-bottom: 2.5em; }

hr.spacer--gutter-half {
  padding-bottom: 1.25em; }

hr.spacer--gutter-third {
  padding-bottom: 0.83333em; }

hr.spacer--gutter-quarter {
  padding-bottom: 0.625em; }

@media only screen and (max-width: 767px) {
  hr.spacer--gutter-double {
    padding-bottom: 2.5em; }
  hr.spacer--gutter-triple {
    padding-bottom: 5em; }
  hr.spacer--gutter {
    padding-bottom: 2em; } }

hr.row-spacer {
  border: none;
  margin: 0 0 3.125em;
  padding: 0;
  clear: both;
  display: block;
  -webkit-margin-collapse: separate; }

hr.section-spacer {
  border: none;
  margin: 0 0 2.5em;
  padding: 0;
  clear: both;
  display: block;
  -webkit-margin-collapse: separate; }

@media (max-width: 767px) {
  hr.row-spacer {
    margin-bottom: 1.875em; }
  hr.section-spacer {
    margin-bottom: 1.25em; } }

br.clear {
  padding: 0;
  width: 100%;
  clear: both;
  display: block;
  height: 0;
  overflow-y: hidden; }

/* `Full Width Backgrounds
--------------------------------------------------------------------------------*/
.l-background-dark-texture {
  background-color: #363431;
  background-image: url('/img/../images/l-background-dark-texture-06928c3382adceb0442e5cafca5ba560.png'); }

.l-background-off-white, .l-background-grey, .l-background-header-nav {
  background: #F9F9F7;
  border: 1px solid #EDEDED;
  border-width: 1px 0; }

.l-background-white {
  background: white; }

.l-background-off-white-gradient {
  -webkit-box-shadow: 0 3px 5px #e9ecec inset;
  -moz-box-shadow: 0 3px 5px #e9ecec inset;
  -ms-box-shadow: 0 3px 5px #e9ecec inset;
  -o-box-shadow: 0 3px 5px #e9ecec inset;
  box-shadow: 0 3px 5px #e9ecec inset;
  background: #f9f9f7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f9f9f7 30%, #ffffff 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f9f9f7), color-stop(100%, #ffffff));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f9f9f7 30%, #ffffff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f9f9f7 30%, #ffffff 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f9f9f7 30%, #ffffff 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f9f9f7 30%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f7', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.l-background-black {
  background: #30302f; }

.bg--smoke {
  background-color: #F5F5F1;
  -webkit-box-shadow: inset 0 5px 5px #efefe8;
  -moz-box-shadow: inset 0 5px 5px #efefe8;
  -ms-box-shadow: inset 0 5px 5px #efefe8;
  -o-box-shadow: inset 0 5px 5px #efefe8;
  box-shadow: inset 0 5px 5px #efefe8; }

.bg--charcoal {
  background-color: #4A4A4A; }

.bg--dark {
  background-color: #1d1d1e; }

.bg--off-white {
  background-color: #F7F8F8; }

/* `Common Layout Classes
--------------------------------------------------------------------------------*/
.l-above-fixed-elements {
  position: relative;
  z-index: 1;
  background-color: #fff; }

.vertical-center-wrapper {
  display: table;
  height: 100%;
  width: 100%; }

.vertical-center {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%; }

.vertical-center-wrapper {
  display: table;
  width: 100%; }

.display--none {
  display: none; }

.inline-centered-wrapper {
  font-size: 0; }

.inline-centered {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px; }

.text-align--center {
  text-align: center; }

.justified {
  text-align: justify;
  font-size: 0; }
  .justified:after {
    content: "";
    display: inline-block;
    width: 100%; }
  .justified > div {
    font-size: 16px;
    display: inline-block; }

.grid-justify {
  text-align: justify; }
  .grid-justify:after {
    content: ' ';
    display: inline-block;
    width: 100%; }

.js-sticky {
  position: absolute !important;
  width: 100%;
  z-index: 99;
  max-width: 100%; }
  .js-sticky.sticky {
    position: fixed !important;
    top: 0 !important; }
  .js-sticky.sticky-stop {
    z-index: 10; }

.button, .no-tap {
  -webkit-tap-highlight-color: transparent; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.full-width-row.no-gutter .columns, .full-width-row.no-gutter .tile-columns {
  padding: 0; }
.full-width-row .full-width-image {
  width: 100%; }

.columns.no-gutter, .no-gutter.tile-columns {
  padding: 0; }

.cover-photo {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-blend-mode: multiply; }

/* `Main Typography
--------------------------------------------------------------------------------*/
body {
  line-height: 1.231;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }

/* Headers use a Double-stranded heading hierarchy
 * We can now style any element with header typography
 * it doesn’t depend on location or a type of element
 * http://csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css/
 **/
h1, h2, h3, .ui-datepicker-title, h4, .alpha, .beta, [class^="color-block"], .gamma, .delta {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #262523; }

h1, .alpha {
  font-size: 3.125em; }

h2, .beta, [class^="color-block"] {
  font-size: 1.875em; }

h3, .ui-datepicker-title, .gamma {
  font-size: 1.25em; }

h4, .delta {
  font-size: 0.9375em;
  color: #000; }

h5, .epsilon {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 0.8125em; }

p, .text-content, .blog-post.content #post-body ul, .blog-post.content #post-body ol {
  font-size: 0.8125em;
  line-height: 1.618; }

@media (max-width: 767px) {
  h1, .alpha {
    font-size: 1.875em; }
  h2, .beta, [class^="color-block"] {
    font-size: 1.25em; }
  h3, .ui-datepicker-title, .gamma {
    font-size: 1.125em; } }

/* `Header Demi
 * Apply this to h# elements to give them demi weight
--------------------------------------------------------------------------------*/
.header-demi {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }

.header-medium, .hr-text span {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }

/* `Brand Fonts
--------------------------------------------------------------------------------*/
.up-fonts {
  font-family: "AG Bold", "Helvetica Neue", Helvetica, sans-serif; }

/* `Dark Background Typography
--------------------------------------------------------------------------------*/
.type-dark-background body, .type-dark-background a, .type-dark-background h1, .type-dark-background h2, .type-dark-background h3, .type-dark-background .ui-datepicker-title, .type-dark-background h4, .type-dark-background h5 {
  color: #FFF; }
.type-dark-background p, .type-dark-background .text-content, .type-dark-background .blog-post.content #post-body ul, .blog-post.content #post-body .type-dark-background ul, .type-dark-background .blog-post.content #post-body ol, .blog-post.content #post-body .type-dark-background ol {
  color: #F7F8F8; }

/* `Programs
--------------------------------------------------------------------------------*/
.programs h1 {
  font-size: 2em;
  color: #ffffff; }

.programs p, .programs .text-content, .programs .blog-post.content #post-body ul, .blog-post.content #post-body .programs ul, .programs .blog-post.content #post-body ol, .blog-post.content #post-body .programs ol, .programs h2 {
  color: #ffffff; }

.gray-text, .organize-apply-form label {
  color: #CDC9CE; }

@font-face {
  font-family: "up-global";
  src: url('/img/../fonts/icons/up-global-f79edcbe11ef866eb620f7e37eb79cfa.eot');
  src: url('/img/../fonts/icons/up-global-f79edcbe11ef866eb620f7e37eb79cfa.eot#iefix') format("embedded-opentype"), url('/img/../fonts/icons/up-global-518af020c1b2bd22a73ab916a438f260.ttf') format("truetype"), url('/img/../fonts/icons/up-global-1af809ecd23f1bc88ec2482a75d306c5.svg#up-global') format("svg"), url('/img/../fonts/icons/up-global-e9a3224d05da4dba476b4a2e7d132d77.woff') format("woff");
  font-weight: normal;
  font-style: normal; }

[data-icon]:before {
  font-family: "up-global";
  content: attr(data-icon);
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased; }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "up-global";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased; }

/* 
 * Icon Mixin
 * This mixin styles the :before selector to match [data-icon]:before above
 * It has one argument, and that is the character of the icon you wish to use.
 *
 **/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "up-global" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-up-global-icons-chat-bubbles:before {
  content: "a"; }

.icon-up-global-icons-vv-copy-6:before {
  content: "b"; }

.icon-up-global-icons-tools:before {
  content: "c"; }

.icon-up-global-icons-telescope:before {
  content: "d"; }

.icon-up-global-icons-stopwatch:before {
  content: "e"; }

.icon-up-global-icons-ladder-up:before {
  content: "f"; }

.icon-up-global-icons-person-connect:before {
  content: "g"; }

.icon-up-global-icons-government:before {
  content: "h"; }

.icon-up-global-icons-globe-2-arrows:before {
  content: "i"; }

.icon-up-global-icons-gem:before {
  content: "j"; }

.icon-up-global-icons-handshake:before {
  content: "k"; }

.icon-up-global-icons-lightbulb:before {
  content: "l"; }

.icon-up-global-icons-arrow-left:before {
  content: "m"; }

.icon-up-global-icons-arrow-right:before {
  content: "n"; }

.icon-up-global-icons-email:before {
  content: "o"; }

.icon-up-global-icons-location:before {
  content: "p"; }

.icon-up-global-icons-region:before {
  content: "q"; }

.icon-up-global-icons-share:before {
  content: "r"; }

.icon-up-global-icons-social-facebook:before {
  content: "s"; }

.icon-up-global-icons-social-google:before {
  content: "t"; }

.icon-up-global-icons-social-twitter:before {
  content: "u"; }

.icon-up-global-icons-time:before {
  content: "v"; }

.icon-list:before {
  content: "w"; }

.icon-x:before {
  content: "y"; }

.button.subscribe {
  background: #3FD76A; }
  .button.subscribe:hover {
    background: #23a748; }

.bold-link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }

body.about .bold-link {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }

.hero-link {
  display: inline-block;
  margin-bottom: 0.3125em;
  padding-right: 3.75em; }
  .hero-link .hero-link__title {
    color: #33DA90;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.125em;
    margin-bottom: 0.3125em; }
  .hero-link:hover .hero-link__title {
    color: #74e6b3; }

.block-link {
  display: block; }

.grey-link {
  color: #ACACAC; }
  .grey-link:hover {
    color: #939393; }

/* `Contents
--------------------------------------------------------------------------------
 * `Header
 * `Navigation
 * `Carousel
 * `Media Object
 * `Person Classes
 * `Partner Roll
 * `Become a Partner
 * `Programs Overview
 * `Feature Card (Reusable)
 * `Metrics List
 * `Team Members
 * `Icon Box
 * `Block Grid Vertical Alignment
 * `Programs Sections
 * `Job Entry
 * `Footer Components
 */
/* `Header
--------------------------------------------------------------------------------*/
#header {
  height: 82px; }

.header-position-fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  min-height: 82px;
  background-color: #262523; }

.header-logo {
  display: block;
  float: left;
  width: 135px;
  height: 45px;
  margin-top: 19px;
  margin-right: 45px;
  margin-left: 1.5625em;
  background: url('/img/../images/logo-header-global-b2652c168cc0ffa41ded9235bb495a2b.png') left center no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain; }

/* Mixin Test 1 */
body.www .header-logo {
  background-image: url('/img/../images/logo-header-www-6619580eca91ac0ffd3d633ad22380cb.png'); }

body.america .header-logo {
  background-image: url('/img/../images/logo-header-america-eca92f700e374afe81a259cd4adb1130.png'); }

body.europe .header-logo {
  background-image: url('/img/../images/logo-header-europe-46c87d688fa6c0b672993f7916b49134.png'); }

body.latam .header-logo {
  background-image: url('/img/../images/logo-header-latam-4e63a97c102dc743705991311b2b7ea8.png'); }

.header-nav-container {
  padding: 0 0.9375em 0 1.5625em; }

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

.header-nav {
  height: 82px;
  float: left; }
  .header-nav li, .header-nav a {
    display: inline-block; }

.header-nav li a {
  padding: 20px 15px;
  padding-bottom: 14px;
  color: #ACACAC;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 0.8125em;
  -webkit-transition: color .35s;
  -moz-transition: color .35s;
  -ms-transition: color .35s;
  -o-transition: color .35s;
  transition: color .35s;
  -webkit-transition: color .35s; }
.header-nav li:hover a {
  color: #dfdfdf; }
.header-nav li a.current-page {
  color: #dfdfdf; }
.header-nav li .dropdown a {
  padding: 10px 15px;
  border: 1px solid #E5E5E4;
  border-width: 0 1px 1px 1px;
  background-color: #FFFFFF;
  color: #1d1d1e; }
  .header-nav li .dropdown a:hover {
    background-color: #e0e0e0; }
  .header-nav li .dropdown a.current-page {
    background-color: #f2f2f2; }

.dropdown-container {
  position: relative; }

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: opacity, visibility;
  -moz-transition-property: opacity, visibility;
  -ms-transition-property: opacity, visibility;
  -o-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: .5s, 0s;
  -moz-transition-duration: .5s, 0s;
  -ms-transition-duration: .5s, 0s;
  -o-transition-duration: .5s, 0s;
  transition-duration: .5s, 0s;
  -webkit-transition-delay: 0s, .5s;
  -moz-transition-delay: 0s, .5s;
  -ms-transition-delay: 0s, .5s;
  -o-transition-delay: 0s, .5s;
  transition-delay: 0s, .5s; }
  .dropdown li, .dropdown a {
    display: block; }
  .dropdown li:last-child a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px; }
  .dropdown:before {
    content: ' ';
    width: 0;
    height: 0;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -7px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #FFFFFF; }

.dropdown-container:hover .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  -ms-transition-delay: 0s, 0s;
  -o-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s; }

.header-nav--primary {
  padding-top: 28px; }
  .header-nav--primary .dropdown {
    width: 200px;
    left: 50%;
    margin-left: -100px; }

.header-nav--secondary {
  padding-top: 13px;
  position: absolute;
  right: 1.5625em; }
  .header-nav--secondary > li > a {
    padding: 3px 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background: #373533; }
  .header-nav--secondary > li {
    display: block;
    padding-bottom: 8px;
    text-align: right; }
  .header-nav--secondary > li > ul {
    text-align: left; }
  .header-nav--secondary li .dropdown a {
    padding: 12px 15px; }

.share-up-nav .dropdown {
  right: 0; }

.regions-nav .dropdown {
  margin-top: 1px;
  width: 140px;
  left: 50%;
  margin-left: -70px; }
.regions-nav .dropdown a {
  position: relative;
  padding-right: 12px !important; }
  .regions-nav .dropdown a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #d8d8d7; }
  .regions-nav .dropdown a.active:before {
    border: none;
    background-color: #42EC90; }

body.www .region-nav-item--www:before {
  border: none;
  background-color: #42EC90; }

body.america .region-nav-item--america:before {
  border: none;
  background-color: #42EC90; }

body.europe .region-nav-item--europe:before {
  border: none;
  background-color: #42EC90; }

body.latam .region-nav-item--latam:before {
  border: none;
  background-color: #42EC90; }

.header-nav-button {
  display: none; }

@media (max-width: 1023px) {
  .header-nav {
    height: auto; } }

@media (max-width: 767px) {
  #header {
    height: auto; }
  .header-position-fixed {
    position: relative;
    height: auto;
    min-height: 3.75em;
    *zoom: 1; }
    .header-position-fixed:before, .header-position-fixed:after {
      content: " ";
      display: table; }
    .header-position-fixed:after {
      clear: both; }
  .header-logo {
    width: 90px;
    height: 34px;
    margin: 13px 0 13px 10px; }
  .header-nav-container {
    padding: 0;
    margin: 0;
    background-color: #262523;
    clear: both; }
  .header-nav-container__top {
    height: 3.75em; }
    .header-nav-container__top .header-logo {
      margin-left: 20px; }
  .header-nav {
    height: auto;
    float: none;
    margin: 0;
    padding: 0; }
    .header-nav li, .header-nav a {
      display: block; }
    .header-nav li a {
      position: relative;
      height: 48px;
      line-height: 48px;
      padding: 0;
      padding-left: 20px; }
      .header-nav li a:before, .header-nav li a:after {
        content: ' ';
        display: block;
        position: absolute;
        height: 1px;
        background: rgba(255, 255, 255, 0.1); }
      .header-nav li a:before {
        top: -1px;
        left: 0;
        width: 20px;
        display: none; }
      .header-nav li a:after {
        bottom: 0;
        left: 20px;
        right: 0; }
      .header-nav li a.current-page {
        background: rgba(255, 255, 255, 0.05); }
        .header-nav li a.current-page:before {
          display: block; }
        .header-nav li a.current-page:after {
          left: 0; }
    .header-nav li:first-child a:before {
      display: none !important; }
  .header-nav--secondary {
    display: none; }
  .dropdown {
    display: none; }
  .header-nav-button {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    width: 3.75em;
    height: 3.75em;
    line-height: 3.75em;
    text-align: center;
    -webkit-border-radius: 0 0 0 4px;
    -moz-border-radius: 0 0 0 4px;
    -ms-border-radius: 0 0 0 4px;
    -o-border-radius: 0 0 0 4px;
    border-radius: 0 0 0 4px;
    background: #262523;
    color: #FFFFFF; }
    .header-nav-button:hover {
      color: #FFFFFF; }
    .header-nav-button .button-icon {
      font-size: 34px;
      position: absolute;
      top: 5px;
      right: 11px;
      -webkit-transition: 500ms;
      -moz-transition: 500ms;
      -ms-transition: 500ms;
      -o-transition: 500ms;
      transition: 500ms;
      -webkit-transition: 500ms; }
    .header-nav-button .button-icon.close {
      opacity: 0; }
  #header-nav-darken {
    background: rgba(74, 74, 74, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    z-index: 888;
    opacity: 0;
    -webkit-transition: opacity 500ms;
    -moz-transition: opacity 500ms;
    -ms-transition: opacity 500ms;
    -o-transition: opacity 500ms;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms; }
  .js .header-nav-container {
    width: 15.625em;
    position: absolute;
    top: 0;
    right: -15.625em; }
  .js.csstransforms3d #page {
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;
    -webkit-transition: all 500ms; }
  .js.csstransforms3d .header-nav-container {
    right: 0;
    -webkit-transform: translate3d(15.625em, 0, 0);
    -moz-transform: translate3d(15.625em, 0, 0);
    -ms-transform: translate3d(15.625em, 0, 0);
    -o-transform: translate3d(15.625em, 0, 0);
    transform: translate3d(15.625em, 0, 0); }
  .js-nav #page {
    position: relative;
    left: -15.625em; }
  .js-nav.csstransforms3d #page {
    left: 0;
    -webkit-transform: translate3d(-15.625em, 0, 0);
    -moz-transform: translate3d(-15.625em, 0, 0);
    -ms-transform: translate3d(-15.625em, 0, 0);
    -o-transform: translate3d(-15.625em, 0, 0);
    transform: translate3d(-15.625em, 0, 0); }
  .js-nav #header-nav-darken {
    height: auto;
    opacity: 1; }
  .js-nav .button-icon.close {
    opacity: 1; }
  .js-nav .button-icon.open {
    opacity: 0; } }

/* `Navigation
--------------------------------------------------------------------------------*/
/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
#header {
  height: auto;
  position: relative;
  z-index: 11; }
  #header .header__nav-bar {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    #header .header__nav-bar.sticky {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.725, 0.18, 1);
      -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0.725, 0.18, 1);
      -o-transition: -o-transform 0.3s cubic-bezier(0, 0.725, 0.18, 1);
      transition: transform 0.3s cubic-bezier(0, 0.725, 0.18, 1);
      top: -3.25em !important;
      -webkit-transform: translateY(100%) translateZ(0);
      -moz-transform: translateY(100%) translateZ(0);
      -ms-transform: translateY(100%) translateZ(0);
      -o-transform: translateY(100%) translateZ(0);
      transform: translateY(100%) translateZ(0); }
      #header .header__nav-bar.sticky.sticky-close {
        -webkit-transform: translateY(0) translateZ(0);
        -moz-transform: translateY(0) translateZ(0);
        -ms-transform: translateY(0) translateZ(0);
        -o-transform: translateY(0) translateZ(0);
        transform: translateY(0) translateZ(0); }
    #header .header__nav-bar + .spacer--custom {
      padding-bottom: 4.91667em; }
    .page-index #header .header__nav-bar {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -ms-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      background-color: transparent; }
      .page-index #header .header__nav-bar + .spacer--custom {
        display: none; }
  #header .header__logo, #header .header__navigation {
    display: inline-block;
    vertical-align: top; }
  #header .header__logo {
    height: 4.91667em;
    padding: 0.83333em 0;
    text-align: left; }
    #header .header__logo img, #header .header__logo svg {
      width: auto;
      height: 100%; }
    #header .header__logo a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block; }
    #header .header__logo svg {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 100%; }
  #header .header__navigation:before {
    content: " ";
    display: inline-block;
    width: 1px;
    height: 3.25em;
    vertical-align: middle; }
  #header .sticky {
    background-color: rgba(255, 255, 255, 0.95); }
    #header .sticky .header__logo {
      height: 3.25em;
      padding: 0.625em 0; }
    #header .sticky .nav-links > ul > .link {
      height: 3.25em; }
      .page-index #header .sticky .nav-links > ul > .link {
        padding-top: 0; }
    .page-index #header .sticky {
      -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
      background-color: rgba(255, 255, 255, 0.95); }
      .page-index #header .sticky .nav-links > ul > .link > .submenu {
        margin-top: 0; }
  #header .nav-links {
    display: inline-block;
    vertical-align: middle; }
    #header .nav-links + .nav-links {
      padding-left: 1.25em; }
    #header .nav-links .link a {
      font-weight: 300; }
    #header .nav-links > ul {
      font-size: 16px;
      display: table; }
    #header .nav-links > ul > .link {
      height: 4.91667em;
      display: table-cell;
      vertical-align: middle; }
      .page-index #header .nav-links > ul > .link > .submenu {
        margin-top: -20px; }
      #header .nav-links > ul > .link + .link {
        padding-left: 1.5625em; }
      #header .nav-links > ul > .link.on > a, #header .nav-links > ul > .link .submenu .link.on a {
        font-weight: 500; }
      #header .nav-links > ul > .link > .submenu {
        background: rgba(255, 255, 255, 0.95);
        -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
        display: block;
        left: -10000px;
        top: 100%;
        margin-left: -85px;
        position: absolute;
        -webkit-transition-property: opacity, -webkit-transform;
        -moz-transition-property: opacity, -moz-transform;
        -o-transition-property: opacity, -o-transform;
        transition-property: opacity, transform;
        -webkit-transition-duration: 0.8s, 0.3s;
        -moz-transition-duration: 0.8s, 0.3s;
        -ms-transition-duration: 0.8s, 0.3s;
        -o-transition-duration: 0.8s, 0.3s;
        transition-duration: 0.8s, 0.3s;
        -webkit-transition-delay: 0.1s;
        -moz-transition-delay: 0.1s;
        -ms-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        -webkit-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
        -moz-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
        -ms-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
        -o-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
        transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
        text-align: center;
        -webkit-transform: translate(0, -5%);
        -moz-transform: translate(0, -5%);
        -ms-transform: translate(0, -5%);
        -o-transform: translate(0, -5%);
        transform: translate(0, -5%);
        -webkit-transform: translate3d(0, -5%, 0);
        -moz-transform: translate3d(0, -5%, 0);
        -ms-transform: translate3d(0, -5%, 0);
        -o-transform: translate3d(0, -5%, 0);
        transform: translate3d(0, -5%, 0);
        overflow: hidden;
        padding-bottom: 5px;
        opacity: 0; }
        #header .nav-links > ul > .link > .submenu > .link {
          width: 11.875em;
          background-color: rgba(255, 255, 255, 0.95);
          display: block;
          line-height: 1.44;
          opacity: 0;
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0.725, 0.18, 1);
          -moz-transition: -moz-transform 0.4s cubic-bezier(0, 0.725, 0.18, 1);
          -o-transition: -o-transform 0.4s cubic-bezier(0, 0.725, 0.18, 1);
          transition: transform 0.4s cubic-bezier(0, 0.725, 0.18, 1);
          -webkit-transform: translate(0, -20%);
          -moz-transform: translate(0, -20%);
          -ms-transform: translate(0, -20%);
          -o-transform: translate(0, -20%);
          transform: translate(0, -20%);
          -webkit-transform: translate3d(0, -20%, 0);
          -moz-transform: translate3d(0, -20%, 0);
          -ms-transform: translate3d(0, -20%, 0);
          -o-transform: translate3d(0, -20%, 0);
          transform: translate3d(0, -20%, 0);
          text-align: left;
          position: relative;
          z-index: 10; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(1) {
            -webkit-transform: translate(0, -20%);
            -moz-transform: translate(0, -20%);
            -ms-transform: translate(0, -20%);
            -o-transform: translate(0, -20%);
            transform: translate(0, -20%);
            -webkit-transform: translate3d(0, -20%, 0);
            -moz-transform: translate3d(0, -20%, 0);
            -ms-transform: translate3d(0, -20%, 0);
            -o-transform: translate3d(0, -20%, 0);
            transform: translate3d(0, -20%, 0);
            -webkit-transition-delay: 0s;
            -moz-transition-delay: 0s;
            -ms-transition-delay: 0s;
            -o-transition-delay: 0s;
            transition-delay: 0s;
            z-index: 9; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(2) {
            -webkit-transform: translate(0, -40%);
            -moz-transform: translate(0, -40%);
            -ms-transform: translate(0, -40%);
            -o-transform: translate(0, -40%);
            transform: translate(0, -40%);
            -webkit-transform: translate3d(0, -40%, 0);
            -moz-transform: translate3d(0, -40%, 0);
            -ms-transform: translate3d(0, -40%, 0);
            -o-transform: translate3d(0, -40%, 0);
            transform: translate3d(0, -40%, 0);
            -webkit-transition-delay: 0.04s;
            -moz-transition-delay: 0.04s;
            -ms-transition-delay: 0.04s;
            -o-transition-delay: 0.04s;
            transition-delay: 0.04s;
            z-index: 8; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(3) {
            -webkit-transform: translate(0, -60%);
            -moz-transform: translate(0, -60%);
            -ms-transform: translate(0, -60%);
            -o-transform: translate(0, -60%);
            transform: translate(0, -60%);
            -webkit-transform: translate3d(0, -60%, 0);
            -moz-transform: translate3d(0, -60%, 0);
            -ms-transform: translate3d(0, -60%, 0);
            -o-transform: translate3d(0, -60%, 0);
            transform: translate3d(0, -60%, 0);
            -webkit-transition-delay: 0.08s;
            -moz-transition-delay: 0.08s;
            -ms-transition-delay: 0.08s;
            -o-transition-delay: 0.08s;
            transition-delay: 0.08s;
            z-index: 7; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(4) {
            -webkit-transform: translate(0, -80%);
            -moz-transform: translate(0, -80%);
            -ms-transform: translate(0, -80%);
            -o-transform: translate(0, -80%);
            transform: translate(0, -80%);
            -webkit-transform: translate3d(0, -80%, 0);
            -moz-transform: translate3d(0, -80%, 0);
            -ms-transform: translate3d(0, -80%, 0);
            -o-transform: translate3d(0, -80%, 0);
            transform: translate3d(0, -80%, 0);
            -webkit-transition-delay: 0.12s;
            -moz-transition-delay: 0.12s;
            -ms-transition-delay: 0.12s;
            -o-transition-delay: 0.12s;
            transition-delay: 0.12s;
            z-index: 6; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(5) {
            -webkit-transform: translate(0, -100%);
            -moz-transform: translate(0, -100%);
            -ms-transform: translate(0, -100%);
            -o-transform: translate(0, -100%);
            transform: translate(0, -100%);
            -webkit-transform: translate3d(0, -100%, 0);
            -moz-transform: translate3d(0, -100%, 0);
            -ms-transform: translate3d(0, -100%, 0);
            -o-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
            -webkit-transition-delay: 0.16s;
            -moz-transition-delay: 0.16s;
            -ms-transition-delay: 0.16s;
            -o-transition-delay: 0.16s;
            transition-delay: 0.16s;
            z-index: 5; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(6) {
            -webkit-transform: translate(0, -120%);
            -moz-transform: translate(0, -120%);
            -ms-transform: translate(0, -120%);
            -o-transform: translate(0, -120%);
            transform: translate(0, -120%);
            -webkit-transform: translate3d(0, -120%, 0);
            -moz-transform: translate3d(0, -120%, 0);
            -ms-transform: translate3d(0, -120%, 0);
            -o-transform: translate3d(0, -120%, 0);
            transform: translate3d(0, -120%, 0);
            -webkit-transition-delay: 0.2s;
            -moz-transition-delay: 0.2s;
            -ms-transition-delay: 0.2s;
            -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
            z-index: 4; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(7) {
            -webkit-transform: translate(0, -140%);
            -moz-transform: translate(0, -140%);
            -ms-transform: translate(0, -140%);
            -o-transform: translate(0, -140%);
            transform: translate(0, -140%);
            -webkit-transform: translate3d(0, -140%, 0);
            -moz-transform: translate3d(0, -140%, 0);
            -ms-transform: translate3d(0, -140%, 0);
            -o-transform: translate3d(0, -140%, 0);
            transform: translate3d(0, -140%, 0);
            -webkit-transition-delay: 0.24s;
            -moz-transition-delay: 0.24s;
            -ms-transition-delay: 0.24s;
            -o-transition-delay: 0.24s;
            transition-delay: 0.24s;
            z-index: 3; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(8) {
            -webkit-transform: translate(0, -160%);
            -moz-transform: translate(0, -160%);
            -ms-transform: translate(0, -160%);
            -o-transform: translate(0, -160%);
            transform: translate(0, -160%);
            -webkit-transform: translate3d(0, -160%, 0);
            -moz-transform: translate3d(0, -160%, 0);
            -ms-transform: translate3d(0, -160%, 0);
            -o-transform: translate3d(0, -160%, 0);
            transform: translate3d(0, -160%, 0);
            -webkit-transition-delay: 0.28s;
            -moz-transition-delay: 0.28s;
            -ms-transition-delay: 0.28s;
            -o-transition-delay: 0.28s;
            transition-delay: 0.28s;
            z-index: 2; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(9) {
            -webkit-transform: translate(0, -180%);
            -moz-transform: translate(0, -180%);
            -ms-transform: translate(0, -180%);
            -o-transform: translate(0, -180%);
            transform: translate(0, -180%);
            -webkit-transform: translate3d(0, -180%, 0);
            -moz-transform: translate3d(0, -180%, 0);
            -ms-transform: translate3d(0, -180%, 0);
            -o-transform: translate3d(0, -180%, 0);
            transform: translate3d(0, -180%, 0);
            -webkit-transition-delay: 0.32s;
            -moz-transition-delay: 0.32s;
            -ms-transition-delay: 0.32s;
            -o-transition-delay: 0.32s;
            transition-delay: 0.32s;
            z-index: 1; }
          #header .nav-links > ul > .link > .submenu > .link:nth-child(10) {
            -webkit-transform: translate(0, -200%);
            -moz-transform: translate(0, -200%);
            -ms-transform: translate(0, -200%);
            -o-transform: translate(0, -200%);
            transform: translate(0, -200%);
            -webkit-transform: translate3d(0, -200%, 0);
            -moz-transform: translate3d(0, -200%, 0);
            -ms-transform: translate3d(0, -200%, 0);
            -o-transform: translate3d(0, -200%, 0);
            transform: translate3d(0, -200%, 0);
            -webkit-transition-delay: 0.36s;
            -moz-transition-delay: 0.36s;
            -ms-transition-delay: 0.36s;
            -o-transition-delay: 0.36s;
            transition-delay: 0.36s;
            z-index: 0; }
          #header .nav-links > ul > .link > .submenu > .link a {
            display: block;
            border: none;
            font-size: 1em;
            padding: 0.625em 0.9375em;
            font-weight: 300;
            letter-spacing: -0.03125em; }
            #header .nav-links > ul > .link > .submenu > .link a:hover, #header .nav-links > ul > .link > .submenu > .link a:active {
              background-color: #F7F8F8; }
          #header .nav-links > ul > .link > .submenu > .link + .link a {
            border-bottom: 1px dotted #F7F8F8;
            text-decoration: none; }
          #header .nav-links > ul > .link > .submenu > .link:last-child a {
            border-bottom: none; }
          #header .nav-links > ul > .link > .submenu > .link:first-child {
            padding-top: 1px; }
      #header .nav-links > ul > .link:hover > .submenu, #header .nav-links > ul > .link.mobile-hover > .submenu {
        left: 50%;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
        #header .nav-links > ul > .link:hover > .submenu > .link, #header .nav-links > ul > .link.mobile-hover > .submenu > .link {
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          opacity: 1; }
      #header .nav-links > ul > .link:hover .submenu-pip:before, #header .nav-links > ul > .link.mobile-hover .submenu-pip:before {
        -webkit-transform: rotate(-45deg) translate3d(-6px, -30%, 0) scaleY(0.6);
        -moz-transform: rotate(-45deg) translate3d(-6px, -30%, 0) scaleY(0.6);
        -ms-transform: rotate(-45deg) translate3d(-6px, -30%, 0) scaleY(0.6);
        -o-transform: rotate(-45deg) translate3d(-6px, -30%, 0) scaleY(0.6);
        transform: rotate(-45deg) translate3d(-6px, -30%, 0) scaleY(0.6); }
      #header .nav-links > ul > .link .submenu-pip {
        display: block;
        height: 10px;
        width: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px;
        cursor: pointer; }
        #header .nav-links > ul > .link .submenu-pip:before, #header .nav-links > ul > .link .submenu-pip:after {
          content: " ";
          height: 100%;
          width: 1px;
          background-color: #33DA90;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transform-origin: 50%;
          -moz-transform-origin: 50%;
          -ms-transform-origin: 50%;
          -o-transform-origin: 50%;
          transform-origin: 50%;
          -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0.725, 0.18, 1);
          -moz-transition: -moz-transform 0.2s cubic-bezier(0, 0.725, 0.18, 1);
          -o-transition: -o-transform 0.2s cubic-bezier(0, 0.725, 0.18, 1);
          transition: transform 0.2s cubic-bezier(0, 0.725, 0.18, 1); }
        #header .nav-links > ul > .link .submenu-pip:before {
          -webkit-transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6);
          -moz-transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6);
          -ms-transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6);
          -o-transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6);
          transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6); }
        #header .nav-links > ul > .link .submenu-pip:after {
          -webkit-transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6);
          -moz-transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6);
          -ms-transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6);
          -o-transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6);
          transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6); }
      #header .nav-links > ul > .link a {
        color: #4A4A4A;
        border-bottom: 1px dotted transparent; }
        #header .nav-links > ul > .link a:hover {
          color: #171717;
          border-bottom-color: rgba(0, 0, 0, 0.4);
          text-decoration: none; }
    .page-index #header .nav-links {
      right: 4.0625em;
      top: -0.9375em; }
  #header .social-icons > ul > .link {
    padding-left: 0; }
    #header .social-icons > ul > .link .icon-wrapper {
      height: 22px;
      width: 22px;
      background-color: #33DA90;
      display: block;
      text-align: center;
      line-height: 21px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      color: #FFFFFF;
      -webkit-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      -ms-transition: background-color 0.2s ease;
      -o-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease; }
      #header .social-icons > ul > .link .icon-wrapper:hover {
        background-color: #25ce83; }
  #header .social-icons img {
    padding-left: 1px; }
  #header .social-icons.facebook img {
    padding-left: 0; }
  #header .social-icons.google-plus img {
    padding-left: 2px; }
  #header .social-icons + .link {
    padding-left: 1.125em; }
    #header .social-icons + .link:before {
      display: none; }
  #header .social-icons .current-locale {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    line-height: 22px;
    cursor: pointer;
    width: auto;
    padding-right: 1.25em;
    position: relative; }
    #header .social-icons .current-locale .language-name {
      font-size: 0.875em; }
    #header .social-icons .current-locale .icon {
      height: 22px;
      width: 22px;
      position: relative;
      display: inline-block;
      vertical-align: bottom;
      font-size: 29px;
      margin-right: 0.125em; }
      #header .social-icons .current-locale .icon svg {
        width: 100%;
        height: 100%; }
      #header .social-icons .current-locale .icon path {
        fill: #33DA90; }

.nav-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0; }
.nav-links ul .link {
  font-size: 16px;
  line-height: 1.625em;
  margin-bottom: 0; }
  .nav-links ul .link.on > a {
    font-weight: 600; }
.nav-links > ul > .link {
  position: relative;
  display: inline-block; }
  .nav-links > ul > .link > .submenu {
    display: none; }
  .nav-links > ul > .link a {
    color: #ced4d4;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    padding-bottom: 0.0625em; }
    .nav-links > ul > .link a:hover {
      color: #F7F8F8;
      text-decoration: underline; }

.mobile-nav-item {
  display: none !important; }
  .mobile-hover .mobile-nav-item {
    display: block !important; }

body.nav-open #header .header__nav-bar {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.nav-primary-container {
  width: 100%;
  max-width: 5.33594em;
  position: absolute;
  z-index: 999;
  top: 0; }
  .pre-registration .nav-primary-container {
    display: none; }

#menu-mobile {
  padding: 0px;
  background-color: transparent;
  width: 4.0625em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1000;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: none;
  cursor: pointer;
  padding: 1.25em; }
  #menu-mobile .lines {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #menu-mobile .lines > .line {
      -webkit-border-radius: 0.125em;
      -moz-border-radius: 0.125em;
      -ms-border-radius: 0.125em;
      -o-border-radius: 0.125em;
      border-radius: 0.125em;
      display: block;
      height: 0.1875em;
      opacity: 1;
      -webkit-transform: rotateY(0) translate3d(0, 0, 0);
      -moz-transform: rotateY(0) translate3d(0, 0, 0);
      -ms-transform: rotateY(0) translate3d(0, 0, 0);
      -o-transform: rotateY(0) translate3d(0, 0, 0);
      transform: rotateY(0) translate3d(0, 0, 0);
      -webkit-transition-property: opacity, transform, background-color;
      -moz-transition-property: opacity, transform, background-color;
      -ms-transition-property: opacity, transform, background-color;
      -o-transition-property: opacity, transform, background-color;
      transition-property: opacity, transform, background-color;
      -webkit-transition-duration: 0.2s;
      -moz-transition-duration: 0.2s;
      -ms-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
      -moz-transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
      -ms-transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
      -o-transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
      transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
      width: 100%;
      background-color: #33DA90; }
      #menu-mobile .lines > .line + .line {
        margin-top: 0.1875em; }
    #menu-mobile .lines .line:nth-child(2) {
      position: relative; }
      #menu-mobile .lines .line:nth-child(2):before {
        background-color: #33DA90;
        -webkit-border-radius: 0.125em;
        -moz-border-radius: 0.125em;
        -ms-border-radius: 0.125em;
        -o-border-radius: 0.125em;
        border-radius: 0.125em;
        content: " ";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
        -moz-transform: rotate(0deg) translate3d(0, 0, 0);
        -ms-transform: rotate(0deg) translate3d(0, 0, 0);
        -o-transform: rotate(0deg) translate3d(0, 0, 0);
        transform: rotate(0deg) translate3d(0, 0, 0);
        -webkit-transition-duration: 0.2s;
        -moz-transition-duration: 0.2s;
        -ms-transition-duration: 0.2s;
        -o-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-property: opacity, transform, background-color;
        -moz-transition-property: opacity, transform, background-color;
        -ms-transition-property: opacity, transform, background-color;
        -o-transition-property: opacity, transform, background-color;
        transition-property: opacity, transform, background-color;
        -webkit-transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
        -moz-transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
        -ms-transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
        -o-transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
        transition-timing-function: cubic-bezier(0.57, 0.385, 0.26, 0.875);
        width: 100%; }
  #menu-mobile.open .line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
    #menu-mobile.open .line:nth-child(2):before {
      opacity: 1;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  #menu-mobile.open .line:nth-child(1), #menu-mobile.open .line:nth-child(3) {
    opacity: 0; }
  .sticky #menu-mobile .lines .line, .sticky #menu-mobile .lines .line:before {
    background-color: #33DA90; }

/*------------------------------------*\
     $TOP BAR
\*------------------------------------*/
.top-bar {
  z-index: 10;
  position: relative; }
  .top-bar .row {
    max-width: 85.375em; }
  .top-bar .top-bar-section ul {
    background: transparent; }
    .top-bar .top-bar-section ul li a {
      background: transparent;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .top-bar .top-bar-section .global-menu, .top-bar .top-bar-section .program-menu {
    width: auto;
    float: left; }
    .top-bar .top-bar-section .global-menu li, .top-bar .top-bar-section .program-menu li {
      float: left;
      display: inline-block;
      height: 36px;
      position: relative; }
      .top-bar .top-bar-section .global-menu li a, .top-bar .top-bar-section .global-menu li span, .top-bar .top-bar-section .program-menu li a, .top-bar .top-bar-section .program-menu li span {
        line-height: 36px;
        padding: 0 0.75em;
        font-weight: 500;
        display: block;
        color: #FFFFFF;
        font-size: 0.8125em; }
      .top-bar .top-bar-section .global-menu li a:hover, .top-bar .top-bar-section .program-menu li a:hover {
        background-color: rgba(0, 0, 0, 0.1); }
      .top-bar .top-bar-section .global-menu li.separator, .top-bar .top-bar-section .program-menu li.separator {
        width: 0.75em;
        padding: 0 0.1875em; }
        .top-bar .top-bar-section .global-menu li.separator a, .top-bar .top-bar-section .global-menu li.separator span, .top-bar .top-bar-section .program-menu li.separator a, .top-bar .top-bar-section .program-menu li.separator span {
          content: "";
          display: block;
          width: 0;
          height: 0;
          border: inset 0.375em;
          border-color: transparent transparent transparent #FFFFFF;
          border-left-style: solid;
          cursor: default;
          top: 100%;
          margin-top: -21px;
          margin-left: 0.125em;
          position: absolute; }
          .top-bar .top-bar-section .global-menu li.separator a:hover, .top-bar .top-bar-section .global-menu li.separator span:hover, .top-bar .top-bar-section .program-menu li.separator a:hover, .top-bar .top-bar-section .program-menu li.separator span:hover {
            background: transparent; }
  .top-bar .top-bar-section .global-menu {
    background-color: rgba(69, 68, 66, 0.3); }

@media only screen and (max-width: 767px) {
  #header #primary-nav {
    display: block;
    filter: blur(0);
    height: 100%;
    left: 100%;
    margin-top: 0;
    opacity: 0;
    overflow: visible;
    padding: 1.25em 0;
    position: fixed;
    right: auto;
    text-align: left;
    top: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -ms-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    width: 100%;
    z-index: 999; }
    #header #primary-nav > ul {
      display: inline-block;
      width: 100%;
      -webkit-transform-origin: 50%;
      -moz-transform-origin: 50%;
      -ms-transform-origin: 50%;
      -o-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.725, 0.18, 1);
      -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0.725, 0.18, 1);
      -o-transition: -o-transform 0.3s cubic-bezier(0, 0.725, 0.18, 1);
      transition: transform 0.3s cubic-bezier(0, 0.725, 0.18, 1);
      position: relative;
      -webkit-transform: translate(0, -750%);
      -moz-transform: translate(0, -750%);
      -ms-transform: translate(0, -750%);
      -o-transform: translate(0, -750%);
      transform: translate(0, -750%);
      -webkit-transform: translate3d(0, -50%, 0) rotateX(0);
      -moz-transform: translate3d(0, -50%, 0) rotateX(0);
      -ms-transform: translate3d(0, -50%, 0) rotateX(0);
      -o-transform: translate3d(0, -50%, 0) rotateX(0);
      transform: translate3d(0, -50%, 0) rotateX(0);
      top: 50%; }
    #header #primary-nav .link {
      display: block;
      float: none;
      line-height: 1.63;
      height: auto;
      margin-left: 0;
      opacity: 0;
      position: relative;
      -webkit-transform: translate3d(-1%, 0, 0) scale3d(0.95, 0.95, 1);
      -moz-transform: translate3d(-1%, 0, 0) scale3d(0.95, 0.95, 1);
      -ms-transform: translate3d(-1%, 0, 0) scale3d(0.95, 0.95, 1);
      -o-transform: translate3d(-1%, 0, 0) scale3d(0.95, 0.95, 1);
      transform: translate3d(-1%, 0, 0) scale3d(0.95, 0.95, 1);
      padding: 0 3.75em 0 1.25em;
      -webkit-transform-origin: 0%;
      -moz-transform-origin: 0%;
      -ms-transform-origin: 0%;
      -o-transform-origin: 0%;
      transform-origin: 0%;
      -webkit-transition-property: background-color, opacity, -webkit-transform;
      -moz-transition-property: background-color, opacity, -moz-transform;
      -o-transition-property: background-color, opacity, -o-transform;
      transition-property: background-color, opacity, transform;
      -webkit-transition-duration: 0.3s, 0.3s, 0.45s;
      -moz-transition-duration: 0.3s, 0.3s, 0.45s;
      -ms-transition-duration: 0.3s, 0.3s, 0.45s;
      -o-transition-duration: 0.3s, 0.3s, 0.45s;
      transition-duration: 0.3s, 0.3s, 0.45s;
      -webkit-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
      -moz-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
      -ms-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
      -o-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
      transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
      width: 100%; }
      #header #primary-nav .link:nth-of-type(2) {
        -webkit-transition-delay: 0.06s;
        -moz-transition-delay: 0.06s;
        -ms-transition-delay: 0.06s;
        -o-transition-delay: 0.06s;
        transition-delay: 0.06s; }
      #header #primary-nav .link:nth-of-type(3) {
        -webkit-transition-delay: 0.12s;
        -moz-transition-delay: 0.12s;
        -ms-transition-delay: 0.12s;
        -o-transition-delay: 0.12s;
        transition-delay: 0.12s; }
      #header #primary-nav .link:nth-of-type(4) {
        -webkit-transition-delay: 0.18s;
        -moz-transition-delay: 0.18s;
        -ms-transition-delay: 0.18s;
        -o-transition-delay: 0.18s;
        transition-delay: 0.18s; }
      #header #primary-nav .link:nth-of-type(5) {
        -webkit-transition-delay: 0.24s;
        -moz-transition-delay: 0.24s;
        -ms-transition-delay: 0.24s;
        -o-transition-delay: 0.24s;
        transition-delay: 0.24s; }
      #header #primary-nav .link:nth-of-type(6) {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s; }
      #header #primary-nav .link:nth-of-type(7) {
        -webkit-transition-delay: 0.36s;
        -moz-transition-delay: 0.36s;
        -ms-transition-delay: 0.36s;
        -o-transition-delay: 0.36s;
        transition-delay: 0.36s; }
      #header #primary-nav .link:nth-of-type(8) {
        -webkit-transition-delay: 0.42s;
        -moz-transition-delay: 0.42s;
        -ms-transition-delay: 0.42s;
        -o-transition-delay: 0.42s;
        transition-delay: 0.42s; }
      #header #primary-nav .link:nth-of-type(9) {
        -webkit-transition-delay: 0.48s;
        -moz-transition-delay: 0.48s;
        -ms-transition-delay: 0.48s;
        -o-transition-delay: 0.48s;
        transition-delay: 0.48s; }
      #header #primary-nav .link:nth-of-type(10) {
        -webkit-transition-delay: 0.54s;
        -moz-transition-delay: 0.54s;
        -ms-transition-delay: 0.54s;
        -o-transition-delay: 0.54s;
        transition-delay: 0.54s; }
      #header #primary-nav .link:nth-of-type(11) {
        -webkit-transition-delay: 0.6s;
        -moz-transition-delay: 0.6s;
        -ms-transition-delay: 0.6s;
        -o-transition-delay: 0.6s;
        transition-delay: 0.6s; }
      #header #primary-nav .link .submenu {
        position: absolute;
        background-color: transparent;
        opacity: 0;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        left: 1000%;
        top: 0;
        width: 100%;
        margin: 0;
        -webkit-transform: translate3d(-20%, 0, 0);
        -moz-transform: translate3d(-20%, 0, 0);
        -ms-transform: translate3d(-20%, 0, 0);
        -o-transform: translate3d(-20%, 0, 0);
        transform: translate3d(-20%, 0, 0);
        -webkit-transition-property: -webkit-transform, opacity;
        -moz-transition-property: -moz-transform, opacity;
        -o-transition-property: -o-transform, opacity;
        transition-property: transform, opacity;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
        -moz-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
        -ms-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
        -o-transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1);
        transition-timing-function: cubic-bezier(0, 0.725, 0.18, 1); }
        #header #primary-nav .link .submenu > ul {
          display: none; }
        #header #primary-nav .link .submenu li {
          background-color: transparent;
          border: none;
          text-align: left;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          -ms-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none; }
          #header #primary-nav .link .submenu li a {
            font-size: 1.25em;
            line-height: 2.25em;
            background-color: transparent; }
      #header #primary-nav .link .submenu-pip {
        display: block;
        height: 20px;
        width: 20px;
        margin-top: -8px;
        right: 2.5em; }
        #header #primary-nav .link .submenu-pip:before, #header #primary-nav .link .submenu-pip:after {
          background-color: #4A4A4A; }
        #header #primary-nav .link .submenu-pip:before {
          -webkit-transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6);
          -moz-transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6);
          -ms-transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6);
          -o-transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6);
          transform: rotate(-45deg) translate3d(0, -30%, 0) scaleY(0.6); }
        #header #primary-nav .link .submenu-pip:after {
          -webkit-transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6);
          -moz-transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6);
          -ms-transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6);
          -o-transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6);
          transform: rotate(-135deg) translate3d(0, -30%, 0) scaleY(0.6); }
      #header #primary-nav .link a {
        color: #4A4A4A;
        padding: 0 0.5em;
        border: none; }
      #header #primary-nav .link .button {
        font-size: 1.25em;
        padding: 0.6875em 1.5625em 0.625em;
        width: 100%; }
      #header #primary-nav .link.mobile-hover {
        background-color: rgba(0, 0, 0, 0.2); }
        #header #primary-nav .link.mobile-hover .submenu-pip:before {
          -webkit-transform: rotate(-45deg) translate3d(0, 0%, 0) scaleY(1);
          -moz-transform: rotate(-45deg) translate3d(0, 0%, 0) scaleY(1);
          -ms-transform: rotate(-45deg) translate3d(0, 0%, 0) scaleY(1);
          -o-transform: rotate(-45deg) translate3d(0, 0%, 0) scaleY(1);
          transform: rotate(-45deg) translate3d(0, 0%, 0) scaleY(1); }
        #header #primary-nav .link.mobile-hover .submenu-pip:after {
          -webkit-transform: rotate(-135deg) translate3d(0, 0%, 0) scaleY(1);
          -moz-transform: rotate(-135deg) translate3d(0, 0%, 0) scaleY(1);
          -ms-transform: rotate(-135deg) translate3d(0, 0%, 0) scaleY(1);
          -o-transform: rotate(-135deg) translate3d(0, 0%, 0) scaleY(1);
          transform: rotate(-135deg) translate3d(0, 0%, 0) scaleY(1); }
        #header #primary-nav .link.mobile-hover .submenu {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          left: 100%; }
      #header #primary-nav .link + .link:before {
        display: none; }
    #header #primary-nav > ul > .link {
      border-bottom: 1px dotted rgba(74, 74, 74, 0.2); }
      #header #primary-nav > ul > .link > a {
        font-size: 1.875em;
        display: block;
        line-height: 2.5em; }
      #header #primary-nav > ul > .link.on {
        border-left: 4px solid #33DA90; }
      @media only screen and (max-width: 480px) {
        #header #primary-nav > ul > .link > a {
          font-size: 1.75em;
          display: block;
          line-height: 2.5em; }
        #header #primary-nav > ul > .link.small-text > a {
          font-size: 1.375em; } }
    #header #primary-nav.toggle-open {
      opacity: 1;
      left: 0; }
      #header #primary-nav.toggle-open .link {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1); }
      #header #primary-nav.toggle-open.submenu-active > ul {
        -webkit-transform: translate3d(-75%, -50%, 0);
        -moz-transform: translate3d(-75%, -50%, 0);
        -ms-transform: translate3d(-75%, -50%, 0);
        -o-transform: translate3d(-75%, -50%, 0);
        transform: translate3d(-75%, -50%, 0); }
    #header #primary-nav.toggle-close {
      opacity: 0;
      -webkit-transition: opacity 0.2s ease;
      -moz-transition: opacity 0.2s ease;
      -ms-transition: opacity 0.2s ease;
      -o-transition: opacity 0.2s ease;
      transition: opacity 0.2s ease; }
      #header #primary-nav.toggle-close > ul {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, -40%, 0) rotateX(-10deg);
        -moz-transform: translate3d(0, -40%, 0) rotateX(-10deg);
        -ms-transform: translate3d(0, -40%, 0) rotateX(-10deg);
        -o-transform: translate3d(0, -40%, 0) rotateX(-10deg);
        transform: translate3d(0, -40%, 0) rotateX(-10deg); }
      #header #primary-nav.toggle-close .link {
        -webkit-transform: translate(0, 25%);
        -moz-transform: translate(0, 25%);
        -ms-transform: translate(0, 25%);
        -o-transform: translate(0, 25%);
        transform: translate(0, 25%);
        -webkit-transform: translate3d(0, 25%, 0);
        -moz-transform: translate3d(0, 25%, 0);
        -ms-transform: translate3d(0, 25%, 0);
        -o-transform: translate3d(0, 25%, 0);
        transform: translate3d(0, 25%, 0); } }

/*
 * Nav Primary for Small Screens
 **/
@media only screen and (min-width:768px) {
  .nav-primary-container {
    position: fixed; }
  .nav-primary {
    top: 3.75em;
    right: 2.5em; } }

/*
 * Nav Primary for Small Screens
 **/
@media only screen {
  .nav-primary {
    top: 3.5em; } }

@media only screen and (max-width: 767px) {
  #menu-mobile {
    display: block; }
  #header .header__nav-bar {
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.95); }
    #header .header__nav-bar + .spacer--custom {
      padding-bottom: 3.55em; }
    #header .header__nav-bar.sticky {
      background-color: transparent; }
      #header .header__nav-bar.sticky .row {
        background-color: rgba(255, 255, 255, 0.95); }
    #header .header__nav-bar .nav-links > ul {
      opacity: 0; }
    .nav-open #header .header__nav-bar {
      position: fixed !important;
      -webkit-transition: background-color 0.2s ease;
      -moz-transition: background-color 0.2s ease;
      -ms-transition: background-color 0.2s ease;
      -o-transition: background-color 0.2s ease;
      transition: background-color 0.2s ease;
      height: 100%;
      background: rgba(255, 255, 255, 0.8); }
      .nav-open #header .header__nav-bar.sticky {
        top: -100% !important; }
      .nav-open #header .header__nav-bar > .row {
        -webkit-transition: background-color 0.2s ease;
        -moz-transition: background-color 0.2s ease;
        -ms-transition: background-color 0.2s ease;
        -o-transition: background-color 0.2s ease;
        transition: background-color 0.2s ease;
        background-color: transparent; }
      .nav-open #header .header__nav-bar .nav-links > ul {
        opacity: 1; }
  #header .header__logo {
    height: 3.55em; }
  .page-index #header .header__logo {
    margin-top: 0; }
  #header .social-icons > ul {
    padding-right: 2.5em; }
  #header .nav-links + .nav-links {
    padding-left: 0; }
  #header .nav-links > ul > .link {
    height: 3.55em; }
  #header .nav-links .language-selector {
    display: none !important; }
  #header .nav-links .mobile-language-selector .icon {
    font-size: 16px;
    display: block;
    padding: 0.75em 0;
    height: 3.75em;
    line-height: 1; }
    #header .nav-links .mobile-language-selector .icon svg {
      height: 2.25em;
      width: auto; }
    #header .nav-links .mobile-language-selector .icon path {
      fill: #4A4A4A; }
  /*------------------------------------*\
       $TOP BAR
  \*------------------------------------*/
  .top-bar {
    display: none; } }

/*
 * Nav Primary for Small Screens
 **/
@media only screen and (max-width: 480px) {
  .top-bar .top-bar-section ul {
    font-size: 0.9em; }
    .top-bar .top-bar-section ul li a {
      line-height: 27px; }
  .nav-primary {
    top: 1.25em; }
  .pre-registration.page-index #header .header__logo {
    height: 3.65625em;
    margin-top: 0.625em; }
  #header .social-icons {
    display: none; }
  #header #primary-nav.toggle-open.submenu-active > ul {
    -webkit-transform: translate3d(-80%, -50%, 0);
    -moz-transform: translate3d(-80%, -50%, 0);
    -ms-transform: translate3d(-80%, -50%, 0);
    -o-transform: translate3d(-80%, -50%, 0);
    transform: translate3d(-80%, -50%, 0); } }

/*
 * Navigation Show & Hide
 **/
/*
 * Default State
 * Simple Show / Hide
 **/
.no-csstransforms3d .nav-primary-links {
  display: none; }

/*
 * Active State
 **/
.js-nav.no-csstransforms3d .nav-primary-links {
  display: block; }

/*
 * Default State
 * Facy Animations if we have csstransforms3d available
 **/
.nav-primary {
  pointer-events: none; }

.nav-primary-toggle {
  pointer-events: auto; }

.nav-primary-links {
  overflow: hidden;
  max-width: 0;
  max-height: 0; }
  .nav-primary-links li {
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transform-origin: 0 50%;
    -moz-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    -o-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform opacity;
    -moz-transition-property: -moz-transform opacity;
    -o-transition-property: -o-transform opacity;
    transition-property: transform opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.305, -0.005, 0.15, 1.12);
    -moz-transition-timing-function: cubic-bezier(0.305, -0.005, 0.15, 1.12);
    -ms-transition-timing-function: cubic-bezier(0.305, -0.005, 0.15, 1.12);
    -o-transition-timing-function: cubic-bezier(0.305, -0.005, 0.15, 1.12);
    transition-timing-function: cubic-bezier(0.305, -0.005, 0.15, 1.12);
    opacity: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .js-nav .nav-primary-links li {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      -moz-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
      -o-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .nav-primary-links li:nth-child(1) {
    -webkit-transition-delay: 0.6 s;
    -moz-transition-delay: 0.6 s;
    -ms-transition-delay: 0.6 s;
    -o-transition-delay: 0.6 s;
    transition-delay: 0.6 s; }
  .nav-primary-links li:nth-child(2) {
    -webkit-transition-delay: 1.2 s;
    -moz-transition-delay: 1.2 s;
    -ms-transition-delay: 1.2 s;
    -o-transition-delay: 1.2 s;
    transition-delay: 1.2 s; }
  .nav-primary-links li:nth-child(3) {
    -webkit-transition-delay: 1.8 s;
    -moz-transition-delay: 1.8 s;
    -ms-transition-delay: 1.8 s;
    -o-transition-delay: 1.8 s;
    transition-delay: 1.8 s; }
  .nav-primary-links li:nth-child(4) {
    -webkit-transition-delay: 2.4 s;
    -moz-transition-delay: 2.4 s;
    -ms-transition-delay: 2.4 s;
    -o-transition-delay: 2.4 s;
    transition-delay: 2.4 s; }
  .nav-primary-links li:nth-child(5) {
    -webkit-transition-delay: 3 s;
    -moz-transition-delay: 3 s;
    -ms-transition-delay: 3 s;
    -o-transition-delay: 3 s;
    transition-delay: 3 s; }
  .nav-primary-links li:nth-child(6) {
    -webkit-transition-delay: 3.6 s;
    -moz-transition-delay: 3.6 s;
    -ms-transition-delay: 3.6 s;
    -o-transition-delay: 3.6 s;
    transition-delay: 3.6 s; }
  .nav-primary-links li:nth-child(7) {
    -webkit-transition-delay: 4.2 s;
    -moz-transition-delay: 4.2 s;
    -ms-transition-delay: 4.2 s;
    -o-transition-delay: 4.2 s;
    transition-delay: 4.2 s; }
  .nav-primary-links li:nth-child(8) {
    -webkit-transition-delay: 4.8 s;
    -moz-transition-delay: 4.8 s;
    -ms-transition-delay: 4.8 s;
    -o-transition-delay: 4.8 s;
    transition-delay: 4.8 s; }
  .nav-primary-links li:nth-child(9) {
    -webkit-transition-delay: 5.4 s;
    -moz-transition-delay: 5.4 s;
    -ms-transition-delay: 5.4 s;
    -o-transition-delay: 5.4 s;
    transition-delay: 5.4 s; }
  .nav-primary-links li:nth-child(10) {
    -webkit-transition-delay: 6 s;
    -moz-transition-delay: 6 s;
    -ms-transition-delay: 6 s;
    -o-transition-delay: 6 s;
    transition-delay: 6 s; }

@media only screen and (max-width: 767px) {
  /*
   * Full Page Darken
   **/
  .full-page-darken {
    background-color: rgba(0, 0, 0, 0.35);
    background-image: radial-gradient(circle farthest-corner at right top, #000000 0%, transparent 27%);
    position: absolute;
    z-index: 998;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; } }

/*
 * Styles for large screens
 **/
body.nav-open {
  overflow: hidden; }

@media only screen and (min-width:1024px) {
  body.nav-open #page > *, body.nav-open #header .header__logo, body.nav-open #header .social-icons, body.nav-open #header .top-bar {
    filter: blur(5px) grayscale(0.2); } }

body.nav-open #page > *, body.nav-open #header .header__logo, body.nav-open #header .social-icons, body.nav-open #header .top-bar {
  filter: blur(5px) grayscale(0.2); }

body #page > #header {
  filter: none; }

/*
 * Active State
 **/
.js-nav.csstransforms3d .nav-primary {
  pointer-events: auto; }
.js-nav.csstransforms3d .nav-primary-links {
  max-width: 999999px;
  max-height: 999999px;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: scale(1) translateX(0);
  -moz-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  -o-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  -webkit-transition-duration: 0s, 0s, 0.3s, 0.3s;
  -moz-transition-duration: 0s, 0s, 0.3s, 0.3s;
  -ms-transition-duration: 0s, 0s, 0.3s, 0.3s;
  -o-transition-duration: 0s, 0s, 0.3s, 0.3s;
  transition-duration: 0s, 0s, 0.3s, 0.3s;
  -webkit-transition-delay: 0s, 0s, 0s, 0s;
  -moz-transition-delay: 0s, 0s, 0s, 0s;
  -ms-transition-delay: 0s, 0s, 0s, 0s;
  -o-transition-delay: 0s, 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s, 0s; }
@media only screen and (max-width: 767px) {
  .js-nav.csstransforms3d .full-page-darken {
    opacity: 1;
    height: 100%; } }

/*
 * Background Colors
 **/
/*
body.background-smoke {
  .nav-primary {
    background-color: rgba($brand-smoke, .75);
    @include css3(box-shadow, 0 0 20px 10px rgba($brand-smoke, .75));
  }
}

body.background-white {
  .nav-primary {
    background-color: rgba($white, .75);
    @include css3(box-shadow, 0 0 20px 10px rgba($white, .75));
  }
}
*/
.nav-primary.background-light a {
  color: #848285; }
  .nav-primary.background-light a:hover {
    color: #33DA90; }
.nav-primary.background-dark a {
  color: #FFFFFF; }
  .nav-primary.background-dark a:hover {
    color: #33DA90; }

/* `Images
--------------------------------------------------------------------------------*/
.img-wrapper {
  position: relative;
  display: inline-block !important;
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }
  .img-wrapper img {
    height: auto;
    width: auto;
    min-width: 0;
    max-width: 100%;
    max-height: 100%;
    opacity: 0;
    position: relative;
    top: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .img-wrapper.loaded img {
    opacity: 1; }
  .img-wrapper.crop {
    overflow: hidden; }
    .img-wrapper.crop img {
      max-width: none;
      max-height: none;
      height: auto;
      width: auto;
      position: relative;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      -o-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
    .img-wrapper.crop.tall img {
      width: 100%;
      min-height: 100%;
      max-width: none; }
    .img-wrapper.crop.wide img {
      height: 100%;
      min-width: 100%;
      max-height: none; }
  .full-screen .img-wrapper {
    margin-left: -50%;
    min-width: 200%;
    text-align: center; }

.rect-image {
  width: 100%;
  height: auto; }

/* `Carousel
 * .carousel styles only the basic layout and controls of a carousel.
 * It is fluid to the width of it's containing element.
 * You can override
 *
--------------------------------------------------------------------------------*/
/* `Contents
--------------------------------------------------------------------------------
 * `Base Carousel Styles
 * `Overrides
 * * `Hero Carousel (Still to be transitioned)
 * * `Community Stories
 *
 */
/* `Base Carousel Styles
--------------------------------------------------------------------------------*/
.carousel {
  position: relative; }

.carousel-fixed {
  position: fixed;
  z-index: 1;
  overflow: hidden; }

.carousel-arrows .arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 45px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(38, 37, 35, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition: all 0.5; }
  .carousel-arrows .arrow:hover {
    background-color: rgba(38, 37, 35, 0.6); }
  .carousel-arrows .arrow:before {
    font-size: 36px;
    color: #FFFFFF; }
.carousel-arrows .previous {
  left: 30px; }
  .carousel-arrows .previous:before {
    font-family: "up-global";
    content: 'm';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased; }
.carousel-arrows .next {
  background-position: 100%;
  right: 30px; }
  .carousel-arrows .next:before {
    font-family: "up-global";
    content: 'n';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none !important;
    speak: none;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    width: 1em;
    line-height: 1em;
    -webkit-font-smoothing: antialiased; }

/**
   * These navigation buttons consists of <a> & <span> tags.
   * The <span> creates the icon, while the <a> is a clickable region with padding.
   */
.carousel-navigation {
  font-size: 0; }
  .carousel-navigation.left {
    text-align: left; }
  .carousel-navigation.right {
    text-align: right; }
  .carousel-navigation.center {
    text-align: center; }
  .carousel-navigation a {
    display: inline-block;
    opacity: .4;
    padding: 6px; }
    .carousel-navigation a:hover {
      opacity: 1; }
  .carousel-navigation span {
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background-color: #DCD7CE; }
  .carousel-navigation .active, .carousel-navigation .cycle-pager-active {
    opacity: 1; }
    .carousel-navigation .active span, .carousel-navigation .cycle-pager-active span {
      background-color: #42EC90; }

.carousel-item {
  display: none; }

.carousel-item:first-child {
  display: block; }

.carousel-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden; }

/* `Overrides
--------------------------------------------------------------------------------*/
/* `Hero Carousel
--------------------------------------------------------------------------------*/
body.index #page {
  height: 100%; }

.carousel--hero, .carousel--hero .carousel-fixed {
  height: 60vh;
  max-height: 470px;
  width: 100%; }
.carousel--hero .cycle-slideshow, .carousel--hero .js-carousel-slide-wrapper {
  height: 100%;
  width: 100%; }
.carousel--hero .carousel-arrows .previous {
  display: none; }
.carousel--hero .carousel-arrows .previous, .carousel--hero .carousel-arrows .next {
  z-index: 110; }
.carousel--hero .carousel-navigation {
  position: absolute;
  z-index: 110;
  left: 40px;
  bottom: 40px; }

.hero-carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
  background-color: #333;
  background-image: url('/img/../images/hero-carousel-default-f235a7359a0eb03ca6d5d0e92e00c2bd.jpg');
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

.hero-carousel-item {
  display: none; }

.hero-carousel-item:first-child {
  display: block; }

.hero-carousel-item__copy, .hero-carousel-item__cta {
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.25); }

.hero-carousel-item__copy {
  width: 75%;
  color: #FFFFFF;
  font-size: 3.75em; }

.hero-carousel-item__cta {
  display: inline-block;
  font-size: 1.5625em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }
  .hero-carousel-item__cta:hover {
    color: #74e6b3; }

.hero-carousel-item .hero-carousel-item__copy {
  opacity: 0;
  -webkit-transition: all 0.85s;
  -moz-transition: all 0.85s;
  -ms-transition: all 0.85s;
  -o-transition: all 0.85s;
  transition: all 0.85s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s; }
.hero-carousel-item.active .hero-carousel-item__copy {
  opacity: 1; }
.hero-carousel-item .hero-carousel-item__cta {
  opacity: 0;
  -webkit-transition: opacity 0.85s, transform 0.85s;
  -moz-transition: opacity 0.85s, transform 0.85s;
  -ms-transition: opacity 0.85s, transform 0.85s;
  -o-transition: opacity 0.85s, transform 0.85s;
  transition: opacity 0.85s, transform 0.85s; }
.hero-carousel-item.active .hero-carousel-item__cta {
  opacity: 1; }

.csstransforms .hero-carousel-item .hero-carousel-item__copy {
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px); }
.csstransforms .hero-carousel-item.active .hero-carousel-item__copy {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }
.csstransforms .hero-carousel-item .hero-carousel-item__cta {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }
.csstransforms .hero-carousel-item.active .hero-carousel-item__cta {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

/* `Hero Carousel Responsive
--------------------------------------------------------------------------------*/
/* Temp Hiding */
/* Carousel Height
 * On very small screens, make the carousel
 * 40% of screen height
---------------------------------------------*/
/*
@media (max-width: $small-screen){
  .carousel--hero {
    &,
    .carousel-fixed {
      height: 40%;
    }
  }
}
*/
/* Text Container Widths
 * Pertains to only the width @media queries
---------------------------------------------*/
/*
 * $large-screen width
 * - Reduce width of copy to keep a balanced line lengh
 *
 **/
@media (min-width: 1439px) {
  .hero-carousel-item__copy {
    width: 65%; } }

/*
 * $medium-screen
 * - Reduce Padding
 * - Expand width of copy to free up more text space
 *
 **/
@media (max-width: 1023px) {
  .carousel--hero .carousel-navigation {
    left: 20px;
    bottom: 20px; }
  .carousel--hero .carousel-arrows .next {
    right: 0; }
  .hero-carousel-item {
    padding-left: 20px;
    padding-right: 20px; }
  .hero-carousel-item__copy {
    width: 90%; } }

/* Font Sizes
 * Pertains to the width & height @media queries
 * This is because the height of .carousel--hero is
 * flexible
---------------------------------------------------*/
@media (max-width: 1023px), (max-height: 700px) {
  .hero-carousel-item {
    font-size: 70%; } }

@media (max-width: 767px), (max-height: 400px) {
  .hero-carousel-item {
    font-size: 60%; } }

/* `Community Stories
--------------------------------------------------------------------------------*/
.carousel--comunity-stories {
  padding: 5em 0;
  background: url('/img/../images/community-stories-background-23fd0e013c620934e4968a848ddd86aa.png') right no-repeat; }
  .carousel--comunity-stories .carousel-arrows .previous {
    left: 0; }
  .carousel--comunity-stories .carousel-arrows .next {
    right: 0; }
  .carousel--comunity-stories .carousel-navigation {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px; }
  .carousel--comunity-stories .carousel-item {
    padding: 0 40px; }

.media--community-story {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 85.375em;
  width: 100%;
  *zoom: 1; }
  .media--community-story:before, .media--community-story:after {
    content: " ";
    display: table; }
  .media--community-story:after {
    clear: both; }
  .media--community-story .media__img {
    width: 14.58333%;
    margin-left: 1.66667%;
    margin-right: 4.16667%; }
  .media--community-story .media__body {
    float: left;
    width: 62.5%;
    margin-left: 1.66667%; }

/* `Partner Roll
--------------------------------------------------------------------------------*/
.partner-roll {
  padding: 4.6875em 0;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.65) inset;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.65) inset;
  -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.65) inset;
  -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.65) inset;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.65) inset;
  background-color: #272624; }

.partner-roll__list {
  text-align: center;
  margin: 0; }

.partner-roll__logo {
  display: inline-block; }
  .partner-roll__logo img {
    max-width: 240px; }

@media (max-width: 1023px) {
  .partner-roll {
    padding: 1.875em 0; }
  .partner-roll__logo {
    margin-bottom: 0.625em;
    width: 45%; }
    .partner-roll__logo img {
      width: 100%; } }

/* `Become a Partner
--------------------------------------------------------------------------------*/
.cta-become-a-partner {
  border-top: 1px solid #e9ecec;
  background: #F7F8F8;
  text-align: center; }
  .cta-become-a-partner h2, .cta-become-a-partner .button {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }
  .cta-become-a-partner h2 {
    margin-right: 64px; }

@media (max-width: 1023px) {
  .cta-become-a-partner {
    border-top: 1px solid #e9ecec;
    background: #F7F8F8;
    text-align: center; }
    .cta-become-a-partner h2, .cta-become-a-partner .button {
      display: inline-block;
      vertical-align: middle;
      margin: 0; }
    .cta-become-a-partner h2 {
      margin-right: 40px; } }

/* `Programs Overview
 * Uses Justify to space logos out
 * http://www.barrelny.com/blog/text-align-justify-and-rwd/
 *
--------------------------------------------------------------------------------*/
.programs-overview-copy {
  margin-top: 0.625em;
  font-size: 0.875em;
  line-height: 2; }

.programs-overview-logo-list {
  text-align: justify;
  font-size: 0.1px; }
  .programs-overview-logo-list, .programs-overview-logo-list li {
    list-style: none; }
  .programs-overview-logo-list:after {
    content: '';
    display: inline-block;
    width: 100%; }

.programs-overview-logo {
  display: inline-block;
  padding: 0 10px;
  margin-top: 0.625em; }
  .programs-overview-logo img {
    max-height: 60px; }

@media (max-width: 1023px) {
  .programs-overview-logo-list {
    text-align: center; }
  .programs-overview-logo {
    width: 33.333%;
    margin: 0;
    margin-top: 10px; } }

@media (max-width: 767px) {
  .programs-overview-logo {
    margin-top: 20px; } }

/* `Feature Card
--------------------------------------------------------------------------------*/
/**
 * .feature-card is set to position: relative;
 * This allows the .feature-card-ribbon to be positioned toward the top of the thumbnail
 * Display: block is set in case you want the card to be an anchor tag
 */
.feature-card {
  position: relative;
  display: block;
  margin-bottom: 1.25em; }

.feature-card--border {
  padding: 0 1.25em;
  height: 17em;
  border: 1px solid #dce0e0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  background: #F7F8F8; }
  .feature-card--border .feature-card-thumbnail {
    margin-left: -1.25em;
    margin-right: -1.25em;
    padding-top: 59.5%; }

.feature-card-thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
  padding-top: 50%;
  margin-bottom: 1.25em;
  background: #FFFFFF; }
  .feature-card-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }

.featured-card-thumbnail--placeholder {
  background: #33DA90; }
  .featured-card-thumbnail--placeholder span {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    color: #FFFFFF; }

.feature-card-ribbon {
  position: absolute;
  top: 7px;
  left: -4px;
  z-index: 2;
  padding: 0.375em 0.625em;
  background: #D2D2CC;
  -webkit-box-shadow: 1px 1px 0px rgba(74, 74, 74, 0.5);
  -moz-box-shadow: 1px 1px 0px rgba(74, 74, 74, 0.5);
  -ms-box-shadow: 1px 1px 0px rgba(74, 74, 74, 0.5);
  -o-box-shadow: 1px 1px 0px rgba(74, 74, 74, 0.5);
  box-shadow: 1px 1px 0px rgba(74, 74, 74, 0.5);
  color: #FFF;
  font-size: 0.75em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: capitalize; }
  .feature-card-ribbon:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 0;
    border-top: 4px solid #707062;
    border-left: 4px solid transparent; }

.feature-card-title {
  color: #848285; }

.feature-card-teaser {
  color: #4A4A4A; }

.feature-card-meta {
  font-size: 0.8125em;
  color: #CDC9CE;
  margin-bottom: 0.75em; }

.feature-card-more {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  color: #4A4A4A; }

.feature-card-date {
  position: absolute;
  bottom: 0.625em;
  left: 1.25em;
  font-size: 0.8125em;
  color: #898989; }
  .feature-card-date .icon {
    font-size: 15px; }

.feature-card-corner-tab {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  text-align: center;
  line-height: 30px;
  background: #DADAD7; }

.feature-card:hover .feature-card-corner-tab {
  background: #33DA90; }

@media (min-width: 767px) {
  .feature-card, .feature-card-thumbnail {
    -webkit-transition: opacity 0.25s;
    -moz-transition: opacity 0.25s;
    -ms-transition: opacity 0.25s;
    -o-transition: opacity 0.25s;
    transition: opacity 0.25s; }
  .feature-card-more {
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -ms-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
  .feature-card:hover .feature-card-thumbnail {
    opacity: 0.6; }
  .feature-card:hover .feature-card-more {
    color: #33DA90; }
  .feature-card:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); } }

@media (max-width: 767px) {
  .feature-card-thumbnail {
    width: 80px;
    height: 80px;
    padding: 0;
    margin-right: 0.625em;
    margin-top: 0.1875em;
    float: left;
    background: #999; }
    .feature-card-thumbnail img {
      position: static;
      width: auto;
      height: inherit;
      max-width: none; }
  .feature-card--border {
    *zoom: 1;
    height: auto;
    padding-top: 0.625em; }
    .feature-card--border:before, .feature-card--border:after {
      content: " ";
      display: table; }
    .feature-card--border:after {
      clear: both; }
    .feature-card--border .feature-card-thumbnail {
      width: 80px;
      height: 80px;
      padding: 0;
      margin-right: 0.625em;
      margin-top: 0.1875em;
      float: left;
      background: #999;
      margin-top: -0.8125em; }
      .feature-card--border .feature-card-thumbnail img {
        position: static;
        width: auto;
        height: inherit;
        max-width: none; }
    .feature-card--border .feature-card-date {
      left: auto;
      right: 40px; }
  .feature-card-teaser {
    margin-bottom: 0; }
  .feature-card-more {
    text-align: right; } }

/* `Card Containers
 *
 * These wrappers assign widths & floats to child .feature-card elements.
 * Essentially allowing us to create an unlimited grid & list layouts, without
 * Modifying the .feature-card class directly
--------------------------------------------------------------------------------*/
.feature-card-grid-3 {
  *zoom: 1; }
  .feature-card-grid-3:before, .feature-card-grid-3:after {
    content: " ";
    display: table; }
  .feature-card-grid-3:after {
    clear: both; }
  .feature-card-grid-3 .feature-card {
    width: 33.333%;
    float: left; }

.feature-card-grid-4 {
  *zoom: 1; }
  .feature-card-grid-4:before, .feature-card-grid-4:after {
    content: " ";
    display: table; }
  .feature-card-grid-4:after {
    clear: both; }
  .feature-card-grid-4 .feature-card {
    width: 25%;
    float: left; }

/* `Colors
--------------------------------------------------------------------------------*/
.meet-community .feature-card-ribbon {
  background-color: #40EC9A; }

.meet-board-of-directors .feature-card-ribbon {
  background-color: #8580D5; }

.meet-core-team .feature-card-ribbon {
  background-color: #30E6DB; }

.meet-sponsors .feature-card-ribbon {
  background-color: #FFD148; }

/* `Metrics List
---------------------------------------------------------------------------------*/
.metrics-list {
  list-style: none; }

.metrics-item__value {
  margin-bottom: 0;
  font-size: 2.375em; }

.metrics-item__copy {
  font-size: 0.9375em;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5; }

@media (max-width: 767px) {
  .metrics-item {
    width: 50%;
    float: left; }
  .metrics-item__value {
    font-size: 1.75em; } }

/* `Media Object
 * The media object is an image to the left, with descriptive content to the right
 * http://www.stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
---------------------------------------------------------------------------------*/
.media, .media__body {
  *zoom: 1; }
  .media:before, .media:after, .media__body:before, .media__body:after {
    content: " ";
    display: table; }
  .media:after, .media__body:after {
    clear: both; }

.media__img {
  float: left; }

/* `Person Classes
 * Reusable classes that keep people's pictures, names, titles, etc consistant
 * across the site
---------------------------------------------------------------------------------*/
/**
 * .person picture
 * Makes a square image into a circle.
 * It wraps around an img tag and uses overflow hidden to round the edges.
 *
 * By default, this class will fill the width of its container
 *
   <div class="person-picture">
     <img src="url-to-image.jpg">
   </div>
 *
 */
.person-picture {
  width: 100%;
  overflow: hidden;
  -webkit-border-radius: 2000px;
  -moz-border-radius: 2000px;
  -ms-border-radius: 2000px;
  -o-border-radius: 2000px;
  border-radius: 2000px; }
  .person-picture img {
    width: 100%;
    display: block; }

/**
 * Person Text Styles
 */
.person-name, .person-title {
  display: block; }

.person-name {
  font-size: 0.9375em;
  font-weight: bold;
  letter-spacing: 1px; }

.person-title {
  font-size: 0.75em; }

.person-description p {
  font-size: 0.875em; }

.person-url {
  color: #CDC9CE; }
  .person-url:hover {
    color: #33DA90; }

/* `Team Members
---------------------------------------------------------------------------------*/
.member-grid {
  *zoom: 1;
  max-width: 72.5em;
  margin: 0 auto; }
  .member-grid:before, .member-grid:after {
    content: " ";
    display: table; }
  .member-grid:after {
    clear: both; }
  .member-grid, .member-grid li {
    list-style: none; }

.member-item {
  float: left;
  width: 20%;
  height: 18em;
  padding-right: 5em;
  padding-bottom: 10em;
  text-align: center; }
  .member-item:nth-child(5n+1) {
    clear: left; }

.grid-sizer {
  width: 20%; }

@media (max-width: 766px) {
  .member-item {
    width: 50%; }
    .member-item:nth-child(5n+1) {
      clear: none; }
  .grid-sizer {
    width: 50%; } }

.member-item__picture {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background: #333; }

.member-item__img, .member-item__region {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px; }

.member-item__img img, .member-item__img canvas {
  display: block;
  width: 100%;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px; }

.member-item__region {
  background-color: rgba(64, 236, 154, 0.7);
  color: #FFFFFF;
  font-size: 1.0625em;
  font-weight: bold; }
  .member-item__region span {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 20px;
    line-height: 20px; }
    .member-item__region span:before {
      content: ' ';
      display: inline-block;
      vertical-align: middle;
      width: 8px;
      height: 8px;
      margin-right: 6px;
      margin-bottom: 3px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px;
      border-radius: 8px;
      background: #FFFFFF; }

.member-item__name, .member-item__title, .member-item__twitter {
  display: block; }

.member-item__name {
  font-size: 0.9375em;
  font-weight: bold;
  letter-spacing: 1px; }

.member-item__title, .member-item__twitter {
  font-size: 0.75em; }

.member-item__twitter {
  color: #12b467; }

.member-item.www .member-item__region {
  background-color: rgba(64, 236, 154, 0.65); }
.member-item.america .member-item__region {
  background-color: rgba(237, 70, 54, 0.65); }
.member-item.europe .member-item__region {
  background-color: rgba(38, 221, 210, 0.65); }
.member-item.latam .member-item__region {
  background-color: rgba(251, 184, 64, 0.65); }

.member-item .member-item__region, .member-item .member-item__img--blurred {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0; }

.member-item:hover .member-item__region, .member-item:hover .member-item__img--blurred {
  opacity: 1; }

/* `Filtering
 * These classes are used in conjunction with view-controllers/community-filter.js
----------------------------------------------------------------------------------*/
.filter-controls {
  background: #F7F8F8;
  -webkit-box-shadow: 0 3px 5px rgba(74, 74, 74, 0.05) inset;
  -moz-box-shadow: 0 3px 5px rgba(74, 74, 74, 0.05) inset;
  -ms-box-shadow: 0 3px 5px rgba(74, 74, 74, 0.05) inset;
  -o-box-shadow: 0 3px 5px rgba(74, 74, 74, 0.05) inset;
  box-shadow: 0 3px 5px rgba(74, 74, 74, 0.05) inset; }

.filter-nav {
  margin: 0;
  float: left;
  width: 290px;
  margin-right: 0.1875em; }
  .filter-nav ul, .filter-nav {
    background-color: rgba(235, 234, 232, 0.94); }
  .filter-nav a {
    display: block;
    padding: 0 1.5625em;
    color: #4A4A4A; }
    .filter-nav a:hover {
      background: rgba(51, 218, 144, 0.3); }
  .filter-nav ul, .filter-nav li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .filter-nav li {
    line-height: 46px !important; }
  .filter-nav > li > ul > li {
    line-height: 36px; }
  .filter-nav > li {
    position: relative;
    z-index: 3; }
  .filter-nav > li > ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding: 0.625em 0; }

.filter-nav__header:after {
  content: ' ';
  display: inline-block;
  margin-left: 12px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #4A4A4A;
  border-bottom: 4px solid transparent; }

.dropdown-active > li > ul {
  display: block; }
.dropdown-active .filter-nav__header:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg); }

.filter-nav-clear {
  position: absolute;
  display: none !important;
  top: 0;
  right: 0;
  padding-right: 10px;
  font-size: 70%; }

.filter-active .filter-nav-clear {
  display: block !important; }

.filter-more-results {
  color: #acacac; }
  .filter-more-results:hover {
    color: #939393; }

/* `Isotope Classes
----------------------------------------------------------------------------------*/
.isotope-item {
  z-index: 2; }

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1; }

/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s; }

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width; }

.isotope .isotope-item {
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  -ms-transition-property: transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity; }

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s; }

/* `Icon Box
--------------------------------------------------------------------------------*/
.icon-box {
  text-align: center;
  padding: 1.25em; }

.icon-box__icon {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
  font-size: 5.625em;
  line-height: 90px; }

/* `Block Grid Vertical Alignment
 * NOTE: there can be no space between the closing li and the next opening li for
 * this to work as expected.
--------------------------------------------------------------------------------*/
.small-block-grid-1 li, .small-block-grid-2 li, .small-block-grid-3 li, .small-block-grid-4 li, .small-block-grid-5 li, .small-block-grid-6 li, .small-block-grid-7 li, .small-block-grid-8 li, .small-block-grid-9 li, .small-block-grid-10 li, .small-block-grid-11 li, .small-block-grid-12 li {
  float: none;
  display: inline-block; }
.small-block-grid-1.vertical-align-top li, .small-block-grid-2.vertical-align-top li, .small-block-grid-3.vertical-align-top li, .small-block-grid-4.vertical-align-top li, .small-block-grid-5.vertical-align-top li, .small-block-grid-6.vertical-align-top li, .small-block-grid-7.vertical-align-top li, .small-block-grid-8.vertical-align-top li, .small-block-grid-9.vertical-align-top li, .small-block-grid-10.vertical-align-top li, .small-block-grid-11.vertical-align-top li, .small-block-grid-12.vertical-align-top li {
  vertical-align: top; }
.small-block-grid-1.vertical-align-middle li, .small-block-grid-2.vertical-align-middle li, .small-block-grid-3.vertical-align-middle li, .small-block-grid-4.vertical-align-middle li, .small-block-grid-5.vertical-align-middle li, .small-block-grid-6.vertical-align-middle li, .small-block-grid-7.vertical-align-middle li, .small-block-grid-8.vertical-align-middle li, .small-block-grid-9.vertical-align-middle li, .small-block-grid-10.vertical-align-middle li, .small-block-grid-11.vertical-align-middle li, .small-block-grid-12.vertical-align-middle li {
  vertical-align: middle; }
.small-block-grid-1.vertical-align-bottom li, .small-block-grid-2.vertical-align-bottom li, .small-block-grid-3.vertical-align-bottom li, .small-block-grid-4.vertical-align-bottom li, .small-block-grid-5.vertical-align-bottom li, .small-block-grid-6.vertical-align-bottom li, .small-block-grid-7.vertical-align-bottom li, .small-block-grid-8.vertical-align-bottom li, .small-block-grid-9.vertical-align-bottom li, .small-block-grid-10.vertical-align-bottom li, .small-block-grid-11.vertical-align-bottom li, .small-block-grid-12.vertical-align-bottom li {
  vertical-align: bottom; }

/* `Programs Components
--------------------------------------------------------------------------------*/
/* Sub Navigation
---------------------------------------*/
/*
 * This sets the height of the wrapper & nav to match
 * Doing so prevents the document from shifing when
 * #programs-nav is set to position: fixed;
 */
#programs-nav-wrapper, #programs-nav {
  height: 6.375em; }

#programs-nav {
  background: #24221e;
  padding-top: 1.25em;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.57, 0.385, 0.26, 0.875);
  -moz-transition: -moz-transform 0.8s cubic-bezier(0.57, 0.385, 0.26, 0.875);
  -o-transition: -o-transform 0.8s cubic-bezier(0.57, 0.385, 0.26, 0.875);
  transition: transform 0.8s cubic-bezier(0.57, 0.385, 0.26, 0.875); }
  #programs-nav .nav-items {
    height: 5.125em; }
    #programs-nav .nav-items .grid-item {
      cursor: pointer;
      text-align: center;
      height: 100%;
      margin: 0;
      max-width: 100%;
      position: relative;
      vertical-align: middle; }
      #programs-nav .nav-items .grid-item .programs-nav-logo {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0.5;
        -webkit-transition: -webkit-transform .5s ease;
        -moz-transition: -moz-transform .5s ease;
        -o-transition: -o-transform .5s ease;
        transition: transform .5s ease; }
        #programs-nav .nav-items .grid-item .programs-nav-logo.startup-weekend {
          width: 118px; }
        #programs-nav .nav-items .grid-item .programs-nav-logo.next {
          width: 72px; }
        #programs-nav .nav-items .grid-item .programs-nav-logo.startup-digest {
          width: 158px; }
        #programs-nav .nav-items .grid-item .programs-nav-logo.startup-america {
          width: 129px; }
      #programs-nav .nav-items .grid-item:hover .programs-nav-logo, #programs-nav .nav-items .grid-item.active .programs-nav-logo {
        opacity: 1; }
      #programs-nav .nav-items .grid-item:after, #programs-nav .nav-items .grid-item:before {
        top: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      #programs-nav .nav-items .grid-item:after {
        border-color: transparent;
        border-top-color: #24221e;
        border-width: 9px;
        border-top-width: 11px;
        left: 50%;
        margin-left: -10px;
        margin-top: -11px;
        -webkit-transform: translateZ(0) translateY(0);
        -moz-transform: translateZ(0) translateY(0);
        -ms-transform: translateZ(0) translateY(0);
        -o-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        -webkit-transition: -webkit-transform .5s ease;
        -moz-transition: -moz-transform .5s ease;
        -o-transition: -o-transform .5s ease;
        transition: transform .5s ease; }
      #programs-nav .nav-items .grid-item.active:after {
        -webkit-transform: translateZ(0) translateY(11px);
        -moz-transform: translateZ(0) translateY(11px);
        -ms-transform: translateZ(0) translateY(11px);
        -o-transform: translateZ(0) translateY(11px);
        transform: translateZ(0) translateY(11px); }

@media (max-width: 767px) {
  #programs-nav-wrapper {
    display: none; } }

/* Program Section
---------------------------------------*/
.program-section {
  min-height: 100vh;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: table; }

.program-section-content {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
  .program-section-content .program-logo .startup-weekend {
    max-width: 233px; }
  .program-section-content .program-logo .next {
    max-width: 148px; }
  .program-section-content .program-logo .startup-digest {
    max-width: 277px; }
  .program-section-content .program-logo .startup-america {
    max-width: 270px; }

@media only screen and (min-width:768px) {
  .program-section-content {
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.515, 0.41, 0.45, 0.94) opacity 0.5s ease;
    -moz-transition: -moz-transform 0.5s cubic-bezier(0.515, 0.41, 0.45, 0.94) opacity 0.5s ease;
    -o-transition: -o-transform 0.5s cubic-bezier(0.515, 0.41, 0.45, 0.94) opacity 0.5s ease;
    transition: transform 0.5s cubic-bezier(0.515, 0.41, 0.45, 0.94) opacity 0.5s ease;
    -webkit-transform: translateZ(0) translateY(5%);
    -moz-transform: translateZ(0) translateY(5%);
    -ms-transform: translateZ(0) translateY(5%);
    -o-transform: translateZ(0) translateY(5%);
    transform: translateZ(0) translateY(5%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    -o-perspective: 1000;
    perspective: 1000;
    opacity: .75; }
  .program-section.active .program-section-content {
    opacity: 1;
    -webkit-transform: translateZ(0) translateY(0);
    -moz-transform: translateZ(0) translateY(0);
    -ms-transform: translateZ(0) translateY(0);
    -o-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0); } }

.program-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #333;
  -webkit-box-shadow: 0 -8px 8px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -8px 8px -5px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0 -8px 8px -5px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 -8px 8px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -8px 8px -5px rgba(0, 0, 0, 0.15); }
  .program-cta .columns, .program-cta .tile-columns {
    float: none !important;
    display: inline-block;
    vertical-align: middle; }
  .program-cta .cta-header, .program-cta .cta-subheader {
    margin: 0; }
  .program-cta .cta-subheader {
    margin-top: .5em; }

.cta-buttons .button {
  margin: 0;
  margin-top: 0.3125em;
  margin-bottom: 0.3125em;
  margin-left: 1.25em;
  float: right; }

@media (max-width: 767px) {
  .program-section {
    display: block;
    height: auto;
    min-height: 0; }
  .program-section-content {
    display: block;
    padding: 2.5em 0; }
  .program-cta {
    position: static; }
  .cta-buttons, .cta-form {
    padding-top: 1.25em; }
  .cta-buttons .button {
    margin-left: 0;
    float: none;
    font-size: 80%; } }

/* Section Specific CTAs
---------------------------------------*/
#startup-weekend-program-section {
  z-index: 2; }
  #startup-weekend-program-section .button {
    background-color: #002C23; }
    #startup-weekend-program-section .button:hover {
      background-color: #001813; }
  #startup-weekend-program-section .program-cta {
    background-color: #006650;
    color: #FFFFFF; }
  #startup-weekend-program-section #startup-weekend-location-form {
    margin: 0;
    padding: 0; }
  #startup-weekend-program-section #startup-weekend-cta-location-field-wrapper {
    background: #FFFFFF;
    border: 1px solid #d2d1cc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    color: #3FD76A;
    float: right;
    height: 47px;
    max-width: 380px;
    position: relative;
    width: 100%; }
    #startup-weekend-program-section #startup-weekend-cta-location-field-wrapper .form-text {
      background: none;
      border: 0;
      height: 100%;
      margin: 0;
      padding: 0.9375em 1.25em;
      position: absolute;
      width: 100%; }
    #startup-weekend-program-section #startup-weekend-cta-location-field-wrapper .form-submit {
      display: none; }
    #startup-weekend-program-section #startup-weekend-cta-location-field-wrapper .form-submit-button {
      background: none;
      border: 0;
      height: 100%;
      margin: 0;
      padding: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 12%; }
      #startup-weekend-program-section #startup-weekend-cta-location-field-wrapper .form-submit-button .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -7px 0 0 -6px;
        opacity: 0.75;
        -webkit-transition: opacity .25s cubic-bezier(0.475, 0.405, 0.485, 0.99);
        -moz-transition: opacity .25s cubic-bezier(0.475, 0.405, 0.485, 0.99);
        -ms-transition: opacity .25s cubic-bezier(0.475, 0.405, 0.485, 0.99);
        -o-transition: opacity .25s cubic-bezier(0.475, 0.405, 0.485, 0.99);
        transition: opacity .25s cubic-bezier(0.475, 0.405, 0.485, 0.99); }
      #startup-weekend-program-section #startup-weekend-cta-location-field-wrapper .form-submit-button:hover .icon {
        opacity: 1; }

#next-program-section {
  z-index: 3; }
  #next-program-section .button {
    background-color: #3fba50; }
    #next-program-section .button:hover {
      background-color: #3aab49; }
  #next-program-section .program-cta {
    background-color: #1b2f3f;
    color: #f8f8f8; }

#startup-digest-program-section {
  background-position: center bottom;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  -ms-background-size: auto;
  -o-background-size: auto;
  background-size: auto;
  background-color: #ECECEC; }
  #startup-digest-program-section .button {
    background-color: #0070f0;
    border-color: #0070f0; }
    #startup-digest-program-section .button:hover {
      background-color: #0064d6; }
  #startup-digest-program-section h2, #startup-digest-program-section p, #startup-digest-program-section .cta-header {
    color: #262e3b; }
  #startup-digest-program-section .program-cta {
    background-color: #ebebeb;
    color: #262e3b; }
    #startup-digest-program-section .program-cta #startup-digest-programs-form {
      margin: 0;
      padding: 0; }
      #startup-digest-program-section .program-cta #startup-digest-programs-form input {
        float: left;
        margin: 0; }
      #startup-digest-program-section .program-cta #startup-digest-programs-form .form-text {
        height: 46px;
        margin-right: 3%;
        padding: 0.9375em 1.375em;
        width: 67%; }
      #startup-digest-program-section .program-cta #startup-digest-programs-form .form-submit {
        width: 30%;
        padding: 0.9375em 1.25em 1.0625em; }

#nyse-big-startups-program-section {
  z-index: 4; }
  #nyse-big-startups-program-section .button {
    background-color: #86c048; }
    #nyse-big-startups-program-section .button:hover {
      background-color: #79b13d; }
  #nyse-big-startups-program-section .program-cta {
    background-color: #00818b;
    color: #FFFFFF; }

#startup-america-program-section {
  background-color: #213544; }
  #startup-america-program-section .button {
    background-color: #b23a34; }
    #startup-america-program-section .button:hover {
      background-color: #a2352f; }
  #startup-america-program-section .program-cta {
    background-color: #182834;
    color: #FFFFFF; }

/* `Job Entry
--------------------------------------------------------------------------------*/
.job-entry__location {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }

.job-entry__teaser h4, .job-entry__description h4 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }
.job-entry__teaser ul, .job-entry__description ul {
  margin-left: 1em; }
.job-entry__teaser li, .job-entry__description li {
  font-size: 0.8125em;
  letter-spacing: 0.09375em;
  line-height: 1.75em; }

.job-entry__show {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold; }

/* `Footer Components
--------------------------------------------------------------------------------*/
#footer .footer-content {
  padding: 4.6875em 0 4.0625em; }
#footer .link-list h5 {
  color: #3FD76A; }
#footer .link-list ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
#footer .link-list li {
  line-height: 2.5em;
  font-size: 0.8125em;
  font-weight: bold; }
#footer .link-list a {
  color: #FFFFFF; }
#footer .contact {
  padding-left: 3.75em; }
  #footer .contact .label {
    background: transparent;
    display: inline-block;
    font-size: 0.9375em;
    padding: 0;
    margin-right: 1.5625em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: -0.125em; }
  #footer .contact .social-list {
    margin-bottom: 1.25em; }
    #footer .contact .social-list .inline-list {
      display: inline-block;
      vertical-align: middle;
      margin-bottom: 0; }
  #footer .contact .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  #footer .contact p {
    font-size: 0.9375em;
    line-height: 1.875em; }
  #footer .contact .footer-email {
    color: #FFFFFF; }
    #footer .contact .footer-email a {
      color: #FFFFFF; }
#footer p.email-form-description {
  margin-bottom: 0; }
#footer .email-signup {
  padding-left: 3.75em; }
  #footer .email-signup a {
    color: #3FD76A; }
    #footer .email-signup a:hover {
      color: #23a748; }

/* `Email Confirmation Modal Components
--------------------------------------------------------------------------------*/
#sdModal h3, #sdModal .ui-datepicker-title {
  margin-top: 0.75em;
  line-height: 120%; }
#sdModal ul {
  list-style: none; }
#sdModal a.info {
  color: #06c; }
#sdModal p {
  color: #000; }

.programs #sdModal p {
  color: #000; }

/* `Drag Scroll
--------------------------------------------------------------------------------*/
.drag-scroll {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000; }

.drag-scroll > div.animate {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -ms-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition-timing-function: ease-out; }

.drag-scroll > div {
  -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0%, 0, 0) scale3d(1, 1, 1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000; }

.drag-scroll-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000; }

.drag-scroll-progress {
  font-size: 0;
  text-align: center; }
  .drag-scroll-progress a {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #CDC9CE; }
    .drag-scroll-progress a.active {
      background: #33DA90; }

/* `Loader
--------------------------------------------------------------------------------*/
/*------------------------------------*\
    $LOADER
\*------------------------------------*/
.loading {
  height: 300px;
  position: relative; }
  .loading.loaded {
    display: none; }

.loader-text {
  bottom: 0;
  color: #33DA90;
  font-size: 1.5em;
  font-weight: 300;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 100px; }

.loader {
  position: absolute;
  z-index: 3;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 60px;
  list-style: none; }
  .loader li {
    background-color: #33DA90;
    width: 10px;
    height: 10px;
    float: right;
    margin-right: 5px;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    .loader li:first-child {
      -webkit-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.25s;
      -moz-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.25s;
      -ms-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.25s;
      -o-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.25s;
      animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.25s; }
    .loader li:nth-child(2) {
      -webkit-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite 0s;
      -moz-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite 0s;
      -ms-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite 0s;
      -o-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite 0s;
      animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite 0s; }
    .loader li:nth-child(3) {
      -webkit-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.75s;
      -moz-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.75s;
      -ms-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.75s;
      -o-animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.75s;
      animation: loadbars 1s cubic-bezier(0.57, 0.385, 0.26, 0.875) infinite -0.75s; }

@-webkit-keyframes loadbars {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1, 3, 1);
    -moz-transform: scale3d(1, 3, 1);
    -ms-transform: scale3d(1, 3, 1);
    -o-transform: scale3d(1, 3, 1);
    transform: scale3d(1, 3, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-moz-keyframes loadbars {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1, 3, 1);
    -moz-transform: scale3d(1, 3, 1);
    -ms-transform: scale3d(1, 3, 1);
    -o-transform: scale3d(1, 3, 1);
    transform: scale3d(1, 3, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes loadbars {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }

  50% {
    -webkit-transform: scale3d(1, 3, 1);
    -moz-transform: scale3d(1, 3, 1);
    -ms-transform: scale3d(1, 3, 1);
    -o-transform: scale3d(1, 3, 1);
    transform: scale3d(1, 3, 1); }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/* `Global Form Styles
--------------------------------------------------------------------------------*/
textarea {
  height: auto; }

/*
 * .radio-single-line
 * Applied to labels surrounding a radio input or a .custom.radio element.
 * Converts it to inline-block and adds appropriate margins
 *
 **/
label.radio-single-line {
  display: inline-block;
  margin-right: 1.5em; }
  label.radio-single-line.large-gap {
    margin-right: 5.625em; }
  label.radio-single-line input, label.radio-single-line .custom {
    display: inline-block;
    margin-right: 0.5em; }

/*
 * label.bigger
 * Makes label text bigger and bolder
 *
 **/
label.bigger {
  font-size: 20px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }

input {
  -webkit-font-smoothing: antialiased; }

form .required {
  color: #33DA90;
  font-weight: bold; }

/* `Custom Foundation Form Overrides
 * Some of the sizes (specificly radio buttons) are set in _variables.scss
--------------------------------------------------------------------------------*/
form.custom .custom.radio {
  border-width: 2px; }
  form.custom .custom.radio.checked {
    border-color: #21b976; }
form.custom .custom.checkbox.checked {
  background-color: #33DA90 !important;
  border-color: #21b976; }
  form.custom .custom.checkbox.checked:before {
    content: "\00d7";
    color: #4A4A4A;
    font-weight: bold;
    margin-top: 1px;
    margin-left: -5px; }

/* `Error Message Overrides
 * Some of foundations validation errors don't mesh well with our design
 * Below are overrided foundation error classes
--------------------------------------------------------------------------------*/
.error input, .error textarea, .error select {
  margin-bottom: 1.625em; }

[data-abide] span.error, [data-abide] small.error {
  display: none !important; }

[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  margin-top: 0;
  margin-bottom: 0; }

/* `Form Components
--------------------------------------------------------------------------------*/
.form-section-header {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600;
  margin-bottom: 2.8125em; }
  .form-section-header strong {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold; }

.email-signup-body .mc-embedded-subscribe-form {
  position: relative;
  top: 0.8125em; }

.programs .email-signup-body .mc-embedded-subscribe-form {
  top: 0; }

.mc-embedded-subscribe-form {
  margin-bottom: 0; }

p.email-form-description {
  margin-bottom: 0; }

.error_email_subscribe {
  position: absolute;
  display: none;
  font-weight: 700;
  font-size: 0.75em;
  line-height: 115%;
  color: #C9262C;
  padding: 0.3125em;
  text-align: left; }

input[type="email"].form-text {
  height: 46px;
  width: 100%;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }

.email-signup-body input[type="email"].form-text {
  background: #eee;
  color: #1d1d1e;
  display: inline-block;
  border: none; }
  .email-signup-body input[type="email"].form-text::-webkit-input-placeholder {
    color: #1d1d1e; }
  .email-signup-body input[type="email"].form-text:-moz-placeholder {
    /* Firefox 18- */
    color: #1d1d1e; }
  .email-signup-body input[type="email"].form-text::-moz-placeholder {
    /* Firefox 19+ */
    color: #1d1d1e; }
  .email-signup-body input[type="email"].form-text:-ms-input-placeholder {
    color: #1d1d1e; }

.email-signup-body.programs form {
  margin-bottom: 0; }
  .email-signup-body.programs form input {
    margin-bottom: 0; }
  .email-signup-body.programs form input[type=email] {
    background-color: #dedddc;
    margin-right: 0.875em; }
    .email-signup-body.programs form input[type=email]::-webkit-input-placeholder {
      color: #CDC9CE; }
    .email-signup-body.programs form input[type=email]:-moz-placeholder {
      /* Firefox 18- */
      color: #CDC9CE; }
    .email-signup-body.programs form input[type=email]::-moz-placeholder {
      /* Firefox 19+ */
      color: #CDC9CE; }
    .email-signup-body.programs form input[type=email]:-ms-input-placeholder {
      color: #CDC9CE; }

.email-signup input[type="email"].form-text {
  background: #1d1d1e;
  border: #1d1d1e;
  color: #FFFFFF; }
@media (max-width: 900px) {
  .email-signup .email-input-column, .email-signup .email-submit-column {
    margin-bottom: 0 !important; }
  .email-signup .email-input-column {
    width: 100%; }
  .email-signup .email-submit-column {
    width: 60%;
    clear: both; } }

input[type="submit"].in-progress {
  opacity: 0.5;
  text-align: left;
  width: 8.1875em; }

input[type="email"].form-text.invalid:focus {
  border: 1px solid red;
  -webkit-transition: -webkit-box-shadow 300ms, border-color 300ms ease-in-out;
  -moz-transition: -moz-box-shadow 300ms, border-color 300ms ease-in-out;
  transition: box-shadow 300ms, border-color 300ms ease-in-out; }
  input[type="email"].form-text.invalid:focus:focus {
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    box-shadow: 0 0 5px red;
    border-color: red; }

input[type="email"].form-text.valid:focus {
  border: 1px solid #3FD76A;
  -webkit-transition: -webkit-box-shadow 300ms, border-color 300ms ease-in-out;
  -moz-transition: -moz-box-shadow 300ms, border-color 300ms ease-in-out;
  transition: box-shadow 300ms, border-color 300ms ease-in-out; }
  input[type="email"].form-text.valid:focus:focus {
    -webkit-box-shadow: 0 0 5px #3FD76A;
    -moz-box-shadow: 0 0 5px #3FD76A;
    box-shadow: 0 0 5px #3FD76A;
    border-color: #3FD76A; }

/* `Input Help
--------------------------------------------------------------------------------*/
.input-help {
  position: relative; }

.input-help__button {
  position: absolute;
  top: 1px;
  right: 1px;
  z-index: 2;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background: #e3e3da; }
  .input-help__button:hover {
    background-color: #33DA90; }
  .input-help__button:before {
    content: '?';
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #FFFFFF;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold; }
  .input-help__button:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -3px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #e3e3da; }
  .input-help__button:hover:after {
    border-top-color: #33DA90; }

.input-help__body {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 50%;
  padding: 1.875em;
  background: #F9F9F7;
  border: 1px solid #e3e3da; }

.input-help.active {
  position: relative;
  z-index: 10; }
  .input-help.active .input-help__button {
    background-color: transparent; }
    .input-help.active .input-help__button:before {
      content: 'x';
      color: #cdcdbd; }
    .input-help.active .input-help__button:after {
      display: none; }
    .input-help.active .input-help__button:hover:before {
      color: #a2a282; }
  .input-help.active .input-help__body {
    display: block; }

/* `Form Slider
 * Adapted from next-cms-wagon
--------------------------------------------------------------------------------*/
/*
 * .form-sliderheader
 *
 * Uses justify to create an evenly spaced group of numbers
 * http://www.barrelny.com/blog/text-align-justify-and-rwd
 */
.form-slider-header {
  margin: 0;
  padding: 0;
  padding-left: 17.64407%;
  position: relative;
  left: 0.66667%;
  list-style: none;
  text-align: justify;
  font-size: 0.1px; }
  .form-slider-header li {
    display: inline-block;
    width: 20px;
    font-size: 15px; }
  .form-slider-header:after {
    content: ' ';
    display: inline-block;
    width: 100%; }

.form-slider-row {
  *zoom: 1;
  padding: 0.9375em 0; }
  .form-slider-row:before, .form-slider-row:after {
    content: " ";
    display: table; }
  .form-slider-row:after {
    clear: both; }

.form-slider-label, .form-slider-input {
  float: left; }

.form-slider-label {
  width: 18.64407%;
  padding-right: 1.5625em;
  margin: 0;
  text-align: right;
  font-size: 0.9375em; }

.form-slider-input {
  width: 81.35593%; }

.form-slider-container {
  height: 10px;
  overflow: visible;
  position: relative;
  display: inline-block;
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: #F3F3F2;
  cursor: pointer;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none; }
  .form-slider-container .form-slider-range {
    font-size: 0.875em;
    line-height: 1em;
    position: absolute;
    top: 1px;
    display: none; }
    .form-slider-container .form-slider-range.min {
      left: 100%;
      margin-left: 0.9375em; }
    .form-slider-container .form-slider-range.max {
      margin-right: 0.9375em;
      right: 100%; }
  .form-slider-container .form-slider-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 0;
    height: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    background: #33DA90; }
  .form-slider-container .form-slider-grabber {
    position: relative;
    z-index: 2;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    top: -3px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    background: #33DA90;
    color: #33DA90;
    line-height: 28px;
    text-align: center;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    user-select: none; }
    .form-slider-container .form-slider-grabber:hover {
      cursor: -webkit-grab;
      cursor: -moz-grab;
      cursor: grab; }
    .form-slider-container .form-slider-grabber:active {
      cursor: -webkit-grabbing;
      cursor: -moz-grabbing;
      cursor: grabbing; }

.error .form-slider-container {
  background-color: #f4c7c8; }
.error .form-slider-grabber {
  background-color: #C9262C; }

/* `Contents
--------------------------------------------------------------------------------
 * `Footer sprites
 * `Programs sprites
 */
/* `Footer sprites
--------------------------------------------------------------------------------*/
.footer-sprite {
  background-image: url('/img/../images/main/footer-sprites-777a218fa76e1c0096d8a8a1a7d518df.png');
  -webkit-background-size: 120px 20px;
  -moz-background-size: 120px 20px;
  -ms-background-size: 120px 20px;
  -o-background-size: 120px 20px;
  background-size: 120px 20px;
  background-repeat: no-repeat;
  display: block; }
  @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .footer-sprite {
      background-image: url('/img/../images/main/footer-sprites-retina-25cc9eaa6cfd158eb8619ebd81e4836e.png'); } }
  .footer-sprite.facebook-logo {
    background-position: 0 0;
    height: 16px;
    width: 9px; }
  .footer-sprite.twitter-logo {
    background-position: -19px 0;
    height: 16px;
    width: 18px; }
  .footer-sprite.google-plus-logo {
    background-position: -45px 0;
    height: 16px;
    width: 16px; }
  .footer-sprite.icon.location {
    background-position: -70px 0;
    height: 18px;
    width: 13px; }
  .footer-sprite.icon.email {
    background-position: -93px 0;
    height: 12px;
    width: 19px; }

/* `Programs sprites
--------------------------------------------------------------------------------*/
.programs-sprite {
  background-image: url('/img/../images/programs-sprites-6bca28a11f55ebffe0861f6d3725125f.png');
  -webkit-background-size: 650px 110px;
  -moz-background-size: 650px 110px;
  -ms-background-size: 650px 110px;
  -o-background-size: 650px 110px;
  background-size: 650px 110px;
  background-repeat: no-repeat;
  display: block; }
  @media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .programs-sprite {
      background-image: url('/img/../images/programs-sprites-retina-b6eea73228769b3bbf5e6d3dfef3079b.png'); } }
  .programs-sprite.startup-weekend-logo {
    background-position: 0 0;
    height: 50px;
    width: 118px; }
  .programs-sprite.startup-weekend-logo.focus {
    background-position: 0 -60px;
    height: 50px;
    width: 118px; }
  .programs-sprite.next-logo {
    background-position: -121px 0;
    height: 50px;
    width: 72px; }
  .programs-sprite.next-logo.focus {
    background-position: -121px -60px;
    height: 50px;
    width: 72px; }
  .programs-sprite.nyse-big-startups-logo {
    background-position: -205px 0;
    height: 50px;
    width: 113px; }
  .programs-sprite.nyse-big-startups-logo.focus {
    background-position: -205px -60px;
    height: 50px;
    width: 113px; }
  .programs-sprite.startup-digest-logo {
    background-position: -327px 0;
    height: 50px;
    width: 158px; }
  .programs-sprite.startup-digest-logo.focus {
    background-position: -327px -60px;
    height: 50px;
    width: 158px; }
  .programs-sprite.startup-america-logo {
    background-position: -497px 0;
    height: 50px;
    width: 129px; }
  .programs-sprite.startup-america-logo.focus {
    background-position: -497px -60px;
    height: 50px;
    width: 129px; }
  .programs-sprite.location-icon {
    background-position: -627px 0;
    height: 31px;
    width: 23px; }
  .programs-sprite.search-icon {
    background-position: -637px -38px;
    height: 15px;
    width: 13px; }

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

body[data-region=usa] .up-theme-base-color, body[data-region=usa] #community-events-calendar .calendar-date__month, #community-events-calendar body[data-region=usa] .calendar-date__month, body[data-region=usa] #community-events-calendar .calendar-date__day, #community-events-calendar body[data-region=usa] .calendar-date__day, body[data-region=usa] #community-events-calendar .event-list li a, #community-events-calendar .event-list li body[data-region=usa] a, body[data-region=usa] #community-digest-signup form input[type=text], #community-digest-signup form body[data-region=usa] input[type=text], body[data-region=usa] #community-digest-signup form input[type=text]::-webkit-input-placeholder, #community-digest-signup form body[data-region=usa] input[type=text]::-webkit-input-placeholder, body[data-region=usa] #community-digest-signup form input[type=text]::-moz-placeholder, #community-digest-signup form body[data-region=usa] input[type=text]::-moz-placeholder, body[data-region=usa] #resources .resource .resource__title, #resources .resource body[data-region=usa] .resource__title, body[data-region=usa] #resources .resource .resource__title a, #resources .resource .resource__title body[data-region=usa] a {
  color: #f26443;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=usa] .up-theme-base-color-hover, body[data-region=usa] .blog-post.listing .blog-post__details .post-title:hover, .blog-post.listing .blog-post__details body[data-region=usa] .post-title:hover, body[data-region=usa] #community-events-calendar .event-list li:hover a, #community-events-calendar .event-list li:hover body[data-region=usa] a, body[data-region=usa] #resources .resource .resource__title:hover, #resources .resource body[data-region=usa] .resource__title:hover, body[data-region=usa] #resources .resource .resource__title a:hover, #resources .resource .resource__title body[data-region=usa] a:hover {
  color: #f0502b;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=usa] .up-theme-base-bg-color, body[data-region=usa] .blog-post.listing .blog-post__thumbnail .squared-image.no-image, .blog-post.listing .blog-post__thumbnail body[data-region=usa] .squared-image.no-image, body[data-region=usa] .row.calendar-header, body[data-region=usa] .icon-star, body[data-region=usa] table.ui-datepicker-calendar td.highlight a, table.ui-datepicker-calendar td.highlight body[data-region=usa] a, body[data-region=usa] #sd-modal .modal-footer, #sd-modal body[data-region=usa] .modal-footer {
  background-color: #f26443;
  color: #ffffff;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=usa] .up-theme-base-bg-color-hover, body[data-region=usa] .page-hero {
  background-color: #f0502b;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=usa] .up-theme-base-fill-color, body[data-region=usa] #up-logo-svg #circle, #up-logo-svg body[data-region=usa] #circle {
  fill: #f26443 !important; }
body[data-region=usa] .up-theme-base-border-top-color, body[data-region=usa] #datepicker, body[data-region=usa] #community-events-calendar .calendar-date h1, #community-events-calendar .calendar-date body[data-region=usa] h1 {
  border-top-color: #f26443;
  -o-transition: border-top-color 0.3s linear;
  -moz-transition: border-top-color 0.3s linear;
  -webkit-transition: border-top-color 0.3s linear;
  transition: border-top-color 0.3s linear; }
body[data-region=usa] .up-theme-base-border-bottom-color {
  border-bottom-color: #f26443;
  -o-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -webkit-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear; }
body[data-region=usa] .up-theme-base-border-left-color {
  border-left-color: #f26443 !important; }
body[data-region=usa] .up-theme-basebackground-color, body[data-region=usa] .lines .line, body[data-region=usa] .lines .line:before, body[data-region=usa] .loader li {
  background-color: #f26443 !important; }
body[data-region=usa] .up-theme-pseudo-basebackground-color:before, body[data-region=usa] .up-theme-pseudo-basebackground-color:after {
  background-color: #f26443 !important; }
body[data-region=usa] #header .header__nav-bar {
  border-color: #f26443; }

body[data-region=europe] .up-theme-base-color, body[data-region=europe] #community-events-calendar .calendar-date__month, #community-events-calendar body[data-region=europe] .calendar-date__month, body[data-region=europe] #community-events-calendar .calendar-date__day, #community-events-calendar body[data-region=europe] .calendar-date__day, body[data-region=europe] #community-events-calendar .event-list li a, #community-events-calendar .event-list li body[data-region=europe] a, body[data-region=europe] #community-digest-signup form input[type=text], #community-digest-signup form body[data-region=europe] input[type=text], body[data-region=europe] #community-digest-signup form input[type=text]::-webkit-input-placeholder, #community-digest-signup form body[data-region=europe] input[type=text]::-webkit-input-placeholder, body[data-region=europe] #community-digest-signup form input[type=text]::-moz-placeholder, #community-digest-signup form body[data-region=europe] input[type=text]::-moz-placeholder, body[data-region=europe] #resources .resource .resource__title, #resources .resource body[data-region=europe] .resource__title, body[data-region=europe] #resources .resource .resource__title a, #resources .resource .resource__title body[data-region=europe] a {
  color: #54d6cf;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=europe] .up-theme-base-color-hover, body[data-region=europe] .blog-post.listing .blog-post__details .post-title:hover, .blog-post.listing .blog-post__details body[data-region=europe] .post-title:hover, body[data-region=europe] #community-events-calendar .event-list li:hover a, #community-events-calendar .event-list li:hover body[data-region=europe] a, body[data-region=europe] #resources .resource .resource__title:hover, #resources .resource body[data-region=europe] .resource__title:hover, body[data-region=europe] #resources .resource .resource__title a:hover, #resources .resource .resource__title body[data-region=europe] a:hover {
  color: #3fd1c9;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=europe] .up-theme-base-bg-color, body[data-region=europe] .blog-post.listing .blog-post__thumbnail .squared-image.no-image, .blog-post.listing .blog-post__thumbnail body[data-region=europe] .squared-image.no-image, body[data-region=europe] .row.calendar-header, body[data-region=europe] .icon-star, body[data-region=europe] table.ui-datepicker-calendar td.highlight a, table.ui-datepicker-calendar td.highlight body[data-region=europe] a, body[data-region=europe] #sd-modal .modal-footer, #sd-modal body[data-region=europe] .modal-footer {
  background-color: #54d6cf;
  color: #ffffff;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=europe] .up-theme-base-bg-color-hover, body[data-region=europe] .page-hero {
  background-color: #3fd1c9;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=europe] .up-theme-base-fill-color, body[data-region=europe] #up-logo-svg #circle, #up-logo-svg body[data-region=europe] #circle {
  fill: #54d6cf !important; }
body[data-region=europe] .up-theme-base-border-top-color, body[data-region=europe] #datepicker, body[data-region=europe] #community-events-calendar .calendar-date h1, #community-events-calendar .calendar-date body[data-region=europe] h1 {
  border-top-color: #54d6cf;
  -o-transition: border-top-color 0.3s linear;
  -moz-transition: border-top-color 0.3s linear;
  -webkit-transition: border-top-color 0.3s linear;
  transition: border-top-color 0.3s linear; }
body[data-region=europe] .up-theme-base-border-bottom-color {
  border-bottom-color: #54d6cf;
  -o-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -webkit-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear; }
body[data-region=europe] .up-theme-base-border-left-color {
  border-left-color: #54d6cf !important; }
body[data-region=europe] .up-theme-basebackground-color, body[data-region=europe] .lines .line, body[data-region=europe] .lines .line:before, body[data-region=europe] .loader li {
  background-color: #54d6cf !important; }
body[data-region=europe] .up-theme-pseudo-basebackground-color:before, body[data-region=europe] .up-theme-pseudo-basebackground-color:after {
  background-color: #54d6cf !important; }
body[data-region=europe] #header .header__nav-bar {
  border-color: #54d6cf; }

body[data-region=mena] .up-theme-base-color, body[data-region=mena] #community-events-calendar .calendar-date__month, #community-events-calendar body[data-region=mena] .calendar-date__month, body[data-region=mena] #community-events-calendar .calendar-date__day, #community-events-calendar body[data-region=mena] .calendar-date__day, body[data-region=mena] #community-events-calendar .event-list li a, #community-events-calendar .event-list li body[data-region=mena] a, body[data-region=mena] #community-digest-signup form input[type=text], #community-digest-signup form body[data-region=mena] input[type=text], body[data-region=mena] #community-digest-signup form input[type=text]::-webkit-input-placeholder, #community-digest-signup form body[data-region=mena] input[type=text]::-webkit-input-placeholder, body[data-region=mena] #community-digest-signup form input[type=text]::-moz-placeholder, #community-digest-signup form body[data-region=mena] input[type=text]::-moz-placeholder, body[data-region=mena] #resources .resource .resource__title, #resources .resource body[data-region=mena] .resource__title, body[data-region=mena] #resources .resource .resource__title a, #resources .resource .resource__title body[data-region=mena] a {
  color: #32d77e;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=mena] .up-theme-base-color-hover, body[data-region=mena] .blog-post.listing .blog-post__details .post-title:hover, .blog-post.listing .blog-post__details body[data-region=mena] .post-title:hover, body[data-region=mena] #community-events-calendar .event-list li:hover a, #community-events-calendar .event-list li:hover body[data-region=mena] a, body[data-region=mena] #resources .resource .resource__title:hover, #resources .resource body[data-region=mena] .resource__title:hover, body[data-region=mena] #resources .resource .resource__title a:hover, #resources .resource .resource__title body[data-region=mena] a:hover {
  color: #27c871;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=mena] .up-theme-base-bg-color, body[data-region=mena] .blog-post.listing .blog-post__thumbnail .squared-image.no-image, .blog-post.listing .blog-post__thumbnail body[data-region=mena] .squared-image.no-image, body[data-region=mena] .row.calendar-header, body[data-region=mena] .icon-star, body[data-region=mena] table.ui-datepicker-calendar td.highlight a, table.ui-datepicker-calendar td.highlight body[data-region=mena] a, body[data-region=mena] #sd-modal .modal-footer, #sd-modal body[data-region=mena] .modal-footer {
  background-color: #32d77e;
  color: #ffffff;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=mena] .up-theme-base-bg-color-hover, body[data-region=mena] .page-hero {
  background-color: #27c871;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=mena] .up-theme-base-fill-color, body[data-region=mena] #up-logo-svg #circle, #up-logo-svg body[data-region=mena] #circle {
  fill: #32d77e !important; }
body[data-region=mena] .up-theme-base-border-top-color, body[data-region=mena] #datepicker, body[data-region=mena] #community-events-calendar .calendar-date h1, #community-events-calendar .calendar-date body[data-region=mena] h1 {
  border-top-color: #32d77e;
  -o-transition: border-top-color 0.3s linear;
  -moz-transition: border-top-color 0.3s linear;
  -webkit-transition: border-top-color 0.3s linear;
  transition: border-top-color 0.3s linear; }
body[data-region=mena] .up-theme-base-border-bottom-color {
  border-bottom-color: #32d77e;
  -o-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -webkit-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear; }
body[data-region=mena] .up-theme-base-border-left-color {
  border-left-color: #32d77e !important; }
body[data-region=mena] .up-theme-basebackground-color, body[data-region=mena] .lines .line, body[data-region=mena] .lines .line:before, body[data-region=mena] .loader li {
  background-color: #32d77e !important; }
body[data-region=mena] .up-theme-pseudo-basebackground-color:before, body[data-region=mena] .up-theme-pseudo-basebackground-color:after {
  background-color: #32d77e !important; }
body[data-region=mena] #header .header__nav-bar {
  border-color: #32d77e; }

body[data-region=latam] .up-theme-base-color, body[data-region=latam] #community-events-calendar .calendar-date__month, #community-events-calendar body[data-region=latam] .calendar-date__month, body[data-region=latam] #community-events-calendar .calendar-date__day, #community-events-calendar body[data-region=latam] .calendar-date__day, body[data-region=latam] #community-events-calendar .event-list li a, #community-events-calendar .event-list li body[data-region=latam] a, body[data-region=latam] #community-digest-signup form input[type=text], #community-digest-signup form body[data-region=latam] input[type=text], body[data-region=latam] #community-digest-signup form input[type=text]::-webkit-input-placeholder, #community-digest-signup form body[data-region=latam] input[type=text]::-webkit-input-placeholder, body[data-region=latam] #community-digest-signup form input[type=text]::-moz-placeholder, #community-digest-signup form body[data-region=latam] input[type=text]::-moz-placeholder, body[data-region=latam] #resources .resource .resource__title, #resources .resource body[data-region=latam] .resource__title, body[data-region=latam] #resources .resource .resource__title a, #resources .resource .resource__title body[data-region=latam] a {
  color: #f8bc33;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=latam] .up-theme-base-color-hover, body[data-region=latam] .blog-post.listing .blog-post__details .post-title:hover, .blog-post.listing .blog-post__details body[data-region=latam] .post-title:hover, body[data-region=latam] #community-events-calendar .event-list li:hover a, #community-events-calendar .event-list li:hover body[data-region=latam] a, body[data-region=latam] #resources .resource .resource__title:hover, #resources .resource body[data-region=latam] .resource__title:hover, body[data-region=latam] #resources .resource .resource__title a:hover, #resources .resource .resource__title body[data-region=latam] a:hover {
  color: #f7b41a;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=latam] .up-theme-base-bg-color, body[data-region=latam] .blog-post.listing .blog-post__thumbnail .squared-image.no-image, .blog-post.listing .blog-post__thumbnail body[data-region=latam] .squared-image.no-image, body[data-region=latam] .row.calendar-header, body[data-region=latam] .icon-star, body[data-region=latam] table.ui-datepicker-calendar td.highlight a, table.ui-datepicker-calendar td.highlight body[data-region=latam] a, body[data-region=latam] #sd-modal .modal-footer, #sd-modal body[data-region=latam] .modal-footer {
  background-color: #f8bc33;
  color: #ffffff;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=latam] .up-theme-base-bg-color-hover, body[data-region=latam] .page-hero {
  background-color: #f7b41a;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=latam] .up-theme-base-fill-color, body[data-region=latam] #up-logo-svg #circle, #up-logo-svg body[data-region=latam] #circle {
  fill: #f8bc33 !important; }
body[data-region=latam] .up-theme-base-border-top-color, body[data-region=latam] #datepicker, body[data-region=latam] #community-events-calendar .calendar-date h1, #community-events-calendar .calendar-date body[data-region=latam] h1 {
  border-top-color: #f8bc33;
  -o-transition: border-top-color 0.3s linear;
  -moz-transition: border-top-color 0.3s linear;
  -webkit-transition: border-top-color 0.3s linear;
  transition: border-top-color 0.3s linear; }
body[data-region=latam] .up-theme-base-border-bottom-color {
  border-bottom-color: #f8bc33;
  -o-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -webkit-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear; }
body[data-region=latam] .up-theme-base-border-left-color {
  border-left-color: #f8bc33 !important; }
body[data-region=latam] .up-theme-basebackground-color, body[data-region=latam] .lines .line, body[data-region=latam] .lines .line:before, body[data-region=latam] .loader li {
  background-color: #f8bc33 !important; }
body[data-region=latam] .up-theme-pseudo-basebackground-color:before, body[data-region=latam] .up-theme-pseudo-basebackground-color:after {
  background-color: #f8bc33 !important; }
body[data-region=latam] #header .header__nav-bar {
  border-color: #f8bc33; }

body[data-region=brasil] .up-theme-base-color, body[data-region=brasil] #community-events-calendar .calendar-date__month, #community-events-calendar body[data-region=brasil] .calendar-date__month, body[data-region=brasil] #community-events-calendar .calendar-date__day, #community-events-calendar body[data-region=brasil] .calendar-date__day, body[data-region=brasil] #community-events-calendar .event-list li a, #community-events-calendar .event-list li body[data-region=brasil] a, body[data-region=brasil] #community-digest-signup form input[type=text], #community-digest-signup form body[data-region=brasil] input[type=text], body[data-region=brasil] #community-digest-signup form input[type=text]::-webkit-input-placeholder, #community-digest-signup form body[data-region=brasil] input[type=text]::-webkit-input-placeholder, body[data-region=brasil] #community-digest-signup form input[type=text]::-moz-placeholder, #community-digest-signup form body[data-region=brasil] input[type=text]::-moz-placeholder, body[data-region=brasil] #resources .resource .resource__title, #resources .resource body[data-region=brasil] .resource__title, body[data-region=brasil] #resources .resource .resource__title a, #resources .resource .resource__title body[data-region=brasil] a {
  color: #cddb36;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=brasil] .up-theme-base-color-hover, body[data-region=brasil] .blog-post.listing .blog-post__details .post-title:hover, .blog-post.listing .blog-post__details body[data-region=brasil] .post-title:hover, body[data-region=brasil] #community-events-calendar .event-list li:hover a, #community-events-calendar .event-list li:hover body[data-region=brasil] a, body[data-region=brasil] #resources .resource .resource__title:hover, #resources .resource body[data-region=brasil] .resource__title:hover, body[data-region=brasil] #resources .resource .resource__title a:hover, #resources .resource .resource__title body[data-region=brasil] a:hover {
  color: #c3d226;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=brasil] .up-theme-base-bg-color, body[data-region=brasil] .blog-post.listing .blog-post__thumbnail .squared-image.no-image, .blog-post.listing .blog-post__thumbnail body[data-region=brasil] .squared-image.no-image, body[data-region=brasil] .row.calendar-header, body[data-region=brasil] .icon-star, body[data-region=brasil] table.ui-datepicker-calendar td.highlight a, table.ui-datepicker-calendar td.highlight body[data-region=brasil] a, body[data-region=brasil] #sd-modal .modal-footer, #sd-modal body[data-region=brasil] .modal-footer {
  background-color: #cddb36;
  color: #ffffff;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=brasil] .up-theme-base-bg-color-hover, body[data-region=brasil] .page-hero {
  background-color: #c3d226;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=brasil] .up-theme-base-fill-color, body[data-region=brasil] #up-logo-svg #circle, #up-logo-svg body[data-region=brasil] #circle {
  fill: #cddb36 !important; }
body[data-region=brasil] .up-theme-base-border-top-color, body[data-region=brasil] #datepicker, body[data-region=brasil] #community-events-calendar .calendar-date h1, #community-events-calendar .calendar-date body[data-region=brasil] h1 {
  border-top-color: #cddb36;
  -o-transition: border-top-color 0.3s linear;
  -moz-transition: border-top-color 0.3s linear;
  -webkit-transition: border-top-color 0.3s linear;
  transition: border-top-color 0.3s linear; }
body[data-region=brasil] .up-theme-base-border-bottom-color {
  border-bottom-color: #cddb36;
  -o-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -webkit-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear; }
body[data-region=brasil] .up-theme-base-border-left-color {
  border-left-color: #cddb36 !important; }
body[data-region=brasil] .up-theme-basebackground-color, body[data-region=brasil] .lines .line, body[data-region=brasil] .lines .line:before, body[data-region=brasil] .loader li {
  background-color: #cddb36 !important; }
body[data-region=brasil] .up-theme-pseudo-basebackground-color:before, body[data-region=brasil] .up-theme-pseudo-basebackground-color:after {
  background-color: #cddb36 !important; }
body[data-region=brasil] #header .header__nav-bar {
  border-color: #cddb36; }

body[data-region=malaysia] .up-theme-base-color, body[data-region=malaysia] #community-events-calendar .calendar-date__month, #community-events-calendar body[data-region=malaysia] .calendar-date__month, body[data-region=malaysia] #community-events-calendar .calendar-date__day, #community-events-calendar body[data-region=malaysia] .calendar-date__day, body[data-region=malaysia] #community-events-calendar .event-list li a, #community-events-calendar .event-list li body[data-region=malaysia] a, body[data-region=malaysia] #community-digest-signup form input[type=text], #community-digest-signup form body[data-region=malaysia] input[type=text], body[data-region=malaysia] #community-digest-signup form input[type=text]::-webkit-input-placeholder, #community-digest-signup form body[data-region=malaysia] input[type=text]::-webkit-input-placeholder, body[data-region=malaysia] #community-digest-signup form input[type=text]::-moz-placeholder, #community-digest-signup form body[data-region=malaysia] input[type=text]::-moz-placeholder, body[data-region=malaysia] #resources .resource .resource__title, #resources .resource body[data-region=malaysia] .resource__title, body[data-region=malaysia] #resources .resource .resource__title a, #resources .resource .resource__title body[data-region=malaysia] a {
  color: #32d77e;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=malaysia] .up-theme-base-color-hover, body[data-region=malaysia] .blog-post.listing .blog-post__details .post-title:hover, .blog-post.listing .blog-post__details body[data-region=malaysia] .post-title:hover, body[data-region=malaysia] #community-events-calendar .event-list li:hover a, #community-events-calendar .event-list li:hover body[data-region=malaysia] a, body[data-region=malaysia] #resources .resource .resource__title:hover, #resources .resource body[data-region=malaysia] .resource__title:hover, body[data-region=malaysia] #resources .resource .resource__title a:hover, #resources .resource .resource__title body[data-region=malaysia] a:hover {
  color: #27c871;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=malaysia] .up-theme-base-bg-color, body[data-region=malaysia] .blog-post.listing .blog-post__thumbnail .squared-image.no-image, .blog-post.listing .blog-post__thumbnail body[data-region=malaysia] .squared-image.no-image, body[data-region=malaysia] .row.calendar-header, body[data-region=malaysia] .icon-star, body[data-region=malaysia] table.ui-datepicker-calendar td.highlight a, table.ui-datepicker-calendar td.highlight body[data-region=malaysia] a, body[data-region=malaysia] #sd-modal .modal-footer, #sd-modal body[data-region=malaysia] .modal-footer {
  background-color: #32d77e;
  color: #ffffff;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=malaysia] .up-theme-base-bg-color-hover, body[data-region=malaysia] .page-hero {
  background-color: #27c871;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=malaysia] .up-theme-base-fill-color, body[data-region=malaysia] #up-logo-svg #circle, #up-logo-svg body[data-region=malaysia] #circle {
  fill: #32d77e !important; }
body[data-region=malaysia] .up-theme-base-border-top-color, body[data-region=malaysia] #datepicker, body[data-region=malaysia] #community-events-calendar .calendar-date h1, #community-events-calendar .calendar-date body[data-region=malaysia] h1 {
  border-top-color: #32d77e;
  -o-transition: border-top-color 0.3s linear;
  -moz-transition: border-top-color 0.3s linear;
  -webkit-transition: border-top-color 0.3s linear;
  transition: border-top-color 0.3s linear; }
body[data-region=malaysia] .up-theme-base-border-bottom-color {
  border-bottom-color: #32d77e;
  -o-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -webkit-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear; }
body[data-region=malaysia] .up-theme-base-border-left-color {
  border-left-color: #32d77e !important; }
body[data-region=malaysia] .up-theme-basebackground-color, body[data-region=malaysia] .lines .line, body[data-region=malaysia] .lines .line:before, body[data-region=malaysia] .loader li {
  background-color: #32d77e !important; }
body[data-region=malaysia] .up-theme-pseudo-basebackground-color:before, body[data-region=malaysia] .up-theme-pseudo-basebackground-color:after {
  background-color: #32d77e !important; }
body[data-region=malaysia] #header .header__nav-bar {
  border-color: #32d77e; }

body[data-region=seasia] .up-theme-base-color, body[data-region=seasia] #community-events-calendar .calendar-date__month, #community-events-calendar body[data-region=seasia] .calendar-date__month, body[data-region=seasia] #community-events-calendar .calendar-date__day, #community-events-calendar body[data-region=seasia] .calendar-date__day, body[data-region=seasia] #community-events-calendar .event-list li a, #community-events-calendar .event-list li body[data-region=seasia] a, body[data-region=seasia] #community-digest-signup form input[type=text], #community-digest-signup form body[data-region=seasia] input[type=text], body[data-region=seasia] #community-digest-signup form input[type=text]::-webkit-input-placeholder, #community-digest-signup form body[data-region=seasia] input[type=text]::-webkit-input-placeholder, body[data-region=seasia] #community-digest-signup form input[type=text]::-moz-placeholder, #community-digest-signup form body[data-region=seasia] input[type=text]::-moz-placeholder, body[data-region=seasia] #resources .resource .resource__title, #resources .resource body[data-region=seasia] .resource__title, body[data-region=seasia] #resources .resource .resource__title a, #resources .resource .resource__title body[data-region=seasia] a {
  color: #32d77e;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=seasia] .up-theme-base-color-hover, body[data-region=seasia] .blog-post.listing .blog-post__details .post-title:hover, .blog-post.listing .blog-post__details body[data-region=seasia] .post-title:hover, body[data-region=seasia] #community-events-calendar .event-list li:hover a, #community-events-calendar .event-list li:hover body[data-region=seasia] a, body[data-region=seasia] #resources .resource .resource__title:hover, #resources .resource body[data-region=seasia] .resource__title:hover, body[data-region=seasia] #resources .resource .resource__title a:hover, #resources .resource .resource__title body[data-region=seasia] a:hover {
  color: #27c871;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=seasia] .up-theme-base-bg-color, body[data-region=seasia] .blog-post.listing .blog-post__thumbnail .squared-image.no-image, .blog-post.listing .blog-post__thumbnail body[data-region=seasia] .squared-image.no-image, body[data-region=seasia] .row.calendar-header, body[data-region=seasia] .icon-star, body[data-region=seasia] table.ui-datepicker-calendar td.highlight a, table.ui-datepicker-calendar td.highlight body[data-region=seasia] a, body[data-region=seasia] #sd-modal .modal-footer, #sd-modal body[data-region=seasia] .modal-footer {
  background-color: #32d77e;
  color: #ffffff;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=seasia] .up-theme-base-bg-color-hover, body[data-region=seasia] .page-hero {
  background-color: #27c871;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=seasia] .up-theme-base-fill-color, body[data-region=seasia] #up-logo-svg #circle, #up-logo-svg body[data-region=seasia] #circle {
  fill: #32d77e !important; }
body[data-region=seasia] .up-theme-base-border-top-color, body[data-region=seasia] #datepicker, body[data-region=seasia] #community-events-calendar .calendar-date h1, #community-events-calendar .calendar-date body[data-region=seasia] h1 {
  border-top-color: #32d77e;
  -o-transition: border-top-color 0.3s linear;
  -moz-transition: border-top-color 0.3s linear;
  -webkit-transition: border-top-color 0.3s linear;
  transition: border-top-color 0.3s linear; }
body[data-region=seasia] .up-theme-base-border-bottom-color {
  border-bottom-color: #32d77e;
  -o-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -webkit-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear; }
body[data-region=seasia] .up-theme-base-border-left-color {
  border-left-color: #32d77e !important; }
body[data-region=seasia] .up-theme-basebackground-color, body[data-region=seasia] .lines .line, body[data-region=seasia] .lines .line:before, body[data-region=seasia] .loader li {
  background-color: #32d77e !important; }
body[data-region=seasia] .up-theme-pseudo-basebackground-color:before, body[data-region=seasia] .up-theme-pseudo-basebackground-color:after {
  background-color: #32d77e !important; }
body[data-region=seasia] #header .header__nav-bar {
  border-color: #32d77e; }

body[data-region=oceania] .up-theme-base-color, body[data-region=oceania] #community-events-calendar .calendar-date__month, #community-events-calendar body[data-region=oceania] .calendar-date__month, body[data-region=oceania] #community-events-calendar .calendar-date__day, #community-events-calendar body[data-region=oceania] .calendar-date__day, body[data-region=oceania] #community-events-calendar .event-list li a, #community-events-calendar .event-list li body[data-region=oceania] a, body[data-region=oceania] #community-digest-signup form input[type=text], #community-digest-signup form body[data-region=oceania] input[type=text], body[data-region=oceania] #community-digest-signup form input[type=text]::-webkit-input-placeholder, #community-digest-signup form body[data-region=oceania] input[type=text]::-webkit-input-placeholder, body[data-region=oceania] #community-digest-signup form input[type=text]::-moz-placeholder, #community-digest-signup form body[data-region=oceania] input[type=text]::-moz-placeholder, body[data-region=oceania] #resources .resource .resource__title, #resources .resource body[data-region=oceania] .resource__title, body[data-region=oceania] #resources .resource .resource__title a, #resources .resource .resource__title body[data-region=oceania] a {
  color: #32d77e;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=oceania] .up-theme-base-color-hover, body[data-region=oceania] .blog-post.listing .blog-post__details .post-title:hover, .blog-post.listing .blog-post__details body[data-region=oceania] .post-title:hover, body[data-region=oceania] #community-events-calendar .event-list li:hover a, #community-events-calendar .event-list li:hover body[data-region=oceania] a, body[data-region=oceania] #resources .resource .resource__title:hover, #resources .resource body[data-region=oceania] .resource__title:hover, body[data-region=oceania] #resources .resource .resource__title a:hover, #resources .resource .resource__title body[data-region=oceania] a:hover {
  color: #27c871;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=oceania] .up-theme-base-bg-color, body[data-region=oceania] .blog-post.listing .blog-post__thumbnail .squared-image.no-image, .blog-post.listing .blog-post__thumbnail body[data-region=oceania] .squared-image.no-image, body[data-region=oceania] .row.calendar-header, body[data-region=oceania] .icon-star, body[data-region=oceania] table.ui-datepicker-calendar td.highlight a, table.ui-datepicker-calendar td.highlight body[data-region=oceania] a, body[data-region=oceania] #sd-modal .modal-footer, #sd-modal body[data-region=oceania] .modal-footer {
  background-color: #32d77e;
  color: #ffffff;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=oceania] .up-theme-base-bg-color-hover, body[data-region=oceania] .page-hero {
  background-color: #27c871;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=oceania] .up-theme-base-fill-color, body[data-region=oceania] #up-logo-svg #circle, #up-logo-svg body[data-region=oceania] #circle {
  fill: #32d77e !important; }
body[data-region=oceania] .up-theme-base-border-top-color, body[data-region=oceania] #datepicker, body[data-region=oceania] #community-events-calendar .calendar-date h1, #community-events-calendar .calendar-date body[data-region=oceania] h1 {
  border-top-color: #32d77e;
  -o-transition: border-top-color 0.3s linear;
  -moz-transition: border-top-color 0.3s linear;
  -webkit-transition: border-top-color 0.3s linear;
  transition: border-top-color 0.3s linear; }
body[data-region=oceania] .up-theme-base-border-bottom-color {
  border-bottom-color: #32d77e;
  -o-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -webkit-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear; }
body[data-region=oceania] .up-theme-base-border-left-color {
  border-left-color: #32d77e !important; }
body[data-region=oceania] .up-theme-basebackground-color, body[data-region=oceania] .lines .line, body[data-region=oceania] .lines .line:before, body[data-region=oceania] .loader li {
  background-color: #32d77e !important; }
body[data-region=oceania] .up-theme-pseudo-basebackground-color:before, body[data-region=oceania] .up-theme-pseudo-basebackground-color:after {
  background-color: #32d77e !important; }
body[data-region=oceania] #header .header__nav-bar {
  border-color: #32d77e; }

body[data-region=global] .up-theme-base-color, body[data-region=global] #community-events-calendar .calendar-date__month, #community-events-calendar body[data-region=global] .calendar-date__month, body[data-region=global] #community-events-calendar .calendar-date__day, #community-events-calendar body[data-region=global] .calendar-date__day, body[data-region=global] #community-events-calendar .event-list li a, #community-events-calendar .event-list li body[data-region=global] a, body[data-region=global] #community-digest-signup form input[type=text], #community-digest-signup form body[data-region=global] input[type=text], body[data-region=global] #community-digest-signup form input[type=text]::-webkit-input-placeholder, #community-digest-signup form body[data-region=global] input[type=text]::-webkit-input-placeholder, body[data-region=global] #community-digest-signup form input[type=text]::-moz-placeholder, #community-digest-signup form body[data-region=global] input[type=text]::-moz-placeholder, body[data-region=global] #resources .resource .resource__title, #resources .resource body[data-region=global] .resource__title, body[data-region=global] #resources .resource .resource__title a, #resources .resource .resource__title body[data-region=global] a {
  color: #32d77e;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=global] .up-theme-base-color-hover, body[data-region=global] .blog-post.listing .blog-post__details .post-title:hover, .blog-post.listing .blog-post__details body[data-region=global] .post-title:hover, body[data-region=global] #community-events-calendar .event-list li:hover a, #community-events-calendar .event-list li:hover body[data-region=global] a, body[data-region=global] #resources .resource .resource__title:hover, #resources .resource body[data-region=global] .resource__title:hover, body[data-region=global] #resources .resource .resource__title a:hover, #resources .resource .resource__title body[data-region=global] a:hover {
  color: #27c871;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear; }
body[data-region=global] .up-theme-base-bg-color, body[data-region=global] .blog-post.listing .blog-post__thumbnail .squared-image.no-image, .blog-post.listing .blog-post__thumbnail body[data-region=global] .squared-image.no-image, body[data-region=global] .row.calendar-header, body[data-region=global] .icon-star, body[data-region=global] table.ui-datepicker-calendar td.highlight a, table.ui-datepicker-calendar td.highlight body[data-region=global] a, body[data-region=global] #sd-modal .modal-footer, #sd-modal body[data-region=global] .modal-footer {
  background-color: #32d77e;
  color: #ffffff;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=global] .up-theme-base-bg-color-hover, body[data-region=global] .page-hero {
  background-color: #27c871;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear; }
body[data-region=global] .up-theme-base-fill-color, body[data-region=global] #up-logo-svg #circle, #up-logo-svg body[data-region=global] #circle {
  fill: #32d77e !important; }
body[data-region=global] .up-theme-base-border-top-color, body[data-region=global] #datepicker, body[data-region=global] #community-events-calendar .calendar-date h1, #community-events-calendar .calendar-date body[data-region=global] h1 {
  border-top-color: #32d77e;
  -o-transition: border-top-color 0.3s linear;
  -moz-transition: border-top-color 0.3s linear;
  -webkit-transition: border-top-color 0.3s linear;
  transition: border-top-color 0.3s linear; }
body[data-region=global] .up-theme-base-border-bottom-color {
  border-bottom-color: #32d77e;
  -o-transition: border-bottom-color 0.3s linear;
  -moz-transition: border-bottom-color 0.3s linear;
  -webkit-transition: border-bottom-color 0.3s linear;
  transition: border-bottom-color 0.3s linear; }
body[data-region=global] .up-theme-base-border-left-color {
  border-left-color: #32d77e !important; }
body[data-region=global] .up-theme-basebackground-color, body[data-region=global] .lines .line, body[data-region=global] .lines .line:before, body[data-region=global] .loader li {
  background-color: #32d77e !important; }
body[data-region=global] .up-theme-pseudo-basebackground-color:before, body[data-region=global] .up-theme-pseudo-basebackground-color:after {
  background-color: #32d77e !important; }
body[data-region=global] #header .header__nav-bar {
  border-color: #32d77e; }

body[data-region=usa] a {
  color: #f26443; }
  body[data-region=usa] a:hover {
    color: #f0502b; }
body[data-region=europe] a {
  color: #54d6cf; }
  body[data-region=europe] a:hover {
    color: #3fd1c9; }
body[data-region=mena] a {
  color: #32d77e; }
  body[data-region=mena] a:hover {
    color: #27c871; }
body[data-region=latam] a {
  color: #f8bc33; }
  body[data-region=latam] a:hover {
    color: #f7b41a; }
body[data-region=brasil] a {
  color: #cddb36; }
  body[data-region=brasil] a:hover {
    color: #c3d226; }
body[data-region=malaysia] a {
  color: #32d77e; }
  body[data-region=malaysia] a:hover {
    color: #27c871; }
body[data-region=oceania] a {
  color: #32d77e; }
  body[data-region=oceania] a:hover {
    color: #27c871; }
body[data-region=global] a {
  color: #32d77e; }
  body[data-region=global] a:hover {
    color: #27c871; }

/* Grid HTML Classes */
.row {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 85.375em;
  width: 100%;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse .column, .row.collapse .columns, .row.collapse .tile-columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row .row {
    margin-left: -1.25em;
    margin-right: -1.25em;
    max-width: none;
    width: auto;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0;
      max-width: none;
      width: auto;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column, .columns, .tile-columns {
  padding-left: 1.25em;
  padding-right: 1.25em;
  width: 100%;
  float: left;
  position: relative; }

@media only screen {
  .small-1 {
    width: 6.66667%; }
  .small-2 {
    width: 13.33333%; }
  .small-3 {
    width: 20%; }
  .small-4 {
    width: 26.66667%; }
  .small-5 {
    width: 33.33333%; }
  .small-6 {
    width: 40%; }
  .small-7 {
    width: 46.66667%; }
  .small-8 {
    width: 53.33333%; }
  .small-9 {
    width: 60%; }
  .small-10 {
    width: 66.66667%; }
  .small-11 {
    width: 73.33333%; }
  .small-12 {
    width: 80%; }
  .small-13 {
    width: 86.66667%; }
  .small-14 {
    width: 93.33333%; }
  .small-15 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0%; }
  .small-offset-1 {
    margin-left: 6.66667%; }
  .small-offset-2 {
    margin-left: 13.33333%; }
  .small-offset-3 {
    margin-left: 20%; }
  .small-offset-4 {
    margin-left: 26.66667%; }
  .small-offset-5 {
    margin-left: 33.33333%; }
  .small-offset-6 {
    margin-left: 40%; }
  .small-offset-7 {
    margin-left: 46.66667%; }
  .small-offset-8 {
    margin-left: 53.33333%; }
  .small-offset-9 {
    margin-left: 60%; }
  .small-offset-10 {
    margin-left: 66.66667%; }
  .small-offset-11 {
    margin-left: 73.33333%; }
  .small-offset-12 {
    margin-left: 80%; }
  .small-offset-13 {
    margin-left: 86.66667%; }
  [class*="column"] + [class*="column"]:last-child {
    float: right; }
  [class*="column"] + [class*="column"].end {
    float: left; }
  .column.small-centered, .columns.small-centered, .small-centered.tile-columns {
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }

@media only screen and (min-width: 767px) {
  .medium-1 {
    width: 6.66667%; }
  .medium-2 {
    width: 13.33333%; }
  .medium-3 {
    width: 20%; }
  .medium-4 {
    width: 26.66667%; }
  .medium-5 {
    width: 33.33333%; }
  .medium-6 {
    width: 40%; }
  .medium-7 {
    width: 46.66667%; }
  .medium-8 {
    width: 53.33333%; }
  .medium-9 {
    width: 60%; }
  .medium-10 {
    width: 66.66667%; }
  .medium-11 {
    width: 73.33333%; }
  .medium-12 {
    width: 80%; }
  .medium-13 {
    width: 86.66667%; }
  .medium-14 {
    width: 93.33333%; }
  .medium-15 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-offset-1 {
    margin-left: 6.66667%; }
  .medium-offset-2 {
    margin-left: 13.33333%; }
  .medium-offset-3 {
    margin-left: 20%; }
  .medium-offset-4 {
    margin-left: 26.66667%; }
  .medium-offset-5 {
    margin-left: 33.33333%; }
  .medium-offset-6 {
    margin-left: 40%; }
  .medium-offset-7 {
    margin-left: 46.66667%; }
  .medium-offset-8 {
    margin-left: 53.33333%; }
  .medium-offset-9 {
    margin-left: 60%; }
  .medium-offset-10 {
    margin-left: 66.66667%; }
  .medium-offset-11 {
    margin-left: 73.33333%; }
  .medium-offset-12 {
    margin-left: 80%; }
  .medium-offset-13 {
    margin-left: 86.66667%; }
  .medium-offset-14 {
    margin-left: 93.33333%; }
  .medium-push-1 {
    left: 6.66667%;
    right: auto; }
  .medium-pull-1 {
    right: 6.66667%;
    left: auto; }
  .medium-push-2 {
    left: 13.33333%;
    right: auto; }
  .medium-pull-2 {
    right: 13.33333%;
    left: auto; }
  .medium-push-3 {
    left: 20%;
    right: auto; }
  .medium-pull-3 {
    right: 20%;
    left: auto; }
  .medium-push-4 {
    left: 26.66667%;
    right: auto; }
  .medium-pull-4 {
    right: 26.66667%;
    left: auto; }
  .medium-push-5 {
    left: 33.33333%;
    right: auto; }
  .medium-pull-5 {
    right: 33.33333%;
    left: auto; }
  .medium-push-6 {
    left: 40%;
    right: auto; }
  .medium-pull-6 {
    right: 40%;
    left: auto; }
  .medium-push-7 {
    left: 46.66667%;
    right: auto; }
  .medium-pull-7 {
    right: 46.66667%;
    left: auto; }
  .medium-push-8 {
    left: 53.33333%;
    right: auto; }
  .medium-pull-8 {
    right: 53.33333%;
    left: auto; }
  .medium-push-9 {
    left: 60%;
    right: auto; }
  .medium-pull-9 {
    right: 60%;
    left: auto; }
  .medium-push-10 {
    left: 66.66667%;
    right: auto; }
  .medium-pull-10 {
    right: 66.66667%;
    left: auto; }
  .medium-push-11 {
    left: 73.33333%;
    right: auto; }
  .medium-pull-11 {
    right: 73.33333%;
    left: auto; }
  .medium-push-12 {
    left: 80%;
    right: auto; }
  .medium-pull-12 {
    right: 80%;
    left: auto; }
  .medium-push-13 {
    left: 86.66667%;
    right: auto; }
  .medium-pull-13 {
    right: 86.66667%;
    left: auto; }
  .medium-push-14 {
    left: 93.33333%;
    right: auto; }
  .medium-pull-14 {
    right: 93.33333%;
    left: auto; }
  .column.medium-centered, .columns.medium-centered, .medium-centered.tile-columns {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.medium-uncentered, .columns.medium-uncentered, .medium-uncentered.tile-columns {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }

@media only screen and (min-width: 1023px) {
  .large-1 {
    width: 6.66667%; }
  .large-2 {
    width: 13.33333%; }
  .large-3 {
    width: 20%; }
  .large-4 {
    width: 26.66667%; }
  .large-5 {
    width: 33.33333%; }
  .large-6 {
    width: 40%; }
  .large-7 {
    width: 46.66667%; }
  .large-8 {
    width: 53.33333%; }
  .large-9 {
    width: 60%; }
  .large-10 {
    width: 66.66667%; }
  .large-11 {
    width: 73.33333%; }
  .large-12 {
    width: 80%; }
  .large-13 {
    width: 86.66667%; }
  .large-14 {
    width: 93.33333%; }
  .large-15 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-offset-1 {
    margin-left: 6.66667%; }
  .large-offset-2 {
    margin-left: 13.33333%; }
  .large-offset-3 {
    margin-left: 20%; }
  .large-offset-4 {
    margin-left: 26.66667%; }
  .large-offset-5 {
    margin-left: 33.33333%; }
  .large-offset-6 {
    margin-left: 40%; }
  .large-offset-7 {
    margin-left: 46.66667%; }
  .large-offset-8 {
    margin-left: 53.33333%; }
  .large-offset-9 {
    margin-left: 60%; }
  .large-offset-10 {
    margin-left: 66.66667%; }
  .large-offset-11 {
    margin-left: 73.33333%; }
  .large-offset-12 {
    margin-left: 80%; }
  .large-offset-13 {
    margin-left: 86.66667%; }
  .large-offset-14 {
    margin-left: 93.33333%; }
  .large-push-1 {
    left: 6.66667%;
    right: auto; }
  .large-pull-1 {
    right: 6.66667%;
    left: auto; }
  .large-push-2 {
    left: 13.33333%;
    right: auto; }
  .large-pull-2 {
    right: 13.33333%;
    left: auto; }
  .large-push-3 {
    left: 20%;
    right: auto; }
  .large-pull-3 {
    right: 20%;
    left: auto; }
  .large-push-4 {
    left: 26.66667%;
    right: auto; }
  .large-pull-4 {
    right: 26.66667%;
    left: auto; }
  .large-push-5 {
    left: 33.33333%;
    right: auto; }
  .large-pull-5 {
    right: 33.33333%;
    left: auto; }
  .large-push-6 {
    left: 40%;
    right: auto; }
  .large-pull-6 {
    right: 40%;
    left: auto; }
  .large-push-7 {
    left: 46.66667%;
    right: auto; }
  .large-pull-7 {
    right: 46.66667%;
    left: auto; }
  .large-push-8 {
    left: 53.33333%;
    right: auto; }
  .large-pull-8 {
    right: 53.33333%;
    left: auto; }
  .large-push-9 {
    left: 60%;
    right: auto; }
  .large-pull-9 {
    right: 60%;
    left: auto; }
  .large-push-10 {
    left: 66.66667%;
    right: auto; }
  .large-pull-10 {
    right: 66.66667%;
    left: auto; }
  .large-push-11 {
    left: 73.33333%;
    right: auto; }
  .large-pull-11 {
    right: 73.33333%;
    left: auto; }
  .large-push-12 {
    left: 80%;
    right: auto; }
  .large-pull-12 {
    right: 80%;
    left: auto; }
  .large-push-13 {
    left: 86.66667%;
    right: auto; }
  .large-pull-13 {
    right: 86.66667%;
    left: auto; }
  .large-push-14 {
    left: 93.33333%;
    right: auto; }
  .large-pull-14 {
    right: 93.33333%;
    left: auto; }
  .column.large-centered, .columns.large-centered, .large-centered.tile-columns {
    margin-left: auto;
    margin-right: auto;
    float: none !important; }
  .column.large-uncentered, .columns.large-uncentered, .large-uncentered.tile-columns {
    margin-left: 0;
    margin-right: 0;
    float: left !important; } }

.l-background-grey {
  background-color: #eef2f2; }

.l-background-header-nav {
  background-color: #edeeee !important; }

hr.row-spacer {
  display: inline-block;
  width: 100%;
  margin: 0 0 3.375em 0; }
  hr.row-spacer.bordered {
    border-top: #CDC9CE; }

body[data-region=usa] button, body[data-region=usa] .button, body[data-region=usa] a.button {
  background-color: #f26443;
  color: #fff; }
  body[data-region=usa] button:hover, body[data-region=usa] .button:hover, body[data-region=usa] a.button:hover {
    background-color: #f0502b; }
body[data-region=europe] button, body[data-region=europe] .button, body[data-region=europe] a.button {
  background-color: #54d6cf;
  color: #fff; }
  body[data-region=europe] button:hover, body[data-region=europe] .button:hover, body[data-region=europe] a.button:hover {
    background-color: #3fd1c9; }
body[data-region=mena] button, body[data-region=mena] .button, body[data-region=mena] a.button {
  background-color: #32d77e;
  color: #fff; }
  body[data-region=mena] button:hover, body[data-region=mena] .button:hover, body[data-region=mena] a.button:hover {
    background-color: #27c871; }
body[data-region=latam] button, body[data-region=latam] .button, body[data-region=latam] a.button {
  background-color: #f8bc33;
  color: #fff; }
  body[data-region=latam] button:hover, body[data-region=latam] .button:hover, body[data-region=latam] a.button:hover {
    background-color: #f7b41a; }
body[data-region=brasil] button, body[data-region=brasil] .button, body[data-region=brasil] a.button {
  background-color: #cddb36;
  color: #fff; }
  body[data-region=brasil] button:hover, body[data-region=brasil] .button:hover, body[data-region=brasil] a.button:hover {
    background-color: #c3d226; }
body[data-region=malaysia] button, body[data-region=malaysia] .button, body[data-region=malaysia] a.button {
  background-color: #32d77e;
  color: #fff; }
  body[data-region=malaysia] button:hover, body[data-region=malaysia] .button:hover, body[data-region=malaysia] a.button:hover {
    background-color: #27c871; }
body[data-region=oceania] button, body[data-region=oceania] .button, body[data-region=oceania] a.button {
  background-color: #32d77e;
  color: #fff; }
  body[data-region=oceania] button:hover, body[data-region=oceania] .button:hover, body[data-region=oceania] a.button:hover {
    background-color: #27c871; }
body[data-region=global] button, body[data-region=global] .button, body[data-region=global] a.button {
  background-color: #32d77e;
  color: #fff; }
  body[data-region=global] button:hover, body[data-region=global] .button:hover, body[data-region=global] a.button:hover {
    background-color: #27c871; }

.l-background-off-white, .l-background-grey, .l-background-header-nav {
  background-color: #f7f8f8; }

.small-half-grid {
  position: relative;
  width: 50%; }

.medium-half-grid {
  position: relative; }
  @media screen and (max-width: 47.9375em) {
    .medium-half-grid {
      width: 100%; } }
  @media screen and (min-width: 47.9375em) and (max-width: 64em) {
    .medium-half-grid {
      width: 50%; } }

.large-half-grid {
  position: relative;
  width: 100%; }
  @media screen and (min-width: 64em) {
    .large-half-grid {
      width: 50%; } }

form input[type]:focus {
  border: 1px solid #ababab;
  -webkit-transition: -webkit-box-shadow 300ms, border-color 300ms ease-in-out;
  -moz-transition: -moz-box-shadow 300ms, border-color 300ms ease-in-out;
  transition: box-shadow 300ms, border-color 300ms ease-in-out; }
  form input[type]:focus:focus {
    -webkit-box-shadow: 0 0 5px #ababab;
    -moz-box-shadow: 0 0 5px #ababab;
    box-shadow: 0 0 5px #ababab;
    border-color: #ababab; }

form input[type].invalid {
  border: 1px solid #ffcccc !important;
  background-color: #ffcccc !important; }
  form input[type].invalid:focus {
    border: 1px solid #ff5e53 !important;
    -webkit-transition: -webkit-box-shadow 300ms, border-color 300ms ease-in-out;
    -moz-transition: -moz-box-shadow 300ms, border-color 300ms ease-in-out;
    transition: box-shadow 300ms, border-color 300ms ease-in-out; }
    form input[type].invalid:focus:focus {
      -webkit-box-shadow: 0 0 5px #ff5e53;
      -moz-box-shadow: 0 0 5px #ff5e53;
      box-shadow: 0 0 5px #ff5e53;
      border-color: #ff5e53; }

body[data-region=usa] form .required {
  color: #f26443; }
body[data-region=europe] form .required {
  color: #54d6cf; }
body[data-region=mena] form .required {
  color: #32d77e; }
body[data-region=latam] form .required {
  color: #f8bc33; }
body[data-region=brasil] form .required {
  color: #cddb36; }
body[data-region=malaysia] form .required {
  color: #32d77e; }
body[data-region=oceania] form .required {
  color: #32d77e; }
body[data-region=global] form .required {
  color: #32d77e; }

body[data-region=usa] form.custom .custom.radio.checked {
  border-color: #ef3d13; }
  body[data-region=usa] form.custom .custom.radio.checked:before {
    background-color: #f26443; }
body[data-region=europe] form.custom .custom.radio.checked {
  border-color: #30c7bf; }
  body[data-region=europe] form.custom .custom.radio.checked:before {
    background-color: #54d6cf; }
body[data-region=mena] form.custom .custom.radio.checked {
  border-color: #23b365; }
  body[data-region=mena] form.custom .custom.radio.checked:before {
    background-color: #32d77e; }
body[data-region=latam] form.custom .custom.radio.checked {
  border-color: #f0a908; }
  body[data-region=latam] form.custom .custom.radio.checked:before {
    background-color: #f8bc33; }
body[data-region=brasil] form.custom .custom.radio.checked {
  border-color: #afbc22; }
  body[data-region=brasil] form.custom .custom.radio.checked:before {
    background-color: #cddb36; }
body[data-region=malaysia] form.custom .custom.radio.checked {
  border-color: #23b365; }
  body[data-region=malaysia] form.custom .custom.radio.checked:before {
    background-color: #32d77e; }
body[data-region=oceania] form.custom .custom.radio.checked {
  border-color: #23b365; }
  body[data-region=oceania] form.custom .custom.radio.checked:before {
    background-color: #32d77e; }
body[data-region=global] form.custom .custom.radio.checked {
  border-color: #23b365; }
  body[data-region=global] form.custom .custom.radio.checked:before {
    background-color: #32d77e; }

body[data-region=usa] form textarea:focus {
  border-color: #f26443; }
body[data-region=europe] form textarea:focus {
  border-color: #54d6cf; }
body[data-region=mena] form textarea:focus {
  border-color: #32d77e; }
body[data-region=latam] form textarea:focus {
  border-color: #f8bc33; }
body[data-region=brasil] form textarea:focus {
  border-color: #cddb36; }
body[data-region=malaysia] form textarea:focus {
  border-color: #32d77e; }
body[data-region=oceania] form textarea:focus {
  border-color: #32d77e; }
body[data-region=global] form textarea:focus {
  border-color: #32d77e; }

body[data-region=usa] form.custom .custom.checkbox.checked {
  background-color: #f26443 !important;
  border-color: #ef3d13; }
body[data-region=europe] form.custom .custom.checkbox.checked {
  background-color: #54d6cf !important;
  border-color: #30c7bf; }
body[data-region=mena] form.custom .custom.checkbox.checked {
  background-color: #32d77e !important;
  border-color: #23b365; }
body[data-region=latam] form.custom .custom.checkbox.checked {
  background-color: #f8bc33 !important;
  border-color: #f0a908; }
body[data-region=brasil] form.custom .custom.checkbox.checked {
  background-color: #cddb36 !important;
  border-color: #afbc22; }
body[data-region=malaysia] form.custom .custom.checkbox.checked {
  background-color: #32d77e !important;
  border-color: #23b365; }
body[data-region=oceania] form.custom .custom.checkbox.checked {
  background-color: #32d77e !important;
  border-color: #23b365; }
body[data-region=global] form.custom .custom.checkbox.checked {
  background-color: #32d77e !important;
  border-color: #23b365; }

/* Breadcrumbs */
.breadcrumbs {
  display: block;
  padding: 0.5625em 0;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875em;
    text-transform: capitalize; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a, .breadcrumbs > * span {
      text-transform: capitalize;
      color: #333; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus, .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "❯";
      color: #aaa;
      margin: 0 0.75em;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

.gray-text, .organize-apply-form label {
  color: #767676; }

/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/img/../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont-7149833697a959306ec3012a8588dcfa.eot?v=4.2.0');
  src: url('/img/../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont-7149833697a959306ec3012a8588dcfa.eot#iefix&v=4.2.0') format('embedded-opentype'), url('/img/../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont-d95d6f5d5ab7cfefd09651800b69bd54.woff?v=4.2.0') format('woff'), url('/img/../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont-c4668ed2440df82d3fd2f8be9d31d07d.ttf?v=4.2.0') format('truetype'), url('/img/../fonts/font-awesome-4.2.0/fonts/fontawesome-webfont-65bcbc899f379216109acd0b6c494618.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

#footer:before, body[data-view=startup-weekend] .page-hero:before, #upcoming-events:before, #blog-and-connect:before {
  content: '';
  width: 100%;
  height: 0px;
  display: block;
  z-index: 9999;
  position: absolute; }

/*------------------------------------*\
    $PLUS MINUS ICON
\*------------------------------------*/
/*------------------------------------*\
    $HARDWARE ACCELLERATION
\*------------------------------------*/
/*------------------------------------*\
    $CAROUSEL CONTROL CHEVRONS
\*------------------------------------*/
h2 {
  font-size: 1.25em; }

h4 {
  font-size: 0.75em; }

.grid-heading {
  text-transform: uppercase; }
  .grid-heading h2 {
    margin-top: 0;
    margin-bottom: 4px; }
  .grid-heading h4 {
    margin-top: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600; }

.brand-fonts {
  font-family: "AG Bold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }

.page-title {
  font-size: 1.875em;
  line-height: 1;
  margin: 0; }

@media only screen and (max-width: 767px) {
  .grid-heading h2, .grid-heading h4 {
    text-align: center; } }

.font-12 {
  font-size: 0.75em; }

.font-13 {
  font-size: 0.8125em; }

.font-14 {
  font-size: 0.875em; }

.font-15 {
  font-size: 0.9375em; }

.font-16, .organize-apply-form label {
  font-size: 1em; }

.font-18 {
  font-size: 1.125em; }

.font-20 {
  font-size: 1.25em; }

.font-30 {
  font-size: 1.875em; }

.weighted-content {
  font-size: 1.25em;
  line-height: 1.45em;
  letter-spacing: 0; }

.text-right {
  text-align: center; }

.no-upper-margin {
  margin-top: 0; }

.no-side-padding {
  padding-left: 0;
  padding-right: 0; }

h3.trailing-margin-match, .trailing-margin-match.ui-datepicker-title {
  margin-top: 0.5em;
  margin-bottom: 1em; }

.inline-heading {
  display: inline-block;
  margin-right: 1em; }

.row .full-width-row {
  margin-left: -1.25em;
  padding: 0 1.25em;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box; }
  .row .full-width-row * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

.fade-in-on-load {
  position: relative; }
  .fade-in-on-load > * {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    -ms-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; }
  .fade-in-on-load .loading {
    opacity: 0.5;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    visibility: visible; }
  .page-loaded .fade-in-on-load > * {
    opacity: 1;
    visibility: visible; }
  .page-loaded .fade-in-on-load .loading {
    opacity: 0; }

@media only screen and (max-width: 767px) {
  .small-half-column {
    width: 50%; } }

@media only screen and (min-width:768px) {
  .medium-half-column {
    width: 50%; } }

@media only screen and (min-width:1024px) {
  .large-half-column {
    width: 50%; } }

#event-schedule {
  padding: 20px 0; }
  #event-schedule h2 {
    text-transform: uppercase;
    margin: 0; }
  @media only screen and (max-width: 767px) {
    #event-schedule {
      padding-left: 6.66667%; } }

.event-schedule-container section {
  margin-bottom: 4px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .event-schedule-container section [data-section-title], .event-schedule-container section [data-section-content] {
      padding-left: 6.66667%; } }
  .event-schedule-container section.ac-active [data-section-title] {
    color: white; }
    body[data-region=usa] .event-schedule-container section.ac-active [data-section-title] {
      background: #f26443; }
    body[data-region=europe] .event-schedule-container section.ac-active [data-section-title] {
      background: #54d6cf; }
    body[data-region=mena] .event-schedule-container section.ac-active [data-section-title] {
      background: #32d77e; }
    body[data-region=latam] .event-schedule-container section.ac-active [data-section-title] {
      background: #f8bc33; }
    body[data-region=brasil] .event-schedule-container section.ac-active [data-section-title] {
      background: #cddb36; }
    body[data-region=malaysia] .event-schedule-container section.ac-active [data-section-title] {
      background: #32d77e; }
    body[data-region=oceania] .event-schedule-container section.ac-active [data-section-title] {
      background: #32d77e; }
    body[data-region=global] .event-schedule-container section.ac-active [data-section-title] {
      background: #32d77e; }
    .event-schedule-container section.ac-active [data-section-title] h2 {
      color: white; }
    .event-schedule-container section.ac-active [data-section-title] .schedule-collapser {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
      .event-schedule-container section.ac-active [data-section-title] .schedule-collapser:before {
        background-color: white; }
      .event-schedule-container section.ac-active [data-section-title] .schedule-collapser:after {
        opacity: 0; }
  .event-schedule-container section.ac-active [data-section-content] {
    display: block; }
  .event-schedule-container section [data-section-content] {
    font-size: 0.9375em; }
  .event-schedule-container section [data-section-title] {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f7f8f8;
    cursor: pointer; }
    .event-schedule-container section [data-section-title] h2 {
      margin: 0; }
    .event-schedule-container section [data-section-title] .schedule-collapser {
      display: inline-block;
      width: 1.125em;
      height: 1.125em;
      position: relative;
      -webkit-transition: all 0.35s;
      -moz-transition: all 0.35s;
      -ms-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s;
      /*
   * Plus sign vertical
   **/
      /*
   * Plus sign horizontal
   **/
      /*
   * Hover State
   **/
      position: absolute;
      right: 30px;
      top: 20px; }
      .event-schedule-container section [data-section-title] .schedule-collapser:before, .event-schedule-container section [data-section-title] .schedule-collapser:after {
        display: block;
        content: ' ';
        position: absolute;
        background-color: #30302F;
        -webkit-transition: all 0.35s;
        -moz-transition: all 0.35s;
        -ms-transition: all 0.35s;
        -o-transition: all 0.35s;
        transition: all 0.35s; }
      .event-schedule-container section [data-section-title] .schedule-collapser:before {
        width: 0.375em;
        height: 100%;
        left: 50%;
        margin-left: -0.1875em; }
      .event-schedule-container section [data-section-title] .schedule-collapser:after {
        width: 100%;
        height: 0.375em;
        top: 50%;
        margin-top: -0.1875em; }
      body[data-region=usa] .event-schedule-container section [data-section-title] .schedule-collapser:after {
        color: #f26443; }
      body[data-region=europe] .event-schedule-container section [data-section-title] .schedule-collapser:after {
        color: #54d6cf; }
      body[data-region=mena] .event-schedule-container section [data-section-title] .schedule-collapser:after {
        color: #32d77e; }
      body[data-region=latam] .event-schedule-container section [data-section-title] .schedule-collapser:after {
        color: #f8bc33; }
      body[data-region=brasil] .event-schedule-container section [data-section-title] .schedule-collapser:after {
        color: #cddb36; }
      body[data-region=malaysia] .event-schedule-container section [data-section-title] .schedule-collapser:after {
        color: #32d77e; }
      body[data-region=oceania] .event-schedule-container section [data-section-title] .schedule-collapser:after {
        color: #32d77e; }
      body[data-region=global] .event-schedule-container section [data-section-title] .schedule-collapser:after {
        color: #32d77e; }

.one-day-schedule {
  margin-top: 1em;
  padding-left: 6.66667%; }
  @media only screen and (max-width: 767px) {
    .one-day-schedule {
      padding-left: 8px; } }

.event-notify-form input[type="text"] {
  width: 66%;
  background: white;
  border: none; }
.event-notify-form .button {
  padding: 15px;
  background-color: #8a8c8e;
  color: white;
  margin-left: 0.125em; }

.featured-sponsor__event {
  background-color: #ccc;
  padding: 10px 0 20px 0; }

.event-detail-person {
  font-size: 18px; }
  .event-detail-person .job-title {
    font-size: 15px; }

.sw-event-page .fixed-nav .fixed-nav__title {
  line-height: 1em; }
.sw-event-page .fixed-nav li {
  margin-left: 20px;
  font-size: 0.9375em; }
  .sw-event-page .fixed-nav li:not(.active) a {
    color: #333; }
.sw-event-page .sw-page-hero {
  height: 230px; }
  .sw-event-page .sw-page-hero .page-hero__copy h1 {
    line-height: 0.95em; }
  .sw-event-page .sw-page-hero .page-hero__copy .sw-page-hero__heading {
    font-size: 42px;
    margin-top: 48px;
    margin-bottom: 0px; }
  .sw-event-page .sw-page-hero .page-hero__copy .sw-page-hero__date {
    font-size: 30px;
    margin-top: 20px; }
.sw-event-page .event-map .event-map__image {
  height: 9.6875em; }
.sw-event-page .event-map .event-map__date {
  line-height: 1.2em;
  font-size: 1.125em; }
  .sw-event-page .event-map .event-map__date span {
    font-size: 0.875em; }
.sw-event-page [class*="icon-up-global"], .sw-event-page .fa {
  padding: 0 15px 0 0;
  display: inline-block; }
  @media only screen and (max-device-width: 768px) {
    .sw-event-page [class*="icon-up-global"], .sw-event-page .fa {
      padding-top: 14px;
      padding-bottom: 5px; } }
.sw-event-page .sn-event__deadline {
  font-size: 1.8em; }

.event-description {
  color: #545454;
  font-size: 1em;
  line-height: 1.4em; }
  @media only screen and (max-width: 767px) {
    .event-description {
      font-size: 1em; } }
  .event-description li:before {
    content: '';
    position: absolute;
    left: 0;
    top: .5em;
    width: .375em;
    height: .375em;
    -webkit-border-radius: .375em;
    -moz-border-radius: .375em;
    -ms-border-radius: .375em;
    -o-border-radius: .375em;
    border-radius: .375em; }
    body[data-region=usa] .event-description li:before {
      background: #f26443; }
    body[data-region=europe] .event-description li:before {
      background: #54d6cf; }
    body[data-region=mena] .event-description li:before {
      background: #32d77e; }
    body[data-region=latam] .event-description li:before {
      background: #f8bc33; }
    body[data-region=brasil] .event-description li:before {
      background: #cddb36; }
    body[data-region=malaysia] .event-description li:before {
      background: #32d77e; }
    body[data-region=oceania] .event-description li:before {
      background: #32d77e; }
    body[data-region=global] .event-description li:before {
      background: #32d77e; }
  .event-description ul {
    list-style-position: inside;
    list-style: none; }
    .event-description ul li {
      color: #545454;
      position: relative;
      padding-left: .75em; }
    .event-description ul ul {
      list-style-position: inside;
      list-style: none; }
      .event-description ul ul li:before {
        left: 2em;
        border: 1px solid;
        background: white !important; }
        body[data-region=usa] .event-description ul ul li:before {
          border-color: #f26443; }
        body[data-region=europe] .event-description ul ul li:before {
          border-color: #54d6cf; }
        body[data-region=mena] .event-description ul ul li:before {
          border-color: #32d77e; }
        body[data-region=latam] .event-description ul ul li:before {
          border-color: #f8bc33; }
        body[data-region=brasil] .event-description ul ul li:before {
          border-color: #cddb36; }
        body[data-region=malaysia] .event-description ul ul li:before {
          border-color: #32d77e; }
        body[data-region=oceania] .event-description ul ul li:before {
          border-color: #32d77e; }
        body[data-region=global] .event-description ul ul li:before {
          border-color: #32d77e; }
      .event-description ul ul li {
        padding-left: 2.8em; }

.event__related-events .related-event {
  margin-bottom: 1.25em; }
  .event__related-events .related-event .related-event__name {
    font-weight: 600; }
  .event__related-events .related-event .related-event__sponsor {
    font-size: 1em;
    letter-spacing: 0px;
    margin-bottom: 0; }

/*------------------------------------*\
    $NAVIGATION
\*------------------------------------*/
#header .header__logo {
  white-space: nowrap; }
  #header .header__logo a, #header .header__logo .header__logo-text {
    display: inline-block;
    vertical-align: top;
    width: auto; }
  #header .header__logo a svg {
    position: relative; }
#header .header__logo-text {
  font-size: 1.625em;
  line-height: 1;
  margin: 0;
  padding: 0.0625em 0 0 0.3125em;
  font-family: "AG Bold", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #000000;
  white-space: normal; }
#header .sticky .header__logo-image {
  padding-right: 0.1875em; }
#header .sticky .header__logo-text {
  font-size: 1.125em;
  padding: 0 0 0 0.125em; }
body[data-view=startup-weekend-event] #header .sticky, body[data-view=startup-next-event] #header .sticky {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

@media only screen and (min-width:768px) and (max-width:1023px) {
  #header .header__logo {
    padding: 1.25em 0; }
    #header .header__logo .header__logo-text {
      font-size: 1.25em;
      padding: 0 0 0 0.125em; }
  #header .sticky .header__logo-text {
    font-size: 1em;
    padding: 0 0 0 0.125em; } }

@media only screen and (max-width: 767px) {
  #header .header__logo .header__logo-text {
    font-size: 1em;
    padding: 0 0 0 0.125em; }
  #header .sticky .header__logo-text {
    font-size: 1em;
    padding: 0 0 0 0.125em; } }

/* ----------------------------------
 *  Techstars branding additions
 * ---------------------------------
*/
.ts-branding.topbar {
  background-color: white;
  height: 36px; }

.ts-tray-btn {
  background-color: #00a774;
  float: right;
  height: 36px;
  color: white;
  transition: all 0.3s ease; }
  .ts-tray-btn::before {
    content: '';
    display: inline-block;
    vertical-align: top;
    border-top: 36px solid white;
    border-right: 36px solid transparent; }
  .ts-tray-btn .logo {
    cursor: pointer;
    width: 330px;
    height: 30px;
    background-image: url('/images/logos/ts-logo-85ecb6d56d3c955b55e2dea13903400e.svg');
    background-size: 100%;
    background-position: 0px center;
    margin-left: -20px; }
  .ts-tray-btn .logo-wrapper {
    width: 132px;
    margin: 2px 0px 0px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle; }
  .ts-tray-btn.open {
    background-color: #303845; }
  .nav-open .ts-tray-btn {
    opacity: 0.05; }
  .ts-tray-btn .tri-down {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
    .ts-tray-btn .tri-down::before {
      content: '\25be';
      display: block;
      margin: 5px 5px 0 0;
      transform: rotate(0deg);
      transition: 0.3s all; }
  .ts-tray-btn.open .tri-down::before {
    transform: rotate(90deg); }

.ts-tray-container {
  width: 362px;
  position: absolute;
  right: -365px;
  opacity: 0;
  top: 36px;
  background-color: white;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: 45px;
  z-index: 1001;
  color: #aaa;
  transition: 0.3s all ease;
  line-height: 1.5; }
  .ts-tray-container img {
    display: block;
    margin: 20px 0; }
    .ts-tray-container img.logo-150 {
      width: 150px; }
    .ts-tray-container img.logo-225 {
      width: 225px; }
  .ts-tray-container.open-tray {
    right: 0;
    opacity: 1; }
    @media (max-width: 360px) {
      .ts-tray-container.open-tray {
        left: 0;
        right: 0;
        opacity: 1;
        width: auto; } }
  .ts-tray-container a.learn-more {
    font-weight: bold;
    color: white;
    padding: 6px 30px;
    border-radius: 30px;
    background-color: #00b871;
    display: block;
    margin: 10px auto 30px;
    text-align: center;
    transition: 0.3s all ease;
    letter-spacing: 0; }
    .ts-tray-container a.learn-more:hover {
      color: white;
      background-color: #20c891;
      letter-spacing: 0.05em; }

.ts-branding.community-name {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 1;
  font-family: Montserrat, Helvetica, sans-serif;
  font-weight: bold;
  white-space: normal; }
  .ts-branding.community-name, .ts-branding.community-name a {
    color: #555; }
  .togglable.open ~ div .ts-branding.community-name {
    display: none; }

body #header .header__navigation {
  vertical-align: middle; }

body #header-dark .header-logo {
  background-image: url('/img/../images/logos/ts-logo-color-2-f5d49260e48030a48b17e342cf420aa1.png');
  width: 85px;
  height: 55px;
  margin-top: 0;
  margin-bottom: 15px; }
body #header-dark .header-nav--primary {
  padding: 5px 0 0 0; }
body #header-dark .header-nav {
  height: auto; }
body #header-dark .header-position-fixed {
  min-height: auto;
  top: 0; }

@media only screen and (max-width: 767px) {
  .nav-open #header .header__nav-bar {
    background: rgba(255, 255, 255, 0.95); } }

@media (max-width: 980px) {
  .ts-branding.community-name {
    font-size: 1.6rem; }
  #header .nav-links > ul > .link {
    font-size: 0.8em; } }

@media (max-width: 450px) {
  .ts-branding.community-name {
    font-size: 1.4rem; } }

#regional-partners-top {
  text-align: center; }
  #regional-partners-top img {
    height: 100%;
    display: block;
    margin: 0 auto;
    padding: 20px; }
  #regional-partners-top li {
    display: inline-block;
    height: 80px;
    vertical-align: top; }
  @media (max-width: 450px) {
    #regional-partners-top li {
      height: 60px; }
    #regional-partners-top img {
      padding: 15px; } }
  #regional-partners-top .partner-logo-heading {
    display: block;
    padding: 12px;
    background-color: #f4f4f4;
    color: #717171;
    text-transform: uppercase;
    font-weight: 600; }
  #regional-partners-top .partner-logo-container {
    background-color: #ededed; }

.error-page-content {
  width: 66%;
  min-width: 320px;
  max-width: 700px;
  margin: 90px auto;
  text-align: center; }
  .error-page-content .sad-beaker {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    /*height:*/ }
  .error-page-content .error-main {
    max-width: 600px;
    margin: 0 auto; }
  .error-page-content .error-title {
    display: inline-block;
    width: 80%;
    padding-left: 3%;
    vertical-align: middle;
    margin: 0; }
    @media (max-width: 500px) {
      .error-page-content .error-title {
        font-size: 1.5em; } }
  .error-page-content .error-text {
    font-size: 1.3em;
    margin: 40px 0 20px; }
  .error-page-content a.support-btn {
    /*font-weight:bold;*/
    color: white;
    padding: 12px 50px;
    border-radius: 12px;
    background-color: #0db04a;
    /*#00b871;*/
    display: inline-block;
    margin: 10px auto 30px;
    text-align: center;
    transition: 0.3s all ease;
    font-size: 1.2em;
    /*letter-spacing:0;*/ }
    .error-page-content a.support-btn:hover {
      color: white;
      background-color: #2dd86a; }
  .error-page-content .extra {
    color: #aaa;
    max-width: 340px;
    margin: 0 auto; }

.breadcrumbs {
  font-size: 1.3em;
  margin-bottom: 0;
  padding-bottom: 0; }
  .breadcrumbs .unavailable:hover a, .breadcrumbs .current:hover a {
    cursor: pointer; }

#footer {
  position: relative;
  border: none; }
  #footer:before {
    -webkit-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -moz-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -ms-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -o-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    top: 0; }
  #footer h3, #footer .ui-datepicker-title {
    color: #ebeced;
    font-size: 1.125em;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300; }
  #footer .footer-content {
    padding: 0; }

@media only screen and (max-width: 767px) {
  #digest-and-partners {
    height: auto !important; } }

#footer-links {
  background-color: #4d4d4c;
  position: relative; }
  #footer-links:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #4d4d4c;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  #footer-links h3, #footer-links .ui-datepicker-title {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 16px; }
  #footer-links ul {
    margin-bottom: 0; }
  #footer-links ul li {
    line-height: 16px;
    margin-bottom: 16.5px; }
  #footer-links ul li a {
    font-size: 0.75em;
    color: #a6a9ab;
    line-height: 16px;
    font-weight: 500;
    -o-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    transition: color 0.3s linear; }
    #footer-links ul li a:hover {
      -o-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      -webkit-transition: color 0.3s linear;
      transition: color 0.3s linear;
      color: #cdcfd0; }

#copyright {
  margin-top: 18px;
  font-size: 0.625em;
  color: #bebfbf; }

#footer-form h3, #footer-form .ui-datepicker-title {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 9px; }
#footer-form h3 + p, #footer-form .ui-datepicker-title + p {
  font-size: 0.875em;
  color: #a5a8aa;
  letter-spacing: 0px;
  line-height: 1;
  margin-bottom: 16px; }
#footer-form form {
  margin-bottom: 0; }
  #footer-form form input {
    height: 38px; }
  #footer-form form * {
    margin-bottom: 0; }
  #footer-form form input[type=text] {
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 73.33333%;
    float: left; }
  #footer-form form input[type=submit] {
    -o-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    font-size: 12px;
    padding-left: 1.25em;
    padding-right: 1.25em;
    width: 20%;
    float: left; }
    body[data-region=usa] #footer-form form input[type=submit] {
      background-color: #f26443; }
    body[data-region=europe] #footer-form form input[type=submit] {
      background-color: #54d6cf; }
    body[data-region=mena] #footer-form form input[type=submit] {
      background-color: #32d77e; }
    body[data-region=latam] #footer-form form input[type=submit] {
      background-color: #f8bc33; }
    body[data-region=brasil] #footer-form form input[type=submit] {
      background-color: #cddb36; }
    body[data-region=malaysia] #footer-form form input[type=submit] {
      background-color: #32d77e; }
    body[data-region=oceania] #footer-form form input[type=submit] {
      background-color: #32d77e; }
    body[data-region=global] #footer-form form input[type=submit] {
      background-color: #32d77e; }
    #footer-form form input[type=submit]:hover {
      color: #ffffff;
      -o-transition: background-color 0.3s linear;
      -moz-transition: background-color 0.3s linear;
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear; }
      body[data-region=usa] #footer-form form input[type=submit]:hover {
        background-color: #f0502b; }
      body[data-region=europe] #footer-form form input[type=submit]:hover {
        background-color: #3fd1c9; }
      body[data-region=mena] #footer-form form input[type=submit]:hover {
        background-color: #27c871; }
      body[data-region=latam] #footer-form form input[type=submit]:hover {
        background-color: #f7b41a; }
      body[data-region=brasil] #footer-form form input[type=submit]:hover {
        background-color: #c3d226; }
      body[data-region=malaysia] #footer-form form input[type=submit]:hover {
        background-color: #27c871; }
      body[data-region=oceania] #footer-form form input[type=submit]:hover {
        background-color: #27c871; }
      body[data-region=global] #footer-form form input[type=submit]:hover {
        background-color: #27c871; }
    @media only screen and (max-width: 767px) {
      #footer-form form input[type=submit] {
        width: auto; } }

#sd-footer-logo {
  position: relative; }
  #sd-footer-logo #startup-digest-svg {
    height: 128px;
    width: auto;
    top: 0;
    position: relative;
    bottom: 0;
    left: -1.25em;
    right: 0;
    margin: auto; }
    #sd-footer-logo #startup-digest-svg #mark path {
      fill: #4d4d4c; }
    #sd-footer-logo #startup-digest-svg #logotype {
      display: none; }

#regional-partners {
  background-color: #424241;
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0; }
  @media only screen and (max-width: 767px) {
    #regional-partners {
      position: relative;
      width: 110%;
      margin-left: -5%;
      bottom: -5px; } }
  #regional-partners h3, #regional-partners .ui-datepicker-title {
    line-height: 1;
    margin-bottom: 26px; }
    #regional-partners h3 nav, #regional-partners .ui-datepicker-title nav {
      float: right;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        #regional-partners h3 nav, #regional-partners .ui-datepicker-title nav {
          display: none; } }
      #regional-partners h3 nav .dot, #regional-partners .ui-datepicker-title nav .dot {
        margin-right: 1px; }
        #regional-partners h3 nav .dot:last-child, #regional-partners .ui-datepicker-title nav .dot:last-child {
          margin-right: 0; }
  #regional-partners #scroller-container {
    width: 100%;
    overflow: hidden; }
  #regional-partners #partner-scroller {
    height: 60px;
    max-height: 60%; }
  #regional-partners #partner-scroller .scroller {
    height: 60px;
    max-height: 60px;
    overflow: hidden; }
    #regional-partners #partner-scroller .scroller li {
      height: 3.75em; }

.img-wrapper-legacy img {
  opacity: 1; }

.page-hero {
  height: 23.125em; }
  .page-hero h1, .page-hero h2, .page-hero h3, .page-hero .ui-datepicker-title, .page-hero h4, .page-hero p {
    color: #ffffff; }
    .page-hero h1:not(.header-medium), .page-hero h2:not(.header-medium), .page-hero h3:not(.header-medium), .page-hero .ui-datepicker-title:not(.header-medium), .page-hero h4:not(.header-medium), .page-hero p:not(.header-medium) {
      font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold; }
  .page-hero .page-hero__copy h1 {
    margin-top: 70px;
    margin-bottom: 36px;
    line-height: 1.3;
    letter-spacing: -0.0625em; }
    @media screen and (max-width: 23.75em) {
      .page-hero .page-hero__copy h1 {
        font-size: 1.5em; } }
    @media screen and (min-width: 23.8125em) {
      .page-hero .page-hero__copy h1 {
        font-size: 1.625em; } }
    @media screen and (min-width: 27.5em) {
      .page-hero .page-hero__copy h1 {
        font-size: 1.8125em; } }
    @media screen and (min-width: 31.25em) {
      .page-hero .page-hero__copy h1 {
        font-size: 2em; } }
    @media screen and (min-width: 48.125em) {
      .page-hero .page-hero__copy h1 {
        font-size: 2.8125em; } }
  .page-hero .page-hero__links {
    margin-top: 0; }
    .page-hero .page-hero__links .button {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      -o-border-radius: 2px;
      border-radius: 2px;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear;
      border: 1px solid transparent; }
      .page-hero .page-hero__links .button:hover {
        border-color: #ffffff; }

body[data-view=community] .page-hero {
  background-color: #333333; }

body[data-view=startup-next] .page-hero {
  background-image: url('/img/../images/defaults/startup-next-banner-8eec3dabd271c5633ecd5962c52e81c5.png');
  background-repeat: no-repeat;
  background-position: 50% 30%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

body[data-view=startup-weekend] .page-hero {
  position: relative;
  border: none;
  height: 23.125em;
  background-image: url('/img/../images/logos/sw-beaker-gang-d38eeb0a5d7dc17398d7c61d31629569.svg');
  -webkit-background-size: 150% 110%;
  -moz-background-size: 150% 110%;
  -ms-background-size: 150% 110%;
  -o-background-size: 150% 110%;
  background-size: 150% 110%;
  background-repeat: no-repeat;
  background-position: 0 -15px; }
  body[data-view=startup-weekend] .page-hero:before {
    -webkit-box-shadow: 0 -2px 3px 1px rgba(204, 204, 204, 0.16);
    -moz-box-shadow: 0 -2px 3px 1px rgba(204, 204, 204, 0.16);
    -ms-box-shadow: 0 -2px 3px 1px rgba(204, 204, 204, 0.16);
    -o-box-shadow: 0 -2px 3px 1px rgba(204, 204, 204, 0.16);
    box-shadow: 0 -2px 3px 1px rgba(204, 204, 204, 0.16);
    bottom: 0; }

@media only screen and (max-width: 767px) {
  .page-hero {
    height: 17.5em;
    padding-bottom: 0;
    position: relative; }
    .page-hero .page-hero__copy h1 {
      margin-top: 1.5em;
      margin-bottom: 0.75em;
      text-align: left;
      line-height: 1.4; }
    .page-hero .page-hero__links {
      text-align: center; }
      .page-hero .page-hero__links .button {
        font-size: 1em;
        margin: 0 auto;
        font-weight: 600; } }

.program-tile {
  height: 17.5em !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }
  .program-tile .program-tile__content {
    height: 17.5em;
    min-height: 17.5em;
    background-color: #f7f8f8;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1em; }
  .program-tile .program-tile__image {
    height: 7.5em;
    min-height: 7.5em;
    position: relative; }
    .program-tile .program-tile__image.no-image {
      background-color: rgba(0, 0, 0, 0.25);
      position: relative; }
      .program-tile .program-tile__image.no-image svg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 12px auto;
        width: 70px;
        height: 100px; }
      .program-tile .program-tile__image.no-image.next svg {
        width: 99px;
        height: 106px; }
      .program-tile .program-tile__image.no-image.next #startup-next {
        display: block; }
      .program-tile .program-tile__image.no-image.next #startup-weekend {
        display: none; }
  .program-tile .program-tile__detail, .program-tile .program-tile__date, .program-tile .program-tile__name {
    margin-left: 14px; }
  .program-tile .program-tile__date {
    margin-bottom: 10px;
    letter-spacing: 1px;
    color: #30302f; }
  .program-tile .program-tile__detail, .program-tile .program-tile__name {
    font-size: 1.25em;
    font-weight: 500;
    margin-bottom: 0;
    letter-spacing: -1px;
    line-height: 1.1; }
  .program-tile .program-tile__date, .program-tile .completed {
    margin-top: 1em; }
  .program-tile .program-tile__name {
    margin-top: 1em;
    line-height: 1.2; }
  .program-tile .completed {
    color: #b8babe;
    position: absolute;
    bottom: 24px; }
  .program-tile.organize-event-cta .program-tile__content {
    position: relative;
    background-image: url('/img/../images/logos/up-arrows-9c002020121feffafb09414a09950d21.png');
    -webkit-background-size: 153px 100%;
    -moz-background-size: 153px 100%;
    -ms-background-size: 153px 100%;
    -o-background-size: 153px 100%;
    background-size: 153px 100%;
    background-position: right bottom;
    background-repeat: no-repeat; }
    .program-tile.organize-event-cta .program-tile__content .program-tile__detail {
      height: 120px;
      min-height: 120px;
      display: table;
      margin-left: 16px;
      margin-right: 16px;
      text-align: left;
      line-height: 27px; }
      .program-tile.organize-event-cta .program-tile__content .program-tile__detail span {
        display: table-cell;
        vertical-align: middle; }
    .program-tile.organize-event-cta .program-tile__content .program-tile__organize, .program-tile.organize-event-cta .program-tile__content .program-tile__subscribe-copy {
      margin-left: 16px; }
    .program-tile.organize-event-cta .program-tile__content .program-tile__organize-cta {
      position: absolute;
      bottom: 0;
      width: 100%;
      padding-left: 1.25em;
      padding-bottom: 1.75em; }
      .program-tile.organize-event-cta .program-tile__content .program-tile__organize-cta a {
        display: block;
        font-size: 0.875em;
        font-weight: 600;
        margin-bottom: 0.9375em; }
        .program-tile.organize-event-cta .program-tile__content .program-tile__organize-cta a:last-child {
          margin-bottom: 0; }
    .program-tile.organize-event-cta .program-tile__content .program-tile__subscribe-cta {
      font-size: 1em;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold;
      letter-spacing: -1px;
      line-height: 3em;
      height: 3em;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: center;
      margin: 0;
      padding: 0; }
  .program-tile.organize-event-cta.startup-weekend .program-tile__content {
    background-image: url('/img/../images/logos/program-tile-sw-light-99d4090114aeb1319622892321b3b43a.png');
    -webkit-background-size: 143px 249px;
    -moz-background-size: 143px 249px;
    -ms-background-size: 143px 249px;
    -o-background-size: 143px 249px;
    background-size: 143px 249px;
    background-position: right bottom;
    background-repeat: no-repeat; }

#featured-stories .grid-heading {
  margin-bottom: 1em; }

@media only screen and (max-width: 767px) {
  .program-tile {
    width: 100%; }
    .program-tile .program-tile__image img {
      width: 100%; }
    .program-tile .program-tile__image.no-image.next {
      -webkit-background-size: 35%;
      -moz-background-size: 35%;
      -ms-background-size: 35%;
      -o-background-size: 35%;
      background-size: 35%; }
    .program-tile .program-tile__image.no-image.startup-weekend {
      -webkit-background-size: 22%;
      -moz-background-size: 22%;
      -ms-background-size: 22%;
      -o-background-size: 22%;
      background-size: 22%; } }

.image-overlay-text {
  color: #fff;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  height: 1.125em; }

.past-event .program-tile__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  background-color: rgba(0, 0, 0, 0.3); }

.blog-post.listing {
  height: 5.625em;
  margin-bottom: 0.3125em; }
  @media only screen and (max-width: 767px) {
    .blog-post.listing {
      height: auto;
      margin-bottom: 1.25em; } }
  .blog-post.listing:last-child {
    margin-bottom: 0; }
  .blog-post.listing .blog-post__thumbnail .squared-image {
    width: 79px;
    height: 80px;
    overflow: hidden; }
    .blog-post.listing .blog-post__thumbnail .squared-image .mask-wrap {
      display: inline-block;
      position: relative;
      right: -50%;
      text-align: center;
      width: 158px;
      height: 80px; }
      .blog-post.listing .blog-post__thumbnail .squared-image .mask-wrap img {
        position: relative;
        left: -50%;
        height: 80px; }
    .blog-post.listing .blog-post__thumbnail .squared-image.no-image {
      width: 79px;
      height: 80px;
      background-image: url('/img/../images/defaults/blog-listing-thumb-eccf8c755bfed5087dcb98eeca3e402c.png');
      -webkit-background-size: 60%;
      -moz-background-size: 60%;
      -ms-background-size: 60%;
      -o-background-size: 60%;
      background-size: 60%;
      background-position: 50% 50%;
      background-repeat: no-repeat; }
  .blog-post.listing .blog-post__details .post-title {
    color: #32d77e;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 0.875em; }
    @media only screen and (max-width: 767px) {
      .blog-post.listing .blog-post__details .post-title {
        margin-bottom: 0.15625em; } }
  .blog-post.listing .blog-post__details .post-author {
    color: #8a8c8e;
    font-size: 0.75em; }

body[data-region=usa] .blog-post.listing .blog-post__details .post-title {
  color: #f26443; }

body[data-region=europe] .blog-post.listing .blog-post__details .post-title {
  color: #54d6cf; }

body[data-region=mena] .blog-post.listing .blog-post__details .post-title {
  color: #32d77e; }

body[data-region=latam] .blog-post.listing .blog-post__details .post-title {
  color: #f8bc33; }

body[data-region=brasil] .blog-post.listing .blog-post__details .post-title {
  color: #cddb36; }

body[data-region=malaysia] .blog-post.listing .blog-post__details .post-title {
  color: #32d77e; }

body[data-region=oceania] .blog-post.listing .blog-post__details .post-title {
  color: #32d77e; }

body[data-region=global] .blog-post.listing .blog-post__details .post-title {
  color: #32d77e; }

.blog-post.grid-item {
  margin-bottom: 3.75em;
  position: relative;
  height: 15em;
  min-height: 15em;
  cursor: pointer; }
  .blog-post.grid-item a {
    height: 100%; }
  .blog-post.grid-item .blog-post__thumbnail {
    height: 7.25em;
    -webkit-box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22);
    -moz-box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22);
    -ms-box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22);
    -o-box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22);
    box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22); }
    .blog-post.grid-item .blog-post__thumbnail .img-wrapper-legacy {
      height: 100%; }
      .blog-post.grid-item .blog-post__thumbnail .img-wrapper-legacy.no-image {
        background-color: rgba(0, 0, 0, 0.3);
        position: relative; }
        .blog-post.grid-item .blog-post__thumbnail .img-wrapper-legacy.no-image svg {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: 9px auto;
          width: 98px;
          height: 100px; }
  .blog-post.grid-item .blog-post__details {
    padding-bottom: 10px;
    border-bottom: 6px solid #ebeced;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .blog-post.grid-item .post-title {
    font-size: 0.875em;
    line-height: 17px;
    margin-top: 20px;
    height: 6em;
    overflow: hidden;
    font-weight: 600; }
  .blog-post.grid-item .post-author {
    width: 100%;
    font-size: 0.75em;
    color: #8a8c8e;
    font-weight: 400; }
  .blog-post.grid-item.hidden {
    display: none; }

.blog-post.content h1.page-title {
  font-size: 2.25em;
  line-height: 1.4; }
.blog-post.content #author-info {
  font-size: 1em;
  letter-spacing: 0px;
  font-weight: 700; }
.blog-post.content #post-body {
  font-size: 1.3em; }
  .blog-post.content #post-body p {
    margin-bottom: 1.5em;
    line-height: 1.5; }
  .blog-post.content #post-body .et_social_inline, .blog-post.content #post-body .bottom_author_box, .blog-post.content #post-body .mc4wp-form {
    display: none; }
  .blog-post.content #post-body .wp-caption {
    width: auto !important;
    margin-bottom: 2em;
    font-style: italic; }
  .blog-post.content #post-body .aligncenter {
    text-align: center; }
  .blog-post.content #post-body img.alignleft, .blog-post.content #post-body img.alignright {
    display: block;
    float: none;
    margin: 0 auto !important; }
  .blog-post.content #post-body ul, .blog-post.content #post-body ol {
    margin-left: 2em; }
    .blog-post.content #post-body ul br, .blog-post.content #post-body ol br {
      display: none;
      height: 0; }

body[data-region=usa] .blog-post.grid-item div > a:hover .blog-post__details {
  border-bottom-color: #f26443; }

body[data-region=europe] .blog-post.grid-item div > a:hover .blog-post__details {
  border-bottom-color: #54d6cf; }

body[data-region=mena] .blog-post.grid-item div > a:hover .blog-post__details {
  border-bottom-color: #32d77e; }

body[data-region=latam] .blog-post.grid-item div > a:hover .blog-post__details {
  border-bottom-color: #f8bc33; }

body[data-region=brasil] .blog-post.grid-item div > a:hover .blog-post__details {
  border-bottom-color: #cddb36; }

body[data-region=malaysia] .blog-post.grid-item div > a:hover .blog-post__details {
  border-bottom-color: #32d77e; }

body[data-region=oceania] .blog-post.grid-item div > a:hover .blog-post__details {
  border-bottom-color: #32d77e; }

body[data-region=global] .blog-post.grid-item div > a:hover .blog-post__details {
  border-bottom-color: #32d77e; }

#blog-syndication .grid-heading h2 {
  margin-top: 2.5em; }

.digest-signup, .startup-digest-compact {
  padding-top: 1.5em;
  padding-bottom: 1.5em; }
  .digest-signup form, .startup-digest-compact form {
    margin-top: 1em !important; }
  .digest-signup input[type=email], .startup-digest-compact input[type=email] {
    background-color: #d1d3d4; }
    .digest-signup input[type=email] ::-webkit-input-placeholder, .digest-signup input[type=email] :-moz-placeholder, .digest-signup input[type=email] ::-moz-placeholder, .digest-signup input[type=email] :-ms-input-placeholder, .startup-digest-compact input[type=email] ::-webkit-input-placeholder, .startup-digest-compact input[type=email] :-moz-placeholder, .startup-digest-compact input[type=email] ::-moz-placeholder, .startup-digest-compact input[type=email] :-ms-input-placeholder {
      color: #000000;
      font-weight: bold; }
  .digest-signup input[type=submit], .startup-digest-compact input[type=submit] {
    height: 2.8em; }

.startupdigest-subscribe .error_email_subscribe {
  position: inherit; }
.startupdigest-subscribe .invalid {
  border: 1px solid red;
  -webkit-transition: -webkit-box-shadow 300ms, border-color 300ms ease-in-out;
  -moz-transition: -moz-box-shadow 300ms, border-color 300ms ease-in-out;
  transition: box-shadow 300ms, border-color 300ms ease-in-out; }
  .startupdigest-subscribe .invalid:focus {
    -webkit-box-shadow: 0 0 5px red;
    -moz-box-shadow: 0 0 5px red;
    box-shadow: 0 0 5px red;
    border-color: red; }

#community-digest-signup, #sw-digest-signup, #programs-digest-signup {
  border: none; }
  #community-digest-signup h4, #sw-digest-signup h4, #programs-digest-signup h4 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    margin-bottom: 13px; }
  #community-digest-signup h4 + p, #sw-digest-signup h4 + p, #programs-digest-signup h4 + p {
    color: #898989; }
  #community-digest-signup input.button, #sw-digest-signup input.button, #programs-digest-signup input.button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: 0;
    height: 40px;
    padding-left: 32px;
    padding-right: 32px; }
  #community-digest-signup form input[type=text], #sw-digest-signup form input[type=text], #programs-digest-signup form input[type=text] {
    background-color: #ffffff;
    border: none;
    height: 40px;
    margin-bottom: 10px; }
    body[data-region=usa] #community-digest-signup form input[type=text], body[data-region=usa] #sw-digest-signup form input[type=text], body[data-region=usa] #programs-digest-signup form input[type=text] {
      color: #f26443; }
    body[data-region=europe] #community-digest-signup form input[type=text], body[data-region=europe] #sw-digest-signup form input[type=text], body[data-region=europe] #programs-digest-signup form input[type=text] {
      color: #54d6cf; }
    body[data-region=mena] #community-digest-signup form input[type=text], body[data-region=mena] #sw-digest-signup form input[type=text], body[data-region=mena] #programs-digest-signup form input[type=text] {
      color: #32d77e; }
    body[data-region=latam] #community-digest-signup form input[type=text], body[data-region=latam] #sw-digest-signup form input[type=text], body[data-region=latam] #programs-digest-signup form input[type=text] {
      color: #f8bc33; }
    body[data-region=brasil] #community-digest-signup form input[type=text], body[data-region=brasil] #sw-digest-signup form input[type=text], body[data-region=brasil] #programs-digest-signup form input[type=text] {
      color: #cddb36; }
    body[data-region=malaysia] #community-digest-signup form input[type=text], body[data-region=malaysia] #sw-digest-signup form input[type=text], body[data-region=malaysia] #programs-digest-signup form input[type=text] {
      color: #32d77e; }
    body[data-region=oceania] #community-digest-signup form input[type=text], body[data-region=oceania] #sw-digest-signup form input[type=text], body[data-region=oceania] #programs-digest-signup form input[type=text] {
      color: #32d77e; }
    body[data-region=global] #community-digest-signup form input[type=text], body[data-region=global] #sw-digest-signup form input[type=text], body[data-region=global] #programs-digest-signup form input[type=text] {
      color: #32d77e; }
    #community-digest-signup form input[type=text]::-webkit-input-placeholder, #sw-digest-signup form input[type=text]::-webkit-input-placeholder, #programs-digest-signup form input[type=text]::-webkit-input-placeholder {
      font-size: 15px; }
      body[data-region=usa] #community-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=usa] #sw-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=usa] #programs-digest-signup form input[type=text]::-webkit-input-placeholder {
        color: #f26443; }
      body[data-region=europe] #community-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=europe] #sw-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=europe] #programs-digest-signup form input[type=text]::-webkit-input-placeholder {
        color: #54d6cf; }
      body[data-region=mena] #community-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=mena] #sw-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=mena] #programs-digest-signup form input[type=text]::-webkit-input-placeholder {
        color: #32d77e; }
      body[data-region=latam] #community-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=latam] #sw-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=latam] #programs-digest-signup form input[type=text]::-webkit-input-placeholder {
        color: #f8bc33; }
      body[data-region=brasil] #community-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=brasil] #sw-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=brasil] #programs-digest-signup form input[type=text]::-webkit-input-placeholder {
        color: #cddb36; }
      body[data-region=malaysia] #community-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=malaysia] #sw-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=malaysia] #programs-digest-signup form input[type=text]::-webkit-input-placeholder {
        color: #32d77e; }
      body[data-region=oceania] #community-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=oceania] #sw-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=oceania] #programs-digest-signup form input[type=text]::-webkit-input-placeholder {
        color: #32d77e; }
      body[data-region=global] #community-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=global] #sw-digest-signup form input[type=text]::-webkit-input-placeholder, body[data-region=global] #programs-digest-signup form input[type=text]::-webkit-input-placeholder {
        color: #32d77e; }
    #community-digest-signup form input[type=text]::-moz-placeholder, #sw-digest-signup form input[type=text]::-moz-placeholder, #programs-digest-signup form input[type=text]::-moz-placeholder {
      font-size: 15px; }
      body[data-region=usa] #community-digest-signup form input[type=text]::-moz-placeholder, body[data-region=usa] #sw-digest-signup form input[type=text]::-moz-placeholder, body[data-region=usa] #programs-digest-signup form input[type=text]::-moz-placeholder {
        color: #f26443; }
      body[data-region=europe] #community-digest-signup form input[type=text]::-moz-placeholder, body[data-region=europe] #sw-digest-signup form input[type=text]::-moz-placeholder, body[data-region=europe] #programs-digest-signup form input[type=text]::-moz-placeholder {
        color: #54d6cf; }
      body[data-region=mena] #community-digest-signup form input[type=text]::-moz-placeholder, body[data-region=mena] #sw-digest-signup form input[type=text]::-moz-placeholder, body[data-region=mena] #programs-digest-signup form input[type=text]::-moz-placeholder {
        color: #32d77e; }
      body[data-region=latam] #community-digest-signup form input[type=text]::-moz-placeholder, body[data-region=latam] #sw-digest-signup form input[type=text]::-moz-placeholder, body[data-region=latam] #programs-digest-signup form input[type=text]::-moz-placeholder {
        color: #f8bc33; }
      body[data-region=brasil] #community-digest-signup form input[type=text]::-moz-placeholder, body[data-region=brasil] #sw-digest-signup form input[type=text]::-moz-placeholder, body[data-region=brasil] #programs-digest-signup form input[type=text]::-moz-placeholder {
        color: #cddb36; }
      body[data-region=malaysia] #community-digest-signup form input[type=text]::-moz-placeholder, body[data-region=malaysia] #sw-digest-signup form input[type=text]::-moz-placeholder, body[data-region=malaysia] #programs-digest-signup form input[type=text]::-moz-placeholder {
        color: #32d77e; }
      body[data-region=oceania] #community-digest-signup form input[type=text]::-moz-placeholder, body[data-region=oceania] #sw-digest-signup form input[type=text]::-moz-placeholder, body[data-region=oceania] #programs-digest-signup form input[type=text]::-moz-placeholder {
        color: #32d77e; }
      body[data-region=global] #community-digest-signup form input[type=text]::-moz-placeholder, body[data-region=global] #sw-digest-signup form input[type=text]::-moz-placeholder, body[data-region=global] #programs-digest-signup form input[type=text]::-moz-placeholder {
        color: #32d77e; }
    #community-digest-signup form input[type=text]:-ms-input-placeholder, #sw-digest-signup form input[type=text]:-ms-input-placeholder, #programs-digest-signup form input[type=text]:-ms-input-placeholder {
      font-size: 15px; }
      body[data-region=usa] #community-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=usa] #sw-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=usa] #programs-digest-signup form input[type=text]:-ms-input-placeholder {
        color: #f26443; }
      body[data-region=europe] #community-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=europe] #sw-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=europe] #programs-digest-signup form input[type=text]:-ms-input-placeholder {
        color: #54d6cf; }
      body[data-region=mena] #community-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=mena] #sw-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=mena] #programs-digest-signup form input[type=text]:-ms-input-placeholder {
        color: #32d77e; }
      body[data-region=latam] #community-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=latam] #sw-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=latam] #programs-digest-signup form input[type=text]:-ms-input-placeholder {
        color: #f8bc33; }
      body[data-region=brasil] #community-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=brasil] #sw-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=brasil] #programs-digest-signup form input[type=text]:-ms-input-placeholder {
        color: #cddb36; }
      body[data-region=malaysia] #community-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=malaysia] #sw-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=malaysia] #programs-digest-signup form input[type=text]:-ms-input-placeholder {
        color: #32d77e; }
      body[data-region=oceania] #community-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=oceania] #sw-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=oceania] #programs-digest-signup form input[type=text]:-ms-input-placeholder {
        color: #32d77e; }
      body[data-region=global] #community-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=global] #sw-digest-signup form input[type=text]:-ms-input-placeholder, body[data-region=global] #programs-digest-signup form input[type=text]:-ms-input-placeholder {
        color: #32d77e; }

#community-digest-signup form {
  margin-top: 0.9375em; }
  @media screen and (min-width: 64em) {
    #community-digest-signup form {
      margin-top: 42px; } }

#sw-digest-signup form input[type=text], #programs-digest-signup form input[type=text] {
  background-color: #f0f2f2; }
#sw-digest-signup #digest-connect, #programs-digest-signup #digest-connect {
  position: absolute;
  bottom: 0; }

.resource-listing {
  margin-bottom: 0; }
  .resource-listing li {
    list-style: none;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #f1f2f2; }
    .resource-listing li:last-child {
      border-bottom: none; }

.resource-listing + .more-resources-link {
  width: 100%;
  height: 1.5em;
  position: relative;
  display: block;
  background-color: #d1d3d4; }
  .resource-listing + .more-resources-link:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-bottom: 0.5em solid transparent;
    border-right: 0.5em solid transparent;
    border-left: 0.5em solid transparent;
    border-top: 0.5em solid #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-0.1875em);
    -moz-transform: translateY(-0.1875em);
    -ms-transform: translateY(-0.1875em);
    -o-transform: translateY(-0.1875em);
    transform: translateY(-0.1875em); }

#leaders-scroller .leader-scroll-item {
  margin-bottom: 1em;
  padding-bottom: 0;
  position: relative; }
  #leaders-scroller .leader-scroll-item .leader-scroll-item__profile {
    height: 5.125em;
    width: 5.125em; }
  #leaders-scroller .leader-scroll-item p {
    color: #959595; }
  #leaders-scroller .leader-scroll-item h5 {
    font-size: 14px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    color: #666666; }
#leaders-scroller ul ~ p {
  color: #959595;
  line-height: 20px; }
  #leaders-scroller ul ~ p:last-child {
    margin-bottom: 0; }
  #leaders-scroller ul ~ p a {
    font-weight: 600; }

.leader-scroll-item .img-wrapper-legacy {
  position: relative; }
.leader-scroll-item:hover .leader-scroll-social-hover {
  display: block; }
.leader-scroll-item .leader-scroll-social-hover {
  height: 100%;
  width: 100%;
  background-color: #698ec7;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.86; }
  .leader-scroll-item .leader-scroll-social-hover[data-social-path="twitter"] {
    background-color: #79d4f3; }
  .leader-scroll-item .leader-scroll-social-hover i {
    font-size: 72px;
    position: relative;
    top: 50%;
    margin-top: -36px;
    color: white;
    display: block;
    text-align: center; }

.leaders-page-listing .leader-scroll-item__profile {
  max-width: 80%;
  display: block; }

#event-calendar-white-background-right {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 50%; }

#events-bg-fill {
  position: absolute;
  background-color: #eef2f2;
  left: 26.66667%;
  width: 73.33333%;
  height: 100%;
  border: none; }

.icon-star {
  background-image: url('/img/../images/icon-star-fcd736d637fde3a75ccf4e23b4d8899b.png');
  background-repeat: no-repeat;
  display: inline-block;
  height: 14px;
  width: 14px;
  text-indent: -9009px;
  vertical-align: text-top;
  margin-left: 4px;
  margin-top: -1px; }

.calendar-day {
  background: #30302f;
  font-size: 1.5em;
  color: #FFFFFF;
  width: 54px;
  height: 54px;
  text-align: center; }

.calendar-wrapper #datepicker {
  width: inherit; }

#community-events-calendar .upcoming-events__wrapper > .row {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.57, 0.385, 0.26, 0.875);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.57, 0.385, 0.26, 0.875);
  -o-transition: -o-transform 0.4s cubic-bezier(0.57, 0.385, 0.26, 0.875);
  transition: transform 0.4s cubic-bezier(0.57, 0.385, 0.26, 0.875); }
#community-events-calendar .upcoming-events__wrapper.sticky > .row {
  -webkit-transform: translate3d(0, 2.5em, 0);
  -moz-transform: translate3d(0, 2.5em, 0);
  -ms-transform: translate3d(0, 2.5em, 0);
  -o-transform: translate3d(0, 2.5em, 0);
  transform: translate3d(0, 2.5em, 0); }
@media only screen and (min-width:768px) and (max-width:1023px) {
  #community-events-calendar .upcoming-events__wrapper {
    position: relative !important;
    top: 0 !important; } }
@media only screen and (max-width: 767px) {
  #community-events-calendar .upcoming-events__wrapper {
    display: none; } }

#datepicker {
  display: block;
  background-color: #ffffff;
  border-top-width: 4px;
  border-top-style: solid;
  -webkit-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, 0.06); }
  #datepicker .ui-widget {
    margin: 1em; }
  @media only screen and (max-width: 767px) {
    #datepicker {
      display: none; } }

table.ui-datepicker-calendar {
  background: #FFF;
  border: 0px;
  width: 100%;
  font-size: 0.6875em;
  font-size: 16px; }
  table.ui-datepicker-calendar thead, table.ui-datepicker-calendar tfoot, table.ui-datepicker-calendar tr:nth-of-type(even) {
    background: transparent; }
  table.ui-datepicker-calendar td, table.ui-datepicker-calendar th {
    text-align: center; }
  table.ui-datepicker-calendar td.ui-datepicker-unselectable span, table.ui-datepicker-calendar td a {
    font-size: 0.8125em;
    display: block;
    height: 2.5em;
    max-width: 2.5em;
    width: 100%;
    background: #FFF;
    line-height: 2.5em;
    vertical-align: middle; }
    table.ui-datepicker-calendar td.ui-datepicker-unselectable span.ui-state-default, table.ui-datepicker-calendar td a.ui-state-default {
      color: #959595; }
  table.ui-datepicker-calendar td.calendar-today a {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%; }
    body[data-region=usa] table.ui-datepicker-calendar td.calendar-today a {
      border: 1px solid #f26443; }
    body[data-region=europe] table.ui-datepicker-calendar td.calendar-today a {
      border: 1px solid #54d6cf; }
    body[data-region=mena] table.ui-datepicker-calendar td.calendar-today a {
      border: 1px solid #32d77e; }
    body[data-region=latam] table.ui-datepicker-calendar td.calendar-today a {
      border: 1px solid #f8bc33; }
    body[data-region=brasil] table.ui-datepicker-calendar td.calendar-today a {
      border: 1px solid #cddb36; }
    body[data-region=malaysia] table.ui-datepicker-calendar td.calendar-today a {
      border: 1px solid #32d77e; }
    body[data-region=oceania] table.ui-datepicker-calendar td.calendar-today a {
      border: 1px solid #32d77e; }
    body[data-region=global] table.ui-datepicker-calendar td.calendar-today a {
      border: 1px solid #32d77e; }
  table.ui-datepicker-calendar td.highlight a {
    background: #f0f1f1; }
    table.ui-datepicker-calendar td.highlight a.ui-state-highlight {
      color: #FFF; }
    table.ui-datepicker-calendar td.highlight a.ui-state-active {
      color: #FFF; }
      body[data-region=usa] table.ui-datepicker-calendar td.highlight a.ui-state-active {
        background: #f26443; }
      body[data-region=europe] table.ui-datepicker-calendar td.highlight a.ui-state-active {
        background: #54d6cf; }
      body[data-region=mena] table.ui-datepicker-calendar td.highlight a.ui-state-active {
        background: #32d77e; }
      body[data-region=latam] table.ui-datepicker-calendar td.highlight a.ui-state-active {
        background: #f8bc33; }
      body[data-region=brasil] table.ui-datepicker-calendar td.highlight a.ui-state-active {
        background: #cddb36; }
      body[data-region=malaysia] table.ui-datepicker-calendar td.highlight a.ui-state-active {
        background: #32d77e; }
      body[data-region=oceania] table.ui-datepicker-calendar td.highlight a.ui-state-active {
        background: #32d77e; }
      body[data-region=global] table.ui-datepicker-calendar td.highlight a.ui-state-active {
        background: #32d77e; }

#event-calendar-list {
  -webkit-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.03);
  -moz-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.03);
  -ms-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.03);
  -o-box-shadow: -1px 0 1px rgba(0, 0, 0, 0.03);
  box-shadow: -1px 0 1px rgba(0, 0, 0, 0.03); }

.calendar-page-hero.page-hero {
  height: 10em;
  z-index: 9;
  position: relative; }
  .calendar-page-hero.page-hero:after {
    content: '';
    opacity: 0.75;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5000;
    height: 100%;
    width: 100%;
    padding-right: 1px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box; }
    body[data-region=usa] .calendar-page-hero.page-hero:after {
      background: #f26443; }
    body[data-region=europe] .calendar-page-hero.page-hero:after {
      background: #54d6cf; }
    body[data-region=mena] .calendar-page-hero.page-hero:after {
      background: #32d77e; }
    body[data-region=latam] .calendar-page-hero.page-hero:after {
      background: #f8bc33; }
    body[data-region=brasil] .calendar-page-hero.page-hero:after {
      background: #cddb36; }
    body[data-region=malaysia] .calendar-page-hero.page-hero:after {
      background: #32d77e; }
    body[data-region=oceania] .calendar-page-hero.page-hero:after {
      background: #32d77e; }
    body[data-region=global] .calendar-page-hero.page-hero:after {
      background: #32d77e; }
  .calendar-page-hero.page-hero .page-hero__copy {
    z-index: 5001; }
    .calendar-page-hero.page-hero .page-hero__copy .calendar-page-hero__heading {
      margin-top: 50px;
      line-height: 1em;
      margin-bottom: 0px;
      font-weight: 700; }
      .calendar-page-hero.page-hero .page-hero__copy .calendar-page-hero__heading + p {
        margin-top: 10px;
        font-size: 13px;
        line-height: 1em; }
  .calendar-page-hero.page-hero .breadcrumbs a, .calendar-page-hero.page-hero .breadcrumbs span {
    color: #fff; }
  .calendar-page-hero.page-hero .breadcrumbs li:before {
    color: #fff; }

.calendar-day-row .day-divider {
  border-top: 1px solid #CDC9CE;
  margin-left: 1.25em;
  margin-right: 1.25em; }

.calendar-day-row__detail-list {
  margin-left: -em-calc(10.5);
  margin-bottom: 0.625em;
  position: relative; }
  .calendar-day-row__detail-list i {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0; }
  .calendar-day-row__detail-list li {
    margin-left: 0.75em;
    padding-left: 0.75em;
    font-size: 0.875em;
    line-height: 1.125em;
    height: 1.125em; }
    .calendar-day-row__detail-list li + li {
      border-left: 1px solid rgba(48, 48, 47, 0.5); }

.calendar-day-row__block {
  font-size: 3em;
  text-align: center;
  width: 100%;
  color: #30302f;
  display: block;
  margin: 0 auto;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .calendar-day-row__block {
      width: 100%;
      height: 2.25em;
      font-size: 1.125em;
      line-height: 2.25em;
      background-color: #30302f;
      color: #FFFFFF;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
      font-weight: bold; } }

.calendar-event-row p, .calendar-event-row h2 {
  line-height: 1.2em; }
.calendar-event-row h2 {
  margin: 1px 0 5px; }
  .calendar-event-row h2 a {
    color: #30302f; }
    body[data-region=usa] .calendar-event-row h2 a:hover {
      color: #f26443; }
    body[data-region=europe] .calendar-event-row h2 a:hover {
      color: #54d6cf; }
    body[data-region=mena] .calendar-event-row h2 a:hover {
      color: #32d77e; }
    body[data-region=latam] .calendar-event-row h2 a:hover {
      color: #f8bc33; }
    body[data-region=brasil] .calendar-event-row h2 a:hover {
      color: #cddb36; }
    body[data-region=malaysia] .calendar-event-row h2 a:hover {
      color: #32d77e; }
    body[data-region=oceania] .calendar-event-row h2 a:hover {
      color: #32d77e; }
    body[data-region=global] .calendar-event-row h2 a:hover {
      color: #32d77e; }
@media only screen and (max-width: 767px) {
  .calendar-event-row {
    font-size: 0.92em; } }

.ui-datepicker-header {
  position: relative; }

.hasDatepicker {
  position: relative; }
  .hasDatepicker .ui-datepicker-prev, .hasDatepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    vertical-align: middle;
    text-align: center;
    width: 1.4375em;
    height: 1.4375em; }
    .hasDatepicker .ui-datepicker-prev.ui-state-disabled, .hasDatepicker .ui-datepicker-next.ui-state-disabled {
      opacity: 0.5; }
    .hasDatepicker .ui-datepicker-prev .ui-icon, .hasDatepicker .ui-datepicker-next .ui-icon {
      color: white;
      display: inline-block;
      width: 100%;
      height: 100%;
      background: #b4aeb6;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      -o-border-radius: 100%;
      border-radius: 100%;
      line-height: 1.5625em;
      text-align: center;
      font-family: sans-serif;
      padding-left: 1px; }
  .hasDatepicker .ui-datepicker-prev {
    right: 33px; }
    .hasDatepicker .ui-datepicker-prev .ui-icon {
      padding-right: 1px;
      padding-left: 0px; }
  .hasDatepicker .ui-datepicker-next {
    right: 0px; }

#sd-modal {
  padding: 0px; }
  #sd-modal h4 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.25em; }
  #sd-modal .modal-footer, #sd-modal .modal-body {
    padding: 1.875em; }
  #sd-modal .button.close {
    color: #FFFFFF;
    background-color: #242424;
    margin: 0.625em 0 0.625em 0.9375em; }

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important; }

/* Combobox dropdown menu
----------------------------------*/
.ui-menu {
  list-style: none;
  margin: 0;
  display: block;
  outline: none;
  text-align: center; }
  .ui-menu .ui-menu {
    margin-top: -3px;
    position: absolute; }
  .ui-menu .ui-menu-item {
    margin: 0;
    padding: 5px;
    width: 100%;
    /* support: IE10, see #8844 */
    list-style-image: url('data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7'); }
    .ui-menu .ui-menu-item a {
      text-decoration: none;
      display: block;
      min-height: 0;
      /* support: IE7 */
      padding: 2px 6px;
      color: #8a8a8a; }
  .ui-menu .ui-state-disabled {
    font-weight: normal; }
    .ui-menu .ui-state-disabled a {
      cursor: default; }

/* Combobox elements
----------------------------------*/
.ui-autocomplete {
  background-color: #edeeee;
  top: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 200px;
  overflow-y: scroll; }

.custom-combobox {
  position: relative;
  display: block;
  width: 100%;
  height: 38px; }

.custom-combobox-toggle {
  position: absolute;
  right: 0px;
  top: 1px;
  padding: 3px 16px 0;
  background-color: #dedfe0; }

form.custom .custom.dropdown {
  display: none; }

.custom-combobox {
  color: #8a8a8a;
  background-color: #edeeee;
  text-align: center; }
  .custom-combobox .ui-icon-triangle-1-s:after {
    content: '';
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid white;
    margin: 13px auto;
    margin-right: 0;
    margin-left: 3px; }
  .custom-combobox .custom-combobox-input {
    background-color: #edeeee;
    border: none;
    text-align: center;
    color: #8a8a8a; }
    .custom-combobox .custom-combobox-input:focus {
      background-color: #edeeee; }
      .custom-combobox .custom-combobox-input:focus + .custom-combobox-toggle .ui-icon-triangle-1-s:after {
        -webkit-transform: rotate(-360deg);
        -moz-transform: rotate(-360deg);
        -ms-transform: rotate(-360deg);
        -o-transform: rotate(-360deg);
        transform: rotate(-360deg);
        border-right-color: white;
        border-left-color: transparent;
        margin-left: 0;
        margin-right: 3px; }

.dot {
  display: inline-block;
  height: 7px;
  width: 7px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -o-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: #8a8c8e;
  cursor: pointer; }
  .dot.active {
    -o-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    background-color: #ebeced; }

.scroller-container {
  overflow: hidden;
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out; }
  .scroller-container .scroller {
    position: relative;
    top: 0;
    left: 0;
    width: 3000px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out; }
    .scroller-container .scroller ul, .scroller-container .scroller li {
      margin-left: 0;
      text-align: center; }
    .scroller-container .scroller li + li {
      padding: 0 0.625em; }
    .scroller-container .scroller ul {
      position: absolute;
      height: 100%;
      top: 0;
      left: 0; }
    .scroller-container .scroller ul, .scroller-container .scroller li {
      -webkit-transition: all 0.7s ease-in-out;
      -moz-transition: all 0.7s ease-in-out;
      -ms-transition: all 0.7s ease-in-out;
      -o-transition: all 0.7s ease-in-out;
      transition: all 0.7s ease-in-out; }

.fixed-carousel {
  position: relative;
  display: block;
  width: 100%; }
  .fixed-carousel * {
    margin: 0;
    padding: 0; }
  .fixed-carousel .fixed-carousel__item {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -o-transition: opacity 0.8s linear;
    -moz-transition: opacity 0.8s linear;
    -webkit-transition: opacity 0.8s linear;
    transition: opacity 0.8s linear;
    opacity: 0;
    text-align: center; }
    .fixed-carousel .fixed-carousel__item.active {
      position: relative; }
    .fixed-carousel .fixed-carousel__item.active {
      -o-transition: opacity 0.8s linear;
      -moz-transition: opacity 0.8s linear;
      -webkit-transition: opacity 0.8s linear;
      transition: opacity 0.8s linear;
      opacity: 1; }
    .fixed-carousel .fixed-carousel__item > * {
      margin: 0 auto; }
    .fixed-carousel .fixed-carousel__item img {
      width: 100%; }
  .fixed-carousel .fixed-carousel__control {
    position: absolute;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translateY(-19px);
    -moz-transform: translateY(-19px);
    -ms-transform: translateY(-19px);
    -o-transform: translateY(-19px);
    transform: translateY(-19px);
    display: inline-block;
    width: 1.75em;
    height: 2.375em;
    z-index: 5;
    background-color: rgba(48, 48, 47, 0.5);
    -o-transition: background-color 0.3s linear;
    -moz-transition: background-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
    .fixed-carousel .fixed-carousel__control[data-direction=left] {
      left: 38px; }
    .fixed-carousel .fixed-carousel__control[data-direction=right] {
      right: 38px; }
    .fixed-carousel .fixed-carousel__control:hover {
      background-color: rgba(73, 73, 72, 0.5);
      -o-transition: background-color 0.3s linear;
      -moz-transition: background-color 0.3s linear;
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear; }
    .fixed-carousel .fixed-carousel__control .chevron:before, .fixed-carousel .fixed-carousel__control .chevron:after {
      display: inline-block;
      content: "";
      width: 13.9014px;
      height: 3px;
      -o-transition: background-color 0.3s linear;
      -moz-transition: background-color 0.3s linear;
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;
      background-color: #8a8c8e;
      position: absolute;
      top: 50%;
      left: 50%; }
    .fixed-carousel .fixed-carousel__control .chevron.left:before, .fixed-carousel .fixed-carousel__control .chevron.left:after {
      -o-transform-origin: -6.9507px 0;
      -moz-transform-origin: -6.9507px 0;
      -webkit-transform-origin: -6.9507px 0;
      transform-origin: -6.9507px 0; }
    .fixed-carousel .fixed-carousel__control .chevron.left:before {
      -o-transform: rotate(-45deg) translate(-6.9507px, 0);
      -moz-transform: rotate(-45deg) translate(-6.9507px, 0);
      -webkit-transform: rotate(-45deg) translate(-6.9507px, 0);
      transform: rotate(-45deg) translate(-6.9507px, 0); }
    .fixed-carousel .fixed-carousel__control .chevron.left:after {
      -o-transform: rotate(45deg) translate(-6.9507px, -3px);
      -moz-transform: rotate(45deg) translate(-6.9507px, -3px);
      -webkit-transform: rotate(45deg) translate(-6.9507px, -3px);
      transform: rotate(45deg) translate(-6.9507px, -3px); }
    .fixed-carousel .fixed-carousel__control .chevron.right:before, .fixed-carousel .fixed-carousel__control .chevron.right:after {
      -o-transform-origin: 6.9507px 0;
      -moz-transform-origin: 6.9507px 0;
      -webkit-transform-origin: 6.9507px 0;
      transform-origin: 6.9507px 0; }
    .fixed-carousel .fixed-carousel__control .chevron.right:before {
      -o-transform: rotate(45deg) translate(-6.9507px, 0);
      -moz-transform: rotate(45deg) translate(-6.9507px, 0);
      -webkit-transform: rotate(45deg) translate(-6.9507px, 0);
      transform: rotate(45deg) translate(-6.9507px, 0); }
    .fixed-carousel .fixed-carousel__control .chevron.right:after {
      -o-transform: rotate(-45deg) translate(-6.9507px, -3px);
      -moz-transform: rotate(-45deg) translate(-6.9507px, -3px);
      -webkit-transform: rotate(-45deg) translate(-6.9507px, -3px);
      transform: rotate(-45deg) translate(-6.9507px, -3px); }
    .fixed-carousel .fixed-carousel__control:hover .chevron:before, .fixed-carousel .fixed-carousel__control:hover .chevron:after {
      -o-transition: background-color 0.3s linear;
      -moz-transition: background-color 0.3s linear;
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;
      background-color: #d6d8d9; }

#map-404 {
  /* Map Styles */
  /* Targeting the 'X' button */
  /** Custom controls area **/
  /** Off State **/ }
  #map-404 #map-list, #map-404 #map-canvas {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 4em; }
  #map-404 #map-list {
    padding-left: 12px; }
  #map-404 #map-list h4 {
    margin-top: 0; }
  #map-404 #map-list ul {
    height: 90%;
    overflow: scroll;
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
  #map-404 #map-list li {
    padding-left: 8px;
    padding-top: 0.3em;
    padding-bottom: 0.3em; }
  #map-404 #map-list li:hover {
    background-color: #f4f2eb; }
  #map-404 #map-list li p {
    line-height: 1.1;
    padding: 0; }
  #map-404 #map-list .groupHeading {
    border: none;
    font-weight: bold;
    font-style: italic;
    padding-top: 1.5em;
    padding-bottom: 0; }
  #map-404 #map-list .groupHeading:hover {
    background-color: #ffffff; }
  #map-404 .gm-style-iw {
    width: 92% !important; }
  #map-404 .gm-style-iw + div {
    top: 18px !important;
    right: 18px !important;
    height: 20px !important; }
  #map-404 .gm-style-iw + div:after {
    content: '\00D7';
    font-size: 20px;
    font-weight: bold; }
  #map-404 .gm-style-iw + div img {
    display: none; }
  #map-404 .map-city-filter {
    font-size: 1em;
    margin-top: 1em;
    margin-right: 1em;
    padding-left: 0.8em;
    padding-right: 0.8em;
    outline: none; }
  #map-404 .map-city-filter, #map-404 .search-results li {
    height: 45px;
    width: 380px;
    background-color: #ffffff;
    border: 1px solid #c6c4be;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #898989; }
  #map-404 .search-results li {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 0;
    padding-left: 1.6em;
    line-height: 45px;
    font-size: 0.8em;
    border-top: none; }
  #map-404 .search-results li:hover {
    background-color: #00f09d;
    color: white;
    font-weight: bold; }
  #map-404 .search-results li:first-child {
    border-top: 1px solid #c6c4be; }
  #map-404 .sw-cities-map h1 {
    background-color: #555555;
    color: #ffffff;
    font-size: 15px;
    padding: 12px;
    margin-top: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px; }
  #map-404 .sw-cities-map .event-row {
    margin-left: 12px; }
  #map-404 .sw-cities-map .event-row input {
    outline: none; }
  #map-404 .sw-cities-map .event-row .event-row__date {
    font-weight: bold; }
  #map-404 .sw-cities-map .event-row__form-controls:after {
    color: #e0ded6; }
  #map-404 .sw-cities-map .event-row a, #map-404 .sw-cities-map .event-row .event-row__notification-trigger {
    font-weight: bold;
    color: #34d18b;
    text-decoration: none; }
  #map-404 .sw-cities-map .event-row__form-target form input {
    height: 30px;
    padding: 0 12px;
    border: none;
    background-color: #ebebeb;
    width: 50%;
    margin-right: 2px;
    -webkit-appearance: none;
    -moz-appearance: none; }
  #map-404 .sw-cities-map .event-row__form-target form input:last-child {
    margin-right: 0;
    width: 35%;
    cursor: pointer; }
  #map-404 .sw-cities-map .event-row__form-target form input[type=submit] {
    background-color: #00f09d;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px; }
  #map-404 .mapCustomControls {
    background-color: #00f09d;
    width: 45px;
    height: 45px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1em !important;
    margin-top: 1em;
    margin-right: 0.5em;
    -webkit-transition: width 0.6s ease-in;
    -moz-transition: width 0.6s ease-in;
    -ms-transition: width 0.6s ease-in;
    -o-transition: width 0.6s ease-in;
    transition: width 0.6s ease-in; }
  #map-404 .mapCustomControls:after {
    content: '';
    background: url('https://s3.amazonaws.com/up-global-cms/misc-assets/map-gear.png') no-repeat;
    background-position: 0 0;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.5s ease-in;
    -moz-transition: -moz-transform 0.5s ease-in;
    -o-transition: -o-transform 0.5s ease-in;
    transition: transform 0.5s ease-in;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    right: 0; }
  #map-404 .mapCustomControls > * {
    visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear; }
  #map-404 .mapCustomControls.open {
    -moz-transition: width 0.6s ease-in;
    -webkit-transition: width 0.6s ease-in;
    -webkit-transition: width 0.6s ease-in;
    -moz-transition: width 0.6s ease-in;
    -ms-transition: width 0.6s ease-in;
    -o-transition: width 0.6s ease-in;
    transition: width 0.6s ease-in;
    text-align: left;
    padding-left: 1em;
    width: 16em;
    line-height: 45px; }
  #map-404 .mapCustomControls.open:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  #map-404 .mapCustomControls.open > * {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  #map-404 label[for=activeCityCheckbox], #map-404 input#activeCityCheckbox {
    cursor: pointer;
    display: inline; }
  #map-404 label[for=activeCityCheckbox] {
    color: #fff;
    font-weight: bold !important;
    font-size: 0.8em !important;
    margin-left: 8px; }

/*
 *  Core Owl Carousel CSS File
 *  v2.0.0
 */
/* clearfix */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* temporary fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-stage-outer.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-controls .owl-nav div, .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('owl-video-play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: scale;
  -moz-transition-property: scale;
  -ms-transition-property: scale;
  -o-transition-property: scale;
  transition-property: scale;
  -webkit-transition-duration: 100ms;
  -moz-transition-duration: 100ms;
  -ms-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

.owl-loaded {
  display: block; }

.owl-loading {
  opacity: 0;
  display: block; }

.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel {
  /* If mouseDrag:false then you are able to select text */ }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .owl-carousel .owl-item img {
      opacity: 1;
      display: block;
      width: 100%;
      -webkit-transform-style: preserve-3d;
      -webkit-transform-style: preserve-3d;
      -moz-transform-style: preserve-3d;
      -ms-transform-style: preserve-3d;
      -o-transform-style: preserve-3d;
      transform-style: preserve-3d;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      -ms-transition-property: opacity;
      -o-transition-property: opacity;
      transition-property: opacity;
      -webkit-transition-duration: 400ms;
      -moz-transition-duration: 400ms;
      -ms-transition-duration: 400ms;
      -o-transition-duration: 400ms;
      transition-duration: 400ms;
      -webkit-transition-timing-function: ease;
      -moz-transition-timing-function: ease;
      -ms-transition-timing-function: ease;
      -o-transition-timing-function: ease;
      transition-timing-function: ease; }
    .owl-carousel .owl-item img, .owl-carousel .owl-item svg {
      -webkit-backface-visibility: hidden; }
  .owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all; }
  .owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab; }
  .owl-carousel .owl-item img.owl-lazy {
    opacity: 0; }

/* to do */
.owl-carousel .owl-stage.backfacefix .owl-item {
  -webkit-backface-visibility: hidden; }

.owl-rtl {
  direction: rtl; }

.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* animate */
.animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-animated-in {
  z-index: 0; }

.owl-animated-out {
  z-index: 1; }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

/*
 *  Default theme - Owl Carousel CSS File
 *  v2.0.0
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  width: 100%;
  bottom: 25px; }

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-nav div {
  color: #FFF;
  display: inline-block;
  margin: 5px;
  padding: 4px 7px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  cursor: pointer; }

.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default; }

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls .owl-nav div:hover {
  text-decoration: none; }

/* Styling dots*/
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */ }

.owl-theme .owl-dots .owl-dot span {
  -webkit-backface-visibility: visible;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -ms-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 200ms;
  -moz-transition-duration: 200ms;
  -ms-transition-duration: 200ms;
  -o-transition-duration: 200ms;
  transition-duration: 200ms;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.owl-theme .owl-dots .owl-dot.active span {
  filter: Alpha(Opacity=100);
  /*IE7 fix*/
  opacity: 1; }

.img-wrapper-legacy {
  width: 100%;
  height: 100%; }
  .img-wrapper-legacy.crop {
    overflow: hidden; }
  .img-wrapper-legacy.scale-x img {
    width: 100%; }
  .img-wrapper-legacy.scale-y img {
    height: 100%; }

.undecorated-list {
  list-style: none;
  margin-left: 0; }

.placeholder-block .content {
  position: relative;
  background-color: #f1f2f2;
  padding-top: 2em;
  padding-bottom: 2em;
  height: 8em;
  margin-bottom: 2em; }
  .placeholder-block .content h3, .placeholder-block .content .ui-datepicker-title {
    width: 100%;
    text-align: center;
    color: #9499ad;
    padding: 0 1.5em;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.heading-link {
  font-size: 0.8rem;
  float: right; }

h2 .heading-link {
  margin-top: 1.5em; }

h4 .heading-link {
  margin-top: 0.2em; }

.full-width-row {
  width: 100%;
  max-width: none; }

.no-margin {
  margin: 0; }

.no-margin-top {
  margin-top: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-padding {
  padding: 0; }

.zero-padded-list {
  counter-reset: item;
  list-style-type: none; }
  .zero-padded-list li:before {
    content: '0' counter(item, decimal) '. ';
    counter-increment: item;
    display: inline-block;
    width: 30px; }

.position-relative {
  position: relative; }

.button:active, .button:focus {
  -webkit-box-shadow: 0 0 4px 0 #000;
  -moz-box-shadow: 0 0 4px 0 #000;
  -ms-box-shadow: 0 0 4px 0 #000;
  -o-box-shadow: 0 0 4px 0 #000;
  box-shadow: 0 0 4px 0 #000; }

[data-notification-signup] {
  display: none !important; }

.video-container iframe {
  max-width: 100%;
  padding: 0;
  padding-bottom: 0.625em; }

.hr-text {
  height: 1px;
  background-color: #ddd;
  text-align: center;
  margin: 30px 0; }
  .hr-text span {
    background-color: white;
    position: relative;
    top: -0.5em;
    padding: 0 25px;
    font-size: 1.125em;
    margin: 0; }

#organizer-application-nav {
  position: relative; }
  #organizer-application-nav ol {
    position: absolute;
    left: 0;
    right: 0;
    padding-left: 17px; }
    #organizer-application-nav ol li {
      padding: 30px 0;
      border: 1px solid #edeeee;
      border-width: 1px 0 1px 0;
      margin-left: -500px;
      padding-left: 500px;
      line-height: 1em;
      cursor: pointer; }
      #organizer-application-nav ol li:first-child {
        border-top-width: 2px; }
      #organizer-application-nav ol li:last-child {
        border-bottom-width: 2px; }
      #organizer-application-nav ol li.active {
        background-color: #edeeee;
        -webkit-box-shadow: inset 0 10px 10px -10px #abb0b0;
        -moz-box-shadow: inset 0 10px 10px -10px #abb0b0;
        -ms-box-shadow: inset 0 10px 10px -10px #abb0b0;
        -o-box-shadow: inset 0 10px 10px -10px #abb0b0;
        box-shadow: inset 0 10px 10px -10px #abb0b0;
        border-top: none;
        cursor: default; }
        body[data-region=usa] #organizer-application-nav ol li.active {
          color: #f26443; }
        body[data-region=europe] #organizer-application-nav ol li.active {
          color: #54d6cf; }
        body[data-region=mena] #organizer-application-nav ol li.active {
          color: #32d77e; }
        body[data-region=latam] #organizer-application-nav ol li.active {
          color: #f8bc33; }
        body[data-region=brasil] #organizer-application-nav ol li.active {
          color: #cddb36; }
        body[data-region=malaysia] #organizer-application-nav ol li.active {
          color: #32d77e; }
        body[data-region=oceania] #organizer-application-nav ol li.active {
          color: #32d77e; }
        body[data-region=global] #organizer-application-nav ol li.active {
          color: #32d77e; }
      #organizer-application-nav ol li.finished:after {
        content: "";
        background-image: url('/img/../images/defaults/check-c33734d26877b52d58f7f0e59510057a.png');
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        -ms-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        height: 14px;
        width: 18.2px;
        display: inline-block;
        position: absolute;
        right: 20px; }

.organize-apply-form .button {
  padding: 12px 20px; }
.organize-apply-form .error input, .organize-apply-form .error textarea, .organize-apply-form .error select {
  margin-bottom: 0.9375em; }
.organize-apply-form .form-error {
  margin-bottom: 0.9375em;
  color: #C9262C; }

[data-view="organize"] .ui-datepicker {
  background: #F7F8F8;
  padding: 5px; }
  [data-view="organize"] .ui-datepicker .ui-datepicker-header {
    text-align: center; }
    [data-view="organize"] .ui-datepicker .ui-datepicker-header .ui-datepicker-next {
      margin-left: 10px; }

.date-short-field {
  width: 85px; }

.date-year-field {
  width: 100px; }

.radio-list, .checkbox-list {
  list-style: none; }
  .radio-list .custom.radio, .radio-list .custom.checkbox, .checkbox-list .custom.radio, .checkbox-list .custom.checkbox {
    float: left; }
  .radio-list label, .checkbox-list label {
    display: block;
    margin-left: 30px;
    font-size: 14px; }
  .radio-list li, .checkbox-list li {
    margin-bottom: 5px; }

.conditional-row {
  margin: 20px 0; }
  .conditional-row .row {
    background: #F7F8F8;
    padding: 15px 15px; }
  .conditional-row:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #F7F8F8 transparent;
    left: 75%;
    top: 0px; }
  .conditional-row[class*="-left"]:after {
    left: 25%; }

.custom.radio, .custom.checkbox {
  cursor: pointer; }

.pick-date {
  height: 40px;
  width: 30px;
  background-image: url('/img/../images/defaults/calendar-9bce59ccbf370b8b5880e3baf0c0a08d.png');
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  margin-top: 8px; }

body[data-region=usa] .thank-you.row {
  min-height: 40.625em;
  background-color: #f26443;
  position: relative;
  position: relative;
  display: table;
  padding-bottom: 2em; }
  body[data-region=usa] .thank-you.row:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #f26443;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  body[data-region=usa] .thank-you.row:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #f26443;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  @media screen and (max-width: 40.625em) {
    body[data-region=usa] .thank-you.row {
      min-height: 31.25em;
      padding-bottom: 1.25em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=usa] .thank-you.row {
      min-height: 25em;
      padding-bottom: 1em; } }
body[data-region=usa] .thank-you-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px; }
body[data-region=usa] .thank-you-headline {
  color: #F7F8F8;
  font-size: 6.75em;
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (max-width: 40.625em) {
    body[data-region=usa] .thank-you-headline {
      font-size: 4.5em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=usa] .thank-you-headline {
      font-size: 3em; } }
body[data-region=usa] .thank-you-headline + h3, body[data-region=usa] .thank-you-headline + .ui-datepicker-title {
  margin-bottom: 2.5em; }
body[data-region=usa] .thanks-cta-button {
  font-size: 1.2em;
  background: none;
  border: 1px solid #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px; }
  body[data-region=usa] .thanks-cta-button a {
    color: #555;
    padding: 1em; }
  body[data-region=usa] .thanks-cta-button:hover {
    background: none;
    border: 1px solid #F7F8F8; }
  @media screen and (max-width: 40.625em) {
    body[data-region=usa] .thanks-cta-button {
      font-size: 0.85em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=usa] .thanks-cta-button {
      font-size: 0.7em; } }
body[data-region=usa] .thank-you .digest-signup {
  width: 50%;
  margin: 0 auto; }
  body[data-region=usa] .thank-you .digest-signup svg #logo g g {
    fill: #8a8c8e; }
  body[data-region=usa] .thank-you .digest-signup h3, body[data-region=usa] .thank-you .digest-signup .ui-datepicker-title, body[data-region=usa] .thank-you .digest-signup p {
    text-align: left; }
  body[data-region=usa] .thank-you .digest-signup p {
    color: #555 !important; }
  body[data-region=usa] .thank-you .digest-signup form input[type=submit] {
    background-color: #8a8c8e !important; }
    body[data-region=usa] .thank-you .digest-signup form input[type=submit]:hover {
      background-color: #d0d0d0 !important; }
  body[data-region=usa] .thank-you .digest-signup #sd-footer-logo #startup-digest-svg {
    top: -15px; }
@media only screen and (max-width: 767px) {
  body[data-region=usa] .thank-you .digest-signup {
    width: 100%; }
    body[data-region=usa] .thank-you .digest-signup #sd-footer-logo {
      display: none; }
    body[data-region=usa] .thank-you .digest-signup #footer-form {
      width: 100%; } }

body[data-region=europe] .thank-you.row {
  min-height: 40.625em;
  background-color: #54d6cf;
  position: relative;
  position: relative;
  display: table;
  padding-bottom: 2em; }
  body[data-region=europe] .thank-you.row:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #54d6cf;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  body[data-region=europe] .thank-you.row:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #54d6cf;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  @media screen and (max-width: 40.625em) {
    body[data-region=europe] .thank-you.row {
      min-height: 31.25em;
      padding-bottom: 1.25em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=europe] .thank-you.row {
      min-height: 25em;
      padding-bottom: 1em; } }
body[data-region=europe] .thank-you-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px; }
body[data-region=europe] .thank-you-headline {
  color: #F7F8F8;
  font-size: 6.75em;
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (max-width: 40.625em) {
    body[data-region=europe] .thank-you-headline {
      font-size: 4.5em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=europe] .thank-you-headline {
      font-size: 3em; } }
body[data-region=europe] .thank-you-headline + h3, body[data-region=europe] .thank-you-headline + .ui-datepicker-title {
  margin-bottom: 2.5em; }
body[data-region=europe] .thanks-cta-button {
  font-size: 1.2em;
  background: none;
  border: 1px solid #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px; }
  body[data-region=europe] .thanks-cta-button a {
    color: #555;
    padding: 1em; }
  body[data-region=europe] .thanks-cta-button:hover {
    background: none;
    border: 1px solid #F7F8F8; }
  @media screen and (max-width: 40.625em) {
    body[data-region=europe] .thanks-cta-button {
      font-size: 0.85em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=europe] .thanks-cta-button {
      font-size: 0.7em; } }
body[data-region=europe] .thank-you .digest-signup {
  width: 50%;
  margin: 0 auto; }
  body[data-region=europe] .thank-you .digest-signup svg #logo g g {
    fill: #8a8c8e; }
  body[data-region=europe] .thank-you .digest-signup h3, body[data-region=europe] .thank-you .digest-signup .ui-datepicker-title, body[data-region=europe] .thank-you .digest-signup p {
    text-align: left; }
  body[data-region=europe] .thank-you .digest-signup p {
    color: #555 !important; }
  body[data-region=europe] .thank-you .digest-signup form input[type=submit] {
    background-color: #8a8c8e !important; }
    body[data-region=europe] .thank-you .digest-signup form input[type=submit]:hover {
      background-color: #d0d0d0 !important; }
  body[data-region=europe] .thank-you .digest-signup #sd-footer-logo #startup-digest-svg {
    top: -15px; }
@media only screen and (max-width: 767px) {
  body[data-region=europe] .thank-you .digest-signup {
    width: 100%; }
    body[data-region=europe] .thank-you .digest-signup #sd-footer-logo {
      display: none; }
    body[data-region=europe] .thank-you .digest-signup #footer-form {
      width: 100%; } }

body[data-region=mena] .thank-you.row {
  min-height: 40.625em;
  background-color: #32d77e;
  position: relative;
  position: relative;
  display: table;
  padding-bottom: 2em; }
  body[data-region=mena] .thank-you.row:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #32d77e;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  body[data-region=mena] .thank-you.row:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #32d77e;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  @media screen and (max-width: 40.625em) {
    body[data-region=mena] .thank-you.row {
      min-height: 31.25em;
      padding-bottom: 1.25em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=mena] .thank-you.row {
      min-height: 25em;
      padding-bottom: 1em; } }
body[data-region=mena] .thank-you-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px; }
body[data-region=mena] .thank-you-headline {
  color: #F7F8F8;
  font-size: 6.75em;
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (max-width: 40.625em) {
    body[data-region=mena] .thank-you-headline {
      font-size: 4.5em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=mena] .thank-you-headline {
      font-size: 3em; } }
body[data-region=mena] .thank-you-headline + h3, body[data-region=mena] .thank-you-headline + .ui-datepicker-title {
  margin-bottom: 2.5em; }
body[data-region=mena] .thanks-cta-button {
  font-size: 1.2em;
  background: none;
  border: 1px solid #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px; }
  body[data-region=mena] .thanks-cta-button a {
    color: #555;
    padding: 1em; }
  body[data-region=mena] .thanks-cta-button:hover {
    background: none;
    border: 1px solid #F7F8F8; }
  @media screen and (max-width: 40.625em) {
    body[data-region=mena] .thanks-cta-button {
      font-size: 0.85em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=mena] .thanks-cta-button {
      font-size: 0.7em; } }
body[data-region=mena] .thank-you .digest-signup {
  width: 50%;
  margin: 0 auto; }
  body[data-region=mena] .thank-you .digest-signup svg #logo g g {
    fill: #8a8c8e; }
  body[data-region=mena] .thank-you .digest-signup h3, body[data-region=mena] .thank-you .digest-signup .ui-datepicker-title, body[data-region=mena] .thank-you .digest-signup p {
    text-align: left; }
  body[data-region=mena] .thank-you .digest-signup p {
    color: #555 !important; }
  body[data-region=mena] .thank-you .digest-signup form input[type=submit] {
    background-color: #8a8c8e !important; }
    body[data-region=mena] .thank-you .digest-signup form input[type=submit]:hover {
      background-color: #d0d0d0 !important; }
  body[data-region=mena] .thank-you .digest-signup #sd-footer-logo #startup-digest-svg {
    top: -15px; }
@media only screen and (max-width: 767px) {
  body[data-region=mena] .thank-you .digest-signup {
    width: 100%; }
    body[data-region=mena] .thank-you .digest-signup #sd-footer-logo {
      display: none; }
    body[data-region=mena] .thank-you .digest-signup #footer-form {
      width: 100%; } }

body[data-region=latam] .thank-you.row {
  min-height: 40.625em;
  background-color: #f8bc33;
  position: relative;
  position: relative;
  display: table;
  padding-bottom: 2em; }
  body[data-region=latam] .thank-you.row:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #f8bc33;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  body[data-region=latam] .thank-you.row:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #f8bc33;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  @media screen and (max-width: 40.625em) {
    body[data-region=latam] .thank-you.row {
      min-height: 31.25em;
      padding-bottom: 1.25em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=latam] .thank-you.row {
      min-height: 25em;
      padding-bottom: 1em; } }
body[data-region=latam] .thank-you-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px; }
body[data-region=latam] .thank-you-headline {
  color: #F7F8F8;
  font-size: 6.75em;
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (max-width: 40.625em) {
    body[data-region=latam] .thank-you-headline {
      font-size: 4.5em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=latam] .thank-you-headline {
      font-size: 3em; } }
body[data-region=latam] .thank-you-headline + h3, body[data-region=latam] .thank-you-headline + .ui-datepicker-title {
  margin-bottom: 2.5em; }
body[data-region=latam] .thanks-cta-button {
  font-size: 1.2em;
  background: none;
  border: 1px solid #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px; }
  body[data-region=latam] .thanks-cta-button a {
    color: #555;
    padding: 1em; }
  body[data-region=latam] .thanks-cta-button:hover {
    background: none;
    border: 1px solid #F7F8F8; }
  @media screen and (max-width: 40.625em) {
    body[data-region=latam] .thanks-cta-button {
      font-size: 0.85em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=latam] .thanks-cta-button {
      font-size: 0.7em; } }
body[data-region=latam] .thank-you .digest-signup {
  width: 50%;
  margin: 0 auto; }
  body[data-region=latam] .thank-you .digest-signup svg #logo g g {
    fill: #8a8c8e; }
  body[data-region=latam] .thank-you .digest-signup h3, body[data-region=latam] .thank-you .digest-signup .ui-datepicker-title, body[data-region=latam] .thank-you .digest-signup p {
    text-align: left; }
  body[data-region=latam] .thank-you .digest-signup p {
    color: #555 !important; }
  body[data-region=latam] .thank-you .digest-signup form input[type=submit] {
    background-color: #8a8c8e !important; }
    body[data-region=latam] .thank-you .digest-signup form input[type=submit]:hover {
      background-color: #d0d0d0 !important; }
  body[data-region=latam] .thank-you .digest-signup #sd-footer-logo #startup-digest-svg {
    top: -15px; }
@media only screen and (max-width: 767px) {
  body[data-region=latam] .thank-you .digest-signup {
    width: 100%; }
    body[data-region=latam] .thank-you .digest-signup #sd-footer-logo {
      display: none; }
    body[data-region=latam] .thank-you .digest-signup #footer-form {
      width: 100%; } }

body[data-region=brasil] .thank-you.row {
  min-height: 40.625em;
  background-color: #cddb36;
  position: relative;
  position: relative;
  display: table;
  padding-bottom: 2em; }
  body[data-region=brasil] .thank-you.row:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #cddb36;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  body[data-region=brasil] .thank-you.row:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #cddb36;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  @media screen and (max-width: 40.625em) {
    body[data-region=brasil] .thank-you.row {
      min-height: 31.25em;
      padding-bottom: 1.25em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=brasil] .thank-you.row {
      min-height: 25em;
      padding-bottom: 1em; } }
body[data-region=brasil] .thank-you-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px; }
body[data-region=brasil] .thank-you-headline {
  color: #F7F8F8;
  font-size: 6.75em;
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (max-width: 40.625em) {
    body[data-region=brasil] .thank-you-headline {
      font-size: 4.5em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=brasil] .thank-you-headline {
      font-size: 3em; } }
body[data-region=brasil] .thank-you-headline + h3, body[data-region=brasil] .thank-you-headline + .ui-datepicker-title {
  margin-bottom: 2.5em; }
body[data-region=brasil] .thanks-cta-button {
  font-size: 1.2em;
  background: none;
  border: 1px solid #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px; }
  body[data-region=brasil] .thanks-cta-button a {
    color: #555;
    padding: 1em; }
  body[data-region=brasil] .thanks-cta-button:hover {
    background: none;
    border: 1px solid #F7F8F8; }
  @media screen and (max-width: 40.625em) {
    body[data-region=brasil] .thanks-cta-button {
      font-size: 0.85em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=brasil] .thanks-cta-button {
      font-size: 0.7em; } }
body[data-region=brasil] .thank-you .digest-signup {
  width: 50%;
  margin: 0 auto; }
  body[data-region=brasil] .thank-you .digest-signup svg #logo g g {
    fill: #8a8c8e; }
  body[data-region=brasil] .thank-you .digest-signup h3, body[data-region=brasil] .thank-you .digest-signup .ui-datepicker-title, body[data-region=brasil] .thank-you .digest-signup p {
    text-align: left; }
  body[data-region=brasil] .thank-you .digest-signup p {
    color: #555 !important; }
  body[data-region=brasil] .thank-you .digest-signup form input[type=submit] {
    background-color: #8a8c8e !important; }
    body[data-region=brasil] .thank-you .digest-signup form input[type=submit]:hover {
      background-color: #d0d0d0 !important; }
  body[data-region=brasil] .thank-you .digest-signup #sd-footer-logo #startup-digest-svg {
    top: -15px; }
@media only screen and (max-width: 767px) {
  body[data-region=brasil] .thank-you .digest-signup {
    width: 100%; }
    body[data-region=brasil] .thank-you .digest-signup #sd-footer-logo {
      display: none; }
    body[data-region=brasil] .thank-you .digest-signup #footer-form {
      width: 100%; } }

body[data-region=malaysia] .thank-you.row {
  min-height: 40.625em;
  background-color: #32d77e;
  position: relative;
  position: relative;
  display: table;
  padding-bottom: 2em; }
  body[data-region=malaysia] .thank-you.row:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #32d77e;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  body[data-region=malaysia] .thank-you.row:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #32d77e;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  @media screen and (max-width: 40.625em) {
    body[data-region=malaysia] .thank-you.row {
      min-height: 31.25em;
      padding-bottom: 1.25em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=malaysia] .thank-you.row {
      min-height: 25em;
      padding-bottom: 1em; } }
body[data-region=malaysia] .thank-you-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px; }
body[data-region=malaysia] .thank-you-headline {
  color: #F7F8F8;
  font-size: 6.75em;
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (max-width: 40.625em) {
    body[data-region=malaysia] .thank-you-headline {
      font-size: 4.5em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=malaysia] .thank-you-headline {
      font-size: 3em; } }
body[data-region=malaysia] .thank-you-headline + h3, body[data-region=malaysia] .thank-you-headline + .ui-datepicker-title {
  margin-bottom: 2.5em; }
body[data-region=malaysia] .thanks-cta-button {
  font-size: 1.2em;
  background: none;
  border: 1px solid #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px; }
  body[data-region=malaysia] .thanks-cta-button a {
    color: #555;
    padding: 1em; }
  body[data-region=malaysia] .thanks-cta-button:hover {
    background: none;
    border: 1px solid #F7F8F8; }
  @media screen and (max-width: 40.625em) {
    body[data-region=malaysia] .thanks-cta-button {
      font-size: 0.85em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=malaysia] .thanks-cta-button {
      font-size: 0.7em; } }
body[data-region=malaysia] .thank-you .digest-signup {
  width: 50%;
  margin: 0 auto; }
  body[data-region=malaysia] .thank-you .digest-signup svg #logo g g {
    fill: #8a8c8e; }
  body[data-region=malaysia] .thank-you .digest-signup h3, body[data-region=malaysia] .thank-you .digest-signup .ui-datepicker-title, body[data-region=malaysia] .thank-you .digest-signup p {
    text-align: left; }
  body[data-region=malaysia] .thank-you .digest-signup p {
    color: #555 !important; }
  body[data-region=malaysia] .thank-you .digest-signup form input[type=submit] {
    background-color: #8a8c8e !important; }
    body[data-region=malaysia] .thank-you .digest-signup form input[type=submit]:hover {
      background-color: #d0d0d0 !important; }
  body[data-region=malaysia] .thank-you .digest-signup #sd-footer-logo #startup-digest-svg {
    top: -15px; }
@media only screen and (max-width: 767px) {
  body[data-region=malaysia] .thank-you .digest-signup {
    width: 100%; }
    body[data-region=malaysia] .thank-you .digest-signup #sd-footer-logo {
      display: none; }
    body[data-region=malaysia] .thank-you .digest-signup #footer-form {
      width: 100%; } }

body[data-region=oceania] .thank-you.row {
  min-height: 40.625em;
  background-color: #32d77e;
  position: relative;
  position: relative;
  display: table;
  padding-bottom: 2em; }
  body[data-region=oceania] .thank-you.row:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #32d77e;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  body[data-region=oceania] .thank-you.row:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #32d77e;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  @media screen and (max-width: 40.625em) {
    body[data-region=oceania] .thank-you.row {
      min-height: 31.25em;
      padding-bottom: 1.25em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=oceania] .thank-you.row {
      min-height: 25em;
      padding-bottom: 1em; } }
body[data-region=oceania] .thank-you-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px; }
body[data-region=oceania] .thank-you-headline {
  color: #F7F8F8;
  font-size: 6.75em;
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (max-width: 40.625em) {
    body[data-region=oceania] .thank-you-headline {
      font-size: 4.5em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=oceania] .thank-you-headline {
      font-size: 3em; } }
body[data-region=oceania] .thank-you-headline + h3, body[data-region=oceania] .thank-you-headline + .ui-datepicker-title {
  margin-bottom: 2.5em; }
body[data-region=oceania] .thanks-cta-button {
  font-size: 1.2em;
  background: none;
  border: 1px solid #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px; }
  body[data-region=oceania] .thanks-cta-button a {
    color: #555;
    padding: 1em; }
  body[data-region=oceania] .thanks-cta-button:hover {
    background: none;
    border: 1px solid #F7F8F8; }
  @media screen and (max-width: 40.625em) {
    body[data-region=oceania] .thanks-cta-button {
      font-size: 0.85em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=oceania] .thanks-cta-button {
      font-size: 0.7em; } }
body[data-region=oceania] .thank-you .digest-signup {
  width: 50%;
  margin: 0 auto; }
  body[data-region=oceania] .thank-you .digest-signup svg #logo g g {
    fill: #8a8c8e; }
  body[data-region=oceania] .thank-you .digest-signup h3, body[data-region=oceania] .thank-you .digest-signup .ui-datepicker-title, body[data-region=oceania] .thank-you .digest-signup p {
    text-align: left; }
  body[data-region=oceania] .thank-you .digest-signup p {
    color: #555 !important; }
  body[data-region=oceania] .thank-you .digest-signup form input[type=submit] {
    background-color: #8a8c8e !important; }
    body[data-region=oceania] .thank-you .digest-signup form input[type=submit]:hover {
      background-color: #d0d0d0 !important; }
  body[data-region=oceania] .thank-you .digest-signup #sd-footer-logo #startup-digest-svg {
    top: -15px; }
@media only screen and (max-width: 767px) {
  body[data-region=oceania] .thank-you .digest-signup {
    width: 100%; }
    body[data-region=oceania] .thank-you .digest-signup #sd-footer-logo {
      display: none; }
    body[data-region=oceania] .thank-you .digest-signup #footer-form {
      width: 100%; } }

body[data-region=global] .thank-you.row {
  min-height: 40.625em;
  background-color: #32d77e;
  position: relative;
  position: relative;
  display: table;
  padding-bottom: 2em; }
  body[data-region=global] .thank-you.row:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #32d77e;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  body[data-region=global] .thank-you.row:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #32d77e;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  @media screen and (max-width: 40.625em) {
    body[data-region=global] .thank-you.row {
      min-height: 31.25em;
      padding-bottom: 1.25em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=global] .thank-you.row {
      min-height: 25em;
      padding-bottom: 1em; } }
body[data-region=global] .thank-you-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 1px; }
body[data-region=global] .thank-you-headline {
  color: #F7F8F8;
  font-size: 6.75em;
  line-height: 1;
  margin-bottom: 0; }
  @media screen and (max-width: 40.625em) {
    body[data-region=global] .thank-you-headline {
      font-size: 4.5em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=global] .thank-you-headline {
      font-size: 3em; } }
body[data-region=global] .thank-you-headline + h3, body[data-region=global] .thank-you-headline + .ui-datepicker-title {
  margin-bottom: 2.5em; }
body[data-region=global] .thanks-cta-button {
  font-size: 1.2em;
  background: none;
  border: 1px solid #555;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  letter-spacing: 1px; }
  body[data-region=global] .thanks-cta-button a {
    color: #555;
    padding: 1em; }
  body[data-region=global] .thanks-cta-button:hover {
    background: none;
    border: 1px solid #F7F8F8; }
  @media screen and (max-width: 40.625em) {
    body[data-region=global] .thanks-cta-button {
      font-size: 0.85em; } }
  @media screen and (max-width: 26.5625em) {
    body[data-region=global] .thanks-cta-button {
      font-size: 0.7em; } }
body[data-region=global] .thank-you .digest-signup {
  width: 50%;
  margin: 0 auto; }
  body[data-region=global] .thank-you .digest-signup svg #logo g g {
    fill: #8a8c8e; }
  body[data-region=global] .thank-you .digest-signup h3, body[data-region=global] .thank-you .digest-signup .ui-datepicker-title, body[data-region=global] .thank-you .digest-signup p {
    text-align: left; }
  body[data-region=global] .thank-you .digest-signup p {
    color: #555 !important; }
  body[data-region=global] .thank-you .digest-signup form input[type=submit] {
    background-color: #8a8c8e !important; }
    body[data-region=global] .thank-you .digest-signup form input[type=submit]:hover {
      background-color: #d0d0d0 !important; }
  body[data-region=global] .thank-you .digest-signup #sd-footer-logo #startup-digest-svg {
    top: -15px; }
@media only screen and (max-width: 767px) {
  body[data-region=global] .thank-you .digest-signup {
    width: 100%; }
    body[data-region=global] .thank-you .digest-signup #sd-footer-logo {
      display: none; }
    body[data-region=global] .thank-you .digest-signup #footer-form {
      width: 100%; } }

.digest-homepage .page-hero {
  background: #878787;
  background: url('/img/../images/startup_digest_homepage_hero-0c2c22b5606721a172b691d3d3b5e727.svg') no-repeat 100% 50%;
  -webkit-background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-height: 21.625em;
  -webkit-box-shadow: inset 0 10px 10px -10px #454747;
  -moz-box-shadow: inset 0 10px 10px -10px #454747;
  -ms-box-shadow: inset 0 10px 10px -10px #454747;
  -o-box-shadow: inset 0 10px 10px -10px #454747;
  box-shadow: inset 0 10px 10px -10px #454747; }

.digest-homepage .subscribe-bar {
  padding: 1.25em 0 1.55em; }
  body[data-region=usa] .digest-homepage .subscribe-bar {
    background-color: #f26443; }
  body[data-region=europe] .digest-homepage .subscribe-bar {
    background-color: #54d6cf; }
  body[data-region=mena] .digest-homepage .subscribe-bar {
    background-color: #32d77e; }
  body[data-region=latam] .digest-homepage .subscribe-bar {
    background-color: #f8bc33; }
  body[data-region=brasil] .digest-homepage .subscribe-bar {
    background-color: #cddb36; }
  body[data-region=malaysia] .digest-homepage .subscribe-bar {
    background-color: #32d77e; }
  body[data-region=oceania] .digest-homepage .subscribe-bar {
    background-color: #32d77e; }
  body[data-region=global] .digest-homepage .subscribe-bar {
    background-color: #32d77e; }
  .digest-homepage .subscribe-bar h2 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 1.25em;
    margin-bottom: 0;
    padding-top: 0.25em; }
  .digest-homepage .subscribe-bar h3, .digest-homepage .subscribe-bar .ui-datepicker-title {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    color: #fff;
    font-size: 0.8125em; }
  .digest-homepage .subscribe-bar .startupdigest-subscribe {
    padding-top: .85em;
    margin: 0; }
    body[data-region=usa] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text] {
      color: #f26443; }
    body[data-region=europe] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text] {
      color: #54d6cf; }
    body[data-region=mena] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text] {
      color: #32d77e; }
    body[data-region=latam] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text] {
      color: #f8bc33; }
    body[data-region=brasil] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text] {
      color: #cddb36; }
    body[data-region=malaysia] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text] {
      color: #32d77e; }
    body[data-region=oceania] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text] {
      color: #32d77e; }
    body[data-region=global] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text] {
      color: #32d77e; }
    body[data-region=usa] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-webkit-input-placeholder {
      color: #f26443; }
    body[data-region=europe] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-webkit-input-placeholder {
      color: #54d6cf; }
    body[data-region=mena] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-webkit-input-placeholder {
      color: #32d77e; }
    body[data-region=latam] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-webkit-input-placeholder {
      color: #f8bc33; }
    body[data-region=brasil] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-webkit-input-placeholder {
      color: #cddb36; }
    body[data-region=malaysia] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-webkit-input-placeholder {
      color: #32d77e; }
    body[data-region=oceania] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-webkit-input-placeholder {
      color: #32d77e; }
    body[data-region=global] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-webkit-input-placeholder {
      color: #32d77e; }
    body[data-region=usa] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-moz-placeholder {
      color: #f26443; }
    body[data-region=europe] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-moz-placeholder {
      color: #54d6cf; }
    body[data-region=mena] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-moz-placeholder {
      color: #32d77e; }
    body[data-region=latam] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-moz-placeholder {
      color: #f8bc33; }
    body[data-region=brasil] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-moz-placeholder {
      color: #cddb36; }
    body[data-region=malaysia] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-moz-placeholder {
      color: #32d77e; }
    body[data-region=oceania] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-moz-placeholder {
      color: #32d77e; }
    body[data-region=global] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]::-moz-placeholder {
      color: #32d77e; }
    body[data-region=usa] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]:-ms-input-placeholder {
      color: #f26443; }
    body[data-region=europe] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]:-ms-input-placeholder {
      color: #54d6cf; }
    body[data-region=mena] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]:-ms-input-placeholder {
      color: #32d77e; }
    body[data-region=latam] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]:-ms-input-placeholder {
      color: #f8bc33; }
    body[data-region=brasil] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]:-ms-input-placeholder {
      color: #cddb36; }
    body[data-region=malaysia] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]:-ms-input-placeholder {
      color: #32d77e; }
    body[data-region=oceania] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]:-ms-input-placeholder {
      color: #32d77e; }
    body[data-region=global] .digest-homepage .subscribe-bar .startupdigest-subscribe input[type=text]:-ms-input-placeholder {
      color: #32d77e; }
  .digest-homepage .subscribe-bar input {
    margin: 0;
    height: 2.5em; }
    .digest-homepage .subscribe-bar input[type=submit] {
      height: 2.25em;
      padding: 0.5em; }
  .digest-homepage .subscribe-bar .event-notify-form .button {
    background-color: #30302f; }
    .digest-homepage .subscribe-bar .event-notify-form .button:hover, .digest-homepage .subscribe-bar .event-notify-form .button:focus {
      background-color: #8a8c8e; }

.digest-homepage #community-events-calendar .grid-heading h4 {
  font-size: 0.75em; }
.digest-homepage #leaders .grid-heading {
  margin-top: 2.8125em; }
.digest-homepage .undecorated-list {
  max-width: 23.4375em; }

.row.reading-lists-row {
  overflow: hidden;
  padding: 0 1.25em; }

.reading-lists-scroller {
  position: relative; }

.reading-lists {
  display: table-row;
  position: relative;
  -o-transition: 1.3s ease-in-out;
  -moz-transition: 1.3s ease-in-out;
  -webkit-transition: 1.3s ease-in-out;
  -webkit-transition: 1.3s ease-in-out;
  -moz-transition: 1.3s ease-in-out;
  -ms-transition: 1.3s ease-in-out;
  -o-transition: 1.3s ease-in-out;
  transition: 1.3s ease-in-out; }
  .reading-lists h4 {
    font-size: 0.75em; }

.list-tile {
  display: table-cell;
  margin-top: 3.125em;
  margin-bottom: 3.125em;
  min-width: 15.375em; }

.tile-columns {
  display: table-cell;
  float: none !important; }

.list-tile__wrap {
  background-color: #f7f8f8;
  min-height: 21.875em;
  position: relative; }

.list-tile__content {
  padding: 1em 1.25em; }

#startup-digest, #customer-development, #developer, #education, #emerging-economies, #enterprise, #government, #health, #maker, #mobile, #startup-community-leaders, #women-entrepreneurship, #youth-entrepreneurship {
  display: none; }

.startup-digest #customer-development, .customer-development #customer-development, .developer #developer, .education #education, .emerging-economies #emerging-economies, .enterprise #enterprise, .government #government, .health #health, .maker #maker, .mobile #mobile, .startup-community-leaders #startup-community-leaders, .women-entrepreneurship #women-entrepreneurship, .youth-entrepreneurship #youth-entrepreneurship {
  display: block; }

.list-tile__icon {
  background: #F0F2F2;
  padding: 0.75em; }
  .list-tile__icon svg {
    width: 115px;
    height: 115px;
    display: block;
    margin: 0 auto; }
  .list-tile__icon path, .list-tile__icon line, .list-tile__icon polygon, .list-tile__icon circle, .list-tile__icon polyline, .list-tile__icon rect {
    stroke: #cccece; }

.list-tile__title {
  font-size: 1.125em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  font-weight: 400;
  margin-bottom: 0.15em;
  line-height: 1.25; }

.list-tile__subscribe-link {
  font-size: 0.875em;
  position: absolute;
  bottom: 1.5em; }

.reading-lists__control {
  width: 1.875em;
  height: 2.5em;
  background-color: #b6b6b8;
  position: absolute;
  cursor: pointer;
  z-index: 500;
  opacity: 100%;
  -o-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }
  .reading-lists__control.control-disabled {
    opacity: 0;
    background-color: #e5e6e9;
    cursor: default; }
  .reading-lists__control .chevron {
    padding: 1.3em 1em; }
    .reading-lists__control .chevron:before, .reading-lists__control .chevron:after {
      -o-transition: background-color 0.3s linear;
      -moz-transition: background-color 0.3s linear;
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;
      background-color: #e5e5e6; }
    .reading-lists__control .chevron:hover:before, .reading-lists__control .chevron:hover:after {
      -o-transition: background-color 0.3s linear;
      -moz-transition: background-color 0.3s linear;
      -webkit-transition: background-color 0.3s linear;
      transition: background-color 0.3s linear;
      background-color: white; }
    .reading-lists__control .chevron:before, .reading-lists__control .chevron:after {
      display: inline-block;
      content: "";
      width: 13.9014px;
      height: 3px;
      position: absolute;
      top: 50%;
      left: 50%; }
    .reading-lists__control .chevron.left:before, .reading-lists__control .chevron.left:after {
      -webkit-transform-origin: -6.9507px 0;
      -moz-transform-origin: -6.9507px 0;
      -ms-transform-origin: -6.9507px 0;
      -o-transform-origin: -6.9507px 0;
      transform-origin: -6.9507px 0; }
    .reading-lists__control .chevron.left:before {
      -webkit-transform: rotate(-45deg) translate(-6.9507px, 0);
      -moz-transform: rotate(-45deg) translate(-6.9507px, 0);
      -ms-transform: rotate(-45deg) translate(-6.9507px, 0);
      -o-transform: rotate(-45deg) translate(-6.9507px, 0);
      transform: rotate(-45deg) translate(-6.9507px, 0); }
    .reading-lists__control .chevron.left:after {
      -webkit-transform: rotate(45deg) translate(-6.9507px, -3px);
      -moz-transform: rotate(45deg) translate(-6.9507px, -3px);
      -ms-transform: rotate(45deg) translate(-6.9507px, -3px);
      -o-transform: rotate(45deg) translate(-6.9507px, -3px);
      transform: rotate(45deg) translate(-6.9507px, -3px); }
    .reading-lists__control .chevron.right:before, .reading-lists__control .chevron.right:after {
      -webkit-transform-origin: 6.9507px 0;
      -moz-transform-origin: 6.9507px 0;
      -ms-transform-origin: 6.9507px 0;
      -o-transform-origin: 6.9507px 0;
      transform-origin: 6.9507px 0; }
    .reading-lists__control .chevron.right:before {
      -webkit-transform: rotate(45deg) translate(-6.9507px, 0);
      -moz-transform: rotate(45deg) translate(-6.9507px, 0);
      -ms-transform: rotate(45deg) translate(-6.9507px, 0);
      -o-transform: rotate(45deg) translate(-6.9507px, 0);
      transform: rotate(45deg) translate(-6.9507px, 0); }
    .reading-lists__control .chevron.right:after {
      -webkit-transform: rotate(-45deg) translate(-6.9507px, -3px);
      -moz-transform: rotate(-45deg) translate(-6.9507px, -3px);
      -ms-transform: rotate(-45deg) translate(-6.9507px, -3px);
      -o-transform: rotate(-45deg) translate(-6.9507px, -3px);
      transform: rotate(-45deg) translate(-6.9507px, -3px); }

.reading-lists__control-left {
  top: 242px;
  left: 0%; }
  @media screen and (min-width: 86.25em) {
    .reading-lists__control-left {
      left: 3%; } }

.reading-lists__control-right {
  top: 242px;
  right: 0%; }
  @media screen and (min-width: 86.25em) {
    .reading-lists__control-right {
      right: 3%; } }

.reading-lists-scroller {
  margin-top: 3.125em;
  margin-bottom: 8.125em; }
  .reading-lists-scroller h2 {
    margin-bottom: 0.25em; }
  .reading-lists-scroller .see-more-link {
    text-transform: uppercase;
    margin-bottom: 2.5em;
    display: inline-block;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-weight: 600; }
  .reading-lists-scroller p {
    color: gray;
    letter-spacing: 0px; }

.image-overlay-text {
  color: #fff;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-transform: uppercase;
  height: 1.125em; }

.events__main-content .grid-heading {
  margin-bottom: 1.875em; }
  .events__main-content .grid-heading h1 {
    font-size: 1.25em;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0.25em; }

.main-content__header .events__page-title {
  font-size: 1.875em;
  line-height: 1;
  margin: 0; }

.events-grid.row .program-tile {
  margin-bottom: 1.875em; }

.events-grid__past.row {
  padding-bottom: 3em; }
  .events-grid__past.row .program-tile {
    margin-bottom: 1.875em; }
    .events-grid__past.row .program-tile .program-tile__image {
      position: relative; }
      .events-grid__past.row .program-tile .program-tile__image:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        background-color: rgba(0, 0, 0, 0.5); }

.events__sidebar {
  padding-left: 1.875em;
  background-color: #F7F8F8;
  position: relative; }
  .events__sidebar:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #F7F8F8;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  .events__sidebar h3, .events__sidebar .ui-datepicker-title {
    margin-top: 2.25em; }
  .events__sidebar input[type=submit] {
    font-size: 0.75em; }

body[data-view=community] h2 {
  margin-top: 2.5em; }

#features {
  margin-bottom: 4em; }

#featured-stories {
  margin-bottom: 3em; }

#upcoming-events {
  background-color: #f7f8f8;
  position: relative;
  border: none;
  border: none; }
  #upcoming-events:before {
    -webkit-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -moz-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -ms-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -o-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    top: 0; }

#community-events-calendar {
  padding-bottom: 2em; }
  #community-events-calendar .calendar-date {
    margin-top: 0.9375em; }
    #community-events-calendar .calendar-date h1 {
      padding-top: 2em;
      font-size: 1em;
      display: block;
      height: 13.125em;
      background-color: #ffffff;
      border-top-width: 4px;
      border-top-style: solid;
      -webkit-box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22);
      -moz-box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22);
      -ms-box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22);
      -o-box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22);
      box-shadow: 0px 4px 5px rgba(138, 140, 142, 0.22); }
      #community-events-calendar .calendar-date h1 br {
        line-height: 37px; }
  #community-events-calendar .calendar-date__month, #community-events-calendar .calendar-date__day {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: 300;
    line-height: 0.9; }
  #community-events-calendar .calendar-date__day {
    color: #dadbdc; }
  #community-events-calendar .calendar-date__month {
    font-size: 1.5em;
    font-weight: 300; }
  #community-events-calendar .calendar-date__day {
    font-size: 6.25em;
    font-weight: 600; }
  #community-events-calendar .event-list {
    margin-top: 0.9375em; }
    #community-events-calendar .event-list li {
      margin-bottom: 1em;
      line-height: 1.125em;
      font-size: 0.875em;
      color: #30302f;
      -o-transition: color 0.3s linear;
      -moz-transition: color 0.3s linear;
      -webkit-transition: color 0.3s linear;
      transition: color 0.3s linear; }
      #community-events-calendar .event-list li:hover {
        -o-transition: color 0.3s linear;
        -moz-transition: color 0.3s linear;
        -webkit-transition: color 0.3s linear;
        transition: color 0.3s linear;
        color: #7d7d7b; }
    #community-events-calendar .event-list .digest-event--date, #community-events-calendar .event-list .digest-event--more {
      font-weight: 600; }
    #community-events-calendar .event-list .digest-event--title {
      color: #30302f; }

#community-digest-signup {
  border: none;
  padding-top: 3em;
  padding-bottom: 1em;
  background-color: #eef2f2;
  position: relative; }
  #community-digest-signup:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #eef2f2;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  #community-digest-signup h4 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
    font-weight: normal;
    font-size: 1.25em;
    margin-bottom: 13px; }
  #community-digest-signup h4 + p {
    color: #898989; }
  @media screen and (min-width: 64em) {
    #community-digest-signup form {
      margin-top: 42px; } }
  #community-digest-signup input.button {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-top: 0;
    height: 40px;
    padding-left: 32px;
    padding-right: 32px; }
  #community-digest-signup form input[type=text] {
    background-color: #ffffff;
    border: none;
    height: 40px;
    margin-bottom: 10px; }
    #community-digest-signup form input[type=text]::-webkit-input-placeholder {
      font-size: 15px; }
    #community-digest-signup form input[type=text]::-moz-placeholder {
      font-size: 15px; }
    #community-digest-signup form input[type=text]:-ms-input-placeholder {
      font-size: 15px; }
  #community-digest-signup .error_email_subscribe {
    position: inherit; }
  #community-digest-signup .invalid {
    border: 1px solid red;
    -webkit-transition: -webkit-box-shadow 300ms, border-color 300ms ease-in-out;
    -moz-transition: -moz-box-shadow 300ms, border-color 300ms ease-in-out;
    transition: box-shadow 300ms, border-color 300ms ease-in-out; }
    #community-digest-signup .invalid:focus {
      -webkit-box-shadow: 0 0 5px red;
      -moz-box-shadow: 0 0 5px red;
      box-shadow: 0 0 5px red;
      border-color: red; }

#community-signup-logo {
  position: relative;
  height: 20em;
  min-height: 20em; }
  #community-signup-logo svg {
    height: 8em;
    fill: #424241;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: -1.625em;
    margin: auto; }

#resources .resource .resource__content {
  display: table; }
  @media screen and (min-width: 64em) {
    #resources .resource .resource__content {
      height: 19.25em; } }
  #resources .resource .resource__content > div {
    display: table-cell;
    vertical-align: middle; }
#resources .resource .resource__title, #resources .resource .resource__title a {
  line-height: 1.1;
  margin-bottom: 12px;
  font-size: 1.125em;
  font-weight: 600; }
#resources .resource .resource__location, #resources .resource .resource__description {
  font-size: 0.875em; }
#resources .resource .resource__location {
  color: #30302f; }
#resources .resource .resource__description {
  color: #8a8c8e;
  line-height: 21.69px; }

#resources-and-leaders {
  padding-bottom: 3em; }
  @media screen and (min-width: 64em) {
    #resources-and-leaders {
      padding-bottom: 5.625em; } }

@media screen and (min-width: 64em) {
  #leaders {
    padding-left: 0; } }

#blog-and-connect {
  border: none;
  background-shadow: #f7f8f8; }
  #blog-and-connect:before {
    -webkit-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -moz-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -ms-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -o-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    top: 0; }
  #blog-and-connect .grid-heading {
    margin-bottom: 1.75em; }

#social-share {
  margin-top: 3.15em; }

#upcoming-events {
  position: relative;
  min-height: 20em; }

@media only screen and (max-width: 767px) {
  body[data-view=community] h2 {
    margin-top: 3em;
    font-size: 0.9375em;
    text-align: left;
    max-width: 14.0625em; }
  body[data-view=community] h4 {
    text-align: left; }
  .program-tile {
    height: 17em !important;
    margin-bottom: 1em; }
    .program-tile .program-tile__content {
      height: 17em;
      min-height: 0; }
    .program-tile .program-tile__detail {
      font-size: 1.25em; }
  #featured-stories {
    margin-bottom: 3em; }
  #community-events-calendar {
    -webkit-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    padding-bottom: 1em; }
  #community-digest-signup {
    -webkit-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    padding-top: 0.5em; }
    #community-digest-signup form {
      margin-top: 0; }
    #community-digest-signup h4 {
      text-align: left;
      margin-top: 2.1875em;
      font-size: 0.9375em;
      text-align: left;
      max-width: 14.0625em;
      font-weight: 600; }
    #community-digest-signup input[type=submit] {
      font-size: 0.8125em; }
  #resources-and-leaders {
    padding-bottom: 3em; }
    #resources-and-leaders #resources .resource__title {
      font-size: 0.875em;
      margin-bottom: 0;
      margin-top: 0; }
    #resources-and-leaders #resources .resource__content {
      height: auto;
      padding-top: 0;
      padding-bottom: 0; }
    #resources-and-leaders #resources .resource__location {
      font-size: 0.8125em;
      margin-bottom: 0.5em; }
    #resources-and-leaders #resources .resource__description {
      font-size: 0.8125em;
      margin-bottom: 0; }
  #blog-and-connect {
    -webkit-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    -o-box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1);
    box-shadow: inset 5px 20px 20px -20px rgba(0, 0, 0, 0.1); }
  #social-share {
    margin-bottom: 1em; }
  .blog-post.grid-item {
    width: 100%;
    height: 14em;
    min-height: 0;
    margin-bottom: 0;
    padding-bottom: 0; }
    .blog-post.grid-item .blog-post__thumbnail {
      -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
      -ms-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
      -o-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.5); }
    .blog-post.grid-item .post-title {
      height: auto;
      margin-bottom: 0.5em; }
    .blog-post.grid-item .post-author {
      border: none;
      padding-bottom: 0; } }

#bootcamp-sidebar {
  background-color: #f7f8f8;
  padding-right: 2.5em;
  height: 100%;
  position: relative; }
  #bootcamp-sidebar:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #f7f8f8;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  #bootcamp-sidebar h3, #bootcamp-sidebar .ui-datepicker-title {
    margin: 0 0 0.2em; }
  #bootcamp-sidebar .event-notify-form .button {
    font-size: 0.875em;
    min-width: 100px; }
  #bootcamp-sidebar .event-notify-form input[type="text"] {
    margin-bottom: 1em;
    min-width: 180px; }

.sidebar-date {
  font-size: 1.25em;
  font-weight: 500;
  margin-bottom: 0; }

.tickets-button {
  font-size: 0.875em;
  margin: 1em 0 0; }

#bootcamp-content {
  background-color: #ffffff;
  position: relative;
  padding-left: 3em; }
  #bootcamp-content:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #ffffff;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  #bootcamp-content .breadcrumbs {
    font-weight: 600;
    font-size: 1em;
    margin: 0; }
  #bootcamp-content .event-map {
    margin-bottom: 3.25em;
    margin-top: 2.5em; }
    @media only screen and (max-width: 767px) {
      #bootcamp-content .event-map {
        margin-top: 1.5em;
        margin-bottom: 2.5em; } }
  #bootcamp-content .grid-heading h2 {
    color: #767676; }
  @media only screen and (max-width: 767px) {
    #bootcamp-content {
      padding: 1em; } }

.bootcamp-title {
  font-size: 1.875em;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1; }

.event-date-venue {
  margin-left: 1em; }
  @media only screen and (max-width: 767px) {
    .event-date-venue {
      margin: 1em 0 0 0; } }

.event-date {
  margin-bottom: 0.5em; }
  .event-date h3, .event-date .ui-datepicker-title {
    font-size: 1.125em;
    margin: 0 0 0.25em;
    line-height: 1.1; }
  .event-date p {
    margin-bottom: 0;
    font-size: 0.875em; }

.event-venue p {
  margin-bottom: 0;
  font-size: 0.875em; }

.one-day-schedule .full-width {
  color: #767676; }

#get-involved-nav {
  background-color: #f7f8f8;
  position: relative;
  padding-left: 0;
  position: relative; }
  #get-involved-nav:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #f7f8f8;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  #get-involved-nav:after {
    content: '';
    display: block;
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 4px;
    height: 100%;
    width: 0px;
    -webkit-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -moz-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -ms-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    -o-box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08);
    box-shadow: 0 2px 3px 1px rgba(204, 204, 204, 0.08); }

#get-involved-nav__main-nav nav {
  margin-right: -1.237em; }
#get-involved-nav__main-nav nav ul li {
  height: 4.25em;
  max-height: 4.25em;
  width: 100%;
  display: table;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative; }
  #get-involved-nav__main-nav nav ul li:before {
    position: absolute;
    height: 100%;
    content: '';
    background-color: transparent;
    display: inline-block;
    width: 3000px;
    top: 0;
    left: -3000px; }
  #get-involved-nav__main-nav nav ul li:before {
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-top: 1px solid #edeeee;
    border-bottom: 1px solid #edeeee; }
  #get-involved-nav__main-nav nav ul li.active, #get-involved-nav__main-nav nav ul li:hover {
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    background-color: #edeeee;
    -webkit-box-shadow: inset 0 10px 10px -10px #abb0b0;
    -moz-box-shadow: inset 0 10px 10px -10px #abb0b0;
    -ms-box-shadow: inset 0 10px 10px -10px #abb0b0;
    -o-box-shadow: inset 0 10px 10px -10px #abb0b0;
    box-shadow: inset 0 10px 10px -10px #abb0b0; }
    #get-involved-nav__main-nav nav ul li.active:before, #get-involved-nav__main-nav nav ul li:hover:before {
      position: absolute;
      height: 100%;
      content: '';
      background-color: #edeeee;
      display: inline-block;
      width: 3000px;
      top: 0;
      left: -3000px; }
    #get-involved-nav__main-nav nav ul li.active:before, #get-involved-nav__main-nav nav ul li:hover:before {
      -webkit-box-shadow: inset 0 10px 10px -10px #abb0b0;
      -moz-box-shadow: inset 0 10px 10px -10px #abb0b0;
      -ms-box-shadow: inset 0 10px 10px -10px #abb0b0;
      -o-box-shadow: inset 0 10px 10px -10px #abb0b0;
      box-shadow: inset 0 10px 10px -10px #abb0b0; }
    #get-involved-nav__main-nav nav ul li.active:before, #get-involved-nav__main-nav nav ul li:hover:before {
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    body[data-region=usa] #get-involved-nav__main-nav nav ul li.active a, body[data-region=usa] #get-involved-nav__main-nav nav ul li:hover a {
      color: #f26443; }
    body[data-region=europe] #get-involved-nav__main-nav nav ul li.active a, body[data-region=europe] #get-involved-nav__main-nav nav ul li:hover a {
      color: #54d6cf; }
    body[data-region=mena] #get-involved-nav__main-nav nav ul li.active a, body[data-region=mena] #get-involved-nav__main-nav nav ul li:hover a {
      color: #32d77e; }
    body[data-region=latam] #get-involved-nav__main-nav nav ul li.active a, body[data-region=latam] #get-involved-nav__main-nav nav ul li:hover a {
      color: #f8bc33; }
    body[data-region=brasil] #get-involved-nav__main-nav nav ul li.active a, body[data-region=brasil] #get-involved-nav__main-nav nav ul li:hover a {
      color: #cddb36; }
    body[data-region=malaysia] #get-involved-nav__main-nav nav ul li.active a, body[data-region=malaysia] #get-involved-nav__main-nav nav ul li:hover a {
      color: #32d77e; }
    body[data-region=oceania] #get-involved-nav__main-nav nav ul li.active a, body[data-region=oceania] #get-involved-nav__main-nav nav ul li:hover a {
      color: #32d77e; }
    body[data-region=global] #get-involved-nav__main-nav nav ul li.active a, body[data-region=global] #get-involved-nav__main-nav nav ul li:hover a {
      color: #32d77e; }
  #get-involved-nav__main-nav nav ul li.active a {
    font-weight: bold; }
  #get-involved-nav__main-nav nav ul li a {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    border-top: 1px solid #edeeee;
    border-bottom: 1px solid #edeeee;
    color: #8a8c8e;
    font-size: 1.125em; }

#get-involved-nav__second-nav {
  font-size: 0.875em; }
  #get-involved-nav__second-nav ul {
    margin-bottom: 0; }

#get-involved-nav__digest h3, #get-involved-nav__digest .ui-datepicker-title {
  margin-top: 0;
  font-size: 1.25em;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }
#get-involved-nav__digest p {
  font-size: 0.875em;
  line-height: 22px;
  letter-spacing: 0;
  padding-right: 16px; }
#get-involved-nav__digest form {
  padding-right: 0.75em; }
  #get-involved-nav__digest form input[type=text] {
    height: 2.375em;
    background-color: #e6e6e7;
    margin-bottom: 12px;
    padding-right: 30px; }

#get-involved-main p.gray-text {
  font-size: 1em;
  letter-spacing: 0;
  line-height: 1.5em; }
#get-involved-main .grid-heading h2 {
  margin-bottom: 28px; }
#get-involved-main .program-description, #get-involved-main .support-description, #get-involved-main .share-description {
  padding-bottom: 2.5em;
  padding-top: 2.25em;
  border-bottom: 4px solid #f0f2f2; }
  #get-involved-main .program-description:last-child, #get-involved-main .support-description:last-child, #get-involved-main .share-description:last-child {
    border-bottom: none; }
  #get-involved-main .program-description .program-description__logo svg > g, #get-involved-main .program-description .support-description__logo svg > g, #get-involved-main .program-description .share-description__logo svg > g, #get-involved-main .support-description .program-description__logo svg > g, #get-involved-main .support-description .support-description__logo svg > g, #get-involved-main .support-description .share-description__logo svg > g, #get-involved-main .share-description .program-description__logo svg > g, #get-involved-main .share-description .support-description__logo svg > g, #get-involved-main .share-description .share-description__logo svg > g {
    display: none; }
  #get-involved-main .program-description.startup-weekend .program-description__logo, #get-involved-main .support-description.startup-weekend .program-description__logo, #get-involved-main .share-description.startup-weekend .program-description__logo {
    position: relative; }
    #get-involved-main .program-description.startup-weekend .program-description__logo svg, #get-involved-main .support-description.startup-weekend .program-description__logo svg, #get-involved-main .share-description.startup-weekend .program-description__logo svg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 105px;
      height: 150px; }
      #get-involved-main .program-description.startup-weekend .program-description__logo svg #startup-weekend, #get-involved-main .support-description.startup-weekend .program-description__logo svg #startup-weekend, #get-involved-main .share-description.startup-weekend .program-description__logo svg #startup-weekend {
        height: 100%;
        width: 100%;
        display: block; }
        #get-involved-main .program-description.startup-weekend .program-description__logo svg #startup-weekend *, #get-involved-main .support-description.startup-weekend .program-description__logo svg #startup-weekend *, #get-involved-main .share-description.startup-weekend .program-description__logo svg #startup-weekend * {
          fill: #d5d5d5; }
  #get-involved-main .program-description.startup-next .program-description__logo, #get-involved-main .support-description.startup-next .program-description__logo, #get-involved-main .share-description.startup-next .program-description__logo {
    position: relative; }
    #get-involved-main .program-description.startup-next .program-description__logo svg, #get-involved-main .support-description.startup-next .program-description__logo svg, #get-involved-main .share-description.startup-next .program-description__logo svg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 120px;
      height: 120px; }
      #get-involved-main .program-description.startup-next .program-description__logo svg #startup-next, #get-involved-main .support-description.startup-next .program-description__logo svg #startup-next, #get-involved-main .share-description.startup-next .program-description__logo svg #startup-next {
        height: 100%;
        width: 100%;
        display: block; }
        #get-involved-main .program-description.startup-next .program-description__logo svg #startup-next *, #get-involved-main .support-description.startup-next .program-description__logo svg #startup-next *, #get-involved-main .share-description.startup-next .program-description__logo svg #startup-next * {
          fill: #d5d5d5; }
  #get-involved-main .program-description.startup-digest .program-description__logo, #get-involved-main .support-description.startup-digest .program-description__logo, #get-involved-main .share-description.startup-digest .program-description__logo {
    position: relative; }
    #get-involved-main .program-description.startup-digest .program-description__logo svg, #get-involved-main .support-description.startup-digest .program-description__logo svg, #get-involved-main .share-description.startup-digest .program-description__logo svg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      width: 113px;
      height: 89px; }
      #get-involved-main .program-description.startup-digest .program-description__logo svg #startup-digest, #get-involved-main .support-description.startup-digest .program-description__logo svg #startup-digest, #get-involved-main .share-description.startup-digest .program-description__logo svg #startup-digest {
        height: 100%;
        width: 100%;
        display: block; }
        #get-involved-main .program-description.startup-digest .program-description__logo svg #startup-digest *, #get-involved-main .support-description.startup-digest .program-description__logo svg #startup-digest *, #get-involved-main .share-description.startup-digest .program-description__logo svg #startup-digest * {
          fill: #d5d5d5; }
  #get-involved-main .program-description.sponsor .support-description__logo svg, #get-involved-main .support-description.sponsor .support-description__logo svg, #get-involved-main .share-description.sponsor .support-description__logo svg {
    height: 114px;
    width: 114px; }
    #get-involved-main .program-description.sponsor .support-description__logo svg > g, #get-involved-main .support-description.sponsor .support-description__logo svg > g, #get-involved-main .share-description.sponsor .support-description__logo svg > g {
      display: none; }
  #get-involved-main .program-description.sponsor .support-description__logo svg #sponsor, #get-involved-main .support-description.sponsor .support-description__logo svg #sponsor, #get-involved-main .share-description.sponsor .support-description__logo svg #sponsor {
    display: block; }
    #get-involved-main .program-description.sponsor .support-description__logo svg #sponsor *, #get-involved-main .support-description.sponsor .support-description__logo svg #sponsor *, #get-involved-main .share-description.sponsor .support-description__logo svg #sponsor * {
      stroke: #d9d9d9; }
  #get-involved-main .program-description.volunteer .support-description__logo svg, #get-involved-main .support-description.volunteer .support-description__logo svg, #get-involved-main .share-description.volunteer .support-description__logo svg {
    height: 114px;
    width: 114px; }
    #get-involved-main .program-description.volunteer .support-description__logo svg > g, #get-involved-main .support-description.volunteer .support-description__logo svg > g, #get-involved-main .share-description.volunteer .support-description__logo svg > g {
      display: none; }
  #get-involved-main .program-description.volunteer .support-description__logo svg #volunteer, #get-involved-main .support-description.volunteer .support-description__logo svg #volunteer, #get-involved-main .share-description.volunteer .support-description__logo svg #volunteer {
    display: block; }
    #get-involved-main .program-description.volunteer .support-description__logo svg #volunteer *, #get-involved-main .support-description.volunteer .support-description__logo svg #volunteer *, #get-involved-main .share-description.volunteer .support-description__logo svg #volunteer * {
      stroke: #d9d9d9; }
  #get-involved-main .program-description.improve .support-description__logo svg, #get-involved-main .support-description.improve .support-description__logo svg, #get-involved-main .share-description.improve .support-description__logo svg {
    height: 114px;
    width: 114px; }
    #get-involved-main .program-description.improve .support-description__logo svg > g, #get-involved-main .support-description.improve .support-description__logo svg > g, #get-involved-main .share-description.improve .support-description__logo svg > g {
      display: none; }
  #get-involved-main .program-description.improve .support-description__logo svg #improve, #get-involved-main .support-description.improve .support-description__logo svg #improve, #get-involved-main .share-description.improve .support-description__logo svg #improve {
    display: block; }
    #get-involved-main .program-description.improve .support-description__logo svg #improve *, #get-involved-main .support-description.improve .support-description__logo svg #improve *, #get-involved-main .share-description.improve .support-description__logo svg #improve * {
      stroke: #d9d9d9; }
  #get-involved-main .program-description.event .share-description__logo svg, #get-involved-main .support-description.event .share-description__logo svg, #get-involved-main .share-description.event .share-description__logo svg {
    height: 114px;
    width: 114px; }
    #get-involved-main .program-description.event .share-description__logo svg > g, #get-involved-main .support-description.event .share-description__logo svg > g, #get-involved-main .share-description.event .share-description__logo svg > g {
      display: none; }
  #get-involved-main .program-description.event .share-description__logo svg #event, #get-involved-main .support-description.event .share-description__logo svg #event, #get-involved-main .share-description.event .share-description__logo svg #event {
    display: block; }
    #get-involved-main .program-description.event .share-description__logo svg #event *, #get-involved-main .support-description.event .share-description__logo svg #event *, #get-involved-main .share-description.event .share-description__logo svg #event * {
      stroke: #d9d9d9; }
    #get-involved-main .program-description.event .share-description__logo svg #event path, #get-involved-main .support-description.event .share-description__logo svg #event path, #get-involved-main .share-description.event .share-description__logo svg #event path {
      fill: #d9d9d9;
      stroke: none; }
  #get-involved-main .program-description.resource .share-description__logo svg, #get-involved-main .support-description.resource .share-description__logo svg, #get-involved-main .share-description.resource .share-description__logo svg {
    height: 114px;
    width: 114px; }
    #get-involved-main .program-description.resource .share-description__logo svg > g, #get-involved-main .support-description.resource .share-description__logo svg > g, #get-involved-main .share-description.resource .share-description__logo svg > g {
      display: none; }
  #get-involved-main .program-description.resource .share-description__logo svg #resource, #get-involved-main .support-description.resource .share-description__logo svg #resource, #get-involved-main .share-description.resource .share-description__logo svg #resource {
    display: block; }
    #get-involved-main .program-description.resource .share-description__logo svg #resource *, #get-involved-main .support-description.resource .share-description__logo svg #resource *, #get-involved-main .share-description.resource .share-description__logo svg #resource * {
      stroke: #d9d9d9; }
  #get-involved-main .program-description.story .share-description__logo svg, #get-involved-main .support-description.story .share-description__logo svg, #get-involved-main .share-description.story .share-description__logo svg {
    height: 114px;
    width: 114px; }
    #get-involved-main .program-description.story .share-description__logo svg > g, #get-involved-main .support-description.story .share-description__logo svg > g, #get-involved-main .share-description.story .share-description__logo svg > g {
      display: none; }
  #get-involved-main .program-description.story .share-description__logo svg #story, #get-involved-main .support-description.story .share-description__logo svg #story, #get-involved-main .share-description.story .share-description__logo svg #story {
    display: block; }
    #get-involved-main .program-description.story .share-description__logo svg #story *, #get-involved-main .support-description.story .share-description__logo svg #story *, #get-involved-main .share-description.story .share-description__logo svg #story * {
      stroke: #d9d9d9; }

#get-involved-cta a {
  display: block;
  font-size: 0.875em;
  width: 100%;
  height: 6em;
  font-weight: 600; }
  #get-involved-cta a:hover svg {
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    stroke: #b9b9b9 !important; }
    #get-involved-cta a:hover svg * {
      stroke: #b9b9b9 !important; }
#get-involved-cta .icon {
  display: inline-block;
  margin-right: 0.85714em;
  float: left;
  width: 6em;
  height: 6em; }
  #get-involved-cta .icon svg {
    width: 6em;
    height: 6em; }
    #get-involved-cta .icon svg g {
      display: none; }
    #get-involved-cta .icon svg * {
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -webkit-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  #get-involved-cta .icon.organize g#Organize, #get-involved-cta .icon.support g#Support, #get-involved-cta .icon.share g#Share {
    display: block;
    stroke: #d9d9d9; }
    #get-involved-cta .icon.organize g#Organize *, #get-involved-cta .icon.support g#Support *, #get-involved-cta .icon.share g#Share * {
      display: block;
      stroke: #d9d9d9; }
#get-involved-cta h4 {
  font-family: 'Proxima Nova', Helvetica, sans-serif;
  font-size: 1.28571em;
  line-height: 1.22222em; }

.main-content__header {
  margin-top: 3.125em; }

.main-content__intro p {
  font-size: 1.25em;
  margin-top: 2.1875em;
  margin-bottom: 2.1875em;
  line-height: 1.4; }

.program-items {
  padding-bottom: 6.25em; }

.program-item {
  padding-top: 1.875em;
  padding-bottom: 1.875em; }

.program-item-last {
  border-bottom: none; }

.program-item__icon {
  *zoom: 1; }
  .program-item__icon:before, .program-item__icon:after {
    content: " ";
    display: table; }
  .program-item__icon:after {
    clear: both; }
  @media screen and (max-width: 48.125em) {
    .program-item__icon {
      display: none; } }

.program-item__content {
  *zoom: 1;
  padding-left: 3em; }
  .program-item__content:before, .program-item__content:after {
    content: " ";
    display: table; }
  .program-item__content:after {
    clear: both; }
  @media screen and (max-width: 48.125em) {
    .program-item__content {
      padding-left: 0em;
      width: 100%; } }

.program-item__spacer {
  height: 4px;
  background-color: #f0f2f2;
  margin: 0;
  border: 0; }

.programs-overview__sidebar {
  padding-left: 1.875em;
  background-color: #F7F8F8;
  position: relative; }
  .programs-overview__sidebar:after {
    position: absolute;
    height: 100%;
    content: '';
    background-color: #F7F8F8;
    display: inline-block;
    width: 3000px;
    top: 0;
    right: -3000px; }
  .programs-overview__sidebar h2 {
    font-weight: 600;
    margin-bottom: 1em; }

.get-involved {
  margin-top: 3.125em; }

.upcoming-events {
  padding-top: 2.8125em;
  padding-bottom: 2.8125em; }

.upcoming-events__schedule li {
  margin-bottom: 1.375em; }

#digest-connect {
  margin-bottom: 2em; }

.program-item__icon svg > g {
  display: none; }

.startup-weekend .program-item__icon {
  position: relative; }
  .startup-weekend .program-item__icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 105px;
    height: 150px; }
    .startup-weekend .program-item__icon svg #startup-weekend {
      height: 100%;
      width: 100%;
      display: block; }
      .startup-weekend .program-item__icon svg #startup-weekend * {
        fill: #d5d5d5; }

.startup-next .program-item__icon {
  position: relative; }
  .startup-next .program-item__icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 120px;
    height: 120px; }
    .startup-next .program-item__icon svg #startup-next {
      height: 100%;
      width: 100%;
      display: block; }
      .startup-next .program-item__icon svg #startup-next * {
        fill: #d5d5d5; }

.startup-digest .program-item__icon {
  position: relative; }
  .startup-digest .program-item__icon svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 113px;
    height: 89px; }
    .startup-digest .program-item__icon svg #startup-digest {
      height: 100%;
      width: 100%;
      display: block; }
      .startup-digest .program-item__icon svg #startup-digest * {
        fill: #d5d5d5; }

.sw-about, .next-about {
  letter-spacing: 0; }

.about-header {
  margin-top: 3.125em; }

.main-content p {
  font-size: 1em; }
.main-content p:first-child {
  font-weight: 600;
  font-size: 1.25em;
  line-height: 1.4; }

.aside-leaders {
  margin-top: 3em; }
  .aside-leaders h4 {
    margin-bottom: 1.875em; }

#about-sw-video-wrapper {
  position: relative; }

.video-overlay {
  content: '';
  width: 390px;
  height: 219px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('/img/../images/sw-about-video-overlay-ec84dc7c400f933ffce4d8985ee4dfd1.jpg') no-repeat 50% 50%;
  z-index: 10;
  display: table; }
  .video-overlay .initial-video-controls {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .video-overlay .sw-video-player-button {
    width: 24px;
    height: 29px;
    cursor: pointer;
    fill: white;
    vertical-align: bottom; }
    body[data-region=usa] .video-overlay .sw-video-player-button:hover {
      fill: #f26443; }
    body[data-region=europe] .video-overlay .sw-video-player-button:hover {
      fill: #54d6cf; }
    body[data-region=mena] .video-overlay .sw-video-player-button:hover {
      fill: #32d77e; }
    body[data-region=latam] .video-overlay .sw-video-player-button:hover {
      fill: #f8bc33; }
    body[data-region=brasil] .video-overlay .sw-video-player-button:hover {
      fill: #cddb36; }
    body[data-region=malaysia] .video-overlay .sw-video-player-button:hover {
      fill: #32d77e; }
    body[data-region=oceania] .video-overlay .sw-video-player-button:hover {
      fill: #32d77e; }
    body[data-region=global] .video-overlay .sw-video-player-button:hover {
      fill: #32d77e; }
  .video-overlay span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1.2em; }

.defs {
  position: absolute;
  top: -9999px;
  left: -9999px; }

#about-scroller {
  min-height: 400px; }

.day-outline__number {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  font-size: 4.875em;
  line-height: 1;
  display: block;
  text-align: center; }
  body[data-region=usa] .day-outline__number {
    color: #f26443; }
  body[data-region=europe] .day-outline__number {
    color: #54d6cf; }
  body[data-region=mena] .day-outline__number {
    color: #32d77e; }
  body[data-region=latam] .day-outline__number {
    color: #f8bc33; }
  body[data-region=brasil] .day-outline__number {
    color: #cddb36; }
  body[data-region=malaysia] .day-outline__number {
    color: #32d77e; }
  body[data-region=oceania] .day-outline__number {
    color: #32d77e; }
  body[data-region=global] .day-outline__number {
    color: #32d77e; }

.day-outline .large-11 {
  padding-left: 1em; }

.day-outline__title {
  font-size: 1.125em;
  margin-bottom: 0.15em; }

.selling-point__icon svg {
  width: 90px;
  height: 90px;
  stroke: #d5d5d5;
  display: block;
  margin: 0 auto; }
  .selling-point__icon svg path, .selling-point__icon svg line, .selling-point__icon svg polygon, .selling-point__icon svg circle, .selling-point__icon svg polyline, .selling-point__icon svg rect {
    stroke: #d5d5d5; }

@media only screen and (max-width: 767px) {
  .selling-point__content {
    text-align: center; } }

#have-fun, #get-inspired, #refine-your-skillset, #build-something-real, #get-expert-advice, #grow-your-network, #first-look-forum, #fundability-profitability, #product-market-fit, #customer-development {
  display: none; }

#selling-points__item-network #grow-your-network, #selling-points__item-advice #get-expert-advice, #selling-points__item-build #build-something-real, #selling-points__item-skills #refine-your-skillset, #selling-points__item-inspire #get-inspired, #selling-points__item-fun #have-fun, .product-market-fit #product-market-fit, .fundability-profitability #fundability-profitability, .first-look-forum #first-look-forum, .customer-development #customer-development {
  display: block; }

.selling-point__week {
  font-size: 1.125em;
  margin-bottom: 0.125em;
  line-height: 1.1;
  margin-top: 0;
  font-weight: 500;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal; }

.selling-point__title {
  font-size: 1.125em;
  margin-top: 0;
  margin-bottom: .5em;
  line-height: 1;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 600; }

.selling-point__description {
  margin-bottom: 0; }

[data-view="landing-page"] button.slide-right-toggle {
  display: none; }

#landing-welcome img {
  min-height: 200px;
  width: 100%;
  padding-top: 82px; }

@media only screen and (max-width: 767px) {
  #landing-welcome {
    overflow-x: hidden;
    position: relative; }
    #landing-welcome img {
      position: relative;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      height: auto;
      min-width: 200%; } }

li.landing-tile {
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    li.landing-tile {
      width: 100%; } }

[class^="color-block"] {
  color: white;
  text-align: center;
  line-height: 175px;
  margin: 0; }

.color-block-usa {
  background-color: #f26443; }

.color-block-europe {
  background-color: #54d6cf; }

.color-block-brasil {
  background-color: #cddb36; }

#landing-welcome-text {
  margin-top: 0; }
