@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

.filmstrip, .full-width, .copy-row {
  max-width: 2000px;
  margin: 0 auto; }

#pageGuide .stButton {
  position: relative;
  z-index: 1;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  cursor: pointer;
  margin-right: 0;
  margin-left: 0;
  font-size: inherit;
  line-height: inherit; }

meta.foundation-version {
  font-family: "/{{VERSION}}/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:46.2em)/";
  width: 46.2em; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:46.2em) and (max-width:64em)/";
  width: 46.2em; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

html, body {
  height: 100%; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 16px; }

body {
  background: #fff;
  color: #4d442e;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 24px;
  position: relative;
  cursor: auto; }

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 {
  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 !important;
  visibility: hidden; }

.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 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60.625rem; }
  .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 {
    width: auto;
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 100%;
  float: left; }

[class*="column"] + [class*="column"]:last-child {
  float: right; }

[class*="column"] + [class*="column"].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.3125rem;
    padding-right: 0.3125rem;
    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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .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.3125rem;
    padding-right: 0.3125rem;
    float: left; } }
@media only screen and (min-width: 46.2em) {
  .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.3125rem;
    padding-right: 0.3125rem;
    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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .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.3125rem;
    padding-right: 0.3125rem;
    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: 64.063em) {
  .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.3125rem;
    padding-right: 0.3125rem;
    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 {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .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.3125rem;
    padding-right: 0.3125rem;
    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; }
  .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; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
        background: #e3e3e3; }
    .accordion .accordion-navigation > .content, .accordion dd > .content {
      display: none;
      padding: 0.3125rem; }
      .accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
        display: block;
        background: #FFFFFF; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #616579;
  border-color: #535768;
  color: #FFFFFF; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3;
    background: inherit; }
    .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: #65a4bf;
    border-color: #4a92b1;
    color: #FFFFFF; }
  .alert-box.alert {
    background-color: #ec5a4f;
    border-color: #e83527;
    color: #FFFFFF; }
  .alert-box.secondary {
    background-color: #a6a197;
    border-color: #928b7f;
    color: #FFFFFF; }
  .alert-box.warning {
    background-color: #fd9a2b;
    border-color: #fc8602;
    color: #FFFFFF; }
  .alert-box.info {
    background-color: #b4cbc0;
    border-color: #94b5a5;
    color: #3a3732; }
  .alert-box.alert-close {
    opacity: 0; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.3125rem; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.3125rem 0.625rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .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 {
    width: 50%;
    list-style: none; }
    .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 {
    width: 33.33333%;
    list-style: none; }
    .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 {
    width: 25%;
    list-style: none; }
    .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 {
    width: 20%;
    list-style: none; }
    .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 {
    width: 16.66667%;
    list-style: none; }
    .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 {
    width: 14.28571%;
    list-style: none; }
    .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 {
    width: 12.5%;
    list-style: none; }
    .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 {
    width: 11.11111%;
    list-style: none; }
    .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 {
    width: 10%;
    list-style: none; }
    .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 {
    width: 9.09091%;
    list-style: none; }
    .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 {
    width: 8.33333%;
    list-style: none; }
    .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: 46.2em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .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 {
    width: 50%;
    list-style: none; }
    .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 {
    width: 33.33333%;
    list-style: none; }
    .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 {
    width: 25%;
    list-style: none; }
    .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 {
    width: 20%;
    list-style: none; }
    .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 {
    width: 16.66667%;
    list-style: none; }
    .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 {
    width: 14.28571%;
    list-style: none; }
    .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 {
    width: 12.5%;
    list-style: none; }
    .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 {
    width: 11.11111%;
    list-style: none; }
    .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 {
    width: 10%;
    list-style: none; }
    .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 {
    width: 9.09091%;
    list-style: none; }
    .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 {
    width: 8.33333%;
    list-style: none; }
    .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: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .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 {
    width: 50%;
    list-style: none; }
    .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 {
    width: 33.33333%;
    list-style: none; }
    .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 {
    width: 25%;
    list-style: none; }
    .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 {
    width: 20%;
    list-style: none; }
    .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 {
    width: 16.66667%;
    list-style: none; }
    .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 {
    width: 14.28571%;
    list-style: none; }
    .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 {
    width: 12.5%;
    list-style: none; }
    .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 {
    width: 11.11111%;
    list-style: none; }
    .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 {
    width: 10%;
    list-style: none; }
    .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 {
    width: 9.09091%;
    list-style: none; }
    .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 {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(1n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #d7d5d0;
  border-color: #c3c0b9;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.6875rem;
    line-height: 0.6875rem;
    text-transform: uppercase;
    color: #616579; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a {
      color: #616579; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333333; }
      .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 {
        text-decoration: none;
        color: #999999;
        cursor: not-allowed; }
    .breadcrumbs > *:before {
      content: "/";
      color: #AAAAAA;
      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 {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 1rem;
  background-color: #616579;
  border-color: #4e5161;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #4e5161; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #FFFFFF; }
  button.secondary, .button.secondary {
    background-color: #a6a197;
    border-color: #898275;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #898275; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #FFFFFF; }
  button.success, .button.success {
    background-color: #65a4bf;
    border-color: #4588a5;
    color: #FFFFFF; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #4588a5; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #FFFFFF; }
  button.alert, .button.alert {
    background-color: #ec5a4f;
    border-color: #e32719;
    color: #FFFFFF; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #e32719; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #FFFFFF; }
  button.warning, .button.warning {
    background-color: #fd9a2b;
    border-color: #eb7d02;
    color: #FFFFFF; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      background-color: #eb7d02; }
    button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
      color: #FFFFFF; }
  button.info, .button.info {
    background-color: #b4cbc0;
    border-color: #87ac9a;
    color: #333333; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      background-color: #87ac9a; }
    button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
      color: #FFFFFF; }
  button.large, .button.large {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1rem; }
  button.small, .button.small {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1rem; }
  button.tiny, .button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 1rem; }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    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: 0; }
  button.round, .button.round {
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #616579;
    border-color: #4e5161;
    color: #FFFFFF;
    cursor: default;
    opacity: 0.7;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #4e5161; }
    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: #616579; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #a6a197;
      border-color: #898275;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #898275; }
      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: #FFFFFF; }
      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: #a6a197; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #65a4bf;
      border-color: #4588a5;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #4588a5; }
      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: #65a4bf; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #ec5a4f;
      border-color: #e32719;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #e32719; }
      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: #ec5a4f; }
    button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
      background-color: #fd9a2b;
      border-color: #eb7d02;
      color: #FFFFFF;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      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: #eb7d02; }
      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: #fd9a2b; }
    button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
      background-color: #b4cbc0;
      border-color: #87ac9a;
      color: #333333;
      cursor: default;
      opacity: 0.7;
      box-shadow: none; }
      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: #87ac9a; }
      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: #b4cbc0; }

button::-moz-focus-inner {
  border: 0;
  padding: 0; }

@media only screen and (min-width: 46.2em) {
  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 > li {
    margin: 0 -2px;
    display: inline-block; }
    .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 {
    margin: 0 -2px;
    display: inline-block;
    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-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .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 {
    margin: 0 -2px;
    display: inline-block; }
    .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 {
        margin: 0 -2px;
        display: inline-block;
        display: block;
        margin: 0; }
        .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-top: 1px solid;
          border-color: rgba(255, 255, 255, 0.5);
          border-left-width: 0;
          margin: 0;
          display: block; }
        .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 > * {
    margin: 0 -2px;
    display: inline-block; }
    .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: 0;
      -webkit-border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-top-left-radius: 0; }
    .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: 0;
      -webkit-border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      border-top-right-radius: 0; }
  .button-group.radius.stack > * {
    margin: 0 -2px;
    display: inline-block;
    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-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .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: 0;
      -webkit-top-right-radius: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
    .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: 0;
      -webkit-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  @media only screen and (min-width: 46.2em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .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: 0;
        -webkit-border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0; }
      .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: 0;
        -webkit-border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0; } }
  @media only screen and (max-width: 40em) {
    .button-group.radius.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block;
      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-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .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: 0;
        -webkit-top-right-radius: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
      .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: 0;
        -webkit-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
  .button-group.round > * {
    margin: 0 -2px;
    display: inline-block; }
    .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 > * {
    margin: 0 -2px;
    display: inline-block;
    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-top: 1px solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-left-width: 0;
      margin: 0;
      display: block; }
    .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: 0.625rem;
      -webkit-top-right-radius: 0.625rem;
      border-top-left-radius: 0.625rem;
      border-top-right-radius: 0.625rem; }
    .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: 0.625rem;
      -webkit-bottom-right-radius: 0.625rem;
      border-bottom-left-radius: 0.625rem;
      border-bottom-right-radius: 0.625rem; }
  @media only screen and (min-width: 46.2em) {
    .button-group.round.stack-for-small > * {
      margin: 0 -2px;
      display: inline-block; }
      .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 > * {
      margin: 0 -2px;
      display: inline-block;
      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-top: 1px solid;
        border-color: rgba(255, 255, 255, 0.5);
        border-left-width: 0;
        margin: 0;
        display: block; }
      .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: 0.625rem;
        -webkit-top-right-radius: 0.625rem;
        border-top-left-radius: 0.625rem;
        border-top-right-radius: 0.625rem; }
      .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: 0.625rem;
        -webkit-bottom-right-radius: 0.625rem;
        border-bottom-left-radius: 0.625rem;
        border-bottom-right-radius: 0.625rem; } }
  .button-group.even-2 li {
    margin: 0 -2px;
    display: inline-block;
    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 {
    margin: 0 -2px;
    display: inline-block;
    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 {
    margin: 0 -2px;
    display: inline-block;
    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 {
    margin: 0 -2px;
    display: inline-block;
    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 {
    margin: 0 -2px;
    display: inline-block;
    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 {
    margin: 0 -2px;
    display: inline-block;
    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 {
    margin: 0 -2px;
    display: inline-block;
    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-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] {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .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;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #AAAAAA;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #CCCCCC;
  display: none; }
  .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: 46.2em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.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: 0.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 {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none; }
        .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;
          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: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  outline: none;
  width: 100%;
  max-height: none;
  height: auto;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.875rem;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent #FFFFFF transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 89; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 88; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown.drop-right {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: 2px;
    max-width: 200px; }
    .f-dropdown.drop-right > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-right > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-right:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: transparent #FFFFFF transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 10px;
      left: -12px;
      z-index: 89; }
    .f-dropdown.drop-right:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: transparent #cccccc transparent transparent;
      border-right-style: solid;
      position: absolute;
      top: 9px;
      left: -14px;
      z-index: 88; }
  .f-dropdown.drop-left {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: 0;
    margin-left: -2px;
    max-width: 200px; }
    .f-dropdown.drop-left > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-left > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-left:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      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 {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      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 {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    width: 100%;
    max-height: none;
    height: auto;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    margin-top: -2px;
    margin-left: 0;
    max-width: 200px; }
    .f-dropdown.drop-top > *:first-child {
      margin-top: 0; }
    .f-dropdown.drop-top > *:last-child {
      margin-bottom: 0; }
    .f-dropdown.drop-top:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 6px;
      border-color: #FFFFFF transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -12px;
      left: 10px;
      right: auto;
      z-index: 89; }
    .f-dropdown.drop-top:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 7px;
      border-color: #cccccc transparent transparent transparent;
      border-top-style: solid;
      position: absolute;
      top: auto;
      bottom: -14px;
      left: 9px;
      right: auto;
      z-index: 88; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #EEEEEE; }
    .f-dropdown li.radius {
      border-radius: 3px; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    outline: none;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #FFFFFF;
    border: solid 1px #cccccc;
    font-size: 0.875rem;
    z-index: 89;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }
  .f-dropdown.mega {
    width: 100% !important;
    max-width: 100% !important; }
    .f-dropdown.mega.open {
      left: 0 !important; }

.dropdown.button, button.dropdown {
  position: relative;
  outline: none;
  padding-right: 3.5625rem; }
  .dropdown.button::after, button.dropdown::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
    top: 50%; }
  .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 {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .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 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/* 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 {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  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 {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none; }

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.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[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;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
    background-color: #DDDDDD;
    cursor: default; }
  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[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 {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  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 {
  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;
  border-radius: 0; }

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto; }

/* Not allow resize out of parent */
textarea {
  max-width: 100%; }

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  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;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem; }
  select::-ms-expand {
    display: none; }
  select.radius {
    border-radius: 3px; }
  select:hover {
    background-color: #f3f3f3;
    border-color: #999999; }
  select:disabled {
    background-color: #DDDDDD;
    cursor: default; }

/* 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;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #FFFFFF;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #ec5a4f;
  color: #FFFFFF; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #ec5a4f;
  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: #ec5a4f; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #ec5a4f;
  color: #FFFFFF; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error,
select.error {
  margin-bottom: 0; }

label.error {
  color: #ec5a4f; }

.icon-bar {
  width: 100%;
  font-size: 0;
  display: inline-block;
  background: #333333; }
  .icon-bar > * {
    text-align: center;
    font-size: 1rem;
    width: 25%;
    margin: 0 auto;
    display: block;
    padding: 1.25rem;
    float: left; }
    .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 {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar.label-right > * i, .icon-bar.label-right > * img {
    margin: 0 .0625rem 0 0;
    display: inline-block; }
    .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 {
      width: auto;
      margin: auto;
      float: none; }
  @media only screen and (min-width: 46.2em) {
    .icon-bar.medium-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.medium-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  @media only screen and (min-width: 64.063em) {
    .icon-bar.large-vertical {
      height: 100%;
      width: auto; }
      .icon-bar.large-vertical .item {
        width: auto;
        margin: auto;
        float: none; } }
  .icon-bar > * {
    font-size: 1rem;
    padding: 1.25rem; }
    .icon-bar > * i + label, .icon-bar > * img + label {
      margin-top: .0625rem; }
    .icon-bar > * i {
      font-size: 1.875rem; }
    .icon-bar > * img {
      width: 1.875rem;
      height: 1.875rem; }
  .icon-bar > * label {
    color: #FFFFFF; }
  .icon-bar > * i {
    color: #FFFFFF; }
  .icon-bar > a:hover {
    background: #616579; }
    .icon-bar > a:hover label {
      color: #FFFFFF; }
    .icon-bar > a:hover i {
      color: #FFFFFF; }
  .icon-bar > a.active {
    background: #616579; }
    .icon-bar > a.active label {
      color: #FFFFFF; }
    .icon-bar > a.active i {
      color: #FFFFFF; }

.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: 46.2em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .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: 46.2em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .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: 46.2em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .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: 46.2em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .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: 46.2em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .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: 46.2em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .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: 46.2em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto; } }
@media only screen and (min-width: 64.063em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto; } }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: #FFFFFF;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .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 {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    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 {
    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 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: #FFFFFF; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: .5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #EEEEEE !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #FFFFFF;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  box-shadow: 0 0 15px #FFFFFF; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 46.2em) {
  .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-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: inherit;
  padding: 0.125rem 0.25rem 0;
  border-radius: 3px; }

.label {
  font-weight: normal;
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: auto;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #616579;
  color: #FFFFFF; }
  .label.radius {
    border-radius: 3px; }
  .label.round {
    border-radius: 1000px; }
  .label.alert {
    background-color: #ec5a4f;
    color: #FFFFFF; }
  .label.warning {
    background-color: #fd9a2b;
    color: #FFFFFF; }
  .label.success {
    background-color: #65a4bf;
    color: #FFFFFF; }
  .label.secondary {
    background-color: #a6a197;
    color: #FFFFFF; }
  .label.info {
    background-color: #b4cbc0;
    color: #333333; }

[data-magellan-expedition], [data-magellan-expedition-clone] {
  background: #FFFFFF;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [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); }
  to {
    -webkit-transform: rotate(360deg); } }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg); } }
@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }
  to {
    -o-transform: rotate(360deg); } }
@keyframes rotate {
  from {
    transform: rotate(0deg); }
  to {
    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 {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    border: solid 3px;
    border-color: #555555 #FFFFFF;
    border-radius: 1000px;
    animation-name: rotate;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-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 {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #FFFFFF;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #FFFFFF;
    background: transparent;
    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 {
      display: none;
      position: absolute;
      top: 0;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #FFFFFF;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-left-style: solid;
      border-color: transparent;
      border-left-color: #FFFFFF; }
      .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 {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: transparent;
    text-indent: -9999px !important;
    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 {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .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 {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    cursor: pointer;
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #CCCCCC;
    float: none;
    margin-right: 6px;
    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: 46.2em) {
  .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 > * {
    position: relative;
    margin: 0 !important;
    opacity: 1 !important; }
  .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;
  min-height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a, ul.pagination li button {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      background: none;
      border-radius: 3px;
      font-weight: normal;
      font-size: 1em;
      line-height: inherit;
      transition: background-color 300ms ease-out; }
    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; }
    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: #616579;
      color: #FFFFFF;
      font-weight: bold;
      cursor: default; }
      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: #616579; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #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: #d7d9df;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #f5f6f7;
    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: #616579; }
      .panel.callout a:not(.button):hover, .panel.callout a:not(.button):focus {
        color: #535768; }
  .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;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #EEEEEE;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #F6F6F6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .bullet-item {
    background-color: #FFFFFF;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #DDDDDD; }
  .pricing-table .cta-button {
    background-color: #FFFFFF;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

/* Progress Bar */
.progress {
  background-color: #F6F6F6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #616579;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #a6a197;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #65a4bf;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #ec5a4f;
    height: 100%;
    display: block; }
  .progress.radius {
    border-radius: 3px; }
    .progress.radius .meter {
      border-radius: 2px; }
  .progress.round {
    border-radius: 1000px; }
    .progress.round .meter {
      border-radius: 999px; }

.range-slider {
  display: block;
  position: relative;
  width: 100%;
  height: 1rem;
  border: 1px solid #DDDDDD;
  margin: 1.25rem 0;
  -ms-touch-action: none;
  touch-action: none;
  background: #FAFAFA; }
  .range-slider.vertical-range {
    display: block;
    position: relative;
    width: 100%;
    height: 1rem;
    border: 1px solid #DDDDDD;
    margin: 1.25rem 0;
    -ms-touch-action: none;
    touch-action: none;
    display: inline-block;
    width: 1rem;
    height: 12.5rem; }
    .range-slider.vertical-range .range-slider-handle {
      margin-top: 0;
      margin-left: -0.5rem;
      position: absolute;
      bottom: -10.5rem; }
    .range-slider.vertical-range .range-slider-active-segment {
      width: 0.875rem;
      height: auto;
      bottom: 0; }
  .range-slider.radius {
    background: #FAFAFA;
    border-radius: 3px; }
    .range-slider.radius .range-slider-handle {
      background: #616579;
      border-radius: 3px; }
      .range-slider.radius .range-slider-handle:hover {
        background: #55596a; }
  .range-slider.round {
    background: #FAFAFA;
    border-radius: 1000px; }
    .range-slider.round .range-slider-handle {
      background: #616579;
      border-radius: 1000px; }
      .range-slider.round .range-slider-handle:hover {
        background: #55596a; }
  .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: #616579;
      cursor: default;
      opacity: 0.7; }
      .range-slider.disabled .range-slider-handle:hover, .range-slider[disabled] .range-slider-handle:hover {
        background: #55596a; }

.range-slider-active-segment {
  display: inline-block;
  position: absolute;
  height: 0.875rem;
  background: #a59f95; }

.range-slider-handle {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: -0.3125rem;
  width: 2rem;
  height: 1.375rem;
  border: 1px solid none;
  cursor: pointer;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #616579; }
  .range-slider-handle:hover {
    background: #55596a; }

.reveal-modal-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1004;
  display: none;
  left: 0; }

.reveal-modal, dialog {
  visibility: hidden;
  display: none;
  position: absolute;
  z-index: 1005;
  width: 100vw;
  top: 0;
  border-radius: 3px;
  left: 0;
  background-color: #FFFFFF;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  padding: 1.875rem; }
  @media only screen and (max-width: 40em) {
    .reveal-modal, dialog {
      min-height: 100vh; } }
  .reveal-modal .column, dialog .column, .reveal-modal .columns, dialog .columns {
    min-width: 0; }
  .reveal-modal > :first-child, dialog > :first-child {
    margin-top: 0; }
  .reveal-modal > :last-child, dialog > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 46.2em) {
    .reveal-modal, dialog {
      width: 80%;
      max-width: 60.625rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.2em) {
    .reveal-modal, dialog {
      top: 6.25rem; } }
  .reveal-modal.radius, dialog.radius {
    border-radius: 3px; }
  .reveal-modal.round, dialog.round {
    border-radius: 1000px; }
  .reveal-modal.collapse, dialog.collapse {
    padding: 0; }
  @media only screen and (min-width: 46.2em) {
    .reveal-modal.tiny, dialog.tiny {
      width: 30%;
      max-width: 60.625rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.2em) {
    .reveal-modal.small, dialog.small {
      width: 40%;
      max-width: 60.625rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.2em) {
    .reveal-modal.medium, dialog.medium {
      width: 60%;
      max-width: 60.625rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.2em) {
    .reveal-modal.large, dialog.large {
      width: 70%;
      max-width: 60.625rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  @media only screen and (min-width: 46.2em) {
    .reveal-modal.xlarge, dialog.xlarge {
      width: 95%;
      max-width: 60.625rem;
      left: 0;
      right: 0;
      margin: 0 auto; } }
  .reveal-modal.full, dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none !important;
    margin-left: 0 !important; }
    @media only screen and (min-width: 46.2em) {
      .reveal-modal.full, dialog.full {
        width: 100vw;
        max-width: 60.625rem;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .reveal-modal .close-reveal-modal, dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0.625rem;
    right: 1.375rem;
    color: #AAAAAA;
    font-weight: bold;
    cursor: pointer; }

dialog {
  display: none; }
  dialog::backdrop, dialog + .backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    background: rgba(0, 0, 0, 0.45);
    z-index: auto;
    display: none;
    left: 0; }
  dialog[open] {
    display: block; }

@media print {
  dialog, .reveal-modal, dialog {
    display: none;
    background: #FFFFFF !important; } }
.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: outside;
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem;
    font-weight: normal; }
    .side-nav li a:not(.button) {
      display: block;
      color: #616579;
      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: #8e91a4; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #8e91a4;
      font-weight: normal;
      font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }
    .side-nav li.heading {
      color: #616579;
      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;
      top: 48%;
      margin-left: -0.375rem; }
  .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;
        top: 48%;
        margin-left: -0.375rem; }
  .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;
        top: 48%;
        margin-left: -0.375rem; }
  .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;
        top: 48%;
        margin-left: -0.375rem; }
  .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 {
    padding-top: 0.84375rem; }
  .split.button.no-pip.tiny span {
    padding-top: 0.75rem; }
  .split.button.no-pip.small span {
    padding-top: 0.65625rem; }
  .split.button.no-pip.large span {
    padding-top: 1rem; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0;
    font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .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;
      font-weight: normal;
      background: #616579;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: #FFFFFF; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #535768; }

.switch {
  padding: 0;
  border: none;
  position: relative;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
  .switch label {
    display: block;
    margin-bottom: 1rem;
    position: relative;
    color: transparent;
    background: #DDDDDD;
    text-indent: 100%;
    width: 4rem;
    height: 2rem;
    cursor: pointer;
    transition: left 0.15s ease-out; }
  .switch input {
    opacity: 0;
    position: absolute;
    top: 9px;
    left: 10px;
    padding: 0; }
    .switch input + label {
      margin-left: 0;
      margin-right: 0; }
  .switch label:after {
    content: "";
    display: block;
    background: #FFFFFF;
    position: absolute;
    top: .25rem;
    left: .25rem;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transition: left 0.15s ease-out;
    -moz-transition: left 0.15s ease-out;
    -o-transition: translate3d(0, 0, 0);
    transition: left 0.15s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .switch input:checked + label {
    background: #65a4bf; }
  .switch input:checked + label:after {
    left: 2.25rem; }
  .switch label {
    width: 4rem;
    height: 2rem; }
  .switch label:after {
    width: 1.5rem;
    height: 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: #65a4bf; }
  .switch.large label {
    width: 5rem;
    height: 2.5rem; }
  .switch.large label:after {
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked + label:after {
    left: 2.75rem; }
  .switch.small label {
    width: 3.5rem;
    height: 1.75rem; }
  .switch.small label:after {
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked + label:after {
    left: 2rem; }
  .switch.tiny label {
    width: 3rem;
    height: 1.5rem; }
  .switch.tiny label:after {
    width: 1rem;
    height: 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;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  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 {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-size: 0.875rem;
      font-weight: bold;
      color: #222222; }
  table tr th,
  table tr td {
    padding: 0.5625rem 0.625rem;
    font-size: 0.875rem;
    color: #222222;
    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 {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left; }
    .tabs dd > a, .tabs .tab-title > a {
      outline: none;
      display: block;
      background-color: #EFEFEF;
      color: #222222;
      padding: 1rem 2rem;
      font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .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.3125rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block;
      float: none; }
    .tabs-content > .content.contained {
      padding: 0.3125rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.3125rem; }

@media only screen and (min-width: 46.2em) {
  .tabs.vertical {
    width: 20%;
    max-width: 20%;
    float: left;
    margin: 0 0 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    max-width: 80%;
    float: left;
    margin-left: -1px;
    padding-left: 1rem; } }
.no-js .tabs-content > .content {
  display: block;
  float: none; }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #FFFFFF;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(97, 101, 121, 0.5); }
  .th.radius {
    border-radius: 3px; }

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #2c2d36;
    color: #616579; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 1006;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 300px;
  left: 50%;
  width: 100%;
  color: #FFFFFF;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px;
    pointer-events: none; }
    .tooltip > .nub.rtl {
      left: auto;
      right: 5px; }
  .tooltip.radius {
    border-radius: 3px; }
  .tooltip.round {
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #616579 !important;
    border-bottom: dotted 1px #2c2d36 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 46.2em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:46.2em)/";
  width: 46.2em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #fff; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 6.5rem; }

.top-bar {
  overflow: hidden;
  height: 6.5rem;
  line-height: 6.5rem;
  position: relative;
  background: #fff;
  margin-bottom: 0; }
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: 1.75rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button, .top-bar button {
    padding-top: 0.4125rem;
    padding-bottom: 0.4125rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
    @media only screen and (max-width: 40em) {
      .top-bar .button, .top-bar button {
        position: relative;
        top: -1px; } }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 6.5rem;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      line-height: 6.5rem;
      font-size: 1.0625rem;
      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 {
        font-weight: normal;
        color: #4d442e;
        width: 75%;
        display: block;
        padding: 0 2.16667rem; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #4d442e;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 2.16667rem;
      height: 6.5rem;
      line-height: 6.5rem; }
    .top-bar .toggle-topbar.menu-icon {
      top: 50%;
      margin-top: -16px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0 3.72917rem 0 2.16667rem;
        color: #FFFFFF;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a span::after {
          content: "";
          position: absolute;
          display: block;
          height: 0;
          top: 50%;
          margin-top: -8px;
          right: 2.16667rem;
          box-shadow: 0 0 0 1px #4d442e, 0 7px 0 1px #4d442e, 0 14px 0 1px #4d442e;
          width: 16px; }
        .top-bar .toggle-topbar.menu-icon a span:hover:after {
          box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px ""; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #fff; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span::after {
        box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    padding: 0;
    width: 100%;
    height: auto;
    display: block;
    font-size: 16px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px gray;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li {
    background: #FFFFFF; }
    .top-bar-section ul li > a {
      display: block;
      width: 100%;
      color: #4d442e;
      padding: 12px 0 12px 0;
      padding-left: 2.16667rem;
      font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: 0.8125rem;
      font-weight: normal;
      text-transform: none; }
      .top-bar-section ul li > a.button {
        font-size: 0.8125rem;
        padding-right: 2.16667rem;
        padding-left: 2.16667rem;
        background-color: #616579;
        border-color: #4e5161;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
          background-color: #4e5161; }
        .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: #a6a197;
        border-color: #898275;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          background-color: #898275; }
        .top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > a.button.success {
        background-color: #65a4bf;
        border-color: #4588a5;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
          background-color: #4588a5; }
        .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: #ec5a4f;
        border-color: #e32719;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
          background-color: #e32719; }
        .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: #fd9a2b;
        border-color: #eb7d02;
        color: #FFFFFF; }
        .top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
          background-color: #eb7d02; }
        .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 > button {
      font-size: 0.8125rem;
      padding-right: 2.16667rem;
      padding-left: 2.16667rem;
      background-color: #616579;
      border-color: #4e5161;
      color: #FFFFFF; }
      .top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
        background-color: #4e5161; }
      .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: #a6a197;
        border-color: #898275;
        color: #FFFFFF; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          background-color: #898275; }
        .top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
          color: #FFFFFF; }
      .top-bar-section ul li > button.success {
        background-color: #65a4bf;
        border-color: #4588a5;
        color: #FFFFFF; }
        .top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
          background-color: #4588a5; }
        .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: #ec5a4f;
        border-color: #e32719;
        color: #FFFFFF; }
        .top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
          background-color: #e32719; }
        .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: #fd9a2b;
        border-color: #eb7d02;
        color: #FFFFFF; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          background-color: #eb7d02; }
        .top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
          color: #FFFFFF; }
    .top-bar-section ul li:hover:not(.has-form) > a {
      background-color: #555555;
      background: #fff;
      color: #7d6f4b; }
    .top-bar-section ul li.active > a {
      background: #616579;
      color: #7d6f4b; }
      .top-bar-section ul li.active > a:hover {
        background: #535768;
        color: #7d6f4b; }
  .top-bar-section .has-form {
    padding: 2.16667rem; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      margin-right: 2.16667rem;
      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 {
        display: block;
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
        position: absolute !important;
	margin-left: 10%;
	padding-left: 10%;
        width: 100%; }
      .top-bar-section .has-dropdown.moved > a:after {
        display: none; }
  .top-bar-section .dropdown {
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 99;
    display: block;
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 2.16667rem; }
        .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: #4d442e;
          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 2.16667rem; }
      .top-bar-section .dropdown li .button, .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 2.16667rem 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 46.2em) {
  .top-bar {
    background: #fff;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      position: relative;
      height: 1.75rem;
      top: 2.375rem; }
    .top-bar.expanded {
      background: #fff; }

  .contain-to-grid .top-bar {
    max-width: 60.625rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #fff;
      color: #7d6f4b; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 2.16667rem;
      line-height: 6.5rem;
      background: #fff; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #fff; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      padding: 0 2.16667rem;
      line-height: 6.5rem;
      color: #7d6f4b;
      background: #616579; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #535768;
        color: #7d6f4b; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block;
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px); }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      display: block;
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      position: absolute !important; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #FFFFFF;
        line-height: 6.5rem;
        white-space: nowrap;
        padding: 12px 2.16667rem;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        color: #FFFFFF;
        background: #333333; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        color: #7d6f4b;
        background-color: #555555;
        background: #333333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
      border-bottom: none;
      border-top: none;
      border-right: solid 1px white;
      clear: none;
      height: 6.5rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #fff;
      padding: 0 2.16667rem;
      height: 6.5rem; }
    .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: #fff;
    color: #7d6f4b; }
  .no-js .top-bar-section ul li:active > a {
    background: #616579;
    color: #7d6f4b; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    display: block;
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    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: 46.2em) and (max-width: 64em) {
  .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: 46.2em) {
  .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: 64.063em) 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: 64.063em) {
  .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.063em) 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.063em) {
  .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.063em) and (max-width: 99999999em) {
  .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.063em) {
  .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: #616579;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #535768; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  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;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    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;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #e4e3e0;
  border-width: 1px;
  border-style: solid;
  border-color: #cfcdc7;
  padding: 0.125rem 0.3125rem 0.0625rem; }

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* 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; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* 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: #4d442e;
  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: 46.2em) {
  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)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #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.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: 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 {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0; }

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0; }

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 46.2em) {
    .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 {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0); }
  .tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    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 {
    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;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }
  .right-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    display: block;
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626;
    transition: background 300ms ease; }
    ul.off-canvas-list li a:hover {
      background: #242424; }

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.2em) {
    .move-right .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0); }
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.2em) {
    .move-left .exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.2em) {
    .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;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.2em) {
    .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;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003; }
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent; }
  @media only screen and (min-width: 46.2em) {
    .offcanvas-overlap-right .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 .move-left > .inner-wrap {
  right: 15.625rem; }
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem; }

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .left-submenu * {
    -webkit-backface-visibility: hidden; }
  .left-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .left-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .left-submenu .back > a:before {
      content: "\AB";
      margin-right: 0.5rem;
      display: inline; }
  .left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .right-submenu * {
    -webkit-backface-visibility: hidden; }
  .right-submenu .back > a {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
    .right-submenu .back > a:hover {
      background: #303030;
      border-top: 1px solid #5e5e5e;
      border-bottom: none; }
    .right-submenu .back > a:after {
      content: "\BB";
      margin-left: 0.5rem;
      display: inline; }
  .right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
    -ms-transform: translate(0%, 0);
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0); }

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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 !important; }

  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: 46.2em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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 !important; }

  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: 64.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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 !important; }

  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.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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 !important; }

  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.063em) {
  .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 {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 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 !important; }

  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; }

/* Print visibility */
@media print {
  .show-for-print {
    display: block; }

  .hide-for-print {
    display: none; }

  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; } }
@media only screen {
  html {
    font-size: 11px; } }
@media only screen and (min-width: 46.2em) {
  html {
    font-size: 14px; } }
@media only screen and (min-width: 64.063em) {
  html {
    font-size: 16px; } }

.layout-full .banner-img, .content figure img, .content-figure img {
  width: 100%;
  height: auto; }

.center {
  display: table;
  width: 100%;
  height: 100%; }
  .center .center-y {
    display: table-cell;
    width: 100%;
    vertical-align: middle; }

@media only screen {
  .content-rythem {
    margin: 0 0 1.75rem; } }
@media only screen and (min-width: 64.063em) {
  .content-rythem {
    margin: 0 0 4.25rem; } }

.svg-import {
  display: none; }

svg {
  width: inherit;
  height: inherit; }

svg,
svg g {
  stroke: inherit;
  fill: inherit; }
  svg circle,
  svg g circle {
    stroke: inherit;
    fill: inherit; }
  svg polyline,
  svg g polyline {
    stroke: inherit;
    fill: inherit; }

.icon-circle-arrow {
  width: 46px;
  height: 46px;
  -moz-transition: stroke, 0.88s, ease-in-out;
  -o-transition: stroke, 0.88s, ease-in-out;
  -webkit-transition: stroke, 0.88s, ease-in-out;
  transition: stroke, 0.88s, ease-in-out; }

.icon-search {
  background: url("//interfaceinc.scene7.com/is/image/InterfaceInc/search-icon?wid=17") no-repeat center center;
  width: 18px;
  height: 18px;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
  .icon-search:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }

.cta-index.dtl .cta {
  color: #f5f5f5;
  border: 1px solid #4d442e;
  background: rgba(0, 0, 0, 0.65); }
  .cta-index.dtl .cta:hover {
    color: #f5f5f5;
    border: 1px solid #0f0e09; }

.cta-index.ltd .cta {
  color: #4d442e;
  border: 1px solid #c4c4c4; }
  .cta-index.ltd .cta:hover {
    color: #fff;
    background: #616579;
    border: 1px solid #939393; }

.cta-index.align-center {
  text-align: center; }
.cta-index.align-left {
  text-align: left; }
.cta-index.align-right {
  text-align: right; }
.cta-index.single {
  margin-left: 0;
  margin-right: 0; }

.cta {
  display: inline-block;
  color: #4d442e;
  background: transparent;
  text-align: center !important;
  -moz-transition: all, 0.155s, ease-in-out;
  -o-transition: all, 0.155s, ease-in-out;
  -webkit-transition: all, 0.155s, ease-in-out;
  transition: all, 0.155s, ease-in-out; }
  .cta:hover {
    color: #000;
    border: 1px solid #000;
    background: #fff; }
  .cta.text {
    padding: 0.75rem 1.875rem;
    font-size: 1rem;
    border: 1px solid #a6a197; }

.page-guide {
  width: 100%;
  padding: 40px 0;
  clear: both; }

.control-page-down {
  width: 46px;
  height: 46px;
  display: block;
  margin: 0 auto;
  stroke: #333; }
  .control-page-down .icon-circle-arrow {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .control-page-down:hover .icon-circle-arrow {
    stroke: #333; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

.layout-full {
  width: 100%;
  position: relative;
  clear: both;
  background: transparent; }
  .layout-full .title {
    margin: 0 0 1.875rem; }
  .layout-full .sub-title {
    margin: 0; }
  .layout-full .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .layout-full.primary .title, .layout-full.primary .sub-title {
    width: 100%;
    text-align: center; }
  .layout-full.secondary .title, .layout-full.secondary .sub-title {
    width: 100%;
    text-align: left; }

@media only screen {
  .layout-default {
    padding: 2.25rem 0 2.25rem; } }
@media only screen and (min-width: 64.063em) {
  .layout-default {
    padding: 3.75rem 0 3.75rem; } }
.layout-default .cta-index {
  text-align: center; }
.layout-default.headline {
  padding: 4.6875rem 0 4.6875rem; }
  @media only screen and (max-width: 40em) {
    .layout-default.headline {
      padding-top: 0; } }
  .layout-default.headline .cta-index {
    margin-top: 50px; }
@media only screen {
  .layout-default.content-title, .layout-default.mission-title {
    padding-bottom: 1.875rem; } }

body.product-collection {
  background-color: #F9F9F9; }
  body.product-collection #content {
    position: relative; }
    body.product-collection #content:before {
      content: "";
      width: 100%;
      height: 58px;
      position: absolute;
      top: 0;
      left: 0;
      background: #ddd;
      z-index: -1; }

body.product-detail #content:before {
  height: 166px; }

.placeholder {
  display: block;
  width: 1280px;
  margin: 0 auto; }
  .placeholder.mockup {
    width: 1600px; }

body.mockup_index {
  background-color: #F9F9F9; }
  body.mockup_index #content {
    margin-top: 116px; }

body.hub-template .related-content {
  margin-top: 0; }
body.hub-template #footer {
  margin-top: 0; }

#floorsPromotion .image {
  position: relative; }

.featured-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .featured-meta:hover .caption {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .featured-meta .caption {
    display: block;
    width: 100%;
    padding: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity, 0.155s, ease-in-out;
    -o-transition: opacity, 0.155s, ease-in-out;
    -webkit-transition: opacity, 0.155s, ease-in-out;
    transition: opacity, 0.155s, ease-in-out; }

.floor-tool .toolbar {
  display: none; }
.floor-tool .floor-container {
  margin-top: 0; }
.floor-tool #breadcrumb .collection-title, .floor-tool #breadcrumb .icon {
  display: none; }
.floor-tool div#orderSamples {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* Sprite Coordinates (in pixels)
 * -----------------------------------------------------------------------------
 * $sprite_label: $left, $top, $width, $height
 */
/* IFF Sprite Mixin
 * -----------------------------------------------------------------------------
 */
.modal-share .form-actions button, .modal-share .form-actions .button {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1MjgzZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZkMjYzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #75283f), color-stop(100%, #6d263b));
  background: -moz-linear-gradient(#75283f, #6d263b);
  background: -webkit-linear-gradient(#75283f, #6d263b);
  background: linear-gradient(#75283f, #6d263b);
  background-color: #71273d;
  border: 1px solid #4b091d;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #f9f9f9;
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 14px;
  margin: 0 15px 0 0;
  padding: 10px 15px;
  text-align: center;
  text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0; }
  .modal-share .form-actions button:hover, .modal-share .form-actions .button:hover {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMmM0NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYyMjIzNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #802c45), color-stop(100%, #622235));
    background: -moz-linear-gradient(#802c45, #622235);
    background: -webkit-linear-gradient(#802c45, #622235);
    background: linear-gradient(#802c45, #622235);
    background-color: #4f051b;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 1px 4px;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 4px;
    color: #f9f9f9;
    text-decoration: none; }
  .modal-share .form-actions button:active, .modal-share .form-actions .button:active {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc5MmE0MSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzY5MjQzOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #792a41), color-stop(100%, #692439));
    background: -moz-linear-gradient(#792a41, #692439);
    background: -webkit-linear-gradient(#792a41, #692439);
    background: linear-gradient(#792a41, #692439);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .modal-share .form-actions button.secondary, .modal-share .form-actions .secondary.button {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0ZTNlMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UwZGZkYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e4e3e0), color-stop(100%, #e0dfda));
    background: -moz-linear-gradient(#e4e3e0, #e0dfda);
    background: -webkit-linear-gradient(#e4e3e0, #e0dfda);
    background: linear-gradient(#e4e3e0, #e0dfda);
    background-color: #e2e1dd;
    border-color: #d1d0cc;
    color: #4d442e;
    text-shadow: rgba(249, 249, 249, 0.75) 0 1px 0; }
    .modal-share .form-actions button.secondary:hover, .modal-share .form-actions .secondary.button:hover {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlOCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5ZDdkMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ebebe8), color-stop(100%, #d9d7d2));
      background: -moz-linear-gradient(#ebebe8, #d9d7d2);
      background: -webkit-linear-gradient(#ebebe8, #d9d7d2);
      background: linear-gradient(#ebebe8, #d9d7d2);
      background-color: #c0bfbb;
      -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px, rgba(0, 0, 0, 0.1) 0 0 2px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px, rgba(0, 0, 0, 0.1) 0 0 2px;
      box-shadow: rgba(0, 0, 0, 0.1) 0 1px 4px, rgba(0, 0, 0, 0.1) 0 0 2px;
      color: #4d442e; }
    .modal-share .form-actions button.secondary:active, .modal-share .form-actions .secondary.button:active {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZThlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RiZGFkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e8e5), color-stop(100%, #dbdad5));
      background: -moz-linear-gradient(#e9e8e5, #dbdad5);
      background: -webkit-linear-gradient(#e9e8e5, #dbdad5);
      background: linear-gradient(#e9e8e5, #dbdad5);
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .modal-share .form-actions button.inverted, .modal-share .form-actions .inverted.button {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYTg5ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmOWE4ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ada89f), color-stop(100%, #9f9a8f));
    background: -moz-linear-gradient(#ada89f, #9f9a8f);
    background: -webkit-linear-gradient(#ada89f, #9f9a8f);
    background: linear-gradient(#ada89f, #9f9a8f);
    background-color: #a6a197;
    border-color: #847f75;
    color: #FFFFFF;
    text-shadow: rgba(77, 68, 46, 0.75) 0 1px 0; }
    .modal-share .form-actions button.inverted:hover, .modal-share .form-actions .inverted.button:hover {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiYjdiMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkxOGI3ZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #bbb7b0), color-stop(100%, #918b7e));
      background: -moz-linear-gradient(#bbb7b0, #918b7e);
      background: -webkit-linear-gradient(#bbb7b0, #918b7e);
      background: linear-gradient(#bbb7b0, #918b7e);
      background-color: #625d53;
      color: #FFFFFF; }
    .modal-share .form-actions button.inverted:active, .modal-share .form-actions .inverted.button:active {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FkYTg5ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlmOWE4ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ada89f), color-stop(100%, #9f9a8f));
      background: -moz-linear-gradient(#ada89f, #9f9a8f);
      background: -webkit-linear-gradient(#ada89f, #9f9a8f);
      background: linear-gradient(#ada89f, #9f9a8f);
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .modal-share .form-actions button.giant, .modal-share .form-actions .giant.button {
    display: block;
    float: none;
    font-size: 24px;
    font-weight: 300;
    margin: 0;
    padding: 36px 30px;
    width: 100%; }
    .modal-share .form-actions button.giant:hover, .modal-share .form-actions .giant.button:hover {
      -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 6px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 2px 6px;
      box-shadow: rgba(0, 0, 0, 0.5) 0 2px 6px; }
    .modal-share .form-actions button.giant:active, .modal-share .form-actions .giant.button:active {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .modal-share .form-actions button.giant.secondary:hover, .modal-share .form-actions .giant.secondary.button:hover {
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 6px; }
  .modal-share .form-actions button.giant.secondary:active, .modal-share .form-actions .giant.secondary.button:active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .modal-share .form-actions button.small, .modal-share .form-actions .small.button {
    font-size: 12px;
    padding: 6px 8px; }
  .modal-share .form-actions button.last, .modal-share .form-actions .last.button {
    margin-right: 0; }
  .modal-share .form-actions button:disabled, .modal-share .form-actions .button:disabled, .modal-share .form-actions button.disabled, .modal-share .form-actions .disabled.button {
    cursor: default;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8; }
    .modal-share .form-actions button:disabled:hover, .modal-share .form-actions .button:disabled:hover, .modal-share .form-actions button.disabled:hover, .modal-share .form-actions .disabled.button:hover {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc1MjgzZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZkMjYzYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #75283f), color-stop(100%, #6d263b));
      background: -moz-linear-gradient(#75283f, #6d263b);
      background: -webkit-linear-gradient(#75283f, #6d263b);
      background: linear-gradient(#75283f, #6d263b);
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.modal-share {
  /* Standard forms - these are forms that we've styled for general use on the site */
  /* Compact forms - these are smaller, less complex forms. Used in the checkout process. */
  /* Form fields list (<ul> or <ol> element) */
  /* Fieldgroups */
  /* General field styles */
  /* Inputs and textareas */
  /* Radio and checkbox fields */
  /* Photo upload fields */
  /* select fields */ }
  .modal-share form.standard {
    *zoom: 1; }
    .modal-share form.standard:after {
      content: "";
      display: table;
      clear: both; }
    .modal-share form.standard h2, .modal-share form.standard h3 {
      font-weight: 300; }
    .modal-share form.standard h3 {
      color: #a6a197;
      text-align: center; }
      .modal-share form.standard h3 a {
        color: #a6a197; }
  .modal-share fieldset {
    background-color: #edecea;
    border: 1px solid #e2e1df;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 10px;
    padding: 35px 50px; }
  .modal-share form.compact {
    *zoom: 1; }
    .modal-share form.compact:after {
      content: "";
      display: table;
      clear: both; }
  .modal-share form .fieldset-header {
    margin-top: 25px; }
    .modal-share form .fieldset-header h2 {
      font-size: 18px;
      font-weight: 700;
      margin: 0; }
    .modal-share form .fieldset-header h3 {
      font-size: 14px;
      font-style: italic;
      text-align: left;
      margin: 5px 0 15px; }
  .modal-share .form-fields {
    list-style: none;
    margin: 0;
    padding: 0;
    *zoom: 1; }
    .modal-share .form-fields:after {
      content: "";
      display: table;
      clear: both; }
  .modal-share .formError {
    display: none !important; }
  .modal-share #error-container {
    display: none; }
  .modal-share #error-container, .modal-share .required-errors {
    background-color: #feeaeb;
    color: #d00;
    padding: 15px;
    margin-bottom: 10px;
    clear: both; }
    .modal-share #error-container a, .modal-share .required-errors a {
      color: inherit;
      text-decoration: underline;
      display: block;
      padding: 5px 0; }
  .modal-share .select-field .selector.error {
    background-color: #fdf4f4;
    border-color: #d00; }
  .modal-share .fieldgroup {
    margin: 0 0 10px;
    *zoom: 1; }
    .modal-share .fieldgroup:after {
      content: "";
      display: table;
      clear: both; }
    .modal-share .fieldgroup:last-of-type {
      margin-bottom: 0; }
      .modal-share .fieldgroup:last-of-type .field:last-of-type label {
        margin-bottom: 0; }
        .modal-share .fieldgroup:last-of-type .field:last-of-type label.hidden {
          display: none; }
    .modal-share .fieldgroup .title {
      line-height: 1;
      margin: 0 0 10px; }
    .modal-share .fieldgroup label {
      font-size: 14px; }
    .modal-share .fieldgroup b {
      color: #d00; }
  .modal-share .field {
    margin-bottom: 10px;
    position: relative; }
    .modal-share .field label {
      color: #a6a197;
      font-size: 11px;
      font-style: italic;
      font-weight: 400;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline;
      padding: 5px 5px 5px 0; }
      .modal-share .field label.hidden {
        font: 0/0 serif;
        text-shadow: none;
        color: transparent; }
      .modal-share .field label.error {
        background: #69614c;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        bottom: -15px;
        -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
        -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
        box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
        color: #f9f9f9;
        display: none;
        font-style: normal;
        max-width: 250px;
        min-width: 150px;
        padding: 10px;
        position: absolute;
        right: 0;
        z-index: 4000; }
        .modal-share .field label.error:after {
          background: transparent url("//interfaceinc.scene7.com/is/image/InterfaceInc/error-label-tip?fmt=png-alpha") center top no-repeat;
          height: 20px;
          content: "";
          right: 10px;
          position: absolute;
          top: -19px;
          width: 35px; }
    .modal-share .field:hover label.error, .modal-share .field input:focus + label.error {
      display: block; }
  .modal-share input.text, .modal-share textarea, .modal-share .selector {
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0) 40px);
    background: -webkit-linear-gradient(bottom, #ffffff, rgba(255, 255, 255, 0) 40px);
    background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0) 40px);
    background-color: #f9f9f9;
    border: 1px solid #a6a197;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #4d442e;
    font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 10px;
    transition: box-shadow 300ms ease-out;
    width: 100%; }
    .modal-share input.text:hover, .modal-share input.text.hover, .modal-share textarea:hover, .modal-share textarea.hover, .modal-share .selector:hover, .modal-share .selector.hover {
      background-color: #fcfcfc;
      -moz-transition-duration: 0ms;
      -o-transition-duration: 0ms;
      -webkit-transition-duration: 0ms;
      transition-duration: 0ms; }
    .modal-share input.text:focus, .modal-share input.text.focus, .modal-share textarea:focus, .modal-share textarea.focus, .modal-share .selector:focus, .modal-share .selector.focus {
      background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
      background: -webkit-gradient(linear, 50% 0%, 50% 20, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0)));
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 20px);
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 20px);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0) 20px);
      background-color: #fff;
      border-color: #4d442e;
      -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
      -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
      box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
      outline: none; }
    .modal-share input.text.error, .modal-share textarea.error, .modal-share .selector.error {
      background-color: #fdf4f4;
      border-color: #d00; }
    .modal-share input.text.small, .modal-share textarea.small, .modal-share .selector.small {
      font-size: 14px;
      padding: 5px; }
    .modal-share input.text.disabled, .modal-share textarea.disabled, .modal-share .selector.disabled {
      background-color: #edecea;
      background-image: none; }
  .modal-share textarea {
    height: 120px;
    resize: none; }
  .modal-share input[type="checkbox"], .modal-share input[type="radio"] {
    margin-right: 5px; }
  .modal-share .radio-field label, .modal-share .checkbox-field label {
    color: #a6a197;
    font-size: 14px;
    font-style: normal;
    padding-left: 5px; }
  .modal-share .photo_upload-field {
    margin-bottom: 30px;
    *zoom: 1; }
    .modal-share .photo_upload-field:after {
      content: "";
      display: table;
      clear: both; }
    .modal-share .photo_upload-field label {
      color: #4d442e;
      display: block;
      font-size: 12px;
      font-style: normal;
      font-weight: bold; }
    .modal-share .photo_upload-field .photo {
      float: left;
      margin-right: 15px;
      width: 100px; }
    .modal-share .photo_upload-field img {
      border: 1px solid #a6a197;
      display: block;
      vertical-align: top; }
    .modal-share .photo_upload-field .input {
      float: left;
      overflow: hidden;
      position: relative;
      width: 300px; }
      .modal-share .photo_upload-field .input input {
        text-indent: -9999px;
        position: absolute;
        visibility: hidden; }
      .modal-share .photo_upload-field .input .button {
        margin-right: 10px; }
      .modal-share .photo_upload-field .input .filename {
        display: block;
        margin: 12px 0 2px;
        max-width: 300px;
        overflow: hidden;
        transition: opacity 1s ease-out; }
        .modal-share .photo_upload-field .input .filename.hide {
          height: 0px;
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0; }
      .modal-share .photo_upload-field .input .close {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        text-indent: -119988px;
        overflow: hidden;
        text-align: left;
        background-image: url("//interfaceinc.scene7.com/is/image/InterfaceInc/close-small?fmt=png-alpha");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        width: 16px;
        height: 16px; }
    .modal-share .photo_upload-field .note {
      color: #a6a197;
      font-size: 11px;
      font-style: italic;
      font-weight: 400; }
  .modal-share .selector {
    font-size: 14px;
    overflow: hidden;
    padding: 0;
    position: relative; }
    .modal-share .selector span {
      display: block;
      font-size: 16px;
      overflow: hidden;
      padding: 10px;
      text-overflow: ellipsis;
      white-space: nowrap; }
      .modal-share .selector span:after {
        border-color: #a6a197 transparent transparent transparent;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        height: 0;
        width: 0;
        content: "";
        display: block;
        margin-top: -3px;
        position: absolute;
        right: 10px;
        top: 50%;
        z-index: 2; }
    .modal-share .selector.loading {
      background: url("//interfaceinc.scene7.com/is/content/InterfaceInc/loading") no-repeat center center;
      text-indent: -9999999px;
      overflow: hidden;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
    .modal-share .selector select {
      width: 100%;
      height: 100%;
      bottom: 0;
      border: none;
      left: 0;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3; }
      .modal-share .selector select option {
        padding: 5px; }
    .modal-share .selector.hover span:after, .modal-share .selector.focus span:after {
      border-color: #4d442e transparent transparent transparent; }
    .modal-share .selector.small {
      padding: 0; }
      .modal-share .selector.small span {
        font-size: 12px;
        padding: 8px 24px 8px 8px; }
        .modal-share .selector.small span:after {
          right: 8px; }
  .modal-share .salesperson-field {
    line-height: 1.25;
    *zoom: 1; }
    .modal-share .salesperson-field:after {
      content: "";
      display: table;
      clear: both; }
    .modal-share .salesperson-field .photo img {
      float: left;
      margin-right: 20px; }
    .modal-share .salesperson-field .name {
      margin: 0; }
    .modal-share .salesperson-field .phone, .modal-share .salesperson-field .email {
      color: #a6a197;
      font-size: 14px;
      font-style: italic;
      font-weight: 300;
      margin: 0; }
    .modal-share .salesperson-field p.email_address {
      margin-top: 0; }
      .modal-share .salesperson-field p.email_address a {
        color: #a6a197;
        text-decoration: none; }
        .modal-share .salesperson-field p.email_address a:hover {
          text-decoration: underline; }
  .modal-share #floor_data_fieldgroup {
    margin-top: 20px;
    padding: 15px 20px;
    border: 1px solid #e2e1dd;
    display: none; }
  .modal-share .floorshare-field {
    *zoom: 1;
    margin-bottom: 0;
    color: #a6a197; }
    .modal-share .floorshare-field:after {
      content: "";
      display: table;
      clear: both; }
    .modal-share .floorshare-field figure {
      width: 60px;
      float: left;
      padding-right: 15px;
      padding: 0px 15px 0 0; }
    .modal-share .floorshare-field img {
      width: 100%;
      height: auto; }
    .modal-share .floorshare-field h4 {
      margin: 0;
      padding: 10px 0 0; }
    .modal-share .floorshare-field p {
      margin: 5px 0; }
    .modal-share .floorshare-field h4, .modal-share .floorshare-field a:link, .modal-share .floorshare-field a:visited {
      color: inherit; }
  .modal-share .address-field {
    color: #a6a197;
    font-size: 14px;
    line-height: 1.4; }
    .modal-share .address-field label {
      font: 0/0 serif;
      text-shadow: none;
      color: transparent; }
    .modal-share .address-field .address-select {
      display: block;
      margin-top: 20px; }
  .modal-share .date-field {
    position: relative; }
    .modal-share .date-field .ui-datepicker-trigger {
      position: absolute;
      right: 15px;
      top: 12px; }
  .modal-share .ui-datepicker {
    background: #FFFFFF;
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
    display: none;
    width: 18em; }
    .modal-share .ui-datepicker .ui-datepicker-header {
      height: 32px;
      position: relative; }
    .modal-share .ui-datepicker .ui-datepicker-prev, .modal-share .ui-datepicker .ui-datepicker-next {
      display: block;
      position: absolute;
      top: 0;
      width: 32px;
      height: 32px; }
      .modal-share .ui-datepicker .ui-datepicker-prev span, .modal-share .ui-datepicker .ui-datepicker-next span {
        background-image: url("//interfaceinc.scene7.com/is/image/InterfaceInc/sprites?wid=200&fmt=png-alpha");
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        overflow: hidden;
        text-align: left;
        text-indent: -9999px;
        margin: 4px; }
        .modal-share .ui-datepicker .ui-datepicker-prev span.help, .modal-share .ui-datepicker .ui-datepicker-next span.help {
          background-position: -120px 0px;
          height: 24px;
          width: 24px; }
        .modal-share .ui-datepicker .ui-datepicker-prev span.info, .modal-share .ui-datepicker .ui-datepicker-next span.info {
          background-position: -120px -96px;
          height: 24px;
          width: 24px; }
    .modal-share .ui-datepicker .ui-datepicker-prev {
      left: 0; }
      .modal-share .ui-datepicker .ui-datepicker-prev span {
        background-position: 0px -72px;
        height: 24px;
        width: 24px; }
    .modal-share .ui-datepicker .ui-datepicker-next {
      right: 0; }
      .modal-share .ui-datepicker .ui-datepicker-next span {
        background-position: -24px -72px;
        height: 24px;
        width: 24px; }
    .modal-share .ui-datepicker .ui-datepicker-prev-hover, .modal-share .ui-datepicker .ui-datepicker-next-hover {
      background-color: #dcdbd9;
      cursor: pointer; }
    .modal-share .ui-datepicker .ui-datepicker-title {
      font-weight: 700;
      margin: 0 2.3em;
      text-align: center;
      text-transform: uppercase; }
      .modal-share .ui-datepicker .ui-datepicker-title select {
        line-height: 1.3em;
        margin: 1px 0; }
    .modal-share .ui-datepicker select.ui-datepicker-month-year {
      width: 100%; }
    .modal-share .ui-datepicker select.ui-datepicker-month, .modal-share .ui-datepicker select.ui-datepicker-year {
      width: 42%; }
    .modal-share .ui-datepicker table {
      border-collapse: collapse;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 4px 0.9em;
      width: 90%; }
    .modal-share .ui-datepicker th {
      padding: 0.7em 0.3em;
      text-align: center;
      font-weight: bold;
      border: 0; }
    .modal-share .ui-datepicker td {
      border: 1px solid #e2e1dd;
      padding: 0; }
      .modal-share .ui-datepicker td span, .modal-share .ui-datepicker td a {
        display: block;
        padding: 0.4em 0.2em;
        text-align: right;
        text-decoration: none; }
      .modal-share .ui-datepicker td a {
        color: #a6a197; }
        .modal-share .ui-datepicker td a.ui-state-hover {
          background-color: #f0f0ee;
          color: #34b5d0; }
        .modal-share .ui-datepicker td a.ui-state-highlight {
          color: #4d442e; }
        .modal-share .ui-datepicker td a.ui-state-active {
          background-color: #e2e1dd;
          color: #4d442e; }
    .modal-share .ui-datepicker .ui-datepicker-buttonpane {
      background-image: none;
      margin: 0.7em 0 0 0;
      padding: 0 0.2em;
      border-left: 0;
      border-right: 0;
      border-bottom: 0; }
      .modal-share .ui-datepicker .ui-datepicker-buttonpane button {
        float: right;
        margin: 0.5em 0.2em 0.4em;
        cursor: pointer;
        padding: 0.2em 0.6em 0.3em 0.6em;
        width: auto;
        overflow: visible; }
        .modal-share .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
          float: left; }
  .modal-share #ui-datepicker-div {
    z-index: 1000 !important; }
  .modal-share .field .hint {
    display: block;
    position: absolute;
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    background-image: url("//interfaceinc.scene7.com/is/image/InterfaceInc/small-hint?fmt=png-alpha");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 16px;
    height: 16px;
    right: -24px;
    top: 12px; }

.tipsy {
  max-width: 300px;
  position: absolute;
  padding: 10px;
  z-index: 100; }

.tipsy-inner {
  background-color: #69614c;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  color: #eae9e7;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 20px;
  text-align: center; }

.tipsy-arrow {
  border: 10px dashed #69614c;
  height: 0;
  line-height: 0;
  position: absolute;
  width: 0; }

.tipsy-arrow-n {
  border-bottom-color: #69614c; }

.tipsy-arrow-s {
  border-top-color: #69614c; }

.tipsy-arrow-e {
  border-left-color: #69614c; }

.tipsy-arrow-w {
  border-right-color: #69614c; }

.tipsy-n .tipsy-arrow {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  top: 1px;
  left: 50%;
  margin-left: -10px; }

.tipsy-nw .tipsy-arrow {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  left: 30px;
  top: 1px; }

.tipsy-ne .tipsy-arrow {
  border-bottom-style: solid;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top: none;
  right: 30px;
  top: 1px; }

.tipsy-s .tipsy-arrow {
  bottom: 1px;
  left: 50%;
  margin-left: -10px;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid; }

.tipsy-sw .tipsy-arrow {
  bottom: 1px;
  left: 10px;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid; }

.tipsy-se .tipsy-arrow {
  bottom: 1px;
  right: 10px;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-style: solid; }

.tipsy-e .tipsy-arrow {
  right: 1px;
  margin-top: -10px;
  border-bottom-color: transparent;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  top: 50%; }

.tipsy-w .tipsy-arrow {
  border-bottom-color: transparent;
  border-left: none;
  border-right-style: solid;
  border-top-color: transparent;
  left: 1px;
  margin-top: -10px;
  top: 50%; }

.indicator .tipsy-inner {
  padding: 0;
  display: table; }
.indicator .content, .indicator .close {
  display: table-cell;
  min-height: 40px;
  vertical-align: middle; }
.indicator .content {
  padding: 15px 20px;
  text-align: left;
  max-width: 300px; }
.indicator .close {
  cursor: pointer;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  padding: 0 10px;
  transition: all 300ms ease-out;
  width: 24px; }
  .indicator .close .icon {
    display: block;
    background-position: -120px -48px;
    height: 24px;
    width: 24px; }
  .indicator .close:hover {
    background-color: rgba(249, 249, 249, 0.15);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
.indicator.error {
  z-index: 200; }
  .indicator.error .tipsy-inner {
    background-color: #d00;
    color: #fbe5e5; }
  .indicator.error .tipsy-arrow-n {
    border-bottom-color: #d00; }
  .indicator.error .tipsy-arrow-s {
    border-top-color: #d00; }
  .indicator.error .tipsy-arrow-e {
    border-left-color: #d00; }
  .indicator.error .tipsy-arrow-w {
    border-right-color: #d00; }
.indicator.instruction .tipsy-inner {
  width: 300px; }
.indicator.instruction .content {
  margin-right: 30px; }
.indicator.fixed {
  position: fixed;
  z-index: 2000; }

.tipsy.tooltip {
  z-index: 2000; }

.tuck-left {
  margin-left: -25px; }

.marker {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  position: relative; }

.marker-content {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #fff;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg); }

.marker:before {
  width: 30px;
  height: 30px;
  display: block;
  content: "";
  position: absolute;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  background: #fff;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.ie8 .marker:before,
.ie7 .marker:before {
  display: none;
  visibility: hidden; }

.promotion .icon, .system-alert .icon {
  background-image: url("//interfaceinc.scene7.com/is/image/InterfaceInc/sprites?wid=200&fmt=png-alpha");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px; }
  .promotion .icon.help, .system-alert .icon.help {
    background-position: -120px 0px;
    height: 24px;
    width: 24px; }
  .promotion .icon.info, .system-alert .icon.info {
    background-position: -120px -96px;
    height: 24px;
    width: 24px; }

.promotion, .system-alert {
  display: none;
  left: 0;
  position: fixed;
  transition: top 1s ease-out;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10000; }

.promotion-outer, .system-alert-outer {
  background: #4d442e;
  -moz-border-radius-bottomleft: 2px;
  -webkit-border-bottom-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -webkit-border-bottom-right-radius: 2px;
  border-bottom-right-radius: 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.5) 0 3px 8px, rgba(0, 0, 0, 0.25) 0 1px 2px, rgba(255, 255, 255, 0.25) 0 1px 0 inset, rgba(0, 0, 0, 0.25) 0 -1px 0 inset;
  color: #f9f9f9;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1.4;
  max-width: 600px;
  min-height: 24px;
  padding: 20px 48px 15px 24px;
  position: relative;
  text-align: left;
  font-weight: 500; }
  .promotion-outer p, .system-alert-outer p {
    margin: 0; }
    .promotion-outer p + p, .system-alert-outer p + p {
      margin-top: 1em; }
  .promotion-outer .close, .system-alert-outer .close {
    height: 24px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    padding: 17px 10px;
    position: absolute;
    right: 0;
    transition: opacity 300ms ease-out;
    font: 0/0 serif;
    text-shadow: none;
    color: transparent;
    top: 0;
    width: 24px;
    z-index: 1100; }
    .promotion-outer .close .icon, .system-alert-outer .close .icon {
      background-position: -120px -48px;
      height: 24px;
      width: 24px; }
    .promotion-outer .close:hover, .system-alert-outer .close:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }

.promotion-outer, .system-alert-outer {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }
  .promotion-outer p, .system-alert-outer p {
    font-size: 0.75rem; }
  .promotion-outer .close, .system-alert-outer .close {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }

.promotion.cookie-policy {
  bottom: 0;
  top: initial; }

.promotion a,
.system-alert a {
  color: #34b5d0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  /*PD RL Edit*/
  height: auto;
  min-height: 1px; }

[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; }

.contain-to-grid.no-fixed {
  -moz-box-shadow: 0px -12px 34px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px -12px 34px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -12px 34px 10px rgba(0, 0, 0, 0.3); }

.top-bar {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem; }

.title-area {
  line-height: 100%;
  height: auto;
  display: block; }
  .title-area .name, .title-area h1, .title-area a, .title-area svg {
    line-height: inherit;
    height: inherit;
    display: inherit; }

@media only screen and (min-width: 46.2em) {
  .top-bar, .title-area {
    max-height: 104px; }

  .header .title-area .name img {
    margin-top: 1.75rem; } }
#brand_logo {
  display: block;
  padding: 0; }
  #brand_logo svg {
    fill: #4d442e; }
  @media only screen {
    #brand_logo {
      width: 130px;
      background-position-y: center; }
      #brand_logo svg {
        width: 170px;
        height: 35px;
        vertical-align: middle; } }
  @media only screen and (min-width: 46.2em) {
    #brand_logo {
      width: 170px;
      min-height: 35px;
      background-position-y: 55px; }
      #brand_logo svg {
        width: inherit;
        height: inherit; } }

@media only screen and (min-width: 46.2em) {
  #navigation_secondary {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0.6875rem; }
    #navigation_secondary a {
      text-transform: uppercase;
      color: #a6a197;
      margin-top: 5px; }
      #navigation_secondary a:hover {
        color: #898275; }
    #navigation_secondary > li > a {
      padding: 16px 18px !important; }
    #navigation_secondary > li:last-of-type > a {
      padding-right: 0 !important; } }

@media only screen and (min-width: 46.2em) {
  #navigation_primary {
    margin-top: 66px;
    font-size: 1.125rem; }
    #navigation_primary a {
      padding: 0 1.25rem; }
    #navigation_primary .trigger-search {
      padding-left: 0; } }
#navigation_primary .cart > a {
  color: #ec5a4f;
  -moz-transition: all, 0.88s, ease-in-out;
  -o-transition: all, 0.88s, ease-in-out;
  -webkit-transition: all, 0.88s, ease-in-out;
  transition: all, 0.88s, ease-in-out; }
   #nav-item-orders.cart > a {
    color: #a6a197;
}
  #nav-item-orders.cart > .has-count {
    color: #ec5a4f;
}
  
#navigation_secondary .cart a.active-count:hover,
#navigation_primary .cart a.active-count:hover {
  color: #e32719; }
#navigation_secondary .cart .icon,
#navigation_primary .cart .icon {
  background-image: url("//interfaceinc.scene7.com/is/image/InterfaceInc/sprites?wid=200&fmt=png-alpha");
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  text-align: left;
  text-indent: -9999px; }
#navigation_secondary .has-count .counter:before,
#navigation_primary .has-count .counter:before {
  content: "("; }
#navigation_secondary .has-count .counter:after,
#navigation_primary .has-count .counter:after {
  content: ")"; }
#navigation_secondary .has-count .counter, #navigation_secondary .has-count .active-count,
#navigation_primary .has-count .counter,
#navigation_primary .has-count .active-count {
  color: #ec5a4f; }
#navigation_secondary .has-count + .dropdown .active-count,
#navigation_primary .has-count + .dropdown .active-count {
  color: #ec5a4f; }
#navigation_secondary .has-count + .dropdown .counter.active:after,
#navigation_primary .has-count + .dropdown .counter.active:after {
  content: ")"; }
#navigation_secondary .has-count + .dropdown .counter.active:before,
#navigation_primary .has-count + .dropdown .counter.active:before {
  content: "("; }
#navigation_secondary .link-material, #navigation_secondary .link-sample, #navigation_secondary .link-hold,
#navigation_primary .link-material,
#navigation_primary .link-sample,
#navigation_primary .link-hold {
  background-image: url("//interfaceinc.scene7.com/is/content/InterfaceInc/loading");
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: 15%;
  -o-background-size: 15%;
  -webkit-background-size: 15%;
  background-size: 15%; }
#navigation_secondary .cart.populated .dropdown .link-material, #navigation_secondary .cart.populated .dropdown .link-sample, #navigation_secondary .cart.populated .dropdown .link-hold,
#navigation_primary .cart.populated .dropdown .link-material,
#navigation_primary .cart.populated .dropdown .link-sample,
#navigation_primary .cart.populated .dropdown .link-hold {
  background: none; }
#navigation_secondary .dropdown,
#navigation_primary .dropdown {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.95);
  -moz-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.2);
  -moz-transition: all, 0.88s, ease-in-out;
  -o-transition: all, 0.88s, ease-in-out;
  -webkit-transition: all, 0.88s, ease-in-out;
  transition: all, 0.88s, ease-in-out; }
  #navigation_secondary .dropdown .icon,
  #navigation_primary .dropdown .icon {
    margin: 0;
    background-position: -48px 0px;
    height: 24px;
    width: 24px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    display: none; }
#navigation_secondary .has-dropdown:hover > a:after,
#navigation_primary .has-dropdown:hover > a:after {
  right: 2px;
  border-color: transparent rgba(77, 68, 46, 0.4) transparent transparent; }
@media only screen {
  #navigation_secondary a,
  #navigation_primary a {
    text-align: center;
    border-bottom: 1px solid #eee; } }
@media only screen and (min-width: 46.2em) {
  #navigation_secondary .has-dropdown,
  #navigation_primary .has-dropdown {
    background: #fff; }
    #navigation_secondary .has-dropdown > a:after,
    #navigation_primary .has-dropdown > a:after {
      margin: 0;
      top: 45%;
      -moz-transition: border-color, 0.125s, ease-in-out;
      -o-transition: border-color, 0.125s, ease-in-out;
      -webkit-transition: border-color, 0.125s, ease-in-out;
      transition: border-color, 0.125s, ease-in-out; }
  #navigation_secondary li, #navigation_secondary a, #navigation_secondary .dropdown,
  #navigation_primary li,
  #navigation_primary a,
  #navigation_primary .dropdown {
    line-height: 100%;
    font-size: inherit;
    background: inherit; }
  #navigation_secondary li:last-of-type a,
  #navigation_primary li:last-of-type a {
    padding-right: 0; }
  #navigation_secondary a,
  #navigation_primary a {
    text-align: left;
    border-bottom: none;
    -moz-transition: color, 0.125s, ease-in-out;
    -o-transition: color, 0.125s, ease-in-out;
    -webkit-transition: color, 0.125s, ease-in-out;
    transition: color, 0.125s, ease-in-out; }
  #navigation_secondary .dropdown,
  #navigation_primary .dropdown {
    width: 177px;
    left: 50%;
    transform: translatex(-50%);
 }
    #navigation_secondary .dropdown li a,
    #navigation_primary .dropdown li a {
      text-align: center;
      border-bottom: 1px solid #eee;
      padding: 0.9375rem 0;
      margin: 0 0.625rem;
      width: auto;
      background: inherit;
      line-height: 140%; }
  #navigation_secondary .dropdown li a:hover,
  #navigation_primary .dropdown li a:hover {
    background: rgba(255, 255, 255, 0.85); }
  #navigation_secondary .cart .dropdown li a,
  #navigation_primary .cart .dropdown li a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }
  #navigation_secondary .cart .dropdown li a:hover,
  #navigation_primary .cart .dropdown li a:hover {
    background: initial; }
  #navigation_secondary .cart.populated .dropdown li a,
  #navigation_primary .cart.populated .dropdown li a {
    -moz-transition: color, 0.125s, ease-in-out;
    -o-transition: color, 0.125s, ease-in-out;
    -webkit-transition: color, 0.125s, ease-in-out;
    transition: color, 0.125s, ease-in-out; }
  #navigation_secondary .cart.populated .dropdown li a:hover,
  #navigation_primary .cart.populated .dropdown li a:hover {
    background: rgba(255, 255, 255, 0.85); } }

.top-bar .toggle-topbar.menu-icon {
  margin-top: -11px; }

.top-bar .toggle-topbar.menu-icon a {
  padding-right: 0; }

.top-bar .toggle-topbar.menu-icon a span:after {
  right: 0; }

.nav-item.account.logged-in {
  display: none; }

#footer {
  background-color: #e1ddcd;
  color: #685f4e;
  margin: 26px;
  min-height: 305px; }
  @media screen and (max-width: 700px) {
    #footer {
      min-height: 475px; } }
  #footer a {
    color: #685f4e; }
  #footer p {
    color: #685f4e; }

#footer_inner {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }

#footer_connect {
  float: left;
  width: 50%;
  height: 200px;
  padding-left: 35px;
  padding-top: 35px; }
  @media screen and (max-width: 700px) {
    #footer_connect {
      float: inherit;
      width: inherit;
      height: inherit;
      padding-left: inherit;
      text-align: center; } }
  #footer_connect h3 {
    font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    color: #685f4e; }
  #footer_connect ul {
    margin: 0px; }
    #footer_connect ul li {
      margin: 0px;
      vertical-align: middle;
      display: inline-block; }
      @media screen and (max-width: 700px) {
        #footer_connect ul li {
          width: 18%;
          min-width: 60px; } }
      #footer_connect ul li a {
        padding: 5px 15px 5px 0px;
        color: #685f43;
        font-size: 1.5em; }
        @media screen and (max-width: 700px) {
          #footer_connect ul li a {
            font-size: 3em;
            padding: 5px 0px 5px 0px; } }

#footer_about {
  float: left;
  width: 50%;
  position: relative;
  height: 200px; }
  #footer_about img {
    margin-bottom: 20px; }
  #footer_about .inner {
    position: absolute;
    right: 28px;
    width: 375px;
    top: 35px; }
  #footer_about p {
    font-size: 11px; }
  @media screen and (max-width: 700px) {
    #footer_about {
      float: inherit;
      width: inherit;
      position: inherit;
      height: inherit; }
      #footer_about .inner {
        margin-top: 25px;
        padding: 25px 10% 0px 10%;
        position: inherit;
        right: inherit;
        top: inherit;
        width: inherit; } }

#footer_bottom {
  position: relative;
  width: 100%;
  height: 100px; }
  #footer_bottom #footer_copyright {
    position: absolute;
    left: 35px;
    bottom: 50px;
    font-size: 9px; }
  #footer_bottom #footer_links {
    position: absolute;
    right: 28px;
    width: 375px; }
    #footer_bottom #footer_links ul {
      padding: 0px;
      margin: 0px; }
    #footer_bottom #footer_links li {
      float: left;
      padding: 5px 15px 5px 0px;
      font-size: 11px; }
  @media screen and (max-width: 700px) {
    #footer_bottom {
      position: inherit;
      width: inherit;
      height: inherit; }
      #footer_bottom #footer_copyright {
        position: inherit;
        left: inherit;
        bottom: inherit;
        clear: left;
        padding-left: 10%; }
      #footer_bottom #footer_links {
        position: inherit;
        right: inherit;
        width: inherit; }
        #footer_bottom #footer_links ul {
          padding-left: 10%; } }

.modal-search {
  overflow-x: hidden;
  overflow-y: hidden;
  /** hidden until we have results */
  /** hidden pending backend functionality */ }
  .modal-search ol, .modal-search ul {
    margin: 0; }
  @media only screen {
    .modal-search .thumbnail-index {
      display: block;
      padding: 0;
      margin: 0 -0.3125rem; }
      .modal-search .thumbnail-index:before, .modal-search .thumbnail-index:after {
        content: " ";
        display: table; }
      .modal-search .thumbnail-index:after {
        clear: both; }
      .modal-search .thumbnail-index > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.3125rem 0.625rem; }
      .modal-search .thumbnail-index > li {
        width: 33.33333%;
        padding: 0 0.3125rem 0.625rem;
        list-style: none; }
        .modal-search .thumbnail-index > li:nth-of-type(1n) {
          clear: none; }
        .modal-search .thumbnail-index > li:nth-of-type(3n+1) {
          clear: both; } }
  @media only screen and (min-width: 46.2em) {
    .modal-search .thumbnail-index {
      display: block;
      padding: 0;
      margin: 0 -0.3125rem; }
      .modal-search .thumbnail-index:before, .modal-search .thumbnail-index:after {
        content: " ";
        display: table; }
      .modal-search .thumbnail-index:after {
        clear: both; }
      .modal-search .thumbnail-index > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.3125rem 0.625rem; }
      .modal-search .thumbnail-index > li {
        width: 20%;
        padding: 0 0.3125rem 0.625rem;
        list-style: none; }
        .modal-search .thumbnail-index > li:nth-of-type(1n) {
          clear: none; }
        .modal-search .thumbnail-index > li:nth-of-type(5n+1) {
          clear: both; } }
  .modal-search .thumbnail-index li {
    padding-bottom: 1.25%; }
  .modal-search .thumbnail-index .details {
    background-color: #fff;
    min-height: 40px;
    position: relative; }
  .modal-search .thumbnail-index .title {
    font-size: 14px;
    min-height: 18px;
    padding-top: 5px;
    font-weight: 400;
    margin: 0 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .modal-search .thumbnail-index .subtitle {
    color: #807761;
    font-size: 12px;
    min-height: 14px;
    font-weight: 400;
    margin: 0 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .modal-search .thumbnail-index .subtitle a {
      color: #807761; }
  .modal-search .thumbnail-index .thumbnail {
    max-height: 174px;
    overflow: hidden; }
  .modal-search .thumbnail-index a {
    color: #4d442e; }
  .modal-search #global-search {
    width: 100%;
    position: relative; }
    @media screen and (max-width: 800px) {
      .modal-search #global-search {
        width: 96%;
        margin-left: 2%;
        min-width: 350px; } }
    @media screen and (max-width: 400px) {
      .modal-search #global-search {
        margin-left: 0px;
        min-width: 280px;
        width: 100%; } }
  
  .modal-search #global-search-header {
    margin-top: 0px;
    margin-left: 4px;
    color: #64604f;
    font-size: 22px;
    font-weight: bold; }
    @media screen and (max-width: 500px) {
      .modal-search #global-search-header {
        font-size: 16px; } }
  .modal-search #global-search::-webkit-input-placeholder {
    color: #ededed; }
  .modal-search #global-search:-moz-placeholder {
    color: #ededed; }
  .modal-search #global-search::-moz-placeholder {
    color: #ededed; }
  .modal-search #global-search:-ms-input-placeholder {
    color: #ededed; }
  .modal-search #global-search-label {
    position: absolute;
    top: 7px;
    left: 20px;
    color: #838383;
    font-size: 18px;
    font-weight: normal;
    display: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4; }
  .modal-search #search_bar_container {
    position: relative; }
  .modal-search #global-search-bar {
    border: 1px solid #797979;
    border-width: 1px;
    border-radius: 5px;
    height: 69px;
    margin-bottom: 30px; }
  .modal-search #qw-global-search-button {
    position: absolute;
    right: -1px;
    top: -1px; }
  .modal-search #qw-global-search-button img {
    width: 88px; }
  .modal-search .global-search-input:focus {
    border: 0px;
    outline: none;
    border-radius: 5px; }
  .modal-search .global-search-input {
    background: transparent;
    border: none;
    color: #838383;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 60px;
    height: 65px;
    padding-right: 18px;
    padding-left: 18px;
    max-width: 900px;
    width: 100%; }
    @media screen and (max-width: 1040px) {
      .modal-search .global-search-input {
        font-size: 14px; } }
    @media screen and (max-width: 800px) {
      .modal-search .global-search-input {
        font-size: 16px;
        padding-left: 5px; } }
  .modal-search #mobile-search-input {
    display: none; }
    @media screen and (max-width: 800px) {
      .modal-search #mobile-search-input {
        display: block; } }
  @media screen and (max-width: 800px) {
    .modal-search #global-search-input {
      display: none; } }
  .modal-search #global-search-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: #fff; }
  .modal-search #mobile-search-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
    background-color: #fff; }
  .modal-search #mobile_search_prompt {
    display: none;
    color: #4d442e;
    font-size: 14px;
    line-height: 18px; }
    @media screen and (max-width: 800px) {
      .modal-search #mobile_search_prompt {
        display: block;
        margin-top: 20px; } }
  .modal-search #global-search-results {
    display: none; }
  .modal-search #global-search-results ul {
    list-style: none; }
  .modal-search #didyoumean {
    display: none;
    margin-top: 10px;
    margin-left: 25px; }
  .modal-search #didyoumean_label {
    font-size: 18px;
    font-weight: bold;
    float: left; }
  .modal-search #didyoumean ul {
    margin-left: 100px; }
  .modal-search #didyoumean li {
    float: left;
    margin-right: 30px;
    font-size: 15px;
    margin-top: 1px; }
  .modal-search #didyoumean li a {
    text-decoration: underline;
    color: #838383;
    cursor: pointer; }
  .modal-search #result_counts {
    clear: left;
    padding-top: 10px; }
    @media screen and (max-width: 800px) {
      .modal-search #result_counts {
        padding-top: 25px; } }
  .modal-search #result_counts ul {
    padding: 0px;
    min-height: 200px; }
  .modal-search #result_counts li {
    float: left;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    height: 0px;
    padding-bottom: 18%;
    color: #fff;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 800px) {
      .modal-search #result_counts li {
        padding-bottom: 0px;
        margin-bottom: 15px;
        width: 30%;
        padding-bottom: 30%; } }
    @media screen and (max-width: 400px) {
      .modal-search #result_counts li {
        padding-bottom: 45%;
        width: 45%; } }
  .modal-search .search_icon_modal {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s; }
  .modal-search .active .search_icon_modal:hover {
    background: transparent; }
  .modal-search #result_counts a {
    cursor: default; }
  .modal-search #result_counts a.active {
    cursor: pointer; }
  .modal-search #result_counts h2 {
    color: #fff;
    margin-top: 60px;
    margin-bottom: 0px;
    position: relative;
    font-weight: bold;
    font-size: 22px; }
    @media screen and (max-width: 1040px) {
      .modal-search #result_counts h2 {
        margin-top: 40px; } }
    @media screen and (max-width: 800px) {
      .modal-search #result_counts h2 {
        margin-top: 30%; } }
    @media screen and (max-width: 500px) {
      .modal-search #result_counts h2 {
        font-size: 16px; } }
  .modal-search #result_counts h3 {
    margin-top: 0px;
    margin-bottom: 5px;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center; }
   #modalSearch .search_loading {
  	height: 40px;
  	background: transparent url(//interfaceinc.scene7.com/is/content/InterfaceInc/loading) center center no-repeat;
	}
  .modal-search #search_lvt h2 {
     }
    @media screen and (max-width: 1040px) {
      .modal-search #search_lvt h2 {
        margin-top: 25px; } }
    @media screen and (max-width: 800px) {
      .modal-search #search_lvt h2 {
        margin-top: 20%; } }
  .modal-search #search_all {
    background: url("//interfaceinc.scene7.com/is/image/InterfaceInc/search_icon_all?scl=1") no-repeat top center;
    background-size: contain; }
  .modal-search #search_collections {
    background: url("//interfaceinc.scene7.com/is/image/InterfaceInc/search_icon_collections?scl=1") no-repeat top center;
    background-size: contain; }
  .modal-search #search_carpet {
    background: url("//interfaceinc.scene7.com/is/image/InterfaceInc/search_icon_carpet?scl=1") no-repeat top center;
    background-size: contain; }
  .modal-search #search_lvt {
    background: url("//interfaceinc.scene7.com/is/image/InterfaceInc/search_icon_lvt?scl=1") no-repeat top center;
    background-size: contain; }
  .modal-search #search_articles {
    background: url("//interfaceinc.scene7.com/is/image/InterfaceInc/search_icon_articles?scl=1") no-repeat top center;
    background-size: contain; }

.modal-share .fieldgroup label {
  font-weight: 600; }
.modal-share .required-errors {
  font-size: 12px; }
.modal-share .title-share, .modal-share .title-email {
  color: #4d442e;
  font-size: 18px;
  font-weight: bold;
  margin: 1rem 0; }
.modal-share #global-share .share-options {
  min-height: 90px; }
.modal-share #global-share .fieldgroup {
  *zoom: 1; }
  .modal-share #global-share .fieldgroup:after {
    content: "";
    display: table;
    clear: both; }
.modal-share #global-share .sender_name, .modal-share #global-share .sender_email, .modal-share #global-share .recipient_name, .modal-share #global-share .recipient_email {
  float: left;
  width: 48%; }
.modal-share #global-share .sender_name, .modal-share #global-share .recipient_name {
  margin-right: 4%; }
.modal-share #global-share .stButton .stFb, .modal-share #global-share .stButton .stTwbutton, .modal-share #global-share .stButton .stMainServices {
  height: auto; }
.modal-share #global-share .stButton .stBubble_count {
  height: auto;
  min-height: 40px; }

.filmstrip + .section_banner_nav {
  display: none; }

.filmstrip {
  height: 461px;
  overflow: hidden;
  background-color: #f5f5f5; }

.filmstrip .slick-control {
  width: 50px;
  padding: 0;
  display: block;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  cursor: pointer;
  z-index: 2; }
  @media only screen {
    .filmstrip .slick-control {
      height: auto; }
      .filmstrip .slick-control.slick-prev {
        left: 5px; }
      .filmstrip .slick-control.slick-next {
        right: 5px; } }
  @media only screen and (min-width: 46.2em) {
    .filmstrip .slick-control.slick-prev {
      left: 10%; }
    .filmstrip .slick-control.slick-next {
      right: 10%; } }
  .filmstrip .slick-control.slick-next .icon-circle-arrow {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
.filmstrip .section_banner_nav {
  position: relative;
  display: block;
  cursor: pointer;
  line-height: 100%; }
  .filmstrip .section_banner_nav svg.icon {
    background: none; }
  .filmstrip .section_banner_nav .icon-circle-arrow {
    width: 3.1875rem;
    height: 3.1875rem;
    stroke: transparent;
    fill: transparent;
    -moz-transition: all, 0.188s, ease-in-out;
    -o-transition: all, 0.188s, ease-in-out;
    -webkit-transition: all, 0.188s, ease-in-out;
    transition: all, 0.188s, ease-in-out; }
  .filmstrip .section_banner_nav:hover .icon-circle-arrow {
    -webkit-filter: brightness(0.9);
    filter: brightness(0.9); }
.filmstrip .icon.icon-circle-arrow.img {
  display: none; }

.filmstrip .slide-panel {
  position: relative; }
.filmstrip .slide-panel img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all, 0.125s, ease-in-out;
  -o-transition: all, 0.125s, ease-in-out;
  -webkit-transition: all, 0.125s, ease-in-out;
  transition: all, 0.125s, ease-in-out; }
.filmstrip .slide-panel .caption {
  width: 100%;
  height: auto;
  padding: 18px 0 18px 8px;
  color: #ccc;
  text-align: center;
  font-weight: 300;
  font-size: 1rem;
  border-bottom: 1px solid transparent;
  -moz-transition: all, 0.155s, ease-in-out;
  -o-transition: all, 0.155s, ease-in-out;
  -webkit-transition: all, 0.155s, ease-in-out;
  transition: all, 0.155s, ease-in-out; }
  .filmstrip .slide-panel .caption span {
    padding-bottom: 5px;
    border-bottom: 1px solid transparent; }
  .filmstrip .slide-panel .caption button {
    display: none; }
.filmstrip .slide-panel a {
  display: block; }
.filmstrip .slide-panel:hover img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8); }
.filmstrip .slide-panel:hover .caption {
  color: #616579; }
  .filmstrip .slide-panel:hover .caption span {
    border-bottom-color: #616579; }

.filmstrip.slick-initialized {
  height: auto;
  background-color: transparent; }
  .filmstrip.slick-initialized .slide-panel img {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

html.touch .filmstrip .slide-panel .caption {
  color: #4d442e;
  text-align: center; }

.lt-ie9 .filmstrip .icon.icon-circle-arrow.img {
  display: block; }
.lt-ie9 .filmstrip .slick-next .icon-circle-arrow.img {
  background: url(http://interfaceinc.scene7.com/is/image/InterfaceInc/circle-arrow-point-right?fmt=png-alpha) no-repeat center center; }
.lt-ie9 .filmstrip .slick-prev .icon-circle-arrow.img {
  background: url(http://interfaceinc.scene7.com/is/image/InterfaceInc/circle-arrow-point-left?fmt=png-alpha) no-repeat center center; }

.filmstrip.component .slick-dots,
.layout-filmstrip .slick-dots,
.figureframe .slick-dots {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60.625rem;
  text-align: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  .filmstrip.component .slick-dots:before, .filmstrip.component .slick-dots:after,
  .layout-filmstrip .slick-dots:before,
  .layout-filmstrip .slick-dots:after,
  .figureframe .slick-dots:before,
  .figureframe .slick-dots:after {
    content: " ";
    display: table; }
  .filmstrip.component .slick-dots:after,
  .layout-filmstrip .slick-dots:after,
  .figureframe .slick-dots:after {
    clear: both; }
.filmstrip.component .slick-dots li,
.layout-filmstrip .slick-dots li,
.figureframe .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline; }
.filmstrip.component .slick-dots li button,
.layout-filmstrip .slick-dots li button,
.figureframe .slick-dots li button {
  display: block;
  border-color: transparent;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  background-color: #a6a197;
  font-size: 12px;
  padding: 0;
  overflow: hidden;
  text-indent: -100px;
  margin: 0 0.3125rem;
  width: 20px;
  height: 20px; }
  @media only screen and (min-width: 64.063em) {
    .filmstrip.component .slick-dots li button,
    .layout-filmstrip .slick-dots li button,
    .figureframe .slick-dots li button {
      width: 14px;
      height: 14px; } }
  .filmstrip.component .slick-dots li button:hover,
  .layout-filmstrip .slick-dots li button:hover,
  .figureframe .slick-dots li button:hover {
    background-color: #898275;
    border: 0; }
  .filmstrip.component .slick-dots li button:focus,
  .layout-filmstrip .slick-dots li button:focus,
  .figureframe .slick-dots li button:focus {
    outline: none; }
.filmstrip.component .slick-dots li button,
.layout-filmstrip .slick-dots li button,
.figureframe .slick-dots li button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65; }
  .filmstrip.component .slick-dots li button:hover,
  .layout-filmstrip .slick-dots li button:hover,
  .figureframe .slick-dots li button:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
    opacity: 0.95; }
.filmstrip.component .slick-dots li.slick-active button,
.layout-filmstrip .slick-dots li.slick-active button,
.figureframe .slick-dots li.slick-active button {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.filmstrip.component .slick-arrow.fa,
.layout-filmstrip .slick-arrow.fa,
.figureframe .slick-arrow.fa {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a6a197;
  text-align: center;
  z-index: 2; }
  @media only screen {
    .filmstrip.component .slick-arrow.fa,
    .layout-filmstrip .slick-arrow.fa,
    .figureframe .slick-arrow.fa {
      font-size: 2.8125rem; } }
  @media only screen and (min-width: 64.063em) {
    .filmstrip.component .slick-arrow.fa,
    .layout-filmstrip .slick-arrow.fa,
    .figureframe .slick-arrow.fa {
      font-size: 5rem; } }
  .filmstrip.component .slick-arrow.fa:after,
  .layout-filmstrip .slick-arrow.fa:after,
  .figureframe .slick-arrow.fa:after {
    content: "";
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.45);
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 1px;
    z-index: -1;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%; }
    @media only screen {
      .filmstrip.component .slick-arrow.fa:after,
      .layout-filmstrip .slick-arrow.fa:after,
      .figureframe .slick-arrow.fa:after {
        width: 36px;
        height: 36px; } }
    @media only screen and (min-width: 64.063em) {
      .filmstrip.component .slick-arrow.fa:after,
      .layout-filmstrip .slick-arrow.fa:after,
      .figureframe .slick-arrow.fa:after {
        width: 4rem;
        height: 4rem; } }
.filmstrip.component .fa-chevron-circle-left,
.layout-filmstrip .fa-chevron-circle-left,
.figureframe .fa-chevron-circle-left {
  left: 0;
  cursor: pointer; }
  @media only screen and (min-width: 64.063em) {
    .filmstrip.component .fa-chevron-circle-left,
    .layout-filmstrip .fa-chevron-circle-left,
    .figureframe .fa-chevron-circle-left {
      left: 6.25rem; } }
.filmstrip.component .fa-chevron-circle-right,
.layout-filmstrip .fa-chevron-circle-right,
.figureframe .fa-chevron-circle-right {
  right: 0;
  cursor: pointer; }
  @media only screen and (min-width: 64.063em) {
    .filmstrip.component .fa-chevron-circle-right,
    .layout-filmstrip .fa-chevron-circle-right,
    .figureframe .fa-chevron-circle-right {
      right: 6.25rem; } }

.filmstrip.component.single,
.filmstrip.component.split {
  *zoom: 1;
  height: 100%; }
  .filmstrip.component.single:after,
  .filmstrip.component.split:after {
    content: "";
    display: table;
    clear: both; }
  .filmstrip.component.single .slide-panel img,
  .filmstrip.component.split .slide-panel img {
    display: block;
    width: 100%;
    height: auto;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.filmstrip.component.single .slide-panel {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left; }

.filmstrip.component.split .slide-panel {
  padding-left: 0;
  padding-right: 0;
  width: 50%;
  float: left; }

.figureframe-container {
  padding: 6.25rem 0;
  background-color: #f5f5f5; }

.figureframe {
  margin: 0;
  color: #888;
  font-size: 12px;
  list-style-type: none !important; }
  .figureframe .figure {
    position: relative; }
    .figureframe .figure:hover .social-action-bar > a {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
  .figureframe .figure img {
    display: block;
    width: 100%;
    height: auto; }
  .figureframe .caption {
    padding: 5px 0; }
  .figureframe .caption, .figureframe .caption p {
    margin-bottom: 5px;
    color: inherit;
    font-size: inherit;
    font-style: inherit; }
  .figureframe .caption p:last-of-type {
    margin-bottom: 0; }
  .figureframe .caption a {
    color: #65a4bf; }
  .figureframe .caption a:hover {
    text-decoration: underline; }
  .figureframe .count {
    padding: 0 10px;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 12px;
    font-weight: bold; }

.figureframe.center .social-action-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
.figureframe.center .slick-current .social-action-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.figureframe.center.social-on-hover .social-action-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
.figureframe.center.social-on-hover .figure:hover .social-action-bar,
.figureframe.center.social-on-hover .slick-current .figure:hover .social-action-bar {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.figureframe.center .figure {
  background: #f5f5f5; }
.figureframe.center .figure img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto; }
.figureframe.center .fa-chevron-circle-left {
  left: 10px; }
.figureframe.center .fa-chevron-circle-right {
  right: 10px; }

.figureframe-thumbnails {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  .figureframe-thumbnails .slick-track li {
    padding: 0.625rem 0.3125rem 0;
    cursor: pointer;
    outline: 0;
    -webkit-filter: brightness(0.65);
    filter: brightness(0.65);
    -moz-transition: -web-kit-filter, 0.125s, ease-in-out;
    -o-transition: -web-kit-filter, 0.125s, ease-in-out;
    -webkit-transition: -web-kit-filter, 0.125s, ease-in-out;
    transition: -web-kit-filter, 0.125s, ease-in-out; }
  .figureframe-thumbnails .slick-track li.slick-current {
    outline: 0;
    -webkit-filter: brightness(1);
    filter: brightness(1); }
  .figureframe-thumbnails .figure {
    width: 100%;
    height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }

.figureframe .social-action-bar > a:hover {
  color: #65a4bf; }
.figureframe.tan .social-action-bar > a:hover,
.figureframe.tan .caption a {
  color: #cea36d; }
.figureframe.orange .social-action-bar > a:hover,
.figureframe.orange .caption a {
  color: #fd9a2b; }
.figureframe.pink .social-action-bar > a:hover,
.figureframe.pink .caption a {
  color: #ff7775; }
.figureframe.red .social-action-bar > a:hover,
.figureframe.red .caption a {
  color: #ec5a4f; }
.figureframe.dark-green .social-action-bar > a:hover,
.figureframe.dark-green .caption a {
  color: #8d875d; }
.figureframe.light-green .social-action-bar > a:hover,
.figureframe.light-green .caption a {
  color: #b4cbc0; }
.figureframe.dark-blue .social-action-bar > a:hover,
.figureframe.dark-blue .caption a {
  color: #616579; }
.figureframe.light-blue .social-action-bar > a:hover,
.figureframe.light-blue .caption a {
  color: #65a4bf; }
.figureframe.white .social-action-bar > a:hover,
.figureframe.white .caption a {
  color: #FFFFFF; }

.single .figureframe.center .figure,
.single .figureframe .figure {
  background-color: transparent; }

.figureframe {
  max-height: 540px;
  overflow: hidden;
  display: block; }
  .figureframe.slick-initialized.slick-slider.ready {
    max-height: 100%; }

.figureframe-thumbnails {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .figureframe-thumbnails.slick-initialized.slick-slider.ready {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

body #content.components_index .headline,
body #content.magazine .headline,
body #content.collection .headline,
body #content.campaign-index .headline,
body #content.campaign-article-index .headline,
body #content.campaign-article .headline,
body #content.beyond-paris-article .headline,
body #content.component-dev .headline,
body:not(.index) .headline,
body:not(.landing_index) .headline {
  text-align: center;
  -moz-transition: background, 0.55s, ease-in-out;
  -o-transition: background, 0.55s, ease-in-out;
  -webkit-transition: background, 0.55s, ease-in-out;
  transition: background, 0.55s, ease-in-out; }
  body #content.components_index .headline .title,
  body #content.magazine .headline .title,
  body #content.collection .headline .title,
  body #content.campaign-index .headline .title,
  body #content.campaign-article-index .headline .title,
  body #content.campaign-article .headline .title,
  body #content.beyond-paris-article .headline .title,
  body #content.component-dev .headline .title,
  body:not(.index) .headline .title,
  body:not(.landing_index) .headline .title {
    margin: 0;
    font-weight: 200;
    white-space: pre-line;
    color: inherit;
    text-align: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media only screen {
      body #content.components_index .headline .title,
      body #content.magazine .headline .title,
      body #content.collection .headline .title,
      body #content.campaign-index .headline .title,
      body #content.campaign-article-index .headline .title,
      body #content.campaign-article .headline .title,
      body #content.beyond-paris-article .headline .title,
      body #content.component-dev .headline .title,
      body:not(.index) .headline .title,
      body:not(.landing_index) .headline .title {
        font-size: 2rem; } }
    @media only screen and (min-width: 46.2em) {
      body #content.components_index .headline .title,
      body #content.magazine .headline .title,
      body #content.collection .headline .title,
      body #content.campaign-index .headline .title,
      body #content.campaign-article-index .headline .title,
      body #content.campaign-article .headline .title,
      body #content.beyond-paris-article .headline .title,
      body #content.component-dev .headline .title,
      body:not(.index) .headline .title,
      body:not(.landing_index) .headline .title {
        font-size: 2.875rem; } }
  body #content.components_index .headline .cta-index,
  body #content.magazine .headline .cta-index,
  body #content.collection .headline .cta-index,
  body #content.campaign-index .headline .cta-index,
  body #content.campaign-article-index .headline .cta-index,
  body #content.campaign-article .headline .cta-index,
  body #content.beyond-paris-article .headline .cta-index,
  body #content.component-dev .headline .cta-index,
  body:not(.index) .headline .cta-index,
  body:not(.landing_index) .headline .cta-index {
    margin: 1.75rem 0; }
  body #content.components_index .headline .title + .cta-index,
  body #content.magazine .headline .title + .cta-index,
  body #content.collection .headline .title + .cta-index,
  body #content.campaign-index .headline .title + .cta-index,
  body #content.campaign-article-index .headline .title + .cta-index,
  body #content.campaign-article .headline .title + .cta-index,
  body #content.beyond-paris-article .headline .title + .cta-index,
  body #content.component-dev .headline .title + .cta-index,
  body:not(.index) .headline .title + .cta-index,
  body:not(.landing_index) .headline .title + .cta-index {
    margin-top: 1.75rem;
    margin-bottom: 0; }
  body #content.components_index .headline .sub-title,
  body #content.magazine .headline .sub-title,
  body #content.collection .headline .sub-title,
  body #content.campaign-index .headline .sub-title,
  body #content.campaign-article-index .headline .sub-title,
  body #content.campaign-article .headline .sub-title,
  body #content.beyond-paris-article .headline .sub-title,
  body #content.component-dev .headline .sub-title,
  body:not(.index) .headline .sub-title,
  body:not(.landing_index) .headline .sub-title {
    margin-top: 28px;
    margin-bottom: 28px;
    color: inherit;
    text-align: inherit; }
  body #content.components_index .headline .row, body #content.components_index .headline .column,
  body #content.magazine .headline .row,
  body #content.magazine .headline .column,
  body #content.collection .headline .row,
  body #content.collection .headline .column,
  body #content.campaign-index .headline .row,
  body #content.campaign-index .headline .column,
  body #content.campaign-article-index .headline .row,
  body #content.campaign-article-index .headline .column,
  body #content.campaign-article .headline .row,
  body #content.campaign-article .headline .column,
  body #content.beyond-paris-article .headline .row,
  body #content.beyond-paris-article .headline .column,
  body #content.component-dev .headline .row,
  body #content.component-dev .headline .column,
  body:not(.index) .headline .row,
  body:not(.index) .headline .column,
  body:not(.landing_index) .headline .row,
  body:not(.landing_index) .headline .column {
    color: inherit; }
  body #content.components_index .headline div:last-of-type,
  body #content.components_index .headline .sub-title p:last-of-type,
  body #content.magazine .headline div:last-of-type,
  body #content.magazine .headline .sub-title p:last-of-type,
  body #content.collection .headline div:last-of-type,
  body #content.collection .headline .sub-title p:last-of-type,
  body #content.campaign-index .headline div:last-of-type,
  body #content.campaign-index .headline .sub-title p:last-of-type,
  body #content.campaign-article-index .headline div:last-of-type,
  body #content.campaign-article-index .headline .sub-title p:last-of-type,
  body #content.campaign-article .headline div:last-of-type,
  body #content.campaign-article .headline .sub-title p:last-of-type,
  body #content.beyond-paris-article .headline div:last-of-type,
  body #content.beyond-paris-article .headline .sub-title p:last-of-type,
  body #content.component-dev .headline div:last-of-type,
  body #content.component-dev .headline .sub-title p:last-of-type,
  body:not(.index) .headline div:last-of-type,
  body:not(.index) .headline .sub-title p:last-of-type,
  body:not(.landing_index) .headline div:last-of-type,
  body:not(.landing_index) .headline .sub-title p:last-of-type {
    margin-bottom: 0; }
body #content.components_index .headline,
body #content.magazine .headline,
body #content.collection .headline,
body #content.campaign-index .headline,
body #content.campaign-article-index .headline,
body #content.campaign-article .headline,
body #content.beyond-paris-article .headline,
body #content.component-dev .headline,
body:not(.index) .headline,
body:not(.landing_index) .headline {
  padding: 4.6875rem 0; }
  body #content.components_index .headline.small,
  body #content.magazine .headline.small,
  body #content.collection .headline.small,
  body #content.campaign-index .headline.small,
  body #content.campaign-article-index .headline.small,
  body #content.campaign-article .headline.small,
  body #content.beyond-paris-article .headline.small,
  body #content.component-dev .headline.small,
  body:not(.index) .headline.small,
  body:not(.landing_index) .headline.small {
    padding: 3.125rem 0; }
  body #content.components_index .headline.medium,
  body #content.magazine .headline.medium,
  body #content.collection .headline.medium,
  body #content.campaign-index .headline.medium,
  body #content.campaign-article-index .headline.medium,
  body #content.campaign-article .headline.medium,
  body #content.beyond-paris-article .headline.medium,
  body #content.component-dev .headline.medium,
  body:not(.index) .headline.medium,
  body:not(.landing_index) .headline.medium {
    padding: 4.6875rem 0; }
  body #content.components_index .headline.large,
  body #content.magazine .headline.large,
  body #content.collection .headline.large,
  body #content.campaign-index .headline.large,
  body #content.campaign-article-index .headline.large,
  body #content.campaign-article .headline.large,
  body #content.beyond-paris-article .headline.large,
  body #content.component-dev .headline.large,
  body:not(.index) .headline.large,
  body:not(.landing_index) .headline.large {
    padding: 9.375rem 0; }
body #content.components_index .headline.tan,
body #content.magazine .headline.tan,
body #content.collection .headline.tan,
body #content.campaign-index .headline.tan,
body #content.campaign-article-index .headline.tan,
body #content.campaign-article .headline.tan,
body #content.beyond-paris-article .headline.tan,
body #content.component-dev .headline.tan,
body:not(.index) .headline.tan,
body:not(.landing_index) .headline.tan {
  color: #cea36d; }
  body #content.components_index .headline.tan.fill,
  body #content.magazine .headline.tan.fill,
  body #content.collection .headline.tan.fill,
  body #content.campaign-index .headline.tan.fill,
  body #content.campaign-article-index .headline.tan.fill,
  body #content.campaign-article .headline.tan.fill,
  body #content.beyond-paris-article .headline.tan.fill,
  body #content.component-dev .headline.tan.fill,
  body:not(.index) .headline.tan.fill,
  body:not(.landing_index) .headline.tan.fill {
    color: #FFFFFF;
    background-color: #cea36d; }
body #content.components_index .headline.orange,
body #content.magazine .headline.orange,
body #content.collection .headline.orange,
body #content.campaign-index .headline.orange,
body #content.campaign-article-index .headline.orange,
body #content.campaign-article .headline.orange,
body #content.beyond-paris-article .headline.orange,
body #content.component-dev .headline.orange,
body:not(.index) .headline.orange,
body:not(.landing_index) .headline.orange {
  color: #fd9a2b; }
  body #content.components_index .headline.orange.fill,
  body #content.magazine .headline.orange.fill,
  body #content.collection .headline.orange.fill,
  body #content.campaign-index .headline.orange.fill,
  body #content.campaign-article-index .headline.orange.fill,
  body #content.campaign-article .headline.orange.fill,
  body #content.beyond-paris-article .headline.orange.fill,
  body #content.component-dev .headline.orange.fill,
  body:not(.index) .headline.orange.fill,
  body:not(.landing_index) .headline.orange.fill {
    color: #FFFFFF;
    background-color: #fd9a2b; }
body #content.components_index .headline.pink,
body #content.magazine .headline.pink,
body #content.collection .headline.pink,
body #content.campaign-index .headline.pink,
body #content.campaign-article-index .headline.pink,
body #content.campaign-article .headline.pink,
body #content.beyond-paris-article .headline.pink,
body #content.component-dev .headline.pink,
body:not(.index) .headline.pink,
body:not(.landing_index) .headline.pink {
  color: #ff7775; }
  body #content.components_index .headline.pink.fill,
  body #content.magazine .headline.pink.fill,
  body #content.collection .headline.pink.fill,
  body #content.campaign-index .headline.pink.fill,
  body #content.campaign-article-index .headline.pink.fill,
  body #content.campaign-article .headline.pink.fill,
  body #content.beyond-paris-article .headline.pink.fill,
  body #content.component-dev .headline.pink.fill,
  body:not(.index) .headline.pink.fill,
  body:not(.landing_index) .headline.pink.fill {
    color: #FFFFFF;
    background-color: #ff7775; }
body #content.components_index .headline.red,
body #content.magazine .headline.red,
body #content.collection .headline.red,
body #content.campaign-index .headline.red,
body #content.campaign-article-index .headline.red,
body #content.campaign-article .headline.red,
body #content.beyond-paris-article .headline.red,
body #content.component-dev .headline.red,
body:not(.index) .headline.red,
body:not(.landing_index) .headline.red {
  color: #ec5a4f; }
  body #content.components_index .headline.red.fill,
  body #content.magazine .headline.red.fill,
  body #content.collection .headline.red.fill,
  body #content.campaign-index .headline.red.fill,
  body #content.campaign-article-index .headline.red.fill,
  body #content.campaign-article .headline.red.fill,
  body #content.beyond-paris-article .headline.red.fill,
  body #content.component-dev .headline.red.fill,
  body:not(.index) .headline.red.fill,
  body:not(.landing_index) .headline.red.fill {
    color: #FFFFFF;
    background-color: #ec5a4f; }
body #content.components_index .headline.dark-green,
body #content.magazine .headline.dark-green,
body #content.collection .headline.dark-green,
body #content.campaign-index .headline.dark-green,
body #content.campaign-article-index .headline.dark-green,
body #content.campaign-article .headline.dark-green,
body #content.beyond-paris-article .headline.dark-green,
body #content.component-dev .headline.dark-green,
body:not(.index) .headline.dark-green,
body:not(.landing_index) .headline.dark-green {
  color: #8d875d; }
  body #content.components_index .headline.dark-green.fill,
  body #content.magazine .headline.dark-green.fill,
  body #content.collection .headline.dark-green.fill,
  body #content.campaign-index .headline.dark-green.fill,
  body #content.campaign-article-index .headline.dark-green.fill,
  body #content.campaign-article .headline.dark-green.fill,
  body #content.beyond-paris-article .headline.dark-green.fill,
  body #content.component-dev .headline.dark-green.fill,
  body:not(.index) .headline.dark-green.fill,
  body:not(.landing_index) .headline.dark-green.fill {
    color: #FFFFFF;
    background-color: #8d875d; }
body #content.components_index .headline.light-green,
body #content.magazine .headline.light-green,
body #content.collection .headline.light-green,
body #content.campaign-index .headline.light-green,
body #content.campaign-article-index .headline.light-green,
body #content.campaign-article .headline.light-green,
body #content.beyond-paris-article .headline.light-green,
body #content.component-dev .headline.light-green,
body:not(.index) .headline.light-green,
body:not(.landing_index) .headline.light-green {
  color: #b4cbc0; }
  body #content.components_index .headline.light-green.fill,
  body #content.magazine .headline.light-green.fill,
  body #content.collection .headline.light-green.fill,
  body #content.campaign-index .headline.light-green.fill,
  body #content.campaign-article-index .headline.light-green.fill,
  body #content.campaign-article .headline.light-green.fill,
  body #content.beyond-paris-article .headline.light-green.fill,
  body #content.component-dev .headline.light-green.fill,
  body:not(.index) .headline.light-green.fill,
  body:not(.landing_index) .headline.light-green.fill {
    color: #FFFFFF;
    background-color: #b4cbc0; }
body #content.components_index .headline.dark-blue,
body #content.magazine .headline.dark-blue,
body #content.collection .headline.dark-blue,
body #content.campaign-index .headline.dark-blue,
body #content.campaign-article-index .headline.dark-blue,
body #content.campaign-article .headline.dark-blue,
body #content.beyond-paris-article .headline.dark-blue,
body #content.component-dev .headline.dark-blue,
body:not(.index) .headline.dark-blue,
body:not(.landing_index) .headline.dark-blue {
  color: #616579; }
  body #content.components_index .headline.dark-blue.fill,
  body #content.magazine .headline.dark-blue.fill,
  body #content.collection .headline.dark-blue.fill,
  body #content.campaign-index .headline.dark-blue.fill,
  body #content.campaign-article-index .headline.dark-blue.fill,
  body #content.campaign-article .headline.dark-blue.fill,
  body #content.beyond-paris-article .headline.dark-blue.fill,
  body #content.component-dev .headline.dark-blue.fill,
  body:not(.index) .headline.dark-blue.fill,
  body:not(.landing_index) .headline.dark-blue.fill {
    color: #FFFFFF;
    background-color: #616579; }
body #content.components_index .headline.light-blue,
body #content.magazine .headline.light-blue,
body #content.collection .headline.light-blue,
body #content.campaign-index .headline.light-blue,
body #content.campaign-article-index .headline.light-blue,
body #content.campaign-article .headline.light-blue,
body #content.beyond-paris-article .headline.light-blue,
body #content.component-dev .headline.light-blue,
body:not(.index) .headline.light-blue,
body:not(.landing_index) .headline.light-blue {
  color: #65a4bf; }
  body #content.components_index .headline.light-blue.fill,
  body #content.magazine .headline.light-blue.fill,
  body #content.collection .headline.light-blue.fill,
  body #content.campaign-index .headline.light-blue.fill,
  body #content.campaign-article-index .headline.light-blue.fill,
  body #content.campaign-article .headline.light-blue.fill,
  body #content.beyond-paris-article .headline.light-blue.fill,
  body #content.component-dev .headline.light-blue.fill,
  body:not(.index) .headline.light-blue.fill,
  body:not(.landing_index) .headline.light-blue.fill {
    color: #FFFFFF;
    background-color: #65a4bf; }
body #content.components_index .headline.white,
body #content.magazine .headline.white,
body #content.collection .headline.white,
body #content.campaign-index .headline.white,
body #content.campaign-article-index .headline.white,
body #content.campaign-article .headline.white,
body #content.beyond-paris-article .headline.white,
body #content.component-dev .headline.white,
body:not(.index) .headline.white,
body:not(.landing_index) .headline.white {
  color: #FFFFFF; }
  body #content.components_index .headline.white.fill,
  body #content.magazine .headline.white.fill,
  body #content.collection .headline.white.fill,
  body #content.campaign-index .headline.white.fill,
  body #content.campaign-article-index .headline.white.fill,
  body #content.campaign-article .headline.white.fill,
  body #content.beyond-paris-article .headline.white.fill,
  body #content.component-dev .headline.white.fill,
  body:not(.index) .headline.white.fill,
  body:not(.landing_index) .headline.white.fill {
    color: #FFFFFF;
    background-color: #FFFFFF; }
body #content.components_index .headline.background.contrast .title, body #content.components_index .headline.background.contrast .sub-title,
body #content.magazine .headline.background.contrast .title,
body #content.magazine .headline.background.contrast .sub-title,
body #content.collection .headline.background.contrast .title,
body #content.collection .headline.background.contrast .sub-title,
body #content.campaign-index .headline.background.contrast .title,
body #content.campaign-index .headline.background.contrast .sub-title,
body #content.campaign-article-index .headline.background.contrast .title,
body #content.campaign-article-index .headline.background.contrast .sub-title,
body #content.campaign-article .headline.background.contrast .title,
body #content.campaign-article .headline.background.contrast .sub-title,
body #content.beyond-paris-article .headline.background.contrast .title,
body #content.beyond-paris-article .headline.background.contrast .sub-title,
body #content.component-dev .headline.background.contrast .title,
body #content.component-dev .headline.background.contrast .sub-title,
body:not(.index) .headline.background.contrast .title,
body:not(.index) .headline.background.contrast .sub-title,
body:not(.landing_index) .headline.background.contrast .title,
body:not(.landing_index) .headline.background.contrast .sub-title {
  color: #FFFFFF; }
body #content.components_index .headline.background.contrast.video > .row,
body #content.magazine .headline.background.contrast.video > .row,
body #content.collection .headline.background.contrast.video > .row,
body #content.campaign-index .headline.background.contrast.video > .row,
body #content.campaign-article-index .headline.background.contrast.video > .row,
body #content.campaign-article .headline.background.contrast.video > .row,
body #content.beyond-paris-article .headline.background.contrast.video > .row,
body #content.component-dev .headline.background.contrast.video > .row,
body:not(.index) .headline.background.contrast.video > .row,
body:not(.landing_index) .headline.background.contrast.video > .row {
  z-index: 2; }
body #content.components_index .headline.background.contrast:after,
body #content.magazine .headline.background.contrast:after,
body #content.collection .headline.background.contrast:after,
body #content.campaign-index .headline.background.contrast:after,
body #content.campaign-article-index .headline.background.contrast:after,
body #content.campaign-article .headline.background.contrast:after,
body #content.beyond-paris-article .headline.background.contrast:after,
body #content.component-dev .headline.background.contrast:after,
body:not(.index) .headline.background.contrast:after,
body:not(.landing_index) .headline.background.contrast:after {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 150%);
  z-index: 1; }
body #content.components_index .headline.background,
body #content.magazine .headline.background,
body #content.collection .headline.background,
body #content.campaign-index .headline.background,
body #content.campaign-article-index .headline.background,
body #content.campaign-article .headline.background,
body #content.beyond-paris-article .headline.background,
body #content.component-dev .headline.background,
body:not(.index) .headline.background,
body:not(.landing_index) .headline.background {
  background-color: #444;
  background-position: center center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover; }
  body #content.components_index .headline.background .title, body #content.components_index .headline.background .sub-title, body #content.components_index .headline.background .cta-index,
  body #content.magazine .headline.background .title,
  body #content.magazine .headline.background .sub-title,
  body #content.magazine .headline.background .cta-index,
  body #content.collection .headline.background .title,
  body #content.collection .headline.background .sub-title,
  body #content.collection .headline.background .cta-index,
  body #content.campaign-index .headline.background .title,
  body #content.campaign-index .headline.background .sub-title,
  body #content.campaign-index .headline.background .cta-index,
  body #content.campaign-article-index .headline.background .title,
  body #content.campaign-article-index .headline.background .sub-title,
  body #content.campaign-article-index .headline.background .cta-index,
  body #content.campaign-article .headline.background .title,
  body #content.campaign-article .headline.background .sub-title,
  body #content.campaign-article .headline.background .cta-index,
  body #content.beyond-paris-article .headline.background .title,
  body #content.beyond-paris-article .headline.background .sub-title,
  body #content.beyond-paris-article .headline.background .cta-index,
  body #content.component-dev .headline.background .title,
  body #content.component-dev .headline.background .sub-title,
  body #content.component-dev .headline.background .cta-index,
  body:not(.index) .headline.background .title,
  body:not(.index) .headline.background .sub-title,
  body:not(.index) .headline.background .cta-index,
  body:not(.landing_index) .headline.background .title,
  body:not(.landing_index) .headline.background .sub-title,
  body:not(.landing_index) .headline.background .cta-index {
    position: relative;
    z-index: 2; }
  body #content.components_index .headline.background.tan,
  body #content.magazine .headline.background.tan,
  body #content.collection .headline.background.tan,
  body #content.campaign-index .headline.background.tan,
  body #content.campaign-article-index .headline.background.tan,
  body #content.campaign-article .headline.background.tan,
  body #content.beyond-paris-article .headline.background.tan,
  body #content.component-dev .headline.background.tan,
  body:not(.index) .headline.background.tan,
  body:not(.landing_index) .headline.background.tan {
    position: relative; }
    body #content.components_index .headline.background.tan .title, body #content.components_index .headline.background.tan .sub-title,
    body #content.magazine .headline.background.tan .title,
    body #content.magazine .headline.background.tan .sub-title,
    body #content.collection .headline.background.tan .title,
    body #content.collection .headline.background.tan .sub-title,
    body #content.campaign-index .headline.background.tan .title,
    body #content.campaign-index .headline.background.tan .sub-title,
    body #content.campaign-article-index .headline.background.tan .title,
    body #content.campaign-article-index .headline.background.tan .sub-title,
    body #content.campaign-article .headline.background.tan .title,
    body #content.campaign-article .headline.background.tan .sub-title,
    body #content.beyond-paris-article .headline.background.tan .title,
    body #content.beyond-paris-article .headline.background.tan .sub-title,
    body #content.component-dev .headline.background.tan .title,
    body #content.component-dev .headline.background.tan .sub-title,
    body:not(.index) .headline.background.tan .title,
    body:not(.index) .headline.background.tan .sub-title,
    body:not(.landing_index) .headline.background.tan .title,
    body:not(.landing_index) .headline.background.tan .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.tan:after,
    body #content.magazine .headline.background.tan:after,
    body #content.collection .headline.background.tan:after,
    body #content.campaign-index .headline.background.tan:after,
    body #content.campaign-article-index .headline.background.tan:after,
    body #content.campaign-article .headline.background.tan:after,
    body #content.beyond-paris-article .headline.background.tan:after,
    body #content.component-dev .headline.background.tan:after,
    body:not(.index) .headline.background.tan:after,
    body:not(.landing_index) .headline.background.tan:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(206, 163, 109, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.orange,
  body #content.magazine .headline.background.orange,
  body #content.collection .headline.background.orange,
  body #content.campaign-index .headline.background.orange,
  body #content.campaign-article-index .headline.background.orange,
  body #content.campaign-article .headline.background.orange,
  body #content.beyond-paris-article .headline.background.orange,
  body #content.component-dev .headline.background.orange,
  body:not(.index) .headline.background.orange,
  body:not(.landing_index) .headline.background.orange {
    position: relative; }
    body #content.components_index .headline.background.orange .title, body #content.components_index .headline.background.orange .sub-title,
    body #content.magazine .headline.background.orange .title,
    body #content.magazine .headline.background.orange .sub-title,
    body #content.collection .headline.background.orange .title,
    body #content.collection .headline.background.orange .sub-title,
    body #content.campaign-index .headline.background.orange .title,
    body #content.campaign-index .headline.background.orange .sub-title,
    body #content.campaign-article-index .headline.background.orange .title,
    body #content.campaign-article-index .headline.background.orange .sub-title,
    body #content.campaign-article .headline.background.orange .title,
    body #content.campaign-article .headline.background.orange .sub-title,
    body #content.beyond-paris-article .headline.background.orange .title,
    body #content.beyond-paris-article .headline.background.orange .sub-title,
    body #content.component-dev .headline.background.orange .title,
    body #content.component-dev .headline.background.orange .sub-title,
    body:not(.index) .headline.background.orange .title,
    body:not(.index) .headline.background.orange .sub-title,
    body:not(.landing_index) .headline.background.orange .title,
    body:not(.landing_index) .headline.background.orange .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.orange:after,
    body #content.magazine .headline.background.orange:after,
    body #content.collection .headline.background.orange:after,
    body #content.campaign-index .headline.background.orange:after,
    body #content.campaign-article-index .headline.background.orange:after,
    body #content.campaign-article .headline.background.orange:after,
    body #content.beyond-paris-article .headline.background.orange:after,
    body #content.component-dev .headline.background.orange:after,
    body:not(.index) .headline.background.orange:after,
    body:not(.landing_index) .headline.background.orange:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(253, 154, 43, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.pink,
  body #content.magazine .headline.background.pink,
  body #content.collection .headline.background.pink,
  body #content.campaign-index .headline.background.pink,
  body #content.campaign-article-index .headline.background.pink,
  body #content.campaign-article .headline.background.pink,
  body #content.beyond-paris-article .headline.background.pink,
  body #content.component-dev .headline.background.pink,
  body:not(.index) .headline.background.pink,
  body:not(.landing_index) .headline.background.pink {
    position: relative; }
    body #content.components_index .headline.background.pink .title, body #content.components_index .headline.background.pink .sub-title,
    body #content.magazine .headline.background.pink .title,
    body #content.magazine .headline.background.pink .sub-title,
    body #content.collection .headline.background.pink .title,
    body #content.collection .headline.background.pink .sub-title,
    body #content.campaign-index .headline.background.pink .title,
    body #content.campaign-index .headline.background.pink .sub-title,
    body #content.campaign-article-index .headline.background.pink .title,
    body #content.campaign-article-index .headline.background.pink .sub-title,
    body #content.campaign-article .headline.background.pink .title,
    body #content.campaign-article .headline.background.pink .sub-title,
    body #content.beyond-paris-article .headline.background.pink .title,
    body #content.beyond-paris-article .headline.background.pink .sub-title,
    body #content.component-dev .headline.background.pink .title,
    body #content.component-dev .headline.background.pink .sub-title,
    body:not(.index) .headline.background.pink .title,
    body:not(.index) .headline.background.pink .sub-title,
    body:not(.landing_index) .headline.background.pink .title,
    body:not(.landing_index) .headline.background.pink .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.pink:after,
    body #content.magazine .headline.background.pink:after,
    body #content.collection .headline.background.pink:after,
    body #content.campaign-index .headline.background.pink:after,
    body #content.campaign-article-index .headline.background.pink:after,
    body #content.campaign-article .headline.background.pink:after,
    body #content.beyond-paris-article .headline.background.pink:after,
    body #content.component-dev .headline.background.pink:after,
    body:not(.index) .headline.background.pink:after,
    body:not(.landing_index) .headline.background.pink:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 119, 117, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.red,
  body #content.magazine .headline.background.red,
  body #content.collection .headline.background.red,
  body #content.campaign-index .headline.background.red,
  body #content.campaign-article-index .headline.background.red,
  body #content.campaign-article .headline.background.red,
  body #content.beyond-paris-article .headline.background.red,
  body #content.component-dev .headline.background.red,
  body:not(.index) .headline.background.red,
  body:not(.landing_index) .headline.background.red {
    position: relative; }
    body #content.components_index .headline.background.red .title, body #content.components_index .headline.background.red .sub-title,
    body #content.magazine .headline.background.red .title,
    body #content.magazine .headline.background.red .sub-title,
    body #content.collection .headline.background.red .title,
    body #content.collection .headline.background.red .sub-title,
    body #content.campaign-index .headline.background.red .title,
    body #content.campaign-index .headline.background.red .sub-title,
    body #content.campaign-article-index .headline.background.red .title,
    body #content.campaign-article-index .headline.background.red .sub-title,
    body #content.campaign-article .headline.background.red .title,
    body #content.campaign-article .headline.background.red .sub-title,
    body #content.beyond-paris-article .headline.background.red .title,
    body #content.beyond-paris-article .headline.background.red .sub-title,
    body #content.component-dev .headline.background.red .title,
    body #content.component-dev .headline.background.red .sub-title,
    body:not(.index) .headline.background.red .title,
    body:not(.index) .headline.background.red .sub-title,
    body:not(.landing_index) .headline.background.red .title,
    body:not(.landing_index) .headline.background.red .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.red:after,
    body #content.magazine .headline.background.red:after,
    body #content.collection .headline.background.red:after,
    body #content.campaign-index .headline.background.red:after,
    body #content.campaign-article-index .headline.background.red:after,
    body #content.campaign-article .headline.background.red:after,
    body #content.beyond-paris-article .headline.background.red:after,
    body #content.component-dev .headline.background.red:after,
    body:not(.index) .headline.background.red:after,
    body:not(.landing_index) .headline.background.red:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(236, 90, 79, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.dark-green,
  body #content.magazine .headline.background.dark-green,
  body #content.collection .headline.background.dark-green,
  body #content.campaign-index .headline.background.dark-green,
  body #content.campaign-article-index .headline.background.dark-green,
  body #content.campaign-article .headline.background.dark-green,
  body #content.beyond-paris-article .headline.background.dark-green,
  body #content.component-dev .headline.background.dark-green,
  body:not(.index) .headline.background.dark-green,
  body:not(.landing_index) .headline.background.dark-green {
    position: relative; }
    body #content.components_index .headline.background.dark-green .title, body #content.components_index .headline.background.dark-green .sub-title,
    body #content.magazine .headline.background.dark-green .title,
    body #content.magazine .headline.background.dark-green .sub-title,
    body #content.collection .headline.background.dark-green .title,
    body #content.collection .headline.background.dark-green .sub-title,
    body #content.campaign-index .headline.background.dark-green .title,
    body #content.campaign-index .headline.background.dark-green .sub-title,
    body #content.campaign-article-index .headline.background.dark-green .title,
    body #content.campaign-article-index .headline.background.dark-green .sub-title,
    body #content.campaign-article .headline.background.dark-green .title,
    body #content.campaign-article .headline.background.dark-green .sub-title,
    body #content.beyond-paris-article .headline.background.dark-green .title,
    body #content.beyond-paris-article .headline.background.dark-green .sub-title,
    body #content.component-dev .headline.background.dark-green .title,
    body #content.component-dev .headline.background.dark-green .sub-title,
    body:not(.index) .headline.background.dark-green .title,
    body:not(.index) .headline.background.dark-green .sub-title,
    body:not(.landing_index) .headline.background.dark-green .title,
    body:not(.landing_index) .headline.background.dark-green .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.dark-green:after,
    body #content.magazine .headline.background.dark-green:after,
    body #content.collection .headline.background.dark-green:after,
    body #content.campaign-index .headline.background.dark-green:after,
    body #content.campaign-article-index .headline.background.dark-green:after,
    body #content.campaign-article .headline.background.dark-green:after,
    body #content.beyond-paris-article .headline.background.dark-green:after,
    body #content.component-dev .headline.background.dark-green:after,
    body:not(.index) .headline.background.dark-green:after,
    body:not(.landing_index) .headline.background.dark-green:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(141, 135, 93, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.light-green,
  body #content.magazine .headline.background.light-green,
  body #content.collection .headline.background.light-green,
  body #content.campaign-index .headline.background.light-green,
  body #content.campaign-article-index .headline.background.light-green,
  body #content.campaign-article .headline.background.light-green,
  body #content.beyond-paris-article .headline.background.light-green,
  body #content.component-dev .headline.background.light-green,
  body:not(.index) .headline.background.light-green,
  body:not(.landing_index) .headline.background.light-green {
    position: relative; }
    body #content.components_index .headline.background.light-green .title, body #content.components_index .headline.background.light-green .sub-title,
    body #content.magazine .headline.background.light-green .title,
    body #content.magazine .headline.background.light-green .sub-title,
    body #content.collection .headline.background.light-green .title,
    body #content.collection .headline.background.light-green .sub-title,
    body #content.campaign-index .headline.background.light-green .title,
    body #content.campaign-index .headline.background.light-green .sub-title,
    body #content.campaign-article-index .headline.background.light-green .title,
    body #content.campaign-article-index .headline.background.light-green .sub-title,
    body #content.campaign-article .headline.background.light-green .title,
    body #content.campaign-article .headline.background.light-green .sub-title,
    body #content.beyond-paris-article .headline.background.light-green .title,
    body #content.beyond-paris-article .headline.background.light-green .sub-title,
    body #content.component-dev .headline.background.light-green .title,
    body #content.component-dev .headline.background.light-green .sub-title,
    body:not(.index) .headline.background.light-green .title,
    body:not(.index) .headline.background.light-green .sub-title,
    body:not(.landing_index) .headline.background.light-green .title,
    body:not(.landing_index) .headline.background.light-green .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.light-green:after,
    body #content.magazine .headline.background.light-green:after,
    body #content.collection .headline.background.light-green:after,
    body #content.campaign-index .headline.background.light-green:after,
    body #content.campaign-article-index .headline.background.light-green:after,
    body #content.campaign-article .headline.background.light-green:after,
    body #content.beyond-paris-article .headline.background.light-green:after,
    body #content.component-dev .headline.background.light-green:after,
    body:not(.index) .headline.background.light-green:after,
    body:not(.landing_index) .headline.background.light-green:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(180, 203, 192, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.dark-blue,
  body #content.magazine .headline.background.dark-blue,
  body #content.collection .headline.background.dark-blue,
  body #content.campaign-index .headline.background.dark-blue,
  body #content.campaign-article-index .headline.background.dark-blue,
  body #content.campaign-article .headline.background.dark-blue,
  body #content.beyond-paris-article .headline.background.dark-blue,
  body #content.component-dev .headline.background.dark-blue,
  body:not(.index) .headline.background.dark-blue,
  body:not(.landing_index) .headline.background.dark-blue {
    position: relative; }
    body #content.components_index .headline.background.dark-blue .title, body #content.components_index .headline.background.dark-blue .sub-title,
    body #content.magazine .headline.background.dark-blue .title,
    body #content.magazine .headline.background.dark-blue .sub-title,
    body #content.collection .headline.background.dark-blue .title,
    body #content.collection .headline.background.dark-blue .sub-title,
    body #content.campaign-index .headline.background.dark-blue .title,
    body #content.campaign-index .headline.background.dark-blue .sub-title,
    body #content.campaign-article-index .headline.background.dark-blue .title,
    body #content.campaign-article-index .headline.background.dark-blue .sub-title,
    body #content.campaign-article .headline.background.dark-blue .title,
    body #content.campaign-article .headline.background.dark-blue .sub-title,
    body #content.beyond-paris-article .headline.background.dark-blue .title,
    body #content.beyond-paris-article .headline.background.dark-blue .sub-title,
    body #content.component-dev .headline.background.dark-blue .title,
    body #content.component-dev .headline.background.dark-blue .sub-title,
    body:not(.index) .headline.background.dark-blue .title,
    body:not(.index) .headline.background.dark-blue .sub-title,
    body:not(.landing_index) .headline.background.dark-blue .title,
    body:not(.landing_index) .headline.background.dark-blue .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.dark-blue:after,
    body #content.magazine .headline.background.dark-blue:after,
    body #content.collection .headline.background.dark-blue:after,
    body #content.campaign-index .headline.background.dark-blue:after,
    body #content.campaign-article-index .headline.background.dark-blue:after,
    body #content.campaign-article .headline.background.dark-blue:after,
    body #content.beyond-paris-article .headline.background.dark-blue:after,
    body #content.component-dev .headline.background.dark-blue:after,
    body:not(.index) .headline.background.dark-blue:after,
    body:not(.landing_index) .headline.background.dark-blue:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(97, 101, 121, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.light-blue,
  body #content.magazine .headline.background.light-blue,
  body #content.collection .headline.background.light-blue,
  body #content.campaign-index .headline.background.light-blue,
  body #content.campaign-article-index .headline.background.light-blue,
  body #content.campaign-article .headline.background.light-blue,
  body #content.beyond-paris-article .headline.background.light-blue,
  body #content.component-dev .headline.background.light-blue,
  body:not(.index) .headline.background.light-blue,
  body:not(.landing_index) .headline.background.light-blue {
    position: relative; }
    body #content.components_index .headline.background.light-blue .title, body #content.components_index .headline.background.light-blue .sub-title,
    body #content.magazine .headline.background.light-blue .title,
    body #content.magazine .headline.background.light-blue .sub-title,
    body #content.collection .headline.background.light-blue .title,
    body #content.collection .headline.background.light-blue .sub-title,
    body #content.campaign-index .headline.background.light-blue .title,
    body #content.campaign-index .headline.background.light-blue .sub-title,
    body #content.campaign-article-index .headline.background.light-blue .title,
    body #content.campaign-article-index .headline.background.light-blue .sub-title,
    body #content.campaign-article .headline.background.light-blue .title,
    body #content.campaign-article .headline.background.light-blue .sub-title,
    body #content.beyond-paris-article .headline.background.light-blue .title,
    body #content.beyond-paris-article .headline.background.light-blue .sub-title,
    body #content.component-dev .headline.background.light-blue .title,
    body #content.component-dev .headline.background.light-blue .sub-title,
    body:not(.index) .headline.background.light-blue .title,
    body:not(.index) .headline.background.light-blue .sub-title,
    body:not(.landing_index) .headline.background.light-blue .title,
    body:not(.landing_index) .headline.background.light-blue .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.light-blue:after,
    body #content.magazine .headline.background.light-blue:after,
    body #content.collection .headline.background.light-blue:after,
    body #content.campaign-index .headline.background.light-blue:after,
    body #content.campaign-article-index .headline.background.light-blue:after,
    body #content.campaign-article .headline.background.light-blue:after,
    body #content.beyond-paris-article .headline.background.light-blue:after,
    body #content.component-dev .headline.background.light-blue:after,
    body:not(.index) .headline.background.light-blue:after,
    body:not(.landing_index) .headline.background.light-blue:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(101, 164, 191, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.black,
  body #content.magazine .headline.background.black,
  body #content.collection .headline.background.black,
  body #content.campaign-index .headline.background.black,
  body #content.campaign-article-index .headline.background.black,
  body #content.campaign-article .headline.background.black,
  body #content.beyond-paris-article .headline.background.black,
  body #content.component-dev .headline.background.black,
  body:not(.index) .headline.background.black,
  body:not(.landing_index) .headline.background.black {
    position: relative; }
    body #content.components_index .headline.background.black .title, body #content.components_index .headline.background.black .sub-title,
    body #content.magazine .headline.background.black .title,
    body #content.magazine .headline.background.black .sub-title,
    body #content.collection .headline.background.black .title,
    body #content.collection .headline.background.black .sub-title,
    body #content.campaign-index .headline.background.black .title,
    body #content.campaign-index .headline.background.black .sub-title,
    body #content.campaign-article-index .headline.background.black .title,
    body #content.campaign-article-index .headline.background.black .sub-title,
    body #content.campaign-article .headline.background.black .title,
    body #content.campaign-article .headline.background.black .sub-title,
    body #content.beyond-paris-article .headline.background.black .title,
    body #content.beyond-paris-article .headline.background.black .sub-title,
    body #content.component-dev .headline.background.black .title,
    body #content.component-dev .headline.background.black .sub-title,
    body:not(.index) .headline.background.black .title,
    body:not(.index) .headline.background.black .sub-title,
    body:not(.landing_index) .headline.background.black .title,
    body:not(.landing_index) .headline.background.black .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.black:after,
    body #content.magazine .headline.background.black:after,
    body #content.collection .headline.background.black:after,
    body #content.campaign-index .headline.background.black:after,
    body #content.campaign-article-index .headline.background.black:after,
    body #content.campaign-article .headline.background.black:after,
    body #content.beyond-paris-article .headline.background.black:after,
    body #content.component-dev .headline.background.black:after,
    body:not(.index) .headline.background.black:after,
    body:not(.landing_index) .headline.background.black:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.65);
      z-index: 1; }
body #content.components_index .headline.hang-low,
body #content.magazine .headline.hang-low,
body #content.collection .headline.hang-low,
body #content.campaign-index .headline.hang-low,
body #content.campaign-article-index .headline.hang-low,
body #content.campaign-article .headline.hang-low,
body #content.beyond-paris-article .headline.hang-low,
body #content.component-dev .headline.hang-low,
body:not(.index) .headline.hang-low,
body:not(.landing_index) .headline.hang-low {
  padding-bottom: 0.625rem; }
body #content.components_index .headline.hang-high,
body #content.magazine .headline.hang-high,
body #content.collection .headline.hang-high,
body #content.campaign-index .headline.hang-high,
body #content.campaign-article-index .headline.hang-high,
body #content.campaign-article .headline.hang-high,
body #content.beyond-paris-article .headline.hang-high,
body #content.component-dev .headline.hang-high,
body:not(.index) .headline.hang-high,
body:not(.landing_index) .headline.hang-high {
  padding-top: 0.625rem; }
body #content.components_index .headline.background,
body #content.magazine .headline.background,
body #content.collection .headline.background,
body #content.campaign-index .headline.background,
body #content.campaign-article-index .headline.background,
body #content.campaign-article .headline.background,
body #content.beyond-paris-article .headline.background,
body #content.component-dev .headline.background,
body:not(.index) .headline.background,
body:not(.landing_index) .headline.background {
  position: relative; }
body #content.components_index .headline-video,
body #content.magazine .headline-video,
body #content.collection .headline-video,
body #content.campaign-index .headline-video,
body #content.campaign-article-index .headline-video,
body #content.campaign-article .headline-video,
body #content.beyond-paris-article .headline-video,
body #content.component-dev .headline-video,
body:not(.index) .headline-video,
body:not(.landing_index) .headline-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45); }
  body #content.components_index .headline-video .component-video,
  body #content.magazine .headline-video .component-video,
  body #content.collection .headline-video .component-video,
  body #content.campaign-index .headline-video .component-video,
  body #content.campaign-article-index .headline-video .component-video,
  body #content.campaign-article .headline-video .component-video,
  body #content.beyond-paris-article .headline-video .component-video,
  body #content.component-dev .headline-video .component-video,
  body:not(.index) .headline-video .component-video,
  body:not(.landing_index) .headline-video .component-video {
    padding: 0; }
body #content.components_index .headline .cta-form .title,
body #content.magazine .headline .cta-form .title,
body #content.collection .headline .cta-form .title,
body #content.campaign-index .headline .cta-form .title,
body #content.campaign-article-index .headline .cta-form .title,
body #content.campaign-article .headline .cta-form .title,
body #content.beyond-paris-article .headline .cta-form .title,
body #content.component-dev .headline .cta-form .title,
body:not(.index) .headline .cta-form .title,
body:not(.landing_index) .headline .cta-form .title {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 100%;
  color: #616579; }

.headline.loading {
  -webkit-filter: saturate(0%);
  filter: saturate(0%); }

/*
.headline {
  -webkit-filter: saturate(100%);
  filter: saturate(100%); }
*/

.headline.video {
  position: relative; }
  .headline.video > .row {
    -moz-transition: opactiy, 0.55s, ease-in-out;
    -o-transition: opactiy, 0.55s, ease-in-out;
    -webkit-transition: opactiy, 0.55s, ease-in-out;
    transition: opactiy, 0.55s, ease-in-out;
    position: relative;
    z-index: 1; }

.headline.video .headline-video {
  z-index: -1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .headline.video .headline-video .close {
    position: absolute;
    top: 8px;
    right: -27px;
    color: #fff;
    font-size: 35px;
    font-weight: 100; }
  .headline.video .headline-video .row {
    position: absolute;
    width: 100%;
    top: 50%;
    right: 0;
    left: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

#video-underlay {
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  display: none;
  z-index: -1; }

body.video-active .header {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3); }
body.video-active .headline.video {
  z-index: 3; }
body.video-active .headline.video > .row {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
body.video-active #video-underlay {
  display: block;
  z-index: 2; }
body.video-active .headline.video .headline-video {
  z-index: 3;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }

.trigger-headline-share {
  position: relative;
  overflow: hidden; }
  .trigger-headline-share.active.button {
    border-color: transparent !important; }
  .trigger-headline-share.active .icon-container {
    top: 0; }
  .trigger-headline-share .icon {
    width: 25%;
    text-align: center;
    padding: 0;
    display: inline-block;
    font-size: inherit;
    cursor: pointer; }
    .trigger-headline-share .icon:hover {
      color: #000; }
  .trigger-headline-share .icon-container {
    position: absolute;
    top: 45px;
    width: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    background-color: #fff;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    color: #777;
    -moz-transition: all, 0.35s, ease-in-out;
    -o-transition: all, 0.35s, ease-in-out;
    -webkit-transition: all, 0.35s, ease-in-out;
    transition: all, 0.35s, ease-in-out; }

.headline-split {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .headline-split .title {
    margin-top: 0;
    color: inherit;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600; }
  .headline-split .summary {
    font-size: 1.5625rem; }
  .headline-split .copy {
    padding: 2.625rem; }
  .headline-split .copy,
  .headline-split .copy p {
    font-size: inherit;
    color: inherit; }
  .headline-split .copy p {
    line-height: 130%;
    font-weight: 600; }
  .headline-split .figure {
    background: #ccc; }
  .headline-split .figure img {
    width: 100%;
    height: auto;
    display: block; }
  .headline-split .column:first-of-type {
    padding-right: 0; }
  .headline-split .column:last-of-type {
    padding-left: 0; }

.headline-split {
  color: #444;
  background-color: transparent; }
  .headline-split column:first-of-type {
    background-color: transparent; }
  .headline-split.tan .title {
    color: #444; }
  .headline-split.tan .summary {
    color: #cea36d; }
  .headline-split.tan.fill .title {
    color: #FFFFFF; }
  .headline-split.tan.fill .summary {
    color: #e6cfb3; }
  .headline-split.tan.fill .copy:first-of-type {
    background-color: #cea36d; }
  .headline-split.orange .title {
    color: #444; }
  .headline-split.orange .summary {
    color: #fd9a2b; }
  .headline-split.orange.fill .title {
    color: #FFFFFF; }
  .headline-split.orange.fill .summary {
    color: #feca91; }
  .headline-split.orange.fill .copy:first-of-type {
    background-color: #fd9a2b; }
  .headline-split.pink .title {
    color: #444; }
  .headline-split.pink .summary {
    color: #ff7775; }
  .headline-split.pink.fill .title {
    color: #FFFFFF; }
  .headline-split.pink.fill .summary {
    color: #ffb8b7; }
  .headline-split.pink.fill .copy:first-of-type {
    background-color: #ff7775; }
  .headline-split.red .title {
    color: #444; }
  .headline-split.red .summary {
    color: #ec5a4f; }
  .headline-split.red.fill .title {
    color: #FFFFFF; }
  .headline-split.red.fill .summary {
    color: #f5a9a3; }
  .headline-split.red.fill .copy:first-of-type {
    background-color: #ec5a4f; }
  .headline-split.dark-green .title {
    color: #444; }
  .headline-split.dark-green .summary {
    color: #8d875d; }
  .headline-split.dark-green.fill .title {
    color: #FFFFFF; }
  .headline-split.dark-green.fill .summary {
    color: #c6c2a9; }
  .headline-split.dark-green.fill .copy:first-of-type {
    background-color: #8d875d; }
  .headline-split.light-green .title {
    color: #444; }
  .headline-split.light-green .summary {
    color: #b4cbc0; }
  .headline-split.light-green.fill .title {
    color: #FFFFFF; }
  .headline-split.light-green.fill .summary {
    color: #d8e4de; }
  .headline-split.light-green.fill .copy:first-of-type {
    background-color: #b4cbc0; }
  .headline-split.dark-blue .title {
    color: #444; }
  .headline-split.dark-blue .summary {
    color: #616579; }
  .headline-split.dark-blue.fill .title {
    color: #FFFFFF; }
  .headline-split.dark-blue.fill .summary {
    color: #abaebb; }
  .headline-split.dark-blue.fill .copy:first-of-type {
    background-color: #616579; }
  .headline-split.light-blue .title {
    color: #444; }
  .headline-split.light-blue .summary {
    color: #65a4bf; }
  .headline-split.light-blue.fill .title {
    color: #FFFFFF; }
  .headline-split.light-blue.fill .summary {
    color: #afd0de; }
  .headline-split.light-blue.fill .copy:first-of-type {
    background-color: #65a4bf; }

.article {
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .article .article-header {
    margin: 2.8125rem 0 2.5rem;
    *zoom: 1; }
    .article .article-header:after {
      content: "";
      display: table;
      clear: both; }
    .article .article-header .title {
      margin: 0;
      font-weight: bold;
      font-size: 2.3125rem;
      color: #666; }
    .article .article-header .sub-title {
      font-size: 1.4375rem; }
    .article .article-header .meta-article {
      margin-top: 1.25rem; }
      .article .article-header .meta-article .published, .article .article-header .meta-article .read {
        line-height: 100%;
        color: #666; }
    .article .article-header .author a {
      color: #ff7775; }
    @media only screen and (min-width: 64.063em) {
      .article .article-header .meta-article {
        float: right; } }
  .article img {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .article blockquote {
    margin: 3.125rem 0; }
  .article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 0.3125rem;
    font-weight: bold;
    color: #666;
    font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .article ul {
    list-style-type: disc; }
  .article ol {
    list-style-type: decimal; }
  .article .figureframe.center {
    margin-top: 2.8125rem; }
  .article .figureframe-thumbnails {
    margin-bottom: 2.8125rem; }

.article p,
.article ul,
.article ol {
  font-size: 1.125rem;
  color: #666;
  font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif; }

.article a {
  color: #65a4bf; }

.article .cta-form {
  margin: 0 0 1.25rem;
  font-size: 1rem; }

.article h2::selection, .article h3::selection, .article h4::selection, .article h5::selection, .article h6::selection,
.article p::selection {
  background: #65a4bf;
  color: #fff; }

.ie .article {
  -webkit-font-smoothing: auto; }

.copy-aside .copy,
.copy-aside .aside {
  color: #666; }
  .copy-aside .copy .title,
  .copy-aside .aside .title {
    font-weight: normal;
    font-size: 1.4375rem;
    color: #616579;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .copy-aside .copy h2, .copy-aside .copy h3, .copy-aside .copy h4, .copy-aside .copy h5, .copy-aside .copy h6,
  .copy-aside .aside h2,
  .copy-aside .aside h3,
  .copy-aside .aside h4,
  .copy-aside .aside h5,
  .copy-aside .aside h6 {
    margin-bottom: 0.3125rem;
    font-weight: normal;
    color: inherit;
    font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 120%; }
  .copy-aside .copy ul,
  .copy-aside .aside ul {
    list-style-type: disc; }
  .copy-aside .copy ol,
  .copy-aside .aside ol {
    list-style-type: decimal; }
  .copy-aside .copy p,
  .copy-aside .aside p {
    color: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .copy-aside .copy img,
  .copy-aside .aside img {
    margin-bottom: 1.25rem; }
  .copy-aside .copy a:not(.button),
  .copy-aside .aside a:not(.button) {
    color: #65a4bf;
    -moz-transition: all, 0.35s, ease-in-out;
    -o-transition: all, 0.35s, ease-in-out;
    -webkit-transition: all, 0.35s, ease-in-out;
    transition: all, 0.35s, ease-in-out; }
    .copy-aside .copy a:not(.button):hover,
    .copy-aside .aside a:not(.button):hover {
      color: #65a4bf;
      text-decoration: underline; }
.copy-aside .aside-actions {
  list-style-type: disc;
  list-style-position: inside;
  margin: 10px 0.3125rem;
  text-align: left; }
.copy-aside .aside-actions a {
  font-size: 14px;
  color: #888;
  text-decoration: underline; }
.copy-aside .aside-actions a:hover {
  text-decoration: none;
  color: #34b5d0; }
.copy-aside .html,
.copy-aside .link-promos,
.copy-aside .cta-form {
  margin: 0 0 1.25rem; }

.copy-aside .component-download {
  margin: 0 auto;
  max-width: 325px;
  font-size: 14px;
  text-align: center;
  line-height: 140%; }
  .copy-aside .component-download .figure {
    max-width: 142px;
    margin: 0 auto; }
  .copy-aside .component-download .caption {
    color: #616579;
    text-align: center; }
    .copy-aside .component-download .caption a:hover {
      text-decoration: none;
      color: #4588a5; }

.copy-aside .component-download ul.download-index {
  margin: 0;
  list-style: none; }

.copy-aside .component-download .download-index > li {
  float: none;
  width: 100%;
  padding: 2.8125rem 1.40625rem;
  margin: 0 0 1.25rem;
  border: 1px solid #ccc; }

.copy-aside .aside .cta-form {
  max-width: 325px;
  margin-left: auto;
  margin-right: auto;
  color: inherit;
  border-color: #ccc; }
  .copy-aside .aside .cta-form .title {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px; }

.copy-aside .video-feature {
  background-color: transparent;
  margin: 1.25rem 0; }
  .copy-aside .video-feature .component-video {
    padding: 0; }
  .copy-aside .video-feature .component-video .secondary-index .caption {
    background-color: transparent;
    color: #444; }
  .copy-aside .video-feature .component-video a:hover {
    text-decoration: none; }

.copy-aside .figureframe-container {
  padding: 0;
  margin: 1.25rem 0;
  background-color: transparent; }

.inline-share {
  position: relative;
  max-width: 90%;
  padding: 20px;
  margin: 1.25rem 0;
  font-size: 30px;
  color: #888;
  line-height: 115%;
  border: 2px solid rgba(101, 164, 191, 0.65); }
  .inline-share p:last-of-type {
    margin-bottom: 0; }
  .inline-share .social, .inline-share .social a {
    display: inline-block;
    font-size: 14px;
    color: #65a4bf;
    font-weight: 500; }
  .inline-share .social .fa {
    font-size: 110%; }
  .inline-share .social:hover span.icon {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .inline-share span.icon {
    display: inline-block;
    padding: 0px 5px;
    font-size: inherit;
    cursor: pointer;
    color: #777;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: opacity, 0.35s, ease-in-out;
    -o-transition: opacity, 0.35s, ease-in-out;
    -webkit-transition: opacity, 0.35s, ease-in-out;
    transition: opacity, 0.35s, ease-in-out; }

.video-feature {
  background-color: #eeeeee; }
  .video-feature .row, .video-feature .column {
    height: inherit; }
  .video-feature .component-video {
    margin: 0;
    padding: 6.25rem 0; }

.component-video {
  display: block;
  margin: 1.25rem 0;
  *zoom: 1;
  position: relative; }
  .component-video:after {
    content: "";
    display: table;
    clear: both; }
  .component-video .flex-video {
    margin-bottom: 0; }
  .component-video #video-primary {
    margin: 0 0 0.625rem;
    position: relative;
    z-index: 1;
    background-color: #eeeeee; }
    .component-video #video-primary .play-icon:after {
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      font-size: 50px; }
  .component-video .secondary-index li {
    padding-bottom: 0;
    padding-top: 0.625rem; }
  .component-video .secondary-index li.active .play-icon:after {
    font-family: "Helvetica Neue LT", "Helvetica Neue", Helvetica, Arial, sans-serif;
    content: "Now Playing"; }
  .component-video .secondary-index .secondary-link {
    display: block; }
  .component-video .secondary-index .preview {
    width: 100%;
    height: 100px;
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover; }
  .component-video .secondary-index .caption {
    padding: 5px;
    color: #444;
    background: #eeeeee;
    font-size: 12px;
    font-weight: 500; }
  .component-video .play-icon {
    position: relative;
    text-align: center;
    cursor: pointer;
    -webkit-filter: brightness(1);
    filter: brightness(1); }
    .component-video .play-icon:hover {
      -webkit-filter: brightness(0.85);
      filter: brightness(0.85); }
    .component-video .play-icon:after {
      content: "";
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      z-index: 2;
      font-family: FontAwesome;
      font-style: normal;
      font-weight: 200;
      font-size: 30px;
      color: #fff; }

.article .article-header .author, .article-card .meta-article .author {
  line-height: 100%; }
.article .article-header .published, .article-card .meta-article .published, .article .article-header .read, .article-card .meta-article .read {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 12px;
  color: #ddd; }
.article .article-header .read:before, .article-card .meta-article .read:before {
  content: "•";
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #b1b1b1; }

.article-card a {
  color: inherit;
  display: block; }
.article-card .card {
  *zoom: 1; }
  .article-card .card:after {
    content: "";
    display: table;
    clear: both; }
.article-card .card:focus,
.article-card a:focus {
  outline: none; }
.article-card .article-headline {
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 100%;
  float: right;
  float: left; }
  @media only screen and (min-width: 46.2em) {
    .article-card .article-headline {
      padding-left: 0.3125rem;
      padding-right: 0.3125rem;
      width: 66.66667%;
      float: left;
      padding-right: 1.25rem; } }
  .article-card .article-headline .title {
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 125%;
    margin: 1.875rem 0 0.9375rem; }
  .article-card .article-headline .excerpt > p {
    font-size: 1.375rem;
    line-height: 180%;
    color: #888;
    font-weight: 200; }
  .article-card .article-headline .excerpt > p:last-of-type {
    margin-bottom: 0; }
  .article-card .article-headline .excerpt .more {
    font-size: inherit;
    color: #ddd; }
    .article-card .article-headline .excerpt .more:after {
      content: "...";
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
.article-card .article-figure {
  display: none;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  width: 33.33333%;
  float: right;
  float: left; }
  @media only screen and (min-width: 46.2em) {
    .article-card .article-figure {
      display: block; } }
  .article-card .article-figure img {
    display: block;
    margin-top: 1.875rem;
    width: 100%;
    height: auto; }

.article-card .meta-article .author,
.article-card .article-headline a:hover .more,
.article-card .social a:hover {
  color: #ff7775; }
.article-card.tan .meta-article .author,
.article-card.tan .article-headline a:hover .more,
.article-card.tan .social a:hover {
  color: #cea36d; }
.article-card.orange .meta-article .author,
.article-card.orange .article-headline a:hover .more,
.article-card.orange .social a:hover {
  color: #fd9a2b; }
.article-card.pink .meta-article .author,
.article-card.pink .article-headline a:hover .more,
.article-card.pink .social a:hover {
  color: #ff7775; }
.article-card.red .meta-article .author,
.article-card.red .article-headline a:hover .more,
.article-card.red .social a:hover {
  color: #ec5a4f; }
.article-card.dark-green .meta-article .author,
.article-card.dark-green .article-headline a:hover .more,
.article-card.dark-green .social a:hover {
  color: #8d875d; }
.article-card.light-green .meta-article .author,
.article-card.light-green .article-headline a:hover .more,
.article-card.light-green .social a:hover {
  color: #b4cbc0; }
.article-card.dark-blue .meta-article .author,
.article-card.dark-blue .article-headline a:hover .more,
.article-card.dark-blue .social a:hover {
  color: #616579; }
.article-card.light-blue .meta-article .author,
.article-card.light-blue .article-headline a:hover .more,
.article-card.light-blue .social a:hover {
  color: #65a4bf; }
.article-card.white .meta-article .author,
.article-card.white .article-headline a:hover .more,
.article-card.white .social a:hover {
  color: #FFFFFF; }

.article-card.layout-column {
  margin-left: 0; }
  .article-card.layout-column .card {
    padding: 1.875rem;
    margin: 1.875rem 0;
    border: 1px solid #ddd; }
    .article-card.layout-column .card:hover {
      background-color: #FBFBFB; }
  .article-card.layout-column .card:first-of-type {
    margin-top: 0; }
  .article-card.layout-column .article-headline .excerpt > p,
  .article-card.layout-column .article-headline .more {
    font-weight: 200;
    line-height: 150%; }

.article-card.layout-grid .card {
  margin: 0; }
.article-card.layout-grid .meta-article .author {
  font-size: 14px; }
.article-card.layout-grid .article-figure, .article-card.layout-grid .meta-views, .article-card.layout-grid .social {
  display: none; }
.article-card.layout-grid .article-headline {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: right;
  float: left;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .article-card.layout-grid .article-headline .title {
    margin-top: 10px;
    font-size: 15px; }
  .article-card.layout-grid .article-headline .excerpt > p, .article-card.layout-grid .article-headline .excerpt .more {
    font-size: 14px; }
  .article-card.layout-grid .article-headline .excerpt > p {
    display: none;
    height: 46px;
    line-height: 150%;
    text-overflow: ellipsis;
    overflow: hidden; }
  .article-card.layout-grid .article-headline .excerpt > p:first-of-type {
    display: block; }

.article-card.layout-filmstrip {
  max-height: 400px;
  visibility: hidden; }
  .article-card.layout-filmstrip.ready {
    max-height: 100%;
    visibility: visible; }
  .article-card.layout-filmstrip .slick-center {
    padding: 0 6.25rem; }
  .article-card.layout-filmstrip .wrapper, .article-card.layout-filmstrip .column {
    *zoom: 1;
    width: 90vw; }
    .article-card.layout-filmstrip .wrapper:after, .article-card.layout-filmstrip .column:after {
      content: "";
      display: table;
      clear: both; }
    @media only screen and (min-width: 46.2em) {
      .article-card.layout-filmstrip .wrapper, .article-card.layout-filmstrip .column {
        width: 600px; } }
  .article-card.layout-filmstrip .wrapper {
    padding: 1.875rem;
    border: 1px solid #ddd; }
  .article-card.layout-filmstrip .article-headline .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .article-card.layout-filmstrip .article-headline .excerpt > p {
    max-height: 100px;
    overflow: hidden;
    line-height: 145%; }
  .article-card.layout-filmstrip .fa-chevron-circle-left,
  .article-card.layout-filmstrip .fa-chevron-circle-right {
    opacity: 0; }
  @media only screen and (min-width: 64.063em) {
    .article-card.layout-filmstrip .fa-chevron-circle-left {
      left: 15.2%; }
    .article-card.layout-filmstrip .fa-chevron-circle-right {
      right: 15.2%; } }

.breadcrumb-nav {
  border-top: 1px solid #eee;
  background-color: #fff; }

.breadcrumb {
  margin: 0;
  line-height: 40px;
  color: #888;
  font-size: 14px; }
  .breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  .breadcrumb li, .breadcrumb li > a {
    color: inherit;
    line-height: inherit;
    font-size: inherit; }
  .breadcrumb li > a:hover {
    color: #65a4bf; }
  .breadcrumb li > .fa {
    margin: 0 0 0 5px;
    font-size: 10px;
    color: #ccc;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    line-height: inherit; }
  .breadcrumb li:last-of-type a {
    font-style: italic; }
  .breadcrumb li:last-of-type > a:after {
    display: none; }

#pageGuide,
#componenetPageGuide {
  padding: 0;
  background-color: #f5f5f5; }
  #pageGuide ul,
  #componenetPageGuide ul {
    margin: 0; }
  #pageGuide li,
  #componenetPageGuide li {
    padding: 8px 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #pageGuide li .button,
  #pageGuide li button,
  #componenetPageGuide li .button,
  #componenetPageGuide li button {
    font-size: 12px;
    margin-top: 1px; }
  #pageGuide a:not(.button),
  #componenetPageGuide a:not(.button) {
    display: inline-block;
    margin: 0 20px 0 0;
    padding: 0.625rem 0;
    color: #888;
    line-height: 100%;
    border-bottom: 2px solid transparent; }
  #pageGuide a:hover,
  #componenetPageGuide a:hover {
    border-bottom-color: #65a4bf; }
  #pageGuide li.active a:hover,
  #componenetPageGuide li.active a:hover {
    color: #444; }
  #pageGuide li.active a,
  #componenetPageGuide li.active a {
    border-bottom-color: #65a4bf; }
  #pageGuide.tan li.active a,
  #componenetPageGuide.tan li.active a {
    border-bottom-color: #cea36d; }
  #pageGuide.tan a:hover,
  #componenetPageGuide.tan a:hover {
    border-bottom-color: #cea36d; }
  #pageGuide.tan li .button,
  #pageGuide.tan li button,
  #componenetPageGuide.tan li .button,
  #componenetPageGuide.tan li button {
    color: #cea36d;
    border-color: #cea36d;
    background-color: transparent; }
    #pageGuide.tan li .button:hover,
    #pageGuide.tan li button:hover,
    #componenetPageGuide.tan li .button:hover,
    #componenetPageGuide.tan li button:hover {
      border-color: #e4ccaf;
      background-color: transparent; }
    #pageGuide.tan li .button.fill,
    #pageGuide.tan li button.fill,
    #componenetPageGuide.tan li .button.fill,
    #componenetPageGuide.tan li button.fill {
      color: #FFFFFF;
      background-color: #cea36d;
      border: 0; }
    #pageGuide.tan li .button.fill:hover,
    #pageGuide.tan li button.fill:hover,
    #componenetPageGuide.tan li .button.fill:hover,
    #componenetPageGuide.tan li button.fill:hover {
      background-color: #bd853f;
      border: 0; }
  #pageGuide.tan ul.social-list li a:hover,
  #componenetPageGuide.tan ul.social-list li a:hover {
    color: #cea36d; }
  #pageGuide.orange li.active a,
  #componenetPageGuide.orange li.active a {
    border-bottom-color: #fd9a2b; }
  #pageGuide.orange a:hover,
  #componenetPageGuide.orange a:hover {
    border-bottom-color: #fd9a2b; }
  #pageGuide.orange li .button,
  #pageGuide.orange li button,
  #componenetPageGuide.orange li .button,
  #componenetPageGuide.orange li button {
    color: #fd9a2b;
    border-color: #fd9a2b;
    background-color: transparent; }
    #pageGuide.orange li .button:hover,
    #pageGuide.orange li button:hover,
    #componenetPageGuide.orange li .button:hover,
    #componenetPageGuide.orange li button:hover {
      border-color: #fec78a;
      background-color: transparent; }
    #pageGuide.orange li .button.fill,
    #pageGuide.orange li button.fill,
    #componenetPageGuide.orange li .button.fill,
    #componenetPageGuide.orange li button.fill {
      color: #FFFFFF;
      background-color: #fd9a2b;
      border: 0; }
    #pageGuide.orange li .button.fill:hover,
    #pageGuide.orange li button.fill:hover,
    #componenetPageGuide.orange li .button.fill:hover,
    #componenetPageGuide.orange li button.fill:hover {
      background-color: #eb7d02;
      border: 0; }
  #pageGuide.orange ul.social-list li a:hover,
  #componenetPageGuide.orange ul.social-list li a:hover {
    color: #fd9a2b; }
  #pageGuide.pink li.active a,
  #componenetPageGuide.pink li.active a {
    border-bottom-color: #ff7775; }
  #pageGuide.pink a:hover,
  #componenetPageGuide.pink a:hover {
    border-bottom-color: #ff7775; }
  #pageGuide.pink li .button,
  #pageGuide.pink li button,
  #componenetPageGuide.pink li .button,
  #componenetPageGuide.pink li button {
    color: #ff7775;
    border-color: #ff7775;
    background-color: transparent; }
    #pageGuide.pink li .button:hover,
    #pageGuide.pink li button:hover,
    #componenetPageGuide.pink li .button:hover,
    #componenetPageGuide.pink li button:hover {
      border-color: #ffb4b3;
      background-color: transparent; }
    #pageGuide.pink li .button.fill,
    #pageGuide.pink li button.fill,
    #componenetPageGuide.pink li .button.fill,
    #componenetPageGuide.pink li button.fill {
      color: #FFFFFF;
      background-color: #ff7775;
      border: 0; }
    #pageGuide.pink li .button.fill:hover,
    #pageGuide.pink li button.fill:hover,
    #componenetPageGuide.pink li .button.fill:hover,
    #componenetPageGuide.pink li button.fill:hover {
      background-color: #ff2e2b;
      border: 0; }
  #pageGuide.pink ul.social-list li a:hover,
  #componenetPageGuide.pink ul.social-list li a:hover {
    color: #ff7775; }
  #pageGuide.red li.active a,
  #componenetPageGuide.red li.active a {
    border-bottom-color: #ec5a4f; }
  #pageGuide.red a:hover,
  #componenetPageGuide.red a:hover {
    border-bottom-color: #ec5a4f; }
  #pageGuide.red li .button,
  #pageGuide.red li button,
  #componenetPageGuide.red li .button,
  #componenetPageGuide.red li button {
    color: #ec5a4f;
    border-color: #ec5a4f;
    background-color: transparent; }
    #pageGuide.red li .button:hover,
    #pageGuide.red li button:hover,
    #componenetPageGuide.red li .button:hover,
    #componenetPageGuide.red li button:hover {
      border-color: #f5a49e;
      background-color: transparent; }
    #pageGuide.red li .button.fill,
    #pageGuide.red li button.fill,
    #componenetPageGuide.red li .button.fill,
    #componenetPageGuide.red li button.fill {
      color: #FFFFFF;
      background-color: #ec5a4f;
      border: 0; }
    #pageGuide.red li .button.fill:hover,
    #pageGuide.red li button.fill:hover,
    #componenetPageGuide.red li .button.fill:hover,
    #componenetPageGuide.red li button.fill:hover {
      background-color: #e32719;
      border: 0; }
  #pageGuide.red ul.social-list li a:hover,
  #componenetPageGuide.red ul.social-list li a:hover {
    color: #ec5a4f; }
  #pageGuide.dark-green li.active a,
  #componenetPageGuide.dark-green li.active a {
    border-bottom-color: #8d875d; }
  #pageGuide.dark-green a:hover,
  #componenetPageGuide.dark-green a:hover {
    border-bottom-color: #8d875d; }
  #pageGuide.dark-green li .button,
  #pageGuide.dark-green li button,
  #componenetPageGuide.dark-green li .button,
  #componenetPageGuide.dark-green li button {
    color: #8d875d;
    border-color: #8d875d;
    background-color: transparent; }
    #pageGuide.dark-green li .button:hover,
    #pageGuide.dark-green li button:hover,
    #componenetPageGuide.dark-green li .button:hover,
    #componenetPageGuide.dark-green li button:hover {
      border-color: #c3bfa4;
      background-color: transparent; }
    #pageGuide.dark-green li .button.fill,
    #pageGuide.dark-green li button.fill,
    #componenetPageGuide.dark-green li .button.fill,
    #componenetPageGuide.dark-green li button.fill {
      color: #FFFFFF;
      background-color: #8d875d;
      border: 0; }
    #pageGuide.dark-green li .button.fill:hover,
    #pageGuide.dark-green li button.fill:hover,
    #componenetPageGuide.dark-green li .button.fill:hover,
    #componenetPageGuide.dark-green li button.fill:hover {
      background-color: #716c4a;
      border: 0; }
  #pageGuide.dark-green ul.social-list li a:hover,
  #componenetPageGuide.dark-green ul.social-list li a:hover {
    color: #8d875d; }
  #pageGuide.light-green li.active a,
  #componenetPageGuide.light-green li.active a {
    border-bottom-color: #b4cbc0; }
  #pageGuide.light-green a:hover,
  #componenetPageGuide.light-green a:hover {
    border-bottom-color: #b4cbc0; }
  #pageGuide.light-green li .button,
  #pageGuide.light-green li button,
  #componenetPageGuide.light-green li .button,
  #componenetPageGuide.light-green li button {
    color: #b4cbc0;
    border-color: #b4cbc0;
    background-color: transparent; }
    #pageGuide.light-green li .button:hover,
    #pageGuide.light-green li button:hover,
    #componenetPageGuide.light-green li .button:hover,
    #componenetPageGuide.light-green li button:hover {
      border-color: #d6e2dc;
      background-color: transparent; }
    #pageGuide.light-green li .button.fill,
    #pageGuide.light-green li button.fill,
    #componenetPageGuide.light-green li .button.fill,
    #componenetPageGuide.light-green li button.fill {
      color: #FFFFFF;
      background-color: #b4cbc0;
      border: 0; }
    #pageGuide.light-green li .button.fill:hover,
    #pageGuide.light-green li button.fill:hover,
    #componenetPageGuide.light-green li .button.fill:hover,
    #componenetPageGuide.light-green li button.fill:hover {
      background-color: #87ac9a;
      border: 0; }
  #pageGuide.light-green ul.social-list li a:hover,
  #componenetPageGuide.light-green ul.social-list li a:hover {
    color: #b4cbc0; }
  #pageGuide.dark-blue li.active a,
  #componenetPageGuide.dark-blue li.active a {
    border-bottom-color: #616579; }
  #pageGuide.dark-blue a:hover,
  #componenetPageGuide.dark-blue a:hover {
    border-bottom-color: #616579; }
  #pageGuide.dark-blue li .button,
  #pageGuide.dark-blue li button,
  #componenetPageGuide.dark-blue li .button,
  #componenetPageGuide.dark-blue li button {
    color: #616579;
    border-color: #616579;
    background-color: transparent; }
    #pageGuide.dark-blue li .button:hover,
    #pageGuide.dark-blue li button:hover,
    #componenetPageGuide.dark-blue li .button:hover,
    #componenetPageGuide.dark-blue li button:hover {
      border-color: #a6a9b8;
      background-color: transparent; }
    #pageGuide.dark-blue li .button.fill,
    #pageGuide.dark-blue li button.fill,
    #componenetPageGuide.dark-blue li .button.fill,
    #componenetPageGuide.dark-blue li button.fill {
      color: #FFFFFF;
      background-color: #616579;
      border: 0; }
    #pageGuide.dark-blue li .button.fill:hover,
    #pageGuide.dark-blue li button.fill:hover,
    #componenetPageGuide.dark-blue li .button.fill:hover,
    #componenetPageGuide.dark-blue li button.fill:hover {
      background-color: #4e5161;
      border: 0; }
  #pageGuide.dark-blue ul.social-list li a:hover,
  #componenetPageGuide.dark-blue ul.social-list li a:hover {
    color: #616579; }
  #pageGuide.light-blue li.active a,
  #componenetPageGuide.light-blue li.active a {
    border-bottom-color: #65a4bf; }
  #pageGuide.light-blue a:hover,
  #componenetPageGuide.light-blue a:hover {
    border-bottom-color: #65a4bf; }
  #pageGuide.light-blue li .button,
  #pageGuide.light-blue li button,
  #componenetPageGuide.light-blue li .button,
  #componenetPageGuide.light-blue li button {
    color: #65a4bf;
    border-color: #65a4bf;
    background-color: transparent; }
    #pageGuide.light-blue li .button:hover,
    #pageGuide.light-blue li button:hover,
    #componenetPageGuide.light-blue li .button:hover,
    #componenetPageGuide.light-blue li button:hover {
      border-color: #aacddc;
      background-color: transparent; }
    #pageGuide.light-blue li .button.fill,
    #pageGuide.light-blue li button.fill,
    #componenetPageGuide.light-blue li .button.fill,
    #componenetPageGuide.light-blue li button.fill {
      color: #FFFFFF;
      background-color: #65a4bf;
      border: 0; }
    #pageGuide.light-blue li .button.fill:hover,
    #pageGuide.light-blue li button.fill:hover,
    #componenetPageGuide.light-blue li .button.fill:hover,
    #componenetPageGuide.light-blue li button.fill:hover {
      background-color: #4588a5;
      border: 0; }
  #pageGuide.light-blue ul.social-list li a:hover,
  #componenetPageGuide.light-blue ul.social-list li a:hover {
    color: #65a4bf; }
  #pageGuide.white li.active a,
  #componenetPageGuide.white li.active a {
    border-bottom-color: #FFFFFF; }
  #pageGuide.white a:hover,
  #componenetPageGuide.white a:hover {
    border-bottom-color: #FFFFFF; }
  #pageGuide.white li .button,
  #pageGuide.white li button,
  #componenetPageGuide.white li .button,
  #componenetPageGuide.white li button {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: transparent; }
    #pageGuide.white li .button:hover,
    #pageGuide.white li button:hover,
    #componenetPageGuide.white li .button:hover,
    #componenetPageGuide.white li button:hover {
      border-color: rgba(255, 255, 255, 0.75); }
    #pageGuide.white li .button.fill,
    #pageGuide.white li button.fill,
    #componenetPageGuide.white li .button.fill,
    #componenetPageGuide.white li button.fill {
      color: #FFFFFF;
      background-color: #FFFFFF;
      border: 0; }
    #pageGuide.white li .button.fill:hover,
    #pageGuide.white li button.fill:hover,
    #componenetPageGuide.white li .button.fill:hover,
    #componenetPageGuide.white li button.fill:hover {
      background-color: #cccccc;
      border: 0; }
  #pageGuide.white ul.social-list li a:hover,
  #componenetPageGuide.white ul.social-list li a:hover {
    color: #FFFFFF; }
  #pageGuide.black li.active a,
  #componenetPageGuide.black li.active a {
    border-bottom-color: #000000; }
  #pageGuide.black a:hover,
  #componenetPageGuide.black a:hover {
    border-bottom-color: #000000; }
  #pageGuide.black li .button,
  #pageGuide.black li button,
  #componenetPageGuide.black li .button,
  #componenetPageGuide.black li button {
    color: #000000;
    border-color: #000000;
    background-color: transparent; }
    #pageGuide.black li .button:hover,
    #pageGuide.black li button:hover,
    #componenetPageGuide.black li .button:hover,
    #componenetPageGuide.black li button:hover {
      border-color: rgba(0, 0, 0, 0.35); }
    #pageGuide.black li .button.fill,
    #pageGuide.black li button.fill,
    #componenetPageGuide.black li .button.fill,
    #componenetPageGuide.black li button.fill {
      color: #FFFFFF;
      background-color: #000000;
      border: 0; }
    #pageGuide.black li .button.fill:hover,
    #pageGuide.black li button.fill:hover,
    #componenetPageGuide.black li .button.fill:hover,
    #componenetPageGuide.black li button.fill:hover {
      background-color: black;
      border: 0; }
  #pageGuide.black ul.social-list li a:hover,
  #componenetPageGuide.black ul.social-list li a:hover {
    color: #000000; }

#pageGuide.show-on-scroll {
  position: absolute;
  -moz-transition: opacity, 0.125s, ease-in-out;
  -o-transition: opacity, 0.125s, ease-in-out;
  -webkit-transition: opacity, 0.125s, ease-in-out;
  transition: opacity, 0.125s, ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  #pageGuide.show-on-scroll.fixed {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

#pageGuide li.promote {
  position: relative; }
  #pageGuide li.promote.show-on-scroll {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
#pageGuide li.promote .fa {
  margin-right: 5px; }
#pageGuide.fixed .promote.show-on-scroll {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
#pageGuide span.title {
  display: inline-block;
  padding: 0.625rem 0;
  margin: 0 20px 0 0;
  line-height: 100%;
  font-size: 14px;
  color: #777; }
#pageGuide ul.social-list {
  margin: 0;
  list-style-type: none;
  overflow: hidden;
  height: 0;
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 1.25rem; }
  #pageGuide ul.social-list li {
    display: block;
    text-align: center;
    background-color: rgba(238, 238, 238, 0.85); }
  #pageGuide ul.social-list li a {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline; }
  #pageGuide ul.social-list li a:hover {
    color: #65a4bf;
    border-color: transparent; }
  #pageGuide ul.social-list li, #pageGuide ul.social-list a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit; }
  #pageGuide ul.social-list.active {
    height: auto; }

.full-width {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  .full-width img {
    width: 100%;
    height: auto;
    display: block; }

.copy-row {
  *zoom: 1;
  padding: 0 0.625rem; }
  .copy-row:after {
    content: "";
    display: table;
    clear: both; }
  .copy-row .title {
    clear: both;
    margin-bottom: 1.25rem;
    padding-left: 0.3125rem; }

.copy-aside {
  margin: 1.25rem 0; }

section + .copy-aside {
  margin: 4.375rem 0; }

.cta-form {
  padding: 1.40625rem;
  margin: 0 1.40625rem;
  font-size: 12px;
  color: #888;
  border: 1px solid #eee;
  text-align: left; }
  .cta-form .title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: normal; }
  .cta-form label {
    margin: 0;
    font-size: inherit;
    font-weight: normal;
    color: inherit; }
  .cta-form input {
    display: block;
    width: 100%;
    margin: 0 0 10px; }
  .cta-form button, .cta-form .button {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    font-size: inherit; }
  .cta-form.error span.error {
    display: block; }
  .cta-form .fields .error {
    height: auto;
    margin: 0 0 10px !important;
    font-style: normal !important;
    width: auto;
    vertical-align: middle;
    padding: 0 !important;
    background-color: transparent !important;
    color: #ec5a4f !important; }
  .cta-form .elq-form p {
    font-size: 12px; }
  .cta-form .elq-form .sc-view input[type="text"], .cta-form .elq-form .sc-view input[type="password"], .cta-form .elq-form .sc-view input[type="date"], .cta-form .elq-form .sc-view input[type="datetime"], .cta-form .elq-form .sc-view input[type="datetime-local"], .cta-form .elq-form .sc-view input[type="month"], .cta-form .elq-form .sc-view input[type="week"], .cta-form .elq-form .sc-view input[type="email"], .cta-form .elq-form .sc-view input[type="number"], .cta-form .elq-form .sc-view input[type="search"], .cta-form .elq-form .sc-view input[type="tel"], .cta-form .elq-form .sc-view input[type="time"], .cta-form .elq-form .sc-view input[type="url"], .cta-form .elq-form .sc-view input[type="color"], .cta-form .elq-form .sc-view textarea, .cta-form .elq-form .sc-view select {
    font-size: 12px; }

.figureframe .social-action-bar, .social-actions .social-action-bar {
  width: 100%;
  padding: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  text-align: center;
  font-size: 22px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity, 0.125s, ease-in-out;
  -o-transition: opacity, 0.125s, ease-in-out;
  -webkit-transition: opacity, 0.125s, ease-in-out;
  transition: opacity, 0.125s, ease-in-out; }
.figureframe .social-action-bar a, .social-actions .social-action-bar a,
.figureframe .social-action-bar span,
.social-actions .social-action-bar span {
  margin: 0;
  padding: 4px 6px;
  color: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
  -moz-transition: all, 0.125s, ease-in-out;
  -o-transition: all, 0.125s, ease-in-out;
  -webkit-transition: all, 0.125s, ease-in-out;
  transition: all, 0.125s, ease-in-out; }
.figureframe .social-action-bar a:hover, .social-actions .social-action-bar a:hover,
.figureframe .social-action-bar span:hover,
.social-actions .social-action-bar span:hover {
  color: #65a4bf; }
.figureframe .social-action-bar .fa, .social-actions .social-action-bar .fa {
  vertical-align: middle; }
.figureframe .icon-container, .social-actions .icon-container, .figureframe .download-container, .social-actions .download-container {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: inherit; }
.figureframe .icon-container span, .social-actions .icon-container span {
  cursor: pointer; }

.social-actions {
  position: relative; }
  .social-actions:hover > .social-action-bar {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }

.content-grid a {
  display: block;
  position: relative;
  background-color: #eee;
  color: #444;
  -moz-transition: background-color, 0.125s, ease-in-out;
  -o-transition: background-color, 0.125s, ease-in-out;
  -webkit-transition: background-color, 0.125s, ease-in-out;
  transition: background-color, 0.125s, ease-in-out; }
.content-grid a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
.content-grid a:hover .caption,
.content-grid a:hover .fa-external-link {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.content-grid img {
  width: 100%;
  height: auto; }
.content-grid .caption {
  width: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }
  .content-grid .caption strong {
    display: block; }
.content-grid .fa-external-link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px;
  color: inherit;
  font-weight: 600;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0; }

.content-grid.tan a {
  color: #cea36d; }
.content-grid.tan .fa-external-link {
  color: #d8b58a; }
.content-grid.orange a {
  color: #fd9a2b; }
.content-grid.orange .fa-external-link {
  color: #fdae55; }
.content-grid.pink a {
  color: #ff7775; }
.content-grid.pink .fa-external-link {
  color: #ff9291; }
.content-grid.red a {
  color: #ec5a4f; }
.content-grid.red .fa-external-link {
  color: #f07b72; }
.content-grid.dark-green a {
  color: #8d875d; }
.content-grid.dark-green .fa-external-link {
  color: #a7a27a; }
.content-grid.light-green a {
  color: #b4cbc0; }
.content-grid.light-green .fa-external-link {
  color: #c3d5cd; }
.content-grid.dark-blue a {
  color: #616579; }
.content-grid.dark-blue .fa-external-link {
  color: #7d8297; }
.content-grid.light-blue a {
  color: #65a4bf; }
.content-grid.light-blue .fa-external-link {
  color: #84b6cc; }
.content-grid.white a {
  color: #FFFFFF; }
.content-grid.white .fa-external-link {
  color: white; }
.content-grid.black a {
  color: #000000; }
.content-grid.black .fa-external-link {
  color: #333333; }

.content-grid.caption-drop a:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.content-grid.caption-drop .caption {
  width: 100%;
  position: relative;
  top: initial;
  -moz-transform: none;
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  padding: 5px;
  background-color: #fff;
  color: #777;
  text-align: left;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
.content-grid.caption-drop .fa-external-link {
  color: #fff; }

.related-content {
  background-color: #eee;
  padding: 8.75rem 0;
  margin-top: 8.75rem; }
  .related-content > .title {
    font-size: 2.3125rem;
    text-align: center;
    color: #777;
    margin-bottom: 4.375rem; }
  .related-content .card .wrapper {
    background-color: #fff; }

.button,
button {
  border-width: 1px;
  border-style: solid;
  -moz-transition: border, 0.125s, ease-in-out;
  -o-transition: border, 0.125s, ease-in-out;
  -webkit-transition: border, 0.125s, ease-in-out;
  transition: border, 0.125s, ease-in-out; }
  .button.tan,
  button.tan {
    color: #cea36d;
    border-color: #cea36d;
    background-color: transparent; }
    .button.tan:hover,
    button.tan:hover {
      border-color: #e4ccaf;
      background-color: transparent; }
    .button.tan.fill,
    button.tan.fill {
      color: #FFFFFF;
      background-color: #cea36d;
      border: 0; }
    .button.tan.fill:hover,
    button.tan.fill:hover {
      background-color: #bd853f;
      border: 0; }
  .button.orange,
  button.orange {
    color: #fd9a2b;
    border-color: #fd9a2b;
    background-color: transparent; }
    .button.orange:hover,
    button.orange:hover {
      border-color: #fec78a;
      background-color: transparent; }
    .button.orange.fill,
    button.orange.fill {
      color: #FFFFFF;
      background-color: #fd9a2b;
      border: 0; }
    .button.orange.fill:hover,
    button.orange.fill:hover {
      background-color: #eb7d02;
      border: 0; }
  .button.pink,
  button.pink {
    color: #ff7775;
    border-color: #ff7775;
    background-color: transparent; }
    .button.pink:hover,
    button.pink:hover {
      border-color: #ffb4b3;
      background-color: transparent; }
    .button.pink.fill,
    button.pink.fill {
      color: #FFFFFF;
      background-color: #ff7775;
      border: 0; }
    .button.pink.fill:hover,
    button.pink.fill:hover {
      background-color: #ff2e2b;
      border: 0; }
  .button.red,
  button.red {
    color: #ec5a4f;
    border-color: #ec5a4f;
    background-color: transparent; }
    .button.red:hover,
    button.red:hover {
      border-color: #f5a49e;
      background-color: transparent; }
    .button.red.fill,
    button.red.fill {
      color: #FFFFFF;
      background-color: #ec5a4f;
      border: 0; }
    .button.red.fill:hover,
    button.red.fill:hover {
      background-color: #e32719;
      border: 0; }
  .button.dark-green,
  button.dark-green {
    color: #8d875d;
    border-color: #8d875d;
    background-color: transparent; }
    .button.dark-green:hover,
    button.dark-green:hover {
      border-color: #c3bfa4;
      background-color: transparent; }
    .button.dark-green.fill,
    button.dark-green.fill {
      color: #FFFFFF;
      background-color: #8d875d;
      border: 0; }
    .button.dark-green.fill:hover,
    button.dark-green.fill:hover {
      background-color: #716c4a;
      border: 0; }
  .button.light-green,
  button.light-green {
    color: #b4cbc0;
    border-color: #b4cbc0;
    background-color: transparent; }
    .button.light-green:hover,
    button.light-green:hover {
      border-color: #d6e2dc;
      background-color: transparent; }
    .button.light-green.fill,
    button.light-green.fill {
      color: #FFFFFF;
      background-color: #b4cbc0;
      border: 0; }
    .button.light-green.fill:hover,
    button.light-green.fill:hover {
      background-color: #87ac9a;
      border: 0; }
  .button.dark-blue,
  button.dark-blue {
    color: #616579;
    border-color: #616579;
    background-color: transparent; }
    .button.dark-blue:hover,
    button.dark-blue:hover {
      border-color: #a6a9b8;
      background-color: transparent; }
    .button.dark-blue.fill,
    button.dark-blue.fill {
      color: #FFFFFF;
      background-color: #616579;
      border: 0; }
    .button.dark-blue.fill:hover,
    button.dark-blue.fill:hover {
      background-color: #4e5161;
      border: 0; }
  .button.light-blue,
  button.light-blue {
    color: #65a4bf;
    border-color: #65a4bf;
    background-color: transparent; }
    .button.light-blue:hover,
    button.light-blue:hover {
      border-color: #aacddc;
      background-color: transparent; }
    .button.light-blue.fill,
    button.light-blue.fill {
      color: #FFFFFF;
      background-color: #65a4bf;
      border: 0; }
    .button.light-blue.fill:hover,
    button.light-blue.fill:hover {
      background-color: #4588a5;
      border: 0; }
  .button.white,
  button.white {
    color: #FFFFFF;
    border-color: #FFFFFF;
    background-color: transparent; }
    .button.white:hover,
    button.white:hover {
      border-color: rgba(255, 255, 255, 0.75); }
    .button.white.fill,
    button.white.fill {
      color: #FFFFFF;
      background-color: #FFFFFF;
      border: 0; }
    .button.white.fill:hover,
    button.white.fill:hover {
      background-color: #cccccc;
      border: 0; }
  .button.black,
  button.black {
    color: #000000;
    border-color: #000000;
    background-color: transparent; }
    .button.black:hover,
    button.black:hover {
      border-color: rgba(0, 0, 0, 0.35); }
    .button.black.fill,
    button.black.fill {
      color: #FFFFFF;
      background-color: #000000;
      border: 0; }
    .button.black.fill:hover,
    button.black.fill:hover {
      background-color: black;
      border: 0; }

.button.secondary, button.secondary,
.button.primary, button.primary {
  border: none; }

.download.grid {
  *zoom: 1;
  margin-left: -1.3125rem; }
  .download.grid:after {
    content: "";
    display: table;
    clear: both; }
  .download.grid li {
    width: 50%;
    float: left;
    margin-left: 0.3125rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .download.grid .button, .download.grid button {
    margin: 0; }

.download.accordion {
  margin: 0; }
  .download.accordion .accordion-navigation {
    margin-top: 10px; }
  .download.accordion .accordion-navigation:first-of-type {
    margin-top: 0; }
  .download.accordion .title {
    width: 100%; }
  .download.accordion .title .fa {
    font-size: 10px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=45);
    opacity: 0.45; }
  .download.accordion .file-meta {
    text-align: right;
    font-size: 14px;
    color: #777; }
  .download.accordion .accordion-navigation .fa-plus {
    display: inline-block; }
  .download.accordion .accordion-navigation .fa-minus {
    display: none; }
  .download.accordion .accordion-navigation.active .fa-plus {
    display: none; }
  .download.accordion .accordion-navigation.active .fa-minus {
    display: inline-block; }
  .download.accordion .content {
    padding: 0; }
  .download.accordion .trigger-row {
    position: relative;
    background-color: #f5f5f5;
    -moz-transition: background, 0.125s, ease-in-out;
    -o-transition: background, 0.125s, ease-in-out;
    -webkit-transition: background, 0.125s, ease-in-out;
    transition: background, 0.125s, ease-in-out; }
    .download.accordion .trigger-row .total {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 1rem;
      font-size: 12px;
      font-weight: 500;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0;
      -moz-transition: opacity, 0.35s, ease-in-out;
      -o-transition: opacity, 0.35s, ease-in-out;
      -webkit-transition: opacity, 0.35s, ease-in-out;
      transition: opacity, 0.35s, ease-in-out; }
    .download.accordion .trigger-row .total.active {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .download.accordion .trigger-row .total i {
      font-style: normal; }
    .download.accordion .trigger-row:hover {
      background-color: #ebebeb; }
  .download.accordion .trigger-download {
    display: block;
    padding: 10px 1rem;
    border-bottom: 1px solid #eee;
    line-height: 48px;
    color: #777;
    *zoom: 1;
    -moz-transition: background, 0.125s, ease-in-out;
    -o-transition: background, 0.125s, ease-in-out;
    -webkit-transition: background, 0.125s, ease-in-out;
    transition: background, 0.125s, ease-in-out; }
    .download.accordion .trigger-download:after {
      content: "";
      display: table;
      clear: both; }
    .download.accordion .trigger-download .fa {
      margin-right: 10px;
      min-width: 16px; }
    .download.accordion .trigger-download .fa-download {
      display: inline-block;
      color: #777; }
    .download.accordion .trigger-download .fa-check {
      display: none;
      color: #65a4bf; }
    .download.accordion .trigger-download.download-success .fa-download {
      display: none; }
    .download.accordion .trigger-download.download-success .fa-check {
      display: inline-block; }
    .download.accordion .trigger-download:hover {
      background-color: #f5f5f5; }
  .download.accordion .content > .row {
    padding-top: 10px; }
  .download.accordion .assets-check {
    line-height: 48px;
    background-color: #FAFAFA;
    text-align: center; }
    .download.accordion .assets-check input {
      margin: 0 5px 0 0; }
  .download.accordion select.template {
    min-height: 48px;
    margin: 0;
    border: 0;
    cursor: pointer; }
  .download.accordion .master-download {
    line-height: 48px;
    max-height: 48px;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
    font-size: 14px; }
  .download.accordion .download-total {
    font-size: 10px;
    font-style: italic;
    color: #eee; }

.related-content .column-title {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 30px; }

.positive-icon:before {
  width: 100%;
  height: 26%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.positive-icon:after {
  width: 26%;
  height: 100%;
  top: 0; }

.positive-icon {
  position: relative;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  cursor: pointer; }
  .positive-icon:before {
    background-color: #222; }
  .positive-icon:after {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .positive-icon:before, .positive-icon:after {
    content: "";
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid transparent;
    -moz-transition: all, 0.55s, ease-in-out;
    -o-transition: all, 0.55s, ease-in-out;
    -webkit-transition: all, 0.55s, ease-in-out;
    transition: all, 0.55s, ease-in-out; }

.product-grid {
  width: 100%;
  display: block;
  padding: 0;
  margin: 0 -0.3125rem; }
  .product-grid:before, .product-grid:after {
    content: " ";
    display: table; }
  .product-grid:after {
    clear: both; }
  .product-grid > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.3125rem 0.625rem; }
  .product-grid > li {
    width: 25%;
    padding: 0 0.3125rem 0.625rem;
    list-style: none; }
    .product-grid > li:nth-of-type(1n) {
      clear: none; }
    .product-grid > li:nth-of-type(4n+1) {
      clear: both; }
  .product-grid.grid-2 {
    display: block;
    padding: 0;
    margin: 0 -0.3125rem; }
    .product-grid.grid-2:before, .product-grid.grid-2:after {
      content: " ";
      display: table; }
    .product-grid.grid-2:after {
      clear: both; }
    .product-grid.grid-2 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.3125rem 0.625rem; }
    .product-grid.grid-2 > li {
      width: 50%;
      padding: 0 0.3125rem 0.625rem;
      list-style: none; }
      .product-grid.grid-2 > li:nth-of-type(1n) {
        clear: none; }
      .product-grid.grid-2 > li:nth-of-type(2n+1) {
        clear: both; }
  .product-grid.grid-3 {
    display: block;
    padding: 0;
    margin: 0 -0.3125rem; }
    .product-grid.grid-3:before, .product-grid.grid-3:after {
      content: " ";
      display: table; }
    .product-grid.grid-3:after {
      clear: both; }
    .product-grid.grid-3 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.3125rem 0.625rem; }
    .product-grid.grid-3 > li {
      width: 33.33333%;
      padding: 0 0.3125rem 0.625rem;
      list-style: none; }
      .product-grid.grid-3 > li:nth-of-type(1n) {
        clear: none; }
      .product-grid.grid-3 > li:nth-of-type(3n+1) {
        clear: both; }
  .product-grid.grid-4 {
    display: block;
    padding: 0;
    margin: 0 -0.3125rem; }
    .product-grid.grid-4:before, .product-grid.grid-4:after {
      content: " ";
      display: table; }
    .product-grid.grid-4:after {
      clear: both; }
    .product-grid.grid-4 > li {
      display: block;
      height: auto;
      float: left;
      padding: 0 0.3125rem 0.625rem; }
    .product-grid.grid-4 > li {
      width: 25%;
      padding: 0 0.3125rem 0.625rem;
      list-style: none; }
      .product-grid.grid-4 > li:nth-of-type(1n) {
        clear: none; }
      .product-grid.grid-4 > li:nth-of-type(4n+1) {
        clear: both; }
  .product-grid img {
    display: block; }
  .product-grid li {
    position: relative;
    overflow: hidden; }
  .product-grid li:hover .favorite-trigger {
    margin-top: 0px; }
  .product-grid .favorite-trigger {
    display: block;
    padding: 10px;
    overflow: hidden;
    text-indent: -9999px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
    opacity: 0.85;
    position: absolute;
    top: 0px;
    right: 0.3125rem;
    margin-top: -45px; }
  .product-grid .favorite-trigger:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .product-grid .favorite-trigger:after {
    display: block;
    height: 24px;
    width: 24px;
    content: "favorite";
    background-image: url("//interfaceinc.scene7.com/is/image/InterfaceInc/sprites?wid=200&fmt=png-alpha");
    background-repeat: no-repeat;
    background-color: #edecea;
    background-position: -168px 0px; }
  .product-grid .favorite-trigger.favorited {
    margin-top: 0px; }
  .product-grid .favorite-trigger.favorited:after {
    background-position: -144px 0px; }
  .product-grid.product-plank img {
    width: 25rem;
    height: 6.25rem;
    margin: 0 auto; }
  .product-grid.product-square img {
    width: 12.5rem;
    height: 12.5rem;
    margin: 0 auto; }

.product-grid.grid-2.product-plank {
  max-width: 51.25rem;
  margin: 0 auto; }
.product-grid.grid-3.product-plank {
  max-width: 76.875rem;
  margin: 0 auto; }

.product-grid.product-square {
  text-align: center; }
  .product-grid.product-square li {
    padding: 0 0.3125rem;
    width: 12.5rem;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    float: none; }
.product-grid.grid-2.product-square a {
  background-color: transparent; }
.product-grid.grid-3.product-square {
  max-width: 39.375rem;
  margin: 0 auto; }
.product-grid.grid-4.product-square {
  max-width: 52.5rem;
  margin: 0 auto; }

form.elq-form {
  *zoom: 1; }
  form.elq-form:after {
    content: "";
    display: table;
    clear: both; }
  form.elq-form .sc-view {
    width: 100%;
    padding: 0;
    text-align: left; }
    form.elq-form .sc-view .field-style._100 {
      width: 100%;
      margin: 0; }
    form.elq-form .sc-view .field-size-top-medium {
      min-width: 320px; }
    form.elq-form .sc-view label {
      color: #888; }
    form.elq-form .sc-view input[type="text"], form.elq-form .sc-view input[type="password"], form.elq-form .sc-view input[type="date"], form.elq-form .sc-view input[type="datetime"], form.elq-form .sc-view input[type="datetime-local"], form.elq-form .sc-view input[type="month"], form.elq-form .sc-view input[type="week"], form.elq-form .sc-view input[type="email"], form.elq-form .sc-view input[type="number"], form.elq-form .sc-view input[type="search"], form.elq-form .sc-view input[type="tel"], form.elq-form .sc-view input[type="time"], form.elq-form .sc-view input[type="url"], form.elq-form .sc-view input[type="color"], form.elq-form .sc-view textarea, form.elq-form .sc-view select {
      height: 100%;
      display: block;
      margin-bottom: 15px;
      font-size: 16px;
      color: #4d442e;
      line-height: 100%;
      border: none;
      padding-top: 11px;
      padding-bottom: 11px;
      background-color: #f5f5f5;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    form.elq-form .sc-view textarea {
      width: 100%; }
    form.elq-form .sc-view .checkbox-span {
      display: block;
      margin: 15px 0; }
    form.elq-form .sc-view input[type="checkbox"] {
      margin-bottom: 0; }
    form.elq-form .sc-view input.field-size-top-large {
      width: 100%; }
    form.elq-form .sc-view input.submit-button {
      display: block;
      padding-left: 0;
      padding-right: 0;
      width: 100% !important;
      height: 100% !important;
      padding: 15px 20px;
      margin: 15px 0 0;
      color: #FFFFFF;
      background-color: #616579;
      border: 0;
      text-align: center;
      line-height: 100%;
      cursor: pointer;
      font-weight: 500; }
      form.elq-form .sc-view input.submit-button:hover {
        background-color: #4e5161;
        border: 0; }
  form.elq-form .LV_invalid_field, form.elq-form input.LV_invalid_field:hover, form.elq-form input.LV_invalid_field:active, form.elq-form textarea.LV_invalid_field:hover, form.elq-form textarea.LV_invalid_field:active {
    outline: none;
    margin-bottom: 15px; }
  form.elq-form .LV_valid_field, form.elq-form input.LV_valid_field:hover, form.elq-form input.LV_valid_field:active, form.elq-form textarea.LV_valid_field:hover, form.elq-form textarea.LV_valid_field:active {
    outline: none; }
  form.elq-form .LV_validation_message {
    display: block;
    margin-bottom: 10px; }
  form.elq-form .LV_validation_message.LV_valid {
    display: none; }
  form.elq-form .LV_invalid {
    color: #ec5a4f;
    font-size: 12px;
    font-weight: normal;
    margin-left: 0; }

.component-download {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60.625rem;
  margin-top: 1.25rem;
  margin-bottom: 8.75rem; }
  .component-download:before, .component-download:after {
    content: " ";
    display: table; }
  .component-download:after {
    clear: both; }
  .component-download ul {
    list-style: none; }
  .component-download a {
    display: block;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s; }
  .component-download a:hover {
    color: #7d8297; }
  .component-download p {
    font-size: inherit;
    line-height: inherit; }
  .component-download p:first-of-type {
    margin-top: 10px; }
  .component-download p:last-of-type {
    margin-bottom: 0; }
  .component-download .figure img {
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  .component-download .figure {
    -moz-transition: -webkit-filter, 0.35s, ease-in-out;
    -o-transition: -webkit-filter, 0.35s, ease-in-out;
    -webkit-transition: -webkit-filter, 0.35s, ease-in-out;
    transition: -webkit-filter, 0.35s, ease-in-out;
    -moz-transition: filter, 0.35s, ease-in-out;
    -o-transition: filter, 0.35s, ease-in-out;
    -webkit-transition: filter, 0.35s, ease-in-out;
    transition: filter, 0.35s, ease-in-out; }
  .component-download .figure:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8); }
  .component-download .caption {
    margin: 0 0 1.25rem;
    color: #a6a197;
    text-align: left;
    font-weight: 300; }
    .component-download .caption:hover {
      color: #898275; }
    .component-download .caption a {
      padding-top: 0.625rem;
      color: inherit;
      font-weight: inherit; }

.component-download .download-index {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60.625rem;
  text-align: center; }
  .component-download .download-index:before, .component-download .download-index:after {
    content: " ";
    display: table; }
  .component-download .download-index:after {
    clear: both; }
  .component-download .download-index li {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: 25%;
    float: right;
    float: left;
    float: none;
    vertical-align: top;
    display: inline-block;
    margin: 0 -2px; }
    .component-download .download-index li:first-of-type {
      margin-left: 0; }

body.landing_index {
  background-repeat: no-repeat;
  background-position: left top;
  background-color: #fff;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto; }
  @media only screen {
    body.landing_index {
      background-image: url("//interfaceinc.scene7.com/is/image/InterfaceInc/background-landingpage-progressive?wid=414"); }
      body.landing_index #content {
        top: 0; }
      body.landing_index .toggle-topbar.menu-icon {
        display: none; }
      body.landing_index #brand_logo {
        margin: 1.25rem 0;
        max-width: 100px;
        min-height: 100%; } }
  @media only screen and (min-width: 46.2em) {
    body.landing_index {
      background-image: url("//interfaceinc.scene7.com/is/image/InterfaceInc/background-landingpage-progressive?wid=1024"); }
      body.landing_index #brand_logo {
        margin: 3.125rem 0; }
      body.landing_index #content {
        top: 0; } }
  @media only screen and (min-width: 64.063em) {
    body.landing_index {
      background-image: url("//interfaceinc.scene7.com/is/image/InterfaceInc/background-landingpage-progressive?wid=1600"); }
      body.landing_index #content {
        margin-top: 3.125rem; }
      body.landing_index #brand_logo {
        max-width: 170px;
        height: auto; } }
  body.landing_index .top-bar {
    text-align: center; }
  body.landing_index .title-area {
    display: inline-block;
    float: none; }
  body.landing_index .top-bar-section {
    display: none; }
  body.landing_index #content {
    width: 100%;
    position: absolute;
    -moz-transition: all, 0.085s, ease-in-out;
    -o-transition: all, 0.085s, ease-in-out;
    -webkit-transition: all, 0.085s, ease-in-out;
    transition: all, 0.085s, ease-in-out; }
  body.landing_index #footer {
    display: none; }
  body.landing_index #brand_logo {
    display: inline-block;
    fill: #4d442e; }
    body.landing_index #brand_logo img {
      width: 100%;
      height: auto; }
    body.landing_index #brand_logo svg {
      width: 100%;
      height: 100%;
      display: inherit;
      fill: inherit;
      line-height: 100%; }
  body.landing_index .landing-index a {
    color: #ff7775;
    -moz-transition: all, 0.085s, ease-in-out;
    -o-transition: all, 0.085s, ease-in-out;
    -webkit-transition: all, 0.085s, ease-in-out;
    transition: all, 0.085s, ease-in-out; }
  body.landing_index .landing-index .panel {
    margin: 0;
    text-align: center;
    color: #4d442e;
    background: rgba(255, 255, 255, 0.94); }
    body.landing_index .landing-index .panel h1, body.landing_index .landing-index .panel h2, body.landing_index .landing-index .panel h3, body.landing_index .landing-index .panel h4, body.landing_index .landing-index .panel h5, body.landing_index .landing-index .panel h6, body.landing_index .landing-index .panel p, body.landing_index .landing-index .panel span {
      color: inherit;
      font-weight: 200; }
  body.landing_index .landing-index .loading {
    text-align: center; }
  body.landing_index .landing-index .title a {
    color: #4d442e; }
    body.landing_index .landing-index .title a:hover {
      color: #ff7775; }
  body.landing_index .landing-index .panel .prompt {
    font-weight: 300;
    margin-bottom: 1.875rem; }
  body.landing_index .landing-index .aside-caption {
    font-size: 0.75rem;
    margin-bottom: 0; }
    body.landing_index .landing-index .aside-caption a:hover {
      text-decoration: underline; }
  body.landing_index .landing-index .subtext {
    font-size: 0.6875rem; }
    body.landing_index .landing-index .subtext a:hover {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
      opacity: 0.5; }
  body.landing_index .landing-index .tabs .tab-title {
    padding-bottom: 0 !important; }
    body.landing_index .landing-index .tabs .tab-title a {
      color: #4d442e;
      text-align: inherit; }
    body.landing_index .landing-index .tabs .tab-title a:hover {
      color: #616579; }
    body.landing_index .landing-index .tabs .tab-title.active a {
      background: #616579;
      color: #fff; }
  body.landing_index .landing-index .tabs.demote {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6; }
  body.landing_index .landing-index .tabs.bar-style .tab-title {
    background: #ddd;
    background: transparent; }
    body.landing_index .landing-index .tabs.bar-style .tab-title a {
      background: transparent; }
    body.landing_index .landing-index .tabs.bar-style .tab-title a:hover {
      background: transparent; }
  @media only screen and (max-width: 40em) {
    body.landing_index .landing-index .notification {
      padding: 0.625rem 0 3.125rem; }
      body.landing_index .landing-index .notification .button {
        width: 100%; }
      body.landing_index .landing-index .notification label {
        padding-bottom: 0.375rem;
        border-bottom: 1px solid #eee; } }
  @media only screen {
    body.landing_index .landing-index .tab-row ul a {
      display: block;
      padding: 0.9375rem 0.625rem;
      border-bottom: 1px solid #ddd; }
    body.landing_index .landing-index .tabs .tab-title {
      width: 100%;
      text-align: center; } }
  @media only screen and (min-width: 46.2em) {
    body.landing_index .landing-index .tabs.center {
      display: block;
      padding: 0;
      margin: 0 -0.3125rem;
      margin: 0; }
      body.landing_index .landing-index .tabs.center:before, body.landing_index .landing-index .tabs.center:after {
        content: " ";
        display: table; }
      body.landing_index .landing-index .tabs.center:after {
        clear: both; }
      body.landing_index .landing-index .tabs.center > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.3125rem 0.625rem; }
      body.landing_index .landing-index .tabs.center > li {
        width: 25%;
        padding: 0 0.3125rem 0.625rem;
        list-style: none; }
        body.landing_index .landing-index .tabs.center > li:nth-of-type(1n) {
          clear: none; }
        body.landing_index .landing-index .tabs.center > li:nth-of-type(4n+1) {
          clear: both; }
    body.landing_index .landing-index .tabs.vertical {
      width: 25%;
      max-width: 25%; }
    body.landing_index .landing-index .tabs.vertical + .tabs-content .tab-row {
      width: 75%;
      float: right;
      *zoom: 1; }
      body.landing_index .landing-index .tabs.vertical + .tabs-content .tab-row:after {
        content: "";
        display: table;
        clear: both; }
    body.landing_index .landing-index .tabs .tab-title {
      text-align: center; }
    body.landing_index .landing-index .tabs .tab-title a {
      padding: 0.9375rem 0.3125rem; }
    body.landing_index .landing-index .tabs-content {
      margin-top: 1.875rem;
      margin-bottom: 2.5rem;
      overflow: hidden; }
    body.landing_index .landing-index section.content {
      padding-top: 0;
      *zoom: 1; }
      body.landing_index .landing-index section.content:after {
        content: "";
        display: table;
        clear: both; }
    body.landing_index .landing-index .tab-row ul > li {
      padding-bottom: 0 !important; }
    body.landing_index .landing-index .tab-row ul {
      display: block;
      padding: 0;
      margin: 0 -0.3125rem;
      text-align: left;
      margin: 0; }
      body.landing_index .landing-index .tab-row ul:before, body.landing_index .landing-index .tab-row ul:after {
        content: " ";
        display: table; }
      body.landing_index .landing-index .tab-row ul:after {
        clear: both; }
      body.landing_index .landing-index .tab-row ul > li {
        display: block;
        height: auto;
        float: left;
        padding: 0 0.3125rem 0.625rem; }
      body.landing_index .landing-index .tab-row ul > li {
        width: 20%;
        padding: 0 0.3125rem 0.625rem;
        list-style: none; }
        body.landing_index .landing-index .tab-row ul > li:nth-of-type(1n) {
          clear: none; }
        body.landing_index .landing-index .tab-row ul > li:nth-of-type(5n+1) {
          clear: both; }
      body.landing_index .landing-index .tab-row ul a {
        display: block;
        position: relative;
        padding: 0.9375rem 0.625rem;
        border-bottom: 1px solid transparent;
        color: #4d442e; }
        body.landing_index .landing-index .tab-row ul a:hover {
          color: #65a4bf;
          border-bottom-color: #eee; } }
  @media only screen and (min-width: 64.063em) {
    body.landing_index .landing-index .tabs .tab-title a {
      padding: 0.9375rem 0.625rem; } }
  body.landing_index .notification {
    display: none; }
    body.landing_index .notification .button {
      background: #616579;
      color: #fff; }
  body.landing_index .location-control {
    margin: 0; }
    body.landing_index .location-control label {
      line-height: 100%;
      font-weight: 500;
      font-size: 0.8125rem;
      display: inline-block;
      vertical-align: middle;
      *vertical-align: auto;
      *zoom: 1;
      *display: inline; }
    body.landing_index .location-control input {
      margin: 0; }
  body.landing_index .cookie-notice {
    display: none;
    font-size: 0.75rem; }
  body.landing_index .location-text {
    font-weight: inherit !important; }
  body.landing_index .redirect {
    display: none; }
  body.landing_index .redirect-modal {
    text-align: center; }
    body.landing_index .redirect-modal .title {
      margin: 3.125rem 0 1.875rem;
      color: #4d442e; }
    body.landing_index .redirect-modal .button {
      background: #616579;
      color: #fff; }
    @media only screen and (max-width: 40em) {
      body.landing_index .redirect-modal #redirection {
        display: block; } }

@media only screen and (max-width: 40em) {
  body.show-tabs #content {
    top: 0; } }

body.no-scroll {
  overflow: hidden; }

.filmstrip .slide-panel .caption, .about .caption, .product-grid .caption {
  font-weight: 200;
  font-size: 1.125rem;
  text-align: center; }

.section-banner .title, .section-headline .title {
  margin: 0;
  font-weight: 200;
  white-space: pre-line;
  font-weight: 200;
  color: #fff;
  text-align: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  @media only screen {
    .section-banner .title, .section-headline .title {
      font-size: 2rem; } }
  @media only screen and (min-width: 46.2em) {
    .section-banner .title, .section-headline .title {
      font-size: 2.875rem; } }
.section-banner .sub-title, .section-headline .sub-title {
  text-align: inherit;
  margin: 20px 0 30px; }
.section-banner .title + .cta-index, .section-headline .title + .cta-index {
  margin-top: 1.75rem; }
.section-banner .tan .title, .section-headline .tan .title {
  color: #cea36d; }
.section-banner .orange .title, .section-headline .orange .title {
  color: #fd9a2b; }
.section-banner .pink .title, .section-headline .pink .title {
  color: #ff7775; }
.section-banner .red .title, .section-headline .red .title {
  color: #ec5a4f; }
.section-banner .dark-green .title, .section-headline .dark-green .title {
  color: #8d875d; }
.section-banner .light-green .title, .section-headline .light-green .title {
  color: #b4cbc0; }
.section-banner .dark-blue .title, .section-headline .dark-blue .title {
  color: #616579; }
.section-banner .light-blue .title, .section-headline .light-blue .title {
  color: #65a4bf; }
.section-banner.dark .overlay, .section-headline.dark .overlay {
  background: rgba(0, 0, 0, 0.6); }

.product-title .section-headline {
  height: auto; }

.product-offers {
  padding-top: 0; }

.hero {
  text-align: center; }

ul.section-banner {
  visibility: hidden; }

ul.section-banner.orbit-slides-container {
  visibility: visible; }

.section-headline {
  margin-bottom: 0;
  text-align: center; }
  @media only screen {
    .section-headline.content-rythem {
      margin: 0;
      height: 6.25rem; } }
  @media only screen and (min-width: 46.2em) {
    .section-headline.content-rythem {
      height: 6.25rem; } }
  @media only screen and (min-width: 64.063em) {
    .section-headline.content-rythem {
      margin: 0;
      height: 6.25rem; } }
  @media only screen {
    .section-headline.image-rythem {
      height: 12.5rem; } }
  @media only screen and (min-width: 46.2em) {
    .section-headline.image-rythem {
      height: 18.75rem; } }
  @media only screen and (min-width: 64.063em) {
    .section-headline.image-rythem {
      height: 25rem; } }

.about {
  *zoom: 1; }
  .about:after {
    content: "";
    display: table;
    clear: both; }
  .about .content {
    padding-left: 0;
    padding-right: 0;
    width: 33.33333%;
    float: right;
    float: left; }
  .about .global a {
    color: #4d442e; }
  .about .modular a {
    color: #4d442e; }
  .about .mission a {
    color: #fff; }
  .about .caption {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    color: #fff;
    font-size: 1rem;
    -moz-transition: all, 0.188s, ease-in-out;
    -o-transition: all, 0.188s, ease-in-out;
    -webkit-transition: all, 0.188s, ease-in-out;
    transition: all, 0.188s, ease-in-out; }
    @media only screen and (max-width: 40em) {
      .about .caption {
        font-weight: 300;
        margin-top: -10px; } }
  .about a {
    display: block;
    position: relative; }
    .about a img {
      display: block;
      -moz-transition: all, 0.188s, ease-in-out;
      -o-transition: all, 0.188s, ease-in-out;
      -webkit-transition: all, 0.188s, ease-in-out;
      transition: all, 0.188s, ease-in-out;
      -webkit-filter: brightness(0.5);
      filter: brightness(0.5); }
    .about a:hover img {
      -webkit-filter: brightness(0.8);
      filter: brightness(0.8); }

.content-figure p {
  margin: 1.125rem 0 0; }

ul.content-index {
  margin: 0;
  list-style-type: none; }

.content-index {
  display: block;
  padding: 0;
  margin: 0 -0.3125rem; }
  .content-index:before, .content-index:after {
    content: " ";
    display: table; }
  .content-index:after {
    clear: both; }
  .content-index > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.3125rem 0.625rem; }
  .content-index > li {
    width: 33.33333%;
    padding: 0 0.3125rem 0.625rem;
    list-style: none; }
    .content-index > li:nth-of-type(1n) {
      clear: none; }
    .content-index > li:nth-of-type(3n+1) {
      clear: both; }

.floor-colors li {
  margin-bottom: 15px; }

.floor-tiles li {
  margin-bottom: 25px; }

.product-grid {
  display: block;
  padding: 0;
  margin: 0 0px;
  margin-bottom: 0;
  padding-bottom: 0; }
  .product-grid:before, .product-grid:after {
    content: " ";
    display: table; }
  .product-grid:after {
    clear: both; }
  .product-grid > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0px 0px; }
  .product-grid > li {
    width: 33.33333%;
    padding: 0 0px 0px;
    list-style: none; }
    .product-grid > li:nth-of-type(1n) {
      clear: none; }
    .product-grid > li:nth-of-type(3n+1) {
      clear: both; }
  .product-grid a {
    display: block;
    overflow: hidden;
    position: relative;
    background-repeat: repeat-y; }
  .product-grid a:hover img.scene {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
  .product-grid img {
    width: 100%;
    height: auto;
    -moz-transition: all, 0.185s, ease-in-out;
    -o-transition: all, 0.185s, ease-in-out;
    -webkit-transition: all, 0.185s, ease-in-out;
    transition: all, 0.185s, ease-in-out;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  .product-grid .scene {
    z-index: 1; }
  .product-grid .tile {
    z-index: 0; }
  @media only screen {
    .product-grid a {
      height: auto; }
    .product-grid .caption {
      width: 100%;
      height: 100%;
      padding: 0;
      position: absolute;
      top: 50%;
      left: 0;
      color: #fff;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .product-grid a:hover .caption {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; } }

html.touch .product-grid a {
  background-image: none !important; }
html.touch .product-grid .caption {
  width: 100%;
  height: auto;
  padding: 0.625rem 0.3125rem 0.875rem;
  color: #4d442e;
  position: relative;
  top: initial;
  font-weight: 300;
  font-size: 1.0625rem;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1; }
html.touch .product-grid .classification {
  display: block;
  font-size: 0.8em; }

.tools .section-banner {
  background: #616579; }
  .tools .section-banner .title {
    color: #65a4bf; }
  .tools .section-banner .ltd .cta {
    border-color: #65a4bf;
    color: #65a4bf; }
    .tools .section-banner .ltd .cta:hover {
      color: #fff;
      border-color: #4588a5;
      background: #65a4bf; }

.equal-measure .section-banner .title, .near-far .section-banner .title, .tools .section-banner .title {
  line-height: 100%;
  font-weight: 300;
  margin-bottom: 1.875rem;
  letter-spacing: 0.0625rem; }
.equal-measure .section-banner .subtitle p, .near-far .section-banner .subtitle p, .tools .section-banner .subtitle p {
  margin-bottom: 1.875rem;
  text-align: center;
  color: white; }
.equal-measure .section-banner .cta-index, .near-far .section-banner .cta-index, .tools .section-banner .cta-index {
  text-align: center;
  padding-bottom: 3.75rem; }
.equal-measure .section-banner .cta, .near-far .section-banner .cta, .tools .section-banner .cta {
  margin: 0 1.25rem;
  width: 18%;
  min-width: 202px; }

body #content.campaign-index .article-card.layout-column .card,
body.campaign-index .article-card.layout-column .card {
  border: 1px solid #ddd;
  padding-top: 20px;
  padding-bottom: 10px; }
body #content.campaign-index .article-promotion,
body.campaign-index .article-promotion {
  margin: 8.75rem 0 0; }
body #content.campaign-index .info-graphic .featured,
body.campaign-index .info-graphic .featured {
  width: auto;
  height: 30vh;
  max-width: 590px;
  max-height: 590px;
  display: block;
  margin: 85px auto 42.5px; }
body #content.campaign-index .outreach,
body.campaign-index .outreach {
  margin-top: 0; }

body #content.campaign-article-index .article-index .primary,
body.campaign-article-index .article-index .primary {
  padding-right: 2.5rem; }
body #content.campaign-article-index .article-index .secondary,
body.campaign-article-index .article-index .secondary {
  padding-left: 2.5rem; }
  body #content.campaign-article-index .article-index .secondary .column-title,
  body.campaign-article-index .article-index .secondary .column-title {
    margin: 20px 0 10px;
    font-weight: 500; }
  body #content.campaign-article-index .article-index .secondary .article-card .card,
  body.campaign-article-index .article-index .secondary .article-card .card {
    padding-bottom: 0.9375rem; }
body #content.campaign-article-index .article-index .primary,
body #content.campaign-article-index .article-index .secondary,
body.campaign-article-index .article-index .primary,
body.campaign-article-index .article-index .secondary {
  margin-top: 1.875rem; }
body #content.campaign-article-index .cta-form,
body.campaign-article-index .cta-form {
  margin: 0; }

body #content.campaign-article #bio,
body.campaign-article #bio {
  padding-top: 2.5rem;
  margin-top: 2.5rem;
  border-top: 1px dashed #eee; }

.component-guide {
  margin: 70px 0; }
  .component-guide > label {
    display: inline-block;
    padding: 20px;
    line-height: 100%;
    font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 15px;
    background-color: #eee;
    cursor: default; }

.switch {
  display: inline-block; }

.markup {
  background-color: #eee;
  padding: 20px;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  display: none;
  overflow: scroll; }

ul.list {
  list-style-type: disc; }
  ul.list a:hover {
    text-decoration: underline; }

dl > dd {
  margin: 0px 0 50px; }

dl > dt {
  margin: 0px 0 10px; }
  dl > dt span {
    vertical-align: top; }

    
/* JIRA GBLWEBSUPP-1726 changes start */

body #content.components_index .headline.black,
body #content.magazine .headline.black,
body #content.collection .headline.black,
body #content.campaign-index .headline.black,
body #content.campaign-article-index .headline.black,
body #content.campaign-article .headline.black,
body #content.beyond-paris-article .headline.black,
body #content.component-dev .headline.black,
body:not(.index) .headline.black,
body:not(.landing_index) .headline.black {
  color: #000000; }
  body #content.components_index .headline.black.fill,
  body #content.magazine .headline.black.fill,
  body #content.collection .headline.black.fill,
  body #content.campaign-index .headline.black.fill,
  body #content.campaign-article-index .headline.black.fill,
  body #content.campaign-article .headline.black.fill,
  body #content.beyond-paris-article .headline.black.fill,
  body #content.component-dev .headline.black.fill,
  body:not(.index) .headline.black.fill,
  body:not(.landing_index) .headline.black.fill {
    color: #FFFFFF;
    background-color: #000000; }
body #content.components_index .headline.sea-green,
body #content.magazine .headline.sea-green,
body #content.collection .headline.sea-green,
body #content.campaign-index .headline.sea-green,
body #content.campaign-article-index .headline.sea-green,
body #content.campaign-article .headline.sea-green,
body #content.beyond-paris-article .headline.sea-green,
body #content.component-dev .headline.sea-green,
body:not(.index) .headline.sea-green,
body:not(.landing_index) .headline.sea-green {
  color: #8CE2D0; }
  body #content.components_index .headline.sea-green.fill,
  body #content.magazine .headline.sea-green.fill,
  body #content.collection .headline.sea-green.fill,
  body #content.campaign-index .headline.sea-green.fill,
  body #content.campaign-article-index .headline.sea-green.fill,
  body #content.campaign-article .headline.sea-green.fill,
  body #content.beyond-paris-article .headline.sea-green.fill,
  body #content.component-dev .headline.sea-green.fill,
  body:not(.index) .headline.sea-green.fill,
  body:not(.landing_index) .headline.sea-green.fill {
    color: #FFFFFF;
    background-color: #8CE2D0; }
body #content.components_index .headline.aqua-blue,
body #content.magazine .headline.aqua-blue,
body #content.collection .headline.aqua-blue,
body #content.campaign-index .headline.aqua-blue,
body #content.campaign-article-index .headline.aqua-blue,
body #content.campaign-article .headline.aqua-blue,
body #content.beyond-paris-article .headline.aqua-blue,
body #content.component-dev .headline.aqua-blue,
body:not(.index) .headline.aqua-blue,
body:not(.landing_index) .headline.aqua-blue {
  color: #6BBDB9; }
  body #content.components_index .headline.aqua-blue.fill,
  body #content.magazine .headline.aqua-blue.fill,
  body #content.collection .headline.aqua-blue.fill,
  body #content.campaign-index .headline.aqua-blue.fill,
  body #content.campaign-article-index .headline.aqua-blue.fill,
  body #content.campaign-article .headline.aqua-blue.fill,
  body #content.beyond-paris-article .headline.aqua-blue.fill,
  body #content.component-dev .headline.aqua-blue.fill,
  body:not(.index) .headline.aqua-blue.fill,
  body:not(.landing_index) .headline.aqua-blue.fill {
    color: #FFFFFF;
    background-color: #6BBDB9; }
body #content.components_index .headline.green,
body #content.magazine .headline.green,
body #content.collection .headline.green,
body #content.campaign-index .headline.green,
body #content.campaign-article-index .headline.green,
body #content.campaign-article .headline.green,
body #content.beyond-paris-article .headline.green,
body #content.component-dev .headline.green,
body:not(.index) .headline.green,
body:not(.landing_index) .headline.green {
  color: #62A044 ; }
  body #content.components_index .headline.green.fill,
  body #content.magazine .headline.green.fill,
  body #content.collection .headline.green.fill,
  body #content.campaign-index .headline.green.fill,
  body #content.campaign-article-index .headline.green.fill,
  body #content.campaign-article .headline.green.fill,
  body #content.beyond-paris-article .headline.green.fill,
  body #content.component-dev .headline.green.fill,
  body:not(.index) .headline.green.fill,
  body:not(.landing_index) .headline.green.fill {
    color: #FFFFFF;
    background-color: #62A044 ; }
body #content.components_index .headline.cool-blue,
body #content.magazine .headline.cool-blue,
body #content.collection .headline.cool-blue,
body #content.campaign-index .headline.cool-blue,
body #content.campaign-article-index .headline.cool-blue,
body #content.campaign-article .headline.cool-blue,
body #content.beyond-paris-article .headline.cool-blue,
body #content.component-dev .headline.cool-blue,
body:not(.index) .headline.cool-blue,
body:not(.landing_index) .headline.cool-blue {
  color: #007D99 ; }
  body #content.components_index .headline.cool-blue.fill,
  body #content.magazine .headline.cool-blue.fill,
  body #content.collection .headline.cool-blue.fill,
  body #content.campaign-index .headline.cool-blue.fill,
  body #content.campaign-article-index .headline.cool-blue.fill,
  body #content.campaign-article .headline.cool-blue.fill,
  body #content.beyond-paris-article .headline.cool-blue.fill,
  body #content.component-dev .headline.cool-blue.fill,
  body:not(.index) .headline.cool-blue.fill,
  body:not(.landing_index) .headline.cool-blue.fill {
    color: #FFFFFF;
    background-color: #007D99  ; }
body #content.components_index .headline.hosp-dark-pink,
body #content.magazine .headline.hosp-dark-pink,
body #content.collection .headline.hosp-dark-pink,
body #content.campaign-index .headline.hosp-dark-pink,
body #content.campaign-article-index .headline.hosp-dark-pink,
body #content.campaign-article .headline.hosp-dark-pink,
body #content.beyond-paris-article .headline.hosp-dark-pink,
body #content.component-dev .headline.hosp-dark-pink,
body:not(.index) .headline.hosp-dark-pink,
body:not(.landing_index) .headline.hosp-dark-pink {
  color: #F587C7 ; }
  body #content.components_index .headline.hosp-dark-pink.fill,
  body #content.magazine .headline.hosp-dark-pink.fill,
  body #content.collection .headline.hosp-dark-pink.fill,
  body #content.campaign-index .headline.hosp-dark-pink.fill,
  body #content.campaign-article-index .headline.hosp-dark-pink.fill,
 body #content.campaign-article .headline.hosp-dark-pink.fill,
  body #content.beyond-paris-article .headline.hosp-dark-pink.fill,
  body #content.component-dev .headline.hosp-dark-pink.fill,
  body:not(.index) .headline.hosp-dark-pink.fill,
  body:not(.landing_index) .headline.hosp-dark-pink.fill {
    color: #FFFFFF;
    background-color: #F587C7  ; }
body #content.components_index .headline.hosp-light-pink,
body #content.magazine .headline.hosp-light-pink,
body #content.collection .headline.hosp-light-pink,
body #content.campaign-index .headline.hosp-light-pink,
body #content.campaign-article-index .headline.hosp-light-pink,
body #content.campaign-article .headline.hosp-light-pink,
body #content.beyond-paris-article .headline.hosp-light-pink,
body #content.component-dev .headline.hosp-light-pink,
body:not(.index) .headline.hosp-light-pink,
body:not(.landing_index) .headline.hosp-light-pink {
  color: #F1D3D5 ; }
  body #content.components_index .headline.hosp-light-pink.fill,
  body #content.magazine .headline.hosp-light-pink.fill,
  body #content.collection .headline.hosp-light-pink.fill,
  body #content.campaign-index .headline.hosp-light-pink.fill,
  body #content.campaign-article-index .headline.hosp-light-pink.fill,
  body #content.campaign-article .headline.hosp-dark-light.fill,
  body #content.beyond-paris-article .headline.hosp-light-pink.fill,
  body #content.component-dev .headline.hosp-light-pink.fill,
 body:not(.index) .headline.hosp-light-pink.fill,
  body:not(.landing_index) .headline.hosp-light-pink.fill {
    color: #FFFFFF;
    background-color: #F1D3D5  ; }
body #content.components_index .headline.pale-grey,
body #content.magazine .headline.pale-grey,
body #content.collection .headline.pale-grey,
body #content.campaign-index .headline.pale-grey,
body #content.campaign-article-index .headline.pale-grey,
body #content.campaign-article .headline.pale-grey,
body #content.beyond-paris-article .headline.pale-grey,
body #content.component-dev .headline.pale-grey,
body:not(.index) .headline.pale-grey,
body:not(.landing_index) .headline.pale-grey {
  color: #F2F2F2 ; }
  body #content.components_index .headline.pale-grey.fill,
  body #content.magazine .headline.pale-grey.fill,
  body #content.collection .headline.pale-grey.fill,
  body #content.campaign-index .headline.pale-grey.fill,
  body #content.campaign-article-index .headline.pale-grey.fill,
  body #content.campaign-article .headline.pale-grey.fill,
  body #content.beyond-paris-article .headline.pale-grey.fill,
  body #content.component-dev .headline.pale-grey.fill,
  body:not(.index) .headline.pale-grey.fill,
  body:not(.landing_index) .headline.pale-grey.fill {
    color: #FFFFFF;
    background-color: #F2F2F2  ; }
body #content.components_index .headline.dark-grey,
body #content.magazine .headline.dark-grey,
body #content.collection .headline.dark-grey,
body #content.campaign-index .headline.dark-grey,
body #content.campaign-article-index .headline.dark-grey,
body #content.campaign-article .headline.dark-grey,
body #content.beyond-paris-article .headline.dark-grey,
body #content.component-dev .headline.dark-grey,
body:not(.index) .headline.dark-grey,
body:not(.landing_index) .headline.dark-grey {
  color: #272727 ; }
  body #content.components_index .headline.dark-grey.fill,
  body #content.magazine .headline.dark-grey.fill,
  body #content.collection .headline.dark-grey.fill,
  body #content.campaign-index .headline.dark-grey.fill,
  body #content.campaign-article-index .headline.dark-grey.fill,
  body #content.campaign-article .headline.dark-grey.fill,
  body #content.beyond-paris-article .headline.dark-grey.fill,
  body #content.component-dev .headline.dark-grey.fill,
  body:not(.index) .headline.dark-grey.fill,
  body:not(.landing_index) .headline.dark-grey.fill {
    color: #FFFFFF;
    background-color: #272727   ; }
body #content.components_index .headline.light-grey,
body #content.magazine .headline.light-grey,
body #content.collection .headline.light-grey,
body #content.campaign-index .headline.light-grey,
body #content.campaign-article-index .headline.light-grey,
body #content.campaign-article .headline.light-grey,
body #content.beyond-paris-article .headline.light-grey,
body #content.component-dev .headline.light-grey,
body:not(.index) .headline.light-grey,
body:not(.landing_index) .headline.light-grey {
  color: #666666  ; }
  body #content.components_index .headline.light-grey.fill,
  body #content.magazine .headline.light-grey.fill,
  body #content.collection .headline.light-grey.fill,
  body #content.campaign-index .headline.light-grey.fill,
  body #content.campaign-article-index .headline.light-grey.fill,
  body #content.campaign-article .headline.light-grey.fill,
  body #content.beyond-paris-article .headline.light-grey.fill,
  body #content.component-dev .headline.light-grey.fill,
  body:not(.index) .headline.light-grey.fill,
  body:not(.landing_index) .headline.light-grey.fill {
    color: #FFFFFF;
    background-color: #666666    ; }
  body #content.components_index .headline.background.sea-green,
  body #content.magazine .headline.background.sea-green,
  body #content.collection .headline.background.sea-green,
  body #content.campaign-index .headline.background.sea-green,
  body #content.campaign-article-index .headline.background.sea-green,
  body #content.campaign-article .headline.background.sea-green,
  body #content.beyond-paris-article .headline.background.sea-green,
  body #content.component-dev .headline.background.sea-green,
  body:not(.index) .headline.background.sea-green,
  body:not(.landing_index) .headline.background.sea-green {
    position: relative; }
    body #content.components_index .headline.background.sea-green .title, body #content.components_index .headline.background.sea-green .sub-title,
    body #content.magazine .headline.background.sea-green .title,
    body #content.magazine .headline.background.sea-green .sub-title,
    body #content.collection .headline.background.sea-green .title,
    body #content.collection .headline.background.sea-green .sub-title,
    body #content.campaign-index .headline.background.sea-green .title,
    body #content.campaign-index .headline.background.sea-green .sub-title,
    body #content.campaign-article-index .headline.background.sea-green .title,
    body #content.campaign-article-index .headline.background.sea-green .sub-title,
    body #content.campaign-article .headline.background.sea-green .title,
    body #content.campaign-article .headline.background.sea-green .sub-title,
    body #content.beyond-paris-article .headline.background.sea-green .title,
    body #content.beyond-paris-article .headline.background.sea-green .sub-title,
    body #content.component-dev .headline.background.sea-green .title,
    body #content.component-dev .headline.background.sea-green .sub-title,
    body:not(.index) .headline.background.sea-green .title,
    body:not(.index) .headline.background.sea-green .sub-title,
    body:not(.landing_index) .headline.background.sea-green .title,
    body:not(.landing_index) .headline.background.sea-green .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.sea-green:after,
    body #content.magazine .headline.background.sea-green:after,
    body #content.collection .headline.background.sea-green:after,
    body #content.campaign-index .headline.background.sea-green:after,
    body #content.campaign-article-index .headline.background.sea-green:after,
    body #content.campaign-article .headline.background.sea-green:after,
    body #content.beyond-paris-article .headline.background.sea-green:after,
    body #content.component-dev .headline.background.sea-green:after,
    body:not(.index) .headline.background.sea-green:after,
    body:not(.landing_index) .headline.background.sea-green:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(140, 226, 208, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.aqua-blue,
  body #content.magazine .headline.background.aqua-blue,
  body #content.collection .headline.background.aqua-blue,
  body #content.campaign-index .headline.background.aqua-blue,
  body #content.campaign-article-index .headline.background.aqua-blue,
  body #content.campaign-article .headline.background.aqua-blue,
  body #content.beyond-paris-article .headline.background.aqua-blue,
  body #content.component-dev .headline.background.aqua-blue,
  body:not(.index) .headline.background.aqua-blue,
  body:not(.landing_index) .headline.background.aqua-blue {
    position: relative; }
    body #content.components_index .headline.background.aqua-blue .title, body #content.components_index .headline.background.aqua-blue .sub-title,
    body #content.magazine .headline.background.aqua-blue .title,
    body #content.magazine .headline.background.aqua-blue .sub-title,
    body #content.collection .headline.background.aqua-blue .title,
    body #content.collection .headline.background.aqua-blue .sub-title,
    body #content.campaign-index .headline.background.aqua-blue .title,
    body #content.campaign-index .headline.background.aqua-blue .sub-title,
    body #content.campaign-article-index .headline.background.aqua-blue .title,
    body #content.campaign-article-index .headline.background.aqua-blue .sub-title,
    body #content.campaign-article .headline.background.aqua-blue .title,
    body #content.campaign-article .headline.background.aqua-blue .sub-title,
    body #content.beyond-paris-article .headline.background.aqua-blue .title,
    body #content.beyond-paris-article .headline.background.aqua-blue .sub-title,
    body #content.component-dev .headline.background.aqua-blue .title,
    body #content.component-dev .headline.background.aqua-blue .sub-title,
    body:not(.index) .headline.background.aqua-blue .title,
    body:not(.index) .headline.background.aqua-blue .sub-title,
    body:not(.landing_index) .headline.background.aqua-blue .title,
    body:not(.landing_index) .headline.background.aqua-blue .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.aqua-blue:after,
    body #content.magazine .headline.background.aqua-blue:after,
    body #content.collection .headline.background.aqua-blue:after,
    body #content.campaign-index .headline.background.aqua-blue:after,
    body #content.campaign-article-index .headline.background.aqua-blue:after,
    body #content.campaign-article .headline.background.aqua-blue:after,
    body #content.beyond-paris-article .headline.background.aqua-blue:after,
    body #content.component-dev .headline.background.aqua-blue:after,
    body:not(.index) .headline.background.aqua-blue:after,
    body:not(.landing_index) .headline.background.aqua-blue:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(107, 189, 185, 0.28); 
      z-index: 1; }
  body #content.components_index .headline.background.green,
  body #content.magazine .headline.background.green,
  body #content.collection .headline.background.green,
  body #content.campaign-index .headline.background.green,
  body #content.campaign-article-index .headline.background.green,
  body #content.campaign-article .headline.background.green,
  body #content.beyond-paris-article .headline.background.green,
  body #content.component-dev .headline.background.green,
  body:not(.index) .headline.background.green,
  body:not(.landing_index) .headline.background.green {
    position: relative; }
    body #content.components_index .headline.background.green .title, body #content.components_index .headline.background.green .sub-title,
    body #content.magazine .headline.background.green .title,
    body #content.magazine .headline.background.green .sub-title,
   body #content.collection .headline.background.green .title,
    body #content.collection .headline.background.green .sub-title,
    body #content.campaign-index .headline.background.green .title,
    body #content.campaign-index .headline.background.green .sub-title,
    body #content.campaign-article-index .headline.background.green .title,
    body #content.campaign-article-index .headline.background.green .sub-title,
    body #content.campaign-article .headline.background.green .title,
    body #content.campaign-article .headline.background.green .sub-title,
    body #content.beyond-paris-article .headline.background.green .title,
    body #content.beyond-paris-article .headline.background.green .sub-title,
    body #content.component-dev .headline.background.green .title,
    body #content.component-dev .headline.background.green .sub-title,
    body:not(.index) .headline.background.green .title,
    body:not(.index) .headline.background.green .sub-title,
    body:not(.landing_index) .headline.background.green .title,
    body:not(.landing_index) .headline.background.green .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.green:after,
    body #content.magazine .headline.background.green:after,
   body #content.collection .headline.background.green:after,
    body #content.campaign-index .headline.background.green:after,
    body #content.campaign-article-index .headline.background.green:after,
    body #content.campaign-article .headline.background.green:after,
    body #content.beyond-paris-article .headline.background.green:after,
    body #content.component-dev .headline.background.green:after,
    body:not(.index) .headline.background.green:after,
    body:not(.landing_index) .headline.background.green:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(98, 160, 68, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.cool-blue,
  body #content.magazine .headline.background.cool-blue,
  body #content.collection .headline.background.cool-blue,
  body #content.campaign-index .headline.background.cool-blue,
  body #content.campaign-article-index .headline.background.cool-blue,
  body #content.campaign-article .headline.background.cool-blue,
  body #content.beyond-paris-article .headline.background.cool-blue,
  body #content.component-dev .headline.background.cool-blue,
  body:not(.index) .headline.background.cool-blue,
  body:not(.landing_index) .headline.background.cool-blue {
    position: relative; }
    body #content.components_index .headline.background.cool-blue .title, body #content.components_index .headline.background.cool-blue .sub-title,
    body #content.magazine .headline.background.cool-blue .title,
    body #content.magazine .headline.background.cool-blue .sub-title,
    body #content.collection .headline.background.cool-blue .title,
    body #content.collection .headline.background.cool-blue .sub-title,
    body #content.campaign-index .headline.background.cool-blue .title,
    body #content.campaign-index .headline.background.cool-blue .sub-title,
    body #content.campaign-article-index .headline.background.cool-blue .title,
    body #content.campaign-article-index .headline.background.cool-blue .sub-title,
    body #content.campaign-article .headline.background.cool-blue .title,
    body #content.campaign-article .headline.background.cool-blue .sub-title,
    body #content.beyond-paris-article .headline.background.cool-blue .title,
    body #content.beyond-paris-article .headline.background.cool-blue .sub-title,
    body #content.component-dev .headline.background.cool-blue .title,
    body #content.component-dev .headline.background.cool-blue .sub-title,
    body:not(.index) .headline.background.cool-blue .title,
    body:not(.index) .headline.background.cool-blue .sub-title,
    body:not(.landing_index) .headline.background.cool-blue .title,
    body:not(.landing_index) .headline.background.cool-blue .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.cool-blue:after,
    body #content.magazine .headline.background.cool-blue:after,
    body #content.collection .headline.background.cool-blue:after,
    body #content.campaign-index .headline.background.cool-blue:after,
    body #content.campaign-article-index .headline.background.cool-blue:after,
    body #content.campaign-article .headline.background.cool-blue:after,
    body #content.beyond-paris-article .headline.background.cool-blue:after,
    body #content.component-dev .headline.background.cool-blue:after,
    body:not(.index) .headline.background.cool-blue:after,
    body:not(.landing_index) .headline.background.cool-blue:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(0, 125, 153, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.hosp-dark-pink,
  body #content.magazine .headline.background.hosp-dark-pink,
  body #content.collection .headline.background.hosp-dark-pink,
  body #content.campaign-index .headline.background.hosp-dark-pink,
  body #content.campaign-article-index .headline.background.hosp-dark-pink,
  body #content.campaign-article .headline.background.hosp-dark-pink,
  body #content.beyond-paris-article .headline.background.hosp-dark-pink,
  body #content.component-dev .headline.background.hosp-dark-pink,
  body:not(.index) .headline.background.hosp-dark-pink,
  body:not(.landing_index) .headline.background.hosp-dark-pink {
    position: relative; }
    body #content.components_index .headline.background.hosp-dark-pink .title, body #content.components_index .headline.background.hosp-dark-pink .sub-title,
    body #content.magazine .headline.background.hosp-dark-pink .title,
    body #content.magazine .headline.background.hosp-dark-pink .sub-title,
    body #content.collection .headline.background.hosp-dark-pink .title,
    body #content.collection .headline.background.hosp-dark-pink .sub-title,
    body #content.campaign-index .headline.background.hosp-dark-pink .title,
    body #content.campaign-index .headline.background.hosp-dark-pink .sub-title,
    body #content.campaign-article-index .headline.background.hosp-dark-pink .title,
    body #content.campaign-article-index .headline.background.hosp-dark-pink .sub-title,
    body #content.campaign-article .headline.background.hosp-dark-pink .title,
    body #content.campaign-article .headline.background.hosp-dark-pink .sub-title,
    body #content.beyond-paris-article .headline.background.hosp-dark-pink .title,
    body #content.beyond-paris-article .headline.background.hosp-dark-pink .sub-title,
    body #content.component-dev .headline.background.hosp-dark-pink .title,
    body #content.component-dev .headline.background.hosp-dark-pink .sub-title,
    body:not(.index) .headline.background.hosp-dark-pink .title,
    body:not(.index) .headline.background.hosp-dark-pink .sub-title,
    body:not(.landing_index) .headline.background.hosp-dark-pink .title,
    body:not(.landing_index) .headline.background.hosp-dark-pink .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.hosp-dark-pink:after,
    body #content.magazine .headline.background.hosp-dark-pink:after,
    body #content.collection .headline.background.hosp-dark-pink:after,
    body #content.campaign-index .headline.background.hosp-dark-pink:after,
    body #content.campaign-article-index .headline.background.hosp-dark-pink:after,
    body #content.campaign-article .headline.background.hosp-dark-pink:after,
    body #content.beyond-paris-article .headline.background.hosp-dark-pink:after,
    body #content.component-dev .headline.background.hosp-dark-pink:after,
    body:not(.index) .headline.background.hosp-dark-pink:after,
    body:not(.landing_index) .headline.background.hosp-dark-pink:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(245, 135, 199, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.hosp-light-pink,
  body #content.magazine .headline.background.hosp-light-pink,
  body #content.collection .headline.background.hosp-light-pink,
  body #content.campaign-index .headline.background.hosp-light-pink,
  body #content.campaign-article-index .headline.background.hosp-light-pink,
  body #content.campaign-article .headline.background.hosp-light-pink,
  body #content.beyond-paris-article .headline.background.hosp-light-pink,
  body #content.component-dev .headline.background.hosp-light-pink,
  body:not(.index) .headline.background.hosp-light-pink,
  body:not(.landing_index) .headline.background.hosp-light-pink {
    position: relative; }
    body #content.components_index .headline.background.hosp-light-pink .title, body #content.components_index .headline.background.hosp-light-pink .sub-title,
    body #content.magazine .headline.background.hosp-light-pink .title,
    body #content.magazine .headline.background.hosp-light-pink .sub-title,
    body #content.collection .headline.background.hosp-light-pink .title,
    body #content.collection .headline.background.hosp-light-pink .sub-title,
    body #content.campaign-index .headline.background.hosp-light-pink .title,
    body #content.campaign-index .headline.background.hosp-light-pink .sub-title,
    body #content.campaign-article-index .headline.background.hosp-light-pink .title,
    body #content.campaign-article-index .headline.background.hosp-light-pink .sub-title,
    body #content.campaign-article .headline.background.hosp-light-pink .title,
    body #content.campaign-article .headline.background.hosp-light-pink .sub-title,
    body #content.beyond-paris-article .headline.background.hosp-light-pink .title,
    body #content.beyond-paris-article .headline.background.hosp-light-pink .sub-title,
    body #content.component-dev .headline.background.hosp-light-pink .title,
    body #content.component-dev .headline.background.hosp-light-pink .sub-title,
    body:not(.index) .headline.background.hosp-light-pink .title,
    body:not(.index) .headline.background.hosp-light-pink .sub-title,
    body:not(.landing_index) .headline.background.hosp-light-pink .title,
    body:not(.landing_index) .headline.background.hosp-light-pink .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.hosp-light-pink:after,
    body #content.magazine .headline.background.hosp-light-pink:after,
    body #content.collection .headline.background.hosp-light-pink:after,
    body #content.campaign-index .headline.background.hosp-light-pink:after,
    body #content.campaign-article-index .headline.background.hosp-light-pink:after,
    body #content.campaign-article .headline.background.hosp-light-pink:after,
    body #content.beyond-paris-article .headline.background.hosp-light-pink:after,
    body #content.component-dev .headline.background.hosp-light-pink:after,
    body:not(.index) .headline.background.hosp-light-pink:after,
    body:not(.landing_index) .headline.background.hosp-light-pink:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(241, 211, 213, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.pale-grey,
  body #content.magazine .headline.background.pale-grey,
  body #content.collection .headline.background.pale-grey,
  body #content.campaign-index .headline.background.pale-grey,
  body #content.campaign-article-index .headline.background.pale-grey,
  body #content.campaign-article .headline.background.pale-grey,
  body #content.beyond-paris-article .headline.background.pale-grey,
  body #content.component-dev .headline.background.pale-grey,
  body:not(.index) .headline.background.pale-grey,
  body:not(.landing_index) .headline.background.pale-grey {
    position: relative; }
    body #content.components_index .headline.background.pale-grey .title, body #content.components_index .headline.background.pale-grey .sub-title,
    body #content.magazine .headline.background.pale-grey .title,
    body #content.magazine .headline.background.pale-grey .sub-title,
    body #content.collection .headline.background.pale-grey .title,
    body #content.collection .headline.background.pale-grey .sub-title,
    body #content.campaign-index .headline.background.pale-grey .title,
    body #content.campaign-index .headline.background.pale-grey .sub-title,
    body #content.campaign-article-index .headline.background.pale-grey .title,
    body #content.campaign-article-index .headline.background.pale-grey .sub-title,
    body #content.campaign-article .headline.background.pale-grey .title,
    body #content.campaign-article .headline.background.pale-grey .sub-title,
    body #content.beyond-paris-article .headline.background.pale-grey .title,
    body #content.beyond-paris-article .headline.background.pale-grey .sub-title,
    body #content.component-dev .headline.background.pale-grey .title,
    body #content.component-dev .headline.background.pale-grey .sub-title,
    body:not(.index) .headline.background.pale-grey .title,
    body:not(.index) .headline.background.pale-grey .sub-title,
    body:not(.landing_index) .headline.background.pale-grey .title,
    body:not(.landing_index) .headline.background.pale-grey .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.pale-grey:after,
    body #content.magazine .headline.background.pale-grey:after,
    body #content.collection .headline.background.pale-grey:after,
    body #content.campaign-index .headline.background.pale-grey:after,
    body #content.campaign-article-index .headline.background.pale-grey:after,
    body #content.campaign-article .headline.background.pale-grey:after,
    body #content.beyond-paris-article .headline.background.pale-grey:after,
    body #content.component-dev .headline.background.pale-grey:after,
    body:not(.index) .headline.background.pale-grey:after,
    body:not(.landing_index) .headline.background.pale-grey:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(242, 242, 242, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.dark-grey,
  body #content.magazine .headline.background.dark-grey,
  body #content.collection .headline.background.dark-grey,
  body #content.campaign-index .headline.background.dark-grey,
  body #content.campaign-article-index .headline.background.dark-grey,
  body #content.campaign-article .headline.background.dark-grey,
  body #content.beyond-paris-article .headline.background.dark-grey,
  body #content.component-dev .headline.background.dark-grey,
  body:not(.index) .headline.background.dark-grey,
  body:not(.landing_index) .headline.background.dark-grey {
    position: relative; }
    body #content.components_index .headline.background.dark-grey .title, body #content.components_index .headline.background.dark-grey .sub-title,
    body #content.magazine .headline.background.dark-grey .title,
    body #content.magazine .headline.background.dark-grey .sub-title,
    body #content.collection .headline.background.dark-grey .title,
    body #content.collection .headline.background.dark-grey .sub-title,
    body #content.campaign-index .headline.background.dark-grey .title,
    body #content.campaign-index .headline.background.dark-grey .sub-title,
    body #content.campaign-article-index .headline.background.dark-grey .title,
    body #content.campaign-article-index .headline.background.dark-grey .sub-title,
    body #content.campaign-article .headline.background.dark-grey .title,
    body #content.campaign-article .headline.background.dark-grey .sub-title,
    body #content.beyond-paris-article .headline.background.dark-grey .title,
    body #content.beyond-paris-article .headline.background.dark-grey .sub-title,
    body #content.component-dev .headline.background.dark-grey .title,
    body #content.component-dev .headline.background.dark-grey .sub-title,
    body:not(.index) .headline.background.dark-grey .title,
    body:not(.index) .headline.background.dark-grey .sub-title,
    body:not(.landing_index) .headline.background.dark-grey .title,
    body:not(.landing_index) .headline.background.dark-grey .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.dark-grey:after,
    body #content.magazine .headline.background.dark-grey:after,
    body #content.collection .headline.background.dark-grey:after,
    body #content.campaign-index .headline.background.dark-grey:after,
    body #content.campaign-article-index .headline.background.dark-grey:after,
    body #content.campaign-article .headline.background.dark-grey:after,
    body #content.beyond-paris-article .headline.background.dark-grey:after,
    body #content.component-dev .headline.background.dark-grey:after,
    body:not(.index) .headline.background.dark-grey:after,
    body:not(.landing_index) .headline.background.dark-grey:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(39, 39, 39, 0.28);
      z-index: 1; }
  body #content.components_index .headline.background.light-grey,
  body #content.magazine .headline.background.light-grey,
  body #content.collection .headline.background.light-grey,
  body #content.campaign-index .headline.background.light-grey,
  body #content.campaign-article-index .headline.background.light-grey,
  body #content.campaign-article .headline.background.light-grey,
  body #content.beyond-paris-article .headline.background.light-grey,
  body #content.component-dev .headline.background.light-grey,
  body:not(.index) .headline.background.light-grey,
  body:not(.landing_index) .headline.background.light-grey {
    position: relative; }
    body #content.components_index .headline.background.light-grey .title, body #content.components_index .headline.background.light-grey .sub-title,
    body #content.magazine .headline.background.light-grey .title,
    body #content.magazine .headline.background.light-grey .sub-title,
    body #content.collection .headline.background.light-grey .title,
    body #content.collection .headline.background.light-grey .sub-title,
    body #content.campaign-index .headline.background.light-grey .title,
    body #content.campaign-index .headline.background.light-grey .sub-title,
    body #content.campaign-article-index .headline.background.light-grey .title,
    body #content.campaign-article-index .headline.background.light-grey .sub-title,
    body #content.campaign-article .headline.background.light-grey .title,
    body #content.campaign-article .headline.background.light-grey .sub-title,
    body #content.beyond-paris-article .headline.background.light-grey .title,
    body #content.beyond-paris-article .headline.background.light-grey .sub-title,
    body #content.component-dev .headline.background.light-grey .title,
    body #content.component-dev .headline.background.light-grey .sub-title,
    body:not(.index) .headline.background.light-grey .title,
    body:not(.index) .headline.background.light-grey .sub-title,
    body:not(.landing_index) .headline.background.light-grey .title,
    body:not(.landing_index) .headline.background.light-grey .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.light-grey:after,
    body #content.magazine .headline.background.light-grey:after,
    body #content.collection .headline.background.light-grey:after,
    body #content.campaign-index .headline.background.light-grey:after,
    body #content.campaign-article-index .headline.background.light-grey:after,
    body #content.campaign-article .headline.background.light-grey:after,
    body #content.beyond-paris-article .headline.background.light-grey:after,
    body #content.component-dev .headline.background.light-grey:after,
    body:not(.index) .headline.background.light-grey:after,
    body:not(.landing_index) .headline.background.light-grey:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(102, 102, 102, 0.28);
      z-index: 1; }
.button.sea-green,
  button.sea-green {
    color: #8CE2D0 ;
    border-color: #8CE2D0 ;
    background-color: transparent; }
    .button.sea-green:hover,
    button.sea-green:hover {
      border-color: #70b8a9;
      background-color: transparent; }
    .button.sea-green.fill,
    button.sea-green.fill {
      color: #FFFFFF;
      background-color: #8CE2D0 ;
      border: 0; }
    .button.sea-green.fill:hover,
    button.sea-green:hover {
      background-color: #70b8a9;
      border: 0; }
.button.aqua-blue,
  button.aqua-blue{
    color: #6BBDB9 ;
    border-color: #6BBDB9 ;
    background-color: transparent; }
    .button.aqua-blue:hover,
    button.aqua-blue:hover {
      border-color: #7ee0dc;
      background-color: transparent; }
    .button.aqua-blue.fill,
    button.aqua-blue.fill {
      color: #FFFFFF;
      background-color: #6BBDB9 ;
      border: 0; }
    .button.aqua-blue.fill:hover,
    button.aqua-blue:hover {
      background-color: #7ee0dc;
      border: 0; }
.button.green,
  button.green{
    color: #62A044  ;
    border-color: #62A044  ;
    background-color: transparent; }
    .button.green:hover,
    button.green:hover {
      border-color: #4b7a33;
      background-color: transparent; }
    .button.green.fill,
    button.green.fill {
      color: #FFFFFF;
      background-color: #62A044  ;
      border: 0; }
    .button.green.fill:hover,
    button.green:hover {
      background-color: #4b7a33;
      border: 0; }
.button.cool-blue,
  button.cool-blue{
    color: #007D99  ;
    border-color: #007D99  ;
    background-color: transparent; }
    .button.cool-blue:hover,
    button.cool-blue:hover {
      border-color: #00a0c4;
      background-color: transparent; }
    .button.cool-blue.fill,
    button.cool-blue.fill {
      color: #FFFFFF;
      background-color: #007D99  ;
      border: 0; }
    .button.cool-blue.fill:hover,
    button.cool-blue:hover {
      background-color: #00a0c4;
      border: 0; }
.button.hosp-dark-pink,
  button.hosp-dark-pink{
    color: #F587C7   ;
    border-color: #F587C7   ;
    background-color: transparent; }
    .button.hosp-dark-pink:hover,
    button.hosp-dark-pink:hover {
      border-color: #c96fa4;
      background-color: transparent; }
    .button.hosp-dark-pink.fill,
    button.hosp-dark-pink.fill {
      color: #FFFFFF;
      background-color: #F587C7   ;
      border: 0; }
    .button.hosp-dark-pink.fill:hover,
    button.hosp-dark-pink:hover {
      background-color: #c96fa4;
      border: 0; }
.button.hosp-light-pink,
  button.hosp-light-pink{
    color: #F1D3D5   ;
    border-color: #F1D3D5   ;
    background-color: transparent; }
    .button.hosp-light-pink:hover,
    button.hosp-light-pink:hover {
      border-color: #d4b8ba;
      background-color: transparent; }
    .button.hosp-light-pink.fill,
    button.hosp-light-pink.fill {
      color: #FFFFFF;
      background-color: #F1D3D5   ;
      border: 0; }
    .button.hosp-light-pink.fill:hover,
    button.hosp-light-pink:hover {
      background-color: #d4b8ba;
      border: 0; }
.button.pale-grey,
  button.pale-grey{
    color: #F2F2F2  ;
    border-color: #F2F2F2   ;
    background-color: transparent; }
    .button.pale-grey:hover,
    button.pale-grey:hover {
      border-color: #c9c9c9;
      background-color: transparent; }
    .button.pale-grey.fill,
    button.pale-grey.fill {
      color: #FFFFFF;
      background-color: #F2F2F2   ;
      border: 0; }
    .button.pale-grey.fill:hover,
    button.pale-grey:hover {
      background-color: #c9c9c9;
      border: 0; }
.button.dark-grey,
  button.dark-grey{
    color: #272727  ;
    border-color: #272727   ;
    background-color: transparent; }
    .button.dark-grey:hover,
    button.dark-grey:hover {
      border-color: #7c7c7c;
      background-color: transparent; }
    .button.dark-grey.fill,
    button.dark-grey.fill {
      color: #FFFFFF;
      background-color: #272727   ;
      border: 0; }
    .button.dark-grey.fill:hover,
    button.dark-grey:hover {
      background-color: #7c7c7c;
      border: 0; }
.button.light-grey,
  button.light-grey{
    color: #666666   ;
    border-color: #666666    ;
    background-color: transparent; }
    .button.light-grey:hover,
    button.light-grey:hover {
      border-color: #a1a1a1;
      background-color: transparent; }
    .button.light-grey.fill,
    button.light-grey.fill {
      color: #FFFFFF;
      background-color: #666666    ;
      border: 0; }
    .button.light-grey.fill:hover,
    button.light-grey:hover {
      background-color: #a1a1a1;
      border: 0; }

/* JIRA GBLWEBSUPP-1726 changes end */  

/* JIRA GBLWEBSUPP-1761 changes start */  
body #content.components_index .headline.jade-green,
body #content.magazine .headline.jade-green,
body #content.collection .headline.jade-green,
body #content.campaign-index .headline.jade-green,
body #content.campaign-article-index .headline.jade-green,
body #content.campaign-article .headline.jade-green,
body #content.beyond-paris-article .headline.jade-green,
body #content.component-dev .headline.jade-green,
body:not(.index) .headline.jade-green,
body:not(.landing_index) .headline.jade-green {
  color: #477563; }
  body #content.components_index .headline.jade-green.fill,
  body #content.magazine .headline.jade-green.fill,
  body #content.collection .headline.jade-green.fill,
  body #content.campaign-index .headline.jade-green.fill,
  body #content.campaign-article-index .headline.jade-green.fill,
  body #content.campaign-article .headline.jade-green.fill,
  body #content.beyond-paris-article .headline.jade-green.fill,
  body #content.component-dev .headline.jade-green.fill,
  body:not(.index) .headline.jade-green.fill,
  body:not(.landing_index) .headline.jade-green.fill {
    color: #FFFFFF;
    background-color: #477563; }



body #content.components_index .headline.background.jade-green,
  body #content.magazine .headline.background.jade-green,
  body #content.collection .headline.background.jade-green,
  body #content.campaign-index .headline.background.jade-green,
  body #content.campaign-article-index .headline.background.jade-green,
  body #content.campaign-article .headline.background.jade-green,
  body #content.beyond-paris-article .headline.background.jade-green,
  body #content.component-dev .headline.background.jade-green,
  body:not(.index) .headline.background.jade-green,
  body:not(.landing_index) .headline.background.jade-green {
    position: relative; }
    body #content.components_index .headline.background.jade-green .title, body #content.components_index .headline.background.jade-green .sub-title,
    body #content.magazine .headline.background.jade-green .title,
    body #content.magazine .headline.background.jade-green .sub-title,
    body #content.collection .headline.background.jade-green .title,
    body #content.collection .headline.background.jade-green .sub-title,
    body #content.campaign-index .headline.background.jade-green .title,
    body #content.campaign-index .headline.background.jade-green .sub-title,
    body #content.campaign-article-index .headline.background.jade-green .title,
    body #content.campaign-article-index .headline.background.jade-green .sub-title,
    body #content.campaign-article .headline.background.jade-green .title,
    body #content.campaign-article .headline.background.jade-green .sub-title,
    body #content.beyond-paris-article .headline.background.jade-green .title,
    body #content.beyond-paris-article .headline.background.jade-green .sub-title,
    body #content.component-dev .headline.background.jade-green .title,
    body #content.component-dev .headline.background.jade-green .sub-title,
    body:not(.index) .headline.background.jade-green .title,
    body:not(.index) .headline.background.jade-green .sub-title,
    body:not(.landing_index) .headline.background.jade-green .title,
    body:not(.landing_index) .headline.background.jade-green .sub-title {
      color: #FFFFFF; }
    body #content.components_index .headline.background.jade-green:after,
    body #content.magazine .headline.background.jade-green:after,
    body #content.collection .headline.background.jade-green:after,
    body #content.campaign-index .headline.background.jade-green:after,
    body #content.campaign-article-index .headline.background.jade-green:after,
    body #content.campaign-article .headline.background.jade-green:after,
    body #content.beyond-paris-article .headline.background.jade-green:after,
    body #content.component-dev .headline.background.jade-green:after,
    body:not(.index) .headline.background.jade-green:after,
    body:not(.landing_index) .headline.background.jade-green:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(71, 117, 99, 0.28);
      z-index: 1; }



 .button.jade-green,
  button.jade-green {
    color: #477563 ;
    border-color: #477563 ;
    background-color: transparent; }
    .button.jade-green:hover,
    button.jade-green:hover {
      border-color: #549179;
      background-color: transparent; }
    .button.jade-green.fill,
    button.jade-green.fill {
      color: #FFFFFF;
      background-color: #477563 ;
      border: 0; }
    .button.jade-green.fill:hover,
    button.jade-green:hover {
      background-color: #549179;
      border: 0; }

/* JIRA GBLWEBSUPP-1761 changes end */ 
