/* COLOURS */
/* FONTS */
/* BREAK POINT SIZES */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
html {
  font-size: 12px;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  color: #202020;
  position: relative;
}
img {
  max-width: 100%;
}
p {
  font-size: 1.5rem;
}
p a {
  text-decoration: none;
  color: #d20417;
  font-weight: bold;
}
p a span {
  font-weight: normal;
}
ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-size: 15px;
}
.addthis_sharing_toolbox {
  margin-top: 20px;
}
strong {
  color: #d20417;
}
.logo-container {
  margin-top: 30px;
}
@media only screen and (max-width: 959px) {
  .logo-container {
    margin-top: 60px;
  }
}
.h1-container {
  text-align: center;
  margin-top: -20px;
}
@media only screen and (max-width: 959px) {
  .h1-container {
    margin-top: 20px;
  }
}
h1 {
  border-bottom: 1px solid #012C2C;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  font-family: 'Neuton', sans-serif;
  font-size: 2.8rem;
  font-weight: lighter;
  margin-bottom: 40px;
  margin-top: 0;
}
h2,
h3,
h4 {
  font-family: 'Neuton', sans-serif;
  font-weight: 300;
}
/*FORMS*/

input,
select {
  color: #333;
  font-size: 1.2rem;
}
input {
  max-width: 120px;
}
.rtf p:first-child {
  margin-top: 0;
}
.rtf a {
  color: #012C2C;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.35s ease-in-out;
}
.rtf a:hover {
  color: #000000;
}
.rtf strong {
  font-weight: normal;
  color: #d20417;
}
.rtf ul li {
  color: #333;
}
.rtf ul li:before {
  content: "·";
  font-size: 5rem;
  line-height: 2.1rem;
  margin-right: 5px;
  vertical-align: text-top;
}
.rtf .small {
  font-size: 1.2rem;
}
/*GENERAL*/

.full-width-image {
  height: 945px;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: -1;
  background-size: cover;
}
@media only screen and (max-width: 959px) {
  .full-width-image {
    height: 650px;
  }
  .full-width-image:after {
    height: 650px;
  }
}
@media only screen and (max-width: 699px) {
  .full-width-image {
    height: 350px;
  }
  .full-width-image:after {
    height: 350px;
  }
}
.full-width-image--long {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 960px) {
  .full-width-image--long {
    height: 860px;
  }
}
.full-width-image--short {
  height: 480px;
  position: relative;
}
.full-width-image--short:after {
  height: 480px;
}
@media only screen and (max-width: 959px) {
  .full-width-image--short {
    height: 400px;
  }
  .full-width-image--short:after {
    height: 400px;
  }
}
@media only screen and (max-width: 699px) {
  .full-width-image--short {
    height: 350px;
  }
  .full-width-image--short:after {
    height: 350px;
  }
}
.full-width-image:before {
  background-color: rgba(0, 0, 0, 0.25);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.section-title {
  padding: 0px 25px 10px 25px;
  border-bottom: 1px solid #1a4141;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 3rem;
  font-family: 'Neuton', sans-serif;
}
p {
  color: #333;
}
.cta,
.red-cta,
.dark-purple-cta {
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: background-color 0.35s ease-in-out;
  -moz-transition: background-color 0.35s ease-in-out;
  -o-transition: background-color 0.35s ease-in-out;
  transition: background-color 0.35s ease-in-out;
  font-weight: normal;
}
a.purple-cta,
span.purple-cta a {
  background-color: #012C2C;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
  font-weight: normal;
}
a.purple-cta:hover,
span.purple-cta a:hover {
  background-color: #001313;
}
a.dark-purple-cta,
span.dark-purple-cta a,
a > .dark-purple-cta,
.dark-purple-cta input {
  background-color: #012C2C;
  padding: 7px 20px;
  text-decoration: none;
  color: #fff;
}
a.dark-purple-cta:hover,
span.dark-purple-cta a:hover,
a > .dark-purple-cta:hover,
.dark-purple-cta input:hover {
  background-color: #001313;
}
.rtf a.lilac-highlight-cta,
a.lilac-highlight-cta,
span.lilac-highlight-cta a,
a > .lilac-highlight-cta {
  transition: background-color 0.35s ease-in-out;
  background-color: #4d6b6b;
  padding: 3px 8px;
  color: #333;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 300;
}
.rtf a.lilac-highlight-cta:hover,
a.lilac-highlight-cta:hover,
span.lilac-highlight-cta a:hover,
a > .lilac-highlight-cta:hover {
  background-color: #425c5c;
  color: #333;
}
a.red-cta,
span.red-cta a,
a > .red-cta {
  background-color: #d20417;
  margin-top: 30px;
  display: inline-block;
}
a.red-cta:hover,
span.red-cta a:hover,
a > .red-cta:hover {
  background-color: #270000;
}
.split a.dark-purple-cta,
.split span.dark-purple-cta a,
.split a.purple-cta,
.split span.purple-cta a {
  margin-top: 30px;
  display: inline-block;
  font-weight: normal;
}
.split p {
  font-size: 1.5rem;
}
.split p.intro {
  font-size: 1.8rem;
}
.placeholder {
  display: none;
}
p.intro,
span.intro {
  font-size: 1.8rem;
}
.theme-red {
  background-color: #d20417;
  background-color: rgba(64, 0, 0, 0.9);
}
.theme-red p,
.theme-red h2,
.theme-red a {
  color: #fff;
}
.theme-red .section-title {
  border-bottom-color: #fff;
}
.theme-green {
  background-color: #1a4141;
  background-color: rgba(26, 65, 65, 0.8);
}
.theme-green p,
.theme-green h2,
.theme-green a {
  color: #fff;
}
.theme-green .section-title {
  border-bottom-color: #fff;
}
.header-logo {
  max-height: 325px;
}
.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/********************** Carousels **********************/

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  left: 0 !important;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block !important;
}
.carousel.fade .item:first-child {
  top: auto;
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
  -moz-transition: opacity ease-in-out 0.7s;
  -o-transition: opacity ease-in-out 0.7s;
  -webkit-transition: opacity ease-in-out 0.7s;
  transition: opacity ease-in-out 0.7s;
  z-index: -1;
}
.carousel .carousel-indicators {
  bottom: 0;
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
}
.carousel .carousel-indicators li {
  background-color: #012C2C;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin: 5px;
  cursor: pointer;
  vertical-align: middle;
}
.carousel .carousel-indicators li.active {
  background-color: #CECECE;
  width: 20px;
  height: 20px;
}
.carousel .carousel-control {
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -115px;
  top: 50%;
  background-image: none;
  opacity: 1;
}
.carousel .carousel-control.right {
  border-width: 65px 65px 65px 0;
  border-color: transparent #fff transparent transparent;
}
.carousel .carousel-control.right .icon-arrow_right {
  display: block;
  margin-left: 50px;
  margin-top: 5px;
  font-size: 30px;
  text-shadow: none;
  color: #012C2C;
}
.carousel .carousel-control.right .glyphicon.glyphicon-chevron-right {
  margin-top: -19px;
  margin-right: -65px;
}
.carousel .carousel-control.left {
  border-width: 65px 0 65px 65px;
  border-color: transparent transparent transparent #fff;
}
.carousel .carousel-control.left .icon-arrow_left {
  display: block;
  margin-left: -90px;
  margin-top: 5px;
  font-size: 30px;
  text-shadow: none;
  color: #012C2C;
}
.carousel .carousel-control.left .glyphicon.glyphicon-chevron-left {
  margin-top: -19px;
  margin-left: -60px;
}
.carousel .carousel-control span {
  color: #333;
}
@media only screen and (max-width: 959px) {
  .carousel .carousel-control.left,
  .carousel .carousel-control.right {
    display: none;
  }

  .header-logo {
  max-height: 255px;
}
}
.carousel.full {
  height: 945px;
  width: 100%;
  transition: all 1s ease 0s;
  top: 0;
}
@media only screen and (max-width: 699px) {
  .carousel.full {
    height: auto;
  }
}
.carousel.full a {
  display: inline-block;
}
.carousel.full h3 {
  font-size: 2.6rem;
  margin-bottom: 0;
}
.carousel.full p {
  margin-top: 0;
  font-size: 1.8rem;
}
.carousel.full .carousel-indicators {
  bottom: 330px;
}
.carousel.full .carousel-inner {
  background-color: #1B0428;
  z-index: 0;
}
.carousel.full .item {
  width: 100%;
  height: 945px;
  background-size: cover;
}
.carousel.full .item.active {
  z-index: 1;
}
.carousel.full .item .item-content {
  bottom: 350px;
  position: absolute;
  text-align: center;
  width: 100%;
  color: #fff;
}
.carousel.full .item:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.carousel.in-page a {
  display: inline-block;
}
.carousel.in-page .item {
  width: 100%;
  height: 500px;
  background-size: cover;
}
.carousel.in-page .item .item-content {
  bottom: 0;
  position: absolute;
  text-align: left;
  width: 100%;
  color: #fff;
  background-color: #d20417;
  background-color: rgba(64, 0, 0, 0.8);
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (max-width: 959px) {
  .carousel.in-page .item .item-content {
    min-height: 140px !important;
  }
}
.carousel.in-page .item .item-content strong {
  color: #fff;
}
.carousel.in-page .carousel-indicators {
  text-align: left;
  left: 10px;
}
.carousel.in-page .carousel-indicators li {
  background-color: #fff;
}
.carousel.in-page .carousel-indicators li.active {
  background-color: #CECECE;
}
.carousel .loader {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url('/images/loader.gif') no-repeat center center;
}
.carousel a {
  text-decoration: none;
}
.carousel h2,
.carousel h3,
.carousel p,
.carousel span {
  color: #fff;
  text-decoration: none;
}
.carousel h3 {
  text-transform: uppercase;
  font-size: 2.3rem;
}
/********************** Header **********************/

header {
  color: #fff;
  position: absolute;
  z-index: 1;
  width: 100%;
}
header a {
  color: #fff;
  text-decoration: none;
}
header h2 {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 20px;
}
header .opening-hours {
  display: block;
}
header .top-logo {
  font-family: 'Righteous', cursive;
  font-size: 2.8rem;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  max-height: 60px;
}
header .column {
  float: left;
}
header .column.right {
  float: right;
}
@media only screen and (max-width: 959px) {
  header .column.right {
    float: left;
  }
}
header .header-top {
  background-color: #393939;
  background-color: rgba(57, 57, 57, 0.9);
}
header .header-top h2,
header .header-top a {
  font-weight: 100;
  font-size: 2.8rem;
}
header .header-top .right h2 {
  margin-right: 10px;
}
header .header-top .right h2,
header .header-top .right a {
  float: right;
  margin-top: 20px;
}
header .header-top .right h2.phone,
header .header-top .right a.phone {
  font-weight: 700;
}
@media only screen and (max-width: 959px) {
  header .header-top .right h2,
  header .header-top .right a {
    float: left;
    font-size: 1.8rem;
    margin-top: 5px;
  }
}
header .header-top .right h2 .satnav,
header .header-top .right a .satnav {
  float: left;
  color: #fff;
  clear: both;
}
@media only screen and (max-width: 959px) {
  header .header-top .right h2 .satnav,
  header .header-top .right a .satnav {
    margin-top: 0;
    margin-bottom: 5px;
  }
}
header .header-top .right h2 .satnav span,
header .header-top .right a .satnav span {
  font-weight: 700;
}
header .header-top .right h2 .social,
header .header-top .right a .social {
  float: right;
}
@media only screen and (max-width: 959px) {
  header .header-top .right h2 .social,
  header .header-top .right a .social {
    display: none;
  }
}
header .header-top .right h2 .social a,
header .header-top .right a .social a {
  margin-top: 0;
}
header .header-top .right h2 .social a i,
header .header-top .right a .social a i {
  color: #CECECE;
  font-size: 3rem;
  margin-left: 10px;
  display: block;
}
header .header-top .nav {
  background-color: rgba(64, 0, 0, 1);
}
header .header-top .nav ul {
  width: 100%;
  display: table;
  table-layout: fixed;
}
header .header-top .nav ul li {
  display: table-cell;
  text-align: center;
  transition: background-color 0.5s;
  border-left: 1px solid #000;
}
header .header-top .nav ul li.last {
  border-right: 1px solid #000;
}
header .header-top .nav ul li.mobile-nav-head {
  display: none;
}
@media only screen and (min-width: 960px) {
  header .header-top .nav ul li:hover {
    background-color: #d20417;
  }
}
header .header-top .nav ul li.active {
  background-color: #891111;
}
header .header-top .nav ul li a {
  display: block;
  padding: 25px 15px;
  font-size: 1.3rem;
}
header .header-top .nav ul li.mobile-book-now {
  display: none;
}
@media only screen and (min-width: 960px) {
  header .header-top .nav ul li.mobile-book-now:hover {
    background-color: #fff;
  }
}
@media only screen and (max-width: 959px) {
  header .burger {
    display: block;
    position: absolute;
    right: 0;
    top: 13px;
    height: 58px;
    vertical-align: middle;
    cursor: pointer;
    padding: 15px 20px;
  }
  header .burger span {
    font-weight: normal;
    vertical-align: middle;
  }
  header .burger-container {
    display: inline-block;
  }
  header .burger-container .burger-line {
    width: 23px;
    height: 3px;
    background-color: #fff;
    margin: 5px 0;
    display: block;
    margin-left: 12px;
  }
  header .top-logo {
    font-size: 2rem;
    display: block;
    margin-top: 10px;
    margin-bottom: 13px;
  }
  header .header-top .nav {
    display: none;
  }
  header .header-top .nav .row {
    margin-left: -22px;
  }
  header .header-top .nav .col {
    border-left-width: 0;
  }
  header .header-top .nav .md-container {
    padding: 0;
    width: 100%;
  }
  .mobile-nav-open header .header-top .nav {
    display: block;
    position: absolute;
    width: 100%;
    padding-left: 20px;
    top: 0;
  }
  .mobile-nav-open header .header-top .nav .mobile-nav-head {
    background-color: rgba(64, 0, 0, 1);
  }
  .mobile-nav-open header .header-top .nav .mobile-nav-head i {
    font-style: normal;
    padding-right: 20px;
    font-size: 30px;
    display: block;
    margin-top: 16px;
    cursor: pointer;
    float: right;
  }
  header .header-top .nav ul {
    background-color: #fff;
    display: block;
  }
  header .header-top .nav ul li {
    display: block;
    text-align: left;
    transition: none;
  }
  header .header-top .nav ul li.active {
    background-color: #6c6c6c;
  }
  header .header-top .nav ul li a:hover,
  header .header-top .nav ul li a:active {
    background-color: #901c1c;
    color: #fff;
  }
  header .header-top .nav ul li.mobile-nav-head {
    display: block;
    height: 62px;
  }
  header .header-top .nav ul li.mobile-nav-head span {
    color: #fff;
  }
  header .header-top .nav ul li a,
  header .header-top .nav ul li span {
    display: inline-block;
    padding: 20px;
    text-align: left;
    color: #333;
    font-size: 18px;
  }
  header .header-top .nav ul li.active a {
    color: #fff;
  }
  header .header-top .nav ul li a {
    display: block;
    text-align: center;
  }
  header .header-top .nav ul li.mobile-book-now {
    display: block;
    padding: 1px;
    background-color: #1a4141;
  }
  header .header-top .nav ul li.mobile-book-now a {
    margin: 10px;
    text-align: center;
    color: #fff;
    transition: background-color 0.35s ease-out;
  }
}
.logo-container h1 {
  font-family: 'Fugaz One', sans-serif;
  text-transform: uppercase;
  border-bottom: 0 none;
  font-size: 7rem;
  margin-top: 50px;
  text-align: center;
  display: block;
  line-height: 75px;
}
.logo-container h1.home-h1 {
  font-size: 10rem;
}
@media only screen and (max-width: 959px) {
  .logo-container h1 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 699px) {
  .logo-container h1 {
    font-size: 5rem;
  }
  .logo-container h1.home-h1 {
    font-size: 11rem;
    margin-top: 70px;
  }
}
.mobile-nav-open .body:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(50, 50, 50, 0.6);
  top: 0;
}
/********************** Highlight Blocks **********************/

.home .highlight-blocks {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.home .highlight-blocks .highlight-block {
  background-color: #d20417;
  background-color: rgba(64, 0, 0, 0.9);
  transition: background-color ease-in-out 0.3s;
  position: relative;
  padding: 30px 20px;
}
.home .highlight-blocks .highlight-block:hover {
  background-color: #d20417;
}
@media only screen and (max-width: 699px) {
  .home .highlight-blocks .highlight-block {
    height: 140px;
    padding: 20px 5px !important;
  }
}
@media only screen and (min-width: 700px) and (max-width: 959px) {
  .home .highlight-blocks .highlight-block {
    height: auto !important;
  }
}
.home .highlight-blocks .highlight-block h2,
.home .highlight-blocks .highlight-block p,
.home .highlight-blocks .highlight-block i {
  text-align: center;
}
.home .highlight-blocks .highlight-block h2 {
  font-size: 2.3rem;
  line-height: 2.4rem;
  letter-spacing: 0.5px;
}
.home .highlight-blocks .highlight-block i {
  color: #fff;
  font-size: 6.5rem;
  display: block;
  margin: 30px 0;
}
.home .highlight-blocks .highlight-block p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
}
.home .highlight-blocks .highlight-block h2 {
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #CECECE;
  min-height: 58px;
}
.home .highlight-blocks .highlight-block a {
  display: block;
  height: 100%;
  text-decoration: none;
}
.home .highlight-blocks .highlight-block:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-top: solid 10px #1a4141;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}
/********************** Footer **********************/

footer {
  background-color: #797979;
}
footer a {
    color: #ffffff;
  font-size: 1.3rem;
  text-decoration: none;
}
footer p {
    color: #ffffff;
}
footer .footer-top {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer-top li {
  display: inline-block;
  margin-right: 10px;
  list-style: none;
  font-size: 1.4rem;
  font-weight: bold;
}
footer .footer-top li a {
  text-decoration: none;
}
footer .footer-bottom {
  background-color: #4d6b6b;
}
footer .left-links {
  margin-top: 10px;
}
footer .right-links {
  text-align: center;
}
footer .right-links li {
  margin-right: 0;
}
footer .right-links span,
footer .right-links img {
  display: inline-block;
  vertical-align: middle;
}
footer .right-links span {
  color: #fff;
  font-weight: normal;
  margin-right: 7px;
}
@media only screen and (max-width: 699px) {
  footer .right-links span {
    display: block;
  }
}
footer .right-links img {
  max-height: 25px;
}
footer .right-logos img {
  float: right;
  margin-left: 10px;
  padding-top: 20px;
}
footer .footer-info {
  background-color: #020202;
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .footer-info img {
  width: 100%;
}
footer .social-links {
  margin-top: 20px;
}
footer .social-link {
  border-radius: 3px;
  background-color: #d20417;
  color: #fff;
  text-align: center;
  padding: 6px;
  font-size: 18px;
  margin-right: 5px;
}
footer h2 {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-family: 'Neuton', sans-serif;
  color: #ffffff;
}
@media only screen and (max-width: 699px) {
  footer .left-logos {
    text-align: center;
  }
  footer .right-logos {
    text-align: center;
  }
  footer .right-logos img {
    float: none;
    margin-left: 5px;
    margin-right: 5px;
  }
  footer .footer-top ul {
    margin-top: 30px;
  }
  footer .footer-top ul li {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer p {
  font-size: 1.3rem;
}
.news-spotlight img {
  width: 100%;
  max-width: none;
}
.news-spotlight h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: normal;
  font-family: 'Neuton', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #1a4141;
}
.news-spotlight p {
  margin-top: 10px;
}
.news-spotlight p.date {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4pxrem;
  color: #666;
}
.news-spotlight a {
  text-decoration: none;
}
/*------------BOOKING FORM----------*/

#bookingform {
  margin-top: 7px;
  margin-bottom: 5px;
}
#bookingform .submit {
  border: 0 none;
}
@media only screen and (max-width: 959px) {
  #bookingform .submit {
    height: auto;
  }
}
#bookingform .checkin-label input {
  padding-left: 5px;
  margin-bottom: 5px;
}
#bookingform .dark-purple-cta {
  padding: 0;
}
#bookingform .dark-purple-cta input {
  max-width: none;
  background-color: #012C2C;
  transition: background-color 0.35s ease-in-out;
}
#bookingform .dark-purple-cta input:hover {
  background-color: #000000;
}
#bookingform span {
  font-size: 1.4pxrem;
  margin-right: 3px;
}
#bookingform .group {
  display: inline-block;
}
@media only screen and (min-width: 700px) {
  #bookingform .group {
    margin-left: 10px;
  }
}
#bookingform input,
#bookingform select {
  height: 33px;
}
.mobile-booking-form {
  background-color: #012323;
  padding-bottom: 15px;
}
@media only screen and (max-width: 699px) {
  .mobile-booking-form .checkin-label {
    display: block;
  }
  .mobile-booking-form .checkin-label input {
    display: block;
    max-width: none;
    width: 100%;
    padding: 5px;
    margin-bottom: 15px;
  }
  .mobile-booking-form select {
    display: block;
  }
  .mobile-booking-form .group {
    float: left;
    margin-right: 50px;
  }
  .mobile-booking-form .group span {
    display: inline-block;
    margin-bottom: 3px;
  }
  .mobile-booking-form h2 {
    margin-bottom: 10px;
  }
  .mobile-booking-form .dark-purple-cta {
    display: block;
  }
  .mobile-booking-form .dark-purple-cta input {
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    background-color: #012C2C;
    width: 100%;
  }
  .mobile-booking-form span {
    font-weight: bold;
    font-size: 14px !important;
  }
}
.mobile-booking-form h2 {
  font-family: 'Source Sans Pro', sans-serif;
}
@charset "UTF-8";
/*!
 * Pikaday
 * Copyright � 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */

.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/

.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.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-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.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-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  /* hide text using text-indent trick, using width value (it's enough) */
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.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-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.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.285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #012C2C;
  font-weight: bold;
}
.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #012C2C;
  box-shadow: inset 0 1px 3px #012C2C;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
.pika-button:hover {
  color: #fff !important;
  background: #809696 !important;
  box-shadow: none !important;
  border-radius: 3px !important;
}
/*----------- DOWNLOAD ---------*/

.download {
  background-color: #4d6b6b;
  padding: 20px;
  height: 303px;
  margin-bottom: 30px;
  transition: background-color 0.35s ease-in-out;
}
.download:hover {
  background-color: #425c5c;
}
.download a {
  display: block;
  height: 100%;
  width: 100%;
  text-decoration: none;
  text-align: center;
}
.download a i {
  color: #fff;
  font-size: 8.5rem;
  padding-top: 35px;
  padding-bottom: 10px;
  display: block;
}
.download a h3 {
  font-weight: normal;
  color: #345656;
  margin-bottom: 5px;
}
.download a p {
  margin-top: 0;
}
.extra-content h2 {
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #012C2C;
}
.sections {
  padding: 0 20px;
}
.sections h2 {
  display: block;
  text-align: left;
  font-family: 'Neuton', sans-serif;
  margin-top: 21px;
  padding-bottom: 20px;
  font-size: 3.2pxrem;
  margin-bottom: 21px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #012C2C;
}
.sections .page-section:last-child {
  margin-bottom: 50px;
}
.sections .page-section img {
  width: 100%;
}
.sections .page-section .book-button {
  margin-top: 30px;
  margin-bottom: 20px;
  display: inline-block;
}
.sections .page-section h3 {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 500;
  font-size: 2.4pxrem;
  margin-top: 10px;
  margin-bottom: 5px;
}
.sections .page-section .overview-box {
  background-color: #4d6b6b;
  padding: 30px 20px;
  margin-top: 20px;
}
.sections .page-section .overview-box h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 2.4pxrem;
  font-weight: 400;
}
.sections .page-section .overview-box ul {
  list-style: none;
}
.sections .page-section .overview-box ul li {
  font-size: 1.5rem;
  padding: 3px 0;
  color: #333;
}
@media only screen and (max-width: 699px) {
  .sections .page-section.page-section-image-left .overview-box {
    margin-bottom: 20px;
  }
}
.sections .page-section.page-section-image-top .overview-box ul {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media only screen and (max-width: 699px) {
  .sections .page-section.page-section-image-top .overview-box ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.sections .page-section.page-section-image-top .overview-box .small {
  font-size: 12px;
}
@media only screen and (max-width: 699px) {
  .sections .page-section.page-section-image-top .page-section-image-top__item {
    margin-bottom: 20px;
  }
}
.sections .page-section.page-section-compact li {
  font-size: 1.5pxrem;
  margin-bottom: 10px;
}
.sections .page-section.page-section-compact .subsection {
  border-bottom: 1px solid #4d6b6b;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.sections .page-section.page-section-compact .subsection:last-child {
  border-bottom: 0 none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.news-teaser {
  margin-left: -1px;
  transform: translateX(1px);
}
.news-teaser a h2 {
  transition: color 0.35s ease-in-out;
}
.news-teaser a:hover h2 {
  color: #012C2C;
}
.news-teaser h2 {
  margin-top: 0;
  margin-bottom: 0px;
  color: #1a4141;
  line-height: 24px;
}
.news-teaser .date {
  margin-top: 5px;
}
.news-teaser img {
  margin-bottom: 10px;
  width: 100%;
}
.news-teaser a {
  text-decoration: none;
}
.news-teaser .image-container {
  position: relative;
}
.news-teaser .image-container .event-type {
  display: inline-block;
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 5px 10px;
  color: #fff;
  font-weight: normal;
}
.news-teaser .image-container .event-type_MurderMystery {
  background-color: #DB2FC1;
}
.news-teaser .image-container .event-type_Christmas {
  background-color: #E01214;
}
.news-teaser .image-container .event-type_Comedy {
  background-color: #3B8EB8;
}
.news-teaser .image-container .event-type_FoodAndDrink {
  background-color: #DF7D12;
}
.news-teaser .image-container .event-type_Tribute {
  background-color: #01AABF;
}
.news-teaser .body-text {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 50px;
  border-bottom: 1px solid #4d6b6b;
  /* Required for Down Triangle */

  /* Fill */

}
.news-teaser .body-text:before,
.news-teaser .body-text:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}
.news-teaser .body-text:before {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  /* If 1px darken stroke slightly */
  border-top-color: #4d6b6b;
  border-width: 10px;
}
.news-teaser .body-text:after {
  bottom: -9px;
  left: 50%;
  margin-left: -5px;
  border-top-color: #fff;
  border-width: 10px;
}
/*HOME*/

@media only screen and (max-width: 959px) {
  .home .about .col {
    margin-bottom: 20px;
  }
  .home .news {
    margin-top: 20px;
  }
  .home .news-spotlight {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 699px) {
  .home .events {
    display: none;
  }
}
.home .about h2,
.home .news h2 {
  margin-top: 10px;
  padding-top: 0;
}
.home .news a.dark-purple-cta {
  margin-top: 20px;
  display: inline-block;
}
@media only screen and (max-width: 959px) {
  .home .news a.dark-purple-cta {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.home #EventsSlideshow {
  margin-top: 10px;
  position: relative;
}
@media only screen and (max-width: 699px) {
  .home #EventsSlideshow {
    position: static;
  }
}
.home #EventsSlideshow .view-all {
  bottom: 10px;
  position: absolute;
  right: 20px;
  text-decoration: none;
  z-index: 1;
  font-weight: bold;
  background-color: #CECECE;
  padding: 6px 16px;
  font-size: 1.4rem;
}
.home #EventsSlideshow p {
  color: #fff;
  margin-top: 0;
  font-size: 20px;
}
.home #EventsSlideshow .item-content {
  min-height: 120px;
  padding-bottom: 30px;
}
.home #EventsSlideshow .item-content h3 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 24px;
}
.home #EventsSlideshow .carousel-indicators li {
  height: 10px;
  width: 10px;
  margin-bottom: 12px;
}
.home #EventsSlideshow .carousel-indicators li.active {
  height: 20px;
  width: 20px;
  margin-bottom: 10px;
}
.home .special-offer {
  background-size: cover;
}
.home .special-offer__inner {
  padding: 20px;
  margin-top: 95px;
  margin-bottom: 95px;
}
.home .special-offer__inner .section-title {
  margin-top: 0;
}
.home .special-offer__inner i {
  display: block;
  font-size: 55px;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 959px) {
  .home #slideshow .carousel-indicators {
    display: none;
  }
  .home #slideshow .item {
    max-height: 400px;
  }
  .home #slideshow .item .item-content {
    display: none;
  }
  .home #slideshow .highlight-blocks {
    position: static;
  }
  .home #slideshow .highlight-blocks .highlight-block {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 959px) {
  .home .full-width-image {
    height: 500px;
  }
  .home .highlight-blocks {
    padding-top: 165px;
    margin-top: 0;
  }
  .home .highlight-blocks .highlight-block {
    padding: 20px 20px;
    margin-bottom: 10px;
  }
  .home .highlight-blocks .highlight-block:after {
    display: none;
  }
  .home .highlight-blocks .highlight-block h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
    border-bottom: 0 none;
    min-height: 0;
  }
  .home .highlight-blocks .highlight-block i {
    font-size: 26px;
    display: block;
    margin: 10px 0;
  }
  .home .highlight-blocks .highlight-block p {
    display: none;
  }
}
/*CONTENT PAGE SPECIAL*/

.content-page-special {
  padding-top: 520px;
}
.content-page-special .sections {
  padding: 0;
}
@media only screen and (max-width: 959px) {
  .content-page-special {
    padding-top: 350px;
  }
}
@media only screen and (max-width: 699px) {
  .content-page-special {
    padding-top: 350px;
  }
}
.content-page-special .content-area .content-area-inner {
  background-color: #fff;
}
@media only screen and (max-width: 699px) {
  .content-page-special .content-area .content-area-inner {
    padding-top: 20px;
  }
}
.content-page-special ul.benefits {
  margin-left: 20px;
  margin-top: 20px;
}
.content-page-special ul.benefits li {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.5pxrem;
}
.content-page-special .left-col {
  position: relative;
}
@media only screen and (min-width: 700px) {
  .content-page-special .left-col {
    min-height: 320px;
  }
}
.content-page-special .left-col-inner {
  left: -20px;
  max-width: calc(100% + 20px);
  position: absolute;
}
@media only screen and (max-width: 699px) {
  .content-page-special .benefits {
    display: none;
  }
  .content-page-special .left-col {
    position: static;
  }
  .content-page-special .left-col .left-col-inner {
    text-align: center;
    position: static;
    max-width: none;
  }
}
@media only screen and (min-width: 700px) {
  .content-page-special .right-col {
    padding-right: 20px;
  }
}
.content-page-special h1 {
  display: block;
  text-align: left;
  font-family: 'Neuton', sans-serif;
  margin-top: 21px;
  padding-bottom: 20px;
  font-size: 3.2pxrem;
  margin-bottom: 21px;
  padding-left: 0;
  padding-right: 0;
}
.news-listing .load-more-container {
  text-align: center;
}
.news-listing .masonry-container {
  position: static;
}
.news-listing .masonry-container .disabled-items {
  display: none;
}
/*SECTIONED PAGE*/

.sectioned-page {
  padding-top: 450px;
}
@media only screen and (max-width: 959px) {
  .sectioned-page {
    padding-top: 310px;
  }
}
.sectioned-page .back-to-top {
  float: right;
  color: #1a4141;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
}
.sectioned-page .back-to-top:after {
  border-color: transparent transparent #4d2450;
  border-style: solid;
  border-width: 0 7px 9px;
  content: "";
  float: right;
  margin-left: 5px;
  padding-top: 5px;
}
@media only screen and (min-width: 700px) {
  .sectioned-page {
    display: block;
  }
  .sectioned-page .full-width-image:after {
    background-color: rgba(1, 44, 44, 0.3);
    bottom: 0;
    content: "";
    height: 370px;
    left: 0;
    overflow: hidden;
    padding-top: 120px;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
@media only screen and (min-width: 700px) and (max-width: 959px) {
  .sectioned-page {
    display: block;
  }
  .sectioned-page .full-width-image:after {
    height: 280px;
    padding-top: 95px;
  }
}
.sectioned-page .addthis_sharing_toolbox {
  margin-top: 10px;
}
.sectioned-page h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  border-bottom-color: #fff;
}
@media only screen and (max-width: 699px) {
  .sectioned-page h1 {
    border-bottom: 1px solid #561267;
    font-family: "Neuton", sans-serif;
    font-size: 2rem;
    margin-bottom: 1.3125rem;
    margin-top: 1.3125rem;
    padding-bottom: 1.25rem;
    color: #1a4141;
    text-align: center;
  }
}
@media only screen and (max-width: 699px) {
  .sectioned-page h2 {
    font-size: 1.5rem;
  }
}
.sectioned-page ul.section-list {
  width: 100%;
  display: table;
  background-color: #012C2C;
}
@media only screen and (max-width: 699px) {
  .sectioned-page ul.section-list {
    display: block;
  }
}
.sectioned-page ul.section-list li {
  display: table-cell;
  text-align: center;
  transition: background-color 0.5s;
  border-right: 1px solid #d20417;
}
@media only screen and (max-width: 699px) {
  .sectioned-page ul.section-list li {
    display: block;
    border-bottom: 1px solid #1a4141;
  }
  .sectioned-page ul.section-list li:last-child {
    border-bottom: 0 none;
  }
}
.sectioned-page ul.section-list li.active,
.sectioned-page ul.section-list li:hover {
  background-color: #d20417;
}
.sectioned-page ul.section-list li a {
  display: block;
  padding: 25px 15px;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}
.sectioned-page ul.section-list li:last-child {
  border-right: 0 none;
}
.sectioned-page .content-area .content-area-inner .white-bg {
  background-color: #fff;
}
/*EVENT*/

.news-event {
  padding-top: 0;
}
@media only screen and (min-width: 960px) {
  .news-event .rte-content img {
    max-width: 500px;
  }
}
.news-event .content-area .content-area-inner {
  background-color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 699px) {
  .news-event .content-area .content-area-inner {
    padding: 0 20px 20px;
  }
}
@media only screen and (max-width: 699px) {
  .news-event .left-col {
    text-align: center;
  }
}
.news-event .left-col a {
  display: inline-block;
  margin-top: 20px;
}
.news-event h1 {
  display: block;
  text-align: left;
  font-family: 'Neuton', sans-serif;
  margin-top: 21px;
  padding-bottom: 20px;
  font-size: 3.2pxrem;
  margin-bottom: 21px;
  padding-left: 0;
  padding-right: 0;
}
.news-event h2.related {
  display: block;
  text-align: left;
  font-family: 'Neuton', sans-serif;
  margin-top: 21px;
  padding-bottom: 20px;
  font-size: 3.2pxrem;
  margin-bottom: 21px;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #012C2C;
}
.news-event .right-col .dark-purple-cta {
  padding-left: 0;
}
.news-event .news-teaser .body-text,
.news-event .event-teaser .body-text {
  border: 0 none;
}
.news-event .news-teaser .body-text:before,
.news-event .event-teaser .body-text:before,
.news-event .news-teaser .body-text:after,
.news-event .event-teaser .body-text:after {
  display: none;
}
.news-event .back-button {
  margin-bottom: 20px;
}
/*CONTACT PAGE*/

.contact-page .intro {
  text-transform: uppercase;
}
@media only screen and (min-width: 700px) {
  .contact-page {
    display: block;
  }
}
@media only screen and (min-width: 700px) and (max-width: 959px) {
  .contact-page {
    display: block;
  }
  .contact-page .full-width-image:after {
    height: 275px;
  }
}
.contact-page h1 {
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #fff;
  border-bottom-color: #fff;
}
@media only screen and (max-width: 699px) {
  .contact-page h1 {
    border-bottom: 1px solid #561267;
    font-family: "Neuton", sans-serif;
    font-size: 2rem;
    margin-bottom: 1.3125rem;
    margin-top: 1.3125rem;
    padding-bottom: 1.25rem;
    color: #1a4141;
    text-align: center;
  }
}
.contact-page h2 {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 30px;
}
.contact-page .map-container {
  height: 450px;
}
.contact-page #map-canvas {
  height: 450px;
  margin: 0;
  padding: 0;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #6c6c6c;
}
.contact-page #map-canvas img {
  max-width: none;
}
.contact-page #map-canvas .gm-style-iw strong {
  color: #d20417;
}
.contact-page #map-canvas .gm-style-iw > div {
  overflow: visible !important;
}
.contact-page #map-canvas .gm-style-iw p {
  margin-top: 10px;
  margin-bottom: 10px;
  display: block;
  text-align: left;
  font-size: 14px;
  min-width: 130px;
}
.contact-page #map-canvas .gm-style-iw p:first-child {
  margin-top: 5px;
}
@media only screen and (max-width: 699px) {
  .contact-page .map-container {
    border-left: 0 none;
    height: 100%;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    z-index: 15;
  }
  .contact-page #map-canvas {
    height: 100%;
  }
}
.contact-page .closeMap {
  position: fixed;
  top: 70px;
  left: -100%;
}
.contact-page .showMap a {
  display: inline-block;
  margin-bottom: 20px;
}
.contact-page .content-area-with-bg {
  position: relative;
}
.contact-page .content-area-with-bg p {
  margin-top: 0;
}
@media only screen and (min-width: 700px) {
  .contact-page .content-area-with-bg .white-bg {
    width: 100%;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
.contact-page .contact-form-container {
  background-color: #ccd5d5;
  padding-top: 35px;
  padding-bottom: 50px;
}
.contact-page .contact-form-container form {
  margin-top: 10px;
}
.contact-page .contact-form-container .form-block {
  margin-bottom: 20px;
}
.contact-page .contact-form-container .form-block label {
  display: block;
  font-weight: bold;
  font-size: 1.4pxrem;
  padding-top: 3px;
  padding-bottom: 5px;
}
.contact-page .contact-form-container .form-block textarea,
.contact-page .contact-form-container .form-block input,
.contact-page .contact-form-container .form-block select {
  width: 100%;
  max-width: none;
  border: 0 none;
  box-shadow: none;
  resize: none;
  padding: 10px;
}
.contact-page .contact-form-container .form-block .input-validation-error {
  border: 1px solid red !important;
}
.contact-page .contact-form-container .form-block.sp {
  height: 0 !important;
  overflow: hidden;
  margin: 0;
}
.contact-page .contact-form-container input[type=submit] {
  border: 0 none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  background-color: #012C2C;
  padding: 5px 25px;
  font-size: 1.6rem;
}
.contact-page .directions .intro {
  display: block;
}
.content-page h1 {
  border-bottom: 0 none;
  display: inline-block;
  font-family: "Neuton", sans-serif;
  font-size: 2.8rem;
  font-weight: lighter;
  margin-bottom: 2.5rem;
  margin-top: 0;
  padding-bottom: 0.625rem;
  padding-left: 0;
  padding-right: 1.25rem;
}
@media only screen and (max-width: 959px) {
  .content-page h1 {
    margin-top: 20px;
  }
}
.content-page .content-area-inner ul li {
  font-size: 16px;
  padding-bottom: 10px;
  vertical-align: middle;
  line-height: 20px;
}
.content-page .content-area-inner ul li:before {
  font-family: 'icomoon' !important;
  content: "\ea10";
  color: #31BF47;
  padding-right: 10px;
  font-size: 20px;
}
/**
 * Gridpak Beta LESS
 *
 * Generator - http://gridpak.com/
 * Created by @erskinedesign
 */

* {
  box-sizing: border-box;
}
/*========================================================================
  Standard content wrapper
==========================================================================*/

.sc-wrapper {
  margin: 10px auto 25px auto;
  max-width: 1920px;
  display: block;
}
.sc-wrapper.flush {
  margin-top: 0;
  margin-bottom: 0;
}
.sc-wrapper.flush-bottom {
  margin-bottom: 0;
}
.sc-wrapper.flush-top {
  margin-top: 0;
}
.sc-wrapper--with-padding {
  padding: 10px 0;
}
@media only screen and (min-width: 700px) {
  .sc-wrapper {
    margin: 20px 0 40px 0;
  }
  .sc-wrapper--with-padding {
    padding: 30px 0;
  }
  .sc-wrapper--border-top {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .sc-wrapper {
    margin: 50px 0 70px 0;
  }
  .sc-wrapper--with-padding {
    padding: 40px 0;
  }
  .sc-wrapper--border-top {
    padding-top: 40px;
  }
}
.pull-right {
  float: right !important;
}
.full-width {
  width: 100%;
}
.centre-all {
  text-align: center;
}
/*========================================================================
  Reusable column setup
==========================================================================*/

.mixin-col {
  box-sizing: border-box;
  background-clip: padding-box !important;
  border: 0 solid transparent;
  float: left;
}
.tight .mixin-col {
  padding-left: 5px;
  padding-right: 5px;
}
.col {
  box-sizing: border-box;
  background-clip: padding-box !important;
  border: 0 solid rgba(0, 0, 0, 0);
  float: left;
}
.tight .col {
  padding-left: 5px;
  padding-right: 5px;
}
/*========================================================================
  Containers - 3 different widths
==========================================================================*/

.sm-container,
.md-container,
.lg-container {
  padding: 0 20px;
  margin: 0 auto;
  padding: 0;
  width: 90%;
}
.sm-container {
  max-width: 840px;
}
.md-container {
  max-width: 1098px;
}
.lg-container {
  max-width: 1300px;
}
/*========================================================================
  Rows/spans
==========================================================================*/
.mixin-span_first {
  margin-left: 0;
}
.row {
  margin: 20px auto;
  display: block;
  list-style: none;
  padding: 0;
}
.row:first-child {
  margin-top: 0;
}
.row:last-child {
  margin-bottom: 0;
}
.row:after {
  clear: both;
  content: "";
  display: table;
}
/* 1. 2 Column Grid 0px - 438px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    50%
    Span 2:    100%
    
    ----------------------------------------------------------------------------- */

.content-wrapper {
  overflow: hidden;
}
.row {
  margin-left: -10px;
}
.col {
  border-left-width: 10px;
  padding: 0;
}
.sm-hidden {
  display: none;
}
.sm-hidden[class^="icon-"],
.sm-hidden[class*=" icon-"],
.sm-hidden.icon {
  display: none;
}
/* --- Gridpak variables --- */
.sm_span_1 {
  border-left-width: 10px;
  width: 16.666666667%;
  padding: 0;
  margin-left: 0;
}
.sm_span_1.centred {
  margin-right: 41.666666667%;
  margin-left: 41.666666667%;
}
.sm_span_2 {
  border-left-width: 10px;
  width: 33.333333333%;
  padding: 0;
  margin-left: 0;
}
.sm_span_2.centred {
  margin-right: 33.333333333%;
  margin-left: 33.333333333%;
}
.sm_span_3 {
  border-left-width: 10px;
  width: 50%;
  padding: 0;
  margin-left: 0;
}
.sm_span_3.centred {
  margin-right: 25%;
  margin-left: 25%;
}
.sm_span_3:nth-child(odd) {
  clear: left;
}
.sm_span_4 {
  border-left-width: 10px;
  width: 66.666666667%;
  padding: 0;
  margin-left: 0;
}
.sm_span_4.centred {
  margin-right: 16.666666667%;
  margin-left: 16.666666667%;
}
.sm_span_5 {
  border-left-width: 10px;
  width: 83.333333333%;
  padding: 0;
  margin-left: 0;
}
.sm_span_5.centred {
  margin-right: 8.333333333%;
  margin-left: 8.333333333%;
}
.sm_span_6 {
  margin-left: 0;
  width: 100%;
}
/* 2. 6 Column Grid 439px - 959px 
    ----------------------------------------------------------------------------- 
    
    Span 1:    16.6666666667%
    Span 2:    33.3333333333%
    Span 3:    50.0%
    Span 4:    66.6666666667%
    Span 5:    83.3333333333%
    Span 6:    100%
    
    ----------------------------------------------------------------------------- */

@media only screen and (min-width: 700px) {
  .sm_span_3:nth-child(odd) {
    clear: none;
  }
  .content-wrapper {
    margin: 0;
  }
  .sm-container,
  .md-container,
  .lg-container {
    padding: 0 20px;
  }
  .row {
    margin-left: -20px;
  }
  .col {
    border-left-width: 20px;
    display: block;
    padding: 0;
  }
  .sm-hidden {
    display: block;
  }
  .md-hidden {
    display: none;
  }
  .md-hidden[class^="icon-"],
  .md-hidden[class*=" icon-"],
  .md-hidden.icon {
    display: none;
  }
  .md_span_1 {
    border-left-width: 20px;
    width: 8.333333333%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_1.centred {
    margin-right: 45.833333333%;
    margin-left: 45.833333333%;
  }
  .md_span_2 {
    border-left-width: 20px;
    width: 16.666666667%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_2.centred {
    margin-right: 41.666666667%;
    margin-left: 41.666666667%;
  }
  .md_span_3 {
    border-left-width: 20px;
    width: 25%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_3.centred {
    margin-right: 37.5%;
    margin-left: 37.5%;
  }
  .md_span_4 {
    border-left-width: 20px;
    width: 33.333333333%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_4.centred {
    margin-right: 33.333333333%;
    margin-left: 33.333333333%;
  }
  .md_span_5 {
    border-left-width: 20px;
    width: 41.666666667%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_5.centred {
    margin-right: 29.166666667%;
    margin-left: 29.166666667%;
  }
  .md_span_6 {
    border-left-width: 20px;
    width: 50%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_6.centred {
    margin-right: 25%;
    margin-left: 25%;
  }
  .md_span_7 {
    border-left-width: 20px;
    width: 58.333333333%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_7.centred {
    margin-right: 20.833333333%;
    margin-left: 20.833333333%;
  }
  .md_span_8 {
    border-left-width: 20px;
    width: 66.666666667%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_8.centred {
    margin-right: 16.666666667%;
    margin-left: 16.666666667%;
  }
  .md_span_9 {
    border-left-width: 20px;
    width: 75%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_9.centred {
    margin-right: 12.5%;
    margin-left: 12.5%;
  }
  .md_span_10 {
    border-left-width: 20px;
    width: 83.333333333%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_10.centred {
    margin-right: 8.333333333%;
    margin-left: 8.333333333%;
  }
  .md_span_11 {
    border-left-width: 20px;
    width: 91.666666667%;
    padding: 0;
    margin-left: 0;
  }
  .md_span_11.centred {
    margin-right: 4.166666667%;
    margin-left: 4.166666667%;
  }
  .md_span_12 {
    margin-left: 0;
    width: 100%;
  }
}
/* 3. 12 Column Grid 960px - Infinity 
    ----------------------------------------------------------------------------- 
    
    Span 1:    8.33333333333%
    Span 2:    16.6666666667%
    Span 3:    25.0%
    Span 4:    33.3333333333%
    Span 5:    41.6666666667%
    Span 6:    50.0%
    Span 7:    58.3333333333%
    Span 8:    66.6666666667%
    Span 9:    75.0%
    Span 10:    83.3333333333%
    Span 11:    91.6666666667%
    Span 12:    100%
    
    ----------------------------------------------------------------------------- */

@media only screen and (min-width: 960px) {
  .row {
    margin-left: -30px;
  }
  .col {
    border-left-width: 30px;
    padding: 0;
  }
  .sm-hidden {
    display: block;
  }
  .md-hidden {
    display: block;
  }
  .lg-hidden {
    display: none;
  }
  .lg-hidden[class^="icon-"],
  .lg-hidden[class*=" icon-"],
  .lg-hidden.icon {
    display: none;
  }
  .lg_span_1 {
    border-left-width: 30px;
    width: 8.333333333%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_1.centred {
    margin-right: 45.833333333%;
    margin-left: 45.833333333%;
  }
  .lg_span_2 {
    border-left-width: 30px;
    width: 16.666666667%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_2.centred {
    margin-right: 41.666666667%;
    margin-left: 41.666666667%;
  }
  .lg_span_3 {
    border-left-width: 30px;
    width: 25%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_3.centred {
    margin-right: 37.5%;
    margin-left: 37.5%;
  }
  .lg_span_4 {
    border-left-width: 30px;
    width: 33.333333333%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_4.centred {
    margin-right: 33.333333333%;
    margin-left: 33.333333333%;
  }
  .lg_span_5 {
    border-left-width: 30px;
    width: 41.666666667%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_5.centred {
    margin-right: 29.166666667%;
    margin-left: 29.166666667%;
  }
  .lg_span_6 {
    border-left-width: 30px;
    width: 50%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_6.centred {
    margin-right: 25%;
    margin-left: 25%;
  }
  .lg_span_7 {
    border-left-width: 30px;
    width: 58.333333333%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_7.centred {
    margin-right: 20.833333333%;
    margin-left: 20.833333333%;
  }
  .lg_span_8 {
    border-left-width: 30px;
    width: 66.666666667%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_8.centred {
    margin-right: 16.666666667%;
    margin-left: 16.666666667%;
  }
  .lg_span_9 {
    border-left-width: 30px;
    width: 75%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_9.centred {
    margin-right: 12.5%;
    margin-left: 12.5%;
  }
  .lg_span_10 {
    border-left-width: 30px;
    width: 83.333333333%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_10.centred {
    margin-right: 8.333333333%;
    margin-left: 8.333333333%;
  }
  .lg_span_11 {
    border-left-width: 30px;
    width: 91.666666667%;
    padding: 0;
    margin-left: 0;
  }
  .lg_span_11.centred {
    margin-right: 4.166666667%;
    margin-left: 4.166666667%;
  }
  .lg_span_12 {
    margin-left: 0;
    width: 100%;
  }
  .lg_span_12.centred {
    margin-left: 0;
    margin-right: 0;
  }
}
