@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file, "app.scss". If you run a compass update this file can
 * be wiped out with a compass update. By default, when a compass project is
 * created the file will be named app.scss. Thus this file is named,
 * DUOSTARTER.scss.
 *
 * This application file (custom.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Component: Dictate minor layout modules or reusable elements.
 * - State: Describe the appearance of a module in various states.
 * - Theme: Purely visual optional styling (“look-and-feel”) for a component.
 *
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/*
 * Theme specific variables.
 */
/*
 * Foundation Variables
 *
 * Source:
 * https://github.com/zurb/foundation/blob/master/scss/foundation/_variables.scss
 */
/*! normalize.css v2.1.1 | 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 styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Set default font family to sans-serif.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
}

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

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

/*!
 *  Font Awesome 4.6.2 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(../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2&1475694179);
  src: url(../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.2&1475694179#iefix) format("embedded-opentype"), url(../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.2&1475694179) format("woff2"), url(../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.2&1475694179) format("woff"), url(../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.2&1475694179) format("truetype"), url(../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.2&1475694179#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa, .view-portal-og-content.gray-box-style .location, .view-portal-og-content.gray-box-style .date {
  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 0.08em #eee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .view-portal-og-content.gray-box-style .fa-pull-left.location, .view-portal-og-content.gray-box-style .fa-pull-left.date {
  margin-right: .3em;
}
.fa.fa-pull-right, .view-portal-og-content.gray-box-style .fa-pull-right.location, .view-portal-og-content.gray-box-style .fa-pull-right.date {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .view-portal-og-content.gray-box-style .pull-left.location, .view-portal-og-content.gray-box-style .pull-left.date {
  margin-right: .3em;
}
.fa.pull-right, .view-portal-og-content.gray-box-style .pull-right.location, .view-portal-og-content.gray-box-style .pull-right.date {
  margin-left: .3em;
}

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

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -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: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

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

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

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

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before, .view-portal-og-content.gray-box-style .location:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before, .view-portal-og-content.gray-box-style .date:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

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

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

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

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

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

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

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Each individual part that can be added in */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, 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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse .column,
.row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

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

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  .small-3 {
    position: relative;
    width: 25%;
  }

  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  .small-5 {
    position: relative;
    width: 41.66667%;
  }

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

  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  .small-9 {
    position: relative;
    width: 75%;
  }

  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  .small-12 {
    position: relative;
    width: 100%;
  }

  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  [class*="column"] + [class*="column"].end {
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 939px) {
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  .large-3 {
    position: relative;
    width: 25%;
  }

  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  .large-6 {
    position: relative;
    width: 50%;
  }

  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  .large-9 {
    position: relative;
    width: 75%;
  }

  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  .large-12 {
    position: relative;
    width: 100%;
  }

  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

.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;
}

/* 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: 939px) {
  .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: 939px) {
  .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;
    *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;
  }

  .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: 939px) {
  /* 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,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* Default Link Styles */
a {
  color: #2ba6cb;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #2795b6;
}
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, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: normal;
  color: #222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2em;
  margin-bottom: 0.5em;
  line-height: 1.2125em;
}
h1 small, h2 small, h3 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 {
  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: #7f0a0c;
}

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

/* 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: #222;
  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 (min-width: 939px) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 2.75em;
  }

  h2 {
    font-size: 2.3125em;
  }

  h3 {
    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 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    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, .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.view-display-id-portal_event_block .more-link a {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  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: #2ba6cb;
  border-color: #2284a1;
  color: #fff;
}
button:hover, button:focus, .button:hover, .view-portal-og-content.gray-box-style .learn-more a:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a:hover, .button:focus, .view-portal-og-content.gray-box-style .learn-more a:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a:focus {
  background-color: #2284a1;
}
button:hover, button:focus, .button:hover, .view-portal-og-content.gray-box-style .learn-more a:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a:hover, .button:focus, .view-portal-og-content.gray-box-style .learn-more a:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a:focus {
  color: #fff;
}
button.secondary, .button.secondary, .view-portal-og-content.gray-box-style .learn-more a.secondary, .view-portal-og-content.view-display-id-portal_event_block .more-link a.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .view-portal-og-content.gray-box-style .learn-more a.secondary:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.secondary:hover, .button.secondary:focus, .view-portal-og-content.gray-box-style .learn-more a.secondary:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.secondary:focus {
  background-color: #d0d0d0;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .view-portal-og-content.gray-box-style .learn-more a.secondary:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.secondary:hover, .button.secondary:focus, .view-portal-og-content.gray-box-style .learn-more a.secondary:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.secondary:focus {
  color: #333;
}
button.success, .button.success, .view-portal-og-content.gray-box-style .learn-more a.success, .view-portal-og-content.view-display-id-portal_event_block .more-link a.success {
  background-color: #5da423;
  border-color: #457a1a;
  color: #fff;
}
button.success:hover, button.success:focus, .button.success:hover, .view-portal-og-content.gray-box-style .learn-more a.success:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.success:hover, .button.success:focus, .view-portal-og-content.gray-box-style .learn-more a.success:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.success:focus {
  background-color: #457a1a;
}
button.success:hover, button.success:focus, .button.success:hover, .view-portal-og-content.gray-box-style .learn-more a.success:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.success:hover, .button.success:focus, .view-portal-og-content.gray-box-style .learn-more a.success:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.success:focus {
  color: #fff;
}
button.alert, .button.alert, .view-portal-og-content.gray-box-style .learn-more a.alert, .view-portal-og-content.view-display-id-portal_event_block .more-link a.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .view-portal-og-content.gray-box-style .learn-more a.alert:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.alert:hover, .button.alert:focus, .view-portal-og-content.gray-box-style .learn-more a.alert:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.alert:focus {
  background-color: #970b0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .view-portal-og-content.gray-box-style .learn-more a.alert:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.alert:hover, .button.alert:focus, .view-portal-og-content.gray-box-style .learn-more a.alert:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.alert:focus {
  color: #fff;
}
button.large, .button.large, .view-portal-og-content.gray-box-style .learn-more a.large, .view-portal-og-content.view-display-id-portal_event_block .more-link a.large {
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1.0625em;
  padding-left: 2em;
  font-size: 1.25em;
}
button.small, .button.small, .view-portal-og-content.gray-box-style .learn-more a.small, .view-portal-og-content.view-display-id-portal_event_block .more-link a.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, .view-portal-og-content.gray-box-style .learn-more a.tiny, .view-portal-og-content.view-display-id-portal_event_block .more-link a.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, .view-portal-og-content.gray-box-style .learn-more a.expand, .view-portal-og-content.view-display-id-portal_event_block .more-link a.expand {
  padding-right: 0px;
  padding-left: 0px;
  width: 100%;
}
button.left-align, .button.left-align, .view-portal-og-content.gray-box-style .learn-more a.left-align, .view-portal-og-content.view-display-id-portal_event_block .more-link a.left-align {
  text-align: left;
  text-indent: 0.75em;
}
button.right-align, .button.right-align, .view-portal-og-content.gray-box-style .learn-more a.right-align, .view-portal-og-content.view-display-id-portal_event_block .more-link a.right-align {
  text-align: right;
  padding-right: 0.75em;
}
button.disabled, button[disabled], .button.disabled, .view-portal-og-content.gray-box-style .learn-more a.disabled, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled, .button[disabled], .view-portal-og-content.gray-box-style .learn-more a[disabled], .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled] {
  background-color: #2ba6cb;
  border-color: #2284a1;
  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, .view-portal-og-content.gray-box-style .learn-more a.disabled:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled:hover, .button.disabled:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled:focus, .button[disabled]:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled]:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled]:hover, .button[disabled]:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled]:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled]:focus {
  background-color: #2284a1;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .view-portal-og-content.gray-box-style .learn-more a.disabled:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled:hover, .button.disabled:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled:focus, .button[disabled]:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled]:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled]:hover, .button[disabled]:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled]:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled]:focus {
  color: #fff;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .view-portal-og-content.gray-box-style .learn-more a.disabled:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled:hover, .button.disabled:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled:focus, .button[disabled]:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled]:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled]:hover, .button[disabled]:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled]:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled]:focus {
  background-color: #2ba6cb;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .view-portal-og-content.gray-box-style .learn-more a.disabled.secondary, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.secondary, .button[disabled].secondary, .view-portal-og-content.gray-box-style .learn-more a[disabled].secondary, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #333;
  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, .view-portal-og-content.gray-box-style .learn-more a.disabled.secondary:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.secondary:hover, .button.disabled.secondary:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled.secondary:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.secondary:focus, .button[disabled].secondary:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled].secondary:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].secondary:hover, .button[disabled].secondary:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled].secondary:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].secondary:focus {
  background-color: #d0d0d0;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .view-portal-og-content.gray-box-style .learn-more a.disabled.secondary:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.secondary:hover, .button.disabled.secondary:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled.secondary:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.secondary:focus, .button[disabled].secondary:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled].secondary:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].secondary:hover, .button[disabled].secondary:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled].secondary:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].secondary:focus {
  color: #333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .view-portal-og-content.gray-box-style .learn-more a.disabled.secondary:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.secondary:hover, .button.disabled.secondary:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled.secondary:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.secondary:focus, .button[disabled].secondary:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled].secondary:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].secondary:hover, .button[disabled].secondary:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled].secondary:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].secondary:focus {
  background-color: #e9e9e9;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .view-portal-og-content.gray-box-style .learn-more a.disabled.success, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.success, .button[disabled].success, .view-portal-og-content.gray-box-style .learn-more a[disabled].success, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].success {
  background-color: #5da423;
  border-color: #457a1a;
  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, .view-portal-og-content.gray-box-style .learn-more a.disabled.success:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.success:hover, .button.disabled.success:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled.success:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.success:focus, .button[disabled].success:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled].success:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].success:hover, .button[disabled].success:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled].success:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].success:focus {
  background-color: #457a1a;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .view-portal-og-content.gray-box-style .learn-more a.disabled.success:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.success:hover, .button.disabled.success:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled.success:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.success:focus, .button[disabled].success:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled].success:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].success:hover, .button[disabled].success:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled].success:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[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, .view-portal-og-content.gray-box-style .learn-more a.disabled.success:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.success:hover, .button.disabled.success:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled.success:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.success:focus, .button[disabled].success:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled].success:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].success:hover, .button[disabled].success:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled].success:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].success:focus {
  background-color: #5da423;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .view-portal-og-content.gray-box-style .learn-more a.disabled.alert, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.alert, .button[disabled].alert, .view-portal-og-content.gray-box-style .learn-more a[disabled].alert, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].alert {
  background-color: #c60f13;
  border-color: #970b0e;
  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, .view-portal-og-content.gray-box-style .learn-more a.disabled.alert:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.alert:hover, .button.disabled.alert:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled.alert:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.alert:focus, .button[disabled].alert:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled].alert:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].alert:hover, .button[disabled].alert:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled].alert:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].alert:focus {
  background-color: #970b0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .view-portal-og-content.gray-box-style .learn-more a.disabled.alert:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.alert:hover, .button.disabled.alert:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled.alert:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.alert:focus, .button[disabled].alert:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled].alert:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].alert:hover, .button[disabled].alert:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled].alert:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[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, .view-portal-og-content.gray-box-style .learn-more a.disabled.alert:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.alert:hover, .button.disabled.alert:focus, .view-portal-og-content.gray-box-style .learn-more a.disabled.alert:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.disabled.alert:focus, .button[disabled].alert:hover, .view-portal-og-content.gray-box-style .learn-more a[disabled].alert:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].alert:hover, .button[disabled].alert:focus, .view-portal-og-content.gray-box-style .learn-more a[disabled].alert:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a[disabled].alert:focus {
  background-color: #c60f13;
}

button, .button, .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.view-display-id-portal_event_block .more-link a {
  padding-top: 0.8125em;
  padding-bottom: 0.75em;
  -webkit-appearance: none;
}
button.tiny, .button.tiny, .view-portal-og-content.gray-box-style .learn-more a.tiny, .view-portal-og-content.view-display-id-portal_event_block .more-link a.tiny {
  padding-top: 0.5em;
  padding-bottom: 0.4375em;
  -webkit-appearance: none;
}
button.small, .button.small, .view-portal-og-content.gray-box-style .learn-more a.small, .view-portal-og-content.view-display-id-portal_event_block .more-link a.small {
  padding-top: 0.625em;
  padding-bottom: 0.5625em;
  -webkit-appearance: none;
}
button.large, .button.large, .view-portal-og-content.gray-box-style .learn-more a.large, .view-portal-og-content.view-display-id-portal_event_block .more-link a.large {
  padding-top: 1.03125em;
  padding-bottom: 1.03125em;
  -webkit-appearance: none;
}

@media only screen {
  button, .button, .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.view-display-id-portal_event_block .more-link a {
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) 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, .view-portal-og-content.gray-box-style .learn-more a:active, .view-portal-og-content.view-display-id-portal_event_block .more-link a:active {
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  }
  button.radius, .button.radius, .view-portal-og-content.gray-box-style .learn-more a.radius, .view-portal-og-content.view-display-id-portal_event_block .more-link a.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  button.round, .button.round, .view-portal-og-content.gray-box-style .learn-more a.round, .view-portal-og-content.view-display-id-portal_event_block .more-link a.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
  }
}
@media only screen and (min-width: 939px) {
  button, .button, .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.view-display-id-portal_event_block .more-link a {
    display: inline-block;
  }
}
/* Standard Forms */
form {
  margin: 0 0 1em;
}

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

/* 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 1em 0;
  padding: 0.625em 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: 2.3125em;
  line-height: 2.3125em;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button, .view-portal-og-content.gray-box-style .learn-more a.postfix, .view-portal-og-content.view-display-id-portal_event_block .more-link a.postfix {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button, .view-portal-og-content.gray-box-style .learn-more a.prefix, .view-portal-og-content.view-display-id-portal_event_block .more-link a.prefix {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125em;
}

.prefix.button.radius, .view-portal-og-content.gray-box-style .learn-more a.prefix.radius, .view-portal-og-content.view-display-id-portal_event_block .more-link a.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;
}

.postfix.button.radius, .view-portal-og-content.gray-box-style .learn-more a.postfix.radius, .view-portal-og-content.view-display-id-portal_event_block .more-link a.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;
}

.prefix.button.round, .view-portal-og-content.gray-box-style .learn-more a.prefix.round, .view-portal-og-content.view-display-id-portal_event_block .more-link a.prefix.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, .view-portal-og-content.gray-box-style .learn-more a.postfix.round, .view-portal-og-content.view-display-id-portal_event_block .more-link a.postfix.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: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
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 {
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
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: #fafafa;
  border-color: #999999;
  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 1em 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;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
  margin-top: 0;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}

.error input,
.error textarea,
.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
.error input:focus,
.error textarea:focus,
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}
.error label,
.error label.error {
  color: #c60f13;
}
.error small.error {
  display: block;
  padding: 0.375em 0.25em;
  margin-top: -1.3125em;
  margin-bottom: 1em;
  font-size: 0.75em;
  font-weight: bold;
  background: #c60f13;
  color: #fff;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
input.error:focus,
textarea.error:focus {
  background: #fafafa;
  border-color: #999999;
}

.error select {
  border-color: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
}
.error select:focus {
  background: #fafafa;
  border-color: #999999;
}

label.error {
  color: #c60f13;
}

/* Custom Checkbox and Radio Inputs */
form.custom .hidden-field {
  margin-left: -99999px;
  position: absolute;
  visibility: hidden;
}
form.custom .custom {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: -1px;
  /* fix centering issue */
  vertical-align: middle;
  border: solid 1px #ccc;
  background: #fff;
}
form.custom .custom.checkbox {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: -1px;
}
form.custom .custom.radio {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  padding: 3px;
}
form.custom .custom.checkbox:before {
  content: "";
  display: block;
  font-size: 16px;
  color: #fff;
}
form.custom .custom.radio.checked:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  background: #222;
  position: relative;
}
form.custom .custom.checkbox.checked:before {
  content: "\00d7";
  color: #222;
  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: 2.3125em;
  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: 2.25em;
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
  overflow: hidden;
  display: block;
  margin-left: 0.5em;
  margin-right: 2.3125em;
}
form.custom .custom.dropdown .selector {
  cursor: default;
  position: absolute;
  width: 2.5em;
  height: 2.3125em;
  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: 0.9375em;
  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: #c60f13;
  background-color: rgba(198, 15, 19, 0.1);
  background: rgba(198, 15, 19, 0.1);
  margin-bottom: 0;
}
form.custom .error .custom.dropdown:focus {
  background: #fafafa;
  border-color: #999999;
}
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: 16;
}
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;
}

/* 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 -1px;
  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, .view-portal-og-content.gray-box-style .learn-more .button-group.radius > *:first-child > a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.radius > *:first-child > a {
  -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, .view-portal-og-content.gray-box-style .learn-more .button-group.radius > *:last-child > a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.radius > *:last-child > a {
  -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, .view-portal-og-content.gray-box-style .learn-more .button-group.round > *:first-child > a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.round > *:first-child > a {
  -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, .view-portal-og-content.gray-box-style .learn-more .button-group.round > *:last-child > a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.round > *:last-child > a {
  -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, .button-group.even-2 li .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .button-group.even-2 li a, .button-group.even-2 li .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.even-2 li a {
  width: 100%;
}
.button-group.even-3 li {
  width: 33.33333%;
}
.button-group.even-3 li button, .button-group.even-3 li .button, .button-group.even-3 li .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .button-group.even-3 li a, .button-group.even-3 li .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.even-3 li a {
  width: 100%;
}
.button-group.even-4 li {
  width: 25%;
}
.button-group.even-4 li button, .button-group.even-4 li .button, .button-group.even-4 li .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .button-group.even-4 li a, .button-group.even-4 li .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.even-4 li a {
  width: 100%;
}
.button-group.even-5 li {
  width: 20%;
}
.button-group.even-5 li button, .button-group.even-5 li .button, .button-group.even-5 li .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .button-group.even-5 li a, .button-group.even-5 li .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.even-5 li a {
  width: 100%;
}
.button-group.even-6 li {
  width: 16.66667%;
}
.button-group.even-6 li button, .button-group.even-6 li .button, .button-group.even-6 li .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .button-group.even-6 li a, .button-group.even-6 li .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.even-6 li a {
  width: 100%;
}
.button-group.even-7 li {
  width: 14.28571%;
}
.button-group.even-7 li button, .button-group.even-7 li .button, .button-group.even-7 li .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .button-group.even-7 li a, .button-group.even-7 li .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.even-7 li a {
  width: 100%;
}
.button-group.even-8 li {
  width: 12.5%;
}
.button-group.even-8 li button, .button-group.even-8 li .button, .button-group.even-8 li .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .button-group.even-8 li a, .button-group.even-8 li .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group.even-8 li a {
  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, .view-portal-og-content.gray-box-style .learn-more a.dropdown, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown {
  position: relative;
  padding-right: 3.1875em;
}
.dropdown.button:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  top: 50%;
}
.dropdown.button:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown:before {
  border-width: 0.5625em;
  right: 1.5em;
  margin-top: -0.25em;
}
.dropdown.button:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.tiny, .view-portal-og-content.gray-box-style .learn-more a.dropdown.tiny, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.tiny {
  padding-right: 2.1875em;
}
.dropdown.button.tiny:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown.tiny:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.tiny:before {
  border-width: 0.4375em;
  right: 0.875em;
  margin-top: -0.15625em;
}
.dropdown.button.tiny:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown.tiny:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.tiny:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.small, .view-portal-og-content.gray-box-style .learn-more a.dropdown.small, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.small {
  padding-right: 2.8125em;
}
.dropdown.button.small:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown.small:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.small:before {
  border-width: 0.5625em;
  right: 1.125em;
  margin-top: -0.21875em;
}
.dropdown.button.small:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown.small:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.small:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.large, .view-portal-og-content.gray-box-style .learn-more a.dropdown.large, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.large {
  padding-right: 4em;
}
.dropdown.button.large:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown.large:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.large:before {
  border-width: 0.625em;
  right: 1.75em;
  margin-top: -0.3125em;
}
.dropdown.button.large:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown.large:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.large:before {
  border-color: #fff transparent transparent transparent;
}
.dropdown.button.secondary:before, .view-portal-og-content.gray-box-style .learn-more a.dropdown.secondary:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.dropdown.secondary:before {
  border-color: #333 transparent transparent transparent;
}

/* Split Buttons */
.split.button, .view-portal-og-content.gray-box-style .learn-more a.split, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split {
  position: relative;
  padding-right: 4.8em;
}
.split.button span, .view-portal-og-content.gray-box-style .learn-more a.split span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:before, .view-portal-og-content.gray-box-style .learn-more a.split span:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  left: 50%;
}
.split.button span:active, .view-portal-og-content.gray-box-style .learn-more a.split span:active, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span, .view-portal-og-content.gray-box-style .learn-more a.split span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split span {
  border-left-color: #1e728c;
}
.split.button span, .view-portal-og-content.gray-box-style .learn-more a.split span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split span {
  width: 3em;
}
.split.button span:before, .view-portal-og-content.gray-box-style .learn-more a.split span:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 1.125em;
  margin-left: -0.5625em;
}
.split.button span:before, .view-portal-og-content.gray-box-style .learn-more a.split span:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split span:before {
  border-color: #fff transparent transparent transparent;
}
.split.button.secondary span, .view-portal-og-content.gray-box-style .learn-more a.split.secondary span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.secondary span {
  border-left-color: #c3c3c3;
}
.split.button.secondary span:before, .view-portal-og-content.gray-box-style .learn-more a.split.secondary span:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.secondary span:before {
  border-color: #fff transparent transparent transparent;
}
.split.button.alert span, .view-portal-og-content.gray-box-style .learn-more a.split.alert span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.alert span {
  border-left-color: #7f0a0c;
}
.split.button.success span, .view-portal-og-content.gray-box-style .learn-more a.split.success span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.success span {
  border-left-color: #396516;
}
.split.button.tiny, .view-portal-og-content.gray-box-style .learn-more a.split.tiny, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.tiny {
  padding-right: 3.9375em;
}
.split.button.tiny span, .view-portal-og-content.gray-box-style .learn-more a.split.tiny span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.tiny span {
  width: 2.84375em;
}
.split.button.tiny span:before, .view-portal-og-content.gray-box-style .learn-more a.split.tiny span:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.tiny span:before {
  border-top-style: solid;
  border-width: 0.4375em;
  top: 0.875em;
  margin-left: -0.3125em;
}
.split.button.small, .view-portal-og-content.gray-box-style .learn-more a.split.small, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.small {
  padding-right: 3.9375em;
}
.split.button.small span, .view-portal-og-content.gray-box-style .learn-more a.split.small span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.small span {
  width: 2.8125em;
}
.split.button.small span:before, .view-portal-og-content.gray-box-style .learn-more a.split.small span:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.small span:before {
  border-top-style: solid;
  border-width: 0.5625em;
  top: 0.84375em;
  margin-left: -0.5625em;
}
.split.button.large, .view-portal-og-content.gray-box-style .learn-more a.split.large, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.large {
  padding-right: 6em;
}
.split.button.large span, .view-portal-og-content.gray-box-style .learn-more a.split.large span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.large span {
  width: 3.75em;
}
.split.button.large span:before, .view-portal-og-content.gray-box-style .learn-more a.split.large span:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.large span:before {
  border-top-style: solid;
  border-width: 0.625em;
  top: 1.3125em;
  margin-left: -0.5625em;
}
.split.button.expand, .view-portal-og-content.gray-box-style .learn-more a.split.expand, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.expand {
  padding-left: 2em;
}
.split.button.secondary span:before, .view-portal-og-content.gray-box-style .learn-more a.split.secondary span:before, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.secondary span:before {
  border-color: #333 transparent transparent transparent;
}
.split.button.radius span, .view-portal-og-content.gray-box-style .learn-more a.split.radius span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.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, .view-portal-og-content.gray-box-style .learn-more a.split.round span, .view-portal-og-content.view-display-id-portal_event_block .more-link a.split.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: #d6d6d6;
}
.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 (min-width: 939px) {
  [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: #d6d6d6;
  }
  .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: #d6d6d6;
  }

  [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: #d6d6d6;
  }
  .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: #d6d6d6;
  }
  .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: #d6d6d6;
}
.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: #111;
}
.contain-to-grid .top-bar {
  margin-bottom: 1.875em;
}

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

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #111;
  margin-bottom: 1.875em;
}
.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, .top-bar .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .top-bar a, .top-bar .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar a {
  padding-top: .5em;
  padding-bottom: .5em;
  margin-bottom: 0;
}
.top-bar .title-area {
  position: relative;
  margin: 0;
}
.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16;
}
.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625em;
  margin: 0;
}
.top-bar .name h1 a {
  font-weight: bold;
  color: #fff;
  width: 50%;
  display: block;
  padding: 0 15px;
}
.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 15px;
  height: 45px;
  line-height: 45px;
}
.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  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: #111;
}
.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: #222;
  font-size: 16;
  margin: 0;
}
.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-bottom: solid 1px #2b2b2b;
  border-top: solid 1px black;
  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: 15px;
  font-size: 0.8125em;
  font-weight: bold;
  background: #222;
}
.top-bar-section ul li > a.button, .top-bar-section ul .view-portal-og-content.gray-box-style .learn-more li > a, .view-portal-og-content.gray-box-style .learn-more .top-bar-section ul li > a, .top-bar-section ul .view-portal-og-content.view-display-id-portal_event_block .more-link li > a, .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar-section ul li > a {
  background: #2ba6cb;
  font-size: 0.8125em;
}
.top-bar-section ul li > a.button.hover, .top-bar-section ul .view-portal-og-content.gray-box-style .learn-more li > a.hover, .view-portal-og-content.gray-box-style .learn-more .top-bar-section ul li > a.hover, .top-bar-section ul .view-portal-og-content.view-display-id-portal_event_block .more-link li > a.hover, .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar-section ul li > a.hover {
  background: #2284a1;
}
.top-bar-section ul li > a.button.secondary, .top-bar-section ul .view-portal-og-content.gray-box-style .learn-more li > a.secondary, .view-portal-og-content.gray-box-style .learn-more .top-bar-section ul li > a.secondary, .top-bar-section ul .view-portal-og-content.view-display-id-portal_event_block .more-link li > a.secondary, .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar-section ul li > a.secondary {
  background: #e9e9e9;
}
.top-bar-section ul li > a.button.secondary.hover, .top-bar-section ul .view-portal-og-content.gray-box-style .learn-more li > a.secondary.hover, .view-portal-og-content.gray-box-style .learn-more .top-bar-section ul li > a.secondary.hover, .top-bar-section ul .view-portal-og-content.view-display-id-portal_event_block .more-link li > a.secondary.hover, .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar-section ul li > a.secondary.hover {
  background: #d0d0d0;
}
.top-bar-section ul li > a.button.success, .top-bar-section ul .view-portal-og-content.gray-box-style .learn-more li > a.success, .view-portal-og-content.gray-box-style .learn-more .top-bar-section ul li > a.success, .top-bar-section ul .view-portal-og-content.view-display-id-portal_event_block .more-link li > a.success, .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar-section ul li > a.success {
  background: #5da423;
}
.top-bar-section ul li > a.button.success.hover, .top-bar-section ul .view-portal-og-content.gray-box-style .learn-more li > a.success.hover, .view-portal-og-content.gray-box-style .learn-more .top-bar-section ul li > a.success.hover, .top-bar-section ul .view-portal-og-content.view-display-id-portal_event_block .more-link li > a.success.hover, .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar-section ul li > a.success.hover {
  background: #457a1a;
}
.top-bar-section ul li > a.button.alert, .top-bar-section ul .view-portal-og-content.gray-box-style .learn-more li > a.alert, .view-portal-og-content.gray-box-style .learn-more .top-bar-section ul li > a.alert, .top-bar-section ul .view-portal-og-content.view-display-id-portal_event_block .more-link li > a.alert, .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar-section ul li > a.alert {
  background: #c60f13;
}
.top-bar-section ul li > a.button.alert.hover, .top-bar-section ul .view-portal-og-content.gray-box-style .learn-more li > a.alert.hover, .view-portal-og-content.gray-box-style .learn-more .top-bar-section ul li > a.alert.hover, .top-bar-section ul .view-portal-og-content.view-display-id-portal_event_block .more-link li > a.alert.hover, .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar-section ul li > a.alert.hover {
  background: #970b0e;
}
.top-bar-section ul li.hover > a {
  background: #090909;
  color: #fff;
}
.top-bar-section ul li.active > a {
  background: #090909;
  color: #fff;
}
.top-bar-section .has-form {
  padding: 15px;
}
.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: 15px;
  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 15px;
}
.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: 22.5px;
  display: block;
}
.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #555;
  font-weight: bold;
  font-size: 0.625em;
}

.top-bar-js-breakpoint {
  width: 58.75em !important;
  visibility: hidden;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 58.75em) {
  .top-bar {
    background: #111;
    *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,
  .top-bar .view-portal-og-content.gray-box-style .learn-more a,
  .view-portal-og-content.gray-box-style .learn-more .top-bar a,
  .top-bar .view-portal-og-content.view-display-id-portal_event_block .more-link a,
  .view-portal-og-content.view-display-id-portal_event_block .more-link .top-bar a {
    line-height: 2em;
    font-size: 0.875em;
    height: 2em;
    padding: 0 10px;
    position: relative;
    top: 8px;
  }
  .top-bar.expanded {
    background: #111;
  }

  .contain-to-grid .top-bar {
    max-width: 62.5em;
    margin: 0 auto;
    margin-bottom: 1.875em;
  }

  .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 15px;
    line-height: 45px;
    background: #111;
  }
  .top-bar-section li a:not(.button).hover {
    background: black;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 35px !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: 22.5px;
  }
  .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";
    margin-top: -16px;
    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 15px;
    background: #1e1e1e;
  }
  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #1e1e1e;
  }
  .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 #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0px;
  }
  .top-bar-section .has-form {
    background: #111;
    padding: 0 15px;
    height: 45px;
  }
  .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: #090909;
    color: #fff;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #090909;
    color: #fff;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    visibility: visible;
  }
}
/* 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: #2ba6cb;
  border-color: #2284a1;
  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: #5da423;
  border-color: #457a1a;
  color: #fff;
}
.alert-box.alert {
  background-color: #c60f13;
  border-color: #970b0e;
  color: #fff;
}
.alert-box.secondary {
  background-color: #e9e9e9;
  border-color: #d0d0d0;
  color: #505050;
}

/* Progress Bar */
.progress {
  background-color: transparent;
  height: 1.5625em;
  border: 1px solid #cccccc;
  padding: 0.125em;
  margin-bottom: 0.625em;
}
.progress .meter {
  background: #2ba6cb;
  height: 100%;
  display: block;
}
.progress.secondary .meter {
  background: #e9e9e9;
  height: 100%;
  display: block;
}
.progress.success .meter {
  background: #5da423;
  height: 100%;
  display: block;
}
.progress.alert .meter {
  background: #c60f13;
  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: #2ba6cb;
}
.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 {
  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 {
  color: #999;
  text-decoration: none;
}
.sub-nav dt.active a,
.sub-nav dd.active a {
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  font-weight: bold;
  background: #2ba6cb;
  padding: 0.1875em 0.5625em;
  cursor: default;
  color: #fff;
}

/* 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(43, 166, 203, 0.5);
  box-shadow: 0 0 6px 1px rgba(43, 166, 203, 0.5);
}
.th.radius {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

a.th {
  display: inline-block;
}

/* 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 #196177;
  color: #2ba6cb;
}
.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: #2ba6cb !important;
  border-bottom: dotted 1px #196177 !important;
}

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

@media only screen and (min-width: 939px) {
  .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: 16;
  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.3125em 0.625em;
  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: 16;
  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;
}

.admin-menu .fixed {
  top: 1.8125em;
}

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0;
}

.reveal-modal {
  z-index: 999;
}

.item-list .pager {
  clear: none;
}

.item-list .pager li {
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Helvetica Neue', Helvetica, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
}

h1, h2, h3,
h4, h5, h6 {
  font-weight: normal;
  line-height: 1.2em;
  color: inherit;
}

h1 {
  font-size: 44px;
  font-size: 4.4rem;
}

h2 {
  font-size: 37px;
  font-size: 3.7rem;
}

h3 {
  font-size: 19px;
  font-size: 1.9rem;
  text-transform: uppercase;
}

h4 {
  font-size: 15px;
  font-size: 1.5rem;
}

p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
}
p.largebody {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6em;
}

ul, ol, dl {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6em;
  margin-left: 20px;
  margin-left: 2rem;
}

a {
  color: #05C1F7;
}

table {
  border: none;
}

thead {
  background: #3D3F3D;
  border: solid 2px #3D3F3D;
  color: #FFF;
}

tbody {
  border: 2px solid #ccc;
}

th,
td {
  border: none;
  padding: 10px 5px;
}

tr:nth-child(even),
tr.even {
  background: #f0f0f0;
}

.item-list .pager {
  clear: both;
  display: block;
}

.field-collection-view {
  margin: 0;
}

.field-name-field-topics #edit-field-topics-und {
  overflow: hidden;
  *zoom: 1;
  margin: 0 -0.9375em;
  max-width: none;
  margin-bottom: 20px;
}
.field-name-field-topics .form-item .form-type-checkbox {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 25%;
  float: left;
}

@media all and (max-width: 939px) {
  .field-name-field-topics .form-item .form-type-checkbox {
    width: 100%;
  }
}
.l-header-region {
  height: 119px;
  padding-top: 25px;
}

.logo-wrapper {
  padding-left: 0;
}

.l-header-wrapper {
  background: #2F302F;
}

.header-blocks {
  padding-right: 0;
}
.header-blocks .block {
  color: #AAA;
  float: right;
  margin-left: 40px;
}
.header-blocks .block a.sign-up {
  color: #FFF;
  text-transform: uppercase;
}
.header-blocks .block a.sign-in {
  background: #05C1F7 url("../images/sign-in.png") no-repeat scroll 17px 10px;
  margin-left: 15px;
  padding: 12px 20px 12px 40px;
}
.header-blocks .block a.sign-in:after {
  content: normal;
  display: none;
}
.header-blocks .block a.sign-in:hover, .header-blocks .block a.sign-in:focus {
  background-color: #049AC6;
}
.header-blocks .block a.signed-in {
  color: #FFF;
  text-transform: uppercase;
}
.header-blocks .block-search {
  min-width: 220px;
}
.header-blocks .block-ame-common-ame-common-login-indicator {
  display: none;
}

.top-bar-wrapper {
  background: #262626;
  position: relative;
  z-index: 99;
}

.contain-to-grid {
  background: none;
}
.contain-to-grid .top-bar {
  max-width: 1100px;
  max-width: 110rem;
  margin-bottom: 0px !important;
}
.contain-to-grid.static {
  position: static !important;
}

.top-bar {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #262626;
  height: 64px;
  height: 6.4rem;
}

.top-bar-section li a:not(.button) {
  background: #262626;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 64px;
  line-height: 6.4rem;
  padding: 0 20px;
}
.top-bar-section li a:not(.button).active {
  background: black;
}

.top-bar-section li a:not(.button):hover,
.top-bar-section li a:not(.button):active {
  background: black;
}

.touch .top-bar-section li a:not(.button):hover {
  background: #262626;
}

@media all and (max-width: 1016px) {
  .top-bar-section li a:not(.button) {
    padding: 0 10px;
  }
}
.top-bar-section ul {
  background: #262626;
}

.top-bar-section ul li > a {
  font-weight: normal;
}

.top-bar-section li ul li a:not(.button) {
  line-height: 54px;
  line-height: 5.4rem;
}

.top-bar-section .divider, .top-bar-section [role="separator"] {
  display: none;
}

.top-bar-section .has-dropdown > a:after {
  content: normal;
  display: none;
}

.top-bar-section .has-dropdown > a {
  padding-right: 20px !important;
}

.main-nav > li.ame-events-training > a:before {
  background: transparent url("../images/menu-icons/events-training.png") no-repeat scroll 0 0;
  content: '';
  display: block;
  float: left;
  height: 19px;
  margin: 21px 10px 0 0;
  width: 19px;
}
.main-nav > li.networking > a:before {
  background: transparent url("../images/menu-icons/networking.png") no-repeat scroll 0 0;
  content: '';
  display: block;
  float: left;
  height: 19px;
  margin: 22px 10px 0 0;
  width: 27px;
}
.main-nav > li.news-publications > a:before {
  background: transparent url("../images/menu-icons/news-publications.png") no-repeat scroll 0 0;
  content: '';
  display: block;
  float: left;
  height: 19px;
  margin: 22px 10px 0 0;
  width: 19px;
}

.l-main {
  margin-top: 40px;
  margin-top: 4rem;
  min-height: 31.25em;
  margin-bottom: 40px;
}

.row {
  max-width: 1100px;
  max-width: 110rem;
}

.l-featured {
  max-width: none;
}
.l-featured .columns.large-12 {
  padding: 0;
}

.page-content {
  clear: both;
}

.more-link {
  clear: both;
  text-align: center;
}

.front .l-main {
  max-width: none;
}
.front .l-main .main {
  overflow: hidden;
  padding: 0;
}
.front .l-main .main .button-group,
.front .l-main .main .block,
.front .l-main .main article.node {
  margin: 0 auto 80px;
  max-width: 1100px;
  max-width: 110rem;
}
.front .l-main .main .block-title {
  text-align: center;
}
.front .l-main .main .button-group {
  clear: both;
  margin: 0 auto;
}
.front .field-name-body {
  text-align: center;
}

@media all and (max-width: 939px) {
  .front .l-main .main {
    padding-left: 0.9375em;
    padding-right: 0.9375em;
  }
}
.highlight {
  max-width: 1100px;
  max-width: 110rem;
  margin: 0 auto;
}

.block.slogan {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #05C1F7;
  color: #FFF;
  padding: 23px 0;
  text-align: center;
}
.block.slogan p {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.2em;
  margin: 0;
}

@media all and (max-width: 939px) {
  .block.slogan {
    padding: 10px 0;
  }
  .block.slogan p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2em;
  }
}
.view-main-promo {
  position: relative;
}
.view-main-promo .splash-bkgrnd {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0;
  height: 400px;
  height: 40rem;
  width: 100%;
  display: block;
}
.view-main-promo .promo-text {
  background: rgba(0, 0, 0, 0.65);
  box-sizing: border-box;
  -moz-border-box: border-box;
  bottom: 0;
  color: #FFF;
  left: 12.5%;
  padding: 40px;
  position: absolute;
  width: 580px;
  width: 58rem;
}
.view-main-promo .promo-text h2 a {
  color: #FFF;
}
.view-main-promo .flex-control-nav {
  bottom: 0px;
  left: 12.5%;
  padding-bottom: 20px;
  padding-right: 20px;
  width: 580px;
  width: 58rem;
  text-align: right;
  z-index: 88;
}
.view-main-promo .views-slideshow-controls-bottom {
  bottom: 50%;
  display: block;
  position: absolute;
  width: 100%;
  z-index: 88;
  margin-bottom: -22px;
}
.view-main-promo .views-slideshow-controls-bottom .views-slideshow-controls-text-pause {
  display: none;
}
.view-main-promo .views-slideshow-controls-bottom .views-slideshow-controls-text-previous {
  left: 10px;
  left: 1rem;
  position: absolute;
}
.view-main-promo .views-slideshow-controls-bottom .views-slideshow-controls-text-next {
  right: 10px;
  right: 1rem;
  position: absolute;
}

@media all and (max-width: 939px) {
  .view-main-promo .promo-text {
    background: rgba(0, 0, 0, 0.8);
  }
}
.discussion-of-the-week {
  background: #F0F0F0;
  padding: 20px;
  margin-bottom: 20px;
}

.front .l-main .main .block-mission-statement {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  max-width: none;
  background: transparent url("../images/mission-statement-bkgrnd.jpg") no-repeat scroll 0 0;
  background-size: cover;
}

.mission-statement {
  color: #FFF;
  float: none;
  height: 314px;
  margin: 0 auto;
  max-width: 1100px;
  max-width: 110rem;
  padding-top: 40px;
}
.mission-statement h2 {
  color: #FFF;
}
.mission-statement p {
  font-size: 27px;
  font-size: 2.7rem;
  line-height: 1.2em;
}

.page-news-publications .highlight {
  margin: 0 -0.9375em;
}

.block-ame-common-ame-common-user-top-block {
  margin: 0 -0.9375em;
}

.view-followed-topics .view-content {
  margin: 0 -0.9375em;
}
.view-followed-topics .views-row {
  margin-bottom: 0.9375em;
}
.view-followed-topics .views-row a {
  background: #ECECEC;
  display: block;
  padding: 6px;
  text-align: center;
  word-wrap: break-word;
}

.block-views-random-topics-block {
  clear: both;
  margin-top: 20px;
}

.profile-info .profile-picture img {
  float: left;
  margin: 0 15px 15px 0;
}

@media all and (max-width: 939px) {
  .profile .field-name-field-topics ul li {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
  }
}
.social-links-wrapper {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #2F302F;
  color: #FFF;
  padding-top: 60px;
}
.social-links-wrapper .social-links .social-header {
  text-align: center;
}
.social-links-wrapper .social-links .social-header h2 {
  color: #FFF;
}
.social-links-wrapper .social-links .block {
  margin-bottom: 40px;
}
.social-links-wrapper .social-links .block .content {
  background: #252525;
  color: #bcbcbc;
  min-height: 430px;
  padding: 40px 20px;
  text-align: center;
}
.social-links-wrapper .social-links .block .content h3 {
  text-transform: none;
  color: #FFF;
}
.social-links-wrapper .social-links .block.latest-tweet .content {
  border-top: solid #29AEF0 3px;
}
.social-links-wrapper .social-links .block.youtube .content {
  border-top: solid #E71637 3px;
}
.social-links-wrapper .social-links .block.linkedin-promo .content {
  border-top: solid #3A67A0 3px;
}

.section-contact-ame .social-links-wrapper {
  background: none;
  color: #222;
  padding-top: 0;
}

.l-footer {
  background: #148EC7;
  max-width: none;
  padding-top: 20px;
}

.footer {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFF;
  float: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6em;
  margin: 0 auto;
  max-width: 1100px;
  max-width: 110rem;
  padding: 0;
}
.footer .block {
  padding: 0;
  width: 20%;
}
.footer .block .menu {
  list-style: none;
  margin-left: 0;
}
.footer .block .menu li {
  margin-bottom: 10px;
}
.footer .block a,
.footer .block a:hover,
.footer .block a:visited {
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2em;
}
.footer .block a.phone,
.footer .block a:hover.phone,
.footer .block a:visited.phone {
  font-size: 24px;
  font-style: italic;
}
.footer .block a.phone:before,
.footer .block a:hover.phone:before,
.footer .block a:visited.phone:before {
  background: url("../images/phone.png") no-repeat scroll 0 0;
  content: '';
  display: block;
  float: left;
  height: 19px;
  width: 9px;
  margin-top: 5px;
  margin-right: 10px;
}
.footer .block a:hover {
  text-decoration: underline;
}

.footer-top {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  clear: both;
}
.footer-top:after {
  content: '';
  display: table;
  clear: both;
}

.block.social-links {
  margin: 0;
  max-width: none;
  background: #252525;
  padding: 15px;
  text-align: center;
}
.block.social-links ul {
  list-style: none;
  margin: 0;
}
.block.social-links ul li {
  display: inline;
}

.block-footer-header {
  background: #18AAF2;
  border-top: solid 2px #FFF;
  margin: 0 auto;
  padding: 30px;
}
.block-footer-header:after {
  content: '';
  display: table;
  clear: both;
}
.block-footer-header .columns {
  padding: 0;
  width: 20%;
}
.block-footer-header .columns.footer-logo {
  width: 25%;
  padding-right: 4%;
  margin-left: -5%;
}
.block-footer-header p {
  margin: 0;
}

@media all and (max-width: 767px) {
  .footer .block {
    width: 100%;
    float: none;
    padding: 0 15px;
  }

  .block-footer-header .columns {
    width: 100%;
  }
  .block-footer-header .columns.footer-logo {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-left: 0;
  }
  .block-footer-header .columns h3 {
    display: none;
  }
}
.footer-bottom {
  background: #006F9E;
  overflow: hidden;
  padding: 20px 0;
}
.footer-bottom .footer-logos-container {
  float: none;
  margin: 0 auto;
  max-width: 1500px;
  max-width: 150rem;
}

.button, .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.event-info-item.buttons a,
.quicktabs-tabs a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #05C1F7;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #FFF;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2em;
  padding: 14px 38px 14px 28px;
  position: relative;
  text-transform: uppercase;
}
.button:hover, .view-portal-og-content.gray-box-style .learn-more a:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a:hover, .button:focus, .view-portal-og-content.gray-box-style .learn-more a:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a:focus,
.event-info-item.buttons a:hover,
.event-info-item.buttons a:focus,
.quicktabs-tabs a:hover,
.quicktabs-tabs a:focus {
  background: #049AC6;
  color: #FFF;
}
.button.secondary, .view-portal-og-content.gray-box-style .learn-more a.secondary, .view-portal-og-content.view-display-id-portal_event_block .more-link a.secondary,
.event-info-item.buttons a.secondary,
.quicktabs-tabs a.secondary {
  background: #3D3F3D;
  color: #FFF;
}
.button.secondary:hover, .view-portal-og-content.gray-box-style .learn-more a.secondary:hover, .view-portal-og-content.view-display-id-portal_event_block .more-link a.secondary:hover, .button.secondary:focus, .view-portal-og-content.gray-box-style .learn-more a.secondary:focus, .view-portal-og-content.view-display-id-portal_event_block .more-link a.secondary:focus,
.event-info-item.buttons a.secondary:hover,
.event-info-item.buttons a.secondary:focus,
.quicktabs-tabs a.secondary:hover,
.quicktabs-tabs a.secondary:focus {
  background: #1A1A1A;
  color: #FFF;
}
.button.tour-register, .view-portal-og-content.gray-box-style .learn-more a.tour-register, .view-portal-og-content.view-display-id-portal_event_block .more-link a.tour-register,
.event-info-item.buttons a.tour-register,
.quicktabs-tabs a.tour-register {
  color: #FFF;
}
.button.tour-btn-schedule, .view-portal-og-content.gray-box-style .learn-more a.tour-btn-schedule, .view-portal-og-content.view-display-id-portal_event_block .more-link a.tour-btn-schedule,
.event-info-item.buttons a.tour-btn-schedule,
.quicktabs-tabs a.tour-btn-schedule {
  background: #03a1e6 url(../images/calendar.png) no-repeat 15px center;
  margin: 0;
  padding-left: 50px;
}
.button.no-arrow, .view-portal-og-content.gray-box-style .learn-more a.no-arrow, .view-portal-og-content.view-display-id-portal_event_block .more-link a.no-arrow,
.event-info-item.buttons a.no-arrow,
.quicktabs-tabs a.no-arrow {
  padding: 14px 28px;
}
.button.no-arrow:after, .view-portal-og-content.gray-box-style .learn-more a.no-arrow:after, .view-portal-og-content.view-display-id-portal_event_block .more-link a.no-arrow:after,
.event-info-item.buttons a.no-arrow:after,
.quicktabs-tabs a.no-arrow:after {
  content: normal;
  display: none;
}
.button:after, .view-portal-og-content.gray-box-style .learn-more a:after, .view-portal-og-content.view-display-id-portal_event_block .more-link a:after,
.event-info-item.buttons a:after,
.quicktabs-tabs a:after {
  content: "\f054";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  right: 20px;
  top: 14px;
}

ul.quicktabs-tabs {
  overflow: hidden;
  *zoom: 1;
}

ul.quicktabs-tabs li {
  margin: 0;
  padding: 0;
  display: block;
}
ul.quicktabs-tabs li.active a {
  background: #049AC6;
}
ul.quicktabs-tabs li a {
  display: block;
  float: left;
}
ul.quicktabs-tabs li a:after {
  content: normal;
  display: none;
}

.event-info-item.buttons #calendar-button,
.event-info-item.buttons .field-name-field-event-registration-url {
  display: inline;
}
.event-info-item.buttons a {
  display: inline-block;
}

.button-group a.button:after, .button-group .view-portal-og-content.gray-box-style .learn-more a:after, .view-portal-og-content.gray-box-style .learn-more .button-group a:after, .button-group .view-portal-og-content.view-display-id-portal_event_block .more-link a:after, .view-portal-og-content.view-display-id-portal_event_block .more-link .button-group a:after {
  display: none;
}

.social-links-wrapper .social-links .button, .social-links-wrapper .social-links .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .social-links-wrapper .social-links a, .social-links-wrapper .social-links .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .social-links-wrapper .social-links a {
  padding: 14px 28px;
}
.social-links-wrapper .social-links .button:after, .social-links-wrapper .social-links .view-portal-og-content.gray-box-style .learn-more a:after, .view-portal-og-content.gray-box-style .learn-more .social-links-wrapper .social-links a:after, .social-links-wrapper .social-links .view-portal-og-content.view-display-id-portal_event_block .more-link a:after, .view-portal-og-content.view-display-id-portal_event_block .more-link .social-links-wrapper .social-links a:after {
  content: normal;
  display: none;
}

.twitter-button {
  background: #29AEF0;
}
.twitter-button:hover {
  background: #259dd8;
}

.linkedin-button {
  background: #3A67A0;
}
.linkedin-button:hover {
  background: #345d90;
}

.youtube-button {
  background: #E71637;
}
.youtube-button:hover {
  background: #d01432;
}

.comment {
  background: #F0F0F0;
  padding: 15px;
  margin-bottom: 10px;
}
.comment h3 {
  text-transform: none;
}
.comment h3 a {
  color: #212121;
}
.comment h3 a:hover {
  text-decoration: underline;
}
.comment .flag-like_comment .flag-throbber {
  display: none;
}
.comment .links.inline {
  list-style: none;
  margin: 0;
}
.comment .links.inline li {
  float: left;
}
.comment .links.inline a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #3D3F3D;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  color: #FFF;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.2em;
  padding: 0.5625em 1.125em 0.625em;
  position: relative;
  text-transform: uppercase;
}
.comment .links.inline a:hover, .comment .links.inline a:focus {
  background: #1A1A1A;
  color: #FFF;
}

.flag-inappropriate-content a:before,
.flag-comment_inappropriate a:before {
  font-family: 'FontAwesome';
  content: "\f024";
  color: red;
  margin-right: 5px;
}

.flag-wrapper.flag-topic-interest .button, .flag-wrapper.flag-topic-interest .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .flag-wrapper.flag-topic-interest a, .flag-wrapper.flag-topic-interest .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .flag-wrapper.flag-topic-interest a {
  width: 100%;
  padding: 14px 28px 14px 38px;
}
.flag-wrapper.flag-topic-interest .button:before, .flag-wrapper.flag-topic-interest .view-portal-og-content.gray-box-style .learn-more a:before, .view-portal-og-content.gray-box-style .learn-more .flag-wrapper.flag-topic-interest a:before, .flag-wrapper.flag-topic-interest .view-portal-og-content.view-display-id-portal_event_block .more-link a:before, .view-portal-og-content.view-display-id-portal_event_block .more-link .flag-wrapper.flag-topic-interest a:before {
  content: "\f067";
  display: block;
  font-family: "FontAwesome";
  position: absolute;
  left: 20px;
  top: 14px;
}
.flag-wrapper.flag-topic-interest .button.topic-flagged, .flag-wrapper.flag-topic-interest .view-portal-og-content.gray-box-style .learn-more a.topic-flagged, .view-portal-og-content.gray-box-style .learn-more .flag-wrapper.flag-topic-interest a.topic-flagged, .flag-wrapper.flag-topic-interest .view-portal-og-content.view-display-id-portal_event_block .more-link a.topic-flagged, .view-portal-og-content.view-display-id-portal_event_block .more-link .flag-wrapper.flag-topic-interest a.topic-flagged {
  background: #049AC6;
  color: #FFF;
}
.flag-wrapper.flag-topic-interest .button.topic-flagged:before, .flag-wrapper.flag-topic-interest .view-portal-og-content.gray-box-style .learn-more a.topic-flagged:before, .view-portal-og-content.gray-box-style .learn-more .flag-wrapper.flag-topic-interest a.topic-flagged:before, .flag-wrapper.flag-topic-interest .view-portal-og-content.view-display-id-portal_event_block .more-link a.topic-flagged:before, .view-portal-og-content.view-display-id-portal_event_block .more-link .flag-wrapper.flag-topic-interest a.topic-flagged:before {
  content: "\f068";
}

.conference-overlay-link {
  display: block;
  position: absolute;
  margin-right: 20px;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 1;
}
.conference-overlay-link:hover ~ .conference-content-bottom, .conference-overlay-link:focus ~ .conference-content-bottom {
  background-color: gray !important;
}

input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  background: #EAEAEA;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2em;
  height: 41px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  background: #EAEAEA;
}

input[type="textarea"],
textarea {
  background: #EAEAEA;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2em;
}
input[type="textarea"]:focus,
textarea:focus {
  background: #EAEAEA;
}

.l-header .block-search form {
  position: relative;
}
.l-header .block-search form input[type="text"] {
  font-style: italic;
}
.l-header .block-search form input[type="text"]:focus {
  font-style: normal;
}
.l-header .block-search form .form-submit {
  display: block;
  font-size: 0;
  height: 37px;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999em;
  width: 33px;
  background: #EAEAEA url("../images/search.png") no-repeat scroll 9px 50%;
  position: absolute;
  right: 2px;
  top: 2px;
}

#views-exposed-form-current-discussions-page-1 .views-widget-sort-by {
  display: none;
}

#ame-reg-sign-up {
  margin: 0 -0.9375em;
}
#ame-reg-sign-up .form-item-membership-type {
  display: none;
}
#ame-reg-sign-up .membership-type {
  background: #F0F0F0;
  min-height: 235px;
  margin-top: 15px;
  padding: 15px;
  padding: 1.5rem;
  text-align: center;
  -webkit-transition: background-color 300ms ease-out, color 330ms;
  -moz-transition: background-color 300ms ease-out color 330ms;
  transition: background-color 300ms ease-out color 330ms;
}
#ame-reg-sign-up .membership-type h3 {
  -webkit-transition: background-color 300ms ease-out, color 330ms;
  -moz-transition: background-color 300ms ease-out color 330ms;
  transition: background-color 300ms ease-out color 330ms;
}
#ame-reg-sign-up .membership-type.selected {
  background: #05C1F7;
  color: #FFF;
}
#ame-reg-sign-up .membership-type.selected h3 {
  color: #FFF;
}
#ame-reg-sign-up .membership-type p {
  height: 88px;
  height: 8.8rem;
}
#ame-reg-sign-up .already-member {
  margin-top: 10px;
  margin-top: 1rem;
  text-align: right;
}
#ame-reg-sign-up .form-type-radios {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
#ame-reg-sign-up #edit-account .form-item-name,
#ame-reg-sign-up #edit-account .form-item-mail,
#ame-reg-sign-up #edit-account .form-item-pass {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
#ame-reg-sign-up #edit-account .form-item-pass .password-parent,
#ame-reg-sign-up #edit-account .form-item-pass .confirm-parent {
  width: 100%;
}
#ame-reg-sign-up #edit-account .form-item-profile-job {
  clear: both;
}
#ame-reg-sign-up .form-submit {
  clear: both;
  display: block;
  margin-left: 0.9375em;
}

.signup-steps {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0 0.9375em;
  color: #CCC;
  overflow: hidden;
  margin-bottom: 20px;
}
.signup-steps li {
  float: left;
}
.signup-steps li .separator {
  margin: 0 15px;
}
.signup-steps li.active {
  color: #000;
}

.signup-message {
  padding: 15px;
  background: #ECECEC;
  margin: 0 0.9375em 20px;
}

.skip-step {
  text-align: right;
}

#ame-reg-profile {
  margin: 0 -0.9375em;
}
#ame-reg-profile .location-fields {
  margin: 0 -0.9375em;
}

#ame-reg-topics a.button.primary, #ame-reg-topics .view-portal-og-content.gray-box-style .learn-more a.primary, .view-portal-og-content.gray-box-style .learn-more #ame-reg-topics a.primary, #ame-reg-topics .view-portal-og-content.view-display-id-portal_event_block .more-link a.primary, .view-portal-og-content.view-display-id-portal_event_block .more-link #ame-reg-topics a.primary {
  margin-left: 0.9375em;
}

@media all and (max-width: 939px) {
  .signup-steps
  li {
    float: none;
  }
  .signup-steps
  li .separator {
    display: none;
  }
}
#webform-client-form-1590 {
  margin: 0 -0.9375em;
}
#webform-client-form-1590 textarea {
  resize: none;
  min-height: 110px;
  min-height: 11rem;
}
#webform-client-form-1590 .form-submit {
  margin-left: 0.9375em;
}

#edit-profile-user-profile-form #edit-picture {
  clear: both;
}

#recaptcha_area input {
  display: inline-block !important;
  height: auto;
}

.block-ame-common-ame-common-recommended-for a {
  color: #FFF;
}
.block-ame-common-ame-common-recommended-for a.button, .block-ame-common-ame-common-recommended-for .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .block-ame-common-ame-common-recommended-for a, .block-ame-common-ame-common-recommended-for .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .block-ame-common-ame-common-recommended-for a {
  margin-left: 20px;
}

.block-block-40 {
  overflow: hidden;
  *zoom: 1;
}

.front .l-main .main .sign-up-block {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #3D3F3D;
  color: #FFF;
  margin: 0 auto 80px;
  max-width: none;
}
.front .l-main .main .sign-up-block .content {
  margin: 0 auto;
  max-width: 1100px;
  max-width: 110rem;
  overflow: hidden;
  padding: 15px 0;
  padding: 1.5rem 0;
}
.front .l-main .main .sign-up-block .content p {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2em;
}
.front .l-main .main .sign-up-block .content p span {
  float: left;
}

@media all and (max-width: 939px) {
  .front .l-main .main .sign-up-block {
    text-align: center;
  }
  .front .l-main .main .sign-up-block a.button, .front .l-main .main .sign-up-block .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .front .l-main .main .sign-up-block a, .front .l-main .main .sign-up-block .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .front .l-main .main .sign-up-block a {
    float: none !important;
    margin-top: 15px;
  }
}
.jobs-block .jt_job_list {
  margin: 0 -0.9375em;
}
.jobs-block .jt_job {
  background: #F0F0F0;
  margin-bottom: 1.875em;
  min-height: 120px;
  min-height: 12rem;
  padding: 15px;
}
.jobs-block .jt_alljobs {
  clear: both;
  text-align: center;
}

.block-ame-common-ame-common-regions-map {
  text-align: center;
}
.block-ame-common-ame-common-regions-map object {
  height: 325px;
}

.block-ame-common-ame-common-content-public {
  color: #838383;
}

.regions-header-block {
  background: #f0f0f0;
  padding: 15px;
  padding: 1.5rem;
  margin-bottom: 40px;
}

.regions-list-block {
  margin-top: 40px;
}

.membership-promo .block-content {
  background: #05C1F7;
  color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-height: 190px;
  min-height: 19rem;
  padding: 15px;
}

.footer-header .columns.footer-logo {
  width: 25%;
  margin-left: -5%;
  padding-right: 4%;
}

@media all and (max-width: 939px) {
  .footer-header .columns.footer-logo {
    width: 100%;
    margin-left: 0;
  }
}
.footer-logos .columns {
  width: 20%;
}
.footer-logos .columns a {
  display: block;
  height: 60px;
  background-repeat: no-repeat;
}
.footer-logos .columns a.lean-certification {
  background: url("../images/lean_certification.png") no-repeat 50% 0;
}
.footer-logos .columns a.lean-certification:hover {
  background: url("../images/lean_certification_rollover.png") no-repeat 50% 0;
}
.footer-logos .columns a.excellence-awards {
  background: url("../images/manufacturing_excellence.png") no-repeat 50% 0;
}
.footer-logos .columns a.excellence-awards:hover {
  background: url("../images/manufacturing_excellence_rollover.png") no-repeat 50% 0;
}
.footer-logos .columns a.bcop {
  background: url("../images/bcop.png") no-repeat 50% 0;
}
.footer-logos .columns a.bcop:hover {
  background: url("../images/bcop_hover.png") no-repeat 50% 0;
}
.footer-logos .columns a.champions-club {
  background: url("../images/champions_club.png") no-repeat 50% 0;
}
.footer-logos .columns a.champions-club:hover {
  background: url("../images/champions_club_hover.png") no-repeat 50% 0;
}
.footer-logos .columns a.consortia {
  background: url("../images/consortia.png") no-repeat 50% 0;
}
.footer-logos .columns a.consortia:hover {
  background: url("../images/consortia_hover.png") no-repeat 50% 0;
}

@media all and (max-width: 939px) {
  .footer-logos .columns {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-logos .columns a {
    background-position: 0 0 !important;
  }
}
.subscribe-target-online {
  display: none;
}

@media all and (min-width: 768px) {
  .subscribe-target-online {
    background: #F0F0F0;
    display: block;
    font-size: .8em;
    margin-bottom: 20px;
    padding: 20px;
  }
  .subscribe-target-online h2.block-title {
    font-size: 1.5em;
    font-weight: bold;
  }
  .subscribe-target-online .webform-component-markup p {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .subscribe-target-online form,
  .subscribe-target-online .button,
  .subscribe-target-online .view-portal-og-content.gray-box-style .learn-more a,
  .view-portal-og-content.gray-box-style .learn-more .subscribe-target-online a,
  .subscribe-target-online .view-portal-og-content.view-display-id-portal_event_block .more-link a,
  .view-portal-og-content.view-display-id-portal_event_block .more-link .subscribe-target-online a {
    margin: 0;
  }
  .subscribe-target-online input.form-text {
    background: #fff;
    height: 30px;
    margin: 0;
  }
  .subscribe-target-online .button, .subscribe-target-online .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .subscribe-target-online a, .subscribe-target-online .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .subscribe-target-online a {
    padding: 8px 25px 8px 10px;
    font-size: 1.1em;
  }
  .subscribe-target-online .button::after, .subscribe-target-online .view-portal-og-content.gray-box-style .learn-more a::after, .view-portal-og-content.gray-box-style .learn-more .subscribe-target-online a::after, .subscribe-target-online .view-portal-og-content.view-display-id-portal_event_block .more-link a::after, .view-portal-og-content.view-display-id-portal_event_block .more-link .subscribe-target-online a::after {
    font-weight: 100;
    right: 10px;
    top: 10px;
  }

  .main > .page-content > .subscribe-target-online {
    float: right;
    margin-left: 20px;
    margin-top: -90px;
    width: 33%;
  }
  .main > .page-content > .subscribe-target-online div.webform-component-textfield,
  .main > .page-content > .subscribe-target-online div.webform-component-email {
    float: left;
    margin-top: 0;
    width: 49%;
  }
  .main > .page-content > .subscribe-target-online div.webform-component-textfield {
    margin-right: 2%;
  }

  .sidebar-second > .subscribe-target-online {
    margin-top: 20px;
  }
}
.comment-count {
  float: right;
  margin-left: 15px;
}
.comment-count i.fa, .comment-count .view-portal-og-content.gray-box-style i.location, .view-portal-og-content.gray-box-style .comment-count i.location, .comment-count .view-portal-og-content.gray-box-style i.date, .view-portal-og-content.gray-box-style .comment-count i.date {
  color: #05C1F7;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.submitted,
.posted {
  color: #838383;
}

.member-only {
  color: #777;
}

.node-type {
  background: #fbb133;
  color: #FFF;
  display: inline-block;
  padding: 2px 5px;
}

.view-mode-teasersmall,
.view-mode-teasermedium,
.view-mode-teaserlarge {
  background: #ECECEC;
  margin-bottom: 20px;
  min-height: 190px;
  padding: 15px;
}
.view-mode-teasersmall .node-title,
.view-mode-teasermedium .node-title,
.view-mode-teaserlarge .node-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.view-mode-teasersmall .node-title a,
.view-mode-teasermedium .node-title a,
.view-mode-teaserlarge .node-title a {
  color: #212121;
}
.view-mode-teasersmall .node-title a:hover,
.view-mode-teasermedium .node-title a:hover,
.view-mode-teaserlarge .node-title a:hover {
  text-decoration: underline;
}

.node-document.view-mode-teasersmall,
.node-board-document.view-mode-teasersmall {
  min-height: 0;
}

.node-event .view-mode-teasersmall .node-title {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.2em;
}

.node-ame-news.view-mode-teasersmall {
  background: none;
  padding: 15px 0;
  min-height: 0;
}

.node.view-mode-full .posted {
  color: #838383;
}

.node-ame-photos-videos.view-mode-teasersmall {
  min-height: 200px;
  min-height: 20rem;
}
.node-ame-photos-videos.view-mode-teasersmall .node-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  margin-bottom: 0;
  margin-top: 10px;
}

.node-target-article,
.node-ame-blog,
.node-discussion,
.node-past-presentation {
  position: relative;
}
.node-target-article.view-mode-teasersmall,
.node-ame-blog.view-mode-teasersmall,
.node-discussion.view-mode-teasersmall,
.node-past-presentation.view-mode-teasersmall {
  background: #ECECEC;
  margin-bottom: 20px;
  min-height: 190px;
  min-height: 19rem;
  padding: 15px;
}
.node-target-article.view-mode-teasersmall .node-type,
.node-ame-blog.view-mode-teasersmall .node-type,
.node-discussion.view-mode-teasersmall .node-type,
.node-past-presentation.view-mode-teasersmall .node-type {
  background: #FBB133;
  color: #FFF;
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px;
}
.node-target-article.view-mode-teasersmall .node-title a,
.node-ame-blog.view-mode-teasersmall .node-title a,
.node-discussion.view-mode-teasersmall .node-title a,
.node-past-presentation.view-mode-teasersmall .node-title a {
  color: #212121;
}
.node-target-article.view-mode-teasersmall .submitted,
.node-ame-blog.view-mode-teasersmall .submitted,
.node-discussion.view-mode-teasersmall .submitted,
.node-past-presentation.view-mode-teasersmall .submitted {
  bottom: 15px;
  position: absolute;
  padding-right: 30px;
  width: 100%;
}

.node-past-presentation.view-mode-teasersmall .field-name-field-presentation-date {
  float: left;
}

.node-event {
  position: relative;
}
.node-event.view-mode-teasersmall {
  background: #2E2E2E;
  color: #9A9A9A;
  margin-bottom: 20px;
  min-height: 175px;
  padding: 15px;
}
.node-event.view-mode-teasersmall .node-title a {
  color: #FFF;
}
.node-event.view-mode-teasersmall .event-type {
  background: #FBB133;
  color: #FFF;
  display: inline;
  padding: 5px;
}
.node-event.view-mode-teasersmall .event-type.non-registerable-event {
  background: #28499C;
}
.node-event.view-mode-teasersmall .event-type.webinars {
  background: #9B007B;
}
.node-event.view-mode-teasersmall .event-type.champions-event {
  background: #C50C20;
}
.node-event.view-mode-teasersmall .event-type.regional-event {
  background: #24c145;
}
.node-event.view-mode-teasersmall .event-type.conferences-amp-symposia {
  background: #159C3C;
}
.node-event.view-mode-teasersmall .event-info {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2em;
  position: absolute;
  bottom: 15px;
}

.node-discussion,
.node-case-study {
  position: relative;
}
.node-discussion.view-mode-teaserlarge,
.node-case-study.view-mode-teaserlarge {
  background: #ECECEC;
  margin-bottom: 20px;
  min-height: 175px;
  padding: 15px;
}
.node-discussion.view-mode-teaserlarge .node-title a,
.node-case-study.view-mode-teaserlarge .node-title a {
  color: #212121;
}
.node-discussion.view-mode-teaserlarge .node-body,
.node-case-study.view-mode-teaserlarge .node-body {
  min-height: 45px;
}
.node-discussion.view-mode-teaserlarge .comment-count,
.node-case-study.view-mode-teaserlarge .comment-count {
  float: right;
}

#bcop-query-node-form .field-name-field-topics {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  overflow: hidden;
  *zoom: 1;
  max-width: none;
}
#bcop-query-node-form .field-name-field-topics label {
  padding: 0 0.9375em;
}
#bcop-query-node-form .field-name-field-topics label.option {
  padding: 0;
}
#bcop-query-node-form .field-name-field-topics .form-type-checkbox {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 33.33333%;
  float: left;
}
#bcop-query-node-form .field-name-field-bcop-status {
  padding: 0 0.9375em;
}

@media all and (max-width: 939px) {
  #bcop-query-node-form .field-name-field-topics {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 62.5em;
    overflow: hidden;
    *zoom: 1;
    max-width: none;
  }
  #bcop-query-node-form .field-name-field-topics .form-type-checkbox {
    width: 100%;
    float: none;
  }
}
.page-sign-up-topics .field-name-field-topics .form-type-checkboxes > label,
.block-ame-common-ame-common-profile-topics-boxes .field-name-field-topics .form-type-checkboxes > label {
  display: none;
}

.field-name-field-conference-detail .field-name-field-section-title,
.field-name-field-conference-detail .field-name-field-conf-section-title {
  font-size: 37px;
  font-size: 3.7rem;
  line-height: 1.2em;
  margin: 0.2em 0 0.5em;
}

.field-name-field-conf-subtitle {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2em;
}

div.panel-pane .pane-content div.node.view-mode-teasersmall {
  margin-bottom: 20px;
  padding: 15px;
}

@media screen and (min-width: 360px) and (max-width: 768px) {
  .node-type-target-issue .page-content > .panel-2col-stacked > .center-wrapper .panel-col-first {
    width: 25%;
  }
  .node-type-target-issue .page-content > .panel-2col-stacked > .center-wrapper .panel-col-last {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .node-type-target-issue .page-content > .panel-2col-stacked > .center-wrapper .panel-panel {
    max-width: 43%;
    width: auto;
  }
}

.node-type-columned-page .ds-3col-stacked-equal > .group-header, .node-type-columned-page .ds-3col-stacked-equal > .group-left, .node-type-columned-page .ds-3col-stacked-equal > .group-middle, .node-type-columned-page .ds-3col-stacked-equal > .group-right, .node-type-columned-page .ds-3col-stacked-equal > .group-footer {
  margin-bottom: 20px;
}
.node-type-columned-page .ds-3col-stacked-equal > .group-header .field-collection-container, .node-type-columned-page .ds-3col-stacked-equal > .group-left .field-collection-container, .node-type-columned-page .ds-3col-stacked-equal > .group-middle .field-collection-container, .node-type-columned-page .ds-3col-stacked-equal > .group-right .field-collection-container, .node-type-columned-page .ds-3col-stacked-equal > .group-footer .field-collection-container {
  border-bottom: 0;
}
.node-type-columned-page .ds-3col-stacked-equal > .group-header .field-collection-container .field-collection-view, .node-type-columned-page .ds-3col-stacked-equal > .group-left .field-collection-container .field-collection-view, .node-type-columned-page .ds-3col-stacked-equal > .group-middle .field-collection-container .field-collection-view, .node-type-columned-page .ds-3col-stacked-equal > .group-right .field-collection-container .field-collection-view, .node-type-columned-page .ds-3col-stacked-equal > .group-footer .field-collection-container .field-collection-view {
  background: #F0F0F0;
  border: 0;
  padding: 20px;
  margin-bottom: 20px;
}
.node-type-columned-page .ds-3col-stacked-equal > .group-header .field-collection-container .field-collection-view .field-name-field-column-section-title, .node-type-columned-page .ds-3col-stacked-equal > .group-left .field-collection-container .field-collection-view .field-name-field-column-section-title, .node-type-columned-page .ds-3col-stacked-equal > .group-middle .field-collection-container .field-collection-view .field-name-field-column-section-title, .node-type-columned-page .ds-3col-stacked-equal > .group-right .field-collection-container .field-collection-view .field-name-field-column-section-title, .node-type-columned-page .ds-3col-stacked-equal > .group-footer .field-collection-container .field-collection-view .field-name-field-column-section-title {
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  line-height: 44px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .node-type-columned-page .ds-3col-stacked-equal > .group-left, .node-type-columned-page .ds-3col-stacked-equal > .group-middle, .node-type-columned-page .ds-3col-stacked-equal > .group-right {
    clear: both;
    width: 100%;
  }
  .node-type-columned-page .ds-3col-stacked-equal > .group-left .field-collection-container, .node-type-columned-page .ds-3col-stacked-equal > .group-middle .field-collection-container, .node-type-columned-page .ds-3col-stacked-equal > .group-right .field-collection-container {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .node-type-columned-page .ds-3col-stacked-equal > .group-left .field-collection-container {
    margin-right: 10px;
  }
  .node-type-columned-page .ds-3col-stacked-equal > .group-middle .field-collection-container {
    margin-left: 10px;
    margin-right: 10px;
  }
  .node-type-columned-page .ds-3col-stacked-equal > .group-right .field-collection-container {
    margin-left: 10px;
  }
}

.excellence-reward-section {
  overflow: hidden;
  *zoom: 1;
  clear: both;
  margin-bottom: 2.5em;
}
.excellence-reward-section .views-row {
  margin-bottom: 1em;
}

.block-views:after {
  clear: both;
  content: '';
  display: table;
}

.view-current-discussions .view-content,
.view-discussions .view-content,
.view-featured-news .view-content,
.hall-of-fame-view .view-content {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.views-field-title a {
  color: #212121;
}
.views-field-title a:hover {
  text-decoration: underline;
}

.views-field-comment-count {
  color: #838383;
  text-align: right;
}
.views-field-comment-count i.fa, .views-field-comment-count .view-portal-og-content.gray-box-style i.location, .view-portal-og-content.gray-box-style .views-field-comment-count i.location, .views-field-comment-count .view-portal-og-content.gray-box-style i.date, .view-portal-og-content.gray-box-style .views-field-comment-count i.date {
  color: #05C1F7;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.flexslider {
  background: none;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0;
}

.view-main-promo .views-slideshow-controls-text-previous a {
  display: block;
  font-size: 0;
  height: 43px;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999em;
  width: 24px;
  background: url("../images/slideshow-controls.png") no-repeat scroll 0 0;
}
.view-main-promo .views-slideshow-controls-text-next a {
  display: block;
  font-size: 0;
  height: 43px;
  line-height: 0;
  overflow: hidden;
  text-indent: -9999em;
  width: 24px;
  background: url("../images/slideshow-controls.png") no-repeat scroll -24px 0;
}
.view-main-promo .flex-control-paging li a {
  background: url("../images/slideshow-controls.png") no-repeat scroll -28px -46px;
  border-radius: 0;
  height: 18px;
  width: 18px;
  font-size: 0;
  text-indent: -999em;
}
.view-main-promo .flex-control-paging li a.flex-active {
  background: url("../images/slideshow-controls.png") no-repeat scroll -2px -46px;
}

@media screen and (max-width: 428px) {
  .view-main-promo {
    height: 325px;
  }
  .view-main-promo .views-slideshow-controls-text-previous a,
  .view-main-promo .views-slideshow-controls-text-next a {
    position: relative;
  }
  .view-main-promo .splash-bkgrnd {
    height: 325px;
    background-size: 100%;
    background-position: 50% 0;
    background-color: #000;
  }
  .view-main-promo .promo-text {
    width: 100%;
    left: 0;
    padding-top: 10px;
    top: 105px;
  }
  .view-main-promo .promo-text h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1em;
  }
  .view-main-promo .flex-control-nav {
    left: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 428px) and (max-width: 768px) {
  .view-main-promo .views-slideshow-controls-text-previous a,
  .view-main-promo .views-slideshow-controls-text-next a {
    position: relative;
  }
  .view-main-promo .splash-bkgrnd {
    background-size: 100%;
    background-position: 50% 0;
    background-color: #000;
  }
  .view-main-promo .promo-text {
    width: 100%;
    left: 0;
    padding-top: 10px;
    top: 150px;
  }
  .view-main-promo .promo-text h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1em;
  }
  .view-main-promo .flex-control-nav {
    left: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 939px) {
  .view-main-promo .splash-bkgrnd {
    background-size: 100%;
    background-position: 50% 0;
    background-color: #000;
  }
  .view-main-promo .promo-text {
    width: 100%;
    left: 0;
    padding-top: 10px;
    top: 240px;
  }
  .view-main-promo .promo-text h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2em;
  }
  .view-main-promo .flex-control-nav {
    left: 0;
    padding: 10px 0;
    text-align: center;
    width: 100%;
  }
}
.l-featured .large-12 .view-main-promo a {
  margin: 0;
}

.view-main-promo .views-slideshow-controls-bottom {
  margin-bottom: -22px;
}
@media (min-width: 428px) {
  .view-main-promo .views-slideshow-controls-bottom {
    margin-bottom: -45px;
  }
}
@media (min-width: 768px) {
  .view-main-promo .views-slideshow-controls-bottom {
    margin-bottom: 45px;
  }
}

.front .l-main .block.block-views-nodequeue-1-block {
  margin-bottom: 1.875em;
}

.front .view-nodequeue-1 {
  margin-bottom: 0;
}
.front .view-nodequeue-1 .views-field-view-node {
  float: left;
}

.view-homepage-secondary-carousel {
  margin-top: 42px;
  position: relative;
}
.view-homepage-secondary-carousel .views-field-nothing {
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  color: #FFF;
  padding: 15px;
  width: 100%;
  height: 75px;
}
.view-homepage-secondary-carousel .views-field-nothing a {
  color: #FFF;
}

.block-views-upcoming-events-block {
  padding: 0;
}
.block-views-upcoming-events-block .view-upcoming-events .view-header {
  text-transform: uppercase;
}
.block-views-upcoming-events-block .view-upcoming-events .view-header .events-label {
  float: left;
  width: 50%;
  background: #05C1F7;
  color: #FFF;
  padding: 10px;
  text-align: center;
}
.block-views-upcoming-events-block .view-upcoming-events .view-header .see-all-events {
  float: left;
  width: 50%;
  padding: 10px;
  text-align: center;
}
.block-views-upcoming-events-block .view-upcoming-events .view-content {
  clear: both;
}
.block-views-upcoming-events-block .view-upcoming-events .view-content .views-row {
  margin-bottom: 0;
}
.block-views-upcoming-events-block .view-upcoming-events .view-content .views-row .node-event {
  margin-bottom: 0;
}

.view-homepage-discussion .view-content {
  margin: 0 -0.9375em;
}

.view-random-topics .views-row,
.view-topics .views-row {
  min-height: 100px;
}
.view-random-topics .views-row a.flag,
.view-topics .views-row a.flag {
  background: #ECECEC;
  display: block;
  padding: 6px;
  text-align: center;
  word-wrap: break-word;
}

#views-exposed-form-grow-upcoming-events-page-1 .views-widget-filter-field_region_tid {
  clear: both;
  float: none;
}

.view-grow-upcoming-events.view-display-id-page_1, .view-grow-upcoming-events.view-display-id-page_2 {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.view-case-studies .view-content {
  margin: 0 -0.9375em;
}

.view-gallery-images .view-content .slides {
  margin: 0 -0.9375em;
}
.view-gallery-images .view-content .slides li img {
  width: auto;
  margin: 0 auto;
}
.view-gallery-images .view-content ol.flex-control-thumbs {
  margin: 1em -0.5em 0;
}
.view-gallery-images .view-content ol.flex-control-thumbs li {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 0 0.5em;
  width: 16.6667%;
}
.view-gallery-images .view-content .flex-direction-nav {
  display: block;
  width: 33.33333%;
  position: absolute;
  right: 0;
  top: 0;
}
.view-gallery-images .view-content .flex-direction-nav a {
  background: #3d3f3d;
  border-radius: 3px;
  color: #FFF;
  display: block;
  height: auto;
  opacity: 1.0 !important;
  overflow: visible;
  margin: 0;
  width: auto;
}
.view-gallery-images .view-content .flex-direction-nav a.flex-prev {
  left: 0;
  padding: 10px 20px 10px 30px;
  margin-left: 2em;
}
.view-gallery-images .view-content .flex-direction-nav a.flex-prev:before {
  content: "\f053";
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  position: absolute;
  left: 12px;
  top: 14px;
}
.view-gallery-images .view-content .flex-direction-nav a.flex-next {
  right: 0;
  padding: 10px 30px 10px 20px;
  margin-right: 2em;
}
.view-gallery-images .view-content .flex-direction-nav a.flex-next:before {
  content: "\f054";
  display: block;
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  position: absolute;
  right: 12px;
  top: 14px;
}
.view-gallery-images .view-content .views-field-field-image-gallery-file-1 {
  display: none;
}
.view-gallery-images .view-content .photo-info {
  margin-top: 60px;
}

@media all and (max-width: 939px) {
  .block-views-gallery-images-block {
    margin-bottom: 90px;
    margin-bottom: 9rem;
  }

  .view-gallery-images .view-content ol.flex-control-thumbs {
    display: none;
  }
  .view-gallery-images .view-content .flex-direction-nav {
    bottom: -20px;
    bottom: -2rem;
    top: auto;
    width: 100%;
  }
  .view-gallery-images .view-content .flex-direction-nav a.flex-prev {
    margin-left: 0;
  }
  .view-gallery-images .view-content .flex-direction-nav a.flex-next {
    margin-right: 0;
  }
}
.view-all-bcop-queries .view-header {
  clear: both;
  margin: 0 -0.9375em;
  overflow: hidden;
}
.view-all-bcop-queries .views-exposed-form {
  clear: both;
  margin-top: 40px;
  margin-top: 4rem;
}
.view-all-bcop-queries .view-content {
  clear: both;
  margin: 0 -0.9375em;
}

.view-current-discussions .view-footer,
.view-case-studies-networking .view-footer {
  clear: both;
  text-align: center;
}

.view-image-gallery-image .view-content {
  margin: 0 -0.9375em;
}
.view-image-gallery-image .view-footer {
  clear: both;
  text-align: center;
}

.view-featured-news .view-footer {
  clear: both;
  text-align: center;
}

.view-2014-ame-sponsor .view-content {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.view-alliance-partners .view-content,
.view-media-partners .view-content {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}
.view-alliance-partners .views-row,
.view-media-partners .views-row {
  margin-bottom: 1.9375em;
  min-height: 140px;
}
.view-alliance-partners .views-row .views-field-field-sponsor-logo,
.view-media-partners .views-row .views-field-field-sponsor-logo {
  height: 75px;
  height: 7.5rem;
}
.view-alliance-partners .views-row .views-field-field-sponsor-logo img,
.view-media-partners .views-row .views-field-field-sponsor-logo img {
  max-height: 60px;
  width: auto;
}

.view-target-online {
  margin: 0 -0.9375em;
}

.page-target-archives .page-content h3 {
  clear: both;
}

.view-target-mag-yr {
  clear: both;
}

.view-target-online-yr {
  clear: both;
}

.view-target-arch-2010 .group-wrapper {
  min-height: 200px;
}

.view-whitepapers-learn-landing- .view-content {
  margin: 0 -0.9375em;
}

.view-champ-club-roster .view-content {
  margin: 0 -0.9375em;
}
.view-champ-club-roster .views-row {
  min-height: 80px;
}

.view-excellence-awards .views-field-title a {
  color: #05c1f7;
}

.view-excellence-awards.view-display-id-current_excellence_awards .excellence-reward-section {
  margin: 0 -0.9375em;
}
.view-excellence-awards.view-display-id-current_excellence_awards .views-row {
  min-height: 150px;
  margin-bottom: 20px;
}
.view-excellence-awards.view-display-id-current_excellence_awards .views-row img {
  float: left;
  margin: 0 15px 15px 0;
  -webkit-transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -ms-transition: opacity .25s ease-in-out;
  -o-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}
.view-excellence-awards.view-display-id-current_excellence_awards .views-row img:hover {
  opacity: .8;
}

@media all and (max-width: 500px) {
  .view-excellence-awards.view-display-id-current_excellence_awards .views-row img {
    display: block;
    float: none;
    margin: 0 auto 15px;
  }
}
.view-excellence-awards.view-display-id-past_excellence_awards .excellence-reward-section {
  margin: 0 -0.9375em;
}
.view-excellence-awards.view-display-id-past_excellence_awards .views-row img {
  display: block;
  margin: 0 auto 15px;
}

.hall-of-fame-view .views-row .views-field-field-hall-picture img {
  display: block;
  float: left;
  height: 100px;
  margin: 0 15px 15px 0;
  width: 100px;
}

.view-current-hall-of-fame .views-row {
  min-height: 175px;
  margin-bottom: 20px;
}
.view-current-hall-of-fame .views-row.views-row-even {
  clear: right;
}
.view-current-hall-of-fame .views-row.views-row-odd {
  clear: left;
}

.view-ame-board .view-content {
  margin: 0 -0.9375em;
}
.view-ame-board .views-row {
  min-height: 140px;
}
.view-ame-board .views-row .member-image {
  float: left;
  display: block;
  margin: 0 10px 10px 0;
  width: 80px;
  height: 80px;
  text-align: center;
}
.view-ame-board .views-row .member-info {
  margin-left: 90px;
}
.view-ame-board .views-row .field-email a {
  word-wrap: break-word;
}

.view-mac-mcculloch-award .views-row .views-field-field-hall-picture img {
  float: left;
  margin: 0 20px 20px 0;
}

.view-past-hall-of-fame {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
}

@media all and (max-width: 939px) {
  .views-mac-mcculloch-award .views-row .views-field-field-hall-picture img {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
.view-press-releases .view-content.large-6 {
  padding: 0;
}
.view-press-releases .views-row {
  margin-bottom: 15px;
}
.view-press-releases .views-row .fields-wrapper {
  background: #F0F0F0;
  min-height: 165px;
  padding: 15px;
}

.view-random-topics .view-content,
.view-homepage-board-documents .view-content,
.view-recommended-discussions .view-content,
.view-discussion-large-teaser .view-content,
.view-your-manufacturing-news .view-content {
  margin-left: -0.9375em;
  margin-right: -0.9375em;
}

.view-region-partners .views-row {
  margin-bottom: 20px;
  min-height: 100px;
}
.view-region-partners .views-row img {
  display: block;
  height: 85px;
  margin: 0 auto;
  width: auto;
}

.block-views-exp-discussions-page #edit-reset {
  background: #3d3f3d;
}

@media all and (max-width: 970px) {
  .block-views-exp-discussions-page .views-submit-button {
    clear: left;
  }
}
html.node-type-conference-landing-page {
  background: none !important;
}

.node-type-conference-landing-page .l-header {
  background-color: #fff;
  margin: 0 auto;
  max-width: 110rem;
  padding: 20px 35px;
  text-align: center;
  position: relative;
}
.node-type-conference-landing-page .l-header img, .node-type-conference-landing-page .l-header h1 {
  vertical-align: middle;
  display: inline-block;
}
.node-type-conference-landing-page .l-header img {
  width: 115px;
}
.node-type-conference-landing-page .l-header h1 {
  color: #979494;
  font-size: 1.5em;
  letter-spacing: -1px;
  padding-top: 18px;
  text-transform: uppercase;
}
.node-type-conference-landing-page .l-header h1 span {
  display: block;
  font-size: 1.5em;
}
.node-type-conference-landing-page .l-header h1 strong {
  color: #1A5788;
}
.node-type-conference-landing-page .l-header:after {
  -moz-box-shadow: 0 8px 6px -6px #ccc;
  -webkit-box-shadow: 0 8px 6px -6px #ccc;
  box-shadow: 0 8px 6px -6px #ccc;
  content: "";
  height: 19px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 40px;
  right: 40px;
}
.node-type-conference-landing-page .l-main {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 35px 35px 0;
}

.node-type-conference-landing-page .page {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSItNDYlIiBzdG9wLWNvbG9yPSIjYmVlMGYzIi8+PHN0b3Agb2Zmc2V0PSI5MyUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-linear-gradient(270deg, #bee0f3 -46%, #ffffff 93%);
  background: -webkit-linear-gradient(270deg, #bee0f3 -46%, #ffffff 93%);
  background: linear-gradient(180deg, #bee0f3 -46%, #ffffff 93%);
}
.node-type-conference-landing-page .page-center {
  margin: 0 auto;
  max-width: 110rem;
  position: relative;
  z-index: 1;
}
.node-type-conference-landing-page .page-center:after {
  -moz-box-shadow: 0 8px 10px 10px rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 8px 10px 10px rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 10px 10px rgba(0, 0, 0, 0.19);
  -moz-border-radius: 0 0 100% 100%;
  -webkit-border-radius: 0;
  border-radius: 0 0 100% 100%;
  content: "";
  position: absolute;
  top: 0;
  left: .9%;
  right: .9%;
  height: 98%;
  z-index: -1;
}
.node-type-conference-landing-page .field-name-body {
  position: relative;
  z-index: 1;
}
.node-type-conference-landing-page .field-name-body .row {
  margin: 0;
}
.node-type-conference-landing-page .conf-landing-item--title span,
.node-type-conference-landing-page .conf-landing-item {
  display: block;
}
.node-type-conference-landing-page .conf-landing-item--title {
  line-height: normal;
  margin: 0 0 3px;
}
.node-type-conference-landing-page .conf-landing-item--title .top {
  font-size: .5em;
  color: #427BB6;
}
.node-type-conference-landing-page .conf-landing-item--title .bottom {
  color: #1A5788;
  font-size: 0.6em;
  line-height: 1em;
}
.node-type-conference-landing-page .conf-landing-item--title .light-gray,
.node-type-conference-landing-page .conf-landing-item--title .bold-yellow {
  display: inline;
}
.node-type-conference-landing-page .conf-landing-item--title .light-gray {
  color: #acafa8;
}
.node-type-conference-landing-page .conf-landing-item--title .bold-yellow {
  color: #e9a736;
  font-weight: bold;
}
.node-type-conference-landing-page .conf-landing-item {
  overflow: hidden;
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ececec;
  border: 1px solid #ddd;
  float: left;
  margin: 0 0 35px 0;
  min-height: 150px;
  padding: 15px;
  width: 48.5%;
  position: relative;
  overflow: initial;
  transition: background-color 0.5s ease;
}
.node-type-conference-landing-page .conf-landing-item:hover {
  background-color: #fdfdfd;
}
.node-type-conference-landing-page .conf-landing-item:after {
  -moz-border-radius: 5%;
  -webkit-border-radius: 5%;
  border-radius: 5%;
  content: "";
  position: absolute;
  bottom: 25%;
  left: 2%;
  right: 2%;
  top: 25%;
  box-shadow: 0px 0px 39px 2px rgba(69, 84, 86, 0.5);
  z-index: -1;
}
.node-type-conference-landing-page .conf-landing-item p {
  color: #333;
  line-height: 1.1em;
  margin: 0;
}
.node-type-conference-landing-page .row .conf-landing-item:first-child {
  margin-right: 3%;
}
.node-type-conference-landing-page .row .conf-landing-item:last-child {
  margin-right: 0;
}

@media (min-width: 939px) {
  .node-type-constant-contact-webform .node-constant-contact-webform.divide {
    float: left;
    padding-right: 30px;
    width: 60%;
  }
  .node-type-constant-contact-webform .webform-wrapper.divide {
    float: right;
    width: 40%;
  }
}
[class*="fontawesome-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: inherit;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
}

.breadcrumbs {
  margin-top: 0.9375em;
}

#first-time {
  margin-top: 0.9375em;
}

div.krumo-root {
  color: #000;
}

body {
  padding-top: 0 !important;
  background: #FFF;
}

html.js {
  background: #148EC7;
}

.scrollFix {
  position: static !important;
}

.video-container-wrapper {
  margin: 0 auto;
  max-width: 560px;
  max-height: 315px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

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

div.captcha {
  clear: both;
}

.page-user-login li:nth-child(2),
.page-user.not-logged-in li:nth-child(2) {
  display: none;
}

[class*="column"] + [class*="column"]:last-child {
  float: left;
}

.node-type-conference h1,
.node-type-keynote-speaker h1,
.node-type-conference-general h1,
.node-type-presentation h1,
.node-type-si-session h1,
.node-type-tour h1,
.node-type-workshop h1,
.node-type-exhibitor h1,
.node-type-conference-generic-page h1,
.node-type-testimonial h1,
.node-type-conference-companion h1,
.node-type-companion h1 {
  font-family: "Helvetica";
  font-size: 40px;
  margin: 0.5em 0 0.5em;
}
.node-type-conference h2,
.node-type-keynote-speaker h2,
.node-type-conference-general h2,
.node-type-presentation h2,
.node-type-si-session h2,
.node-type-tour h2,
.node-type-workshop h2,
.node-type-exhibitor h2,
.node-type-conference-generic-page h2,
.node-type-testimonial h2,
.node-type-conference-companion h2,
.node-type-companion h2 {
  font-size: 2.5rem;
}
.node-type-conference .learn-more-container,
.node-type-keynote-speaker .learn-more-container,
.node-type-conference-general .learn-more-container,
.node-type-presentation .learn-more-container,
.node-type-si-session .learn-more-container,
.node-type-tour .learn-more-container,
.node-type-workshop .learn-more-container,
.node-type-exhibitor .learn-more-container,
.node-type-conference-generic-page .learn-more-container,
.node-type-testimonial .learn-more-container,
.node-type-conference-companion .learn-more-container,
.node-type-companion .learn-more-container {
  text-align: center;
  padding-top: 20px;
}
.node-type-conference .learn-more-container a,
.node-type-keynote-speaker .learn-more-container a,
.node-type-conference-general .learn-more-container a,
.node-type-presentation .learn-more-container a,
.node-type-si-session .learn-more-container a,
.node-type-tour .learn-more-container a,
.node-type-workshop .learn-more-container a,
.node-type-exhibitor .learn-more-container a,
.node-type-conference-generic-page .learn-more-container a,
.node-type-testimonial .learn-more-container a,
.node-type-conference-companion .learn-more-container a,
.node-type-companion .learn-more-container a {
  font-size: 18px;
  font-weight: bold;
}
.node-type-conference .schedule-table,
.node-type-keynote-speaker .schedule-table,
.node-type-conference-general .schedule-table,
.node-type-presentation .schedule-table,
.node-type-si-session .schedule-table,
.node-type-tour .schedule-table,
.node-type-workshop .schedule-table,
.node-type-exhibitor .schedule-table,
.node-type-conference-generic-page .schedule-table,
.node-type-testimonial .schedule-table,
.node-type-conference-companion .schedule-table,
.node-type-companion .schedule-table {
  width: 100%;
  border: 0;
  margin-bottom: 20px;
}
.node-type-conference .schedule-table tbody,
.node-type-keynote-speaker .schedule-table tbody,
.node-type-conference-general .schedule-table tbody,
.node-type-presentation .schedule-table tbody,
.node-type-si-session .schedule-table tbody,
.node-type-tour .schedule-table tbody,
.node-type-workshop .schedule-table tbody,
.node-type-exhibitor .schedule-table tbody,
.node-type-conference-generic-page .schedule-table tbody,
.node-type-testimonial .schedule-table tbody,
.node-type-conference-companion .schedule-table tbody,
.node-type-companion .schedule-table tbody {
  border: 0;
}
.node-type-conference .schedule-table .schedule-table-row-header,
.node-type-keynote-speaker .schedule-table .schedule-table-row-header,
.node-type-conference-general .schedule-table .schedule-table-row-header,
.node-type-presentation .schedule-table .schedule-table-row-header,
.node-type-si-session .schedule-table .schedule-table-row-header,
.node-type-tour .schedule-table .schedule-table-row-header,
.node-type-workshop .schedule-table .schedule-table-row-header,
.node-type-exhibitor .schedule-table .schedule-table-row-header,
.node-type-conference-generic-page .schedule-table .schedule-table-row-header,
.node-type-testimonial .schedule-table .schedule-table-row-header,
.node-type-conference-companion .schedule-table .schedule-table-row-header,
.node-type-companion .schedule-table .schedule-table-row-header {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.node-type-conference .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-keynote-speaker .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-conference-general .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-presentation .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-si-session .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-tour .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-workshop .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-exhibitor .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-conference-generic-page .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-testimonial .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-conference-companion .schedule-table .schedule-table-row-header .schedule-table-col-header,
.node-type-companion .schedule-table .schedule-table-row-header .schedule-table-col-header {
  vertical-align: middle;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 25px;
  padding-right: 0;
}
.node-type-conference .schedule-table .schedule-table-row,
.node-type-keynote-speaker .schedule-table .schedule-table-row,
.node-type-conference-general .schedule-table .schedule-table-row,
.node-type-presentation .schedule-table .schedule-table-row,
.node-type-si-session .schedule-table .schedule-table-row,
.node-type-tour .schedule-table .schedule-table-row,
.node-type-workshop .schedule-table .schedule-table-row,
.node-type-exhibitor .schedule-table .schedule-table-row,
.node-type-conference-generic-page .schedule-table .schedule-table-row,
.node-type-testimonial .schedule-table .schedule-table-row,
.node-type-conference-companion .schedule-table .schedule-table-row,
.node-type-companion .schedule-table .schedule-table-row {
  border-bottom: 3px #000 solid;
  background-color: #fff;
  text-align: left;
}
.node-type-conference .schedule-table .schedule-table-row .schedule-table-col,
.node-type-keynote-speaker .schedule-table .schedule-table-row .schedule-table-col,
.node-type-conference-general .schedule-table .schedule-table-row .schedule-table-col,
.node-type-presentation .schedule-table .schedule-table-row .schedule-table-col,
.node-type-si-session .schedule-table .schedule-table-row .schedule-table-col,
.node-type-tour .schedule-table .schedule-table-row .schedule-table-col,
.node-type-workshop .schedule-table .schedule-table-row .schedule-table-col,
.node-type-exhibitor .schedule-table .schedule-table-row .schedule-table-col,
.node-type-conference-generic-page .schedule-table .schedule-table-row .schedule-table-col,
.node-type-testimonial .schedule-table .schedule-table-row .schedule-table-col,
.node-type-conference-companion .schedule-table .schedule-table-row .schedule-table-col,
.node-type-companion .schedule-table .schedule-table-row .schedule-table-col {
  vertical-align: middle;
  color: #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 25px;
  padding-right: 0;
}
.node-type-conference .top-bar,
.node-type-keynote-speaker .top-bar,
.node-type-conference-general .top-bar,
.node-type-presentation .top-bar,
.node-type-si-session .top-bar,
.node-type-tour .top-bar,
.node-type-workshop .top-bar,
.node-type-exhibitor .top-bar,
.node-type-conference-generic-page .top-bar,
.node-type-testimonial .top-bar,
.node-type-conference-companion .top-bar,
.node-type-companion .top-bar {
  background: none;
}
.node-type-conference .top-bar-section ul.horizontal-tabs li,
.node-type-keynote-speaker .top-bar-section ul.horizontal-tabs li,
.node-type-conference-general .top-bar-section ul.horizontal-tabs li,
.node-type-presentation .top-bar-section ul.horizontal-tabs li,
.node-type-si-session .top-bar-section ul.horizontal-tabs li,
.node-type-tour .top-bar-section ul.horizontal-tabs li,
.node-type-workshop .top-bar-section ul.horizontal-tabs li,
.node-type-exhibitor .top-bar-section ul.horizontal-tabs li,
.node-type-conference-generic-page .top-bar-section ul.horizontal-tabs li,
.node-type-testimonial .top-bar-section ul.horizontal-tabs li,
.node-type-conference-companion .top-bar-section ul.horizontal-tabs li,
.node-type-companion .top-bar-section ul.horizontal-tabs li {
  margin: 0;
}
.node-type-conference .top-bar-wrapper,
.node-type-keynote-speaker .top-bar-wrapper,
.node-type-conference-general .top-bar-wrapper,
.node-type-presentation .top-bar-wrapper,
.node-type-si-session .top-bar-wrapper,
.node-type-tour .top-bar-wrapper,
.node-type-workshop .top-bar-wrapper,
.node-type-exhibitor .top-bar-wrapper,
.node-type-conference-generic-page .top-bar-wrapper,
.node-type-testimonial .top-bar-wrapper,
.node-type-conference-companion .top-bar-wrapper,
.node-type-companion .top-bar-wrapper {
  background: rgba(0, 0, 0, 0.85);
  transition: background-color 0.5s ease;
}
.node-type-conference .fixed .top-bar-wrapper,
.node-type-keynote-speaker .fixed .top-bar-wrapper,
.node-type-conference-general .fixed .top-bar-wrapper,
.node-type-presentation .fixed .top-bar-wrapper,
.node-type-si-session .fixed .top-bar-wrapper,
.node-type-tour .fixed .top-bar-wrapper,
.node-type-workshop .fixed .top-bar-wrapper,
.node-type-exhibitor .fixed .top-bar-wrapper,
.node-type-conference-generic-page .fixed .top-bar-wrapper,
.node-type-testimonial .fixed .top-bar-wrapper,
.node-type-conference-companion .fixed .top-bar-wrapper,
.node-type-companion .fixed .top-bar-wrapper {
  background: #262626;
}
.node-type-conference .top-bar-section li a:not(.button),
.node-type-keynote-speaker .top-bar-section li a:not(.button),
.node-type-conference-general .top-bar-section li a:not(.button),
.node-type-presentation .top-bar-section li a:not(.button),
.node-type-si-session .top-bar-section li a:not(.button),
.node-type-tour .top-bar-section li a:not(.button),
.node-type-workshop .top-bar-section li a:not(.button),
.node-type-exhibitor .top-bar-section li a:not(.button),
.node-type-conference-generic-page .top-bar-section li a:not(.button),
.node-type-testimonial .top-bar-section li a:not(.button),
.node-type-conference-companion .top-bar-section li a:not(.button),
.node-type-companion .top-bar-section li a:not(.button) {
  background: none;
  position: relative;
}
.node-type-conference .top-bar-section li a:not(.button):after,
.node-type-keynote-speaker .top-bar-section li a:not(.button):after,
.node-type-conference-general .top-bar-section li a:not(.button):after,
.node-type-presentation .top-bar-section li a:not(.button):after,
.node-type-si-session .top-bar-section li a:not(.button):after,
.node-type-tour .top-bar-section li a:not(.button):after,
.node-type-workshop .top-bar-section li a:not(.button):after,
.node-type-exhibitor .top-bar-section li a:not(.button):after,
.node-type-conference-generic-page .top-bar-section li a:not(.button):after,
.node-type-testimonial .top-bar-section li a:not(.button):after,
.node-type-conference-companion .top-bar-section li a:not(.button):after,
.node-type-companion .top-bar-section li a:not(.button):after {
  content: '';
  display: block;
  height: 38px;
  width: 1px;
  background: transparent url("../images/conference_menu_separator.png");
  position: absolute;
  top: 14px;
  right: 0;
}
.node-type-conference .top-bar-section li a:not(.button):hover, .node-type-conference .top-bar-section li a:not(.button).active,
.node-type-keynote-speaker .top-bar-section li a:not(.button):hover,
.node-type-keynote-speaker .top-bar-section li a:not(.button).active,
.node-type-conference-general .top-bar-section li a:not(.button):hover,
.node-type-conference-general .top-bar-section li a:not(.button).active,
.node-type-presentation .top-bar-section li a:not(.button):hover,
.node-type-presentation .top-bar-section li a:not(.button).active,
.node-type-si-session .top-bar-section li a:not(.button):hover,
.node-type-si-session .top-bar-section li a:not(.button).active,
.node-type-tour .top-bar-section li a:not(.button):hover,
.node-type-tour .top-bar-section li a:not(.button).active,
.node-type-workshop .top-bar-section li a:not(.button):hover,
.node-type-workshop .top-bar-section li a:not(.button).active,
.node-type-exhibitor .top-bar-section li a:not(.button):hover,
.node-type-exhibitor .top-bar-section li a:not(.button).active,
.node-type-conference-generic-page .top-bar-section li a:not(.button):hover,
.node-type-conference-generic-page .top-bar-section li a:not(.button).active,
.node-type-testimonial .top-bar-section li a:not(.button):hover,
.node-type-testimonial .top-bar-section li a:not(.button).active,
.node-type-conference-companion .top-bar-section li a:not(.button):hover,
.node-type-conference-companion .top-bar-section li a:not(.button).active,
.node-type-companion .top-bar-section li a:not(.button):hover,
.node-type-companion .top-bar-section li a:not(.button).active {
  background: #000;
  text-decoration: underline;
}
.node-type-conference .top-bar-section li.last a:not(.button):after,
.node-type-keynote-speaker .top-bar-section li.last a:not(.button):after,
.node-type-conference-general .top-bar-section li.last a:not(.button):after,
.node-type-presentation .top-bar-section li.last a:not(.button):after,
.node-type-si-session .top-bar-section li.last a:not(.button):after,
.node-type-tour .top-bar-section li.last a:not(.button):after,
.node-type-workshop .top-bar-section li.last a:not(.button):after,
.node-type-exhibitor .top-bar-section li.last a:not(.button):after,
.node-type-conference-generic-page .top-bar-section li.last a:not(.button):after,
.node-type-testimonial .top-bar-section li.last a:not(.button):after,
.node-type-conference-companion .top-bar-section li.last a:not(.button):after,
.node-type-companion .top-bar-section li.last a:not(.button):after {
  display: none;
}
.node-type-conference .top-bar-section .has-dropdown > a:after,
.node-type-keynote-speaker .top-bar-section .has-dropdown > a:after,
.node-type-conference-general .top-bar-section .has-dropdown > a:after,
.node-type-presentation .top-bar-section .has-dropdown > a:after,
.node-type-si-session .top-bar-section .has-dropdown > a:after,
.node-type-tour .top-bar-section .has-dropdown > a:after,
.node-type-workshop .top-bar-section .has-dropdown > a:after,
.node-type-exhibitor .top-bar-section .has-dropdown > a:after,
.node-type-conference-generic-page .top-bar-section .has-dropdown > a:after,
.node-type-testimonial .top-bar-section .has-dropdown > a:after,
.node-type-conference-companion .top-bar-section .has-dropdown > a:after,
.node-type-companion .top-bar-section .has-dropdown > a:after {
  border: 0;
  margin: 0;
}
.node-type-conference .top-bar-section .dropdown li a:not(.button):after,
.node-type-keynote-speaker .top-bar-section .dropdown li a:not(.button):after,
.node-type-conference-general .top-bar-section .dropdown li a:not(.button):after,
.node-type-presentation .top-bar-section .dropdown li a:not(.button):after,
.node-type-si-session .top-bar-section .dropdown li a:not(.button):after,
.node-type-tour .top-bar-section .dropdown li a:not(.button):after,
.node-type-workshop .top-bar-section .dropdown li a:not(.button):after,
.node-type-exhibitor .top-bar-section .dropdown li a:not(.button):after,
.node-type-conference-generic-page .top-bar-section .dropdown li a:not(.button):after,
.node-type-testimonial .top-bar-section .dropdown li a:not(.button):after,
.node-type-conference-companion .top-bar-section .dropdown li a:not(.button):after,
.node-type-companion .top-bar-section .dropdown li a:not(.button):after {
  background-image: none;
}
.node-type-conference .l-featured,
.node-type-keynote-speaker .l-featured,
.node-type-conference-general .l-featured,
.node-type-presentation .l-featured,
.node-type-si-session .l-featured,
.node-type-tour .l-featured,
.node-type-workshop .l-featured,
.node-type-exhibitor .l-featured,
.node-type-conference-generic-page .l-featured,
.node-type-testimonial .l-featured,
.node-type-conference-companion .l-featured,
.node-type-companion .l-featured {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #18abf3;
  color: #fff;
  padding: 20px 0;
}
.node-type-conference .l-featured .large-12,
.node-type-keynote-speaker .l-featured .large-12,
.node-type-conference-general .l-featured .large-12,
.node-type-presentation .l-featured .large-12,
.node-type-si-session .l-featured .large-12,
.node-type-tour .l-featured .large-12,
.node-type-workshop .l-featured .large-12,
.node-type-exhibitor .l-featured .large-12,
.node-type-conference-generic-page .l-featured .large-12,
.node-type-testimonial .l-featured .large-12,
.node-type-conference-companion .l-featured .large-12,
.node-type-companion .l-featured .large-12 {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 1100px;
  max-width: 110rem;
  text-align: center;
}
.node-type-conference .l-featured .large-12 .columns:last-child,
.node-type-keynote-speaker .l-featured .large-12 .columns:last-child,
.node-type-conference-general .l-featured .large-12 .columns:last-child,
.node-type-presentation .l-featured .large-12 .columns:last-child,
.node-type-si-session .l-featured .large-12 .columns:last-child,
.node-type-tour .l-featured .large-12 .columns:last-child,
.node-type-workshop .l-featured .large-12 .columns:last-child,
.node-type-exhibitor .l-featured .large-12 .columns:last-child,
.node-type-conference-generic-page .l-featured .large-12 .columns:last-child,
.node-type-testimonial .l-featured .large-12 .columns:last-child,
.node-type-conference-companion .l-featured .large-12 .columns:last-child,
.node-type-companion .l-featured .large-12 .columns:last-child {
  text-align: right;
}
.node-type-conference .l-featured .large-12 p,
.node-type-keynote-speaker .l-featured .large-12 p,
.node-type-conference-general .l-featured .large-12 p,
.node-type-presentation .l-featured .large-12 p,
.node-type-si-session .l-featured .large-12 p,
.node-type-tour .l-featured .large-12 p,
.node-type-workshop .l-featured .large-12 p,
.node-type-exhibitor .l-featured .large-12 p,
.node-type-conference-generic-page .l-featured .large-12 p,
.node-type-testimonial .l-featured .large-12 p,
.node-type-conference-companion .l-featured .large-12 p,
.node-type-companion .l-featured .large-12 p {
  margin: 0;
  line-height: normal;
}
@media (min-width: 939px) {
  .node-type-conference .l-featured .large-12 p,
  .node-type-keynote-speaker .l-featured .large-12 p,
  .node-type-conference-general .l-featured .large-12 p,
  .node-type-presentation .l-featured .large-12 p,
  .node-type-si-session .l-featured .large-12 p,
  .node-type-tour .l-featured .large-12 p,
  .node-type-workshop .l-featured .large-12 p,
  .node-type-exhibitor .l-featured .large-12 p,
  .node-type-conference-generic-page .l-featured .large-12 p,
  .node-type-testimonial .l-featured .large-12 p,
  .node-type-conference-companion .l-featured .large-12 p,
  .node-type-companion .l-featured .large-12 p {
    font-size: 20px;
    font-size: 2rem;
    line-height: initial;
  }
}
.node-type-conference .l-featured .large-12 a,
.node-type-keynote-speaker .l-featured .large-12 a,
.node-type-conference-general .l-featured .large-12 a,
.node-type-presentation .l-featured .large-12 a,
.node-type-si-session .l-featured .large-12 a,
.node-type-tour .l-featured .large-12 a,
.node-type-workshop .l-featured .large-12 a,
.node-type-exhibitor .l-featured .large-12 a,
.node-type-conference-generic-page .l-featured .large-12 a,
.node-type-testimonial .l-featured .large-12 a,
.node-type-conference-companion .l-featured .large-12 a,
.node-type-companion .l-featured .large-12 a {
  color: #fff;
  text-decoration: underline;
}
.node-type-conference .l-featured .large-12 a.button, .node-type-conference .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .node-type-conference .l-featured .large-12 a, .node-type-conference .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-conference .l-featured .large-12 a,
.node-type-keynote-speaker .l-featured .large-12 a.button,
.node-type-keynote-speaker .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-keynote-speaker .l-featured .large-12 a,
.node-type-keynote-speaker .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-keynote-speaker .l-featured .large-12 a,
.node-type-conference-general .l-featured .large-12 a.button,
.node-type-conference-general .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-conference-general .l-featured .large-12 a,
.node-type-conference-general .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-conference-general .l-featured .large-12 a,
.node-type-presentation .l-featured .large-12 a.button,
.node-type-presentation .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-presentation .l-featured .large-12 a,
.node-type-presentation .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-presentation .l-featured .large-12 a,
.node-type-si-session .l-featured .large-12 a.button,
.node-type-si-session .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-si-session .l-featured .large-12 a,
.node-type-si-session .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-si-session .l-featured .large-12 a,
.node-type-tour .l-featured .large-12 a.button,
.node-type-tour .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-tour .l-featured .large-12 a,
.node-type-tour .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-tour .l-featured .large-12 a,
.node-type-workshop .l-featured .large-12 a.button,
.node-type-workshop .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-workshop .l-featured .large-12 a,
.node-type-workshop .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-workshop .l-featured .large-12 a,
.node-type-exhibitor .l-featured .large-12 a.button,
.node-type-exhibitor .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-exhibitor .l-featured .large-12 a,
.node-type-exhibitor .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-exhibitor .l-featured .large-12 a,
.node-type-conference-generic-page .l-featured .large-12 a.button,
.node-type-conference-generic-page .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-conference-generic-page .l-featured .large-12 a,
.node-type-conference-generic-page .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-conference-generic-page .l-featured .large-12 a,
.node-type-testimonial .l-featured .large-12 a.button,
.node-type-testimonial .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-testimonial .l-featured .large-12 a,
.node-type-testimonial .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-testimonial .l-featured .large-12 a,
.node-type-conference-companion .l-featured .large-12 a.button,
.node-type-conference-companion .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-conference-companion .l-featured .large-12 a,
.node-type-conference-companion .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-conference-companion .l-featured .large-12 a,
.node-type-companion .l-featured .large-12 a.button,
.node-type-companion .l-featured .large-12 .view-portal-og-content.gray-box-style .learn-more a,
.view-portal-og-content.gray-box-style .learn-more .node-type-companion .l-featured .large-12 a,
.node-type-companion .l-featured .large-12 .view-portal-og-content.view-display-id-portal_event_block .more-link a,
.view-portal-og-content.view-display-id-portal_event_block .more-link .node-type-companion .l-featured .large-12 a {
  margin-bottom: 0;
  text-decoration: none;
}
.node-type-conference .view-conference-presentations .views-row,
.node-type-keynote-speaker .view-conference-presentations .views-row,
.node-type-conference-general .view-conference-presentations .views-row,
.node-type-presentation .view-conference-presentations .views-row,
.node-type-si-session .view-conference-presentations .views-row,
.node-type-tour .view-conference-presentations .views-row,
.node-type-workshop .view-conference-presentations .views-row,
.node-type-exhibitor .view-conference-presentations .views-row,
.node-type-conference-generic-page .view-conference-presentations .views-row,
.node-type-testimonial .view-conference-presentations .views-row,
.node-type-conference-companion .view-conference-presentations .views-row,
.node-type-companion .view-conference-presentations .views-row {
  min-height: 0;
}
.node-type-conference .requirements-restriction-header span.col-restrictions,
.node-type-keynote-speaker .requirements-restriction-header span.col-restrictions,
.node-type-conference-general .requirements-restriction-header span.col-restrictions,
.node-type-presentation .requirements-restriction-header span.col-restrictions,
.node-type-si-session .requirements-restriction-header span.col-restrictions,
.node-type-tour .requirements-restriction-header span.col-restrictions,
.node-type-workshop .requirements-restriction-header span.col-restrictions,
.node-type-exhibitor .requirements-restriction-header span.col-restrictions,
.node-type-conference-generic-page .requirements-restriction-header span.col-restrictions,
.node-type-testimonial .requirements-restriction-header span.col-restrictions,
.node-type-conference-companion .requirements-restriction-header span.col-restrictions,
.node-type-companion .requirements-restriction-header span.col-restrictions {
  color: #ff0000;
}
.node-type-conference .requirements-restriction-header span.col-requirements,
.node-type-keynote-speaker .requirements-restriction-header span.col-requirements,
.node-type-conference-general .requirements-restriction-header span.col-requirements,
.node-type-presentation .requirements-restriction-header span.col-requirements,
.node-type-si-session .requirements-restriction-header span.col-requirements,
.node-type-tour .requirements-restriction-header span.col-requirements,
.node-type-workshop .requirements-restriction-header span.col-requirements,
.node-type-exhibitor .requirements-restriction-header span.col-requirements,
.node-type-conference-generic-page .requirements-restriction-header span.col-requirements,
.node-type-testimonial .requirements-restriction-header span.col-requirements,
.node-type-conference-companion .requirements-restriction-header span.col-requirements,
.node-type-companion .requirements-restriction-header span.col-requirements {
  color: #008000;
}

@media all and (min-width: 939px) {
  .node-type-conference h2,
  .node-type-keynote-speaker h2,
  .node-type-presentation h2,
  .node-type-si-session h2,
  .node-type-tour h2,
  .node-type-workshop h2,
  .node-type-exhibitor h2,
  .node-type-conference-generic-page h2,
  .node-type-testimonial h2,
  .node-type-conference-companion h2,
  .node-type-companion h2 {
    font-size: 3.7rem;
  }
}
@media all and (max-width: 939px) {
  .l-featured .large-12 a {
    display: block;
    margin: 0 10px;
  }
}
/* =============== */
/* CONFERENCE NODE */
/* =============== */
.conference_node_company,
.conference-session-type,
.conference-subtitle {
  font: bold 18px/45px "Helvetica";
  color: #000;
}

.conference-session-type {
  font-weight: normal;
}

.conference-subtitle,
.conference-format {
  margin-bottom: 25px;
}

.conference-format h2 {
  font-size: 3.0rem;
  margin: 0 0 5px;
}

.conference-format-value {
  font-size: 2.3rem;
}

.field-name-field-conf-topics .field-label {
  font-weight: normal;
  font-size: 2.6rem;
}

.conference_node_company .tour-register a {
  margin: 10px 0;
}

.conference_node_company .conference-content-view .views-row {
  text-align: center;
}

@media all and (min-width: 550px) {
  .node-type-presentation .view-conference-presentations,
  .node-type-tour .view-conference-presentations,
  .node-type-si-session .view-conference-presentations,
  .node-type-workshop .view-conference-presentations {
    display: inline-block;
    float: right;
  }

  .conference_node_company {
    overflow: hidden;
    *zoom: 1;
    padding-bottom: 15px;
  }
  .conference_node_company .session-title-info,
  .conference_node_company .tour-register,
  .conference_node_company .tour-full-schedule {
    float: right;
    position: relative;
  }
  .conference_node_company .tour-register a {
    margin: 0 10px 0;
  }
  .conference_node_company .conference-content-view .views-row {
    margin: 0;
    width: auto;
  }

  .conference_node_company,
  .conference-session-type {
    padding-bottom: 15px;
  }

  div.left-red {
    display: inline-block;
    width: 27%;
  }
  div.left-red ul.tour-res {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div.left-red ul.tour-res li {
    padding-left: 1em;
    text-indent: -.7em;
  }
  div.left-red ul.tour-res li.red-text {
    color: red;
  }
  div.left-red ul.tour-res li:before {
    content: "• ";
    color: red;
  }

  div.right-green {
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
  }
  div.right-green ul.tour-req {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div.right-green ul.tour-req li {
    padding-left: 1em;
    text-indent: -.7em;
  }
  div.right-green ul.tour-req li.red-text {
    color: red;
  }
  div.right-green ul.tour-req li:before {
    content: "• ";
    color: green;
  }

  div.req-second-col {
    padding-left: 15px;
  }
}
.tour-register,
.tour-full-schedule,
.tour-btn-schedule {
  display: block;
}

div.left-red ul.tour-res {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.left-red ul.tour-res li {
  padding-left: 1em;
  text-indent: -.7em;
}
div.left-red ul.tour-res li.red-text {
  color: red;
}
div.left-red ul.tour-res li:before {
  content: "• ";
  color: red;
}

@media all and (max-width: 1048px) {
  div.right-green {
    padding-top: 10px !important;
    display: block !important;
  }
  div.right-green ul.tour-req {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  div.right-green ul.tour-req li {
    padding-left: 1em;
    text-indent: -.7em;
  }
  div.right-green ul.tour-req li.red-text {
    color: red;
  }
  div.right-green ul.tour-req li:before {
    content: "• ";
    color: green;
  }
}
div.req-second-col {
  padding: 0 0 15px 0 !important;
}

.value-stream {
  color: #fff;
  opacity: 0.9;
  padding: 2px 11px;
  min-height: 26px;
}
.value-stream.vs-engaged-people {
  background: #008fcc;
}
.value-stream.vs-systematic-daily-improvement {
  background: #335fac;
}
.value-stream.vs-innovation {
  background: #ad208e;
}
.value-stream.vs-extended-enterprise {
  background: #d2232a;
}
.value-stream.vs-sustainability {
  background: #de9b20;
}
.value-stream.vs-achieving-business-results {
  background: #00a84c;
}

.node-type-keynote-speaker .block-ame-common-ame-common-session-type,
.node-type-conference-general .block-ame-common-ame-common-session-type {
  padding-bottom: 30px;
}
.node-type-keynote-speaker .conference-keynote_speaker,
.node-type-conference-general .conference-keynote_speaker {
  font-size: 27px;
  font-weight: bold;
  padding-top: 32px;
  padding-bottom: 10px;
}

.Table {
  display: table;
  width: 100%;
}

.Heading {
  display: table-row;
  font-weight: bold;
  text-align: left;
  background-color: #3d3f3d;
  color: #fff;
  font-weight: bold;
}

.Row {
  display: table-row;
}

.Cell {
  display: table-cell;
  border-bottom: 3px #3d3f3d solid;
  padding-left: 18px;
  padding-right: 5px;
  padding-top: 5px;
}

.conference-promo-image {
  margin-top: -64px;
}
.conference-promo-image div {
  background-size: cover;
  width: 100%;
  height: 454px;
  background-repeat: no-repeat;
  background-position: 50%;
}
.conference-promo-image img {
  width: 100%;
}

.node-type-conference #page-title {
  display: none;
}

.conference-textarea {
  overflow: hidden;
  margin: 0 auto;
  max-width: 1100px;
  max-width: 110rem;
  padding: 60px 0;
}

.conference-callout {
  margin-bottom: 20px;
}
.conference-callout div {
  padding: 0 20px;
}
.conference-callout div img {
  margin-bottom: 15px;
}

.conference-content-view .views-row {
  min-height: 131px;
  min-height: 13.1rem;
  margin-bottom: 15px;
  padding: 0 0.9375em;
}
.conference-content-view .field-wrapper {
  background: #fff;
  overflow: hidden;
  border: 1px solid #d6d5d5;
}
.conference-content-view .field-wrapper .field-content {
  border: 4px solid #eae9e9;
  min-height: 375px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  width: 100%;
}
.conference-content-view .title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2em;
  padding: 29px 6% 0;
}
.conference-content-view .title a {
  color: #212121;
}
.conference-content-view .title a:hover {
  text-decoration: underline;
}
.conference-content-view .subtitle,
.conference-content-view .company-person,
.conference-content-view .views-row .topic {
  padding: 0 6%;
}
.conference-content-view .subtitle a {
  color: #000;
  font-size: 16px;
}
.conference-content-view .company-person {
  padding-top: 10px;
  font-size: 14px;
}
.conference-content-view .views-row .topic {
  font-style: italic;
  padding-top: 10px;
}
.conference-content-view .views-row .topic .topic-heading {
  font-weight: bold;
  font-style: normal;
}

/* ========================= */
/* PRACTITIONER PRESENTATION */
/* ========================= */
.conference-content-bottom {
  background-color: #f69900;
  display: table;
  height: 50px;
  width: 100%;
  padding: 0 15px 0 10px;
  margin-top: auto;
}
.conference-content-bottom > div {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.conference-content-bottom .conference-content-learnmore {
  text-align: right;
}
.conference-content-bottom .button, .conference-content-bottom .view-portal-og-content.gray-box-style .learn-more a, .view-portal-og-content.gray-box-style .learn-more .conference-content-bottom a, .conference-content-bottom .view-portal-og-content.view-display-id-portal_event_block .more-link a, .view-portal-og-content.view-display-id-portal_event_block .more-link .conference-content-bottom a {
  background: none;
  box-shadow: none;
  margin: 0;
  padding: 0 20px 0 0;
}
.conference-content-bottom .button:after, .conference-content-bottom .view-portal-og-content.gray-box-style .learn-more a:after, .view-portal-og-content.gray-box-style .learn-more .conference-content-bottom a:after, .conference-content-bottom .view-portal-og-content.view-display-id-portal_event_block .more-link a:after, .view-portal-og-content.view-display-id-portal_event_block .more-link .conference-content-bottom a:after {
  top: 0;
  right: 0;
}

.conference-content-view .views-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 386px;
}

/* TABLE/GRID QUICKTAB TAB */
#quicktabs-conference_presenations .item-list,
#quicktabs-conference_tours .item-list,
#quicktabs-conference_workshops .item-list {
  display: none;
}

.block-ame-common-ame-common-conf-pres-qt-trigger {
  text-align: right;
  margin-bottom: 1em;
  margin-top: 1em;
}
.block-ame-common-ame-common-conf-pres-qt-trigger a {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  background-image: url(../images/ame-grid-list.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  border: none;
  color: gray;
  font-weight: bold;
  margin-right: 30px;
  padding: 0 0 0 25px;
  text-transform: none;
}
.block-ame-common-ame-common-conf-pres-qt-trigger a.active, .block-ame-common-ame-common-conf-pres-qt-trigger a:hover {
  color: #2094b5;
}
.block-ame-common-ame-common-conf-pres-qt-trigger .pres-qt-grid-view {
  background-position: 0 0;
}
.block-ame-common-ame-common-conf-pres-qt-trigger .pres-qt-grid-view.active, .block-ame-common-ame-common-conf-pres-qt-trigger .pres-qt-grid-view:hover {
  background-position: 0 -27px;
}
.block-ame-common-ame-common-conf-pres-qt-trigger .pres-qt-list-view {
  background-position: 0 -54px;
  margin-right: 0;
  padding-left: 37px;
}
.block-ame-common-ame-common-conf-pres-qt-trigger .pres-qt-list-view.active, .block-ame-common-ame-common-conf-pres-qt-trigger .pres-qt-list-view:hover {
  background-position: 0 -84px;
}

/* ==================================== */
/* BREAKPOINT - TABLE/GRID QUICKTAB TAB */
/* ==================================== */
@media (min-width: 939px) {
  .qt-grid-list-triggers {
    float: left;
    width: 25%;
  }
}
/* TABLE LIST VIEW */
.view-conference-presentations table {
  width: 100%;
}
.view-conference-presentations table thead,
.view-conference-presentations table tbody,
.view-conference-presentations table tr.even,
.view-conference-presentations table tr.odd {
  border: 0;
}
.view-conference-presentations table td.active {
  background-color: initial;
}
.view-conference-presentations table tr:nth-child(2n), .view-conference-presentations table tr.even {
  background: #fff;
}
.view-conference-presentations table th.views-field-view-node {
  text-align: center;
}
.view-conference-presentations table .views-field-view-node {
  padding: 10px 20px;
}
.view-conference-presentations table .views-field-view-node a {
  background: #f69900 none repeat scroll 0 0;
  margin: 0;
  padding: 28px 25px 0;
  text-indent: -9999px;
}
.view-conference-presentations table .views-field-view-node a:after {
  right: 19px;
  text-indent: 0 !important;
}

.view-conference-speakers .view-content,
.view-conference-si-sessions .view-content,
.view-conference-exhibitors .view-content,
.view-conference-companions .view-content,
#quicktabs-conference_presenations .view-conference-presentations .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
}
.view-conference-speakers .field-wrapper,
.view-conference-si-sessions .field-wrapper,
.view-conference-exhibitors .field-wrapper,
.view-conference-companions .field-wrapper,
#quicktabs-conference_presenations .view-conference-presentations .field-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.view-conference-presentations .list-view-header > div {
  display: inline-block;
  font-weight: bold;
}
.view-conference-presentations .list-view-header .list-col-company {
  width: 29%;
}
.view-conference-presentations .list-view-header .list-col-diff {
  width: 20%;
}
.view-conference-presentations .list-view-header .list-col-info {
  width: 5%;
}
.view-conference-presentations .view-content h3 {
  background-color: #000;
  clear: both;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  height: 30px;
  line-height: 35px;
  margin: 0 13px 0.5em;
  padding: 0 0 0 15px;
  position: relative;
  text-transform: capitalize;
  display: block;
  width: 100%;
}
.view-conference-presentations .view-content .val-stream-header-container {
  clear: both;
  margin-right: 12px;
  margin-left: 12px;
  position: relative;
  width: 100%;
}
.view-conference-presentations .view-content .val-stream-header-container .val-stream-header {
  font-size: 26px;
  padding-bottom: 20px;
}
.view-conference-presentations .view-content .val-stream-header-container .val-stream-header.vs-engaged-people {
  color: #008fcc;
}
.view-conference-presentations .view-content .val-stream-header-container .val-stream-header.vs-systematic-daily-improvement {
  color: #335fac;
}
.view-conference-presentations .view-content .val-stream-header-container .val-stream-header.vs-innovation {
  color: #ad208e;
}
.view-conference-presentations .view-content .val-stream-header-container .val-stream-header.vs-extended-enterprise {
  color: #d2232a;
}
.view-conference-presentations .view-content .val-stream-header-container .val-stream-header.vs-sustainability {
  color: #de9b20;
}
.view-conference-presentations .view-content .val-stream-header-container .val-stream-header.vs-achieving-business-results {
  color: #00a84c;
}
.view-conference-presentations .view-content .list-view-anchor {
  height: 0;
}
.view-conference-presentations .view-content .val-stream-divider.vs-engaged-people {
  background-color: #008fcc;
}
.view-conference-presentations .view-content .val-stream-divider.vs-systematic-daily-improvement {
  background-color: #335fac;
}
.view-conference-presentations .view-content .val-stream-divider.vs-innovation {
  background-color: #ad208e;
}
.view-conference-presentations .view-content .val-stream-divider.vs-extended-enterprise {
  background-color: #d2232a;
}
.view-conference-presentations .view-content .val-stream-divider.vs-sustainability {
  background-color: #de9b20;
}
.view-conference-presentations .view-content .val-stream-divider.vs-achieving-business-results {
  background-color: #00a84c;
}
.view-conference-presentations .view-content .val-stream-desc {
  padding: 16px 0;
}
.view-conference-presentations .view-content .val-stream-desc.vs-engaged-people {
  color: #008fcc;
}
.view-conference-presentations .view-content .val-stream-desc.vs-systematic-daily-improvement {
  color: #335fac;
}
.view-conference-presentations .view-content .val-stream-desc.vs-innovation {
  color: #ad208e;
}
.view-conference-presentations .view-content .val-stream-desc.vs-extended-enterprise {
  color: #d2232a;
}
.view-conference-presentations .view-content .val-stream-desc.vs-sustainability {
  color: #de9b20;
}
.view-conference-presentations .view-content .val-stream-desc.vs-achieving-business-results {
  color: #00a84c;
}
.view-conference-presentations.view-display-id-block_1 .view-content, .view-conference-presentations.view-display-id-block_4 .view-content, .view-conference-presentations.view-display-id-block_6 .view-content, .view-conference-presentations.view-display-id-block_8 .view-content, .view-conference-presentations.view-display-id-block_10 .view-content, .view-conference-presentations.view-display-id-block_17 .view-content, .view-conference-presentations.view-display-id-block_20 .view-content {
  /* ================ */
  /* MOBILE LIST VIEW */
  /* ================ */
}
.view-conference-presentations.view-display-id-block_1 .view-content .list-view-anchor-row, .view-conference-presentations.view-display-id-block_4 .view-content .list-view-anchor-row, .view-conference-presentations.view-display-id-block_6 .view-content .list-view-anchor-row, .view-conference-presentations.view-display-id-block_8 .view-content .list-view-anchor-row, .view-conference-presentations.view-display-id-block_10 .view-content .list-view-anchor-row, .view-conference-presentations.view-display-id-block_17 .view-content .list-view-anchor-row, .view-conference-presentations.view-display-id-block_20 .view-content .list-view-anchor-row {
  background-color: #000;
  clear: both;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.view-conference-presentations.view-display-id-block_1 .view-content .list-view-anchor-row td, .view-conference-presentations.view-display-id-block_4 .view-content .list-view-anchor-row td, .view-conference-presentations.view-display-id-block_6 .view-content .list-view-anchor-row td, .view-conference-presentations.view-display-id-block_8 .view-content .list-view-anchor-row td, .view-conference-presentations.view-display-id-block_10 .view-content .list-view-anchor-row td, .view-conference-presentations.view-display-id-block_17 .view-content .list-view-anchor-row td, .view-conference-presentations.view-display-id-block_20 .view-content .list-view-anchor-row td {
  display: table-cell;
  padding: 5px 0 2px 15px;
  position: relative;
}
.view-conference-presentations.view-display-id-block_1 .view-content .views-table, .view-conference-presentations.view-display-id-block_4 .view-content .views-table, .view-conference-presentations.view-display-id-block_6 .view-content .views-table, .view-conference-presentations.view-display-id-block_8 .view-content .views-table, .view-conference-presentations.view-display-id-block_10 .view-content .views-table, .view-conference-presentations.view-display-id-block_17 .view-content .views-table, .view-conference-presentations.view-display-id-block_20 .view-content .views-table {
  width: 100%;
}
.view-conference-presentations.view-display-id-block_1 .view-content thead, .view-conference-presentations.view-display-id-block_4 .view-content thead, .view-conference-presentations.view-display-id-block_6 .view-content thead, .view-conference-presentations.view-display-id-block_8 .view-content thead, .view-conference-presentations.view-display-id-block_10 .view-content thead, .view-conference-presentations.view-display-id-block_17 .view-content thead, .view-conference-presentations.view-display-id-block_20 .view-content thead {
  display: none;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody, .view-conference-presentations.view-display-id-block_4 .view-content tbody, .view-conference-presentations.view-display-id-block_6 .view-content tbody, .view-conference-presentations.view-display-id-block_8 .view-content tbody, .view-conference-presentations.view-display-id-block_10 .view-content tbody, .view-conference-presentations.view-display-id-block_17 .view-content tbody, .view-conference-presentations.view-display-id-block_20 .view-content tbody {
  border: 0;
}
.view-conference-presentations.view-display-id-block_1 .view-content tr, .view-conference-presentations.view-display-id-block_4 .view-content tr, .view-conference-presentations.view-display-id-block_6 .view-content tr, .view-conference-presentations.view-display-id-block_8 .view-content tr, .view-conference-presentations.view-display-id-block_10 .view-content tr, .view-conference-presentations.view-display-id-block_17 .view-content tr, .view-conference-presentations.view-display-id-block_20 .view-content tr {
  border-bottom: 0;
}
.view-conference-presentations.view-display-id-block_1 .view-content tr.even, .view-conference-presentations.view-display-id-block_4 .view-content tr.even, .view-conference-presentations.view-display-id-block_6 .view-content tr.even, .view-conference-presentations.view-display-id-block_8 .view-content tr.even, .view-conference-presentations.view-display-id-block_10 .view-content tr.even, .view-conference-presentations.view-display-id-block_17 .view-content tr.even, .view-conference-presentations.view-display-id-block_20 .view-content tr.even {
  background-color: #fff;
}
.view-conference-presentations.view-display-id-block_1 .view-content tr.even td.active, .view-conference-presentations.view-display-id-block_4 .view-content tr.even td.active, .view-conference-presentations.view-display-id-block_6 .view-content tr.even td.active, .view-conference-presentations.view-display-id-block_8 .view-content tr.even td.active, .view-conference-presentations.view-display-id-block_10 .view-content tr.even td.active, .view-conference-presentations.view-display-id-block_17 .view-content tr.even td.active, .view-conference-presentations.view-display-id-block_20 .view-content tr.even td.active {
  background-color: #fff;
}
.view-conference-presentations.view-display-id-block_1 .view-content tr.odd, .view-conference-presentations.view-display-id-block_4 .view-content tr.odd, .view-conference-presentations.view-display-id-block_6 .view-content tr.odd, .view-conference-presentations.view-display-id-block_8 .view-content tr.odd, .view-conference-presentations.view-display-id-block_10 .view-content tr.odd, .view-conference-presentations.view-display-id-block_17 .view-content tr.odd, .view-conference-presentations.view-display-id-block_20 .view-content tr.odd {
  background-color: #eee;
}
.view-conference-presentations.view-display-id-block_1 .view-content tr.odd td.active, .view-conference-presentations.view-display-id-block_4 .view-content tr.odd td.active, .view-conference-presentations.view-display-id-block_6 .view-content tr.odd td.active, .view-conference-presentations.view-display-id-block_8 .view-content tr.odd td.active, .view-conference-presentations.view-display-id-block_10 .view-content tr.odd td.active, .view-conference-presentations.view-display-id-block_17 .view-content tr.odd td.active, .view-conference-presentations.view-display-id-block_20 .view-content tr.odd td.active {
  background-color: #eee;
}
.view-conference-presentations.view-display-id-block_1 .view-content thead, .view-conference-presentations.view-display-id-block_4 .view-content thead, .view-conference-presentations.view-display-id-block_6 .view-content thead, .view-conference-presentations.view-display-id-block_8 .view-content thead, .view-conference-presentations.view-display-id-block_10 .view-content thead, .view-conference-presentations.view-display-id-block_17 .view-content thead, .view-conference-presentations.view-display-id-block_20 .view-content thead {
  background-color: #fff;
  color: #000;
}
.view-conference-presentations.view-display-id-block_1 .view-content thead tr, .view-conference-presentations.view-display-id-block_4 .view-content thead tr, .view-conference-presentations.view-display-id-block_6 .view-content thead tr, .view-conference-presentations.view-display-id-block_8 .view-content thead tr, .view-conference-presentations.view-display-id-block_10 .view-content thead tr, .view-conference-presentations.view-display-id-block_17 .view-content thead tr, .view-conference-presentations.view-display-id-block_20 .view-content thead tr {
  border-left: 20px solid #fff;
}
.view-conference-presentations.view-display-id-block_1 .view-content thead th, .view-conference-presentations.view-display-id-block_4 .view-content thead th, .view-conference-presentations.view-display-id-block_6 .view-content thead th, .view-conference-presentations.view-display-id-block_8 .view-content thead th, .view-conference-presentations.view-display-id-block_10 .view-content thead th, .view-conference-presentations.view-display-id-block_17 .view-content thead th, .view-conference-presentations.view-display-id-block_20 .view-content thead th {
  padding-left: 15px;
}
.view-conference-presentations.view-display-id-block_1 .view-content thead th:first-child, .view-conference-presentations.view-display-id-block_4 .view-content thead th:first-child, .view-conference-presentations.view-display-id-block_6 .view-content thead th:first-child, .view-conference-presentations.view-display-id-block_8 .view-content thead th:first-child, .view-conference-presentations.view-display-id-block_10 .view-content thead th:first-child, .view-conference-presentations.view-display-id-block_17 .view-content thead th:first-child, .view-conference-presentations.view-display-id-block_20 .view-content thead th:first-child {
  padding-left: 0;
  text-indent: -20px;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody, .view-conference-presentations.view-display-id-block_4 .view-content tbody, .view-conference-presentations.view-display-id-block_6 .view-content tbody, .view-conference-presentations.view-display-id-block_8 .view-content tbody, .view-conference-presentations.view-display-id-block_10 .view-content tbody, .view-conference-presentations.view-display-id-block_17 .view-content tbody, .view-conference-presentations.view-display-id-block_20 .view-content tbody {
  display: block;
  width: 100%;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr, .view-conference-presentations.view-display-id-block_1 .view-content tbody td, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr, .view-conference-presentations.view-display-id-block_4 .view-content tbody td, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr, .view-conference-presentations.view-display-id-block_6 .view-content tbody td, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr, .view-conference-presentations.view-display-id-block_8 .view-content tbody td, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr, .view-conference-presentations.view-display-id-block_10 .view-content tbody td, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr, .view-conference-presentations.view-display-id-block_17 .view-content tbody td, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr, .view-conference-presentations.view-display-id-block_20 .view-content tbody td {
  display: block;
  float: left;
  width: 100%;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr {
  display: block;
  padding: 0;
  border-left: 20px solid #f0f0f0;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr.even, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr.even, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr.even, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr.even, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr.even, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr.even, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr.even {
  border-left-color: #fff;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr.list-view-anchor-row, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr.list-view-anchor-row, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr.list-view-anchor-row, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr.list-view-anchor-row, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr.list-view-anchor-row, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr.list-view-anchor-row, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr.list-view-anchor-row {
  border-left-color: #000;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr.vs-engaged-people, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr.vs-engaged-people, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr.vs-engaged-people, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr.vs-engaged-people, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr.vs-engaged-people, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr.vs-engaged-people, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr.vs-engaged-people {
  border-left-color: #008fcc;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr.vs-systematic-daily-improvement, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr.vs-systematic-daily-improvement, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr.vs-systematic-daily-improvement, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr.vs-systematic-daily-improvement, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr.vs-systematic-daily-improvement, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr.vs-systematic-daily-improvement, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr.vs-systematic-daily-improvement {
  border-left-color: #335fac;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr.vs-innovation, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr.vs-innovation, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr.vs-innovation, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr.vs-innovation, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr.vs-innovation, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr.vs-innovation, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr.vs-innovation {
  border-left-color: #ad208e;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr.vs-extended-enterprise, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr.vs-extended-enterprise, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr.vs-extended-enterprise, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr.vs-extended-enterprise, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr.vs-extended-enterprise, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr.vs-extended-enterprise, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr.vs-extended-enterprise {
  border-left-color: #d2232a;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr.vs-sustainability, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr.vs-sustainability, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr.vs-sustainability, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr.vs-sustainability, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr.vs-sustainability, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr.vs-sustainability, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr.vs-sustainability {
  border-left-color: #de9b20;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody tr.vs-achieving-business-results, .view-conference-presentations.view-display-id-block_4 .view-content tbody tr.vs-achieving-business-results, .view-conference-presentations.view-display-id-block_6 .view-content tbody tr.vs-achieving-business-results, .view-conference-presentations.view-display-id-block_8 .view-content tbody tr.vs-achieving-business-results, .view-conference-presentations.view-display-id-block_10 .view-content tbody tr.vs-achieving-business-results, .view-conference-presentations.view-display-id-block_17 .view-content tbody tr.vs-achieving-business-results, .view-conference-presentations.view-display-id-block_20 .view-content tbody tr.vs-achieving-business-results {
  border-left-color: #00a84c;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field, .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field, .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field, .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field, .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field, .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field, .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field {
  display: block;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-title,
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-title,
.view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-title,
.view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-title,
.view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-title,
.view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-title,
.view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-title,
.view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-field-conf-difficulty {
  padding: 0 10px 0 15px;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-field-company,
.view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-title a {
  font-size: 18px;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-title a, .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-title a {
  font-weight: 300;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-field-company, .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-field-company, .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-field-company, .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-field-company, .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-field-company, .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-field-company, .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-field-company {
  color: #303930;
  font-weight: bold;
  padding-top: 10px;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-field-conf-difficulty, .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-field-conf-difficulty {
  padding-bottom: 10px;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-view-node, .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-view-node, .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-view-node, .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-view-node, .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-view-node, .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-view-node, .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-view-node {
  display: none;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-view-node a:after, .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-view-node a:after, .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-view-node a:after, .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-view-node a:after, .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-view-node a:after, .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-view-node a:after, .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-view-node a:after {
  text-indent: initial;
}
.view-conference-presentations.view-display-id-block_1 .view-content tbody .value-stream, .view-conference-presentations.view-display-id-block_4 .view-content tbody .value-stream, .view-conference-presentations.view-display-id-block_6 .view-content tbody .value-stream, .view-conference-presentations.view-display-id-block_8 .view-content tbody .value-stream, .view-conference-presentations.view-display-id-block_10 .view-content tbody .value-stream, .view-conference-presentations.view-display-id-block_17 .view-content tbody .value-stream, .view-conference-presentations.view-display-id-block_20 .view-content tbody .value-stream {
  height: 100%;
}

/* ====================================== */
/* BREAKPOINT - PRACTITIONER PRESENTATION */
/* ====================================== */
@media (min-width: 570px) {
  .conference-content-view .views-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0.9375em;
    width: 50%;
  }
}
@media (min-width: 600px) {
  .view-conference-presentations.view-display-id-block_1 .view-content thead,
  .view-conference-presentations.view-display-id-block_4 .view-content thead,
  .view-conference-presentations.view-display-id-block_6 .view-content thead,
  .view-conference-presentations.view-display-id-block_8 .view-content thead,
  .view-conference-presentations.view-display-id-block_10 .view-content thead,
  .view-conference-presentations.view-display-id-block_17 .view-content thead,
  .view-conference-presentations.view-display-id-block_20 .view-content thead {
    display: table-header-group;
  }
  .view-conference-presentations.view-display-id-block_1 .view-content tbody,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody {
    display: table-row-group;
  }
  .view-conference-presentations.view-display-id-block_1 .view-content tbody tr, .view-conference-presentations.view-display-id-block_1 .view-content tbody td,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody td,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody td,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody td,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody td,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody td,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody td {
    float: none;
    width: auto;
  }
  .view-conference-presentations.view-display-id-block_1 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody tr,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody tr {
    display: table-row;
    padding: 0.1em 0.6em;
  }
  .view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field {
    display: table-cell;
  }
  .view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-field-company,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-field-company,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-field-company,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-field-company,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-field-company,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-field-company,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-field-company {
    padding-top: 0;
    width: 29%;
  }
  .view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-title,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-title,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-title,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-title,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-title,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-title,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-title {
    width: 45%;
  }
  .view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-title a,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-title a,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-title a,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-title a,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-title a,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-title a,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-title a {
    color: #666;
  }
  .view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-field-conf-difficulty,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-field-conf-difficulty,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-field-conf-difficulty,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-field-conf-difficulty,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-field-conf-difficulty,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-field-conf-difficulty,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-field-conf-difficulty {
    padding-bottom: 0;
    width: 20%;
  }
  .view-conference-presentations.view-display-id-block_1 .view-content tbody .views-field-view-node,
  .view-conference-presentations.view-display-id-block_4 .view-content tbody .views-field-view-node,
  .view-conference-presentations.view-display-id-block_6 .view-content tbody .views-field-view-node,
  .view-conference-presentations.view-display-id-block_8 .view-content tbody .views-field-view-node,
  .view-conference-presentations.view-display-id-block_10 .view-content tbody .views-field-view-node,
  .view-conference-presentations.view-display-id-block_17 .view-content tbody .views-field-view-node,
  .view-conference-presentations.view-display-id-block_20 .view-content tbody .views-field-view-node {
    width: 5%;
  }
}
@media (min-width: 768px) {
  .conference-content-view .views-row {
    width: 33.333%;
  }
}
.view-testimonials .views-row {
  text-align: center;
}

.view-value-streams .views-row.views-row-1 {
  background: #008fcc;
}
.view-value-streams .views-row.views-row-2 {
  background: #335fac;
}
.view-value-streams .views-row.views-row-3 {
  background: #ad208e;
}
.view-value-streams .views-row.views-row-4 {
  background: #d2232a;
}
.view-value-streams .views-row.views-row-5 {
  background: #de9b20;
}
.view-value-streams .views-row.views-row-6 {
  background: #00a84c;
}

.view-value-streams .attachment .view-content {
  position: relative;
}
.view-value-streams .attachment .views-row {
  position: static;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.view-value-streams .attachment .views-row .views-field-name {
  color: #fff;
  opacity: 0.9;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.2em;
  height: 2.4em;
  text-align: center;
  vertical-align: middle;
}

.view-value-streams.view-display-id-block > .view-content {
  position: relative;
  min-height: 50px;
  clear: both;
}
.view-value-streams.view-display-id-block > .view-content .views-row {
  position: absolute;
  display: none;
  color: #fff;
  padding: 15px;
  z-index: 1;
}
.view-value-streams.view-display-id-block > .view-content .views-row .views-field-field-short-description p {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2em;
}
.view-value-streams.view-display-id-block > .view-content .views-row.show {
  display: block;
}

/* =========================== */
/* PAGE TITLE W/ FULL SCHEDULE */
/* =========================== */
.block-ame-common-ame-common-session-title-block {
  margin-bottom: 1em;
  min-height: 45px;
  position: relative;
}

.session-title-info {
  font-size: 40px;
  font-weight: 300;
  line-height: normal;
  text-align: center;
}

/* ======================================== */
/* BREAKPOINT - PAGE TITLE W/ FULL SCHEDULE */
/* ======================================== */
@media (min-width: 900px) {
  .session-title-info,
  .tour-register,
  .tour-full-schedule {
    position: absolute;
    top: 0;
  }

  .tour-register,
  .tour-full-schedule {
    right: 0;
    z-index: 1;
  }

  .session-title-info {
    left: 0;
    width: 100%;
  }
}
.view-conference-presentations div.views-row {
  min-height: 170px;
  min-height: 17rem;
}
.view-conference-presentations .field-wrapper {
  background-color: #fff;
  min-height: 150px;
}
.view-conference-presentations .field-wrapper .container_cover_image {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin-right: 5px;
}
.view-conference-presentations .field-wrapper .container_info {
  display: inline-block;
  width: 74%;
}
.view-conference-presentations .value-stream {
  color: #fff;
  opacity: 0.9;
  padding: 5px;
}
.view-conference-presentations .difficulty .comp-key-desc {
  position: absolute;
  background: #fff;
  padding: 30px 15px 10px;
  width: 200px;
  top: -50%;
  left: -200px;
  border: solid 1px #ccc;
  z-index: 100;
}
.view-conference-presentations th.views-field a.active {
  background-image: url("../images/sorting-arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
}
.view-conference-presentations th.active a.active {
  background-image: none !important;
  padding-right: 0;
}
.view-conference-presentations .list-view-anchor {
  clear: both;
  display: block;
  position: absolute;
  top: 0;
}

.view-conference-tours div.views-row,
.view-conference-workshops div.views-row {
  min-height: 150px !important;
  min-height: 17rem;
  margin-bottom: 15px !important;
}
.view-conference-tours .field-wrapper,
.view-conference-workshops .field-wrapper {
  background-color: #fff;
  min-height: 150px;
}
.view-conference-tours .field-wrapper .container_cover_image,
.view-conference-workshops .field-wrapper .container_cover_image {
  display: inline-block;
  width: 22%;
  vertical-align: top;
  margin-right: 5px;
}
.view-conference-tours .field-wrapper .container_info,
.view-conference-workshops .field-wrapper .container_info {
  display: inline-block;
  width: 74%;
}
.view-conference-tours .value-stream,
.view-conference-workshops .value-stream {
  color: #fff;
  opacity: 0.9;
  padding: 5px;
}
.view-conference-tours .value-stream.vs-engaged-people,
.view-conference-workshops .value-stream.vs-engaged-people {
  background: #008fcc;
}
.view-conference-tours .value-stream.vs-systematic-daily-improvement,
.view-conference-workshops .value-stream.vs-systematic-daily-improvement {
  background: #335fac;
}
.view-conference-tours .value-stream.vs-innovation,
.view-conference-workshops .value-stream.vs-innovation {
  background: #ad208e;
}
.view-conference-tours .value-stream.vs-extended-enterprise,
.view-conference-workshops .value-stream.vs-extended-enterprise {
  background: #d2232a;
}
.view-conference-tours .value-stream.vs-sustainability,
.view-conference-workshops .value-stream.vs-sustainability {
  background: #de9b20;
}
.view-conference-tours .value-stream.vs-achieving-business-results,
.view-conference-workshops .value-stream.vs-achieving-business-results {
  background: #00a84c;
}
.view-conference-tours .difficulty .comp-key-desc,
.view-conference-workshops .difficulty .comp-key-desc {
  position: absolute;
  background: #fff;
  padding: 30px 15px 10px;
  width: 200px;
  top: -50%;
  left: -200px;
  border: solid 1px #ccc;
  z-index: 100;
}
.view-conference-tours th.views-field a.active,
.view-conference-workshops th.views-field a.active {
  background-image: url("../images/sorting-arrow.png");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 15px;
}
.view-conference-tours th.active a.active,
.view-conference-workshops th.active a.active {
  background-image: none !important;
  padding-right: 0;
}

/* ========== */
/* DIFFICULTY */
/* ========== */
.view-conference-tours .comp-key-wrapper,
.view-conference-workshops .comp-key-wrapper,
.view-conference-presentations .comp-key-wrapper,
.view-conference-si-sessions .comp-key-wrapper {
  display: inline-block;
}
.view-conference-tours .comp-key,
.view-conference-workshops .comp-key,
.view-conference-presentations .comp-key,
.view-conference-si-sessions .comp-key {
  width: 40px;
}
@media (min-width: 768px) and (max-width: 920px) {
  .view-conference-tours .comp-key,
  .view-conference-workshops .comp-key,
  .view-conference-presentations .comp-key,
  .view-conference-si-sessions .comp-key {
    width: 30px;
  }
}

.conference-content-item {
  padding-bottom: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media all and (max-width: 939px) {
  .view-value-streams.view-display-id-block > .view-content {
    display: none;
  }
}
@media all and (min-width: 940px) {
  .view-conference-presentations th.views-field-field-conf-difficulty {
    min-width: 160px;
  }
}
.view-conference-presentations th a {
  color: #fff;
  text-decoration: underline;
}

.comp-key {
  position: relative;
}

.comp-key-desc {
  display: none;
  position: absolute;
  background: #fff;
  padding: 30px 15px 10px;
  width: 300px;
  top: -50%;
  left: -303px;
  border: solid 1px #ccc;
  z-index: 100;
}
.comp-key-desc .comp-key-title {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2px 15px;
}
.comp-key-desc.show {
  display: block;
}

@media all and (max-width: 939px) {
  .comp-key-desc.show {
    display: none !important;
  }
}
.comp-key.advanced .comp-key-title {
  background: #ae0f1e;
}

.comp-key.intermediate .comp-key-title {
  background: #f48535;
}

.comp-key.beginner .comp-key-title {
  background: #24a83c;
}

.view-conference-node-sidebar:after {
  content: '';
  clear: both;
  display: table;
}
.view-conference-node-sidebar .comp-key-wrapper {
  float: left;
}
.view-conference-node-sidebar .views-field-field-event-sidebar-lower {
  clear: both;
}
.view-conference-node-sidebar .views-field-field-conf-difficulty {
  margin: 20px 0;
}

@media all and (max-width: 939px) {
  .node-type-conference .top-bar-wrapper,
  .node-type-keynote-speaker .top-bar-wrapper,
  .node-type-conference-general .top-bar-wrapper,
  .node-type-presentation .top-bar-wrapper,
  .node-type-si-session .top-bar-wrapper,
  .node-type-tour .top-bar-wrapper,
  .node-type-workshop .top-bar-wrapper,
  .node-type-exhibitor .top-bar-wrapper,
  .node-type-conference-generic-page .top-bar-wrapper,
  .node-type-testimonial .top-bar-wrapper {
    background: #262626;
  }
  .node-type-conference .conference-promo-image,
  .node-type-keynote-speaker .conference-promo-image,
  .node-type-conference-general .conference-promo-image,
  .node-type-presentation .conference-promo-image,
  .node-type-si-session .conference-promo-image,
  .node-type-tour .conference-promo-image,
  .node-type-workshop .conference-promo-image,
  .node-type-exhibitor .conference-promo-image,
  .node-type-conference-generic-page .conference-promo-image,
  .node-type-testimonial .conference-promo-image {
    margin-top: 0;
  }
}
/* =================== */
/* COMPREHENSION BLOCK */
/* =================== */
.block-ame-common-ame-common-comprehensions-block {
  margin-bottom: 1em;
}
.block-ame-common-ame-common-comprehensions-block .columns {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
.block-ame-common-ame-common-comprehensions-block .columns:last-child {
  margin-bottom: 0;
}
.block-ame-common-ame-common-comprehensions-block img {
  float: left;
}
.block-ame-common-ame-common-comprehensions-block h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 18px 0 0 65px;
}
.block-ame-common-ame-common-comprehensions-block p {
  color: #666;
  font-size: 13px;
  line-height: 1.4;
  margin: 5px 0 0 65px;
}

/* ================================ */
/* BREAKPOINT - COMPREHENSION BLOCK */
/* ================================ */
@media (min-width: 768px) {
  .block-ame-common-ame-common-comprehensions-block p {
    clear: both;
    margin: 20px 0 0;
  }
}
@media (min-width: 939px) {
  /* Override for node presentation pages */
  .page-node-presentations.node-type-conference .block-ame-common-ame-common-comprehensions-block,
  .page-node-tours.node-type-conference .block-ame-common-ame-common-comprehensions-block,
  .page-node-workshops.node-type-conference .block-ame-common-ame-common-comprehensions-block {
    float: left;
    width: 75%;
  }
}
#quicktabs-conference_presenations {
  clear: both;
}

.block-ame-common-ame-common-session-vs-block {
  padding: 19px 0 0 0;
  margin: 0 0 1em;
  border-bottom: 1px solid #dcdcdc;
}

/* ===================== */
/* THE SIX VALUE STREAMS */
/* ===================== */
.vs-container .main-col,
.vs-container .vs-col {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.vs-container .main-col {
  font-size: 18px;
  margin: 0 0 1em;
}
.vs-container .vs-col {
  font-size: 15px;
}
.vs-container .vs-col > div:first-child {
  color: #fff;
  height: 26px;
  padding: 2px 0 0 11px;
}
.vs-container .vs-col .vs-row2 {
  font-weight: bold;
  padding-top: 5px;
}
.vs-container .vs-col .vs1-row1 {
  background: #008fcc;
}
.vs-container .vs-col .vs2-row1 {
  background: #335fac;
}
.vs-container .vs-col .vs3-row1 {
  background: #ad208e;
}
.vs-container .vs-col .vs4-row1 {
  background: #d2232a;
}
.vs-container .vs-col .vs5-row1 {
  background: #de9b20;
}
.vs-container .vs-col .vs6-row1 {
  background: #00a84c;
}

/* ================================== */
/* BREAKPOINT - THE SIX VALUE STREAMS */
/* ================================== */
@media (min-width: 570px) {
  .vs-container .vs-col {
    border-right: 7px solid #fff;
    display: table-cell;
    height: 94px;
    width: 14.28571%;
  }
  .vs-container .vs-col:last-child {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .vs-container .main-col {
    display: table-cell;
    margin: 0;
  }
}
/* ================================== */
/* LIST VIEW - HEADERS */
/* ================================== */
@media (min-width: 768px) {
  .view-conference-presentations .list-col-title {
    display: inline-block;
    width: 43%;
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .view-conference-presentations .list-col-title {
    display: inline-block;
    width: 35% !important;
    font-weight: bold;
  }
}
.page-node-presentations a.vs-learn-more-link,
.page-node-tours a.vs-learn-more-link,
.page-node-workshops a.vs-learn-more-link {
  font-size: 15px;
}

.block-ame-common-ame-common-sorting .view-conference-presentations > div {
  letter-spacing: -4px;
}
.block-ame-common-ame-common-sorting .presentation-sort-criteria {
  text-align: center;
  padding: 20px 0 0;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.block-ame-common-ame-common-sorting .presentation-sort-criteria > div {
  color: #000;
  display: inline-block;
  font-weight: bold;
  margin-bottom: 18px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}
.block-ame-common-ame-common-sorting .presentation-sort-criteria > div:last-child {
  margin-bottom: 20px;
}
.block-ame-common-ame-common-sorting .presentation-sort-criteria > div a {
  color: #000;
}
.block-ame-common-ame-common-sorting .presentation-sort-criteria > div a.sort-active {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 31px;
}

@media (min-width: 845px) {
  .block-ame-common-ame-common-sorting .presentation-sort-criteria > div {
    margin-bottom: 20px;
    width: 16%;
  }
}
/* ==================== */
/* PRESENTATION FILTERS */
/* ==================== */
.page-node-presentations .sorting-alphabets,
.page-node-tours .sorting-alphabets,
.page-node-workshops .sorting-alphabets {
  display: inline-block;
  letter-spacing: 0;
  text-align: center;
}
.page-node-presentations .sorting-alphabets a,
.page-node-tours .sorting-alphabets a,
.page-node-workshops .sorting-alphabets a {
  color: #000;
  display: block;
  font-weight: bold;
  padding: 4px 0;
  position: relative;
  width: 35px;
  z-index: 0;
}
.page-node-presentations .sorting-alphabets .is-active,
.page-node-tours .sorting-alphabets .is-active,
.page-node-workshops .sorting-alphabets .is-active {
  color: #fff;
  background: #000;
}
.page-node-presentations .view-display-id-block_14 .sorting-alphabets a,
.page-node-presentations .view-display-id-block_15 .sorting-alphabets a,
.page-node-presentations .view-display-id-block_18 .sorting-alphabets a,
.page-node-presentations .view-display-id-block_21 .sorting-alphabets a,
.page-node-tours .view-display-id-block_14 .sorting-alphabets a,
.page-node-tours .view-display-id-block_15 .sorting-alphabets a,
.page-node-tours .view-display-id-block_18 .sorting-alphabets a,
.page-node-tours .view-display-id-block_21 .sorting-alphabets a,
.page-node-workshops .view-display-id-block_14 .sorting-alphabets a,
.page-node-workshops .view-display-id-block_15 .sorting-alphabets a,
.page-node-workshops .view-display-id-block_18 .sorting-alphabets a,
.page-node-workshops .view-display-id-block_21 .sorting-alphabets a {
  padding: 4px 10px;
  width: auto;
}
.page-node-presentations .sorting-list,
.page-node-tours .sorting-list,
.page-node-workshops .sorting-list {
  display: none;
}

.page-node-presentations .secondary-filter,
.page-node-tours .secondary-filter,
.page-node-workshops .secondary-filter {
  text-align: center;
}
.page-node-presentations .secondary-filter.has-filter,
.page-node-tours .secondary-filter.has-filter,
.page-node-workshops .secondary-filter.has-filter {
  border-bottom: 1px solid #dcdcdc;
}
.page-node-presentations .secondary-filter.single-line-filter .is-active:after,
.page-node-tours .secondary-filter.single-line-filter .is-active:after,
.page-node-workshops .secondary-filter.single-line-filter .is-active:after {
  bottom: 1px;
  content: url(../images/secondary-filter-arrow.png);
  display: block;
  height: 8px;
  left: 50%;
  margin-left: -9px;
  position: absolute;
  z-index: 17;
}

.page-node-tours .secondary-filter,
.page-node-workshops .secondary-filter {
  margin-bottom: 20px;
}
.page-node-tours .sort-by-vstream,
.page-node-workshops .sort-by-vstream {
  display: none !important;
}

a.back-to-top {
  display: none;
  height: 28px;
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 20px;
  padding: 3px 18px 3px 8px;
  background: #000 url("../images/up-arrow.png") no-repeat right 43%;
  background-size: 15px 15px;
  color: #fff;
  font-size: 11px;
}

.grayed-out {
  color: gray;
  padding: 4px 0;
  position: relative;
  width: 35px;
  z-index: 0;
}

/**
 * Carousel override.
 */
.node-type-conference .view-main-promo .promo-text {
  padding: 25px 40px 40px;
}
.node-type-conference .view-main-promo .promo-text h2 {
  margin-top: 0;
  margin-bottom: .3em;
}
.node-type-conference .view-main-promo .promo-text p {
  font-size: 1.8rem;
  line-height: 1.4em;
  margin-bottom: .8em;
}
.node-type-conference .view-main-promo .promo-text .read-more {
  font-size: 1.2em;
}

.block-ame-common-ame-common-conf-banner-image {
  height: 70px;
  display: inline-block;
  overflow: hidden;
}
.block-ame-common-ame-common-conf-banner-image img {
  height: 100%;
  width: auto;
}

.node-conference-generic-page .field-name-field-body {
  margin-bottom: 2em;
}

.field-name-field-conf-gp-cb-gallery {
  margin: 0 -1%;
}

.conf-gp-gallery-img-wrapper {
  float: left;
  width: 25%;
  padding: 1%;
}
@media (min-width: 786px) {
  .conf-gp-gallery-img-wrapper {
    width: 16.666%;
  }
}

.field-name-field-conf-gp-linked-gallery {
  overflow: hidden;
  *zoom: 1;
  margin: 0 -1%;
}

.field-collection-item-field-conf-gp-linked-gallery {
  padding: 1%;
  width: 25%;
  text-align: center;
  float: left;
}
@media (min-width: 786px) {
  .field-collection-item-field-conf-gp-linked-gallery {
    width: 16.666%;
  }
}

@media (min-width: 939px) {
  .node-type-conference .has-promo-image-or-slider,
  .node-type-keynote-speaker .has-promo-image-or-slider,
  .node-type-conference-general .has-promo-image-or-slider,
  .node-type-presentation .has-promo-image-or-slider,
  .node-type-si-session .has-promo-image-or-slider,
  .node-type-tour .has-promo-image-or-slider,
  .node-type-workshop .has-promo-image-or-slider,
  .node-type-exhibitor .has-promo-image-or-slider,
  .node-type-conference-generic-page .has-promo-image-or-slider,
  .node-type-testimonial .has-promo-image-or-slider,
  .node-type-conference-companion .has-promo-image-or-slider,
  .node-type-companion .has-promo-image-or-slider {
    position: relative;
  }
  .node-type-conference .has-promo-image-or-slider .contain-to-grid,
  .node-type-keynote-speaker .has-promo-image-or-slider .contain-to-grid,
  .node-type-conference-general .has-promo-image-or-slider .contain-to-grid,
  .node-type-presentation .has-promo-image-or-slider .contain-to-grid,
  .node-type-si-session .has-promo-image-or-slider .contain-to-grid,
  .node-type-tour .has-promo-image-or-slider .contain-to-grid,
  .node-type-workshop .has-promo-image-or-slider .contain-to-grid,
  .node-type-exhibitor .has-promo-image-or-slider .contain-to-grid,
  .node-type-conference-generic-page .has-promo-image-or-slider .contain-to-grid,
  .node-type-testimonial .has-promo-image-or-slider .contain-to-grid,
  .node-type-conference-companion .has-promo-image-or-slider .contain-to-grid,
  .node-type-companion .has-promo-image-or-slider .contain-to-grid {
    position: absolute;
  }
  .node-type-conference .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-keynote-speaker .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-conference-general .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-presentation .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-si-session .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-tour .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-workshop .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-exhibitor .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-conference-generic-page .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-testimonial .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-conference-companion .has-promo-image-or-slider .contain-to-grid.fixed,
  .node-type-companion .has-promo-image-or-slider .contain-to-grid.fixed {
    position: fixed;
  }
  .node-type-conference .top-bar-section .dropdown,
  .node-type-keynote-speaker .top-bar-section .dropdown,
  .node-type-conference-general .top-bar-section .dropdown,
  .node-type-presentation .top-bar-section .dropdown,
  .node-type-si-session .top-bar-section .dropdown,
  .node-type-tour .top-bar-section .dropdown,
  .node-type-workshop .top-bar-section .dropdown,
  .node-type-exhibitor .top-bar-section .dropdown,
  .node-type-conference-generic-page .top-bar-section .dropdown,
  .node-type-testimonial .top-bar-section .dropdown,
  .node-type-conference-companion .top-bar-section .dropdown,
  .node-type-companion .top-bar-section .dropdown {
    background: rgba(0, 0, 0, 0.85);
  }
}
.page-full-schedule .l-header {
  min-height: 74px;
}

.view-ame-full-schedule {
  /* Override label and date styles for an empty table. */
}
.view-ame-full-schedule table {
  width: 100%;
}
.view-ame-full-schedule tbody {
  border: none;
}
.view-ame-full-schedule .row-type-general td,
.view-ame-full-schedule .row-type-keynote td {
  font-weight: bold;
}
.view-ame-full-schedule tr,
.view-ame-full-schedule tr.even,
.view-ame-full-schedule tr.odd {
  background: none;
  border-bottom: 1px solid #ccc;
}
.view-ame-full-schedule tr.last-group-row,
.view-ame-full-schedule tr.even.last-group-row,
.view-ame-full-schedule tr.odd.last-group-row {
  border-bottom: none;
}
.view-ame-full-schedule td {
  display: block;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 300;
  padding: 3px 0;
  width: 100%;
}
.view-ame-full-schedule td.views-field-field-registration-status {
  padding-right: 10px;
}
.view-ame-full-schedule .list-view-anchor-row {
  background: #000;
  color: #fff;
}
.view-ame-full-schedule .list-view-anchor-row td {
  display: none;
  border: none;
}
.view-ame-full-schedule .list-view-anchor-row .views-field-field-timefield-start-end {
  display: block;
  font-size: 16px;
  padding: .8em 1em;
}
.view-ame-full-schedule .list-view-anchor-row .views-field-title {
  min-width: 100px;
}
.view-ame-full-schedule .list-view-anchor-row .views-field-field-registration-status span {
  white-space: nowrap;
}
.view-ame-full-schedule .views-field-field-timefield-start-end {
  padding-top: 15px;
  white-space: nowrap;
}
.view-ame-full-schedule .views-field-field-timefield-start-end .day {
  font-size: 25px;
  margin-bottom: 5px;
}
.view-ame-full-schedule .views-field-field-timefield-start-end .date {
  font-size: 18px;
}
.view-ame-full-schedule .views-field-title a {
  color: #008fcd;
  font-weight: bold;
  text-decoration: underline;
}
.view-ame-full-schedule .views-field-title a:hover {
  color: #2ba6cb;
  text-decoration: underline;
}
.view-ame-full-schedule .views-field-title .value-stream {
  background: none;
  display: block;
  font-weight: normal;
  padding: 0;
  text-transform: uppercase;
}
.view-ame-full-schedule .views-field-title .vs-engaged-people {
  color: #008fcc;
}
.view-ame-full-schedule .views-field-title .vs-systematic-daily-improvement {
  color: #335fac;
}
.view-ame-full-schedule .views-field-title .vs-innovation {
  color: #ad208e;
}
.view-ame-full-schedule .views-field-title .vs-extended-enterprise {
  color: #d2232a;
}
.view-ame-full-schedule .views-field-title .vs-sustainability {
  color: #de9b20;
}
.view-ame-full-schedule .views-field-title .vs-achieving-business-results {
  color: #00a84c;
}
.view-ame-full-schedule .views-field-field-registration-status {
  display: table;
  margin-top: 5px;
  margin-bottom: 15px;
}
.view-ame-full-schedule .views-field-field-registration-status .fsp-label-wrapper,
.view-ame-full-schedule .views-field-field-registration-status .fsp-data-wrapper {
  display: table-cell;
}
.view-ame-full-schedule .views-field-field-registration-status .fsp-label-wrapper {
  vertical-align: top;
}
.view-ame-full-schedule .views-field-field-registration-status .fsp-label-wrapper span {
  white-space: nowrap;
}
.view-ame-full-schedule .views-field-field-registration-status .fsp-data-wrapper {
  vertical-align: middle;
}
.view-ame-full-schedule .fsp-label-wrapper,
.view-ame-full-schedule .fsp-data-wrapper {
  display: inline-block;
  vertical-align: top;
}
.view-ame-full-schedule .fsp-label-wrapper {
  padding-right: 15px;
  text-align: right;
  width: 30%;
}
.view-ame-full-schedule .fsp-data-wrapper {
  width: 70%;
}
.view-ame-full-schedule .views-empty .fsp-label-wrapper {
  display: none;
}
.view-ame-full-schedule .views-empty .fsp-data-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
}
.view-ame-full-schedule .views-field-field-conf-difficulty {
  white-space: nowrap;
}
.view-ame-full-schedule .views-field-field-conf-difficulty .comp-key-wrapper:last-child {
  margin-right: 0;
}
.view-ame-full-schedule .comp-key-wrapper {
  display: inline-block;
  margin-right: 4px;
}
.view-ame-full-schedule .comp-key > img {
  width: 16px;
}
.view-ame-full-schedule .collapse-toggler td {
  float: left;
  padding: 15px 0;
  width: 50%;
}
.view-ame-full-schedule .collapse-toggler .views-field-field-timefield-start-end {
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
.view-ame-full-schedule .collapse-toggler .views-field-field-timefield-start-end a, .view-ame-full-schedule .collapse-toggler .views-field-field-timefield-start-end .time-default {
  display: inline-block;
}
.view-ame-full-schedule .collapse-toggler .views-field-field-timefield-start-end a {
  background: transparent url(../images/fsp-collapse-expand-icon.png) no-repeat 0 0;
  border-radius: 50px;
  color: #fff;
  height: 19px;
  margin-right: 10px;
  text-align: center;
  -webkit-transition: background-position 0.4s ease-in 0.1s;
  /* Safari */
  transition: background-position 0.4s ease-in 0.1s;
  vertical-align: middle;
  width: 19px;
}
.view-ame-full-schedule .collapse-toggler .views-field-field-timefield-start-end a.open {
  background-position: 0 -19px;
}
.view-ame-full-schedule .info-icon {
  cursor: pointer;
  margin-left: 5px;
  max-width: none;
  width: 12px;
}
.view-ame-full-schedule .info-icon .descr p {
  margin: 0;
}
.view-ame-full-schedule .info-icon .content {
  background-color: #c0c0c0;
  border-radius: 5px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  padding: 7px;
}
.view-ame-full-schedule .collapsible-group {
  border-bottom: 4px solid #000;
  border-top: 4px solid #000;
  display: none;
}
.view-ame-full-schedule .collapsible-group .views-field-field-timefield-start-end .time-default {
  display: inline-block;
}
.view-ame-full-schedule .views-field-type {
  white-space: nowrap;
}
.view-ame-full-schedule .session-reg-stat {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  padding: 2px 8px;
  white-space: nowrap;
  width: 110px;
}
.view-ame-full-schedule .session-reg-stat.register, .view-ame-full-schedule .session-reg-stat.closed {
  background-image: url(../images/fsp-reg-req-icons.png);
  background-repeat: no-repeat;
}
.view-ame-full-schedule .session-reg-stat.register {
  background-color: #05c1f7;
  background-position: 90% -17px;
  padding-right: 10px;
}
.view-ame-full-schedule .session-reg-stat.coming-soon {
  background: #666;
}
.view-ame-full-schedule .session-reg-stat.closed {
  background-position: 90% 5px;
  border: 1px #d3232a solid;
  color: #d3232a;
}
.view-ame-full-schedule .views-exposed-form .views-exposed-widget {
  display: block;
  float: none;
  padding-right: 0;
  width: 100%;
}
.view-ame-full-schedule .views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 1em;
}
.view-ame-full-schedule .views-widget-filter-field_conf_event_date_value .container-inline-date {
  display: none;
}
.view-ame-full-schedule .form-item-date-value-date input,
.view-ame-full-schedule .form-item-date-value-date .description {
  display: none;
}

@media (min-width: 590px) {
  .view-ame-full-schedule .collapse-toggler .views-field-field-timefield-start-end {
    width: 30%;
  }
}
@media (min-width: 939px) {
  .view-ame-full-schedule .views-exposed-form .views-exposed-widget {
    display: initial;
    float: left;
    padding: 0.5em 1em 0 0;
    width: auto;
  }
  .view-ame-full-schedule td {
    display: table-cell;
    padding: 10px 5px;
    width: auto;
  }
  .view-ame-full-schedule .list-view-anchor-row td {
    display: table-cell;
  }
  .view-ame-full-schedule .list-view-anchor-row td:first-child {
    display: table-cell;
    padding: 10px 5px 10px 28px;
  }
  .view-ame-full-schedule .collapsible-group .views-field-field-timefield-start-end .time-default {
    display: none;
  }
  .view-ame-full-schedule .fsp-label-wrapper,
  .view-ame-full-schedule .fsp-data-wrapper {
    vertical-align: initial;
  }
  .view-ame-full-schedule .fsp-label-wrapper {
    display: none;
  }
  .view-ame-full-schedule .fsp-data-wrapper {
    display: block;
    width: auto;
  }
  .view-ame-full-schedule .collapse-toggler td,
  .view-ame-full-schedule .collapse-toggler .views-field-field-timefield-start-end {
    float: none;
    padding: 10px 5px;
    width: auto;
    text-align: left;
  }
  .view-ame-full-schedule .views-field-field-timefield-start-end {
    padding-top: 10px;
    padding-left: 28px;
  }
  .view-ame-full-schedule .views-field-title a {
    font-weight: 300;
  }
  .view-ame-full-schedule .views-field-field-conf-difficulty {
    width: 67px;
  }
  .view-ame-full-schedule .views-field-field-registration-status {
    display: table-cell;
    margin: 0;
    width: 280px;
  }
  .view-ame-full-schedule .views-field-field-registration-status .fsp-label-wrapper {
    display: none;
  }
  .view-ame-full-schedule .has-results .views-field-field-registration-status {
    max-width: 130px;
    width: auto;
  }
}
.page-full-schedule .fsp-tooltip-wrapper {
  display: none;
}
.page-full-schedule .ui-tooltip {
  background: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.43);
  color: #222;
  border: 1px solid #ccc !important;
  padding: 15px;
  margin-right: 15px;
  margin-left: 15px;
  font: 300 13px "Helvetica Neue", sans-serif;
}
.page-full-schedule .ui-tooltip p {
  font: 300 13px "Helvetica Neue", sans-serif;
  margin-bottom: 0;
}
.page-full-schedule .arrow {
  width: 25px;
  height: 16px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -16px;
  z-index: 999;
}
.page-full-schedule .arrow.top {
  top: -16px;
  bottom: auto;
}
.page-full-schedule .arrow.top .arrow-inner {
  bottom: -20px;
  top: auto;
}
.page-full-schedule .arrow.left {
  left: 20%;
}
.page-full-schedule .arrow .arrow-inner {
  content: "";
  position: absolute;
  border: 1px solid #ccc;
  top: -20px;
  width: 25px;
  height: 25px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.47);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 99999;
  background: #fff;
}
.page-full-schedule .tooltip-close-wrapper {
  margin-top: -12px;
  margin-right: -5px;
  margin-bottom: 5px;
  text-align: right;
  text-shadow: 1px 1px 1px #000;
}
.page-full-schedule .tooltip-close {
  color: #05c1f7 !important;
  font-size: 18px;
}

.page-portal-landing .l-main {
  margin-bottom: 0;
}
.page-portal-landing .page-content .block-views {
  margin-bottom: 1.4em;
}

#content-bottom {
  margin-bottom: 4em;
}

.content-bottom-container {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

#header-bottom {
  background-color: #06c1f7;
}

.block-ame-common-ame-common-portal-nav ul {
  margin: .4em 0;
}
.block-ame-common-ame-common-portal-nav li {
  list-style: none;
  display: inline;
  margin: 0 5px 0;
}
.block-ame-common-ame-common-portal-nav li:after {
  content: "|";
  display: inline;
  padding-left: 12px;
  color: #fff;
}
.block-ame-common-ame-common-portal-nav li.first {
  margin-left: 0;
}
.block-ame-common-ame-common-portal-nav li.last:after {
  display: none;
}
.block-ame-common-ame-common-portal-nav li.active a {
  font-weight: normal;
}
.block-ame-common-ame-common-portal-nav a {
  color: #fff;
  font-weight: 300;
}

.page-portal-member-view .l-main {
  margin-bottom: 0.625em;
  min-height: 0;
}

.view-portal-og-content.gray-box-style .view-content {
  display: flex;
  flex-wrap: wrap;
}
.view-portal-og-content.gray-box-style .views-row {
  border: 1px solid #d6d5d5;
  display: flex;
  margin-bottom: 1.4em;
  width: 100%;
}
.view-portal-og-content.gray-box-style .field-wrapper {
  background-color: #fff;
  border: 5px solid #eae9e9;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.view-portal-og-content.gray-box-style .field-wrapper:before {
  content: "";
  display: block;
  width: 20px;
  border-top: 20px solid #fff;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
}
.view-portal-og-content.gray-box-style .type,
.view-portal-og-content.gray-box-style .title,
.view-portal-og-content.gray-box-style .location,
.view-portal-og-content.gray-box-style .date,
.view-portal-og-content.gray-box-style .learn-more a {
  padding: 0 20px;
}
.view-portal-og-content.gray-box-style .learn-more a {
  position: relative;
  display: block;
  margin: 0;
  padding: 15px 40px 15px 15px;
  border-radius: 0;
  text-align: right;
  color: #fff;
  background-color: #2f302f;
}
.view-portal-og-content.gray-box-style .title {
  min-height: 90px;
  flex: 1 0 auto;
}
.view-portal-og-content.gray-box-style .title a {
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
}
.view-portal-og-content.gray-box-style .type {
  text-transform: uppercase;
  font-weight: bold;
}
.view-portal-og-content.gray-box-style .location {
  margin-bottom: 15px;
}
.view-portal-og-content.gray-box-style .date {
  margin-bottom: 25px;
}
.view-portal-og-content.gray-box-style .location,
.view-portal-og-content.gray-box-style .date {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Helvetica, Arial, sans-serif;
}
.view-portal-og-content.gray-box-style .location:before,
.view-portal-og-content.gray-box-style .date:before {
  display: inline-block;
  font-family: FontAwesome, sans-serif;
  font-size: 1.3em;
  margin-right: 15px;
  text-align: center;
  width: 17px;
}
.view-portal-og-content.gray-box-style .webinars .type,
.view-portal-og-content.gray-box-style .champions-event .type {
  color: #d3232a;
}
.view-portal-og-content.gray-box-style .webinars .field-wrapper:before,
.view-portal-og-content.gray-box-style .champions-event .field-wrapper:before {
  border-top: 20px solid #d3232a;
  border-left: 20px solid #d3232a;
}
.view-portal-og-content.gray-box-style .regional-event .type {
  color: #f59801;
}
.view-portal-og-content.gray-box-style .regional-event .field-wrapper:before {
  border-top: 20px solid #f59801;
  border-left: 20px solid #f59801;
}

.page-portal-landing .view-portal-og-content .title {
  min-height: initial;
  margin-bottom: 2em;
}

.view-portal-og-content.view-display-id-portal_next_event .views-row {
  position: relative;
}
.view-portal-og-content.view-display-id-portal_next_event .field-wrapper {
  padding-bottom: 40%;
  background-size: cover;
  background-position: center;
  min-height: 20em;
}
.view-portal-og-content.view-display-id-portal_next_event .next-event-data {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  padding: 10px 50px 20px 18px;
  background: rgba(0, 0, 0, 0.85);
}
.view-portal-og-content.view-display-id-portal_next_event .next-event-data .next-event-label {
  text-transform: uppercase;
  color: #06c1f7;
}
.view-portal-og-content.view-display-id-portal_next_event .next-event-data .title a {
  color: #fff;
  font-size: 1.8em;
}
.view-portal-og-content.view-display-id-portal_next_event .next-event-data .city-state,
.view-portal-og-content.view-display-id-portal_next_event .next-event-data .date {
  font-size: 1.1em;
}

.block-ame-common-ame-common-por-featured-member,
body:not(.page-portal-member-list) .block-find-a-champion-member-search-form {
  background-color: #f2f2f2;
  padding: 5px 12px 10px;
  margin-bottom: 1em;
}

.block-ame-common-ame-common-por-featured-member {
  width: 100%;
}
.block-ame-common-ame-common-por-featured-member .block-title {
  font-size: 18px;
  color: #06c1f7;
  text-transform: uppercase;
}

.view-display-id-portal_members_page .picture-name,
.block-ame-common-ame-common-por-featured-member .picture-name {
  overflow: hidden;
  *zoom: 1;
  background-color: #06c1f7;
  color: #fff;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.view-display-id-portal_members_page .picture-name .picture,
.block-ame-common-ame-common-por-featured-member .picture-name .picture {
  float: left;
  margin-right: 10px;
}
.view-display-id-portal_members_page .picture-name .name,
.block-ame-common-ame-common-por-featured-member .picture-name .name {
  font-size: 1.375em;
  font-weight: 300;
  position: absolute;
  margin-left: 140px;
  bottom: 0;
  padding: 10px;
}
.view-display-id-portal_members_page .company,
.view-display-id-portal_members_page .state-province,
.view-display-id-portal_members_page .member-since,
.block-ame-common-ame-common-por-featured-member .company,
.block-ame-common-ame-common-por-featured-member .state-province,
.block-ame-common-ame-common-por-featured-member .member-since {
  color: #000;
}
.view-display-id-portal_members_page .company,
.block-ame-common-ame-common-por-featured-member .company {
  font-weight: bold;
  font-size: 1.125em;
}
.view-display-id-portal_members_page .member-since,
.block-ame-common-ame-common-por-featured-member .member-since {
  font-style: italic;
}

body:not(.page-portal-member-list) .block-find-a-champion-member-search-form {
  width: 100%;
}
body:not(.page-portal-member-list) .block-find-a-champion-member-search-form .submit-reset-wrapper {
  clear: both;
}
body:not(.page-portal-member-list) .block-find-a-champion-member-search-form .submit-reset-wrapper .views-submit-button {
  margin-bottom: 10px;
}
body:not(.page-portal-member-list) .block-find-a-champion-member-search-form .submit-reset-wrapper .views-exposed-widget {
  padding: 0;
}

.block-find-a-champion-member-search-form .block-title {
  margin: 0;
}
.block-find-a-champion-member-search-form .views-exposed-widget > label {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.block-find-a-champion-member-search-form input[type="text"] {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.block-find-a-champion-member-search-form #edit-first-name-wrapper,
.block-find-a-champion-member-search-form #edit-last-name-wrapper,
.block-find-a-champion-member-search-form #edit-company-wrapper {
  padding-right: 0;
  width: 100%;
}
.block-find-a-champion-member-search-form .submit-reset-wrapper {
  text-align: right;
}
.block-find-a-champion-member-search-form .submit-reset-wrapper .views-exposed-widget {
  float: none;
  display: block;
}
.block-find-a-champion-member-search-form .submit-reset-wrapper .form-submit {
  margin-top: 0;
}
.block-find-a-champion-member-search-form .views-reset-button {
  padding-right: 0;
}

.page-portal-member-list .block-find-a-champion-member-search-form .block-title {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}
.page-portal-member-list .block-find-a-champion-member-search-form .views-exposed-form .views-exposed-widget .form-submit {
  margin: 0;
}

.profile-portal .field .field-label {
  font-size: 1.125em;
}
.profile-portal .profile--left,
.profile-portal .profile--right {
  padding: 20px;
}
.profile-portal .profile--left {
  overflow: hidden;
  *zoom: 1;
  background-color: #f2f2f2;
}
.profile-portal .profile--right {
  background-color: #e6e6e6;
  vertical-align: top;
}
.profile-portal .user-picture {
  float: left;
  margin-right: 15px;
}
.profile-portal .field-name-field-first-name,
.profile-portal .field-name-field-last-name {
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom: 5px;
}
.profile-portal .field-name-field-user-company {
  font-weight: bold;
}
.profile-portal .user-email {
  color: #06c1f7;
  font-size: 0.875em;
  font-weight: bold;
}
.profile-portal .field-name-field-work-phone {
  font-size: 0.875em;
  font-weight: bold;
}

/* Member List */
.view-portal-og-members .member-detail-wrapper {
  display: block;
  padding: 10px;
}
.view-portal-og-members .view-content {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}
.view-portal-og-members .views-row {
  width: 100%;
  margin-bottom: 1em;
  background: #f2f2f2;
}

/* Member List */
@media (min-width: 568px) {
  .view-portal-og-content.view-display-id-portal_next_event .next-event-data {
    left: 30px;
    right: auto;
    width: 30em;
  }
}
@media (min-width: 768px) {
  .profile-portal {
    display: table;
    width: 100%;
  }
  .profile-portal:not(.no-bio) .profile--left,
  .profile-portal:not(.no-bio) .profile--right {
    display: table-cell;
    width: 50%;
  }
  .profile-portal .profile--left {
    padding: 50px 35px;
  }

  .content-bottom-container {
    display: -webkit-flex;
    -webkit-flex-wrap: nowrap;
    display: flex;
    flex-wrap: nowrap;
  }

  .block-ame-common-ame-common-por-featured-member {
    width: 50%;
    margin-right: 15px;
  }

  body:not(.page-portal-member-list) .block-find-a-champion-member-search-form {
    width: 50%;
  }
  body:not(.page-portal-member-list) .block-find-a-champion-member-search-form #edit-first-name-wrapper,
  body:not(.page-portal-member-list) .block-find-a-champion-member-search-form #edit-last-name-wrapper {
    width: 50%;
  }
  body:not(.page-portal-member-list) .block-find-a-champion-member-search-form #edit-first-name-wrapper {
    padding: .5em 1em 0 0;
  }
  body:not(.page-portal-member-list) .block-find-a-champion-member-search-form .submit-reset-wrapper .views-reset-button {
    padding: 0 0 0 1em;
  }
  body:not(.page-portal-member-list) .block-find-a-champion-member-search-form .submit-reset-wrapper .views-exposed-widget {
    display: inline-block;
  }

  .page-portal-member-list .block-find-a-champion-member-search-form .views-exposed-widgets {
    display: -webkit-flex;
    display: flex;
  }
  .page-portal-member-list .block-find-a-champion-member-search-form #edit-first-name-wrapper,
  .page-portal-member-list .block-find-a-champion-member-search-form #edit-last-name-wrapper,
  .page-portal-member-list .block-find-a-champion-member-search-form #edit-company-wrapper {
    padding: .5em 1em 0 0;
  }
  .page-portal-member-list .block-find-a-champion-member-search-form .views-exposed-widget .form-submit {
    margin-top: 0;
    white-space: nowrap;
  }

  .page-node-portal-content .view-portal-og-content.gray-box-style .views-row {
    width: 49%;
    margin-right: 2%;
  }
  .page-node-portal-content .view-portal-og-content.gray-box-style .views-row:nth-child(2n) {
    margin-right: 0;
  }

  .view-portal-og-members .views-row {
    width: 49%;
    margin-right: 2%;
  }
  .view-portal-og-members .views-row:nth-child(2n) {
    margin-right: 0;
  }

  .view-portal-og-content.view-display-id-portal_event_block .view-content {
    flex-wrap: nowrap;
  }
  .view-portal-og-content.view-display-id-portal_event_block .views-row {
    margin-right: 1em;
  }
  .view-portal-og-content.view-display-id-portal_event_block .views-row.views-row-last {
    margin-right: 0;
  }
}
@media (min-width: 960px) {
  .page-node-portal-content .view-portal-og-content.gray-box-style .views-row {
    width: 24%;
    margin-right: 1.333%;
  }
  .page-node-portal-content .view-portal-og-content.gray-box-style .views-row:nth-child(2n) {
    margin-right: 1.333%;
  }
  .page-node-portal-content .view-portal-og-content.gray-box-style .views-row:nth-child(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1080px) {
  .block-ame-common-ame-common-por-featured-member {
    width: 32%;
  }

  body:not(.page-portal-member-list) .block-find-a-champion-member-search-form {
    width: 68%;
  }

  .view-portal-og-members .views-row {
    width: 32.5%;
    margin-right: 1.25%;
  }
  .view-portal-og-members .views-row:nth-child(2n) {
    margin-right: 1.25%;
  }
  .view-portal-og-members .views-row:nth-child(3n) {
    margin-right: 0;
  }
}
.event-date-location-wrapper {
  background: #000;
  color: #fff;
  font-size: 16px;
  padding: 15px 20px;
  margin-bottom: 25px;
}

.event-button-contact-wrapper .field-name-field-event-registration-url a {
  background: #f69901;
}
.event-button-contact-wrapper .contact {
  font-size: 16px;
}
.event-button-contact-wrapper .contact a {
  font-weight: bold;
}
.event-button-contact-wrapper .event-info-item {
  margin-bottom: 15px;
}

.field-collection-item-field-event-description .field-name-field-section-title {
  font-size: 37px;
  font-size: 4rem;
  line-height: 1.2em;
  margin: 0.2em 0 0.5em;
}

.field-name-field-event-fees .field-item {
  margin: 0;
  border-bottom: 3px solid #000;
  padding: 15px 0;
  font-size: 18px;
}
.field-name-field-event-fees .field-item:first-child {
  padding-top: 0;
}
.field-name-field-event-fees .field-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.field-name-field-event-location-name,
.field-name-field-event-address,
.field-name-field-event-address-2,
.field-name-field-event-address-3,
.field-name-field-event-city,
.field-name-field-event-state-province {
  font-weight: bold;
}

.field-name-field-event-phone-number {
  margin-top: 30px;
}

.node-event.view-mode-sidebar .field-name-field-section-title,
.field-name-field-event-fees .field-label,
.group-event-location h3 {
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 5px 15px;
  font-size: 18px;
  margin: 0 0 15px 0;
}

.group-event-location,
.field-name-field-event-fees,
.field-name-field-event-image {
  margin-bottom: 2.5em;
}

.node-event.view-mode-sidebar .field-name-field-event-fees,
.node-event.view-mode-sidebar .group-event-location {
  display: none;
}
.node-event.view-mode-sidebar .field-collection-view,
.node-event.view-mode-sidebar .field-collection-container {
  border-bottom: 0;
}
.node-event.view-mode-sidebar .field-collection-view {
  padding: 0;
  margin-bottom: 1.25em;
}
.node-event.view-mode-sidebar .field-collection-container {
  margin-bottom: 0;
}

.node-event.view-mode-full .event-info {
  margin-bottom: 2.3em;
}
.node-event.view-mode-full ul {
  margin-left: 4rem;
}
.node-event.view-mode-full .field-collection-container {
  border-bottom: 0;
}
.node-event.view-mode-full .field-collection-container .field-collection-view-final {
  border-bottom: inherit;
}
.node-event.view-mode-full .field-collection-view {
  padding: 0 0 2.1em 0;
  margin-bottom: 2.3em;
  border-bottom: 1px solid #D3D7D9;
}
.node-event.view-mode-full .field-collection-view .field-name-field-section-copy * {
  line-height: 1.8;
}

@media (min-width: 768px) {
  .event-button-contact-wrapper {
    display: flex;
    align-items: center;
  }
  .event-button-contact-wrapper .buttons {
    min-width: 381px;
  }
  .event-button-contact-wrapper .contact {
    flex-grow: 1;
    text-align: center;
  }
}
@media (min-width: 959px) {
  .node-event.view-mode-full .field-name-field-event-fees,
  .node-event.view-mode-full .group-event-location {
    display: none;
  }

  .node-event.view-mode-sidebar .field-name-field-event-fees,
  .node-event.view-mode-sidebar .group-event-location {
    display: block;
  }
}
@media all and (max-width: 939px) {
  .logo-wrapper {
    display: none;
  }
}
@media all and (max-width: 959px) and (min-width: 768px) {
  .large-3 {
    width: 50%;
  }

  .large-2 {
    width: 33.333%;
  }
}
@media all and (max-width: 939px) {
  .top-bar-wrapper {
    min-height: 74px;
  }

  .top-bar {
    background: #2F302E;
    height: 45px;
  }
  .top-bar.show-search {
    height: 94px;
  }

  .top-bar-section li a:not(.button) {
    line-height: 5.4rem;
  }
}
.mobile-logo {
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}

.mobile-search {
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 100;
}
.mobile-search a {
  padding: 10px 20px;
}

.mobile-search-form {
  background: #262626;
  display: none;
  padding: 10px 0;
  position: relative;
}
.mobile-search-form.show-form {
  display: block;
}
.mobile-search-form input {
  margin: 0 auto;
  width: 85%;
}

.mobile-slogan {
  background: #262626;
  padding: 1px 0 6px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 45px;
  z-index: -1;
}
