@charset "UTF-8";
/**!
 * Styles for RX shows.
 * @author Alyssa Pellegrino
 * @company Reed Exhibitions
 * @version 0.0.1
 */
@import url("/Scripts/Libraries/qTip2/jquery.qtip.min.css");
@import url("//player.ooyala.com/static/v4/stable/4.10.6/skin-plugin/html5-skin.min.css");
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-BookItalic.woff2") format("woff2"), url("../fonts/Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-MediumItalic.woff2") format("woff2"), url("../fonts/Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-BoldItalic.woff2") format("woff2"), url("../fonts/Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("../fonts/Gotham-LightItalic.woff2") format("woff2"), url("../fonts/Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:70em)/";
  width: 40.0625em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:70.0625em)/";
  width: 70.0625em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:70.0625em) and (max-width:90em)/";
  width: 70.0625em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

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

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

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

select {
  width: 100%; }

.row {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    margin: 0 -0.9375rem;
    max-width: none;
    width: auto; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      margin: 0;
      max-width: none;
      width: auto; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

.column + .column:last-child,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.end,
.columns +
.columns.end {
  float: left; }

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none; }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left; }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; } }

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none; }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left; }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .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; } }

@media only screen and (min-width: 70.0625em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto; }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0; }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none; }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left; }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }
  .push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .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; } }

.accordion {
  margin-bottom: 0;
  margin-left: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8;
      color: #222222; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.9375rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        background: #FFFFFF;
        display: block; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #EBB50E;
  border-color: #ca9c0c;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.25rem;
    background: inherit;
    color: #333333;
    font-size: 1.375rem;
    line-height: .9;
    margin-top: -0.6875rem;
    opacity: 0.3;
    padding: 0 6px 4px;
    position: absolute;
    top: 50%; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    border-radius: 3px; }
  .alert-box.round {
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    float: left;
    height: auto;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .small-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .small-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .small-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .small-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .small-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .small-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .small-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .small-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .small-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .small-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .small-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .small-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .medium-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .medium-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .medium-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .medium-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .medium-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .medium-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .medium-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .medium-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .medium-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .medium-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .medium-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .medium-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

@media only screen and (min-width: 70.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%; }
    .large-block-grid-1 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%; }
    .large-block-grid-2 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%; }
    .large-block-grid-3 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%; }
    .large-block-grid-4 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%; }
    .large-block-grid-5 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%; }
    .large-block-grid-6 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%; }
    .large-block-grid-7 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%; }
    .large-block-grid-8 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%; }
    .large-block-grid-9 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%; }
    .large-block-grid-10 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%; }
    .large-block-grid-11 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }

.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.5625rem 0.875rem 0.5625rem;
  background-color: #f4f4f4;
  border-color: gainsboro;
  border-radius: 3px; }
  .breadcrumbs > * {
    color: #EBB50E;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    margin: 0;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #EBB50E; }
    .breadcrumbs > *.current {
      color: #333333;
      cursor: default; }
      .breadcrumbs > *.current a {
        color: #333333;
        cursor: default; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover,
      .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        color: #999999;
        cursor: not-allowed;
        text-decoration: none; }
    .breadcrumbs > *:before {
      color: #AAAAAA;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/* Accessibility - hides the forward slash */
[aria-label="breadcrumbs"] [aria-hidden="true"]:after {
  content: "/"; }

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #EBB50E;
  border-color: #bc910b;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #bc910b; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #cf6e0e; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #a0d3e8;
    border-color: #61b6d9;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #61b6d9; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding: 1.125rem 2.25rem 1.1875rem 2.25rem;
    font-size: 1.25rem; }
  button.small, .button.small {
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem; }
  button.tiny, .button.tiny {
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem; }
  button.expand, .button.expand {
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    padding-bottom: 1.0625rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    border-radius: 3px; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #EBB50E;
    border-color: #bc910b;
    color: #FFFFFF;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: default;
    opacity: 0.7; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #bc910b; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #FFFFFF; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #EBB50E; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333333;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #FFFFFF;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #FFFFFF; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #FFFFFF;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #FFFFFF; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #f08a24;
      border-color: #cf6e0e;
      color: #FFFFFF;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #cf6e0e; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        color: #FFFFFF; }
      button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #f08a24; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #a0d3e8;
      border-color: #61b6d9;
      color: #333333;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: default;
      opacity: 0.7; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #61b6d9; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        color: #FFFFFF; }
      button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
        background-color: #a0d3e8; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 40.0625em) {
  button, .button {
    display: inline-block; } }

.button-group {
  list-style: none;
  margin: 0;
  left: 0; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group.even-2 li {
    display: inline-block;
    margin: 0 -2px;
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    display: inline-block;
    margin: 0 -2px;
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    display: inline-block;
    margin: 0 -2px;
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    display: inline-block;
    margin: 0 -2px;
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    display: inline-block;
    margin: 0 -2px;
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    display: inline-block;
    margin: 0 -2px;
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }
  .button-group > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group > li > button, .button-group > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > li:first-child button, .button-group > li:first-child .button {
      border-left: 0; }
  .button-group.stack > li {
    display: block;
    margin: 0;
    float: none; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-left: 0; }
    .button-group.stack > li > button, .button-group.stack > li .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.stack > li > button {
      width: 100%; }
    .button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
      border-top: 0; }
  .button-group.stack-for-small > li {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
      border-left: 0; }
    @media only screen and (max-width: 40em) {
      .button-group.stack-for-small > li {
        display: block;
        margin: 0;
        width: 100%; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-left: 1px solid;
          border-color: rgba(255, 255, 255, 0.5); }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-left: 0; }
        .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          border-top: 1px solid;
          display: block;
          margin: 0; }
        .button-group.stack-for-small > li > button {
          width: 100%; }
        .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
          border-top: 0; } }
  .button-group.radius > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.radius > * > button, .button-group.radius > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
      border-left: 0; }
    .button-group.radius > *,
    .button-group.radius > * > a,
    .button-group.radius > * > button,
    .button-group.radius > * > .button {
      border-radius: 0; }
    .button-group.radius > *:first-child,
    .button-group.radius > *:first-child > a,
    .button-group.radius > *:first-child > button,
    .button-group.radius > *:first-child > .button {
      -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 {
      -webkit-border-bottom-right-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
  .button-group.radius.stack > * {
    display: block;
    margin: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-left: 0; }
    .button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.radius.stack > * > button {
      width: 100%; }
    .button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
      border-top: 0; }
    .button-group.radius.stack > *,
    .button-group.radius.stack > * > a,
    .button-group.radius.stack > * > button,
    .button-group.radius.stack > * > .button {
      border-radius: 0; }
    .button-group.radius.stack > *:first-child,
    .button-group.radius.stack > *:first-child > a,
    .button-group.radius.stack > *:first-child > button,
    .button-group.radius.stack > *:first-child > .button {
      -webkit-top-left-radius: 3px;
      -webkit-top-right-radius: 3px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
    .button-group.radius.stack > *:last-child,
    .button-group.radius.stack > *:last-child > a,
    .button-group.radius.stack > *:last-child > button,
    .button-group.radius.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 3px;
      -webkit-bottom-right-radius: 3px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px; }
  @media only screen and (min-width: 40.0625em) {
    .button-group.radius.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -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.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.radius.stack-for-small > * > button {
        width: 100%; }
      .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.radius.stack-for-small > *,
      .button-group.radius.stack-for-small > * > a,
      .button-group.radius.stack-for-small > * > button,
      .button-group.radius.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.radius.stack-for-small > *:first-child,
      .button-group.radius.stack-for-small > *:first-child > a,
      .button-group.radius.stack-for-small > *:first-child > button,
      .button-group.radius.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 3px;
        -webkit-top-right-radius: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px; }
      .button-group.radius.stack-for-small > *:last-child,
      .button-group.radius.stack-for-small > *:last-child > a,
      .button-group.radius.stack-for-small > *:last-child > button,
      .button-group.radius.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 3px;
        -webkit-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px; } }
  .button-group.round > * {
    display: inline-block;
    margin: 0 -2px; }
    .button-group.round > * > button, .button-group.round > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
      border-left: 0; }
    .button-group.round > *,
    .button-group.round > * > a,
    .button-group.round > * > button,
    .button-group.round > * > .button {
      border-radius: 0; }
    .button-group.round > *:first-child,
    .button-group.round > *:first-child > a,
    .button-group.round > *:first-child > button,
    .button-group.round > *:first-child > .button {
      -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 {
      -webkit-border-bottom-right-radius: 1000px;
      -webkit-border-top-right-radius: 1000px;
      border-bottom-right-radius: 1000px;
      border-top-right-radius: 1000px; }
  .button-group.round.stack > * {
    display: block;
    margin: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-left: 0; }
    .button-group.round.stack > * > button, .button-group.round.stack > * .button {
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      border-top: 1px solid;
      display: block;
      margin: 0; }
    .button-group.round.stack > * > button {
      width: 100%; }
    .button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
      border-top: 0; }
    .button-group.round.stack > *,
    .button-group.round.stack > * > a,
    .button-group.round.stack > * > button,
    .button-group.round.stack > * > .button {
      border-radius: 0; }
    .button-group.round.stack > *:first-child,
    .button-group.round.stack > *:first-child > a,
    .button-group.round.stack > *:first-child > button,
    .button-group.round.stack > *:first-child > .button {
      -webkit-top-left-radius: 1rem;
      -webkit-top-right-radius: 1rem;
      border-top-left-radius: 1rem;
      border-top-right-radius: 1rem; }
    .button-group.round.stack > *:last-child,
    .button-group.round.stack > *:last-child > a,
    .button-group.round.stack > *:last-child > button,
    .button-group.round.stack > *:last-child > .button {
      -webkit-bottom-left-radius: 1rem;
      -webkit-bottom-right-radius: 1rem;
      border-bottom-left-radius: 1rem;
      border-bottom-right-radius: 1rem; }
  @media only screen and (min-width: 40.0625em) {
    .button-group.round.stack-for-small > * {
      display: inline-block;
      margin: 0 -2px; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -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.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-border-bottom-right-radius: 1000px;
        -webkit-border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        border-top-right-radius: 1000px; } }
  @media only screen and (max-width: 40em) {
    .button-group.round.stack-for-small > * {
      display: block;
      margin: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-left: 0; }
      .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        border-top: 1px solid;
        display: block;
        margin: 0; }
      .button-group.round.stack-for-small > * > button {
        width: 100%; }
      .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
        border-top: 0; }
      .button-group.round.stack-for-small > *,
      .button-group.round.stack-for-small > * > a,
      .button-group.round.stack-for-small > * > button,
      .button-group.round.stack-for-small > * > .button {
        border-radius: 0; }
      .button-group.round.stack-for-small > *:first-child,
      .button-group.round.stack-for-small > *:first-child > a,
      .button-group.round.stack-for-small > *:first-child > button,
      .button-group.round.stack-for-small > *:first-child > .button {
        -webkit-top-left-radius: 1rem;
        -webkit-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem; }
      .button-group.round.stack-for-small > *:last-child,
      .button-group.round.stack-for-small > *:last-child > a,
      .button-group.round.stack-for-small > *:last-child > button,
      .button-group.round.stack-for-small > *:last-child > .button {
        -webkit-bottom-left-radius: 1rem;
        -webkit-bottom-right-radius: 1rem;
        border-bottom-left-radius: 1rem;
        border-bottom-right-radius: 1rem; } }

.button-bar:before, .button-bar:after {
  content: " ";
  display: table; }

.button-bar:after {
  clear: both; }

.button-bar .button-group {
  float: left;
  margin-right: 0.625rem; }
  .button-bar .button-group div {
    overflow: hidden; }

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

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

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

.clearing-touch-label {
  color: #AAAAAA;
  font-size: .6em;
  left: 50%;
  position: absolute;
  top: 50%; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0; }

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

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

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

@media only screen and (min-width: 40.0625em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      border: solid 12px;
      display: block;
      height: 0;
      position: absolute;
      top: 50%;
      width: 0; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: .8; }
  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #CCCCCC; }
  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #CCCCCC; }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: .3; }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        clear: none;
        cursor: pointer;
        display: block;
        float: left;
        margin-right: 0;
        min-height: inherit;
        opacity: .4;
        overflow: hidden;
        padding: 0;
        position: relative;
        width: 120px; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: .8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden; }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px; } }

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

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent;
    border-style: solid;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0; }
  .dropdown.button::after, button.dropdown::after {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button::after, button.dropdown::after {
    border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:after, button.dropdown.tiny:after {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.secondary:after, button.dropdown.secondary:after {
    border-color: #333333 transparent transparent transparent; }

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

/* Standard Forms */
form {
  margin: 0 0 1rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none !important;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.5625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

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

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

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center; }

.prefix.button.radius {
  border-radius: 0;
  -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 {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  border-radius: 0;
  -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 {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-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-right: none;
  color: #333333;
  border-color: #cccccc; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }

/* We use this to get basic styling on all basic form elements */
input:not([type]), 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"], input[type="color"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #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-family: inherit;
  font-size: 0.875rem;
  height: 2.3125rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear; }
  input:not([type]):focus, 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, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input:not([type]):disabled, 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, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type])[disabled], input:not([type])[readonly],
  fieldset[disabled] input:not([type]), input[type="text"][disabled], input[type="text"][readonly],
  fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly],
  fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly],
  fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly],
  fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly],
  fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly],
  fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly],
  fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly],
  fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly],
  fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly],
  fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly],
  fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly],
  fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly],
  fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly],
  fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly],
  fieldset[disabled] textarea {
    background-color: #DDDDDD;
    cursor: default; }
  input:not([type]).radius, input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
    border-radius: 3px; }

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

::-webkit-input-placeholder {
  color: #666666; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #666666; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.875rem;
  line-height: normal;
  padding: 0.5rem;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:focus {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  select[multiple] {
    height: auto; }

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

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

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

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.125rem 0;
  padding: 1.25rem; }
  fieldset legend {
    font-weight: bold;
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

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

span.error, small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }

.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }

.error label,
.error label.error {
  color: #f04124; }

.error small.error {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1rem;
  margin-top: -1px;
  padding: 0.375rem 0.5625rem 0.5625rem;
  background: #f04124;
  color: #FFFFFF; }

.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize; }

.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333; }
  .icon-bar > * {
    display: block;
    float: left;
    font-size: 1rem;
    margin: 0 auto;
    padding: 1.25rem;
    text-align: center;
    width: 25%; }
    .icon-bar > * i, .icon-bar > * img {
      display: block;
      margin: 0 auto; }
      .icon-bar > * i + label, .icon-bar > * img + label {
        margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem;
      vertical-align: middle; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    display: inline-block;
    margin: 0 .0625rem 0 0; }
    .icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
      margin-top: 0; }
  .icon-bar.label-right > * label {
    display: inline-block; }
  .icon-bar.vertical.label-right > * {
    text-align: left; }
  .icon-bar.vertical, .icon-bar.small-vertical {
    height: 100%;
    width: auto; }
    .icon-bar.vertical .item, .icon-bar.small-vertical .item {
      float: none;
      margin: auto;
      width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  @media only screen and (min-width: 70.0625em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        float: none;
        margin: auto;
        width: auto; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem;
      font-size: 1rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      height: 1.875rem;
      width: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #EBB50E; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #EBB50E; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }
  .icon-bar .item.disabled {
    cursor: not-allowed;
    opacity: 0.7;
    pointer-events: none; }
    .icon-bar .item.disabled > * {
      opacity: 0.7;
      cursor: not-allowed; }
  .icon-bar.two-up .item {
    width: 50%; }
  .icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.two-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 70.0625em) {
    .icon-bar.two-up.large-vertical .item {
      width: auto; } }
  .icon-bar.three-up .item {
    width: 33.3333%; }
  .icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.three-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 70.0625em) {
    .icon-bar.three-up.large-vertical .item {
      width: auto; } }
  .icon-bar.four-up .item {
    width: 25%; }
  .icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.four-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 70.0625em) {
    .icon-bar.four-up.large-vertical .item {
      width: auto; } }
  .icon-bar.five-up .item {
    width: 20%; }
  .icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.five-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 70.0625em) {
    .icon-bar.five-up.large-vertical .item {
      width: auto; } }
  .icon-bar.six-up .item {
    width: 16.66667%; }
  .icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.six-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 70.0625em) {
    .icon-bar.six-up.large-vertical .item {
      width: auto; } }
  .icon-bar.seven-up .item {
    width: 14.28571%; }
  .icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.seven-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 70.0625em) {
    .icon-bar.seven-up.large-vertical .item {
      width: auto; } }
  .icon-bar.eight-up .item {
    width: 12.5%; }
  .icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
    width: auto; }
  @media only screen and (min-width: 40.0625em) {
    .icon-bar.eight-up.medium-vertical .item {
      width: auto; } }
  @media only screen and (min-width: 70.0625em) {
    .icon-bar.eight-up.large-vertical .item {
      width: auto; } }

.icon-bar.two-up .item {
  width: 50%; }

.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 70.0625em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto; } }

.icon-bar.three-up .item {
  width: 33.3333%; }

.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 70.0625em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto; } }

.icon-bar.four-up .item {
  width: 25%; }

.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 70.0625em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto; } }

.icon-bar.five-up .item {
  width: 20%; }

.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 70.0625em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto; } }

.icon-bar.six-up .item {
  width: 16.66667%; }

.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 70.0625em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto; } }

.icon-bar.seven-up .item {
  width: 14.28571%; }

.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 70.0625em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto; } }

.icon-bar.eight-up .item {
  width: 12.5%; }

.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto; }

@media only screen and (min-width: 40.0625em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }

@media only screen and (min-width: 70.0625em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inline-list > li > * {
      display: block; }

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

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

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

.joyride-content-wrapper {
  padding: 1.125rem 1.25rem 1.5rem;
  width: 100%; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }
  .joyride-content-wrapper .joyride-prev-tip {
    margin-right: 10px; }

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

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

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

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

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

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

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

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

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

/* Styles for screens that are at least 768px; */
@media only screen {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      border-top-color: transparent !important;
      left: auto;
      right: -20px;
      top: 22px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-top-color: transparent !important;
      left: -20px;
      right: auto;
      top: 22px; } }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  display: inline-block;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #EBB50E;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #FFFFFF; }
  .label.warning {
    background-color: #f08a24;
    color: #FFFFFF; }
  .label.success {
    background-color: #43AC6A;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }
  .label.info {
    background-color: #a0d3e8;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  min-width: 100%;
  padding: 10px;
  z-index: 50; }
  [data-magellan-expedition] .sub-nav, [data-magellan-expedition-clone] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd, [data-magellan-expedition-clone] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a, [data-magellan-expedition-clone] .sub-nav a {
      line-height: 1.8em; }

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

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

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }
    .slideshow-wrapper .orbit-container .orbit-bullets li {
      display: inline-block; }
  .slideshow-wrapper .preloader {
    border-radius: 1000px;
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-name: rotate;
            animation-name: rotate;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    border-color: #555555 #FFFFFF;
    border: solid 3px;
    display: block;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    width: 40px; }

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        bottom: 0;
        position: absolute;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        font-size: 0.875rem;
        padding: 0.625rem 0.875rem;
        width: 100%; }
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      border: solid 4px #FFFFFF;
      border-bottom: none;
      border-top: none;
      display: none;
      height: 14px;
      position: absolute;
      top: 0;
      width: 11px;
      right: 0; }
    .orbit-container .orbit-timer.paused > span {
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF;
      right: -4px; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-left-color: #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  .orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    background-color: transparent;
    color: white;
    height: 60px;
    line-height: 50px;
    margin-top: -25px;
    position: absolute;
    text-indent: -9999px !important;
    top: 45%;
    width: 36px;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      border: inset 10px;
      display: block;
      height: 0;
      margin-top: -10px;
      position: absolute;
      top: 50%;
      width: 0; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: #FFFFFF; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #FFFFFF; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #FFFFFF;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #FFFFFF; }

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px; }
  .orbit-bullets li {
    background: #CCCCCC;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 0.5625rem;
    margin-right: 6px;
    width: 0.5625rem;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

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

.touch .orbit-bullets {
  display: none; }

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

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0  !important;
    opacity: 1 !important;
    position: relative; }
  .orbit-stack-on-small .orbit-slide-number {
    display: none; }
  .orbit-timer {
    display: none; }
  .orbit-next, .orbit-prev {
    display: none; }
  .orbit-bullets {
    display: none; } }

ul.pagination {
  display: block;
  margin-left: -0.3125rem;
  min-height: 1.5rem; }
  ul.pagination li {
    color: #222222;
    font-size: 0.875rem;
    height: 1.5rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      -webkit-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.0625rem 0.625rem 0.0625rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a, ul.pagination li.unavailable button {
      cursor: default;
      color: #999999;
      pointer-events: none; }
    ul.pagination li.unavailable:hover a,
    ul.pagination li.unavailable a:focus,
    ul.pagination li.unavailable:hover button,
    ul.pagination li.unavailable button:focus {
      background: transparent; }
    ul.pagination li.current a, ul.pagination li.current button {
      background: #EBB50E;
      color: #FFFFFF;
      cursor: default;
      font-weight: bold; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
        background: #EBB50E; }
  ul.pagination li {
    display: block;
    float: left; }

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

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
  color: #333333; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p, .panel li, .panel dl {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #fefbf0;
    color: #333333; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p, .panel.callout li, .panel.callout dl {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a:not(.button) {
      color: #EBB50E; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #ca9c0c; }
  .panel.radius {
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #DDDDDD;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    color: #EEEEEE;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .price {
    background-color: #F6F6F6;
    color: #333333;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center; }
  .pricing-table .description {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    border-bottom: dotted 1px #DDDDDD;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    padding: 0.9375rem;
    text-align: center; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    padding: 1.25rem 1.25rem 0;
    text-align: center; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  border: 1px solid white;
  height: 1.5625rem;
  margin-bottom: 0.625rem;
  padding: 0.125rem; }
  .progress .meter {
    background: #EBB50E;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
    .progress .meter.secondary {
      background: #e7e7e7;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.success {
      background: #43AC6A;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
    .progress .meter.alert {
      background: #f04124;
      display: block;
      height: 100%;
      float: left;
      width: 0%; }
  .progress.secondary .meter {
    background: #e7e7e7;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.success .meter {
    background: #43AC6A;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.alert .meter {
    background: #f04124;
    display: block;
    height: 100%;
    float: left;
    width: 0%; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  display: block;
  height: 1rem;
  width: 100%;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    position: relative;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    height: 12.5rem;
    width: 1rem; }
    .range-slider.vertical-range .range-slider-handle {
      bottom: -10.5rem;
      margin-left: -0.5rem;
      margin-top: 0;
      position: absolute; }
    .range-slider.vertical-range .range-slider-active-segment {
      border-bottom-left-radius: inherit;
      border-bottom-right-radius: inherit;
      border-top-left-radius: initial;
      bottom: 0;
      height: auto;
      width: 0.875rem; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #EBB50E;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #cf9f0c; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #EBB50E;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #cf9f0c; }
  .range-slider.disabled, .range-slider[disabled] {
    background: #FAFAFA;
    cursor: not-allowed;
    opacity: 0.7; }
    .range-slider.disabled .range-slider-handle, .range-slider[disabled] .range-slider-handle {
      background: #EBB50E;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #cf9f0c; }

.range-slider-active-segment {
  background: #e5e5e5;
  border-bottom-left-radius: inherit;
  border-top-left-radius: inherit;
  display: inline-block;
  height: 0.875rem;
  position: absolute; }

.range-slider-handle {
  border: 1px solid none;
  cursor: pointer;
  display: inline-block;
  height: 1.375rem;
  position: absolute;
  top: -0.3125rem;
  width: 2rem;
  z-index: 1;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #EBB50E; }
  .range-slider-handle:hover {
    background: #cf9f0c; }

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.875rem;
  border: solid 1px #666666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  @media only screen and (max-width: 40em) {
    .reveal-modal {
      min-height: 100vh; } }
  .reveal-modal .column, .reveal-modal .columns {
    min-width: 0; }
  .reveal-modal > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 80%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal {
      top: 6.25rem; } }
  .reveal-modal.radius {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 3px; }
  .reveal-modal.round {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 1000px; }
  .reveal-modal.collapse {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.tiny {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 30%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.small {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 40%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.medium {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 60%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.large {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 70%; } }
  @media only screen and (min-width: 40.0625em) {
    .reveal-modal.xlarge {
      left: 0;
      margin: 0 auto;
      max-width: 62.5rem;
      right: 0;
      width: 95%; } }
  .reveal-modal.full {
    height: 100vh;
    height: 100%;
    left: 0;
    margin-left: 0 !important;
    max-width: none !important;
    min-height: 100vh;
    top: 0; }
    @media only screen and (min-width: 40.0625em) {
      .reveal-modal.full {
        left: 0;
        margin: 0 auto;
        max-width: 62.5rem;
        right: 0;
        width: 100%; } }
  .reveal-modal.toback {
    z-index: 1003; }
  .reveal-modal .close-reveal-modal {
    color: #AAAAAA;
    cursor: pointer;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem; }

.side-nav {
  display: block;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.875rem 0; }
  .side-nav li {
    font-size: 0.875rem;
    font-weight: normal;
    margin: 0 0 0.4375rem 0; }
    .side-nav li a:not(.button) {
      color: #EBB50E;
      display: block;
      margin: 0;
      padding: 0.4375rem 0.875rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 0, 0, 0.025);
        color: #f5cd53; }
      .side-nav li a:not(.button):active {
        color: #f5cd53; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #f5cd53;
      font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: normal; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      list-style: none;
      padding: 0;
      border-top-color: #e6e6e6; }
    .side-nav li.heading {
      color: #EBB50E;
      font-size: 0.875rem;
      font-weight: bold;
      text-transform: uppercase; }

.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:after {
      border-top-style: solid;
      border-width: 0.375rem;
      margin-left: -0.375rem;
      top: 48%; }
  .split.button span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:after {
    border-color: #FFFFFF transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:after {
        border-top-style: solid;
        border-width: 0.375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.4375rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.3125rem;
        margin-left: -0.375rem;
        top: 48%; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:after {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .split.button.no-pip span:before {
    border-style: none; }
  .split.button.no-pip span:after {
    border-style: none; }
  .split.button.no-pip span > i {
    display: block;
    left: 50%;
    margin-left: -0.28889em;
    margin-top: -0.48889em;
    position: absolute;
    top: 50%; }

.sub-nav {
  display: block;
  margin: -0.25rem 0 1.125rem;
  overflow: hidden;
  padding-top: 0.25rem;
  width: auto; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    color: #999999;
    float: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: normal;
    margin-left: 1rem;
    margin-bottom: 0; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      padding: 0.1875rem 1rem;
      text-decoration: none; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      border-radius: 3px;
      background: #EBB50E;
      color: #FFFFFF;
      cursor: default;
      font-weight: normal;
      padding: 0.1875rem 1rem; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #ca9c0c; }

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .switch label {
    background: #DDDDDD;
    color: transparent;
    cursor: pointer;
    display: block;
    margin-bottom: 1rem;
    position: relative;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out; }
  .switch input {
    left: 10px;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 9px; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    background: #FFFFFF;
    content: "";
    display: block;
    height: 1.5rem;
    left: .25rem;
    position: absolute;
    top: .25rem;
    width: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #EBB50E; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    height: 2rem;
    width: 4rem; }
  .switch label:after {
    height: 1.5rem;
    width: 1.5rem; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    color: transparent;
    background: #DDDDDD; }
  .switch label:after {
    background: #FFFFFF; }
  .switch input:checked + label {
    background: #EBB50E; }
  .switch.large label {
    height: 2.5rem;
    width: 5rem; }
  .switch.large label:after {
    height: 2rem;
    width: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    height: 1.75rem;
    width: 3.5rem; }
  .switch.small label:after {
    height: 1.25rem;
    width: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    height: 1.5rem;
    width: 3rem; }
  .switch.tiny label:after {
    height: 1rem;
    width: 1rem; }
  .switch.tiny input:checked + label:after {
    left: 1.75rem; }
  .switch.radius label {
    border-radius: 4px; }
  .switch.radius label:after {
    border-radius: 3px; }
  .switch.round {
    border-radius: 1000px; }
    .switch.round label {
      border-radius: 2rem; }
    .switch.round label:after {
      border-radius: 2rem; }

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.25rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.875rem;
      font-weight: bold;
      padding: 0.5rem 0.625rem 0.625rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.875rem;
    padding: 0.5625rem 0.625rem;
    text-align: left; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #F9F9F9; }
  table thead tr th,
  table tfoot tr th,
  table tfoot tr td,
  table tbody tr th,
  table tbody tr td,
  table tr td {
    display: table-cell;
    line-height: 1.125rem; }

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd,
  .tabs .tab-title {
    float: left;
    list-style: none;
    margin-bottom: 0 !important;
    position: relative; }
    .tabs dd > a,
    .tabs .tab-title > a {
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1rem;
      padding: 1rem 2rem; }
      .tabs dd > a:hover,
      .tabs .tab-title > a:hover {
        background-color: #e1e1e1; }
    .tabs dd.active > a,
    .tabs .tab-title.active > a {
      background-color: #FFFFFF;
      color: #222222; }
  .tabs.radius dd:first-child a,
  .tabs.radius .tab:first-child a {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a,
  .tabs.radius .tab:last-child a {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd,
  .tabs.vertical .tab-title {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%; }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%; } }

.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  -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);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(235, 181, 14, 0.5);
            box-shadow: 0 0 6px 1px rgba(235, 181, 14, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: bold; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #6a5106;
    color: #EBB50E; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.75rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%; }
  .tooltip > .nub {
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    display: block;
    height: 0;
    pointer-events: none;
    position: absolute;
    top: -10px;
    width: 0;
    left: 5px; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    border-bottom: dotted 1px #6a5106 !important;
    color: #EBB50E !important; }

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

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

meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em; }

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

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0; }
  .fixed.expanded:not(.top-bar) {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    width: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      margin-top: 2.8125rem;
      z-index: 98; }

.top-bar {
  background: #333333;
  height: 2.8125rem;
  line-height: 2.8125rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative; }
  .top-bar ul {
    list-style: none;
    margin-bottom: 0; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input,
  .top-bar select {
    margin-bottom: 0; }
  .top-bar input,
  .top-bar select {
    font-size: 0.75rem;
    height: 1.75rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.4125rem;
    padding-top: 0.4125rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    margin: 0;
    position: relative; }
  .top-bar .name {
    font-size: 16px;
    height: 2.8125rem;
    margin: 0; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.0625rem;
      line-height: 2.8125rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
        color: #FFFFFF;
        display: block;
        font-weight: normal;
        padding: 0 0.9375rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #FFFFFF;
      display: block;
      font-size: 0.8125rem;
      font-weight: bold;
      height: 2.8125rem;
      line-height: 2.8125rem;
      padding: 0 0.9375rem;
      position: relative;
      text-transform: uppercase; }
    .top-bar .toggle-topbar.menu-icon {
      margin-top: -16px;
      top: 50%; }
      .top-bar .toggle-topbar.menu-icon a {
        color: #FFFFFF;
        height: 34px;
        line-height: 33px;
        padding: 0 2.5rem 0 0.9375rem;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          display: block;
          height: 0;
          position: absolute;
          margin-top: -8px;
          top: 50%;
          right: 0.9375rem;
          -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
                  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          -webkit-box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
                  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    background: transparent;
    height: auto; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        -webkit-box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
                box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }
    @media screen and (-webkit-min-device-pixel-ratio: 0) {
      .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
      .top-bar.expanded .top-bar-section .dropdown {
        clip: initial; }
      .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
        padding: 0; } }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    display: block;
    font-size: 16px;
    height: auto;
    margin: 0;
    padding: 0;
    width: 100%; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #333333; }
    .top-bar-section ul li > a {
      color: #FFFFFF;
      display: block;
      font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      padding-left: 0.9375rem;
      padding: 12px 0 12px 0.9375rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        background-color: #EBB50E;
        border-color: #bc910b;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #bc910b; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > a.button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li > button {
      font-size: 0.8125rem;
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      background-color: #EBB50E;
      border-color: #bc910b;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #bc910b; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        color: #FFFFFF; }
      .top-bar-section ul li > button.secondary {
        background-color: #e7e7e7;
        border-color: #b9b9b9;
        color: #333333; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #b9b9b9; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #333333; }
      .top-bar-section ul li > button.success {
        background-color: #43AC6A;
        border-color: #368a55;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #368a55; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.alert {
        background-color: #f04124;
        border-color: #cf2a0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #cf2a0e; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.warning {
        background-color: #f08a24;
        border-color: #cf6e0e;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #cf6e0e; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.info {
        background-color: #a0d3e8;
        border-color: #61b6d9;
        color: #333333; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          background-color: #61b6d9; }
        .top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      color: #FFFFFF;
      background: #222222; }
    .top-bar-section ul li.active > a {
      background: #EBB50E;
      color: #FFFFFF; }
      .top-bar-section ul li.active > a:hover {
        background: #ca9c0c;
        color: #FFFFFF; }
  .top-bar-section .has-form {
    padding: 0.9375rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      border: inset 5px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 0.9375rem;
      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 {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        display: block;
        position: absolute !important;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
    padding: 0;
    position: absolute;
    top: 0;
    z-index: 99;
    left: 100%; }
    .top-bar-section .dropdown li {
      height: auto;
      width: 100%; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 0.9375rem; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
        margin-bottom: 0;
        margin-top: 0;
        font-size: 1.125rem; }
        .top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
          color: #FFFFFF;
          display: block; }
          .top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
            background: none; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 0.9375rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.625rem;
      font-weight: bold;
      margin-bottom: 0;
      padding: 8px 0.9375rem 2px;
      text-transform: uppercase; }

.js-generated {
  display: block; }

@media only screen and (min-width: 40.0625em) {
  .top-bar {
    background: #333333;
    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,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.53125rem; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 62.5rem; }
  .top-bar-section {
    -webkit-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #222222;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #333333;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #222222; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #EBB50E;
      color: #FFFFFF;
      line-height: 2.8125rem;
      padding: 0 0.9375rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #ca9c0c;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.1875rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.40625rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #FFFFFF;
        line-height: 2.8125rem;
        padding: 12px 0.9375rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333333;
        color: #FFFFFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #FFFFFF;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 2.8125rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      height: 2.8125rem;
      padding: 0 0.9375rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #EBB50E;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !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; }

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }
  .small-only-text-right {
    text-align: right !important; }
  .small-only-text-center {
    text-align: center !important; }
  .small-only-text-justify {
    text-align: justify !important; } }

@media only screen {
  .small-text-left {
    text-align: left !important; }
  .small-text-right {
    text-align: right !important; }
  .small-text-center {
    text-align: center !important; }
  .small-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) and (max-width: 70em) {
  .medium-only-text-left {
    text-align: left !important; }
  .medium-only-text-right {
    text-align: right !important; }
  .medium-only-text-center {
    text-align: center !important; }
  .medium-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important; }
  .medium-text-right {
    text-align: right !important; }
  .medium-text-center {
    text-align: center !important; }
  .medium-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 70.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }
  .large-only-text-right {
    text-align: right !important; }
  .large-only-text-center {
    text-align: center !important; }
  .large-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 70.0625em) {
  .large-text-left {
    text-align: left !important; }
  .large-text-right {
    text-align: right !important; }
  .large-text-center {
    text-align: center !important; }
  .large-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }
  .xlarge-only-text-right {
    text-align: right !important; }
  .xlarge-only-text-center {
    text-align: center !important; }
  .xlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important; }
  .xlarge-text-right {
    text-align: right !important; }
  .xlarge-text-center {
    text-align: center !important; }
  .xlarge-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important; }
  .xxlarge-only-text-right {
    text-align: right !important; }
  .xxlarge-only-text-center {
    text-align: center !important; }
  .xxlarge-only-text-justify {
    text-align: justify !important; } }

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important; }
  .xxlarge-text-right {
    text-align: right !important; }
  .xxlarge-text-center {
    text-align: center !important; }
  .xxlarge-text-justify {
    text-align: justify !important; } }

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

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

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

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  color: #222222;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    color: #6f6f6f;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

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

/* 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 {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

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

ul {
  margin-left: 1.1rem; }

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

ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }

ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }

ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }

ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }

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

.no-bullet {
  list-style-type: none;
  margin-left: 0; }
  .no-bullet li ul,
  .no-bullet li ol {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none; }

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

dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help; }

abbr {
  text-transform: none; }
  abbr[title] {
    border-bottom: 1px dotted #DDDDDD; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    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.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }

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

@media only screen and (min-width: 40.0625em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }
  h1 {
    font-size: 2.75rem; }
  h2 {
    font-size: 2.3125rem; }
  h3 {
    font-size: 1.6875rem; }
  h4 {
    font-size: 1.4375rem; }
  h5 {
    font-size: 1.125rem; }
  h6 {
    font-size: 1rem; } }

/*
       * 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)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
            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 #999999;
    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.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left, .off-canvas-wrap.move-bottom, .off-canvas-wrap.move-top {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
    color: #FFFFFF;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  .tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
    font-size: 1.125rem; }

.left-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  height: 2.8125rem;
  position: absolute;
  top: 0;
  width: 2.8125rem;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  height: 2.8125rem;
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  top: 0; }
  .tab-bar-section.left {
    text-align: left; }
  .tab-bar-section.right {
    text-align: right; }
  .tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  .tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  .tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 2.8125rem;
  padding: 0;
  position: relative;
  text-indent: 2.1875rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  width: 2.8125rem; }
  .tab-bar .menu-icon span::after {
    content: "";
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
            box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1rem; }
  .tab-bar .menu-icon span:hover:after {
    -webkit-box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
            box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  top: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  top: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.top-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  height: 18.75rem; }
  .top-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.bottom-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  -webkit-transition: -webkit-transform 500ms ease 0s;
  transition: -webkit-transform 500ms ease 0s;
  transition: transform 500ms ease 0s;
  transition: transform 500ms ease 0s, -webkit-transform 500ms ease 0s;
  width: 15.625rem;
  z-index: 1001;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  height: 18.75rem; }
  .bottom-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.off-canvas-list li label {
    background: #444444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    display: block;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 0;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase; }
  ul.off-canvas-list li a {
    border-bottom: 1px solid #262626;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0.66667rem;
    -webkit-transition: background 300ms ease;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }
    ul.off-canvas-list li a:active {
      background: #242424; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  transform: translate3d(15.625rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate(-15.625rem, 0);
  transform: translate3d(-15.625rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-top > .inner-wrap {
  -webkit-transform: translate3d(0, -18.75rem, 0);
  -ms-transform: translate(0, -18.75rem);
  transform: translate3d(0, -18.75rem, 0); }

.move-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-bottom > .inner-wrap {
  -webkit-transform: translate3d(0, 18.75rem, 0);
  -ms-transform: translate(0, 18.75rem);
  transform: translate3d(0, 18.75rem, 0); }

.move-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .move-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu,
.offcanvas-overlap .top-off-canvas-menu, .offcanvas-overlap .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-top .bottom-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-top .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-top .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap-bottom .top-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  z-index: 1003; }

.offcanvas-overlap-bottom .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
          box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition: background 300ms ease;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(255, 255, 255, 0.2);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002; }
  @media only screen and (min-width: 40.0625em) {
    .offcanvas-overlap-bottom .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem; }

.no-csstransforms .top-off-canvas-menu {
  top: -18.75rem; }

.no-csstransforms .bottom-off-canvas-menu {
  bottom: -18.75rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.no-csstransforms .move-top > .inner-wrap {
  right: 18.75rem; }

.no-csstransforms .move-bottom > .inner-wrap {
  left: 18.75rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: .5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: .5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate(0%, 0);
    transform: translate3d(0%, 0, 0); }

.top-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, -100%, 0);
  -ms-transform: translate(0, -100%);
  transform: translate3d(0, -100%, 0);
  top: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .top-submenu * {
    -webkit-backface-visibility: hidden; }
  .top-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .top-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .top-submenu.move-bottom, .top-submenu.offcanvas-overlap-bottom, .top-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    transform: translate3d(0, 0%, 0); }

.bottom-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: #333333;
  bottom: 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 15.625rem;
  height: 18.75rem;
  z-index: 1002;
  -webkit-transform: translate3d(0, 100%, 0);
  -ms-transform: translate(0, 100%);
  transform: translate3d(0, 100%, 0);
  bottom: 0;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease; }
  .bottom-submenu * {
    -webkit-backface-visibility: hidden; }
  .bottom-submenu .back > a {
    background: #444;
    border-bottom: none;
    border-top: 1px solid #5e5e5e;
    color: #999999;
    font-weight: bold;
    padding: 0.3rem 0.9375rem;
    text-transform: uppercase;
    margin: 0; }
    .bottom-submenu .back > a:hover {
      background: #303030;
      border-bottom: none;
      border-top: 1px solid #5e5e5e; }
  .bottom-submenu.move-top, .bottom-submenu.offcanvas-overlap-top, .bottom-submenu.offcanvas-overlap {
    -webkit-transform: translate3d(0, 0%, 0);
    -ms-transform: translate(0, 0%);
    transform: translate3d(0, 0%, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .5rem;
  display: inline; }

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* medium displays */
@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* large displays */
@media only screen and (min-width: 70.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xlarge displays */
@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important; } }

/* xxlarge displays */
@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important; }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important; }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px; }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important; }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important; }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important; }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row; }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-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 visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important; }

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 visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important; }
  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 visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important; }
  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 visibility for tables */
table.hide-for-touch {
  display: table !important; }

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

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

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }
  .show-on-focus:focus, .show-on-focus:active {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto; }

/* Print visibility */
.print-only,
.show-for-print {
  display: none !important; }

@media print {
  .print-only,
  .show-for-print {
    display: block !important; }
  .hide-on-print,
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; } }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }
  .slinky-menu > ul {
    left: 0;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
  .slinky-menu ul,
  .slinky-menu li {
    list-style: none;
    margin: 0; }
  .slinky-menu ul {
    width: 100%; }
  .slinky-menu a {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .slinky-menu a span {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      line-height: 1.4; }
  .slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0; }
  .slinky-menu .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .slinky-menu .header .title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      line-height: 1.4;
      margin: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }

.slinky-theme-default {
  background: #f6f7f8; }
  .slinky-theme-default .title {
    color: #333;
    padding: 1em; }
  .slinky-theme-default li {
    line-height: 1; }
  .slinky-theme-default a:not(.back) {
    color: #333;
    padding: 1em; }
    .slinky-theme-default a:not(.back):hover {
      background: rgba(90, 200, 250, 0.25); }
    .slinky-theme-default a:not(.back):active {
      background: rgba(90, 200, 250, 0.5); }
  .slinky-theme-default .next::after,
  .slinky-theme-default .back::before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+ICAgIDxwYXRoIGQ9Ik0xMi4yMTkgMi4yODFMMTAuNzggMy43MiAxOC4wNjIgMTFIMnYyaDE2LjA2M2wtNy4yODIgNy4yODEgMS40MzggMS40MzggOS05IC42ODctLjcxOS0uNjg3LS43MTl6IiAvPjwvc3ZnPg==) center no-repeat;
    background-size: 1em;
    content: '';
    height: 1em;
    opacity: 0.25;
    -webkit-transition: 200ms;
    transition: 200ms;
    width: 1em; }
  .slinky-theme-default .next::after {
    margin-left: 1em; }
  .slinky-theme-default .back::before {
    padding: 1em;
    -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1); }
  .slinky-theme-default .next:hover::after,
  .slinky-theme-default .back:hover::before {
    opacity: 0.75; }
  .slinky-theme-default .next:active::after,
  .slinky-theme-default .back:active::before {
    opacity: 1; }

body[data-aos-duration='50'] [data-aos], [data-aos][data-aos][data-aos-duration='50'] {
  -webkit-transition-duration: 50ms;
          transition-duration: 50ms; }

body[data-aos-delay='50'] [data-aos], [data-aos][data-aos][data-aos-delay='50'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='50'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='50'].aos-animate {
    -webkit-transition-delay: 50ms;
            transition-delay: 50ms; }

body[data-aos-duration='100'] [data-aos], [data-aos][data-aos][data-aos-duration='100'] {
  -webkit-transition-duration: 100ms;
          transition-duration: 100ms; }

body[data-aos-delay='100'] [data-aos], [data-aos][data-aos][data-aos-delay='100'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='100'].aos-animate {
    -webkit-transition-delay: 100ms;
            transition-delay: 100ms; }

body[data-aos-duration='150'] [data-aos], [data-aos][data-aos][data-aos-duration='150'] {
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms; }

body[data-aos-delay='150'] [data-aos], [data-aos][data-aos][data-aos-delay='150'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='150'].aos-animate {
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms; }

body[data-aos-duration='200'] [data-aos], [data-aos][data-aos][data-aos-duration='200'] {
  -webkit-transition-duration: 200ms;
          transition-duration: 200ms; }

body[data-aos-delay='200'] [data-aos], [data-aos][data-aos][data-aos-delay='200'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='200'].aos-animate {
    -webkit-transition-delay: 200ms;
            transition-delay: 200ms; }

body[data-aos-duration='250'] [data-aos], [data-aos][data-aos][data-aos-duration='250'] {
  -webkit-transition-duration: 250ms;
          transition-duration: 250ms; }

body[data-aos-delay='250'] [data-aos], [data-aos][data-aos][data-aos-delay='250'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='250'].aos-animate {
    -webkit-transition-delay: 250ms;
            transition-delay: 250ms; }

body[data-aos-duration='300'] [data-aos], [data-aos][data-aos][data-aos-duration='300'] {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms; }

body[data-aos-delay='300'] [data-aos], [data-aos][data-aos][data-aos-delay='300'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='300'].aos-animate {
    -webkit-transition-delay: 300ms;
            transition-delay: 300ms; }

body[data-aos-duration='350'] [data-aos], [data-aos][data-aos][data-aos-duration='350'] {
  -webkit-transition-duration: 350ms;
          transition-duration: 350ms; }

body[data-aos-delay='350'] [data-aos], [data-aos][data-aos][data-aos-delay='350'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='350'].aos-animate {
    -webkit-transition-delay: 350ms;
            transition-delay: 350ms; }

body[data-aos-duration='400'] [data-aos], [data-aos][data-aos][data-aos-duration='400'] {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms; }

body[data-aos-delay='400'] [data-aos], [data-aos][data-aos][data-aos-delay='400'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='400'].aos-animate {
    -webkit-transition-delay: 400ms;
            transition-delay: 400ms; }

body[data-aos-duration='450'] [data-aos], [data-aos][data-aos][data-aos-duration='450'] {
  -webkit-transition-duration: 450ms;
          transition-duration: 450ms; }

body[data-aos-delay='450'] [data-aos], [data-aos][data-aos][data-aos-delay='450'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='450'].aos-animate {
    -webkit-transition-delay: 450ms;
            transition-delay: 450ms; }

body[data-aos-duration='500'] [data-aos], [data-aos][data-aos][data-aos-duration='500'] {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms; }

body[data-aos-delay='500'] [data-aos], [data-aos][data-aos][data-aos-delay='500'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='500'].aos-animate {
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms; }

body[data-aos-duration='550'] [data-aos], [data-aos][data-aos][data-aos-duration='550'] {
  -webkit-transition-duration: 550ms;
          transition-duration: 550ms; }

body[data-aos-delay='550'] [data-aos], [data-aos][data-aos][data-aos-delay='550'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='550'].aos-animate {
    -webkit-transition-delay: 550ms;
            transition-delay: 550ms; }

body[data-aos-duration='600'] [data-aos], [data-aos][data-aos][data-aos-duration='600'] {
  -webkit-transition-duration: 600ms;
          transition-duration: 600ms; }

body[data-aos-delay='600'] [data-aos], [data-aos][data-aos][data-aos-delay='600'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='600'].aos-animate {
    -webkit-transition-delay: 600ms;
            transition-delay: 600ms; }

body[data-aos-duration='650'] [data-aos], [data-aos][data-aos][data-aos-duration='650'] {
  -webkit-transition-duration: 650ms;
          transition-duration: 650ms; }

body[data-aos-delay='650'] [data-aos], [data-aos][data-aos][data-aos-delay='650'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='650'].aos-animate {
    -webkit-transition-delay: 650ms;
            transition-delay: 650ms; }

body[data-aos-duration='700'] [data-aos], [data-aos][data-aos][data-aos-duration='700'] {
  -webkit-transition-duration: 700ms;
          transition-duration: 700ms; }

body[data-aos-delay='700'] [data-aos], [data-aos][data-aos][data-aos-delay='700'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='700'].aos-animate {
    -webkit-transition-delay: 700ms;
            transition-delay: 700ms; }

body[data-aos-duration='750'] [data-aos], [data-aos][data-aos][data-aos-duration='750'] {
  -webkit-transition-duration: 750ms;
          transition-duration: 750ms; }

body[data-aos-delay='750'] [data-aos], [data-aos][data-aos][data-aos-delay='750'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='750'].aos-animate {
    -webkit-transition-delay: 750ms;
            transition-delay: 750ms; }

body[data-aos-duration='800'] [data-aos], [data-aos][data-aos][data-aos-duration='800'] {
  -webkit-transition-duration: 800ms;
          transition-duration: 800ms; }

body[data-aos-delay='800'] [data-aos], [data-aos][data-aos][data-aos-delay='800'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='800'].aos-animate {
    -webkit-transition-delay: 800ms;
            transition-delay: 800ms; }

body[data-aos-duration='850'] [data-aos], [data-aos][data-aos][data-aos-duration='850'] {
  -webkit-transition-duration: 850ms;
          transition-duration: 850ms; }

body[data-aos-delay='850'] [data-aos], [data-aos][data-aos][data-aos-delay='850'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='850'].aos-animate {
    -webkit-transition-delay: 850ms;
            transition-delay: 850ms; }

body[data-aos-duration='900'] [data-aos], [data-aos][data-aos][data-aos-duration='900'] {
  -webkit-transition-duration: 900ms;
          transition-duration: 900ms; }

body[data-aos-delay='900'] [data-aos], [data-aos][data-aos][data-aos-delay='900'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='900'].aos-animate {
    -webkit-transition-delay: 900ms;
            transition-delay: 900ms; }

body[data-aos-duration='950'] [data-aos], [data-aos][data-aos][data-aos-duration='950'] {
  -webkit-transition-duration: 950ms;
          transition-duration: 950ms; }

body[data-aos-delay='950'] [data-aos], [data-aos][data-aos][data-aos-delay='950'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='950'].aos-animate {
    -webkit-transition-delay: 950ms;
            transition-delay: 950ms; }

body[data-aos-duration='1000'] [data-aos], [data-aos][data-aos][data-aos-duration='1000'] {
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms; }

body[data-aos-delay='1000'] [data-aos], [data-aos][data-aos][data-aos-delay='1000'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1000'].aos-animate {
    -webkit-transition-delay: 1000ms;
            transition-delay: 1000ms; }

body[data-aos-duration='1050'] [data-aos], [data-aos][data-aos][data-aos-duration='1050'] {
  -webkit-transition-duration: 1050ms;
          transition-duration: 1050ms; }

body[data-aos-delay='1050'] [data-aos], [data-aos][data-aos][data-aos-delay='1050'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1050'].aos-animate {
    -webkit-transition-delay: 1050ms;
            transition-delay: 1050ms; }

body[data-aos-duration='1100'] [data-aos], [data-aos][data-aos][data-aos-duration='1100'] {
  -webkit-transition-duration: 1100ms;
          transition-duration: 1100ms; }

body[data-aos-delay='1100'] [data-aos], [data-aos][data-aos][data-aos-delay='1100'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1100'].aos-animate {
    -webkit-transition-delay: 1100ms;
            transition-delay: 1100ms; }

body[data-aos-duration='1150'] [data-aos], [data-aos][data-aos][data-aos-duration='1150'] {
  -webkit-transition-duration: 1150ms;
          transition-duration: 1150ms; }

body[data-aos-delay='1150'] [data-aos], [data-aos][data-aos][data-aos-delay='1150'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1150'].aos-animate {
    -webkit-transition-delay: 1150ms;
            transition-delay: 1150ms; }

body[data-aos-duration='1200'] [data-aos], [data-aos][data-aos][data-aos-duration='1200'] {
  -webkit-transition-duration: 1200ms;
          transition-duration: 1200ms; }

body[data-aos-delay='1200'] [data-aos], [data-aos][data-aos][data-aos-delay='1200'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1200'].aos-animate {
    -webkit-transition-delay: 1200ms;
            transition-delay: 1200ms; }

body[data-aos-duration='1250'] [data-aos], [data-aos][data-aos][data-aos-duration='1250'] {
  -webkit-transition-duration: 1250ms;
          transition-duration: 1250ms; }

body[data-aos-delay='1250'] [data-aos], [data-aos][data-aos][data-aos-delay='1250'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1250'].aos-animate {
    -webkit-transition-delay: 1250ms;
            transition-delay: 1250ms; }

body[data-aos-duration='1300'] [data-aos], [data-aos][data-aos][data-aos-duration='1300'] {
  -webkit-transition-duration: 1300ms;
          transition-duration: 1300ms; }

body[data-aos-delay='1300'] [data-aos], [data-aos][data-aos][data-aos-delay='1300'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1300'].aos-animate {
    -webkit-transition-delay: 1300ms;
            transition-delay: 1300ms; }

body[data-aos-duration='1350'] [data-aos], [data-aos][data-aos][data-aos-duration='1350'] {
  -webkit-transition-duration: 1350ms;
          transition-duration: 1350ms; }

body[data-aos-delay='1350'] [data-aos], [data-aos][data-aos][data-aos-delay='1350'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1350'].aos-animate {
    -webkit-transition-delay: 1350ms;
            transition-delay: 1350ms; }

body[data-aos-duration='1400'] [data-aos], [data-aos][data-aos][data-aos-duration='1400'] {
  -webkit-transition-duration: 1400ms;
          transition-duration: 1400ms; }

body[data-aos-delay='1400'] [data-aos], [data-aos][data-aos][data-aos-delay='1400'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1400'].aos-animate {
    -webkit-transition-delay: 1400ms;
            transition-delay: 1400ms; }

body[data-aos-duration='1450'] [data-aos], [data-aos][data-aos][data-aos-duration='1450'] {
  -webkit-transition-duration: 1450ms;
          transition-duration: 1450ms; }

body[data-aos-delay='1450'] [data-aos], [data-aos][data-aos][data-aos-delay='1450'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1450'].aos-animate {
    -webkit-transition-delay: 1450ms;
            transition-delay: 1450ms; }

body[data-aos-duration='1500'] [data-aos], [data-aos][data-aos][data-aos-duration='1500'] {
  -webkit-transition-duration: 1500ms;
          transition-duration: 1500ms; }

body[data-aos-delay='1500'] [data-aos], [data-aos][data-aos][data-aos-delay='1500'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1500'].aos-animate {
    -webkit-transition-delay: 1500ms;
            transition-delay: 1500ms; }

body[data-aos-duration='1550'] [data-aos], [data-aos][data-aos][data-aos-duration='1550'] {
  -webkit-transition-duration: 1550ms;
          transition-duration: 1550ms; }

body[data-aos-delay='1550'] [data-aos], [data-aos][data-aos][data-aos-delay='1550'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1550'].aos-animate {
    -webkit-transition-delay: 1550ms;
            transition-delay: 1550ms; }

body[data-aos-duration='1600'] [data-aos], [data-aos][data-aos][data-aos-duration='1600'] {
  -webkit-transition-duration: 1600ms;
          transition-duration: 1600ms; }

body[data-aos-delay='1600'] [data-aos], [data-aos][data-aos][data-aos-delay='1600'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1600'].aos-animate {
    -webkit-transition-delay: 1600ms;
            transition-delay: 1600ms; }

body[data-aos-duration='1650'] [data-aos], [data-aos][data-aos][data-aos-duration='1650'] {
  -webkit-transition-duration: 1650ms;
          transition-duration: 1650ms; }

body[data-aos-delay='1650'] [data-aos], [data-aos][data-aos][data-aos-delay='1650'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1650'].aos-animate {
    -webkit-transition-delay: 1650ms;
            transition-delay: 1650ms; }

body[data-aos-duration='1700'] [data-aos], [data-aos][data-aos][data-aos-duration='1700'] {
  -webkit-transition-duration: 1700ms;
          transition-duration: 1700ms; }

body[data-aos-delay='1700'] [data-aos], [data-aos][data-aos][data-aos-delay='1700'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1700'].aos-animate {
    -webkit-transition-delay: 1700ms;
            transition-delay: 1700ms; }

body[data-aos-duration='1750'] [data-aos], [data-aos][data-aos][data-aos-duration='1750'] {
  -webkit-transition-duration: 1750ms;
          transition-duration: 1750ms; }

body[data-aos-delay='1750'] [data-aos], [data-aos][data-aos][data-aos-delay='1750'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1750'].aos-animate {
    -webkit-transition-delay: 1750ms;
            transition-delay: 1750ms; }

body[data-aos-duration='1800'] [data-aos], [data-aos][data-aos][data-aos-duration='1800'] {
  -webkit-transition-duration: 1800ms;
          transition-duration: 1800ms; }

body[data-aos-delay='1800'] [data-aos], [data-aos][data-aos][data-aos-delay='1800'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1800'].aos-animate {
    -webkit-transition-delay: 1800ms;
            transition-delay: 1800ms; }

body[data-aos-duration='1850'] [data-aos], [data-aos][data-aos][data-aos-duration='1850'] {
  -webkit-transition-duration: 1850ms;
          transition-duration: 1850ms; }

body[data-aos-delay='1850'] [data-aos], [data-aos][data-aos][data-aos-delay='1850'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1850'].aos-animate {
    -webkit-transition-delay: 1850ms;
            transition-delay: 1850ms; }

body[data-aos-duration='1900'] [data-aos], [data-aos][data-aos][data-aos-duration='1900'] {
  -webkit-transition-duration: 1900ms;
          transition-duration: 1900ms; }

body[data-aos-delay='1900'] [data-aos], [data-aos][data-aos][data-aos-delay='1900'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1900'].aos-animate {
    -webkit-transition-delay: 1900ms;
            transition-delay: 1900ms; }

body[data-aos-duration='1950'] [data-aos], [data-aos][data-aos][data-aos-duration='1950'] {
  -webkit-transition-duration: 1950ms;
          transition-duration: 1950ms; }

body[data-aos-delay='1950'] [data-aos], [data-aos][data-aos][data-aos-delay='1950'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='1950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='1950'].aos-animate {
    -webkit-transition-delay: 1950ms;
            transition-delay: 1950ms; }

body[data-aos-duration='2000'] [data-aos], [data-aos][data-aos][data-aos-duration='2000'] {
  -webkit-transition-duration: 2000ms;
          transition-duration: 2000ms; }

body[data-aos-delay='2000'] [data-aos], [data-aos][data-aos][data-aos-delay='2000'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2000'].aos-animate {
    -webkit-transition-delay: 2000ms;
            transition-delay: 2000ms; }

body[data-aos-duration='2050'] [data-aos], [data-aos][data-aos][data-aos-duration='2050'] {
  -webkit-transition-duration: 2050ms;
          transition-duration: 2050ms; }

body[data-aos-delay='2050'] [data-aos], [data-aos][data-aos][data-aos-delay='2050'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2050'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2050'].aos-animate {
    -webkit-transition-delay: 2050ms;
            transition-delay: 2050ms; }

body[data-aos-duration='2100'] [data-aos], [data-aos][data-aos][data-aos-duration='2100'] {
  -webkit-transition-duration: 2100ms;
          transition-duration: 2100ms; }

body[data-aos-delay='2100'] [data-aos], [data-aos][data-aos][data-aos-delay='2100'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2100'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2100'].aos-animate {
    -webkit-transition-delay: 2100ms;
            transition-delay: 2100ms; }

body[data-aos-duration='2150'] [data-aos], [data-aos][data-aos][data-aos-duration='2150'] {
  -webkit-transition-duration: 2150ms;
          transition-duration: 2150ms; }

body[data-aos-delay='2150'] [data-aos], [data-aos][data-aos][data-aos-delay='2150'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2150'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2150'].aos-animate {
    -webkit-transition-delay: 2150ms;
            transition-delay: 2150ms; }

body[data-aos-duration='2200'] [data-aos], [data-aos][data-aos][data-aos-duration='2200'] {
  -webkit-transition-duration: 2200ms;
          transition-duration: 2200ms; }

body[data-aos-delay='2200'] [data-aos], [data-aos][data-aos][data-aos-delay='2200'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2200'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2200'].aos-animate {
    -webkit-transition-delay: 2200ms;
            transition-delay: 2200ms; }

body[data-aos-duration='2250'] [data-aos], [data-aos][data-aos][data-aos-duration='2250'] {
  -webkit-transition-duration: 2250ms;
          transition-duration: 2250ms; }

body[data-aos-delay='2250'] [data-aos], [data-aos][data-aos][data-aos-delay='2250'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2250'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2250'].aos-animate {
    -webkit-transition-delay: 2250ms;
            transition-delay: 2250ms; }

body[data-aos-duration='2300'] [data-aos], [data-aos][data-aos][data-aos-duration='2300'] {
  -webkit-transition-duration: 2300ms;
          transition-duration: 2300ms; }

body[data-aos-delay='2300'] [data-aos], [data-aos][data-aos][data-aos-delay='2300'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2300'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2300'].aos-animate {
    -webkit-transition-delay: 2300ms;
            transition-delay: 2300ms; }

body[data-aos-duration='2350'] [data-aos], [data-aos][data-aos][data-aos-duration='2350'] {
  -webkit-transition-duration: 2350ms;
          transition-duration: 2350ms; }

body[data-aos-delay='2350'] [data-aos], [data-aos][data-aos][data-aos-delay='2350'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2350'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2350'].aos-animate {
    -webkit-transition-delay: 2350ms;
            transition-delay: 2350ms; }

body[data-aos-duration='2400'] [data-aos], [data-aos][data-aos][data-aos-duration='2400'] {
  -webkit-transition-duration: 2400ms;
          transition-duration: 2400ms; }

body[data-aos-delay='2400'] [data-aos], [data-aos][data-aos][data-aos-delay='2400'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2400'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2400'].aos-animate {
    -webkit-transition-delay: 2400ms;
            transition-delay: 2400ms; }

body[data-aos-duration='2450'] [data-aos], [data-aos][data-aos][data-aos-duration='2450'] {
  -webkit-transition-duration: 2450ms;
          transition-duration: 2450ms; }

body[data-aos-delay='2450'] [data-aos], [data-aos][data-aos][data-aos-delay='2450'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2450'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2450'].aos-animate {
    -webkit-transition-delay: 2450ms;
            transition-delay: 2450ms; }

body[data-aos-duration='2500'] [data-aos], [data-aos][data-aos][data-aos-duration='2500'] {
  -webkit-transition-duration: 2500ms;
          transition-duration: 2500ms; }

body[data-aos-delay='2500'] [data-aos], [data-aos][data-aos][data-aos-delay='2500'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2500'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2500'].aos-animate {
    -webkit-transition-delay: 2500ms;
            transition-delay: 2500ms; }

body[data-aos-duration='2550'] [data-aos], [data-aos][data-aos][data-aos-duration='2550'] {
  -webkit-transition-duration: 2550ms;
          transition-duration: 2550ms; }

body[data-aos-delay='2550'] [data-aos], [data-aos][data-aos][data-aos-delay='2550'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2550'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2550'].aos-animate {
    -webkit-transition-delay: 2550ms;
            transition-delay: 2550ms; }

body[data-aos-duration='2600'] [data-aos], [data-aos][data-aos][data-aos-duration='2600'] {
  -webkit-transition-duration: 2600ms;
          transition-duration: 2600ms; }

body[data-aos-delay='2600'] [data-aos], [data-aos][data-aos][data-aos-delay='2600'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2600'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2600'].aos-animate {
    -webkit-transition-delay: 2600ms;
            transition-delay: 2600ms; }

body[data-aos-duration='2650'] [data-aos], [data-aos][data-aos][data-aos-duration='2650'] {
  -webkit-transition-duration: 2650ms;
          transition-duration: 2650ms; }

body[data-aos-delay='2650'] [data-aos], [data-aos][data-aos][data-aos-delay='2650'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2650'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2650'].aos-animate {
    -webkit-transition-delay: 2650ms;
            transition-delay: 2650ms; }

body[data-aos-duration='2700'] [data-aos], [data-aos][data-aos][data-aos-duration='2700'] {
  -webkit-transition-duration: 2700ms;
          transition-duration: 2700ms; }

body[data-aos-delay='2700'] [data-aos], [data-aos][data-aos][data-aos-delay='2700'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2700'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2700'].aos-animate {
    -webkit-transition-delay: 2700ms;
            transition-delay: 2700ms; }

body[data-aos-duration='2750'] [data-aos], [data-aos][data-aos][data-aos-duration='2750'] {
  -webkit-transition-duration: 2750ms;
          transition-duration: 2750ms; }

body[data-aos-delay='2750'] [data-aos], [data-aos][data-aos][data-aos-delay='2750'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2750'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2750'].aos-animate {
    -webkit-transition-delay: 2750ms;
            transition-delay: 2750ms; }

body[data-aos-duration='2800'] [data-aos], [data-aos][data-aos][data-aos-duration='2800'] {
  -webkit-transition-duration: 2800ms;
          transition-duration: 2800ms; }

body[data-aos-delay='2800'] [data-aos], [data-aos][data-aos][data-aos-delay='2800'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2800'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2800'].aos-animate {
    -webkit-transition-delay: 2800ms;
            transition-delay: 2800ms; }

body[data-aos-duration='2850'] [data-aos], [data-aos][data-aos][data-aos-duration='2850'] {
  -webkit-transition-duration: 2850ms;
          transition-duration: 2850ms; }

body[data-aos-delay='2850'] [data-aos], [data-aos][data-aos][data-aos-delay='2850'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2850'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2850'].aos-animate {
    -webkit-transition-delay: 2850ms;
            transition-delay: 2850ms; }

body[data-aos-duration='2900'] [data-aos], [data-aos][data-aos][data-aos-duration='2900'] {
  -webkit-transition-duration: 2900ms;
          transition-duration: 2900ms; }

body[data-aos-delay='2900'] [data-aos], [data-aos][data-aos][data-aos-delay='2900'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2900'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2900'].aos-animate {
    -webkit-transition-delay: 2900ms;
            transition-delay: 2900ms; }

body[data-aos-duration='2950'] [data-aos], [data-aos][data-aos][data-aos-duration='2950'] {
  -webkit-transition-duration: 2950ms;
          transition-duration: 2950ms; }

body[data-aos-delay='2950'] [data-aos], [data-aos][data-aos][data-aos-delay='2950'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='2950'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='2950'].aos-animate {
    -webkit-transition-delay: 2950ms;
            transition-delay: 2950ms; }

body[data-aos-duration='3000'] [data-aos], [data-aos][data-aos][data-aos-duration='3000'] {
  -webkit-transition-duration: 3000ms;
          transition-duration: 3000ms; }

body[data-aos-delay='3000'] [data-aos], [data-aos][data-aos][data-aos-delay='3000'] {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }
  body[data-aos-delay='3000'] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay='3000'].aos-animate {
    -webkit-transition-delay: 3000ms;
            transition-delay: 3000ms; }

[data-aos] {
  pointer-events: none; }
  [data-aos].aos-animate {
    pointer-events: auto; }

body[data-aos-easing="linear"] [data-aos], [data-aos][data-aos][data-aos-easing="linear"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
          transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75); }

body[data-aos-easing="ease"] [data-aos], [data-aos][data-aos][data-aos-easing="ease"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1); }

body[data-aos-easing="ease-in"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 1, 1); }

body[data-aos-easing="ease-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out"] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.58, 1); }

body[data-aos-easing="ease-in-out"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out"] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
          transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1); }

body[data-aos-easing="ease-in-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
          transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045); }

body[data-aos-easing="ease-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); }

body[data-aos-easing="ease-in-out-back"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

body[data-aos-easing="ease-in-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
          transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715); }

body[data-aos-easing="ease-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
          transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1); }

body[data-aos-easing="ease-in-out-sine"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
          transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95); }

body[data-aos-easing="ease-in-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quad"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-cubic"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

body[data-aos-easing="ease-in-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
          transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53); }

body[data-aos-easing="ease-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
          transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); }

body[data-aos-easing="ease-in-out-quart"] [data-aos], [data-aos][data-aos][data-aos-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
          transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955); }

@media screen {
  html:not(.no-js) {
    /**
    * Fade animations:
    * fade
    * fade-up, fade-down, fade-left, fade-right
    * fade-up-right, fade-up-left, fade-down-right, fade-down-left
    */
    /**
    * Zoom animations:
    * zoom-in, zoom-in-up, zoom-in-down, zoom-in-left, zoom-in-right
    * zoom-out, zoom-out-up, zoom-out-down, zoom-out-left, zoom-out-right
    */
    /**
    * Slide animations
    */
    /**
    * Flip animations:
    * flip-left, flip-right, flip-up, flip-down
    */ }
    html:not(.no-js) [data-aos^='fade'][data-aos^='fade'] {
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
      html:not(.no-js) [data-aos^='fade'][data-aos^='fade'].aos-animate {
        opacity: 1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; }
    html:not(.no-js) [data-aos='fade-up'] {
      -webkit-transform: translate3d(0, 100px, 0);
              transform: translate3d(0, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down'] {
      -webkit-transform: translate3d(0, -100px, 0);
              transform: translate3d(0, -100px, 0); }
    html:not(.no-js) [data-aos='fade-right'] {
      -webkit-transform: translate3d(-100px, 0, 0);
              transform: translate3d(-100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-left'] {
      -webkit-transform: translate3d(100px, 0, 0);
              transform: translate3d(100px, 0, 0); }
    html:not(.no-js) [data-aos='fade-up-right'] {
      -webkit-transform: translate3d(-100px, 100px, 0);
              transform: translate3d(-100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-up-left'] {
      -webkit-transform: translate3d(100px, 100px, 0);
              transform: translate3d(100px, 100px, 0); }
    html:not(.no-js) [data-aos='fade-down-right'] {
      -webkit-transform: translate3d(-100px, -100px, 0);
              transform: translate3d(-100px, -100px, 0); }
    html:not(.no-js) [data-aos='fade-down-left'] {
      -webkit-transform: translate3d(100px, -100px, 0);
              transform: translate3d(100px, -100px, 0); }
    html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'] {
      opacity: 0;
      -webkit-transition-property: opacity, -webkit-transform;
      transition-property: opacity, -webkit-transform;
      transition-property: opacity, transform;
      transition-property: opacity, transform, -webkit-transform; }
      html:not(.no-js) [data-aos^='zoom'][data-aos^='zoom'].aos-animate {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0) scale(1);
                transform: translate3d(0, 0, 0) scale(1); }
    html:not(.no-js) [data-aos='zoom-in'] {
      -webkit-transform: scale(0.6);
          -ms-transform: scale(0.6);
              transform: scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-up'] {
      -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
              transform: translate3d(0, 100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-down'] {
      -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
              transform: translate3d(0, -100px, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-right'] {
      -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
              transform: translate3d(-100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-in-left'] {
      -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
              transform: translate3d(100px, 0, 0) scale(0.6); }
    html:not(.no-js) [data-aos='zoom-out'] {
      -webkit-transform: scale(1.2);
          -ms-transform: scale(1.2);
              transform: scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-up'] {
      -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
              transform: translate3d(0, 100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-down'] {
      -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
              transform: translate3d(0, -100px, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-right'] {
      -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
              transform: translate3d(-100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos='zoom-out-left'] {
      -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
              transform: translate3d(100px, 0, 0) scale(1.2); }
    html:not(.no-js) [data-aos^='slide'][data-aos^='slide'] {
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      visibility: hidden; }
      html:not(.no-js) [data-aos^='slide'][data-aos^='slide'].aos-animate {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
    html:not(.no-js) [data-aos='slide-up'] {
      -webkit-transform: translate3d(0, 100%, 0);
              transform: translate3d(0, 100%, 0); }
    html:not(.no-js) [data-aos='slide-down'] {
      -webkit-transform: translate3d(0, -100%, 0);
              transform: translate3d(0, -100%, 0); }
    html:not(.no-js) [data-aos='slide-right'] {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); }
    html:not(.no-js) [data-aos='slide-left'] {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); }
    html:not(.no-js) [data-aos^='flip'][data-aos^='flip'] {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform; }
    html:not(.no-js) [data-aos='flip-left'] {
      -webkit-transform: perspective(2500px) rotateY(-100deg);
              transform: perspective(2500px) rotateY(-100deg); }
      html:not(.no-js) [data-aos='flip-left'].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
                transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-right'] {
      -webkit-transform: perspective(2500px) rotateY(100deg);
              transform: perspective(2500px) rotateY(100deg); }
      html:not(.no-js) [data-aos='flip-right'].aos-animate {
        -webkit-transform: perspective(2500px) rotateY(0);
                transform: perspective(2500px) rotateY(0); }
    html:not(.no-js) [data-aos='flip-up'] {
      -webkit-transform: perspective(2500px) rotateX(-100deg);
              transform: perspective(2500px) rotateX(-100deg); }
      html:not(.no-js) [data-aos='flip-up'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
                transform: perspective(2500px) rotateX(0); }
    html:not(.no-js) [data-aos='flip-down'] {
      -webkit-transform: perspective(2500px) rotateX(100deg);
              transform: perspective(2500px) rotateX(100deg); }
      html:not(.no-js) [data-aos='flip-down'].aos-animate {
        -webkit-transform: perspective(2500px) rotateX(0);
                transform: perspective(2500px) rotateX(0); } }

/* ================================ */
/* NOVA Directory Framwork
	Author: John Lewis, Jr.
	Version: 2.0.0
	Last Modified: April 12, 2017	*/
/* ================================ */
/* ================================ */
/* Color Scheme */
/* ================================ */
/* ================================ */
/* Icons */
/* ================================ */
/*
$nova-icon-arrow-down: "\e924"; // Arrow Down
$nova-icon-arrow-right: "\e906"; // Arrow Right
$nova-icon-back: "\e905"; // Back Arrow
$nova-icon-calendar-blank: "\f133"; // Calendar Blank
$nova-icon-calendar-check: "\f274"; // Calendar Check
$nova-icon-calendar-x: "\f273"; // Calendar X
$nova-icon-calendar: "\f073"; // Calendar
$nova-icon-caret-right: "\f0da"; // Caret Right
$nova-icon-chevron-down: "\f078"; // Chevron Down
$nova-icon-chevron-left: "\f053"; // Chevron Left
$nova-icon-chevron-right: "\f054"; // Chevron Right
$nova-icon-circle-x: "\f057"; // Circle X
$nova-icon-close: "\f00d"; // Close Icon
$nova-icon-download: "\f019"; // Download
$nova-icon-drop-down: "\f0d7"; // Caret Down
$nova-icon-duplicate: "\f0c5"; // Duplicate Icon
$nova-icon-edit: "\f040"; // Pencil
$nova-icon-email-empty: "\f003"; // Envelop Empty
$nova-icon-email-full: "\f0e0"; // Envelop Full
$nova-icon-empty-star: "\e922"; // Empty Star
$nova-icon-flag: "\f024"; // Flag Icon
$nova-icon-floorplan: "\f279"; // Map Icon
$nova-icon-forward: "\f101"; // Forward Arrow
$nova-icon-full-star: "\e923"; // Full Star
$nova-icon-grid: "\f009"; // Grid Icon
$nova-icon-home: "\f015"; // Home Icon
$nova-icon-image-edit: "\f044"; // Square Pencil
$nova-icon-info: "\f05a"; // Info Icon
$nova-icon-leads: "\f022"; // List Alt
$nova-icon-list: "\f03a"; // List Icon
$nova-icon-loader: "\f1ce"; // Spinner Icon
$nova-icon-map-pin: "\f041"; // Map Pin
$nova-icon-mic: "\f130"; // Mic Icon
$nova-icon-press-release: "\f1ea"; // Newspaper
$nova-icon-print: "\f02f"; // Print
$nova-icon-products: "\f291"; // Shopping Basket
$nova-icon-question: "\f059"; // ? Icon
$nova-icon-refresh: "\f021"; // Refresh Icon
$nova-icon-remove: "\f056"; // Circle Minus
$nova-icon-reply: "\f112"; // Reply
$nova-icon-search: "\f002"; // Search
$nova-icon-services: "\f12e"; // Puzzle
$nova-icon-settings: "\f013"; // Cog
$nova-icon-shopping-cart-add: "\f217"; // Shopping Cart Add
$nova-icon-shopping-cart: "\f07a"; // Shopping Cart
$nova-icon-social-share: "\f1e0"; // Share Icon
$nova-icon-subtask-complete: "\f05d"; // Empty Check
$nova-icon-task-completed: "\f058"; // Circle Check
$nova-icon-task-incomplete: "\f1db"; // Empty Circle
$nova-icon-task: "\f0ae"; // Task Icon
$nova-icon-thumbtack: "\f08d"; // Thumb Tack Icon
$nova-icon-toggle-close: "\f146"; // Square Minus Icon
$nova-icon-toggle-open: "\f0fe"; // Suare Plus Icon
$nova-icon-user-group: "\f0c0"; // User Group
$nova-icon-user: "\f007"; // User Profile
$nova-icon-videos: "\f03d"; // Video Camera
$nova-icon-view: "\f06e"; // Eye
$nova-icon-warning: "\f06a"; // Exclamation Circle Icon
$nova-icon-website: "\f0ac"; // Globe Icon
$nova-icon-lock: "\f023"; // Lock Icon

// Note: The \00a0 hex code is for a non-breaking space. DO NOT CHANGE IT.
$nova-icon-contact-dropdown: "\f0c0 \00a0 \f0e0 \00a0 \f133 \00a0 \f0d7"; // User Group, Envelope, Calendar, Caret Down


// DEFINE FILE TYPE ICONS
$nova-icon-doc: "\f1c2"; // Word Doc
$nova-icon-exe: "\f108"; // EXE File
$nova-icon-htm: "\f1c9"; // HTML File
$nova-icon-image: "\f1c5"; // Image File
$nova-icon-pdf: "\f1c1"; // PDF File
$nova-icon-ppt: "\f1c4"; // Powerpoint File
$nova-icon-txt: "\f0f6"; // Text File
$nova-icon-unknown: "\f016"; // Page Icon
$nova-icon-xls: "\f1c3"; // Excel File
$nova-icon-zip: "\f1c6"; // ZIP File

// DEFINE SOCIAL NETWORK ICONS
$nova-icon-google-plus: "\f0d5"; // Google+ Icon
$nova-icon-pinterest: "\f0d2"; // Pinterest Icon
$nova-icon-twitter: "\f099"; // Twitter Icon
$nova-icon-instagram: "\f16d"; // Instagram Icon
$nova-icon-qqspace: "\f1d6"; // QQ
$nova-icon-deviantart: "\f1bd"; // DeviantArt
$nova-icon-renren: "\f18b"; // RenRen
$nova-icon-vimeo: "\f27d"; // Vimeo
$nova-icon-wechat: "\f1d7"; // WeChat
$nova-icon-facebook: "\f230"; // Facebook
$nova-icon-xing: "\f168"; // Xing
$nova-icon-flickr: "\f16e"; // Flickr
$nova-icon-linkedin: "\f0e1"; // LinkedIn
$nova-icon-soundcloud: "\f1be"; // SoundCloud
$nova-icon-tumblr: "\f173"; // Tumblr
$nova-icon-youtube: "\f16a"; // YouTube
$nova-icon-webio: "\f18a"; // Webio
$nova-icon-viadeo: "\f2a9"; // Viadeo
$nova-icon-snapchat: "\f2ac"; // Snapchat

*/
/* ================================ */
/* Core */
/* ================================ */
/* ================================ */
/* Global */
/* ================================ */
/* ================================ */
/* Buttons */
/* ================================ */
/* ================================ */
/* UAB Top Bar */
/* ================================ */
/* ================================ */
/* Forms */
/* ================================ */
/* ================================ */
/* Search Results (Exhibitor List, Product Gallery & Sessions) */
/* ================================ */
/* ================================ */
/* Exhibitor Profile */
/* ================================ */
/* ================================ */
/* Product Profile */
/* ================================ */
/* ================================ */
/* Conference/Education Session */
/* ================================ */
/* ================================ */
/* Delegate Profile */
/* ================================ */
/* ================================ */
/* User Login */
/* ================================ */
/* ================================ */
/* User Registration */
/* ================================ */
/* ================================ */
/* User Profile */
/* ================================ */
/* ================================ */
/* Company Account Manager */
/* ================================ */
/* ================================ */
/* Calendar */
/* ================================ */
/* ================================ */
/* Inbox Messages */
/* ================================ */
/* ================================ */
/* Show Planner / Favorites */
/* ================================ */
/* ================================ */
/* Attendance Stats */
/* ================================ */
/* ==========================================
	Example Site Style CSS File
	Copy what you need :)
 ============================================ */
/* Requires Bourbon */
/* Example Site CSS (FOR TESTING ONLY - DO NOT USE) */
/* Helper CSS (FOR TESTING ONLY - DO NOT USE) */
/* NOVA Directory CSS */
/* Mixins
    Check to make sure these do not exist in your project already */
/* Icons
	General Icon styles with global icon variables */
/* Icon Variables */
.favourite.waiting .loader:before, .shortlist.waiting .loader:before, .top-bar-wrapper .uab-popup-waiting:before, #floorPlan .downloading-overlay:before, #standPopUp.waiting:before, .waiting .searchrequest-overlay:before, body.exhibitorProfile #productsSection .jcarousel-item-placeholder:before, .MagicZoomLoading:before, .MagicThumb-loader:before, body.productProfile .productCarousel .jcarousel-skin-nova-default .jcarousel-item-placeholder:before, #CompanyManagerLinkList.waiting:before, #appointmentCalendarContainer .loading .loadingOverlay:before, .attendance-statistics .waiting:before {
  -webkit-animation: nova-icon-spin 2s infinite linear;
          animation: nova-icon-spin 2s infinite linear; }

@-webkit-keyframes nova-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes nova-icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

.user-portal-icon, .user-portal-icon-block {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  line-height: 1; }

.a-removeicon-default:before {
  content: "";
  font-size: 1rem; }

.calendar-item-read-default:before {
  content: "";
  font-size: 1.5rem; }

.calendar-new-blue-default:before, .chevron-blue-default:before {
  content: "";
  font-size: 1rem; }

.chevron-blue-leftpointing:before {
  content: "";
  font-size: 1rem; }

.company-group-default:before {
  content: "";
  font-size: 1.5rem; }

.company-pressrelease-default:before {
  content: "";
  font-size: 1.5rem; }

.company-products-default:before {
  content: "";
  font-size: 1.5rem; }

.company-rvideos-default:before {
  content: "";
  font-size: 1.5rem; }

.company-socialmedia-profile-default:before {
  content: "";
  font-size: 1.5rem; }

.company-standsharers-default:before, .standsharer-default:before {
  content: "";
  font-size: 1.5rem; }

.download-default:before {
  content: "";
  font-size: 1rem; }

.edit-default:before {
  content: "";
  font-size: 1rem; }

.event-edition-drop-default:before {
  content: "";
  font-size: 0.625rem; }

.facet-search-icon:before {
  content: "";
  font-size: 1.5rem; }

.image-edit-default:before {
  content: "";
  font-size: 1rem; }

.leads-companylist-default:before {
  content: "";
  font-size: 1.5rem; }

.maintask-green-complete-default:before {
  content: "";
  color: #43AC6A !important;
  font-size: 1rem; }

.meeting-accepted-default:before, .meeting-accepted-new-info:before {
  content: "";
  font-size: 1.5rem; }

.meeting-declined-default:before {
  content: "";
  font-size: 1.5rem; }

.meeting-declined-new-info:before, .meeting-accepted-new-info:before {
  color: #EBB50E !important;
  font-size: 1.5rem; }

.message-new-defualt:before, .message-new-default:before, .utilitybelt-message-default:before {
  content: "";
  font-size: 1.5rem; }

.message-opened-default:before {
  content: "";
  font-size: 1.5rem; }

.message-repliedto-default:before {
  content: "";
  font-size: 1.5rem; }

.modal-closed-default:before {
  content: "";
  font-size: 0.625rem; }

.modal-open-default:before {
  content: "";
  font-size: 0.625rem; }

.print-default:before {
  content: "";
  font-size: 1.5rem; }

.services-default:before {
  content: "";
  font-size: 1.5rem; }

.settings-default:before {
  content: "";
  font-size: 1rem; }

.standsharer-default:before {
  font-size: 1rem; }

.subtask-complete-green-default:before {
  content: "";
  color: #43AC6A !important;
  font-size: 1rem; }

.task-companylist-default:before, .utilitybelt-tasks-default:before {
  content: "";
  font-size: 1rem; }

.task-notcomplete-default:before {
  content: "";
  font-size: 1rem; }

.utilitybelt-leads-default:before {
  content: "";
  font-size: 1.5rem; }

.utilitybelt-tasks-default:before {
  font-size: 1.5rem; }

.view-frontend:before {
  content: "";
  font-size: 1rem; }

/* Core
	/Css/Common/Core_v2_templated.css
	/Css/Fragments/Media/media_templated.css
	/Css/Fragments/Autocomplete/autocomplete_templated.css
	/Scripts/Libraries/Thickbox/thickbox.css */
/* Color Scheme Variables */
/* Core Variables */
/* Core Styles */
.media-object .media {
  float: left; }
  @media only screen and (max-width: 40em) {
    .media-object .media {
      float: none; } }
  .media-object .media img {
    display: block;
    background-color: #FFFFFF; }

.media-object .content .text {
  font-size: 0.875rem; }

.media-object .logo {
  margin: 0.8125rem 0 0.625rem 0.625rem; }

.media-object .icon {
  margin: 0 0.3125rem 0 0; }

.media-object-alt .media {
  float: right; }

.media-object-alt .logo {
  margin: 0.8125rem 0.625rem 0.625rem 0; }

.media-object-col .media, .media-object-col .media img {
  padding: 0.3125rem 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  float: none; }

.participatingCompany-media-object {
  margin: 0; }
  .participatingCompany-media-object .bd {
    padding: 0.625rem; }
  .participatingCompany-media-object .headline {
    font-weight: bold;
    margin-top: 0.3125rem; }
  .participatingCompany-media-object a.exhibitorMore {
    cursor: pointer; }
  .participatingCompany-media-object .full {
    display: none; }
  .participatingCompany-media-object h2.exhibitorName {
    color: #333333;
    font-size: 1.25rem;
    line-height: 1.875rem; }
  .participatingCompany-media-object ul.flags {
    margin-bottom: 0; }
    .participatingCompany-media-object ul.flags li {
      list-style: none;
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0.3125rem 0; }
    .participatingCompany-media-object ul.flags li img {
      display: block;
      float: left;
      margin-right: 0.3125rem; }
    .participatingCompany-media-object ul.flags li span {
      display: block;
      float: left;
      width: 88px; }

.package-upsellMessage-media-object .bd {
  margin-right: 0.625rem; }
  .package-upsellMessage-media-object .bd p, .package-upsellMessage-media-object .bd a {
    display: inline;
    margin-left: 0;
    margin-right: 0.3125rem; }

.maintenanceMode-media-object .media {
  width: 75px;
  height: 75px;
  background: transparent url("/images/75_75_maintenance_default.png") no-repeat right center; }

#sidebarRight .maintenanceMode-media-object .media,
#sidebarLeft .maintenanceMode-media-object .media,
.maintenanceMode-media-object-mini .media {
  width: 45px;
  height: 45px;
  background: transparent url("/images/45_45_maintenance_default.png") no-repeat right center; }

.ui-autocomplete {
  z-index: 301; }
  .ui-autocomplete .ui-menu-item .item-novaObject:before, .ui-autocomplete .ui-menu-item .item-extraData:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.3125rem; }
  .ui-autocomplete .ui-menu-item .item-novaObject:before {
    content: ""; }
  .ui-autocomplete .ui-menu-item .item-extraData:before {
    content: ""; }
  .ui-autocomplete .ui-menu-item a {
    padding-right: 1.25rem; }
  .ui-autocomplete .ui-menu-item a.ui-state-hover, .ui-autocomplete .ui-menu-item a.ui-state-active {
    background-image: none;
    background-color: gray;
    border-width: 0;
    margin-left: 0;
    margin-right: 0; }

.ui-autocomplete-match {
  font-weight: bold; }

.watermark {
  color: #999999; }

#TB_overlay {
  position: fixed;
  z-index: 9000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.TB_overlayMacFFBGHack {
  background: url(/Scripts/Libraries/Thickbox/macFFBgHack.png) repeat; }

.TB_overlayBG {
  background-color: #000000;
  opacity: 0.75; }

* html #TB_overlay {
  /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_window {
  position: fixed;
  background: #FFFFFF;
  z-index: 9999;
  color: #000000;
  display: none;
  border: 4px solid #404040;
  text-align: left;
  top: 50%;
  left: 50%; }
  @media only screen and (max-width: 40em) {
    #TB_window {
      margin: 0 !important;
      width: 100% !important;
      top: 10%;
      left: 0;
      height: 80% !important;
      overflow: auto; } }
  #TB_window img#TB_Image {
    display: block;
    margin: 0.9375rem 0 0 0; }

* html #TB_window {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_caption {
  height: 25px;
  padding: 0.4375rem 1.875rem 0.625rem 1.5625rem;
  float: left; }

#TB_closeWindow {
  height: 25px;
  padding: 0.6875rem 1.5625rem 0.625rem 0;
  float: right; }

#TB_closeAjaxWindow {
  padding: 0.4375rem 0.625rem 0.3125rem 0;
  margin-bottom: 1px;
  text-align: right;
  float: right; }

#TB_ajaxWindowTitle {
  float: left;
  padding: 0.4375rem 0 0.3125rem 0.625rem;
  margin-bottom: 1px; }

#TB_title {
  background-color: #EEEEEE;
  height: 27px; }

#TB_ajaxContent {
  clear: both;
  padding: 0.125rem 0.9375rem 0.9375rem 0.9375rem;
  overflow: auto;
  text-align: left;
  line-height: 1.4rem; }
  #TB_ajaxContent.TB_modal {
    padding: 0.9375rem; }
    @media only screen and (max-width: 40em) {
      #TB_ajaxContent.TB_modal {
        width: 100% !important; } }
  #TB_ajaxContent p {
    padding: 0.3125rem 0 0.3125rem 0; }

#TB_load {
  position: fixed;
  display: none;
  height: 13px;
  width: 208px;
  z-index: 9997;
  top: 50%;
  left: 50%;
  margin: -0.375rem 0 0 -6.5rem;
  /* -height/2 0 0 -width/2 */ }

* html #TB_load {
  /* ie6 hack */
  position: absolute;
  margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_HideSelect {
  z-index: 299;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  border: none;
  height: 100%;
  width: 100%;
  opacity: 0; }

* html #TB_HideSelect {
  /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_iframeContent {
  clear: both;
  border: none;
  margin-bottom: -1px;
  margin-top: 1px;
  _margin-bottom: 1px; }

.mod-content, .mod-content-alt, #profile-score, .mod-content-full-width {
  margin: 0 0 1.25rem 0;
  padding: 1.25rem;
  background-color: transparent;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.mod-content-alt, #profile-score {
  margin: 1.25rem 0;
  padding: 0.625rem;
  background-color: #EFEFEF; }

.mod-content-alt-outer-box {
  padding: 0; }

.mod-content-full-width {
  padding: 0.625rem;
  margin: 1.25rem 0; }

.mod-content-dashed {
  background-color: #EFEFEF;
  border: 1px dashed #CCCCCC; }

.mod-content-hover:hover, .mod-content-hover-alt:hover {
  background-color: #EFEFEF; }

@media only screen and (max-width: 40em) {
  .mod-actions {
    float: none; } }

.mod-actions-alt {
  margin-left: 1.25rem; }

.mod-action-text {
  margin: 0.3125rem; }

.mod-actions-icon-link {
  padding-left: 0.3125rem;
  font-size: 0.75rem; }

.mod-actions .button {
  margin: 0 0 0 0.625rem; }

.mod-actions-alt .button {
  margin: 0 0.625rem 0 0; }

.stand p {
  margin-right: 0.1875rem; }

.sharer-badge {
  background: none;
  width: 17px;
  height: 17px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.0625rem;
  display: inline-block;
  position: relative;
  top: 2px;
  color: #666666; }
  .sharer-badge:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""; }

.list-item-line {
  border-bottom: 1px solid #CCCCCC;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.625rem; }

.message-warning {
  background: #f7bd83;
  border: 1px solid #f08a24;
  padding: 0.3125rem; }

.body .company-account-badge-module h3 {
  margin-top: 0.3125rem; }

.list-module .mod {
  list-style: none; }
  .list-module .mod .body {
    padding: 0.625rem; }

.list-module-alt .mod {
  list-style: none;
  margin-bottom: 0.625rem; }

.media-object .content,
.media-object .footer {
  padding: 0 0.3125rem 0.3125rem 1.25rem; }
  .media-object .content::after,
  .media-object .footer::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 40em) {
    .media-object .content,
    .media-object .footer {
      padding: 0.625rem 0 0.3125rem 0;
      clear: both; } }

.media-action-module {
  margin: 0 0 1.25rem 0; }

.media-action-module .media-object {
  margin: 0;
  width: 75%;
  display: inline-block;
  float: left; }

.pseudo-media-object .media {
  margin-right: 1.25rem; }

.pseudo-media-object .content {
  margin-left: 2.75rem; }
  @media only screen and (max-width: 40em) {
    .pseudo-media-object .content {
      margin-left: 0; } }

.pseudo-media-object .jewel {
  text-align: center;
  position: absolute;
  margin-left: 10px;
  margin-top: -4px;
  padding: 0 1px;
  width: 18px; }

.media-action-module .content {
  border-left: 1px solid #CCCCCC; }

.media-action-module .title {
  color: #333333; }

.media-action-module .title-link {
  color: #EBB50E; }

#popupBox {
  padding: 1.25rem;
  text-align: center; }

.inner-attribute-container ol {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inner-attribute-container ol li.twoColumn {
    float: left;
    width: 49%; }
  .inner-attribute-container ol li.twocolumn span {
    display: block;
    width: 40%;
    float: left;
    margin-bottom: 5px; }
  .inner-attribute-container ol li.twocolumn span.label {
    font-weight: normal; }
  .inner-attribute-container ol li.keyvaluepair {
    float: none;
    display: inline; }
  .inner-attribute-container ol li.keyvaluepair span {
    display: inline; }

/* Buttons
	/Css/Common/Buttons_templated.css */
/* Button Variables */
/* Button Styles */
.button-flat, .button-text-flat, .favourite button:not(.webfontButton), .webfontButton, .top-bar-wrapper .toolbar-item-search #ctl00_uab_searchControl1_searchButton, .participatingCompany-badge #ctl00_centreContentPlaceHolder_badge_ctl00_lnkExhibitorProfile, #searchOptions .searchText .mainButton, #savedSearches .saveSearch a, #savedSearches .mySearches a, #savedSearches .login a {
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px; }

.mainButton {
  margin-right: 0.625rem;
  background-color: #EBB50E;
  color: #FFFFFF; }
  .mainButton:visited, .mainButton:hover {
    color: #FFFFFF; }
  .mainButton:hover {
    background-color: #d3a20d; }

.secondaryButton {
  background-color: #e7e7e7;
  color: #FFFFFF; }
  .secondaryButton:visited, .secondaryButton:hover {
    color: #FFFFFF; }
  .secondaryButton:hover {
    background-color: #dadada; }

.cancelButton {
  background-color: #222;
  color: #FFFFFF; }
  .cancelButton:visited, .cancelButton:hover {
    color: #FFFFFF; }
  .cancelButton:hover {
    background-color: #151515; }

.negativeButton {
  background-color: #f04124;
  color: #FFFFFF; }
  .negativeButton:visited, .negativeButton:hover {
    color: #FFFFFF; }
  .negativeButton:hover {
    background-color: #ea2f10; }

.favourite {
  position: relative; }
  .favourite button:not(.webfontButton) {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0 0 0.0625rem 0;
    background-color: #EBB50E;
    border-color: #bc910b;
    color: #FFFFFF;
    border-radius: 3px;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    width: 27px;
    height: 28px;
    font-size: 1rem;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    .favourite button:not(.webfontButton):hover, .favourite button:not(.webfontButton):focus {
      background-color: #bc910b; }
    .favourite button:not(.webfontButton):hover, .favourite button:not(.webfontButton):focus {
      color: #FFFFFF; }
    .favourite button:not(.webfontButton):before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .favourite.waiting button {
    opacity: 0; }
  .favourite.waiting .loader {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 10px;
    width: 16px;
    height: 16px;
    color: #EBB50E; }
  .favourite.waiting .loader:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: ""; }
  .favourite a {
    display: none; }

.favouriteOff button:not(.webfontButton):hover {
  background-color: #222; }
  .favouriteOff button:not(.webfontButton):hover:before {
    content: ""; }

.favouriteOn button:not(.webfontButton):before {
  content: ""; }

#standPopUp .secondaryButton, #standPopUp .button {
  font-size: 0.875rem;
  font-weight: bold; }

#standPopUp .mainButton {
  background-color: #43AC6A; }

#standPopUp .favourite button {
  background-color: #a0d3e8; }
  #standPopUp .favourite button:hover {
    background-color: #8bc9e3; }

#favouriteToolTip {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  width: 120px;
  padding: 0.125rem 0.3125rem;
  position: absolute;
  color: #222;
  font-size: 0.75rem;
  display: none;
  z-index: 9999;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); }

.iconButton:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  font-weight: normal;
  color: #FFFFFF; }

.iconAndTextButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
  font-size: 0.6875rem;
  background-color: #EFEFEF;
  border-color: #bfbfbf;
  color: #333333;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  font-size: 0.875rem;
  font-weight: normal;
  color: #222;
  text-transform: none; }
  .iconAndTextButton:hover, .iconAndTextButton:focus {
    background-color: #bfbfbf; }
  .iconAndTextButton:hover, .iconAndTextButton:focus {
    color: #333333; }
  .iconAndTextButton .buttonIcon {
    float: left;
    display: inline-block;
    margin-right: 0.3125rem; }

.fileTypeIcon li .iconButton span, .fileTypeIconLarge li .iconButton span {
  padding-left: 1rem; }

.fileTypeIcon li .filetype-doc:before, .fileTypeIconLarge li .filetype-doc:before {
  content: ""; }

.fileTypeIcon li .filetype-exe:before, .fileTypeIconLarge li .filetype-exe:before {
  content: ""; }

.fileTypeIcon li .filetype-htm:before, .fileTypeIconLarge li .filetype-htm:before {
  content: ""; }

.fileTypeIcon li .filetype-image:before, .fileTypeIconLarge li .filetype-image:before {
  content: ""; }

.fileTypeIcon li .filetype-pdf:before, .fileTypeIconLarge li .filetype-pdf:before {
  content: ""; }

.fileTypeIcon li .filetype-ppt:before, .fileTypeIconLarge li .filetype-ppt:before {
  content: ""; }

.fileTypeIcon li .filetype-txt:before, .fileTypeIconLarge li .filetype-txt:before {
  content: ""; }

.fileTypeIcon li .filetype-unknown:before, .fileTypeIconLarge li .filetype-unknown:before {
  content: ""; }

.fileTypeIcon li .filetype-xls:before, .fileTypeIconLarge li .filetype-xls:before {
  content: ""; }

.fileTypeIcon li .filetype-zip:before, .fileTypeIconLarge li .filetype-zip:before {
  content: ""; }

.fileTypeIconLarge li .iconButton {
  font-size: 4.6875rem; }
  .fileTypeIconLarge li .iconButton span {
    padding-left: 4.6875rem; }

.button-flat {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 0.0625rem 0;
  background-color: #EFEFEF;
  border-color: #bfbfbf;
  color: #333333;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #222;
  width: 27px;
  height: 28px;
  font-size: 1rem; }
  .button-flat:hover, .button-flat:focus {
    background-color: #bfbfbf; }
  .button-flat:hover, .button-flat:focus {
    color: #333333; }

.button-text-flat {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 0.0625rem 0;
  background-color: #EFEFEF;
  border-color: #bfbfbf;
  color: #333333;
  border-radius: 3px;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #222;
  font-size: 0.875rem; }
  .button-text-flat:hover, .button-text-flat:focus {
    background-color: #bfbfbf; }
  .button-text-flat:hover, .button-text-flat:focus {
    color: #333333; }

.button-text-flat-secondary {
  background-color: #222;
  color: #FFFFFF; }
  .button-text-flat-secondary:hover {
    background-color: #151515;
    color: #FFFFFF; }

.button-text-flat-contrast {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0 0 0.0625rem 0;
  background-color: #EBB50E;
  border-color: #bc910b;
  color: #FFFFFF;
  border-radius: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  color: #FFFFFF; }
  .button-text-flat-contrast:hover, .button-text-flat-contrast:focus {
    background-color: #bc910b; }
  .button-text-flat-contrast:hover, .button-text-flat-contrast:focus {
    color: #FFFFFF; }
  .button-text-flat-contrast:hover {
    background-color: #d3a20d;
    color: #FFFFFF; }

.button-flat-icon {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-indent: -9999px; }
  .button-flat-icon:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.button-flat-contact:before {
  content: ""; }

.button-flat-message:before {
  content: ""; }

.button-flat-meeting:before {
  content: ""; }

.dropdownButton {
  display: inline-block; }
  .dropdownButton .dropdownMainButton {
    min-width: 158px;
    border-radius: 3px 0 0 3px; }
  .dropdownButton .dropDown {
    margin-left: 1px;
    padding-left: 0.1875rem;
    padding-right: 0.1875rem;
    width: 32px;
    position: relative;
    border-radius: 0 3px 3px 0; }
    .dropdownButton .dropDown i {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -5px;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      font-size: 0.625rem;
      color: #FFFFFF; }
    .dropdownButton .dropDown i:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }
  .dropdownButton .popUpList .close {
    display: none; }
  .dropdownButton div.popUpList .button {
    border: 0;
    background: none;
    padding: 0.5rem;
    margin: 0;
    color: #000000;
    text-transform: none;
    min-width: 100%;
    text-align: left;
    font-size: 0.875rem;
    border-radius: 0; }
    .dropdownButton div.popUpList .button:hover {
      background-color: #FFFFFF; }

.favourite-book-session, .list li.favourite-book-session {
  color: #FFFFFF;
  padding: 0.3125rem;
  margin-bottom: 0.625rem; }
  .favourite-book-session .buttonText, .list li.favourite-book-session .buttonText {
    margin-top: 1px;
    vertical-align: middle;
    margin-left: 0.3125rem;
    margin-right: 0.125rem;
    min-width: 150px;
    display: inline-block; }
  .favourite-book-session .buttonIcon, .list li.favourite-book-session .buttonIcon {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 18px; }

.shortlist.waiting {
  opacity: 0; }
  .shortlist.waiting .loader {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 5px;
    width: 16px;
    height: 16px;
    color: #EBB50E; }
  .shortlist.waiting .loader:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: ""; }

.favourite-book-session-placeholder {
  display: block;
  width: 33px;
  height: 16px; }

.favourite-book-session-active.shortlist .buttonIcon:before {
  content: ""; }

.favourite-book-session-active.book.free .buttonIcon:before {
  content: ""; }

.favourite-book-session-active.book.paid .buttonIcon:before {
  content: ""; }

.favourite-book-session-selected.shortlist .buttonIcon:before {
  content: ""; }

.favourite-book-session-selected.book.free .buttonIcon:before {
  content: ""; }

.favourite-book-session-selected.book.paid .buttonIcon:before {
  content: ""; }

.favourite-book-session-disabled, .favourite-book-session-disabled:hover {
  opacity: 0.5; }
  .favourite-book-session-disabled.shortlist .buttonIcon:before, .favourite-book-session-disabled:hover.shortlist .buttonIcon:before {
    content: ""; }
  .favourite-book-session-disabled.book.free .buttonIcon:before, .favourite-book-session-disabled:hover.book.free .buttonIcon:before {
    content: ""; }
  .favourite-book-session-disabled.book.paid .buttonIcon:before, .favourite-book-session-disabled:hover.book.paid .buttonIcon:before {
    content: ""; }

.qtip a, .qtip-shortlist-book, .qtip-shortlist-book a {
  font-size: 0.8125rem;
  line-height: 1rem; }

/* Web Font Icon Buttons (NOVA 3.16) */
.webfontButton {
  color: #FFFFFF;
  background-color: #EBB50E;
  white-space: nowrap;
  padding: 0.625rem 0;
  display: inline-block;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  .webfontButton:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    margin: 0 0.625rem;
    vertical-align: middle;
    font-weight: bold; }
  .webfontButton > span {
    white-space: normal;
    width: 85%;
    margin: 0.125rem 0.25rem 0 0;
    display: inline-block;
    vertical-align: middle; }
  .actions .webfontButton {
    width: 100%;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .webfontButton:visited {
    color: #FFFFFF; }
  .webfontButton.login-action, .no-login .webfontButton {
    color: #FFFFFF;
    opacity: 0.5; }
  .webfontButton:hover {
    background-color: #d3a20d;
    color: #FFFFFF; }
  #searchResultsList .webfontButton {
    width: inherit; }
  #searchResultsList .webfontButton > span,
  #showPlannerFavourites .webfontButton > span,
  .listItemDetail .webfontButton > span,
  #participatingIndividualsList .webfontButton > span,
  .contact-selector .webfontButton > span {
    display: none !important; }
  .webfontButton.message-enquiry:before {
    content: ""; }
  .webfontButton.meeting:before {
    content: ""; }
  .webfontButton.download:before {
    content: ""; }
  .favourite .webfontButton:before {
    content: ""; }
  .webfontButton.contact-selector-dropdown:before {
    content: "   "; }
  .webfontButton.contact-selector-dropdown {
    width: auto; }
  .favouriteOn .webfontButton {
    background-color: #43AC6A;
    color: #FFFFFF; }
    .favouriteOn .webfontButton:before {
      content: ""; }
  .favouriteOn .webfontButton:hover {
    background-color: #3c9a5f;
    color: #FFFFFF; }
  .webfontButton.print-recommendations-button {
    white-space: normal !important; }

ul.buttonPanel {
  list-style: none; }
  ul.buttonPanel li {
    margin: 0.625rem 0; }
    ul.buttonPanel li button {
      width: 100%;
      text-align: left;
      padding-left: 0.625rem;
      padding-right: 0.625rem;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }

/* Global Styles
    Primarily from /Css/Common/Core_v2_templated.css
    /Css/Fragments/MultiLingual/MultiLingual.css */
/* Global Variables */
@media print {
  #footer, #sidebarRight, .top-bar-wrapper, #surveyContainer {
    display: none; }
  #wrapper {
    margin: 0;
    padding: 0; }
  a[href*="/"]:after, a[href*="/"]:visited:after {
    content: normal; } }

.clear {
  clear: both; }

.visuallyhidden {
  display: none; }

.wrapWhiteSpace {
  white-space: pre;
  white-space: -moz-pre-wrap;
  white-space: -hp-pre-wrap;
  white-space: -o-pre-wrap;
  white-space: -pre-wrap;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word; }

.jewel {
  background-color: #f04124;
  color: #FFFFFF;
  padding: 0.125rem;
  font-size: 0.75rem;
  font-weight: bold;
  border-radius: 50%; }

.no-border {
  border: none; }

.left-margin {
  margin-left: 0.625rem; }

.no-margin, .remove-margin--all {
  margin: 0; }

.float-left {
  float: left; }

.image-edit {
  position: relative; }

.image-edit-default {
  bottom: 0;
  display: block;
  position: absolute;
  right: 0;
  opacity: 0.75; }

.experience-degraded .small-panel-overlay,
.experience-degraded .small-panel-overlay {
  display: none; }

#languageSelector {
  float: left; }
  #languageSelector ul {
    margin: 0;
    list-style: none;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
    #languageSelector ul li {
      display: inline;
      padding: 0 0.3125rem 0 0; }
    #languageSelector ul li.last {
      border: 0; }
    #languageSelector ul li.flag.current {
      padding-left: 1.1875rem; }
    #languageSelector ul li.flag a {
      padding: 0 0 0 1.1875rem;
      color: #EBB50E; }
  #languageSelector .current span {
    font-size: 0.75rem;
    color: #333333; }

.flag {
  background: url("/Css/Common/images/flagImageSprite.gif") no-repeat top left;
  width: 15px; }

.flag-AU {
  background-position: 0 -30px; }

.flag-de {
  background-position: 0 -75px; }

.flag-es {
  background-position: 0 -120px; }

.flag-fi {
  background-position: 0 -165px; }

.flag-fr {
  background-position: 0 -210px; }

.flag-in {
  background-position: 0 -255px; }

.flag-nl {
  background-position: 0 -300px; }

.flag-no {
  background-position: 0 -345px; }

.flag-sa {
  background-position: 0 -390px; }

.flag-us {
  background-position: 0 -435px; }

.flag-ar-AE {
  background-position: 0 -480px; }

.flag-ar-EG {
  background-position: 0 -526px; }

.flag-ar-SA {
  background-position: 0 -572px; }

.flag-ar {
  background-position: 0 -618px; }

.flag-ca-ES {
  background-position: 0 -664px; }

.flag-ca {
  background-position: 0 -710px; }

.flag-cs-CZ {
  background-position: 0 -756px; }

.flag-cs {
  background-position: 0 -802px; }

.flag-da {
  background-position: 0 -848px; }

.flag-en-AU {
  background-position: 0 -893px; }

.flag-en-GB {
  background-position: 0 -939px; }

.flag-en-ZA {
  background-position: 0 -984px; }

.flag-en-nz {
  background-position: 0 -1029px; }

.flag-en {
  background-position: -166px -165px; }

.flag-en-US {
  background-position: 0 -1074px; }

.flag-hu-HU {
  background-position: 0 -1119px; }

.flag-hu {
  background-position: 0 -1165px; }

.flag-id {
  background-position: 0 -2124px; }

.flag-id-ID {
  background-position: 0 -2124px; }

.flag-it-IT {
  background-position: 0 -1211px; }

.flag-it {
  background-position: 0 -1257px; }

.flag-ja-JP {
  background-position: 0 -1303px; }

.flag-ja {
  background-position: 0 -1349px; }

.flag-ko-KR {
  background-position: 0 -1395px; }

.flag-ko {
  background-position: 0 -1441px; }

.flag-nl-BE {
  background-position: 0 -1487px; }

.flag-pl-PL {
  background-position: 0 -1532px; }

.flag-pl {
  background-position: 0 -1578px; }

.flag-pt-BR {
  background-position: 0 -1624px; }

.flag-pt-PT {
  background-position: 0 -1669px; }

.flag-pt {
  background-position: 0 -1715px; }

.flag-ru-RU {
  background-position: 0 -1761px; }

.flag-ru {
  background-position: 0 -1807px; }

.flag-sv {
  background-position: 0 -1853px; }

.flag-sk {
  background-position: 0 -2078px; }

.flag-th-TH {
  background-position: 0 -1988px; }

.flag-tr-TR {
  background-position: 0 -1898px; }

.flag-tr {
  background-position: 0 -1944px; }

.flag-vi {
  background-position: 0 -2031px; }

.flag-zh-CHS {
  background-position: -166px -30px; }

.flag-zh-CHT {
  background-position: -166px -76px; }

.flag-zh-CN {
  background-position: -166px -122px; }

.flag-zh-HK {
  /* Note zh-HK is a special case lang code that is being mapped to zh-CHT so has the same background-position*/
  background-position: -166px -76px; }

.novaObject-Comment {
  width: auto;
  clear: both;
  padding: 1.25rem;
  background-color: #EFEFEF;
  margin-bottom: 1.25rem; }
  .novaObject-Comment label {
    display: inline-block;
    margin-right: 0.625rem; }
  .novaObject-Comment .read {
    line-height: 1.5rem;
    padding-bottom: 0.3125rem; }
  .novaObject-Comment .date {
    display: block;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.25rem; }
  .novaObject-Comment .characterCounter {
    float: right; }
  .novaObject-Comment .save {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem;
    background-color: #EBB50E;
    border-color: #bc910b;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0;
    border-radius: 3px; }
    .novaObject-Comment .save:hover, .novaObject-Comment .save:focus {
      background-color: #bc910b; }
    .novaObject-Comment .save:hover, .novaObject-Comment .save:focus {
      color: #FFFFFF; }

.novaObject-Comment-Empty {
  background-color: transparent; }
  .novaObject-Comment-Empty label, .novaObject-Comment-Empty .characterCounter {
    display: none; }

.novaObject-Rating label {
  display: none; }

span.help {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: -9999px;
  color: #a0d3e8;
  position: relative;
  top: 2px;
  text-align: left;
  margin: 0.1875rem; }
  span.help:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: block;
    text-indent: 0;
    content: ""; }

a.document:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "";
  margin-right: 0.3125rem; }

a.document.txt:before {
  content: ""; }

a.document.pdf:before {
  content: ""; }

a.document.excel:before, a.document.xls:before, a.document.xlsx:before {
  content: ""; }

a.document.ppt:before, a.document.pps:before {
  content: ""; }

a.document.word:before, a.document.doc:before, a.document.docx:before {
  content: ""; }

a.document.zip:before {
  content: ""; }

a.document.htm:before, a.document.html:before {
  content: ""; }

a.document.jpg:before, a.document.gif:before, a.document.bmp:before, a.document.ico:before, a.document.png:before {
  content: ""; }

ul.documents li {
  margin: 0.3125rem 0; }
  ul.documents li a {
    font-size: 0.875rem; }

.documents .fileSize:before {
  content: "("; }

.documents .fileSize:after {
  content: ")"; }

/* Custom Object Profile */
body.customObjectProfile .customObjectContainer {
  clear: both; }

body.customObjectProfile .inner-attribute-container ul, body.customObjectProfile .inner-attribute-container ol {
  margin: 0;
  list-style: none;
  padding: 0; }

body.customObjectProfile .inner-attribute-container ul li {
  display: inline;
  padding-right: 0.3125rem;
  margin-right: 0.3125rem;
  font-size: 0.875rem;
  background: transparent url("/Css/common/images/list-seperator.gif") no-repeat scroll right center; }
  body.customObjectProfile .inner-attribute-container ul li.last {
    background: none; }

body.customObjectProfile .favourite, body.customObjectProfile .favourites .favourite {
  float: right; }

body.customObjectProfile .favourite {
  width: 100%; }

body.customObjectProfile .publishedDate {
  clear: left; }

ul.tablinks li.unavailable {
  opacity: 0.5;
  cursor: not-allowed; }
  ul.tablinks li.unavailable a {
    color: #999999; }

ul.mlLanguageSelector li a, ul.mlLanguageSelector li strong {
  font-size: 0.8125rem; }

ul.mlLanguageSelector a.unavailable {
  color: #999999; }

.mlContainer .mlContent {
  position: relative; }

.mlContainer h2.multilingualHeader {
  background-color: #EBB50E;
  margin: 0 0.625rem;
  padding: 0.625rem;
  color: #FFFFFF;
  font-size: 1.125rem; }

.mlContainer .mlEnableLanguage, .mlContainer .mlDisableLanguage {
  position: absolute;
  top: 5px;
  right: 18px; }

.mlContainer .mlDisableLanguage {
  top: -30;
  right: 18px; }

.mlLanguageSelector .flag, #mlHelperText .flag {
  padding-left: 1.1875rem; }

.mlHelperLink {
  width: 20px;
  height: 25px;
  overflow: hidden;
  margin-left: 0.9375rem;
  vertical-align: top; }
  .mlHelperLink:hover {
    text-decoration: none; }
  .mlHelperLink span {
    width: 20px;
    height: 30px;
    text-indent: -9999px;
    position: relative;
    font-size: 1.25rem;
    display: inline-block;
    vertical-align: top; }
    .mlHelperLink span:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      content: "";
      text-indent: 0;
      display: block; }

.mlDefaultLanguage .mlHelperLink {
  display: none; }

#mlHelperText {
  position: absolute;
  display: none;
  padding-top: 1.25rem; }
  #mlHelperText h3 {
    margin: 0 0 0.3125rem 0;
    font-size: 0.875rem;
    color: #222; }
  #mlHelperText .defaultContent {
    font-style: italic;
    min-height: 50px;
    max-height: 300px;
    overflow: auto; }
  #mlHelperText .flag {
    margin-left: 0.3125rem; }

#mlHelperContainer {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 0.3125rem;
  font-size: 0.75rem;
  color: #999999; }

/* .mlHelperTextClose {
    position:absolute;
    right:0;
    top:0;
    background:url("../../../Css/ExhibitorPortal/Common/Images/button_background_blue.gif") repeat-x left top #4B6BA0;
    color:#FFFFFF;
    padding:3px 5px;
    border:1px solid #4B6BA0;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-topright:3px;
    font-weight:bold;
    &:hover {
        text-decoration:none;
        background:#1e3667 url("../../../Css/ExhibitorPortal/Common/Images/button_background_blue_hover.gif") repeat-x top left;
    }
} */
.mlDisabledContent {
  border: 1px solid #CCCCCC;
  border-top: 0;
  border-bottom: 0;
  background-color: #EFEFEF;
  margin: 0 0.625rem 0.625rem 0.625rem;
  overflow: hidden; }
  .mlDisabledContent p {
    margin: 0;
    padding: 0.625rem; }

/* Recommendations RHC Widget */
#sidebarRight .recommended-items .grid > li {
  float: none;
  width: 100%;
  clear: both; }
  #sidebarRight .recommended-items .grid > li .logo {
    display: none; }

/* UAB Top Bar
	/Css/Common/uab_templated.css */
/* UAB Toolbar Variables */
/* UAB Toolbar Styles */
.top-bar-wrapper {
  width: 100%;
  height: 2.8125rem;
  background-color: #333333;
  position: fixed;
  z-index: 999;
  top: 0; }
  .top-bar-wrapper ul, .top-bar-wrapper li {
    margin: 0;
    padding: 0;
    list-style: none; }
    .top-bar-wrapper ul a, .top-bar-wrapper li a {
      text-decoration: none; }
  .top-bar-wrapper .top-bar {
    margin: 0 auto;
    max-width: 62.5rem;
    width: 100%; }
    .top-bar-wrapper .top-bar::after {
      clear: both;
      content: "";
      display: block; }
  .top-bar-wrapper .toolbar {
    position: relative; }
    .top-bar-wrapper .toolbar li {
      list-style: none; }
    .top-bar-wrapper .toolbar .date {
      display: block;
      font-size: 0.75rem;
      position: absolute;
      right: 10px;
      top: 10px; }
      @media only screen and (max-width: 40em) {
        .top-bar-wrapper .toolbar .date {
          position: static; } }
    .top-bar-wrapper .toolbar .name, .top-bar-wrapper .toolbar .subject {
      color: #EBB50E;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
    .top-bar-wrapper .toolbar .companyName, .top-bar-wrapper .toolbar .messageBody {
      font-size: 0.875rem;
      color: #222; }
    .top-bar-wrapper .toolbar .logo {
      position: absolute;
      top: 10px;
      left: 10px; }
    .top-bar-wrapper .toolbar .listitem span {
      display: block;
      margin: 0; }
  .top-bar-wrapper .toolbar-dock-left {
    float: left;
    width: auto; }
  .top-bar-wrapper .toolbar-dock-right {
    float: right;
    width: auto; }
  @media only screen and (max-width: 40em) {
    .top-bar-wrapper .toolbar-item-search {
      display: none; } }
  .top-bar-wrapper .toolbar-item-search #ctl00_uab_searchControl1_ctlAutoComplete_txtSearch {
    display: inline-block;
    margin-bottom: 0;
    padding: 0.3125rem;
    height: 26px;
    width: auto; }
  .top-bar-wrapper .toolbar-item-search #ctl00_uab_searchControl1_searchButton {
    padding: 0.3125rem;
    margin-bottom: 0; }
  .top-bar-wrapper .toolbar-item {
    display: inline-block;
    color: #FFFFFF;
    vertical-align: middle;
    zoom: 1;
    line-height: 2.1875rem;
    font-size: 0.875rem;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    .top-bar-wrapper .toolbar-item h2 {
      font-size: 0.75rem;
      font-weight: normal;
      line-height: 1rem;
      margin: 0.375rem 0.625rem -0.625rem 0.625rem;
      text-align: left;
      text-transform: uppercase; }
    .top-bar-wrapper .toolbar-item img {
      vertical-align: middle;
      width: 24px;
      height: 24px;
      margin-left: 0.3125rem;
      background-color: #FFFFFF;
      border-radius: 1000px; }
    .top-bar-wrapper .toolbar-item .uab-popup .noItems {
      background-color: #EFEFEF;
      margin: 1rem 0 0 0;
      padding: 0.625rem;
      text-align: left;
      line-height: 1rem; }
    .top-bar-wrapper .toolbar-item .links {
      border-top: 3px solid #333333; }
    .top-bar-wrapper .toolbar-item .links a {
      color: #EBB50E; }
    .top-bar-wrapper .toolbar-item .links .listitem {
      text-align: left;
      position: relative; }
    .top-bar-wrapper .toolbar-item .uab-popup .links .listitem .jewel {
      display: block;
      height: 16px;
      position: absolute;
      right: 36px;
      top: 50%;
      margin-top: -0.5rem;
      line-height: 0.75rem;
      color: #FFFFFF;
      padding: 0.125rem 0.3125rem; }
    .top-bar-wrapper .toolbar-item .links i {
      display: block;
      height: 18px;
      position: absolute;
      right: 10px;
      top: 50%;
      margin-top: -0.5625rem; }
  .top-bar-wrapper .toolbar-link {
    text-decoration: none;
    color: #FFFFFF;
    padding: 0 0.3125rem;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  @media only screen and (max-width: 40em) {
    .top-bar-wrapper .toolbar-item-profile span {
      display: none; } }
  .top-bar-wrapper .toolbar-button {
    text-align: center;
    width: 35px;
    height: 35px;
    text-decoration: none; }
    @media only screen and (min-width: 40.0625em) {
      .top-bar-wrapper .toolbar-button {
        position: relative; } }
    .top-bar-wrapper .toolbar-button a {
      width: 100%;
      height: 100%;
      display: inline-block;
      font-size: 1.25rem;
      color: #FFFFFF;
      position: relative; }
    .top-bar-wrapper .toolbar-button:hover a, .top-bar-wrapper .toolbar-button a:hover {
      color: #333333; }
    .top-bar-wrapper .toolbar-button .uab-popup {
      width: 330px; }
      @media only screen and (max-width: 40em) {
        .top-bar-wrapper .toolbar-button .uab-popup {
          width: 280px;
          right: 0; } }
    .top-bar-wrapper .toolbar-button #uabInboxCount, .top-bar-wrapper .toolbar-button #uabTasksCount, .top-bar-wrapper .toolbar-button #uabLeadsCount {
      position: absolute;
      top: 0;
      right: 0; }
  .top-bar-wrapper .toolbar-item-open, .top-bar-wrapper .toolbar-button:hover {
    background-color: #EFEFEF;
    color: #333333; }
  .top-bar-wrapper .toolbar-link:hover {
    text-decoration: underline; }
  .top-bar-wrapper .toolbar-item-menu-anchor .toolbar-link {
    text-decoration: none; }
  .top-bar-wrapper .toolbar-item-menu-anchor {
    padding: 0 0.3125rem; }
    @media only screen and (min-width: 40.0625em) {
      .top-bar-wrapper .toolbar-item-menu-anchor {
        position: relative; } }
    .top-bar-wrapper .toolbar-item-menu-anchor .uab-popup {
      width: 200px; }
      @media only screen and (max-width: 40em) {
        .top-bar-wrapper .toolbar-item-menu-anchor .uab-popup {
          width: 280px;
          right: 0; } }
    .top-bar-wrapper .toolbar-item-menu-anchor:after {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      content: "";
      vertical-align: middle;
      color: #FFFFFF; }
  .top-bar-wrapper .toolbar-item-menu-anchor.toolbar-item-open:after {
    color: #333333; }
  .top-bar-wrapper .toolbar-item-profile.toolbar-item-open .toolbar-link {
    color: #333333; }
  .top-bar-wrapper .toolbar-button-inbox > a:before,
  .top-bar-wrapper .toolbar-button-leads > a:before,
  .top-bar-wrapper .toolbar-button-tasks > a:before,
  .top-bar-wrapper .toolbar-button-calendar > a:before,
  .top-bar-wrapper .toolbar-button-favourite > a:before,
  .top-bar-wrapper .toolbar-button-favourite-on > a:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .top-bar-wrapper .toolbar-button-inbox > a:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-calendar > a:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-leads > a:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-tasks > a:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-favourite > a:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-favourite-on {
    background-color: #43AC6A; }
    .top-bar-wrapper .toolbar-button-favourite-on > a:before {
      content: ""; }
  .top-bar-wrapper .toolbar-jewel {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 0.125rem 0.3125rem;
    font-size: 0.6875rem;
    line-height: 0.6875rem; }
  .top-bar-wrapper .datasource-data {
    display: none; }
  .top-bar-wrapper .uab-popup {
    background-color: #EFEFEF;
    min-height: 50px;
    min-width: 175px;
    position: absolute;
    right: -1px;
    top: 100%;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    border-bottom: 1px solid #333333;
    z-index: 510;
    border-radius: 0; }
    .top-bar-wrapper .uab-popup img {
      margin: 0; }
    .top-bar-wrapper .uab-popup ul {
      list-style: none;
      margin: 0; }
    .top-bar-wrapper .uab-popup li {
      float: none;
      height: auto;
      margin: 0;
      border-top: 1px solid #CCCCCC; }
    .top-bar-wrapper .uab-popup .listitem {
      height: 35px;
      background-color: #EFEFEF;
      line-height: 2.1875rem;
      display: block;
      padding: 0 0.625rem;
      text-decoration: none;
      color: #333333;
      font-size: 0.875rem;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
    .top-bar-wrapper .uab-popup .listitem:hover {
      background-color: #e2e2e2;
      color: #EBB50E; }
    .top-bar-wrapper .uab-popup .secondlevelnav .listitem {
      padding-left: 1.875rem; }
    .top-bar-wrapper .uab-popup .secondlevelnav .listitem:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      content: "";
      height: 12px;
      margin-left: -1.25rem;
      margin-right: 0.3125rem;
      width: 6px;
      font-size: 0.75rem;
      color: #AAAAAA; }
    .top-bar-wrapper .uab-popup .datasource-data {
      display: inherit;
      padding-top: 0.9375rem; }
  .top-bar-wrapper .uab-popup-waiting:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: ""; }
  .top-bar-wrapper .toolbar-item-menu-left-align .uab-popup {
    left: -1px; }
  .top-bar-wrapper .toolbar-item .messageList .listitem {
    height: auto;
    min-height: 60px;
    text-align: left;
    position: relative;
    line-height: 0.875rem;
    padding: 0.625rem 3.25rem 0.625rem 3.75rem;
    font-size: 0.875rem;
    word-wrap: break-word; }
  .top-bar-wrapper .toolbar-item-languages {
    text-align: left; }
    .top-bar-wrapper .toolbar-item-languages .flag {
      height: 15px;
      position: absolute;
      left: 19px;
      top: 9px; }
    .top-bar-wrapper .toolbar-item-languages .toolbar-item-menu-text {
      padding-left: 2.1875rem; }
    .top-bar-wrapper .toolbar-item-languages .listitem {
      padding-left: 2.5rem;
      position: relative;
      white-space: nowrap; }
    .top-bar-wrapper .toolbar-item-languages .current {
      display: block;
      height: 8px;
      width: 8px;
      background-color: #43AC6A;
      position: absolute;
      left: 4px;
      top: 13px;
      border-radius: 1000px; }
  .top-bar-wrapper .toolbar-item-languages-no-flags .flag {
    display: none; }
  .top-bar-wrapper .toolbar-item-languages-no-flags .toolbar-item-menu-text {
    padding-left: 0.9375rem; }
  .top-bar-wrapper .toolbar-item-languages-no-flags .listitem {
    padding-left: 1.25rem; }
  .top-bar-wrapper .languages-container, .top-bar-wrapper .toolbar-item-anchor-signout {
    display: none; }
  .top-bar-wrapper .no-js .languages-container, .top-bar-wrapper .experience-degraded .languages-container, .top-bar-wrapper .no-js .toolbar-item-anchor-signout, .top-bar-wrapper .experience-degraded .toolbar-item-anchor-signout {
    display: block; }
  .top-bar-wrapper .toolbar-button-inbox .messageList .listitem span {
    display: block;
    margin: 0 0 0.3125rem 0;
    line-height: 1rem; }
  .top-bar-wrapper .toolbar-button-inbox .date {
    color: #222;
    font-size: 1.5rem;
    height: 40px; }
  .top-bar-wrapper .toolbar-button-inbox .date:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.3125rem; }
  .top-bar-wrapper .toolbar-button-inbox .message-sent .date:before, .top-bar-wrapper .toolbar-button-inbox .showMessage-sent .date:before, .top-bar-wrapper .toolbar-button-inbox .message-unread .date:before,
  .top-bar-wrapper .toolbar-button-inbox .showMessage-unread .date:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-inbox .message-read .date:before, .top-bar-wrapper .toolbar-button-inbox .showMessage-read .date:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-inbox .message-replied .date:before, .top-bar-wrapper .toolbar-button-inbox .showMessage-replied .date:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-inbox .meeting-read .date:before, .top-bar-wrapper .toolbar-button-inbox .meeting-replied .date:before, .top-bar-wrapper .toolbar-button-inbox .meeting-sent .date:before,
  .top-bar-wrapper .toolbar-button-inbox .showMessage-unread .date {
    content: ""; }
  .top-bar-wrapper .toolbar-button-inbox .meeting-accepted-read .date:before, .top-bar-wrapper .toolbar-button-inbox .meeting-accepted-replied .date:before,
  .top-bar-wrapper .toolbar-button-inbox .meeting-accepted-sent .date:before, .top-bar-wrapper .toolbar-button-inbox .meeting-accepted-unread .date:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-inbox .meeting-declined-read .date:before, .top-bar-wrapper .toolbar-button-inbox .meeting-declined-replied .date:before,
  .top-bar-wrapper .toolbar-button-inbox .meeting-declined-sent .date:before, .top-bar-wrapper .toolbar-button-inbox .meeting-declined-unread .date:before {
    content: ""; }
  .top-bar-wrapper .toolbar-button-inbox .message-sent .date, .top-bar-wrapper .toolbar-button-inbox .showMessage-sent .date, .top-bar-wrapper .toolbar-button-inbox .message-read .date, .top-bar-wrapper .toolbar-button-inbox .showMessage-read .date,
  .top-bar-wrapper .toolbar-button-inbox .message-replied .date, .top-bar-wrapper .toolbar-button-inbox .showMessage-replied .date, .top-bar-wrapper .toolbar-button-inbox .meeting-read .date, .top-bar-wrapper .toolbar-button-inbox .meeting-replied .date .meeting-sent .date, .top-bar-wrapper .toolbar-button-inbox .meeting-accepted-read .date, .top-bar-wrapper .toolbar-button-inbox .meeting-accepted-replied .date,
  .top-bar-wrapper .toolbar-button-inbox .meeting-accepted-sent .date, .top-bar-wrapper .toolbar-button-inbox .meeting-declined-read .date, .top-bar-wrapper .toolbar-button-inbox .meeting-declined-replied .date,
  .top-bar-wrapper .toolbar-button-inbox .meeting-declined-sent .date {
    color: #999999; }
  .top-bar-wrapper .toolbar-button-inbox .message-unread .date, .top-bar-wrapper .toolbar-button-inbox .showMessage-unread .date, .top-bar-wrapper .toolbar-button-inbox .meeting-unread .date, .top-bar-wrapper .toolbar-button-inbox .meeting-accepted-unread .date,
  .top-bar-wrapper .toolbar-button-inbox .meeting-declined-unread .date {
    color: #EBB50E; }
  .top-bar-wrapper .toolbar-button-inbox .type {
    text-transform: uppercase;
    color: #999999;
    font-size: 0.75rem;
    vertical-align: top;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .top-bar-wrapper .toolbar-button-inbox .messageList .showMessage .type,
  .top-bar-wrapper .toolbar-button-inbox .uab-popup .message-participant-item-details .secondaryDetails {
    display: none; }
  .top-bar-wrapper .toolbar-button-inbox .uab-popup ul a.listitem:hover span {
    color: #EBB50E;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .top-bar-wrapper .toolbar-button-inbox .uab-popup .unavailable .listitem {
    background-color: #EFEFEF; }
  .top-bar-wrapper .toolbar-button-inbox .unavailable .messageParticipant .name,
  .top-bar-wrapper .toolbar-button-inbox .unavailable .subject {
    color: #222; }
  .top-bar-wrapper .toolbar-button-inbox .uab-popup .showMessage-unread {
    border-color: #f04124; }
  .top-bar-wrapper .toolbar-button-inbox .uab-popup .showMessage-unread .listitem {
    background-color: #fabdb3; }
  .top-bar-wrapper .toolbar-button-inbox .uab-popup .showMessage-unread .name {
    color: #333333;
    font-weight: normal; }
  .top-bar-wrapper .toolbar .date, .top-bar-wrapper .toolbar .uab-popup ul a.listitem:hover .date {
    color: #999999; }
  .top-bar-wrapper .toolbar .due-today-date, .top-bar-wrapper .toolbar .overdue-date, .top-bar-wrapper .toolbar .uab-popup ul a.listitem:hover .due-today-date, .top-bar-wrapper .toolbar .uab-popup ul a.listitem:hover .overdue-date {
    color: #f04124; }
  .top-bar-wrapper .toolbar-button-tasks .messageList .listitem {
    padding-left: 0.625rem;
    padding-right: 4.375rem;
    min-height: 0; }

/* Forms
	/Css/Common/Forms.css */
/* Form Variables */
.inputForm table:not(#id_matrix) fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 1.875rem 0; }
  .inputForm table:not(#id_matrix) fieldset:last-of-type {
    margin-bottom: 0; }

.inputForm legend {
  font-weight: bold;
  padding: 0;
  margin-left: 0; }

.inputForm fieldset fieldset legend {
  color: #222;
  font-size: 1rem;
  font-weight: normal;
  padding-bottom: 0; }

.inputForm .inner-attribute-container label {
  padding: 0.3125rem 0.3125rem 0 0.625rem;
  width: 30%; }

.inputForm .inner-attribute-container .imageUploader {
  display: inline-block;
  width: 290px; }

.inputForm .inner-attribute-container .imageUploader img {
  vertical-align: middle;
  margin-right: 0.3125rem; }

.inputForm .inner-attribute-container input[type=checkbox] {
  height: 22px; }

.inputForm ol li.formSection, .inputForm ol.attributeContainerDisplay li {
  line-height: 1.875rem;
  list-style: none;
  padding: 0.625rem 0;
  margin-bottom: 0.125rem;
  overflow: auto; }

.inputForm ol li.attribute-container {
  padding: 0.3125rem 0.625rem;
  margin-bottom: 0.125rem;
  overflow: auto;
  font-weight: bold; }
  .inputForm ol li.attribute-container .heading {
    font-weight: bold; }
  .inputForm ol li.attribute-container .heading:after {
    content: ":"; }
  .inputForm ol li.attribute-container .description {
    font-weight: normal;
    font-style: italic; }

.inputForm table:not(#id_matrix) ol, .inputForm :not(#id_matrix) ul {
  padding: 0;
  margin: 0; }
  .inputForm table:not(#id_matrix) ol li, .inputForm :not(#id_matrix) ul li {
    list-style: none; }

.inputForm table:not(#id_matrix) ol ol li {
  background: none;
  border: none;
  float: left;
  list-style: none; }

.inputForm span.label, .inputForm .label {
  font-size: 1rem;
  font-weight: bold;
  padding-right: 0.3125rem;
  padding-top: 0.3125rem;
  display: block;
  line-height: 1.5rem; }
  @media only screen and (min-width: 70.0625em) {
    .inputForm span.label, .inputForm .label {
      float: left;
      width: 30%;
      padding-right: 0.3125rem; } }

.inputForm fieldset fieldset label {
  padding: 0 0 0 1.875rem;
  font-weight: normal;
  width: auto; }
  .inputForm fieldset fieldset label:hover {
    cursor: pointer; }

.inputForm label.mandatory:before {
  content: "* ";
  color: #f04124; }

.inputForm li.checkbox {
  padding-top: 0.625rem; }
  .inputForm li.checkbox::after {
    clear: both;
    content: "";
    display: block; }
  .inputForm li.checkbox label {
    display: inline-block;
    margin-left: 0.3125rem;
    margin-right: 0;
    float: left;
    width: 90%; }
  .inputForm li.checkbox input {
    display: inline-block;
    margin-top: 0.1875rem;
    float: left; }
  .inputForm li.checkbox span.mandatory:before {
    content: "* ";
    color: #f04124; }

.inputForm ol li.formSection p {
  line-height: normal;
  margin: 0.625rem; }

.inputForm .formSection .internationalPhoneNumber select {
  width: 100%;
  margin-right: 0.3125rem;
  margin-left: 0; }

.inputForm .formSection .internationalPhoneNumber input {
  width: 40%;
  margin-left: 0; }

.inputForm .formSection .internationalPhoneNumber .internationalDiallingCode {
  margin: 0 0.125rem;
  text-align: right;
  display: inline-block; }

.inputForm .formSection .internationalPhoneNumber .phoneInstruction {
  text-align: right;
  padding: 0.125rem 0.3125rem;
  margin: 0 0.8125rem;
  font-size: 0.8125rem;
  color: #404040; }

.inputForm li.formSection .fieldContainer {
  display: block; }

span.validator {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  -webkit-transition: opacity 300ms ease-out;
  transition: opacity 300ms ease-out;
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
  display: inline;
  clear: both;
  font-size: 0.8125rem;
  color: #FFFFFF !important;
  padding: 0.3125rem;
  text-transform: uppercase;
  width: auto; }

div.actions {
  margin: 0; }

/* Search Results (Exhibitor List, Product Gallery & Sessions)
	/Css/Templates/searchResults/searchResults_templated.css
	/Css/Fragments/Contact/ContactSelector_templated.css
	/Css/ExhibitorPortal/Fragments/PortalSelector.css
	/Css/Fragments/Carousels/jquery.jcarousel.css
	/Css/Fragments/Carousels/simple/screen_templated.css
	/Css/Fragments/Badge/participatingCompanyBadge_templated.css  */
/* Search Results Variables */
/* Search Results Styles */
.ui-stars-star, .ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  cursor: pointer; }
  .ui-stars-star a, .ui-stars-cancel a {
    width: 16px;
    height: 16px;
    font-size: 1rem;
    display: block;
    text-indent: -9999px;
    position: relative; }
    .ui-stars-star a:before, .ui-stars-cancel a:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      text-indent: 0; }

.ui-stars-cancel a, .ui-stars-cancel-hover a {
  color: #222; }
  .ui-stars-cancel a:before, .ui-stars-cancel-hover a:before {
    content: ""; }

.ui-stars-cancel-hover a {
  color: #f04124; }

.ui-stars-star a {
  color: #222; }
  .ui-stars-star a:before {
    content: ""; }

.ui-stars-star-on a, .ui-stars-star-hover a {
  color: #f08a24; }
  .ui-stars-star-on a:before, .ui-stars-star-hover a:before {
    content: ""; }

.ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a {
  cursor: not-allowed !important;
  color: #999999 !important; }

.contact-selector {
  position: relative; }

.contact-selector-popuplist {
  width: 377px;
  max-height: 201px;
  left: auto;
  right: 0;
  background-color: #FFFFFF;
  overflow: auto;
  border: 1px solid #EFEFEF;
  display: none;
  position: absolute;
  z-index: 300;
  text-align: left; }
  .contact-selector-popuplist .close {
    display: none; }
  .contact-selector-popuplist .media-object {
    width: 100%;
    float: none !important;
    margin-left: 0 !important;
    border-bottom: 1px solid #EFEFEF; }
  .contact-selector-popuplist h3, .contact-selector-popuplist h3 a {
    margin: 0;
    font-weight: normal; }
  .contact-selector-popuplist .media {
    margin-left: 0.625rem;
    margin-right: 1.25rem; }
  .contact-selector-popuplist .media-actions {
    margin-right: 0.625rem; }
    .contact-selector-popuplist .media-actions > li {
      float: left;
      margin-left: 0.3125rem; }
  .contact-selector-popuplist.waiting {
    height: 50px;
    display: block; }

.listItemDetail .contact-selector-popuplist p {
  margin: 0; }

.contact-selector-popuplist-open {
  display: block; }

.showAllDelegates {
  float: right;
  margin: 0.625rem; }

.menu-dropDown-content > ul {
  float: none !important; }

.media-object-contact-selector {
  margin: 0;
  padding: 0.625rem 0; }

/* .portalSelector {
	position: relative;
	.selectable {
		cursor: pointer;
		z-index: 9999;
	}
	.popUpList {
		position: absolute;
		left: 0;
		display: none;
		z-index: 300;
		.close {
			cursor: pointer;
			position: absolute;
			top: 10px;
			right: -2px;
			width: $nova-portal-selector-close-icon-width;
			height: $nova-portal-selector-close-icon-height;
			line-height: $nova-portal-selector-close-icon-line-height;
		}
		.close:before {
			@include novaicon;
			content: $nova-portal-selector-close-icon; // Close Icon
			font-size: $nova-portal-selector-close-icon-font-size;
		}
	}
} */
.jcarousel-container {
  position: relative; }

.jcarousel-clip {
  z-index: 2;
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative; }

.jcarousel-list {
  z-index: 1;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0; }

.jcarousel-list li, .jcarousel-item {
  float: left;
  list-style: none; }

.jcarousel-next, .jcarousel-prev {
  z-index: 3;
  display: none; }

.nova-carousel-container {
  position: relative;
  overflow: auto; }
  .nova-carousel-container h2 {
    font-weight: bold;
    padding: 0.3125rem 0.625rem 0;
    margin: 0; }
  .nova-carousel-container p.description {
    padding: 0.625rem; }

.jcarousel-skin-nova-default > p {
  font-weight: bold;
  margin: 0 0 0.625rem 0; }

.jcarousel-skin-nova-default .jcarousel-container {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0.625rem; }

.jcarousel-skin-nova-default .jcarousel-container-horizontal {
  padding: 0.625rem 2.5rem; }

.jcarousel-skin-nova-default .jcarousel-clip-horizontal {
  height: 128px; }

.jcarousel-skin-nova-default .jcarousel-item {
  width: 160px;
  height: 128px; }

.jcarousel-skin-nova-default .jcarousel-item-horizontal {
  margin-right: 0.3125rem; }

.jcarousel-skin-nova-default .jcarousel-item-placeholder {
  background: #FFFFFF;
  color: #000000; }

.jcarousel-skin-nova-default .jcarousel-next-horizontal, .jcarousel-skin-nova-default .jcarousel-prev-horizontal {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 100%;
  cursor: pointer;
  background: transparent;
  color: #999999;
  z-index: 20;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  .jcarousel-skin-nova-default .jcarousel-next-horizontal:before, .jcarousel-skin-nova-default .jcarousel-prev-horizontal:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .jcarousel-skin-nova-default .jcarousel-next-horizontal:hover, .jcarousel-skin-nova-default .jcarousel-prev-horizontal:hover {
    color: #EBB50E; }
  .jcarousel-skin-nova-default .jcarousel-next-horizontal:active, .jcarousel-skin-nova-default .jcarousel-prev-horizontal:active {
    color: #EBB50E; }

.jcarousel-skin-nova-default .jcarousel-prev-horizontal {
  right: auto;
  left: 0; }
  .jcarousel-skin-nova-default .jcarousel-prev-horizontal:before {
    content: ""; }

.jcarousel-skin-nova-default .jcarousel-next-disabled-horizontal,
.jcarousel-skin-nova-default .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-nova-default .jcarousel-next-disabled-horizontal:active,
.jcarousel-skin-nova-default .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-nova-default .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-nova-default .jcarousel-prev-disabled-horizontal:active {
  cursor: not-allowed;
  color: #CCCCCC; }

.jcarousel-skin-nova-default li {
  position: relative;
  float: left;
  z-index: 10; }
  .jcarousel-skin-nova-default li img {
    cursor: pointer; }
  .jcarousel-skin-nova-default li .overlay {
    position: absolute;
    background-color: #000000;
    width: 145px;
    padding: 0.0625rem 0.3125rem;
    line-height: 1.125rem;
    opacity: 0.8; }
  .jcarousel-skin-nova-default li .overlay h3, .jcarousel-skin-nova-default li .overlay p {
    margin: 0.1875rem; }
  .jcarousel-skin-nova-default li .overlay span {
    font-size: 0.875rem;
    font-weight: bold;
    color: #999999; }
  .jcarousel-skin-nova-default li .overlayShort {
    bottom: 5px;
    left: 3px;
    min-height: 41px; }
  .jcarousel-skin-nova-default li .overlayLong {
    height: 118px;
    top: 3px;
    left: 3px;
    cursor: pointer; }
  .jcarousel-skin-nova-default li .overlayShort p.span {
    display: block; }
  .jcarousel-skin-nova-default li .overlayShort span.eventDescription {
    display: none; }

.jcarousel-skin-nova-compact .jcarousel-container {
  border: 0; }

.jcarousel-skin-nova-compact .jcarousel-clip-horizontal {
  height: 100px; }

.jcarousel-skin-nova-compact .jcarousel-item {
  width: 120px;
  height: 98px;
  text-align: center; }

.jcarousel-skin-nova-compact .jcarousel-item p {
  display: block;
  margin: 0;
  font-size: 0.875rem; }
  .jcarousel-skin-nova-compact .jcarousel-item p a {
    overflow: hidden;
    text-overflow: ellipsis; }

.jcarousel-skin-nova-compact-extra-whitespace .jcarousel-item-horizontal {
  width: 90px;
  margin-right: 1.125rem; }

.social {
  float: right;
  clear: right;
  margin: 0.625rem;
  padding: 0;
  width: 165px; }
  .social h3 {
    display: none; }

.socialNetworkProfiles {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  margin: 0; }
  .socialNetworkProfiles > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .socialNetworkProfiles > li > * {
      display: block; }
  .socialNetworkProfiles li {
    height: 32px;
    width: 36px;
    list-style: none;
    margin-left: 0.625rem;
    text-align: center; }
    .socialNetworkProfiles li a {
      position: relative;
      text-indent: -9999px;
      display: block;
      height: 32px;
      width: 36px;
      font-size: 1.75rem;
      overflow: hidden;
      opacity: 0.7;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
      .socialNetworkProfiles li a:before {
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        height: 32px;
        width: 36px;
        text-align: center;
        text-indent: 0;
        color: #222; }
      .socialNetworkProfiles li a:hover {
        opacity: 1; }
    .socialNetworkProfiles li.website a:before, .socialNetworkProfiles li.link a:before {
      content: ""; }
    .socialNetworkProfiles li.googleplus a:before {
      content: "";
      color: #dd4b39; }
    .socialNetworkProfiles li.pinterest a:before {
      content: "";
      color: #cb2027; }
    .socialNetworkProfiles li.twitter a:before {
      content: "";
      color: #00aced; }
    .socialNetworkProfiles li.instagram a:before {
      content: "";
      color: #e4405f; }
    .socialNetworkProfiles li.qqspace a:before {
      content: ""; }
    .socialNetworkProfiles li.deviantart a:before {
      content: "";
      color: #04cc47; }
    .socialNetworkProfiles li.renren a:before {
      content: "";
      color: #005AAB; }
    .socialNetworkProfiles li.vimeo a:before {
      content: "";
      color: #1ab7ea; }
    .socialNetworkProfiles li.wechat a:before {
      content: "";
      color: #57ac00; }
    .socialNetworkProfiles li.facebook a:before {
      content: "";
      color: #3b5998; }
    .socialNetworkProfiles li.xing a:before {
      content: "";
      color: #005A5F; }
    .socialNetworkProfiles li.flickr a:before {
      content: "";
      color: #ff0084; }
    .socialNetworkProfiles li.linkedin a:before {
      content: "";
      color: #007bb6; }
    .socialNetworkProfiles li.soundcloud a:before {
      content: "";
      color: #ff3a00; }
    .socialNetworkProfiles li.tumblr a:before {
      content: "";
      color: #32506d; }
    .socialNetworkProfiles li.youtube a:before {
      content: "";
      color: #bb0000; }
    .socialNetworkProfiles li.sinamicroblog a:before {
      content: "";
      color: #e6162d; }
    .socialNetworkProfiles li.viadeo a:before {
      content: "";
      color: #FF7E00; }
    .socialNetworkProfiles li.snapchat a:before {
      content: "";
      color: #FFFC01; }
    .socialNetworkProfiles li.dailymotion, .socialNetworkProfiles li.issuu, .socialNetworkProfiles li.etsy, .socialNetworkProfiles li.kaixin, .socialNetworkProfiles li.scoopit, .socialNetworkProfiles li.line, .socialNetworkProfiles li.youku, .socialNetworkProfiles li.friendfeed, .socialNetworkProfiles li.myspace, .socialNetworkProfiles li.vkontakte {
      background: transparent url("/Css/Common/Images/SocialMedia/social-networks-32x32.png") no-repeat 0 0; }
    .socialNetworkProfiles li.dailymotion {
      background-position: 0 -198px; }
    .socialNetworkProfiles li.issuu {
      background-position: 0 -448px; }
    .socialNetworkProfiles li.etsy {
      background-position: 0 -598px; }
    .socialNetworkProfiles li.kaixin {
      background-position: 0 -648px; }
    .socialNetworkProfiles li.scoopit {
      background-position: 0 -698px; }
    .socialNetworkProfiles li.line {
      background-position: 0 -848px; }
    .socialNetworkProfiles li.youku {
      background-position: 0 -1148px; }
    .socialNetworkProfiles li.friendfeed {
      background-position: 0 -1198px; }
    .socialNetworkProfiles li.myspace {
      background-position: 0 -1248px; }
    .socialNetworkProfiles li.vkontakte {
      background-position: 0 -1398px; }
  .socialNetworkProfiles li:first-child {
    margin-left: 0; }

.mini .socialNetworkProfiles li {
  width: 24px;
  height: 16px;
  float: left;
  margin-right: 0; }
  .mini .socialNetworkProfiles li a {
    height: 16px;
    width: 16px;
    font-size: 1.75rem; }

.mini .socialNetworkProfiles.dailymotion, .mini .socialNetworkProfiles.issuu, .mini .socialNetworkProfiles.etsy, .mini .socialNetworkProfiles.kaixin, .mini .socialNetworkProfiles.scoopit, .mini .socialNetworkProfiles.line, .mini .socialNetworkProfiles.youku, .mini .socialNetworkProfiles.friendfeed, .mini .socialNetworkProfiles.myspace {
  background: transparent url("/Css/Common/Images/SocialMedia/social-networks-16x16.png") no-repeat 0 0; }

.sidepanel-a {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 70.0625em) {
    .sidepanel-a {
      padding-left: 0.9375rem;
      padding-right: 0.9375rem;
      width: 66.66667%;
      float: left; } }

.sidepanel-b {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }
  @media only screen and (min-width: 70.0625em) {
    .sidepanel-b {
      padding-left: 0;
      padding-right: 0;
      width: 33.33333%;
      float: left;
      float: right; } }

.mainContent {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  margin-top: 1.25rem; }
  @media only screen and (min-width: 70.0625em) {
    .mainContent {
      padding-left: 0;
      padding-right: 0;
      width: 66.66667%;
      float: left;
      margin-top: 0; } }

.participatingCompany-badge {
  margin: 0 auto;
  max-width: 62.5rem;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 1.25rem;
  margin-bottom: 1.875rem; }
  .participatingCompany-badge::after {
    clear: both;
    content: "";
    display: block; }
  .participatingCompany-badge .stand {
    display: inline;
    font-weight: bold;
    margin-right: 0.1875rem; }
  .participatingCompany-badge h2.exhibitorName {
    display: none; }
  .participatingCompany-badge h1, .participatingCompany-badge h2, .participatingCompany-badge h3, .participatingCompany-badge h4, .participatingCompany-badge h5, .participatingCompany-badge h6, .participatingCompany-badge p, .participatingCompany-badge ul, .participatingCompany-badge ol, .participatingCompany-badge dl, .participatingCompany-badge blockquote {
    margin-left: 0 !important; }
  .participatingCompany-badge ul.flags {
    list-style: none; }
  .participatingCompany-badge .name {
    font-size: 1.125rem;
    color: #333333; }
  .participatingCompany-badge .description {
    margin-left: 0.625rem;
    clear: left; }
  .participatingCompany-badge .description.full {
    display: none; }
  .participatingCompany-badge .requestMeeting .participatingIndividualDetail .company {
    display: none; }
  .participatingCompany-badge a.logo {
    float: left;
    width: 120px;
    margin-right: 1.25rem; }
    @media only screen and (max-width: 40em) {
      .participatingCompany-badge a.logo {
        display: block;
        float: none;
        margin-right: 0;
        margin-bottom: 1.25rem; } }
  @media only screen and (min-width: 70.0625em) {
    .participatingCompany-badge .bd {
      padding-right: 1.25rem; } }
  .participatingCompany-badge .actions ul {
    margin: 0 auto;
    display: block;
    padding: 0; }
  .participatingCompany-badge .actions .favouriteOn, .participatingCompany-badge .actions .favouriteOff {
    margin-left: 0;
    display: inline;
    padding: 0; }
  .participatingCompany-badge .actions.noemail .favouriteOn, .participatingCompany-badge .actions.noemail .favouriteOff {
    margin-left: auto; }
  .participatingCompany-badge .actions li {
    list-style: none;
    margin-bottom: 0.625rem;
    text-align: right;
    line-height: 0; }
    @media only screen and (min-width: 40.0625em) and (max-width: 70em) {
      .participatingCompany-badge .actions li {
        float: left;
        margin-right: 0.625rem; } }
    @media only screen and (max-width: 40em) {
      .participatingCompany-badge .actions li {
        text-align: left; } }
  .participatingCompany-badge .actions li a, .participatingCompany-badge .actions li button {
    white-space: nowrap;
    width: auto;
    height: auto;
    margin-bottom: 0;
    text-indent: 0;
    font-size: 0.875rem;
    padding: 0.625rem;
    text-align: left; }
    @media only screen and (min-width: 70.0625em) {
      .participatingCompany-badge .actions li a, .participatingCompany-badge .actions li button {
        width: 100%; } }
    @media only screen and (max-width: 40em) {
      .participatingCompany-badge .actions li a, .participatingCompany-badge .actions li button {
        width: 100%; } }
  .participatingCompany-badge .actions li a:before, .participatingCompany-badge .actions li button:before {
    position: static;
    margin-right: 0.3125rem; }
  .participatingCompany-badge .actions li.web {
    margin-top: 0; }
  .participatingCompany-badge .actions li.web a.webAddress {
    padding: 0.625rem;
    background-color: transparent !important;
    color: #EBB50E;
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .participatingCompany-badge .actions li.web a.webAddress:hover {
    text-decoration: none;
    color: #ca9c0c;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .participatingCompany-badge .actions li.web a.webAddress:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.3125rem;
    text-decoration: none !important; }
  .participatingCompany-badge .actions .contact-selector li {
    width: inherit; }
  .participatingCompany-badge .content .attribute-container .inner-attribute-container li {
    padding: 0 0 0.375rem 0; }
  .participatingCompany-badge .attribute-container {
    padding: 0;
    margin: 0 0 0.625rem 0;
    overflow: hidden; }
    .participatingCompany-badge .attribute-container .inner-attribute-container li span.label {
      margin: 0 0 0.1875rem 0; }
    .participatingCompany-badge .attribute-container legend {
      font-weight: bold; }
    .participatingCompany-badge .attribute-container ol {
      margin: 0; }
    .participatingCompany-badge .attribute-container li {
      clear: both; }
  .participatingCompany-badge .inner-attribute-container dt, .participatingCompany-badge .inner-attribute-container span.label {
    color: #333333;
    font-size: 0.875rem;
    display: block;
    font-weight: bold;
    margin-bottom: 0.1875rem; }
  .participatingCompany-badge .social {
    width: 100%;
    margin: 0; }
  .participatingCompany-badge #ctl00_centreContentPlaceHolder_badge_ctl00_lnkExhibitorProfile {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem;
    background-color: #EBB50E;
    border-color: #bc910b;
    color: #FFFFFF;
    border-radius: 3px;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    margin-bottom: 0;
    margin-top: 0.625rem; }
    .participatingCompany-badge #ctl00_centreContentPlaceHolder_badge_ctl00_lnkExhibitorProfile:hover, .participatingCompany-badge #ctl00_centreContentPlaceHolder_badge_ctl00_lnkExhibitorProfile:focus {
      background-color: #bc910b; }
    .participatingCompany-badge #ctl00_centreContentPlaceHolder_badge_ctl00_lnkExhibitorProfile:hover, .participatingCompany-badge #ctl00_centreContentPlaceHolder_badge_ctl00_lnkExhibitorProfile:focus {
      color: #FFFFFF; }

.inner-attribute-container li.keyvaluepair span, .inner-attribute-container li.keyvaluepair p, .inner-attribute-container li.keyvaluepair {
  display: inline;
  margin: 0; }

.inner-attribute-container li.keyvaluepair span.label {
  font-weight: normal; }

.inner-attribute-container dt, .inner-attribute-container span.label {
  color: #333333;
  font-size: 0.875rem;
  display: block;
  font-weight: bold;
  margin-bottom: 0.1875rem; }

.badge .standDetails ul, .badge .standDetails li {
  display: inline; }

li.web {
  margin-top: 0.625rem; }

.parentBadge {
  border: 1px solid #CCCCCC; }

.mini-badge .label {
  font-weight: bold; }

.mini-badge .exhibitor {
  font-size: 0.8125rem;
  margin: 0; }
  .mini-badge .exhibitor a {
    color: #222; }

.pagination {
  text-align: center; }
  .pagination > ul {
    display: block;
    margin-left: -0.3125rem;
    min-height: 1.5rem;
    margin: 1.25rem 0; }
    .pagination > ul li {
      color: #222222;
      font-size: 0.875rem;
      height: 1.5rem;
      margin-left: 0.3125rem; }
      .pagination > ul li a, .pagination > ul li button {
        border-radius: 3px;
        -webkit-transition: background-color 300ms ease-out;
        transition: background-color 300ms ease-out;
        background: none;
        color: #999999;
        display: block;
        font-size: 1em;
        font-weight: normal;
        line-height: inherit;
        padding: 0.0625rem 0.625rem 0.0625rem; }
      .pagination > ul li:hover a,
      .pagination > ul li a:focus,
      .pagination > ul li:hover button,
      .pagination > ul li button:focus {
        background: #e6e6e6; }
      .pagination > ul li.unavailable a, .pagination > ul li.unavailable button {
        cursor: default;
        color: #999999;
        pointer-events: none; }
      .pagination > ul li.unavailable:hover a,
      .pagination > ul li.unavailable a:focus,
      .pagination > ul li.unavailable:hover button,
      .pagination > ul li.unavailable button:focus {
        background: transparent; }
      .pagination > ul li.current a, .pagination > ul li.current button {
        background: #EBB50E;
        color: #FFFFFF;
        cursor: default;
        font-weight: bold; }
        .pagination > ul li.current a:hover, .pagination > ul li.current a:focus, .pagination > ul li.current button:hover, .pagination > ul li.current button:focus {
          background: #EBB50E; }
    .pagination > ul li {
      display: block;
      float: left; }
  .pagination a {
    text-decoration: none; }
  .pagination .selected a, .pagination .selected a:hover {
    background-color: #EBB50E;
    color: #FFFFFF;
    font-weight: bold;
    cursor: default; }
  .pagination .bButton a, .pagination .gButton a {
    color: #222222; }
    .pagination .bButton a span, .pagination .gButton a span {
      display: none; }
    .pagination .bButton a:before, .pagination .bButton a:after, .pagination .gButton a:before, .pagination .gButton a:after {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .pagination .bButton a:before, .pagination .bButton-disabled a:before {
    content: ""; }
  .pagination .gButton a:after, .pagination .gButton-disabled a:after {
    content: ""; }
  .pagination .bButton-disabled a, .pagination .gButton-disabled a {
    opacity: 0.5; }
  .pagination .elipse {
    color: #222222; }
  .pagination .bButton-hidden, .pagination .gButton-hidden {
    display: none; }

.listItemDetail {
  position: relative;
  padding: 1.25rem; }
  .listItemDetail h3.name, .listItemDetail p {
    margin: 0;
    color: #222; }
  .listItemDetail h3.name {
    font-size: 1.125rem;
    font-weight: bold;
    margin-bottom: 0.625rem; }
  .listItemDetail img.logo, .listItemDetail .logo img {
    clear: both;
    float: left;
    margin-right: 1.25rem;
    margin-bottom: 1.25rem; }
  .listItemDetail .highlightIndicator, .listItemDetail .inner-attribute-container h2 {
    display: none; }

.standDetails {
  font-size: 1rem; }
  .standDetails .stand {
    font-size: 1rem;
    font-weight: bold;
    margin-right: 0.1875rem; }

.list .listItemDetail::after {
  clear: both;
  content: "";
  display: block; }

.list .listItemDetail .favourite {
  float: right; }

.list .listItemDetail .large {
  display: none; }

.list .listItemDetail .name {
  margin-right: 5rem;
  margin-top: 0;
  height: auto !important; }

.list .listItemDetail .attribute-container, .list .listItemDetail .headline {
  margin: 0.3125rem 0 0 0; }

.list .listItemDetail .headline {
  font-size: 0.875rem; }

.list .listItemDetail .attribute-container ol {
  margin: 0; }

.list .listItemDetail ul.flags {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
  list-style: none;
  margin: 0.3125rem 0.625rem 0 0.625rem;
  float: none; }
  .list .listItemDetail ul.flags > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .list .listItemDetail ul.flags > li > * {
      display: block; }

.list .listItemDetail ul.flags.empty {
  display: none; }

.list .listItemDetail ul.flags li {
  list-style: none;
  display: inline;
  border: 0;
  margin-right: 0.3125rem;
  margin-left: 0 !important; }

.list .listItemDetail ul.flags li .label {
  display: none; }

.list .listItemDetail .favourite {
  margin: 0 0 0.3125rem 0.3125rem; }

.list .listItemDetail .standDetails {
  margin: 0 5rem 0.1875rem 0; }

.list .listItemDetail .actions {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 1.25rem;
  margin-right: 1.25rem; }

.list .listItemDetail .products {
  clear: both; }

.list .actions li {
  list-style: none;
  float: left;
  margin-left: 0.3125rem; }

.list .actions .language {
  text-align: right;
  margin: 0;
  clear: both; }

.list .actions .language .title {
  display: inline; }

.list .actions .language .flag {
  margin-right: 0.625rem;
  display: inline-block;
  text-indent: -9999px;
  text-align: left; }

.list .productDetail .standDetails {
  margin-top: 0.1875rem; }

.list .productDetail .actions li.action-rating {
  float: right;
  clear: both;
  padding: 0.1875rem; }

.list .productDetail .novaObject-Comment {
  margin: 1.25rem 0 0 0; }

.list .productDetail .exhibitor .label {
  margin-right: 0.1875rem; }

.list .customObjectDetail .inner-attribute-container ul li {
  display: inline;
  padding-right: 0.3125rem;
  margin-right: 0.3125rem; }

.list .customObjectDetail .inner-attribute-container ul li.last {
  background-image: none; }

.list .participatingIndividualDetail .large {
  display: none; }

.list .participatingIndividualDetail .name, .list .participatingIndividualDetail .jobTitle, .list .participatingIndividualDetail .company, .list .participatingIndividualDetail .country, .list .participatingIndividualDetail .standDetails, .list .participatingIndividualDetail .summary {
  margin-right: 10.625rem; }

.list .participatingIndividualDetail .role {
  font-weight: bold; }

.list .participatingIndividualDetail .standDetails {
  margin-top: 0.1875rem;
  margin-left: 6.0625rem; }

.list .participatingIndividualDetail .standDetails ul, .list .participatingIndividualDetail .standDetails li {
  display: inline;
  margin: 0;
  padding: 0; }

.list .participatingIndividualDetail .image-and-actions {
  position: static; }

.list .participatingIndividualDetail .actions .favourite, .list .participatingIndividualDetail .actions .novaObject-Rating {
  clear: both; }

.list .participatingIndividualDetail .actions .favourite {
  margin-bottom: 0.3125rem; }

.list .participatingIndividualDetail .novaObject-Comment {
  margin: 0.625rem 0 0 0; }

.list .participatingIndividualDetail .listItemDetail {
  overflow: visible; }

.list .contributorSessionRoleDetail img.logo, .list .contributorSessionRoleDetail .logo img {
  margin-top: -2.5rem; }

.list .sessionItemDetail {
  overflow: hidden; }
  .list .sessionItemDetail .itemDetail {
    float: left; }
  .list .sessionItemDetail .descriptionContainer p.location {
    margin: 0; }
  .list .sessionItemDetail .itemDetail .novaObject-Comment {
    clear: both;
    padding-top: 0.625rem; }
  .list .sessionItemDetail .itemDetail .novaObject-Comment label {
    display: inline-block; }
  .list .sessionItemDetail .itemDetail .sessionTimes {
    display: block;
    width: 102px;
    text-align: right;
    position: absolute;
    left: 0;
    margin: -0.9375rem 0.625rem 0.3125rem 0.625rem; }
  .list .sessionItemDetail .itemDetail .sessionTimes .day, .list .sessionItemDetail .itemDetail .sessionTimes .time, .list .sessionItemDetail .itemDetail .sessionTimes .date {
    display: block; }
  .list .sessionItemDetail .itemDetail .location {
    color: #404040; }
  .list .sessionItemDetail .itemDetail .name, .list .sessionItemDetail .itemDetail .descriptionContainer {
    margin-right: 7.5rem; }
  .list .sessionItemDetail .hasSessionTimes img.logo, .list .sessionItemDetail .hasSessionTimes .logo img {
    margin-left: 7.625rem; }
  .list .sessionItemDetail .actions .favourite {
    margin-bottom: 0.3125rem; }
  .list .sessionItemDetail .attribute-container, .list .sessionItemDetail .attribute-container p, .list .sessionItemDetail .actions .language {
    color: #404040;
    font-size: 0.8125rem; }
  .list .sessionItemDetail .actions .symposiumSessionSearchResultRightContainer {
    position: relative;
    margin-top: 0.625rem; }
  .list .sessionItemDetail .actions .attribute-container-symposiumSessionSearchResultRight {
    display: none;
    margin-right: 0;
    clear: both; }
  .list .sessionItemDetail .contributors {
    clear: both; }
  .list .sessionItemDetail .contributors dl {
    margin-left: 0; }
  .list .sessionItemDetail .contributors dd {
    margin-top: 0.625rem;
    font-weight: bold;
    margin-bottom: 0; }
  .list .sessionItemDetail .contributors dt {
    font-weight: normal;
    font-size: 0.875rem; }
  .list .sessionItemDetail .contributors .contributorName, .list .sessionItemDetail .contributors .jobTitle, .list .sessionItemDetail .contributors .companyName {
    display: inline-block; }
  .list .sessionItemDetail .attribute-container {
    padding: 0;
    margin: 0 0.625rem 0.625rem 0.625rem;
    overflow: hidden; }
  .list .sessionItemDetail .attribute-container legend {
    font-weight: bold; }
  .list .sessionItemDetail .attribute-container ol {
    margin: 0; }
  .list .sessionItemDetail .attribute-container li {
    clear: both;
    margin-bottom: 0.625rem; }
  .list .sessionItemDetail .inner-attribute-container dt, .list .sessionItemDetail .inner-attribute-container span.label {
    color: #333333;
    font-size: 0.875rem;
    display: block;
    font-weight: bold;
    margin-bottom: 0.3125rem; }
  .list .sessionItemDetail .inner-attribute-container h2 {
    margin: 0; }
  .list .sessionItemDetail .inner-attribute-container p, .list .sessionItemDetail .inner-attribute-container dl {
    margin: 0 0 0.625rem; }
  .list .sessionItemDetail .inner-attribute-container dd {
    padding: 0.3125rem 0; }
  .list .sessionItemDetail .inner-attribute-container dd ul {
    margin: 0.125rem 0 0 0.9375rem; }
  .list .sessionItemDetail .inner-attribute-container dd li {
    font-weight: normal;
    list-style: disc; }
  .list .sessionItemDetail .flags img {
    max-width: 100%;
    height: auto; }

.list .itemDetail .descriptionContainer p.description {
  margin: 0; }

.list .itemDetail .descriptionContainer ul.flags {
  margin: 0.625rem 0 0 0; }

.list .anonymousDetail .name {
  font-weight: bold;
  font-size: 0.875rem;
  margin-right: 1.25rem;
  margin-top: 0; }

.list .anonymousDetail:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

#gridAndList .list a.docLink {
  display: none; }
  #gridAndList .list a.docLink.alwaysDisplay {
    display: block; }

.grid {
  padding-left: 0.625rem !important;
  padding-right: 0.625rem !important; }
  @media only screen and (min-width: 90.0625em) {
    .grid {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .grid::after {
        clear: both;
        content: "";
        display: block; }
      .grid > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .grid > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 25%; }
        .grid > li:nth-of-type(1n) {
          clear: none; }
        .grid > li:nth-of-type(4n+1) {
          clear: both; } }
  @media only screen and (min-width: 70.0625em) and (max-width: 90em) {
    .grid {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .grid::after {
        clear: both;
        content: "";
        display: block; }
      .grid > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .grid > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 33.33333%; }
        .grid > li:nth-of-type(1n) {
          clear: none; }
        .grid > li:nth-of-type(3n+1) {
          clear: both; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 70em) {
    .grid {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .grid::after {
        clear: both;
        content: "";
        display: block; }
      .grid > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .grid > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 50%; }
        .grid > li:nth-of-type(1n) {
          clear: none; }
        .grid > li:nth-of-type(2n+1) {
          clear: both; } }
  @media only screen and (max-width: 40em) {
    .grid {
      display: block;
      padding: 0;
      margin: 0 -0.625rem; }
      .grid::after {
        clear: both;
        content: "";
        display: block; }
      .grid > li {
        display: block;
        float: left;
        height: auto;
        padding: 0 0.625rem 1.25rem; }
      .grid > li {
        list-style: none;
        padding: 0 0.625rem 1.25rem;
        width: 100%; }
        .grid > li:nth-of-type(1n) {
          clear: none; }
        .grid > li:nth-of-type(1n+1) {
          clear: both; } }
  .grid .listItemDetail {
    background-color: #FFFFFF;
    margin: 0;
    width: 100%;
    border: 1px solid #CCCCCC;
    text-align: center;
    position: relative;
    padding-bottom: 4.6875rem; }
    .grid .listItemDetail .logo img {
      float: none;
      margin: 0 0 0.625rem 0; }
    .grid .listItemDetail .name {
      margin: 0 0 0.625rem 0;
      padding: 0.3125rem; }
    .grid .listItemDetail .name a {
      color: #EBB50E;
      font-size: 1.125rem;
      font-weight: bold; }
    .grid .listItemDetail .webfontButton, .grid .listItemDetail .favourite-book-session {
      margin-bottom: 0;
      background-color: transparent;
      color: #222;
      font-size: 1.25rem;
      padding: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
    .grid .listItemDetail .webfontButton:hover, .grid .listItemDetail .favourite-book-session:hover {
      color: #EBB50E; }
    .grid .listItemDetail .favourite button span {
      background: none;
      padding-left: 0; }
    .grid .listItemDetail .favouriteOn button, .grid .listItemDetail .favouriteOn button:hover {
      color: #f08a24; }
    .grid .listItemDetail .small, .grid .listItemDetail p.country, .grid .listItemDetail .jcarousel-skin-nova-default {
      display: none; }
    .grid .listItemDetail .highlightIndicator {
      display: block; }
    .grid .listItemDetail ul.flags {
      list-style: none;
      margin-top: 0;
      margin-bottom: 1.0625rem;
      margin-left: -1.375rem;
      margin-right: 0;
      overflow: hidden;
      padding: 0;
      margin-top: 0.625rem; }
      .grid .listItemDetail ul.flags > li {
        display: block;
        float: left;
        list-style: none;
        margin-left: 1.375rem; }
        .grid .listItemDetail ul.flags > li > * {
          display: block; }
  .grid .recommended-item .logo.small {
    display: block !important; }
  .grid .genericDetail .summary {
    display: none; }
  .grid .genericDetail .logo img {
    padding: 0 !important; }
  .grid .eventEditionDetail .eventDate, .grid .eventEditionDetail .description, .grid .eventEditionDetail .additional {
    display: none; }
  .grid .exhibitorDetail .headline, .grid .exhibitorDetail .summary, .grid .exhibitorDetail .flags {
    display: none; }
  .grid .exhibitorDetail .standDetails {
    padding-bottom: 0.3125rem; }
  .grid .no-login {
    display: none; }
  .grid .productDetail .exibitor, .grid .productDetail .stand, .grid .productDetail .summary, .grid .productDetail .actions .novaObject-Rating, .grid .productDetail .novaObject-Comment, .grid .productDetail .attribute-container {
    display: none; }
  .grid .productDetail .logo img {
    padding: 0; }
  .grid .productDetail .standDetails {
    display: none; }
  .grid .actions {
    position: absolute;
    display: block;
    background-color: #EFEFEF;
    margin: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0.625rem; }
    .grid .actions li {
      list-style: none;
      float: left;
      display: inline-block;
      margin: 0;
      width: 50%;
      text-align: center; }
    .grid .actions li.action-rating {
      display: none; }
    .grid .actions button, .grid .actions .button {
      width: auto;
      margin-bottom: 0; }
  .grid .customObjectDetail .exhibitor, .grid .customObjectDetail .standDetails, .grid .customObjectDetail .attribut-container {
    display: none; }
  .grid .customObjectDetail a.docLink {
    float: none;
    padding: 1.5625rem 1.4375rem 1.5625rem 1.375rem;
    position: absolute;
    top: 0;
    left: 2px; }
  .grid .participatingIndividualDetail .country, .grid .participatingIndividualDetail .summary, .grid .participatingIndividualDetail .company, .grid .participatingIndividualDetail .novaObject-Comment {
    display: none; }
  .grid .participatingIndividualDetail .role {
    margin: 0; }
  .grid .participatingIndividualDetail .jobTitle {
    margin: 0;
    padding-bottom: 5px; }
  .grid .participatingIndividualDetail .logo img {
    padding: 0; }
  .grid .participatingIndividualDetail .small {
    display: none; }
  .grid .participatingIndividualDetail .standDetails {
    padding-bottom: 0.3125rem; }
  .grid .participatingIndividualDetail .actions .button {
    font-size: 0.875rem; }
  .grid .participatingIndividualDetail .actions {
    margin: 0; }
  .grid .participatingIndividualDetail .actions li {
    float: left;
    margin-right: 0.3125rem;
    width: auto; }
  .grid .participatingIndividualDetail .actions .favouriteOn, .grid .participatingIndividualDetail .actions .favouriteOff {
    margin-left: 0;
    display: inline;
    padding: 0; }
  .grid .sessionItemDetail .sessionTimes, .grid .sessionItemDetail .location, .grid .sessionItemDetail .description, .grid .sessionItemDetail .language, .grid .sessionItemDetail .novaObject-Comment, .grid .sessionItemDetail .attribute-container, .grid .sessionItemDetail .logo {
    display: none; }

.exhibitorDetail .standDetails ul, .exhibitorDetail .standDetails li {
  display: inline;
  margin: 0;
  padding: 0; }

.exhibitorDetail .badge .standDetails ul {
  float: none; }

.exhibitorDetail .standDetails ul li {
  margin-right: 0.1875rem;
  float: none; }

.exhibitorDetail .standDetails ul li span {
  white-space: nowrap; }

.hideThumbnail .list .listItemDetail div.standDetails, .hideThumbnail .list .listItemDetail .name {
  margin-left: 0.625rem;
  margin-bottom: 0.3125rem; }

.hideThumbnail .list .productDetail .novaObject-Comment, .hideThumbnail .list .listItemDetail p {
  margin: 0.1875rem 0.625rem 0 0.625rem; }

.hideThumbnail .list .logo {
  display: none; }

.hideThumbnail .list .name {
  margin-left: 0.625rem; }

.hideThumbnail .list .sessionItemDetail .contributors {
  margin-left: 0.625rem; }

.hideThumbnail .list .sessionItemDetail .hasSessionTimes .name,
.hideThumbnail .list .sessionItemDetail .hasSessionTimes p,
.hideThumbnail .list .sessionItemDetail .hasSessionTimes .contributors,
.hideThumbnail .list .sessionItemDetail .hasSessionTimes .descriptionContainer {
  margin-left: 7.625rem; }

.customObjectDetail a.dockLink {
  display: block;
  clear: both;
  float: left;
  margin: 0.3125rem 0.625rem 0 0.625rem;
  padding: 0;
  width: 75px;
  height: 75px;
  text-indent: -9999px; }
  .customObjectDetail a.dockLink:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 75px;
    height: 75px;
    text-align: center;
    line-height: 4.6875rem;
    font-size: 3.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    text-indent: 0; }

.customObjectDetail a.document:before {
  content: ""; }

.customObjectDetail a.txt:before {
  content: ""; }

.customObjectDetail a.pdf:before {
  content: ""; }

.customObjectDetail a.excel:before, .customObjectDetail a.xls:before, .customObjectDetail a.xlsx:before {
  content: ""; }

.customObjectDetail a.pps:before, .customObjectDetail a.ppt:before {
  content: ""; }

.customObjectDetail a.word:before, .customObjectDetail a.doc:before, .customObjectDetail a.docx:before {
  content: ""; }

.customObjectDetail a.zip:before {
  content: ""; }

.customObjectDetail a.htm:before, .customObjectDetail a.html:before {
  content: ""; }

.customObjectDetail a.jpg:before, .customObjectDetail a.gif:before, .customObjectDetail a.bmp:before, .customObjectDetail a.ico:before, .customObjectDetail a.png:before {
  content: ""; }

.customObjectDetail .listItemDetail img.logo {
  margin-top: -1.5625rem; }

.customObjectDetail .actions {
  margin: 0; }

.customObjectDetail .attribute-container-customTypeResult ol {
  list-style: none;
  margin: 0; }

.customObjectDetail .attribute-container-customTypeResult li {
  padding-top: 1.25rem;
  font-size: 0.8125rem; }

.customObjectDetail .attribute-container-customTypeResult .label {
  font-weight: bold;
  display: block; }

.participatingIndividualDetail .standDetails ul, .participatingIndividualDetail .standDetails li {
  display: inline;
  margin: 0;
  padding: 0; }

.participatingIndividualDetail .standDetails ul li {
  margin-right: 0.1875rem; }

.participatingIndividualDetail .standDetails ul li span {
  white-space: nowrap; }

.participatingIndividualDetail .logo img {
  position: inherit; }

.participatingIndividualDetail .name {
  margin-top: 10rem; }

.requestMeeting .participatingIndividualDetail .country, .requestMeeting .participatingIndividualDetail .summary, .requestMeeting .participatingIndividualDetail .company, .requestMeeting .participatingIndividualDetail .standDetails, .requestMeeting .participatingIndividualDetail .novaObject-Comment {
  display: none; }

.meeting-listItemDetail {
  overflow: hidden;
  position: relative; }
  .meeting-listItemDetail .section {
    float: left;
    width: auto; }
  .meeting-listItemDetail .section:after, .meeting-listItemDetail .message:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  .meeting-listItemDetail .meeting-summary {
    margin-bottom: 0.625rem;
    position: relative; }
  .meeting-listItemDetail .meeting-event {
    width: 150px;
    float: left; }
  .meeting-listItemDetail .line {
    margin-bottom: 0.3125rem;
    display: block; }
  .meeting-listItemDetail .company {
    margin-bottom: 0.3125rem; }
  .meeting-listItemDetail .event-name {
    font-style: italic;
    color: #222;
    margin-bottom: 0; }
  .meeting-listItemDetail .meeting-date {
    display: block; }
  .meeting-listItemDetail .logo img, .meeting-listItemDetail .meeting-listItemDetail img.logo {
    float: left;
    margin-top: -1.25rem;
    clear: none; }
  .meeting-listItemDetail .name {
    margin: 0 0 0.3125rem 15.3125rem; }
  .meeting-listItemDetail p {
    margin-left: 0; }
  .meeting-listItemDetail .actions .view {
    float: right; }
  .meeting-listItemDetail .actions .view-message {
    background: url("/Css/common/images/expand_contract_arrows_small.png") no-repeat right 6px;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-right: 0.9375rem; }
  .meeting-listItemDetail .actions .view-message.open {
    background-position: right -31px; }
  .meeting-listItemDetail .actions .view-calendar {
    float: none; }
  .meeting-listItemDetail .meeting-details {
    background-color: #EFEFEF;
    margin-bottom: 0.625rem;
    padding: 0.625rem;
    border-top: 1px solid #222; }
    .meeting-listItemDetail .meeting-details .header {
      padding-bottom: 0.625rem;
      border-bottom: 1px solid #FFFFFF; }
    .meeting-listItemDetail .meeting-details .body {
      margin-top: 0.3125rem; }
  .meeting-listItemDetail .message-location {
    display: block; }
  .meeting-listItemDetail .message-sent {
    float: left;
    width: 150px;
    overflow: hidden; }
    .meeting-listItemDetail .message-sent .content-date, .meeting-listItemDetail .message-sent .content-label {
      display: block;
      font-style: italic;
      font-size: 0.75rem; }
    .meeting-listItemDetail .message-sent .content-date {
      color: #222; }
  .meeting-listItemDetail .message-thread {
    margin: 0; }
    .meeting-listItemDetail .message-thread li {
      border-bottom: 1px solid 1px solid #FFFFFF;
      overflow: hidden; }
    .meeting-listItemDetail .message-thread li.original {
      border-bottom: none;
      padding-bottom: 0; }
  .meeting-listItemDetail .message-details, .meeting-listItemDetail .message-response {
    margin-top: 0.625rem;
    width: 99%; }
  .meeting-listItemDetail .message-response {
    height: 100px;
    font-style: italic;
    color: #222; }
  .meeting-listItemDetail .primary-actions {
    float: right;
    margin-right: 0; }
  .meeting-listItemDetail .secondary-actions {
    float: left;
    margin-left: 0; }
    .meeting-listItemDetail .secondary-actions a {
      font-size: 0.75rem;
      padding-top: 0.1875rem;
      padding-bottom: 0.1875rem; }
  .meeting-listItemDetail .report-abuse, .meeting-listItemDetail .cancel-button {
    margin-right: 0.625rem; }
  .meeting-listItemDetail .message .footer {
    overflow: hidden;
    margin-top: 0.625rem; }
  .meeting-listItemDetail .view-calendar a {
    display: inline-block; }
    .meeting-listItemDetail .view-calendar a:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-style: normal;
      content: ""; }
  .meeting-listItemDetail .report-abuse, .meeting-listItemDetail .view-calendar {
    font-style: italic; }

#floorPlan {
  margin: 1.25rem;
  margin-top: 0;
  clear: right;
  position: relative;
  padding: 0; }
  #floorPlan .downloading-overlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    background-color: #FFFFFF;
    top: 0;
    left: 0; }
    #floorPlan .downloading-overlay:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      width: 42px;
      height: 42px;
      text-align: center;
      line-height: 2.625rem;
      content: "";
      position: absolute;
      top: 100px;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      font-size: 2rem;
      color: #EBB50E; }
  #floorPlan.downloading .downloading-overlay {
    display: block; }
  #floorPlan .limitMessage {
    font-weight: bold; }
    #floorPlan .limitMessage span {
      font-weight: bold; }
    #floorPlan .limitMessage.inserted {
      color: #EBB50E; }
  #floorPlan .mainButton {
    margin-bottom: 0; }

#serviceArea1 {
  height: 462px;
  padding: 0.625rem;
  position: absolute;
  background: none;
  z-index: 1; }
  #serviceArea1 .panControl {
    background: transparent url("/Css/Fragments/FloorPlanner/images/service_area.png") no-repeat scroll 0 0;
    background-position: -3px -73px;
    height: 57px;
    width: 57px;
    margin: 0.625rem auto;
    position: relative; }
    #serviceArea1 .panControl div {
      height: 19px;
      width: 19px;
      position: absolute;
      cursor: pointer; }
    #serviceArea1 .panControl div.pressed {
      background: transparent url("/Css/Fragments/FloorPlanner/images/service_area.png") no-repeat scroll 0 0; }
    #serviceArea1 .panControl div.l {
      background-position: -65px -93px; }
    #serviceArea1 .panControl div.r {
      background-position: -106px -93px; }
    #serviceArea1 .panControl div.c {
      background-position: -84px -93px; }
    #serviceArea1 .panControl div.u {
      background-position: -86px -73px; }
    #serviceArea1 .panControl div.d {
      background-position: -85px -113px; }
  #serviceArea1 .zoomControl {
    background: transparent url("/Css/Fragments/FloorPlanner/images/service_area.png") no-repeat scroll 0 0;
    background-position: -54px -138px;
    padding: 0.1875rem 0 0;
    width: 56px;
    margin: 0 auto; }
  #serviceArea1 .ui-slider {
    height: 164px;
    background: transparent url("/Css/Fragments/FloorPlanner/images/service_area.png") no-repeat scroll 0 0;
    background-position: -26px -165px;
    margin: 0.5625rem auto;
    -webkit-user-select: none; }
  #serviceArea1 .ui-slider-handle {
    height: 16px;
    width: 29px;
    background: transparent url("/Css/Fragments/FloorPlanner/images/service_area.png") no-repeat scroll 0 0;
    background-position: -16px -506px;
    left: -11px; }
  #serviceArea1 .zoomButton {
    background: transparent url("/Css/Fragments/FloorPlanner/images/service_area.png") no-repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    height: 24px;
    width: 27px; }
  #serviceArea1 .zoomButtonOut {
    background-position: -17px -533px; }
  #serviceArea1 .zoomButtonIn {
    background-position: -17px -476px; }

#map {
  height: 480px;
  background-color: #000000;
  border: 1px solid #CCCCCC;
  color: #FFFFFF; }

.floorplan-pressed {
  cursor: move; }

.floorplan-over-shape {
  cursor: pointer; }

#miniMap {
  width: 58px;
  height: 40px;
  background-color: #000000;
  border: 1px solid 1px solid #000000;
  color: #FFFFFF;
  position: absolute;
  bottom: 4px; }
  #miniMap .expando {
    background: transparent url("/Css/Fragments/FloorPlanner/images/service_area.png") no-repeat scroll 0 0;
    background-position: -24px -391px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    z-index: 1; }
  #miniMap.expanded .expando {
    background-position: -24px -423px; }

#serviceArea2 {
  position: absolute;
  right: 25px;
  bottom: 25px; }
  #serviceArea2 a.printFp span:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 0.3125rem; }
  #serviceArea2 a.printFp:hover {
    text-decoration: none; }
  #serviceArea2 a.printFp div.logo {
    display: none; }

#floorPlanToolTip {
  border: 1px solid #999999;
  background-color: #FFFFFF;
  min-width: 80px;
  max-width: 250px;
  position: absolute;
  color: #333333;
  font-size: 0.75rem;
  display: none;
  z-index: 101;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); }
  #floorPlanToolTip.shared div {
    background: transparent url("/Css/Fragments/FloorPlanner/images/stand_sharers.png") no-repeat 5px 4px;
    height: 20px;
    width: 20px;
    position: absolute; }
  #floorPlanToolTip span {
    background-color: #CCCCCC;
    color: #333333;
    font-weight: bold;
    display: block;
    padding: 0.125rem 0 0 0.3125rem; }
  #floorPlanToolTip ul {
    margin: 0 0.3125rem; }
    #floorPlanToolTip ul li {
      display: inline;
      line-height: 1.125rem; }
    #floorPlanToolTip ul li:after {
      content: ", "; }
    #floorPlanToolTip ul li:last-child:after {
      content: ""; }

#standPopUp {
  background-color: #EFEFEF;
  position: absolute;
  width: 320px;
  display: none;
  padding: 0.25rem;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  z-index: 102; }
  #standPopUp.waiting {
    height: 35px;
    background: #EFEFEF; }
    #standPopUp.waiting:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      width: 20px;
      height: 20px;
      font-size: 1.125rem;
      color: #333333;
      position: absolute;
      content: "";
      top: 5px;
      left: 200px;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  #standPopUp .handle {
    background: transparent url("/Css/Fragments/FloorPlanner/images/popup_handles.png") no-repeat scroll 0 0;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 0;
    left: 0; }
  #standPopUp.belowLeft {
    border-top-right-radius: 0; }
    #standPopUp.belowLeft .handle {
      left: 311px;
      top: -17px; }
  #standPopUp.belowRight {
    border-top-left-radius: 0; }
    #standPopUp.belowRight .handle {
      left: 0;
      top: -17px; }
  #standPopUp.aboveRight {
    border-bottom-left-radius: 0; }
    #standPopUp.aboveRight .handle {
      top: 100%;
      left: 0;
      background-position: 0 -50px; }
  #standPopUp.aboveLeft {
    border-bottom-right-radius: 0; }
    #standPopUp.aboveLeft .handle {
      top: 100%;
      left: 311px;
      background-position: 0 -75px; }
  #standPopUp.middleRight .handle {
    top: 50%;
    left: -17px;
    background-position: 0 -75px; }
  #standPopUp .windowBar {
    position: relative; }
  #standPopUp .standRef {
    font-weight: bold;
    margin: 0 0.9375rem 0 0;
    padding: 0 0.25rem; }
  #standPopUp .close {
    height: 22px;
    width: 22px;
    right: 0;
    top: 0;
    position: absolute;
    color: #333333;
    cursor: pointer;
    text-align: center;
    line-height: 1.375rem; }
    #standPopUp .close:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1.125rem; }
  #standPopUp .logo {
    float: left; }
  #standPopUp .exhibitor {
    background-color: #FFFFFF;
    padding: 0.25rem;
    border-radius: 3px; }
  #standPopUp h2, #standPopUp .description {
    margin: 0 0 0 3.4375rem; }
    #standPopUp h2 a, #standPopUp .description a {
      font-weight: bold; }
  #standPopUp h2 {
    font-size: 1.125rem; }
  #standPopUp .description {
    font-size: 0.875rem; }
  #standPopUp .actions {
    margin: 0.25rem 0 0.25rem 3.4375rem; }
    #standPopUp .actions li, #standPopUp .actions .favourite {
      display: inline; }
  #standPopUp .toggleSharers {
    padding-top: 0.3125rem;
    cursor: pointer;
    font-size: 0.75rem;
    color: #222;
    display: block; }
    #standPopUp .toggleSharers:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 0.3125rem; }
  #standPopUp .open .toggleSharers:before {
    content: ""; }
  #standPopUp .sharers {
    margin: 0;
    overflow: auto;
    max-height: 180px; }
    #standPopUp .sharers li {
      margin: 0.25rem 0; }
    #standPopUp .sharers li.first {
      margin-top: 0; }
    #standPopUp .sharers li.last {
      margin-bottom: 0; }
  #standPopUp ul.compact {
    max-height: 224px; }
    #standPopUp ul.compact .actions, #standPopUp ul.compact a.logo {
      display: none; }
    #standPopUp ul.compact h2 {
      margin-left: 0; }
  #standPopUp .empty {
    background: #EFEFEF;
    padding: 0.625rem; }

#floorPlan div.maphilight, #floorPlan .structureSelector img {
  margin: 0.625rem auto; }

#floorPlan .maphilight h3.name {
  background: #CCCCCC;
  padding: 0.3125rem 1.25rem;
  position: absolute;
  z-index: 1;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7); }

#floorPlan #structureSelector area.de {
  cursor: pointer; }

#venueToolTip {
  position: absolute;
  min-width: 120px;
  display: none;
  z-index: 2;
  border: 4px solid #EFEFEF;
  -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
  border-radius: 3px; }
  #venueToolTip .content {
    background-color: #EBB50E;
    color: #FFFFFF;
    padding: 0.125rem;
    text-align: center; }
    #venueToolTip .content h2 {
      color: #FFFFFF;
      margin: 0; }
    #venueToolTip .content p {
      margin: 0; }
  #venueToolTip .handle {
    background: transparent url("/Css/Fragments/FloorPlanner/images/venueToolTipHandle.png") no-repeat scroll 0 0;
    height: 33px;
    width: 33px;
    position: absolute;
    top: 0;
    left: 0; }
  #venueToolTip.belowLeft {
    border-top-right-radius: 0; }
    #venueToolTip.belowLeft .handle {
      top: -33px;
      right: -7px;
      left: auto;
      background-position: 0 -185px; }
  #venueToolTip.belowRight {
    border-top-left-radius: 0; }
    #venueToolTip.belowRight .handle {
      background-position: 0 -117px;
      left: -4px;
      top: -33px; }
  #venueToolTip.aboveRight {
    border-bottom-left-radius: 0; }
    #venueToolTip.aboveRight .handle {
      left: -4px;
      top: auto;
      bottom: -33px;
      background-position: 0 -66px; }
  #venueToolTip.aboveLeft {
    border-bottom-right-radius: 0; }
    #venueToolTip.aboveLeft .handle {
      left: auto;
      right: -7px;
      top: auto;
      bottom: -33px;
      background-position: 0 -12px; }

ul.commandMessages {
  border: 0;
  margin: 0; }
  ul.commandMessages li {
    margin: 0.625rem; }

body:not(.pressIndex) .warning, body:not(.pressIndex) .error, body:not(.pressIndex) .success:not(.button):not(.label):not(.alert-box), body:not(.pressIndex) .information {
  clear: both;
  list-style: none;
  background-color: #f08a24;
  padding: 0.625rem; }
  body:not(.pressIndex) .warning span, body:not(.pressIndex) .error span, body:not(.pressIndex) .success:not(.button):not(.label):not(.alert-box) span, body:not(.pressIndex) .information span {
    vertical-align: top; }
  body:not(.pressIndex) .warning h3, body:not(.pressIndex) .warning p, body:not(.pressIndex) .error h3, body:not(.pressIndex) .error p, body:not(.pressIndex) .success:not(.button):not(.label):not(.alert-box) h3, body:not(.pressIndex) .success:not(.button):not(.label):not(.alert-box) p, body:not(.pressIndex) .information h3, body:not(.pressIndex) .information p {
    margin: 0 0 0.3125rem; }
  body:not(.pressIndex) .warning:not(.button):not(.label):not(.alert-box):before, body:not(.pressIndex) .error:not(.button):not(.label):not(.alert-box):before, body:not(.pressIndex) .success:not(.button):not(.label):not(.alert-box):not(.button):not(.label):not(.alert-box):before, body:not(.pressIndex) .information:not(.button):not(.label):not(.alert-box):before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: "";
    margin-right: 0.625rem;
    font-size: 1.5rem; }

body:not(.pressIndex) .warning {
  color: #FFFFFF; }

body:not(.pressIndex) .error {
  float: none;
  color: #FFFFFF;
  background-color: #f04124; }

body:not(.pressIndex) .success {
  color: #FFFFFF;
  background-color: #43AC6A; }
  body:not(.pressIndex) .success:not(.button):not(.label):not(.alert-box):before {
    content: ""; }

body:not(.pressIndex) .information {
  background-color: #a0d3e8; }
  body:not(.pressIndex) .information:before {
    content: ""; }

.sendMessageDialog, div#sendMessagePopup, #sendMessage {
  display: none; }

.messageContent textarea, .messageContent input[type="text"], .sendMessageSubject {
  width: 100%; }

.messageContent textarea {
  max-height: 200px; }

.sendMessage .error, .sendMessage .warning, .sendMessage .success, .sendMessage .information {
  float: left;
  clear: both; }

.sendMessage .error.api-error {
  float: none; }

.sendMessageActions .button {
  margin-bottom: 0; }

.profileLogo {
  padding: 0 0.625rem;
  float: left; }

#toField .profileLogoMargin {
  margin-left: 5.3125rem; }

#sendMessageToField span {
  display: block; }

.delegateContact {
  text-align: center;
  margin: 0 auto;
  display: block; }

div.inputForm ol li.formSection {
  clear: both; }

.grid .delegateContact {
  width: 109px !important; }

.list .delegateContact {
  display: inline-block;
  width: 123px !important;
  float: right; }

.page-sizer {
  white-space: nowrap;
  padding: 1.25rem 0; }
  @media only screen and (max-width: 40em) {
    .page-sizer {
      padding: 1.25rem; } }
  .page-sizer ul {
    margin: 0;
    display: inline; }
  .page-sizer p {
    display: inline;
    margin: 0;
    font-size: 0.875rem; }
  .page-sizer li {
    display: inline;
    font-size: 0.875rem;
    border: 0;
    padding: 0.1875rem;
    margin: 0 0.3125rem 0 0; }
    .page-sizer li a {
      background-color: #EFEFEF;
      color: #222;
      padding: 0.1875rem;
      text-decoration: none;
      border-radius: 3px;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
    .page-sizer li a:hover {
      background-color: #222;
      color: #FFFFFF; }
    .page-sizer li.selected {
      font-weight: bold;
      text-decoration: none; }
    .page-sizer li.selected a {
      background-color: #EBB50E;
      color: #FFFFFF; }

.inner-attribute-container {
  overflow: hidden; }
  .inner-attribute-container ol li.twocolumn {
    width: 100%; }
    @media only screen and (min-width: 70.0625em) {
      .inner-attribute-container ol li.twocolumn {
        float: left;
        width: 49%; } }
  .inner-attribute-container ol li.twocolumn span {
    display: block;
    margin-bottom: 0.3125rem; }
  .inner-attribute-container ol li.twocolumn span.label {
    font-weight: bold; }
  .inner-attribute-container ol li.keyvaluepair {
    float: none;
    display: inline; }
  .inner-attribute-container ol li.keyvaluepair span {
    display: inline; }

#searchSidebarLeft, #searchSideBarContent, #searchResults {
  position: relative; }

#searchOptions, #searchResults {
  border: 1px solid #CCCCCC;
  border-top: 0;
  margin: 0 0 1.875rem 0;
  padding: 0; }

#searchOptions {
  background-color: #EFEFEF;
  padding: 1.25rem; }
  #searchOptions .searchText {
    margin: 0 0 0.625rem 0; }
    #searchOptions .searchText.last {
      margin-bottom: 0; }
    #searchOptions .searchText input.searchBox {
      display: inline-block;
      width: 250px;
      margin-right: 0.1875rem;
      margin-bottom: 0; }
      @media only screen and (max-width: 40em) {
        #searchOptions .searchText input.searchBox {
          width: 100%;
          margin-bottom: 1.25rem; } }
    #searchOptions .searchText .mainButton {
      padding: 0.625rem 1rem;
      margin-bottom: 0; }

#searchSort {
  float: left;
  clear: both;
  margin: 0 1.25rem 1.25rem; }
  #searchSort dt {
    display: inline;
    font-weight: bold;
    margin-right: 0.3125rem;
    font-size: 0.875rem; }
  #searchSort dd {
    display: inline-block; }
  #searchSort select {
    width: auto;
    margin-bottom: 0;
    padding-right: 1.875rem; }

.listLayout {
  padding: 1.25rem;
  float: right; }
  @media only screen and (max-width: 40em) {
    .listLayout {
      float: none; } }
  .listLayout label {
    display: none; }
  @media only screen and (min-width: 40.0625em) {
    .listLayout ul {
      list-style: none;
      margin: 0;
      left: 0; }
      .listLayout ul::after {
        clear: both;
        content: "";
        display: block; } }
  @media only screen and (max-width: 40em) {
    .listLayout ul {
      -webkit-box-shadow: none;
              box-shadow: none;
      margin: 0;
      list-style: none; }
      .listLayout ul::after {
        clear: both;
        content: "";
        display: block; } }
  @media only screen and (min-width: 40.0625em) {
    .listLayout li {
      display: inline-block;
      margin: 0 -2px; }
      .listLayout li > button, .listLayout li .button {
        border-left: 1px solid;
        border-color: rgba(255, 255, 255, 0.5); }
      .listLayout li:first-child button, .listLayout li:first-child .button {
        border-left: 0; }
      .listLayout li,
      .listLayout li > a,
      .listLayout li > button,
      .listLayout li > .button {
        border-radius: 0; }
      .listLayout li:first-child,
      .listLayout li:first-child > a,
      .listLayout li:first-child > button,
      .listLayout li:first-child > .button {
        -webkit-border-bottom-left-radius: 3px;
        -webkit-border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
        border-top-left-radius: 3px; }
      .listLayout li:last-child,
      .listLayout li:last-child > a,
      .listLayout li:last-child > button,
      .listLayout li:last-child > .button {
        -webkit-border-bottom-right-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        border-top-right-radius: 3px; } }
  @media only screen and (max-width: 40em) {
    .listLayout li {
      float: left;
      margin-right: 0.3125rem;
      margin-bottom: 0.3125rem; } }
  .listLayout li.selected a {
    font-weight: bold;
    background-color: #bb900b; }
  .listLayout li.toList a:before {
    content: ""; }
  .listLayout li.toGrid a:before {
    content: ""; }
  .listLayout li.toFloorPlanner a:before {
    content: ""; }
  .listLayout a {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.625rem 1.25rem 0.6875rem 1.25rem;
    font-size: 0.6875rem;
    background-color: #EBB50E;
    border-color: #bc910b;
    color: #FFFFFF;
    border-radius: 3px;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    margin-bottom: 0;
    font-size: 0.875rem; }
    .listLayout a:hover, .listLayout a:focus {
      background-color: #bc910b; }
    .listLayout a:hover, .listLayout a:focus {
      color: #FFFFFF; }
    @media only screen and (max-width: 40em) {
      .listLayout a {
        border-radius: 3px; } }
    .listLayout a:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-right: 0.3125rem; }

#searchResults {
  background-color: transparent;
  padding: 0; }
  #searchResults > ul {
    margin: 0; }
  #searchResults .clear {
    clear: none; }

.paging-options {
  position: relative;
  width: auto;
  overflow: hidden; }
  .paging-options .pagination {
    float: right; }
  .paging-options .search-pagination {
    float: none;
    margin: 0 auto;
    width: 80%; }
    .paging-options .search-pagination ul {
      display: inline-block; }
  .paging-options .page-sizer {
    float: left; }

.resultsMessage, .resultItemSeperator {
  font-size: 0.875rem;
  line-height: 1.5625rem; }

.resultsMessage {
  float: left;
  margin: 1.25rem 0 1.25rem 1.25rem; }
  @media only screen and (max-width: 40em) {
    .resultsMessage {
      float: none;
      margin-top: 0;
      margin-bottom: 0; } }

.resultItemSeperator {
  float: left;
  padding: 1.25rem 0.3125rem 0 0.3125rem; }
  @media only screen and (max-width: 40em) {
    .resultItemSeperator {
      display: none; } }

.resultMessageBottom {
  display: inline;
  float: left; }

.panelHeading {
  padding: 0.625rem;
  font-size: 1rem;
  color: #FFFFFF;
  font-weight: bold;
  margin-bottom: 0;
  background-color: #EBB50E; }

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

.sidebars-left #floorPlan {
  margin-top: 3.125rem; }

#searchApplied {
  margin: 0;
  border: 1px solid #CCCCCC;
  border-top: 0;
  background-color: #EFEFEF; }
  #searchApplied .keywords dt, #searchApplied h4 {
    margin: 0.3125rem 0 0 0;
    font-weight: bold;
    font-size: 1rem; }
  #searchApplied .keywords {
    margin: 0 0.625rem 0.625rem 0.625rem;
    padding: 0.625rem 0 0 0;
    position: relative; }
    #searchApplied .keywords dl {
      margin: 0;
      display: inline; }
    #searchApplied .keywords dt {
      padding-bottom: 0.25rem; }
    #searchApplied .keywords dd {
      display: inline;
      line-height: 1.25rem;
      font-size: 1rem; }
  #searchApplied ul {
    margin: 0;
    padding: 0; }
  #searchApplied li {
    list-style: none;
    padding: 0.625rem;
    position: relative;
    border-top: 1px solid #CCCCCC; }
    #searchApplied li:first-child {
      border-top: 0; }
    #searchApplied li a.remove {
      top: 5px; }
  #searchApplied ul.values {
    margin: 0 0 0.625rem 0; }
    #searchApplied ul.values li {
      padding: 0.25rem 1.25rem 0 0;
      line-height: 1.25rem;
      border: 0;
      font-size: 1rem; }
  #searchApplied a.remove {
    font-size: 0.875rem;
    text-indent: -9999px;
    display: block;
    width: 16px;
    height: 16px;
    right: 0;
    bottom: 0;
    position: absolute;
    color: #333333;
    opacity: 0.7;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    #searchApplied a.remove:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-indent: 0;
      font-size: 0.875rem;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #searchApplied a.remove:hover {
      color: #333333;
      opacity: 1; }
  #searchApplied a.reset {
    margin: 0;
    font-size: 1rem;
    position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -9999px;
    width: 16px;
    height: 16px;
    opacity: 0.7;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    #searchApplied a.reset:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-indent: 0;
      content: "";
      color: #FFFFFF;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    #searchApplied a.reset:hover {
      opacity: 1; }

#savedSearches {
  margin: 0;
  border: 1px solid #CCCCCC;
  border-top: 0;
  background-color: #EFEFEF;
  padding-top: 0.625rem; }
  #savedSearches ul {
    margin: 0; }
  #savedSearches li {
    list-style: none; }
  #savedSearches li a {
    padding-left: 1.5625rem;
    padding: 0.625rem 0;
    background-repeat: no-repeat;
    background-position: left top;
    display: block; }
  #savedSearches .saveSearch {
    border-bottom: 1px solid #CCCCCC;
    text-align: center; }
    #savedSearches .saveSearch a {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      border-style: solid;
      border-width: 0;
      cursor: pointer;
      font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: normal;
      line-height: normal;
      margin: 0 0 1.25rem;
      position: relative;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      padding: 0.3125rem 0.625rem 0.375rem 0.625rem;
      background-color: #EBB50E;
      border-color: #bc910b;
      color: #FFFFFF;
      border-radius: 3px;
      -webkit-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out; }
      #savedSearches .saveSearch a:hover, #savedSearches .saveSearch a:focus {
        background-color: #bc910b; }
      #savedSearches .saveSearch a:hover, #savedSearches .saveSearch a:focus {
        color: #FFFFFF; }
    #savedSearches .saveSearch a:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 0.3125rem; }
  #savedSearches .mySearches, #savedSearches .login {
    padding: 0 1.25rem;
    text-align: center; }
    #savedSearches .mySearches a, #savedSearches .login a {
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      border-style: solid;
      border-width: 0;
      cursor: pointer;
      font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: normal;
      line-height: normal;
      margin: 0 0 1.25rem;
      position: relative;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      padding: 0.3125rem 0.625rem 0.375rem 0.625rem;
      background-color: #999999;
      border-color: #7a7a7a;
      color: #FFFFFF;
      border-radius: 3px;
      -webkit-transition: background-color 300ms ease-out;
      transition: background-color 300ms ease-out;
      margin: 0.625rem 0 1.25rem 0; }
      #savedSearches .mySearches a:hover, #savedSearches .mySearches a:focus, #savedSearches .login a:hover, #savedSearches .login a:focus {
        background-color: #7a7a7a; }
      #savedSearches .mySearches a:hover, #savedSearches .mySearches a:focus, #savedSearches .login a:hover, #savedSearches .login a:focus {
        color: #FFFFFF; }
    #savedSearches .mySearches a:before, #savedSearches .login a:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 0.3125rem; }

.savedSearchManager #pageName {
  display: none; }

#searchSidebarLeft h3 {
  background: #EBB50E;
  color: #FFFFFF;
  padding: 0.625rem;
  margin-bottom: 0;
  margin-right: 0;
  font-size: 1rem;
  font-weight: bold; }

#searchBreadcrumb {
  width: 100%;
  overflow: hidden; }

.searchAppliedBreadcrumb {
  background-color: #EFEFEF;
  margin-bottom: 1.875rem;
  border-radius: 3px; }
  .searchAppliedBreadcrumb ol {
    width: 100%;
    overflow: hidden;
    margin: 0 1.25rem; }
    .searchAppliedBreadcrumb ol li {
      display: inline-block;
      float: left;
      margin: 0.625rem 0; }
    .searchAppliedBreadcrumb ol li:after {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: inline-block;
      content: "";
      color: #CCCCCC;
      margin: 0 1.25rem;
      font-size: 0.875rem; }
    .searchAppliedBreadcrumb ol li.last:after {
      content: "";
      margin: 0; }
    .searchAppliedBreadcrumb ol a {
      color: #222;
      font-size: 0.875rem;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
    .searchAppliedBreadcrumb ol a:hover, .searchAppliedBreadcrumb ol li:hover a {
      color: #EBB50E; }
    .searchAppliedBreadcrumb ol li span.lastItem {
      font-size: 0.875rem;
      font-weight: bold;
      color: #EBB50E; }
    .searchAppliedBreadcrumb ol a.remove {
      position: relative;
      text-indent: -9999px;
      display: inline-block;
      padding: 0;
      color: #333333;
      font-size: 1rem;
      margin-left: 0.625rem;
      opacity: 0.6;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
    .searchAppliedBreadcrumb ol a.remove:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      text-indent: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .searchAppliedBreadcrumb ol a.remove:hover, .searchAppliedBreadcrumb ol li:hover a.remove {
      color: #333333;
      opacity: 1; }

#searchResultsList, #searchResultTopContent {
  float: none;
  clear: both;
  margin: 0.625rem 0 0;
  position: relative; }
  #searchResultsList li.resultItem, #searchResultTopContent li.resultItem {
    list-style: none; }
    #searchResultsList li.resultItem p.meta, #searchResultTopContent li.resultItem p.meta {
      margin-bottom: 0;
      padding: 0 1.25rem 1.25rem 1.25rem;
      color: #999999;
      clear: both;
      margin-top: 0;
      font-size: 0.875rem; }
    #searchResultsList li.resultItem p.meta.empty, #searchResultTopContent li.resultItem p.meta.empty {
      display: none; }
    #searchResultsList li.resultItem p.meta span, #searchResultTopContent li.resultItem p.meta span {
      margin-right: 0.125rem;
      font-style: italic; }
    #searchResultsList li.resultItem p.meta span:before, #searchResultTopContent li.resultItem p.meta span:before {
      content: " | "; }
    #searchResultsList li.resultItem p.meta span.type, #searchResultTopContent li.resultItem p.meta span.type {
      font-style: normal; }
    #searchResultsList li.resultItem p.meta span.first:before, #searchResultTopContent li.resultItem p.meta span.first:before {
      content: ""; }
    #searchResultsList li.resultItem .highlight, #searchResultTopContent li.resultItem .highlight {
      background-color: #fdf0e3;
      padding-top: 2.8125rem; }
    #searchResultsList li.resultItem .highlight .actions, #searchResultTopContent li.resultItem .highlight .actions {
      margin-top: 2.8125rem; }
  #searchResultsList.list li.resultItem .highlight .highlightIndicator, #searchResultsList.grid li.resultItem .highlight .highlightIndicator, #searchResultTopContent.list li.resultItem .highlight .highlightIndicator, #searchResultTopContent.grid li.resultItem .highlight .highlightIndicator {
    display: block;
    background-color: #f08a24;
    width: 100%;
    height: 25px;
    line-height: 1.5625rem;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0.75rem;
    color: #FFFFFF;
    font-weight: bold;
    text-transform: uppercase;
    padding-left: 1.25rem; }
  #searchResultsList.list, #searchResultTopContent.list {
    border-top: 1px solid #CCCCCC; }
    #searchResultsList.list li.resultItem, #searchResultTopContent.list li.resultItem {
      border-bottom: 1px solid #CCCCCC;
      padding: 0;
      clear: both;
      width: 100%; }
    #searchResultsList.list li.resultItem.highlight, #searchResultTopContent.list li.resultItem.highlight {
      background-color: #fdf0e3; }
    #searchResultsList.list p.extendedProps span.subLine, #searchResultsList.list p.extendedProps span.subLine a, #searchResultTopContent.list p.extendedProps span.subLine, #searchResultTopContent.list p.extendedProps span.subLine a {
      font-size: 0.8125rem; }
  #searchResultsList.grid li.resultItem, #searchResultTopContent.grid li.resultItem {
    vertical-align: top; }
  #searchResultsList.grid li.resultItem .highlight .highlightIndicator, #searchResultTopContent.grid li.resultItem .highlight .highlightIndicator {
    padding-left: 0; }
  #searchResultsList.grid p.meta, #searchResultTopContent.grid p.meta {
    display: none; }
  #searchResultsList.grid div.extendedProps p, #searchResultTopContent.grid div.extendedProps p {
    margin-left: 0; }
  #searchResultsList .listed.standDetails, #searchResultTopContent .listed.standDetails {
    margin-left: 0.625rem; }

.list li.resultItem .product-carousel {
  margin-left: 0;
  margin-right: 0;
  width: auto; }
  .list li.resultItem .product-carousel .highlight {
    padding-top: 0;
    background-color: #EFEFEF;
    border: 3px solid #CCCCCC; }

ol#alphaList {
  clear: both;
  margin: 0; }
  ol#alphaList li {
    display: inline; }
    ol#alphaList li a, ol#alphaList li span {
      width: 18px;
      height: 18px;
      color: #EBB50E;
      font-size: 0.875rem;
      background-color: #FFFFFF;
      text-align: center;
      text-decoration: none;
      vertical-align: middle;
      line-height: 1.125rem;
      display: inline-block;
      margin: 0.1875rem 0 0 0;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
    ol#alphaList li a:hover, ol#alphaList li span.selected {
      background-color: #EBB50E;
      color: #FFFFFF; }
    ol#alphaList li span {
      background: #CCCCCC;
      color: #999999;
      cursor: default; }
    ol#alphaList li span.selected {
      cursor: default; }
    ol#alphaList li .all {
      background: #FFFFFF;
      color: #EBB50E;
      width: auto;
      padding-left: 0.5rem;
      padding-right: 0.5rem; }

#facetNavigation {
  padding-top: 1.875rem; }
  #facetNavigation h3 {
    background-color: #EBB50E;
    font-size: 1rem;
    font-weight: bold;
    color: #FFFFFF;
    padding: 0.625rem;
    margin: 0;
    position: relative;
    cursor: pointer; }
    #facetNavigation h3:after {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      display: block;
      position: absolute;
      right: 0;
      margin-right: 0.625rem;
      top: 50%;
      -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  #facetNavigation > ul {
    margin: 0;
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    border-top: 0;
    padding: 0 0.625rem; }
  #facetNavigation li {
    list-style: none; }
  #facetNavigation h4 {
    margin: 0 -0.6875rem;
    display: block;
    padding: 0.625rem;
    background-color: #222;
    color: #FFFFFF;
    font-size: 0.875rem;
    font-weight: bold; }
  #facetNavigation ul.values {
    margin: 0 0 0.625rem 0; }
    #facetNavigation ul.values ul.values {
      margin-left: 0.5rem;
      position: relative; }
    #facetNavigation ul.values ul.values:before {
      content: "";
      display: block;
      width: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border-left: 1px solid #999999; }
    #facetNavigation ul.values ul li {
      padding-left: 1.25rem; }
    #facetNavigation ul.values ul li:before {
      content: "";
      display: block;
      width: 10px;
      height: 0;
      border-top: 1px solid #999999;
      margin-top: -1px;
      position: absolute;
      top: 16px;
      left: 0; }
    #facetNavigation ul.values ul li.last:before {
      background-color: #EFEFEF;
      height: auto;
      bottom: 0; }
  #facetNavigation ul.values li {
    line-height: 1.25rem;
    font-size: 0.875rem;
    position: relative;
    padding: 0.3125rem 0; }
    #facetNavigation ul.values li a.name, #facetNavigation ul.values li span.name, #facetNavigation ul.values li span.name label {
      display: block;
      width: 80%; }
    #facetNavigation ul.values li span.or-search-req input,
    #facetNavigation ul.values li span.or-search-req-all input,
    #facetNavigation ul.values li span.or-search-req-parent input {
      margin-right: 0.1875rem;
      position: relative;
      top: 2px; }
    #facetNavigation ul.values li .or-search-req-batch-selection td {
      padding-right: 0.3125rem; }
    #facetNavigation ul.values li span.name {
      color: #222; }
    #facetNavigation ul.values li.selected > span.name {
      font-weight: bold; }
    #facetNavigation ul.values li a.icon img {
      vertical-align: middle;
      padding-right: 0.1875rem; }
    #facetNavigation ul.values li span.count {
      display: block;
      width: 20%;
      position: absolute;
      top: 5px;
      right: 0;
      color: #222;
      text-align: right; }
    #facetNavigation ul.values li.expanded ul, #facetNavigation ul.values li.collapsed ul {
      padding-left: 1.25rem; }
    #facetNavigation ul.values li.expanded span.collapsable, #facetNavigation ul.values li.collapsed span.collapsable {
      display: block;
      width: 20px;
      height: 20px;
      float: left;
      cursor: pointer; }
    #facetNavigation ul.values li.collapsed span.collapsable {
      background: url("/Css/Fragments/Treeview/Images/treeview_expand.gif") no-repeat scroll 0 3px transparent; }
    #facetNavigation ul.values li.collapsed ul {
      display: none; }
    #facetNavigation ul.values li.expanded span.collapsable {
      background: url("/Css/Fragments/Treeview/Images/treeview_collapse.gif") no-repeat scroll 0 3px transparent; }
    #facetNavigation ul.values li.expanded .or-invisible, #facetNavigation ul.values li.collapsed .or-invisible {
      display: none !important; }
  #facetNavigation .refreshSearch {
    float: right; }
  #facetNavigation.close > ul {
    display: none; }
  #facetNavigation.close h3:after {
    content: ""; }
  #facetNavigation .dimensionContainer.open h4, #facetNavigation .dimensionContainer.close h4 {
    position: relative;
    cursor: pointer; }
  #facetNavigation .dimensionContainer.open h4:after, #facetNavigation .dimensionContainer.close h4:after {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    margin-right: 0.625rem;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }
  #facetNavigation .dimensionContainer.open > ul {
    display: block; }
  #facetNavigation .dimensionContainer.close > ul {
    display: none; }
  #facetNavigation .dimensionContainer.close h4:after {
    content: ""; }

.updated #searchResults {
  border: 1px solid #EBB50E; }

.waiting .searchrequest-overlay {
  visibility: visible;
  opacity: 1; }
  .waiting .searchrequest-overlay:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 2.625rem;
    content: "";
    font-size: 2rem;
    color: #EBB50E;
    top: 50px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.searchrequest-overlay {
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 50;
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }

.hideSection {
  display: none; }

#serviceArea1 a.back {
  display: block;
  color: #FFFFFF;
  font-weight: bold;
  width: 65px;
  line-height: 1.125rem;
  text-align: center;
  background-color: #999999;
  text-decoration: none;
  padding: 0.1875rem;
  opacity: 0.8; }
  #serviceArea1 a.back span.arrow {
    background: url("/Css/Templates/searchResults/images/floorplan_back_to_venue.png") no-repeat scroll 21px 0 transparent;
    height: 22px;
    display: block;
    padding-top: 0.3125rem; }
  #serviceArea1 a.back:hover span.arrow {
    background-position: 21px -32px; }

#sponsoredSearchResultsList {
  clear: both;
  background-color: #fde7e3; }
  #sponsoredSearchResultsList > h3 {
    display: block;
    width: 100%;
    background-color: #f04124;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 0.625rem;
    margin: 0; }
  #sponsoredSearchResultsList .resultItem {
    border-bottom: 1px solid #CCCCCC; }
  #sponsoredSearchResultsList ul.list {
    float: none;
    clear: both;
    list-style: none;
    margin: 0 0 1.25rem 0; }

.infoWindow {
  position: relative; }
  .infoWindow .logo {
    float: left; }
  .infoWindow .name a {
    font-weight: bold; }
  .infoWindow .eventDate, .infoWindow .description {
    margin-left: 5rem; }
  .infoWindow .description p {
    margin-left: 0; }

/* Exhibitor Profile
	/Css/Templates/exhibitorProfile/exhibitorProfile_templated.css
	/Css/Fragments/Treeview/Treeview.css
	/Scripts/Libraries/magiczoomplus/magiczoomplus.css
	/Css/Fragments/ImageGallery/screen_templated.css */
/* Exhibitor Profile Variables */
ul.tablinks {
  margin: 0;
  text-decoration: none;
  overflow: hidden;
  padding-bottom: 0.0625rem;
  margin-bottom: -0.0625rem; }
  ul.tablinks li a, ul.tablinks li > *, ul.tablinks li strong {
    font-size: 0.875rem;
    color: #222;
    display: block;
    padding: 0.625rem;
    text-decoration: none;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  ul.tablinks li {
    list-style: none;
    border: 1px solid #CCCCCC;
    border-bottom: 0;
    cursor: pointer;
    background-color: #CCCCCC;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    @media only screen and (min-width: 70.0625em) {
      ul.tablinks li {
        float: left;
        margin-right: 0.3125rem; } }
    ul.tablinks li:hover {
      background-color: #EFEFEF; }
    ul.tablinks li:hover > * {
      color: #333333;
      text-decoration: none; }
    ul.tablinks li.selected {
      background-color: #FFFFFF;
      position: relative;
      top: 1px;
      z-index: 10; }
    ul.tablinks li.selected > *, ul.tablinks li.selected:hover > * {
      color: #EBB50E;
      font-weight: bold;
      text-decoration: none; }

.tabbedContent {
  margin-top: 0.625rem;
  margin-bottom: 1.25rem;
  clear: left; }
  .tabbedContent .tabHeading {
    display: none; }
  .tabbedContent .tabContent {
    overflow: hidden;
    clear: left;
    padding: 1.25rem;
    border: 1px solid #CCCCCC; }
    .tabbedContent .tabContent > ul, .tabbedContent .tabContent > ol {
      margin: 0; }
    .tabbedContent .tabContent ul li, .tabbedContent .tabContent ol li {
      list-style: none; }
  .tabbedContent .tabContent .restricted {
    padding: 1.25rem;
    background-color: #EFEFEF;
    text-align: center; }
    .tabbedContent .tabContent .restricted:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      margin-right: 0.3125rem; }

.tab-hide {
  display: none; }

.tabbedContent .tabContent {
  border-top-width: 1px;
  overflow-x: hidden;
  overflow-y: auto; }
  @media only screen and (min-width: 70.0625em) {
    .tabbedContent .tabContent {
      min-height: 525px; } }
  .tabbedContent .tabContent.product, .tabbedContent .tabContent.exportInfo, .tabbedContent .tabContent.document, .tabbedContent .tabContent.videos, .tabbedContent .tabContent.addresses {
    height: auto; }
  .tabbedContent .tabContent.videos {
    text-align: center; }

/* body.sidebars-wide-right .tabbedContent .tabContent.videos {
	padding-left: rem-calc(5);
	padding-right: rem-calc(5);
} */
.ui-slider {
  position: relative;
  text-align: left; }
  .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2rem;
    height: 1.2rem;
    cursor: default; }
  .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7rem;
    display: block;
    border: 0;
    background-position: 0 0; }

.ui-slider-horizontal {
  height: 0.8rem; }
  .ui-slider-horizontal .ui-slider-handle {
    top: -0.3rem;
    margin-left: -0.6rem; }
  .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
  .ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
  .ui-slider-horizontal .ui-slider-range-max {
    right: 0; }

.ui-slider-vertical {
  width: 0.8rem;
  height: 100px; }
  .ui-slider-vertical .ui-slider-handle {
    left: -0.3rem;
    margin-left: 0;
    margin-bottom: -0.6rem; }
  .ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
  .ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
  .ui-slider-vertical .ui-slider-range-max {
    top: 0; }

body.exhibitorProfile {
  height: auto; }
  body.exhibitorProfile .tabbedContent .tab-nav li {
    white-space: nowrap; }
  body.exhibitorProfile .tabbedContent h2 {
    margin: 0; }
  body.exhibitorProfile .infoText {
    font-size: 80%; }
  body.exhibitorProfile #productsSection, body.exhibitorProfile #participatingIndividualsSection {
    border: 1px solid #CCCCCC;
    padding: 1.25rem;
    margin-bottom: 1.875rem; }
  body.exhibitorProfile #content .header:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  body.exhibitorProfile #documentsRepeater .description {
    white-space: pre;
    /* CSS2 */
    white-space: -moz-pre-wrap;
    /* Mozilla */
    white-space: -hp-pre-wrap;
    /* HP printers */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: pre-wrap;
    /* CSS 2.1 */
    white-space: pre-line;
    /* CSS 3 (and 2.1 as well, actually) */
    word-wrap: break-word;
    /* IE */ }
  body.exhibitorProfile .sharedStands {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding: 1.25rem;
    border: 1px solid #CCCCCC; }
    body.exhibitorProfile .sharedStands h2 {
      padding: 0.625rem;
      background-color: #EBB50E;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1.125rem; }
    body.exhibitorProfile .sharedStands h3 {
      margin-bottom: 0; }
    body.exhibitorProfile .sharedStands .stand {
      display: block; }
      body.exhibitorProfile .sharedStands .stand ol {
        padding: 0.625rem 0 2.5rem 0; }
      body.exhibitorProfile .sharedStands .stand ol, body.exhibitorProfile .sharedStands .stand li {
        display: block; }
    body.exhibitorProfile .sharedStands .master {
      margin-bottom: 0.625rem; }
    body.exhibitorProfile .sharedStands.empty {
      display: none; }
  body.exhibitorProfile ul.attributes {
    width: 130px;
    position: absolute;
    top: 145px; }
    body.exhibitorProfile ul.attributes li {
      margin: 0.1875rem;
      padding-left: 1.25rem; }
  body.exhibitorProfile div.addresses li {
    display: inline-block;
    vertical-align: top; }
    @media only screen and (min-width: 70.0625em) {
      body.exhibitorProfile div.addresses li {
        width: 47%; } }
  body.exhibitorProfile div.addresses dt {
    font-weight: bold; }
  body.exhibitorProfile div.addresses dd {
    margin: 0 0 0.625rem; }
  body.exhibitorProfile .exportInfo dl + dl {
    border-top: 1px solid #CCCCCC; }
  body.exhibitorProfile .exportInfo h2 + dl {
    border-top: 1px solid transparent;
    margin-top: 0; }
  body.exhibitorProfile .exportInfo dl {
    clear: both; }
  body.exhibitorProfile .exportInfo dl dt {
    float: left;
    width: 205px;
    margin-top: 0.625rem; }
  body.exhibitorProfile .exportInfo dl dd {
    margin-left: 12.8125rem;
    display: block; }
  body.exhibitorProfile .exportInfo dl.exportReps .jobTitle:after {
    content: ", "; }
  body.exhibitorProfile .documents li {
    margin-bottom: 0.625rem; }
    @media only screen and (min-width: 70.0625em) {
      body.exhibitorProfile .documents li {
        float: left;
        width: 47%;
        padding-right: 2%; } }
    body.exhibitorProfile .documents li.highlight {
      background-color: #fdf0e3; }
    body.exhibitorProfile .documents li.odd {
      clear: left; }
  body.exhibitorProfile .documents .fileSize {
    margin-left: 0.3125rem; }
    body.exhibitorProfile .documents .fileSize:before {
      content: "("; }
    body.exhibitorProfile .documents .fileSize:after {
      content: ")"; }
  body.exhibitorProfile .documents .date {
    font-weight: normal;
    font-style: italic; }
  body.exhibitorProfile .documents p {
    margin: 0;
    padding-left: 1.25rem; }
  body.exhibitorProfile #sendMessage {
    display: none; }
  body.exhibitorProfile .sendMessage .sendMessageActions {
    margin: 0.625rem; }
  body.exhibitorProfile .vcard .org, body.exhibitorProfile .vcard .tel .type, body.exhibitorProfile .vcard .url {
    display: none; }
  body.exhibitorProfile .vcard .country-name, body.exhibitorProfile .street-address span, body.exhibitorProfile .vcard .extended-address {
    display: block; }
  body.exhibitorProfile .vcard .locality, body.exhibitorProfile .vcard .postal-code, body.exhibitorProfile .vcard .region {
    display: inline-block; }
  body.exhibitorProfile .vcard .locality:after {
    content: ", "; }
  body.exhibitorProfile .vcard .region:after {
    content: " "; }
  body.exhibitorProfile .vcard .fn {
    font-size: 0.875rem;
    color: #333333;
    font-weight: normal;
    margin: 0; }
  @media only screen and (min-width: 70.0625em) {
    body.exhibitorProfile .col1, body.exhibitorProfile .col2 {
      float: left; } }
  body.exhibitorProfile .col2 {
    width: 100%; }
    @media only screen and (min-width: 70.0625em) {
      body.exhibitorProfile .col2 {
        width: 50%; } }
  body.exhibitorProfile #content .main .tabbedContent, body.exhibitorProfile #content .main .tabbedContent .tablinks, body.exhibitorProfile #content .main .tabbedContent .tabContent {
    clear: none;
    float: none; }
  body.exhibitorProfile #content .main .floorPlan {
    padding: 0; }
  body.exhibitorProfile .attribute-container {
    padding: 0;
    margin: 0 0 0.625rem 0.625rem;
    overflow: hidden; }
    body.exhibitorProfile .attribute-container legend {
      font-weight: bold; }
    body.exhibitorProfile .attribute-container ol {
      margin: 0; }
    body.exhibitorProfile .attribute-container li {
      clear: both; }
    body.exhibitorProfile .attribute-container .tablinks li {
      clear: none; }
  body.exhibitorProfile .inner-attribute-container dt, body.exhibitorProfile .inner-attribute-container span.label {
    color: #333333;
    display: block;
    font-weight: bold;
    margin-bottom: 0.1875rem; }
  body.exhibitorProfile .inner-attribute-container h2 {
    margin: 0; }
  body.exhibitorProfile .inner-attribute-container p, body.exhibitorProfile .inner-attribute-container dl {
    margin: 0 0 0.625rem; }
  body.exhibitorProfile .inner-attribute-container dd {
    padding: 0;
    border-top: 0 solid #CCCCCC;
    display: inline; }
    body.exhibitorProfile .inner-attribute-container dd.first {
      border-top: 0 solid #000000;
      display: inline; }
    body.exhibitorProfile .inner-attribute-container dd:last-child:after {
      display: none; }
    body.exhibitorProfile .inner-attribute-container dd ul {
      margin: 0.125rem 0 0 2.8125rem; }
    body.exhibitorProfile .inner-attribute-container dd li {
      font-weight: normal;
      list-style: disc; }
  body.exhibitorProfile .inner-attribute-container.tabContent p {
    font-weight: bold;
    margin: 0.625rem; }
  body.exhibitorProfile .attribute-container-exhibitorFooter {
    border: 0 solid #CCCCCC;
    margin: 0 0.625rem;
    padding-top: 0; }
    body.exhibitorProfile .attribute-container-exhibitorFooter .inner-attribute-container {
      margin-bottom: 0.625rem;
      overflow: hidden; }
  body.exhibitorProfile .product .productDetail .flags {
    display: none; }
  body.exhibitorProfile .product .list .productDetail {
    overflow: hidden; }
  body.exhibitorProfile #productsSection {
    position: relative; }
    body.exhibitorProfile #productsSection .jcarousel-item-placeholder {
      height: 125px; }
    body.exhibitorProfile #productsSection .jcarousel-item-placeholder:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      width: 42px;
      height: 42px;
      text-align: center;
      line-height: 2.625rem;
      content: "";
      font-size: 2rem;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    body.exhibitorProfile #productsSection h2 {
      margin: -1.3125rem -1.3125rem 0.625rem -1.3125rem;
      padding: 0.625rem;
      background-color: #EBB50E;
      color: #FFFFFF;
      font-weight: bold;
      font-size: 1.125rem; }
    body.exhibitorProfile #productsSection p.recordCount {
      font-size: 0.875rem;
      margin-bottom: 0; }
    body.exhibitorProfile #productsSection .productSearch input {
      float: left;
      width: auto;
      margin: 0; }
      @media only screen and (max-width: 40em) {
        body.exhibitorProfile #productsSection .productSearch input {
          float: none;
          width: 100%; } }
    body.exhibitorProfile #productsSection .productSearch button {
      margin: 0 0.3125rem; }
    body.exhibitorProfile #productsSection .jcarousel-skin-nova-default .jcarousel-container {
      padding: 0 2.5rem;
      background: none;
      border: 0; }
    body.exhibitorProfile #productsSection.productsSection-OnePageOrLess .jcarousel-skin-nova-default .jcarousel-container {
      padding: 0; }
    body.exhibitorProfile #productsSection .jcarousel-skin-nova-default .jcarousel-clip-horizontal {
      height: auto; }
    body.exhibitorProfile #productsSection.productsSection-OnePageOrLess li {
      width: 144px; }
  body.exhibitorProfile #participatingIndividualsSection {
    position: relative; }
    body.exhibitorProfile #participatingIndividualsSection h2 {
      padding: 0.3125rem 0.625rem;
      margin: 0; }
    body.exhibitorProfile #participatingIndividualsSection .participatingIndividualSearch a {
      line-height: 1.5rem; }
  body.exhibitorProfile #productsSection .productSearch, body.exhibitorProfile #participatingIndividualsSection .participatingIndividualSearch {
    position: absolute;
    top: -3px;
    right: 10px;
    padding: 0.3125rem 0.625rem; }
    body.exhibitorProfile #productsSection .productSearch a, body.exhibitorProfile #participatingIndividualsSection .participatingIndividualSearch a {
      font-weight: bold;
      color: #FFFFFF; }
  body.exhibitorProfile #productsList, body.exhibitorProfile #participatingIndividualsList {
    margin: 0.625rem 0; }
    body.exhibitorProfile #productsList li, body.exhibitorProfile #participatingIndividualsList li {
      width: 131px;
      height: auto;
      text-align: center;
      position: relative;
      z-index: 10; }
      body.exhibitorProfile #productsList li img, body.exhibitorProfile #participatingIndividualsList li img {
        padding: 1px;
        background-color: #FFFFFF;
        float: none;
        left: 50%;
        margin-left: -2.375rem;
        position: absolute;
        top: 0;
        z-index: 5; }
    body.exhibitorProfile #productsList a.small, body.exhibitorProfile #participatingIndividualsList a.small {
      display: none; }
    body.exhibitorProfile #productsList a.small.alwaysDisplay, body.exhibitorProfile #participatingIndividualsList a.small.alwaysDisplay {
      display: block; }
  body.exhibitorProfile #productsList li.jcarousel-item {
    margin-right: 0; }
  body.exhibitorProfile #productsList .name {
    margin-top: 5.3125rem;
    font-size: 0.875rem; }
  body.exhibitorProfile #productsList ul.flags, body.exhibitorProfile #productsList .exhibitor, body.exhibitorProfile #productsList .stand, body.exhibitorProfile #productsList .summary, body.exhibitorProfile #productsList .favourite span, body.exhibitorProfile #productsList .actions .novaObject-Rating, body.exhibitorProfile #productsList .actions .favourite, body.exhibitorProfile #productsList .novaObject-Comment, body.exhibitorProfile #productsList .attribute-container-productSearchResultAttributes {
    display: none; }
  body.exhibitorProfile #participatingIndividualsList {
    overflow: auto;
    padding-left: 0.125rem; }
    body.exhibitorProfile #participatingIndividualsList li {
      width: 152px;
      float: left; }
    body.exhibitorProfile #participatingIndividualsList .standDetails {
      display: none; }
      body.exhibitorProfile #participatingIndividualsList .standDetails ul.ParticipatingCompany li {
        display: inline;
        float: none; }
    body.exhibitorProfile #participatingIndividualsList p, body.exhibitorProfile #participatingIndividualsList ul.ParticipatingCompany {
      margin: 0.3125rem 0; }
    body.exhibitorProfile #participatingIndividualsList .item {
      overflow: hidden; }
    body.exhibitorProfile #participatingIndividualsList .name {
      margin-top: 5.625rem; }
    body.exhibitorProfile #participatingIndividualsList .actions {
      margin: 0.625rem auto 0;
      overflow: hidden;
      display: inline-block;
      float: none;
      width: auto; }
    body.exhibitorProfile #participatingIndividualsList .item .actions li {
      float: left;
      width: auto;
      margin-left: 0.1875rem;
      margin-right: 0.1875rem; }
    body.exhibitorProfile #participatingIndividualsList .favourite {
      display: block; }
  body.exhibitorProfile .nova-carousel-container.withVideos .viewer {
    height: 346px; }
    body.exhibitorProfile .nova-carousel-container.withVideos .viewer div div {
      margin: 0 auto; }
  body.exhibitorProfile #floorPlan #serviceArea1 {
    margin-left: 0.625rem; }
    body.exhibitorProfile #floorPlan #serviceArea1 .ui-slider {
      height: 65px; }
  body.exhibitorProfile #map {
    margin: 0.625rem; }
  body.exhibitorProfile ul.customObjects {
    margin: 0; }
    body.exhibitorProfile ul.customObjects li.customObjectItem {
      border-bottom: 1px solid #CCCCCC; }
    body.exhibitorProfile ul.customObjects li.customObjectItem:last-child {
      border-bottom: 0; }
  body.exhibitorProfile a.viewAll {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
    font-size: 0.8125rem;
    background-color: #EBB50E;
    border-color: #bc910b;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    text-transform: uppercase;
    font-weight: bold;
    float: right;
    margin-top: 0.625rem;
    margin-bottom: 0;
    border-radius: 3px; }
    body.exhibitorProfile a.viewAll:hover, body.exhibitorProfile a.viewAll:focus {
      background-color: #bc910b; }
    body.exhibitorProfile a.viewAll:hover, body.exhibitorProfile a.viewAll:focus {
      color: #FFFFFF; }
  body.exhibitorProfile .tabbedContent div.customObject {
    height: auto; }
    body.exhibitorProfile .tabbedContent div.customObject .attribute-container {
      overflow: visible; }

.treeView {
  margin: 0;
  width: 450px;
  display: inline-block; }
  .treeView ul {
    margin: 0.3125rem 0; }
  .treeView ul li i {
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 5px;
    background-repeat: no-repeat;
    background-position: 0 0;
    -webkit-backface-visibility: hidden; }
  .treeView ul li li i {
    left: 32px; }
  .treeView ul li.leaf i {
    display: none; }
  .treeView ul li.expanded div {
    border-top: 1px solid #999999;
    margin: 0.625rem 0 0 -1rem; }
  .treeView ul li li div {
    display: none; }
  .treeView ul li.hasChildren.collapsed i {
    background-image: url("/Css/Fragments/Treeview/Images/treeview_expand.gif"); }
  .treeView ul li.expanded i {
    background-image: url("/Css/Fragments/Treeview/Images/treeview_collapse.gif"); }
  .treeView ul li.expanded li {
    background: url("/Css/Fragments/Treeview/Images/dashed.gif") no-repeat 23px 0; }
    .treeView ul li.expanded li:last-child {
      background: url("/Css/Fragments/Treeview/Images/dashed-last.gif") no-repeat 23px -200px; }
  .treeView span {
    background: transparent;
    border: 0;
    cursor: pointer;
    text-align: left;
    display: block;
    margin-right: 2.625rem; }
  .treeView ul.root > li > sup {
    padding-top: 0.5rem; }
  .treeView li sup {
    position: absolute;
    right: 0;
    margin-right: 0.4375rem;
    top: 4px;
    color: #43AC6A;
    font-style: normal;
    font-weight: bold; }
  .treeView ul li a {
    display: none; }
  .treeView.selectLeafNodesOnly ul li.expanded a {
    margin-left: -1rem;
    padding-left: 1rem;
    display: block;
    font-weight: 0.8125rem;
    cursor: pointer;
    background-color: #EFEFEF; }
  .treeView.selectLeafNodesOnly ul li.collapsed a {
    display: none; }
  .treeView ul.root li span.nodeDescription {
    background: none; }
  .treeView ul ul.root > li.hasChildren.collapsed > i, .treeView ul ul.root > li.expanded > i {
    margin-top: 0; }
  .treeView ul ul.root > li > sup {
    padding-top: 0; }

#content .treeView ul {
  margin: 0; }
  #content .treeView ul li {
    list-style: none; }

#content .treeView ul ul {
  margin: 0 0 0 -1rem; }

#content .treeView ul li {
  position: relative;
  line-height: 1.125rem;
  list-style: none;
  margin-bottom: 0;
  padding: 0.125rem 0 0.125rem 1rem;
  min-width: 220px; }

#content .treeView ul.root > li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }

#content .treeView ul li.expanded li {
  border-width: 0; }

#content .treeView ul li li {
  width: auto;
  padding-left: 3rem; }

#content .treeView.selectLeafNodesOnly ul li li {
  padding-left: 3.25rem; }

#content .treeView.selectLeafNodesOnly ul.root > li.leaf {
  padding-left: 0; }

#content .treeView.selectLeafNodesOnly ul.root > li.hasChildren {
  padding-left: 1.25rem; }

#content .treeView ul li.leaf {
  padding-left: 1rem;
  padding-right: 0.3125rem;
  margin-left: 0; }

#content .treeView ul li li.leaf {
  padding-left: 2rem; }

#content .treeView ul li ul {
  display: none; }

#content .treeView ul li.expanded ul, #content .treeView ul li.expanded a {
  background-color: #EFEFEF; }

#content .treeView ul li.expanded > ul {
  display: block;
  clear: both; }

#content .treeView ul ul.root > li {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem; }

.showCheckboxes ul li span, .showCheckboxes ul.root li.leaf span, .selectLeafNodesOnly ul li span, .selectLeafNodesOnly ul.root li.leaf span {
  background: url("/Css/Fragments/Treeview/Images/checkbox_unselected.gif") no-repeat scroll 3px 3px transparent;
  padding-left: 1.25rem; }

.showCheckboxes ul.root span:hover, .showCheckboxes ul.root .selected span:hover, .selectLeafNodesOnly ul.root span:hover, .selectLeafNodesOnly ul.root .selected span:hover {
  background-color: #CCCCCC; }

.showCheckboxes ul.root li.hasSelectedDescendents > span {
  background: url("/Css/Fragments/Treeview/Images/checkbox_has_selected_descendent.gif") no-repeat scroll 3px 3px transparent; }

.showCheckboxes ul.root li.selected > span, .showCheckboxes ul.root li.mappingHigherScope.selected > span {
  background: url("/Css/Fragments/Treeview/Images/checkbox_selected.gif") no-repeat scroll 3px 3px transparent; }

.showCheckboxes ul.root li.notSelectable > span, .showCheckboxes ul.root li.mappingHigherScope > span {
  background-image: url("/Css/Fragments/Treeview/Images/checkbox_selected_greyedout.gif"); }

.showCheckboxes ul.root li.hasSelectedDescendents.notSelectable > span, .showCheckboxes ul.root li.hasSelectedHigherScopeDescendents > span {
  background-image: url("/Css/Fragments/Treeview/Images/checkbox_has_selected_descendent_greyedout.gif"); }

.showCheckboxes ul.root li.explicit > span {
  background: url("/Css/Fragments/Treeview/images/checkbox_selected.gif") no-repeat scroll 3px 3px transparent; }

.showCheckboxes ul.root li.explicitCascade > span {
  background: url("/Css/Fragments/Treeview/images/checkbox_indirect_selected.gif") no-repeat scroll 3px 3px transparent; }

.showCheckboxes ul.root li.implicit > span {
  background: url("/Css/Fragments/Treeview/images/checkbox_has_selected_descendent.gif") no-repeat scroll 3px 3px transparent; }

.showCheckboxes ul.root li.implicitCascade > span {
  background: url("/Css/Fragments/Treeview/images/checkbox_indirect_selected.gif") no-repeat scroll 3px 3px transparent; }

.selectLeafNodesOnly ul.root li span, .selectLeafNodesOnly ul.root li.hasChildren > span {
  background-image: none;
  padding-left: 0; }

#content .showCheckboxes ul li li.leaf {
  padding-left: 3rem; }

#content .showCheckboxes.selectLeafNodesOnly ul li li.leaf {
  padding-left: 2rem; }

li.mlDisabled div.treeView ul li.hasChildren {
  background: transparent url("/Css/Fragments/Treeview/Images/treeview_disabled.gif") no-repeat 0 3px; }

li.mlDisabled div.treeView ul li ul, li.mlDisabled div.treeView .toggleAllTreeNodes {
  display: none; }

.mlDisabled .showCheckboxes ul.root > span {
  background-image: url("/Css/Fragments/Treeview/Images/checkbox_greyedout.gif");
  color: #999999; }

.mlDisabled .showCheckboxes ul.root .selected > span {
  background-image: url("/Css/Fragments/Treeview/Images/checkbox_selected_greyedout.gif"); }

.mlDisabled .showCheckboxes ul.root span:hover, .mlDisabled .showCheckboxes ul.root .selected span:hover {
  background-color: transparent; }

.mlDisabled .showCheckboxes ul.root li.hasSelectedDescendents > span {
  background-image: url("/Css/Fragments/Treeview/Images/checkbox_has_selected_descendent_greyedout.gif"); }

.MagicZoom img {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

.MagicZoomBigImageCont {
  border: 1px solid #CCCCCC; }

.MagicZoomHeader {
  font-size: 0.875rem;
  line-height: normal !important;
  color: #FFFFFF;
  background: #FFFFFF;
  text-align: center; }

.MagicZoomPup {
  border: 1px solid #CCCCCC;
  background: #FFFFFF;
  cursor: move; }

.MagicZoomLoading {
  border: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  padding: 0.25rem 0.25rem 0.25rem 1.5rem;
  margin: 0;
  text-decoration: none;
  text-align: left;
  font-size: 0.5rem;
  color: #333333;
  position: relative; }
  .MagicZoomLoading:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    color: #EBB50E;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.MagicZoomPlus {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
  outline: 0 !important; }
  .MagicZoomPlus img {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important; }
  .MagicZoomPlus span {
    display: none !important; }

.MagicHotspots {
  display: none;
  visibility: hidden; }
  .MagicHotspots a {
    border: 1px solid #CCCCCC; }
    .MagicHotspots a:hover {
      border: 1px solid 1px solid #f04124; }

.MagicThumb, .MagicThumb:hover {
  cursor: -webkit-zoom-in !important;
  cursor: zoom-in !important;
  outline: 0 !important; }

.MagicThumb-expanded-thumbnail {
  cursor: default; }

.MagicThumb span {
  display: none !important; }

.MagicThumb img {
  border: 0;
  outline: 0; }

.MagicThumb-expanded {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  outline: 0;
  padding: 0; }

.MagicThumb-buttons {
  height: 24px;
  display: block; }
  .MagicThumb-buttons a {
    background-color: #000000 !important;
    width: 24px;
    height: 24px;
    font-size: 1rem;
    margin: 0 0.0625rem !important;
    border-radius: 3px;
    opacity: 0.6;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
    .MagicThumb-buttons a:hover {
      opacity: 1; }
    .MagicThumb-buttons a:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      line-height: 1.5rem;
      text-align: center;
      content: "";
      color: #FFFFFF; }

.MagicThumb-caption {
  background-color: #EFEFEF;
  color: #222;
  padding: 0 0.3125rem;
  line-height: 1.5rem;
  font-size: 0.875rem; }

.MagicThumb-loader {
  font-size: 0.875rem;
  border: 1px solid #000000;
  background-color: #FFFFFF;
  padding: 0.125rem 0.125rem 0.125rem 1.375rem;
  margin: 0;
  text-decoration: none;
  text-align: left;
  position: relative; }
  .MagicThumb-loader:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    font-size: 1.5rem;
    color: #EBB50E;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.MagicThumb-external-caption {
  display: none; }

div.viewer {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  margin: 0 0 1.25rem 0;
  padding: 0.3125rem;
  text-align: center;
  position: relative;
  overflow: hidden; }
  div.viewer.withCarousel {
    margin-bottom: 0;
    border-bottom: 0;
    overflow: hidden; }
  div.viewer .overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    padding: 0.3125rem;
    line-height: 1.25rem;
    bottom: 0;
    left: 0;
    font-size: 0.875rem;
    font-weight: normal;
    color: #FFFFFF;
    z-index: 101; }
  div.viewer .restrictedOverlay {
    padding: 0.3125rem;
    background-color: #f08a24; }
    div.viewer .restrictedOverlay:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      font-size: 1rem;
      margin-right: 0.3125rem; }

div.imageContainer {
  display: block; }
  div.imageContainer img {
    max-width: inherit; }

.nova-carousel-container {
  position: relative;
  overflow: auto; }
  .nova-carousel-container li.video div.videoScript, .nova-carousel-container li.video div.overlay {
    display: none; }
  .nova-carousel-container.videoScript {
    display: inline; }

.MagicZoomBigImageCont {
  border: 0; }

.oo-player-container {
  position: relative;
  margin: auto;
  z-index: 1; }

/* Product Profile
	/Css/Templates/productProfile/productProfile_templated.css */
/* Product Profile Variables */
body.productProfile .participatingCompany-badge h2.exhibitorName {
  display: block; }

body.productProfile #actionsocial {
  float: right;
  margin-right: 0.625rem; }
  body.productProfile #actionsocial .action {
    float: right; }
  body.productProfile #actionsocial .social {
    float: left;
    margin: 0 0 0 0.625rem;
    width: auto; }

body.productProfile #recommendTools {
  clear: both;
  width: auto; }
  body.productProfile #recommendTools ul {
    margin: 0 0 0.625rem 0; }
  body.productProfile #recommendTools li {
    list-style: none;
    float: left;
    margin-right: 0.3125rem; }
  body.productProfile #recommendTools .fb-like {
    height: 20px;
    overflow: hidden; }

body.productProfile .details .name {
  color: #333333;
  clear: both; }

body.productProfile .details .medias {
  position: absolute;
  width: 120px;
  left: 0; }

body.productProfile .details img.logo {
  margin: 0.625rem; }

body.productProfile .details .flags {
  margin: 0; }

body.productProfile .details .description, body.productProfile #documentsRepeater .description {
  white-space: pre;
  /* CSS2 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP printers */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */ }

body.productProfile .headline {
  margin-right: 0.3125rem;
  font-style: italic; }

body.productProfile .favourite button {
  text-indent: 0;
  width: 100%;
  height: auto;
  padding: 0.625rem; }
  body.productProfile .favourite button span {
    font-size: 0.875rem; }
  body.productProfile .favourite button:before {
    position: static;
    margin-right: 0.625rem; }

body.productProfile .product {
  position: relative; }
  body.productProfile .product:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
  body.productProfile .product .medias {
    height: auto;
    overflow: visible;
    margin-bottom: 0.625rem; }
  body.productProfile .product .details ul, body.productProfile .product .details .actions, body.productProfile .product .details p {
    display: block;
    clear: both; }
  body.productProfile .product .details .actions ul {
    float: none; }
  body.productProfile .product .actions ul {
    margin: 0;
    display: table;
    padding: 0;
    float: right;
    width: auto; }
  body.productProfile .product .actions {
    float: right;
    margin: 0.3125rem 0.625rem 0.3125rem 0; }
  body.productProfile .product .colWrap {
    margin-bottom: 1.875rem; }

body.productProfile h2.productName {
  display: none; }

body.productProfile div.mediaContainer {
  overflow: hidden !important; }

body.productProfile #otherProducts-ProductsList {
  margin-bottom: 0.625rem; }
  body.productProfile #otherProducts-ProductsList li {
    list-style: none;
    position: relative;
    text-align: center;
    height: auto; }
  body.productProfile #otherProducts-ProductsList .name {
    margin-top: 5.3125rem;
    margin-bottom: 0;
    font-size: 0.875rem; }
  body.productProfile #otherProducts-ProductsList .logo img {
    float: none;
    padding: 1px;
    top: 0;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

body.productProfile .jcarousel-skin-nova-default .jcarousel-item {
  height: 100% !important; }

body.productProfile .additional {
  clear: both; }
  body.productProfile .additional ul {
    margin: 0; }
  body.productProfile .additional li {
    list-style: none;
    margin: 0;
    font-size: 0.875rem; }
  body.productProfile .additional .fileSize {
    margin-left: 0.3125rem; }
    body.productProfile .additional .fileSize:before {
      content: "("; }
    body.productProfile .additional .fileSize:after {
      content: ")"; }
  body.productProfile .additional .date {
    font-weight: normal;
    font-style: italic;
    font-size: 0.875rem;
    margin: 0; }

body.productProfile .flags li {
  display: inline-block;
  vertical-align: top;
  margin: 0.625rem 0;
  list-style: none; }
  body.productProfile .flags li img {
    display: block;
    float: left;
    margin-right: 0.1875rem; }
  body.productProfile .flags li span {
    display: block;
    float: left;
    width: 88px; }

body.productProfile .attribute-container {
  margin: -0.625rem 0; }
  body.productProfile .attribute-container legend {
    font-weight: bold; }
  body.productProfile .attribute-container ol {
    margin: 0; }

body.productProfile .inner-attribute-container p {
  clear: both; }

body.productProfile .inner-attribute-container dl {
  clear: both;
  margin: 0; }

body.productProfile .inner-attribute-container dd {
  padding: 0.625rem 0 0;
  border-top: 1px solid #CCCCCC;
  margin: 0.625rem; }
  body.productProfile .inner-attribute-container dd.first {
    border-top: 0;
    padding-top: 0; }
  body.productProfile .inner-attribute-container dd ul {
    margin: 0.125rem 0 0 0.9375rem; }
  body.productProfile .inner-attribute-container dd li {
    list-style: disc; }

body.productProfile .inner-attribute-container dt, body.productProfile .inner-attribute-container span.label {
  color: #333333;
  font-size: 0.875rem;
  font-weight: bold;
  display: block;
  margin: 0.625rem; }

body.productProfile .inner-attribute-container span.value {
  display: block;
  margin: 0.625rem; }

body.productProfile .col1 {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1.25rem; }

body.productProfile .attribute-container-productContainer1 {
  margin-bottom: -0.625rem;
  margin-top: 0; }

body.productProfile .actions div.noindex, body.productProfile .actions div.favourite {
  display: inline; }

body.productProfile .actions li {
  list-style: none;
  text-align: left; }

body.productProfile .actions div.favouriteOn, body.productProfile .actions div.favouriteOff {
  margin-left: 0;
  display: inline;
  padding: 0; }

body.productProfile .noemail div.favouriteOn, body.productProfile .noemail .noemail div.favouriteOff {
  margin-left: auto;
  display: table; }

body.productProfile .attribute-container-productContainer1, body.productProfile .col2, body.productProfile .col3 {
  display: table-cell;
  float: left;
  width: auto; }
  @media only screen and (max-width: 40em) {
    body.productProfile .attribute-container-productContainer1, body.productProfile .col2, body.productProfile .col3 {
      float: none;
      display: block;
      width: 100%; } }

body.productProfile .media-noDescription-container2 {
  clear: both; }

body.productProfile .col2 .privacy {
  margin-left: 0;
  font-style: italic;
  font-size: 0.875rem;
  margin-bottom: 0.625rem; }

body.productProfile .col2 #productRating {
  margin-left: 0;
  margin-bottom: 0.625rem; }

body.productProfile .col3 {
  padding-left: 1.25rem;
  float: none; }

body.productProfile .media-description-noContainer2 .col2 #productRating {
  margin-left: 0;
  margin-bottom: 0.625rem; }
  body.productProfile .media-description-noContainer2 .col2 #productRating::after {
    clear: both;
    content: "";
    display: block; }
  body.productProfile .media-description-noContainer2 .col2 #productRating label {
    display: inline-block;
    float: left;
    margin-right: 0.625rem;
    font-weight: bold; }

body.productProfile .noMedia-description-container2 {
  margin-left: 0.625rem; }

body.productProfile .bottom {
  clear: both; }

body.productProfile .noMedia-description-noContainer2 .col2 #personalNote {
  margin-left: 0.625rem; }

body.productProfile .noMedia.container1 #personalNote {
  margin-left: 0; }

body.productProfile #otherProducts {
  width: auto;
  overflow: hidden;
  position: relative;
  border: 1px solid #CCCCCC;
  padding: 1.25rem;
  margin-bottom: 1.875rem; }
  body.productProfile #otherProducts .exhibitor, body.productProfile #otherProducts .flags {
    display: none; }
  body.productProfile #otherProducts h2 {
    margin: -1.3125rem -1.3125rem 0.625rem -1.3125rem;
    padding: 0.625rem;
    background-color: #EBB50E;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 1.125rem; }
  body.productProfile #otherProducts.productCarousel-Search h2 {
    padding-right: 30.3125rem; }
  body.productProfile #otherProducts .productSearch {
    position: absolute;
    top: 3px;
    right: 6px;
    padding: 0.3125rem 0.625rem; }
    body.productProfile #otherProducts .productSearch input {
      width: auto;
      float: left; }
    body.productProfile #otherProducts .productSearch button {
      margin: 0 0.3125rem; }
    body.productProfile #otherProducts .productSearch a {
      font-weight: bold;
      color: #FFFFFF; }
  body.productProfile #otherProducts .jcarousel-skin-nova-default .jcarousel-container {
    background-color: transparent;
    border-radius: 0;
    margin: 0;
    height: 100%; }
  body.productProfile #otherProducts .exhibitor, body.productProfile #otherProducts .stand, body.productProfile #otherProducts .summary, body.productProfile #otherProducts .favourite span, body.productProfile #otherProducts .actions .novaObject-Rating, body.productProfile #otherProducts .novaObject-Comment {
    display: none; }
  body.productProfile #otherProducts .recordCount {
    margin-left: 0; }
  body.productProfile #otherProducts .jcarousel-skin-nova-default .jcarousel-clip-horizontal {
    height: auto; }

body.productProfile .jcarousel-skin-nova-default .jcarousel-container {
  margin: 0 0 1.25rem 0; }

body.productProfile .productCarousel .jcarousel-skin-nova-default .jcarousel-item-placeholder {
  height: 125px; }
  body.productProfile .productCarousel .jcarousel-skin-nova-default .jcarousel-item-placeholder:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    line-height: 2.625rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/* Conference/Education Session
	/Css/Templates/sessionDetail/sessionDetail_templated.css
	/Css/Fragments/Meetings/RequestMeetingButton_templated.css */
/* Conference/Education Session Variables */
body.sessionDetail {
  /* Negative Magin Fix by Onay */ }
  body.sessionDetail h2.title {
    display: none; }
  body.sessionDetail .list .contributorSessionRoleDetail img.logo, body.sessionDetail .list .contributorSessionRoleDetail .logo img {
    margin-top: 0; }
  body.sessionDetail #sessionDetails .actions {
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
    margin: 0; }
    @media only screen and (min-width: 70.0625em) {
      body.sessionDetail #sessionDetails .actions {
        clear: none;
        float: right;
        margin: 0 0.625rem;
        width: 30%; } }
    body.sessionDetail #sessionDetails .actions div {
      margin-top: 0;
      margin-bottom: 0.3125rem; }
    body.sessionDetail #sessionDetails .actions li {
      list-style: none;
      float: right;
      clear: both; }
    body.sessionDetail #sessionDetails .actions .flags li {
      max-width: 9.0625rem; }
    body.sessionDetail #sessionDetails .actions .flags img {
      max-width: 100%;
      height: auto; }
    body.sessionDetail #sessionDetails .actions .flags {
      margin: 0.625rem 0; }
    body.sessionDetail #sessionDetails .actions .addToExternalCalendar {
      clear: right;
      float: right;
      margin: 0 0.625rem;
      width: 160px; }
    body.sessionDetail #sessionDetails .actions #personalNote {
      clear: right; }
    body.sessionDetail #sessionDetails .actions .title {
      font-size: 1.25rem;
      font-weight: bold; }
  body.sessionDetail .inlineElement {
    display: inline; }
  body.sessionDetail .startTime, body.sessionDetail .location {
    display: block;
    margin-bottom: 0.3125rem; }
  body.sessionDetail .startTime {
    font-size: 1.5rem;
    font-weight: bold; }
  body.sessionDetail .location {
    font-size: 1.125rem; }
  body.sessionDetail .participatingIndividualDetail .image-and-actions {
    position: static; }
  body.sessionDetail .actions .mainButton {
    display: block;
    text-align: center; }
  body.sessionDetail .largeIcon a, body.sessionDetail .largeIcon .fileSize {
    display: block; }
  body.sessionDetail .largeIcon a, body.sessionDetail .largeIcon .description, body.sessionDetail .largeIcon .date, body.sessionDetail .largeIcon .fileSize {
    padding-left: 5.3125rem; }
  body.sessionDetail .inner-attribute-container dt, body.sessionDetail .inner-attribute-container span.label {
    color: #333333;
    font-size: 0.875rem;
    display: block;
    font-weight: bold;
    margin-bottom: 0.3125rem; }
  body.sessionDetail .inner-attribute-container h2 {
    margin: 0;
    overflow: hidden;
    color: #404040;
    font-size: 0.875rem; }
  body.sessionDetail .inner-attribute-container p, body.sessionDetail .inner-attribute-container dl {
    margin: 0 0 0.625rem; }
  body.sessionDetail .inner-attribute-container dd {
    padding: 0.3125rem 0; }
    body.sessionDetail .inner-attribute-container dd ul {
      margin: 0.125rem 0 0 0.9375rem; }
    body.sessionDetail .inner-attribute-container dd li {
      font-weight: normal;
      list-style: disc; }
  body.sessionDetail .attribute-container-symposiumSessionProfileRight {
    border-top: 3px solid #EFEFEF;
    border-bottom: 3px solid #EFEFEF; }
  body.sessionDetail .language .title {
    display: inline;
    font-weight: normal; }
  body.sessionDetail .language .flag {
    margin-right: 0.625rem;
    margin-left: 0.3125rem;
    display: inline-block;
    text-indent: -9999px;
    line-height: 1; }
  body.sessionDetail .jcarousel-skin-nova-default {
    width: auto; }
  body.sessionDetail .mediaGallery {
    margin-left: 0.625rem; }
  body.sessionDetail #sidebarRight .relatedContent .list .itemDetail {
    width: 100%;
    float: none; }
  body.sessionDetail #sidebarRight .relatedContent .list .actions {
    width: 100%;
    position: static; }
  body.sessionDetail #sidebarRight .relatedContent .list .listItemDetail .favourite {
    float: none; }
  body.sessionDetail #sidebarRight .relatedContent .button-flat-favourite,
  body.sessionDetail #sidebarRight .relatedContent .language,
  body.sessionDetail #sidebarRight .relatedContent .favourite {
    display: inline;
    float: none;
    text-align: inherit;
    margin-right: 0.5rem; }
  body.sessionDetail #sidebarRight .list .itemDetail .descriptionContainer,
  body.sessionDetail #sidebarRight .list .itemDetail .name {
    margin-right: 0.625rem; }
  body.sessionDetail #sidebarRight .relatedContent {
    max-height: 300px;
    overflow: auto; }
  body.sessionDetail .relatedContent .list {
    border: 0 solid #EFEFEF;
    border-top-width: 1px;
    margin: 0; }
  body.sessionDetail .relatedContent .relatedContentHeading {
    border-top-width: 1px !important;
    padding: 0.625rem;
    margin: 0.625rem 0; }
  body.sessionDetail .relatedContent .more {
    float: right;
    margin-top: 0.5rem; }
  body.sessionDetail .relatedContent .list .sessionItemDetail {
    border-bottom: 1px solid #CCCCCC; }
  body.sessionDetail .relatedContent.hideThumbnail .itemDetail .descriptionContainer {
    margin-left: 0.625rem; }
  body.sessionDetail .relatedContent .novaObject-Comment {
    display: none; }
  body.sessionDetail .relatedContentSession .relatedContentHeading, body.sessionDetail .relatedContentSession .sessionItemDetail {
    border-style: solid;
    border-color: #EFEFEF;
    border-width: 0 1px 1px 1px; }
  body.sessionDetail .tabContent.relatedContent,
  body.sessionDetail #sidebarRight .relatedContent {
    padding: 0.625rem; }

.button-meeting {
  text-align: center;
  margin: 0 auto;
  display: block; }

/* Delegate Profile
	/Css/Templates/delegateProfile/delegateProfile_templated.css
	/Css/Templates/DelegateProfile/EditDelegateProfile_templated.css */
/* Delegate Profile Variables */
body.delegateProfile h2.participatingIndividualName {
  color: #333333;
  font-size: 1.125rem;
  line-height: 1.5rem; }

body.delegateProfile h2 {
  font-weight: bold; }

body.delegateProfile .infoText {
  font-size: 80%; }

body.delegateProfile .details {
  float: left;
  width: 100%;
  margin-bottom: 1.25rem; }
  body.delegateProfile .details .images {
    float: left;
    width: auto; }
  body.delegateProfile .details img.logo {
    margin: 0.625rem 0 0.3125rem 0.625rem; }
  body.delegateProfile .details .images .exhibitorLabel {
    margin-left: 0.75rem; }
  body.delegateProfile .details .headline {
    font-weight: bold;
    margin-top: 0.3125rem; }
  body.delegateProfile .details .name {
    font-size: 1.125rem;
    color: #333333; }
  body.delegateProfile .details .stand {
    margin-bottom: 10px; }
  body.delegateProfile .details .stand p {
    font-weight: bold;
    margin-right: 0.1875rem; }
  body.delegateProfile .details .stand p, body.delegateProfile .details .stand ol, body.delegateProfile .details .stand li {
    display: inline; }
  body.delegateProfile .details .stand ol {
    margin: 0;
    font-weight: normal; }

body.delegateProfile .companyParticipant .details img.logo {
  float: right; }

body.delegateProfile .content {
  margin: 0 0.625rem 0 10.625rem;
  position: relative; }
  body.delegateProfile .content .label {
    color: #333333;
    display: block;
    font-weight: bold;
    margin-bottom: 0.25rem; }
  body.delegateProfile .content .description {
    margin: 0.625rem; }
  body.delegateProfile .content .description p, body.delegateProfile .content .description ul, body.delegateProfile .content .description ol {
    margin-left: 0;
    margin-right: 0; }

body.delegateProfile .sectionDivider {
  border: 1px solid #CCCCCC;
  padding: 0.625rem 0 0 0; }

body.delegateProfile .contentMargin {
  margin: 0.625rem 12.5rem 0.625rem 0.625rem; }

body.delegateProfile .social {
  float: none;
  clear: none; }

body.delegateProfile div.actions {
  float: right;
  width: 30%; }
  body.delegateProfile div.actions li {
    list-style: none;
    padding: 1px 0;
    margin-bottom: 0.3125rem;
    margin-left: 0.3125rem; }

body.delegateProfile .participatingIndividual div.actions {
  margin: 0.3125rem; }
  body.delegateProfile .participatingIndividual div.actions ul {
    margin: 0 auto;
    display: block;
    padding: 0; }

body.delegateProfile .participatingIndividual .actions div.favouriteOn, body.delegateProfile .participatingIndividual .actions div.favouriteOff {
  margin-left: 0;
  display: inline;
  padding: 0; }

body.delegateProfile .noLogo .content {
  margin-left: 0; }

body.delegateProfile .listContent {
  border-top-width: 1px;
  overflow: hidden;
  border: 1px solid #CCCCCC;
  clear: left;
  overflow: hidden;
  padding: 0.625rem 0 0;
  margin: 0.625rem; }

body.delegateProfile ul.flags {
  margin: 0.3125rem 0.625rem 0.625rem 0.625rem; }
  body.delegateProfile ul.flags li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.3125rem; }
  body.delegateProfile ul.flags li img {
    display: block;
    float: left;
    margin-right: 0.1875rem; }
  body.delegateProfile ul.flags li span {
    display: block;
    float: left;
    width: 88px; }

body.delegateProfile .socialNetworkProfiles {
  height: 30px; }

body.delegateProfile .companyParticipant .content hr,
body.delegateProfile .delegateFooter hr,
body.delegateProfile .contactInfo hr {
  color: #CCCCCC;
  background-color: #CCCCCC;
  border: 0;
  margin-left: 0.625rem;
  height: 1px; }

body.delegateProfile .delegateFooter hr {
  margin-bottom: 0.625rem; }

body.delegateProfile .contactInfo {
  clear: right; }

body.delegateProfile .attribute-container {
  padding: 0;
  margin: 0 0.625rem 0.625rem 0.625rem;
  overflow: hidden; }
  body.delegateProfile .attribute-container legend {
    font-weight: bold; }
  body.delegateProfile .attribute-container ol {
    margin: 0; }
  body.delegateProfile .attribute-container li {
    clear: both;
    margin-bottom: 0.625rem; }

body.delegateProfile .companyParticipant .attribute-container {
  margin-bottom: 0; }

body.delegateProfile .inner-attribute-container dt, body.delegateProfile .inner-attribute-container span.label {
  color: #333333;
  display: block;
  font-weight: bold;
  margin-bottom: 0.25rem; }

body.delegateProfile .inner-attribute-container h2 {
  margin: 0; }

body.delegateProfile .inner-attribute-container p, body.delegateProfile .inner-attribute-container dl {
  margin: 0 0 0.625rem; }

body.delegateProfile .inner-attribute-container dd {
  padding: 0.3125rem 0; }

body.delegateProfile .inner-attribute-container dd ul {
  margin: 0.125rem 0 0 0.9375rem; }

body.delegateProfile .inner-attribute-container dd li {
  font-weight: normal;
  list-style: disc; }

body.delegateProfile #sendMessage {
  display: none; }

body.delegateProfile .tabbedContent {
  margin: 0 0.625rem 0.625rem; }

body.delegateProfile #content .tabContent {
  height: auto; }

.socialNetworks {
  margin: 0 0 1.25rem 0;
  padding: 0.625rem; }
  .socialNetworks a.disabled, .socialNetworks a.disabled:hover {
    opacity: 0.5;
    color: #000000; }

img.recommendLinks {
  margin-left: 2.5rem; }

#sendMessagePopup {
  display: none; }

input.imageButton {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 0.3125rem;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  overflow: hidden;
  float: left;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: none;
          box-shadow: none; }
  input.imageButton:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }

input.editButton {
  background-image: url("/Css/Templates/DelegateProfile/images/pencil.png"); }

input.deleteButton {
  background-image: url("/Css/Templates/DelegateProfile/images/cross.png"); }

input.moveUpButton {
  background-image: url("/Css/Templates/DelegateProfile/images/up.png"); }

input.moveDownButton {
  background-image: url("/Css/Templates/DelegateProfile/images/down.png"); }

.itemList {
  clear: left; }
  .itemList td h3, .itemList td p {
    margin: 0.1875rem; }
  .itemList .leftFloatedThumb {
    width: 120px;
    float: left;
    margin: 0 0.3125rem 0 0; }
  .itemList .actionsColumn, .itemList .moveOrderColumn {
    width: 70px; }
  .itemList .addImagesColumn, .itemList .addDocumentsColumn {
    width: 150px; }

.topActions {
  text-align: center;
  margin-bottom: 0.625rem; }

#editParticipatingIndividualProfile h1 {
  display: none; }

#editParticipatingIndividualProfile .images {
  float: left;
  width: 155px;
  text-align: center;
  margin: 0.3125rem 1.25rem 0.3125rem 0.3125rem;
  position: relative; }
  #editParticipatingIndividualProfile .images .delete {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

#editParticipatingIndividualProfile .imageActions {
  margin: 1.25rem 0.625rem; }

#editParticipatingIndividualProfile .noPreview {
  border: 1px solid #CCCCCC;
  height: 162px;
  display: table;
  border-collapse: collapse; }
  #editParticipatingIndividualProfile .noPreview span {
    display: table-cell;
    padding: 0.625rem;
    text-align: center;
    vertical-align: middle; }

#editParticipatingIndividualProfile .attribute-container-delegateProfileDetails2 fieldset {
  display: block;
  margin: 0;
  padding-left: 0;
  padding-right: 0; }
  #editParticipatingIndividualProfile .attribute-container-delegateProfileDetails2 fieldset ol {
    margin-left: 0; }
  #editParticipatingIndividualProfile .attribute-container-delegateProfileDetails2 fieldset .treeView ul.root > li {
    padding-bottom: 0.625rem; }
  #editParticipatingIndividualProfile .attribute-container-delegateProfileDetails2 fieldset .treeView ul.root > li span {
    padding-left: 1.5625rem; }

#editDelegateProfilePopupBtns {
  margin-top: 0.9375rem; }

.delegateEditProfileImage .inputForm {
  width: auto; }

.mlContainer .mlContent .mlDisableLanguage {
  top: -30px; }

/* Company Account
	/css/fragments/statistics/statistics-module.css
	/Css/Fragments/Tasks/EnhancedTaskList_templated.css
	/Css/Fragments/ProgressBar/ProgressBar_templated.css
	/css/fragments/companymanager/companymanager-module.css */
/* Company Account Variables */
.statistics-module {
  border: 1px solid #CCCCCC;
  background-color: #EFEFEF;
  padding: 0;
  margin: 1.25rem 0; }
  .statistics-module a {
    display: block; }
  .statistics-module h2 {
    display: block;
    background-color: #EBB50E;
    margin: -0.0625rem -0.0625rem 0 -0.0625rem;
    color: #FFFFFF;
    font-size: 1.125rem;
    font-weight: bold;
    padding: 0.3125rem 0.625rem; }
  .statistics-module .action {
    margin: 0.625rem 0.3125rem 0 0;
    float: right;
    vertical-align: bottom; }
  .statistics-module ul {
    margin: 0;
    list-style: none; }

.statistics-item {
  border-bottom: 1px solid #CCCCCC;
  margin: 0 !important;
  padding: 0.625rem;
  color: #999999;
  line-height: 1rem;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out; }
  .statistics-item:hover {
    background-color: #FFFFFF; }
  .statistics-item:last-child {
    border-bottom: 0; }

.statistics-item .statistics-value {
  color: #333333;
  font-weight: bold;
  vertical-align: middle; }

.tasks-container, .tasks-container ul {
  list-style: none; }

.enhanced-task-list li:hover {
  background-color: #EFEFEF; }

.enhanced-task-list li.complete-profile-container:hover {
  background-color: inherit; }

.enhanced-task-list .profile-completion-header:hover, .enhanced-task-list .task-row-header:hover {
  background-color: inherit; }

.enhanced-task-list .profile-completion-heade, .enhanced-task-list .profile-completion-task {
  padding: 0.3125rem 0.625rem 0.3125rem 1.875rem; }

.enhanced-task-list p {
  margin: 0 0.625rem 0.3125rem 0.625rem; }

.enhanced-task-list .task-row-heading, .enhanced-task-list .profile-completion-heading {
  color: #999999;
  font-weight: normal;
  margin: 0; }

.enhanced-task-list .task-detail-col {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 73%; }

.enhanced-task-list .task-status-col {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 26%; }

.enhanced-task-list .due-date-type {
  text-transform: uppercase;
  font-size: 0.6875rem; }

.enhanced-task-list .due, .enhanced-task-list .mandatory, .enhanced-task-list .due-date-period {
  color: #999999; }

.enhanced-task-list .due-today, .enhanced-task-list .overdue {
  color: #f04124; }

.enhanced-task-list .mandatory, .enhanced-task-list .due-date-period {
  font-size: 0.6875rem; }

.enhanced-task-list .complete-profile-group .expanded {
  color: #333333; }

.all-tasks-completed-message p:first-child {
  background-color: #85d0a1;
  border: 1px solid #43AC6A;
  padding: 0.625rem; }
  .all-tasks-completed-message p:first-child span {
    float: right;
    width: 95%; }

.progress-bar {
  display: inline-block;
  zoom: 1;
  height: 20px;
  text-align: left;
  width: auto;
  position: relative;
  overflow: hidden;
  line-height: 1.25rem;
  min-width: 142px;
  vertical-align: middle; }
  .progress-bar * {
    zoom: 1; }
  .progress-bar span {
    position: relative;
    color: #FFFFFF;
    padding: 0.0625rem 0.5rem;
    z-index: 5;
    font-size: 0.875rem;
    text-align: center;
    mix-blend-mode: difference; }
  .progress-bar .bg, .progress-bar .fg {
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .progress-bar .bg {
    width: 100%;
    background-color: #EFEFEF; }
  .progress-bar .fg {
    background-color: #43AC6A; }

#CompanyManagerLinkList.waiting {
  position: relative;
  height: 35px; }
  #CompanyManagerLinkList.waiting:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    width: 42px;
    height: 42px;
    line-height: 2.625rem;
    text-align: center;
    font-size: 2.375rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/* Profile Completion by Onay CSS */
#profile-score {
  border: 1px solid #CCCCCC; }
  #profile-score p {
    margin-bottom: 0; }
  #profile-score span {
    display: inline-block;
    padding: 0.125rem 0.3125rem;
    background-color: #EBB50E;
    color: #FFFFFF;
    font-weight: 700; }

/* User Login
	/Css/Templates/websiteSignUploginform/websiteSignUploginform_templated.css
	/Css/Templates/websiteSignUpResetUserPassword/websiteSignUpResetUserPassword_templated.css */
/* User Login Variables */
div.oAuth {
  margin: 0; }
  div.oAuth a.oAuthButton {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #f08a24;
    border-color: #cf6e0e;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    color: #FFFFFF; }
    div.oAuth a.oAuthButton:hover, div.oAuth a.oAuthButton:focus {
      background-color: #cf6e0e; }
    div.oAuth a.oAuthButton:hover, div.oAuth a.oAuthButton:focus {
      color: #FFFFFF; }
    div.oAuth a.oAuthButton:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "";
      display: inline-block;
      margin-right: 0.3125rem; }
  div.oAuth a.linkedin {
    background-color: #007bb6; }
    div.oAuth a.linkedin:hover {
      background-color: #006a9d; }

body.websiteSignUp-LoginForm .inputForm {
  border: 1px solid #CCCCCC;
  padding: 1.25rem;
  margin: 0 0 1.25rem 0; }

body.websiteSignUp-LoginForm .seperator {
  background-color: #FFFFFF;
  padding: 0.9375rem 0;
  text-align: center;
  text-transform: uppercase; }

body.websiteSignUp-LoginForm #loginContainer h2 {
  display: none; }

body.websiteSignUp-LoginForm #loginContainer a.signupLink {
  font-weight: bold; }

body.websiteSignUp-LoginForm #loginContainer a.signupLink:before {
  content: " "; }

body.websiteSignUp-LoginForm a.forgotPassword {
  clear: both;
  margin: 1.25rem 0;
  line-height: normal;
  display: block; }

body.websiteSignUp-LoginForm div.oAuth {
  margin: 0 0.625rem; }

body.websiteSignUp-LoginForm #signUpPrimer {
  width: 100%;
  float: none;
  text-align: left;
  padding: 0 1.25rem;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 70.0625em) {
    body.websiteSignUp-LoginForm #signUpPrimer {
      float: right;
      width: 50%; } }
  body.websiteSignUp-LoginForm #signUpPrimer .panel {
    margin: 0 !important; }

body.websiteSignUp-LoginForm .standard {
  text-align: center; }
  body.websiteSignUp-LoginForm .standard .inputForm {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left;
    position: relative;
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 70.0625em) {
      body.websiteSignUp-LoginForm .standard .inputForm {
        width: 50%; } }
  body.websiteSignUp-LoginForm .standard #loginFields {
    width: 100%; }
  body.websiteSignUp-LoginForm .standard #authProviders {
    width: 100%; }
  body.websiteSignUp-LoginForm .standard #authProviders:before {
    border-right: 1px solid #CCCCCC;
    content: "";
    height: 90%;
    position: absolute; }
  body.websiteSignUp-LoginForm .standard #authProviders .separator {
    width: 68px;
    position: absolute;
    top: 80px;
    left: 236px;
    z-index: 1;
    overflow: hidden; }

body.websiteSignUp-LoginForm .thirdPartyRegistration {
  margin: 0.625rem; }
  body.websiteSignUp-LoginForm .thirdPartyRegistration .inputForm {
    width: 355px;
    display: table-cell; }
  body.websiteSignUp-LoginForm .thirdPartyRegistration .separator {
    display: block;
    overflow: hidden; }
  body.websiteSignUp-LoginForm .thirdPartyRegistration .separator span {
    position: relative; }
  body.websiteSignUp-LoginForm .thirdPartyRegistration .separator span:before, body.websiteSignUp-LoginForm .thirdPartyRegistration .separator span:after {
    content: "";
    position: absolute;
    border-top: 1px solid #CCCCCC;
    top: 48%;
    width: 400px; }
  body.websiteSignUp-LoginForm .thirdPartyRegistration .separator span:before {
    right: 100%;
    margin-right: 0.9375rem; }
  body.websiteSignUp-LoginForm .thirdPartyRegistration .separator span:after {
    left: 100%;
    margin-left: 0.9375rem; }

body.websiteSignUp-LoginForm .thirdPartyRegistrationContent {
  display: table-cell;
  padding: 0.9375rem 0.9375rem 0.9375rem 1.875rem; }

body.websiteSignUp-LoginForm #mappingContainer {
  margin: 0.625rem; }
  body.websiteSignUp-LoginForm #mappingContainer a.forgotPassword {
    margin-left: 11.875rem; }

body.websiteSignUp-LoginForm .inputForm ol li.formSection p.privacyLink {
  margin-left: 2.1875rem;
  margin-bottom: 0;
  clear: left; }

body.websiteSignUp-LoginForm .inputForm ol.dataProtection li.checkbox input,
body.websiteSignUp-LoginForm .inputForm ol.notification li.checkbox input {
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

body.websiteSignUp-LoginForm .inputForm ol.dataProtection li.checkbox label,
body.websiteSignUp-LoginForm .inputForm ol.notification li.checkbox label {
  padding-left: 0.625rem; }

body.websiteSignUp-LoginForm #mappingSelect p {
  margin: 0.625rem; }

body.websiteSignUp-LoginForm #mappingSelect .formSection p {
  margin: 0;
  padding: 0.3125rem 0 0 0;
  line-height: 1.5rem; }

body.websiteSignUp-LoginForm #mappingSelect .actions span {
  text-transform: uppercase;
  margin: 0 1.875rem; }

body.websiteSignUp-LoginForm #mappingLogin .actions, body.websiteSignUp-LoginForm #mappingCreate .actions {
  margin-top: 0.9375rem; }

body.websiteSignUp-LoginForm #mappingLogin .actions a, body.websiteSignUp-LoginForm #mappingCreate .actions a {
  display: inline-block;
  margin-top: 0.375rem;
  text-transform: uppercase; }

body.websiteSignUp-LoginForm #mappingLogin .actions a:before, body.websiteSignUp-LoginForm #mappingCreate .actions a:before {
  content: "< "; }

body.websiteSignUp-LoginForm #mappingLogin .actions .button, body.websiteSignUp-LoginForm #mappingCreate .actions .button {
  float: right; }

body.websiteSignUp-ForgottenPassword .inputForm {
  border: 1px solid #CCCCCC;
  padding: 0.9375rem;
  margin: 0; }

body.websiteSignUp-ForgottenPassword .separator {
  background-color: #FFFFFF;
  padding: 0.9375rem 0;
  text-align: center;
  text-transform: uppercase; }

body.websiteSignUp-ForgottenPassword #setPasswordContainer {
  text-align: center; }
  body.websiteSignUp-ForgottenPassword #setPasswordContainer .inputForm input[type='text'],
  body.websiteSignUp-ForgottenPassword #setPasswordContainer .inputForm input[type='password'],
  body.websiteSignUp-ForgottenPassword #setPasswordContainer .inputForm textarea,
  body.websiteSignUp-ForgottenPassword #setPasswordContainer .inputForm select {
    width: 185px; }
  body.websiteSignUp-ForgottenPassword #setPasswordContainer .inputForm label {
    width: 195px; }
  body.websiteSignUp-ForgottenPassword #setPasswordContainer .inputForm {
    display: inline-block;
    overflow: hidden;
    width: auto;
    text-align: left;
    position: relative; }
  body.websiteSignUp-ForgottenPassword #setPasswordContainer #setPasswordFields {
    float: right;
    width: 450px; }
  body.websiteSignUp-ForgottenPassword #setPasswordContainer #authProviders {
    float: left;
    width: 225px;
    padding-right: 1.875rem;
    margin-right: 1.875rem; }
  body.websiteSignUp-ForgottenPassword #setPasswordContainer #authProviders:before {
    border-right: 1px solid #CCCCCC;
    content: "";
    height: 90%;
    position: absolute;
    top: auto;
    left: 270px; }
  body.websiteSignUp-ForgottenPassword #setPasswordContainer #authProviders .separator {
    width: 68px;
    position: absolute;
    top: 80px;
    left: 236px;
    z-index: 1;
    overflow: hidden; }
  body.websiteSignUp-ForgottenPassword #setPasswordContainer .inputForm li.checkbox label {
    width: 355px; }

body.websiteSignUp-ForgottenPassword div.oAuth {
  margin: 0 0.625rem; }

/* User Registration
	/Css/Templates/websiteSignUpCreateaProfileStep1/websiteSignUpCreateaProfileStep1_templated.css
	/Css/Templates/websiteSignUpCreateaProfileStep2a/websiteSignUpCreateAProfileStep2a_templated.css
	/Css/Templates/websiteSignUpCreateaProfileStep2b/websiteSignUpCreateAProfileStep2b_templated.css
	/Css/Templates/websiteSignUpActivationRequired/websiteSignUpActivationRequired_templated.css */
/* User Registration Variables */
#captchaContainer {
  float: left;
  width: 300px;
  display: inline-block; }
  #captchaContainer label {
    padding: 0.3125rem 0;
    margin: 0;
    width: auto;
    clear: both;
    line-height: normal;
    display: block;
    float: none; }
  #captchaContainer .captchaButton {
    margin-left: 0.625rem;
    margin-right: 0;
    float: right;
    height: 25px;
    display: block; }

#recaptcha_image br {
  display: none; }

#recaptcha_image a {
  display: block;
  line-height: normal;
  margin: 0.3125rem 0; }

#recaptcha_image embed {
  position: absolute; }

body.websiteSignUp-CreateAProfile-Step1 .dataProtection li.checkbox ol li, body.websiteSignUp-CreateAProfile-Step1 .notification li.checkbox ol li {
  clear: left;
  width: 100%; }

body.websiteSignUp-CreateAProfile-Step1 .inputForm ol li.formSection p.privacyLink {
  margin-left: 2.1875rem;
  margin-bottom: 0;
  clear: left; }

body.websiteSignUp-CreateAProfile-Step1 .inputForm ol.dataProtection li.checkbox input, body.websiteSignUp-CreateAProfile-Step1 .inputForm ol.notification li.checkbox input {
  margin-left: 0;
  margin-right: 0;
  padding: 0; }

body.websiteSignUp-CreateAProfile-Step1 .inputForm ol.dataProtection li.checkbox label, body.websiteSignUp-CreateAProfile-Step1 .inputForm div.inputForm ol.notification li.checkbox label {
  padding-left: 0.625rem; }

body.websiteSignUp-CreateAProfile-Step1 a.restartSignUp {
  margin-left: 11.875rem;
  margin-top: 0.3125rem;
  line-height: normal;
  display: none; }

body.websiteSignUp-CreateAProfile-Step1 .separator {
  font-size: 1rem;
  background-color: #FFFFFF;
  padding: 0.9375rem 0;
  text-align: center;
  text-transform: uppercase;
  width: 68px;
  position: absolute;
  top: 80px;
  left: 238px;
  z-index: 1;
  overflow: hidden; }

body.websiteSignUp-CreateAProfile-Step1 div.emailStep {
  border: 1px solid #CCCCCC;
  padding: 1.25rem;
  margin: 0;
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 100%; }
  body.websiteSignUp-CreateAProfile-Step1 div.emailStep label {
    width: 125px; }

body.websiteSignUp-CreateAProfile-Step1 div.oAuth {
  margin: 0 0.625rem; }

body.websiteSignUp-CreateAProfile-Step1 #registrationFields {
  float: left;
  width: 60%; }

body.websiteSignUp-CreateAProfile-Step1 #authProviders {
  float: right;
  width: 40%;
  padding-right: 1.875rem;
  margin-right: 1.875rem; }
  body.websiteSignUp-CreateAProfile-Step1 #authProviders:before {
    border-right: 1px solid #CCCCCC;
    content: "";
    height: 90%;
    position: absolute;
    top: auto;
    left: 270px; }

body.websiteSignUp-CreateAProfile-Step2a .inputForm {
  counter-reset: fieldsets; }
  body.websiteSignUp-CreateAProfile-Step2a .inputForm ol li.formSection p.privacyLink {
    margin-left: 2.1875rem;
    margin-bottom: 0;
    float: left; }

body.websiteSignUp-CreateAProfile-Step2b a.forgotPassword {
  float: left;
  width: 190px;
  margin-left: 11.875rem; }

body.websiteSignUp-ActivationRequired button.activate, body.websiteSignUp-Activation-Required button.activate {
  width: 200px;
  margin: 0.625rem; }

/* User Profile
	/Css/Templates/websiteSignUpviewprofile/websiteSignUpviewprofile_templated.css
	/Css/Templates/EventEditionSelector/EventEditionSelector_templated.css
	/Css/Fragments/Registration/AttendeeRegistration_templated.css
	/Css/Pages/Registration/Registration_templated.css
	/Css/Templates/websiteSignUpEditYourProfile/websiteSignUpEditYourProfile_templated.css */
/* User Profile Variables */
body.websiteSignUp-ViewProfile .profileSummary .mod-actions {
  text-align: right; }
  @media only screen and (max-width: 40em) {
    body.websiteSignUp-ViewProfile .profileSummary .mod-actions {
      text-align: left;
      margin-top: 0.625rem; } }

body.websiteSignUp-ViewProfile .profileSummary .mod-actions .button {
  margin: 0 0 0.625rem 0; }

body.websiteSignUp-ViewProfile .profileSummary .oAuthConnections {
  max-width: 96px;
  text-align: left; }

body.websiteSignUp-ViewProfile .profileSummary .image-edit {
  float: left;
  width: auto; }
  @media only screen and (max-width: 40em) {
    body.websiteSignUp-ViewProfile .profileSummary .image-edit {
      float: none; } }

body.websiteSignUp-ViewProfile .profileSummary h2.header {
  font-size: 1.25rem;
  font-weight: bold; }

body.websiteSignUp-ViewProfile .profileSummary .profile-text {
  margin-bottom: 1.25rem;
  font-size: 0.875rem; }

body.websiteSignUp-ViewProfile .profileSummary .content a {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
  background-color: #EBB50E;
  border-color: #bc910b;
  color: #FFFFFF;
  -webkit-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 0;
  border-radius: 3px; }
  body.websiteSignUp-ViewProfile .profileSummary .content a:hover, body.websiteSignUp-ViewProfile .profileSummary .content a:focus {
    background-color: #bc910b; }
  body.websiteSignUp-ViewProfile .profileSummary .content a:hover, body.websiteSignUp-ViewProfile .profileSummary .content a:focus {
    color: #FFFFFF; }

body.websiteSignUp-ViewProfile .profileSummary .participatingIndividuals {
  list-style: none;
  clear: both; }

body.websiteSignUp-ViewProfile .profileSummary .participatingIndividuals li {
  padding: 0.3125rem 0;
  min-height: 40px;
  border-bottom: 1px solid #CCCCCC; }

body.websiteSignUp-ViewProfile .profileSummary .participatingIndividuals li:last-child {
  border-bottom: 0; }

body.websiteSignUp-ViewProfile .profileSummary .participatingIndividuals li a {
  display: block;
  margin: 0.625rem 0;
  width: 100%; }

body.websiteSignUp-ViewProfile .profileSummary .participatingIndividuals li .button {
  float: right;
  margin: 0.3125rem 0 0.3125rem 0.625rem; }
  @media only screen and (max-width: 40em) {
    body.websiteSignUp-ViewProfile .profileSummary .participatingIndividuals li .button {
      margin-left: 0;
      float: none; } }

.eventEditionSelectorContainer {
  margin: 0 0 1.875rem 0; }
  .eventEditionSelectorContainer .inline {
    vertical-align: middle;
    display: inline-block;
    zoom: 1; }

.eventEditionSelector {
  position: relative;
  min-width: 300px;
  z-index: 300;
  border-radius: 3px 3px 0 0; }
  .eventEditionSelector.extended {
    border: 1px solid #EFEFEF; }
  .eventEditionSelector.collapsed .selectorHeader {
    color: #333333;
    background-color: #EFEFEF;
    border: 1px solid #CCCCCC;
    border-radius: 3px; }
    .eventEditionSelector.collapsed .selectorHeader:hover {
      cursor: pointer;
      color: #EBB50E;
      background-color: #FFFFFF; }

.singleEventEditionSelectorLabel .name,
.singleEventEditionSelectorLabel .date,
.eventEditionSelectorLabel {
  font-size: 1.125rem;
  margin-right: 0.3125rem;
  color: #333333; }

.selectorHeader {
  min-width: 300px;
  padding: 0.5rem;
  background-color: #FFFFFF;
  color: #EBB50E;
  border-bottom: 0;
  font-size: 1.5rem;
  border-radius: 3px 3px 0 0; }
  .selectorHeader .col.left .date, .selectorHeader .col.left .name {
    vertical-align: middle; }
  .selectorHeader .col.left * {
    line-height: normal; }
  .selectorHeader .col.right {
    font-size: 0.875rem;
    float: right;
    margin-left: 0.625rem; }
  .selectorHeader .dropdDownIndicator {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-left: 0.3125rem;
    font-size: 0.875rem;
    color: #EBB50E; }
    .selectorHeader .dropdDownIndicator:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: ""; }

.singleEventEditionSelectorLabel .name,
.selectorHeader .col.left .name {
  overflow: hidden;
  white-space: nowrap;
  max-width: 350px;
  text-overflow: ellipsis;
  display: inline-block; }

.singleEventEditionSelectorLabel .date:before,
.selectorHeader .date:before,
.selectorOptions .date:before {
  content: ", "; }

.singleEventEditionSelectorLabel .eventEditionSelectorLabel, .singleEventEditionSelectorLabel .name, .singleEventEditionSelectorLabel .date {
  display: inline-block;
  overflow: hidden;
  line-height: normal; }

.singleEventEditionSelectorLabel .name, .singleEventEditionSelectorLabel .date {
  margin: 0; }

.eventEditionSelector.collapsed .selectorHeader .dropdDownIndicator {
  color: #333333; }

.eventEditionSelector.collapsed .selectorHeader:hover .dropdDownIndicator {
  color: #EBB50E; }

.selectorOptions {
  padding-bottom: 0.625rem;
  background-color: #FFFFFF;
  border: 1px solid #EFEFEF;
  display: none;
  position: absolute;
  z-index: 300;
  min-width: 100%;
  margin-left: -1px;
  border-radius: 0 0 3px 3px; }
  .selectorOptions .eventEditionList {
    margin: 0; }
    .selectorOptions .eventEditionList li {
      padding: 0.625rem 0.625rem 0.625rem 0;
      border-bottom: 1px solid #EFEFEF;
      white-space: nowrap;
      overflow: hidden;
      background-color: #EFEFEF; }
    .selectorOptions .eventEditionList li a {
      display: inline-block;
      padding-left: 0.625rem;
      color: #333333; }
    .selectorOptions .eventEditionList li:hover {
      background-color: #FFFFFF; }
    .selectorOptions .eventEditionList li a:hover {
      color: #EBB50E; }
    .selectorOptions .eventEditionList li.selected {
      display: none; }

.attendee-registration h2 {
  margin-top: 0; }

.attendee-registration button {
  margin-top: 0.3125rem; }

#registration h3 {
  margin: 0.625rem 0; }

#registration label {
  float: left;
  margin-top: 0.3125rem; }

#registration input {
  float: left;
  margin-left: 0; }
  @media only screen and (min-width: 40.0625em) {
    #registration input {
      width: 290px; } }

#registration button.button {
  margin: 1.25rem 0 0 0;
  float: right;
  clear: left;
  width: 100px; }

#registration p {
  padding-bottom: 0.625rem;
  margin: 0.3125rem 0 0 0; }
  #registration p.inline {
    display: inline; }

#registration .checkbox input {
  clear: none;
  width: auto;
  float: left;
  margin: 0.25rem 0 0 0; }

#registration .checkbox label {
  float: left;
  vertical-align: top;
  clear: none;
  padding-left: 0.3125rem; }

#registration .sendActivation button {
  width: 200px; }

#registration .sendEmailButton button {
  width: 150px; }

#overlayHeader {
  position: relative;
  top: 0;
  overflow: auto;
  background-color: #a0d3e8;
  border-bottom: 1px solid #999999;
  padding: 0.25rem; }

.windowTitle {
  float: left;
  color: #000000; }

#closeWindow {
  background: url("/Css/Pages/Registration/images/xButton.jpg") no-repeat center right;
  float: right; }
  #closeWindow a {
    text-decoration: none;
    padding-right: 0.9375rem; }

#registration, #signUpPrimer {
  padding: 0;
  width: 50%;
  float: left; }

.pwdConfirmEmail {
  font-weight: bold; }

#passwordOverlay {
  float: left;
  margin-top: 0.3125rem;
  position: relative; }
  #passwordOverlay a {
    float: left;
    margin-left: 0.3125rem; }

#passwordTips {
  position: absolute;
  left: 0;
  background-color: #f7bd83;
  border: 1px solid #f08a24;
  width: 300px;
  display: none;
  padding: 0.3125rem;
  z-index: 999; }
  @media only screen and (max-width: 40em) {
    #passwordTips {
      width: 100%; } }

.forgotPassword {
  margin-top: 0.625rem; }
  .forgotPassword a {
    margin: 0 0 0.625rem 0.3125rem; }

.termsAndConditions {
  float: left;
  margin-top: 0.3125rem;
  margin-left: 0.3125rem; }

#viewProfileHeader h2, #viewProfileDetails h2 {
  display: inline;
  margin-right: 0.625rem;
  padding: 0 0 0.625rem 0; }

#viewProfileHeader span.viewProfileLinkRightAlign, #viewProfileDetails span.viewProfileLinkRightAlign {
  position: absolute;
  right: 11px;
  width: auto; }

#viewProfileHeader {
  background-color: #CCCCCC;
  background-image: none;
  padding: 0.625rem;
  position: relative; }

#viewProfileDetails {
  padding: 0 0.625rem 0.625rem 0.625rem; }
  #viewProfileDetails span.viewProfileLinkRightAlign {
    right: 0; }
  #viewProfileDetails dl, #viewProfileDetails ol {
    position: relative; }
  #viewProfileDetails p, #viewProfileDetails ul, #viewProfileDetails dl, #viewProfileDetails ol {
    margin: 0.625rem 0 0 0; }
  #viewProfileDetails div.viewProfileDetailsSection {
    position: relative;
    padding-top: 0.625rem; }
  #viewProfileDetails div.profileHeaderBar {
    border-top: 1px solid #CCCCCC;
    margin: 0.625rem 0 0; }
  #viewProfileDetails .profileLabel {
    font-weight: bold; }
  #viewProfileDetails dd.endOfSection {
    margin-bottom: 1rem; }
  #viewProfileDetails dl {
    margin-top: 0.625rem; }
  #viewProfileDetails ul.reports {
    margin-top: 0; }
    #viewProfileDetails ul.reports p.videoReportEventEditionTitle {
      font-weight: bold;
      margin-bottom: 0.125rem; }

.viewProfileIntroduction a, #exhibitorPortal a {
  padding: 0.3125rem 0 0 0; }

#viewProfileSidebar img {
  display: block;
  margin-bottom: 0.25rem; }

#viewProfileDetails .profileLabel, #attributeContainer li span.label {
  width: 130px;
  float: left; }

#viewProfileIntroduction li {
  margin: 0.9375rem 0; }

#viewProfileIntroduction li .iconButton {
  font-size: 1rem; }

.userprofile-container li {
  padding-bottom: 0.3125rem; }

.userprofile-container span.label {
  font-weight: bold; }

.userprofile-container span.value {
  display: block; }

.error {
  color: #f04124; }

.information {
  color: #43AC6A; }

#v1RegistrationWrapper {
  margin: 0.625rem; }
  #v1RegistrationWrapper h1 {
    padding: 0 0 0.9375rem 0.9375rem;
    width: 300px; }

.ContainerWithLeftNav #v1RegistrationWrapper {
  margin: 0; }

#captchaContainer {
  clear: both;
  padding-top: 0.3125rem; }
  #captchaContainer a {
    float: left;
    margin-left: 0.3125rem;
    margin-top: 0.3125rem;
    position: relative; }

.captchaButton {
  margin-left: 0;
  margin-right: 0.3125rem;
  float: right;
  height: 25px; }

#sidebarRight .conditionalLinks {
  margin: 0.5rem 0;
  border: 1px solid #CCCCCC;
  border-radius: 3px; }
  #sidebarRight .conditionalLinks h2 {
    margin: 0;
    padding: 0.625rem;
    background-color: #CCCCCC;
    color: #000000; }

.viewProfileDetailsSection a.introAction {
  display: block;
  margin: 0.3125rem 0 0; }

ul.reports {
  margin: 0; }
  ul.reports li {
    list-style: none;
    margin: 0.9375rem 0 1.875rem 0; }
    ul.reports li .iconButton {
      font-size: 1rem;
      margin-bottom: 0;
      margin-right: 0.625rem; }
    ul.reports li a {
      display: inline;
      margin-right: 0.125rem; }
  ul.reports span.help {
    display: block;
    font-size: 0.875rem; }
  ul.reports .videoReportEventEditionTitle {
    font-weight: bold; }

.alert-success {
  padding-left: 0.3125rem; }

body.websiteSignUp-EditYourProfile .inputForm {
  counter-reset: fieldsets; }
  body.websiteSignUp-EditYourProfile .inputForm ol li.formSection p.privacyLink {
    margin-left: 2.1875rem;
    margin-bottom: 0;
    clear: left; }
  body.websiteSignUp-EditYourProfile .inputForm ol.dataProtection li.checkbox input, body.websiteSignUp-EditYourProfile .inputForm ol.notification li.checkbox input {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    padding: 0; }
  body.websiteSignUp-EditYourProfile .inputForm ol.dataProtection li.checkbox label, body.websiteSignUp-EditYourProfile .inputForm ol.notification li.checkbox label {
    padding-left: 0.625rem;
    display: inline; }

body.websiteSignUp-EditYourProfile .dataProtection li.checkbox ol li, body.websiteSignUp-EditYourProfile .notification li.checkbox ol li {
  clear: left;
  width: 100%;
  margin-bottom: 0.625rem; }

body.websiteSignUp-EditYourProfile #editProfilePopupBtns {
  margin-top: 0.9375rem; }

#attendanceDates {
  display: none !important; }

/* Calendar
	/Css/Templates/calendar/calendar_templated.css
	/Css/Fragments/Calendar/screen_templated.css */
/* Calendar Variables */
body.calendar h2.pageTitle {
  color: #333333;
  font-size: 1.125rem;
  margin: 0.625rem 0;
  line-height: 1.5rem; }

body.calendar #appointmentCalendarContainer #appointmentCalendar {
  margin-top: 0; }

body.calendar #appointmentCalendarPrinterFriendlyLink {
  background-color: #EFEFEF;
  border: 1px solid #CCCCCC;
  border-bottom: 0;
  line-height: 2.3125rem;
  margin: 0;
  padding: 0.375rem;
  text-align: right; }
  body.calendar #appointmentCalendarPrinterFriendlyLink p {
    float: left;
    margin: 0; }
  body.calendar #appointmentCalendarPrinterFriendlyLink .button {
    margin-bottom: 0;
    padding: 0.625rem; }

body.calendar .eventEditionSelectorContainer {
  margin: 0; }

#appointmentCalendar {
  background-color: #CCCCCC;
  margin: 1.25rem 0;
  position: relative; }
  #appointmentCalendar > div > div > table {
    margin-bottom: 0.3125rem; }
  #appointmentCalendar table {
    margin-bottom: 0; }
  #appointmentCalendar table tbody, #appointmentCalendar table tr, #appointmentCalendar table td {
    vertical-align: middle; }
  #appointmentCalendar .dateSubheading {
    display: block;
    clear: both; }
  #appointmentCalendar .daypilot-corner {
    overflow: hidden; }
    #appointmentCalendar .daypilot-corner .disabled span {
      background-position: left -116px;
      cursor: auto; }
  #appointmentCalendar .navigation {
    width: 12px;
    height: 22px;
    margin: 0.5rem 0.3125rem 0 0.3125rem;
    display: inline-block;
    overflow: hidden; }
    #appointmentCalendar .navigation span {
      width: 12px;
      height: 22px;
      display: inline-block;
      font-size: 1.25rem;
      line-height: 1.375rem;
      text-align: center;
      cursor: pointer;
      opacity: 0.6;
      -webkit-transition: all 300ms ease-out;
      transition: all 300ms ease-out; }
    #appointmentCalendar .navigation span:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #appointmentCalendar .navigation span:hover {
      opacity: 1; }
    #appointmentCalendar .navigation .text {
      display: inline-block;
      left: -9999px;
      position: relative; }
    #appointmentCalendar .navigation .previous:before {
      content: ""; }
    #appointmentCalendar .navigation .next:before {
      content: ""; }
  #appointmentCalendar .eventContainer {
    position: relative;
    margin: 0.3125rem;
    padding: 0.125rem 1.3125rem 0.125rem 0.125rem; }
    #appointmentCalendar .eventContainer:before {
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      display: block;
      position: absolute;
      top: 5px;
      right: 5px;
      display: block;
      width: 18px;
      height: 18px;
      line-height: 1.125rem;
      font-size: 1rem;
      text-align: center; }
  #appointmentCalendar .meeting .eventContainer:before, #appointmentCalendar .meeting-pending .eventContainer:before {
    color: #999999;
    content: ""; }
  #appointmentCalendar .meeting-pending-action .eventContainer:before {
    color: #CCCCCC;
    content: ""; }
  #appointmentCalendar .meeting-pending .eventContainer:before {
    color: #CCCCCC; }
  #appointmentCalendar .appointment-group .eventContainer:before {
    content: "";
    color: #999999; }
  #appointmentCalendar .session .eventContainer:before {
    content: "";
    color: #999999; }

#appointmentCalendarContainer .loadingOverlay {
  display: none; }

#appointmentCalendarContainer .loading .loadingOverlay {
  display: block;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 200;
  zoom: 1;
  opacity: 0.6; }
  #appointmentCalendarContainer .loading .loadingOverlay:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #EBB50E;
    display: block;
    width: 42px;
    height: 42px;
    font-size: 2.375rem;
    text-align: center;
    line-height: 2.625rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 50px; }

#addEditContainer {
  display: none; }

.calendarItemEditor .hidden {
  display: none; }

.calendarItemEditor .actions {
  text-align: right; }

.calendarItemEditor .text {
  display: block;
  float: left;
  width: 290px;
  font-size: 0.875rem;
  padding-top: 0.3125rem;
  margin: 0; }
  @media only screen and (max-width: 40em) {
    .calendarItemEditor .text {
      float: none;
      width: 100%; } }

.calendarItemEditor .date {
  width: 200px; }

.calendarItemEditor .time {
  width: 125px;
  margin-left: 0.3125rem; }

.calendarItemEditor .response, .calendarItemEditor .details {
  max-height: 100px;
  overflow: auto; }

.calendarItemEditor .timeSeparator {
  margin-left: 0.3125rem; }

#addEditAppointment {
  padding: 1.25rem; }

/* Inbox Messages
	/Css/Templates/messageInbox/messageInbox_templated.css
	/Css/Fragments/MessageList/MixedMessageList_templated.css */
/* Inbox Message Variables */
body.messageInbox .tabbedContent {
  margin: 0; }
  body.messageInbox .tabbedContent .tabContent {
    padding: 1.25rem;
    overflow: visible; }
  body.messageInbox .tabbedContent .companyInbox {
    margin-bottom: 1.25rem; }
    @media only screen and (min-width: 70.0625em) {
      body.messageInbox .tabbedContent .companyInbox {
        float: right;
        padding: 0.3125rem;
        margin-top: -1.0625rem; } }
  body.messageInbox .tabbedContent .companyInbox .content {
    vertical-align: middle; }
  body.messageInbox .tabbedContent .companyInbox .content .title-link {
    font-size: 1rem;
    font-weight: normal; }
  body.messageInbox .tabbedContent .companyInbox .actions {
    margin: 0.125rem 0.3125rem; }

body.messageInbox #messageList {
  overflow-x: auto; }
  body.messageInbox #messageList .pagination {
    width: 100%;
    float: none;
    text-align: center;
    border-top: 1px solid #CCCCCC; }
  body.messageInbox #messageList .pagination p {
    display: none; }
  body.messageInbox #messageList .pagination ul {
    display: inline-block; }

body.messageInbox #messages {
  width: 100%; }

body.messageInbox .messageDetails .actions::after {
  clear: both;
  content: "";
  display: block; }

body.messageInbox .messageDetails .actions .generalActions, body.messageInbox .messageDetails .actions .responseActions {
  float: left; }

body.messageInbox .messageDetails .actions .generalActions {
  padding-right: 0.625rem; }

/* Show Planner / Favorites
	/Css/Templates/showPlannerFavourites/showPlannerFavourites_templated.css */
/* Show Planner / Favorites Variables */
body.showPlannerFavourites .tabbedContent {
  margin: 0; }
  body.showPlannerFavourites .tabbedContent .tabContent {
    border-top-width: 1px;
    overflow: hidden; }
  body.showPlannerFavourites .tabbedContent h2 {
    margin: 0; }

body.showPlannerFavourites .list > li {
  padding: 0.3125rem 0;
  clear: both; }

body.showPlannerFavourites .list .actions {
  margin: 0; }

body.showPlannerFavourites .list .actions li {
  clear: none; }

body.showPlannerFavourites .list .actions li.language {
  clear: both; }

body.showPlannerFavourites .exhibitors li.exhibitor + li.exhibitor,
body.showPlannerFavourites .visitors li.visitor + li.visitor,
body.showPlannerFavourites .products li.product + li.product,
body.showPlannerFavourites .sessions li.session + li.session,
body.showPlannerFavourites .participatingIndividuals li.participatingIndividual + li.participatingIndividual {
  border-top: 1px solid #CCCCCC; }

body.showPlannerFavourites .exhibitors li.exhibitor .exhibitor-additional,
body.showPlannerFavourites .visitors li.visitor .visitor-additional {
  display: none; }

body.showPlannerFavourites .noFavourites {
  color: #f04124;
  font-weight: bold; }

body.showPlannerFavourites .tabContent a.directory {
  float: right;
  margin: 0.3125rem; }

body.showPlannerFavourites div#showPlannerFavourites .updateButton {
  margin-left: 0.3125rem; }

body.showPlannerFavourites div#showPlannerFavourites .tabArea {
  overflow: hidden;
  margin: 0; }

body.showPlannerFavourites div#showPlannerFavourites .tabArea .tabbedContent {
  margin: 0; }

body.showPlannerFavourites div#showPlannerFavourites .tabArea .tabContent {
  clear: both; }

body.showPlannerFavourites div#showPlannerFavourites .wide {
  float: left;
  width: 97%;
  overflow: hidden;
  padding: 0 0.625rem; }

body.showPlannerFavourites div#showPlannerFavourites .hide {
  display: none; }

body.showPlannerFavourites div#showPlannerFavourites .pagination {
  width: 100%;
  float: left;
  overflow: hidden; }

body.showPlannerFavourites div#showPlannerFavourites .pagination p {
  width: 50%;
  float: left;
  overflow: hidden; }

body.showPlannerFavourites div#showPlannerFavourites .pagination ul {
  float: right;
  overflow: visible;
  padding-left: 0.125rem; }

body.showPlannerFavourites .eventEditionSelectorContainer {
  margin: 0; }

/* Attendee Stats Variables */
/* Attendee Stats Styles */
.attendance-statistics h2 {
  margin-top: 0; }

.attendance-statistics .attendance-statistics-list {
  margin-top: 0.625rem;
  position: relative; }

.attendance-statistics .attendance-statistics-item {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 80px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  @media only screen and (min-width: 40.0625em) {
    .attendance-statistics .attendance-statistics-item {
      width: 180px; } }
  .attendance-statistics .attendance-statistics-item .attendance-statistics-clickable {
    cursor: pointer;
    float: left;
    position: relative;
    display: block;
    height: 65px;
    border: 0;
    margin-left: 0;
    margin-top: 0.9375rem;
    color: #FFFFFF;
    background-color: #e7e7e7;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .attendance-statistics .attendance-statistics-item .attendance-statistics-clickable:hover {
    color: #FFFFFF;
    background-color: #dadada; }
  .attendance-statistics .attendance-statistics-item .attendance-statistics-clickable > .body {
    display: block;
    overflow: hidden; }
  .attendance-statistics .attendance-statistics-item .attendance-statistics-name {
    text-transform: uppercase;
    display: inline-block;
    line-height: 1rem;
    vertical-align: middle;
    font-weight: 700; }
  .attendance-statistics .attendance-statistics-item .attendance-statistics-count {
    position: absolute;
    top: 15px;
    right: 10px;
    display: inline-block;
    font-size: 1.5rem;
    width: 40px;
    text-align: center;
    font-weight: 700; }

.attendance-statistics .attendance-statistics-row {
  height: 80px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.9375rem; }

.attendance-statistics .attendance-statistics-activeRow {
  height: auto; }
  .attendance-statistics .attendance-statistics-activeRow .attendance-statistics-close {
    display: block;
    position: absolute;
    top: 95px;
    right: 15px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    z-index: 201;
    font-size: 1rem; }
  .attendance-statistics .attendance-statistics-activeRow .attendance-statistics-close:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    color: #333333;
    opacity: 0.5;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out; }
  .attendance-statistics .attendance-statistics-activeRow .attendance-statistics-close:hover:before {
    opacity: 1; }

.attendance-statistics .attendance-statistics-clickable:after {
  opacity: 0; }

.attendance-statistics .attendance-statistics-selected .attendance-statistics-clickable:after {
  bottom: -13px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #EFEFEF;
  border-width: 20px;
  left: 50%;
  margin: -1.25rem 0 0 -1.25rem;
  opacity: 1;
  -webkit-transition: opacity 350ms ease 0;
  transition: opacity 350ms ease 0; }

.attendance-statistics .attendance-statistics-content {
  float: left;
  width: 100%;
  background-color: #EFEFEF;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0.625rem;
  min-height: 15px; }
  .attendance-statistics .attendance-statistics-content .attendance-statistics-results {
    margin: 0.625rem; }

.attendance-statistics .waiting {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFFFFF;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  display: none; }
  .attendance-statistics .waiting:before {
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 2.625rem;
    content: "";
    font-size: 2rem;
    color: #EBB50E;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.attendance-statistics .resultItem {
  position: relative;
  background-color: #FFFFFF;
  margin: 1px 0 0 0;
  padding-right: 0.3125rem; }

.attendance-statistics .paging-options {
  position: relative;
  background-color: transparent;
  margin: 0.3125rem 0 0 0; }
  .attendance-statistics .paging-options .pagination {
    float: right; }
  .attendance-statistics .paging-options .search-pagination {
    float: none;
    margin: 0 auto;
    width: 80%; }
  .attendance-statistics .paging-options .search-pagination ul {
    display: inline-block; }

.attendance-statistics .search-pagination {
  text-align: center;
  padding-top: 0.3125rem; }

.attendance-statistics .list .customObjectDetail .name {
  margin-top: 0; }

.attendance-statistics .list .customObjectDetail ol {
  overflow: hidden; }

.attendance-statistics-loading .waiting {
  display: block; }

.attendance-statistics-loading .attendance-statistics-selected .attendance-statistics-clickable:after {
  opacity: 0; }

.attendance-statistics .attendance-statistics-close,
.attendance-statistics-loading .attendance-statistics-activeRow .attendance-statistics-close {
  display: none; }

.attendance-statistics-loading .attendance-statistics-content {
  display: none !important; }

/* COLORS */
/*FONTS*/
/*SPACING*/
@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Medium.woff2") format("woff2"), url("Gotham-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Bold.woff2") format("woff2"), url("Gotham-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-Light.woff2") format("woff2"), url("Gotham-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Gotham Book';
  src: url("Gotham-BookItalic.woff2") format("woff2"), url("Gotham-BookItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Gotham Book';
  src: url("Gotham-Book.woff2") format("woff2"), url("Gotham-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-MediumItalic.woff2") format("woff2"), url("Gotham-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-BoldItalic.woff2") format("woff2"), url("Gotham-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Gotham';
  src: url("Gotham-LightItalic.woff2") format("woff2"), url("Gotham-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic; }

body {
  color: #343333; }
  body p {
    font-size: 1.125rem;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif; }
  body a {
    color: #EBB50E;
    -webkit-transition: .3s;
    transition: .3s; }
    body a:hover, body a:focus {
      color: #254194; }
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #EBB50E; }

img .ad {
  height: 300px;
  width: 250px; }

.ad-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden; }

.row {
  max-width: none; }

#brand {
  display: none; }

#topNavigation {
  display: none; }
  #topNavigation #navTreeItem-MyShow {
    display: none; }
  #topNavigation #navTreeItem-MyShow ~ #navTreeItem-MyShow {
    display: inline-block; }
  @media only screen and (min-width: 70.0625em) {
    #topNavigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      top: 2.1875rem;
      background-color: #FFFFFF;
      text-transform: uppercase;
      border-bottom: 6px solid #EBB50E;
      font-size: 0.875rem;
      /* HIDE LEVEL 2 NAV */
      /* HIDE LEVEL 3 */ }
      #topNavigation ul {
        list-style-type: none; }
      #topNavigation ul.level1 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        position: relative;
        list-style: none;
        text-align: center;
        font-size: 0.875rem;
        margin: 0;
        padding: 0;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 500; } }
    @media only screen and (min-width: 70.0625em) and (min-width: 40.0625em) and (max-width: 70em) {
      #topNavigation ul.level1 {
        font-size: 0.625rem; } }
  @media only screen and (min-width: 70.0625em) {
        #topNavigation ul.level1#left-list, #topNavigation ul.level1#right-list {
          -webkit-flex-basis: 100%;
              -ms-flex-preferred-size: 100%;
                  flex-basis: 100%;
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }
        #topNavigation ul.level1#home-list {
          -webkit-flex-shrink: 1;
              -ms-flex-negative: 1;
                  flex-shrink: 1;
          display: block; }
        #topNavigation ul.level1 a {
          color: #231F20;
          display: block;
          padding: 0.625rem 1.25rem; }
          #topNavigation ul.level1 a:hover {
            color: #000000; }
        #topNavigation ul.level1 > li {
          display: block;
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; }
          #topNavigation ul.level1 > li:hover {
            background-color: rgba(235, 181, 14, 0.2); }
            #topNavigation ul.level1 > li:hover a {
              color: #000000; }
            #topNavigation ul.level1 > li:hover ul.level2 {
              margin: 0;
              top: 100%;
              display: block;
              position: absolute;
              left: 0;
              background-color: #EBB50E;
              width: 21.875rem;
              font-family: 'Montserrat', sans-serif; }
              #topNavigation ul.level1 > li:hover ul.level2 a {
                color: #000000;
                position: relative; }
              #topNavigation ul.level1 > li:hover ul.level2 li:hover {
                background-color: #343333; }
                #topNavigation ul.level1 > li:hover ul.level2 li:hover a {
                  color: #FFFFFF; }
              #topNavigation ul.level1 > li:hover ul.level2 > li.hasChildren:hover {
                position: relative; }
                #topNavigation ul.level1 > li:hover ul.level2 > li.hasChildren:hover > ul.level3 {
                  position: absolute;
                  top: 0;
                  display: inline-block; }
                  #topNavigation ul.level1 > li:hover ul.level2 > li.hasChildren:hover > ul.level3 li:hover {
                    background-color: none; }
                    #topNavigation ul.level1 > li:hover ul.level2 > li.hasChildren:hover > ul.level3 li:hover a {
                      color: #EBB50E; }
              #topNavigation ul.level1 > li:hover ul.level2 > li.hasChildren > a:after {
                content: "\f105";
                display: inline-block;
                font-family: Icomoon;
                position: absolute;
                left: calc(100% - 1.5rem);
                line-height: 2;
                color: inherit;
                font-weight: 500;
                top: 50%;
                -webkit-transform: translateY(-50%);
                    -ms-transform: translateY(-50%);
                        transform: translateY(-50%); }
          #topNavigation ul.level1 > li#navTreeItem-Home {
            width: 125px; }
            #topNavigation ul.level1 > li#navTreeItem-Home:hover {
              background-color: transparent; }
          #topNavigation ul.level1 > li#search-bar-icon {
            max-width: 1rem; }
            #topNavigation ul.level1 > li#search-bar-icon:hover {
              background-color: transparent; }
            #topNavigation ul.level1 > li#search-bar-icon span {
              color: #231F20;
              font-size: 1rem; }
              #topNavigation ul.level1 > li#search-bar-icon span:hover {
                color: #EBB50E;
                background-color: transparent; }
          #topNavigation ul.level1 > li#navTreeItem-PreRegister {
            padding-right: .5rem; }
            #topNavigation ul.level1 > li#navTreeItem-PreRegister a {
              display: block;
              color: #FFFFFF;
              background-image: -webkit-gradient(linear, right top, left top, from(#254194), to(#2f53bd));
              background-image: linear-gradient(to left, #254194, #2f53bd);
              padding: 1rem 1rem;
              -webkit-transition: 0.3s;
              transition: 0.3s; } }
          @media only screen and (min-width: 70.0625em) and (min-width: 40.0625em) and (max-width: 70em) {
            #topNavigation ul.level1 > li#navTreeItem-PreRegister a {
              padding: .5rem .5rem; } }
  @media only screen and (min-width: 70.0625em) {
            #topNavigation ul.level1 > li#navTreeItem-PreRegister:hover {
              color: #EBB50E;
              background-color: transparent; }
              #topNavigation ul.level1 > li#navTreeItem-PreRegister:hover a {
                color: #EBB50E;
                background-image: -webkit-gradient(linear, left top, right top, from(#343333), to(#4e4c4c));
                background-image: linear-gradient(to right, #343333, #4e4c4c);
                border-radius: 15px 0px;
                background-color: transparent; }
          #topNavigation ul.level1 > li#navTreeItem-Register {
            padding-right: .5rem; }
            #topNavigation ul.level1 > li#navTreeItem-Register a {
              display: block;
              color: #FFFFFF;
              background-image: -webkit-gradient(linear, right top, left top, from(#254194), to(#2f53bd));
              background-image: linear-gradient(to left, #254194, #2f53bd);
              padding: 1rem 1rem;
              -webkit-transition: 0.3s;
              transition: 0.3s; } }
          @media only screen and (min-width: 70.0625em) and (min-width: 40.0625em) and (max-width: 70em) {
            #topNavigation ul.level1 > li#navTreeItem-Register a {
              padding: .5rem .5rem; } }
  @media only screen and (min-width: 70.0625em) {
            #topNavigation ul.level1 > li#navTreeItem-Register:hover {
              color: #EBB50E;
              background-color: transparent; }
              #topNavigation ul.level1 > li#navTreeItem-Register:hover a {
                color: #EBB50E;
                background-image: -webkit-gradient(linear, left top, right top, from(#343333), to(#4e4c4c));
                background-image: linear-gradient(to right, #343333, #4e4c4c);
                border-radius: 15px 0px;
                background-color: transparent; }
      #topNavigation img.isc-logo {
        max-height: 8.75rem;
        margin-bottom: -0.3125rem;
        margin-top: -2.5rem;
        z-index: 0; } }
    @media only screen and (min-width: 70.0625em) and (max-width: 1500px) {
      #topNavigation img.isc-logo {
        max-height: 7.8125rem;
        border-top: 2rem solid transparent; } }
    @media only screen and (min-width: 70.0625em) and (max-width: 1180px) {
      #topNavigation img.isc-logo {
        max-height: 5.625rem;
        border-top: 2rem solid transparent; } }
  @media only screen and (min-width: 70.0625em) {
      #topNavigation .level2 {
        display: none;
        text-align: left;
        font-weight: 500;
        z-index: 1;
        font-size: 0.875rem; }
        #topNavigation .level2:hover {
          color: #EBB50E; }
      #topNavigation .level3 {
        display: none;
        position: absolute;
        background-color: #343333;
        left: 100%;
        margin: 0;
        min-width: 100%;
        list-style: none;
        font-size: 0.875rem; }
        #topNavigation .level3 a {
          color: #FFFFFF; }
    @-webkit-keyframes appear-from-top {
      from {
        opacity: 0;
        margin-top: -1rem; }
      to {
        opacity: 1;
        margin-top: 0rem; } }
    @keyframes appear-from-top {
      from {
        opacity: 0;
        margin-top: -1rem; }
      to {
        opacity: 1;
        margin-top: 0rem; } }
    @-webkit-keyframes appear-from-left {
      from {
        opacity: 0;
        margin-left: -1rem; }
      to {
        opacity: 1;
        margin-left: 0rem; } }
    @keyframes appear-from-left {
      from {
        opacity: 0;
        margin-left: -1rem; }
      to {
        opacity: 1;
        margin-left: 0rem; } }
      #topNavigation ul.level1 > li ul.level2 {
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        -webkit-animation: fade-out 0.2s ease-out;
                animation: fade-out 0.2s ease-out; }
        #topNavigation ul.level1 > li ul.level2 > li:hover ul.level3, #topNavigation ul.level1 > li ul.level2 > li.opened ul.level3 {
          -webkit-animation: appear-from-left 0.2s ease-out;
                  animation: appear-from-left 0.2s ease-out; }
      #topNavigation ul.level1 > li:hover ul.level2, #topNavigation ul.level1 > li.opened ul.level2 {
        opacity: 1;
        -webkit-animation: appear-from-top 0.2s ease-out;
                animation: appear-from-top 0.2s ease-out; } }

#slogan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d3373), to(#2f53bd));
  background-image: linear-gradient(to right, #1d3373, #2f53bd);
  border-bottom: 2px solid linear-gradient(to right, #1d3373, #2f53bd);
  z-index: 10; }
  #slogan h4 {
    font-size: 1rem;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    padding: 1.25rem 0;
    font-weight: 500; }
    @media all and (max-width: 768px) {
      #slogan h4 {
        font-size: 0.75rem;
        text-align: center;
        padding: 0.5rem 0; } }
  @media only screen and (max-width: 40em) {
    #slogan {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      #slogan h4 {
        text-align: left;
        width: 80%;
        padding-left: 0.5rem; } }

/*
#brand{
	display:none;
}
header#header{
	margin-top:0;
}
*/
header#header {
  position: fixed;
  top: 0;
  width: 100%;
  margin-top: 2.1875rem;
  z-index: 998; }

.top-bar-wrapper {
  width: 100%;
  height: 2.1875rem;
  background-color: transparent;
  position: fixed;
  z-index: 999;
  top: 0; }
  .top-bar-wrapper .inline-list > li > * {
    display: inline; }
  .top-bar-wrapper .top-bar {
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
    height: 2.1875rem;
    text-decoration: none;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    z-index: 999;
    position: relative; }
  .top-bar-wrapper .toolbar-button:hover {
    background-color: transparent; }
    .top-bar-wrapper .toolbar-button:hover a {
      color: #EBB50E; }
  .top-bar-wrapper .toolbar-link:hover {
    text-decoration: none;
    color: #EBB50E; }
  .top-bar-wrapper .toolbar-item {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
    zoom: 1;
    line-height: 2.1875rem;
    font-size: 0.875rem;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out; }
    .top-bar-wrapper .toolbar-item a {
      line-height: 2.1875rem;
      font-size: 0.875rem;
      text-transform: uppercase; }
    .top-bar-wrapper .toolbar-item img {
      width: 22px;
      height: 22px; }
  .top-bar-wrapper .toolbar-button > a:before {
    line-height: inherit; }

@media screen and (max-width: 70rem) {
  .toolbar-dock-left span.hide-topbar-stuff {
    display: none; } }

.toolbar-dock-left .dates, .toolbar-dock-left .location {
  color: #FFFFFF;
  line-height: 2.1875rem;
  margin-right: 1.25rem; }

.toolbar-dock-left .dates {
  font-size: 0.875rem;
  color: white; }
  .toolbar-dock-left .dates .nova-icon-calendar:before {
    content: "\f073";
    color: #f3c639;
    display: inline;
    margin-right: 0.625rem; }

.toolbar-dock-left .location {
  font-size: 0.875rem; }
  .toolbar-dock-left .location .nova-icon-map-pin:before {
    content: "\f276";
    color: #f3c639;
    display: inline;
    margin-right: 0.625rem; }

.top-bar-wrapper-background {
  background-color: #231F20;
  position: fixed;
  height: 2.1875rem;
  top: 0;
  left: 0;
  right: 0;
  z-index: 998; }

.homepage {
  /* TEXT ACCENT */ }
  .homepage #sidebarRight {
    display: none; }
  .homepage h1#pageName {
    display: none; }
  .homepage .contentLayoutBox {
    padding-top: 100px; }
  .homepage #surveyContainer.nova-hidden-until-ready {
    background-color: pink;
    display: none; }
  .homepage .section {
    overflow: hidden; }
    .homepage .section > .row,
    .homepage .section .row.ninety {
      max-width: 90%; }
  .homepage .isc-home-row {
    max-width: 90%;
    overflow: hidden; }
  .homepage h1,
  .homepage h2,
  .homepage h3,
  .homepage h4,
  .homepage h5,
  .homepage h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #EBB50E; }
  .homepage hr .accent {
    border-top: 5px solid #254194;
    width: 100px;
    margin: 1rem 0; }
  .homepage .orbit-container {
    height: 85vh; }
    .homepage .orbit-container img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 85vh; }
      @media only screen and (max-width: 40em) {
        .homepage .orbit-container img {
          height: 100vh;
          -o-object-fit: cover;
             object-fit: cover; } }
    .homepage .orbit-container ul {
      margin: 0; }
    .homepage .orbit-container .orbit-slide-number,
    .homepage .orbit-container .orbit-timer,
    .homepage .orbit-container .orbit-slide-number {
      display: none; }
    .homepage .orbit-container .isc-orbit-caption {
      bottom: 0;
      top: 10%;
      position: absolute;
      z-index: 9999999999999;
      color: #FFFFFF;
      font-size: 0.875rem;
      padding: 0 2rem;
      padding-top: 1rem;
      width: auto;
      max-width: 100%;
      margin: 0; }
      @media only screen and (min-width: 70.0625em) {
        .homepage .orbit-container .isc-orbit-caption {
          top: 35%;
          padding: 0.625rem 0.875rem;
          max-width: 50%; } }
      .homepage .orbit-container .isc-orbit-caption h1 {
        color: #000000;
        background-color: rgba(235, 181, 14, 0.8);
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.875rem;
        line-height: 1;
        margin-bottom: -0.25rem;
        z-index: 2;
        padding: 1.25rem 1.875rem; }
        @media only screen and (max-width: 40em) {
          .homepage .orbit-container .isc-orbit-caption h1 {
            margin-top: 1.875rem;
            font-weight: 500;
            font-size: 1rem;
            line-height: 1.25rem;
            padding: 0.3125rem 0.3125rem; } }
      .homepage .orbit-container .isc-orbit-caption h3 {
        color: #FFFFFF;
        font-weight: 300;
        font-size: 1rem;
        text-align: justify;
        background-color: rgba(34, 60, 136, 0.8);
        z-index: 1;
        text-transform: none;
        padding: 1.875rem; }
        @media only screen and (max-width: 40em) {
          .homepage .orbit-container .isc-orbit-caption h3 {
            font-size: 0.875rem;
            padding: 0.3125rem 0.3125rem; } }
    .homepage .orbit-container .caption-left {
      left: 5%; }
      @media only screen and (max-width: 40em) {
        .homepage .orbit-container .caption-left {
          left: 0; } }
      .homepage .orbit-container .caption-left .isc-hero-buttons li {
        display: inline; }
        .homepage .orbit-container .caption-left .isc-hero-buttons li:not(:first-child) {
          margin: 0 0.625rem; }
          @media only screen and (max-width: 40em) {
            .homepage .orbit-container .caption-left .isc-hero-buttons li:not(:first-child) {
              margin: 0; } }
    .homepage .orbit-container .caption-right {
      right: 120px;
      text-align: right; }
      @media only screen and (max-width: 40em) {
        .homepage .orbit-container .caption-right {
          text-align: left;
          right: 0; } }
      .homepage .orbit-container .caption-right .isc-hero-buttons ul {
        margin: 0; }
      .homepage .orbit-container .caption-right .isc-hero-buttons li {
        display: inline; }
        .homepage .orbit-container .caption-right .isc-hero-buttons li:not(:last-child) {
          margin: 0 0.625rem; }
          @media only screen and (max-width: 40em) {
            .homepage .orbit-container .caption-right .isc-hero-buttons li:not(:last-child) {
              margin: 0; } }
    .homepage .orbit-container .caption-center {
      -webkit-transform: translate(50, -5%);
          -ms-transform: translate(50, -5%);
              transform: translate(50, -5%);
      text-align: center; }
    .homepage .orbit-container .button {
      margin-top: 0.625rem;
      font-size: 1.125rem; }
      @media only screen and (max-width: 40em) {
        .homepage .orbit-container .button {
          padding: .5rem 1rem;
          font-size: 1rem;
          line-height: 1.25rem; } }
  .homepage .isc-quick-links {
    display: block;
    padding: 0;
    margin: 0 0;
    border-bottom: 6px solid #EBB50E;
    background-image: -webkit-gradient(linear, left top, right top, from(#1d3373), to(#2f53bd));
    background-image: linear-gradient(to right, #1d3373, #2f53bd); }
  .homepage .isc-quick-links:after,
  .homepage .isc-quick-links:before {
    content: " ";
    display: table; }
  .homepage .isc-quick-links:after {
    clear: both; }
  .homepage .isc-quick-links > li {
    display: block;
    float: left;
    height: auto; }
  .homepage .isc-quick-links > li {
    list-style: none;
    width: 25%; }
  .homepage .isc-quick-links > li:nth-of-type(1n) {
    clear: none; }
  .homepage .isc-quick-links > li:nth-of-type(4n+1) {
    clear: both; }
  @media only screen and (max-width: 50em) {
    .homepage .isc-quick-links {
      display: block;
      padding: 0;
      margin: 0 0; }
    .homepage .isc-quick-links:after,
    .homepage .isc-quick-links:before {
      content: " ";
      display: table; }
    .homepage .isc-quick-links:after {
      clear: both; }
    .homepage .isc-quick-links > li {
      display: block;
      float: left;
      height: auto; }
    .homepage .isc-quick-links > li {
      list-style: none;
      width: 100%; }
    .homepage .isc-quick-links > li:nth-of-type(1n) {
      clear: none; }
    .homepage .isc-quick-links > li:nth-of-type(1n+1) {
      clear: both; }
    .homepage .isc-quick-links:after,
    .homepage .isc-quick-links:before {
      content: " ";
      display: table; }
    .homepage .isc-quick-links:after {
      clear: both; } }
  .homepage .isc-quick-links li {
    vertical-align: middle;
    overflow: hidden; }
  .homepage .isc-quick-links a {
    position: relative;
    display: block;
    z-index: 20;
    width: 100%;
    height: 150px;
    color: #000000;
    overflow: hidden;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in; }
  @media only screen and (max-width: 100em) {
    .homepage .isc-quick-links a {
      height: 100%; } }
  .homepage .isc-quick-links a:hover {
    color: #FFFFFF; }
  .homepage .isc-quick-links a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in; }
  .homepage .isc-quick-links li:hover a:after {
    background-color: #ebb50e;
    color: #000000; }
  .homepage .isc-quick-links span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10; }
  .homepage .isc-quick-links h4 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
    font-weight: 700; }
  @media only screen and (max-width: 64em) {
    .homepage .isc-quick-links h4 {
      font-size: 1.25rem; } }
  .homepage .isc-quick-links li:hover h4 {
    color: #000000; }
  .homepage .isc-quick-links li:hover i {
    color: #000000; }
  .homepage .isc-quick-links i {
    color: #EBB50E;
    line-height: 1.65;
    display: block;
    text-align: center;
    font-size: 3rem;
    -webkit-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in; }
  @media only screen and (max-width: 80em) {
    .homepage .isc-quick-links i {
      font-size: 3.25rem; } }
  @media only screen and (max-width: 64em) {
    .homepage .isc-quick-links i {
      font-size: 2.625rem; } }
  .homepage .isc-quick-links img {
    width: 100%;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(100);
    filter: grayscale(100);
    z-index: 1;
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in; }
  .homepage .isc-quick-links li:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .homepage .homepage-intro {
    padding: 3.125rem 0; }
    .homepage .homepage-intro h1,
    .homepage .homepage-intro h2,
    .homepage .homepage-intro h3,
    .homepage .homepage-intro h4 {
      color: #EBB50E;
      font-weight: 700; }
    .homepage .homepage-intro h2 {
      font-size: 3.125rem; }
    .homepage .homepage-intro hr {
      border-top: 5px solid #EBB50E;
      width: 100px;
      margin: 1rem 0; }
    .homepage .homepage-intro p {
      padding: 1.25rem 0;
      font-size: 1.125rem;
      font-weight: 300;
      text-align: justify; }
    .homepage .homepage-intro h3 {
      font-size: 1.2rem;
      color: #231F20; }
    .homepage .homepage-intro .intro-logo {
      padding-top: 1.25rem; }
      .homepage .homepage-intro .intro-logo ul {
        list-style: none !important; }
      .homepage .homepage-intro .intro-logo img {
        width: 220px;
        margin: 0; }
      .homepage .homepage-intro .intro-logo li {
        margin-bottom: 1.25rem; }
    .homepage .homepage-intro ul.intro-logo {
      list-style: none; }
    .homepage .homepage-intro .intro-social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 3rem 0; }
      @media only screen and (max-width: 40em) {
        .homepage .homepage-intro .intro-social .inline-list {
          margin: 0 auto; } }
      .homepage .homepage-intro .intro-social .inline-list i {
        font-size: 1.8em; }
        @media only screen and (max-width: 40em) {
          .homepage .homepage-intro .intro-social .inline-list i {
            font-size: 1.4em; } }
      .homepage .homepage-intro .intro-social .inline-list li {
        padding: 0 2rem;
        margin: 0; }
        @media only screen and (max-width: 40em) {
          .homepage .homepage-intro .intro-social .inline-list li {
            padding: 0 1rem; } }
  .homepage .countdown-container {
    background-image: -webkit-gradient(linear, left top, right top, from(#1d3373), to(#2f53bd));
    background-image: linear-gradient(to right, #1d3373, #2f53bd);
    position: relative;
    padding: 3.75rem 0; }
    .homepage .countdown-container:before {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: url("/RNA/RNA_Novatest4/2019/img/hexagons.png");
      background-attachment: fixed;
      opacity: .10; }
    .homepage .countdown-container #countdown-clock {
      padding: 1.25rem 0; }
    .homepage .countdown-container .text-accent {
      color: #FFFFFF; }
    .homepage .countdown-container li {
      color: #FFFFFF;
      text-align: center;
      text-transform: uppercase;
      font-size: 2.5rem;
      line-height: 1; }
      .homepage .countdown-container li .countdown-det {
        margin-top: -0.3125rem;
        font-weight: 300;
        font-size: 1.125rem; }
      @media only screen and (max-width: 40em) {
        .homepage .countdown-container li {
          font-size: 1.625rem;
          line-height: 1.3; }
          .homepage .countdown-container li .countdown-det {
            font-size: 0.875rem; } }
    .homepage .countdown-container p {
      margin-bottom: 0; }
  .homepage .sia-callout {
    background-color: #343333;
    position: relative;
    padding: 3.75rem 0; }
    .homepage .sia-callout:before {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: url("/RNA/RNA_Novatest4/2019/img/hexagons.png");
      background-attachment: fixed;
      opacity: .05; }
    .homepage .sia-callout .text-accent {
      color: #FFFFFF; }
    .homepage .sia-callout .sia-desc {
      padding: 3.125rem 0; }
    .homepage .sia-callout p {
      padding: 1.25rem 0;
      font-size: 1.125rem;
      font-weight: 300;
      text-align: justify;
      color: #FFFFFF; }
    .homepage .sia-callout li {
      color: #FFFFFF;
      text-align: center;
      text-transform: uppercase;
      font-size: 2.5rem;
      line-height: 1; }
      @media only screen and (max-width: 40em) {
        .homepage .sia-callout li {
          font-size: 1.625rem;
          line-height: 1.3; } }
  .homepage .isc-news {
    padding: 3.75rem 0;
    position: relative; }
    .homepage .isc-news:before {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: url("/RNA/RNA_Novatest4/2019/img/ISCE-Shownews-bg.jpg");
      background-attachment: fixed;
      background-position: center;
      opacity: .07; }
    .homepage .isc-news .news-adspot {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden; }
      .homepage .isc-news .news-adspot img {
        margin: 0 auto; }
    .homepage .isc-news .news-items {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem;
      overflow: hidden; }
      .homepage .isc-news .news-items h4 {
        margin: 0;
        margin-bottom: 0.625rem;
        padding: 0;
        font-size: 1.25rem;
        font-weight: 400;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .homepage .isc-news .news-items li {
        padding: 1.25rem; }
        .homepage .isc-news .news-items li span {
          margin: 1.25rem 0;
          padding: 0;
          font-weight: 300;
          font-style: italic; }
      .homepage .isc-news .news-items p {
        margin-bottom: 1.25rem;
        line-height: 1.2; }
  .homepage .my-show-section {
    padding: 3.75rem 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#1d3373), to(#2f53bd));
    background-image: linear-gradient(to right, #1d3373, #2f53bd);
    position: relative; }
    .homepage .my-show-section:before {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: url("/RNA/RNA_Novatest4/2019/img/hexagons.png");
      background-attachment: fixed;
      opacity: .05; }
    .homepage .my-show-section h3 {
      margin-bottom: 3.125rem; }
    .homepage .my-show-section .text-accent {
      color: #FFFFFF; }
    .homepage .my-show-section p {
      color: #FFFFFF; }
    .homepage .my-show-section a:hover {
      color: #FFFFFF; }
    .homepage .my-show-section .my-show,
    .homepage .my-show-section .my-recs {
      padding: 0 3.125rem; }
      @media only screen and (max-width: 40em) {
        .homepage .my-show-section .my-show,
        .homepage .my-show-section .my-recs {
          padding: 0 0; } }
    .homepage .my-show-section .my-show-icons {
      padding-top: 1.25rem; }
      .homepage .my-show-section .my-show-icons > li .nova-myshow-icon {
        color: #EBB50E;
        text-align: center;
        font-size: 2.5rem;
        -webkit-transition: .5s;
        transition: .5s; }
      .homepage .my-show-section .my-show-icons > li a {
        display: block;
        z-index: 10;
        height: 100%;
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
      .homepage .my-show-section .my-show-icons > li:hover .nova-myshow-icon {
        color: #231F20; }
      .homepage .my-show-section .my-show-icons > li:hover p {
        color: #231F20; }
      .homepage .my-show-section .my-show-icons p {
        margin-top: 0.625rem;
        text-transform: uppercase;
        text-align: center;
        font-size: 0.875rem;
        font-weight: 300;
        margin-bottom: 0; }
  .homepage .content-section {
    padding: 3.75rem 0;
    background-color: #FFFFFF; }
    .homepage .content-section h3 {
      margin-bottom: 3.125rem; }
    .homepage .content-section h4 {
      margin-top: 3.125rem; }
  .homepage .sponsor-section {
    padding: 3.75rem 0;
    background-color: #eeeeee; }
  .homepage .general-sponsors-container ul img {
    max-height: 60px; }
  .homepage .general-sponsors-container h4 {
    font-size: 1rem;
    color: #231F20; }
  .homepage .general-sponsors-container img {
    margin-bottom: 1.25rem; }
  .homepage .general-sponsors-container hr {
    border-top: 1px solid #EBB50E;
    width: 280px;
    margin: 0 auto;
    padding-bottom: 1.25rem; }
  .homepage .blue-hex-bg {
    background-image: -webkit-gradient(linear, left top, right top, from(#1d3373), to(#2f53bd));
    background-image: linear-gradient(to right, #1d3373, #2f53bd);
    padding: 3.75rem 0;
    position: relative; }
    .homepage .blue-hex-bg h3 {
      margin-bottom: 3.125rem; }
    .homepage .blue-hex-bg:before {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: url("/RNA/RNA_Novatest4/2019/img/hexagons.png");
      background-attachment: fixed;
      opacity: .10; }
    .homepage .blue-hex-bg p {
      color: #FFFFFF; }
  .homepage .text-accent {
    font-weight: 700;
    letter-spacing: 2px; }
    .homepage .text-accent.blue {
      color: #254194; }
    .homepage .text-accent.white {
      color: #FFFFFF; }
    .homepage .text-accent.yellow {
      color: #EBB50E; }
    .homepage .text-accent.gray {
      color: #343333; }

.button.secondary {
  background-image: -webkit-gradient(linear, right top, left top, from(#1b2f6b), to(#2f53bd));
  background-image: linear-gradient(-90deg, #1b2f6b, #2f53bd);
  padding: 1rem 2rem 1.0625rem 2rem;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: uppercase;
  color: #FFFFFF; }
  .button.secondary:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#343333), to(#4e4c4c));
    background-image: linear-gradient(to right, #343333, #4e4c4c);
    background-image: linear-gradient(to right, #343333, #4e4c4c);
    background-image: linear-gradient(to right, #343333, #4e4c4c);
    color: #EBB50E;
    color: #EBB50E;
    border-radius: 15px 0px; }
  .button.secondary a {
    display: block;
    color: #FFFFFF; }

.button {
  background-image: -webkit-gradient(linear, left top, right top, from(#EBB50E), to(#f3c639));
  background-image: linear-gradient(to right, #EBB50E, #f3c639);
  padding: 1rem 2rem 1.0625rem 2rem;
  -webkit-transition: .2s;
  transition: .2s;
  text-transform: uppercase;
  color: #000000; }
  .button:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#EBB50E), to(#f3c639));
    background-image: linear-gradient(to right, #EBB50E, #f3c639);
    background-image: linear-gradient(to right, #EBB50E, #f3c639);
    background-image: linear-gradient(to right, #EBB50E, #f3c639);
    color: #FFFFFF;
    border-radius: 15px 0px; }
  .button a {
    display: block;
    color: #FFFFFF; }

.button.alert,
.button.info,
.button.success {
  background-image: none; }

.isc-footer {
  background-color: #151314;
  padding: 0.3125rem; }
  .isc-footer .relx-logo img {
    max-height: 1.5625rem; }
  .isc-footer .list-inline.expanded {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    list-style: none;
    text-align: justify;
    width: 100%;
    font-size: .1px;
    margin: 0;
    padding: 0; }
    @media all and (max-width: 1180px) {
      .isc-footer .list-inline.expanded {
        display: block; } }
    .isc-footer .list-inline.expanded > li {
      display: inline-block;
      line-height: 1.875rem;
      vertical-align: middle;
      position: relative;
      font-size: 1rem; }
      @media all and (max-width: 1180px) {
        .isc-footer .list-inline.expanded > li {
          display: block; }
          .isc-footer .list-inline.expanded > li img {
            margin-top: 0.625rem; } }
      .isc-footer .list-inline.expanded > li a {
        text-transform: uppercase;
        font-weight: 400;
        color: #9e9e9e;
        font-size: 0.875rem; }
        .isc-footer .list-inline.expanded > li a:hover {
          color: #EBB50E; }
        .isc-footer .list-inline.expanded > li a:focus {
          color: #bcbec0; }

.isc-social {
  background-color: #343333;
  margin: 0;
  padding: 0.625rem;
  text-transform: uppercase;
  overflow: hidden;
  /*
    .row {
        max-width: 30%;

        @media all and (max-width: 768px) {
            max-width: 90%;

        }
    } */ }
  @media only screen and (max-width: 40em) {
    .isc-social {
      padding: 0; } }
  .isc-social ul {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .isc-social ul a {
      color: #FFFFFF; }
      .isc-social ul a:hover {
        color: #EBB50E; }
  .isc-social h4 {
    font-size: 0.875rem;
    font-weight: 300;
    margin: 1.25rem 0; }
  .isc-social i {
    font-size: 1.625rem; }
  .isc-social .sign-up {
    width: 80%;
    float: right; }
    @media only screen and (max-width: 40em) {
      .isc-social .sign-up {
        width: 100%; } }
    .isc-social .sign-up .button:hover, .isc-social .sign-up .button:focus {
      border-radius: 0px 0px; }
    @media only screen and (max-width: 40em) {
      .isc-social .sign-up .button {
        line-height: 1; } }

@media only screen and (max-width: 40em) {
  a.button.postfix {
    margin-bottom: 0; } }

.big-sponsors {
  padding: 3.75rem 0;
  background-color: #FFFFFF; }
  .big-sponsors h3 {
    margin-bottom: 3.125rem; }
  .big-sponsors h5 {
    color: #231F20; }
  .big-sponsors h4 {
    margin-top: 3.125rem; }
  .big-sponsors .sia-section,
  .big-sponsors .colocated-section {
    -webkit-box-pack: middle;
    -webkit-justify-content: middle;
        -ms-flex-pack: middle;
            justify-content: middle; }
    @media all and (max-width: 768px) {
      .big-sponsors .sia-section,
      .big-sponsors .colocated-section {
        padding: 3.75rem 0; } }
  .big-sponsors .location-dets {
    padding: 1.25rem; }
  .big-sponsors .sponsor-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.sponsor-section {
  padding: 3.75rem 0;
  background-color: #eeeeee; }

.general-sponsors-container ul img {
  max-height: 60px; }

.general-sponsors-container h4 {
  font-size: 1rem;
  color: #231F20; }

.general-sponsors-container img {
  margin-bottom: 1.25rem; }

.general-sponsors-container hr {
  border-top: 1px solid #EBB50E;
  width: 280px;
  margin: 0 auto;
  padding-bottom: 1.25rem; }

body:not(.homepage) body {
  background: #eee; }

body:not(.homepage) .section {
  overflow: hidden; }
  body:not(.homepage) .section > .row,
  body:not(.homepage) .section .row.ninety {
    max-width: 90%; }

body:not(.homepage) .contentLayoutBox {
  margin: 0 auto;
  max-width: 90%;
  width: 100%; }

body:not(.homepage) #content {
  margin-bottom: 5rem; }
  @media only screen and (min-width: 70.0625em) {
    body:not(.homepage) #content {
      width: calc(100% - 300px);
      float: left;
      padding-right: 6.25rem;
      padding-bottom: 3.75rem; } }

body:not(.homepage) #sidebarRight {
  width: 300px;
  float: left; }
  body:not(.homepage) #sidebarRight .ad {
    margin-bottom: 2.5rem; }

body:not(.homepage) .page-header {
  padding: 5.625rem 1.25rem;
  position: relative;
  border-bottom: 5px solid #EBB50E;
  margin-bottom: 2.5rem;
  background-image: url("/RNA/RNA_Novatest4/2019/img/skyline-nyc.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (min-width: 70.0625em) {
    body:not(.homepage) .page-header {
      margin-top: 6.875rem;
      padding: 9.375rem; } }
  body:not(.homepage) .page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 0; }
  body:not(.homepage) .page-header h1 {
    font-size: 1.25rem;
    display: inline-block;
    position: relative;
    background: -webkit-gradient(linear, left top, right top, from(#1d3373), to(#2f53bd));
    background: linear-gradient(to right, #1d3373, #2f53bd);
    color: #FFFFFF;
    padding: .2rem 1rem;
    text-transform: uppercase;
    font-weight: 700; }
    @media only screen and (min-width: 70.0625em) {
      body:not(.homepage) .page-header h1 {
        font-size: 2.5rem; } }

.color-block {
  border-radius: 2px;
  display: block;
  padding: 8px 8px 6px;
  color: #333;
  text-transform: uppercase;
  border: 1px solid #ddd;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }

.color-block > span {
  display: block;
  position: relative;
  width: 100%;
  height: 100px;
  margin-bottom: 0.42857rem; }

.color-block > span > span {
  color: #FFF;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: bold; }

#search {
  padding: 1.25rem;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  background-color: #EBB50E;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out; }
  #search > div {
    max-width: 62.5rem;
    margin: 0 auto; }
    #search > div button {
      display: none; }
    #search > div input[type="text"] {
      background: none;
      border: none;
      border-bottom: 1px solid rgba(255, 255, 255, 0.7);
      -webkit-box-shadow: none;
              box-shadow: none;
      color: rgba(35, 31, 32, 0.9);
      background-color: transparent;
      font-family: 'Montserrat', sans-serif;
      font-size: 1.25rem; }
      #search > div input[type="text"]::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      #search > div input[type="text"]:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      #search > div input[type="text"]::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.5); }
      #search > div input[type="text"]::placeholder {
        color: rgba(255, 255, 255, 0.5); }
  #search.opened {
    max-height: 80px;
    opacity: 1; }

#search-bar-icon {
  color: #FFFFFF; }
  #search-bar-icon:hover {
    color: #EBB50E; }

.rounded-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 1em;
  padding: 1em 2em;
  border: 1px solid #EBB50E;
  background-color: transparent;
  border-radius: 35px 0px; }
  .rounded-box:hover {
    background-image: -webkit-gradient(linear, left top, right top, from(#EBB50E), to(#f3c639));
    background-image: linear-gradient(to right, #EBB50E, #f3c639); }

#sia-label {
  text-transform: uppercase;
  margin-left: 2.5rem;
  font-size: 0.625rem; }
  @media only screen and (min-width: 40.0625em) and (max-width: 70em) {
    #sia-label {
      margin-left: 0.625rem; } }
  #sia-label img {
    margin-left: 0.625rem;
    background-color: transparent;
    border-radius: 0px;
    width: 50px; }

.mobile-menu-header {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center h3;
  -webkit-align-items: center h3;
      -ms-flex-align: center h3;
          align-items: center h3;
    align-items-margin: 0; }
  @media only screen and (min-width: 70.0625em) {
    .mobile-menu-header {
      display: none; } }
  .mobile-menu-header img.isc-logo-mobile {
    max-height: 5rem;
    margin-bottom: -2.8125rem;
    margin-left: 0.3125rem;
    margin-right: 0.9375rem;
    margin-top: 0.125rem; }
    @media only screen and (min-width: 40.0625em) and (max-width: 70em) {
      .mobile-menu-header img.isc-logo-mobile {
        margin-right: 0.9375rem; } }
  .mobile-menu-header .isc-mobile {
    vertical-align: middle;
    padding: 0.5rem; }
    .mobile-menu-header .isc-mobile .burger-menu {
      width: 35px;
      height: 5px;
      background-color: black; }
      .mobile-menu-header .isc-mobile .burger-menu:first-child {
        margin-bottom: 6px; }
      .mobile-menu-header .isc-mobile .burger-menu:last-child {
        margin-top: 6px; }

.homepage .contentLayoutBox {
  padding-top: 0px; }

img.sia-mobile-li {
  display: none; }
  @media only screen and (max-width: 801px) {
    img.sia-mobile-li {
      display: inline-block;
      max-height: 1.25rem; } }

.hide-topbar-stuff {
  display: none; }

@media only screen and (min-width: 801px) {
  .dates-location-mobile {
    display: none; } }

.dates-location-mobile .dates,
.dates-location-mobile .location {
  font-size: 0.75rem;
  display: block;
  line-height: 2;
  margin-right: 0; }
  .dates-location-mobile .dates .nova-icon-calendar,
  .dates-location-mobile .dates .nova-icon-map-pin,
  .dates-location-mobile .location .nova-icon-calendar,
  .dates-location-mobile .location .nova-icon-map-pin {
    color: #EBB50E;
    margin-right: 0.3125rem; }

#isc-mobile-menu {
  left: -100%;
  bottom: 0;
  z-index: 9999999999999999999999;
  min-height: 100%;
  width: 40em;
  max-width: 100%;
  position: fixed;
  right: -100vw;
  -webkit-transition: background .7s, right .7s .8s;
  transition: background .7s, right .7s .8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  background-image: -webkit-gradient(linear, left top, right top, from(#EBB50E), to(#f3c639));
  background-image: linear-gradient(to right, #EBB50E, #f3c639);
  height: 100vh;
  width: 55vw;
  top: 80px;
  -webkit-transition: left .75s .25s;
  transition: left .75s .25s;
  transition-timing-function: ease-in-out;
  z-index: 9999999999999999999; }
  @media only screen and (min-width: 70.0625em) {
    #isc-mobile-menu {
      display: none; } }
  #isc-mobile-menu a {
    color: #FFFFFF;
    text-transform: uppercase; }
  #isc-mobile-menu li {
    text-transform: uppercase;
    font-weight: 900;
    border-top: 1px solid rgba(255, 255, 255, 0.5); }
  @media only screen and (max-width: 40em) {
    #isc-mobile-menu {
      width: 100vw; } }
  #isc-mobile-menu.opened {
    left: 0; }
  #isc-mobile-menu #mmenu-navTreeItem-Home {
    display: none; }
  #isc-mobile-menu #mobile-social-links li {
    padding: 0; }

#surveyContainer {
  display: none; }

#UserMessageContainer {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 900; }

#cookieComplianceMessage {
  opacity: .9;
  width: 40%;
  min-width: 18.75rem;
  margin: 0 auto;
  z-index: 900;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d3373), to(#2f53bd));
  background-image: linear-gradient(to right, #1d3373, #2f53bd);
  padding: 0.9375rem 1.875rem; }
  #cookieComplianceMessage p {
    font-size: 0.75rem;
    margin: 0 auto;
    width: 100%;
    color: white; }
  #cookieComplianceMessage .button {
    font-size: 0.75rem;
    padding: 0.5rem;
    margin: .5rem 0 0 0;
    z-index: 900; }

#chat-window-container {
  display: block !important;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 500;
  width: 25vw;
  max-width: 100%;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 1s visibility, 1s -webkit-transform ease;
  transition: 1s visibility, 1s -webkit-transform ease;
  transition: 1s transform ease, 1s visibility;
  transition: 1s transform ease, 1s visibility, 1s -webkit-transform ease; }
  @media only screen and (max-width: 40em) {
    #chat-window-container {
      width: 100vw; } }
  @media only screen and (min-width: 40.0625em) and (max-width: 70em) {
    #chat-window-container {
      width: 50vw; } }
  @media only screen and (min-width: 70.0625em) {
    #chat-window-container {
      top: auto;
      height: 60vh; } }
  #chat-window-container.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%); }
  #chat-window-container .menu {
    position: relative;
    background: #EBB50E;
    height: 40px; }
    #chat-window-container .menu > .icon {
      display: block;
      width: 40px;
      height: 40px;
      background: #EBB50E url("/RNA/chat-bot/bot-icon.png") center center/18px no-repeat; }
    #chat-window-container .menu > .close, #chat-window-container .menu #Close {
      cursor: pointer;
      position: absolute;
      top: 50%;
      right: 1rem;
      line-height: 18px;
      font-size: 30px;
      -webkit-transform: translate(0%, -50%) rotateZ(45deg);
          -ms-transform: translate(0%, -50%) rotate(45deg);
              transform: translate(0%, -50%) rotateZ(45deg);
      color: #000000; }
  #chat-window-container .chat-window, #chat-window-container #chatWindow {
    text-align: right;
    padding: 1rem;
    overflow-y: auto;
    height: 100%;
    max-height: calc(100% - 80px);
    background: #343333; }
    #chat-window-container .chat-window .bot, #chat-window-container .chat-window .user, #chat-window-container #chatWindow .bot, #chat-window-container #chatWindow .user {
      border-style: solid;
      border-width: 1px;
      border-color: #d8d8d8;
      margin-bottom: 1.25rem;
      padding: 1.25rem;
      background: #f2f2f2;
      color: #333333;
      position: relative;
      text-align: left;
      margin-top: 10px; }
      #chat-window-container .chat-window .bot > :first-child, #chat-window-container .chat-window .user > :first-child, #chat-window-container #chatWindow .bot > :first-child, #chat-window-container #chatWindow .user > :first-child {
        margin-top: 0; }
      #chat-window-container .chat-window .bot > :last-child, #chat-window-container .chat-window .user > :last-child, #chat-window-container #chatWindow .bot > :last-child, #chat-window-container #chatWindow .user > :last-child {
        margin-bottom: 0; }
      #chat-window-container .chat-window .bot h1, #chat-window-container .chat-window .bot h2, #chat-window-container .chat-window .bot h3, #chat-window-container .chat-window .bot h4, #chat-window-container .chat-window .bot h5, #chat-window-container .chat-window .bot h6, #chat-window-container .chat-window .bot p, #chat-window-container .chat-window .bot li, #chat-window-container .chat-window .bot dl, #chat-window-container .chat-window .user h1, #chat-window-container .chat-window .user h2, #chat-window-container .chat-window .user h3, #chat-window-container .chat-window .user h4, #chat-window-container .chat-window .user h5, #chat-window-container .chat-window .user h6, #chat-window-container .chat-window .user p, #chat-window-container .chat-window .user li, #chat-window-container .chat-window .user dl, #chat-window-container #chatWindow .bot h1, #chat-window-container #chatWindow .bot h2, #chat-window-container #chatWindow .bot h3, #chat-window-container #chatWindow .bot h4, #chat-window-container #chatWindow .bot h5, #chat-window-container #chatWindow .bot h6, #chat-window-container #chatWindow .bot p, #chat-window-container #chatWindow .bot li, #chat-window-container #chatWindow .bot dl, #chat-window-container #chatWindow .user h1, #chat-window-container #chatWindow .user h2, #chat-window-container #chatWindow .user h3, #chat-window-container #chatWindow .user h4, #chat-window-container #chatWindow .user h5, #chat-window-container #chatWindow .user h6, #chat-window-container #chatWindow .user p, #chat-window-container #chatWindow .user li, #chat-window-container #chatWindow .user dl {
        color: #333333; }
      #chat-window-container .chat-window .bot h1, #chat-window-container .chat-window .bot h2, #chat-window-container .chat-window .bot h3, #chat-window-container .chat-window .bot h4, #chat-window-container .chat-window .bot h5, #chat-window-container .chat-window .bot h6, #chat-window-container .chat-window .user h1, #chat-window-container .chat-window .user h2, #chat-window-container .chat-window .user h3, #chat-window-container .chat-window .user h4, #chat-window-container .chat-window .user h5, #chat-window-container .chat-window .user h6, #chat-window-container #chatWindow .bot h1, #chat-window-container #chatWindow .bot h2, #chat-window-container #chatWindow .bot h3, #chat-window-container #chatWindow .bot h4, #chat-window-container #chatWindow .bot h5, #chat-window-container #chatWindow .bot h6, #chat-window-container #chatWindow .user h1, #chat-window-container #chatWindow .user h2, #chat-window-container #chatWindow .user h3, #chat-window-container #chatWindow .user h4, #chat-window-container #chatWindow .user h5, #chat-window-container #chatWindow .user h6 {
        line-height: 1;
        margin-bottom: 0.625rem; }
        #chat-window-container .chat-window .bot h1.subheader, #chat-window-container .chat-window .bot h2.subheader, #chat-window-container .chat-window .bot h3.subheader, #chat-window-container .chat-window .bot h4.subheader, #chat-window-container .chat-window .bot h5.subheader, #chat-window-container .chat-window .bot h6.subheader, #chat-window-container .chat-window .user h1.subheader, #chat-window-container .chat-window .user h2.subheader, #chat-window-container .chat-window .user h3.subheader, #chat-window-container .chat-window .user h4.subheader, #chat-window-container .chat-window .user h5.subheader, #chat-window-container .chat-window .user h6.subheader, #chat-window-container #chatWindow .bot h1.subheader, #chat-window-container #chatWindow .bot h2.subheader, #chat-window-container #chatWindow .bot h3.subheader, #chat-window-container #chatWindow .bot h4.subheader, #chat-window-container #chatWindow .bot h5.subheader, #chat-window-container #chatWindow .bot h6.subheader, #chat-window-container #chatWindow .user h1.subheader, #chat-window-container #chatWindow .user h2.subheader, #chat-window-container #chatWindow .user h3.subheader, #chat-window-container #chatWindow .user h4.subheader, #chat-window-container #chatWindow .user h5.subheader, #chat-window-container #chatWindow .user h6.subheader {
          line-height: 1.4; }
    #chat-window-container .chat-window .bot::before, #chat-window-container .chat-window .bot::after, #chat-window-container #chatWindow .bot::before, #chat-window-container #chatWindow .bot::after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid; }
    #chat-window-container .chat-window .bot::before, #chat-window-container #chatWindow .bot::before {
      top: -12px;
      left: -1px;
      border-width: 12px 0 0 12px;
      border-color: transparent #d8d8d8; }
    #chat-window-container .chat-window .bot::after, #chat-window-container #chatWindow .bot::after {
      top: -9px;
      left: 0;
      border-width: 10px 0 0 10px;
      border-color: transparent #f2f2f2; }
    #chat-window-container .chat-window .bot p.response a.chatbotlink, #chat-window-container #chatWindow .bot p.response a.chatbotlink {
      border-bottom: 1px dotted #EBB50E; }
      #chat-window-container .chat-window .bot p.response a.chatbotlink:hover, #chat-window-container #chatWindow .bot p.response a.chatbotlink:hover {
        border-bottom-color: #ca9c0c; }
    #chat-window-container .chat-window .user, #chat-window-container #chatWindow .user {
      border-style: solid;
      border-width: 1px;
      border-color: #d8d8d8;
      margin-bottom: 1.25rem;
      padding: 1.25rem;
      background: #fefefe;
      color: #333333;
      display: inline-block; }
      #chat-window-container .chat-window .user > :first-child, #chat-window-container #chatWindow .user > :first-child {
        margin-top: 0; }
      #chat-window-container .chat-window .user > :last-child, #chat-window-container #chatWindow .user > :last-child {
        margin-bottom: 0; }
      #chat-window-container .chat-window .user h1, #chat-window-container .chat-window .user h2, #chat-window-container .chat-window .user h3, #chat-window-container .chat-window .user h4, #chat-window-container .chat-window .user h5, #chat-window-container .chat-window .user h6, #chat-window-container .chat-window .user p, #chat-window-container .chat-window .user li, #chat-window-container .chat-window .user dl, #chat-window-container #chatWindow .user h1, #chat-window-container #chatWindow .user h2, #chat-window-container #chatWindow .user h3, #chat-window-container #chatWindow .user h4, #chat-window-container #chatWindow .user h5, #chat-window-container #chatWindow .user h6, #chat-window-container #chatWindow .user p, #chat-window-container #chatWindow .user li, #chat-window-container #chatWindow .user dl {
        color: #333333; }
      #chat-window-container .chat-window .user h1, #chat-window-container .chat-window .user h2, #chat-window-container .chat-window .user h3, #chat-window-container .chat-window .user h4, #chat-window-container .chat-window .user h5, #chat-window-container .chat-window .user h6, #chat-window-container #chatWindow .user h1, #chat-window-container #chatWindow .user h2, #chat-window-container #chatWindow .user h3, #chat-window-container #chatWindow .user h4, #chat-window-container #chatWindow .user h5, #chat-window-container #chatWindow .user h6 {
        line-height: 1;
        margin-bottom: 0.625rem; }
        #chat-window-container .chat-window .user h1.subheader, #chat-window-container .chat-window .user h2.subheader, #chat-window-container .chat-window .user h3.subheader, #chat-window-container .chat-window .user h4.subheader, #chat-window-container .chat-window .user h5.subheader, #chat-window-container .chat-window .user h6.subheader, #chat-window-container #chatWindow .user h1.subheader, #chat-window-container #chatWindow .user h2.subheader, #chat-window-container #chatWindow .user h3.subheader, #chat-window-container #chatWindow .user h4.subheader, #chat-window-container #chatWindow .user h5.subheader, #chat-window-container #chatWindow .user h6.subheader {
          line-height: 1.4; }
      #chat-window-container .chat-window .user a:not(.button), #chat-window-container #chatWindow .user a:not(.button) {
        color: #EBB50E; }
        #chat-window-container .chat-window .user a:not(.button):hover, #chat-window-container .chat-window .user a:not(.button):focus, #chat-window-container #chatWindow .user a:not(.button):hover, #chat-window-container #chatWindow .user a:not(.button):focus {
          color: #ca9c0c; }
      #chat-window-container .chat-window .user p.query, #chat-window-container #chatWindow .user p.query {
        margin-bottom: 0; }
        #chat-window-container .chat-window .user p.query::before, #chat-window-container .chat-window .user p.query::after, #chat-window-container #chatWindow .user p.query::before, #chat-window-container #chatWindow .user p.query::after {
          content: '';
          display: block;
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid; }
        #chat-window-container .chat-window .user p.query::before, #chat-window-container #chatWindow .user p.query::before {
          bottom: -12px;
          right: -1px;
          border-width: 0 12px 12px 0;
          border-color: transparent #d8d8d8; }
        #chat-window-container .chat-window .user p.query::after, #chat-window-container #chatWindow .user p.query::after {
          bottom: -9px;
          right: 0;
          border-width: 0 10px 10px 0;
          border-color: transparent #fefefe; }
  #chat-window-container .input-window, #chat-window-container #inputWindow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px; }
    #chat-window-container .input-window input, #chat-window-container #inputWindow input {
      margin: 0;
      height: 40px; }

#chatbot-icon-container {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 400;
  width: 40px;
  height: 40px;
  margin: 0 1rem 1rem 0; }
  #chatbot-icon-container > a, #chatbot-icon-container #chatbot-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-color: white;
    background: #EBB50E;
    padding: 10px;
    opacity: 1;
    -webkit-transition: 0.2s opacity ease;
    transition: 0.2s opacity ease; }
    #chatbot-icon-container > a.fade-out, #chatbot-icon-container #chatbot-icon.fade-out {
      opacity: 0; }
    #chatbot-icon-container > a img, #chatbot-icon-container #chatbot-icon img {
      display: block; }
  #chatbot-icon-container #openingMessage, #chatbot-icon-container .opening-message {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f2f2f2;
    color: #333333;
    position: absolute;
    bottom: 0;
    right: calc(100% + 1rem);
    min-width: 300px;
    margin-bottom: 0; }
    #chatbot-icon-container #openingMessage > :first-child, #chatbot-icon-container .opening-message > :first-child {
      margin-top: 0; }
    #chatbot-icon-container #openingMessage > :last-child, #chatbot-icon-container .opening-message > :last-child {
      margin-bottom: 0; }
    #chatbot-icon-container #openingMessage h1, #chatbot-icon-container #openingMessage h2, #chatbot-icon-container #openingMessage h3, #chatbot-icon-container #openingMessage h4, #chatbot-icon-container #openingMessage h5, #chatbot-icon-container #openingMessage h6, #chatbot-icon-container #openingMessage p, #chatbot-icon-container #openingMessage li, #chatbot-icon-container #openingMessage dl, #chatbot-icon-container .opening-message h1, #chatbot-icon-container .opening-message h2, #chatbot-icon-container .opening-message h3, #chatbot-icon-container .opening-message h4, #chatbot-icon-container .opening-message h5, #chatbot-icon-container .opening-message h6, #chatbot-icon-container .opening-message p, #chatbot-icon-container .opening-message li, #chatbot-icon-container .opening-message dl {
      color: #333333; }
    #chatbot-icon-container #openingMessage h1, #chatbot-icon-container #openingMessage h2, #chatbot-icon-container #openingMessage h3, #chatbot-icon-container #openingMessage h4, #chatbot-icon-container #openingMessage h5, #chatbot-icon-container #openingMessage h6, #chatbot-icon-container .opening-message h1, #chatbot-icon-container .opening-message h2, #chatbot-icon-container .opening-message h3, #chatbot-icon-container .opening-message h4, #chatbot-icon-container .opening-message h5, #chatbot-icon-container .opening-message h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      #chatbot-icon-container #openingMessage h1.subheader, #chatbot-icon-container #openingMessage h2.subheader, #chatbot-icon-container #openingMessage h3.subheader, #chatbot-icon-container #openingMessage h4.subheader, #chatbot-icon-container #openingMessage h5.subheader, #chatbot-icon-container #openingMessage h6.subheader, #chatbot-icon-container .opening-message h1.subheader, #chatbot-icon-container .opening-message h2.subheader, #chatbot-icon-container .opening-message h3.subheader, #chatbot-icon-container .opening-message h4.subheader, #chatbot-icon-container .opening-message h5.subheader, #chatbot-icon-container .opening-message h6.subheader {
        line-height: 1.4; }
    #chatbot-icon-container #openingMessage > p, #chatbot-icon-container .opening-message > p {
      font-size: 14px;
      margin-bottom: 0;
      margin-right: 1rem; }
    #chatbot-icon-container #openingMessage .openingMessageClose, #chatbot-icon-container .opening-message .openingMessageClose {
      cursor: pointer;
      position: absolute;
      top: 50%;
      right: 1rem;
      line-height: 18px;
      font-size: 30px;
      -webkit-transform: translate(0%, -50%) rotateZ(45deg);
          -ms-transform: translate(0%, -50%) rotate(45deg);
              transform: translate(0%, -50%) rotateZ(45deg);
      color: #000000; }
    #chatbot-icon-container #openingMessage .openingMessageArrow, #chatbot-icon-container .opening-message .openingMessageArrow {
      position: absolute;
      bottom: 0;
      right: 0; }
      #chatbot-icon-container #openingMessage .openingMessageArrow::before, #chatbot-icon-container #openingMessage .openingMessageArrow::after, #chatbot-icon-container .opening-message .openingMessageArrow::before, #chatbot-icon-container .opening-message .openingMessageArrow::after {
        content: '';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid; }
      #chatbot-icon-container #openingMessage .openingMessageArrow::before, #chatbot-icon-container .opening-message .openingMessageArrow::before {
        left: 0;
        bottom: 4px;
        border-width: 12px 0 12px 12px;
        border-color: transparent #d8d8d8; }
      #chatbot-icon-container #openingMessage .openingMessageArrow::after, #chatbot-icon-container .opening-message .openingMessageArrow::after {
        left: 0;
        bottom: 6px;
        border-width: 10px 0 10px 10px;
        border-color: transparent #f2f2f2; }

#debugWindow {
  display: none;
  position: absolute;
  top: 50px;
  left: 20px;
  border: 1px #ccc solid;
  padding: 10px;
  z-index: 10000;
  background-color: #FFFFFF; }

.hide {
  height: 0px !important; }

.preloader-wrapper {
  z-index: 999999999999999999999999;
  background-image: -webkit-gradient(linear, left top, right top, from(#1d3373), to(#2f53bd));
  background-image: linear-gradient(to right, #1d3373, #2f53bd);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: fadein .5s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein .5s;
  /* Firefox < 16 */
  /* Safari, Chrome and Opera > 12.1 */
  /* Internet Explorer */
  /* Opera < 12.1 */ }
  .preloader-wrapper #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FFFFFF;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }
  .preloader-wrapper #loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f6d469;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite; }
  .preloader-wrapper #loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #EBB50E;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite; }

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

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

@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
  body.loaded .preloader-wrapper {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: 0.6s all ease 0.2s;
    transition: 0.6s all ease 0.2s; }

#flickr-container {
  background-color: #eeeeee;
  padding: 3.75rem 0;
  position: relative; }
  #flickr-container .row {
    max-width: 90%; }
  #flickr-container:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url("/RNA/RNA_Novatest4/2019/img/hexagons.png");
    background-attachment: fixed;
    opacity: .05; }
  #flickr-container h3 {
    color: #343333; }
  #flickr-container .slick-dots {
    display: none !important; }
  #flickr-container ul {
    margin: 0 auto; }

.flickr-carousel {
  padding: 1rem;
  position: relative; }
  .flickr-carousel img {
    padding: .8rem;
    -o-object-fit: cover;
       object-fit: cover;
    width: 400px;
    height: 250px;
    border-radius: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .flickr-carousel img:hover {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1);
      -o-object-fit: cover;
         object-fit: cover; }
  .flickr-carousel:before {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: .9;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

.slick-prev:before,
.slick-next:before {
  color: #EBB50E;
  font-size: 1.6875rem; }

.tab_wrapper.accordion {
  margin-bottom: 1rem; }

.tab_wrapper > ul {
  display: block;
  margin: 0;
  border-bottom-color: #EBB50E; }
  .tab_wrapper > ul::after {
    clear: both;
    content: "";
    display: block; }
  .tab_wrapper > ul, .tab_wrapper > ul > li {
    list-style: none; }
  .tab_wrapper > ul > li.active {
    border-color: #EBB50E;
    color: #EBB50E; }

.tab_wrapper .content_wrapper {
  border-color: #EBB50E; }
  .tab_wrapper .content_wrapper .accordian_header {
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .tab_wrapper .content_wrapper .accordian_header.active {
      color: #EBB50E; }
      .tab_wrapper .content_wrapper .accordian_header.active::after {
        background-color: #EBB50E; }
      .tab_wrapper .content_wrapper .accordian_header.active > .arrow {
        border-color: #EBB50E; }

.ui-tabs {
  display: block;
  margin: 0 0 1rem !important;
  padding: 0;
  background: none;
  border: transparent;
  border-radius: 0; }
  .ui-tabs.ui-widget-content {
    border: none; }
  .ui-tabs > ul.ui-tabs-nav {
    background: none;
    border: none;
    border-radius: 0;
    padding: 0;
    border-bottom: 1px solid #CCCCCC; }
    .ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab {
      border-style: solid;
      border-radius: 0;
      background: none;
      position: relative; }
      .ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab > a.ui-tabs-anchor {
        position: relative;
        border: none;
        outline: none;
        text-transform: uppercase;
        font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-weight: 500; }
      .ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab.ui-state-active {
        border-color: #EBB50E;
        background: #EBB50E; }
        .ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab.ui-state-active > a.ui-tabs-anchor {
          color: #254194; }
      .ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab.ui-state-active2 {
        border-color: #EBB50E;
        border-bottom-color: transparent;
        background: transparent; }
        .ui-tabs > ul.ui-tabs-nav > li.ui-tabs-tab.ui-state-active2 > a.ui-tabs-anchor {
          background: #EBB50E;
          color: #254194; }
  .ui-tabs > div.ui-tabs-panel {
    border: 1px solid #CCCCCC;
    border-top: none;
    border-radius: 0; }
    .ui-tabs > div.ui-tabs-panel > p:last-child {
      margin-bottom: 0; }

.ui-accordion {
  margin-bottom: 1rem; }
  .ui-accordion h3 {
    border: none;
    border-radius: 0;
    z-index: 0;
    overflow: hidden; }
    .ui-accordion h3:focus {
      outline: 0; }
    .ui-accordion h3.ui-state-active {
      color: #000000;
      background: #FFFFFF;
      background-color: #EBB50E; }

.ui-widget-content a:not(.button) {
  color: #EBB50E; }
  .ui-widget-content a:not(.button):hover {
    color: #254194; }

.ui-tabs > ul.ui-tabs-nav {
  background: none; }

.ui-widget.ui-widget-content {
  border: none; }

#tabs > div:nth-child(4) > div {
  border: none; }

#tabs > div:nth-child(4) > div > ul > li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active {
  background: #FFFFFF; }
  #tabs > div:nth-child(4) > div > ul > li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab.ui-tabs-active.ui-state-active a {
    color: #254194;
    font-weight: 700; }

#tabs > div:nth-child(4) > div > ul > li {
  background-color: transparent;
  border: none !important; }
  #tabs > div:nth-child(4) > div > ul > li a {
    color: #EBB50E; }

#tabs > div:nth-child(4) > div > ul {
  border-left: 1px solid #EBB50E;
  background-color: #EBB50E; }

.ui-accordion .ui-accordion-header {
  background-image: none;
  background-color: #EBB50E;
  color: #231F20; }

body.embeddedpage #page-header, body.embeddedpage .page-header, body.embeddedpage h1#pageName, body.embeddedpage header#header, body.embeddedpage #footer, body.embeddedpage .top-bar-wrapper, body.embeddedpage #sidebarLeft, body.embeddedpage #sidebarRight, body.embeddedpage #chatbot-icon-container, body.embeddedpage #chat-window-container, body.framepage #page-header, body.framepage .page-header, body.framepage h1#pageName, body.framepage header#header, body.framepage #footer, body.framepage .top-bar-wrapper, body.framepage #sidebarLeft, body.framepage #sidebarRight, body.framepage #chatbot-icon-container, body.framepage #chat-window-container {
  display: none; }

body.embeddedpage .contentLayoutBox, body.framepage .contentLayoutBox {
  margin: 0;
  max-width: none;
  width: 100%; }
  body.embeddedpage .contentLayoutBox #sidebarLeft, body.embeddedpage .contentLayoutBox #sidebarRight, body.framepage .contentLayoutBox #sidebarLeft, body.framepage .contentLayoutBox #sidebarRight {
    display: none; }

body.form table#id_matrix {
  width: 100%; }
  body.form table#id_matrix > thead > tr table#id_matrix > thead > tr > td span.req, body.form table#id_matrix > thead > tr > td table#id_matrix > thead > tr span.req, body.form table#id_matrix > thead > tr table#id_matrix > thead > tr > th span.req, body.form table#id_matrix > thead > tr > th table#id_matrix > thead > tr span.req, body.form table#id_matrix > thead > tr table#id_matrix > tbody > tr > td span.req, body.form table#id_matrix > tbody > tr > td table#id_matrix > thead > tr span.req, body.form table#id_matrix > thead > tr table#id_matrix > tbody > tr > th span.req, body.form table#id_matrix > tbody > tr > th table#id_matrix > thead > tr span.req, body.form table#id_matrix > thead > tr > td:first-child > span:first-child:last-child, body.form table#id_matrix > tbody > tr table#id_matrix > thead > tr > td span.req, body.form table#id_matrix > thead > tr > td table#id_matrix > tbody > tr span.req, body.form table#id_matrix > tbody > tr table#id_matrix > thead > tr > th span.req, body.form table#id_matrix > thead > tr > th table#id_matrix > tbody > tr span.req, body.form table#id_matrix > tbody > tr table#id_matrix > tbody > tr > td span.req, body.form table#id_matrix > tbody > tr > td table#id_matrix > tbody > tr span.req, body.form table#id_matrix > tbody > tr table#id_matrix > tbody > tr > th span.req, body.form table#id_matrix > tbody > tr > th table#id_matrix > tbody > tr span.req, body.form table#id_matrix > tbody > tr > td:first-child > span:first-child:last-child {
    padding: 1rem;
    color: #f04124; }
  body.form table#id_matrix > thead > tr > td input[type="submit"], body.form table#id_matrix > thead > tr > th input[type="submit"], body.form table#id_matrix > tbody > tr > td input[type="submit"], body.form table#id_matrix > tbody > tr > th input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: Gotham, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    background-color: #43AC6A;
    border-color: #368a55;
    color: #FFFFFF;
    -webkit-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out; }
    body.form table#id_matrix > thead > tr > td input[type="submit"]:hover, body.form table#id_matrix > thead > tr > td input[type="submit"]:focus, body.form table#id_matrix > thead > tr > th input[type="submit"]:hover, body.form table#id_matrix > thead > tr > th input[type="submit"]:focus, body.form table#id_matrix > tbody > tr > td input[type="submit"]:hover, body.form table#id_matrix > tbody > tr > td input[type="submit"]:focus, body.form table#id_matrix > tbody > tr > th input[type="submit"]:hover, body.form table#id_matrix > tbody > tr > th input[type="submit"]:focus {
      background-color: #368a55; }
    body.form table#id_matrix > thead > tr > td input[type="submit"]:hover, body.form table#id_matrix > thead > tr > td input[type="submit"]:focus, body.form table#id_matrix > thead > tr > th input[type="submit"]:hover, body.form table#id_matrix > thead > tr > th input[type="submit"]:focus, body.form table#id_matrix > tbody > tr > td input[type="submit"]:hover, body.form table#id_matrix > tbody > tr > td input[type="submit"]:focus, body.form table#id_matrix > tbody > tr > th input[type="submit"]:hover, body.form table#id_matrix > tbody > tr > th input[type="submit"]:focus {
      color: #FFFFFF; }

.isc-resource {
  padding: 1rem;
  border: 1px solid #DDDDDD; }
  .isc-resource .icon {
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    margin: 1.25rem auto;
    text-align: center;
    background: #333333;
    border: 2px solid transparent; }
    .isc-resource .icon > span {
      color: #FFFFFF;
      line-height: 64px;
      font-size: 28.44444px; }
  .isc-resource h3 {
    font-size: 1.125rem;
    font-weight: bold;
    color: #000000;
    margin-bottom: 0.625rem;
    text-align: center; }
  .isc-resource .button {
    margin-bottom: 0;
    border: 1px solid transparent; }
  .isc-resource:hover, .isc-resource.hovered {
    background-color: #EBB50E;
    border: 1px solid #888888; }
    .isc-resource:hover .icon, .isc-resource.hovered .icon {
      border-color: rgba(255, 255, 255, 0.3); }
    .isc-resource:hover .button, .isc-resource.hovered .button {
      border-color: #FFFFFF;
      color: #000000; }
      .isc-resource:hover .button:hover, .isc-resource.hovered .button:hover {
        background-color: rgba(255, 255, 255, 0.2); }
  .isc-resource, .isc-resource .button, .isc-resource .icon, .isc-resource .icon > span, .isc-resource h3 {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease; }
  .isc-resource.secondary:hover, .isc-resource.secondary.hovered {
    background-color: #e7e7e7;
    border-color: #EFEFEF; }
    .isc-resource.secondary:hover .icon, .isc-resource.secondary.hovered .icon {
      background-color: #FAFAFA;
      border-color: rgba(0, 0, 0, 0.3); }
      .isc-resource.secondary:hover .icon > span, .isc-resource.secondary.hovered .icon > span {
        color: #000000; }
    .isc-resource.secondary:hover h3, .isc-resource.secondary.hovered h3 {
      color: #FFFFFF; }
    .isc-resource.secondary:hover .button, .isc-resource.secondary.hovered .button {
      color: #FFFFFF; }
      .isc-resource.secondary:hover .button:hover, .isc-resource.secondary.hovered .button:hover {
        color: #000000; }

body.pressIndex #pressReleaseFilter {
  margin: 0;
  max-width: 62.5rem;
  width: 100%; }
  body.pressIndex #pressReleaseFilter::after {
    clear: both;
    content: "";
    display: block; }
  body.pressIndex #pressReleaseFilter > .sort input[type="text"] {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 75%;
    float: left; }
  body.pressIndex #pressReleaseFilter > .sort button[type="submit"] {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
    border: none;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-top: 0;
    text-align: center;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 25%;
    float: left;
    margin-right: 0; }
  body.pressIndex #pressReleaseFilter > label {
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase; }
  body.pressIndex #pressReleaseFilter > ul {
    list-style: none;
    margin-left: 0; }

body.pressIndex ul#pressRelease {
  list-style: none;
  margin-left: 1rem; }
  @media only screen and (min-width: 40.0625em) {
    body.pressIndex ul#pressRelease li {
      margin: 0;
      max-width: 62.5rem;
      width: 100%; }
      body.pressIndex ul#pressRelease li::after {
        clear: both;
        content: "";
        display: block; }
      body.pressIndex ul#pressRelease li > span {
        padding-left: 0;
        padding-right: 0;
        width: 16.66667%;
        float: left;
        text-align: right;
        white-space: nowrap;
        font-size: 0.9rem;
        padding-right: 1rem; }
      body.pressIndex ul#pressRelease li > div {
        padding-left: 0;
        padding-right: 0;
        width: 83.33333%;
        float: left; }
        body.pressIndex ul#pressRelease li > div > p {
          font-size: 14px; } }

.vgallery .video-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  margin: 0 0 1rem;
  background: #000000; }
  .vgallery .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .vgallery .video-container.disabled iframe {
    display: none; }

body.searchResults #sidebarLeft {
  max-width: 18.75rem;
  width: 18.75rem;
  margin-right: 1.875rem;
  float: left;
  padding-top: 1rem; }
  @media only screen and (max-width: 55em) {
    body.searchResults #sidebarLeft {
      padding: 1rem;
      width: 100%;
      max-width: none; } }

@media only screen and (min-width: 55em) {
  body.searchResults #content {
    width: calc(100% - 20.625rem); } }

#skip, #breadcrumb {
  display: none; }
