/*
Theme Name: Josiah
Theme URI: Josiah

Author: Hungry Sandwich Club
Author URI: 
Description: 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags:
*/
/* ==========================================================================
   Import partials
   ========================================================================== */
/* ==========================================================================
   CSS Reset
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==========================================================================
   Breakpoints
   ========================================================================== */
.opacity--05 {
  opacity: 0.5; }

.overflow--hidden {
  overflow: hidden; }

.display--none {
  display: none; }

.display--above-tablet {
  display: block; }
  @media (max-width: 810px) {
    .display--above-tablet {
      display: none; } }

.display--below-tablet {
  display: none; }
  @media (max-width: 810px) {
    .display--below-tablet {
      display: block; } }

/* ==========================================================================
    Typography
   ========================================================================== */
/* Subsetted */
@font-face {
  font-family: "LL Brown Bold Sub";
  src: url("../fonts/lineto-brown-bold.eot");
  src: url("../fonts/lineto-brown-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-bold.woff2") format("woff2"), url("../fonts/lineto-brown-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "LL Brown Bold Alternate Sub";
  src: url("../fonts/lineto-brown-boldalt.eot");
  src: url("../fonts/lineto-brown-boldalt.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-boldalt.woff2") format("woff2"), url("../fonts/lineto-brown-boldalt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "LL Brown Reclining Bold Sub";
  src: url("../fonts/lineto-brown-reclinbold.eot");
  src: url("../fonts/lineto-brown-reclinbold.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-reclinbold.woff2") format("woff2"), url("../fonts/lineto-brown-reclinbold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "LL Brown Reclining Bold Alternate Sub";
  src: url("../fonts/lineto-brown-reclinboldalt.eot");
  src: url("../fonts/lineto-brown-reclinboldalt.eot?#iefix") format("embedded-opentype"), url("../fonts/lineto-brown-reclinboldalt.woff2") format("woff2"), url("../fonts/lineto-brown-reclinboldalt.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Lyon Display Bold Web";
  src: url("../fonts/LyonDisplay-Bold-Web.eot");
  src: url("../fonts/LyonDisplay-Bold-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/LyonDisplay-Bold-Web.woff2") format("woff2"), url("../fonts/LyonDisplay-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

.LyonDisplay-Bold-Web {
  font-family: "Lyon Display Bold Web";
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: "Lyon Display Web";
  src: url("../fonts/LyonDisplay-Regular-Web.eot");
  src: url("../fonts/LyonDisplay-Regular-Web.eot?#iefix") format("embedded-opentype"), url("../fonts/LyonDisplay-Regular-Web.woff2") format("woff2"), url("../fonts/LyonDisplay-Regular-Web.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

.LyonDisplay-Regular-Web {
  font-family: "Lyon Display Web";
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

html {
  font: 1em/1.5 "Lyon Display Web", sans-serif;
  font-size: 16; }

body {
  font-weight: normal; }

html,
body {
  font-size: 16px;
  color: #0a223a; }

h1 {
  font-family: "LL Brown Bold Sub";
  font-size: 50px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 720px) {
    h1 {
      font-size: 40px; } }

h2 {
  font-family: "Lyon Display Bold Web";
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

h3 {
  font-family: "Lyon Display Bold Web";
  font-size: 1.1rem;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 720px) {
    h3 {
      font-size: 1.2rem; } }

p,
strong {
  font-size: 19px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }
  @media (max-width: 720px) {
    p,
    strong {
      font-size: 16px; } }

p {
  font-family: "Lyon Display Web"; }

strong {
  font-family: "Lyon Display Bold Web";
  display: block; }

li {
  font-family: "LL Brown Bold Sub"; }

.text--white {
  color: white; }

a {
  color: inherit;
  text-decoration: none; }

.bold {
  font-family: "Lyon Display Bold Web"; }

.policy li {
  list-style-type: circle;
  line-height: 1.5;
  font-size: 18px;
  font-family: "Lyon Display Web";
  list-style-position: inside;
  margin: 0.4rem 0; }

.policy h2,
.policy h3,
.policy h4,
.policy p {
  margin-bottom: 0.5rem; }

.footer__award {
  width: 200px;
  height: 100px;
  position: absolute;
  background-image: url("");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .footer__award.left {
    left: 60px;
    top: 60px;
    background-image: url("../img/NLA_logo_2018.svg"); }
    @media (max-width: 810px) {
      .footer__award.left {
        display: inline-block;
        position: relative;
        left: initial;
        right: initial;
        top: initial;
        margin: 1rem;
        width: 150px; } }
  .footer__award.right {
    right: 60px;
    top: 60px;
    background-image: url("../img/NLA_LOGO_ROUNDEL_LOGOTYPEAP.svg"); }
    @media (max-width: 810px) {
      .footer__award.right {
        display: inline-block;
        position: relative;
        left: initial;
        right: initial;
        top: initial;
        margin: 1rem;
        width: 150px; } }

/* ==========================================================================
   Scss Colours
   ========================================================================== */
/* ==========================================================================
   Specific Color Classes 
   ========================================================================== */
.text--white {
  color: #fff; }

.text--black {
  color: #000; }

.white {
  background-color: #fff; }

.black {
  background-color: #302e33; }

/* ==========================================================================
   Base Styles
   ========================================================================== */
html,
body {
  display: inline-block;
  width: 100%;
  margin: 0;
  background-color: #fff;
  min-width: 320px; }
  @media (max-width: 720px) {
    html,
    body {
      overflow-x: hidden; } }

body * {
  box-sizing: border-box; }

body {
  overflow-x: hidden; }

img {
  width: 100%; }

/* ==========================================================================
   Wrapper
   ========================================================================== */
.central {
  text-align: center; }

.left {
  text-align: left; }

/* ==========================================================================
   Structure
   ========================================================================== */
* {
  box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 60px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 720px) {
    .container {
      padding: 0 30px; } }
  .container.policy {
    margin-top: 160px; }

.container a {
  font-size: inherit;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  transition: all 0.6s ease; }

.container p a {
  display: inline-block;
  position: relative;
  font-family: "Lyon Display Bold Web";
  cursor: pointer;
  transition: background-color 0.3s ease; }
  .container p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffff00;
    height: 3px;
    transition: background-color 0.3s ease; }
  .container p a:hover:after {
    background-color: #302e33; }

.dark-section p a:hover:after {
  background-color: #fff; }

.details p a {
  font-family: "Lyon Display Web"; }
  .details p a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffff00;
    height: 0;
    transition: background-color 0.3s ease; }
  .details p a:hover:after {
    background-color: #ffff00;
    height: 3px; }

.container a.btn:hover {
  opacity: 1; }

.dark-section {
  width: 100%;
  min-height: 1000px;
  background-color: #302e33;
  color: #fff;
  -webkit-font-smoothing: antialiased; }

.section__title {
  text-align: center;
  padding-bottom: 80px;
  padding-top: 110px;
  width: 100%; }
  .section__title.gallery {
    padding-bottom: 30px; }
    @media (max-width: 810px) {
      .section__title.gallery {
        padding-top: 0; } }
  @media (max-width: 720px) {
    .section__title {
      padding: 50px 0;
      padding-top: 85px; } }
  .section__title h1 {
    margin-bottom: 14px; }

.section-intro {
  position: relative;
  height: calc(100vh - 80px);
  max-height: 900px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: -30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  transition: opacity 1.2s ease;
  min-height: 650px; }
  .section-intro.fade-in {
    opacity: 1; }
  .section-intro.transition {
    transition: opacity 2s ease; }
  @media (max-width: 1190px) {
    .section-intro {
      min-height: 550px; } }
  @media (max-width: 810px) {
    .section-intro {
      min-height: 600px;
      margin: 0;
      height: 100%; } }

.crossfade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-attachment: initial;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  transition: all 1.5s ease 0.2s; }
  @media (max-width: 810px) {
    .crossfade {
      background-attachment: initial; } }
  .crossfade.active {
    opacity: 1;
    transition: all 1.5s ease; }
  .crossfade:nth-child(1) {
    z-index: 0;
    background-color: #efefef; }
  .crossfade:nth-child(2) {
    z-index: 1; }
  .crossfade:nth-child(3) {
    z-index: 2; }
  .crossfade:nth-child(4) {
    z-index: 3; }
  .crossfade:nth-child(5) {
    z-index: 4; }

.intro__down-arrow {
  position: absolute;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-image: url("../img/arrow--down.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  cursor: pointer;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10; }
  @media (max-width: 720px) {
    .intro__down-arrow {
      bottom: 50px; } }
  .intro__down-arrow:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); }

.section-offer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px; }
  @media (max-width: 810px) {
    .section-offer {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .section-offer > div {
    padding: 0 30px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
    @media (max-width: 810px) {
      .section-offer > div {
        padding: 30px 0; } }

.section-offer.no-table {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0; }

.tagline {
  max-width: 900px;
  text-align: center;
  line-height: 1.3;
  font-size: 30px;
  text-transform: none;
  margin: 0 60px;
  margin-top: 30px;
  -webkit-font-smoothing: antialiased;
  z-index: 10; }
  @media (max-width: 1610px) {
    .tagline {
      font-size: 25px;
      max-width: 700px; } }
  @media (max-width: 720px) {
    .tagline {
      font-size: 20px;
      max-width: 700px;
      margin: 0 20px;
      margin-top: 0; } }

.section-intro {
  margin-top: 80px;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 810px) {
    .section-intro {
      margin-top: 55px; } }

@supports ((display: -ms-grid) or (display: grid)) {
  .section-offer {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px; }
    @media (max-width: 810px) {
      .section-offer {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        margin-bottom: 50px; } }
    .section-offer > div {
      padding: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; }
  .section-offer.no-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    max-width: 1000px;
    margin: 0 auto;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

.description p {
  margin-bottom: 2rem; }

.column-text {
  max-width: 1000px;
  margin: 0 auto; }
  .column-text p {
    margin-bottom: 35px; }
    .column-text p:last-child {
      margin-bottom: 0; }

.map {
  -ms-grid-column: span 2;
  grid-column: span 2; }

.intro__logo {
  height: 45%;
  width: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../img/caxton-logo-header.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-width: 320px;
  font-size: 17px;
  z-index: 10; }
  @media (max-width: 1610px) {
    .intro__logo {
      font-size: 16px;
      height: 45%; } }
  @media (max-width: 1190px) {
    .intro__logo {
      font-size: 14px;
      height: 40%; } }
  @media (max-width: 810px) {
    .intro__logo {
      font-size: 12px;
      height: 250px; } }
  .intro__logo .fit-container {
    color: #fff;
    text-transform: uppercase;
    font-family: "LL Brown Bold Sub";
    -webkit-font-smoothing: antialiased;
    font-size: 1em;
    text-align: center;
    width: 100%;
    letter-spacing: 1px; }

.google-map {
  position: relative;
  height: 800px;
  width: 100%;
  margin-top: 80px; }
  @media (max-width: 720px) {
    .google-map {
      height: 400px; } }

#map {
  height: 100%;
  width: 100%; }

.section-getintouch {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 100px; }

.contact-grid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto; }
  @media only screen and (max-width: 1250px) {
    .contact-grid {
      max-width: 600px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 810px) {
    .contact-grid {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }

@supports ((display: -ms-grid) or (display: grid)) {
  .contact-grid {
    position: relative;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    grid-gap: 20px; }
    @media only screen and (max-width: 1250px) {
      .contact-grid {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr; } }
    @media (max-width: 810px) {
      .contact-grid {
        display: inline-block;
        height: auto; } } }

.contact-grid__item {
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media only screen and (max-width: 1250px) {
    .contact-grid__item {
      width: 50%;
      margin-bottom: 25px; }
      @supports ((display: -ms-grid) or (display: grid)) {
        .contact-grid__item {
          width: 100%;
          margin-bottom: 0; } } }
  @media (max-width: 810px) {
    .contact-grid__item {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 1250px) {
    .contact-grid__item > div {
      min-width: 210px; } }
  @media (max-width: 810px) {
    .contact-grid__item > div {
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      margin-bottom: 30px;
      min-width: auto; } }
  .contact-grid__item img {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
    margin-right: 10px; }
    @media (max-width: 720px) {
      .contact-grid__item img {
        width: 30%;
        height: 50px; } }
  .contact-grid__item a {
    color: #ffff00; }

@media (max-width: 810px) {
  .contact-grid__item .details {
    width: 50%; } }

table {
  width: 100%;
  text-align: center; }

.table__header__row {
  background-color: #ffff00;
  margin: 20px 20px; }
  .table__header__row th {
    padding: 10px 5px;
    font-family: "LL Brown Bold Sub";
    border-right: solid 1px #f5f5f5;
    border-bottom: solid 1px #f5f5f5; }
    .table__header__row th:last-child {
      border-right: none; }

.table__header {
  padding: 10px 0; }

.table__column:first-child {
  font-family: "Lyon Display Bold Web"; }

tbody {
  background-color: rgba(255, 255, 0, 0.15); }
  tbody td {
    padding: 8px 5px; }

td {
  border-right: solid 1px #f5f5f5;
  border-bottom: solid 1px #f5f5f5; }
  td:last-child {
    border-right: none; }

.cookie-message {
  width: 260px;
  position: fixed;
  padding: 30px;
  bottom: 30px;
  right: 30px;
  background-color: #302e33;
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-family: "Lyon Display Web";
  font-weight: 200;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  font-size: 19px;
  opacity: 0;
  border: solid 1px #ffff00;
  z-index: 3000; }
  @media (max-width: 720px) {
    .cookie-message {
      width: 100%;
      bottom: 0;
      left: 0; } }
  .cookie-message.open {
    opacity: 1; }
  .cookie-message .text--yellow {
    color: #ffff00;
    text-decoration: underline;
    margin-top: 20px;
    margin-bottom: 30px; }
  .cookie-message button {
    background: initial;
    width: 100%;
    padding: 0.7rem;
    font-size: 0.9rem;
    font-family: "LL Brown Bold Sub";
    text-transform: uppercase;
    border: solid 1px #ffff00;
    color: #ffff00;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer; }
    .cookie-message button * + * {
      margin-left: 10px; }

.confirm-message {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px; }
  .confirm-message div {
    margin-right: 15px; }
  .confirm-message input[type="checkbox"] {
    opacity: 0;
    margin-top: 8px;
    width: 15px;
    margin-left: 0;
    margin-right: 0; }
  .confirm-message input[type="radio"] + label,
  .confirm-message input[type="checkbox"] + label {
    top: 7px; }
  .confirm-message p a {
    font-family: "Lyon Display Web"; }
  .confirm-message p a:after {
    height: 2px; }

header {
  position: fixed;
  height: 80px;
  width: 100%;
  background-color: #ffff00;
  z-index: 2;
  transition: height 0.3s ease;
  z-index: 100; }
  @media (max-width: 720px) {
    header {
      height: 55px; } }
  header.reduced {
    height: 60px; }

.header__inner {
  width: 100%;
  max-width: 1400px;
  padding: 0 60px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 720px) {
    .header__inner {
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.header__logo {
  width: 65px;
  height: 100%;
  background-image: url("../img/caxton-logo-nav.svg");
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  .reduced .header__logo {
    background-size: 100%; }
  @media (max-width: 720px) {
    .header__logo {
      background-size: 70%; }
      .reduced .header__logo {
        background-size: 70%; } }

.nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .nav li {
    margin: 0 1rem;
    text-transform: uppercase;
    font-size: 13px;
    position: relative; }
    .nav li:after {
      content: "";
      position: absolute;
      height: 2px;
      bottom: -8px;
      left: 0;
      background-color: #302e33;
      width: 100%;
      opacity: 0;
      transition: opacity 0.2s ease; }
    .nav li:last-child {
      margin-right: 0; }
    .nav li.active:after {
      opacity: 1; }
  @media (max-width: 720px) {
    .nav {
      display: none; } }

.btn--register {
  border: solid 1px #302e33;
  padding: 13px 15px;
  transition: all 0.3s ease;
  background-color: #ffff00;
  cursor: pointer; }
  .btn--register:hover {
    background-color: #302e33;
    color: #ffff00; }

.mobile-menu-icon {
  display: none; }

.mobile-menu {
  display: none; }

@media (max-width: 720px) {
  .mobile-menu-icon {
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    right: 10px;
    width: 50px;
    height: 100%;
    background-image: url("../img/menu-icon.svg");
    background-size: 40px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer; }
    .mobile-menu-icon.close {
      background-image: url("../img/close-icon.svg"); }
  .mobile-menu {
    display: none;
    width: 100%;
    height: 100%;
    background-color: yellow;
    z-index: 1;
    position: fixed;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    z-index: 20; }
    .mobile-menu li {
      font-size: 25px;
      text-transform: uppercase;
      margin: 2rem; } }

.download-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .download-buttons a {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .download-buttons a:first-child {
    margin-bottom: 15px;
    margin-left: 0; }

.no-table .download-buttons {
  margin-top: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .no-table .download-buttons a {
    margin: 0 20px;
    -webkit-align-self: initial;
    -ms-flex-item-align: initial;
    -ms-grid-row-align: initial;
    align-self: initial; }
  .no-table .download-buttons a:first-child {
    margin: 0 20px; }
  @media (max-width: 720px) {
    .no-table .download-buttons {
      margin-top: 10px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .no-table .download-buttons a {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center; }
      .no-table .download-buttons a:first-child {
        margin-bottom: 15px;
        width: 100%; } }

@media (max-width: 720px) {
  .download-buttons {
    margin-top: 10px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

.btn--floorplans {
  height: 60px;
  background-color: #ffff00;
  font-family: "LL Brown Bold Alternate Sub";
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 310px; }
  @media (max-width: 720px) {
    .btn--floorplans {
      width: 100%; } }
  .btn--floorplans:hover {
    background-color: #302e33;
    color: #ffff00; }
  .btn--floorplans:before {
    content: "";
    display: block;
    height: 100%;
    width: 40px;
    background-image: url("../img/floorpan.svg");
    background-size: 25px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer; }
  .btn--floorplans span {
    line-height: 1.2;
    margin: 0 30px;
    display: inline-block;
    text-align: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-self: center;
    text-transform: uppercase; }

.btn--brochure {
  height: 60px;
  background-color: #ffff00;
  font-family: "LL Brown Bold Alternate Sub";
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 350px; }
  .btn--brochure:before {
    content: "";
    display: block;
    height: 100%;
    width: 40px;
    background-image: url("../img/full-brochure.svg");
    background-size: 25px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    transition: all 0.3s ease;
    cursor: pointer; }
  @media (max-width: 720px) {
    .btn--brochure {
      width: 100%; } }
  .btn--brochure:hover {
    background-color: #302e33;
    color: #ffff00; }
  .btn--brochure span {
    margin: 0 36px;
    line-height: 1.2;
    display: inline-block;
    text-align: center;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-self: center;
    text-transform: uppercase; }

.btn--header-register {
  font-family: "LL Brown Bold Alternate Sub";
  padding: 15px 40px;
  background-color: #ffff00;
  border: none;
  text-transform: uppercase;
  font-size: 18px;
  color: #302e33;
  margin-top: 30px;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  cursor: pointer;
  z-index: 10; }
  @media (max-width: 1190px) {
    .btn--header-register {
      font-size: 16px;
      padding: 12px 30px; } }
  .btn--header-register:hover {
    background-color: #302e33;
    color: #ffff00; }

.tick {
  width: 1rem;
  height: 1rem;
  background-image: url("../img/tick.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #ffff00;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  position: relative; }
  .flickity-page-dots .dot:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: solid 1px #ffff00;
    opacity: 0;
    transition: opacity 0.6s ease; }

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #fff; }
  .flickity-page-dots .dot.is-selected:after {
    opacity: 1; }

.carousel-container {
  margin-bottom: 100px;
  position: relative; }

.main-carousel {
  margin-bottom: 100px; }

.carousel-cell {
  width: 100%; }

.flickity-nav {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
  @media (max-width: 810px) {
    .flickity-nav {
      width: 30px;
      height: 30px; } }
  @media (max-width: 720px) {
    .flickity-nav {
      width: 20px;
      height: 20px; } }

.flickity-previous {
  left: 30px;
  background-image: url("../img/arrow--left.svg"); }
  .flickity-previous:hover {
    -webkit-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }

.flickity-next {
  right: 30px;
  background-image: url("../img/arrow--right.svg"); }
  .flickity-next:hover {
    -webkit-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }

footer {
  position: relative;
  padding: 65px 0 150px 0;
  width: 100%;
  background-color: #fff;
  text-align: center;
  font-family: "Lyon Display Bold Web";
  font-size: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

footer p {
  text-transform: uppercase;
  color: #302e33; }

footer span {
  display: inline-block;
  font-size: 18px;
  position: relative; }

.uandi-logo {
  width: 250px;
  height: 75px;
  margin: 0 auto;
  background-image: url("../img/logo-uandi.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  margin: 30px;
  display: inline-block; }
  @media (max-width: 810px) {
    .uandi-logo {
      height: 80px; } }

.underline:after {
  content: "";
  bottom: -10px;
  left: 0;
  width: 100%;
  position: absolute;
  height: 4px;
  background-color: #ffff00;
  transition: all 0.3s ease; }

.underline:hover:after {
  content: "";
  background-color: #302e33; }

.copyright {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  font-size: 18px;
  font-family: "Lyon Display Web"; }

/* ==========================================================================
   Sprout Forms style
   ========================================================================== */
.section-getintouch .field {
  margin: 15px 0; }

.section-getintouch .heading {
  background-color: #4f4c4f;
  padding: 15px;
  color: #fff;
  position: relative; }

.section-getintouch .interestedIn {
  width: 100%;
  background-color: red;
  margin-top: 15px;
  margin-bottom: 15px; }
  .section-getintouch .interestedIn label {
    display: block;
    padding: 0.5rem 0;
    width: 150px; }

.section-getintouch .input {
  background-color: #4f4c4f; }

.section-getintouch textarea {
  font-family: "Lyon Display Web";
  font-size: 15px;
  width: 100%;
  height: 200px;
  background: #4f4c4f;
  border: none;
  padding: 15px;
  color: #fff; }
  .section-getintouch textarea:focus {
    outline: solid 2px #ffff00; }

.section-getintouch .input div {
  padding: 12px 15px;
  position: relative; }
  @media (max-width: 720px) {
    .section-getintouch .input div {
      padding-right: 0; } }

.section-getintouch .input-hidden {
  display: none; }

.section-getintouch .visibility--hidden {
  visibility: hidden;
  height: 0;
  padding: 0;
  margin: 0; }

.section-getintouch input[type="text"],
.section-getintouch input[type="tel"] {
  font-family: "Lyon Display Web";
  font-size: 15px;
  color: #fff;
  padding: 15px;
  height: 46px;
  width: 100%;
  background-color: #4f4c4f;
  border: none; }
  .section-getintouch input[type="text"]:focus,
  .section-getintouch input[type="tel"]:focus {
    outline: solid 2px #ffff00; }

.section-getintouch input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Lyon Display Web";
  font-size: 16px !important;
  color: #fff; }

.section-getintouch input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Lyon Display Web";
  font-size: 16px !important;
  color: #fff; }

.section-getintouch input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Lyon Display Web";
  font-size: 16px !important;
  color: #fff; }

.section-getintouch input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Lyon Display Web";
  font-size: 16px !important;
  color: #fff; }

.toggle {
  position: absolute;
  right: 15px;
  top: 7px;
  width: 30px;
  height: 30px;
  background-image: url("../img/arrow--down.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: -webkit-transform 0.2s cubic-bezier(0.85, 0.2, 0.21, 0.93);
  transition: transform 0.2s cubic-bezier(0.85, 0.2, 0.21, 0.93);
  transition: transform 0.2s cubic-bezier(0.85, 0.2, 0.21, 0.93), -webkit-transform 0.2s cubic-bezier(0.85, 0.2, 0.21, 0.93);
  cursor: pointer; }
  .toggle.toggle--open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.toggle-section {
  cursor: pointer; }

input[type="submit"] {
  display: block;
  font-family: "LL Brown Bold Sub";
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 50px;
  padding: 12px 20px;
  font-size: 18px;
  background: #ffff00;
  border: none;
  border: solid 2px #ffff00;
  transition: all 0.3s ease;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0; }
  input[type="submit"]:hover {
    color: #ffff00;
    background-color: #302e33; }

input[type="radio"],
input[type="checkbox"] {
  opacity: 0; }

.input-columns input[type="radio"],
.input-columns input[type="checkbox"] {
  pointer-events: none;
  cursor: pointer; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  display: block;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 13px;
  margin: 0;
  border: solid 1px #ffff00;
  pointer-events: none; }

input[type="radio"] + label {
  border-radius: 100%; }

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
  content: "";
  content: "";
  position: absolute;
  width: 8px;
  left: 3px;
  top: 3px;
  height: 8px;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer; }

input[type="radio"]:checked + label:after {
  border-radius: 100%; }

.label {
  cursor: pointer; }

.input-columns {
  width: 40%;
  display: inline-block; }
  @media (max-width: 720px) {
    .input-columns {
      width: 45%; } }

@media (max-width: 720px) {
  .details p {
    font-size: 15px; } }

.form-success {
  width: 100%;
  padding: 100px 10px;
  border: solid 1px #ffff00;
  color: #ffff00;
  text-align: center; }
  .form-success h2 {
    font-family: "LL Brown Bold Sub";
    text-transform: uppercase; }
