@charset "UTF-8";
meta.foundation-version {
  font-family: "/5.5.3/"; }

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

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

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

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

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

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

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

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

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

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

html, body {
  height: 100%; }

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

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

body {
  background: #FFFFFF;
  color: #222222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  margin: 0;
  padding: 0;
  position: relative; }

a:hover {
  cursor: pointer; }

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

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

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

.left {
  float: left !important; }

.right {
  float: right !important; }

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

.clearfix:after {
  clear: both; }

.hide {
  display: none; }

.invisible {
  visibility: hidden; }

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

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

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

select {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

label.error {
  color: #f04124; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    border-radius: 3px; }

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

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

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

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

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

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

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

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

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

.js-generated {
  display: block; }

@media only screen and (min-width: 1025px) {
  .top-bar {
    background: #333333;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .toggle-topbar {
      display: none; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a,
    .top-bar .name h2 a,
    .top-bar .name h3 a,
    .top-bar .name h4 a,
    .top-bar .name h5 a,
    .top-bar .name h6 a {
      width: auto; }
    .top-bar input,
    .top-bar select,
    .top-bar .button,
    .top-bar button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.625rem; }
    .top-bar .has-form > .button,
    .top-bar .has-form > button {
      font-size: 0.875rem;
      height: 1.75rem;
      position: relative;
      top: 0.625rem; }
    .top-bar.expanded {
      background: #333333; }
  .contain-to-grid .top-bar {
    margin: 0 auto;
    margin-bottom: 0;
    max-width: 68.75rem; }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important; }
    .top-bar-section ul {
      display: inline;
      height: auto !important;
      width: auto; }
      .top-bar-section ul li {
        float: left; }
        .top-bar-section ul li .js-generated {
          display: none; }
    .top-bar-section li.hover > a:not(.button) {
      background-color: #555555;
      background: #222222;
      color: #FFFFFF; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: #333333;
      line-height: 3rem;
      padding: 0 1rem; }
      .top-bar-section li:not(.has-form) a:not(.button):hover {
        background-color: #555555;
        background: #222222; }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
      background: #008CBA;
      color: #FFFFFF;
      line-height: 3rem;
      padding: 0 1rem; }
      .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0;
        color: #FFFFFF; }
    .top-bar-section .has-dropdown > a {
      padding-right: 2.25rem !important; }
      .top-bar-section .has-dropdown > a:after {
        border: inset 5px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 1.5rem; }
    .top-bar-section .has-dropdown.moved {
      position: relative; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        display: block; }
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown > a:focus + .dropdown {
      position: static !important;
      height: auto;
      width: auto;
      overflow: visible;
      clip: auto;
      display: block;
      position: absolute !important; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
      border: none;
      content: "\00bb";
      top: 0.1875rem;
      right: 5px; }
    .top-bar-section .dropdown {
      left: 0;
      background: transparent;
      min-width: 100%;
      top: auto; }
      .top-bar-section .dropdown li a {
        background: #333333;
        color: #FFFFFF;
        line-height: 3rem;
        padding: 12px 1rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #333333;
        color: #FFFFFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #555555;
        color: #FFFFFF;
        background: #222222; }
      .top-bar-section .dropdown li label {
        background: #333333;
        white-space: nowrap; }
      .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider,
    .top-bar-section > ul > [role="separator"] {
      border-right: solid 1px #4e4e4e;
      border-bottom: none;
      border-top: none;
      clear: none;
      height: 3rem;
      width: 0; }
    .top-bar-section .has-form {
      background: #333333;
      height: 3rem;
      padding: 0 1rem; }
    .top-bar-section .right li .dropdown {
      left: auto;
      right: 0; }
      .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
      right: auto;
      left: 0; }
      .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #555555;
    background: #222222;
    color: #FFFFFF; }
  .no-js .top-bar-section ul li:active > a {
    background: #008CBA;
    color: #FFFFFF; }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

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

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

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

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

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

code {
  background-color: #f8f8f8;
  border-color: #dfdfdf;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.125rem 0.3125rem 0.0625rem; }

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

ul {
  margin-left: 1.1rem; }

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

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

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

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

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

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

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

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

dl dd {
  margin-bottom: 0.75rem; }

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

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

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

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

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

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

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

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

/*
       * Print styles.
       *
       * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
       * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
      */
@media print {
  * {
    background: transparent !important;
    color: #000000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.34in; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.trustpilot-widget {
  margin-top: 1rem; }

.sitewide-alert {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFFFFF;
  margin-bottom: 0; }

div.messages ul.messages {
  list-style: none;
  margin: 0; }
  div.messages ul.messages li ul {
    list-style: none;
    margin: 0; }
    div.messages ul.messages li ul li {
      margin: 0;
      background-color: transparent;
      border: none; }
  div.messages ul.messages li.success-msg {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #0eb38a;
    border-color: #0c9a77;
    color: #FFFFFF; }
  div.messages ul.messages li.error-msg {
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 0.8125rem;
    font-weight: normal;
    margin-bottom: 1.25rem;
    padding: 0.875rem 1.5rem 0.875rem 0.875rem;
    position: relative;
    transition: opacity 300ms ease-out;
    background-color: #cc2127;
    border-color: #af1c22;
    color: #FFFFFF; }

.label {
  display: inline-block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.25rem 0.5rem 0.25rem;
  font-size: 0.6875rem;
  background-color: #ca971b;
  color: #FFFFFF; }

div#advice-required-entry-newsletter {
  position: relative;
  display: inline-block; }

.fieldset.advanced-search {
  margin-bottom: 1em; }

.button[disabled], .button[disabled]:hover {
  background-color: #282828;
  border-color: #282828;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7; }

.cart-cell {
  margin-bottom: 1em; }
  .cart-cell .button.btn-cart {
    line-height: 1;
    width: 100%; }
    .cart-cell .button.btn-cart span {
      line-height: 1; }
  .cart-cell p a.button {
    width: 100%; }

.wishlist-header .columns {
  background: #ca971b; }
  .wishlist-header .columns h3 {
    line-height: 3;
    color: #fff; }

.note-msg {
  text-align: center;
  font-size: 1.2rem;
  margin: 1rem; }

.category-description.std {
  margin: 1rem 0; }

.left + .row, .right + .row {
  overflow: hidden; }

ul.form-list li {
  list-style: none; }

.stuck {
  position: fixed;
  top: 0; }

.mega-menu {
  z-index: 9999; }
  .mega-menu > ul > li {
    border-bottom: none; }
  .mega-menu .mega-menu-sub-inner div h4 a {
    color: #ca971b; }

.product-list-item .product-list-item__name {
  height: 6rem;
  position: relative; }
  .product-list-item .product-list-item__name.product-list-item__name--home a {
    color: #ca971b; }
  .product-list-item .product-list-item__name a {
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.3; }

button.expand, .button.expand {
  padding: 0;
  width: 100%; }

.notice-wrapper {
  z-index: 99999; }
  .notice-wrapper .gold-bar {
    background: #ca971b;
    border-color: #ca971b;
    box-shadow: 0 2px 8px 0px rgba(0, 0, 0, 0.6); }

.alert-wrapper {
  z-index: 99999;
  width: 20rem;
  right: 0;
  left: inherit; }
  .alert-wrapper .alert-box, .alert-wrapper ul.messages li.success-msg li, ul.messages li.success-msg .alert-wrapper li, .alert-wrapper ul.messages li.error-msg li, ul.messages li.error-msg .alert-wrapper li {
    background: #f7f7f7;
    color: #333;
    border: none;
    border-left: 6px solid #008CBA;
    box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2); }
    .alert-wrapper .alert-box.success, .alert-wrapper ul.messages li.success-msg li, ul.messages li.success-msg .alert-wrapper li, .alert-wrapper ul.messages li.error-msg li.success, ul.messages li.error-msg .alert-wrapper li.success {
      background: #f7f7f7;
      border-color: #3a945b;
      color: #333; }
    .alert-wrapper .alert-box.alert, .alert-wrapper ul.messages li.success-msg li.alert, ul.messages li.success-msg .alert-wrapper li.alert, .alert-wrapper ul.messages li.error-msg li, ul.messages li.error-msg .alert-wrapper li {
      background: #f7f7f7;
      border-color: #de2d0f;
      color: #333; }
    .alert-wrapper .alert-box.warning, .alert-wrapper ul.messages li.success-msg li.warning, ul.messages li.success-msg .alert-wrapper li.warning, .alert-wrapper ul.messages li.error-msg li.warning, ul.messages li.error-msg .alert-wrapper li.warning {
      background: #f7f7f7;
      border-color: #de770f;
      color: #333; }
    .alert-wrapper .alert-box.info, .alert-wrapper ul.messages li.success-msg li.info, ul.messages li.success-msg .alert-wrapper li.info, .alert-wrapper ul.messages li.error-msg li.info, ul.messages li.error-msg .alert-wrapper li.info {
      background: #f7f7f7;
      border-color: #74bfdd;
      color: #333; }
    .alert-wrapper .alert-box.small, .alert-wrapper ul.messages li.success-msg li.small, ul.messages li.success-msg .alert-wrapper li.small, .alert-wrapper ul.messages li.error-msg li.small, ul.messages li.error-msg .alert-wrapper li.small {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
      font-size: 0.75rem; }
      .alert-wrapper .alert-box.small .close, .alert-wrapper ul.messages li.success-msg li.small .close, ul.messages li.success-msg .alert-wrapper li.small .close, .alert-wrapper ul.messages li.error-msg li.small .close, ul.messages li.error-msg .alert-wrapper li.small .close {
        font-size: 1.5rem; }
    .alert-wrapper .alert-box.large, .alert-wrapper ul.messages li.success-msg li.large, ul.messages li.success-msg .alert-wrapper li.large, .alert-wrapper ul.messages li.error-msg li.large, ul.messages li.error-msg .alert-wrapper li.large {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
      font-size: 2rem; }
      .alert-wrapper .alert-box.large .close, .alert-wrapper ul.messages li.success-msg li.large .close, ul.messages li.success-msg .alert-wrapper li.large .close, .alert-wrapper ul.messages li.error-msg li.large .close, ul.messages li.error-msg .alert-wrapper li.large .close {
        font-size: 3rem; }
    .alert-wrapper .alert-box .close, .alert-wrapper ul.messages li.success-msg li .close, ul.messages li.success-msg .alert-wrapper li .close, .alert-wrapper ul.messages li.error-msg li .close, ul.messages li.error-msg .alert-wrapper li .close {
      font-size: 2rem;
      line-height: 1.25rem; }

.img-holder img[data-src] {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJYAAACWBAMAAADOL2zRAAAAJFBMVEX////4+Pjs7Ozz8/P19fXu7u7l5eXw8PDp6enn5+f6+vr8/Px26gyDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH4AICDAYoYKzc0QAAB5dJREFUaN6t2k+P20QYBvBkkzSpfbHZpSrJpXUVCJxCHTUILknXovy5hK2srcqlRRBAXEK3KyN6aQMCFy49gFSLS6q2C+wp7UpoPx4z78zYY3tmPHaa02q7+XXm8Xjm9YxrtYLPsz3HGQzCKPri/dpGn/rY9/09Ys3n86+s6tS1INjnrfn862qQ4bpBEBz6juOEIbNQ26p0zxVb8/mqLNX0pFY0K0fZHrbGubzAiv4sRamt6Gd96kWRFd7Xb5Vt7yjyQtbyknarii3ngtZgsHWsgTPR7KGGtXQKJdO2u9gqyD4MHeetwh5Ota2iyAyvhFXQy+nUtp9o5uU4feVdWNIaKoL3vHKWL7eeel6pvPr+TD5led5OOUvasG3Xm5a1ZrJmjUrntb8va1YFK1hI1ooqViCyTtCXPbtsXvsHooa5Fa2DPNWubOUX88CtmJfr5gbEK7Sgi9WsIHOHm9ivlleuYa2NLOsVWulO+pjqvdgR5zWQ5vXJMcor3ckWtnAtZCDL1lqRt5D1GYxx9NU19w+vI2vI1jRti8w3jUwnfWRN4rVW02LA2HXf5bt4GNxN6gk9K+5XAw3MdcpaVK6Q8WQ14eI6DIbVy23eMtE4CWobWV7c9cR6NrV1y+R6vG67I5GFywm7p0U18Fglo+Ipslgn0fg9JNYOXtN0x0R/r++vyIUceZ9yFhkSXs5q4nvIklozZtFOmtj6kTwgZK227zt7TnhB19rC9zsMrwbMhZzVRvME3Nu/Ce/Hvn8TrgLKy1vH1qHQMgJmhRLrOvwZtkgOd6TW39i6exVbj8QW1CZmYjlxH7dhLkwsNBdCIOfR/CXOy6cDzPPgW02p1RyzFR7Nq48KrCn+oZNYbtpqjNkd38lbrxFrlbYGcV5uOi8037MfYY7+hrcuk7wgJpyXbRVYbCI6T+b7bznrjsg6zVl0YjPHzDpla8d3ieWIrEEurxWrE6llJGvaLc6CvLBgQl74pzBnWWzuHZMJ8iVYqzcxlrVWcXHai6173JhILDoAB4NlFFm1I84ylsmYaJJCBH0jhLygIjshecVWYJGRFD6oRxFq44dJJ1tcTd6AvGw8dAbx/EXvoV7Ouk+s5nx+m1odzjpJLCdr2TlrTaxa0klqwcq9S6y1hnXZWdaodSa2TrlnGCjc8OU/JdnDmmbAXHhMB1gD1zmHfp/WOdSia99gmcyFtAi0au9RaxHP0cd0gIktOsWGxBqSnR9q3aCWG68dx/RCCqw2u5AmtVgNQKyQ5gXZNElezEL1l0/r1Ydpq0NquZv0wQDy4qwh6WTKgpLMwVsRkdCakXKCWD2h1dW1aBfTlk8LxTrkZbO8slaTWR9BXrBDsRvQvLqchf/YJNYqbaH/OYou4SvBrBAsfE3NA5FFryS2rLQVcnX0LXIZQ1z74nHYji07yWsMxS/ZGeqSaRXmaAPWx4cpq5PsmwQHLC/eOvgg2Rriyz6B9Q9YC6h8xRaU1nUdC54V+mQJzVmQFymtcV62lbLi8q6eWEuoflr7QS4vYkHDXhRbDbCgWXILKrLjdCcF1lncR5x8e19gkbxGUGEY2FqpLPxs9Q59xpBlPyIrObYmCquOrQU8F/BWN2NBDWukLFx/sZ/JqnYWWQ+wDN/LWTQv9Cs6YD1F2ftGFP4KPcR7MElevZxl0z1kxbY/en7Ewb8stixoWFxkC6reKPoJSuaMxeboOC/4HRpknryTb0cReexw/FReFpqJshb00pN3MoIN/KsC6zRvdWHmlz24taK/2PqYtTp5C3q540qsowjdaa0wb62oxbInMw60bFfcsCZeubdgXs1kv0a/Fli4Zab4bOnMfZhWBRa+50UWrvIaQgsviQ8lVo3WTHxeeK9Dvj3ffPyY7puk85JbqjEhtHDVNpBYrgT7RWJZZKTk84K9IVH4LbyfI8zLip9hRJY7FIyIqlZuA6Q1V1tbsrzw/tci1ypsCfOCeVdlpbdA/iuyakorFdlcYXXp05s0ryC4x0+CzBLlZSX7ADKL3+w/t6k1y3ZRYvF7MJK89pOGHc1VeWlZ60yzNrHY/ouhtCb8npUsL5+ddF2Zq/JiE0FbbZGGmXOlFaeqYzWU1jS2nqvysnSyn6T2RGXWLHNnCy1Py/qc31iTt2ud2kMWW+lDliOpxf3Rc825cEuS/TC1LSi0vs/N0WfFVv4sIGcJ1o4rxVZLkJekBhDkNSyyRpKl9lzeymw75621/rqdPWsKMnkp6uh/03m52dLDyFiqNwcaGUt4NsdZyn3tj1PWSHhmmOSlfqnHTOW1Ep5lJlbBhjtv3RWlUML6gbNEhy4mn1eB1UnyOhCf4CdWT99ayM55vKSMVn7aiSV7tWCX5VVkNeK8ZC8XmKPSlvylh5PkfsR3JMw7ZEMNtsHYp+/fYJbiNalEYueicHYiOheFvK4r3xEpZymzKGM5ffUbOmZqHZKfb0Nefa23mfSswvfT9K3i17YM2GfSsdYaR6Z62Tta55R1LUvrXbJa7Umxtbyo/Z5iYV7a797hlqmt30u9YKi0/ij5OqYir0mt5MeQWlWOwLeF1pcVD9S3c3k92OB4ftvnrYu1zT7GNfKOyONLhfff/2VgLYbKbkrlAAAAAElFTkSuQmCC) no-repeat center center;
  height: 100%;
  width: 100%;
  min-height: 3rem;
  background-size: cover; }
  .img-holder img[data-src][src] {
    height: auto;
    min-height: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/icomoon.eot");
  src: url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/icomoon.eot") format("embedded-opentype"), url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/icomoon.woff") format("woff2"), url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/icomoon.woff") format("woff"), url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/icomoon.ttf") format("truetype"), url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/icomoon.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-headset-m:before {
  content: "\e602"; }

.icon-truck:before {
  content: "\e601"; }

.icon-star-full:before {
  content: "\e9d9"; }

.icon-checkmark:before {
  content: "\ea10"; }

.icon-facebook:before {
  content: "\ea8c"; }

.icon-twitter:before {
  content: "\ea91"; }

.icon-youtube:before {
  content: "\ea97"; }

.icon-linkedin:before {
  content: "\eac9"; }

.icon-pinterest:before {
  content: "\ead0"; }

.icon-shopping-basket:before {
  content: "\e600"; }

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

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

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

.icon-close:before {
  content: "\f00d"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-times:before {
  content: "\f00d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-bars:before {
  content: "\f0c9"; }

.icon-navicon:before {
  content: "\f0c9"; }

.icon-reorder:before {
  content: "\f0c9"; }

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

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

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

.icon-share-alt:before {
  content: "\f1e0"; }

html {
  background: #444444; }

body {
  background: #ffffff;
  height: auto;
  text-align: center; }

@media only screen and (min-width: 40.0625em) {
  body {
    text-align: left; } }

h1 {
  color: #ca971b;
  font-size: 1.2rem;
  margin-bottom: 1.25rem; }

h2 {
  color: #ca971b;
  font-size: 1.1rem; }

h3 {
  color: #ca971b;
  font-size: 1rem; }

h4 {
  color: #ca971b;
  font-size: 0.9rem; }

h5 {
  color: #ca971b;
  font-size: 0.8rem; }

h6 {
  color: #ca971b;
  font-size: 0.75rem; }

a {
  color: #ca971b; }
  a:hover {
    color: #000000; }

p {
  font-size: 0.9rem; }
  p:last-child {
    margin-bottom: 0; }
  p:first-child {
    margin-bottom: 1.5rem; }

ul {
  font-size: 0.9rem; }
  ul:last-child {
    margin-bottom: 0; }

em {
  font-style: normal;
  color: #ca971b; }

input[type="text"],
input[type="number"],
input[type="password"],
input[type="email"] {
  height: 3rem;
  font-size: 0.8rem; }

label {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.8rem; }

select {
  width: 100%;
  margin: 0;
  font-size: 0.8rem;
  height: 3rem;
  padding: 0.2815rem;
  font-weight: bold;
  color: #ca971b;
  min-width: 4rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); }

@media only screen and (min-width: 40.0625em) {
  label {
    line-height: 3rem; } }

button {
  height: 3rem;
  font-size: 0.8rem;
  background: #ca971b; }

textarea {
  height: 7rem; }

table {
  border: 0;
  width: 100%;
  border-spacing: 0;
  margin: 0; }
  table thead {
    background: #ca971b; }
    table thead tr td, table thead tr th {
      color: #ffffff;
      white-space: nowrap;
      padding: 1.126rem; }
  table tbody {
    background: none; }
    table tbody tr:nth-child(even) {
      background: none; }
    table tbody tr td {
      border-bottom: 1px solid #e3e3e3;
      padding: 1.126rem; }

@media only screen and (min-width: 64.0625em) {
  .border-left {
    border-left: 1px solid #e3e3e3; } }

.table-wrapper {
  overflow-x: auto; }

.heading {
  color: #ca971b;
  font-weight: bold;
  text-transform: uppercase; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default; }

.ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider-horizontal {
  height: .6em; }

.ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-range-min {
  left: 0; }

.ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-range-min {
  bottom: 0; }

.ui-slider-range-max {
  top: 0; }

.ui-slider {
  background: #1c1c1c; }

.ui-slider-range {
  background: #0eb38a; }

.ui-slider-handle {
  height: 1.126rem;
  width: 1.126rem;
  border-radius: 50%;
  background: #ffffff;
  margin-left: -2px; }

.slider .slider__amount {
  line-height: 1;
  color: #FFF;
  border: 0;
  padding: 0;
  height: auto;
  background: transparent !important; }

p.f-left {
  padding: 1rem .2rem; }

.button {
  background: #ca971b;
  height: 3rem;
  line-height: 3rem;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0;
  padding: 0 2.252rem; }
  .button:hover {
    color: #ca971b;
    background: #ffffff; }

.button--dark {
  padding: 0.563rem;
  background: #1c1c1c;
  line-height: 1;
  margin: 0.563rem 0 0 0;
  height: auto;
  width: 100%; }

.headline {
  color: #ca971b;
  display: block;
  margin: 0.563rem 0; }

form .heading-block .heading-block__underlined {
  color: white; }

.heading-block {
  padding: 0; }
  .heading-block .heading-block__underlined {
    color: #ca971b;
    font-weight: bold;
    font-size: 1.45rem;
    position: relative;
    line-height: 2;
    text-align: left;
    margin-bottom: 1rem; }
    .heading-block .heading-block__underlined:after {
      content: "";
      position: absolute;
      border-bottom: 0.3rem #ca971b solid;
      width: 8rem;
      left: 0;
      bottom: 0; }
  .heading-block .heading-block__underlined--alt {
    margin-bottom: 1rem; }
    .heading-block .heading-block__underlined--alt:before {
      content: "";
      position: absolute;
      border-bottom: 1px #e3e3e3 solid;
      left: 0;
      right: 0;
      bottom: 0; }
  .heading-block .heading-block__underlined--alt2 {
    margin-bottom: 1rem; }
    .heading-block .heading-block__underlined--alt2:before {
      content: "";
      position: absolute;
      border-bottom: 1px #ca971b solid;
      opacity: 0.25;
      left: 0;
      right: 0;
      bottom: 0; }
  .heading-block .heading-block__side-link, .heading-block .btn-checkout {
    line-height: 1.5;
    font-size: 0.8rem;
    font-weight: bold;
    right: 0;
    top: 1rem;
    display: block; }
  .heading-block .heading-block__icon {
    margin-left: 1.126rem; }

.heading-block--no-pad {
  padding-bottom: 0; }

.breadcrumb {
  padding-top: 1.126rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem; }
  .breadcrumb .breadcrumb__here {
    font-weight: bold;
    margin-right: 0.563rem;
    float: left; }
  .breadcrumb .breadcrumb__link {
    margin-right: 0.563rem; }
    .breadcrumb .breadcrumb__link:hover {
      color: #000000; }
    .breadcrumb .breadcrumb__link:last-child {
      margin-right: 0; }
  .breadcrumb .breadcrumb__sep {
    color: #ca971b;
    margin-right: 0.563rem; }

.top-banner {
  height: 22rem;
  background: url(https://www.afordawards.co.uk/skin/frontend/reflect/aford/img/tiger_woods_cheated.jpg) center center;
  background-size: cover; }

.map-area {
  position: relative;
  height: 450px; }
  .map-area:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: 255, 255, 255, 0.01; }
  .map-area .map-area__content {
    position: relative;
    z-index: 2; }
  .map-area .map-area__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .map-area .map-area__details {
    background: #ffffff;
    z-index: 5;
    margin: 2.252rem 0;
    padding: 1.126rem 1.689rem; }

.map-detail {
  font-size: 0.8rem;
  text-align: left; }
  .map-detail .map-detail__icon {
    display: block;
    font-size: 1.6rem;
    color: #ca971b;
    float: left;
    clear: both;
    padding: 0 0.563rem 0.563rem 0;
    width: 15%; }
  .map-detail .map-detail__type {
    font-weight: bold;
    color: #ca971b; }
  .map-detail .map-detail__content {
    display: block;
    margin-bottom: 0.563rem;
    float: left;
    width: 85%; }
  .map-detail .map-detail__vat {
    clear: both;
    font-size: 0.7rem;
    width: 85%;
    float: right;
    display: block; }

#wishlist-table textarea {
  resize: none !important; }

.contact-form {
  color: #ffffff;
  margin: 2.252rem auto; }
  .contact-form .contact-form__part-1 {
    background: #282828;
    padding: 1.689rem 2.252rem 2.252rem 2.252rem; }
  .contact-form .contact-form__part-2 {
    background: #1c1c1c;
    padding: 2.252rem; }
  .contact-form .contact-form__label {
    color: #ffffff;
    font-weight: bold; }
    .contact-form .contact-form__label:last-child {
      margin-bottom: 0.563rem; }
  .contact-form .contact-form__label--checkbox {
    display: block;
    padding-bottom: 0.563rem; }
  .contact-form .contact-form__label--smaller {
    font-size: 0.8rem; }
  .contact-form .contact-form__checkbox {
    margin-right: 0.563rem; }

@media only screen and (min-width: 64.0625em) {
  .contact-form .contact-form__label--checkbox {
    padding-bottom: 0; } }

.accordian-block .accordian-block__heading {
  font-size: 1rem;
  background: #ca971b;
  color: #ffffff;
  font-weight: bold;
  padding: 1.126rem;
  margin: 1.126rem 0 0 0; }
  .accordian-block .accordian-block__heading:before {
    font-family: "icomoon";
    content: "\f054";
    float: right;
    font-size: 0.9rem;
    margin-left: 1.126rem; }

.accordian-block .ui-accordion-header-active:before {
  font-family: "icomoon";
  content: "\f078"; }

.accordian-block .accordian-block__content {
  font-size: 0.8rem;
  padding: 1.126rem;
  background: #efdfbb; }

@media only screen and (min-width: 64.0625em) {
  .accordian-block .accordian-block__heading:after {
    content: "view answer";
    float: right;
    font-size: 0.9rem;
    line-height: 1rem; }
  .accordian-block .ui-accordion-header-active:after {
    content: "close answer"; } }

.account-accordian .account-accordian__heading {
  font-size: 1rem;
  background: #ca971b;
  color: #ffffff;
  font-weight: bold;
  padding: 1.126rem;
  margin: 1.126rem 0 0 0; }
  .account-accordian .account-accordian__heading:before {
    font-family: "icomoon";
    content: "\f077";
    float: right;
    font-size: 0.9rem;
    margin-left: 1.126rem; }

.account-accordian .ui-accordion-header-active:before {
  font-family: "icomoon";
  content: "\f078"; }

.account-accordian .account-accordian__content {
  margin: 1.126rem 0; }

.valign:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 1px;
  margin-right: -1px;
  margin-left: -1px; }

.valign > * {
  vertical-align: middle;
  display: inline-block; }

.slideshow-pager-wrapper {
  position: relative;
  overflow: hidden;
  margin: 1.126rem 0;
  min-height: 70px; }
  .slideshow-pager-wrapper .slideshow-pager-wrapper__before,
  .slideshow-pager-wrapper .slideshow-pager-wrapper__after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #ca971b;
    z-index: 2;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 79px;
    padding: 0 0.2815rem;
    cursor: pointer; }
    .slideshow-pager-wrapper .slideshow-pager-wrapper__before.inactive,
    .slideshow-pager-wrapper .slideshow-pager-wrapper__after.inactive {
      background: #e3e3e3; }
  .slideshow-pager-wrapper .slideshow-pager-wrapper__after {
    right: 0;
    left: auto; }

.slideshow-pager {
  white-space: nowrap;
  position: relative;
  left: 35px; }
  .slideshow-pager .cycle-pager-active {
    border: 2px #ca971b solid; }
  .slideshow-pager a {
    display: inline-block;
    margin: 0 0.563rem;
    border: 2px #ffffff solid; }

.pagination .pagination__list {
  list-style: none;
  font-size: 0.8rem;
  border-top: 1px solid #e3e3e3;
  padding: 1.126rem 0;
  margin: 0; }

.pagination .pagination__list--heading-block {
  border: 0;
  padding: 0;
  right: 0;
  top: 0.2815rem; }

.pagination .pagination__item {
  display: inline-block;
  margin-right: 0.563rem;
  font-weight: bold; }
  .pagination .pagination__item:last-child {
    margin-right: 0; }

@media only screen and (min-width: 40.0625em) {
  .pagination .pagination__list--heading-block {
    position: absolute; } }

.testimonial-area {
  background: url(https://www.afordawards.co.uk/skin/frontend/reflect/aford/img/andy-bush.jpg);
  background-attachment: fixed;
  background-size: cover;
  padding-bottom: 1.689rem;
  margin-bottom: 2.252rem; }
  .testimonial-area .testimonial .testimonial__text {
    color: #ffffff; }

.testimonial .testimonial__text {
  color: #282828; }

.testimonial .testimonial__name {
  font-size: 0.75rem;
  color: #ca971b;
  margin-top: 1.126rem;
  font-weight: bold; }

.social {
  position: relative;
  top: -2px; }
  .social .social__link {
    display: inline-block;
    border-radius: 50%;
    margin-right: 0.2815rem;
    text-align: center;
    color: #ffffff;
    background: #e3e3e3;
    padding: 4px; }
    .social .social__link:first-child {
      margin-left: 1.126rem; }
  .social .social__link--twitter {
    background: #55acee; }
  .social .social__link--facebook {
    background: #3b5998; }
  .social .social__link--linkedin {
    background: #0976b4; }
  .social .social__link--pinterest {
    background: #cc2127; }
  .social .social__link--youtube {
    background: #cd201f; }
  .social .social__end-page {
    margin-bottom: 1.126rem; }

.social--footer {
  padding-top: 1.689rem;
  padding-bottom: 2.252rem; }
  .social--footer .social__link {
    font-size: 0.8rem;
    height: 2.5em;
    width: 2.5em;
    line-height: 2.6em;
    text-align: center;
    color: #ffffff;
    padding: 0; }
    .social--footer .social__link:first-child {
      margin-left: 0; }

.social--padded {
  padding: 1.126rem 0; }

ul.messages, ul.messages ul {
  list-style: none;
  margin: 0; }

ul.messages li.success-msg li, ul.messages li.error-msg li {
  margin-bottom: 0;
  margin-top: 1.25rem; }

.icon-trophy {
  display: inline-block; }
  .icon-trophy:before {
    content: " \f091";
    float: right;
    display: inline-block;
    text-shadow: -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444, 1px 1px 0 #444;
    -webkit-transform: translateY(8%) translateX(-50%);
    transform: translateY(8%) translateX(-50%); }
  .icon-trophy:after {
    padding-left: 10px;
    content: "\f091 ";
    text-shadow: -1px -1px 0 #444, 1px -1px 0 #444, -1px 1px 0 #444, 1px 1px 0 #444; }

.button--dark .icon-trophy:before {
  transition: 300ms all ease-out;
  text-shadow: -1px -1px 0 #1c1c1c, 1px -1px 0 #1c1c1c, -1px 1px 0 #1c1c1c, 1px 1px 0 #1c1c1c; }

.button--dark .icon-trophy:after {
  transition: 300ms all ease-out;
  text-shadow: -1px -1px 0 #1c1c1c, 1px -1px 0 #1c1c1c, -1px 1px 0 #1c1c1c, 1px 1px 0 #1c1c1c; }

.button--dark:hover .icon-trophy:before {
  transition: 300ms all ease-out;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

.button--dark:hover .icon-trophy:after {
  transition: 300ms all ease-out;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; }

.site-header {
  z-index: 399; }
  .site-header .header-top {
    background: #000000;
    color: #ffffff;
    padding: 0.563rem 0;
    font-size: 0.825rem;
    font-weight: 600; }
    .site-header .header-top__icon {
      display: inline-block;
      padding-right: 1.126rem; }
      .site-header .header-top__icon.icon-trophy:before {
        content: " \f091";
        float: right;
        display: inline-block;
        text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
        -webkit-transform: translateY(15%) translateX(-45%);
        transform: translateY(15%) translateX(-45%); }
      .site-header .header-top__icon.icon-trophy:after {
        padding-left: 0;
        content: "\f091 ";
        text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black; }
    .site-header .header-top__phone-no {
      font-size: 0.825rem;
      display: inline-block;
      padding-left: 1.126rem; }
    .site-header .header-top__link-right {
      font-size: 0.825rem;
      display: inline-block;
      padding-left: 1.689rem;
      text-transform: uppercase; }
    .site-header .header-top__phone-no, .site-header .header-top__link-right {
      font-size: 0.825rem; }
      .site-header .header-top__phone-no:hover, .site-header .header-top__link-right:hover {
        color: #ffffff; }

.header-main {
  background: #282828;
  padding: 1.126rem 0; }
  .header-main .header-main__logo-area {
    display: block;
    margin: 1.126rem 0;
    text-align: center; }

.header-search-area {
  padding: 0 1.126rem;
  margin: 1.126rem 0; }
  .header-search-area .header-search-area__field {
    width: 80%;
    box-shadow: none;
    border-radius: 1.5rem 0 0 1.5rem; }
    .header-search-area .header-search-area__field[type*="search"]:focus {
      box-shadow: none;
      outline: none;
      border-color: #ffffff; }
  .header-search-area .header-search-area__submit {
    width: 20%;
    background: #ffffff;
    color: #000000;
    border: 0;
    border-radius: 0 1.5rem 1.5rem 0;
    text-align: right; }
    .header-search-area .header-search-area__submit .icon-search {
      font-size: 1.2rem; }
    .header-search-area .header-search-area__submit:focus {
      outline: none; }
  .header-search-area .header-search-area__field, .header-search-area .header-search-area__submit {
    display: block;
    float: left;
    height: 3rem;
    padding: 0.563rem 1.126rem;
    border-color: #ffffff;
    margin: 0; }
    .header-search-area .header-search-area__field:focus, .header-search-area .header-search-area__submit:focus {
      border-color: #ffffff; }

.header-basket {
  background: #1c1c1c;
  padding: 0.563rem 1.126rem;
  margin: 1.126rem 0;
  color: #ffffff; }
  .header-basket .header-basket__text {
    padding: 0.563rem 0;
    line-height: normal;
    font-size: 0.9rem; }
  .header-basket .header-basket__icon {
    display: inline-block;
    padding-right: 0.563rem; }
  .header-basket .header-basket__button {
    padding: 0.563rem;
    margin: 0 -0.563rem 0 0;
    font-size: 0.9rem;
    height: auto;
    line-height: normal; }

.header-mobile-nav {
  background: #000000; }
  .header-mobile-nav .header-mobile-nav__button {
    font-size: 1.6rem;
    height: 3rem;
    line-height: 3rem;
    padding: 0;
    text-align: center;
    display: block;
    float: right;
    color: #ffffff; }
  .header-mobile-nav .header-mobile-nav__button--menu {
    background: #ca971b;
    float: left;
    color: #ffffff; }

@media screen and (max-width: 1025px) {
  .product-info .product-accordian .product-accordian__title div {
    height: 3.25rem; }
  .header-mobile-nav {
    background: #000000; }
    .header-mobile-nav .header-mobile-nav__button {
      font-size: 1.6rem;
      height: 3rem;
      line-height: 3rem;
      padding: 0;
      text-align: center;
      display: inline-block;
      color: #ffffff;
      width: 20%; }
      .header-mobile-nav .header-mobile-nav__button span.icon-trophy:before {
        -webkit-transform: none;
        transform: none; }
      .header-mobile-nav .header-mobile-nav__button span.icon-trophy:after {
        position: absolute;
        top: 10px; }
  .site-header .top-bar .toggle-topbar {
    width: 20%; } }

.header-banners {
  padding: 0.8445rem 0;
  border-bottom: #e3e3e3 1px solid;
  text-align: center; }

.site-footer {
  margin-top: 2.252rem;
  border-top: 1px solid #e3e3e3; }

.footer-brands {
  padding-top: 1.689rem;
  padding-bottom: 1.689rem;
  display: table; }
  .footer-brands .footer-brands__text {
    white-space: nowrap;
    color: #ca971b;
    font-weight: bold;
    margin: 0.563rem 0;
    display: inline-block; }
  .footer-brands__images {
    width: 100%; }

@media only screen and (min-width: 40.0625em) {
  .footer-brands .footer-brands__text,
  .footer-brands .footer-brands__images {
    display: table-cell;
    vertical-align: middle; }
  .footer-brands .footer-brands__images {
    text-align: right;
    padding-left: 2.252rem; } }

.footer-top {
  background: #1c1c1c;
  color: #ffffff;
  font-size: 0.8rem;
  padding: 1.689rem 0;
  border-bottom: 0.2815rem solid #444444; }
  .footer-top .footer-top__link {
    color: #ffffff;
    font-weight: bold; }
    .footer-top .footer-top__link[href*="http://www.reflectdigital.co.uk"]:hover {
      color: #e92161; }

.footer-main {
  font-size: 0.8rem;
  padding: 1.689rem 0;
  background: #1c1c1c;
  color: #ffffff; }

.footer-contact {
  padding-bottom: 1.126rem; }
  .footer-contact .footer-contact__company-name {
    font-weight: bold;
    margin-bottom: 0.2815rem; }
  .footer-contact .footer-contact__company-tel {
    color: #ffffff;
    font-weight: bold; }

.footer-opening .footer-opening__heading {
  color: #ca971b;
  font-weight: bold;
  margin-bottom: 0.2815rem; }

@media only screen and (min-width: 64.0625em) {
  .social {
    padding-bottom: 0; } }

.footer-menu:last-child {
  margin-bottom: 2.252rem; }

.footer-menu .footer-menu__title {
  background: #ca971b;
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 1.126rem 0;
  padding: 1.126rem;
  font-weight: bold;
  display: block;
  transition: all 300ms ease-out; }
  .footer-menu .footer-menu__title:hover {
    background: #ffffff;
    color: #ca971b; }

.footer-menu .footer-menu__list {
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
  list-style: none; }

.footer-menu .footer-menu__list-link {
  color: #ffffff; }

@media only screen and (min-width: 40.0625em) {
  .footer-menu .footer-menu__title {
    background: none;
    color: #ca971b;
    padding: 0 0 1.126rem 0; }
    .footer-menu .footer-menu__title:hover {
      background: none; } }

.footer-newsletter {
  margin-bottom: 2.252rem; }
  .footer-newsletter .footer-newsletter__title {
    font-size: 1rem;
    color: #ca971b;
    font-weight: bold;
    margin-bottom: 1.126rem; }

.footer-newsletter-form .footer-newsletter-form__field {
  width: 66%;
  float: left;
  display: block;
  padding: 1.126rem;
  border: 0;
  box-shadow: none; }

.footer-newsletter-form .footer-newsletter-form__submit {
  width: 34%;
  float: left;
  display: block;
  padding: 0 1.126rem;
  line-height: normal;
  font-weight: bold; }

.footer-newsletter-form .footer-newsletter-form__field,
.footer-newsletter-form .footer-newsletter-form__submit {
  height: 3rem;
  font-size: 0.8rem; }

.footer-payments .footer-payments__heading {
  font-size: 0.9rem;
  font-weight: bold;
  margin-bottom: 1.126rem; }

.footer-payments .footer-payments__icon {
  margin-right: 0.2815rem;
  height: auto; }
  .footer-payments .footer-payments__icon:last-child {
    margin-right: 0; }

@media only screen and (min-width: 40.0625em) {
  .footer-payments .footer-payments__icon {
    height: auto; } }

.footer-bottom {
  text-align: center;
  background: #444444;
  color: #ffffff;
  padding: 1.126rem 0;
  font-size: 0.8rem; }

#accountDrop {
  z-index: 9999; }

.login-area {
  background: #1c1c1c;
  padding: 0.563rem 2.252rem 1.689rem 2.252rem; }
  .login-area .login-area__label {
    color: #ffffff; }
  .login-area .login-area__label--alt {
    color: #ca971b;
    text-transform: uppercase;
    font-size: 0.8rem; }
  .login-area .login-area__label--checkbox {
    margin-bottom: 1.126rem;
    line-height: 1;
    font-size: 0.8rem; }
  .login-area .login-area__label--inactive {
    color: #949494; }
  .login-area .login-area__ {
    border: 0; }
  .login-area .login-area__field--inactive {
    background: #949494; }
  .login-area .login-area__radio {
    margin: 0 1.689rem 0 2.815rem; }
  .login-area .login-area__radio--first {
    margin-left: 0; }
  .login-area .login-area__checkbox {
    margin-right: 0.563rem; }
  .login-area .login-area__button {
    width: 100%; }

.product-list-area {
  background: #282828;
  padding: 1.126rem 0;
  margin-bottom: 1.126rem; }

.tab-title a:focus {
  outline: none; }

.tab-title.active a:focus {
  outline: none; }

.product-filters .product-filters__selector {
  padding: 1.126rem;
  background: #444444;
  display: block;
  position: relative;
  transition: all 300ms ease-out; }
  .product-filters .product-filters__selector:focus {
    outline: none; }
  .product-filters .product-filters__selector:hover {
    background: #ca971b;
    color: #ffffff; }

.product-filters .product-filters__selector--active {
  background: #ca971b;
  color: #ffffff; }
  .product-filters .product-filters__selector--active:focus {
    outline: none; }
  .product-filters .product-filters__selector--active .product-filters__image {
    right: -0.563rem; }

.product-filters .product-filters__image {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0.2815rem;
  transition: all 300ms ease-out;
  height: 120%;
  width: auto; }

.product-list {
  list-style: none; }

.product-list-item {
  width: 50%;
  font-weight: bold;
  margin: 2.252rem 0 0 0;
  overflow: visible; }
  .product-list-item .product-list-item__thumbnail-link {
    display: block;
    position: relative;
    overflow: hidden; }
    .product-list-item .product-list-item__thumbnail-link img.product-image[data-src] {
      border: none;
      min-height: 184px; }
      @media only screen and (max-width: 40em) {
        .product-list-item .product-list-item__thumbnail-link img.product-image[data-src] {
          min-height: 0; } }
      .product-list-item .product-list-item__thumbnail-link img.product-image[data-src]::shadow #alttext-container {
        border: none; }
  .product-list-item .product-list-item__thumbnail-link--sale:after {
    content: "Sale";
    text-transform: uppercase;
    position: absolute;
    background: #0eb38a;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 2.252rem 2.252rem 0.563rem 2.252rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1.2rem;
    right: -2.7rem; }
  .product-list-item .product-list-item__thumbnail {
    width: 100%;
    height: auto;
    border: 1px solid #e3e3e3; }
  .product-list-item .product-list-item__discount {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 39%; }
  .product-list-item .product-list-item__name {
    padding-top: 1.126rem; }
    .product-list-item .product-list-item__name, .product-list-item .product-list-item__name a {
      color: #444444; }
  .product-list-item .product-list-item__name--home {
    color: #ffffff; }
  .product-list-item .product-list-item__price {
    color: #ca971b;
    font-size: 0.9rem;
    padding-bottom: 1.126rem; }
    .product-list-item .product-list-item__price .price-box {
      display: inline; }
      .product-list-item .product-list-item__price .price-box .old-price {
        margin-bottom: 0; }
        .product-list-item .product-list-item__price .price-box .old-price .old-price-wrap {
          text-decoration: line-through; }
  .product-list-item .product-list-item__view {
    height: 2.4rem;
    width: 100%;
    line-height: 2.4rem;
    padding: 0 1.126rem;
    background: #ca971b;
    color: #FFFFFF;
    font-size: 0.9rem;
    transition: all 300ms ease-out;
    display: block;
    text-align: center; }
    .product-list-item .product-list-item__view:hover {
      color: #ca971b;
      background: #ffffff; }
  .product-list-item .product-list-item__button {
    float: right;
    height: 2.4rem;
    width: 48%;
    line-height: 2.4rem;
    text-align: center;
    background: #444444;
    color: #ffffff;
    margin-left: 4%;
    margin-top: 0.563rem; }
    .product-list-item .product-list-item__button:last-child {
      margin-left: 0; }
  .product-list-item .product-list-item__button--home {
    background: #444444;
    color: #ca971b; }

.product-cat .product-cat__item {
  padding-top: 1.126rem;
  padding-bottom: 0.563rem; }

.product-cat .product-cat__img {
  border: 1px solid #e3e3e3; }

.product-cat .product-cat__name {
  font-size: 1rem;
  padding: 0.563rem 0;
  color: #1c1c1c; }

.product-cat .product-cat__link {
  font-weight: bold; }

.product-cat .product-cat__icon {
  margin-left: 1.126rem; }

.catalog-product-view .cycle-slideshow {
  border: 2px solid rgba(211, 211, 211, 0.2); }
  .catalog-product-view .cycle-slideshow img {
    left: 50% !important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
    .catalog-product-view .cycle-slideshow img:nth-of-type(1) {
      position: relative !important;
      margin: 2rem 0; }
    .catalog-product-view .cycle-slideshow img:nth-of-type(2) {
      top: 2rem !important; }

.product-sort {
  background: #ca971b;
  color: #ffffff;
  line-height: 1rem;
  text-align: left;
  padding-top: 1.126rem;
  padding-bottom: 1.126rem; }
  .product-sort .row {
    line-height: 2; }
  .product-sort .product-sort__title {
    font-size: 1rem;
    font-weight: bold; }
  .product-sort .product-sort__count {
    font-size: 0.8rem;
    display: block; }
  .product-sort .product-sort__select {
    font-size: 0.8rem;
    display: block;
    padding-right: 0.2815rem !important; }
    .product-sort .product-sort__select select {
      height: auto; }

.product-sort--footer {
  margin: 2.252rem 0; }

.sort-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
  text-align: center; }
  .sort-pagination .sort-pagination__list-item {
    display: inline-block; }
  .sort-pagination .sort-pagination__list-link {
    display: block;
    color: #ffffff;
    border: 1px solid #ffffff;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center; }
  .sort-pagination .sort-pagination__list-link--active {
    background: #ffffff;
    color: #ca971b; }
  .sort-pagination .sort-pagination__list-link--no-border {
    border: 0;
    font-size: 1.1rem;
    position: relative;
    top: 2px; }

.sideblock-title {
  padding: 2.252rem 0 2.252rem;
  margin-bottom: 2.252rem;
  border-bottom: 1px solid #e3e3e3;
  font-weight: bold;
  color: #444444; }
  .sideblock-title .sideblock-title__link {
    font-size: 0.8rem; }

.sideblock .sideblock__heading {
  padding: 1.126rem;
  color: #ffffff;
  background: #ca971b;
  margin: 0;
  font-size: 0.8rem;
  font-weight: bold;
  cursor: pointer;
  border-top: 1px solid #ffffff; }
  .sideblock .sideblock__heading.ui-accordion-header-active:after {
    font-family: "icomoon";
    content: "\f0d8";
    float: right; }
  .sideblock .sideblock__heading:after {
    font-family: "icomoon";
    content: "\f0d7";
    float: right; }

.sideblock .sideblock__slider {
  background: #282828;
  border-bottom: 1px solid #ffffff;
  padding: 1.126rem 2.252rem 2.252rem 1.126rem; }

.sideblock .sideblock__item {
  background: #444444;
  color: #FFFFFF;
  padding: 1.126rem;
  font-size: 0.8rem;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer; }

.sideblock .sideblock__item--active {
  background: #282828; }
  .sideblock .sideblock__item--active:after {
    font-family: "icomoon";
    content: "\ea10";
    float: right; }

.sideblock .sideblock__item--disabled {
  background: #282828;
  color: #444444; }

.button.filter {
  border-top: 1px solid #e3e3e3;
  margin-bottom: 0.563rem; }

.review-block .review-block__star-rating {
  color: #ca971b; }

.review-block .review-block__heading {
  color: #ca971b;
  font-weight: bold;
  padding: 1.126rem 0; }

.review-block .review-block__content {
  font-size: 0.8rem;
  padding-bottom: 1.126rem; }

.review-block .review-block__author {
  font-size: 0.8rem;
  font-weight: bold; }

.feature-box {
  padding: 1.689rem;
  background: #d1f0e8;
  font-size: 0.8rem;
  position: relative;
  margin-top: 2.252rem; }
  .feature-box .feature-box__img {
    position: absolute;
    bottom: 0;
    right: -6%;
    height: 85%;
    width: auto;
    display: none; }
  .feature-box .feature-box__link {
    color: #0eb38a; }
  .feature-box .feature-box__heading {
    font-size: 1.3rem;
    color: #0eb38a;
    font-weight: bold;
    margin-bottom: 1.126rem; }
  .feature-box .feature-box__text {
    margin-bottom: 1.126rem; }
  .feature-box .feature-box__button {
    background: #0eb38a;
    padding: 0 0.563rem;
    color: #ffffff;
    width: 100%;
    font-size: 0.8rem; }

.feature-box--gold {
  background: #efdfbb; }
  .feature-box--gold .feature-box__heading {
    color: #ca971b; }
  .feature-box--gold .feature-box__link {
    color: #ca971b; }
  .feature-box--gold .feature-box__button {
    background: #ca971b; }

.custom-insert {
  background: #D4EFFA;
  padding: 1.126rem;
  margin: 0 -1.126rem -1.126rem -1.126rem; }
  .custom-insert .feature-box__heading {
    color: #29AEE7;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1.126rem; }
  .custom-insert .feature-box__text {
    margin-bottom: 1.126rem;
    font-size: 0.85rem; }
  .custom-insert .feature-box__button {
    background: #29AEE7;
    padding: 0 3.5rem 0.563rem 0;
    color: #ffffff;
    width: 95%;
    font-size: 0.8rem; }
  .custom-insert .feature-box__img {
    position: absolute;
    width: 5rem;
    margin-top: -0.5rem;
    right: -1rem; }

@media only screen and (max-width: 40em) {
  .custom-insert .feature-box__button {
    height: auto;
    line-height: 2rem;
    padding: 0 0.563rem; } }

.feature-box--blue {
  background: #D4EFFA; }
  .feature-box--blue .feature-box__img {
    position: absolute;
    bottom: -10%;
    right: -6%;
    height: 75%;
    width: auto;
    display: none; }
  .feature-box--blue .feature-box__heading {
    color: #29AEE7; }
  .feature-box--blue .feature-box__link {
    color: #29AEE7; }
  .feature-box--blue .feature-box__button {
    background: #29AEE7; }

.slideshow-pager {
  min-height: 70px; }

.category.slideshow-pager-wrapper {
  position: relative;
  overflow: hidden;
  margin: -13rem -1rem 10rem -1rem;
  min-height: 70px; }

.product-info .buttons-set button {
  height: 1rem;
  font-size: 1rem;
  background: #ca971b;
  margin-bottom: 0;
  padding: 12px;
  line-height: 0;
  width: 100%; }

.product-info .product-info__name {
  font-size: 1.4rem; }

.product-info .product-info__code {
  font-size: 0.9rem;
  padding-top: 0.563rem; }

.product-info .product-info__rating {
  color: #ca971b;
  font-size: 0.8rem; }

.product-info .product-info__star-bg {
  width: 140px;
  height: 20px;
  position: relative;
  display: inline-block;
  background: url(https://www.afordawards.co.uk/skin/frontend/reflect/aford/img/star_off.png); }
  .product-info .product-info__star-bg .product-info__star {
    width: 140px;
    height: 20px;
    display: block;
    background: url(https://www.afordawards.co.uk/skin/frontend/reflect/aford/img/star_on.png); }

.product-info .product-info__price {
  color: #ca971b;
  margin: 1.126rem 0; }
  .product-info .product-info__price .price-box p.minimal-price {
    font-size: 1.1rem;
    display: inline; }
    .product-info .product-info__price .price-box p.minimal-price .price {
      font-weight: bold; }
    .product-info .product-info__price .price-box p.minimal-price .price-label-suffix {
      font-size: 0.9rem; }
  .product-info .product-info__price .price-box .old-price {
    margin-bottom: 0; }
    .product-info .product-info__price .price-box .old-price .old-price-wrap {
      text-decoration: line-through; }

.product-info .product-info__upsell {
  color: #1c1c1c;
  font-size: 0.8rem; }

.product-info .product-info__about {
  font-size: 0.9rem; }

.product-info .product-info__button-area {
  margin-top: 0.563rem; }
  .product-info .product-info__button-area a.button {
    font-size: 0.9rem; }
    .product-info .product-info__button-area a.button [class^="icon-"], .product-info .product-info__button-area a.button [class*="icon-"] {
      font-size: 1rem; }

.even-2-buttons {
  display: table;
  width: 100%; }
  .even-2-buttons a[data-loc="product-page"] {
    display: inline-block;
    float: left;
    padding-left: 0;
    padding-right: 0; }
    @media only screen and (min-width: 64.0625em) {
      .even-2-buttons a[data-loc="product-page"] {
        width: 50%; } }
    .even-2-buttons a[data-loc="product-page"]:first-child {
      margin-right: 2%; }
      @media only screen and (min-width: 64.0625em) {
        .even-2-buttons a[data-loc="product-page"]:first-child {
          width: 48%; } }

.addthis_sharing_toolbox {
  margin: 0.563rem 0 0 0; }

.product-accordian .product-accordian__title {
  position: relative;
  cursor: pointer;
  background: #ca971b;
  color: #ffffff;
  padding: 0.563rem 1.126rem;
  margin: 0.563rem 0 0 0;
  width: 100%;
  display: table; }
  @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
    .product-accordian .product-accordian__title span:not(.the-tt) strong {
      display: inline-block;
      margin-bottom: 1rem; } }
  @media only screen and (max-width: 40em) {
    .product-accordian .product-accordian__title span:not(.the-tt) strong {
      display: inline-block;
      margin-bottom: 1rem; } }
  .product-accordian .product-accordian__title.has-tt {
    position: relative; }
    .product-accordian .product-accordian__title.has-tt:focus {
      outline: none; }
    .product-accordian .product-accordian__title.has-tt .the-tt {
      position: absolute;
      top: 50%;
      background: black;
      padding: .675rem;
      left: -325px;
      width: 315px;
      opacity: 0;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: .2s opacity ease-in-out; }
      @media only screen and (min-width: 64.0625em) {
        .product-accordian .product-accordian__title.has-tt .the-tt {
          left: -420px;
          width: 410px; } }
      .product-accordian .product-accordian__title.has-tt .the-tt:after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -20px;
        border: 10px solid transparent;
        border-left: 10px solid black; }
    .product-accordian .product-accordian__title.has-tt.on-m-t .the-tt {
      z-index: 299;
      opacity: 1; }
      @media only screen and (max-width: 40em) {
        .product-accordian .product-accordian__title.has-tt.on-m-t .the-tt {
          top: 0;
          -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
          right: auto;
          left: 0;
          width: 100%; }
          .product-accordian .product-accordian__title.has-tt.on-m-t .the-tt:after {
            content: '';
            position: absolute;
            top: 100%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            right: auto;
            left: 50%;
            border: 10px solid transparent;
            border-top: 10px solid black; } }
    @media only screen and (min-width: 64.0625em) {
      .product-accordian .product-accordian__title.has-tt:hover .the-tt {
        z-index: 299;
        opacity: 1; } }
  .product-accordian .product-accordian__title .tip-question {
    background: white;
    color: #ca971b;
    font-weight: 600;
    display: inline-block;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 100%; }
    @media only screen and (min-width: 40.0625em) and (max-width: 64em) {
      .product-accordian .product-accordian__title .tip-question {
        float: left;
        margin-right: .35rem; } }
    @media only screen and (max-width: 40em) {
      .product-accordian .product-accordian__title .tip-question {
        float: left;
        margin-right: .15rem; } }
  .product-accordian .product-accordian__title .ab-on-right {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1rem; }
    @media only screen and (max-width: 40em) {
      .product-accordian .product-accordian__title .ab-on-right {
        font-size: 0; } }
    .product-accordian .product-accordian__title .ab-on-right strong {
      font-size: 1.2rem; }
  .product-accordian .product-accordian__title div:not([class*="large-"]) {
    float: left;
    display: block;
    width: 100%;
    height: 0.25rem; }
  .product-accordian .product-accordian__title ul {
    list-style: none; }
    .product-accordian .product-accordian__title ul li {
      padding: 0 0 0 3rem;
      float: right;
      position: relative; }
      .product-accordian .product-accordian__title ul li span {
        position: absolute;
        left: 0.45rem;
        display: inline-block;
        width: 20px;
        height: 20px; }
        .product-accordian .product-accordian__title ul li span:before {
          content: '';
          position: absolute;
          box-sizing: border-box;
          width: 20px;
          height: 20px;
          background: transparent;
          border: 2px solid white;
          border-radius: 100%;
          cursor: pointer; }
      .product-accordian .product-accordian__title ul li.active span:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        left: 75%;
        top: 25%;
        background: white;
        border-radius: 100%;
        cursor: pointer; }

.product-accordian .product-accordian__container {
  position: relative;
  background: #282828;
  padding: 1.126rem;
  color: #ffffff; }
  .product-accordian .product-accordian__container label {
    color: #ffffff; }

.product-accordian .product-accordian__text {
  margin-bottom: 1.126rem;
  font-size: 0.8rem; }

.product-accordian .product-accordian__label {
  color: #ffffff;
  font-size: 0.8rem; }

.product-total-price {
  background: #000000;
  padding: 1.126rem;
  color: #ca971b; }
  .product-total-price .columns, .product-total-price .column {
    font-size: 1.2rem;
    line-height: 3rem; }
    .product-total-price .columns label, .product-total-price .column label {
      color: #ca971b; }

.wishlist-end {
  margin-top: 1.126rem; }
  .wishlist-end .wishlist-end__button:first-child {
    background: #1c1c1c; }

.checkout-ui {
  margin: 1.126rem 0; }
  .checkout-ui .checkout-ui__button {
    width: 48%;
    display: block;
    float: left; }
    .checkout-ui .checkout-ui__button:first-child {
      background: #1c1c1c;
      margin-right: 1%; }
    .checkout-ui .checkout-ui__button:last-child {
      float: right;
      margin-left: 1%; }

.add-to-cart {
  clear: both;
  padding: 0 0 0 1rem; }

.options-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  .options-list .label {
    background-color: transparent;
    color: #ffffff; }
    .options-list .label label {
      color: #ffffff; }

.tier-prices {
  list-style: none;
  margin: 0; }

.multi-items {
  display: none; }

input.engraving-quantity {
  display: inline;
  border: none;
  width: 3rem;
  height: 2.5rem; }

.show-type-category-list.cycle-slideshow {
  margin: 1rem; }

.show-type-category-list {
  margin-top: 1rem; }
  .show-type-category-list .category-list-item__thumbnail-link {
    background: #FFFFFF;
    display: block;
    max-height: 185px;
    max-width: 185px;
    margin: auto auto; }
    .show-type-category-list .category-list-item__thumbnail-link img {
      display: block;
      margin: auto auto; }
      .show-type-category-list .category-list-item__thumbnail-link img[data-src] {
        height: 135px; }
        @media only screen and (max-width: 40em) {
          .show-type-category-list .category-list-item__thumbnail-link img[data-src] {
            height: auto; } }
        @media only screen and (min-width: 40.0625em) {
          .show-type-category-list .category-list-item__thumbnail-link img[data-src] {
            height: 185px; } }
  .show-type-category-list .category-list-item__name--home {
    color: #FFFFFF;
    font-size: 1rem;
    margin: 0.5rem 0; }

.button.remove-ribbon, .button.remove-box {
  padding: 0 2.252rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.7rem;
  width: 100%; }

.selected-option img {
  width: 100%; }

.ribbon-select .item label img, .ribbon-select .box-item label img, .box-wrapper .item label img, .box-wrapper .box-item label img {
  width: 100%; }

.ribbon-select .item label div.check-box, .ribbon-select .box-item label div.check-box, .box-wrapper .item label div.check-box, .box-wrapper .box-item label div.check-box {
  background-color: #ca971b;
  color: #ffffff;
  padding: 0;
  margin: 0;
  line-height: 1.75rem; }

.ribbon-select .item label.active div.check-box, .ribbon-select .box-item label.active div.check-box, .box-wrapper .item label.active div.check-box, .box-wrapper .box-item label.active div.check-box {
  background-color: #0eb38a; }

.ribbon-select .item label.active img, .ribbon-select .box-item label.active img, .box-wrapper .item label.active img, .box-wrapper .box-item label.active img {
  border: 5px solid #0eb38a; }

.self-assembly[type="radio"] {
  border-radius: 100% !important; }

.self-assembly:not([value]) {
  background: #0eb38a;
  color: white;
  padding: 1.126rem; }

.self-assembly .feature-box__heading {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 1.126rem; }

.self-assembly .feature-box__text {
  font-size: 0.8rem; }

.self-assembly label, .self-assembly a {
  color: white; }

.engraving-qty-wrapper {
  display: inline-block;
  width: 5rem;
  vertical-align: middle; }
  .engraving-qty-wrapper input.engraving-quantity {
    display: block;
    width: 100%;
    height: 2rem;
    margin-bottom: 0; }
  .engraving-qty-wrapper .buttons-set button {
    float: left;
    height: 1rem;
    font-size: 0.5rem;
    background: #ca971b;
    margin-bottom: 0;
    padding: 8px;
    line-height: 0;
    width: 100%; }

@media only screen and (max-width: 40em) {
  .engraving-qty-wrapper {
    width: 100%; } }

@media only screen and (min-width: 40.0625em) {
  .product-list-item {
    width: 25%; }
  .product-sort .product-sort__count,
  .product-sort .product-sort__select {
    display: inline-block; }
  .sort-pagination {
    float: right; }
  .feature-box .feature-box__text {
    max-width: 70%; }
  .feature-box .feature-box__img {
    display: block; }
  .product-filters .product-filters__image {
    display: block; }
  .product-filters .product-filters__selector--active:after {
    position: absolute;
    bottom: -0.5rem;
    left: 45%;
    left: calc(50% - 1rem);
    content: "";
    width: 1rem;
    height: 1rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #ca971b; }
  .product-accordian .product-accordian__title ul li.active span:after {
    left: .30rem; }
  .product-accordian .product-accordian__container {
    background: #282828;
    padding: 1.126rem;
    color: #ffffff; }
    .product-accordian .product-accordian__container label {
      color: #ffffff; }
  .product-accordian .product-accordian__text {
    margin-bottom: 1.126rem;
    font-size: 0.8rem; }
  .product-accordian .product-accordian__label {
    color: #ffffff;
    font-size: 0.8rem; } }

@media only screen and (min-width: 64.0625em) {
  .product-cat .product-cat__item {
    width: 20%; }
  .product-list-item .product-list-item__view {
    width: auto;
    float: left; }
  .product-list-item .product-list-item__button {
    width: 2.4rem;
    margin-top: 0; }
  .product-list-item--home {
    width: 20%; } }

#product-options .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%; }

#sizeList h4 {
  margin-top: 1rem; }

#sizeList p {
  margin-bottom: 0; }

#sizeList p.one-col {
  width: 100%;
  float: none; }

#sizeList p.two-col {
  width: 50%;
  float: left; }

.free-engraving {
  background: #d3effb;
  color: #1aadea;
  font-family: Roboto, courier, monospace;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.55rem 0.75rem 0.55rem; }

.this-is-the-funky-one:not([class*="this-one-active"]) {
  display: none; }

.ribbon-select-slider .slick-dots {
  position: relative;
  bottom: 0; }

.product-view-item__media-sale {
  overflow: hidden; }
  .product-view-item__media-sale:after {
    content: "Sale";
    text-transform: uppercase;
    position: absolute;
    background: #0eb38a;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8rem;
    padding: 2.252rem 2.252rem 0.563rem 2.252rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1.2rem;
    right: -2.7rem;
    z-index: 99; }
  .product-view-item__media-sale .product-list-item__discount {
    bottom: 0; }

input[type="number"] {
  padding-right: 0 !important; }
  input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.checkout-summary {
  position: relative;
  border: 1px solid #e3e3e3;
  padding: 1.126rem;
  text-align: left;
  font-weight: bold;
  margin-top: 1.5rem; }

.checkout-item .checkout-item__thumb {
  border: 1px solid #e3e3e3; }

.checkout-item .checkout-item__name {
  color: #000000; }

.checkout-item .checkout-item__qty {
  color: #444444; }

.checkout-item .checkout-item__price {
  color: #ca971b; }

.checkout-total .checkout-total__sub-total {
  font-size: 1rem;
  color: #444444; }
  .checkout-total .checkout-total__sub-total:last-child {
    text-align: right; }

.checkout-total .checkout-total__total {
  font-size: 1.2rem;
  color: #ca971b; }
  .checkout-total .checkout-total__total:last-child {
    text-align: right; }

.checkout-accordian {
  list-style: none;
  margin: 1.5rem 0 0 0; }
  .checkout-accordian .section {
    margin-bottom: 1rem; }
    .checkout-accordian .section .step-title {
      background: #1c1c1c;
      padding: 0.563rem 1.8rem; }
      .checkout-accordian .section .step-title h2 {
        color: #ffffff;
        font-weight: bold;
        line-height: 34px;
        margin: 0; }
      .checkout-accordian .section .step-title a {
        color: #ffffff;
        line-height: 34px; }
    .checkout-accordian .section.active .step-title {
      background: #ca971b; }
    .checkout-accordian .section .back-list a {
      margin-top: 0; }
      .checkout-accordian .section .back-list a.button {
        margin-top: 0;
        color: white; }
    .checkout-accordian .section a {
      float: right;
      font-size: 0.8rem;
      color: #ca971b; }
      .checkout-accordian .section a.expand {
        margin-top: 0; }
      .checkout-accordian .section a.button {
        margin-top: 0; }
        .checkout-accordian .section a.button.checkout-accordian__button {
          color: white; }
          .checkout-accordian .section a.button.checkout-accordian__button small {
            font-size: 1rem; }
    .checkout-accordian .section .step {
      background: #e3e3e3;
      padding: 1.689rem;
      font-size: 0.8rem;
      color: #444444;
      margin-bottom: 1.689rem; }
  .checkout-accordian .number {
    display: none; }
  .checkout-accordian .checkout-accordian__subheading {
    margin-bottom: 1.126rem;
    display: block; }
  .checkout-accordian .checkout-accordian__radio {
    margin-right: 0.563rem;
    vertical-align: middle;
    margin-bottom: 0; }
  .checkout-accordian .checkout-accordian__button {
    width: 100%;
    margin-top: 1.126rem;
    color: white; }
  .checkout-accordian .checkout-accordian__button--dark {
    background: #1c1c1c; }

.fieldset ul {
  list-style: none;
  margin: 0; }
  .fieldset ul li {
    clear: both;
    list-style: none;
    margin: 0; }

.field, .wide {
  position: relative; }
  .field label, .wide label {
    display: inline-block;
    font-weight: 700; }
    .field label em, .wide label em {
      float: right;
      display: inline-block;
      margin-left: .225rem; }

select[name="billing[country_id]"], select[name="billing_address_id"] {
  margin-bottom: 1rem; }

div.validation-advice {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8125rem;
  font-weight: normal;
  margin-bottom: 1.25rem;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #cc2127;
  border-color: #af1c22;
  color: #FFFFFF; }

@media only screen and (min-width: 64.0625em) {
  .checkout-accordian .number {
    color: #ffffff;
    display: block;
    margin-top: 0.4rem;
    margin-left: 0.563rem;
    height: 1.2rem;
    width: 1.2rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.8rem;
    border-radius: 50%;
    border: 2px solid #ffffff;
    float: right; } }

.checkout-shipping {
  text-align: left; }
  .checkout-shipping .checkout-shipping__name {
    font-weight: bold;
    font-size: 0.8rem;
    margin-bottom: 0.563rem; }
  .checkout-shipping .checkout-shipping__radio {
    float: left;
    height: 2.8rem;
    line-height: 2.8rem;
    margin: 0 0.563rem 0 0; }
  .checkout-shipping .checkout-shipping__desc {
    font-size: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem; }
  .checkout-shipping .checkout-shipping__price {
    font-size: 1.2rem;
    height: 2rem;
    line-height: 2rem;
    font-weight: bold; }

.remember-me-popup {
  display: none; }

.control.remember-me-box {
  clear: both; }
  .control.remember-me-box input,
  .control.remember-me-box label {
    display: inline-block;
    float: left;
    line-height: 3; }
  .control.remember-me-box input {
    margin-right: 1rem; }

a.link-tip {
  clear: both;
  display: block; }

/* shipping methods */
.sp-methods ul {
  list-style: none;
  margin: 0; }

.sp-methods label {
  display: inline-block; }
  .sp-methods label .price {
    font-size: 1.2rem;
    font-weight: 400; }

.checkout-onepage-index label {
  line-height: 1rem; }

.checkout-onepage-index input, .checkout-onepage-index select {
  height: 2.5rem; }

.checkout-onepage-index input[type=radio] {
  height: 1rem; }

#checkout-step-login .row:first-child .columns:nth-child(2) {
  border-left: 1px solid lightgrey; }

#checkout-step-login .row:nth-child(2) .columns:nth-child(2) {
  border-left: 1px solid lightgrey; }

label[for^="login"] {
  display: block;
  clear: both;
  margin-bottom: 1.225rem; }
  label[for^="login"] input[type="radio"] {
    float: left;
    display: inline-block; }

.team-block {
  margin-top: 1.126rem;
  margin-bottom: 2.252rem;
  text-align: left; }

.team-member {
  margin-bottom: 1.126rem; }
  .team-member .team-member__name {
    font-size: 1.5rem;
    color: #ca971b;
    font-weight: 300; }
  .team-member .team-member__position {
    color: #ca971b;
    font-weight: bold;
    margin-bottom: 0.563rem; }
  .team-member .team-member__bio {
    font-size: 0.8rem; }

.blog-list {
  border-bottom: 1px solid #e3e3e3; }

.blog-item {
  margin-bottom: 3.378rem; }
  .blog-item .blog-item__title {
    font-size: 1rem;
    margin: 2.252rem 0 1.126rem;
    font-weight: bold;
    display: block; }
  .blog-item .blog-item__snippet {
    font-size: 0.8rem; }
  .blog-item .blog-item__more {
    font-weight: bold; }

@media only screen and (min-width: 40.0625em) {
  .blog-item .blog-item__more {
    float: right; } }

.blog-sidebar .blog-sidebar__cat-list {
  margin: 0 0 1.689rem 0;
  list-style: none;
  text-align: left;
  font-size: 0.8rem; }

.blog-sidebar .blog-sidebar__cat-link:before {
  content: ">";
  margin-right: 1.126rem; }

.blog-sidebar .blog-sidebar__related-list {
  list-style: none;
  margin: 0 0 1.126rem 0;
  font-size: 0.8rem; }

.blog-sidebar .blog-sidebar__related-link {
  display: block;
  margin-top: 1.126rem;
  font-weight: bold; }

.blog-featured-img {
  width: 100%;
  height: auto; }

.byline-area {
  padding: 1.126rem 0;
  margin-bottom: 1.126rem;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0.8rem; }
  .byline-area .byline-area__icon {
    color: #ca971b;
    margin-right: 0.563rem;
    margin-left: 1.126rem; }
    .byline-area .byline-area__icon:first-child {
      margin-left: 0; }

.blog-content .blog-content__lead {
  font-size: 1.5rem;
  line-height: 1; }

.tagged-area {
  font-size: 0.8rem;
  padding: 2.252rem 0 1.126rem; }
  .tagged-area .tagged-area__icon {
    color: #ca971b;
    margin-right: 0.563rem; }

.comment-area {
  border-top: 1px solid #1c1c1c;
  margin-top: 1.126rem; }
  .comment-area .comment-area__count {
    font-size: 1.5rem;
    color: #ca971b;
    font-weight: bold;
    padding: 1.126rem 0 0.563rem; }

.comment-item .comment-item__author {
  font-style: italic;
  margin: 1.689rem 0 1.126rem; }

.comment-item .comment-item__content {
  padding: 1.126rem;
  font-style: italic;
  background: #efdfbb; }

.comment-form {
  margin: 2.252rem 0;
  padding: 2.252rem;
  background: #1c1c1c; }
  .comment-form input, .comment-form textarea {
    color: #F5F5F5; }
    .comment-form input:focus, .comment-form textarea:focus {
      background-color: #282828; }
  .comment-form .comment-form__header {
    color: #ca971b;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1.126rem; }
  .comment-form .comment-form__instruction {
    color: #ffffff;
    margin-bottom: 1.126rem; }
  .comment-form .comment-form__field {
    background: none;
    border: 1px solid #e3e3e3;
    font-style: italic; }
  .comment-form .comment-form__field--textarea {
    height: 11rem; }

.blog-list-item h5 {
  color: #ca971b;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 2rem; }

.blog-list-item .blog-item__snippet {
  margin-bottom: 3rem; }

.testimonial-list .testimonial {
  margin-bottom: 1.5rem; }
  .testimonial-list .testimonial blockquote.testimonial__text {
    font-size: 1rem; }

.slideshow-area {
  position: relative; }

.home-slideshow-pager {
  text-align: center;
  position: absolute;
  bottom: 0;
  background: #282828;
  left: 0;
  right: 0;
  margin: auto;
  width: 10rem;
  height: 2rem;
  z-index: 199;
  padding: 0.563rem; }
  .home-slideshow-pager:before {
    content: " ";
    position: absolute;
    left: -1.45rem;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 2rem solid #282828;
    border-left: 1.5rem solid transparent; }
  .home-slideshow-pager:after {
    content: " ";
    position: absolute;
    right: -1.5rem;
    top: 0;
    width: 0;
    height: 0;
    border-bottom: 2rem solid #282828;
    border-right: 1.5rem solid transparent; }
  .home-slideshow-pager span {
    color: #444444;
    font-size: 3rem;
    padding: 0 0.09383rem;
    line-height: 0.5;
    cursor: pointer; }
  .home-slideshow-pager .cycle-pager-active {
    border: 0;
    color: #ca971b; }

.cycle-slide {
  width: 100%;
  height: auto; }

.catalog-product-view .product-list-item__discount {
  position: absolute;
  z-index: 998;
  right: 0; }

.catalog-product-view .cycle-slide {
  width: auto;
  max-height: 35rem; }

.basket-preview {
  background: #1c1c1c;
  color: white;
  width: 100%;
  max-width: 320px;
  font-size: 14px;
  position: relative;
  float: right;
  z-index: 999;
  margin: .750rem auto 0; }
  .basket-preview .basket-brief {
    padding: 1rem;
    width: auto;
    display: block;
    margin: 0 auto; }
    .basket-preview .basket-brief span {
      line-height: 2.3; }
  .basket-preview > i,
  .basket-preview > strong,
  .basket-preview > span,
  .basket-preview > a {
    padding: 0 .225rem;
    font-size: 14px;
    line-height: 2; }
  .basket-preview .basket-price {
    color: #ca971b; }
  .basket-preview .go-to-checkout-then {
    display: inline-block;
    background: #ca971b;
    color: white;
    padding: .225rem 1rem;
    margin-left: 1rem; }
    .basket-preview .go-to-checkout-then:hover {
      color: white; }
  .basket-preview:hover .basket-content {
    visibility: visible; }

.basket-content {
  position: absolute;
  background: #333;
  top: auto;
  left: 0;
  right: auto;
  clip: auto;
  visibility: hidden;
  width: 100%;
  z-index: 9999; }

.no-padding {
  padding: 0; }

.align-center {
  display: block;
  margin: 0 auto; }

.alignleft {
  display: inline-block;
  float: left;
  margin-right: .938rem; }

.items-in-basket {
  margin: 0; }
  .items-in-basket > li {
    padding: 1rem .325rem .525rem; }
  .items-in-basket .item-row {
    text-align: left; }
  .items-in-basket .item-details h6 {
    margin: 0;
    font-size: 14px; }
    .items-in-basket .item-details h6 a {
      color: white;
      font-weight: bold; }
  .items-in-basket .item-details span {
    display: block;
    font-size: 14px; }
    .items-in-basket .item-details span.detail-item-price {
      color: #ca971b; }

.total-list {
  text-align: left;
  list-style: none; }
  .total-list > li {
    font-size: 14px;
    font-weight: bold; }
    .total-list > li.total-money {
      color: #ca971b; }

.detail-specifics {
  text-align: center; }
  .detail-specifics .item-count {
    width: 2rem;
    height: 2rem;
    line-height: 1.5;
    padding: 0;
    text-align: center;
    margin: 0;
    border: none;
    box-shadow: none;
    vertical-align: middle; }
  .detail-specifics .remove-item {
    font-size: 11px;
    font-weight: bold;
    display: block;
    clear: both;
    text-align: right;
    line-height: 3;
    color: #ca971b; }
  .detail-specifics ul {
    text-align: center;
    list-style: none;
    display: block;
    height: auto;
    box-sizing: content-box;
    width: auto;
    margin-top: 1.2rem;
    float: right; }
    .detail-specifics ul li {
      display: inline-block;
      float: left;
      height: 2rem; }
      .detail-specifics ul li button {
        background: #ca971b;
        width: 1rem;
        height: .95rem;
        padding: 0;
        font-size: .9rem;
        text-align: center;
        display: block;
        box-sizing: content-box;
        margin: 0 0 .085rem .1rem;
        border: none;
        line-height: 1; }

.action-buttons {
  padding: 0 1.325rem; }
  .action-buttons .button {
    font-size: 14px;
    margin: 0 0 .725rem;
    padding: .825rem 1rem;
    line-height: 14px;
    height: auto; }
    .action-buttons .button.view {
      background: black; }
    .action-buttons .button.show-me-the-money {
      background: #ca971b; }

.basket-components {
  border-top: none; }
  .basket-components .basket-total {
    padding: 1.325rem 0; }
    .basket-components .basket-total ul {
      margin: 0; }
      .basket-components .basket-total ul li {
        padding: 0 1.325rem; }

.advert-holder {
  border: 1px solid #333;
  border-top: none; }

.checkout-summary .overlay, .basket-products .overlay, .item-row .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.shopping-table {
  font-size: 0.9rem; }
  .shopping-table .shopping-table__cell {
    padding-top: 2.252rem;
    padding-bottom: 2.252rem; }
    .shopping-table .shopping-table__cell:first-child {
      padding-left: 0; }
  .shopping-table .shopping-table__name {
    font-weight: bold; }
  .shopping-table .shopping-table__price {
    font-weight: bold; }
  .shopping-table .shopping-table__qty {
    display: block;
    height: auto;
    width: 5rem;
    padding: 0.2815rem 0.563rem;
    margin-bottom: 0.563rem; }
  .shopping-table .shopping-table__wish-qty {
    height: 1.8rem;
    margin-bottom: 0;
    line-height: 1.8rem; }
  .shopping-table .shopping-table__update {
    color: #0eb38a;
    display: block;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 0; }
  .shopping-table .shopping-table__remove {
    display: block;
    color: #000000;
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 0; }
  .shopping-table .shopping-table__sub-total {
    color: #ca971b;
    font-weight: bold; }
  .shopping-table .shopping-table__multibuy,
  .shopping-table .shopping-table__extras,
  .shopping-table .shopping-table__remove {
    white-space: nowrap; }

.basket-footer {
  padding: 1.689rem;
  background: #1c1c1c;
  margin-top: 1.126rem;
  margin-bottom: 1.126rem; }
  .basket-footer .basket-footer__head-cell {
    border-right: 1px solid #ffffff; }
    .basket-footer .basket-footer__head-cell:last-child {
      border-right: 0; }
  .basket-footer .basket-footer__cell {
    border-bottom: 0;
    border-right: 1px solid #ca971b; }
    .basket-footer .basket-footer__cell:last-child {
      border-right: 0; }

.basket-footer-total {
  background: none;
  border: 0;
  font-weight: bold;
  margin: 1.126rem 0 0; }
  .basket-footer-total .basket-footer-total__row {
    background: none; }
  .basket-footer-total .basket-footer-total__price {
    background: none;
    color: #ffffff;
    border: 0;
    padding: 0 0 1.126rem; }
    .basket-footer-total .basket-footer-total__price:last-child {
      text-align: right; }
  .basket-footer-total .basket-footer-total__total {
    border-top: 1px solid #ca971b;
    border-bottom: 0;
    background: none;
    color: #ca971b;
    padding: 1.126rem 0 0; }
    .basket-footer-total .basket-footer-total__total:last-child {
      text-align: right; }

@media large-up {
  .basket-footer-total {
    margin-top: 0; } }

.promo-area {
  margin: 1.689rem auto 0 !important; }

.promo-code-area .promo-code-area__label {
  font-weight: bold;
  color: #000000;
  margin: 0;
  padding: 0; }

.promo-code-area .promo-code-area__field {
  font-style: italic; }

.promo-info-area {
  padding: 1.126rem;
  font-size: 0.8rem;
  background: #0eb38a;
  color: #ffffff; }
  .promo-info-area .promo-info-area__icon {
    font-size: 1.8rem;
    padding-right: 1.126rem; }

@media only screen and (min-width: 40.0625em) {
  .promo-info-area {
    padding: 0 1.126rem; }
    .promo-info-area .promo-info-area__icon {
      line-height: 3rem; }
    .promo-info-area .promo-info-area__text {
      line-height: 3rem;
      float: right; } }

.cart-links {
  list-style: none;
  margin: 0; }
  .cart-links li a {
    color: #000000; }

.engraving_preview ul {
  list-style: none;
  margin-left: 0;
  border: 1px solid grey;
  padding: 0.5rem; }
  .engraving_preview ul li {
    text-align: center;
    font-family: serif; }

.heading-row {
  padding: 1rem 0; }
  .heading-row.gold {
    background: #ca971b;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: white;
    font-weight: bold; }

.golden-item-header {
  padding: 1rem 0;
  background: #ca971b;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: white;
  font-weight: bold; }

.calendar .button {
  text-align: center;
  padding: 8px;
  border: none;
  height: auto;
  display: table-cell;
  line-height: normal;
  color: black; }
  .calendar .button.active {
    border: none; }
  .calendar .button.hilite {
    border: none; }

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #000;
  background: #f4f0e8;
  color: #000000; }

.calendar thead .name {
  border-bottom: 1px solid #000;
  padding: 2px;
  text-align: center;
  background: #f4f0e8;
  color: black; }
  .calendar thead .name.weekend {
    color: red; }
  .calendar thead .name.active {
    border: none; }
  .calendar thead .name.hilite {
    border: none; }

@media only screen and (max-width: 40em) {
  .cart-action-buttons {
    margin-top: 0.563rem; } }

.checkout-cart-index .tip-question {
  background: #282828;
  color: #e3e3e3;
  font-weight: 600;
  display: inline-block;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 100%; }

#compare-items {
  list-style: none;
  margin: 0; }
  #compare-items .item {
    margin: 0;
    color: #ffffff;
    padding: 1.126rem;
    font-size: 0.8rem;
    border-bottom: 1px solid #e3e3e3;
    cursor: pointer; }
    #compare-items .item .btn-remove:after {
      position: relative;
      content: "×";
      float: right; }

.button.compare {
  display: block;
  color: #ca971b;
  height: auto;
  background-color: transparent;
  padding: 0;
  margin: 0;
  transition: color 300ms ease-out; }

.button.compare:hover {
  color: #000000; }

.product-list-item__thumbnail-link--sale:after {
  padding: 2.252rem 2.252rem 0.563rem 2.252rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -1.2rem;
  right: -2.7rem; }

label.inline {
  padding: 0; }

#map_canvas img {
  max-width: none; }

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

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

.gold-bar {
  background: #ca971b; }

nav.top-bar {
  max-width: 68.75rem;
  margin: auto;
  background: #ca971b; }

.box-listing {
  padding: 1rem 0 0;
  height: 100%; }
  .box-listing img {
    margin: .525rem auto .125rem; }

.has-a-border {
  border-right: 1px solid rgba(255, 255, 255, 0.15); }

.see-on-mobile {
  visibility: hidden;
  opacity: 0; }

.content-in-columns-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  padding-left: 1rem;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1; }

.content-in-columns-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  padding-left: 1rem;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2; }

.content-in-columns-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  padding-left: 1rem;
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3; }

.content-in-columns-4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding-left: 1rem;
  -webkit-columns: 4;
  -moz-columns: 4;
  columns: 4; }

@media screen and (min-width: 1025px) {
  .top-bar-section ul:hover > li.top-level-li:not(.has-form).active {
    background: #ca971b; }
    .top-bar-section ul:hover > li.top-level-li:not(.has-form).active > a:not(.button) {
      background: #ca971b; }
      .top-bar-section ul:hover > li.top-level-li:not(.has-form).active > a:not(.button):before, .top-bar-section ul:hover > li.top-level-li:not(.has-form).active > a:not(.button):after {
        background: transparent; }
  .top-bar-section ul > li:not(.has-form) {
    background: transparent; }
    .top-bar-section ul > li:not(.has-form) a:not(.button) {
      background: transparent; }
    .top-bar-section ul > li:not(.has-form).top-level-li {
      min-width: 115px; }
      .top-bar-section ul > li:not(.has-form).top-level-li > a {
        text-align: center;
        font-size: 1rem; }
      .top-bar-section ul > li:not(.has-form).top-level-li:not(.has-dropdown) {
        position: relative; }
        .top-bar-section ul > li:not(.has-form).top-level-li:not(.has-dropdown):hover {
          background: #333; }
        .top-bar-section ul > li:not(.has-form).top-level-li:not(.has-dropdown).active {
          background: #333; }
          .top-bar-section ul > li:not(.has-form).top-level-li:not(.has-dropdown).active a:before, .top-bar-section ul > li:not(.has-form).top-level-li:not(.has-dropdown).active a:after {
            position: absolute;
            content: "";
            left: 0;
            top: -1rem;
            width: 100%;
            background: #333;
            height: 1rem;
            display: block; }
          .top-bar-section ul > li:not(.has-form).top-level-li:not(.has-dropdown).active a:after {
            top: auto;
            bottom: -1rem;
            border: none; }
          .top-bar-section ul > li:not(.has-form).top-level-li:not(.has-dropdown).active:hover {
            background: #333; }
            .top-bar-section ul > li:not(.has-form).top-level-li:not(.has-dropdown).active:hover a {
              background: #333; }
      .top-bar-section ul > li:not(.has-form).top-level-li:hover > a {
        background: #333; }
      .top-bar-section ul > li:not(.has-form).top-level-li.has-dropdown:hover > a {
        background: #333; }
        .top-bar-section ul > li:not(.has-form).top-level-li.has-dropdown:hover > a:before, .top-bar-section ul > li:not(.has-form).top-level-li.has-dropdown:hover > a:after {
          position: absolute;
          content: "";
          left: 0;
          top: -.625rem;
          width: 100%;
          background: #333;
          height: .625rem; }
        .top-bar-section ul > li:not(.has-form).top-level-li.has-dropdown:hover > a:after {
          top: auto;
          bottom: -.625rem;
          border: none; }
    .top-bar-section ul > li:not(.has-form).active a:not(.button) {
      background: transparent; }
    .top-bar-section ul > li:not(.has-form) .dropdown {
      z-index: 999; }
      .top-bar-section ul > li:not(.has-form) .dropdown li a {
        white-space: normal; }
      .top-bar-section ul > li:not(.has-form) .dropdown .this-one-watch {
        margin-top: .625rem;
        background: #333; }
      .top-bar-section ul > li:not(.has-form) .dropdown a:not(.button) {
        position: relative;
        background: transparent;
        color: white;
        padding: 0; }
        .top-bar-section ul > li:not(.has-form) .dropdown a:not(.button).is-golden {
          font-size: 14px;
          color: #ca971b; }
      .top-bar-section ul > li:not(.has-form) .dropdown .goldy-locks {
        margin-top: 1.225rem;
        background: #ca971b; }
        .top-bar-section ul > li:not(.has-form) .dropdown .goldy-locks > a:not(.button) {
          background: #ca971b;
          padding: 0 1rem;
          display: block; }
          .top-bar-section ul > li:not(.has-form) .dropdown .goldy-locks > a:not(.button) .illustration-icon {
            position: absolute;
            right: 1rem;
            bottom: 0; }
  .top-bar-section .has-dropdown {
    position: static; }
    .top-bar-section .has-dropdown a:not(.button) {
      position: relative;
      background: transparent; }
    .top-bar-section .has-dropdown [class^="content-in-columns"] {
      padding-bottom: 2rem; }
      .top-bar-section .has-dropdown [class^="content-in-columns"] ul {
        margin: 0;
        list-style: none; }
        .top-bar-section .has-dropdown [class^="content-in-columns"] ul li:not(.has-form) {
          float: none; }
          .top-bar-section .has-dropdown [class^="content-in-columns"] ul li:not(.has-form) a {
            padding: 0;
            line-height: 2; }
          .top-bar-section .has-dropdown [class^="content-in-columns"] ul li:not(.has-form):hover a:not(.button) {
            color: #ca971b;
            background: none; } }

@media screen and (max-width: 1025px) {
  .product-title-mobile {
    margin-top: 1rem; }
  .product-accordian ul li.personalise-options {
    padding-bottom: 1rem; }
  .product-accordian__container .buttons-set {
    height: 100%;
    display: block;
    box-sizing: content-box; }
    .product-accordian__container .buttons-set button {
      float: right;
      width: 50%;
      font-size: 1rem;
      line-height: 1;
      height: 100%; }
      .product-accordian__container .buttons-set button:not([class*="engraving-qty"]) {
        line-height: 1.5; }
  .top-bar-section ul.left {
    background: #333; }
    .top-bar-section ul.left li:not(.has-form) a:not(.button):before, .top-bar-section ul.left li:not(.has-form) a:not(.button):after {
      background: transparent; }
    .top-bar-section ul.left li:not(.has-form).parent-link a:not(.button), .top-bar-section ul.left li:not(.has-form).back a:not(.button) {
      padding: 0 1rem; }
    .top-bar-section ul.left li:not(.has-form) .dropdown {
      background: #333; }
  .site-header {
    position: relative; }
    .site-header .gold-bar {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0;
      width: 100%;
      background: transparent; }
      .site-header .gold-bar .title-area {
        opacity: 0; }
    .site-header .top-bar {
      background: transparent; }
      .site-header .top-bar .toggle-topbar {
        left: 0;
        right: auto; }
      .site-header .top-bar .dropdown:not(.see-on-mobile) {
        visibility: hidden;
        opacity: 0;
        display: none; }
      .site-header .top-bar .dropdown.see-on-mobile {
        visibility: visible;
        opacity: 1;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; }
        .site-header .top-bar .dropdown.see-on-mobile li.back {
          background: white;
          padding: .525rem; }
          .site-header .top-bar .dropdown.see-on-mobile li.back h5 a {
            color: #333; }
  .site-header .top-bar {
    background: transparent; }
    .site-header .top-bar .toggle-topbar {
      left: 0;
      right: auto; }
    .site-header .top-bar .dropdown:not(.see-on-mobile) {
      visibility: hidden;
      opacity: 0; }
    .site-header .top-bar .dropdown.see-on-mobile {
      visibility: visible;
      opacity: 1; } }

@media only screen and (min-width: 40.0625em) {
  .top-bar-section ul > li:not(.has-form).top-level-li {
    max-width: inherit; } }

/* Slider */
.show-type-category-list:not(.slick-initialized) .list-item:nth-of-type(n+6) {
  display: none; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/slick.eot");
  src: url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/slick.woff") format("woff"), url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/slick.ttf") format("truetype"), url("https://www.afordawards.co.uk/skin/frontend/reflect/aford/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-slider {
  margin-bottom: 0; }

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

iframe#iframeRegCard { height:518px; width:100%; border:1px solid #666; padding: 0 20px;}

iframe#sagepaydirectpro-iframe-post { height:500px; width:100%; /*border:1px solid #666;*/ border:none; }

div#direct3d-logos { width:351px;margin:0 auto; margin-top:5px; }
div#direct3d-logos img { padding-right:10px; }

div.sagecardh1 h1 { display: inline; }
div.sagecardh1 img { padding-top: 12px; padding-left: 10px; }

select#sagepaytoken_start_yr, select#sagepaytoken_start, select#sagepaytoken_expiration_yr, select#sagepaytoken_expiration { width:125px; }
select#sagepaytoken_start, select#sagepaytoken_expiration { margin-right: 10px; }

form#frmRegCard input.cvv { width:3em !important; }

.sidebar .sagepaysuite-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .sagepaysuite-logo a { float:none; }
