/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em; }

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

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

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

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

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

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

body {
  background: #5a5a5f;
  color: #5a5a5f;
  padding: 0;
  margin: 0;
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

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

object,
embed {
  height: 100%; }

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

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

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

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

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

.hide {
  display: none; }

.start {
  float: left !important; }

.end {
  float: right !important; }

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

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

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

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100rem;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -1.07143rem;
    margin-right: -1.07143rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

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

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .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: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.small-reset-order,
  .columns.small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }
@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .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: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-offset-0 {
    position: relative;
    margin-left: 0% !important; }

  .medium-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    position: relative;
    margin-left: 25% !important; }

  .medium-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    position: relative;
    margin-left: 50% !important; }

  .medium-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    position: relative;
    margin-left: 75% !important; }

  .medium-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }

  .column.medium-reset-order,
  .columns.medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .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) {
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

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

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .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: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column.large-reset-order,
  .columns.large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .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: 80.063em) {
  .column.xlarge-centered,
  .columns.xlarge-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .column,
  .columns {
    position: relative;
    padding-left: 1.07143rem;
    padding-right: 1.07143rem;
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xlarge-offset-0 {
    position: relative;
    margin-left: 0% !important; }

  .xlarge-offset-1 {
    position: relative;
    margin-left: 8.33333% !important; }

  .xlarge-offset-2 {
    position: relative;
    margin-left: 16.66667% !important; }

  .xlarge-offset-3 {
    position: relative;
    margin-left: 25% !important; }

  .xlarge-offset-4 {
    position: relative;
    margin-left: 33.33333% !important; }

  .xlarge-offset-5 {
    position: relative;
    margin-left: 41.66667% !important; }

  .xlarge-offset-6 {
    position: relative;
    margin-left: 50% !important; }

  .xlarge-offset-7 {
    position: relative;
    margin-left: 58.33333% !important; }

  .xlarge-offset-8 {
    position: relative;
    margin-left: 66.66667% !important; }

  .xlarge-offset-9 {
    position: relative;
    margin-left: 75% !important; }

  .xlarge-offset-10 {
    position: relative;
    margin-left: 83.33333% !important; }

  .column.xlarge-reset-order,
  .columns.xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }
.accordion {
  *zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active a {
      background: #e8e8e8; }
    .accordion dd > a {
      background: #efefef;
      color: #222;
      padding: 1.14286rem;
      display: block;
      font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1.14286rem; }
      .accordion dd > a:hover {
        background: #e3e3e3; }
  .accordion .content {
    display: none;
    padding: 1.07143rem; }
    .accordion .content.active {
      display: block;
      background: #fff; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.42857rem;
  position: relative;
  padding: 1rem 1.71429rem 1rem 1rem;
  font-size: 0.92857rem;
  background-color: #5a5a5f;
  border-color: #4d4d52;
  color: #fff; }
  .alert-box .close {
    font-size: 1.57143rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.78571rem;
    right: 0.28571rem;
    color: #333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43AC6A;
    border-color: #3a945b;
    color: #fff; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: #fff; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: #fff; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 0 0 -1.07143rem;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.07143rem 2.14286rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      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%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.breadcrumbs {
  display: block;
  padding: 0.64286rem 1rem 0.64286rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #f4f4f4;
  border-color: gainsboro;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 0.78571rem;
    text-transform: uppercase; }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      text-decoration: underline; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      text-transform: uppercase;
      color: #5a5a5f; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #333; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #333; }
      .breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999; }
      .breadcrumbs > *.unavailable a {
        color: #999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaa;
      margin: 0 0.85714rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: normal;
  margin: 0 0 0.5rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1.14286rem;
  padding-right: 2.28571rem;
  padding-bottom: 1.21429rem;
  padding-left: 2.28571rem;
  font-size: 1.14286rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #5a5a5f;
  border-color: #48484c;
  color: #fff;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.21429rem;
  padding-bottom: 1.14286rem;
  -webkit-appearance: none;
  border: none;
  font-weight: 700 !important; }
  button:hover, button:focus, .button:hover, .button:focus {
    background-color: #48484c; }
  button:hover, button:focus, .button:hover, .button:focus {
    color: #fff; }
  button.secondary, .button.secondary {
    background-color: #e7e7e7;
    border-color: #b9b9b9;
    color: #333; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #b9b9b9; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      color: #333; }
  button.success, .button.success {
    background-color: #43AC6A;
    border-color: #368a55;
    color: #fff; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: #fff; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: #fff; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: #fff; }
  button.large, .button.large {
    padding-top: 1.28571rem;
    padding-right: 2.57143rem;
    padding-bottom: 1.35714rem;
    padding-left: 2.57143rem;
    font-size: 1.42857rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.07143rem;
    padding-left: 2rem;
    font-size: 0.92857rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    padding-top: 0.71429rem;
    padding-right: 1.42857rem;
    padding-bottom: 0.78571rem;
    padding-left: 1.42857rem;
    font-size: inherit;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.85714rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.85714rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    background-color: #5a5a5f;
    border-color: #48484c;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #48484c; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      color: #fff; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
      background-color: #5a5a5f; }
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      background-color: #e7e7e7;
      border-color: #b9b9b9;
      color: #333;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #b9b9b9; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        color: #333; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #e7e7e7; }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
      background-color: #43AC6A;
      border-color: #368a55;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #368a55; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        color: #fff; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #43AC6A; }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
      background-color: #f04124;
      border-color: #cf2a0e;
      color: #fff;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #cf2a0e; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        color: #fff; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #f04124; }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group > * {
    margin: 0;
    float: left; }
    .button-group > * > button, .button-group > * .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group > *:last-child button, .button-group > *:last-child .button {
      border-right: 0; }
    .button-group > *:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:last-child button, .button-group.radius > *:last-child .button {
    border-right: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-right: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:last-child button, .button-group.round > *:last-child .button {
    border-right: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:last-child button, .button-group.even-2 li:last-child .button {
      border-right: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:last-child button, .button-group.even-3 li:last-child .button {
      border-right: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:last-child button, .button-group.even-4 li:last-child .button {
      border-right: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:last-child button, .button-group.even-5 li:last-child .button {
      border-right: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:last-child button, .button-group.even-6 li:last-child .button {
      border-right: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:last-child button, .button-group.even-7 li:last-child .button {
      border-right: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-right: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:last-child button, .button-group.even-8 li:last-child .button {
      border-right: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

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

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
@media only screen and (max-width: 40em) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: #fff;
  border: solid 0px #cccccc;
  font-size: 14px;
  z-index: 99;
  margin-top: 10px;
  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 4px;
    border-color: transparent transparent #fff transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -8px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -10px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 1rem;
    cursor: pointer;
    line-height: 1.28571rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 1rem;
      color: #5a5a5f; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.42857rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: #fff;
    border: solid 0px #cccccc;
    font-size: 14px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.dropdown.button {
  position: relative;
  padding-right: 4.07143rem; }
  .dropdown.button:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before {
    border-width: 0.42857rem;
    right: 1.60714rem;
    margin-top: -0.17857rem; }
  .dropdown.button:before {
    border-color: #fff transparent transparent transparent; }
  .dropdown.button.tiny {
    padding-right: 3rem; }
    .dropdown.button.tiny:before {
      border-width: 0.42857rem;
      right: 1.28571rem;
      margin-top: -0.14286rem; }
    .dropdown.button.tiny:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.small {
    padding-right: 3.5rem; }
    .dropdown.button.small:before {
      border-width: 0.5rem;
      right: 1.5rem;
      margin-top: -0.17857rem; }
    .dropdown.button.small:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.large {
    padding-right: 4.14286rem; }
    .dropdown.button.large:before {
      border-width: 0.35714rem;
      right: 1.96429rem;
      margin-top: -0.17857rem; }
    .dropdown.button.large:before {
      border-color: #fff transparent transparent transparent; }
  .dropdown.button.secondary:before {
    border-color: #333 transparent transparent transparent; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.flex-video {
  position: relative;
  padding-top: 1.78571rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 0;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/* Standard Forms */
form {
  margin: 0 0 1.14286rem; }

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

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

select {
  -webkit-appearance: none !important;
  background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.57143rem;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  select:hover {
    background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999; }

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }
/* 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: 1rem;
  height: 2.64286rem;
  line-height: 2.64286rem; }

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

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

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

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

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

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

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

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

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

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1.14286rem 0;
  padding: 0.57143rem;
  height: 2.64286rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #ddd; }

/* Add height value for select elements to match text input height */
select {
  height: 2.64286rem; }

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

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

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

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #ddd;
  padding: 1.42857rem;
  margin: 1.28571rem 0; }
  fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.21429rem;
    margin: 0;
    margin-left: -0.21429rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -1px;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -1px;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error label,
.error label.error {
  color: #f04124; }
.error > small,
.error small.error {
  display: block;
  padding: 0.42857rem 0.64286rem 0.64286rem;
  margin-top: -1px;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #fff; }
.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 {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.inline-list {
  margin: 0 auto 0.5rem auto;
  margin-left: -1.57143rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.57143rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 1rem;
  padding: 0.14286rem 0.28571rem 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.label {
  font-weight: normal;
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.28571rem 0.57143rem 0.42857rem;
  font-size: 0.78571rem;
  background-color: #5a5a5f;
  color: #fff; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: #fff; }
  .label.success {
    background-color: #43AC6A;
    color: #fff; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
[data-magellan-expedition] {
  background: #fff;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav .active {
      line-height: 1.8em; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
@-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; }

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

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative; }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: #fff;
        width: 100%;
        padding: 0.71429rem 1rem;
        font-size: 1rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: #fff;
    background: transparent;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.35714rem; }
  .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: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px #fff;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent #fff; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent transparent transparent #333; }
  .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: rgba(20, 20, 25, 0.7);
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(20, 20, 25, 0.7); }
    .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: #afafb4; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: #fff; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: #afafb4;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: #fff; }

.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 {
    display: inline-block;
    width: 0.64286rem;
    height: 0.64286rem;
    background: #ccc;
    float: none;
    margin-right: 6px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

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

@media only screen and (min-width: 40.063em) {
  .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-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
ul.pagination {
  display: block;
  height: 1.71429rem;
  margin-left: -0.35714rem; }
  ul.pagination li {
    height: 1.71429rem;
    color: #222;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    ul.pagination li a {
      display: block;
      padding: 0.07143rem 0.71429rem 0.07143rem;
      color: #999;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #5a5a5f;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #5a5a5f; }
  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; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.42857rem;
  padding: 0.71429rem;
  background: #f2f2f2; }
  .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 {
    color: #333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.71429rem; }
    .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: #d9d9db;
    margin-bottom: 1.42857rem;
    padding: 0.71429rem;
    background: #f5f5f6; }
    .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 {
      color: #333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.71429rem; }
      .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 {
      color: #5a5a5f; }
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #000;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

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

@media only screen and (min-width: 40.063em) {
  .reveal-modal {
    padding: 2.14286rem;
    top: 7.14286rem; }
    .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  .reveal-modal {
    background: #fff !important; } }
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.side-nav {
  display: block;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.5rem 0;
    font-size: 1rem; }
    .side-nav li a {
      display: block;
      color: #5a5a5f; }
    .side-nav li.active > a:first-child {
      color: #4d4d4d;
      font-weight: normal;
      font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.split.button {
  position: relative;
  padding-right: 5.78571rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      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.53571rem; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.42857rem;
      top: 48%;
      margin-left: -0.42857rem; }
  .split.button span:before {
    border-color: #fff transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: #fff 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: 4.28571rem; }
    .split.button.tiny span {
      width: 2.57143rem; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.42857rem;
        top: 48%;
        margin-left: -0.42857rem; }
  .split.button.small {
    padding-right: 5rem; }
    .split.button.small span {
      width: 3rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.5rem;
        top: 48%;
        margin-left: -0.42857rem; }
  .split.button.large {
    padding-right: 6.28571rem; }
    .split.button.large span {
      width: 3.92857rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.35714rem;
        top: 48%;
        margin-left: -0.42857rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333 transparent transparent transparent; }
  .split.button.radius span {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .split.button.round span {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.28571rem 0 1.28571rem;
  padding-top: 0.28571rem;
  margin-right: 0;
  margin-left: -0.85714rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1.14286rem;
    margin-bottom: 0.71429rem;
    font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1rem;
    color: #999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #0085b1; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-weight: normal;
      background: #5a5a5f;
      padding: 0.21429rem 1.14286rem;
      cursor: default;
      color: #fff; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0085b1; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.42857rem;
  height: 2.57143rem;
  background: #fff;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 1rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.5rem; }
  div.switch span:last-child {
    width: 2.57143rem;
    height: 2.57143rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, #fff 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px #f5f5f5; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, #fff 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, #fff 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 3.14286rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.21429rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -3.07143rem; }
    div.switch.large span:last-child {
      width: 3.14286rem;
      height: 3.14286rem; }
  div.switch.small {
    height: 2rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.85714rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.92857rem; }
    div.switch.small span:last-child {
      width: 2rem;
      height: 2rem; }
  div.switch.tiny {
    height: 1.57143rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.78571rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.5rem; }
    div.switch.tiny span:last-child {
      width: 1.57143rem;
      height: 1.57143rem; }
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    div.switch.radius span:last-child {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    div.switch.round span:last-child {
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.64286rem; }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative; }
  to {
    position: relative; } }
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
table {
  background: #fff;
  margin-bottom: 1.42857rem;
  border: solid 1px #ddd; }
  table thead,
  table tfoot {
    background: #f5f5f5; }
    table thead tr th,
    table thead tr td,
    table tfoot tr th,
    table tfoot tr td {
      padding: 0.57143rem 0.71429rem 0.71429rem;
      font-size: 1rem;
      font-weight: bold;
      color: #5a5a5f;
      text-align: left; }
  table tr th,
  table tr td {
    padding: 0.64286rem 0.71429rem;
    font-size: 1rem;
    color: #5a5a5f; }
  table tr.even, table tr.alt, table tr:nth-of-type(even) {
    background: #f9f9f9; }
  table thead tr th,
  table tfoot tr th,
  table tbody tr td,
  table tr td,
  table tfoot tr td {
    display: table-cell;
    line-height: 1.28571rem; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    top: 1px;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #414145;
      color: #afafb4;
      padding-top: 1.14286rem;
      padding-right: 2.28571rem;
      padding-bottom: 1.21429rem;
      padding-left: 2.28571rem;
      font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1.14286rem; }
      .tabs dd > a:hover {
        background: #343437; }
    .tabs dd.active a {
      background: #5a5a5f; }
  .tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  margin-bottom: 0; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0 0; }
    .tabs-content > .content.active {
      display: block; }
    .tabs-content > .content.contained {
      padding: 0; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px #fff;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(90, 90, 95, 0.5);
    box-shadow: 0 0 6px 1px rgba(90, 90, 95, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #ccc;
  cursor: help;
  font-weight: bold;
  color: #333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #29292b;
    color: #5a5a5f; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.3;
  padding: 0.85714rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: #fff;
  background: #333;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.opened {
    color: #5a5a5f !important;
    border-bottom: dotted 1px #29292b !important; }

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

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333 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 #333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width: 64.063em)/";
  width: 64.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: transparent; }
  .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: 50px; }

.top-bar {
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  position: relative;
  background: transparent;
  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: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button {
    padding-top: .45rem;
    padding-bottom: .35rem;
    margin-bottom: 0;
    font-size: 0.75rem; }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 50px;
    margin: 0;
    font-size: 14px; }
    .top-bar .name h1 {
      line-height: 50px;
      font-size: 1.21429rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: #afafb4;
        width: 50%;
        display: block;
        padding: 0 16.66667px; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #afafb4;
      text-transform: uppercase;
      font-size: 0.92857rem;
      font-weight: 700;
      position: relative;
      display: block;
      padding: 0 16.66667px;
      height: 50px;
      line-height: 50px; }
    .top-bar .toggle-topbar.menu-icon {
      right: 16.66667px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; }
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: #fff;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
          box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: transparent; }
    .top-bar.expanded .toggle-topbar a {
      color: #888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888;
        box-shadow: 0 10px 0 1px #888, 0 16px 0 1px #888, 0 22px 0 1px #888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  -webkit-transition: left 300ms ease-out;
  -moz-transition: left 300ms ease-out;
  transition: left 300ms ease-out; }
  .top-bar-section ul {
    width: 100%;
    height: auto;
    display: block;
    background: #333;
    font-size: 14px;
    margin: 0; }
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px transparent;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%;
    color: #afafb4;
    padding: 12px 0 12px 0;
    padding-left: 16.66667px;
    font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 0.92857rem;
    font-weight: 700;
    background: #333; }
    .top-bar-section ul li > a.button {
      background: #5a5a5f;
      font-size: 0.92857rem;
      padding-right: 16.66667px;
      padding-left: 16.66667px; }
      .top-bar-section ul li > a.button:hover {
        background: #424245; }
    .top-bar-section ul li > a.button.secondary {
      background: #e7e7e7; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #cecece; }
    .top-bar-section ul li > a.button.success {
      background: #43AC6A; }
      .top-bar-section ul li > a.button.success:hover {
        background: #358854; }
    .top-bar-section ul li > a.button.alert {
      background: #f04124; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #d42b0f; }
  .top-bar-section ul li:hover > a {
    background: #414145;
    color: #fff; }
  .top-bar-section ul li.active > a {
    background: #333;
    color: #fff; }
    .top-bar-section ul li.active > a:hover {
      background: #4d4d52; }
  .top-bar-section .has-form {
    padding: 16.66667px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      margin-right: 16.66667px;
      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; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: 700;
        padding: 8px 16.66667px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: 700; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: #afafb4;
          line-height: 25px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 16.66667px; }
      .top-bar-section .dropdown li .button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 16.66667px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777;
      font-weight: bold;
      font-size: 0.85714rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 64.063em) {
  .top-bar {
    background: transparent;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      font-size: 1rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: transparent; }

  .contain-to-grid .top-bar {
    max-width: 100rem;
    margin: 0 auto;
    margin-bottom: 0; }

  .top-bar-section {
    -webkit-transition: none 0 0;
    -moz-transition: none 0 0;
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      width: auto;
      height: auto !important;
      display: inline; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background: #414145;
      color: #fff; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      padding: 0 16.66667px;
      line-height: 50px;
      background: transparent; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background: #414145; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      display: block; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 1rem;
      margin-top: -2px;
      right: 5px;
      line-height: 1.2; }
    .top-bar-section .dropdown {
      left: 0;
      top: auto;
      background: transparent;
      min-width: 100%; }
      .top-bar-section .dropdown li a {
        color: #fff;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 16.66667px;
        background: #333; }
      .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333; }
      .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 rgba(33, 33, 33, 0);
      clear: none;
      height: 50px;
      width: 0; }
    .top-bar-section .has-form {
      background: transparent;
      padding: 0 16.66667px;
      height: 50px; }
    .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: #414145;
    color: #fff; }
  .no-js .top-bar-section ul li:active > a {
    background: #333;
    color: #fff; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block; } }
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/* 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: #5a5a5f;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #4d4d52; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.45rem;
    line-height: 1.6; }
  p aside {
    font-size: 1rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #28282b;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.2; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #717177;
    line-height: 0; }

h1 {
  font-size: 2.42857rem; }

h2 {
  font-size: 1.92857rem; }

h3 {
  font-size: 1.57143rem; }

h4 {
  font-size: 1.28571rem; }

h5 {
  font-size: 1.28571rem; }

h6 {
  font-size: 1rem; }

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

hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.42857rem 0 1.35714rem;
  height: 0; }

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

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

/* Lists */
ul,
ol,
dl {
  font-size: 1.2rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  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.42857rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.42857rem;
  margin-bottom: 0;
  font-size: 1rem;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  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.42857rem;
    margin-bottom: 0; }

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

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

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 0.5rem;
  padding: 0.64286rem 1.42857rem 0 1.35714rem;
  border-left: 1px solid #ddd; }
  blockquote cite {
    display: block;
    font-size: 0.92857rem;
    color: #58585d; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #58585d; }

blockquote,
blockquote p {
  line-height: 1.4;
  color: #717177; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.42857rem 0;
  border: 1px solid #ddd;
  padding: 0.71429rem 0.85714rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 1.07143rem; }

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

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.2; }

  h1 {
    font-size: 3.14286rem; }

  h2 {
    font-size: 2.64286rem; }

  h3 {
    font-size: 1.92857rem; }

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

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

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

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

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

  .show-for-print {
    display: inherit !important; } }
/*
@mixin exports($name) {
  @if(not index($modules, $name)) {
    $modules: append($modules, $name);
    @content;
  }
}
*/
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

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

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

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

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

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

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

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

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

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

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

  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

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

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

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

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

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 80.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

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

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

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

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

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }

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

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

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

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

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* hub page */
.dc4dc-city-list .city-wrapper {
  text-align: center;
  padding: 1rem; }
  .dc4dc-city-list .city-wrapper .city-map {
    width: 50%;
    padding: 1rem 0; }

/* city pages */
.city-uk-map {
  margin-bottom: 1rem; }
  @media only screen and (max-width: 40em) {
    .city-uk-map {
      float: right;
      width: 40%;
      margin-bottom: 0; } }

ul.dc4dc-infographics section {
  text-align: center;
  padding: 1rem;
  border: 5px solid #FFF;
  border-radius: 5px;
  display: table;
  width: 100%;
  min-height: 150px; }
  @media only screen and (min-width: 40.063em) {
    ul.dc4dc-infographics section {
      min-height: 300px; } }

ul.dc4dc-infographics section div {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

ul.dc4dc-infographics section div img, ul.dc4dc-infographics section div svg {
  max-height: 75px;
  max-width: 90%;
  fill: #FFF;
  margin-bottom: 2rem;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Invert=100)";
  -webkit-filter: invert(100%);
  filter: invert(100%); }

ul.dc4dc-infographics section p {
  margin-bottom: 0px;
  line-height: 1.2em;
  font-weight: 700;
  margin-top: 3px;
  opacity: 0.75; }

ul.dc4dc-infographics h2, ul.dc4dc-infographics h1 {
  font-family: 'bebas-neue-by-fontfabric';
  font-weight: 700;
  line-height: 0.9em;
  margin-bottom: 0;
  text-rendering: geometricPrecision;
  color: #FFF; }

ul.dc4dc-infographics h6 {
  margin-bottom: 1rem; }

ul.dc4dc-infographics p {
  margin-bottom: 1rem;
  color: #FFF; }

ul.media-argument svg {
  width: 30px;
  margin-top: 2px;
  float: left; }
ul.media-argument h2, ul.media-argument h3, ul.media-argument h4 {
  padding-left: 40px; }

ul.legend {
  font-size: 0.85em;
  line-height: 1.4em;
  margin-top: 0.5rem; }
  @media only screen and (max-width: 40em) {
    ul.legend {
      margin: 0 auto 0.5rem auto;
      margin-left: -1.57143rem;
      margin-right: 0;
      padding: 0;
      list-style: none;
      overflow: hidden; }
      ul.legend > li {
        list-style: none;
        float: left;
        margin-left: 1.57143rem;
        display: block; }
        ul.legend > li > * {
          display: block; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    ul.legend {
      margin: 0 auto 0.5rem auto;
      margin-left: -1.57143rem;
      margin-right: 0;
      padding: 0;
      list-style: none;
      overflow: hidden; }
      ul.legend > li {
        list-style: none;
        float: left;
        margin-left: 1.57143rem;
        display: block; }
        ul.legend > li > * {
          display: block; } }
  ul.legend li i {
    display: inline-block; }

.amcharts-chart-div a {
  display: none !important; }

/** PIE CHARTS **/
.piechart-wrap {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden; }
  @media only screen and (max-width: 40em) {
    .piechart-wrap {
      padding-bottom: 100%; } }
  .piechart-wrap .number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3em;
    font-weight: 700; }

.piechart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.piechart-title p {
  margin: 0; }
.piechart-title h3 {
  font-weight: 700;
  color: #5a5a5f;
  margin: 0; }

.media-carousel {
  width: 100%;
  height: 600px; }

.city-map-description a {
  border-bottom: 1px solid #afafb4; }
.city-map-description span {
  font-weight: 700; }
  .city-map-description span.digital {
    color: #e0423a; }
  .city-map-description span.banner {
    color: #32ac63; }
  .city-map-description span.backlight {
    color: #4a7ef4; }

@media only screen and (max-width: 40em) {
  body {
    -webkit-text-size-adjust: 100%; } }
html {
  background: #e4e4e5;
  scroll-behavior: smooth; }

body {
  background: #8c8c93;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIyMS40Mjg1NyUiIHN0b3AtY29sb3I9IiM1YTVhNWYiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGU0ZTUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 700, color-stop(21.42857%, #5a5a5f), color-stop(100%, #e4e4e5));
  background-image: -moz-linear-gradient(top, #5a5a5f 150px, #e4e4e5 700px);
  background-image: -webkit-linear-gradient(top, #5a5a5f 150px, #e4e4e5 700px);
  background-image: linear-gradient(to bottom, #5a5a5f 150px, #e4e4e5 700px);
  margin: 0 auto; }

body.header-stuck {
  position: relative;
  top: 104px; }

/********************* text /font stuff *********************/
/*
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('bebas/BebasNeue-webfont.eot');
    src: url('bebas/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('bebas/BebasNeue-webfont.woff') format('woff'),
         url('bebas/BebasNeue-webfont.ttf') format('truetype'),
         url('bebas/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
*/
@font-face {
  font-family: 'deckbold';
  src: url("deck/deckbold-webfont.eot");
  src: url("deck/deckbold-webfont.eot?#iefix") format("embedded-opentype"), url("deck/deckbold-webfont.woff") format("woff"), url("deck/deckbold-webfont.ttf") format("truetype"), url("deck/deckbold-webfont.svg#deckbold") format("svg");
  font-weight: normal;
  font-style: normal; }
.raleway {
  font-family: raleway, sans-serif;
  font-style: normal;
  font-weight: 800 !important;
  line-height: 1.1em;
  font-variant-numeric: lining-nums;
  -moz-font-feature-settings: "lnum" 1;
  -moz-font-feature-settings: "lnum=1";
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1; }

h1.raleway, h2.raleway {
  text-transform: uppercase; }

.bebas {
  font-family: 'bebas-neue-by-fontfabric';
  font-weight: 700;
  line-height: 1em;
  text-rendering: geometricPrecision; }

@media only screen and (min-width: 40.063em) {
  .bebas.xl {
    font-size: 10rem;
    line-height: 0.85; } }
.deckbold {
  font-family: 'deckbold';
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: -.05em; }

td {
  font-family: "lexia", Georgia, Serif;
  font-weight: 400; }

i.fa {
  margin-right: 5px; }

p .fa {
  display: inline; }

.top-bar-ul i.fa {
  margin: 0; }

.top-bar-section .right li .dropdown li .dropdown {
  left: 100%;
  right: auto; }

body.iframed .page-footer, body.iframed .nav-wrapper {
  display: none; }

a.underline {
  border-bottom: 1px solid #afafb4; }

h1, .didot {
  font-family: 'linotype-didot-headline', 'Didot', 'Century Schoolbook', serif;
  font-weight: normal; }

h1 em {
  font-family: 'linotype-didot', 'Didot', 'Century Schoolbook';
  font-weight: normal; }

h2, h3, h4 {
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  h2.heavy, h3.heavy, h4.heavy {
    font-weight: 700; }
  h2 a.underline, h3 a.underline, h4 a.underline {
    text-decoration: underline;
    color: #28282b; }

.serif {
  font-family: inherit; }

.sans {
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 1.4em; }

h2, h3, h4 {
  font-weight: 300; }
  h2.strong, h3.strong, h4.strong {
    font-weight: 700; }
  h2 strong, h3 strong, h4 strong {
    font-weight: 700; }
  h2 a.strong, h3 a.strong, h4 a.strong {
    font-weight: 700; }

h5 {
  font-weight: 700;
  color: #5a5a5f; }

h6 {
  width: 100%;
  font-size: 0.78571rem;
  text-transform: uppercase;
  letter-spacing: 0.14286rem;
  font-weight: 700;
  margin-bottom: 3px;
  color: #afafb4; }

hr {
  margin: 1.42857rem 0; }

@media only screen and (max-width: 40em) {
  h2 {
    font-size: 1.6rem; } }
.row > hr {
  margin-right: 0.71429rem;
  margin-left: 0.71429rem; }

.uppercase {
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em; }

.strong {
  font-weight: 700; }

.light {
  color: #afafb4; }

a {
  color: #414145; }

a.bordered {
  display: block;
  text-align: center;
  border: 1px solid #F0F0F0;
  padding: 10px; }

a.grey-boxed {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #5a5a5f;
  color: #FFF; }
  a.grey-boxed:hover {
    background-color: #414145;
    color: #FFF; }

p.caption, p.small {
  color: #afafb4;
  font-size: 0.8em;
  line-height: 1.2em;
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700 !important;
  margin-bottom: 0.65rem; }

p.caption a {
  color: #5a5a5f; }

.bc-grey p.caption a, .bc-grey-dark p.caption a {
  color: #FFF; }

@media only screen and (max-width: 40em) {
  p, li {
    font-size: 0.9rem; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  p, li {
    font-size: 0.9rem; } }
li > img {
  margin-bottom: 1rem; }

.add-caption-wrap {
  position: relative;
  margin-bottom: 1rem; }
  .add-caption-wrap img {
    margin-bottom: 0; }
  .add-caption-wrap .caption {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.75rem;
    margin: 0;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5); }

p a, li > a {
  font-weight: 700; }

p a:hover, li > a:hover {
  color: black; }

.strikethru {
  text-align: center;
  position: relative;
  width: 100%;
  margin: 1.07143rem 0; }
  .strikethru span {
    background: #FFF;
    padding: 0 10px;
    position: relative; }
    .strikethru span span {
      padding: 0px; }

/*
@media only screen and (max-width: 40em) {
  .strikethru{
    margin-bottom: rem-calc(10px);
  }
}*/
.strikethru:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ddd;
  height: 60%;
  width: 100%;
  left: 0;
  top: 0; }

h4.strikethru:before {
  border-color: #afafb4; }

h6.strikethru {
  color: #5a5a5f; }

.post-meta h6 {
  margin: 0px;
  line-height: 1.6em; }
.post-meta li {
  line-height: 1.4em; }
.post-meta p, .post-meta a {
  color: #afafb4 !important; }
.post-meta a:hover {
  color: #5a5a5f !important; }

.author-meta {
  margin-top: -0.5rem; }

.post-content .post-date {
  color: #afafb4; }
.post-content hr {
  clear: none; }
.post-content a {
  border-bottom: 1px dotted #afafb4; }
  .post-content a:hover {
    border-bottom: 1px solid #5a5a5f; }

hr.zero-top {
  margin-top: 0px; }

hr.no-top {
  margin-top: 0.71429rem; }

hr.no-bottom {
  margin-bottom: 0.71429rem; }

hr.dark {
  border-color: #afafb4; }

hr.black {
  border-color: #000; }

hr.clear, hr.spacer {
  border-color: transparent; }

.no-top {
  margin-top: 0; }

.no-bottom {
  margin-bottom: 0; }

hr.dotted {
  border-style: dotted; }

dl.split dt {
  width: 33%;
  float: left;
  clear: left; }

figure {
  margin: 0; }

li.no-bullet {
  list-style: none; }

.grey {
  color: #afafb4; }

.grey-dark, .dark-grey {
  color: #5a5a5f !important; }

.red {
  color: #BE0000; }

.black {
  color: #000; }
  .black:hover {
    color: #000; }

.white {
  color: #FFF !important; }

.end {
  float: left !important; }

.button {
  transition: all 100ms ease-out;
  background-color: #545458; }

.button.light {
  background-color: transparent;
  color: #5a5a5f;
  border: 1px solid #c4c4c4; }
  .button.light:hover {
    background-color: #5a5a5f;
    border-color: #5a5a5f;
    color: #FFF; }

.inline-list-center-wrap {
  display: table;
  /* Allow the centering to work */
  margin: 0 auto; }

.f-dropdown {
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px; }
  .f-dropdown a {
    font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .f-dropdown .current-cat a, .f-dropdown.all-cats .cat-item-all a {
    color: #5a5a5f;
    font-weight: 400; }
  .f-dropdown:after {
    display: none; }

@media only screen and (max-width: 40em) {
  .f-dropdown:before {
    left: 60%; } }
.f-dropdown-a {
  padding-right: 10px;
  color: #5a5a5f;
  font-weight: 400; }

.f-dropdown-a:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #afafb4; }

ul.bolded li p {
  font-weight: 700; }

.balance-text {
  text-wrap: balanced; }

iframe.issuu {
  min-height: 80%;
  width: 80%;
  margin: 0 auto; }

form label, form input {
  font-family: inherit; }

input.error, textarea.error {
  margin: 0 0 1.14286rem 0; }

/********************* top bar / nav *********************/
.top-bar .title-area {
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }

.title-area .name a {
  color: #FFF;
  line-height: 50px;
  padding-left: 20px;
  font-weight: bold; }

.top-bar-section ul li > a {
  font-size: 1rem; }

/* ADDING DESRCIPTIONS TO MENU */
.top-bar-section .dropdown li:not(.has-form) a:not(.button) {
  border-top: 1px solid #4e4e52;
  line-height: 1em;
  padding-top: 16px;
  padding-bottom: 16px; }
  .top-bar-section .dropdown li:not(.has-form) a:not(.button) span {
    display: block;
    padding-top: 5px;
    color: #afafb4;
    font-size: 0.80em;
    font-weight: 700; }
    @media only screen and (min-width: 64.063em) {
      .top-bar-section .dropdown li:not(.has-form) a:not(.button) span {
        word-wrap: break-word;
        width: 225px;
        padding-right: 25px;
        white-space: normal; } }

.top-bar.expanded .toggle-topbar a span {
  box-shadow: none; }

.top-bar-section > ul > li > ul.dropdown li a {
  background: #414145 !important; }

.top-bar-section > ul > li > ul.dropdown li a:hover {
  background: #28282b !important; }

ul.top-bar-ul > li.divider {
  display: none; }

.top-bar-section .dropdown li.title h5 a {
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #8c8c93;
  font-size: 14px; }
  .top-bar-section .dropdown li.title h5 a:before {
    content: "\00AB ";
    padding-right: 5px; }

.top-bar-section ul {
  background: transparent; }
  .top-bar-section ul .has-dropdown:hover {
    background: #414145; }

.nav-wrapper {
  background: #5a5a5f;
  padding-top: 0px;
  position: relative;
  z-index: 1; }
  .nav-wrapper .logo-wrapper, .nav-wrapper .logo-wrapper-left, .nav-wrapper .logo-wrapper-right {
    display: none; }

@media only screen and (min-width: 64.063em) {
  .top-bar-section .right li .dropdown {
    left: 0;
    right: auto; }

  .nav-wrapper {
    padding-top: 54px; }
    .nav-wrapper.overlayed {
      position: absolute;
      left: 0px;
      right: 0px;
      border-bottom: 1px solid #FFF;
      z-index: 1; }
      .nav-wrapper.overlayed .top-bar-section > ul > li.active > a:before {
        border-color: rgba(80, 80, 80, 0.9) transparent transparent transparent; }
    .nav-wrapper .logo-wrapper {
      display: block;
      position: absolute;
      bottom: 20px;
      left: 50%;
      margin-left: -35px;
      z-index: 200; }
    .nav-wrapper .logo-wrapper-right {
      display: block;
      position: absolute;
      bottom: 20px;
      right: 16px;
      z-index: 200; }
    .nav-wrapper .logo-wrapper-left {
      display: block;
      position: absolute;
      bottom: 20px;
      left: 16px;
      z-index: 200; }
    .nav-wrapper .logo-wrapper a, .nav-wrapper .logo-wrapper-left a, .nav-wrapper .logo-wrapper-right a {
      display: block;
      width: 65px;
      height: 70px;
      background: transparent url("../img/ocean-logo-white.png") no-repeat center center;
      background-size: 100% 100%; }

  body.header-stuck .nav-wrapper {
    position: fixed;
    padding-top: 0;
    z-index: 200;
    background: rgba(20, 20, 25, 0.75); }

  /* ADD UP ARROW FOR ACTIVE */
  .top-bar-section > ul > li {
    position: relative; }

  .top-bar-section > ul > li.active > a:before {
    content: "";
    display: block;
    width: 0;
    border: 12px solid #FFF;
    border-color: #5a5a5f transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    z-index: 1; }

  /*
  .top-bar-section>ul>li.active > a:before{
      content:"";
      display:block;
      right:17px;
      border-bottom:1px solid darken($grey-light,10%);
      
      position:absolute;
      bottom:0%;
      left:17px;
      bottom:12px;

      
      z-index: 1;
  }
 */
  /* REMOVE ARROW */
  .top-bar-section > ul > li.active:hover > a:before {
    display: none; } }
/********************* page title *********************/
#page-title-wrapper {
  padding-bottom: 0px !important; }

p.page-ancestors {
  color: #afafb4;
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 5px; }
  p.page-ancestors a {
    color: #afafb4;
    font-weight: 700; }

.page-title {
  text-align: center;
  line-height: 1.1em;
  padding: 0px 0 15px;
  margin: 0px; }
  .page-title a {
    color: #000; }

/********************* page wrapper + scaffolding *********************/
#page-wrapper {
  position: relative;
  background: #FFF;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  overflow: hidden; }

html.royalSliderFullscreen #page-wrapper {
  overflow: visible; }

@media only screen and (min-width: 80.063em) {
  #page-wrapper {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; } }
#page-wrapper > .flex-video {
  border-top: 1px solid #eee;
  margin-bottom: 0px; }

.flex-video.issuu {
  padding-bottom: 75%; }

.flex-video.shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px; }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto; }

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

img.shadow {
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px; }

img.rounded {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.row.padded, .row.padded-extra, .row.padded-extra-top, #page-title-wrapper {
  padding: 0.71429rem 0 0.71429rem;
  margin: 0px; }

.row.padded-extra {
  padding: 1.78571rem 1.07143rem 1.78571rem;
  margin: 0px; }

.row.padded-extra-top {
  padding: 1.78571rem 1.07143rem 0.71429rem;
  margin: 0px; }

@media only screen {
  .row.padded, #page-title-wrapper {
    padding: 1.42857rem 1.07143rem 1.42857rem;
    margin: 0px; }

  .row.padded-extra {
    padding: 3.57143rem 1.07143rem 3.57143rem;
    margin: 0px; }

  .row.padded-extra-top {
    padding: 3.57143rem 1.07143rem 1.42857rem;
    margin: 0px; } }
.row.no-gutters .columns {
  padding: 0; }

.not-padded {
  padding: 0px !important;
  margin: 0px !important; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -1.07143rem;
  *zoom: 1; }

/********************* utilities *********************/
.add-margin-top, .amt {
  margin-top: 0.71429rem; }

.add-margin-top-5 {
  margin-top: 0.71429rem; }

.add-margin-bottom, .amb {
  margin-bottom: 0.71429rem; }

@media only screen and (min-width: 40.063em) {
  .add-margin-top, .amt {
    margin-top: 1.42857rem; }

  .add-margin-bottom, .amb {
    margin-bottom: 1.42857rem; } }
.no-margin-top, .nmt {
  margin-top: 0px !important; }

.no-margin-bottom, .nmb {
  margin-bottom: 0px !important; }

.no-padding-top {
  padding-top: 0px !important; }

.no-padding-bottom {
  padding-bottom: 0px !important; }

.shadowed-background, .shadowed {
  background: url("../img/ui/separator-1200.png") top center no-repeat;
  background-size: 100%; }

.bc-grey-dark {
  background-color: #414145; }
  .bc-grey-dark .strikethru:before {
    border-color: #5a5a5f; }
  .bc-grey-dark .strikethru span {
    background-color: #414145;
    color: #FFF; }

.bc-grey {
  background-color: #5a5a5f; }
  .bc-grey .strikethru:before {
    border-color: #95959b; }
  .bc-grey .strikethru span {
    background-color: #5a5a5f;
    color: #FFF; }

.bc-grey h1, .bc-grey h2, .bc-grey h3, .bc-grey h4, .bc-grey h5, .bc-grey-dark h1, .bc-grey-dark h2, .bc-grey-dark h3, .bc-grey-dark h4, .bc-grey-dark h5 {
  color: #FFF; }
.bc-grey p, .bc-grey li, .bc-grey-dark p, .bc-grey-dark li {
  color: #c9c9cd; }
.bc-grey a, .bc-grey a:hover, .bc-grey-dark a, .bc-grey-dark a:hover {
  color: #FFF; }

.bc-dark-color h1, .bc-dark-color h2, .bc-dark-color h3, .bc-dark-color h4, .bc-dark-color h5, .bc-dark-color h6, .bc-dark-color p {
  color: #FFF; }
.bc-dark-color hr {
  border-color: #FFF; }
.bc-dark-color a, .bc-dark-color a:hover {
  color: #FFF; }
.bc-dark-color .strikethru:before {
  border-color: #FFF; }
.bc-dark-color .strikethru span {
  background-color: #5a5a5f;
  color: #FFF; }

.bc-grey-light {
  background-color: #c9c9cd; }
  .bc-grey-light .strikethru span {
    background-color: #c9c9cd; }

.bc-grey-lighter {
  background-color: #F0F0F0; }
  .bc-grey-lighter .strikethru span {
    background-color: #F0F0F0; }

.bc-grey-light hr, .bc-grey-lighter hr {
  /*border-color:#5a5a5f;*/ }

a.video-popup, a.video-icon, a.ocean-talks-icon {
  position: relative;
  display: block; }

a.video-popup:after, a.video-icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 64px;
  margin-left: -32px;
  height: 48px;
  margin-top: -24px;
  z-index: 100;
  background-color: #505050;
  background-color: rgba(80, 80, 85, 0.9);
  background-image: url(skins/default/rs-default.png);
  background-position: 0 -40px;
  background-repeat: no-repeat;
  pointer-events: none;
  border-radius: 3px; }

a.ocean-talks-icon:before {
  content: '';
  position: absolute;
  left: 11px;
  bottom: 10px;
  width: 100px;
  height: 45px;
  z-index: 100;
  background-image: url(../img/ocean-talks/ocean-talks-logo-200px.png);
  background-size: 100%; }

@media only screen and (max-width: 40em) {
  a.video-popup:after, a.video-icon:after {
    background-color: rgba(0, 0, 0, 0.3); } }
@media only screen and (max-width: 40em) {
  .triple-links a {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 0;
    padding-bottom: 40%;
    margin-bottom: 0.71429rem; }
    .triple-links a img {
      position: relative;
      top: -25%; } }
/********************* tabs *********************/
.tabs-content > .content {
  width: 100%; }

.tabs {
  background: #414145; }
  .tabs dd {
    top: 0;
    text-align: center;
    width: 100%; }
  .tabs dd a {
    padding: 0.71429rem 0;
    line-height: 1.2em;
    font-weight: 700; }
  .tabs dd.active a {
    color: #FFF; }

.tabs.two-tabs dd {
  width: 50%; }

.tabs.three-tabs dd {
  width: 33.33333333333333%; }

.tabs.four-tabs dd {
  width: 25%; }

.tabs dd.active a:after {
  content: "";
  display: block;
  width: 0;
  border: 6px solid #FFF;
  border-color: #5a5a5f transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  z-index: 1; }

@media only screen and (min-width: 40.063em) {
  .tabs br {
    display: none; }

  .tabs dd a {
    padding: 1.42857rem 0;
    text-transform: uppercase;
    letter-spacing: 2px; }

  .tabs dd.active a:after {
    content: "";
    display: block;
    width: 0;
    border: 12px solid #FFF;
    border-color: #5a5a5f transparent transparent transparent;
    margin-left: -12px;
    z-index: 1; } }
/********************* magnific popup over *********************/
.mfp-title {
  font-size: 12px; }
  .mfp-title a {
    color: #afafb4; }

.mfp-ajax-holder .mfp-content {
  max-width: 600px;
  background: #FFF; }

/********************* royalslider *********************/
.royalSlider-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66.6667%; }

.homepage-carousel-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 45%; }
  @media only screen and (min-width: 40.063em) {
    .homepage-carousel-wrap {
      padding-bottom: 30%; } }
  .homepage-carousel-wrap .homepage-carousel {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%; }

@media only screen and (min-width: 40.063em) {
  .royalSlider-wrapper {
    padding-bottom: 53.33%; } }
.full-carousel {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%; }

.rsDefaultInv {
  background: transparent; }

.royalSliderFullscreen .rsDefaultInv {
  background: #5a5a5f; }
  .royalSliderFullscreen .rsDefaultInv a.rsGoFullscreen {
    display: none; }

.rsDefaultInv .rsSlide, .rsDefaultInv .rsOverflow {
  background: transparent; }

.rsDefaultInv .rsVideoFrameHolder {
  background: #000; }

figure.rsCaption, figure.rsCaption a {
  color: #5a5a5f; }

.rsDefaultInv .rsGCaption {
  top: 100%;
  height: 50px;
  width: 100%;
  left: 0px;
  right: 0px;
  border-radius: 0px;
  padding: 25px 10px 0;
  text-align: center;
  color: #5a5a5f;
  background: transparent;
  font-size: 1em; }
  .rsDefaultInv .rsGCaption span {
    color: #FFF; }
  .rsDefaultInv .rsGCaption a {
    color: #95959b;
    font-size: 0.8em; }
  .rsDefaultInv .rsGCaption i {
    margin: 0 2px 0 10px; }

.rsDefaultInv .rsBullets {
  position: absolute;
  bottom: -20px; }
.rsDefaultInv .rsBullet span {
  background: #414145; }
.rsDefaultInv .rsBullet.rsNavSelected span {
  background: #FFF; }

.rsFullscreen .rsGCaption {
  bottom: 0px;
  top: auto; }

.rsDefaultInv .rsArrow {
  width: 74px; }

.rsDefaultInv .rsFullscreenBtn {
  width: 74px; }

.rsDefaultInv .rsFullscreenIcn {
  margin: 20px; }

.rsDefaultInv .rsSlide {
  opacity: 0.25;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

.rsDefaultInv .rsActiveSlide {
  opacity: 1;
  -webkit-transform: scale(1); }

/********************* News pages *********************/
.news-panel {
  background: #FFF;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden; }
  .news-panel .news-panel-image img {
    width: 100%; }
  .news-panel .news-panel-content {
    padding: 1.42857rem; }
    .news-panel .news-panel-content h4 {
      color: #28282b; }
  .news-panel hr {
    margin: 0.71429rem 0; }
  .news-panel h5 a {
    color: #353538; }
  .news-panel span.written-by {
    color: #afafb4;
    font-style: italic; }
  .news-panel h6 {
    padding-bottom: 0.42857rem; }
    .news-panel h6 a {
      color: #afafb4; }
  .news-panel h6.strikethru span {
    background: #FFF; }
  .news-panel p {
    margin: 0px; }
  .news-panel .read-more {
    display: block;
    margin: 1.42857rem -1.42857rem -1.42857rem;
    padding: 1.07143rem;
    text-align: center;
    transition: all 100ms ease-out;
    font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    background: #FEFEFE;
    box-shadow: inset 0px 6px 12px -5px rgba(0, 0, 0, 0.15); }
    .news-panel .read-more:hover {
      background: #5a5a5f;
      color: #FFF; }
  .news-panel footer p, .news-panel footer p a {
    color: #afafb4;
    font-weight: normal;
    margin-bottom: 0; }
  .news-panel footer .inline-list {
    margin-bottom: 0; }

.entry-title {
  border-bottom: 1px solid #c9c9cd;
  padding-bottom: 0.71429rem;
  margin-bottom: 1.07143rem; }

.post-header h2, .post-header h3, .post-header h4, .category-or-tag-header h2, .category-or-tag-header h3, .category-or-tag-header h4 {
  text-align: center; }
.post-header hr, .category-or-tag-header hr {
  margin-top: 0.71429rem; }
.post-header .strikethru, .category-or-tag-header .strikethru {
  margin: 0.71429rem 0 1.42857rem 0; }
.post-header .clear-link, .category-or-tag-header .clear-link {
  margin-left: 5px; }

.post-date {
  font-weight: 700;
  color: #5a5a5f; }

.news-media .flex-video {
  margin-bottom: 0; }

.news-media p, .post-content figure figcaption {
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.85em;
  margin: 0.5rem 0 1rem; }
  .news-media p a, .post-content figure figcaption a {
    font-weight: inherit;
    color: #afafb4; }
  .news-media p a.download, .post-content figure figcaption a.download {
    margin-left: 5px; }

@media only screen and (max-width: 40em) {
  .news-media p a {
    display: none; } }
.category ul.categories a {
  color: #afafb4; }

ul.categories .current-cat a {
  color: #414145; }

#tag-list ul.inline-list {
  margin-left: 0; }
  #tag-list ul.inline-list li {
    margin-right: 0.35714rem;
    margin-left: 0;
    font-size: 0.9em; }
  #tag-list ul.inline-list a span {
    color: #afafb4; }

input.news-search-box {
  background: #F0F0F0;
  margin-top: 7px;
  box-shadow: none;
  -webkit-box-shadow: none; }

#author-name {
  color: #5a5a5f !important; }

.entry_author_image {
  margin: 5px 10px 10px 0px;
  float: left;
  width: 50%; }

@media only screen and (min-width: 40.063em) {
  .news-media, .post-content figure {
    width: 65%;
    float: right;
    margin-left: 1.42857rem;
    margin-bottom: 20px; }
    .news-media p, .news-media figcaption, .post-content figure p, .post-content figure figcaption {
      text-align: right; }

  ul.share-links li, ul.categories li {
    width: 100%; } }
@media only screen and (min-width: 64.063em) {
  .news-media, .post-content figure {
    width: 76%;
    float: right;
    margin-right: -25.7%;
    margin-left: 1.42857rem;
    margin-bottom: 20px; }

  .entry_author_image {
    margin: 10px 0px;
    float: none;
    width: 100%; }
    .entry_author_image img {
      border-radius: 50%; } }
ul.sites-referenced {
  margin-bottom: 10px; }

.newer-post p, .previous-post p {
  margin: 10px 0 0 0; }

.inline-popup-content {
  background: #FFF;
  padding: 1.42857rem;
  text-align: left;
  max-width: 620px;
  margin: 1.42857rem auto;
  position: relative; }
  .inline-popup-content hr {
    margin: 0.71429rem 0; }

.page-numbers li span.current {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/********************* Ocean Talks *********************/
.ocean-talks {
  background: #414145 url(../img/ocean-talks/speech-marks-tiled.png) repeat center center; }
  @media only screen and (max-width: 40em) {
    .ocean-talks {
      background-size: 50%; } }
  .ocean-talks p {
    font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin: 1rem 0 0;
    text-align: center;
    color: #afafb4;
    line-height: 1.25em; }
  .ocean-talks img {
    margin-top: 10px; }

/********************* pagination *********************/
.page-numbers {
  color: #999;
  display: block;
  height: 1.71429rem;
  margin-left: -0.35714rem; }
  .page-numbers li {
    height: 1.71429rem;
    color: #222;
    font-size: 1rem;
    margin-left: 0.35714rem; }
    .page-numbers li a {
      display: block;
      padding: 0.07143rem 0.71429rem 0.07143rem;
      color: #999;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    .page-numbers li:hover a,
    .page-numbers li a:focus {
      background: #e6e6e6; }
    .page-numbers li.unavailable a {
      cursor: default;
      color: #999; }
    .page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
      background: transparent; }
    .page-numbers li.current a {
      background: #5a5a5f;
      color: #fff;
      font-weight: bold;
      cursor: default; }
      .page-numbers li.current a:hover, .page-numbers li.current a:focus {
        background: #5a5a5f; }
  .page-numbers li {
    float: left;
    display: block; }

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block; }

.page-numbers li span.current {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.page-numbers li {
  margin-left: 0.57143rem; }

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6; }
.page-numbers li span.current {
  background: #5a5a5f;
  padding: 0.07143rem 0.71429rem 0.07143rem;
  color: #fff;
  font-weight: bold;
  cursor: default; }

/********************* Homepage *********************/
.homepage-carousel .banner-image img {
  transition: opacity 600ms ease-in-out;
  opacity: 0.25; }
.homepage-carousel .banner-image .banner-image-text {
  transition: opacity 600ms ease-in-out;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 5, 0.5);
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
  padding: 25px 10px; }
  .homepage-carousel .banner-image .banner-image-text h6 {
    color: #FFF;
    text-align: center; }
    @media only screen and (min-width: 64.063em) {
      .homepage-carousel .banner-image .banner-image-text h6 {
        font-size: 1.1rem;
        letter-spacing: 4px; } }
.homepage-carousel .rsActiveSlide img {
  opacity: 1; }
.homepage-carousel .rsActiveSlide .banner-image-text {
  opacity: 1; }

@media only screen and (max-width: 40em) {
  #homepage-video {
    padding-bottom: 66% !important; }
    #homepage-video #video-background {
      width: auto;
      height: 100%;
      left: -22.5%; } }
.cycle-caption {
  /*put the caption behind the video*/
  z-index: 1; }

@media only screen and (max-width: 40em) {
  .specialists .small-12 {
    margin-bottom: 10px; } }
.stat-bar li {
  padding-bottom: 0; }
.stat-bar h1 {
  margin-bottom: 0;
  font-size: 5rem; }

.homepage-recent-news h5 {
  font-size: 1rem;
  line-height: 1.4em; }
.homepage-recent-news h6 .category {
  display: none; }
.homepage-recent-news.hide-excerpt section p {
  display: none; }

.tweets {
  margin-left: 0; }
  .tweets li {
    list-style: none;
    margin-bottom: 20px;
    padding: 10px;
    background: #FFF;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 3px 6px; }
    .tweets li em {
      font-style: normal; }
      .tweets li em a {
        color: #afafb4; }
  .tweets .intent-meta {
    display: inline;
    margin-left: 10px; }

.billboard-content {
  position: relative; }
  .billboard-content img {
    width: 100%; }

@media only screen and (max-width: 40em) {
  .billboard-parallax {
    transform: translate3D(0, 0, 0) !important;
    opacity: 1 !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .billboard-parallax {
    transform: translate3D(0, 0, 0) !important;
    opacity: 1 !important; } }
.billboard-content .scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s; }
.billboard-content .scroll-down {
  position: absolute;
  bottom: 120px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border: 2px solid #FFF;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in; }
.billboard-content .scroll-down:before {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  transform: rotate(-45deg);
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border: 2px solid white;
  border-width: 0px 0 2px 2px; }
@keyframes bounce {
  0%,100%,20%,50%,
80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); } }
.cycle-slideshow {
  z-index: 0; }
  .cycle-slideshow a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    display: none; }
  .cycle-slideshow a.slide-1 {
    display: block; }

.cycle-caption {
  padding-bottom: 20px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  color: #FFF; }
  @media only screen and (max-width: 40em) {
    .cycle-caption {
      font-size: 0.8em; } }
  @media only screen and (min-width: 64.063em) {
    .cycle-caption {
      bottom: 40px; } }
  .cycle-caption a {
    color: #FFF;
    opacity: 0.75;
    -webkit-transition: opacity .1s linear; }
    .cycle-caption a:hover {
      opacity: 1; }

.billboard-padding {
  width: 100%;
  height: 0;
  padding-top: 56%;
  -webkit-transition: padding .5s ease-in-out; }

@media only screen and (min-width: 64.063em) {
  .billboard-content {
    margin-bottom: -40px;
    height: 0px;
    padding-bottom: 45%;
    overflow: hidden;
    background: #414145; }
    .billboard-content > img {
      position: relative; }

  .nav-wrapper.billboard-overlay {
    padding-bottom: 0px;
    margin-bottom: 0px;
    background: rgba(80, 80, 85, 0.9);
    position: absolute;
    z-index: 10; }
    .nav-wrapper.billboard-overlay .top-bar-section > ul > li.active > a:before {
      border-color: rgba(80, 80, 80, 0.9) transparent transparent transparent; }

  .page-home-php .top-bar-section ul li > a {
    color: #FFF; } }
/*
@media only screen and (min-width:80.063em) {
 .billboard-content{
    margin-bottom: -80px;
    min-height: 80px;
  }
}*/
/********************* Portfolio Page *********************/
#search-input {
  padding-left: 30px;
  background-image: url("../img/ui/search.png");
  background-size: 30px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  outline: 0; }

.row.portfolio-filter {
  padding-top: 0px;
  padding-bottom: 20px; }

.portfolio-filter h6 {
  text-align: center;
  padding-top: 5px; }

.portfolio-filter select, .portfolio-filter input {
  border: 0;
  background-color: #afafb4;
  color: #5a5a5f;
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-top: 5px;
  margin-bottom: 0px;
  border-radius: 3px;
  height: 2.14286rem; }

.portfolio-filter .strikethru {
  margin-bottom: 5px; }

@media only screen and (min-width: 40.063em) {
  .portfolio-filter select {
    height: 2.64286rem; }
  .portfolio-filter input {
    margin-top: 7px;
    height: 2.71429rem; }

  .portfolio-filter .medium-2 {
    /* lets us have 5 columns */
    width: 20%; }

  .portfolio-filter .selected-parent:after {
    content: "";
    display: block;
    width: 0;
    border: 12px solid #F0F0F0;
    border-color: transparent transparent #F0F0F0 transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -12px;
    z-index: 1; } }
.portfolio-filter .selected-parent select, .portfolio-filter .selected-parent input {
  background-color: #fff; }

::-webkit-input-placeholder {
  /* Chrome */
  color: #88888f; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #5a5a5f; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #5a5a5f;
  opacity: 1; }

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #5a5a5f;
  opacity: 1; }

.portfolio-list.no-numbers .site-number {
  display: none !important; }
.portfolio-list .site {
  -webkit-transition: all .1s ease-out; }
  .portfolio-list .site .site-wrapper {
    background: #5a5a5f;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 0px transparent;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px; }
    .portfolio-list .site .site-wrapper .site-number {
      position: absolute;
      font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-weight: bold;
      font-size: 15px;
      color: #FFF;
      background: rgba(0, 0, 0, 0.5);
      top: 10px;
      left: 10px;
      padding: 2px 10px;
      border-radius: 1000px; }
  .portfolio-list .site .site-title {
    left: 0px;
    right: 0px;
    background: #5a5a5f;
    background: rgba(80, 80, 85, 0.9);
    background: #FFF;
    padding: 10px;
    z-index: 1; }
    @media only screen and (min-width: 64.063em) {
      .portfolio-list .site .site-title {
        padding: 1.42857rem; } }
    .portfolio-list .site .site-title h5, .portfolio-list .site .site-title h4, .portfolio-list .site .site-title h3, .portfolio-list .site .site-title h2 {
      color: #28282b; }
    .portfolio-list .site .site-title p {
      color: #5a5a5f; }
    .portfolio-list .site .site-title .read-more {
      display: block;
      margin: 1.42857rem -1.42857rem -1.42857rem;
      padding: 1.07143rem;
      text-align: center;
      transition: all 100ms ease-out;
      font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      background: #FEFEFE;
      box-shadow: inset 0px 6px 12px -5px rgba(0, 0, 0, 0.15);
      color: #5a5a5f; }
      .portfolio-list .site .site-title .read-more:hover {
        background: #5a5a5f;
        color: #FFF; }
  .portfolio-list .site .site-name {
    display: block;
    color: #000;
    line-height: 1.1em;
    margin-bottom: 5px;
    font-size: 1.2em;
    text-align: center; }
  .portfolio-list .site .site-city-format {
    display: block;
    color: #afafb4;
    font-size: 0.85714rem;
    line-height: 1.1em;
    text-align: center; }
.portfolio-list li.site {
  padding-bottom: 0; }
.portfolio-list .site.off {
  display: none; }
.portfolio-list [class*="column"] + [class*="column"]:last-child {
  float: left; }

#no-results {
  margin-top: 20px;
  color: #afafb4; }

#result-heading {
  color: #afafb4;
  margin-bottom: 1.42857rem; }
  #result-heading span {
    background: none;
    padding: 0;
    color: #414145; }

/********************* Company Profile *********************/
.members-of li {
  padding-bottom: 20px; }

.members-of .columns {
  padding-bottom: 20px; }
  .members-of .columns p {
    color: #afafb4;
    font-size: 0.8em;
    line-height: 1.2em;
    font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 400 !important;
    margin-bottom: 0.65rem; }
  .members-of .columns:not(:last-child) img {
    position: relative;
    top: 20px; }
  @media only screen and (max-width: 40em) {
    .members-of .columns:first-child img {
      top: 0px; } }

/********************* The Team *********************/
.the-board li, .the-team li {
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400; }
  .the-board li a, .the-team li a {
    font-weight: 400;
    color: #afafb4; }
    .the-board li a:hover, .the-team li a:hover {
      color: #5a5a5f; }

@media only screen and (min-width: 40.063em) {
  .the-team li h4 {
    margin-top: 0;
    padding-top: 20px;
    border-top: 1px solid #ccc;
    font-size: 1.25rem; } }
.the-team ul.inline-list {
  margin-bottom: 0px;
  font-size: 0.9rem; }

.the-board li h4 span, .the-team li h4 span {
  color: #5a5a5f;
  font-weight: 400; }

.the-board li img, .the-team li img {
  margin-bottom: 10px; }

.the-board hr {
  display: none; }

@media only screen and (max-width: 40em) {
  .the-board hr {
    display: block; }

  .the-board li img {
    width: 47.5%;
    float: right;
    margin: 0 0 20px 20px; }

  .the-board li, .the-team li,
  .the-board li p, .the-team li p {
    font-size: .9em; }

  .the-board li h4 {
    padding-bottom: 0px;
    border: 0px; }

  .the-board li h4 span, .the-team li h4 span {
    color: #afafb4;
    font-weight: 300; } }
/********************* Site Pages *********************/
.site-popup-content {
  max-width: 900px;
  padding: 0; }
  .site-popup-content .row.padded {
    padding-bottom: 0;
    position: relative; }
  .site-popup-content .site-map-wrap {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 40%; }

.site-headline h2 {
  margin-bottom: 0px; }
.site-headline h2, .site-headline h4 {
  line-height: 1.1em;
  text-align: center; }
.site-headline h4 {
  color: #afafb4; }

.site-description ul {
  margin-bottom: 0px; }
  .site-description ul li {
    margin-right: 1.57143rem; }

.site-did-you-know p {
  font-size: 1.28571rem;
  line-height: 1.2em;
  font-weight: 700; }
  .site-did-you-know p a {
    color: #FFF;
    text-decoration: underline; }
  .site-did-you-know p strong {
    color: #FFF; }

img.part-of-the-grid {
  padding: 3px 0 5px; }
  @media only screen and (max-width: 40em) {
    img.part-of-the-grid {
      max-width: 150px; } }

.site-photos img {
  margin-bottom: 20px; }

.site-gallery-heading {
  padding: 0 10px; }

.site-gallery {
  padding: 1.42857rem 0 3.92857rem; }
  @media only screen and (max-width: 40em) {
    .site-gallery {
      padding-top: 0px; } }

#site-videos .row .columns:last-child hr {
  display: none; }

#site-map-canvas, .site-map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.gm-style img {
  max-width: none; }

.gm-style label {
  width: auto;
  display: inline; }

.site-map-small {
  width: 100%;
  margin-bottom: 10px; }

ul.audience-ages {
  display: block;
  padding: 0;
  margin: 0 0 0 -1.07143rem;
  *zoom: 1;
  text-align: center;
  margin-bottom: 1.42857rem; }
  ul.audience-ages:before, ul.audience-ages:after {
    content: " ";
    display: table; }
  ul.audience-ages:after {
    clear: both; }
  ul.audience-ages > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.07143rem 2.14286rem; }
  ul.audience-ages > li {
    width: 33.33333%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    ul.audience-ages > li:nth-of-type(n) {
      clear: none; }
    ul.audience-ages > li:nth-of-type(3n+1) {
      clear: both; }
  ul.audience-ages li {
    padding-bottom: 0; }

@media only screen and (min-width: 40.063em) {
  ul.audience-ages {
    display: block;
    padding: 0;
    margin: 0 0 0 -1.07143rem;
    *zoom: 1; }
    ul.audience-ages:before, ul.audience-ages:after {
      content: " ";
      display: table; }
    ul.audience-ages:after {
      clear: both; }
    ul.audience-ages > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 1.07143rem 2.14286rem; }
    ul.audience-ages > li {
      width: 20%;
      padding: 0 1.07143rem 2.14286rem;
      list-style: none; }
      ul.audience-ages > li:nth-of-type(n) {
        clear: none; }
      ul.audience-ages > li:nth-of-type(5n+1) {
        clear: both; } }
ul.audience-demographics {
  display: block;
  padding: 0;
  margin: 0 0 0 -1.07143rem;
  *zoom: 1;
  text-align: center;
  margin-bottom: 1.42857rem; }
  ul.audience-demographics:before, ul.audience-demographics:after {
    content: " ";
    display: table; }
  ul.audience-demographics:after {
    clear: both; }
  ul.audience-demographics > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.07143rem 2.14286rem; }
  ul.audience-demographics > li {
    width: 33.33333%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    ul.audience-demographics > li:nth-of-type(n) {
      clear: none; }
    ul.audience-demographics > li:nth-of-type(3n+1) {
      clear: both; }
  ul.audience-demographics.no-ab {
    display: block;
    padding: 0;
    margin: 0 0 0 -1.07143rem;
    *zoom: 1; }
    ul.audience-demographics.no-ab:before, ul.audience-demographics.no-ab:after {
      content: " ";
      display: table; }
    ul.audience-demographics.no-ab:after {
      clear: both; }
    ul.audience-demographics.no-ab > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 1.07143rem 2.14286rem; }
    ul.audience-demographics.no-ab > li {
      width: 50%;
      padding: 0 1.07143rem 2.14286rem;
      list-style: none; }
      ul.audience-demographics.no-ab > li:nth-of-type(n) {
        clear: none; }
      ul.audience-demographics.no-ab > li:nth-of-type(2n+1) {
        clear: both; }
  ul.audience-demographics li {
    padding-bottom: 0; }
  ul.audience-demographics img {
    display: none; }

@media only screen and (min-width: 40.063em) {
  ul.audience-demographics:not(.no-ab) li {
    position: relative; }
    ul.audience-demographics:not(.no-ab) li img {
      display: block; }
    ul.audience-demographics:not(.no-ab) li figure {
      position: absolute;
      top: 50%;
      margin-top: -40px;
      left: 0;
      width: 100%; } }
ul.personicx {
  display: block;
  padding: 0;
  margin: 0 0 0 -1.07143rem;
  *zoom: 1;
  text-align: center; }
  ul.personicx:before, ul.personicx:after {
    content: " ";
    display: table; }
  ul.personicx:after {
    clear: both; }
  ul.personicx > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.07143rem 2.14286rem; }
  ul.personicx > li {
    width: 100%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    ul.personicx > li:nth-of-type(n) {
      clear: none; }
    ul.personicx > li:nth-of-type(1n+1) {
      clear: both; }

@media only screen and (min-width: 40.063em) {
  ul.personicx {
    display: block;
    padding: 0;
    margin: 0 0 0 -1.07143rem;
    *zoom: 1; }
    ul.personicx:before, ul.personicx:after {
      content: " ";
      display: table; }
    ul.personicx:after {
      clear: both; }
    ul.personicx > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 1.07143rem 2.14286rem; }
    ul.personicx > li {
      width: 33.33333%;
      padding: 0 1.07143rem 2.14286rem;
      list-style: none; }
      ul.personicx > li:nth-of-type(n) {
        clear: none; }
      ul.personicx > li:nth-of-type(3n+1) {
        clear: both; } }
ul.insights {
  display: block;
  padding: 0;
  margin: 0 0 0 -1.07143rem;
  *zoom: 1; }
  ul.insights:before, ul.insights:after {
    content: " ";
    display: table; }
  ul.insights:after {
    clear: both; }
  ul.insights > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 1.07143rem 2.14286rem; }
  ul.insights > li {
    width: 50%;
    padding: 0 1.07143rem 2.14286rem;
    list-style: none; }
    ul.insights > li:nth-of-type(n) {
      clear: none; }
    ul.insights > li:nth-of-type(2n+1) {
      clear: both; }

@media only screen and (min-width: 40.063em) {
  ul.insights {
    display: block;
    padding: 0;
    margin: 0 0 0 -1.07143rem;
    *zoom: 1; }
    ul.insights:before, ul.insights:after {
      content: " ";
      display: table; }
    ul.insights:after {
      clear: both; }
    ul.insights > li {
      display: inline;
      height: auto;
      float: left;
      padding: 0 1.07143rem 2.14286rem; }
    ul.insights > li {
      width: 20%;
      padding: 0 1.07143rem 2.14286rem;
      list-style: none; }
      ul.insights > li:nth-of-type(n) {
        clear: none; }
      ul.insights > li:nth-of-type(5n+1) {
        clear: both; } }
.flex-video {
  margin-bottom: 0.71429rem; }

@media only screen and (min-width: 40.063em) {
  .flex-video.map, .flex-video.map-wide {
    background: #f1f1f2; }

  .flex-video.map {
    padding-bottom: 56%; }

  .flex-video.map-wide {
    padding-bottom: 35%; } }
.site-sources {
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8em;
  color: #afafb4;
  margin: 0; }

ul.referenced li {
  margin-bottom: 10px; }

/********************* The Grid *********************/
.trading-model p {
  text-wrap: balanced; }

.trading-model img {
  margin: 10px 0 20px; }

@media only screen and (max-width: 40em) {
  .trading-model img {
    max-width: 50%;
    margin: 0.71429rem auto; } }
.industry-opinion img {
  margin-bottom: 0.71429rem;
  margin-top: 0.71429rem; }

.the-grid-sites {
  margin-bottom: 1.42857rem; }

.the-grid-sites .links a {
  display: inline-block;
  width: 40%;
  margin-right: 0.71429rem; }

.the-grid-sites .row h6 {
  margin-bottom: 0.71429rem; }

@media only screen and (max-width: 40em) {
  .the-grid-sites img {
    margin-bottom: 0.71429rem;
    width: 75%; }

  .the-grid-sites .row {
    text-align: center; }

  .the-grid-sites .links a {
    width: auto; }

  .the-grid-sites .row h6 {
    display: none; } }
sup.grid-new {
  font-size: 0.5em;
  margin-left: 3px; }

.the-grid-popup-content {
  max-width: 900px;
  padding: 0; }
  .the-grid-popup-content .row.padded {
    padding-bottom: 0; }

.page-template-the-grid-page-template-2016 .mfp-close, .page-template-the-grid-page-template .mfp-close {
  color: #FFF; }
@media only screen and (max-width: 40em) {
  .page-template-the-grid-page-template-2016 .mfp-arrow, .page-template-the-grid-page-template .mfp-arrow {
    display: none; } }

/********************* Neuroscience *********************/
.neuroscience-learnings p {
  margin-right: 10%;
  margin-left: 10%; }

.neuroscience-findings .text-right * {
  padding-right: 5px; }
.neuroscience-findings .text-left * {
  padding-left: 5px; }

#beyond-out-of-home {
  background: #eee; }

@media only screen and (min-width: 40.063em) {
  #beyond-out-of-home {
    background: transparent url("../img/neuroscience/screens-background.jpg") no-repeat top center;
    background-size: 100% 100%; }
    #beyond-out-of-home h2, #beyond-out-of-home h3, #beyond-out-of-home a {
      color: #fff; }
    #beyond-out-of-home section {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden; } }
/********************* Scoreboard *********************/
.sb-event p {
  padding-top: 2px; }

.sb-event hr {
  border-style: dotted;
  margin: 5px 10px 10px; }

@media only screen and (min-width: 40.063em) {
  .sb-event h5 {
    text-align: right; } }
/********************* Creativity *********************/
.content-hero {
  background: #5a5a5f url("../img/content/model.jpg") center center;
  background-size: cover;
  background-attachment: fixed; }

.content-teamgb {
  background: #5a5a5f url("../img/content/jess.jpg") center center;
  background-size: cover;
  background-attachment: fixed; }

.creativity-hero {
  background: #5a5a5f url("../img/creativity/ttw-background.jpg") center center no-repeat;
  background-size: cover; }

.row.ocean-labs {
  background-color: #56565b; }

.creative-techniques img {
  margin-bottom: 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px; }

/********************* Technology *********************/
.technology-hero {
  background: #5a5a5f url("../img/creativity/rado-background.jpg") center center no-repeat;
  background-size: cover; }

.oceanforoceans-menu dd.active a {
  background: #3174b8; }
  .oceanforoceans-menu dd.active a:after {
    border-top-color: #3174b8; }

/********************* Development *********************/
.testimonial {
  background-size: cover;
  background-position: center center; }
  .testimonial .columns {
    margin-top: 3rem;
    margin-bottom: 3rem; }
    .testimonial .columns img {
      width: 50%;
      margin: 2rem 0; }
    .testimonial .columns .caption {
      margin-top: 1rem;
      color: #FFF; }
    @media only screen and (max-width: 40em) {
      .testimonial .columns {
        /*background: rgba(0,0,0,.75);*/
        /*padding: 2rem;*/ }
        .testimonial .columns img {
          width: 50%;
          margin: 2rem 25%; }
        .testimonial .columns h6 {
          text-align: center; } }
  @media only screen and (min-width: 40.063em) {
    .testimonial {
      background-attachment: fixed; } }

.cover-background {
  background-size: cover;
  background-position: center center; }

.fixed-background {
  background-size: cover;
  background-position: center center; }
  @media only screen and (min-width: 40.063em) {
    .fixed-background {
      background-attachment: fixed; } }
  .fixed-background .fixed-background-content {
    /* equivilant of small-11*/
    width: 91.7%;
    margin: 6em auto; }
    @media only screen and (max-width: 40em) {
      .fixed-background .fixed-background-content {
        background: rgba(0, 0, 0, 0.75);
        padding: 2rem;
        margin: 3em auto; } }
    .fixed-background .fixed-background-content:after {
      /* clears the floats within */
      content: "";
      display: table;
      clear: both; }
  .fixed-background .fixed-background-content-light {
    /* equivilant of small-11*/
    width: 91.7%;
    margin: 6em auto; }
    @media only screen and (max-width: 40em) {
      .fixed-background .fixed-background-content-light {
        background: rgba(255, 255, 255, 0.75);
        padding: 2rem;
        margin: 3em auto; } }
    .fixed-background .fixed-background-content-light:after {
      /* clears the floats within */
      content: "";
      display: table;
      clear: both; }

.parallax-window .columns, .parallax-window .column {
  z-index: 1; }
.parallax-window .parallax-window-content {
  position: relative;
  z-index: 1;
  width: 83.33%;
  margin: 6em auto; }
  @media only screen and (max-width: 40em) {
    .parallax-window .parallax-window-content {
      width: 91.7%;
      background: rgba(0, 0, 0, 0.5);
      padding: 2rem;
      margin: 3em auto; } }
  .parallax-window .parallax-window-content:after {
    /* clears the floats within */
    content: "";
    display: table;
    clear: both; }

.westfield-testimonial {
  background-image: url("../img/development/westfield-sign-big.jpg"); }

.manchester-testimonial {
  background-image: url("../img/development/manchester.jpg"); }

.birmingham-testimonial {
  background-image: url("../img/development/bullring.jpg"); }

.lse-homepage {
  background-image: url("../img/home/lse-background.jpg"); }

.taoo-homepage {
  background-image: url("../img/home/taoo.jpg"); }

.taoo-white-homepage {
  background-image: url("../img/home/taoo_white.jpg"); }

/********************* Collections *********************/
.collections-headline {
  background: #000 url("../img/collections/headline-background.jpg") center center fixed;
  background-size: cover; }
  .collections-headline .columns {
    padding-top: 40px;
    padding-bottom: 40px; }
  .collections-headline p {
    font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    margin-bottom: 0px; }
  .collections-headline .bebas {
    letter-spacing: 0.15em;
    margin-bottom: 0px; }

.collections-details {
  background: url("../img/collections/collections-details-updated.jpg");
  background-size: 100%; }
  .collections-details img {
    width: 75%; }
  .collections-details h3 {
    letter-spacing: 0.15em;
    background: #000;
    padding: 15px 5px 10px;
    color: #FFF;
    line-height: 1.1em;
    margin-bottom: 0; }
  .collections-details ul li {
    border-bottom: 1px solid #afafb4;
    padding: 10px 0;
    font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .collections-details ul li:last-child {
      border-bottom: 0; }
    .collections-details ul li h2 {
      margin-bottom: 0; }
    .collections-details ul li a {
      font-weight: normal; }
      .collections-details ul li a i {
        color: #afafb4; }
      .collections-details ul li a:hover i {
        color: #000; }

/********************* Campaign Gallery *********************/
ul.campaign-gallery-left-menu {
  margin-top: 0.71429rem;
  border-top: 1px solid #ddd; }
  ul.campaign-gallery-left-menu li {
    border-bottom: 1px dotted #ddd;
    padding: 1rem 0 0.5rem;
    line-height: 1.2em; }
    ul.campaign-gallery-left-menu li a {
      display: block;
      color: #afafb4;
      margin-bottom: 0.25rem; }
      ul.campaign-gallery-left-menu li a .date {
        font-size: 0.8em;
        color: #afafb4; }
  ul.campaign-gallery-left-menu li.selected a {
    color: #5a5a5f; }
  ul.campaign-gallery-left-menu li.selected a:before {
    content: '\25B6';
    font-size: 0.7em;
    margin-right: 5px; }

.photo-loading {
  background: #eee url("../img/ui/loading.gif") no-repeat center center;
  position: relative;
  padding-bottom: 66.67%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  margin-bottom: 10px; }

.columnize .column {
  padding: 0 10px 0 0; }

@media only screen and (max-width: 40em) {
  .columnize .column p {
    font-size: 0.8em; } }
.campaign-photo, .campaign-video {
  margin-bottom: 0.71429rem; }
  .campaign-photo p, .campaign-video p {
    margin-top: 0;
    line-height: 1.2em;
    font-weight: 700; }
    .campaign-photo p span, .campaign-video p span {
      color: #afafb4;
      font-size: 0.8em; }

.campaign-photos [class*="column"] + [class*="column"]:last-child {
  float: left; }

.brand-list p.small-1 {
  color: #c9c9cd;
  line-height: 1em;
  font-size: 2em; }

#form-with-error .input {
  border-color: #F00; }

/********************* Loop Length Calculator *********************/
.loop-length-calculator select {
  margin-bottom: 0.35714rem; }
@media only screen and (min-width: 40.063em) {
  .loop-length-calculator h1 {
    margin-top: 32px; } }
.loop-length-calculator h3 span.strong {
  color: #28282b;
  font-weight: 400; }
.loop-length-calculator h6 {
  color: #7a7a83;
  margin-bottom: 0.71429rem; }

/********************* Footer *********************/
.page-footer {
  padding: 1.07143rem 1.07143rem 2rem 1.07143rem;
  color: #afafb4; }
  .page-footer p {
    font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 1rem;
    width: 50%; }
  .page-footer p a {
    color: #5a5a5f;
    font-weight: 400; }
  .page-footer p a:hover {
    color: #414145; }
  .page-footer h1 {
    font-size: 1.85714rem;
    color: #000; }
  .page-footer .the-art-of-outdoor {
    margin: 2rem 0 1rem; }
  .page-footer .team-gb {
    position: absolute;
    bottom: 0;
    right: 0; }
    .page-footer .team-gb img {
      margin: 0; }
  .page-footer .page-footer-links a {
    margin: 0rem 1rem 0.5rem 0;
    display: inline-block;
    font-size: 1rem; }
    @media only screen and (min-width: 64.063em) {
      .page-footer .page-footer-links a {
        margin: 0rem 1rem 0rem 0; } }
  .page-footer .back-to-top {
    padding-bottom: 0.71429rem;
    text-align: center; }
    .page-footer .back-to-top a {
      color: #afafb4; }

@media only screen and (max-width: 40em) {
  .page-footer p {
    font-size: 0.8rem;
    width: 80%; }

  .page-footer h1 {
    font-size: 1.42857rem; }

  .page-footer .page-footer-links a {
    margin-bottom: 0.5rem;
    display: block; } }
.oldie .top-bar {
  *zoom: 1;
  overflow: visible; }
.oldie .top-bar:before, .oldie .top-bar:after {
  content: " ";
  display: table; }
.oldie .top-bar:after {
  clear: both; }
.oldie .top-bar .toggle-topbar {
  display: none; }
.oldie .top-bar .title-area {
  float: left; }
.oldie .top-bar .name h1 a {
  width: auto; }
.oldie .top-bar input,
.oldie .top-bar .button {
  line-height: 2em;
  font-size: 0.875em;
  height: 2em;
  padding: 0 10px;
  position: relative;
  top: 8px; }
.oldie .top-bar.expanded {
  background: #111111; }
.oldie .contain-to-grid .top-bar {
  margin: 0 auto; }
.oldie .top-bar-section {
  -webkit-transition: none 0 0;
  -moz-transition: none 0 0;
  transition: none 0 0;
  left: 0 !important; }
  .oldie .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline; }
    .oldie .top-bar-section ul li {
      float: left; }
    .oldie .top-bar-section ul li > a {
      padding-right: 14px !important; }
    .oldie .top-bar-section ul li .js-generated {
      display: none; }
    .oldie .top-bar-section ul li a:not(.button) {
      padding: 0 15px;
      line-height: 45px;
      background: #111111; }
    .oldie .top-bar-section ul li a:not(.button):hover {
      background: #2b2b2b; }
  .oldie .top-bar-section .has-dropdown > a {
    padding-right: 35px !important; }
  .oldie .top-bar-section .has-dropdown > a:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
    margin-top: -10px !important; }
  .oldie .top-bar-section .has-dropdown {
    position: relative; }
  .oldie .top-bar-section .has-dropdown > .dropdown {
    visibility: hidden; }
  .oldie .top-bar-section .has-dropdown:hover > .dropdown,
  .oldie .top-bar-section .has-dropdown:active > .dropdown {
    visibility: visible; }
  .oldie .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00ab";
    margin-top: -7px;
    right: 5px; }
  .oldie .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent; }
    .oldie .top-bar-section .dropdown li a {
      line-height: 1;
      white-space: nowrap;
      padding: 7px 15px;
      background: #1e1e1e; }
    .oldie .top-bar-section .dropdown li label {
      white-space: nowrap;
      background: #1e1e1e; }
    .oldie .top-bar-section .dropdown li .dropdown {
      left: 100%;
      top: 0; }
  .oldie .top-bar-section > ul > .divider {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #2b2b2b;
    border-left: solid 1px black;
    clear: none;
    height: 45px;
    width: 0px; }
  .oldie .top-bar-section .has-form {
    background: #111111;
    padding: 0 15px;
    height: 45px; }
  .oldie .top-bar-section ul.right li .dropdown {
    left: auto;
    right: 0; }
  .oldie .top-bar-section ul.right li .dropdown li .dropdown {
    right: 100%; }

area {
  cursor: pointer;
  display: block; }

area:hover {
  cursor: pointer;
  display: block; }

.international-popup-content {
  background: #FFF;
  padding: 1.42857rem;
  text-align: left;
  max-width: 800px;
  margin: 1.42857rem auto;
  position: relative; }
  .international-popup-content hr {
    margin: 0.71429rem 0 1.42857rem; }
  .international-popup-content h1 span {
    color: #afafb4; }
  @media only screen and (min-width: 40.063em) {
    .international-popup-content h4 {
      margin-top: -4px; }
    .international-popup-content h1 {
      font-size: 2.57143rem; }
    .international-popup-content .left-side {
      position: relative;
      padding-left: 1.07143rem;
      padding-right: 1.07143rem;
      width: 66.66667%;
      float: left; }
    .international-popup-content .right-side {
      position: relative;
      padding-left: 1.07143rem;
      padding-right: 1.07143rem;
      width: 33.33333%;
      float: left; } }

[class*="block-grid-"].text-center {
  font-size: 0; }
  [class*="block-grid-"].text-center > li {
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 1rem; }

.infoBubbleCaption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: rgba(0, 0, 0, 0.75);
  padding: 10px;
  margin: 0;
  color: #FFF;
  text-align: center; }

img.map-photo {
  width: 360px; }
  @media only screen and (min-width: 40.063em) {
    img.map-photo {
      width: 600px; } }

.map-and-list-wrap p.count, .map-and-list-wrap p.loading {
  padding: 20px 20px 10px;
  font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.15rem;
  line-height: 1.25rem;
  text-align: center; }
.map-and-list-wrap .map-full {
  margin-top: -2rem;
  margin-bottom: 2rem;
  padding-bottom: 40%; }
  @media only screen and (min-width: 64.063em) {
    .map-and-list-wrap .map-full {
      padding-bottom: 25%; } }
.map-and-list-wrap .map-wrap {
  padding-top: 0px;
  padding-bottom: 350px; }
  @media only screen and (min-width: 40.063em) {
    .map-and-list-wrap .map-wrap {
      padding-bottom: 500px; } }
  @media only screen and (min-width: 64.063em) {
    .map-and-list-wrap .map-wrap {
      padding-bottom: 650px; } }
  .map-and-list-wrap .map-wrap .reset-zoom {
    position: absolute;
    z-index: 1;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%); }
@media only screen and (min-width: 40.063em) {
  .map-and-list-wrap .site-list-wrap {
    overflow: auto;
    max-height: 500px; } }
@media only screen and (min-width: 64.063em) {
  .map-and-list-wrap .site-list-wrap {
    max-height: 650px; } }
.map-and-list-wrap ul.site-list {
  margin-bottom: 0px; }
  .map-and-list-wrap ul.site-list li {
    border-top: 1px solid #ddd;
    position: relative;
    padding: 20px;
    display: block; }
    .map-and-list-wrap ul.site-list li:first-child {
      border-width: 0; }
    .map-and-list-wrap ul.site-list li:last-child {
      border-bottom: 1px solid #ddd; }
    .map-and-list-wrap ul.site-list li p.name {
      font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1.15rem;
      line-height: 1.25rem;
      font-weight: 700;
      padding-left: 40px; }
    .map-and-list-wrap ul.site-list li h6.meta {
      text-transform: none;
      letter-spacing: 0;
      padding-left: 40px; }
    .map-and-list-wrap ul.site-list li a.full-details {
      font-weight: bold; }
    .map-and-list-wrap ul.site-list li span.number {
      position: absolute;
      left: 20px;
      font-weight: 700; }
    .map-and-list-wrap ul.site-list li .close-button {
      float: right;
      display: none; }
    .map-and-list-wrap ul.site-list li .data {
      margin-top: 10px;
      display: none; }
      .map-and-list-wrap ul.site-list li .data img {
        float: left;
        margin-top: 5px;
        margin-bottom: 10px;
        width: 50%; }
        @media only screen and (min-width: 40.063em) {
          .map-and-list-wrap ul.site-list li .data img {
            display: none; } }
    .map-and-list-wrap ul.site-list li .fa {
      margin-right: 2px; }
    .map-and-list-wrap ul.site-list li .read-more {
      display: none; }
    .map-and-list-wrap ul.site-list li .full-site-link {
      display: block;
      margin: 1.42857rem -1.42857rem -1.42857rem;
      padding: 1.07143rem;
      text-align: center;
      transition: all 100ms ease-out;
      font-family: "interface", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem;
      font-weight: 700;
      background: #5a5a5f;
      color: #FFF;
      box-shadow: inset 0px 6px 12px -5px rgba(0, 0, 0, 0.15); }
      .map-and-list-wrap ul.site-list li .full-site-link:hover {
        background: #414145; }
  .map-and-list-wrap ul.site-list li.site-selected {
    border-top: 1px solid #FFF;
    background: #FFF; }
    .map-and-list-wrap ul.site-list li.site-selected a.name {
      color: #000; }
    .map-and-list-wrap ul.site-list li.site-selected .close-button {
      display: block; }
    .map-and-list-wrap ul.site-list li.site-selected .data {
      display: block; }
.map-and-list-wrap #map_canvas, .map-and-list-wrap .map_canvas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
.map-and-list-wrap .flex-video {
  margin-bottom: 0; }
.map-and-list-wrap .site-details ul li {
  margin-bottom: 0.5rem; }

.technology-description strong {
  color: #FFF; }

@media only screen and (min-width: 40.063em) {
  .technology-billboard {
    position: relative;
    margin-bottom: -5rem; }
    .technology-billboard:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 15rem;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a5a5f+0,5a5a5f+100&0+0,0.65+100 */
      background: -moz-linear-gradient(top, rgba(90, 90, 95, 0) 0%, #5a5a5f 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(90, 90, 95, 0) 0%, #5a5a5f 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(90, 90, 95, 0) 0%, #5a5a5f 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005a5a5f', endColorstr='#a65a5a5f',GradientType=0 );
      /* IE6-9 */ } }
.text-loop-retail {
  color: #946eae !important; }

.text-loop-business {
  color: #2f86cd !important; }

.text-loop-leisure {
  color: #e02987 !important; }

@media only screen and (max-width: 40em) {
  .mini-networks-tabs dd a {
    font-size: 0.9rem; }
  .mini-networks-tabs dd span {
    display: none; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .mini-networks-tabs dd a {
    font-size: 0.9rem; }
  .mini-networks-tabs dd span {
    display: none; } }
.mini-networks p {
  text-align: center; }
.mini-networks img {
  padding: 10px 40px 25px; }
.mini-networks hr {
  display: none; }
@media only screen and (max-width: 40em) {
  .mini-networks img {
    float: left;
    max-width: 100px;
    padding: 10px 25px 10px 0; }
  .mini-networks p {
    text-align: left; }
  .mini-networks hr {
    display: block; } }

#loop-birmingham-intro {
  background: #e2e2e2 url("../img/the-loop/loop-brm-screens-right.jpg") no-repeat bottom right;
  background-size: 100% auto; }
  @media only screen and (max-width: 40em) {
    #loop-birmingham-intro {
      background-size: 250% auto;
      padding-bottom: 85%; } }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    #loop-birmingham-intro {
      background-size: 160% auto;
      padding-bottom: 55%; } }
  #loop-birmingham-intro hr {
    border-color: #afafb4; }
  #loop-birmingham-intro h6 {
    color: #5a5a5f; }

/******* IMPORTS *********/
.dcc-text-gradient {
  background: linear-gradient(270deg, #ffec00, #e40f80, #189cd8);
  background-size: 600% 600%;
  animation: dcc-gradient 5s ease infinite;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text; }

@keyframes dcc-gradient {
  0% {
    background-position: 0% 68%; }
  50% {
    background-position: 100% 33%; }
  100% {
    background-position: 0% 68%; } }
.dcc-uk-map {
  background: linear-gradient(270deg, #ffec00, #e40f80, #189cd8);
  background-size: 600% 600%;
  animation: dcc-gradient 15s ease infinite; }

.dcc-prizes div.columns {
  padding-top: 3rem;
  padding-bottom: 3rem; }

@media only screen and (min-width: 64.063em) {
  .dcc-intro {
    background: url("../img/digital-competition/2019/DCC-blend-back-right.png") center top no-repeat;
    background-size: 100% auto; } }
.dcc-labs {
  background: #5a5a5f url("../img/digital-competition/2019/DCC-blend-back-right.png") center top no-repeat;
  background-size: cover; }

.dcc-piccadilly {
  background-color: #E6E6E6; }
  @media only screen and (min-width: 64.063em) {
    .dcc-piccadilly {
      background: #E6E6E6 url("../img/digital-competition/2019/DCC2019-piccadilly-top.png") left center no-repeat;
      background-position: left top;
      background-size: 100% auto;
      padding-top: 25% !important; } }
  .dcc-piccadilly hr {
    border-color: #5a5a5f; }

.row.previous-winners figure {
  margin-bottom: 10px; }

.judges li img {
  border: 1px solid #ddd; }
.judges li h4 {
  border: none; }

@media only screen and (min-width: 40.063em) {
  .row.previous-winners figure {
    float: right;
    width: 60%;
    margin-left: 20px; } }
.dcc-award-ceremony {
  background: #000 url("../img/digital-competition/2018/imax-DCC-left.jpg") center center no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 40em) {
    .dcc-award-ceremony {
      background: #000 url("../img/digital-competition/2018/imax-DCC-small.jpg") top center no-repeat;
      background-size: 100%;
      padding-top: 50% !important;
      text-align: center; } }
  .dcc-award-ceremony .video-popup {
    border: 1px solid #555;
    margin-top: 10px; }

.dcc-oceanforoceans {
  background: #282a39 url("../img/digital-competition/2018/oceanforoceans-background.png") center center no-repeat;
  background-size: cover;
  background-attachment: scroll; }
  @media only screen and (min-width: 64.063em) {
    .dcc-oceanforoceans {
      background-attachment: fixed; } }
  .dcc-oceanforoceans .turtle {
    padding: 25px;
    width: 100%; }
    @media only screen and (min-width: 64.063em) {
      .dcc-oceanforoceans .turtle {
        padding: 50px; } }

.dcc-womens-aid {
  background-color: #282a39;
  background: #282a39 url("../img/digital-competition/2016/womens-aid-square.jpg") left bottom no-repeat;
  background-size: contain; }
  @media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .dcc-womens-aid {
      background-position: -100px bottom; } }
  @media only screen and (max-width: 40em) {
    .dcc-womens-aid {
      background-position: center bottom;
      padding-bottom: 390px !important;
      background-size: auto; } }

.dcc-tankfree {
  background: #2c69ab; }
  @media only screen and (min-width: 40.063em) {
    .dcc-tankfree {
      background: #2c69ab url("../img/digital-competition/2018/whale-tank.jpg") left bottom no-repeat;
      background-position: -100px bottom;
      background-size: contain; } }
  @media only screen and (min-width: 64.063em) {
    .dcc-tankfree {
      background-position: 0 bottom; } }

.video-popup {
  margin-bottom: 0.71429rem; }

.dcc-psds {
  background: #5a5a5f url("../img/digital-competition/2019/psd_image2019.jpg") center top no-repeat; }
  .dcc-psds .columns {
    padding-top: 400px; }
  @media only screen and (max-width: 40em) {
    .dcc-psds {
      background-size: 600px; }
      .dcc-psds .columns {
        padding-top: 150px; } }

.dcc-menu dd.active.pink a {
  background: #e50068; }
  .dcc-menu dd.active.pink a:after {
    border-top-color: #e50068; }
.dcc-menu dd.active.blue a {
  background: #00b2c3; }
  .dcc-menu dd.active.blue a:after {
    border-top-color: #00b2c3; }
.dcc-menu dd.active.green a {
  background: #2eac66; }
  .dcc-menu dd.active.green a:after {
    border-top-color: #2eac66; }
.dcc-menu dd.active.yellow a {
  background: #fdc500; }
  .dcc-menu dd.active.yellow a:after {
    border-top-color: #fdc500; }
.dcc-menu dd.active.dcc-pink a {
  background: #e40f80; }
  .dcc-menu dd.active.dcc-pink a:after {
    border-top-color: #e40f80; }
.dcc-menu dd.active.dcc-blue a {
  background: #189cd8; }
  .dcc-menu dd.active.dcc-blue a:after {
    border-top-color: #189cd8; }
.dcc-menu dd.active.dcc-yellow a {
  background: #ffec00;
  color: #000; }
  .dcc-menu dd.active.dcc-yellow a:after {
    border-top-color: #ffec00; }

@media only screen and (min-width: 64.063em) {
  .dcc-map-text {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%); } }
.dcc-networks img, .dcc-networks h6 {
  margin-bottom: 0.5em;
  color: #5a5a5f; }
