@charset "UTF-8";
/**
 * Poco
 *
 * This file is used for
 * importing partials
 *
 * Do not add styles here.
 *
 */
/**
 * Project
 *
 * The _project file is
 * used by Poco for setting
 * project specific settings
 * like colours, variables etc.
 *
 * Use this file to override or define
 * custom variables, see config/* for
 * default variable names.
 *
 */
/**
 * All variables defined here can be overidden
 * in _project.scss.
 */
/**
 * All variables defined here can be overidden
 * in _project.scss.
 */
/**
 * All variables defined here can be overidden
 * in _project.scss.
 */
/**
 * All variables defined here can be overidden
 * in _project.scss.
 */
/**
 * Auto Color
 *
 * Returns a colour based on the
 * lightness of the input colour.
 */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #242832;
  font-family: "proxima-nova", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.5em;
  font-weight: 300;
  margin: 0;
  overflow-x: hidden;
}

iframe {
  border: 0;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
blockquote,
figure,
button {
  margin: 0;
  padding: 0;
}

main,
li {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
}

strong {
  font-weight: bold;
}

p {
  line-height: 1.55;
  margin-top: 0.85em;
  margin-bottom: 0.85em;
}

sup {
  position: relative;
  top: -0.5em;
  font-size: 65%;
  line-height: 0;
  vertical-align: baseline;
}

a,
button {
  color: inherit;
  transition: 0.4s;
}

a {
  text-decoration: none;
}

button {
  overflow: visible;
  border: 0;
  font: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer;
  -webkit-font-smoothing: inherit;
}
button:focus {
  box-shadow: 0;
  outline: 0;
}

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

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

code {
  background-color: white;
  border: 1px solid #fcf3f2;
  border-radius: 3px;
  color: #d24f46;
  display: inline-block;
  font-family: "Source Code Pro", "Courier New", monospace;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 0.3em;
  margin-right: 0.3em;
  padding: 0.3rem 0.5rem;
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "proxima-nova", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 900;
  letter-spacing: -0.05rem;
  line-height: 1.1;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 1.85rem;
}

h4,
h5,
h6 {
  font-size: 1.5rem;
}

/**
 * Components
 */
/**
 * @mixin Alert Size
 */ /**
 * Alert
 *
 * Styled element for displaying
 * prominent messages.
 */
.alert {
  background-color: #f0f1f4;
  color: #191b22;
  padding: 1.4rem;
  position: relative;
}
.alert .alert-close {
  color: rgba(25, 27, 34, 0.4);
  font-size: 1.5em;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 0;
  right: 0;
}
.alert .alert-close:after {
  content: "×";
}
.alert .alert-close:hover {
  color: rgba(25, 27, 34, 0.8);
}
.alert.alert-basic {
  background-color: transparent;
  border: 1px solid #f0f1f4;
  color: #242832;
}
.alert.alert-pronounced {
  background-color: transparent;
  border: 2px solid #f0f1f4;
  color: #242832;
  font-weight: 600;
}
.alert.alert-primary {
  background-color: #936600;
  color: #fff;
}
.alert.alert-accent {
  background-color: #b89352;
  color: #fff;
}
.alert.alert-positive {
  background-color: #25af61;
  color: #fff;
}
.alert.alert-negative {
  background-color: #d24f46;
  color: #fff;
}
.alert.alert-warning {
  background-color: #d9b433;
  color: #fff;
}
.alert.alert-white {
  background-color: #fff;
  color: #191b22;
}
.alert.alert-xs, .alert.alert-extraSmall {
  font-size: 1.2rem;
  padding: 0.6rem;
}
.alert.alert-sm, .alert.alert-small {
  font-size: 1.3rem;
  padding: 1rem;
}
.alert.alert-md, .alert.alert-medium {
  padding: 1.4rem;
}
.alert.alert-lg, .alert.alert-large {
  font-size: 1.8rem;
  padding: 1.6rem;
}
.alert.alert-xl, .alert.alert-extraLarge {
  font-size: 2.1rem;
  padding: 2rem;
}

.board {
  padding: 4rem;
}
.board.board-primary {
  background-color: #936600;
  color: #fff;
}
.board.board-accent {
  background-color: #b89352;
  color: #fff;
}
.board.board-positive {
  background-color: #25af61;
  color: #fff;
}
.board.board-negative {
  background-color: #d24f46;
  color: #fff;
}
.board.board-warning {
  background-color: #d9b433;
  color: #fff;
}
.board .board-content {
  max-width: 64rem;
}
.board.board-centre, .board.board-center {
  text-align: center;
}
.board.board-centre .board-content, .board.board-center .board-content {
  margin-left: auto;
  margin-right: auto;
}

.button,
button {
  background: none;
  border: 0;
  border-radius: 0.2rem;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
  font-weight: 700;
  line-height: 1;
  overflow: visible;
  letter-spacing: inherit;
  -webkit-font-smoothing: inherit;
  padding: 0.95rem 1.5rem;
}
.button:focus,
button:focus {
  box-shadow: 0;
  outline: 0;
}
.button.button-primary,
button.button-primary {
  background-color: #936600;
  color: #fff;
}
.button.button-primary:hover,
button.button-primary:hover {
  background-color: #6a4a00;
}
.button.button-accent,
button.button-accent {
  background-color: #b89352;
  color: #fff;
}
.button.button-accent:hover,
button.button-accent:hover {
  background-color: #a07e42;
}
.button.button-positive,
button.button-positive {
  background-color: #25af61;
  color: #fff;
}
.button.button-positive:hover,
button.button-positive:hover {
  background-color: #1e8d4e;
}
.button.button-negative,
button.button-negative {
  background-color: #d24f46;
  color: #fff;
}
.button.button-negative:hover,
button.button-negative:hover {
  background-color: #c0382f;
}
.button.button-warning,
button.button-warning {
  background-color: #d9b433;
  color: #fff;
}
.button.button-warning:hover,
button.button-warning:hover {
  background-color: #c09d24;
}
.button.button-white,
button.button-white {
  background-color: #fff;
  color: #191b22;
}
.button.button-white:hover,
button.button-white:hover {
  background-color: #ebebeb;
}
.button.button-gradient,
button.button-gradient {
  background: #5b513c; /* Old browsers */
  background: -moz-linear-gradient(45deg, #5b513c 0%, #936600 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #5b513c 0%, #936600 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #5b513c 0%, #936600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$c-accent-2", endColorstr="$c-primary",GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: #fff;
}
.button.button-xs, .button.button-extraSmall,
button.button-xs,
button.button-extraSmall {
  font-size: 1.4rem;
  padding: 0.3rem 0.5rem;
}
.button.button-sm, .button.button-small,
button.button-sm,
button.button-small {
  font-size: 1.5rem;
  padding: 0.4rem 0.6rem;
}
.button.button-md, .button.button-medium,
button.button-md,
button.button-medium {
  padding: 0.95rem 1.5rem;
}
.button.button-lg, .button.button-large,
button.button-lg,
button.button-large {
  font-size: 1.7rem;
  padding: 1.15rem 1.8rem;
}
.button.button-xl, .button.button-extraLarge,
button.button-xl,
button.button-extraLarge {
  font-size: 1.85rem;
  padding: 1.4rem 2rem;
}
.button.button-block,
button.button-block {
  box-sizing: border-box;
  display: block;
  width: 100%;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 98rem;
}
.container.container-sm, .container.container-small {
  max-width: 68rem;
}
.container.container-lg, .container.container-large {
  max-width: 128rem;
}

.grid::after {
  clear: both;
  content: "";
  display: table;
}

.grid-item {
  box-sizing: border-box;
  float: left;
  position: relative;
  margin-right: 4%;
}
.grid-item:last-child {
  margin-right: 0;
}

.span-1 {
  width: 4.6666666667%;
}

.span-2 {
  width: 13.3333333333%;
}

.span-3 {
  width: 22%;
}

.span-4 {
  width: 30.6666666667%;
}

.span-5 {
  width: 39.3333333333%;
}

.span-6 {
  width: 48%;
}

.span-7 {
  width: 56.6666666667%;
}

.span-8 {
  width: 65.3333333333%;
}

.span-9 {
  width: 74%;
}

.span-10 {
  width: 82.6666666667%;
}

.span-11 {
  width: 91.3333333333%;
}

.span-12 {
  width: 100%;
}

@media (min-width: 420px) {
  .sm-span-1 {
    width: 4.6666666667%;
  }
  .sm-span-2 {
    width: 13.3333333333%;
  }
  .sm-span-3 {
    width: 22%;
  }
  .sm-span-4 {
    width: 30.6666666667%;
  }
  .sm-span-5 {
    width: 39.3333333333%;
  }
  .sm-span-6 {
    width: 48%;
  }
  .sm-span-7 {
    width: 56.6666666667%;
  }
  .sm-span-8 {
    width: 65.3333333333%;
  }
  .sm-span-9 {
    width: 74%;
  }
  .sm-span-10 {
    width: 82.6666666667%;
  }
  .sm-span-11 {
    width: 91.3333333333%;
  }
  .sm-span-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .md-span-1 {
    width: 4.6666666667%;
  }
  .md-span-2 {
    width: 13.3333333333%;
  }
  .md-span-3 {
    width: 22%;
  }
  .md-span-4 {
    width: 30.6666666667%;
  }
  .md-span-5 {
    width: 39.3333333333%;
  }
  .md-span-6 {
    width: 48%;
  }
  .md-span-7 {
    width: 56.6666666667%;
  }
  .md-span-8 {
    width: 65.3333333333%;
  }
  .md-span-9 {
    width: 74%;
  }
  .md-span-10 {
    width: 82.6666666667%;
  }
  .md-span-11 {
    width: 91.3333333333%;
  }
  .md-span-12 {
    width: 100%;
  }
}
@media (min-width: 980px) {
  .lg-span-1 {
    width: 4.6666666667%;
  }
  .lg-span-2 {
    width: 13.3333333333%;
  }
  .lg-span-3 {
    width: 22%;
  }
  .lg-span-4 {
    width: 30.6666666667%;
  }
  .lg-span-5 {
    width: 39.3333333333%;
  }
  .lg-span-6 {
    width: 48%;
  }
  .lg-span-7 {
    width: 56.6666666667%;
  }
  .lg-span-8 {
    width: 65.3333333333%;
  }
  .lg-span-9 {
    width: 74%;
  }
  .lg-span-10 {
    width: 82.6666666667%;
  }
  .lg-span-11 {
    width: 91.3333333333%;
  }
  .lg-span-12 {
    width: 100%;
  }
}
@media (min-width: 1360px) {
  .xl-span-1 {
    width: 4.6666666667%;
  }
  .xl-span-2 {
    width: 13.3333333333%;
  }
  .xl-span-3 {
    width: 22%;
  }
  .xl-span-4 {
    width: 30.6666666667%;
  }
  .xl-span-5 {
    width: 39.3333333333%;
  }
  .xl-span-6 {
    width: 48%;
  }
  .xl-span-7 {
    width: 56.6666666667%;
  }
  .xl-span-8 {
    width: 65.3333333333%;
  }
  .xl-span-9 {
    width: 74%;
  }
  .xl-span-10 {
    width: 82.6666666667%;
  }
  .xl-span-11 {
    width: 91.3333333333%;
  }
  .xl-span-12 {
    width: 100%;
  }
}
.card {
  background-color: white;
  border: 1px solid #f0f1f4;
  display: block;
  overflow: hidden;
  position: relative;
}
.card[disabled], .card.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.card.card-blank {
  background-color: transparent;
  border: none;
}
.card.card-modal {
  border: 0;
  box-shadow: 0 0 2.6rem rgba(25, 27, 34, 0.3);
  display: none;
  max-width: 64rem;
}
.card > .card-title {
  border-bottom: 1px solid #f0f1f4;
  font-size: 1.7rem;
  padding: 1.3rem 2.4rem;
}
.card .card-media {
  margin-top: -1rem;
}
.card .card-image > img {
  display: block;
  width: 100%;
}
.card .card-map {
  height: 16rem;
}
@media (min-width: 420px) {
  .card .card-map {
    height: 19rem;
  }
}
@media (min-width: 768px) {
  .card .card-map {
    height: 26rem;
  }
}
.card .card-content {
  padding: 2.4rem;
}
.card .card-content + .card-content {
  border-top: 1px solid #f0f1f4;
}
.card .card-content > .card-subTitle {
  color: #ebecf0;
  font-weight: 400;
  margin-bottom: 0.8rem;
}
.card .card-content > .card-title {
  font-size: 1.7rem;
  margin-bottom: 0.8rem;
}
.card .card-subTitle {
  margin-top: -0.8rem;
}
@media (min-width: 768px) {
  .card .card-modal .card-content {
    padding: 4.2rem;
  }
}
.card .card-header {
  background-color: white;
  border-bottom: 1px solid #f0f1f4;
  padding: 1.3rem 2.4rem;
}
.card .card-header > .card-title {
  font-size: 1.7rem;
}
.card .card-header > .card-subTitle {
  color: #ebecf0;
  font-size: 1.4rem;
  font-weight: 400;
}
.card .card-footer {
  background-color: white;
  border-top: 1px solid #f0f1f4;
  font-size: 0.9em;
  padding: 1.3rem 2.4rem;
}
.card .card-close {
  color: rgba(25, 27, 34, 0.4);
  font-size: 1.5em;
  padding: 0.4em 0.8em;
  position: absolute;
  top: 0;
  right: 0;
}
.card .card-close:after {
  content: "×";
}
.card .card-close:hover {
  color: rgba(25, 27, 34, 0.8);
}

.form-field {
  margin-bottom: 0.9rem;
  margin-top: 0.9rem;
}
.form-field:first-of-type {
  margin-top: 0;
}
.form-field:last-of-type {
  margin-bottom: 0;
}

label {
  display: block;
  font-weight: 900;
  font-size: 1.1em;
  margin-bottom: 0.2rem;
}
label:not(.required):after {
  color: #8f97af;
  content: "optional";
  display: inline-block;
  font-size: 0.8em;
  font-weight: 700;
  margin-left: 0.6rem;
  text-transform: uppercase;
  vertical-align: super;
}

.field > .description {
  color: #242832;
  font-size: 0.9em;
  margin-top: 0.1rem;
}

.flex-field {
  display: flex;
}
.flex-field > * + * {
  margin-left: 1rem;
}

input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel], input[type=number], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], input[type=file],
textarea,
select {
  appearance: none;
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  font-family: "proxima-nova", -apple-system, ".SFNSText-Regular", "San Francisco", "Roboto", "Segoe UI", "Helvetica Neue", "Arial", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  padding: 1rem 1.2rem;
  width: 100%;
}
input[type=text]:invalid, input[type=password]:invalid, input[type=search]:invalid, input[type=email]:invalid, input[type=url]:invalid, input[type=tel]:invalid, input[type=number]:invalid, input[type=range]:invalid, input[type=date]:invalid, input[type=month]:invalid, input[type=week]:invalid, input[type=time]:invalid, input[type=datetime]:invalid, input[type=datetime-local]:invalid, input[type=color]:invalid, input[type=file]:invalid,
textarea:invalid,
select:invalid {
  border-color: #d24f46;
}
input[type=text]:hover, input[type=password]:hover, input[type=search]:hover, input[type=email]:hover, input[type=url]:hover, input[type=tel]:hover, input[type=number]:hover, input[type=range]:hover, input[type=date]:hover, input[type=month]:hover, input[type=week]:hover, input[type=time]:hover, input[type=datetime]:hover, input[type=datetime-local]:hover, input[type=color]:hover, input[type=file]:hover,
textarea:hover,
select:hover {
  border-color: #ced0da;
}
input[type=text]:focus, input[type=password]:focus, input[type=search]:focus, input[type=email]:focus, input[type=url]:focus, input[type=tel]:focus, input[type=number]:focus, input[type=range]:focus, input[type=date]:focus, input[type=month]:focus, input[type=week]:focus, input[type=time]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=color]:focus, input[type=file]:focus,
textarea:focus,
select:focus {
  border-color: #309ee4;
  box-shadow: none;
  outline: none;
}

select {
  background-image: url("../images/select.png");
  background-repeat: no-repeat;
  background-position: right;
  padding: 1rem 3rem 1rem 1.2rem;
}

textarea {
  height: 16rem;
}

/**
 * All Round padding
 */
.u-p-none {
  padding: 0 !important;
}

.u-p-1 {
  padding: 1rem !important;
}

.u-p-2 {
  padding: 2rem !important;
}

.u-p-3 {
  padding: 3rem !important;
}

.u-p-4 {
  padding: 4rem !important;
}

.u-p-5 {
  padding: 5rem !important;
}

/**
 * Top padding
 */
.u-pt-none {
  padding-top: 0 !important;
}

.u-pt-1 {
  padding-top: 1rem !important;
}

.u-pt-2 {
  padding-top: 2rem !important;
}

.u-pt-3 {
  padding-top: 3rem !important;
}

.u-pt-4 {
  padding-top: 4rem !important;
}

.u-pt-5 {
  padding-top: 5rem !important;
}

/**
 * Bottom padding
 */
.u-pb-none {
  padding-bottom: 0 !important;
}

.u-pb-1 {
  padding-bottom: 1rem !important;
}

.u-pb-2 {
  padding-bottom: 2rem !important;
}

.u-pb-3 {
  padding-bottom: 3rem !important;
}

.u-pb-4 {
  padding-bottom: 4rem !important;
}

.u-pb-5 {
  padding-bottom: 5rem !important;
}

/**
 * Left padding
 */
.u-pl-none {
  padding-left: 0 !important;
}

.u-pl-1 {
  padding-left: 1rem !important;
}

.u-pl-2 {
  padding-left: 2rem !important;
}

.u-pl-3 {
  padding-left: 3rem !important;
}

.u-pl-4 {
  padding-left: 4rem !important;
}

.u-pl-5 {
  padding-left: 5rem !important;
}

/**
 * Right padding
 */
.u-pr-none {
  padding-right: 0 !important;
}

.u-pr-1 {
  padding-right: 1rem !important;
}

.u-pr-2 {
  padding-right: 2rem !important;
}

.u-pr-3 {
  padding-right: 3rem !important;
}

.u-pr-4 {
  padding-right: 4rem !important;
}

.u-pr-5 {
  padding-right: 5rem !important;
}

/**
 * All Round margin
 */
.u-m-1 {
  margin: 1rem !important;
}

.u-m-2 {
  margin: 2rem !important;
}

.u-m-3 {
  margin: 3rem !important;
}

.u-m-4 {
  margin: 4rem !important;
}

.u-m-5 {
  margin: 5rem !important;
}

/**
 * Top margin
 */
.u-mt-1 {
  margin-top: 1rem !important;
}

.u-mt-2 {
  margin-top: 2rem !important;
}

.u-mt-3 {
  margin-top: 3rem !important;
}

.u-mt-4 {
  margin-top: 4rem !important;
}

.u-mt-5 {
  margin-top: 5rem !important;
}

/**
 * Bottom margin
 */
.u-mb-1 {
  margin-bottom: 1rem !important;
}

.u-mb-2 {
  margin-bottom: 2rem !important;
}

.u-mb-3 {
  margin-bottom: 3rem !important;
}

.u-mb-4 {
  margin-bottom: 4rem !important;
}

.u-mb-5 {
  margin-bottom: 5rem !important;
}

/**
 * Left margin
 */
.u-ml-1 {
  margin-left: 1rem !important;
}

.u-ml-2 {
  margin-left: 2rem !important;
}

.u-ml-3 {
  margin-left: 3rem !important;
}

.u-ml-4 {
  margin-left: 4rem !important;
}

.u-ml-5 {
  margin-left: 5rem !important;
}

/**
 * Right margin
 */
.u-mr-1 {
  margin-right: 1rem !important;
}

.u-mr-2 {
  margin-right: 2rem !important;
}

.u-mr-3 {
  margin-right: 3rem !important;
}

.u-mr-4 {
  margin-right: 4rem !important;
}

.u-mr-5 {
  margin-right: 5rem !important;
}

/* Text Ellipsis */
.u-ellipsis {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Text Weights */
.u-thin {
  font-weight: 100;
}

.u-light {
  font-weight: 300;
}

.u-normal {
  font-weight: 400;
}

.u-bold,
.u-strong {
  font-weight: 700;
}

.u-heavy {
  font-weight: 900;
}

/* Text Decoration */
.u-underline {
  text-decoration: underline;
}

.u-delete,
.u-strikethrough {
  text-decoration: line-through;
}

/* Alignment */
.u-text-left {
  text-align: left;
}

.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-uppercase {
  text-transform: uppercase;
}

.u-text-lowercase {
  text-transform: lowercase;
}

.u-bg-primary {
  background-color: #936600 !important;
}

.u-bg-accent {
  background-color: #b89352 !important;
}

.u-bg-accent-2 {
  background-color: #5b513c !important;
}

.u-bg-neutral {
  background-color: #309ee4 !important;
}

.u-bg-positive {
  background-color: #25af61 !important;
}

.u-bg-negative {
  background-color: #d24f46 !important;
}

.u-bg-warning {
  background-color: #d9b433 !important;
}

.u-bg-black {
  background-color: #191b22 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-grey {
  background-color: #8f97af !important;
}

.u-bg-dark-grey {
  background-color: #242832 !important;
}

.u-bg-light-grey {
  background-color: #ebecf0 !important;
}

.u-bg-facebook {
  background-color: #385797 !important;
}

.u-bg-twitter {
  background-color: #03abea !important;
}

.u-bg-google-plus {
  background-color: #d34836 !important;
}

.u-bg-youtube {
  background-color: #cc181e !important;
}

.u-bg-instagram {
  background-color: #9e7864 !important;
}

.u-bg-linkedin {
  background-color: #0078a8 !important;
}

.u-bg-pinterest {
  background-color: #c91515 !important;
}

.u-c-primary {
  color: #936600 !important;
}

.u-c-accent {
  color: #b89352 !important;
}

.u-c-neutral {
  color: #309ee4 !important;
}

.u-c-positive {
  color: #25af61 !important;
}

.u-c-negative {
  color: #d24f46 !important;
}

.u-c-warning {
  color: #d9b433 !important;
}

.u-c-black {
  color: #191b22 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-c-grey {
  color: #8f97af !important;
}

.u-c-dark-grey {
  color: #242832 !important;
}

.u-c-light-grey {
  color: #ebecf0 !important;
}

.u-c-facebook {
  color: #385797 !important;
}

.u-c-twitter {
  color: #03abea !important;
}

.u-c-google-plus {
  color: #d34836 !important;
}

.u-c-youtube {
  color: #cc181e !important;
}

.u-c-instagram {
  color: #9e7864 !important;
}

.u-c-linkedin {
  color: #0078a8 !important;
}

.u-c-pinterest {
  color: #c91515 !important;
}

/* Style */
.u-bos-solid {
  border-style: solid !important;
}

.u-bos-dotted {
  border-style: dotted !important;
}

.u-bos-dashed {
  border-style: dashed !important;
}

.u-bos-double {
  border-style: double !important;
}

/* Weights / Widths */
.u-bow-0 {
  border: none;
}

.u-bow-1 {
  border-width: 0.1rem !important;
}

.u-bow-2 {
  border-width: 0.2rem !important;
}

.u-bow-3 {
  border-width: 0.3rem !important;
}

.u-bow-4 {
  border-width: 0.4rem !important;
}

.u-bow-5 {
  border-width: 0.5rem !important;
}

/* Colours */
.u-boc-primary {
  border-color: #936600 !important;
}

.u-boc-accent {
  border-color: #b89352 !important;
}

.u-boc-neutral {
  border-color: #309ee4 !important;
}

.u-boc-positive {
  border-color: #25af61 !important;
}

.u-boc-negative {
  border-color: #d24f46 !important;
}

.u-boc-warning {
  border-color: #d9b433 !important;
}

.u-boc-black {
  border-color: #191b22 !important;
}

.u-boc-white {
  border-color: #fff !important;
}

.u-boc-grey {
  border-color: #8f97af !important;
}

.u-boc-dark-grey {
  border-color: #242832 !important;
}

.u-boc-light-grey {
  border-color: #ebecf0 !important;
}

.u-boc-facebook {
  border-color: #385797 !important;
}

.u-boc-twitter {
  border-color: #03abea !important;
}

.u-boc-google-plus {
  border-color: #d34836 !important;
}

.u-boc-youtube {
  border-color: #cc181e !important;
}

.u-boc-instagram {
  border-color: #9e7864 !important;
}

.u-boc-linkedin {
  border-color: #0078a8 !important;
}

.u-boc-pinterest {
  border-color: #c91515 !important;
}

.u-bs-0 {
  box-shadow: none !important;
}

.u-bs-1 {
  box-shadow: 0 0 0.1em rgba(25, 27, 34, 0.1) !important;
}

.u-bs-2 {
  box-shadow: 0 0 0.4em rgba(25, 27, 34, 0.1) !important;
}

.u-bs-3 {
  box-shadow: 0 0 0.6em rgba(25, 27, 34, 0.12) !important;
}

.u-bs-4 {
  box-shadow: 0 0 0.9em rgba(25, 27, 34, 0.16) !important;
}

.u-bs-4 {
  box-shadow: 0 0 1.2em rgba(25, 27, 34, 0.2) !important;
}

.board-browserWarning {
  font-size: 15px;
  padding: 30px;
}
.board-browserWarning h1,
.board-browserWarning p {
  max-width: 560px;
}

/**
 * These styles have been taken directly from
 * the old TDH site
 */
#video_header {
  margin: 0 auto;
  width: 196px;
  height: 37px;
  float: left;
  background-color: #f04c59;
  text-align: center;
}

#photo_header {
  margin: 0 auto;
  width: 196px;
  height: 37px;
  float: left;
  background-color: #9bcd6a;
  text-align: center;
}

#marryoke_header {
  margin: 0 auto;
  width: 196px;
  height: 37px;
  float: left;
  background-color: #008acb;
  text-align: center;
}

#tablebooth_header {
  margin: 0 auto;
  width: 196px;
  height: 37px;
  float: left;
  background-color: #F90;
  text-align: center;
}

#cinematics_header {
  margin: 0 auto;
  width: 195px;
  height: 37px;
  float: left;
  background-color: #666;
  text-align: center;
}

#supplier_ad_container {
  width: 850px;
  height: 123px;
  margin-left: 130px;
}

#supplier_ad {
  width: 850px;
  height: 90px;
  vertical-align: middle;
}

#tdh_logo {
  margin: 0 auto;
  width: 980px;
  height: 109px;
  float: left;
  background-image: url(http://www.tdhmedia.co.uk/images/homepage/homepage_05.jpg);
}

#main_navigation_container {
  width: 980px;
  height: 31px;
  float: left;
  background-color: #f04c59;
}

#main_navigation {
  width: 980px;
  height: 31px;
  float: left;
}

.top_nav_header_text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 37px;
  font-weight: bold;
  font-variant: normal;
  color: #FFF;
  text-decoration: none;
}

#footer {
  margin: 0 auto;
  width: 980px;
  height: 31px;
  float: left;
}

#footer p {
  margin: 0;
}

#credit_card {
  margin: 0 auto;
  width: 580px;
  height: 51px;
  float: left;
  padding-left: 360px;
  padding-top: 20px;
}

#social {
  margin: 0 auto;
  width: 580px;
  height: 51px;
  padding-left: 400px;
  padding-top: 10px;
}

#footer_credits {
  margin: 0 auto;
  width: 980px;
  height: 31px;
  float: left;
}

.footer_copy_black {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 14px;
  color: #000;
  font-weight: normal;
  text-align: center;
  font-style: normal;
}

/**
 * Header
 */
.tdh-bookingHeader {
  margin-bottom: 3rem;
}
.tdh-bookingHeader::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Booking Form
 */
.tdh-bookingForm {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.tdh-bookingForm-header {
  text-align: center;
  position: relative;
}

.tdh-bookingForm-mainTitle {
  background-color: #936600;
  color: white;
  display: inline-block;
  font-weight: 700;
  font-size: 2.4rem;
  padding: 0.8rem 1.4rem;
}

.tdh-bookingForm-logo {
  position: absolute;
  right: 0;
}

.tdh-bookingForm-section {
  background-color: #f0f1f4;
  padding: 2rem;
  margin-top: 7rem;
  position: relative;
}

.tdh-bookingForm-sectionCentre {
  text-align: center;
}

.tdh-bookingForm-sectionTitle {
  background-color: #b89352;
  color: white;
  display: inline-block;
  padding: 0.6rem 1.3rem;
  position: absolute;
  top: -1.75rem;
}

.tdh-bookingForm-modalVideo .tdh-bookingForm-sectionTitle {
  background-color: #936600;
}

.tdh-bookingForm-sectionFields {
  margin-top: 1rem;
}

.tdh-bookingForm-sectionFields .field {
  margin-top: 1.4rem;
}

.tdh-bookingForm-sectionFields input {
  margin-bottom: 0.4rem;
}

.tdh-bookingForm-option {
  background-color: white;
  border: 2px solid white;
  color: #936600;
  text-align: left;
  margin-bottom: 0.4rem;
  position: relative;
}

.tdh-bookingForm-option:hover {
  border-color: #936600;
}

.tdh-bookingForm:disabled {
  cursor: text;
}

.tdh-bookingForm-option p {
  font-size: 0.8em;
  margin: 0;
  color: rgba(147, 102, 0, 0.7);
}

.tdh-bookingForm-option .selected-icon {
  display: none;
}

.tdh-bookingForm-option.is-selected {
  background-color: #936600;
  border-color: #936600;
  color: white;
}

.tdh-bookingForm-option.is-selected p {
  color: rgba(255, 255, 255, 0.7);
}

.tdh-bookingForm-option.is-selected .selected-icon {
  background-color: #25af61;
  border-radius: 4px;
  padding: 0.35rem 0.6rem;
  color: white;
  display: inline-block;
  font-weight: 700;
  position: absolute;
  left: -0.8rem;
  bottom: -1.2rem;
}

.tdh-bookingForm-error {
  line-height: 1;
}

.tdh-bookingForm-congratulations {
  margin-top: 7rem;
  text-align: center;
}

.tdh-bookingForm-congratulationsNames {
  font-size: 2.4rem;
  margin-top: 0;
  line-height: 1.1;
}

.tdh-bookingForm-congratulationsTitle {
  font-size: 4rem;
  font-weight: 700;
}

.tdh-bookingForm-congratulationsBride {
  color: #b89352;
}

.tdh-bookingForm-congratulationsGroom {
  color: #936600;
}

.tdh-bookingForm-modal {
  display: none;
  min-width: 30rem;
}
@media (min-width: 768px) {
  .tdh-bookingForm-modal {
    min-width: 54rem;
  }
}

.tdh-bookingForm-modal .tdh-bookingForm-section {
  background-color: #936600;
  color: white;
}

.tdh-bookingForm-modalCinematic .tdh-bookingForm-section {
  background-color: #8dc63f;
}

.tdh-bookingForm-modalVideo .tdh-bookingForm-section {
  background-color: #e30064;
}

.tdh-bookingForm-modalPhoto .tdh-bookingForm-section {
  background-color: #f9aa3b;
}

.tdh-bookingForm-modal .description {
  text-align: center;
}

.tdh-bookingForm-modal .field {
  margin-top: 1.6rem;
}

.tdh-bookingForm-packageImage {
  margin-top: 1.4rem;
}

.tdh-bookingForm-cards {
  margin-top: 1rem;
}

.tdh-bookingForm-cards img {
  display: inline-block;
  width: 6rem;
  height: auto;
  margin-right: 0.5rem;
}

[hidden] {
  display: none !important;
}

/* Floating Logo */
.tdh-fixedLogo {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem 1rem 1rem 2.4rem;
  position: fixed;
  left: 0;
  top: 12rem;
  z-index: 9999;
}
.tdh-fixedLogo img {
  width: 10rem;
}
.tdh-fixedLogo.is-moving {
  background-color: transparent;
  box-shadow: none;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  padding: 2.4rem;
}
.tdh-fixedLogo.is-moving img {
  opacity: 0.7;
  width: 7rem;
}
@media (min-width: 768px) {
  .tdh-fixedLogo {
    display: none;
  }
}

/* Header */
.tdh-headerTop {
  position: relative;
  box-shadow: 0.3rem 0.6rem 2.8rem rgba(25, 27, 34, 0.4);
  z-index: 999;
}

.tdh-headerTop-socialLinks {
  display: none;
}

.tdh-headerTop-nav ul {
  display: flex;
  justify-content: space-between;
}

.tdh-headerTop-nav li {
  position: relative;
  flex-grow: 1;
}
.tdh-headerTop-nav li:last-child {
  display: none;
}

.tdh-headerTop-nav > ul > li:nth-child(2) > a {
  background-color: #5b513c;
}
.tdh-headerTop-nav > ul > li:nth-child(3) > a {
  background-color: #b89352;
}
.tdh-headerTop-nav > ul > li:nth-child(4) > a {
  background-color: #936600;
}
.tdh-headerTop-nav > ul > li:nth-child(5) > a {
  background-color: #e1cbab;
}

.tdh-headerTop-nav a {
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  font-size: 0.9em;
  text-transform: uppercase;
  display: block;
  padding: 1rem;
}
.tdh-headerTop-nav a.no-icon {
  padding-bottom: 1.1rem;
}
@media (min-width: 768px) {
  .tdh-headerTop-nav a {
    padding-bottom: 1rem;
  }
}

.tdh-headerTop-nav .tdh-navSearch {
  display: none;
}
@media (min-width: 768px) {
  .tdh-headerTop-nav .tdh-navSearch {
    display: inline-block;
  }
  .tdh-headerTop-nav .tdh-navSearch a {
    color: #b89352;
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    padding-block: 0.85rem;
  }
  .tdh-headerTop-nav .tdh-navSearch input {
    border: 0;
    display: inline-block;
    border-radius: 0;
    width: 0;
    padding: 1.3rem 0 1.2rem 0;
    transition: width 0.4s;
  }
  .tdh-headerTop-nav .tdh-navSearch:hover input {
    width: 70%;
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}

.tdh-headerTop-nav li.menu-item-has-children > a {
  padding-bottom: 0.9rem;
}
@media (min-width: 768px) {
  .tdh-headerTop-nav li.menu-item-has-children > a {
    padding-bottom: 1rem;
  }
}

.tdh-headerTop-nav li ul {
  background-color: #242832;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.3);
  display: block;
  opacity: 0;
  transform: scale(0);
  transform-origin: top left;
  padding: 1.2rem 0;
  position: absolute;
  left: 0;
  min-width: 18rem;
  z-index: 99999;
}
.tdh-headerTop-nav li ul li {
  display: block;
  float: none;
}
.tdh-headerTop-nav li ul li:last-child {
  display: block;
}
.tdh-headerTop-nav li ul a {
  color: white;
  text-transform: none;
  text-align: left;
  padding: 1rem 1.9rem;
}
.tdh-headerTop-nav li ul a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.tdh-headerTop-nav li:hover ul {
  animation-name: openMenu;
  animation-duration: 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes openMenu {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.tdh-mobileHeader {
  padding: 1rem;
}
.tdh-mobileHeader .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .tdh-mobileHeader .container {
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 0;
  }
  .tdh-mobileHeader img {
    display: none;
  }
}

@media (min-width: 768px) {
  .tdh-headerTop {
    background-color: #242832;
    line-height: 0;
  }
  .tdh-headerTop-socialLinks {
    display: block;
  }
  .tdh-headerTop-socialLinks li {
    display: inline-block;
  }
  .tdh-headerTop-socialLinks a {
    color: #ebecf0;
    display: block;
    padding: 1rem 2rem 1rem 0;
    font-size: 2rem;
  }
  .tdh-headerTop-nav {
    text-align: right;
  }
  .tdh-headerTop-nav ul {
    display: inline-block;
    line-height: 0;
  }
  .tdh-headerTop-nav li {
    display: block;
    float: left;
    width: auto;
  }
  .tdh-headerTop-nav li:last-child {
    display: block;
  }
  .tdh-headerTop-nav a {
    padding: 1rem 2rem;
    line-height: 1.3;
  }
  .tdh-headerTop-nav li.menu-item-has-children > a:after {
    content: "\f2f2";
    display: inline-block;
    font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 0.3em;
  }
  .tdh-headerTop-nav > ul > li:last-child > a {
    background: #deb307;
  }
}
.tdh-headerMain .container {
  position: relative;
}
@media (min-width: 768px) {
  .tdh-headerMain {
    display: block;
    padding: 2.4rem;
  }
}

.tdh-headerMain .tdh-logo {
  display: none;
}
@media (min-width: 768px) {
  .tdh-headerMain .tdh-logo {
    display: inline-block;
  }
  .tdh-headerMain .tdh-logo img {
    width: 16rem;
  }
}

.tdh-headerMain .tdh-nav {
  box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.5);
  position: fixed;
  left: -30rem;
  top: 0;
  width: 25rem;
  height: 100vh;
  background-color: white;
  z-index: 99999;
  transition: left 0.4s;
}
.tdh-headerMain .tdh-nav .close {
  cursor: pointer;
  display: block;
  padding: 2.4rem;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 4.2rem;
  color: rgba(0, 0, 0, 0.2);
}
.tdh-headerMain .tdh-nav.is-open {
  left: 0;
}
.tdh-headerMain .tdh-nav ul {
  padding: 3rem;
}
.tdh-headerMain .tdh-nav a {
  color: #b89352;
  display: block;
  font-size: 2.2rem;
  font-weight: 400;
  padding: 1rem;
}
@media (min-width: 768px) {
  .tdh-headerMain .tdh-nav {
    background-color: transparent;
    box-shadow: none;
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
    width: auto;
    height: auto;
    z-index: 1;
  }
  .tdh-headerMain .tdh-nav .close {
    display: none;
  }
  .tdh-headerMain .tdh-nav ul {
    padding: 3rem 0;
  }
  .tdh-headerMain .tdh-nav li {
    display: inline-block;
  }
  .tdh-headerMain .tdh-nav a {
    color: #8f97af;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .tdh-headerMain .tdh-nav a:hover:after {
    background-color: #936600;
    content: "";
    display: block;
    height: 0.2rem;
    width: 1.2rem;
  }
}

/* Hero Slider */
.tdh-hero {
  position: relative;
}

.tdh-hero .slick-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 3rem;
  padding: 1rem;
  position: absolute;
  top: 40%;
  z-index: 999;
}
.tdh-hero .slick-arrow.slick-prev {
  left: 0;
}
.tdh-hero .slick-arrow.slick-prev:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2fa";
}
.tdh-hero .slick-arrow.slick-next {
  right: 0;
}
.tdh-hero .slick-arrow.slick-next:after {
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f2fb";
}
@media (min-width: 768px) {
  .tdh-hero .slick-arrow {
    top: 45%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.tdh-mobileLogo {
  position: absolute;
  top: 6rem;
  text-align: center;
  width: 100%;
  z-index: 9999;
}
@media (min-width: 768px) {
  .tdh-mobileLogo {
    display: none;
  }
}

.tdh-mobileLogo img {
  margin: 0 auto;
  width: 18rem;
}

.tdh-navicon {
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.6);
  color: white;
  display: block;
  font-size: 3rem;
  padding: 2.4rem;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99999;
}
.tdh-navicon.not-home {
  bottom: auto;
  top: 6rem;
}
@media (min-width: 768px) {
  .tdh-navicon {
    display: none;
  }
}

.tdh-heroSlide {
  background-size: cover;
  background-position: center;
  height: 30rem !important;
}
@media (min-width: 768px) {
  .tdh-heroSlide {
    height: 46rem !important;
  }
}
@media (min-width: 980px) {
  .tdh-heroSlide {
    height: 52rem !important;
  }
}

.tdh-heroOverlay {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .tdh-heroOverlay {
    background-color: transparent;
  }
}

.tdh-heroSlide-info {
  display: none;
  padding: 4rem 2.4rem;
  max-width: 32rem;
}
@media (min-width: 768px) {
  .tdh-heroSlide-info {
    display: block;
  }
}
@media (min-width: 980px) {
  .tdh-heroSlide-info {
    padding: 6rem 0;
  }
}

.tdh-heroSlide-title {
  color: white;
  font-size: 5rem;
  font-weight: 700;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.tdh-heroButton {
  background-color: #5b513c;
  color: white;
  margin-top: 1rem;
  padding: 1.8rem 3.4rem;
  font-size: 1.7rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tdh-heroButton:hover {
  background-color: #7a6c50;
}

/* Search Bar */
.tdh-searchBar {
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.2);
}
.tdh-searchBar::after {
  clear: both;
  content: "";
  display: table;
}
@media (min-width: 768px) {
  .tdh-searchBar {
    display: none;
  }
}

.tdh-searchBar-input {
  margin: 0 auto;
  width: 26rem;
}

.tdh-searchBar-icon {
  color: #b89352;
  display: inline-block;
  font-size: 2.6rem;
  padding: 1.7rem;
  vertical-align: middle;
}

input.tdh-searchBar-text {
  border: 0;
  color: #bbb;
  display: inline-block;
  padding: 1.7rem 1.7rem 1.7rem 0;
  width: auto;
}

.tdh-bookingButton {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 0.2rem;
  grid-gap: 0.2rem;
}

.tdh-bookingButton-button {
  background: #5b513c; /* Old browsers */
  background: linear-gradient(45deg, #5b513c 0%, #936600 100%);
  border-radius: 0;
  display: block;
  padding: 1.4rem 1rem;
  text-align: center;
  text-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.3);
  color: white;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .tdh-bookingButton {
    display: none;
  }
}
.tdh-sectionNav {
  display: flex;
  align-items: center;
  padding: 1.4rem 0;
}

.tdh-sectionNav-title {
  margin-right: 1rem;
}

.tdh-sectionNav-list {
  --cluster-space: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  margin-top: calc(var(--cluster-space) * -1);
  margin-left: calc(var(--cluster-space) * -1);
  overflow: hidden;
}
.tdh-sectionNav-list > * {
  margin-left: var(--cluster-space);
  margin-top: var(--cluster-space);
}

/* Section of Text */
.tdh-section {
  padding: 3.2rem 2.4rem;
}
@media (min-width: 420px) {
  .tdh-section {
    padding: 4rem 3rem;
  }
}
@media (min-width: 768px) {
  .tdh-section {
    padding: 5rem 3rem;
  }
}
@media (min-width: 980px) {
  .tdh-section {
    padding: 8rem 0;
  }
}

/* Fix Lists */
.tdh-section ul {
  margin: 2rem 2rem 2rem 3rem;
}

.tdh-section ul li:before {
  color: #5b513c;
  display: inline-block;
  font: normal normal normal 14px/1 "Material-Design-Iconic-Font";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f26b";
  margin-right: 0.4em;
  line-height: 1.7;
}

/* Module */
.tdh-moduleImage {
  background-size: cover;
  background-position: center;
  min-height: 30rem;
  position: relative;
}
.tdh-moduleImage img {
  display: block;
  line-height: 0;
}

.tdh-moduleButton {
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  position: absolute;
  left: 2rem;
  bottom: 2rem;
}

.tdh-modulePink .tdh-moduleButton {
  background-color: #5b513c;
}

.tdh-moduleBlue .tdh-moduleButton {
  background-color: #b89352;
}

.tdh-moduleGreen .tdh-moduleButton {
  background-color: #936600;
}

.tdh-moduleOrange .tdh-moduleButton {
  background-color: #e1cbab;
}

.tdh-moduleTitle {
  font-size: 2.2rem;
}

.tdh-moduleContent {
  padding: 4rem 3rem;
}

.tdh-modulePink .tdh-moduleContent {
  background-color: #b89352;
}

.tdh-moduleBlue .tdh-moduleContent {
  background-color: #936600;
}

.tdh-moduleGreen .tdh-moduleContent {
  background-color: #5b513c;
}

.tdh-moduleOrange .tdh-moduleContent {
  background-color: #e1cbab;
}

@media (min-width: 768px) {
  .tdh-moduleFlex {
    display: flex;
    flex-direction: row;
  }
  .tdh-moduleTitle {
    font-size: 3rem;
  }
  .tdh-moduleImage,
  .tdh-moduleContent {
    width: 50%;
  }
  .tdh-module:nth-child(2n) .tdh-moduleFlex {
    flex-direction: row-reverse;
  }
  .tdh-moduleContent {
    padding: 6rem 4rem;
  }
}
@media (min-width: 980px) {
  .tdh-moduleTitle {
    font-size: 4rem;
  }
  .tdh-moduleImage {
    min-height: 42rem;
  }
  .tdh-moduleContent {
    font-size: 1.8rem;
    padding: 8rem 6rem;
  }
}
/* Panels */
.tdh-panels {
  margin-top: 3rem;
  padding: 2.4rem;
}

.tdh-panel {
  display: block;
  margin-top: 4rem;
}

.tdh-panelTitle {
  font-size: 2.4rem;
  margin-top: 1rem;
}

.tdh-panel:hover .tdh-panelTitle {
  text-decoration: underline;
}

/* Footer */
.tdh-footer {
  margin-top: 4rem;
}

.tdh-footerMain {
  background-color: #242832;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  padding: 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .tdh-footerMain {
    text-align: left;
  }
}

.tdh-footerMain .grid-item {
  margin-top: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .tdh-footerMain .grid-item {
    width: auto;
    margin-top: 2rem;
    margin-right: 6rem;
  }
}
@media (min-width: 980px) {
  .tdh-footerMain .grid-item {
    margin-right: 7.5rem;
  }
}

.tdh-footerMain-affiliate img {
  display: block;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
}
@media (min-width: 768px) {
  .tdh-footerMain-affiliate img {
    margin-left: 0;
  }
}

.tdh-footerLogo {
  max-width: 12rem;
}
@media (min-width: 768px) {
  .tdh-footerLogo {
    max-width: 15rem;
  }
}

.tdh-footerMain-copyright {
  line-height: 1;
}

@media (min-width: 768px) {
  .tdh-footerMain-affiliate {
    margin-top: 0;
  }
}

.tdh-footerMain-contactInfo {
  font-size: 1.9rem;
  font-weight: 400;
  margin-bottom: 3rem;
}
.tdh-footerMain-contactInfo i {
  font-size: 3.4rem;
}
.tdh-footerMain-contactInfo p {
  line-height: 1.1;
}

.tdh-footerMain-services {
  display: none;
}
@media (min-width: 980px) {
  .tdh-footerMain-services {
    display: block;
  }
}
.tdh-footerMain-services h3 {
  color: white;
  font-size: 2.4rem;
}
.tdh-footerMain-services ul {
  margin-top: 3rem;
}
.tdh-footerMain-services a {
  display: block;
  font-size: 1.6rem;
  padding: 0.3rem 0;
}

.tdh-footerBottom {
  background-color: #191b22;
  color: rgba(255, 255, 255, 0.8);
  padding: 1.4rem 2.4rem;
  text-align: center;
}
@media (min-width: 768px) {
  .tdh-footerBottom {
    text-align: left;
  }
}

.tdh-footerBottom-resknow {
  font-weight: 400;
}
.tdh-footerBottom-resknow img {
  margin-right: 0.5rem;
  vertical-align: middle;
  width: 3.4rem;
}
.tdh-footerBottom-resknow a {
  font-weight: 700;
}

.tdh-footerBottom-cards {
  margin-top: 2rem;
}
.tdh-footerBottom-cards img {
  width: 5rem;
}
@media (min-width: 768px) {
  .tdh-footerBottom-cards {
    margin-top: 0;
    text-align: right;
  }
}

/* Content Layouts */
.tdh-contentHero {
  background-size: cover;
  background-position: center;
}
.tdh-contentHero + .tdh-footer {
  margin-top: 0;
}

.tdh-contentHero-overlay {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#606060+0,000000+100 */
  background: rgba(0, 0, 0, 0); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="rgba(black, 0)", endColorstr="rgba(black, .6)",GradientType=0 ); /* IE6-9 */
  color: white;
  padding: 12rem 2.4rem 2.4rem;
}
@media (min-width: 420px) {
  .tdh-contentHero-overlay {
    padding-top: 17rem;
  }
}
@media (min-width: 768px) {
  .tdh-contentHero-overlay {
    padding-top: 32rem;
  }
}

.tdh-contentHero-title {
  text-transform: uppercase;
  font-weight: 900;
  text-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.5);
}

.tdh-contentHero-cta {
  padding: 7rem 2.4rem;
}
@media (min-width: 768px) {
  .tdh-contentHero-cta {
    padding: 12rem 2.4rem;
  }
  .tdh-contentHero-cta .button-lg {
    padding: 1.5rem 3.4rem;
  }
}
@media (min-width: 980px) {
  .tdh-contentHero-cta {
    padding: 14rem 0;
  }
  .tdh-contentHero-cta .button-lg {
    font-size: 1.9rem;
    padding: 2rem 4rem;
  }
}

/* Gallery */
.tdh-contentGallery {
  display: flex;
  flex-direction: row;
}

.tdh-contentGallery-image {
  background-size: cover;
  background-position: center;
  display: block;
  flex-grow: 1;
  height: 6.5rem;
  position: relative;
}
@media (min-width: 420px) {
  .tdh-contentGallery-image {
    height: 10rem;
  }
}
@media (min-width: 768px) {
  .tdh-contentGallery-image {
    height: 16rem;
  }
}
@media (min-width: 980px) {
  .tdh-contentGallery-image {
    height: 21rem;
  }
}

.tdh-contentGallery-imageOverlay {
  background-color: rgba(36, 40, 50, 0.7);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: white;
  font-size: 3rem;
  line-height: 100%;
  display: table;
  transition: opacity 0.4s;
}
.tdh-contentGallery-imageOverlay:hover {
  opacity: 1;
}

.tdh-contentGallery-imageIcon {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  height: 100%;
  width: 100%;
}

.tdh-contentFaq-container {
  background-color: #936600;
  color: white;
  padding: 2.4rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .tdh-contentFaqs {
    display: flex;
    flex-wrap: wrap;
  }
  .tdh-contentFaq-container {
    box-sizing: border-box;
    margin-right: 4%;
    width: 48%;
  }
  .tdh-contentFaq-container:nth-child(2n) {
    margin-right: 0;
  }
}
/* Packages */
.tdh-contentPackages::after {
  clear: both;
  content: "";
  display: table;
}

.tdh-package {
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.2);
}
.tdh-package img {
  line-height: 1;
  display: block;
}

@media (min-width: 768px) {
  .tdh-package {
    float: left;
    position: relative;
    width: 48%;
    margin: 0 4% 4% 0;
  }
  .tdh-package:nth-child(2n) {
    margin-right: 0;
  }
}
/* Video */
.tdh-contentVideos {
  padding: 2.4rem;
  margin-bottom: 7rem;
}
@media (min-width: 980px) {
  .tdh-contentVideos {
    padding: 0;
  }
}

.tdh-contentVideo {
  background-color: #936600;
  margin-bottom: 3rem;
}
.tdh-contentVideo::after {
  clear: both;
  content: "";
  display: table;
}

.video-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

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

.tdh-contentVideo-info {
  color: white;
  padding: 2.4rem;
}

.tdh-contentVideoGrid {
  padding: 2.4rem;
}
.tdh-contentVideoGrid::after {
  clear: both;
  content: "";
  display: table;
}

@media (min-width: 420px) {
  .tdh-contentVideo-embed,
  .tdh-contentVideo-info {
    box-sizing: border-box;
    float: left;
    position: relative;
    width: 50%;
  }
  .tdh-contentVideoGrid .tdh-contentVideo-embed {
    float: none;
    width: auto;
  }
}
@media (min-width: 768px) {
  .tdh-contentVideoGrid .tdh-contentVideo {
    float: left;
    position: relative;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  .tdh-contentVideoGrid .tdh-contentVideo:nth-child(2n) {
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .tdh-contentVideoGrid {
    padding: 0;
  }
}
.tdh-contactInfo .tdh-contactItem i {
  display: inline-block;
  font-size: 2.2rem;
  float: left;
  margin-right: 0.6rem;
  width: 3rem;
}
.tdh-contactInfo .tdh-contactItem p {
  font-size: 1.8rem;
  font-weight: 600;
}

.tdh-openingHours {
  box-sizing: border-box;
  background-color: #b89352;
  color: white;
  padding: 3rem;
  box-sizing: border-box;
}
.tdh-openingHours .item {
  position: relative;
}
.tdh-openingHours .item span {
  line-height: 1.5em;
  background-color: r #b89352;
}
.tdh-openingHours .item .day {
  padding-right: 2px;
}
.tdh-openingHours .item .day:after {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
  content: "";
  display: inline-block;
  float: left;
  margin-top: -5px;
  width: 100%;
}
.tdh-openingHours .item .time {
  position: absolute;
  right: 0;
  padding-left: 2px;
}

.tdh-contactDetails {
  background-color: #936600;
  color: white;
  padding: 3rem;
}

/* Photo Gallery */
.tdh-photoGalleries::after {
  clear: both;
  content: "";
  display: table;
}

.tdh-photoGallery {
  position: relative;
  float: left;
  width: 22%;
  margin: 0 4% 4% 0;
}
.tdh-photoGallery:nth-child(4n) {
  margin-right: 0;
}

.tdh-photoGallery-thumbnail {
  display: block;
  position: relative;
}

.tdh-photoGallery-thumbnail img {
  display: block;
}

.tdh-photoGallery-info {
  background-color: rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  color: white;
  text-align: center;
  padding-top: 14rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s;
}
.tdh-photoGallery-info p {
  font-size: 1.4rem;
  margin-top: 0;
}

.tdh-photoGallery:hover .tdh-photoGallery-info {
  opacity: 1;
}

.tdh-photoGallery-photos {
  display: none;
}

.is-hidden {
  display: none;
}

#song-suggestions li {
  cursor: pointer;
  line-height: 1.35;
}
#song-suggestions li:first-child {
  margin-top: 8px;
}

.tdh-centerLogo {
  box-sizing: border-box;
  display: block;
  text-align: center;
  padding: 2.4rem;
}
.tdh-centerLogo img {
  width: 20rem;
}
@media (min-width: 1024px) {
  .tdh-centerLogo {
    position: absolute;
    top: 6rem;
    width: 100%;
  }
  .tdh-centerLogo > a {
    position: relative;
    z-index: 90;
  }
}

.tdh-servicesGrid {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
@media (min-width: 768px) {
  .tdh-servicesGrid {
    grid-template-columns: repeat(2, 1fr);
    height: 50vw;
    max-height: 72rem;
  }
}
@media (min-width: 1024px) {
  .tdh-servicesGrid {
    height: 100vh;
    max-height: unset;
    grid-template-columns: repeat(4, 1fr);
  }
}

.tdh-servicesGrid-item {
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 18rem;
  padding: 0.8rem;
  transition: background-color 0.15s;
}
.tdh-servicesGrid-item:hover {
  background-color: transparent;
}
.tdh-servicesGrid-item:before {
  background-image: var(--image);
  background-position: center;
  background-size: cover;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: filter 0.15s ease-in-out;
  filter: grayscale(80%);
  z-index: -1;
}
.tdh-servicesGrid-item:hover:before {
  filter: grayscale(0);
}
.tdh-servicesGrid-item:nth-child(2) .tdh-servicesGrid-label {
  --bgColor: #b89352;
  --shadowColor: #2c2312;
}
.tdh-servicesGrid-item:nth-child(3) .tdh-servicesGrid-label {
  --bgColor: #5b513c;
  --shadowColor: black;
}
.tdh-servicesGrid-item:nth-child(4) .tdh-servicesGrid-label {
  --bgColor: #e1cbab;
  --shadowColor: #8d6833;
}
@media (min-width: 480px) and (max-width: 640px) {
  .tdh-servicesGrid-item:nth-child(4) {
    grid-column: span 3;
    height: 24rem;
  }
}
@media (min-width: 768px) {
  .tdh-servicesGrid-item {
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 1.4rem 4rem;
  }
}

.tdh-servicesGrid-label {
  --bgColor: #936600;
  --shadowColor: black;
  background-color: var(--bgColor);
  box-shadow: 0.2rem 0.5rem 2rem rgba(0, 0, 0, 0.6);
  color: white;
  font-weight: 700;
  padding: 0.6rem 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .tdh-servicesGrid-label {
    font-size: 2rem;
    padding: 1rem 2.6rem;
    width: 100%;
  }
}

.tdh-navbar {
  background-color: white;
  box-shadow: -0.3rem -0.4rem 2.8rem rgba(25, 27, 34, 0.4);
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.tdh-navbar ul {
  display: flex;
}
.tdh-navbar li {
  flex-grow: 1;
}
.tdh-navbar li:first-child {
  --iconColor: #b89352;
}
.tdh-navbar li:nth-child(2) {
  --iconColor: #5b513c;
}
.tdh-navbar li:nth-child(3) {
  --iconColor: #e1cbab;
}
.tdh-navbar a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 1rem;
}
.tdh-navbar a i {
  color: var(--iconColor);
  font-size: 1.4em;
  margin-right: 0.6rem;
}
@media (min-width: 768px) {
  .tdh-navbar {
    display: none;
  }
}