@charset "UTF-8";

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

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

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

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

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

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

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

html,
body {
  height: 100%;
}

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

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

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

a:hover {
  cursor: pointer;
}

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

object,
embed {
  height: 100%;
}

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

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

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

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

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

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1;
}

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

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
  float: left;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}

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

.row .row:after {
  clear: both;
}

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}

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

.row .row.collapse:after {
  clear: both;
}

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

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

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

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

  .small-push-0 {
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .small-pull-11 {
    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%;
  }

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

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

  .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,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
}

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

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

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

  .medium-push-0 {
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-pull-11 {
    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%;
  }

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

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

  .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,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    left: 0%;
    right: auto;
  }

  .pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

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

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

  .large-push-0 {
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-pull-11 {
    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%;
  }

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

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

  .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,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .push-0 {
    left: 0%;
    right: auto;
  }

  .pull-0 {
    right: 0%;
    left: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion {
  *zoom: 1;
  margin-bottom: 0;
}

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

.accordion:after {
  clear: both;
}

.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion dd.active > a {
  background: #e8e8e8;
}

.accordion dd > a {
  background: #efefef;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.accordion dd > a:hover {
  background: #e3e3e3;
}

.accordion .content {
  display: none;
  padding: 0.9375rem;
}

.accordion .content.active {
  display: block;
  background: white;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 1.1rem;
  background-color: #0a3a81;
  border-color: #09326f;
  color: white;
}

.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
}

.alert-box .close:hover,
.alert-box .close:focus {
  opacity: 0.5;
}

.alert-box.radius {
  border-radius: 5px;
}

.alert-box.round {
  border-radius: 1000px;
}

.alert-box.success {
  background-color: #53e068;
  border-color: #2fd948;
  color: white;
}

.alert-box.alert {
  background-color: #f15a24;
  border-color: #e0460e;
  color: white;
}

.alert-box.secondary {
  background-color: #d1cdc9;
  border-color: #b7b0aa;
  color: #4b4640;
}

.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: white;
}

.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4b4640;
}

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

[class*="block-grid-"]:before,
[class*="block-grid-"]:after {
  content: " ";
  display: table;
}

[class*="block-grid-"]:after {
  clear: both;
}

[class*="block-grid-"] > li {
  display: block;
  height: auto;
  float: left;
  padding: 0 0.625rem 1.25rem;
}

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none;
  }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none;
  }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none;
  }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none;
  }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none;
  }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none;
  }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none;
  }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none;
  }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none;
  }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none;
  }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none;
  }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none;
  }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.breadcrumbs {
  display: block;
  padding: 0.5625rem 0.875rem 0.5625rem;
  overflow: hidden;
  margin-left: 0;
  list-style: none;
  border-style: solid;
  border-width: 1px;
  background-color: #eae9e7;
  border-color: #d5d1ce;
  border-radius: 5px;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.breadcrumbs > *:hover a,
.breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: uppercase;
  color: #0a3a81;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
}

.breadcrumbs > *.current:hover,
.breadcrumbs > *.current:hover a,
.breadcrumbs > *.current:focus,
.breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999999;
}

.breadcrumbs > *.unavailable a {
  color: #999999;
}

.breadcrumbs > *.unavailable:hover,
.breadcrumbs > *.unavailable:hover a,
.breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: "/";
  color: #aaaaaa;
  margin: 0 0.75rem;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

button,
.button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #0a3a81;
  border-color: #082e67;
  color: white;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #082e67;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  color: white;
}

button.secondary,
.button.secondary {
  background-color: #d1cdc9;
  border-color: #aba49d;
  color: #333333;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #aba49d;
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: #333333;
}

button.success,
.button.success {
  background-color: #53e068;
  border-color: #26d03f;
  color: white;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: #26d03f;
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: white;
}

button.alert,
.button.alert {
  background-color: #f15a24;
  border-color: #d0410d;
  color: white;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: #d0410d;
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: white;
}

button.large,
.button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.small,
.button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

button.tiny,
.button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
}

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

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}

button.radius,
.button.radius {
  border-radius: 5px;
}

button.round,
.button.round {
  border-radius: 1000px;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: #0a3a81;
  border-color: #082e67;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #082e67;
}

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

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: #0a3a81;
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: #d1cdc9;
  border-color: #aba49d;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #aba49d;
}

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: #d1cdc9;
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: #53e068;
  border-color: #26d03f;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #26d03f;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: white;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #53e068;
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: #f15a24;
  border-color: #d0410d;
  color: white;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #d0410d;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: white;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #f15a24;
}

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

.button-group {
  list-style: none;
  margin: 0;
  left: 0;
  *zoom: 1;
}

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

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

.button-group li {
  margin: 0;
  float: left;
}

.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 li:first-child {
  margin-left: 0;
}

.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 > *:first-child,
.button-group.radius > *:first-child > a,
.button-group.radius > *:first-child > button,
.button-group.radius > *:first-child > .button {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.button-group.radius > *:last-child,
.button-group.radius > *:last-child > a,
.button-group.radius > *:last-child > button,
.button-group.radius > *:last-child > .button {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.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 > *:first-child,
.button-group.round > *:first-child > a,
.button-group.round > *:first-child > button,
.button-group.round > *:first-child > .button {
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.button-group.round > *:last-child,
.button-group.round > *:last-child > a,
.button-group.round > *:last-child > button,
.button-group.round > *:last-child > .button {
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

.button-group.even-2 li {
  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 {
  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 {
  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 {
  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 {
  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 {
  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 {
  width: 12.5%;
}

.button-group.even-8 li > button,
.button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}

.button-group.even-8 li:first-child button,
.button-group.even-8 li:first-child .button {
  border-left: 0;
}

.button-group.even-8 li button,
.button-group.even-8 li .button {
  width: 100%;
}

.button-bar {
  *zoom: 1;
}

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

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

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

.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */

.clearing-thumbs,
[data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

.clearing-thumbs:before,
.clearing-thumbs:after,
[data-clearing]:before,
[data-clearing]:after {
  content: " ";
  display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
  clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
  float: left;
  margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
  margin-right: 0;
}

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

.clearing-blackout .clearing-close {
  display: block;
}

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

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

.visible-img {
  height: 95%;
  position: relative;
}

.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50%;
  max-height: 100%;
  max-width: 100%;
}

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

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

.clearing-close:hover,
.clearing-close:focus {
  color: #ccc;
}

.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.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0;
  }

  .clearing-main-prev > span,
  .clearing-main-next > span {
    position: absolute;
    top: 50%;
    display: block;
    width: 0;
    height: 0;
    border: solid 12px;
  }

  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }

  .clearing-main-prev {
    left: 0;
  }

  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #cccccc;
  }

  .clearing-main-next {
    right: 0;
  }

  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #cccccc;
  }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }

  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }

  .clearing-assembled .clearing-container .carousel > ul li {
    display: block;
    width: 120px;
    min-height: inherit;
    float: left;
    overflow: hidden;
    margin-right: 0;
    padding: 0;
    position: relative;
    cursor: pointer;
    opacity: 0.4;
  }

  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }

  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }

  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }

  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }

  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }

  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%;
  }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0;
  }
}

@media only screen and (max-width: 40em) {
  .f-dropdown {
    max-width: 100%;
    left: 0;
  }
}

/* Foundation Dropdowns */

.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px;
}

.f-dropdown > *:first-child {
  margin-top: 0;
}

.f-dropdown > *:last-child {
  margin-bottom: 0;
}

.f-dropdown:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent transparent white transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 99;
}

.f-dropdown:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 98;
}

.f-dropdown.right:before {
  left: auto;
  right: 10px;
}

.f-dropdown.right:after {
  left: auto;
  right: 9px;
}

.f-dropdown li {
  font-size: 0.875rem;
  cursor: pointer;
  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 {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  padding: 1.25rem;
  width: 100%;
  height: auto;
  max-height: none;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  max-width: 200px;
}

.f-dropdown.content > *:first-child {
  margin-top: 0;
}

.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}

.f-dropdown.tiny {
  max-width: 200px;
}

.f-dropdown.small {
  max-width: 300px;
}

.f-dropdown.medium {
  max-width: 500px;
}

.f-dropdown.large {
  max-width: 800px;
}

.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 3.5625rem;
}

.dropdown.button:before,
button.dropdown:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-color: white transparent transparent transparent;
  top: 50%;
}

.dropdown.button:before,
button.dropdown:before {
  border-width: 0.375rem;
  right: 1.40625rem;
  margin-top: -0.15625rem;
}

.dropdown.button:before,
button.dropdown:before {
  border-color: white transparent transparent transparent;
}

.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 2.625rem;
}

.dropdown.button.tiny:before,
button.dropdown.tiny:before {
  border-width: 0.375rem;
  right: 1.125rem;
  margin-top: -0.125rem;
}

.dropdown.button.tiny:before,
button.dropdown.tiny:before {
  border-color: white transparent transparent transparent;
}

.dropdown.button.small,
button.dropdown.small {
  padding-right: 3.0625rem;
}

.dropdown.button.small:before,
button.dropdown.small:before {
  border-width: 0.4375rem;
  right: 1.3125rem;
  margin-top: -0.15625rem;
}

.dropdown.button.small:before,
button.dropdown.small:before {
  border-color: white transparent transparent transparent;
}

.dropdown.button.large,
button.dropdown.large {
  padding-right: 3.625rem;
}

.dropdown.button.large:before,
button.dropdown.large:before {
  border-width: 0.3125rem;
  right: 1.71875rem;
  margin-top: -0.15625rem;
}

.dropdown.button.large:before,
button.dropdown.large:before {
  border-color: white transparent transparent transparent;
}

.dropdown.button.secondary:before,
button.dropdown.secondary:before {
  border-color: #333333 transparent transparent transparent;
}

.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
}

.flex-video.widescreen {
  padding-bottom: 56.55%;
}

.flex-video.vimeo {
  padding-top: 0;
}

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

/* Standard Forms */

form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */

form .row .row {
  margin: 0 -0.5rem;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}

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

/* Label Styles */

label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  /* Styles for required inputs */
}

label.right {
  float: none;
  text-align: right;
}

label.inline {
  margin: 0 0 1rem 0;
  padding: 0.625rem 0;
}

label small {
  text-transform: capitalize;
  color: #676767;
}

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

select.radius {
  border-radius: 5px;
}

select:hover {
  background: #f3f3f3 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border-color: #f6921e;
}

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

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

  select:hover {
    background: #f3f3f3;
  }
}

/* Attach elements to the beginning or end of an input */

.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */

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

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

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

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

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

.postfix.button.round {
  border-radius: 0;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -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.prefix.radius,
label.prefix.radius {
  border-radius: 0;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

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

span.postfix.radius,
label.postfix.radius {
  border-radius: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

/* We use this to get basic styling on all basic form elements */

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.4375rem;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  box-shadow: 0 0 5px #f6921e;
  border-color: #f6921e;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #fafafa;
  border-color: #f6921e;
  outline: none;
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
  background-color: #dddddd;
}

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,
textarea.radius {
  border-radius: 5px;
}

/* Add height value for select elements to match text input height */

select {
  height: 2.4375rem;
}

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

/* We add basic fieldset styling */

fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0;
}

fieldset legend {
  font-weight: bold;
  background: white;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

.lt-ie9 fieldset legend {
  padding-bottom: 7px;
  margin-bottom: 20px;
}

/* Error Handling */

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

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

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

.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: #f15a24;
}

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

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

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

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

label.error {
  color: #f15a24;
}

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.inline-list > li {
  list-style: none;
  float: left;
  margin-left: 1.375rem;
  display: block;
}

.inline-list > li > * {
  display: block;
}

/* Foundation Joyride */

.joyride-list {
  display: none;
}

/* Default styles for the container */

.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%;
}

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

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem;
}

.joyride-content-wrapper .button {
  margin-bottom: 0 !important;
}

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */

.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333;
}

.joyride-tip-guide .joyride-nub.top {
  border-top-style: solid;
  border-color: #333333;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: -20px;
}

.joyride-tip-guide .joyride-nub.bottom {
  border-bottom-style: solid;
  border-color: #333333 !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  bottom: -20px;
}

.joyride-tip-guide .joyride-nub.right {
  right: -20px;
}

.joyride-tip-guide .joyride-nub.left {
  left: -20px;
}

/* Typography */

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

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

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

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

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

.joyride-close-tip:hover,
.joyride-close-tip:focus {
  color: #eee !important;
}

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

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

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

/* Styles for screens that are at least 768px; */

@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit;
  }

  .joyride-tip-guide .joyride-nub.bottom {
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px;
  }

  .joyride-tip-guide .joyride-nub.right {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: auto;
    right: -20px;
  }

  .joyride-tip-guide .joyride-nub.left {
    border-color: #333333 !important;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: 22px;
    left: -20px;
    right: auto;
  }
}

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

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

.label.radius {
  border-radius: 5px;
}

.label.round {
  border-radius: 1000px;
}

.label.alert {
  background-color: #f15a24;
  color: white;
}

.label.success {
  background-color: #53e068;
  color: white;
}

.label.secondary {
  background-color: #d1cdc9;
  color: #333333;
}

[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px;
}

[data-magellan-expedition] .sub-nav {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav dd {
  margin-bottom: 0;
}

[data-magellan-expedition] .sub-nav a {
  line-height: 1.8em;
}

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

  to {
    -webkit-transform: rotate(360deg);
  }
}

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

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Orbit Graceful Loading */

.slideshow-wrapper {
  position: relative;
}

.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}

.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}

.slideshow-wrapper ul li:first-child {
  display: block;
}

.slideshow-wrapper .orbit-container {
  background-color: transparent;
}

.slideshow-wrapper .orbit-container li {
  display: block;
}

.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}

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

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none;
}

.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
}

.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}

.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}

.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0%;
}

.orbit-container .orbit-slides-container > * .orbit-caption {
  position: absolute;
  bottom: 0;
  background-color: rgba(51, 51, 51, 0.8);
  color: white;
  width: 100%;
  padding: 0.625rem 0.875rem;
  font-size: 0.875rem;
}

.orbit-container .orbit-slide-number {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 12px;
  color: white;
  background: rgba(0, 0, 0, 0);
  z-index: 10;
}

.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3125rem;
}

.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}

.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0%;
  position: relative;
  right: 20px;
  top: 5px;
}

.orbit-container .orbit-timer > span {
  display: none;
  position: absolute;
  top: 0px;
  right: 0;
  width: 11px;
  height: 14px;
  border: solid 4px #fff;
  border-top: none;
  border-bottom: none;
}

.orbit-container .orbit-timer.paused > span {
  right: -4px;
  top: 0px;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-right-style: solid;
  border-color: transparent transparent transparent #fff;
}

.orbit-container .orbit-timer.paused > span.dark {
  border-color: transparent transparent transparent #333;
}

.orbit-container:hover .orbit-timer > span {
  display: block;
}

.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  position: absolute;
  top: 45%;
  margin-top: -25px;
  width: 36px;
  height: 60px;
  line-height: 50px;
  color: white;
  background-color: none;
  text-indent: -9999px !important;
  z-index: 10;
}

.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 0;
  height: 0;
  border: inset 10px;
}

.orbit-container .orbit-prev {
  left: 0;
}

.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: white;
}

.orbit-container .orbit-prev:hover > span {
  border-right-color: white;
}

.orbit-container .orbit-next {
  right: 0;
}

.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: white;
  left: 50%;
  margin-left: -4px;
}

.orbit-container .orbit-next:hover > span {
  border-left-color: white;
}

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

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block;
}

.orbit-bullets li {
  display: inline-block;
  width: 0.5625rem;
  height: 0.5625rem;
  background: #cccccc;
  float: none;
  margin-right: 6px;
  border-radius: 1000px;
}

.orbit-bullets li.active {
  background: #999999;
}

.orbit-bullets li:last-child {
  margin-right: 0;
}

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

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

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

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

@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }

  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important;
  }

  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none;
  }
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}

ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}

ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  border-radius: 5px;
}

ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}

ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus {
  background: transparent;
}

ul.pagination li.current a {
  background: #0a3a81;
  color: white;
  font-weight: bold;
  cursor: default;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus {
  background: #0a3a81;
}

ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */

.pagination-centered {
  text-align: center;
}

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

/* Panels */

.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2;
}

.panel > :first-child {
  margin-top: 0;
}

.panel > :last-child {
  margin-bottom: 0;
}

.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel p {
  color: #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: #b9d3fa;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #eaf2fd;
}

.panel.callout > :first-child {
  margin-top: 0;
}

.panel.callout > :last-child {
  margin-bottom: 0;
}

.panel.callout h1,
.panel.callout h2,
.panel.callout h3,
.panel.callout h4,
.panel.callout h5,
.panel.callout h6,
.panel.callout p {
  color: #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 {
  color: #0a3a81;
}

.panel.radius {
  border-radius: 5px;
}

/* Pricing Tables */

.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem;
}

.pricing-table * {
  list-style: none;
  line-height: 1;
}

.pricing-table .title {
  background-color: #333333;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #eeeeee;
  font-weight: normal;
  font-size: 1rem;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.pricing-table .price {
  background-color: #f6f6f6;
  padding: 0.9375rem 1.25rem;
  text-align: center;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.pricing-table .description {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #777777;
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1.4;
  border-bottom: dotted 1px #dddddd;
}

.pricing-table .bullet-item {
  background-color: white;
  padding: 0.9375rem;
  text-align: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: normal;
  border-bottom: dotted 1px #dddddd;
}

.pricing-table .cta-button {
  background-color: white;
  text-align: center;
  padding: 1.25rem 1.25rem 0;
}

/* Progress Bar */

.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem;
}

.progress .meter {
  background: #0a3a81;
  height: 100%;
  display: block;
}

.progress.secondary .meter {
  background: #d1cdc9;
  height: 100%;
  display: block;
}

.progress.success .meter {
  background: #53e068;
  height: 100%;
  display: block;
}

.progress.alert .meter {
  background: #f15a24;
  height: 100%;
  display: block;
}

.progress.radius {
  border-radius: 5px;
}

.progress.radius .meter {
  border-radius: 4px;
}

.progress.round {
  border-radius: 1000px;
}

.progress.round .meter {
  border-radius: 999px;
}

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0;
}

dialog,
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  background-color: white;
  padding: 1.25rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 6.25rem;
}

dialog .column,
dialog .columns,
.reveal-modal .column,
.reveal-modal .columns {
  min-width: 0;
}

dialog > :first-child,
.reveal-modal > :first-child {
  margin-top: 0;
}

dialog > :last-child,
.reveal-modal > :last-child {
  margin-bottom: 0;
}

dialog .close-reveal-modal,
.reveal-modal .close-reveal-modal {
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  top: 0.5rem;
  right: 0.6875rem;
  color: #aaaaaa;
  font-weight: bold;
  cursor: pointer;
}

dialog[open] {
  display: block;
  visibility: visible;
}

@media only screen and (min-width: 40.063em) {
  dialog,
  .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem;
  }

  dialog.tiny,
  .reveal-modal.tiny {
    margin-left: -15%;
    width: 30%;
  }

  dialog.small,
  .reveal-modal.small {
    margin-left: -20%;
    width: 40%;
  }

  dialog.medium,
  .reveal-modal.medium {
    margin-left: -30%;
    width: 60%;
  }

  dialog.large,
  .reveal-modal.large {
    margin-left: -35%;
    width: 70%;
  }

  dialog.xlarge,
  .reveal-modal.xlarge {
    margin-left: -47.5%;
    width: 95%;
  }
}

@media print {
  dialog,
  .reveal-modal {
    background: #fff !important;
  }
}

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.side-nav li {
  margin: 0 0 0.4375rem 0;
  font-size: 0.875rem;
}

.side-nav li a:not(.button) {
  display: block;
  color: #0a3a81;
}

.side-nav li a:not(.button):hover,
.side-nav li a:not(.button):focus {
  color: #1268e8;
}

.side-nav li.active > a:first-child:not(.button) {
  color: #1268e8;
  font-weight: normal;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  padding: 0;
  list-style: none;
  border-top-color: white;
}

.split.button {
  position: relative;
  padding-right: 5.0625rem;
}

.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}

.split.button span:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}

.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}

.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button span {
  width: 3.09375rem;
}

.split.button span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button span:before {
  border-color: white transparent transparent transparent;
}

.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.secondary span:before {
  border-color: white transparent transparent transparent;
}

.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}

.split.button.tiny {
  padding-right: 3.75rem;
}

.split.button.tiny span {
  width: 2.25rem;
}

.split.button.tiny span:before {
  border-top-style: solid;
  border-width: 0.375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.small {
  padding-right: 4.375rem;
}

.split.button.small span {
  width: 2.625rem;
}

.split.button.small span:before {
  border-top-style: solid;
  border-width: 0.4375rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.large {
  padding-right: 5.5rem;
}

.split.button.large span {
  width: 3.4375rem;
}

.split.button.large span:before {
  border-top-style: solid;
  border-width: 0.3125rem;
  top: 48%;
  margin-left: -0.375rem;
}

.split.button.expand {
  padding-left: 2rem;
}

.split.button.secondary span:before {
  border-color: #333333 transparent transparent transparent;
}

.split.button.radius span {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

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

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem;
}

.sub-nav dt {
  text-transform: uppercase;
}

.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  float: left;
  display: inline;
  margin-left: 1rem;
  margin-bottom: 0.625rem;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
  color: #999999;
}

.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  text-decoration: none;
  color: #999999;
  padding: 0.1875rem 1rem;
}

.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}

.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 5px;
  font-weight: normal;
  background: #0a3a81;
  padding: 0.1875rem 1rem;
  cursor: default;
  color: white;
}

.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #09326f;
}

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc;
}

div.switch label {
  position: relative;
  left: 0;
  z-index: 2;
  float: left;
  width: 50%;
  height: 100%;
  margin: 0;
  font-weight: bold;
  text-align: left;
  transition: all 0.1s ease-out;
}

div.switch input {
  position: absolute;
  z-index: 3;
  opacity: 0;
  width: 100%;
  height: 100%;
  -moz-appearance: none;
}

div.switch input:hover,
div.switch input:focus {
  cursor: pointer;
}

div.switch span:last-child {
  position: absolute;
  top: -1px;
  left: -1px;
  z-index: 1;
  display: block;
  padding: 0;
  border-width: 1px;
  border-style: solid;
  transition: all 0.1s ease-out;
}

div.switch input:not(:checked) + label {
  opacity: 0;
}

div.switch input:checked {
  display: none !important;
}

div.switch input {
  left: 0;
  display: block !important;
}

div.switch input:first-of-type + label,
div.switch input:first-of-type + span + label {
  left: -50%;
}

div.switch input:first-of-type:checked + label,
div.switch input:first-of-type:checked + span + label {
  left: 0%;
}

div.switch input:last-of-type + label,
div.switch input:last-of-type + span + label {
  right: -50%;
  left: auto;
  text-align: right;
}

div.switch input:last-of-type:checked + label,
div.switch input:last-of-type:checked + span + label {
  right: 0%;
  left: auto;
}

div.switch span.custom {
  display: none !important;
}

form.custom div.switch .hidden-field {
  margin-left: auto;
  position: absolute;
  visibility: visible;
}

div.switch label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 0.875rem;
}

div.switch input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.1875rem;
}

div.switch span:last-child {
  width: 2.25rem;
  height: 2.25rem;
}

div.switch span:last-child {
  border-color: #b3b3b3;
  background: white;
  background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
  box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f5fdf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
}

div.switch:hover span:last-child,
div.switch:focus span:last-child {
  background: white;
  background: linear-gradient(to bottom, white 0%, #e6e6e6 100%);
}

div.switch:active {
  background: transparent;
}

div.switch.large {
  height: 2.75rem;
}

div.switch.large label {
  padding: 0;
  line-height: 2.3rem;
  font-size: 1.0625rem;
}

div.switch.large input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -2.6875rem;
}

div.switch.large span:last-child {
  width: 2.75rem;
  height: 2.75rem;
}

div.switch.small {
  height: 1.75rem;
}

div.switch.small label {
  padding: 0;
  line-height: 2.1rem;
  font-size: 0.75rem;
}

div.switch.small input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.6875rem;
}

div.switch.small span:last-child {
  width: 1.75rem;
  height: 1.75rem;
}

div.switch.tiny {
  height: 1.375rem;
}

div.switch.tiny label {
  padding: 0;
  line-height: 1.9rem;
  font-size: 0.6875rem;
}

div.switch.tiny input:first-of-type:checked ~ span:last-child {
  left: 100%;
  margin-left: -1.3125rem;
}

div.switch.tiny span:last-child {
  width: 1.375rem;
  height: 1.375rem;
}

div.switch.radius {
  border-radius: 4px;
}

div.switch.radius span:last-child {
  border-radius: 3px;
}

div.switch.round {
  border-radius: 1000px;
}

div.switch.round span:last-child {
  border-radius: 999px;
}

div.switch.round label {
  padding: 0 0.5625rem;
}

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative;
  }

  to {
    position: relative;
  }
}

table {
  background: white;
  margin-bottom: 1.25rem;
  border: solid 1px #dddddd;
}

table thead,
table tfoot {
  background: whitesmoke;
}

table thead tr th,
table thead tr td,
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
  text-align: left;
}

table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f9f9f9;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important;
}

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

.tabs:after {
  clear: both;
}

.tabs dd {
  position: relative;
  margin-bottom: 0 !important;
  top: 1px;
  float: left;
}

.tabs dd > a {
  display: block;
  background: #f3f3f3;
  color: #0a3a81;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1rem;
}

.tabs dd > a:hover {
  background: #e4e4e4;
}

.tabs dd.active a {
  background: #0a3a81;
}

.tabs.radius dd:first-child a {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.tabs.radius dd:last-child a {
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.tabs.vertical dd {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  *zoom: 1;
  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;
}

.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.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem;
  }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px;
  }
}

/* Image Thumbnails */

.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  transition: all 200ms ease-out;
}

.th:hover,
.th:focus {
  box-shadow: 0 0 6px 1px rgba(10, 58, 129, 0.5);
}

.th.radius {
  border-radius: 5px;
}

/* Tooltips */

.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333;
}

.has-tip:hover,
.has-tip:focus {
  border-bottom: dotted 1px #041a3a;
  color: #0a3a81;
}

.has-tip.tip-left,
.has-tip.tip-right {
  float: none !important;
}

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333;
}

.tooltip > .nub {
  display: block;
  left: 5px;
  position: absolute;
  width: 0;
  height: 0;
  border: solid 5px;
  border-color: transparent transparent #333333 transparent;
  top: -10px;
}

.tooltip.radius {
  border-radius: 5px;
}

.tooltip.round {
  border-radius: 1000px;
}

.tooltip.round > .nub {
  left: 2rem;
}

.tooltip.opened {
  color: #0a3a81 !important;
  border-bottom: dotted 1px #041a3a !important;
}

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

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }

  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px;
  }

  .tooltip.tip-left,
  .tooltip.tip-right {
    float: none !important;
  }

  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px;
  }

  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px;
  }
}

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

/* Wrapped around .top-bar to contain to grid width */

.contain-to-grid {
  width: 100%;
  background: #0a3a81;
}

.contain-to-grid .top-bar {
  margin-bottom: 0;
}

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

.fixed.expanded:not(.top-bar) {
  overflow-y: auto;
  height: auto;
  width: 100%;
  max-height: 100%;
}

.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}

.fixed.expanded:not(.top-bar) .top-bar-section {
  z-index: 98;
  margin-top: 45px;
}

.top-bar {
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #0a3a81;
  margin-bottom: 0;
}

.top-bar ul {
  margin-bottom: 0;
  list-style: none;
}

.top-bar .row {
  max-width: none;
}

.top-bar form,
.top-bar input {
  margin-bottom: 0;
}

.top-bar input {
  height: auto;
  padding-top: .35rem;
  padding-bottom: .35rem;
  font-size: 0.75rem;
}

.top-bar .button {
  padding-top: .45rem;
  padding-bottom: .35rem;
  margin-bottom: 0;
  font-size: 0.75rem;
}

.top-bar .title-area {
  position: relative;
  margin: 0;
}

.top-bar .name {
  height: 45px;
  margin: 0;
  font-size: 16px;
}

.top-bar .name h1 {
  line-height: 45px;
  font-size: 1.0625rem;
  margin: 0;
}

.top-bar .name h1 a {
  font-weight: normal;
  color: white;
  width: 50%;
  display: block;
  padding: 0 15px;
}

.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}

.top-bar .toggle-topbar a {
  color: white;
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
  display: block;
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
}

.top-bar .toggle-topbar.menu-icon {
  right: 15px;
  top: 50%;
  margin-top: -16px;
  padding-left: 40px;
}

.top-bar .toggle-topbar.menu-icon a {
  height: 34px;
  line-height: 33px;
  padding: 0;
  padding-right: 25px;
  color: white;
  position: relative;
}

.top-bar .toggle-topbar.menu-icon a::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 16px;
  top: 0;
  height: 0;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

.top-bar.expanded {
  height: auto;
  background: transparent;
}

.top-bar.expanded .title-area {
  background: #0a3a81;
}

.top-bar.expanded .toggle-topbar a {
  color: #888888;
}

.top-bar.expanded .toggle-topbar a span {
  box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}

.top-bar-section ul {
  width: 100%;
  height: auto;
  display: block;
  background: #333333;
  font-size: 16px;
  margin: 0;
}

.top-bar-section .divider,
.top-bar-section [role="separator"] {
  border-top: solid 1px #051d41;
  clear: both;
  height: 1px;
  width: 100%;
}

.top-bar-section ul li > a {
  display: block;
  width: 100%;
  color: white;
  padding: 12px 0 12px 0;
  padding-left: 15px;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  font-weight: normal;
  background: #333333;
}

.top-bar-section ul li > a.button {
  background: #0a3a81;
  font-size: 0.8125rem;
  padding-right: 15px;
  padding-left: 15px;
}

.top-bar-section ul li > a.button:hover {
  background: #072a5e;
}

.top-bar-section ul li > a.button.secondary {
  background: #d1cdc9;
}

.top-bar-section ul li > a.button.secondary:hover {
  background: #bcb6b1;
}

.top-bar-section ul li > a.button.success {
  background: #53e068;
}

.top-bar-section ul li > a.button.success:hover {
  background: #25cd3e;
}

.top-bar-section ul li > a.button.alert {
  background: #f15a24;
}

.top-bar-section ul li > a.button.alert:hover {
  background: #d5420e;
}

.top-bar-section ul li:hover > a {
  background: #272727;
  color: white;
}

.top-bar-section ul li.active > a {
  background: #0a3a81;
  color: white;
}

.top-bar-section ul li.active > a:hover {
  background: #09326f;
  color: white;
}

.top-bar-section .has-form {
  padding: 15px;
}

.top-bar-section .has-dropdown {
  position: relative;
}

.top-bar-section .has-dropdown > a:after {
  margin-right: 15px;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}

.top-bar-section .has-dropdown.moved {
  position: static;
}

.top-bar-section .has-dropdown.moved > .dropdown {
  display: block;
}

.top-bar-section .dropdown {
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  z-index: 99;
}

.top-bar-section .dropdown li {
  width: 100%;
  height: auto;
}

.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 15px;
}

.top-bar-section .dropdown li a.parent-link {
  font-weight: normal;
}

.top-bar-section .dropdown li.title h5 {
  margin-bottom: 0;
}

.top-bar-section .dropdown li.title h5 a {
  color: white;
  line-height: 22.5px;
  display: block;
}

.top-bar-section .dropdown li.has-form {
  padding: 8px 15px;
}

.top-bar-section .dropdown li .button {
  top: auto;
}

.top-bar-section .dropdown label {
  padding: 8px 15px 2px;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #777777;
  font-weight: bold;
  font-size: 0.625rem;
}

.js-generated {
  display: block;
}

@media only screen and (min-width: 936px) {
  .top-bar {
    background: #0a3a81;
    *zoom: 1;
    overflow: visible;
  }

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

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

  .top-bar .toggle-topbar {
    display: none;
  }

  .top-bar .title-area {
    float: left;
  }

  .top-bar .name h1 a {
    width: auto;
  }

  .top-bar input,
  .top-bar .button {
    font-size: 0.875rem;
    position: relative;
    top: 7px;
  }

  .top-bar.expanded {
    background: #0a3a81;
  }

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

  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }

  .top-bar-section ul {
    width: auto;
    height: auto !important;
    display: inline;
  }

  .top-bar-section ul li {
    float: left;
  }

  .top-bar-section ul li .js-generated {
    display: none;
  }

  .top-bar-section li.hover > a:not(.button) {
    background: #272727;
    color: white;
  }

  .top-bar-section li:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    background: #0a3a81;
  }

  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background: #272727;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button) {
    padding: 0 15px;
    line-height: 45px;
    color: white;
    background: #0a3a81;
    border-bottom: 3px solid #faaf3b;
  }

  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #09326f;
  }

  .top-bar-section .has-dropdown.moved {
    position: relative;
  }

  .top-bar-section .has-dropdown.moved > .dropdown {
    display: none;
  }

  .top-bar-section .has-dropdown.hover > .dropdown,
  .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    display: block;
  }

  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "\00bb";
    top: 1rem;
    margin-top: -2px;
    right: 5px;
    line-height: 1.2;
  }

  .top-bar-section .dropdown {
    left: 0;
    top: auto;
    background: transparent;
    min-width: 100%;
  }

  .top-bar-section .dropdown li a {
    color: white;
    line-height: 1;
    white-space: nowrap;
    padding: 12px 15px;
    background: #333333;
  }

  .top-bar-section .dropdown li label {
    white-space: nowrap;
    background: #333333;
  }

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

  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role="separator"] {
    border-bottom: none;
    border-top: none;
    border-right: solid 1px #0d4eae;
    clear: none;
    height: 45px;
    width: 0;
  }

  .top-bar-section .has-form {
    background: #0a3a81;
    padding: 0 15px;
    height: 45px;
  }

  .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: #272727;
    color: white;
  }

  .no-js .top-bar-section ul li:active > a {
    background: #0a3a81;
    color: white;
  }

  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    display: block;
  }
}

.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.063em) 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.063em) {
  .medium-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

/* Typography resets */

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

/* Default Link Styles */

a {
  color: #0a3a81;
  text-decoration: none;
  line-height: inherit;
}

a:hover,
a:focus {
  color: #09326f;
}

a img {
  border: none;
}

/* Default paragraph styles */

p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}

p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 2.125rem;
}

h2 {
  font-size: 1.6875rem;
}

h3 {
  font-size: 1.375rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

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

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

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

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

/* Lists */

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

ul {
  margin-left: 1.1rem;
}

ul.no-bullet {
  margin-left: 0;
}

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

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

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

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

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

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

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

/* Ordered Lists */

ol {
  margin-left: 1.4rem;
}

ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */

dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* 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.063em) {
  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;
  }
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/

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

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

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

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

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

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

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

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

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

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

@page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

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

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

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

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

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

.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.063em) 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.063em) {
  .medium-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

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

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

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

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

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

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

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

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.off-canvas-wrap.move-right,
.off-canvas-wrap.move-left {
  height: 100%;
}

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
}

.inner-wrap:before,
.inner-wrap:after {
  content: " ";
  display: table;
}

.inner-wrap:after {
  clear: both;
}

nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}

nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4,
nav.tab-bar h5,
nav.tab-bar h6 {
  color: white;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}

nav.tab-bar h1,
nav.tab-bar h2,
nav.tab-bar h3,
nav.tab-bar h4 {
  font-size: 1.125rem;
}

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

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

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

@media only screen and (min-width: 40.063em) {
  section.tab-bar-section {
    text-align: left;
  }
}

section.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}

section.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}

section.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative;
}

a.menu-icon span {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0;
  left: 0.8125rem;
  top: 0.3125rem;
  box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
}

a.menu-icon:hover span {
  box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}

.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.off-canvas-list li label {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}

ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  .move-right a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0);
}

.move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 40.063em) {
  .move-left a.exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
}

.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(250px, 0);
  transform: translate(250px, 0);
}

.no-csstransforms .left-off-canvas-menu {
  left: -250px;
}

.no-csstransforms .right-off-canvas-menu {
  right: -250px;
}

.no-csstransforms .move-left > .inner-wrap {
  right: 250px;
}

.no-csstransforms .move-right > .inner-wrap {
  left: 250px;
}

/* Foundation Visibility HTML Classes */

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

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

/* Specific visibility for tables */

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

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

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

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

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

/* Medium Displays: 641px and up */

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

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

  /* Specific visibility for tables */

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

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

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

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

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

/* Large Displays: 1024px and up */

@media only screen and (min-width: 64.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */

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

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

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

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

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

/* X-Large Displays: 1441 and up */

@media only screen and (min-width: 90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */

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

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

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

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

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

/* XX-Large Displays: 1920 and up */

@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */

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

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

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

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

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

/* Orientation targeting */

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

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

/* Specific visibility for tables */

table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}

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

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

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

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

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }

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

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

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

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

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

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

  /* Specific visibility for tables */

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }

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

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

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

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

/* Touch-enabled device targeting */

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

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

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

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

/* Specific visibility for tables */

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

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

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

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

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

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

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

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

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

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

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

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

.textpage-wrapper {
  margin-top: 2.7rem;
  margin-bottom: 1.8rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .textpage-wrapper {
    margin: 4.5rem 0;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .textpage-wrapper {
    margin: 4.5rem 0;
  }
}

.textpage-wrapper > section {
  margin-bottom: 1.8rem;
}

.textpage-wrapper .panel.emphasise {
  background: none;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 700;
  margin-top: 1.8rem;
}

.textpage-wrapper hr {
  margin: 2rem 0 2rem;
}

.standard-rounded {
  border-radius: 5px;
}

.map {
  height: 500px;
}

.map-rounded {
  border-radius: 5px;
}

.map--footer-col {
  padding: 0;
}

@media only screen and (min-width: 64.063em) {
  .map--footer-col {
    padding-left: 0.9375rem;
  }
}

.personal-details {
  margin-top: 2.7rem;
  margin-bottom: 1.8rem;
}

.textpage-wrapper__jobs--item {
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}

.textpage-wrapper__jobs--item h4 {
  margin: 0;
}

.textpage-wrapper__jobs--item p {
  margin-top: 0.36rem;
}

.subheading-highlight {
  font-size: 1.1rem;
  line-height: 1.4em;
  font-weight: bold;
  color: #0a3a81;
  margin: .7em 0;
  display: block;
}

.pad-top-10px {
  padding-top: 10px;
}

@media only screen and (max-width: 40em) {
  .columns .small-none {
    display: inline-block;
    width: auto;
  }
}

.roomsearch-header {
  position: relative;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center;
}

.roomsearch-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.lt-ie9 .roomsearch-header:before {
  background-color: transparent;
}

.lt-ie9 .roomsearch-header:before {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
  zoom: 1;
}

.roomsearch-header .roomsearch-header__title {
  z-index: 100;
  position: relative;
  margin: 0 0 1.8rem;
  color: #fff;
  line-height: 1.5;
  text-shadow: 1px 1px 2px #1F1F1F;
  margin: 1em auto 0.5em;
  width: 85%;
  color: white;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
}

@media only screen and (min-width: 40.063em) {
  .roomsearch-header .roomsearch-header__title {
    font-size: 50px;
  }
}

.roomsearch-header .roomsearch-header__para p {
  z-index: 100;
  position: relative;
  font-size: 0.9em;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px #1F1F1F;
  margin: 1em auto 1em;
  font-weight: 300;
  z-index: 100;
  width: 70%;
}

@media only screen and (min-width: 40.063em) {
  .roomsearch-header .roomsearch-header__para p {
    font-size: 1.2em;
  }
}

.pageheader-visual {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0a3a81;
  position: relative;
  top: -1px;
  min-height: 300px;
  padding: 3em 0 2.5em;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .pageheader-visual {
    padding: 6em 0 5em;
    min-height: 400px;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .pageheader-visual {
    padding: 6em 0 5em;
    min-height: 400px;
  }
}

@media only screen and (min-width: 64.063em) {
  .pageheader-visual {
    min-height: 400px;
    background-position: center 35%;
  }
}

.pageheader-visual .pageheader-visual__focalblock {
  min-height: 225px;
}

.pageheader-visual .pageheader-visual__focalblock p {
  margin: 0;
  color: rgba(0, 0, 0, 0.8);
  padding: 3rem;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  font-size: 1rem;
}

.lt-ie9 .pageheader-visual .pageheader-visual__focalblock p {
  background-color: transparent;
}

.lt-ie9 .pageheader-visual .pageheader-visual__focalblock p {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF');
  zoom: 1;
}

@media only screen and (min-width: 40.043em) {
  .pageheader-visual .pageheader-visual__focalblock p {
    font-size: 1.25rem;
  }
}

.pageheader-visual.pageheader-visual--aboutUsPage {
  min-height: 176px;
}

.pageheader-visual__content-container {
  /* Special offers landing page */
  background-color: #fff;
  border-radius: 3px;
  padding: 30px 20px;
  min-height: 220px;
}

@media screen and (min-width: 40.043em) {
  .pageheader-visual__content-container {
    min-height: 280px;
  }
}

@media screen and (min-width: 64.063em) {
  .pageheader-visual__content-container {
    min-height: 220px;
  }
}

.pageheader-visual__content-container .heading {
  font-size: 2rem;
  font-weight: 200;
  color: #6f6f6f;
}

.pageheader-visual__content-container .subheading {
  color: #6f6f6f;
}

.pageheader-visual__content-container .subheading p {
  font-size: 1.1rem;
  line-height: 1.4em;
}

@media only screen and (min-width: 40.043em) {
  .sub-nav {
    margin-left: 0;
  }
}

.sub-nav dd {
  margin-left: 0;
}

.sub-nav dd a {
  color: rgba(0, 0, 0, 0.7);
}

.sub-nav dd a:hover {
  color: #f6921e;
}

.sub-nav .active a {
  background: none !important;
  color: #ff6d00 !important;
  border: 1px solid #ff6d00;
}

.js .fire-clearing {
  cursor: pointer;
}

.clearing-thumbs {
  margin-top: 0;
  text-align: center;
}

.clearing-thumbs li {
  margin-right: 0;
  max-width: 100%;
  float: none;
  display: inline-block;
}

.lt-ie9 .clearing-thumbs li {
  margin-left: -5px;
}

.lt-ie9 .clearing-thumbs li:first-child {
  margin-left: 0px;
}

.clearing-thumbs li a {
  margin-left: 1px;
}

.clearing-blackout .clearing-thumbs li a {
  margin-left: 0px;
}

.clearing-thumbs li a:hover {
  position: relative;
}

.clearing-thumbs li:first-child a {
  margin-left: 0;
}

.clearing-thumbs a,
.clearing-thumbs img {
  border-radius: 3px;
}

.clearing-thumbs a {
  margin-bottom: 0.6rem;
}

.clearing-thumbs.triggered li:first-child {
  display: none;
}

.js__booking-itemwrapper .clearing-thumbs li {
  display: none;
}

.js__booking-itemwrapper .clearing-thumbs li.clearing-featured-img {
  display: block;
}

.clearing-assembled .clearing-container .carousel > ul {
  width: auto !important;
  left: 0px !important;
  margin-left: 20px;
  margin-right: 20px;
}

.clearing-assembled .clearing-container .carousel > ul ::after {
  content: " ";
  display: block;
  clear: both;
}

.clearing-assembled .clearing-container .visible-img {
  max-height: 75% !important;
}

.carousel > ul {
  font-size: 0;
}

.clearing-assembled .clearing-container .carousel > ul .fix-height a {
  height: 78px;
  line-height: 78px;
  overflow: hidden;
  border-radius: 3px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 120px;
}

.clearing-assembled .clearing-container .carousel > ul .fix-height a img {
  height: auto !important;
  vertical-align: middle;
}

.accordion {
  margin-top: 1.8rem;
}

@media only screen and (min-width: 64.043em) {
  .accordion {
    margin-top: 0;
  }
}

.accordion dd {
  overflow: auto;
  margin-bottom: 10px !important;
  padding: 12px 20px;
  border: 1px solid #d1cdc9;
  border-radius: 3px;
}

.accordion dd > a {
  background: url(../images/list-arrow.svg) right center no-repeat;
  padding: 0 10px 0 0;
  font-size: 1.25rem;
}

.accordion dd > a:hover {
  background: url(../images/list-arrow.svg) right center no-repeat;
}

.accordion dd:hover {
  border-color: #faaf3b;
}

.accordion dd.active {
  border-color: #adbacc;
}

.accordion dd.active > a {
  margin-bottom: 0.9rem;
  padding-bottom: 10px;
  background: url(../images/list-arrow-active.svg) right 40% no-repeat;
  border-bottom: 1px dotted #d1cdc9;
}

.accordion dd ul {
  margin-top: 0;
  margin-right: 0;
}

.accordion dd li {
  margin-top: 0.6rem;
  line-height: 1.4;
}

.accordion dd li:first-of-type {
  margin-top: 0;
}

.accordion dd .content {
  padding-left: 0;
  padding-bottom: 0.9rem;
}

.accordion dd .content p {
  color: #555;
}

.accordion dd .content p strong {
  color: #333;
}

.accordion dd .content p:last-of-type {
  margin-bottom: 0;
}

.accordion dd .content li {
  margin-left: .5rem;
}

.accordion dd .content iframe {
  margin-top: 1.8rem;
}

.accordion dd.feature--wifi_available {
  margin: 2.5em 0 !important;
  overflow: visible;
}

.accordion dd.feature--wifi_available span {
  display: block;
  position: relative;
}

.accordion dd.feature--wifi_available span i {
  font-size: 1.25rem;
  font-weight: bold;
  font-style: normal;
  width: 68%;
  display: block;
}

.accordion dd.feature--wifi_available span .icon--wifi_available {
  top: -45px;
  right: -10px;
  position: absolute;
  z-index: 1;
}

.tabs {
  border-bottom: 1px solid #0a3a81;
}

.tabs dd {
  padding-right: 5px;
  top: 0;
}

.tabs dd.active a {
  color: #fff;
}

.tabs dd a {
  font-weight: normal;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.icon--wifi_available {
  display: block;
  width: 120px;
  height: 120px;
  background: no-repeat;
  overflow: hidden;
  text-indent: -1000px;
}

.margin-big-bottom {
  margin-bottom: 2em;
}

@media only screen and (min-width: 64.063em) {
  .no-padding-left {
    padding-left: 0 !important;
  }
}

.side-panel {
  margin-top: 3rem;
  padding: 1.5rem;
  background: #f7f7f7;
  border-radius: 4px;
}

@media only screen and (min-width: 40.043em) {
  .side-panel {
    margin-top: 0;
  }
}

.side-panel h3 {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  color: #222;
  border-top: 1px dotted #ddd;
}

.side-panel h3:first-of-type {
  margin-top: 0;
  padding-top: 0;
  border: none;
}

.side-panel p,
.side-panel li {
  color: #444;
}

.side-panel p:last-of-type {
  margin: 0;
}

.side-panel ul {
  margin: 0.9rem 0 0;
  list-style: none;
}

.reveal-modal {
  z-index: 999;
  border: none;
  box-shadow: 0 0 10px 0 rgba(10, 58, 129, 0.4);
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .reveal-modal.tiny {
    width: 70%;
    margin-left: -35%;
  }
}

.reveal-modal-bg {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 998;
}

.lt-ie9 .reveal-modal-bg {
  background-color: transparent;
}

.lt-ie9 .reveal-modal-bg {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73000000', endColorstr='#73000000');
  zoom: 1;
}

.panel-hint {
  border-style: solid;
  border-width: 1px;
  border-color: #dcd5cb;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f1eeea;
}

.panel-hint > :first-child {
  margin-top: 0;
}

.panel-hint > :last-child {
  margin-bottom: 0;
}

.panel-hint h1,
.panel-hint h2,
.panel-hint h3,
.panel-hint h4,
.panel-hint h5,
.panel-hint h6,
.panel-hint p {
  color: #333333;
}

.panel-hint h1,
.panel-hint h2,
.panel-hint h3,
.panel-hint h4,
.panel-hint h5,
.panel-hint h6 {
  line-height: 1;
  margin-bottom: 0.625rem;
}

.panel-hint h1.subheader,
.panel-hint h2.subheader,
.panel-hint h3.subheader,
.panel-hint h4.subheader,
.panel-hint h5.subheader,
.panel-hint h6.subheader {
  line-height: 1.4;
}

.panel-hint small {
  font-size: 85%;
}

.panel-hint .button.energy {
  margin: 10px 0;
}

.panel-hint .spinner-wrapper {
  height: 100px;
}

#loginModal p small {
  font-size: 70%;
}

#loginModal .link-forgotten a {
  display: block;
  margin-bottom: 1em;
}

@media only screen and (min-width: 40.063em) {
  #loginModal .link-signup {
    text-align: right;
  }
}

#bookingCancellationModal h2 {
  font-size: 1.9em;
}

@media only screen and (max-width: 40em) {
  .button.login-button {
    width: 100%;
    margin-bottom: 1em;
  }

  .login-link {
    text-align: center;
    float: none !important;
  }
}

.back-to-top {
  display: inline-block;
  margin: 1em 0.9em;
}

.screen-reader {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
}

.input__requir-desc {
  text-transform: none;
}

#localeModal .button {
  margin-bottom: 1.8rem;
}

#localeModal .nav--locale {
  list-style: none;
  margin-left: 0;
}

#localeModal .nav--locale .nav__item {
  display: inline-block;
  margin-right: 6px;
}

#localeModal .nav--locale .nav__item:not(:last-of-type):after {
  content: "•";
  padding-left: 6px;
}

@media screen and (min-width: 40.063em) and (max-width: 67.5em) {
  #localeModal {
    width: 50% !important;
    margin-left: 25% !important;
    margin-right: 25% !important;
    left: auto;
  }
}

@media screen and (min-width: 67.5em) and (max-width: 87.5em) {
  #localeModal {
    width: 40% !important;
    margin-left: 30% !important;
    margin-right: 30% !important;
    left: auto;
  }
}

.panel--job {
  background-color: #f7fafd;
  color: #222222;
  font-weight: 400;
}

.panel--job .job-title {
  color: #faaf3b;
}

.panel--job ul {
  margin-left: 0;
  list-style-type: none;
}

.panel--job:hover {
  background-color: #fdfbf7;
}

.panel--job:hover .job-title {
  color: #f6921e;
}

noscript .wrapper,
.chromeframe .wrapper,
.errorbar .wrapper {
  background: #000;
}

noscript p,
.chromeframe p,
.errorbar p {
  margin: 0;
  padding: .75em 1em;
  color: #fff;
  font-size: .9em;
  text-align: center;
}

@media screen and (min-width: 40.063em) {
  noscript p span,
  .chromeframe p span,
  .errorbar p span {
    white-space: nowrap;
  }
}

.header-main {
  background: #0a3a81;
  position: relative;
}

.header-main a {
  color: white;
}

.header-main .top-bar-section ul {
  background: none;
}

.header-main .top-bar-section .has-dropdown > a:after {
  border: none;
}

.header-main .top-bar .top-bar__logo,
.header-main .top-bar .top-bar__logo:hover {
  border: none;
}

.header-main .top-bar .right a {
  color: #faaf3b;
}

@media screen and (min-width: 40.063em) {
  .header-main .top-bar .right a.top-bar__phone:not(.button) {
    padding: 10px 18px 5px 36px;
    color: #fff;
    font-size: 1.25rem;
    border-bottom: none;
  }

  .header-main .top-bar .right a.top-bar__phone:not(.button):hover {
    color: #faaf3b;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 62.1875em) {
  .header-main .top-bar .right a.top-bar__phone:not(.button) {
    padding-left: 15px;
  }
}

.header-main .top-bar a {
  background: #0a3a81;
  font-size: 1rem;
  border-bottom: 3px solid rgba(250, 175, 59, 0);
}

.header-main .top-bar a:hover .no-touch .header-main .top-bar a,
.header-main .top-bar a:active {
  background: #0a3a81;
  border-bottom: 3px solid #faaf3b;
}

.header-main .top-bar .has-dropdown.not-click > a:hover {
  border-bottom: 3px solid #d1cdc9;
}

.header-main .top-bar .top-bar-section .dropdown {
  z-index: 997;
}

.header-main .top-bar .top-bar-section li a:hover {
  background: #0a3a81;
}

.lt-ie9 .header-main .top-bar .top-bar-section li a:hover {
  background: #0a3a81;
}

.header-main .top-bar .top-bar-section ul li:hover > a {
  background-color: transparent;
}

@media screen and (min-width: 40.063em) {
  .header-main .top-bar .top-bar-section ul li:hover > a {
    background-color: #0a3a81;
  }
}

.header-main .top-bar .nav--locale {
  float: right;
}

.header-main .top-bar .nav--locale li a {
  font-size: 0.8rem;
  color: #faaf3b;
}

@media only screen and (max-width: 935px) {
  .header-main .top-bar .has-dropdown .user-account-nav__primary-button {
    margin-left: 0px;
  }

  .header-main .top-bar .has-dropdown .user-account-nav__primary-button::after {
    content: "\f105";
    font-family: 'fontAwesome';
    position: static;
    margin: 0 0 0 10px;
  }

  .header-main .top-bar .dropdown .back a::before {
    content: "\f104";
    font-family: 'fontAwesome';
    position: static;
    margin: 0 10px 0 0;
  }
}

@media only screen and (min-width: 40.063em) {
  .header-main .top-bar .top-bar-section li a.top-bar__logo:not(.button),
  .header-main .top-bar .top-bar-section li span.top-bar__logo:not(.button) {
    padding: 18px 20px;
    width: 84px;
    line-height: 1;
    background: #fff;
  }

  .header-main .top-bar .top-bar-section li a.top-bar__logo:not(.button):hover,
  .header-main .top-bar .top-bar-section li span.top-bar__logo:not(.button):hover {
    background: #fff !important;
  }

  .header-main .top-bar .top-bar-section li a:not(.button),
  .header-main .top-bar .top-bar-section li span:not(.button) {
    padding: 10px 15px 5px 15px;
    line-height: 54px;
  }

  .header-main .top-bar .top-bar-section li span.top-bar__logo {
    display: block;
  }

  .header-main .top-bar .top-bar-section .main-nav li {
    height: 84px;
  }

  .header-main .top-bar .top-bar-section .main-nav li a {
    top: 52px;
    height: 32px;
    position: relative;
    line-height: 0;
  }

  .header-main .top-bar .top-bar-section .main-nav .hide-when-mobilenav a {
    height: 84px;
    position: static;
  }

  .header-main .top-bar .left li:nth-of-type(2) {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 937px) {
  .header-main .top-bar {
    margin-right: 10px;
  }
}

@media screen and (max-width: 62.1875em) {
  .header-main .top-bar .top-bar-section li a:not(.button) {
    padding: 10px 8px 5px;
  }
}

.header-main .top-bar .user-account-nav {
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.header-main .top-bar .user-account-nav .user-account-nav__text {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  display: block;
  color: white;
  text-align: center;
}

@media only screen and (min-width: 936px) {
  .header-main .top-bar .user-account-nav {
    position: absolute;
    right: 0;
    border: 0;
  }

  .header-main .top-bar .user-account-nav ul {
    display: inline-block;
    line-height: 0;
  }

  .header-main .top-bar .user-account-nav ul > li {
    float: left;
  }

  .header-main .top-bar .user-account-nav ul > li a {
    line-height: 14px !important;
  }

  .header-main .top-bar .user-account-nav ul.dropdown {
    display: none;
  }

  .header-main .top-bar .user-account-nav .user-account-nav__text,
  .header-main .top-bar .user-account-nav a {
    color: white;
    font-size: 14px;
  }

  .header-main .top-bar .user-account-nav .user-account-nav__text {
    display: block;
    position: absolute;
    top: 0;
    left: -95px;
    height: 32px;
    line-height: 32px;
    margin-right: 18px;
    border: 0;
    background-color: transparent;
  }

  .header-main .top-bar .user-account-nav .user-account-nav__primary-button {
    background: linear-gradient(to bottom, #faaf3b 0%, #f6921e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faaf3b', endColorstr='#f6921e',GradientType=0 );
    border: 1px solid #f6921e;
    border-radius: 0 0 5px 5px;
    font-weight: 700;
    padding-top: 8px !important;
  }

  .header-main .top-bar .user-account-nav .user-account-nav__primary-button.logged-in {
    min-width: 139px;
  }

  .header-main .top-bar .user-account-nav .user-account-nav__primary-button:hover {
    background: linear-gradient(to bottom, #f6921e 0%, #ff6d00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6921e', endColorstr='#ff6d00',GradientType=0 );
    border: 1px solid #ff6d00 !important;
    text-decoration: none !important;
  }

  .header-main .top-bar .user-account-nav .fa {
    display: none;
  }

  .header-main .top-bar .user-account-nav li a.top-bar__phone:not(.button) {
    padding: 10px 18px 5px 36px;
    color: #fff;
    font-size: 1.25rem;
    border-bottom: none;
  }

  .header-main .top-bar .user-account-nav li a.top-bar__phone:not(.button):hover {
    color: #faaf3b;
  }

  .header-main .top-bar .user-account-nav li a:not(.button) {
    padding: 8px 15px 5px;
  }

  .header-main .top-bar .user-account-nav li a:not(.button):hover {
    text-decoration: underline;
  }
}

@media only screen and (min-width: 936px) and (max-width: 62.1875em) {
  .header-main .top-bar .user-account-nav li a.top-bar__phone:not(.button) {
    padding-left: 8px;
    padding-left: 8px;
  }
}

@media only screen and (min-width: 936px) and (max-width: 62.1875em) {
  .header-main .top-bar .user-account-nav li a:not(.button) {
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media screen and (max-width: 935px) {
  .hide-when-mobilenav {
    display: none;
  }
}

.title-area {
  line-height: 60px;
  height: 59px;
}

.top-bar {
  height: 59px;
}

.top-bar li {
  text-align: center;
}

@media only screen and (min-width: 936px) {
  .header-main__title-area {
    display: none;
  }
}

.header-main__title-area li {
  float: left;
}

.header-main__title-area .title-area__logo a {
  line-height: 1;
  padding: 12px;
  width: 59px;
  background-color: #fff !important;
  display: block;
}

.header-main__title-area .title-area__logo a:hover {
  background-color: #fff;
}

.header-main__title-area .title-area__phone {
  margin-left: 1em;
}

.header-main__title-area .title-area__phone a {
  padding: 0.5em 1.25em;
  border: 1px solid #fff;
  border-radius: 3px;
  display: inline-block;
  line-height: 24px;
}

.header-main__title-area .title-area__phone a:hover {
  border: 1px solid #faaf3b;
  color: #fff;
}

.header-main__title-area .toggle-topbar.menu-icon {
  right: 0;
  margin-top: 0;
  top: 0%;
}

.header-main__title-area .toggle-topbar.menu-icon a {
  display: inline-block;
}

.header-main__title-area .toggle-topbar.menu-icon a:hover {
  border-bottom: none;
  color: #faaf3b;
}

.top-bar.expanded .toggle-topbar a {
  color: #faaf3b;
}

textarea#request {
  height: 100px;
}

.booking-includes-extras {
  display: none;
}

.alert-box {
  margin-top: 0.9rem;
}

.footer-main {
  background: #0a3a81;
}

@media only screen and (max-width: 64em) {
  .footer-main {
    text-align: center;
  }
}

.footer-main a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.footer-main a:hover {
  color: #faaf3b;
}

.footer-main .footer-main__logo {
  margin-top: 4em;
  text-align: left;
}

.footer-main .footer-main__hr {
  border-top: 1px solid #0c4599;
  border-bottom: 1px solid #072b60;
  height: 0px;
  margin: 2em 0;
}

.footer-main .footer-main__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.8em;
  font-weight: 100;
  text-align: left;
}

.footer-main .footer-main__list .footer-main__link a {
  padding: 0.4em 0;
  display: block;
}

.footer-main .footer-main__button {
  font-size: 0.8em;
  padding: 1em 2em;
  margin-top: 6em;
}

@media only screen and (min-width: 40.063em) {
  .footer-main .footer-main__button {
    font-size: 1em;
    margin-top: 4.5em;
  }
}

.footer-main .footer-main__button:hover {
  color: white;
}

.footer-main .footer-main__terms {
  color: white;
  font-size: 0.7em;
  margin-top: 2em;
}

.footer-main .footer-main__social {
  font-size: 1.8em;
}

.footer-main img {
  margin-top: 0.4rem;
}

.footer-main nav {
  margin-top: 0.9rem;
}

@media only screen and (max-width: 64em) {
  .footer-main nav {
    margin-top: 0.25714rem;
  }
}

@media only screen and (max-width: 40.063em) {
  .footer-main nav {
    padding-top: 1.8rem;
    border-top: 2px solid rgba(0, 0, 0, 0.2);
  }
}

.footer-main .app-store-badge {
  position: relative;
  top: -6px;
}

.footer-main .footer-main__social {
  margin-top: 0.9rem;
}

.footer-main__terms-row {
  background: #09316e;
  text-align: left;
}

.booking-details__container fieldset {
  margin-top: 0;
}

.terms .package-not-selected {
  display: none;
}

.terms label {
  margin-bottom: 0;
}

.terms input {
  margin-bottom: 0;
}

.terms .error input,
.terms .mailgun-error input {
  margin-bottom: 0;
}

.terms .error small.error {
  margin: 10px 0 0 0;
}

#promotion-terms .input-wrapper {
  display: none;
}

.error input {
  color: #222222;
}

.hotels-heading,
.morton .hotel-heading {
  font-size: 2em;
}

@media only screen and (min-width: 40.063em) {
  .hotels-heading,
  .morton .hotel-heading {
    font-size: 2.75rem;
  }
}

#ajax-loading .failed,
#ajax-loading .aborted {
  display: none;
}

#ajax-loading h1.loading-header {
  margin-bottom: 0;
}

.booking-summary .package-group-description {
  font-size: .8em;
  margin-top: -.8em;
}

.booking-summary .multiple-package {
  padding-bottom: 10px;
}

.booking-summary .multiple-package .price-per {
  font-size: 0.65em;
}

.booking-summary .multiple-package .qty {
  height: 1em;
  max-width: 100px;
  float: left;
}

.booking-summary .multiple-package .qty a {
  top: 0px;
}

.booking-summary .multiple-package .qty input {
  height: 1.7em;
  line-height: 1.7em;
  top: -4px;
}

.has-tip.info-tip {
  border-bottom: 0;
}

.has-tip.info-tip:hover {
  border-bottom: 0;
}

.tooltip.tip-top {
  background-color: #fff;
  color: #222222;
  font-size: 1rem;
  line-height: 1.2em;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 10px;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.2);
  padding: 20px;
}

.tooltip.tip-top > .nub {
  border-color: #fff transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
}

.booking-pages .bookingRoom .room-package .package-wrapper label {
  position: relative;
}

.booking-pages .bookingRoom .room-package .package-wrapper .dropdown-tooltip {
  position: static !important;
}

@media only screen and (min-width: 40.063em) {
  .booking-pages .bookingRoom .room-package .package-wrapper .dropdown-tooltip {
    position: absolute !important;
  }
}

.room-heading .dropdown-tooltip {
  display: inline-block;
  position: relative;
  z-index: 100;
}

.room-heading .dropdown-tooltip .fa-info {
  font-size: 15px;
  margin-bottom: 3px;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .room-heading .dropdown-tooltip .f-dropdown.content {
    margin-left: -150px;
  }
}

.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF !important;
  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 9px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -18px;
  position: absolute;
  top: auto;
  left: 150px !important;
  right: auto;
  z-index: 89;
}

.f-dropdown.drop-top:after {
  border: inset 10px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -20px;
  position: absolute;
  top: auto;
  left: 149px !important;
  right: auto;
  z-index: 88;
}

.f-dropdown.content {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  padding: 8px;
}

@media only screen and (min-width: 64.063em) {
  .f-dropdown.content {
    margin-left: 132px;
  }
}

.f-dropdown.content:focus {
  outline: none;
}

.f-dropdown.content .image-container {
  height: 100px;
  width: 100px;
  text-align: center;
  overflow: hidden;
}

.f-dropdown.content .image-container img {
  height: 100px;
  position: relative;
}

.f-dropdown.content .content-container {
  width: 180px;
  padding-left: 8px;
  white-space: normal;
}

.f-dropdown.content .content-container .dropdown__heading {
  font-size: 14px;
  color: #222222;
  margin: 0 0 5px;
  white-space: normal;
}

.f-dropdown.content .content-container .dropdown__content {
  font-size: 12px;
  line-height: 14px;
  white-space: normal;
  color: #0a3a81;
}

.f-dropdown.content .content-container .dropdown__content p {
  font-size: 12px;
  line-height: 14px;
  color: #222222;
  margin-bottom: 5px;
  white-space: normal;
}

.f-dropdown.content .content-container .dropdown__terms {
  font-size: 10px;
  line-height: 12px;
  color: #aaa6a2;
}

.f-dropdown.content .content-container .dropdown__terms p {
  font-size: 10px;
  line-height: 12px;
  color: #838a94;
  margin-bottom: 0;
}

.f-dropdown.content .dropdown-close {
  position: abs;
}

.has-tip {
  border-bottom: 0;
}

.postcode {
  white-space: nowrap;
}

.modern-box {
  border-radius: 5px;
  background: #fff;
  padding: 2em 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}

.modern-box :after {
  content: ' ';
  clear: both;
}

.modern-box.modern-box--transparent {
  background: transparent;
}

.imph-header-main {
  background-color: #0a3a81;
  color: white;
  font-weight: 100;
  position: relative;
  z-index: 998;
  /* ========================================================================
     Locale selector 
   ========================================================================== */
  /* ========================================================================
     Primary nav section 
   ========================================================================== */
  /* ========================================================================
     Secondary nav section - above primary in the DOM 
   ========================================================================== */
  /* ========================================================================
     Mobile nav 
   ========================================================================== */
}

.imph-header-main a {
  color: white;
}

.imph-header-main a:hover,
.imph-header-main a:active {
  color: #faaf3b;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main {
    height: 108px;
  }
}

.imph-header-main .logo-container {
  display: block;
  position: relative;
  z-index: 3;
  background-color: #08316d;
  height: 60px;
  width: 60px;
  margin-left: 0.9375rem;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .logo-container {
    height: 108px;
    width: 176px;
    margin: 0 auto;
  }
}

.imph-header-main .logo-container .imph-logo {
  height: 38px;
  margin: 11px 0;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .logo-container .imph-logo {
    display: none;
  }
}

.imph-header-main .logo-container .imph-logo__full {
  display: none;
  height: 46px;
  margin-top: 28px;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .logo-container .imph-logo__full {
    display: inline;
  }
}

.imph-header-main .nav-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .nav-wrapper {
    height: 108px;
  }
}

.imph-header-main .mobile-menu-toggle {
  background-color: transparent;
  font-weight: 100 !important;
  font-size: 14px;
  text-transform: uppercase;
  height: 60px;
  margin: 0;
  padding: 0 1em;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .mobile-menu-toggle {
    display: none;
  }
}

.imph-header-main .mobile-menu-toggle:focus {
  outline: none;
  background-color: transparent;
}

.imph-header-main .mobile-menu-toggle .fa {
  margin-right: 3px;
}

.imph-header-main .has-dropdown {
  height: auto;
}

.imph-header-main .has-dropdown .dropdown {
  display: none;
  position: absolute;
  background-color: #08316d;
  z-index: 10;
  list-style-type: none;
  padding: 0 10px 10px;
  margin: 0 0 0 -15px;
  width: 160px;
}

.imph-header-main .has-dropdown .dropdown .nav__item a {
  display: block;
  padding: 5px;
  font-size: 12px;
  line-height: 1.2em;
}

.imph-header-main .header-main__secondary .secondary-nav.locale-selector .secondary-nav__item {
  height: 60px;
  line-height: 60px;
  font-size: 14px;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .header-main__secondary .secondary-nav.locale-selector .secondary-nav__item {
    font-size: 12px;
    height: 36px;
    line-height: 36px;
  }
}

.imph-header-main .header-main__secondary .secondary-nav.locale-selector .secondary-nav__item:hover,
.imph-header-main .header-main__secondary .secondary-nav.locale-selector .secondary-nav__item:active {
  cursor: pointer;
}

.imph-header-main .header-main__secondary .secondary-nav.locale-selector .locale-name {
  display: none;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .header-main__secondary .secondary-nav.locale-selector .locale-name {
    display: inline-block;
    margin: 0 5px;
  }
}

.imph-header-main .header-main__secondary .secondary-nav.locale-selector .flag-icon {
  margin-right: 5px;
  font-size: 18px;
  line-height: normal;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .header-main__secondary .secondary-nav.locale-selector .flag-icon {
    font-size: 12px;
  }
}

.imph-header-main .header-main__secondary .secondary-nav.locale-selector .fa-angle-down {
  margin-left: 5px;
}

.imph-header-main .header-main__secondary .secondary-nav.locale-selector .has-dropdown .locale-name:hover {
  color: #faaf3b;
}

.imph-header-main .header-main__secondary .secondary-nav.locale-selector .has-dropdown .dropdown.nav--locale {
  margin: 0;
  left: 0;
  width: 100%;
}

.imph-header-main .header-main__secondary .secondary-nav.locale-selector .has-dropdown .dropdown.nav--locale .nav__item a {
  font-size: 14px;
  padding: 10px 15px;
  text-align: center;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .header-main__secondary .secondary-nav.locale-selector .has-dropdown .dropdown.nav--locale {
    margin-left: -15px;
    width: auto;
    min-width: 140px;
    left: auto;
  }

  .imph-header-main .header-main__secondary .secondary-nav.locale-selector .has-dropdown .dropdown.nav--locale .nav__item a {
    font-size: 12px;
    padding: 0.5em 5px;
    text-align: left;
  }
}

.imph-header-main .header-main__primary {
  display: none;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .header-main__primary {
    display: block;
  }
}

.imph-header-main .header-main__primary .columns {
  padding: 0;
}

.imph-header-main .header-main__primary .main-nav {
  margin: 0;
  line-height: 1em;
}

.imph-header-main .header-main__primary .main-nav .spacer {
  display: inline-block;
  width: 174px;
}

.imph-header-main .header-main__primary .main-nav .main-nav__item {
  display: inline-block;
  width: 133px;
  text-align: center;
}

.imph-header-main .header-main__primary .main-nav .main-nav__item a {
  color: white;
  display: table-cell;
  font-size: 12px;
  font-weight: 100;
  height: 70px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: middle;
  width: 133px;
  padding: 0 7px;
}

.imph-header-main .header-main__primary .main-nav .main-nav__item a:hover {
  color: #faaf3b;
}

.imph-header-main .header-main__primary .main-nav .main-nav__item a:active,
.imph-header-main .header-main__primary .main-nav .main-nav__item.active {
  color: #d1cdc9;
}

.imph-header-main .header-main__primary .main-nav .main-nav__item a:active a,
.imph-header-main .header-main__primary .main-nav .main-nav__item.active a {
  border-bottom: 4px solid #faaf3b;
  height: 68px;
}

.imph-header-main .header-main__secondary {
  height: 60px;
  font-weight: 100;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .header-main__secondary {
    background-color: #7b818e;
    height: 36px;
  }
}

.imph-header-main .header-main__secondary .secondary-nav {
  display: inline-block;
  margin: 0 0 0 65px;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .header-main__secondary .secondary-nav {
    margin: 0;
  }
}

.imph-header-main .header-main__secondary .secondary-nav .secondary-nav__item {
  color: white;
  display: inline-block !important;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
  font-size: 12px;
  text-transform: uppercase;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .header-main__secondary .secondary-nav .secondary-nav__item {
    border: 0;
    padding: 0 10px;
  }
}

.imph-header-main .header-main__secondary .secondary-nav .secondary-nav__item > a {
  height: 36px;
  color: white;
  font-weight: 100;
  display: inline-block;
}

.imph-header-main .header-main__secondary .secondary-nav .secondary-nav__item > a:hover {
  color: #faaf3b;
}

.imph-header-main .header-main__secondary .secondary-nav .button {
  border-radius: 0;
  border: 0;
  color: white;
}

.imph-header-main .header-main__secondary .secondary-nav .button a:hover {
  color: white;
}

.imph-header-main .header-main__secondary .dropdown {
  font-size: 12px;
  padding-top: 1em;
}

.imph-header-main .header-main__secondary .dropdown .nav__item a {
  display: block;
  padding: 0.3em 0;
  height: auto;
  color: white;
  font-weight: 100;
}

.imph-header-main .header-main__secondary .dropdown .nav__item a:hover {
  color: #faaf3b;
}

.imph-header-main .header-main__secondary .dropdown--account {
  right: 15px;
  width: 150px;
}

.imph-header-main .header-main__secondary .secondary-nav--left {
  float: left;
}

.imph-header-main .header-main__secondary .secondary-nav--right {
  float: right;
}

.imph-header-main .mobile-nav__container {
  max-width: 100%;
  overflow-x: hidden;
}

.imph-header-main .off-canvas {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background-color: #08316d;
  padding-bottom: 1em;
  display: none;
}

.imph-header-main .mobile-nav {
  display: none;
  position: relative;
  right: 0;
  background-color: #08316d;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 1em;
  transition: right 0.5s ease-in-out;
}

@media only screen and (min-width: 64.063em) {
  .imph-header-main .mobile-nav {
    display: none !important;
  }
}

.imph-header-main .mobile-nav .nav-heading {
  display: block;
  color: white;
  background-color: #0c4599;
  border-bottom: 1px solid;
  border-color: #0e4fb0;
  padding: 1.2em 0 1em;
  text-align: center;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0 0 0.2em;
}

.imph-header-main .mobile-nav hr {
  margin: 0.4em 0;
  border-color: #0e4fb0;
}

.imph-header-main .mobile-nav .nav {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.imph-header-main .mobile-nav .nav .nav__item a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0.6em 0;
}

.imph-header-main .mobile-nav .nav--call-us .nav__item a {
  padding: 0.8em 0;
}

/* ========================================================================
   Locale specific overrides 
 ========================================================================== */

@media only screen and (min-width: 64.063em) {
  body.es .imph-header-main .header-main__secondary .item__faq {
    position: absolute;
    right: 600px;
  }
}

.button {
  margin-bottom: 0;
  border-radius: 5px;
}

.button.energy {
  background: linear-gradient(to bottom, #faaf3b 0%, #f6921e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faaf3b', endColorstr='#f6921e',GradientType=0 );
  border: 1px solid #f6921e;
}

.button.energy:hover {
  background: linear-gradient(to bottom, #f6921e 0%, #ff6d00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6921e', endColorstr='#ff6d00',GradientType=0 );
  border-color: #ff6d00;
}

.button.success {
  background: linear-gradient(to bottom, #53e068 0%, #3cb550 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#53e068', endColorstr='#3cb550',GradientType=0 );
  border: 1px solid #3cb550;
}

.button.success:hover {
  background: linear-gradient(to bottom, #3cb550 0%, #30a040 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cb550', endColorstr='#30a040',GradientType=0 );
  border: 1px solid #30a040;
}

.button.book-now-button {
  background-color: #53BE54;
  fill: #53BE54;
  background: linear-gradient(to bottom, #67df67 0%, #53be54 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67DF67', endColorstr='#53BE54',GradientType=0 );
  border: 1px solid #3cb550;
  white-space: nowrap;
}

.button.book-now-button:hover {
  background: linear-gradient(to bottom, #5ec95e 0%, #46a048 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ec95e', endColorstr='#46a048',GradientType=0 );
  border: 1px solid #30a040;
}

.button.tiny {
  font-size: 1rem;
}

.button.button--yellow {
  background-color: #fefbd9;
  color: #000;
  border: 1px solid #fff5ab;
}

.reveal-modal .button-close-reveal-modal {
  position: relative;
  right: auto;
  top: auto;
  color: #fff;
}

.reveal-modal .button-close-reveal-modal-secondary {
  float: right;
}

textarea {
  overflow: auto;
}

.qty {
  position: relative;
  height: 25px;
  top: -4px;
  display: none;
  /* enabled by js */
}

.qty a {
  display: block;
  width: 25px;
  height: 25px;
  background: #ebebeb;
  color: white;
  line-height: 25px;
  text-align: center;
  position: absolute;
  top: 0px;
  border-radius: 50%;
}

.qty a.qty-plus {
  left: 76px;
}

.qty input {
  text-align: center;
  width: 25px;
  font-size: 0.9em;
  height: 25px;
  padding: 0;
  position: absolute;
  left: 45px;
}

.styled-list {
  list-style-type: none;
}

.styled-list li {
  background: url(../images/list-arrow.svg) left center no-repeat;
  background-size: 7px 13px;
  padding-left: 1.8rem;
  margin-bottom: 0.6rem;
}

.styled-list li:last-of-type {
  margin-bottom: 0;
}

.styled-list > ul {
  margin-bottom: .9rem;
}

.feature-list {
  list-style-type: none;
  font-weight: 700;
  margin-bottom: 1.8rem;
  margin-left: 0;
}

.feature-list li {
  line-height: 0.9;
  clear: both;
  position: relative;
}

.feature-list img {
  width: 30px;
  margin-right: 0.9rem;
  margin-bottom: 0.9rem;
  position: absolute;
}

.feature-list span {
  display: block;
  font-weight: 400;
  margin-left: 2.8rem;
  font-size: 0.8rem;
  margin-top: -0.3rem;
}

.feature-list .feature-list-content {
  font-size: 1rem;
  margin: 0 0 1.2rem 40px;
  padding-top: 3px;
  display: block;
}

.book-tonight dd .feature-list li {
  line-height: 1.6em;
}

.normal-list {
  font-size: 0.875rem;
  text-align: left;
}

.normal-list li {
  line-height: 1.2rem;
  list-style-type: square;
  margin-top: 0.8rem;
}

.special-offer-list ul,
ul.special-offer-list {
  font-size: 1.1em;
  font-weight: 600;
}

.special-offer-list ul li,
ul.special-offer-list li {
  margin-bottom: 0.8em;
}

a {
  color: #f6921e;
  font-weight: bold;
}

a:hover,
a:active {
  color: #ff6d00;
}

h1 {
  font-size: 2rem;
  margin: .75em 0 .75em;
}

@media only screen and (min-width: 40.043em) {
  h1 {
    font-size: 3.5rem;
  }
}

h2,
h3 {
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0a3a81;
}

.pageheader--hotels__pricing-block h4 {
  font-size: 1.125rem;
}

.textpage-wrapper p:not(.clearing-caption) {
  margin-bottom: 0.9rem;
}

.textpage-wrapper h2 {
  margin-bottom: 1.8rem;
}

.textpage-wrapper blockquote {
  margin-bottom: 1.8rem;
}

.textpage-wrapper .editable-text h1,
.textpage-wrapper .editable-text h2,
.textpage-wrapper .editable-text h3 {
  margin-top: 2.7rem;
  margin-bottom: 0.9rem;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .textpage-wrapper .editable-text h1,
  .textpage-wrapper .editable-text h2,
  .textpage-wrapper .editable-text h3 {
    margin-top: 3.6rem;
    margin-bottom: 1.2rem;
  }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .textpage-wrapper .editable-text h1,
  .textpage-wrapper .editable-text h2,
  .textpage-wrapper .editable-text h3 {
    margin-top: 3.6rem;
    margin-bottom: 1.2rem;
  }
}

.textpage-wrapper .editable-text h2 {
  margin-top: 0;
}

.textpage-wrapper .editable-text#individual-booking > h2 {
  margin-top: 0;
}

.heading {
  font-size: 2rem;
  line-height: 1.1;
}

@media only screen and (min-width: 40.043em) {
  .heading {
    font-size: 3.5rem;
  }
}

.heading--small {
  font-size: 1.685rem;
  color: black;
  margin-bottom: 8px;
}

.hotel-overview__grid__item__info .title {
  font-size: 1.375rem;
  font-weight: bold;
}

@media only screen and (min-width: 40.063em) {
  .hotel-overview__grid__item__info .title {
    font-size: 1.6875rem;
  }
}

.subheading {
  font-size: 1rem;
  font-weight: 400;
  color: #506b94;
}

@media only screen and (min-width: 40.043em) {
  .subheading {
    font-size: 2rem;
  }
}

span.success {
  color: #53e068;
}

.table-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 900px) {
  .table-container {
    overflow: visible;
  }
}

.room-measurements tbody .table-row
th {
  text-transform: uppercase;
  font-weight: normal;
}

.rounded-corners {
  border-radius: 10px;
}

.button {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.alert-box.info a {
  color: #333333;
}

.alert-box.info a:hover {
  opacity: 0.5;
}

.my-bookings .textpage-wrapper {
  margin-top: 2rem;
}

.my-bookings .result-controls {
  margin-top: -20px;
}

.my-bookings__pagination {
  float: right;
}

.my-bookings__filters label {
  font-size: 1em;
}

.my-bookings__filters .columns,
.book-tonight__filters .columns {
  margin-bottom: 15px;
}

.my-bookings__filters .columns select,
.book-tonight__filters .columns select {
  width: 100%;
  display: block;
}

@media screen and (max-width: 480px) {
  .my-bookings__filters .columns select,
  .book-tonight__filters .columns select {
    margin: 5px 0 0 0 !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .my-bookings__filters .columns,
  .book-tonight__filters .columns {
    line-height: 40px;
  }

  .my-bookings__filters .columns select,
  .book-tonight__filters .columns select {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .my-bookings__filters .columns select,
  .book-tonight__filters .columns select {
    width: auto;
    display: inline;
    position: static;
  }
}

@media only screen and (min-width: 64.063em) {
  .my-bookings__booking .print-booking {
    text-align: right;
  }
}

@media only screen and (max-width: 64.063em) {
  .my-bookings__booking .button {
    max-width: 320px;
    width: 100%;
    margin-bottom: 10px;
  }
}

.special-offer-detail .accordion {
  margin-bottom: 1.8rem;
}

.special-offer-detail .image-gallery img {
  margin-bottom: 2em;
}

.special-offer-detail .alt-link {
  margin-bottom: 2.5em;
}

.special-offer-detail .accordion dd {
  border: 0;
  padding: 0;
}

.special-offer-detail .accordion dd a {
  background-image: none;
  font-size: 1rem;
  font-weight: 200;
  padding-right: 30px;
  text-decoration: underline;
}

.special-offer-detail .accordion dd a:hover i {
  color: #faaf3b;
}

.special-offer-detail .accordion dd a i {
  margin-left: 0.5em;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}

.special-offer-detail .accordion dd.active a i {
  -webkit-transform: rotate(-180deg);
  /* Chrome and other webkit browsers */
  /* FF */
  /* Opera */
  /* IE9 */
  transform: rotate(-180deg);
}

.special-offer-detail__package-summary {
  line-height: 1.5em;
  margin-bottom: 2.5em;
}

.special-offer-detail__package-summary .heading {
  font-size: 1.687rem;
  margin-bottom: 0.5em;
}

.special-offer-detail__package-summary .subheading {
  color: #0a3a81;
  font-size: 1.1em;
  line-height: 1.5em;
}

.alt-link,
.alt-link a {
  color: #333;
  font-weight: 200;
}

.alt-link a,
.alt-link a a {
  border-bottom: 1px solid #333;
}

.alt-link i,
.alt-link a i {
  color: #333;
  font-size: 1.1em;
  margin-right: 0.5em;
}

.alt-link:hover a,
.alt-link:active a,
.alt-link:focus a,
.alt-link a:hover a,
.alt-link a:active a,
.alt-link a:focus a {
  color: #0a3a81;
}

.alt-link:hover i,
.alt-link:active i,
.alt-link:focus i,
.alt-link a:hover i,
.alt-link a:active i,
.alt-link a:focus i {
  color: #faaf3b;
}

.jobs-listing h3,
.jobs-listing .role-title {
  margin: 0.5em 0;
  line-height: 1.5em;
  font-size: 1.5em;
}

.jobs-listing .accordion dd,
.jobs-listing .accordion .accordion-navigation {
  border: 0;
  padding: 0;
}

.jobs-listing .accordion dd > a,
.jobs-listing .accordion .accordion-navigation > a {
  border: 0;
  display: inline-block;
  padding: 0 30px 0 0;
  margin-bottom: 0;
}

.jobs-listing .accordion dd.active > a,
.jobs-listing .accordion .accordion-navigation.active > a {
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.jobs-listing .accordion .content {
  padding: 0;
}

.jobs-listing .columns {
  margin-top: 0.5em;
}

.job-meta {
  font-size: 1.2em;
  list-style-type: none;
  margin-left: 0;
}

.jobs--item p {
  margin-top: 0.75em;
}

.job-details .map {
  height: 200px;
}

.job__application-text {
  margin-bottom: 1em;
}

html.lt-ie9 .hide-ie8 {
  display: none;
}

.corner-label__container {
  position: relative;
}

.corner-label__container .corner-label__wrapper {
  width: 165px;
  height: 173px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

html.lt-ie9 .corner-label__container .corner-label__wrapper {
  width: 145px;
}

.corner-label__container .corner-label__item {
  background-color: #0a3a81;
  background-color: rgba(10, 58, 129, 0.8);
  color: #fff;
  text-align: center;
  display: block;
  padding: 0.7em 4em;
  line-height: 1.2em;
  font-weight: bold;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  left: 5px;
  top: 15px;
  width: 230px;
}

.lt-ie9 .corner-label__container .corner-label__item {
  background-color: transparent;
}

.lt-ie9 .corner-label__container .corner-label__item {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC0A3A81', endColorstr='#CC0A3A81');
  zoom: 1;
}

html.lt-ie9 .corner-label__container .corner-label__item {
  text-align: right;
  padding: 0.7em;
  width: 145px;
  left: 0;
  right: 0;
}

form fieldset.with-info {
  padding-top: 0.25rem;
}

form fieldset.with-info .form-info {
  padding: .5rem 0.9375rem 1rem 0.9375rem;
  font-size: 0.8em;
  line-height: 1.1rem;
  color: #df3535;
}

.new-body-font *:not(.fa) {
  font-family: "proxima-nova", sans-serif !important;
}

table {
  border-color: rgba(10, 58, 129, 0.15);
}

table thead {
  background: #e3edf8;
}

table thead tr th {
  padding: 0.875rem 0.75rem 0.825rem;
  color: #0a3a81;
  font-weight: 700;
  font-size: 1.15em;
}

table tbody tr th {
  padding: 1.175rem 0.625rem;
}

table tbody tr td {
  padding: 0.875rem 0.625rem;
  text-align: center;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: #f7fafd;
}

.pricing-table {
  margin-top: 1.8rem;
  border: none;
  border-radius: 5px;
  box-shadow: 0 1px 0px 1px rgba(10, 58, 129, 0.08);
  background: #fff;
}

.pricing-table ul {
  margin: 0;
}

.pricing-table .title {
  padding: 1.2rem;
  font-size: 1.33333rem;
  color: #fff;
  background-color: #0a3a81;
  border: 1px solid #0a3a81;
  border-radius: 3px 3px 0 0;
  margin: 0;
  line-height: 1em;
}

.pricing-table .title + p {
  padding: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  color: #0a3a81;
  background: #f7fafd;
  border-top: 3px solid #faaf3b;
}

.pricing-table .price {
  padding-top: 1.2rem;
  font-weight: 700;
  color: #0a3a81;
  background: #f7fafd;
  border-top: 3px solid #faaf3b;
  border-bottom: none;
  line-height: 1em;
}

.pricing-table .description {
  background: #f7fafd;
  border-bottom: 1px solid #e7f0f9;
  padding-top: 0;
}

.pricing-table .description--big {
  padding: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  color: #0a3a81;
  background: #f7fafd;
  border-top: 3px solid #faaf3b;
}

.pricing-table .bullet-item,
.pricing-table li,
.pricing-table p {
  padding: 0.9rem 1.8rem;
  line-height: 1.5rem;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.05);
  text-align: center;
  margin: 0;
}

.pricing-table .cta-button {
  padding: 1.8rem;
  border: none;
  border-radius: 0 0 3px 3px;
  display: block;
}

.pricing-table .details {
  padding: 0;
  border-bottom: none;
}

.pricing-table .details li {
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.pricing-table.special-offers li:first-child {
  padding: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  color: #0a3a81;
  background: #f7fafd;
  border-top: 3px solid #faaf3b;
  border-bottom: none;
}

.pricing-table.special-offers li {
  font-size: .875rem;
  color: #333;
}

.nav-roomsearch {
  position: relative;
  padding: 1.8rem 0;
  background-size: cover;
  background-position: center;
}

@media only screen and (max-width: 937px) {
  .nav-roomsearch {
    background-position: top center;
  }
}

.nav-roomsearch:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}

.lt-ie9 .nav-roomsearch:before {
  background-color: transparent;
}

.lt-ie9 .nav-roomsearch:before {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000');
  zoom: 1;
}

@media only screen and (min-width: 40.043em) {
  .nav-roomsearch {
    padding-bottom: 12rem;
  }
}

.nav-roomsearch .nav-roomsearch__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 300%;
  height: 100%;
  z-index: 4;
}

@media only screen and (min-width: 40.063em) {
  .nav-roomsearch .nav-roomsearch__background {
    top: 0;
    width: 1000px;
    height: 100%;
  }
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch .nav-roomsearch__background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.nav-roomsearch .nav-roomsearch__linerow {
  position: relative;
  z-index: 100;
  margin-top: 0em;
}

@media only screen and (min-width: 40.063em) {
  .nav-roomsearch .nav-roomsearch__linerow {
    margin-top: 2em;
  }
}

.nav-roomsearch .nav-roomsearch__line {
  border-bottom: 1px solid white;
  width: 35%;
  margin-left: 10%;
  float: left;
}

.nav-roomsearch .nav-roomsearch__line.last {
  margin-left: 0;
}

.nav-roomsearch .nav-roomsearch__logo {
  float: left;
  width: 10%;
}

.nav-roomsearch .nav-roomsearch__logo .nav-roomsearch__logo-logo {
  position: relative;
  background-image: url("/assets/images/WhiteDropPin.svg");
  background-image: url("/assets/images/WhiteDropPin.png") \9;
  /* IE 8 */
  background-position: 50% 50%;
  background-position: 0 0\9;
  /* IE 8 */
  background-size: cover\9;
  background-repeat: no-repeat;
  top: -20px;
  margin: 0 auto -50px;
  width: 30px;
  height: 50px;
}

@media only screen and (min-width: 40.063em) {
  .nav-roomsearch .nav-roomsearch__logo .nav-roomsearch__logo-logo {
    top: -40px;
    width: 50px;
    height: 70px;
  }
}

.nav-roomsearch .nav-roomsearch__wifi {
  font-size: 0.9em;
  text-align: center;
  color: white;
  text-shadow: 1px 1px 2px #1F1F1F;
  margin: 2.5em 0 1em;
  font-weight: 300;
  z-index: 100;
}

@media only screen and (min-width: 40.063em) {
  .nav-roomsearch .nav-roomsearch__wifi {
    font-size: 1.1em;
  }
}

.nav-roomsearch .nav-roomsearch__wifi .wifi-icon {
  background-image: url("/assets/images/WhiteWi-FiIcon.svg");
  background-image: url("/assets/images/WhiteWi-FiIcon.png") \9;
  /* IE 8 */
  background-position: 50% 50%;
  background-position: 0 0\9;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  display: inline-block;
  margin-right: 0.2em;
  position: relative;
  top: -0.2rem;
}

@media only screen and (min-width: 40.063em) {
  .nav-roomsearch .nav-roomsearch__wifi .wifi-icon {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5em;
    top: -0.5rem;
  }
}

.nav-roomsearch h1 {
  z-index: 100;
  position: relative;
  margin: 0 0 1.8rem;
  color: #fff;
  line-height: 1.5;
  text-shadow: 1px 1px 2px #1F1F1F;
  margin: 0.75em auto 0.75em;
  width: 85%;
  color: white;
  font-weight: 400;
  text-align: center;
  font-size: 30px;
}

@media only screen and (min-width: 40.063em) {
  .nav-roomsearch h1 {
    font-size: 50px;
  }
}

.nav-roomsearch h1.hotels {
  display: none;
}

.nav-roomsearch .offline {
  display: none;
}

@media only screen and (min-width: 40.043em) {
  .nav-roomsearch .offline {
    background-color: #1a3f75;
    background-color: rgba(26, 63, 117, 0.3);
    display: block;
    color: #fff;
    padding: 15px;
    font-weight: 500;
    font-size: 1.4em;
    margin-top: 15px;
    margin-top: 0;
  }

  .lt-ie9 .nav-roomsearch .offline {
    background-color: transparent;
  }

  .lt-ie9 .nav-roomsearch .offline {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D1A3F75', endColorstr='#4D1A3F75');
    zoom: 1;
  }
}

.nav-roomsearch .nav-roomsearch__logo {
  margin-top: 4px;
}

.nav-roomsearch .icon--wifi_available {
  display: none;
}

@media only screen and (min-width: 40.043em) {
  .nav-roomsearch .icon--wifi_available {
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 100;
  }
}

.nav-roomsearch.nav-roomsearch--special-offers {
  padding: 0 !important;
}

.nav-roomsearch.nav-roomsearch--special-offers .nav-roomsearch__linerow {
  display: none;
}

.nav-roomsearch__form-container {
  margin-top: 1.2em;
  padding: 1.5em 0 1em;
  width: 100%;
  clear: both;
}

.nav-roomsearch__form {
  position: relative;
  z-index: 50;
  margin: 0 10%;
}

@media only screen and (min-width: 40.043em) {
  .nav-roomsearch__form {
    padding: 0.6rem 0;
  }
}

.nav-roomsearch__form input {
  margin-top: 0.9rem;
  margin-bottom: 0;
  height: 2.7rem;
  padding: 0.1rem 0.72rem 0 0.9rem;
  border: none;
  box-shadow: none;
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch__form input {
    margin-top: 0;
  }
}

.nav-roomsearch__form input[type="text"] {
  color: #333;
  font-weight: 500;
  padding: 1.2rem;
  height: 57px;
}

.nav-roomsearch__form .placeholder {
  color: #333;
  min-width: 50% !important;
}

.nav-roomsearch__form ::-webkit-input-placeholder {
  color: #333;
}

.nav-roomsearch__form :-moz-placeholder {
  /* Firefox 18- */
  color: #333;
}

.nav-roomsearch__form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333;
}

.nav-roomsearch__form :-ms-input-placeholder {
  color: #333;
}

.nav-roomsearch__form .nav-roomsearch__col {
  float: left;
}

.nav-roomsearch__form .nav-roomsearch__hotel {
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch__form .nav-roomsearch__hotel {
    width: 30%;
  }
}

.nav-roomsearch__form .nav-roomsearch__hotel select {
  background-color: white;
  height: 57px;
  margin: 0;
  padding: 1.2rem 1.2rem 1.1rem;
  border: none;
  border-right: 1px solid #d1cdc9;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: all 0.22s linear;
  outline: none;
  border-radius: 5px;
  background-image: url("/assets/images/DownArrow.svg");
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: 90% 55%;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
}

@media only screen and (min-width: 40.063em) {
  .nav-roomsearch__form .nav-roomsearch__hotel select {
    background-position: 96% 55%;
  }
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch__form .nav-roomsearch__hotel select {
    border-radius: 5px 0 0 5px;
    background-position: 90% 55%;
  }
}

.nav-roomsearch__form .nav-roomsearch__checkin {
  width: 48%;
  margin-right: 4%;
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch__form .nav-roomsearch__checkin {
    margin-right: 0;
    width: 25%;
    border-radius: 0;
  }
}

.nav-roomsearch__form .nav-roomsearch__checkin input {
  border-right: 1px solid #d1cdc9;
  border-radius: 5px;
  background-image: url("/assets/images/Calendar.svg");
  background-size: 10px 10px;
  background-position: 90% center;
}

@media only screen and (min-width: 40.063em) {
  .nav-roomsearch__form .nav-roomsearch__checkin input {
    background-size: 15px 15px;
  }
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch__form .nav-roomsearch__checkin input {
    border-radius: 0;
  }
}

.nav-roomsearch__form .nav-roomsearch__checkout {
  width: 48%;
  border-radius: 5px;
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch__form .nav-roomsearch__checkout {
    width: 25%;
  }
}

.nav-roomsearch__form .nav-roomsearch__checkout input {
  border-radius: 5px;
  background-image: url("/assets/images/Calendar.svg");
  background-size: 10px 10px;
  background-position: 90% center;
}

@media only screen and (min-width: 40.063em) {
  .nav-roomsearch__form .nav-roomsearch__checkout input {
    background-size: 15px 15px;
  }
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch__form .nav-roomsearch__checkout input {
    border-radius: 0;
  }
}

.nav-roomsearch__form .nav-roomsearch__button {
  width: 100%;
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch__form .nav-roomsearch__button {
    width: 20%;
  }
}

.nav-roomsearch__form .nav-roomsearch__button .button {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 100 !important;
  height: 57px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1;
  border: 0;
  border-radius: 5px;
  margin-top: 0.9em;
}

@media only screen and (min-width: 64.063em) {
  .nav-roomsearch__form .nav-roomsearch__button .button {
    border-radius: 0 5px 5px 0;
    margin-top: 0;
  }
}

.nav-roomsearch__form .nav-roomsearch__button .button:hover {
  box-shadow: none;
}

.nav-roomsearch__form .error small.error {
  margin-top: 0;
}

html
.placeholder {
  color: #333;
  min-width: 50% !important;
}

.fieldset__input.check-in,
.fieldset__input.check-out {
  -webkit-user-select: none;
  width: 100%;
}

/* Roomsearch on offers detail pages */

.special-offer-detail .nav-roomsearch {
  background-size: cover;
}

.special-offer-detail .nav-roomsearch .promotions-heading {
  display: none;
}

.special-offer-detail .nav-roomsearch .nav-roomsearch__form > .row:first-of-type::before {
  content: "Book this Special Offer now:";
  color: white;
  display: block;
  padding: 3px 0 12px 15px;
  position: relative;
}

@media only screen and (min-width: 40.043em) {
  .special-offer-detail .nav-roomsearch {
    padding-top: 180px;
  }
}

/* ========================================================================
   Date picker overrides 
 ========================================================================== */

/**
 * Position Picker off screen...
 */

.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.lt-ie9 .picker__holder,
.lt-ie9 .picker__frame {
  top: 100%;
}

/**
 * When the picker opens...
 */

.picker--opened .picker__holder {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

.lt-ie9 .picker--opened .picker__holder {
  top: 0;
}

.picker--opened .picker__frame {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.lt-ie9 .picker--opened .picker__frame {
  top: 0;
}

.picker__input {
  line-height: 1.3;
}

input.check-in,
input.check-out {
  background-position: 97% center;
  background-position-y: center;
  background-repeat: no-repeat;
  background-position-x: 97%;
  font-size: 1rem;
  background-image: url("/assets/images/check-in.svg");
}

@media only screen and (min-width: 64.063em) {
  input.check-in,
  input.check-out {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 44.043em) {
  input.check-in,
  input.check-out {
    background-position-x: 95%;
  }
}

.no-svg input.check-in,
.no-svg input.check-out {
  background-image: url("/assets/images/check-in.png");
}

input.check-out {
  background-image: url("/assets/images/check-out.svg");
}

.no-svg input.check-out {
  background-image: url("/assets/images/check-out.png");
}

input.check-in:focus,
input.check-out:focus {
  background-repeat: no-repeat;
}

.check-in-icon::-webkit-input-placeholder::after {
  background-image: url("/assets/images/check-in.svg");
  content: '';
  display: inline-block;
  padding: 0.875rem;
  float: right;
}

.check-in-icon::-moz-placeholder::after {
  background-image: url("/assets/images/check-in.svg");
  content: '';
  display: inline-block;
  padding: 0.875rem;
  float: right;
}

.check-out-icon::-webkit-input-placeholder::after {
  background-image: url("/assets/images/check-out.svg");
  content: '';
  display: inline-block;
  padding: 0.875rem;
  float: right;
}

.check-out-icon::-moz-placeholder::after {
  background-image: url("/assets/images/check-out.svg");
  content: '';
  display: inline-block;
  padding: 0.875rem;
  float: right;
}

@media only screen and (min-width: 40.063em) {
  .promise-overview__mover {
    position: relative;
    top: -150px;
    margin-bottom: -150px;
    z-index: 100;
  }
}

.promise-overview .promise-overview__row {
  padding: 1em 0em 0;
  max-height: 186px;
  overflow: hidden;
  background: white;
}

@media only screen and (min-width: 40.063em) {
  .promise-overview .promise-overview__row {
    padding: 1em 0em;
  }
}

@media only screen and (min-width: 64.063em) {
  .promise-overview .promise-overview__row {
    padding: 1em;
    max-height: 191px;
    border-radius: 5px;
  }
}

.main-adverts .main-adverts_advert {
  background-size: 100%;
  box-shadow: 0 5px 0 0 #d1cdc9;
  border-radius: 5px;
  position: relative;
  height: 170px;
  display: table;
  width: 100%;
  overflow: hidden;
}

.main-adverts .main-adverts_advert:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.main-adverts .main-adverts_image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  border-radius: 5px;
}

.main-adverts .main-adverts-title {
  position: relative;
  top: -15px;
  color: white;
  text-align: center;
  font-size: 1.2em;
  width: 80%;
  margin: 0 10%;
  z-index: 6;
  font-weight: 300;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (min-width: 40.063em) {
  .main-adverts .main-adverts-title {
    font-size: 1.6em;
  }
}

.main-adverts .main-adverts-tagline {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0a3a81;
  color: white;
  width: 100%;
  padding: 0.8em 1.2em;
  border-radius: 0 0 5px 5px;
  z-index: 6;
  background-image: url(/assets/images/chevron-right.svg);
  background-position: 95% 50%;
  background-repeat: no-repeat;
  background-size: 10px 15px;
  text-align: center;
  font-weight: 300;
  display: block;
}

@media only screen and (min-width: 64.063em) {
  .main-adverts .main-adverts-tagline {
    text-align: left;
  }
}

.main-adverts .main-adverts-tagline a {
  color: white;
  font-weight: 300;
}

.main-adverts .columns {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  .main-adverts .columns {
    padding-right: 1em;
  }
}

.main-adverts .no-padding {
  padding: 0;
}

.main-adverts .slick-dots {
  display: none;
}

.slick-carousel img:hover {
  cursor: pointer;
}

.slick-carousel .slick-prev,
.slick-carousel .slick-next {
  top: 44%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  position: absolute;
}

.slick-carousel .slick-prev {
  left: 0px;
  background-image: url(/assets/images/slick-left.png);
}

.slick-carousel .slick-next {
  right: 0px;
  background-image: url(/assets/images/slick-right.png);
}

.slick-carousel .slick-next:hover,
.slick-carousel .slick-next:active,
.slick-carousel .slick-next:focus {
  background-image: url(/assets/images/slick-right.png);
  background-color: #0a3a81;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.slick-carousel .slick-prev:hover,
.slick-carousel .slick-prev:active,
.slick-carousel .slick-prev:focus {
  background-image: url(/assets/images/slick-left.png);
  background-color: #0a3a81;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.slick-carousel .slick-prev:before,
.slick-carousel .slick-next:before {
  text-shadow: 1px 1px 2px #CCCCCC;
  font-weight: normal;
  font-size: 30px;
  display: inline-block;
  content: '';
}

.main-adverts .slick-carousel .main-adverts-title {
  position: absolute;
  top: 35%;
  text-align: center;
}

.promise-overview--county {
  background: linear-gradient(to bottom, #a5aaa5 0%, #8a8e8a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5aaa5', endColorstr='#8a8e8a',GradientType=0 );
}

.promise-overview--tavistock {
  background: linear-gradient(to bottom, #105e37 0%, #0c4427 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#105e37', endColorstr='#0c4427',GradientType=0 );
}

.promise-overview--royal-national {
  background: linear-gradient(to bottom, #2a2547 0%, #18162b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a2547', endColorstr='#18162b',GradientType=0 );
}

.promise-overview--president {
  background: linear-gradient(to bottom, #b2294a 0%, #962042 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b2294a', endColorstr='#962042',GradientType=0 );
}

.promise-overview--bedford {
  background: linear-gradient(to bottom, #662a44 0%, #491e33 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662a44', endColorstr='#491e33',GradientType=0 );
}

.promise-overview--imperial {
  background: linear-gradient(to bottom, #c2a278 0%, #aa8b65 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c2a278', endColorstr='#aa8b65',GradientType=0 );
}

.promise-overview__grid {
  text-align: center;
}

.promise-overview__grid li {
  padding: 0 0.25em;
  position: relative;
  min-height: 1px;
}

.promise-overview__grid li img {
  display: block;
  clear: both;
  margin: 0 auto;
  max-width: 310px;
  width: 100%;
}

.promise-overview__grid #todays-date {
  display: block;
  position: absolute;
  top: 12%;
  width: 100%;
  height: 30%;
  color: #0a3a81;
  text-align: center;
  margin-left: -4px;
}

.promise-overview__grid #todays-date .todays-date__wrapper {
  margin: 0 auto;
  width: 30%;
  font-size: 18px;
}

.promise-overview__grid #todays-date span {
  display: block;
}

.promise-overview__grid #todays-date:hover,
.promise-overview__grid #todays-date:focus {
  color: #0a3a81;
}

.promise-overview__grid #todays-date .todays-date__day {
  font-size: 3em;
  line-height: 1em;
}

.promise-overview__grid #todays-date .todays-date__month {
  font-size: 1.5em;
  text-transform: uppercase;
  line-height: 1em;
}

@media only screen and (min-width: 40.043em) {
  .promise-overview__grid #todays-date {
    top: 25%;
    right: 15.3%;
    height: 50%;
    width: 20%;
    margin: 0;
  }

  .promise-overview__grid #todays-date .todays-date__wrapper {
    margin: 0;
    width: 100%;
    font-size: 18px;
  }
}

.panel.callout {
  margin-top: 20px;
}

.panel.callout a.button {
  color: #fff;
}

.panel.callout a.secondary {
  color: #333;
}

.my-account__list {
  padding: 0;
  margin: 0;
}

.my-account__list li {
  list-style-type: none;
  padding: 1em 1.5em 1em 1.5em;
  border: 1px solid #ccd6cc;
  margin-bottom: 1em;
}

.my-account__list li button {
  margin-bottom: 0;
}

.my-account__list li h4 {
  margin: 0.3rem 0;
}

.textpage-wrapper__faq-item {
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.textpage-wrapper__faq-item h4 {
  margin-top: 1.8rem;
}

.textpage-wrapper__faq-item h4:first-of-type {
  margin-top: 0;
}

.accordion .textpage-wrapper__faq-item.accordion-navigation {
  background: none;
}

.accordion .textpage-wrapper__faq-item.accordion-navigation .active {
  background: none;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#lock-mask {
  width: 100%;
  height: 2000px;
  background: rgba(255, 255, 255, 0.85);
  background: url(/assets/images/ie-lock.png) repeat\9;
  z-index: 5000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

#lock-mask.locked {
  cursor: wait;
}

#lock-mask .spinner-wrapper {
  padding-top: 10px;
  width: 70px;
}

#lock-mask .message {
  position: absolute;
  height: auto;
  min-height: 100px;
  width: 280px;
  line-height: auto;
  color: #000;
  font-size: 1em;
  font-weight: bold;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.15);
  padding: 10px;
  border: 1px solid #333333 \9;
}

@media only screen and (min-width: 40.063em) {
  #lock-mask .message {
    width: 500px;
    font-size: 1.5em;
    padding: 15px;
  }
}

#lock-mask .message.success {
  box-shadow: 0px 0px 10px 5px rgba(0, 255, 0, 0.15);
  color: green;
}

#lock-mask .message.error {
  box-shadow: 0px 0px 10px 5px rgba(255, 0, 0, 0.15);
  color: red;
}

#lock-mask a {
  display: none;
  margin-top: 15px;
}

.lock-mask__spinner {
  display: inline-block;
  margin-right: 20px;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(10, 58, 129, 0.2);
  border-right: 1.1em solid rgba(10, 58, 129, 0.2);
  border-bottom: 1.1em solid rgba(10, 58, 129, 0.2);
  border-left: 1.1em solid #0a3a81;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  background-image: url(/assets/images/ajax-loader-2.gif) \9;
  background-repeat: no-repeat\9;
  background-position: 50% 50% \9;
  width: 100px\9;
  height: 100px\9;
}

.lock-mask__spinner,
.lock-mask__spinner:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

.spinner-wrapper {
  width: 85px;
  height: 80px;
  margin: 0 auto;
}

#sticky {
  width: 100%;
  list-style: none;
  border: 0;
  margin: 0;
  z-index: 996 !important;
  box-shadow: 0px 3px 3px 3px rgba(0, 0, 0, 0.3);
  background: #fff;
}

#sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 20px;
}

#sticky .message-bar__header .row {
  position: relative;
}

#sticky .message-bar__icon {
  background-image: url(/assets/images/alert.svg);
  background-size: 23px 23px;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  height: 23px;
  width: 23px;
  margin-right: 10px;
  margin-left: 15px;
  vertical-align: middle;
  position: absolute;
  left: 0;
}

#sticky .message-bar__message-wrapper > * {
  margin: 1em 0;
}

#sticky .message-bar__message-wrapper button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 0.6em 1.2em;
  border-radius: 5px;
}

#sticky .message-bar__message-wrapper button:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
}

#sticky ul.message-bar__text {
  vertical-align: top;
  text-align: left;
  padding-left: 40px;
}

#sticky ul.message-bar__text li {
  line-height: 1.5rem;
}

#sticky p.message-bar__text {
  line-height: 1.1;
}

#sticky .close {
  position: absolute;
  right: 15px;
  font-size: 1rem;
  color: #fff;
  font-weight: 100;
  padding: 5px 7px;
  opacity: 1;
  line-height: 1.2rem;
  background-image: url(/assets/images/close.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  height: 18px;
  width: 18px;
  overflow: hidden;
  text-indent: -26px;
}

#sticky .message-bar__text {
  text-align: center;
  margin: 1em 0;
  color: #fff;
}

#sticky .message-bar__text.active,
#sticky .message-bar__text.inactive {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
  margin-bottom: 0.5rem;
  display: block;
}

#sticky .message-bar__text.active {
  color: #fff;
}

#sticky .message-bar__list {
  color: white;
  text-align: left;
  display: inline-block;
  padding-left: 30px;
}

#sticky .message-bar__header {
  padding: 12px 0;
}

#sticky .message-bar__header .message-bar__text--summary {
  color: #fff;
  margin: 0;
}

#sticky .message-bar__text--summary {
  color: #fff;
}

#sticky .message-bar {
  padding: 0;
}

#sticky .message-bar.info {
  background-color: #1E88E5;
}

#sticky .message-bar.info .message-bar__header,
#sticky .message-bar.info button {
  background-color: #2196F3;
}

#sticky .message-bar.error {
  background-color: #c21f1f;
}

#sticky .message-bar.error .message-bar__header,
#sticky .message-bar.error button {
  background-color: #dc2424;
}

#sticky .message-bar.success {
  background-color: #309C24;
}

#sticky .message-bar.success .message-bar__header,
#sticky .message-bar.success button {
  background-color: #35AA29;
}

#sticky .basket-bar {
  background-color: #7B818F;
  border: 0;
  margin-bottom: 0;
  padding: 8px 0;
  position: relative;
}

#sticky .basket-bar form {
  display: inline;
}

#sticky .basket-bar .block {
  display: inline-block;
  font-size: 1rem;
  line-height: 1em;
  border: 0;
  margin: 0px 0 4px 8px;
  padding: 8px 10px;
  background-color: #656871;
}

#sticky .basket-bar .block i {
  margin-left: 5px;
}

#sticky .basket-bar .block .nudge-right {
  position: relative;
  right: 15px;
}

#sticky .basket-bar .hide {
  display: none;
}

#sticky .basket-bar .message-bar__text {
  font-size: 1rem;
  line-height: 2em;
  color: #DAD8D9;
  margin: 0;
}

#sticky .basket-bar .message-bar__text span.bold {
  font-weight: 700;
  color: #FFF;
}

#sticky .basket-bar .message-bar__text .block {
  background-color: #0a46b2;
  margin: 0 15px;
}

#sticky .basket-bar .message-bar__text .booking-total {
  margin-right: .3em;
}

#sticky .basket-bar .basket-bar-detail {
  width: 100%;
  background: #FFF;
  color: #000;
  margin-top: 8px;
  box-shadow: 0px 10px 15px 0px #7b818f;
}

#sticky .basket-bar .basket-bar-detail .title {
  font-size: 1.5rem;
  line-height: 2.5em;
  font-weight: 700;
}

#sticky .basket-bar .basket-bar-detail .row {
  padding: 0 15px;
}

#sticky .basket-bar .basket-bar-detail .header {
  line-height: 2em;
  font-size: 0.9rem;
  font-weight: 700;
}

#sticky .basket-bar .basket-bar-detail .header .columns {
  background-color: #DAD8D9;
  border-right: 1px solid #FFF;
}

#sticky .basket-bar .basket-bar-detail .header .columns:last-child {
  color: #656871;
}

#sticky .basket-bar .basket-bar-detail .extras-info {
  background-color: #DAD8D9;
  border-bottom: 1px solid white;
  font-size: 80%;
  font-weight: 100;
  line-height: 2em;
  margin-top: 10px;
}

#sticky .basket-bar .basket-bar-detail .extras-info .fa {
  color: white;
}

#sticky .basket-bar .basket-bar-detail .data {
  line-height: 1.1em;
  font-size: 1rem;
  font-weight: 300;
  text-align: center;
  padding-top: 10px;
}

#sticky .basket-bar .basket-bar-detail .data .room,
#sticky .basket-bar .basket-bar-detail .data .costs {
  font-weight: 400;
  padding: 0.7em 0;
}

#sticky .basket-bar .basket-bar-detail .data .room small,
#sticky .basket-bar .basket-bar-detail .data .costs small {
  font-size: 0.8rem;
  font-weight: 300;
  display: block;
}

#sticky .basket-bar .basket-bar-detail .data .room {
  padding-left: 1em;
}

#sticky .basket-bar .basket-bar-detail .data .remove {
  padding: 0.7em 0;
}

#sticky .basket-bar .basket-bar-detail .data .columns:last-child {
  border-right: none;
}

#sticky .basket-bar .basket-bar-detail .data i {
  color: #DAD8D9;
}

#sticky .basket-bar .basket-bar-detail .data .current-value {
  margin: 0 0.5rem;
  padding: 1.2rem 0;
  line-height: 1;
  border: 1px solid #d1cdc9;
  border-radius: 3px;
  font-size: 0.8em;
  background: #fff;
}

#sticky .basket-bar .basket-bar-detail .data .energy {
  margin-top: .3em;
}

#sticky .basket-bar .basket-bar-detail .total {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 2em;
  font-weight: 400;
}

#sticky .basket-bar .basket-bar-detail .total .columns {
  background-color: #003883;
}

#sticky .basket-bar .basket-bar-detail .total .clear-all {
  background-color: #00275B;
  font-size: 0.8rem;
  border-left: 1px solid #FFF;
  padding-right: 0.9375rem;
}

#sticky .basket-bar .basket-bar-detail .total .clear-all a {
  font-weight: 300;
  color: #FFF;
}

#sticky .basket-bar .basket-bar-detail .row.buttons {
  margin-bottom: 12px;
}

#sticky .basket-bar .basket-bar-detail .row.buttons p {
  margin: 0;
}

#sticky .basket-bar .basket-bar-detail .row.buttons .cta-amend-booking .fa {
  margin-right: 0.8em;
}

#sticky .basket-bar .basket-bar-detail .footer {
  background-color: #DAD8D9;
  text-align: center;
}

#sticky .basket-bar .basket-bar-detail .footer a {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 0 auto;
}

#sticky .basket-bar .basket-bar-detail .footer a i {
  color: #656862;
  margin-left: 5px;
}

#sticky .basket-bar .basket-bar-detail .footer a:hover i {
  color: #faaf3b;
}

#sticky .lock-mask__spinner {
  display: none;
  border-top: 1.1em solid rgba(255, 255, 255, 0.5);
  border-right: 1.1em solid rgba(255, 255, 255, 0.5);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.5);
  border-left: 1.1em solid white;
  font-size: 5.5px;
  position: absolute;
}

#sticky .spinner-wrapper {
  float: right;
  width: 5px;
  height: 35px;
  position: relative;
  left: -30px;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 *
 *  THIS FILE HAS BEEN MODIFIED FROM ORIGINAL!!
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
  width: 300px;
}

@media only screen and (max-width: 40em) {
  .pika-single {
    width: calc(100% - 30px);
  }
}

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  padding: 10px;
  width: 100%;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #999;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 8px;
  color: #666;
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  box-shadow: inset 0 1px 3px #178fe5;
  background: #1f7ed0;
  background: linear-gradient(to bottom, #1f7ed0 0%, #372ad0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f7ed0', endColorstr='#372ad0',GradientType=0 );
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}

.pika-button:hover {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
}

.datepicker-heading {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 100;
  margin-bottom: 0.5em;
}

.footer-message {
  text-align: center;
}

.footer-message p {
  font-size: 0.8em;
  color: #999;
  margin-bottom: 0;
}

.result-controls {
  margin: 1.8rem 0;
}

.result-controls .imph-search-form {
  background-color: whitesmoke;
  padding-top: 12px;
  padding-bottom: 12px;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}

.result-controls select,
.result-controls input {
  margin: 0 0.6rem;
  border-radius: 3px;
}

#ajax-loading {
  background: #fcfbfb;
  border: none;
}

#ajax-loading .modern-box {
  border: 0;
}

#ajax-loading h4 {
  color: #0a3a81;
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1em;
}

#ajax-loading p {
  width: 80%;
  margin: 0 auto;
}

.dates-changed-search-again {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.room-listing-toggle-search-type {
  margin-bottom: 3rem;
}

#ajax-loading {
  background: #fcfbfb;
  border: none;
}

#ajax-loading .modern-box {
  border: 0;
}

#ajax-loading h4 {
  color: #0a3a81;
  text-align: center;
  font-size: 1.8em;
  margin-bottom: 1em;
}

#ajax-loading p {
  width: 100%;
  margin: 20px auto;
}

.room-listing {
  margin-bottom: 1.8rem;
}

.room-listing__group {
  *zoom: 1;
  border-bottom: 2px dotted #ddd;
}

.room-listing__group:before,
.room-listing__group:after {
  content: " ";
  display: table;
}

.room-listing__group:after {
  clear: both;
}

.room-listing__group .img-column {
  margin-bottom: 10px;
}

@media only screen and (min-width: 64.063em) {
  .room-listing__group .img-column {
    padding-left: 0;
  }
}

.room-listing__group:last-child {
  border-bottom: 0;
}

.room-listing__group .row[data-room] {
  margin: 0;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .room-listing__group .room-item__title {
    margin-top: 0;
  }

  .room-listing__group .room-item__title .buttom {
    margin-left: 10px;
  }

  .room-listing__group .tabs dd:first-of-type {
    margin-left: 15px;
  }
}

.room-listing__group.morton-results h3 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #81948a;
  padding: 0 0 20px;
}

.room-listing__group.morton-results .room-listing__group__overview .row.search-collapsed {
  overflow: hidden;
}

.room-listing__group.morton-results .room-listing__group__overview .img-column {
  position: relative;
  height: 144px;
  overflow: hidden;
  text-align: center;
  right: 10px;
  margin-bottom: 0;
}

.room-listing__group.morton-results .room-listing__group__overview .img-column img {
  position: relative;
  height: 144px;
  width: auto;
  max-width: none;
  left: 100%;
  margin-left: -200%;
}

.room-listing__group.morton-results .room-listing__group__overview .room-listing__group__pricesummary.columns {
  padding: 1em 0 !important;
}

@media only screen and (max-width: 40em) {
  .room-listing__group.morton-results .room-listing__group__overview {
    text-align: center;
  }

  .room-listing__group.morton-results .room-listing__group__overview .img-column {
    position: relative;
    height: auto;
    overflow: hidden;
    text-align: center;
    right: initial;
  }

  .room-listing__group.morton-results .room-listing__group__overview .img-column img {
    position: relative;
    height: auto;
    width: auto;
    max-width: 100%;
  }

  .room-listing__group.morton-results .room-listing__group__overview h2 + p {
    margin-bottom: 0;
  }

  .room-listing__group.morton-results .room-listing__group__overview .room-listing__group__pricesummary h5 {
    font-size: 2.5em;
    margin-top: -10px;
  }
}

@media screen and (max-width: 60em) {
  .room-listing__group__overview h2 small {
    display: block;
    margin: 15px 0 15px;
  }
}

@media screen and (min-width: 40.063em) {
  .room-listing__group__overview h2 {
    font-size: 1.825rem;
  }
}

.room-listing__group__overview h2 a {
  color: inherit;
}

.room-listing__group__overview .clearing-thumbs li {
  display: none;
}

.room-listing__group__overview img {
  border-radius: 3px;
  width: 100%;
}

.room-listing__group__overview h5 {
  text-align: center;
  font-size: 2em;
  margin-top: 0;
  font-weight: 800;
  line-height: 0.8em;
}

@media only screen and (max-width: 40em) {
  .room-listing__group__overview h5 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .room-listing__group__overview h5 {
    font-size: 2.75em;
  }
}

@media only screen and (min-width: 64.063em) {
  .room-listing__group__overview h5 {
    line-height: 1em;
    font-size: 3.75em;
  }
}

.room-listing__group__overview h5 small {
  font-size: 0.4em;
  display: block;
  color: inherit;
  font-weight: 700;
  line-height: 1.2em;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .room-listing__group__overview h5 small {
    font-size: 0.3em;
  }
}

@media only screen and (min-width: 64.063em) {
  .room-listing__group__overview h5 small {
    font-size: 0.266em;
  }
}

.room-listing__group__rooms h5 {
  margin-bottom: 0.9rem;
  text-align: left;
}

.room-listing__group__rooms .booking-overview span {
  color: #333;
}

.room-listing__group__rooms .booking-overview span.date {
  font-size: 120%;
  font-weight: bold;
  color: #0a3a81;
}

.room-listing__group__rooms .floating-menu {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 97;
  width: 100%;
  background: white;
  padding: 0.45em;
}

.room-listing__group__rooms .floating-menu .button {
  padding-top: 0.53125rem;
  padding-bottom: 0.5rem;
}

.room-listing__group__rooms .floating-menu p {
  width: 70%;
  display: inline-block;
  margin-bottom: 0.625rem;
  font-size: 0.8rem;
  line-height: 1.25;
}

.room-listing__group__rooms .floating-menu #room--total-price {
  width: 30%;
  display: inline-block;
  text-align: right;
  vertical-align: middle;
  font-size: 1.35rem;
  line-height: 0.96;
}

.room-listing__group__rooms .Location .Location__heading {
  color: #0a3a81;
  font-size: 1.8em;
}

.room-listing__group__rooms .facilities .feature-list {
  margin-top: 1em;
}

.room-listing__group__rooms .facilities .feature-list li {
  min-height: 30px;
  margin-bottom: 0;
}

.room-listing__group__rooms .facilities .clearing-thumbs li {
  width: 16.66667%;
}

.room-listing__group__rooms .facilities .clearing-thumbs li a {
  width: 100%;
}

.room-listing__group__rooms .facilities .clearing-thumbs li a img {
  width: 100%;
}

.room-listing__group__rooms .facilities a:hover {
  color: #0a3a81;
}

.single-hotel-listing h2 small {
  display: block;
  margin-top: 15px;
}

@media only screen and (min-width: 64em) {
  .single-hotel-listing h2 small {
    display: inline;
    margin-top: 0;
  }
}

.room-listing__group__rooms__listing {
  margin-left: 0;
  list-style: none;
}

.room-listing__group__rooms__listing > li {
  border-top: 0px solid #ddd;
  padding-top: 20px;
}

.room-listing-image {
  margin-bottom: 0.9rem;
}

.room-listing__group.inactive-listing .room-listing__group__overview__button {
  margin-bottom: 0;
}

@media only screen and (min-width: 40.063em) {
  .room-listing__group.inactive-listing .room-listing__group__overview__button {
    text-align: left;
    padding-left: 20px;
  }
}

.room-listing__group.inactive-listing .room-listing__group__rooms {
  display: none;
}

.room-listing__group.inactive-listing .room-listing__group__pricesummary {
  display: block;
}

.room-listing__group__overview__button {
  display: block;
}

#morePics-0-0-0 {
  max-width: 970px;
}

.progress-indicator {
  text-align: right;
  line-height: 2em;
  *zoom: 1;
}

.progress-indicator:before,
.progress-indicator:after {
  content: " ";
  display: table;
}

.progress-indicator:after {
  clear: both;
}

.progress-indicator ol {
  list-style: none;
  text-align: right;
  margin: 0;
  float: right;
}

.progress-indicator__legend {
  margin-right: 15px;
}

.progress-indicator__item {
  display: inline-block;
  font-size: 1.4em;
  margin: 0 2px;
}

span.guest-icons {
  position: relative;
  top: -1px;
  margin-left: 0.5rem;
  font-size: 0.65em;
  white-space: nowrap;
  color: #0a3a81;
}

span.guest-icons .divider-left {
  border-left: 1px solid #0a3a81;
  padding-left: 7px;
  margin-left: 4px;
}

span.guest-icons span.has-tip {
  color: #0a3a81;
}

span.guest-icons .fa-custom-cot {
  background-image: url("../images/cot-icon.png");
  background-size: 100% 100%;
  height: 1em;
  width: 1.5em;
}

.room-item,
.floating-menu {
  padding: 1.8rem 0;
  border-top: 1px solid #d1cdc9;
  border-bottom: 1px solid #d1cdc9;
}

.room-item {
  *zoom: 1;
  margin: 0.5rem 0 1.5rem;
}

.room-item:before,
.room-item:after {
  content: " ";
  display: table;
}

.room-item:after {
  clear: both;
}

@media only screen and (min-width: 64.063em) {
  .room-item {
    padding: 1.8rem 15px 0.3rem;
  }

  .room-item > .columns:first-child {
    margin-left: -0.9375rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .room-item .room-item__title .guest-icons {
    margin-right: 10px;
  }
}

.room-item .room-item__title .button {
  padding: 0 1em;
  font-size: 0.75rem;
  line-height: 1.875em;
}

@media only screen and (max-width: 40em) {
  .room-item .room-item__title .button {
    display: block;
    margin: 10px 0;
  }
}

.room-item h3 {
  margin: 0 0 0.3em;
  font-size: 1.5em;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .room-item h3 {
    margin-top: 0.3em;
  }
}

@media only screen and (max-width: 650px) {
  .room-item h3 {
    margin-top: 0;
  }
}

.room-item .room--price {
  font-size: 1.3rem;
}

@media only screen and (min-width: 40.063em) {
  .room-item .room--price {
    font-size: 1.75rem;
  }
}

.room-item .room--price small {
  margin-top: 0.75rem;
  font-weight: 400;
  display: block;
  line-height: 1em;
}

@media only screen and (max-width: 650px) {
  .room-item .room--price small {
    display: block;
  }
}

.room-item img {
  border-radius: 3px;
}

.room-item p:not(.clearing-caption) {
  margin-bottom: 0;
  line-height: 1.4;
  color: #444;
}

@media only screen and (max-width: 650px) {
  .room-item p:not(.clearing-caption) {
    margin-bottom: 0.5em;
  }
}

form .row .row .column,
form .row .row .columns {
  padding: 0 0.9375rem;
}

sup {
  font-size: 1rem;
}

/* ========================================================================
   Booking flow room search results 
 ========================================================================== */

.booking-pages .offers-alert-box {
  padding: 15px;
}

@media only screen and (max-width: 40em) {
  .booking-pages .morton-results {
    border-bottom: 2px dotted #ddd;
  }

  .booking-pages .morton-results .morton-hotel-panel-top {
    margin-top: 0.2em;
    margin-bottom: 1.5em;
  }
}

.booking-pages .row.search-collapsed .hotel-heading {
  margin-bottom: 0.2em;
  margin-top: 0.4em;
}

@media only screen and (min-width: 40.063em) {
  .booking-pages .row.search-collapsed .hotel-heading {
    margin-top: 0.2em;
  }
}

.booking-pages .hotel-summary-list {
  display: none;
}

@media only screen and (min-width: 40.063em) {
  .booking-pages .hotel-summary-list {
    display: block;
  }
}

.booking-pages .room-group-container {
  background: #e7e7e7;
}

.booking-pages .room-group-container--light {
  background: #fcfcfc;
}

.booking-pages .room-group-single-container {
  background: white;
  padding: 1em;
  margin-bottom: 1.5em;
  border-radius: 5px;
}

.booking-pages .room-group-header {
  min-height: 50px;
}

.booking-pages .room-group-header .room-group-header__wrapper {
  margin-top: 10px;
}

.booking-pages .room-group-header .room-group-header__heading {
  color: #0a3a81;
  display: inline;
  font-size: 2em;
  font-weight: bold;
  margin: 0 0.3em 0 0;
}

.booking-pages .room-group-header .icons-container {
  display: inline;
  white-space: nowrap;
  line-height: 26px;
  color: #0a3a81;
  position: relative;
  top: -5px;
}

.booking-pages .room-group-header .icons-container .fa-info {
  color: white;
  background-color: #0a3a81;
  position: relative;
  top: -15px;
  border-radius: 50%;
  padding: 0.05em 0.0em;
  width: 1.3em;
  height: 1.3em;
}

.booking-pages .room-group-header .icons-container .fa-user {
  background: #0a3a81;
  border-radius: 50%;
  color: white;
  width: 1.3em;
  height: 1.3em;
  padding: 0.2em 0.25em;
}

.booking-pages .room-group-header .icons-container span.guest-icons {
  position: initial;
  font-size: 0.8em;
  margin-left: 0;
  position: relative;
  top: 3px;
  left: -5px;
}

.booking-pages .room-group-header .icons-container span.guest-icons .fa-custom-cot {
  background-image: url("../images/cot-icon.png");
  width: 1.6em;
  height: 1.2em;
}

.booking-pages .room-group-header .room-group-header__content {
  margin: 12px 0;
}

.booking-pages .room-group-header .room-group-header__content p {
  margin-bottom: 0;
  font-weight: 100;
}

.booking-pages .room-heading__wrapper .room-heading {
  font-size: 1.8em;
  color: #0a3a81;
  padding: 0 0 0.5em;
}

@media only screen and (min-width: 40.063em) {
  .booking-pages .room-heading__wrapper .room-heading {
    padding: 0 0 0.5em;
  }
}

.booking-pages .js__booking-itemwrapper__controls {
  margin-top: 1.5em;
}

.booking-pages .js__booking-itemwrapper__controls .rooms {
  position: relative;
  top: -5px;
}

@media only screen and (min-width: 40.063em) {
  .booking-pages .promotional-rate-wrapper {
    font-size: 0.9em;
    padding-top: 0.5rem;
  }

  .booking-pages .promotional-rate-wrapper .room-heading {
    padding-top: 0.3rem;
  }

  .booking-pages .promotional-rate-wrapper p {
    padding-bottom: 20px;
  }

  .booking-pages .promotional-rate-wrapper p.current-value {
    padding-bottom: 10px;
  }
}

.booking-pages .room-heading__wrapper.promotional-rate .room-heading {
  padding-right: 55px;
  display: inline-block;
}

.booking-pages .other-rates-container {
  padding: 15px 0 15px;
  position: relative;
  border: 1px solid #d1cdc9;
  border-radius: 5px;
  background: #e8e7e5;
}

.booking-pages .other-rates-container span[data-offers-available-text] {
  display: none;
}

.booking-pages .other-rates-container.inactive-rates .other-rates-listing {
  display: none;
}

.booking-pages .other-rates-container.inactive-rates span[data-offers-available-text] {
  display: inline;
}

.booking-pages .other-rates-container .fa-star {
  color: #e8e7e5;
  background: #0a3a81;
  border-radius: 50%;
  padding: .2em .25em;
  margin-right: 0.5em;
}

.booking-pages .other-rates-container .offers-text {
  width: 45%;
  min-height: 25px;
  margin: 15px;
  color: #0a3a81;
  font-weight: bold;
  font-size: 0.8em;
  float: left;
}

@media only screen and (min-width: 40.063em) {
  .booking-pages .other-rates-container .offers-text {
    font-size: 1.1em;
    width: 70%;
  }
}

@media only screen and (min-width: 64.063em) {
  .booking-pages .other-rates-container .offers-text {
    font-size: 1.2em;
  }
}

.booking-pages .other-rates-container .button.offers {
  padding: 4px 15px;
  position: absolute;
  right: 15px;
  top: 12px;
  min-width: 114px;
}

.booking-pages .other-rates-container .room-heading {
  font-size: 1.4em;
  color: #0a3a81;
}

.booking-pages .other-rates-container .room-item {
  border-top: 0;
  border-bottom: 1px solid #e8e7e5;
}

.booking-pages .other-rates-container .room-item .current-value {
  background-color: white;
}

@media only screen and (min-width: 64.063em) {
  .booking-pages .other-rates-container .room-heading__wrapper {
    padding-left: 0.9em;
  }
}

.booking-pages .dropdown-tooltip {
  display: inline-block;
}

.booking-pages .dropdown-tooltip .f-dropdown.content {
  max-width: 300px !important;
}

.booking-pages .dropdown-tooltip .f-dropdown.content:not(.miss-right) {
  margin-left: 0 !important;
}

.booking-pages .dropdown-tooltip .content-container {
  white-space: initial;
}

.booking-pages .hotel-searchbar {
  background: #E7E7E7;
  padding: 2em 0;
}

@media only screen and (min-width: 64.063em) {
  .booking-pages .hotel-searchbar {
    padding: 3em 0;
  }
}

.booking-pages .hotel-searchbar .hotel-searchbar__title {
  text-align: center;
  font-size: 1.5em;
}

@media only screen and (min-width: 40.063em) {
  .booking-pages .hotel-searchbar .hotel-searchbar__title {
    font-size: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.8em;
  }
}

/* ========================================================================
  Book Tonight 
 ========================================================================== */

.pageheader--book-tonight {
  margin-bottom: 0px;
}

.page-header--book-tonight {
  font-size: 32px;
  margin-top: 10px;
  margin-bottom: 15px !important;
}

.page-header--book-tonight span {
  white-space: nowrap;
}

.booking-overview--book-tonight .date {
  font-size: 120%;
  font-weight: bold;
  color: #0a3a81;
}

@media only screen and (max-width: 40.063em) {
  .pageheader .booking-overview--book-tonight {
    margin-bottom: 1.28571rem;
  }
}

.no-js .filter-controls {
  display: none;
}

.filter-controls .filter-group {
  white-space: nowrap;
}

.filter-controls .filter-group select {
  max-width: 60%;
}

.button.button__book-tonight {
  padding: 20px 15px;
  width: 100%;
}

.button.button__book-tonight.primary {
  background-color: #f6921e;
  color: #fff;
}

.button.button__book-tonight.primary:hover {
  background-color: #ff6d00;
}

.button.button__book-tonight.secondary {
  background-color: #b3b3b3;
  color: #fff;
}

.button.button__book-tonight.secondary:hover {
  background-color: #999;
}

.clearing-thumbs.clearing-feature .camera-icon {
  display: none;
}

.clearing-thumbs.clearing-feature .clearing-featured-img a {
  position: relative;
}

.clearing-thumbs.clearing-feature .clearing-featured-img a .camera-icon {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.clearing-blackout .camera-icon {
  display: none !important;
}

.hotel-book.book-tonight {
  padding-top: 10px;
}

.hotel-book.book-tonight select {
  height: 3rem;
  margin: 0 0.5rem 0.5rem 0.5rem;
  padding: 0.75rem;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.15rem;
}

.hotel-book.book-tonight select:hover {
  box-shadow: 0px 0px 0px 1px #f6921e;
  transition: all 0.22s linear;
}

.hotel-book.book-tonight .booking-overview .date {
  color: #0a3a81;
  font-size: 20px;
  font-weight: 700;
}

.hotel-book.book-tonight .room--price small {
  display: block;
  margin: 10px 0 25px;
}

.hotel-book.book-tonight p.room-description {
  margin: 20px 0 !important;
  width: 100% !important;
  text-align: left !important;
}

.hotel-book.book-tonight .button__book-tonight {
  margin-bottom: 10px;
  white-space: normal;
}

.hotel-book.book-tonight .hotel-name {
  color: #0a3a81;
  font-size: 20px;
  margin-bottom: 0px;
  font-weight: 700;
}

.hotel-book.book-tonight .hotel-name--title {
  font-weight: 700;
  color: #faaf3b;
}

.hotel-book.book-tonight .hotel-address {
  color: #f6921e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px !important;
}

.hotel-book.book-tonight .accordion dd.active > a {
  border: 0;
  margin: 0;
}

.hotel-book.book-tonight .map {
  height: 300px;
}

.hotel-book.book-tonight .room-listing >
form >
.row {
  border-bottom: 1px dotted #d1cdc9;
  padding-bottom: 20px;
}

.hotel-book.book-tonight .accordion .content {
  padding-right: 0;
}

.hotel-book.book-tonight .accordion .content iframe {
  width: 100%;
}

.hotel-book.book-tonight li.clearing-featured-img {
  padding: 0;
}

/* ========================================================================
   Imph search form 
 ========================================================================== */

.imph-search-form .date-range {
  display: inline-block;
}

.imph-search-form .search-form-block {
  display: inline-block;
  line-height: 54px;
  vertical-align: top;
}

.imph-search-form .search-form-block .error {
  line-height: 1em;
  margin-right: .6rem;
}

.imph-search-form .search-form-block .nav-roomsearch__form__advanced-toggle {
  float: right;
}

.imph-search-form .search-form-block .nav-roomsearch-hotels {
  min-width: 100px;
}

.imph-search-form .select-hotels {
  min-width: 210px;
}

.imph-search-form .pick-title {
  width: auto;
  display: inline-block;
  line-height: 1.2em;
}

@media only screen and (max-width: 40em) {
  .imph-search-form .search-form-block {
    display: block;
  }

  .imph-search-form .search-form-block .fieldset__input,
  .imph-search-form .search-form-block .nav-roomsearch-hotels {
    max-width: 195px;
    min-width: 195px;
    margin: 0 0 0 10px;
  }

  .imph-search-form .pick-to {
    margin: 0 0 10px 0;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .imph-search-form .pick-title {
    width: auto;
  }

  .imph-search-form .select-hotels .pick-title {
    width: auto;
    min-width: 61px;
  }
}

@media only screen and (min-width: 64.063em) {
  .imph-search-form .fieldset__input {
    max-width: 190px;
  }
}

@media only screen and (max-width: 841px) {
  .imph-search-form .fieldset__input {
    width: 229px !important;
    max-width: 245px;
  }

  .imph-search-form .pick-title {
    width: 80px;
  }

  .imph-search-form .select-hotels .pick-title {
    width: 80px;
  }
}

@media only screen and (max-width: 841px) and (max-width: 64em) {
  .imph-search-form .button {
    width: 100%;
    margin-left: 0;
  }
}

@media only screen and (max-width: 750px) {
  .imph-search-form .hotel-search-button {
    margin: 10px 0 0 58px;
    width: 230px;
  }
}

.book-tonight .imph-search-form .select-hotels {
  min-width: 240px;
}

.hotel-address {
  padding-bottom: 10px;
}

.datepicker__heading {
  font-size: 1.4rem;
  margin-top: 15px;
}

.datepicker__heading span {
  display: block;
  margin-top: .5rem;
  font-size: 1rem;
  font-weight: 100;
  color: #3FAC4D;
}

.pageheader--hotels {
  margin: 0 0 3rem;
  padding: 3rem 0;
  border-bottom: 1px solid #f1eeea;
}

@media only screen and (min-width: 40.043em) and (max-width: 64em) {
  .pageheader--hotels .row {
    text-align: left;
  }
}

.pageheader--hotels h1 {
  margin-top: 0;
  margin-bottom: 0.9rem;
  line-height: 1;
  color: #f6921e;
}

.pageheader--hotels h1 small {
  color: #6f6f6f;
  font-size: 50%;
  font-weight: 400;
}

@media only screen and (max-width: 40em) {
  .pageheader--hotels h1 small {
    display: block;
    margin: 0.9rem 0 1.8rem;
  }
}

@media only screen and (min-width: 40.043em) {
  .pageheader--hotels h1 {
    font-size: 2.75em;
  }
}

.pageheader--hotels h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.pageheader--hotels__map-link {
  margin-left: 3px;
  font-size: 1.25rem;
  font-weight: 400;
}

.pageheader--hotels__map-link i {
  position: relative;
  top: -1px;
}

.pageheader--hotels__map-link.lt-ie10-show {
  display: none;
}

.lt-ie10 .pageheader--hotels__map-link.lt-ie10-show {
  display: inline-block;
}

.lt-ie10 .pageheader--hotels__map-link.lt-ie10-hide {
  display: none;
}

.pageheader--hotels__telephone {
  display: block;
  color: #6f6f6f;
  margin: 15px 0 0 3px;
}

.pageheader--hotels__telephone i {
  position: relative;
  top: -1px;
}

.pageheader--hotels__pricing-block {
  margin-top: 1.8rem;
  text-align: left;
}

.pageheader--hotels__pricing-block .button {
  width: 100%;
  margin-top: 1.8rem;
}

@media only screen and (min-width: 40.043em) {
  .pageheader--hotels__pricing-block .button {
    margin-top: 0;
  }
}

@media only screen and (min-width: 64.043em) {
  .pageheader--hotels__pricing-block {
    margin-top: 0.35rem;
    text-align: right;
  }

  .pageheader--hotels__pricing-block .button {
    width: auto;
  }
}

.hotel-overview {
  padding: 1.8rem 0;
}

.hotel-overview .hotel-overview__line {
  border-bottom: 1px solid #aaa6a2;
  width: 40%;
  float: left;
}

.hotel-overview .hotel-overview__heading {
  float: left;
  width: 20%;
}

.hotel-overview .hotel-overview__heading h2 {
  text-transform: uppercase;
  color: black;
  font-size: 0.9em;
  position: relative;
  top: 0.3em;
  font-weight: 500;
}

.hotel-overview-listing .hotel-overview-listing__title {
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .hotel-overview-listing .hotel-overview-listing__title {
    text-align: left;
  }
}

.hotel-overview-listing .hotel-overview-listing__title:hover {
  cursor: pointer;
}

.hotel-overview-listing .hotel-overview-listing__odd {
  background: #f8f8f7;
}

.hotel-overview-listing .hotel-overview-listing__container {
  background: white;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, white 0%, #f6f6f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#f6f6f5',GradientType=0 );
  /* IE6-9 */
  padding: 3em 0em 2em;
  border-bottom: none;
}

.hotel-overview-listing .hotel-overview-listing__roomsTitle {
  font-size: 0.9rem;
  color: black;
  font-weight: normal;
  margin: 0;
}

@media only screen and (min-width: 64.063em) {
  .hotel-overview-listing .hotel-overview-listing__price-wrapper {
    margin-left: 20px;
  }
}

.hotel-overview-listing .hotel-overview-listing__price {
  font-size: 4.4em;
  line-height: 1em;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}

.hotel-overview-listing .hotel-overview-listing__price:hover {
  cursor: pointer;
}

.hotel-overview-listing .hotel-overview-listing__price--small {
  font-size: 3em;
  margin-top: 1.5rem;
}

@media only screen and (min-width: 40.063em) {
  .hotel-overview-listing .hotel-overview-listing__price--small {
    font-size: 2.5em;
  }
}

.hotel-overview-listing .hotel-overview-listing__button {
  background-image: url("/assets/images/chevron-down.svg");
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  margin-top: 5px;
  font-size: 1rem;
}

@media only screen and (min-width: 40.063em) {
  .hotel-overview-listing .hotel-overview-listing__button {
    background-size: 10px 5px;
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .hotel-overview-listing .hotel-overview-listing__button {
    background-size: 20px 10px;
    font-size: 1rem;
  }
}

.hotel-overview-listing .hotel-overview-listing__button.active {
  background: #aaa6a2;
  background-image: url("/assets/images/chevron-up.svg");
  background-size: 20px 10px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
}

@media only screen and (min-width: 40.063em) {
  .hotel-overview-listing .hotel-overview-listing__button.active {
    background-size: 10px 5px;
  }
}

@media only screen and (min-width: 64.063em) {
  .hotel-overview-listing .hotel-overview-listing__button.active {
    background-size: 20px 10px;
  }
}

.hotel-overview-listing .hotel-overview-listing__button.hotel-overview-listing-offer__button {
  float: right;
  position: absolute;
  top: 25px;
  right: 20px;
  background-size: 10px 5px;
  width: 40%;
  text-align: left;
  padding-left: 20px;
  font-size: 0.8rem;
}

@media only screen and (min-width: 40.063em) {
  .hotel-overview-listing .hotel-overview-listing__button.hotel-overview-listing-offer__button {
    width: 25%;
    font-size: 1rem;
    top: 15px;
  }
}

@media only screen and (min-width: 64.063em) {
  .hotel-overview-listing .hotel-overview-listing__button.hotel-overview-listing-offer__button {
    width: 25%;
  }
}

.hotel-overview-listing .hotel-overview-listing__tagline {
  text-align: center;
}

@media only screen and (min-width: 40.063em) {
  .hotel-overview-listing .hotel-overview-listing__tagline {
    text-align: left;
  }
}

.hotel-overview-listing .hotel-overview-listing__distances p {
  font-size: 0.7rem;
  margin: 0;
  line-height: 1rem;
}

@media only screen and (min-width: 64.063em) {
  .hotel-overview-listing .hotel-overview-listing__distances p {
    font-size: 0.9rem;
  }
}

.hotel-overview-listing .hotel-overview-listing__tube,
.hotel-overview-listing .hotel-overview-listing__attraction,
.hotel-overview-listing .hotel-overview-listing__shopping {
  background-repeat: no-repeat;
  float: left;
  position: relative;
  top: -0.3em;
  width: 1.1rem;
  height: 1.1rem;
  margin: 0 .2rem 2em 0;
}

@media only screen and (min-width: 64.063em) {
  .hotel-overview-listing .hotel-overview-listing__tube,
  .hotel-overview-listing .hotel-overview-listing__attraction,
  .hotel-overview-listing .hotel-overview-listing__shopping {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 .5rem 2em 0;
  }
}

.hotel-overview-listing .hotel-overview-listing__tube {
  background-image: url(/assets/images/london-underground.svg);
  background-image: url(/assets/images/london-underground.png) \9;
}

.hotel-overview-listing .hotel-overview-listing__attraction {
  background-image: url(/assets/images/Museum.svg);
  background-image: url(/assets/images/Museum.png) \9;
}

.hotel-overview-listing .hotel-overview-listing__shopping {
  background-image: url(/assets/images/ShoppingBag.svg);
  background-image: url(/assets/images/ShoppingBag.png) \9;
}

.hotel-overview-listing .hotel-overview-listing__includes {
  font-size: 0.9rem;
  color: black;
  font-weight: normal;
}

.hotel-overview-listing .hotel-overview-listing__hidden-panel {
  display: none;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slider {
  display: none;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slider.slick-initialized {
  display: block;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-slider {
  background-image: url(/assets/images/ajax-loader-1.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-slider .slick-list {
  opacity: 0;
  position: absolute;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-slider.slick-initialized {
  background-color: #d1cdc9;
  transition: opacity 0.5s ease-in;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-slider.slick-initialized .slick-list {
  opacity: 1;
  position: relative;
  transition: opacity 0.5s ease-in;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .single-item-home {
  background-color: #d1cdc9;
  border-radius: 5px;
  padding-bottom: 5px;
  overflow: hidden;
}

@media only screen and (min-width: 64.063em) {
  .hotel-overview-listing .hotel-overview-listing__img-gallery .single-item-home {
    max-height: 147px;
  }
}

.hotel-overview-listing .hotel-overview-listing__img-gallery img {
  border-radius: 5px;
  border: 0;
  color: #d1cdc9;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery img::-moz-loading {
  visibility: hidden;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-dots {
  display: none;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-prev {
  left: 0px;
  background-image: url(/assets/images/slick-left.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-prev:before {
  content: '';
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-next {
  right: 0px;
  background-image: url(/assets/images/slick-right.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-next:before {
  content: '';
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-prev,
.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-next {
  top: 43%;
}

.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-prev:before,
.hotel-overview-listing .hotel-overview-listing__img-gallery .slick-next:before {
  text-shadow: 1px 1px 2px #1F1F1F;
  font-weight: normal;
  font-size: 30px;
  display: inline-block;
}

.hotel-overview-listing .hotel-overview-listing__expander {
  background: #E7E7E7;
  position: relative;
  top: 2.9em;
}

.hotel-overview-listing .hotel-overview-listing__expander.hotel-overview-listing__expander--plain {
  background: none;
  position: static;
}

.hotel-overview-listing .hotel-overview-listing__expander.hotel-overview-listing__expander--single {
  position: static;
}

.hotel-overview-listing .hotel-overview-listing__expander.hotel-overview-listing__expander--multi {
  position: relative;
  top: 0;
}

.hotel-overview-listing .hotel-overview-listing__expander .hotel-overview-listing__expander-arrow {
  background-image: url(/assets/images/panel-arrow.png);
  width: 69px;
  height: 32px;
  position: absolute;
  top: -32px;
  left: 40%;
}

@media only screen and (min-width: 40.063em) {
  .hotel-overview-listing .hotel-overview-listing__expander .hotel-overview-listing__expander-arrow {
    left: 47%;
  }
}

.hotel-overview-listing .hotel-overview-listing__expander .tab-wrapper {
  text-align: center;
  border-bottom: none;
  border-bottom: 1px solid #d1cdc9;
  line-height: 0;
}

.hotel-overview-listing .hotel-overview-listing__expander .tabs {
  margin: 1.5em auto 0;
  display: inline-block;
  border-bottom: none !important;
}

.hotel-overview-listing .hotel-overview-listing__expander dd.tab-title {
  border-bottom: 5px solid transparent;
}

.hotel-overview-listing .hotel-overview-listing__expander dd.tab-title.active {
  border-bottom: 5px solid #0a3a81;
}

.hotel-overview-listing .hotel-overview-listing__expander dd.tab-title.active a {
  color: #0a3a81;
}

.hotel-overview-listing .hotel-overview-listing__expander dd.tab-title a {
  color: #aaa6a2;
  background: none;
  font-size: 0.9em;
  font-weight: bold;
  outline: 0;
  padding: 0.5em 0.2rem;
}

@media only screen and (min-width: 40.063em) {
  .hotel-overview-listing .hotel-overview-listing__expander dd.tab-title a {
    font-size: 1.2em;
    padding: 0.5em 1.3rem;
  }
}

@media only screen and (min-width: 64.063em) {
  .hotel-overview-listing .hotel-overview-listing__expander dd.tab-title a {
    font-size: 1.8em;
    padding: 0.7em 1.5rem;
  }
}

.modal-hotels .hotel-overview-listing .hotel-overview-listing__title {
  font-size: 1.5em;
}

.modal-hotels .hotel-overview-listing .hide-for-small-only p,
.modal-hotels .hotel-overview-listing .hotel-overview-listing__distances p,
.modal-hotels .hotel-overview-listing .hotel-overview-listing__roomsTitle,
.modal-hotels .hotel-overview-listing .hotel-overview-listing__includes {
  font-size: 0.7rem;
}

@media only screen and (min-width: 64.063em) {
  .modal-hotels .hotel-overview-listing .hide-for-small-only p,
  .modal-hotels .hotel-overview-listing .hotel-overview-listing__distances p,
  .modal-hotels .hotel-overview-listing .hotel-overview-listing__roomsTitle,
  .modal-hotels .hotel-overview-listing .hotel-overview-listing__includes {
    font-size: 0.8rem;
  }
}

.modal-hotels .hotel-overview-listing .hotel-overview-listing__price {
  font-size: 2em;
}

@media only screen and (min-width: 64.063em) {
  .modal-hotels .hotel-overview-listing .hotel-overview-listing__price {
    font-size: 3em;
  }
}

.modal-hotels .hotel-overview-listing .room-listing__group__overview__button {
  padding: 0.75rem 0.5rem;
  font-size: 0.6rem;
}

@media only screen and (min-width: 64.063em) {
  .modal-hotels .hotel-overview-listing .room-listing__group__overview__button {
    font-size: 0.9rem;
  }
}

.modal-hotels .hotel-overview-listing .hotel-overview-listing__tube,
.modal-hotels .hotel-overview-listing .hotel-overview-listing__attraction,
.modal-hotels .hotel-overview-listing .hotel-overview-listing__shopping {
  margin: 0 .3rem 0.5em 0;
}

@media only screen and (min-width: 64.063em) {
  .modal-hotels .hotel-overview-listing .hotel-overview-listing__tube,
  .modal-hotels .hotel-overview-listing .hotel-overview-listing__attraction,
  .modal-hotels .hotel-overview-listing .hotel-overview-listing__shopping {
    margin: 0 .3rem 3em 0;
  }
}

.see-inside-tour .see-inside-tour__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.see-inside-tour .see-inside-tour__item {
  width: 100px;
  height: 75px;
  float: left;
  position: relative;
  margin-right: 2em;
}

.see-inside-tour .see-inside-tour__item:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(10, 58, 129, 0.3);
}

.see-inside-tour .see-inside-tour__item .see-inside-tour__mapthumb {
  overflow: hidden;
  height: 75px;
}

.see-inside-tour .see-inside-tour__item .see-inside-tour__mapthumb iframe {
  width: 250px;
  height: 250px;
  margin-top: -70px;
  margin-left: -10px;
}

.hotel-overview__grid {
  margin-top: 1.8rem;
}

@media only screen and (min-width: 40.043em) {
  .hotel-overview__grid {
    margin-top: 3rem;
  }
}

.hotel-overview__grid__item {
  text-align: center;
}

.hotel-overview__grid__item .th {
  position: relative;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12);
}

.hotel-overview__grid__item .th:hover {
  box-shadow: 0 0 6px 1px rgba(10, 58, 129, 0.35);
}

.hotel-overview__grid__item .th:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
}

:not(.lt-ie9) .hotel-overview__grid__item .th:before {
  background-color: rgba(10, 58, 129, 0.3);
}

:not(.lt-ie9) .morton-hotel-panel .hotel-overview__grid__item .th:before {
  background-color: rgba(122, 142, 141, 0.3);
}

.lt-ie9 .hotel-overview__grid__item .th:before {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D0A3A81', endColorstr='#4D0A3A81');
  zoom: 1;
}

.lt-ie9 .hotel-overview__grid__item .th {
  background-color: #0a3a81;
  background-color: rgba(10, 58, 129, 0.3);
}

.lt-ie9 .lt-ie9 .hotel-overview__grid__item .th {
  background-color: transparent;
}

.lt-ie9 .lt-ie9 .hotel-overview__grid__item .th {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D0A3A81', endColorstr='#4D0A3A81');
  zoom: 1;
}

.lt-ie9 .morton-hotel-panel .hotel-overview__grid__item .th {
  background-color: #7a8e8d;
  background-color: rgba(122, 142, 141, 0.3);
}

.lt-ie9 .lt-ie9 .morton-hotel-panel .hotel-overview__grid__item .th {
  background-color: transparent;
}

.lt-ie9 .lt-ie9 .morton-hotel-panel .hotel-overview__grid__item .th {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D7A8E8D', endColorstr='#4D7A8E8D');
  zoom: 1;
}

.hotel-overview__grid__item .th .before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}

:not(.lt-ie9) .hotel-overview__grid__item .th .before {
  display: none;
}

.lt-ie9 .hotel-overview__grid__item .th .before {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D0A3A81', endColorstr='#4D0A3A81');
  zoom: 1;
  display: block;
}

.lt-ie9 .morton-hotel-panel .hotel-overview__grid__item .th .before {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4D7A8E8D', endColorstr='#4D7A8E8D');
}

.hotel-overview__grid__item .hotel-overview__grid__item__info {
  position: relative;
  z-index: 6;
}

.hotel-overview__grid__item .hotel-overview__grid__item__info .title {
  margin-top: 1.44rem;
}

.hotel-overview__grid__item > a {
  display: block;
  padding: 18px;
  background-size: cover;
  background-position: center;
}

.hotel-overview__grid__item h1,
.hotel-overview__grid__item h2,
.hotel-overview__grid__item h3,
.hotel-overview__grid__item h4,
.hotel-overview__grid__item small {
  color: #fff;
}

.hotel-overview__grid__item .heading {
  margin-bottom: 0.45rem;
  font-size: 2.25rem;
  text-transform: uppercase;
}

.hotel-overview__grid__item .heading small {
  display: inline-block;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}

.hotel-overview__grid__item .heading small:first-of-type {
  margin-right: 6px;
}

.hotel-overview__grid__item p {
  margin: 0 0 1.44rem;
  color: #fff;
  color: rgba(255, 255, 255, 0.9);
}

.hotel-overview__grid__item h2 {
  font-weight: 500;
  font-size: 2rem;
}

.hotel-overview__grid__item h4 {
  margin-bottom: 0;
  padding: 0.9rem 0 1.1rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1;
  background-color: #0a3a81;
  background-color: rgba(10, 58, 129, 0.45);
}

.lt-ie9 .hotel-overview__grid__item h4 {
  background-color: transparent;
}

.lt-ie9 .hotel-overview__grid__item h4 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#730A3A81', endColorstr='#730A3A81');
  zoom: 1;
}

.morton-hotel-panel .hotel-overview__grid__item h4 {
  background-color: #7a8e8d;
  background-color: rgba(122, 142, 141, 0.8);
}

.lt-ie9 .morton-hotel-panel .hotel-overview__grid__item h4 {
  background-color: transparent;
}

.lt-ie9 .morton-hotel-panel .hotel-overview__grid__item h4 {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC7A8E8D', endColorstr='#CC7A8E8D');
  zoom: 1;
}

.hotel-overview__grid__item h4:not(.lined) {
  position: relative;
  top: -6px;
  margin-top: 0;
  margin-bottom: -18px;
}

.lt-ie9 .hotel-overview__grid__item h4:not(.lined) {
  top: -8px;
}

.hotel-overview__grid__item .lined {
  overflow: hidden;
  position: relative;
  z-index: 100;
  width: auto;
  margin: 0px auto;
  padding: 0;
  text-align: center;
  white-space: nowrap;
  background: none;
}

.morton-hotel-panel .hotel-overview__grid__item .lined {
  background: none;
}

.lt-ie9 .hotel-overview__grid__item .lined {
  -webkit-filter: none;
  filter: none;
}

.lt-ie9 .morton-hotel-panel .hotel-overview__grid__item .lined {
  -webkit-filter: none;
  filter: none;
}

.hotel-overview__grid__item .lined:before,
.hotel-overview__grid__item .lined:after {
  content: '';
  display: inline-block;
  height: 0px;
  width: 50%;
  vertical-align: middle;
  border-bottom: 1px solid;
}

.hotel-overview__grid__item .lined:before {
  margin-left: -50%;
  margin-right: 0.75rem;
}

.hotel-overview__grid__item .lined:after {
  margin-left: 0.75rem;
  margin-right: -50%;
}

.morton-hotel-link {
  display: block;
}

.morton-hotel-panel-top {
  background-size: cover;
  background-position: center;
  color: white;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  overflow: hidden;
  transition: all 200ms ease-out;
  font-weight: 300;
  padding-bottom: 20px;
  position: relative;
}

.morton-hotel-panel-top:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.morton-hotel-panel-top .morton-hotel-panel-top__background {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.morton-hotel-panel-top .text-wrapper {
  padding: 0.5em 0;
}

.morton-hotel-panel-top .columns.image {
  padding: 0;
}

.morton-hotel-panel-top .morton-hotel-panel-top__logo {
  background: url(/assets/images/morton/logo.png);
  background-image: url(/assets/images/morton/logo.svg);
  content: " ";
  width: 50px;
  height: 60px;
  background-size: cover;
  display: inline-block;
  margin: 1em 0 0;
  z-index: 6;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  .morton-hotel-panel-top .morton-hotel-panel-top__logo {
    width: 90px;
    height: 108px;
    margin: 3em 0 0;
  }
}

.morton-hotel-panel-top .morton-hotel-panel-top__heading {
  color: white;
  font-size: 0.9em;
  text-transform: uppercase;
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  z-index: 6;
  position: relative;
}

.morton-hotel-panel-top .morton-hotel-panel-top__caption {
  margin: 0.1em 0;
  font-size: 1.5em;
  line-height: 1.7em;
  font-weight: 300;
  z-index: 6;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  .morton-hotel-panel-top .morton-hotel-panel-top__caption {
    margin: 0.2em 0;
    font-size: 2.2em;
  }
}

.morton-hotel-panel-top .morton-hotel-panel-top__subcaption {
  font-size: 1em;
  font-weight: 300;
  z-index: 6;
  position: relative;
}

@media only screen and (min-width: 64.063em) {
  .morton-hotel-panel-top .morton-hotel-panel-top__subcaption {
    font-size: 1.4em;
  }
}

.morton-hotel-panel-top .morton-hotel-panel-top__button {
  padding: 0.5em 1em;
  font-size: 0.9rem;
  background: #719194;
  font-weight: 300;
  z-index: 6;
}

@media only screen and (min-width: 64.063em) {
  .morton-hotel-panel-top .morton-hotel-panel-top__button {
    padding: 1em 3em;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 40.063em) {
  .morton-hotel-panel-top {
    height: 450px;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .morton-hotel-panel-top {
    height: 280px;
  }

  .morton-hotel-panel-top .image-wrapper {
    height: 230px;
  }

  .morton-hotel-panel-top h3,
  .morton-hotel-panel-top .heading {
    color: white;
    font-size: 1.1em;
  }

  .morton-hotel-panel-top p {
    font-size: 1em;
  }
}

@media only screen and (min-width: 64.063em) {
  .morton-hotel-panel-top h3,
  .morton-hotel-panel-top .heading {
    font-size: 2em;
  }

  .morton-hotel-panel-top h3::before,
  .morton-hotel-panel-top .heading::before {
    width: 45px;
    height: 54px;
  }

  .morton-hotel-panel-top p {
    font-size: 1.1em;
    line-height: 2em;
  }

  .morton-hotel-panel-top p small {
    font-size: 80%;
  }
}

.morton-hotel-panel-top.morton-hotel-panel-top--small {
  height: 290px;
}

@media only screen and (min-width: 40.063em) {
  .morton-hotel-panel-top.morton-hotel-panel-top--small {
    height: 270px;
  }
}

.morton-hotel-panel-top.morton-hotel-panel-top--small .morton-hotel-panel-top__logo {
  width: 50px;
  height: 60px;
  margin: 1em 0 0 0;
}

.morton-hotel-panel-top.morton-hotel-panel-top--small .morton-hotel-panel-top__caption {
  font-size: 1.5em;
}

.morton-hotel-panel-top.morton-hotel-panel-top--small .morton-hotel-panel-top__subcaption {
  font-size: 1.1em;
  margin-bottom: 0.7em;
}

.morton-hotel-panel-top.morton-hotel-panel-top--small .morton-hotel-panel-top__button {
  padding: 0.6em 1em;
}

.modal-hotels.row.morton-results {
  max-width: none;
}

.modal-hotels .morton-hotel-panel-top {
  margin-left: 0;
  margin-right: 0;
}

@media only screen and (max-width: 1470px) {
  .modal-hotels {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 1184px) and (min-width: 1026px) {
  .modal-hotels {
    font-size: 0.9em;
  }
}

@media only screen and (max-width: 1300px) and (min-width: 641px) {
  .modal-hotels .morton-hotel-panel-top {
    height: 240px;
  }

  .modal-hotels .morton-hotel-panel-top .image-wrapper {
    height: 240px;
  }
}

.modal-hotels .hotel-overview-listing__button {
  font-size: 0.8em;
}

.modal-hotels .hotel-overview-listing__distances {
  font-size: 0.8em;
}

.modal-hotels .hotel-overview-listing__tube,
.modal-hotels .hotel-overview-listing__attraction,
.modal-hotels .hotel-overview-listing__shopping {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0 .3rem 3em 0;
}

.modal-hotels .hotel-overview-listing__button {
  background-size: 10px 5px;
}

@media only screen and (min-width: 40.063em) {
  .booking-pages .morton-hotel-panel-top {
    margin: 0.5em 0 0 0;
  }
}

.hotel-details img {
  border-radius: 3px;
}

.hotel-details .map {
  height: 200px;
}

/*.hotel-feature {

	.columns.small-9 {
		padding-left: 1rem;
		padding-top: 0.5rem;
	}

	.columns.small-3 { margin-bottom: 1rem; }

	h5 { margin: 0 0 5px 0px; }
}*/

.room-item .current-value {
  margin: 0 0.5rem;
  padding: 0.6rem 0;
  line-height: 1;
  border: 1px solid #d1cdc9;
  border-radius: 3px;
  font-size: 0.8em;
  background: #fff;
}

@media only screen and (min-width: 40.063em) {
  .room-item .current-value {
    font-size: 1em;
  }
}

.room-item .current-value span {
  display: inline !important;
}

.room-item .button {
  font-size: 1.5rem;
  border-radius: 3px;
}

.floating-menu {
  padding: 0.9rem;
  border: 2px solid #adbacc;
  border-radius: 3px;
}

.hotel-book {
  padding: 0 0 1.8rem 0;
}

.hotel-book form {
  margin: 1.8rem 0;
}

.hotel-book nav {
  margin-bottom: 3rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #f1eeea;
}

.hotel-book nav form {
  margin-bottom: 0;
  font-size: 1.125rem;
}

.hotel-book nav.filter-controls {
  padding-bottom: 0;
  margin-bottom: 0;
}

.hotel-book .panel.callout {
  margin-top: 2.5rem;
}

.book-tonight {
  margin-top: 0;
  padding-top: 0;
}

.hotel-book .picker__input,
.room-item .picker__input {
  margin: 0 0.5rem;
  padding: 0rem 0.75rem;
  line-height: 1;
  font-size: 1.15rem;
  border-radius: 3px;
  height: 2.7em;
}

.hotel-banners .hotel-banner {
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  width: 50%;
  height: 170px;
}

@media only screen and (min-width: 40.063em) {
  .hotel-banners .hotel-banner {
    width: 33.33333%;
    height: 252px;
  }
}

@media only screen and (min-width: 64.063em) {
  .hotel-banners .hotel-banner {
    width: 20%;
  }
}

.hotel-banners .hotel-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.hotel-banners .hotels-banners-title {
  color: #0a3a81;
  text-align: center;
  margin: 1em 0 1.6em;
  font-size: 1.8em;
}

@media only screen and (min-width: 40.063em) {
  .hotel-banners .hotels-banners-title {
    font-size: 2.2em;
  }
}

.hotel-banners .hotel-banner-title {
  border-bottom: 1px solid #d1cdc9;
  border-top: 1px solid #d1cdc9;
  position: relative;
  color: white;
  text-align: center;
  width: 80%;
  margin: 20px 10% 0;
  z-index: 6;
  font-weight: 300;
  font-size: 1.3em;
  padding: 7px 0;
}

@media only screen and (min-width: 40.063em) {
  .hotel-banners .hotel-banner-title {
    font-size: 2em;
  }
}

.hotel-banners .hotel-banner-tagline {
  color: white;
  position: relative;
  text-align: center;
  font-weight: 100;
  z-index: 6;
  margin: .5em 10% 0;
  font-size: 1.1em;
}

.modal-hotels {
  background-size: 1%;
  border-radius: 4px;
}

.modal-hotels p:last-of-type {
  margin-bottom: 0;
}

/* ========================================================================
   IE 8 
 ========================================================================== */

.lt-ie9 .morton-hotel-panel-top .columns.text-center {
  position: static;
}

.lt-ie9 .morton-hotel-panel-top .image-wrapper img {
  position: static;
}

.pageheader-visual--meetings,
.pageheader-visual--meetingsEventsOverviewPage,
.pageheader-visual--meetingsEventsEventSpacePage,
.pageheader-visual--meetingsEventsPackagesPage,
.pageheader-visual--meetingsEventsFoodPackagesPage,
.pageheader-visual--meetingsEventsContactUsPage {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0a3a81;
  padding: 3rem 0;
}

.pageheader-visual--meetings li,
.pageheader-visual--meetingsEventsOverviewPage li,
.pageheader-visual--meetingsEventsEventSpacePage li,
.pageheader-visual--meetingsEventsPackagesPage li,
.pageheader-visual--meetingsEventsFoodPackagesPage li,
.pageheader-visual--meetingsEventsContactUsPage li {
  padding: 0;
}

.pageheader-visual--meetings li .meeting-info--item,
.pageheader-visual--meetingsEventsOverviewPage li .meeting-info--item,
.pageheader-visual--meetingsEventsEventSpacePage li .meeting-info--item,
.pageheader-visual--meetingsEventsPackagesPage li .meeting-info--item,
.pageheader-visual--meetingsEventsFoodPackagesPage li .meeting-info--item,
.pageheader-visual--meetingsEventsContactUsPage li .meeting-info--item {
  padding: 1.9rem 1rem;
  display: block;
  height: 12em;
  color: rgba(0, 0, 0, 0.8);
  margin: 0.5em;
  background: #fff;
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.lt-ie9 .pageheader-visual--meetings li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsOverviewPage li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsEventSpacePage li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsPackagesPage li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsFoodPackagesPage li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsContactUsPage li .meeting-info--item {
  background-color: transparent;
}

.lt-ie9 .pageheader-visual--meetings li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsOverviewPage li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsEventSpacePage li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsPackagesPage li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsFoodPackagesPage li .meeting-info--item,
.lt-ie9 .pageheader-visual--meetingsEventsContactUsPage li .meeting-info--item {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6FFFFFF', endColorstr='#E6FFFFFF');
  zoom: 1;
}

.pageheader-visual--meetings li .meeting-info--item h3,
.pageheader-visual--meetingsEventsOverviewPage li .meeting-info--item h3,
.pageheader-visual--meetingsEventsEventSpacePage li .meeting-info--item h3,
.pageheader-visual--meetingsEventsPackagesPage li .meeting-info--item h3,
.pageheader-visual--meetingsEventsFoodPackagesPage li .meeting-info--item h3,
.pageheader-visual--meetingsEventsContactUsPage li .meeting-info--item h3 {
  font-size: 1.4em;
  height: 2rem;
  font-weight: bold;
  color: #0a3a81;
}

.pageheader-visual--meetings li .meeting-info--item p,
.pageheader-visual--meetingsEventsOverviewPage li .meeting-info--item p,
.pageheader-visual--meetingsEventsEventSpacePage li .meeting-info--item p,
.pageheader-visual--meetingsEventsPackagesPage li .meeting-info--item p,
.pageheader-visual--meetingsEventsFoodPackagesPage li .meeting-info--item p,
.pageheader-visual--meetingsEventsContactUsPage li .meeting-info--item p {
  padding-top: 1rem;
  border-top: 2px dotted #0a3a81;
  border-top: 2px dotted rgba(10, 58, 129, 0.2);
}

.sub-nav--floater {
  margin-top: 1.8rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 64.043em) {
  .sub-nav--floater {
    float: right;
    margin-top: 20px;
  }
}

.currency-selector {
  border: 5px solid #f1eeea;
  padding: 0.5em;
  text-align: center;
  color: #838a94;
  font-size: 0.8em;
  margin-bottom: 1.5em;
}

.currency-selector .currency-selector__total-amount {
  font-size: 1.8em;
  white-space: nowrap;
}

.currency-selector .currency-selector__exchange-rate {
  font-size: 1em;
}

.currency-selector:hover {
  border-color: #838a94;
  cursor: pointer;
}

.currency-selector.active {
  border-color: #faaf3b;
}

.currency-selector.active .currency-selector__total-amount {
  color: black;
}

body.morton {
  background-color: #f9f7f2;
  background-image: url(/assets/images/morton-background-tile.jpg);
}

body.morton .hotel-name {
  display: none;
}

body.morton .back-to-top {
  color: #7a8e8d;
}

body.morton #ajax-loading h4 {
  color: #7a8e8d;
}

body.morton .booking-pages .input-wrapper .radio-group {
  color: #4d4d4d;
}

body.morton .booking-pages .input-wrapper .radio-group label {
  color: #4d4d4d;
}

body.morton .booking-pages .booking-login .input-wrapper.checkbox-dpa label {
  color: #4d4d4d;
}

.morton-results {
  clear: both;
}

body.morton,
.morton-results,
.hotel-book.book-tonight .morton-results {
  /* line 12, /Sites/imperialhotels.co.uk/source/imperial-web/src/scss/modules/_buttons.scss */
  /* ========================================================================
     tabs search results 
   ========================================================================== */
  /* ========================================================================
     Date picker 
   ========================================================================== */
  /* ========================================================================
     Lock spinner 
   ========================================================================== */
  /* ========================================================================
     Sticky bar 
   ========================================================================== */
}

body.morton h1,
body.morton h2,
body.morton h3,
body.morton h4,
body.morton h5,
.morton-results h1,
.morton-results h2,
.morton-results h3,
.morton-results h4,
.morton-results h5,
.hotel-book.book-tonight .morton-results h1,
.hotel-book.book-tonight .morton-results h2,
.hotel-book.book-tonight .morton-results h3,
.hotel-book.book-tonight .morton-results h4,
.hotel-book.book-tonight .morton-results h5 {
  font-family: "Playfair Display", serif;
  color: #7a8e8d;
}

body.morton .dates-changed-search-again h3,
.morton-results .dates-changed-search-again h3,
.hotel-book.book-tonight .morton-results .dates-changed-search-again h3 {
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  margin-top: .2rem;
  margin-bottom: .5rem;
}

body.morton #ajax-loading h4,
.morton-results #ajax-loading h4,
.hotel-book.book-tonight .morton-results #ajax-loading h4 {
  color: #719194;
}

body.morton .textpage-wrapper a,
.morton-results .textpage-wrapper a,
.hotel-book.book-tonight .morton-results .textpage-wrapper a {
  color: #7a8e8d;
}

body.morton .textpage-wrapper .multiple-package a,
.morton-results .textpage-wrapper .multiple-package a,
.hotel-book.book-tonight .morton-results .textpage-wrapper .multiple-package a {
  color: #fff;
}

body.morton .imph-header-main,
.morton-results .imph-header-main,
.hotel-book.book-tonight .morton-results .imph-header-main {
  background-color: #7a8e8d;
}

body.morton .imph-header-main .logo-container,
.morton-results .imph-header-main .logo-container,
.hotel-book.book-tonight .morton-results .imph-header-main .logo-container {
  background-color: #49606e;
}

body.morton .imph-header-main .has-dropdown .dropdown,
.morton-results .imph-header-main .has-dropdown .dropdown,
.hotel-book.book-tonight .morton-results .imph-header-main .has-dropdown .dropdown {
  background-color: #49606e;
}

body.morton .imph-header-main .off-canvas,
body.morton .imph-header-main .mobile-nav,
.morton-results .imph-header-main .off-canvas,
.morton-results .imph-header-main .mobile-nav,
.hotel-book.book-tonight .morton-results .imph-header-main .off-canvas,
.hotel-book.book-tonight .morton-results .imph-header-main .mobile-nav {
  background-color: #49606e;
}

body.morton .imph-header-main .off-canvas .nav-heading,
body.morton .imph-header-main .mobile-nav .nav-heading,
.morton-results .imph-header-main .off-canvas .nav-heading,
.morton-results .imph-header-main .mobile-nav .nav-heading,
.hotel-book.book-tonight .morton-results .imph-header-main .off-canvas .nav-heading,
.hotel-book.book-tonight .morton-results .imph-header-main .mobile-nav .nav-heading {
  background-color: #889a99;
  border-color: #96a5a5;
}

body.morton .imph-header-main .off-canvas hr,
body.morton .imph-header-main .mobile-nav hr,
.morton-results .imph-header-main .off-canvas hr,
.morton-results .imph-header-main .mobile-nav hr,
.hotel-book.book-tonight .morton-results .imph-header-main .off-canvas hr,
.hotel-book.book-tonight .morton-results .imph-header-main .mobile-nav hr {
  border-color: #96a5a5;
}

body.morton .imph-header-main .main-nav .main-nav__item a:hover,
.morton-results .imph-header-main .main-nav .main-nav__item a:hover,
.hotel-book.book-tonight .morton-results .imph-header-main .main-nav .main-nav__item a:hover {
  color: #4a5857;
}

body.morton .imph-header-main .main-nav .main-nav__item.active a,
.morton-results .imph-header-main .main-nav .main-nav__item.active a,
.hotel-book.book-tonight .morton-results .imph-header-main .main-nav .main-nav__item.active a {
  border-bottom: 4px solid #4a5857;
}

body.morton .imph-header-main .header-main__secondary .secondary-nav .secondary-nav__item > a:hover,
body.morton .imph-header-main .header-main__secondary .secondary-nav.locale-selector .has-dropdown .locale-name:hover,
.morton-results .imph-header-main .header-main__secondary .secondary-nav .secondary-nav__item > a:hover,
.morton-results .imph-header-main .header-main__secondary .secondary-nav.locale-selector .has-dropdown .locale-name:hover,
.hotel-book.book-tonight .morton-results .imph-header-main .header-main__secondary .secondary-nav .secondary-nav__item > a:hover,
.hotel-book.book-tonight .morton-results .imph-header-main .header-main__secondary .secondary-nav.locale-selector .has-dropdown .locale-name:hover {
  color: #4a5857;
}

body.morton .imph-header-main .header-main__secondary .dropdown .nav__item a:hover,
.morton-results .imph-header-main .header-main__secondary .dropdown .nav__item a:hover,
.hotel-book.book-tonight .morton-results .imph-header-main .header-main__secondary .dropdown .nav__item a:hover {
  color: #b1bdbc;
}

body.morton .header-main .top-bar .top-bar-section li a:not(.button).top-bar__logo,
.morton-results .header-main .top-bar .top-bar-section li a:not(.button).top-bar__logo,
.hotel-book.book-tonight .morton-results .header-main .top-bar .top-bar-section li a:not(.button).top-bar__logo {
  background: #fff !important;
}

body.morton .header-main .top-bar .top-bar-section li a:not(.button).top-bar__logo:hover,
.morton-results .header-main .top-bar .top-bar-section li a:not(.button).top-bar__logo:hover,
.hotel-book.book-tonight .morton-results .header-main .top-bar .top-bar-section li a:not(.button).top-bar__logo:hover {
  border: 0;
}

body.morton .nav-roomsearch__linerow,
.morton-results .nav-roomsearch__linerow,
.hotel-book.book-tonight .morton-results .nav-roomsearch__linerow {
  display: none;
}

body.morton .hotel-heading-wrapper,
.morton-results .hotel-heading-wrapper,
.hotel-book.book-tonight .morton-results .hotel-heading-wrapper {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  margin: 1.5rem auto 1.5rem;
  padding: 10px 20px 20px;
  text-align: center;
  width: 100%;
}

.lt-ie9 body.morton .hotel-heading-wrapper,
.lt-ie9
    .morton-results .hotel-heading-wrapper,
.lt-ie9
    .hotel-book.book-tonight .morton-results .hotel-heading-wrapper {
  background-color: transparent;
}

.lt-ie9 body.morton .hotel-heading-wrapper,
.lt-ie9
    .morton-results .hotel-heading-wrapper,
.lt-ie9
    .hotel-book.book-tonight .morton-results .hotel-heading-wrapper {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B3FFFFFF', endColorstr='#B3FFFFFF');
  zoom: 1;
}

body.morton .hotel-heading-wrapper .morton-logo,
.morton-results .hotel-heading-wrapper .morton-logo,
.hotel-book.book-tonight .morton-results .hotel-heading-wrapper .morton-logo {
  display: block;
  margin: 0 auto 10px;
  position: relative;
  z-index: 10;
}

body.morton .hotel-heading-wrapper .hotel-heading,
.morton-results .hotel-heading-wrapper .hotel-heading,
.hotel-book.book-tonight .morton-results .hotel-heading-wrapper .hotel-heading {
  width: 100%;
  margin-right: 0px !important;
}

body.morton .hotel-heading-wrapper .hotel-heading span,
.morton-results .hotel-heading-wrapper .hotel-heading span,
.hotel-book.book-tonight .morton-results .hotel-heading-wrapper .hotel-heading span {
  display: block;
}

body.morton .nav-roomsearch,
.morton-results .nav-roomsearch,
.hotel-book.book-tonight .morton-results .nav-roomsearch {
  background-position: center;
  padding-top: 0;
}

body.morton .nav-roomsearch h1,
.morton-results .nav-roomsearch h1,
.hotel-book.book-tonight .morton-results .nav-roomsearch h1 {
  background: transparent;
  color: white;
  font-family: "Playfair Display", serif;
  margin: 0;
}

.lt-ie9 body.morton .nav-roomsearch h1,
.lt-ie9
      .morton-results .nav-roomsearch h1,
.lt-ie9
      .hotel-book.book-tonight .morton-results .nav-roomsearch h1 {
  -webkit-filter: none;
  filter: none;
  zoom: 0;
}

body.morton .nav-roomsearch .icon--wifi_available,
.morton-results .nav-roomsearch .icon--wifi_available,
.hotel-book.book-tonight .morton-results .nav-roomsearch .icon--wifi_available {
  top: 35px;
  right: 30px;
}

body.morton .special-offer-detail .hotel-heading-wrapper,
.morton-results .special-offer-detail .hotel-heading-wrapper,
.hotel-book.book-tonight .morton-results .special-offer-detail .hotel-heading-wrapper {
  display: none;
}

body.morton .special-offer-detail .nav-roomsearch,
.morton-results .special-offer-detail .nav-roomsearch,
.hotel-book.book-tonight .morton-results .special-offer-detail .nav-roomsearch {
  padding-top: 1em;
}

@media screen and (min-width: 40.063em) {
  body.morton .special-offer-detail .nav-roomsearch,
  .morton-results .special-offer-detail .nav-roomsearch,
  .hotel-book.book-tonight .morton-results .special-offer-detail .nav-roomsearch {
    padding-top: 180px;
  }
}

body.morton .subheading-highlight,
.morton-results .subheading-highlight,
.hotel-book.book-tonight .morton-results .subheading-highlight {
  color: #7a8e8d;
}

body.morton .room--price,
.morton-results .room--price,
.hotel-book.book-tonight .morton-results .room--price {
  font-weight: 400;
}

body.morton .hotel-name,
.morton-results .hotel-name,
.hotel-book.book-tonight .morton-results .hotel-name {
  color: #49606e;
  font-family: "Playfair Display", serif;
}

body.morton .hotel-book.book-tonight .hotel-address,
.morton-results .hotel-book.book-tonight .hotel-address,
.hotel-book.book-tonight .morton-results .hotel-book.book-tonight .hotel-address {
  color: #759194;
}

body.morton .nav-roomsearch select[name="nav-roomsearch-hotels"],
.morton-results .nav-roomsearch select[name="nav-roomsearch-hotels"],
.hotel-book.book-tonight .morton-results .nav-roomsearch select[name="nav-roomsearch-hotels"] {
  width: 101%;
  background-position-x: 98%;
}

body.morton input.check-in,
.morton-results input.check-in,
.hotel-book.book-tonight .morton-results input.check-in {
  background-image: url("/assets/images/morton/check-in.png");
}

body.morton input.check-out,
.morton-results input.check-out,
.hotel-book.book-tonight .morton-results input.check-out {
  background-image: url("/assets/images/morton/check-out.png");
}

@media screen and (max-width: 640px) {
  body.morton .nav-roomsearch:before,
  .morton-results .nav-roomsearch:before,
  .hotel-book.book-tonight .morton-results .nav-roomsearch:before {
    background-color: rgba(122, 142, 142, 0.7);
  }

  body.morton .nav-roomsearch__form,
  .morton-results .nav-roomsearch__form,
  .hotel-book.book-tonight .morton-results .nav-roomsearch__form {
    background: transparent;
    border: 0;
  }

  body.morton .nav-roomsearch h1,
  .morton-results .nav-roomsearch h1,
  .hotel-book.book-tonight .morton-results .nav-roomsearch h1 {
    border-radius: 4px;
    color: #fff;
    padding: 10px;
    font-size: 1.8em;
  }

  body.morton .hotel-heading-wrapper,
  .morton-results .hotel-heading-wrapper,
  .hotel-book.book-tonight .morton-results .hotel-heading-wrapper {
    background: transparent;
    margin: 0rem 0 1rem;
    padding: 0;
  }

  body.morton .hotel-heading-wrapper .morton-logo,
  .morton-results .hotel-heading-wrapper .morton-logo,
  .hotel-book.book-tonight .morton-results .hotel-heading-wrapper .morton-logo {
    display: none;
  }
}

body.morton span.guest-icons,
.morton-results span.guest-icons,
.hotel-book.book-tonight .morton-results span.guest-icons {
  color: #7a8e8d;
}

body.morton span.guest-icons small span.has-tip,
.morton-results span.guest-icons small span.has-tip,
.hotel-book.book-tonight .morton-results span.guest-icons small span.has-tip {
  color: #7a8e8d;
}

body.morton .button.energy,
body.morton .button.success,
.morton-results .button.energy,
.morton-results .button.success,
.hotel-book.book-tonight .morton-results .button.energy,
.hotel-book.book-tonight .morton-results .button.success {
  background: linear-gradient(to bottom, #49606e 0%, #2c3437 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49606e', endColorstr='#2c3437',GradientType=0 );
  border: 1px solid #2c3437;
}

body.morton .button.energy:disabled,
body.morton .button.energy[disabled=disabled],
.morton-results .button.energy:disabled,
.morton-results .button.energy[disabled=disabled],
.hotel-book.book-tonight .morton-results .button.energy:disabled,
.hotel-book.book-tonight .morton-results .button.energy[disabled=disabled] {
  background: linear-gradient(to bottom, #49606e 0%, #2c3437 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49606e', endColorstr='#2c3437',GradientType=0 );
  border: 1px solid #2c3437;
  opacity: 1;
}

body.morton .button.energy:hover,
.morton-results .button.energy:hover,
.hotel-book.book-tonight .morton-results .button.energy:hover {
  background: linear-gradient(to bottom, #425763 0%, #1b1f21 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#425763', endColorstr='#1b1f21',GradientType=0 );
  border-color: #1b1f21;
}

body.morton .primary.button__book-tonight,
.morton-results .primary.button__book-tonight,
.hotel-book.book-tonight .morton-results .primary.button__book-tonight {
  background: linear-gradient(to bottom, #49606e 0%, #2c3437 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49606e', endColorstr='#2c3437',GradientType=0 );
  border: 1px solid #2c3437;
}

body.morton .f-dropdown.content .content-container .dropdown__content,
.morton-results .f-dropdown.content .content-container .dropdown__content,
.hotel-book.book-tonight .morton-results .f-dropdown.content .content-container .dropdown__content {
  color: #7a8e8d;
}

body.morton .promise-overview,
.morton-results .promise-overview,
.hotel-book.book-tonight .morton-results .promise-overview {
  background-repeat: repeat;
}

body.morton .promise-overview .promise-overview__row,
.morton-results .promise-overview .promise-overview__row,
.hotel-book.book-tonight .morton-results .promise-overview .promise-overview__row {
  background: #F4F0ED;
}

body.morton .promise-overview .main-adverts-tagline,
.morton-results .promise-overview .main-adverts-tagline,
.hotel-book.book-tonight .morton-results .promise-overview .main-adverts-tagline {
  background-color: #759194;
}

.lt-ie9 body.morton .promise-overview,
.lt-ie9
    .morton-results .promise-overview,
.lt-ie9
    .hotel-book.book-tonight .morton-results .promise-overview {
  -webkit-filter: none;
  filter: none;
}

body.morton .promise-overview .horiz-button,
.morton-results .promise-overview .horiz-button,
.hotel-book.book-tonight .morton-results .promise-overview .horiz-button {
  margin-bottom: 15px;
  padding: 0 7px;
}

body.morton .promise-overview .horiz-button img,
.morton-results .promise-overview .horiz-button img,
.hotel-book.book-tonight .morton-results .promise-overview .horiz-button img {
  max-width: 100%;
}

body.morton .pageheader-visual,
.morton-results .pageheader-visual,
.hotel-book.book-tonight .morton-results .pageheader-visual {
  background-color: #7a8e8d;
}

body.morton .pageheader--hotels,
.morton-results .pageheader--hotels,
.hotel-book.book-tonight .morton-results .pageheader--hotels {
  margin-bottom: 0;
  border-bottom: 0px;
  padding-bottom: 2rem;
}

body.morton .pageheader--hotels .morton-hr hr,
.morton-results .pageheader--hotels .morton-hr hr,
.hotel-book.book-tonight .morton-results .pageheader--hotels .morton-hr hr {
  border-top: 2px solid #7a8e8d;
}

@media screen and (max-width: 640px) {
  body.morton .pageheader--hotels .morton-hr,
  .morton-results .pageheader--hotels .morton-hr,
  .hotel-book.book-tonight .morton-results .pageheader--hotels .morton-hr {
    display: none;
  }
}

body.morton .pageheader--hotels h1,
.morton-results .pageheader--hotels h1,
.hotel-book.book-tonight .morton-results .pageheader--hotels h1 {
  color: #759194;
}

body.morton .pageheader--hotels h1 small,
.morton-results .pageheader--hotels h1 small,
.hotel-book.book-tonight .morton-results .pageheader--hotels h1 small {
  color: #4c4c4c;
  font-size: 70%;
}

body.morton .pageheader--hotels__map-link,
.morton-results .pageheader--hotels__map-link,
.hotel-book.book-tonight .morton-results .pageheader--hotels__map-link {
  font-family: "Playfair Display", serif;
  font-style: italic;
  font-size: 1.5rem;
  color: #759194;
}

body.morton .pageheader--hotels__map-link i,
.morton-results .pageheader--hotels__map-link i,
.hotel-book.book-tonight .morton-results .pageheader--hotels__map-link i {
  display: none;
}

body.morton .pageheader--hotels__pricing-block h4,
.morton-results .pageheader--hotels__pricing-block h4,
.hotel-book.book-tonight .morton-results .pageheader--hotels__pricing-block h4 {
  color: #759194;
}

body.morton.room-listing__group,
.morton-results.room-listing__group,
.hotel-book.book-tonight .morton-results.room-listing__group {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  border: 0;
}

body.morton.room-listing__group .room-listing__group__overview,
.morton-results.room-listing__group .room-listing__group__overview,
.hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview {
  color: #fff;
}

body.morton.room-listing__group .room-listing__group__overview .row.search-collapsed,
.morton-results.room-listing__group .room-listing__group__overview .row.search-collapsed,
.hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview .row.search-collapsed {
  background-color: #81948a;
  padding-top: 0;
  padding-bottom: 0;
}

body.morton.room-listing__group .room-listing__group__overview .columns,
.morton-results.room-listing__group .room-listing__group__overview .columns,
.hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview .columns {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

body.morton.room-listing__group .room-listing__group__overview .columns.room-listing__group__pricesummary,
.morton-results.room-listing__group .room-listing__group__overview .columns.room-listing__group__pricesummary,
.hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview .columns.room-listing__group__pricesummary {
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  body.morton.room-listing__group .room-listing__group__overview .columns,
  .morton-results.room-listing__group .room-listing__group__overview .columns,
  .hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview .columns {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  body.morton.room-listing__group .room-listing__group__overview .columns.room-listing__group__pricesummary,
  .morton-results.room-listing__group .room-listing__group__overview .columns.room-listing__group__pricesummary,
  .hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview .columns.room-listing__group__pricesummary {
    padding: 2rem 0;
  }
}

body.morton.room-listing__group .room-listing__group__overview .img-column,
.morton-results.room-listing__group .room-listing__group__overview .img-column,
.hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview .img-column {
  padding: 0;
}

body.morton.room-listing__group .room-listing__group__overview .img-column img,
.morton-results.room-listing__group .room-listing__group__overview .img-column img,
.hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview .img-column img {
  border-radius: 0;
}

body.morton.room-listing__group .room-listing__group__overview h2 a,
.morton-results.room-listing__group .room-listing__group__overview h2 a,
.hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview h2 a {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #fff;
}

body.morton.room-listing__group .room-listing__group__overview h2 a:hover,
.morton-results.room-listing__group .room-listing__group__overview h2 a:hover,
.hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview h2 a:hover {
  color: #fff;
}

body.morton.room-listing__group .room-listing__group__overview h5,
.morton-results.room-listing__group .room-listing__group__overview h5,
.hotel-book.book-tonight .morton-results.room-listing__group .room-listing__group__overview h5 {
  font-family: "Lato", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #fff;
}

body.morton .accordion dd,
.morton-results .accordion dd,
.hotel-book.book-tonight .morton-results .accordion dd {
  background-color: #fff;
  border-color: #7a8e8d;
}

body.morton .jobs-listing .accordion dd,
.morton-results .jobs-listing .accordion dd,
.hotel-book.book-tonight .morton-results .jobs-listing .accordion dd {
  background-color: transparent;
}

body.morton .special-offer-detail .accordion dd,
body.morton .special-offer-detail .accordion .content.active,
.morton-results .special-offer-detail .accordion dd,
.morton-results .special-offer-detail .accordion .content.active,
.hotel-book.book-tonight .morton-results .special-offer-detail .accordion dd,
.hotel-book.book-tonight .morton-results .special-offer-detail .accordion .content.active {
  background-color: transparent;
}

body.morton #panel1b ul,
.morton-results #panel1b ul,
.hotel-book.book-tonight .morton-results #panel1b ul {
  list-style: none;
  padding: 0;
}

body.morton #panel1b ul li,
.morton-results #panel1b ul li,
.hotel-book.book-tonight .morton-results #panel1b ul li {
  padding-left: 1.5em;
  text-indent: -1.7em;
}

body.morton #panel1b ul li:before,
.morton-results #panel1b ul li:before,
.hotel-book.book-tonight .morton-results #panel1b ul li:before {
  content: "• ";
  color: #7a8e8d;
  font-size: 2rem;
  line-height: 1rem;
  position: relative;
  top: 5px;
}

body.morton .accordion dd.active,
.morton-results .accordion dd.active,
.hotel-book.book-tonight .morton-results .accordion dd.active {
  border-color: #759194;
}

body.morton .accordion dd > a,
body.morton .accordion dd > span,
.morton-results .accordion dd > a,
.morton-results .accordion dd > span,
.hotel-book.book-tonight .morton-results .accordion dd > a,
.hotel-book.book-tonight .morton-results .accordion dd > span {
  border-bottom-color: #7a8e8d;
  color: #7a8e8d;
  font-family: "Playfair Display", serif;
}

body.morton .footer-main,
.morton-results .footer-main,
.hotel-book.book-tonight .morton-results .footer-main {
  background-color: #759194;
  margin-top: 0;
}

body.morton .footer-main .footer-main__hr,
.morton-results .footer-main .footer-main__hr,
.hotel-book.book-tonight .morton-results .footer-main .footer-main__hr {
  border-top: 1px solid #aebfc1;
  border-bottom: 1px solid #7ca49f;
}

body.morton .footer-main a:hover,
.morton-results .footer-main a:hover,
.hotel-book.book-tonight .morton-results .footer-main a:hover {
  color: #627372;
}

body.morton .footer-main__terms-row,
.morton-results .footer-main__terms-row,
.hotel-book.book-tonight .morton-results .footer-main__terms-row {
  background: #6b878a;
}

body.morton .room-types__room,
.morton-results .room-types__room,
.hotel-book.book-tonight .morton-results .room-types__room {
  margin-bottom: 25px;
}

body.morton .room-types__primary-image,
.morton-results .room-types__primary-image,
.hotel-book.book-tonight .morton-results .room-types__primary-image {
  margin-bottom: 25px;
}

body.morton .room-types__price-block .room-types__price-block--price,
.morton-results .room-types__price-block .room-types__price-block--price,
.hotel-book.book-tonight .morton-results .room-types__price-block .room-types__price-block--price {
  color: #7a8e8d;
  font-family: "Playfair Display", serif;
  font-size: 3rem;
}

body.morton .booking-overview--book-tonight .date,
body.morton .booking-pages .room-heading__wrapper .room-heading,
.morton-results .booking-overview--book-tonight .date,
.morton-results .booking-pages .room-heading__wrapper .room-heading,
.hotel-book.book-tonight .morton-results .booking-overview--book-tonight .date,
.hotel-book.book-tonight .morton-results .booking-pages .room-heading__wrapper .room-heading {
  color: #7a8e8d;
}

body.morton .booking-summary .dates-summary p.check-inout-dates span,
.morton-results .booking-summary .dates-summary p.check-inout-dates span,
.hotel-book.book-tonight .morton-results .booking-summary .dates-summary p.check-inout-dates span {
  color: #7a8e8d;
}

body.morton .booking-pages .input-wrapper .radio-group label,
.morton-results .booking-pages .input-wrapper .radio-group label,
.hotel-book.book-tonight .morton-results .booking-pages .input-wrapper .radio-group label {
  color: #4d4d4d;
}

body.morton .booking-pages .input-wrapper .label,
body.morton .booking-pages .input-wrapper label,
body.morton .booking-pages .booking-register-info,
.morton-results .booking-pages .input-wrapper .label,
.morton-results .booking-pages .input-wrapper label,
.morton-results .booking-pages .booking-register-info,
.hotel-book.book-tonight .morton-results .booking-pages .input-wrapper .label,
.hotel-book.book-tonight .morton-results .booking-pages .input-wrapper label,
.hotel-book.book-tonight .morton-results .booking-pages .booking-register-info {
  color: #222222;
}

body.morton .booking-pages .room-detail .room-title .remove,
.morton-results .booking-pages .room-detail .room-title .remove,
.hotel-book.book-tonight .morton-results .booking-pages .room-detail .room-title .remove {
  color: #fff;
}

body.morton .panel,
body.morton .booking-pages .progress .inline-list > ol .content,
.morton-results .panel,
.morton-results .booking-pages .progress .inline-list > ol .content,
.hotel-book.book-tonight .morton-results .panel,
.hotel-book.book-tonight .morton-results .booking-pages .progress .inline-list > ol .content {
  color: #7a8e8d;
}

body.morton .booking-pages .progress .inline-list > ol.current .content,
.morton-results .booking-pages .progress .inline-list > ol.current .content,
.hotel-book.book-tonight .morton-results .booking-pages .progress .inline-list > ol.current .content {
  background-color: #7a8e8d;
  color: white;
}

body.morton .booking-pages .progress .inline-list > ol.current,
.morton-results .booking-pages .progress .inline-list > ol.current,
.hotel-book.book-tonight .morton-results .booking-pages .progress .inline-list > ol.current {
  background-color: #7a8e8d;
}

body.morton .booking-pages .card-wrapper .currency-selector:not(:hover),
.morton-results .booking-pages .card-wrapper .currency-selector:not(:hover),
.hotel-book.book-tonight .morton-results .booking-pages .card-wrapper .currency-selector:not(:hover) {
  border-color: #D2CFCB;
}

body.morton .booking-pages .card-wrapper .currency-selector:not(:hover).active,
body.morton .booking-pages .card-wrapper .currency-selector:not(:hover):active,
.morton-results .booking-pages .card-wrapper .currency-selector:not(:hover).active,
.morton-results .booking-pages .card-wrapper .currency-selector:not(:hover):active,
.hotel-book.book-tonight .morton-results .booking-pages .card-wrapper .currency-selector:not(:hover).active,
.hotel-book.book-tonight .morton-results .booking-pages .card-wrapper .currency-selector:not(:hover):active {
  border-color: #faaf3b;
}

body.morton .booking-pages .room-detail .room-title,
body.morton .booking-pages .fa-info,
.morton-results .booking-pages .room-detail .room-title,
.morton-results .booking-pages .fa-info,
.hotel-book.book-tonight .morton-results .booking-pages .room-detail .room-title,
.hotel-book.book-tonight .morton-results .booking-pages .fa-info {
  background-color: #7a8e8d;
  color: white;
}

body.morton .booking-pages .room-group-header .icons-container .fa-info,
.morton-results .booking-pages .room-group-header .icons-container .fa-info,
.hotel-book.book-tonight .morton-results .booking-pages .room-group-header .icons-container .fa-info {
  color: #7a8e8d;
}

body.morton .booking-pages .bookingRoom .room-package p,
body.morton .booking-pages .user-detail .info,
body.morton .booking-pages .panel h3,
.morton-results .booking-pages .bookingRoom .room-package p,
.morton-results .booking-pages .user-detail .info,
.morton-results .booking-pages .panel h3,
.hotel-book.book-tonight .morton-results .booking-pages .bookingRoom .room-package p,
.hotel-book.book-tonight .morton-results .booking-pages .user-detail .info,
.hotel-book.book-tonight .morton-results .booking-pages .panel h3 {
  color: #7a8e8d;
}

body.morton .booking-pages .hotel a,
.morton-results .booking-pages .hotel a,
.hotel-book.book-tonight .morton-results .booking-pages .hotel a {
  color: #7a8e8d;
}

body.morton .booking-pages .hotel a:hover,
.morton-results .booking-pages .hotel a:hover,
.hotel-book.book-tonight .morton-results .booking-pages .hotel a:hover {
  color: #759194;
}

body.morton .booking-pages .room-group-header .room-group-header__heading,
.morton-results .booking-pages .room-group-header .room-group-header__heading,
.hotel-book.book-tonight .morton-results .booking-pages .room-group-header .room-group-header__heading {
  color: #759194;
}

body.morton .booking-pages .room-group-header .icons-container .fa-user,
.morton-results .booking-pages .room-group-header .icons-container .fa-user,
.hotel-book.book-tonight .morton-results .booking-pages .room-group-header .icons-container .fa-user {
  background: #759194;
}

body.morton .booking-pages .room-group-header .icons-container .fa-info,
.morton-results .booking-pages .room-group-header .icons-container .fa-info,
.hotel-book.book-tonight .morton-results .booking-pages .room-group-header .icons-container .fa-info {
  background: #759194;
  color: white;
}

body.morton .booking-pages .other-rates-container .offers-text,
.morton-results .booking-pages .other-rates-container .offers-text,
.hotel-book.book-tonight .morton-results .booking-pages .other-rates-container .offers-text {
  color: #759194;
}

body.morton .booking-pages .other-rates-container .fa-star,
.morton-results .booking-pages .other-rates-container .fa-star,
.hotel-book.book-tonight .morton-results .booking-pages .other-rates-container .fa-star {
  background: #759194;
}

body.morton .hotel-overview-listing .hotel-overview-listing__button.hotel-overview-listing-offer__button,
.morton-results .hotel-overview-listing .hotel-overview-listing__button.hotel-overview-listing-offer__button,
.hotel-book.book-tonight .morton-results .hotel-overview-listing .hotel-overview-listing__button.hotel-overview-listing-offer__button {
  background-color: #759194;
}

body.morton .slick-carousel .slick-next:hover,
body.morton .slick-carousel .slick-next:active,
body.morton .slick-carousel .slick-next:focus,
.morton-results .slick-carousel .slick-next:hover,
.morton-results .slick-carousel .slick-next:active,
.morton-results .slick-carousel .slick-next:focus,
.hotel-book.book-tonight .morton-results .slick-carousel .slick-next:hover,
.hotel-book.book-tonight .morton-results .slick-carousel .slick-next:active,
.hotel-book.book-tonight .morton-results .slick-carousel .slick-next:focus {
  background-color: #759194;
}

body.morton .slick-carousel .slick-prev:hover,
body.morton .slick-carousel .slick-prev:active,
body.morton .slick-carousel .slick-prev:focus,
.morton-results .slick-carousel .slick-prev:hover,
.morton-results .slick-carousel .slick-prev:active,
.morton-results .slick-carousel .slick-prev:focus,
.hotel-book.book-tonight .morton-results .slick-carousel .slick-prev:hover,
.hotel-book.book-tonight .morton-results .slick-carousel .slick-prev:active,
.hotel-book.book-tonight .morton-results .slick-carousel .slick-prev:focus {
  background-color: #759194;
}

body.morton .summary-list .total-cost,
.morton-results .summary-list .total-cost,
.hotel-book.book-tonight .morton-results .summary-list .total-cost {
  background-color: #7a8e8d;
}

body.morton .pricing-table .title,
.morton-results .pricing-table .title,
.hotel-book.book-tonight .morton-results .pricing-table .title {
  background-color: #7a8e8d;
  border: 1px solid #7a8e8d;
}

body.morton .pricing-table .title + p,
.morton-results .pricing-table .title + p,
.hotel-book.book-tonight .morton-results .pricing-table .title + p {
  background: #c7d8d6;
  border-top: 0px;
}

body.morton .panel.callout,
.morton-results .panel.callout,
.hotel-book.book-tonight .morton-results .panel.callout {
  margin-top: 20px;
  border-color: #7a8e8d;
  background: #c7d8d6;
}

body.morton .panel.callout a,
.morton-results .panel.callout a,
.hotel-book.book-tonight .morton-results .panel.callout a {
  color: #7a8e8d;
}

body.morton .panel-hint,
.morton-results .panel-hint,
.hotel-book.book-tonight .morton-results .panel-hint {
  border-color: #7a8e8d;
  background: #c7d8d6;
}

body.morton .panel-hint a,
.morton-results .panel-hint a,
.hotel-book.book-tonight .morton-results .panel-hint a {
  color: #759194;
}

body.morton .picker__table thead,
.morton-results .picker__table thead,
.hotel-book.book-tonight .morton-results .picker__table thead {
  background: #c7d8d6;
}

body.morton .picker__day--highlighted:hover,
body.morton .picker--focused .picker__day--highlighted,
.morton-results .picker__day--highlighted:hover,
.morton-results .picker--focused .picker__day--highlighted,
.hotel-book.book-tonight .morton-results .picker__day--highlighted:hover,
.hotel-book.book-tonight .morton-results .picker--focused .picker__day--highlighted {
  background: #7a8e8d;
}

body.morton .picker__day--selected,
body.morton .picker__day--selected:hover,
.morton-results .picker__day--selected,
.morton-results .picker__day--selected:hover,
.hotel-book.book-tonight .morton-results .picker__day--selected,
.hotel-book.book-tonight .morton-results .picker__day--selected:hover {
  border-color: #759194;
}

body.morton .picker__button--today,
body.morton .picker__button--clear,
.morton-results .picker__button--today,
.morton-results .picker__button--clear,
.hotel-book.book-tonight .morton-results .picker__button--today,
.hotel-book.book-tonight .morton-results .picker__button--clear {
  border-color: #7a8e8d;
}

body.morton .picker__button--today:hover,
body.morton .picker__button--clear:hover,
.morton-results .picker__button--today:hover,
.morton-results .picker__button--clear:hover,
.hotel-book.book-tonight .morton-results .picker__button--today:hover,
.hotel-book.book-tonight .morton-results .picker__button--clear:hover {
  background: #c7d8d6;
}

body.morton .picker__day--selected,
body.morton .picker__day--selected:hover,
.morton-results .picker__day--selected,
.morton-results .picker__day--selected:hover,
.hotel-book.book-tonight .morton-results .picker__day--selected,
.hotel-book.book-tonight .morton-results .picker__day--selected:hover {
  border-color: #759194;
}

body.morton .corner-label__item,
.morton-results .corner-label__item,
.hotel-book.book-tonight .morton-results .corner-label__item {
  background-color: #7a8e8d;
  background-color: rgba(122, 142, 141, 0.8);
}

.lt-ie9 body.morton .corner-label__item,
.lt-ie9
    .morton-results .corner-label__item,
.lt-ie9
    .hotel-book.book-tonight .morton-results .corner-label__item {
  background-color: transparent;
}

.lt-ie9 body.morton .corner-label__item,
.lt-ie9
    .morton-results .corner-label__item,
.lt-ie9
    .hotel-book.book-tonight .morton-results .corner-label__item {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CC7A8E8D', endColorstr='#CC7A8E8D');
  zoom: 1;
}

body.morton .hotel-overview-listing .hotel-overview-listing__expander dd.tab-title.active,
.morton-results .hotel-overview-listing .hotel-overview-listing__expander dd.tab-title.active,
.hotel-book.book-tonight .morton-results .hotel-overview-listing .hotel-overview-listing__expander dd.tab-title.active {
  border-bottom: 5px solid #759194;
}

body.morton .hotel-overview-listing .hotel-overview-listing__expander dd.tab-title.active a,
.morton-results .hotel-overview-listing .hotel-overview-listing__expander dd.tab-title.active a,
.hotel-book.book-tonight .morton-results .hotel-overview-listing .hotel-overview-listing__expander dd.tab-title.active a {
  background: none;
  color: #759194;
}

body.morton .tabs dd > a,
.morton-results .tabs dd > a,
.hotel-book.book-tonight .morton-results .tabs dd > a {
  background-color: white;
  color: #222222;
}

body.morton .tabs dd.active > a,
.morton-results .tabs dd.active > a,
.hotel-book.book-tonight .morton-results .tabs dd.active > a {
  background-color: #759194;
  color: white;
}

body.morton .pika-single .is-today .pika-button,
.morton-results .pika-single .is-today .pika-button,
.hotel-book.book-tonight .morton-results .pika-single .is-today .pika-button {
  color: #7a8e8d;
}

body.morton .pika-single .is-selected .pika-button,
.morton-results .pika-single .is-selected .pika-button,
.hotel-book.book-tonight .morton-results .pika-single .is-selected .pika-button {
  color: white;
  background-color: #7a8e8d;
  background: linear-gradient(to bottom, #49606e 0%, #2c3437 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#49606e', endColorstr='#2c3437',GradientType=0 );
}

body.morton .lock-mask__spinner,
.morton-results .lock-mask__spinner,
.hotel-book.book-tonight .morton-results .lock-mask__spinner {
  border-top: 1.1em solid rgba(122, 142, 141, 0.2);
  border-right: 1.1em solid rgba(122, 142, 141, 0.2);
  border-bottom: 1.1em solid rgba(122, 142, 141, 0.2);
  border-left: 1.1em solid #7a8e8d;
}

body.morton #sticky .basket-bar .basket-bar-detail .total .columns,
.morton-results #sticky .basket-bar .basket-bar-detail .total .columns,
.hotel-book.book-tonight .morton-results #sticky .basket-bar .basket-bar-detail .total .columns {
  background-color: #7a8e8d;
}

.heavy-hr {
  border-top-width: 2px;
  border-top-color: #0a3a81;
  margin-bottom: 2em;
}

.morton-text-block {
  text-align: center;
  margin-bottom: 1em;
}

@media screen and (min-width: 1025px) {
  .morton-text-block {
    padding-top: 40px;
  }
}

.morton-text-block .morton-text-block__title {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.morton-text-block .morton-text-block__copy {
  font-size: 1.3rem;
  color: #0a3a81;
}