@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Open+Sans:wght@400;600;800&display=swap");
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;
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

.btn {
  padding: 2px 20px;
  border-radius: 3px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  min-width: 0;
}

.btn-primary {
  background-color: #9c9c9c;
  color: #ffffff;
  border: 1px solid #9c9c9c;
}

.btn-primary:hover {
  background-color: #ffffff;
  color: #9c9c9c;
  border: 1px solid #9c9c9c;
}

.btn-primaryi {
  margin-left: 10px;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5);
}

.btn-secondary {
  background-color: #0aa702;
  color: #ffffff;
  border: 1px solid #0aa702;
}

.btn-secondary:hover {
  background-color: #ffffff;
  color: #0aa702;
  border: 1px solid #ffffff;
}

.btn-secondaryi {
  margin-left: 10px;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #0aa702;
  border-color: #0aa702;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 167, 2, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 167, 2, 0.5);
}

.btn-date {
  background-color: #f5f4f5;
  color: #1B1B1B;
  border: 1px solid #f5f4f5;
  font-weight: normal;
  padding-left: 15px !important;
}

.btn-date:hover {
  background-color: #09c800;
  color: #ffffff;
  border: 1px solid #09c800;
}

.btn-date i {
  float: right;
  margin: 4px 3px;
}

.btn-date:hover i {
  color: #ffffff;
}

.btn-date:not(:disabled):not(.disabled).active, .btn-date:not(:disabled):not(.disabled):active, .show > .btn-date.dropdown-toggle {
  color: #1B1B1B;
  background-color: #f5f4f5;
  border-color: #f5f4f5;
}

.btn-date.focus, .btn-date:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 245, 0.5);
}

.btn-date:not(:disabled):not(.disabled).active:focus, .btn-date:not(:disabled):not(.disabled):active:focus, .show > .btn-date.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 244, 245, 0.5);
}

.btn-search {
  background-color: #075106;
  color: #ffffff;
  border: 1px solid #075106;
}

.btn-search:hover {
  background-color: #ffffff;
  color: #09c800;
  border: 1px solid #09c800;
}

.btn-searchi {
  margin-left: 10px;
}

.btn-search:not(:disabled):not(.disabled).active, .btn-search:not(:disabled):not(.disabled):active, .show > .btn-search.dropdown-toggle {
  color: #ffffff;
  background-color: #075106;
  border-color: #075106;
}

.btn-search.focus, .btn-search:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 81, 6, 0.5);
}

.btn-search:not(:disabled):not(.disabled).active:focus, .btn-search:not(:disabled):not(.disabled):active:focus, .show > .btn-search.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 81, 6, 0.5);
}

.btn-more {
  padding: 0.5em 1.5em;
  background-color: #9c9c9c;
  color: #ffffff;
  border: 1px solid #9c9c9c;
}

.btn-more:hover {
  background-color: #ffffff;
  color: #9c9c9c;
  border: 1px solid #9c9c9c;
}

.btn-morei {
  margin-left: 10px;
}

.btn-more:not(:disabled):not(.disabled).active, .btn-more:not(:disabled):not(.disabled):active, .show > .btn-more.dropdown-toggle {
  color: #ffffff;
  background-color: #9c9c9c;
  border-color: 1px solid #9c9c9c;
}

.btn-more.focus, .btn-more:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5);
}

.btn-more:not(:disabled):not(.disabled).active:focus, .btn-more:not(:disabled):not(.disabled):active:focus, .show > .btn-more.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(156, 156, 156, 0.5);
}

.btn-next {
  width: 48% !important;
  margin-left: 2%;
  float: left;
  background-color: #075106;
  color: #ffffff;
  border: 1px solid #075106;
}

.btn-next:hover {
  background-color: #ffffff;
  color: #09c800;
  border-color: 1px solid #09c800;
}

.btn-nexti {
  margin-left: 10px;
}

.btn-next:not(:disabled):not(.disabled).active, .btn-next:not(:disabled):not(.disabled):active, .show > .btn-next.dropdown-toggle {
  color: #ffffff;
  background-color: #075106;
  border-color: 1px solid #075106;
}

.btn-next.focus, .btn-next:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 81, 6, 0.5);
}

.btn-next:not(:disabled):not(.disabled).active:focus, .btn-next:not(:disabled):not(.disabled):active:focus, .show > .btn-next.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 81, 6, 0.5);
}

.btn-prev {
  width: 48% !important;
  margin-right: 2%;
  float: left;
  background-color: #075106;
  color: #ffffff;
  border: 1px solid #075106;
}

.btn-prev:hover {
  background-color: #ffffff;
  color: #09c800;
  border-color: 1px solid #09c800;
}

.btn-previ {
  margin-left: 10px;
}

.btn-prev:not(:disabled):not(.disabled).active, .btn-prev:not(:disabled):not(.disabled):active, .show > .btn-prev.dropdown-toggle {
  color: #ffffff;
  background-color: #075106;
  border-color: 1px solid #075106;
}

.btn-prev.focus, .btn-prev:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 81, 6, 0.5);
}

.btn-prev:not(:disabled):not(.disabled).active:focus, .btn-prev:not(:disabled):not(.disabled):active:focus, .show > .btn-prev.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 81, 6, 0.5);
}

.btn-notice {
  background-color: #09c800;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-notice:hover {
  background-color: #ffffff;
  color: #09c800;
  border: 1px solid #ffffff;
}

.btn-noticei {
  margin-left: 10px;
}

.btn-notice:not(:disabled):not(.disabled).active, .btn-notice:not(:disabled):not(.disabled):active, .show > .btn-notice.dropdown-toggle {
  color: #ffffff;
  background-color: #09c800;
  border-color: #09c800;
}

.btn-notice.focus, .btn-notice:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 200, 0, 0.5);
}

.btn-notice:not(:disabled):not(.disabled).active:focus, .btn-notice:not(:disabled):not(.disabled):active:focus, .show > .btn-notice.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(9, 200, 0, 0.5);
}

.btn-directions {
  background-color: #0aa702;
  color: #ffffff;
  border: 1px solid #0aa702;
}

.btn-directions:hover {
  background-color: #ffffff;
  color: #0aa702;
  border: 1px solid #ffffff;
}

.btn-directionsi {
  margin-left: 10px;
}

.btn-directions:not(:disabled):not(.disabled).active, .btn-directions:not(:disabled):not(.disabled):active, .show > .btn-directions.dropdown-toggle {
  color: #ffffff;
  background-color: #0aa702;
  border-color: #0aa702;
}

.btn-directions.focus, .btn-directions:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 167, 2, 0.5);
}

.btn-directions:not(:disabled):not(.disabled).active:focus, .btn-directions:not(:disabled):not(.disabled):active:focus, .show > .btn-directions.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(10, 167, 2, 0.5);
}

.btn-currency {
  background-color: rgba(235, 233, 234, 0.5);
  color: #ffffff;
  padding: 0.5em 1.5em;
  min-width: 50px;
}

.btn-currency.selectedCurrency {
  background-color: #eb040b;
}

.btn-nav {
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  box-shadow: none;
  min-width: auto;
  font-weight: normal;
  padding: 10px 20px;
}

.btn-nav::after {
  position: absolute;
  right: -15px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #3a3a3a85;
  transform: rotate(-45deg);
}

.noHeaderPadding {
  padding-top: 115px;
}

.headerText {
  width: 100%;
}

.headerText h1 {
  margin-bottom: 0;
}

.headerText h1 {
  color: #fff;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
}

.searchOverlay {
  background-color: rgba(6, 176, 201, 0.5);
  height: 82%;
  width: 100%;
  position: absolute;
  border-radius: 1rem;
  transform: translate(0, -50%);
  top: 50%;
}

main {
  display: block;
  flex: 1;
}

.carousel-itemContent {
  color: #ffffff;
  top: 67%;
  left: 50%;
  transform: translate(-50%, -80%);
  position: absolute;
  width: 80%;
  z-index: 5;
}

section .container {
  margin: 50px auto 0;
  border-radius: 0.5em;
}

section .sectionTitle {
  color: #075106;
}

section .sectionSubtitle {
  color: #7e7e7e;
}

section.blueBG {
  background-color: #09c800;
  color: #ffffff;
}

footer {
  background-color: #e6e6e6;
  color: #7e7e7e;
  line-height: 24px;
  padding-top: 50px;
}

footer h5 {
  color: #075106;
}

footer a {
  color: #7e7e7e;
}

footer a:hover {
  color: #075106;
}

footer p {
  line-height: normal;
  margin-bottom: 10px;
}

footer .footerLarger {
  font-size: 1em;
}

footer .footerSmaller {
  font-size: 0.75em;
}

.footerLogo img {
  max-width: 200px;
}

footer ul.nav.menu li {
  display: block;
  width: 100%;
}

footer .socialmenu {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 15px;
}

footer .socialmenu li {
  display: inline-block;
}

.social a i {
  font-size: 30px;
  margin-left: 0px;
  color: #09c800;
}

.social:first-child a i {
  margin-left: 0px;
}

.social:last-child a i {
  margin-right: 0px;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #7e7e7e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "Lato", sans-serif;
  margin-left: 0;
  margin-right: 0;
  color: #075106;
  font-weight: 600;
}

h1, .h1 {
  font-size: 20px;
  margin-bottom: 37.28px;
}

h2, .h2 {
  font-size: 20px;
  margin-bottom: 26.72px;
}

h3, .h3 {
  font-size: 18px;
  margin-bottom: 21.28px;
}

h4, .h4 {
  font-size: 16px;
  margin-bottom: 16px;
}

h5, .h5 {
  font-size: 14px;
  margin-bottom: 13.28px;
}

h6, .h6 {
  font-size: 12px;
  margin-bottom: 10.72px;
}

p, a, li, ul, label, input, textarea {
  font-size: 16px;
  line-height: 25.888px;
}

p {
  margin-bottom: 25.888px;
}

p a {
  color: #075106;
}

p a:hover {
  color: #ff7903;
}

a:hover {
  color: #fff;
}

.font-secondary {
  font-family: "Lato", sans-serif;
}

ul.navbar-nav li a {
  font-size: 16px;
  padding: 10px 20px;
}

.blue-background h1, .blue-background p, .blue-background li {
  color: #fff;
}

.form-group {
  height: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-group input.form-control {
  border: none;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-radius: 0;
  min-width: 0;
  padding: 4px 0 4px;
  padding-left: 0;
  text-indent: 10px;
  min-height: 60px;
  background-color: #fff;
  color: #7e7e7e;
  content: '';
  box-sizing: content-box;
  box-shadow: none;
}

.form-group input.form-control:focus {
  outline: none;
  border-color: #09c800;
}

.form-group input.form-control:valid + label.d-block {
  font-size: 13px;
  top: -46px;
  transform: translate3d(0, -15px, 0) scale(0.92);
}

.form-group input.form-control:focus + label.d-block {
  font-size: 13px;
  top: -46px;
  transform: translate3d(0, -15px, 0) scale(0.92);
}

.form-group label.d-block {
  color: #7e7e7e;
  transform: translate3d(0, 20px, 0) scale(1);
  content: '';
  font-size: 18px;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  pointer-events: none;
  padding-left: 10px;
  position: relative;
  top: -65px;
  transform-origin: left top;
  transition: 0.25s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  line-height: 1.4;
}

.form-group textarea.form-control + label.d-block {
  top: -160px;
}

.form-group textarea.form-control {
  overflow: auto;
  border: none;
  display: block;
  font: inherit;
  width: 100%;
  box-sizing: content-box;
  content: '';
  text-indent: 10px;
  border-radius: 0;
  line-height: 1.5;
  min-height: 60px;
  min-width: 0;
  padding: 20px 0 20px;
  resize: vertical;
  background-color: #fff;
  color: #7e7e7e;
  box-shadow: none;
}

.form-group textarea.form-control:focus {
  outline: none;
  border-color: #09c800;
}

.form-group textarea.form-control:valid + label.d-block {
  font-size: 13px;
  bottom: 40px;
  transform: translate3d(0, 5px, 0) scale(0.92);
}

.form-group textarea.form-control:focus + label.d-block {
  font-size: 13px;
  bottom: 40px;
  transform: translate3d(0, 5px, 0) scale(0.92);
}

.jdscf-submit-btn {
  margin-top: 40px;
}

.jdscf-submit-btn button.btn.btn-primary {
  padding: 1em 2em;
}

.g-recaptcha {
  margin-top: 105px;
}

.form-control {
  color: #7e7e7e;
  background-color: #ebe9ea;
  border-color: #ebe9ea;
}

.form-control:focus {
  color: #7e7e7e;
  border-color: #7e7e7e;
  box-shadow: 0 0 0 0.2rem rgba 235, 233, 234, 0.25;
}

select {
  background-color: white;
  border: thin solid grey;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC");
  background-position: calc(100% - .5rem), 100% 0;
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
}

.offline .btn {
  width: 100%;
}

@media (min-width: 768px) {
  .offline .btn {
    max-width: 300px;
  }
}

h1.regular, .h1.regular {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
  color: #ededeb;
  text-shadow: 2px 2px 17px rgba(0, 0, 0, 0.3);
  font-size: 25px;
  margin: 10px 0;
  text-align: center;
}

h3.regular, .h3.regular {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #ededeb;
  text-shadow: 2px 2px 17px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  margin: 0;
  text-align: center;
}

h4.italic, .h4.italic {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #ededeb;
  text-shadow: 2px 2px 17px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  margin: 0;
  text-align: center;
}

h5.regular, .h5.regular {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #ededeb;
  font-size: 15px;
  margin: 30px 0 0;
  text-align: center;
}

.openingHours {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #e1e1e1;
  font-size: 16px;
}

nav.offline {
  background-color: #fdfdfd;
}

nav.offline:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 1px;
  z-index: -1;
  transform: scale(0.9);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.7);
}

nav.offline #mobileLowerStrip {
  background-color: #0a81c2;
}

main.offline {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0;
}

html {
  /* scrollbar fix (prevent ugly left pull for lower content sites) */
  overflow-y: scroll;
  scroll-behavior: smooth;
}

/* RESETS
*********************************************/
body {
  background-color: #fff;
  overflow-x: hidden;
}

a, a:hover {
  text-decoration: none;
}

img {
  width: 100%;
}

#carousel .carousel-control-next, #carousel .carousel-control-prev {
  top: 300px;
  height: 50%;
}

#carousel .carousel-item .carousel-overlay {
  height: 145px;
  position: relative;
  top: 355px;
  background-color: rgba(0, 0, 0, 0.5);
}

#carousel .carousel-item h1 {
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  margin-top: 45px;
}

#carousel .carousel-item h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
}

.slide-content {
  position: absolute;
  left: 0;
  padding: 3rem 0;
  opacity: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  z-index: -1000;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease,-webkit-transform .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.slide-content h2 {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 26.72px;
}

.slide-content ul {
  list-style-type: square;
  padding-left: 30px;
  margin-bottom: 26.72px;
}

.slide-content h1 {
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}

.slide-content li {
  color: #fff;
  font-weight: 400;
  font-size: 20px;
}

.slide-content.active {
  opacity: 1;
  z-index: 1000;
}

.green-gradient {
  background: #075102;
  background: linear-gradient(90deg, #075102 0%, #09c800 100%);
  position: relative;
  height: 660px;
  z-index: 100;
}

.green-gradient .home-mod-img {
  margin: 10px 0;
  width: auto;
}

.green-gradient .home-mod-img:nth-child(1) {
  width: 75px;
}

.green-gradient .home-mod-img:nth-child(2) {
  width: 200px;
}

.green-gradient .home-mod-img:nth-child(3) {
  width: 75px;
}

.green-gradient .btn {
  margin-top: 30px;
}

.green-gradient img.socket {
  display: none;
  position: absolute;
  top: -100px;
  right: -450px;
  width: 555px;
  z-index: 1000;
}

.green-gradient .socket-cable {
  display: none;
  background-image: url("https://nzeco.co.uk/images/UK_socket_cable_repeat.png");
  height: 511px;
  width: 3000px;
  position: absolute;
  background-size: contain;
  background-repeat: repeat;
  top: -102px;
  right: 105px;
}

.green-gradient a.btn.btn-secondary {
  position: relative;
  z-index: 1000;
}

.brand-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.brand-wrap .brand-logo {
  max-height: 150px;
  margin: 20px auto;
  width: auto;
}

.brand-wrap .brand-logo:last-child {
  margin-right: none;
}

.card-deck .card {
  background-color: #fff;
  border: none;
  border-radius: 0em;
}

.card-deck .card img {
  border-radius: 0em 0em 0 0;
}

.card-deck .card .card-body h4 {
  color: #075106;
  font-size: 24px;
  font-weight: 400;
}

.card-deck .card .card-body p, .card-deck .card .card-body li {
  color: #7e7e7e;
  font-size: 15px;
}

.card-deck .card .card-footer {
  padding: 0;
  background-color: transparent;
  border-top: none;
}

.grey-background {
  background-color: #eeeeee;
}

.grey-background h4 {
  color: #a5a7a6;
}

.blue-background {
  background-color: #79afed;
}

.blue-background hr {
  border-top: 2px solid #fff;
}

/* NAVIGATION
*********************************************/
header {
  position: relative;
  z-index: 99999;
}

nav {
  background: #075102;
  background: linear-gradient(90deg, #075102 0%, #09c800 100%);
  position: relative;
  z-index: 1000;
  box-shadow: 0px 5px 5px 2px rgba(0, 0, 0, 0.2);
}

.navbar {
  max-height: 450px;
  overflow-y: scroll;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.navbar::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.navbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

ul.nav.socialmenu.mod-list {
  display: block;
}

ul.nav.socialmenu.mod-list > li {
  width: 205px;
  margin: 0 auto;
}

ul.nav.socialmenu.mod-list > li > a {
  width: 100%;
  display: block;
  height: 30px;
}

ul.nav.socialmenu.mod-list > li > a > i {
  float: left;
  margin-top: 4px;
}

.navbar-nav li {
  margin: 0;
  /* Fixes menu disapearing on hover but breaks other things */
  padding: 10px 0;
}

.navbar-nav li a {
  color: #fff;
}

.menu-263::before {
  content: 'none';
}

.navbar-nav li:first-child {
  padding-left: 0px;
}

.navbar-nav li a:before {
  padding-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.navbar-nav li.dropdown a {
  color: #fff;
  font-family: 'Asap', sans-serif;
  font-weight: 500;
  padding: 0 0px;
  text-shadow: none;
  position: relative;
  z-index: 999;
}

.navbar-nav li.dropdown h5 > a {
  color: #09c800 !important;
  font-size: 19.2px;
}

.navbar-nav li.dropdown a.dropdown-toggle {
  text-shadow: 0px 0px 3px #000000b8;
}

.navbar-nav li a:hover,
.navbar-nav li.active > a {
  color: #ffffff;
}

span.navHover:hover a,
span.navHover:hover i {
  color: #8dd89d !important;
}

.menuItem li {
  padding: 0 !important;
  width: 100%;
  float: left;
}

.logo img {
  width: 100%;
  margin: 0;
}

.icon-bar {
  height: 2px;
  background-color: #7e7e7e;
  display: block;
  transition: all 0.2s;
  margin-top: 6px;
  width: 30px;
}

.toggle-stuck .burgerWrapper .icon-bar {
  background-color: #000;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: 0;
  margin-bottom: 10px;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

button.navbar-toggler:focus {
  outline: none;
  border: 1px solid #b0b0b0;
}

.navbar-toggler.collapsed .burgerWrapper {
  padding-left: 0;
  padding-top: 0;
}

.navbar-toggler .burgerWrapper {
  padding-left: 5px;
  padding-top: 0px;
  padding-bottom: 5px;
  width: 35px;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.fas.fa-circle-notch {
  font-size: 25px;
  top: 4px;
}

#navbarCollapse {
  position: relative;
  z-index: 1000;
  padding: 0 5%;
}

#navbarCollapse i {
  color: #fff;
  bottom: -3px;
}

.mobLogin a {
  color: #fff;
}

/* New Navbar */
/* Bootstrap so desktop view is in min-width media query - mobile first! */
/* Mobile styling */
/* Nav Banner */
/* Add and remove these with js */
.stickyBanner {
  position: fixed;
  top: 0;
  width: 100%;
}

.stickyMenu {
  position: fixed;
  top: 50px;
  width: 100%;
}

.navIsSticky {
  padding-top: 102px !important;
}

.nav-banner {
  width: 100%;
  max-width: 100%;
  height: 65px;
  background-color: #fff;
}

.nav-banner > .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 10px;
}

.nav-banner > .container > a {
  width: 30%;
}

.nav-banner-logo {
  width: 125px;
  height: auto;
  margin: 0;
}

.nav-banner-secondary {
  display: none;
}

.dropdown-toggle .fas:after {
  opacity: .7;
  opacity: var(--fa-secondary-opacity, 0.7);
}

.dropdown-toggle .fas.fa-home {
  font-size: 25px;
  margin-top: 3px;
}

li.dropdown.show {
  margin-bottom: 0;
}

.navbar-text span {
  color: #ffffff;
}

.navbar-text span i {
  padding-right: 5px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
  position: relative;
  top: unset;
  left: unset;
  margin: 0;
  transform: unset;
}

li.dropdown.selected {
  color: #fff;
}

.dropdown-menu {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  border: none;
  border-radius: 0;
  width: 100%;
  margin-top: 0;
  background-color: transparent;
}

/* FontAwesome */
.dropdown-toggle::after {
  display: none;
}

.dropdown-menu li.active a {
  color: #075106 !important;
}

li.dropdown.selected a {
  color: #fff;
}

.dropdown-menu p {
  color: #6f7678;
}

.dropdown-menu .menuItem li a {
  padding: 10px 0px;
}

.dropdown-menu .menuItem li:last-child a {
  padding: 10px 0 0 0l;
}

/* Links within the menu */
.menuItem li a {
  color: #fff;
  /* font-weight: bold!important; */
  margin-bottom: 10px !important;
  display: block;
}

.menuItem li a:hover {
  color: #075106;
}

.dropdown-menu h5 {
  color: #7e7e7e;
}

.navbar-nav > li.dropdown::after {
  color: #fff;
  content: "" !important;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 10px;
  right: 0;
  z-index: unset;
  opacity: unset;
  border-style: unset;
}

.navbar-nav > li.dropdown.show::after {
  content: "" !important;
}

.navbar-toggler-icon::after {
  display: block;
  margin-top: 25px;
  font-size: 12px;
}

.navbar-toggler {
  margin-bottom: 0 !important;
  padding: 0px 15px !important;
  position: absolute;
  top: 7px;
  right: 10px;
  z-index: 10;
}

.navbar-toggler.collapsed {
  top: 15px;
  right: 0;
}

a.dropdown-toggle {
  cursor: default;
}

.nav-banner-right {
  text-align: right;
  display: none;
  position: relative;
}

.nav-banner-right svg {
  width: 70px;
  height: 70px;
  position: absolute;
  right: 153px;
  top: 13px;
}

.nav-banner-right a {
  display: block;
}

.nav-banner-right a:nth-child(2) {
  color: #09c800;
  font-size: 25px;
  font-weight: 600;
  margin-top: 0;
}

.nav-banner-right a:nth-child(3) {
  font-size: 21px;
  color: #929292;
  margin-bottom: 5px;
  margin-top: 0px;
}

.nav-banner-right h3 {
  font-size: 15px;
  color: #ff7903;
}

.searchBackground {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 0 0;
  transition: transform 70s linear;
}

.searchLeft {
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
}

.searchbgdiv {
  height: 700px;
}

div#newSearchBlock {
  background-color: #ffffff;
  border-radius: 1.5em;
  position: relative;
  top: 444px;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 15px 20px -10px #696767;
}

.show {
  display: block !important;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #fbfbfb;
  opacity: 1;
}

#newSearchBlock .input-group label,
#roomWrap .input-group label,
#bookForm .input-group label {
  width: 100%;
}

#newSearchBlock .input-group .form-control,
#newSearchBlock .input-group label,
#newSearchBlock .input-group-text,
#roomWrap .input-group .form-control,
#roomWrap .input-group label,
#roomWrap .input-group-text,
#bookForm .input-group .form-control,
#bookForm .input-group label,
#bookForm .input-group-text {
  color: #052383;
}

#newSearchBlock .input-group input,
#roomWrap .input-group input,
#bookForm .input-group input {
  height: 25px;
}

#newSearchBlock .input-group input::placeholder,
#roomWrap .input-group input::placeholder,
#bookForm .input-group input::placeholder {
  color: #052383;
}

#newSearchBlock select,
#roomWrap select,
#bookForm select,
.filters select {
  height: 35px;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23002088%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
  -webkit-appearance: none;
}

section.filters {
  width: 100% !important;
}

#datePickWrap,
#room1childages,
#room2childages,
#room3childages,
#searchingNow {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1001;
  top: 0;
  left: 0;
}

#datePickWrap .inTheMiddle,
#room1childages .inTheMiddle,
#room2childages .inTheMiddle,
#room3childages .inTheMiddle,
#searchingNow .inTheMiddle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(153, 151, 151, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(153, 151, 151, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(153, 151, 151, 0.5);
  border-radius: 5px;
  background: #fff;
}

#dateClose {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #cccccc;
  z-index: 1001;
  font-size: 0.75rem;
}

#dateMessage {
  display: none;
}

#datepicker .jQueryDatepicker {
  border-radius: 5px;
  overflow: hidden;
}

#datePickWrap .jQueryDatepicker {
  font-family: Montserrat;
}

#datePickWrap .jQueryDatepicker_header {
  background: #fff;
  color: #494949;
}

#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays_weekday_title {
  color: #ffffff;
  font-size: 1rem;
}

#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day {
  color: #494949;
  background: #fff;
  height: 50px;
}

#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__previous_month,
#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays {
  background: #fff;
}

#datePickWrap .jQueryDatepicker_header_bG:after {
  box-shadow: none;
}

#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other,
#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current {
  background-color: #0b81c2 !important;
  color: #fff !important;
  /* border-radius: 5px; */
  border: none !important;
}

#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other_diff {
  color: #052383 !important;
  border: none !important;
  position: relative;
}

#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day_number {
  z-index: 901;
  position: relative;
}

#datePickWrap .jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other_diff::after {
  content: "";
  position: absolute;
  height: 35px;
  width: 100%;
  background-color: #ced9f9;
  top: 7.5px;
  left: 0;
  z-index: 900;
}

a.toggleMode {
  color: #83050e;
  font-family: Asap;
  margin: auto;
  margin-top: -5px;
  display: block;
  padding-top: 10px;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  margin-bottom: 20px;
  text-decoration: underline;
}

.rowHide {
  display: none;
}

.dim {
  pointer-events: none;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  opacity: 0.5;
}

#datePickWrap h3 {
  font-weight: normal;
}

#calendarRight,
#calendarLeft {
  height: 20px;
}

#resultsContainer {
  overflow: hidden;
  transition: all 0.3s ease;
  position: relative;
}

.revealContainer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -40px 100px 100px #fff;
  background-color: #fff;
  width: 100%;
}

.resultCard .card-img-top {
  max-height: 225px;
}

.resultCard-body .titles {
  font-size: 0.8rem;
  color: #494949;
  font-weight: bold;
  line-height: 1.1rem;
}

.resultCard-body .content {
  font-size: 0.8rem;
  color: #494949;
}

.resultCard-body .resultsright i {
  color: #ffc641;
  padding: 2px;
}

.resultCard-body .price {
  color: #11a330;
}

.resultCard-footer {
  background-color: unset;
  border-top: none;
}

#searchForm {
  background-color: #ffffff;
  border-radius: 9px;
  z-index: 95;
  overflow-y: hidden;
}

#searchForm h3 {
  color: #075106;
}

#searchForm .dates a {
  background-image: url(../images/plus-solid-white.svg);
  background-position: 95.5% 50%;
  background-repeat: no-repeat;
  background-size: 10px;
}

#searchForm h2 {
  text-align: center;
  margin: 10px 0 20px;
}

.searchFields {
  display: block;
  width: 100%;
  margin-bottom: 18px;
}

.searchFields.dim {
  opacity: 0.5;
  pointer-events: none;
}

#searchForm .iconWrap {
  display: inline-block;
  width: 10%;
  text-align: center;
}

#searchForm select {
  display: inline-block;
  width: 100%;
  height: 45px;
  background-color: rgba(235, 233, 234, 0.5);
  border: 1px solid rgba(235, 233, 234, 0.5);
  color: #7e7e7e;
}

#searchForm .btn {
  width: 100%;
  padding: 10px 8px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
}

.searchNavigation {
  text-align: center;
}

.childInfo {
  margin-top: 10px;
  color: #ff7903;
}

.childInfo:hover {
  margin-top: 10px;
  color: #09c800;
}

.reset a {
  font-size: 14px;
  color: #7e7e7e;
}

#searchForm select:focus {
  outline: none;
}

.childages > div {
  margin-bottom: 15px;
}

.childages p {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0;
}

a.forwardBack {
  border: 1px solid;
  border-radius: 5px;
  padding: 10px;
  width: calc(49% - 24px);
  display: inline-block;
  text-align: center;
  font-size: 18px;
}

a.forwardBack.next {
  background-color: #5eb298;
  color: #fff;
  border-color: #32866c;
}

a.forwardBack.back {
  background-color: #eaf4f5;
  color: #aaaaaa;
  border-color: #aaaaaa;
  margin-right: 2%;
}

.backNext p {
  margin: 15px 0;
  text-align: center;
  display: none;
}

.tabhide {
  display: none;
}

#ns0 {
  display: block;
}

#ns4 .btn-orange {
  text-align: center;
  margin: 20px auto;
  display: block !important;
  width: 160px !important;
}

.spinner:before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 75px;
  height: 75px;
  margin-top: -35px;
  margin-left: -40px;
  border-radius: 50%;
  border-top: 2px solid #075106;
  border-right: 2px solid #9c3e3e00;
  animation: spinner 1s linear infinite;
}

.spinner {
  height: 50px;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

#multifilter select {
  height: 25px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3…c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat,repeat;
  background-position: right 0.7em top 50%,0 0;
  background-size: 0.65em auto,100%;
  -webkit-appearance: none;
}

.dropdown-bg {
  background-image: url("../images/sort-solid.svg");
  background-repeat: no-repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: 10px;
  -webkit-appearance: none;
}

#result-0 {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 576px) {
  .price > .priceBig {
    font-size: 2em;
    position: relative;
    right: 0px;
  }
  #updatePrice + .subheadingText {
    position: relative;
    right: 0px;
  }
}

.holidayInfo h2 {
  margin: 0px;
}

.holidayInfo h3 {
  margin: 0px;
}

.holidayInfo h4 {
  font-size: 18px;
  font-weight: 560;
  margin-bottom: 0.1rem;
}

.holidayInfo h5 {
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}

.holidayInfo i {
  color: #09c800;
}

.roomPrice {
  font-weight: bold;
  color: #09c800;
}

.mainBackground {
  background-color: #ffffff;
  width: 100%;
}

.altBackground {
  background-color: #f8f8f8;
  width: 100%;
}

.notSelected .btn-room {
  background-color: #09c800;
  color: #fff;
}

.btn-room {
  font-weight: 400;
}

.singleHoliday.flightContainer {
  border: 2px solid #dcdcdc;
  border-radius: 0.5em;
}

.roomSelecter .fadeBorder {
  margin: 0 !important;
}

.roomSelecter {
  transition: all 0.3s ease;
  border: 2px solid #dcdcdc;
}

.roomSelecter h3 {
  font-size: var(--default-h2-font-size);
}

.roomSelected .btn-room {
  background-color: #48b059;
  border-color: #48b059;
  color: #fff;
}

.roomGreen {
  color: #48b059;
}

#hname {
  margin-bottom: 0;
}

.singleHoliday .carousel-indicators {
  position: relative;
  height: 90px;
  margin: 20px 0 0;
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
}

.singleHoliday .carousel-indicators li {
  position: relative;
  -webkit-box-flex: none;
  -ms-flex: none;
  flex: none;
  width: 100px;
  height: 100px;
  margin-right: 10px;
  margin-left: 0;
  text-indent: unset;
  background-color: unset;
}

.singleHoliday .carousel-indicators li:last-child {
  margin-right: 0px;
}

.price {
  color: #09c800;
}

.priceBig {
  font-size: 2.5rem;
  color: #09c800;
}

#hotelRef {
  opacity: 0.4;
  float: right;
  margin-top: 20px;
}

.singleHoliday .btn-primary {
  min-width: 290px;
  font-weight: 400;
}

.btn-primary.pale {
  background-color: #3852a8;
}

.callPopup .inTheMiddle {
  width: 85%;
  transform: translate(-50%, -50%);
  position: relative;
  left: 50%;
  top: 50%;
  background-color: white;
  border-radius: 25px;
  margin-left: 0;
}

.content {
  min-height: 32px;
}

.filters {
  border: 1px solid #E5F6EE;
  border-radius: 0.5em;
  width: 1040px;
  margin: 0 auto;
}

#offerPopup .inTheMiddle {
  position: fixed;
  top: 50%;
  left: 50%;
  height: 400px;
  width: 280px;
}

@media only screen and (min-width: 576px) {
  #offerPopup .inTheMiddle {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 500px;
  }
}

@media only screen and (min-width: 768px) {
  #offerPopup .inTheMiddle {
    position: fixed;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 700px;
  }
}

#recentSearches h3 {
  color: #075106;
  margin-bottom: 0;
}

#recentSearches h6 {
  color: #7e7e7e;
}

.form-control {
  color: #7e7e7e;
  background-color: #ebe9ea;
  border-color: #ebe9ea;
}

.form-control:focus {
  color: #7e7e7e;
  border-color: #7e7e7e;
  box-shadow: 0 0 0 0.2rem rgba 235, 233, 234, 0.25;
}

select {
  background-color: white;
  border: thin solid grey;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

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

select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAA3klEQVRIS+3VMU9CMRTF8d8zBL+aizoQFhx0kUk33RzdYMNFXUFnYeGrYYyaJiUxJHDLSxodbNKpfeffc9/pbaPyaCrr+3OA++z4rtT5Pg5GuMnCY9yWQEoBE1xhlUUP8YDrCBIB0vojLvGO0yz4hm4JJAKcYYoPHGOZAUdYoIMBXrc5iQAHeMlzviFygj7O8dkWEJU4XI8chALRhn9AVKHf70VRTHu4wFfbmKZLNKt50dLBnna0imcMd/2I0phWa3Y/D1e1Xa9BCZJG0VuQNpaWKMx72xS1Fl5/WN3BN+AgJhnZQlq4AAAAAElFTkSuQmCC");
  background-position: calc(100% - .5rem), 100% 0;
  background-size: 1.5em 1.5em;
  background-repeat: no-repeat;
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 40px;
  padding: 0;
  width: 80%;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 174px;
  min-height: 1px;
  background-repeat: no-repeat;
  position: relative;
  width: 175px;
  margin-right: 40px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-arrow {
  -webkit-appearance: none;
  width: 50px;
  height: 174px;
  position: absolute;
  z-index: 10000;
}

.slick-arrow.slick-prev {
  background-image: url("https://nzeco.co.uk/images/arrow-prev.png");
  top: 0;
  left: 0;
  background-position-x: 70%;
}

.slick-arrow.slick-next {
  background-image: url("https://nzeco.co.uk/images/arrow-next.png");
  top: 0;
  right: 0;
  background-position-x: 30%;
}

img.regs {
  width: auto;
  margin: 0 20px;
}

.slick-img {
  height: 60%;
  width: auto;
  margin: 20px auto 10px auto;
}

.slick-title {
  position: relative;
  bottom: 10px;
  color: #fff;
  font-weight: bold;
}

/* 
.bg-img { 
    background-image: url($BASE_URL + 'images/Background-Texture-576px.jpg');
}
*/
/*
@media (min-width: 576px) {
    .bg-img {
        background-image: url($BASE_URL + 'images/Background-Texture-768px.jpg');
    }
}
*/
@media (min-width: 576px) {
  .nav-banner-logo {
    width: 200px;
  }
  .navbar-toggler.collapsed {
    top: 25px;
  }
  .nav-banner {
    height: 90px;
  }
  .slick-list {
    margin: 0 60px;
  }
  .slick-arrow {
    width: 50px;
  }
  .slick-arrow.slick-prev {
    background-position-x: 70%;
  }
  .slick-arrow.slick-next {
    background-position-x: 30%;
  }
  .green-gradient {
    height: 450px;
  }
}

@media (min-width: 768px) {
  #header-arrow {
    width: 100px;
    position: absolute;
    top: 90px;
    left: 505px;
    transform: scaleX(-1) rotate(90deg);
  }
  .nav-banner {
    height: 125px;
  }
  nav svg {
    max-width: 250px;
  }
  #mobileLowerStrip img {
    width: 10%;
  }
  .offline .btn {
    margin-right: 1.5em;
  }
  .nav-banner-logo {
    width: 300px;
    height: auto;
  }
  .nav-banner-secondary {
    width: 230px;
    height: auto;
    margin: 0;
    display: block;
  }
  .nav-banner-right {
    display: block;
    width: 50%;
    margin-right: 25px;
    padding-top: 7px;
  }
  .nav-banner-right svg {
    width: 40px;
    height: 40px;
  }
  .nav-banner-right a:nth-child(3) {
    margin-bottom: 23px;
  }
  .slick-list {
    margin: 0 42px;
    width: 90%;
  }
  .slick-arrow {
    width: 40px;
  }
  .slick-arrow.slick-prev {
    background-position-x: 65%;
  }
  .slick-arrow.slick-next {
    background-position-x: 35%;
  }
  .brand-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .brand-wrap .brand-logo {
    max-height: 150px;
    margin: 20px auto;
    width: auto;
  }
  .brand-wrap .brand-logo:last-child {
    margin-right: none;
  }
  #carousel .carousel-item h1 {
    font-size: 40px;
  }
  .green-gradient {
    height: 500px;
  }
  .slide-content {
    width: 500px;
  }
}

@media (min-width: 850px) {
  .nav-banner-right {
    margin-right: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .brand-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .brand-wrap .brand-logo {
    max-height: 115px;
    margin-right: 0;
    width: auto;
  }
  .brand-wrap .brand-logo:last-child {
    margin-right: none;
  }
  .green-gradient {
    height: 550px;
  }
  .green-gradient img.socket {
    display: block;
    top: -80px;
    right: -400px;
  }
  .green-gradient .socket-cable {
    display: block;
    top: -82px;
    right: 155px;
  }
  .slide-content {
    padding: 2rem 0;
  }
  .navbar {
    max-height: auto;
    overflow-y: initial;
    height: 38px;
  }
  .nav-banner-logo {
    width: 295px;
  }
  ul.navbar-nav {
    position: relative;
  }
  ul.navbar-nav li a {
    padding: 10px 12px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 60px;
    left: 155%;
    margin: 0 auto;
    transform: translateX(-50%);
  }
  .navbar-nav > li.dropdown::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px;
    border-color: transparent transparent #fff transparent;
    z-index: 9998;
    opacity: 0;
    top: 30px;
    left: 50%;
    transform: translateX(-140%);
    margin: 0 50px;
  }
  .navbar-nav li.dropdown:hover::before {
    pointer-events: auto;
  }
  .navbar-nav li::before {
    content: '';
    position: absolute;
    top: 15px;
    width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
    pointer-events: none;
    transform: translateX(-25%);
    z-index: 100;
  }
  .navbar-nav > li::after, .navbar-nav > li:hover::after, .navbar-nav > li.dropdown:hover::after {
    content: "" !important;
  }
  .navbar-nav > li.dropdown:hover::after {
    opacity: 1;
  }
  li.dropdown:hover .dropdown-menu {
    display: block;
    padding: 0;
  }
  .navbar-nav li.dropdown:hover::before {
    pointer-events: auto;
  }
  .navbar-nav > li.dropdown:hover::after {
    opacity: 1;
  }
  .navbar-nav > li::after,
  .navbar-nav > li:hover::after,
  .navbar-nav > li.dropdown:hover::after {
    content: "" !important;
  }
  .navbar-nav .menuItem li {
    margin: 0;
  }
  .navbar-nav li {
    margin: 0;
    /* Fixes menu disapearing on hover but breaks other things */
    padding: 0px;
  }
  .navbar > .container {
    padding: 0;
  }
  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }
  .navbar-nav .menuItem li:last-child {
    margin: 8px 10px 0 0;
  }
  .navbar-nav > li.dropdown::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px;
    border-color: transparent transparent #fff transparent;
    z-index: 9998;
    opacity: 0;
    top: 30px;
    left: 50%;
    transform: translateX(-140%);
    margin: 0 50px;
  }
  .navbar-nav li.dropdown .dropdown-menu a {
    color: #7e7e7e;
    width: 100%;
    text-align: left;
    margin-left: 0 !important;
    display: block;
  }
  .dropdown-menu {
    border-radius: 0;
    box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
    -moz-box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
    -ms-box-shadow: 0px 0px 10px -1px rgba(125, 125, 125, 0.5);
    border: none;
    border-radius: 15px;
    width: 500px;
    margin-top: 0;
    background-color: #fff;
  }
  .dropdown-menu .navbar-nav li a {
    color: #000;
  }
  .nav-banner .nav-banner-right svg {
    width: 65px;
    height: 65px;
    top: 6px;
    right: 190px;
  }
  .nav-banner .nav-banner-right a:first-child {
    font-size: 25px;
  }
  .nav-banner .nav-banner-right a:nth-child(2) {
    font-weight: 800;
    font-size: 30px;
  }
  .nav-banner .nav-banner-right a:nth-child(3) {
    margin-bottom: 40px;
    margin-top: 10px;
    font-size: 26px;
  }
  .nav-banner .nav-banner-right h3 {
    font-size: 20px;
    margin: 0;
  }
  .nav-banner .navbar-toggler {
    display: none;
  }
  .navbar-nav li a:before {
    padding-right: 20px;
  }
  .menuItem li {
    width: 100%;
  }
  ul.dropdown-menu .menuItem li a {
    padding: 0 0 5px 15px;
    width: 100%;
    float: left;
    font-weight: normal;
    display: block;
  }
  .dropdown-menu:after {
    display: none;
  }
  .navbar-dark .navbar-toggler {
    border-color: transparent;
  }
  li.item-101 ul.dropdown-menu {
    transform: translateX(-24%) !important;
  }
  li.item-140 ul.dropdown-menu {
    transform: translateX(-40%) !important;
  }
  li.item-121 ul.dropdown-menu {
    transform: translateX(-55%) !important;
  }
  li.item-120 ul.dropdown-menu {
    transform: translateX(-71%) !important;
  }
  .dropdown-menu .menuItem li a {
    padding: 10px 0px;
  }
  .navbar-nav li.dropdown a.dropdown-toggle,
  .navbar-nav li.menu-330 a,
  .navbar-nav li.menu-331 a {
    padding: 0 20px;
  }
  .navbar-nav li.menu-330,
  .navbar-nav li.menu-331 {
    cursor: pointer;
  }
  .navbar-nav .menu-263 i.fa-home-heart {
    margin-right: 0px !important;
  }
  .nav-banner {
    box-shadow: none;
    width: 100%;
    height: 175px;
    background-color: #fff;
  }
  .nav-banner > .container {
    align-items: center;
    padding-top: 0;
  }
  .nav-banner > .container a {
    width: 100%;
  }
  #navbarCollapse {
    background: transparent;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 60px;
    left: 130%;
    margin: 0 auto;
    transform: translateX(-50%);
  }
  .btn-nav {
    background-color: #08a800;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    min-width: 0;
    padding: 2px 20px;
  }
  .slick-slide {
    margin-right: 10px;
  }
  .slick-list {
    margin: 0 100px;
    width: 79%;
  }
  .slick-arrow {
    width: 88px;
  }
  .slick-arrow.slick-prev {
    background-position-x: 65%;
  }
  .slick-arrow.slick-next {
    background-position-x: 35%;
  }
}

@media (min-width: 1200px) {
  .green-gradient img.socket {
    display: block;
    position: absolute;
    top: -100px;
    right: -450px;
    width: 555px;
  }
  .green-gradient .socket-cable {
    display: block;
    background-image: url("https://nzeco.co.uk/images/UK_socket_cable_repeat.png");
    height: 511px;
    width: 3000px;
    position: absolute;
    background-size: contain;
    background-repeat: repeat;
    top: -102px;
    right: 105px;
  }
  .nav-banner-logo {
    width: 318px;
    height: auto;
    margin: 0;
  }
  .nav-banner-secondary {
    width: 273px;
    height: auto;
    margin: 0 100px 0 0;
  }
  ul.navbar-nav li a {
    padding: 10px 20px;
  }
  .slick-slide {
    margin-right: 20px;
  }
  .slick-list {
    margin: 0 78px;
    width: 90%;
  }
  .slick-arrow {
    width: 68px;
  }
  .slick-arrow.slick-prev {
    background-position-x: 50%;
  }
  .slick-arrow.slick-next {
    background-position-x: 50%;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-deck {
    width: 100%;
  }
  .card-deck .card {
    display: block;
    padding-bottom: 50px;
  }
  .card-deck .card .card-footer {
    position: absolute;
    bottom: 0;
  }
  .home-mod-img {
    display: block;
    width: 30% !important;
  }
  .form-group textarea.form-control + label.d-block {
    top: -140px;
  }
}
