@charset "UTF-8";
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: 0.5em 2em;
  border-radius: 0.25em;
  font-family: "PT Sans", sans-serif;
  font-weight: 600;
  min-width: 150px;
}

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

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

.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: #efc000;
  border-color: #efc000;
}

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 192, 0, 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(239, 192, 0, 0.5);
}

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

.btn-secondary:hover {
  background-color: #ffffff;
  color: #efc000;
  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: #efc000;
  border-color: #efc000;
}

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 192, 0, 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(239, 192, 0, 0.5);
}

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

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

.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: #7d7c7c;
  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: #efc000;
  color: #ffffff;
  border: 1px solid #efc000;
}

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

.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: #efc000;
  border-color: #efc000;
}

.btn-search.focus, .btn-search:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 192, 0, 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(239, 192, 0, 0.5);
}

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

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

.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: #efc000;
  border-color: 1px solid #efc000;
}

.btn-more.focus, .btn-more:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 192, 0, 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(239, 192, 0, 0.5);
}

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

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

.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: #efc000;
  border-color: 1px solid #efc000;
}

.btn-next.focus, .btn-next:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 192, 0, 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(239, 192, 0, 0.5);
}

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

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

.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: #efc000;
  border-color: 1px solid #efc000;
}

.btn-prev.focus, .btn-prev:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 192, 0, 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(239, 192, 0, 0.5);
}

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

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

.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: #efc000;
  border-color: #efc000;
}

.btn-notice.focus, .btn-notice:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 192, 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(239, 192, 0, 0.5);
}

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

.btn-directions:hover {
  background-color: #ffffff;
  color: #efc000;
  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: #efc000;
  border-color: #efc000;
}

.btn-directions.focus, .btn-directions:focus {
  box-shadow: 0 0 0 0.2rem rgba(239, 192, 0, 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(239, 192, 0, 0.5);
}

.noHeaderPadding {
  padding-top: 115px;
}

header {
  color: #ffffff;
  margin-top: -150px;
  padding-top: 150px;
}

.headerText {
  width: 100%;
}

.headerText h1 {
  color: #fff;
  font-family: "Itim", cursive;
  font-size: 26px;
  line-height: 70px;
  -webkit-font-smoothing: antialiased;
  margin-left: 40px;
  text-align: center;
}

.headerText h1 strong {
  color: #efc000;
  font-weight: normal;
  font-size: 32px;
  display: block;
}

#header-text-span {
  margin-left: 40px;
}

#header-arrow {
  width: 100px;
  position: absolute;
  top: 120px;
  left: -25px;
  transform: rotate(83deg);
}

#svgText {
  text-shadow: -2px -2px 0 #fff, 0 -2px 0 #fff, 2px -2px 0 #fff, 2px 0 0 #fff, 2px 2px 0 #fff, 0 2px 0 #fff, -2px 2px 0 #fff, -2px 0 0 #fff;
}

main {
  display: block;
  flex: 1;
}

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

section .sectionTitle {
  color: #efc000;
}

section .sectionSubtitle {
  color: #7d7c7c;
}

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

footer {
  background-color: #ffffff;
  color: #7d7c7c;
  line-height: 24px;
  margin-top: 50px;
}

footer h5 {
  color: #efc000;
}

footer a {
  color: #efc000;
}

footer a:hover {
  color: #efc000;
}

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

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

body {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  color: #7d7c7c;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  display: block;
  font-family: "PT Sans", sans-serif;
  margin-left: 0;
  margin-right: 0;
  color: #0f254a !important;
}

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

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

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

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

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

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

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

a i {
  margin: 0 10px;
}

p {
  margin-bottom: 25.888px;
}

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

.blueBG h4, .blueBG h6 {
  color: #ffffff;
}

.singleBranch h4 {
  margin-top: 0px;
}

.singleBranch h6 i {
  margin-right: 10px;
}

input#locateAddress {
  border-top-left-radius: 1.5em;
  border-bottom-left-radius: 1.5em;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 30px;
  float: left;
  width: 60%;
  background-color: #dbdbda;
  border-color: #dbdbda;
  color: #989898;
}

.employeeImage {
  height: 250px;
  width: 250px;
  max-height: 250px;
  max-width: 250px;
  background-size: 110%;
  border-radius: 50%;
  background-position: center;
  margin: 0 auto;
}

div#map {
  height: 400px;
}

div#legend {
  position: absolute;
  top: 8%;
  right: 5%;
  font-family: Arial, sans-serif;
  background: #fff;
  border-radius: 5px;
  border: 1px solid black;
  padding: 10px;
  margin: 10px;
  border: 3px solid #000;
}

div#legend div {
  padding: 5px 0;
}

#legend h3 {
  margin-top: 0;
}

#legend img {
  vertical-align: middle;
}

.toggle {
  cursor: pointer;
}

#branch-details {
  display: none;
}

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

.form-control:focus {
  color: #7d7c7c;
  border-color: #7d7c7c;
  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: #f3f3f3;
  display: flex;
  flex-direction: column;
}

a {
  color: #efc000;
}

a:hover {
  color: #efc000;
}

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

img {
  width: 100%;
}

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

a#revealButton {
  margin: 10px 0;
}

#trustpoints {
  border-top: 3px solid #efc000;
  background: rgba(0, 0, 0, 0.5);
}

#trustpoints .container {
  background-color: transparent;
}

#trustPoints .tpItem {
  font-family: "PT Sans", sans-serif;
  text-align: center;
  border-radius: 0.5rem;
  background: #ffffff;
}

#trustPoints i {
  font-size: 1.5em;
  color: #efc000;
}

#trustPoints h2 {
  color: #efc000;
  margin-bottom: 0.25em;
}

#trustPoints h5 {
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 0;
}

#trustPoints .tpItem h3 {
  font-size: 20px;
  color: #efc000;
  margin-top: 0;
  margin-bottom: 0;
}

#trustPoints .tpItem h5 {
  font-size: 12px;
  color: #7d7c7c;
  margin-top: 0;
}

section.notice .container {
  background-color: #efc000 !important;
  color: #ffffff;
}

section.notice h1, section.notice .h1, section.notice h2, section.notice .h2, section.notice h3, section.notice .h3, section.notice h4, section.notice .h4, section.notice h5, section.notice .h5, section.notice h6, section.notice .h6 {
  color: #ffffff;
}

#offersCarousel .carousel-item {
  height: 450px;
  color: #ffffff;
}

#offersCarousel .carousel-item h2, #offersCarousel .carousel-item h3 {
  color: #ffffff;
}

#offersCarousel .carousel-image {
  height: 100%;
  border-radius: 1em;
  background-size: cover;
}

#offersCarousel .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b9defe' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

#offersCarousel .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23b9defe' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

/* CONTENT
*********************************************/
.card-body-text {
  height: 50px;
  margin-bottom: 0;
}

.card-price {
  margin: 0;
}

.booking-form {
  width: 100%;
}

.card.booking.rounded {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 80px;
  border-radius: 0.5em !important;
  border: 1px solid #e5f0f6;
}

@media only screen and (max-width: 768px) {
  .card.booking.rounded {
    padding: 40px 20px;
  }
}

.light-card {
  margin: 0 auto;
  padding: 40px 80px;
  border: 1px solid #e5f0f6;
  border-radius: 0.5em !important;
}

.dark-card {
  margin: 0 auto;
  padding: 40px 80px;
  border: 1px solid #005da8;
  border-radius: 0.5em !important;
}

.navbar-toggler, .mobileCall {
  color: #ffffff;
}

.navbar-toggler span, .mobileCall span {
  display: block;
}

@media only screen and (max-width: 576px) {
  #nav-logo {
    width: 35%;
  }
}

.header-phonebutton {
  color: #efc000;
}

.header-phonebutton p {
  margin: 0;
}

.header-phonebutton span {
  font-size: 30px;
  font-weight: bold;
}

.header-phonebutton span:last-child {
  display: block;
  font-size: 18px;
  color: #efc000;
  font-style: italic;
  font-weight: normal;
}

nav {
  background-color: #ffffff;
  z-index: 999;
  position: relative;
}

nav svg {
  max-width: 150px;
}

.navbar-nav li {
  margin: 0 15px;
  line-height: 18px;
}

ul.navbar-nav li a {
  color: #ffffff;
  padding: 10px 0;
  display: block;
}

ul.navbar-nav li:hover a, ul.navbar-nav li.active a {
  color: #ffffff;
  font-weight: 600;
}

.lowerStrip {
  background-color: #efc000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.lowerStrip nav, .lowerStrip ul.navbar-nav {
  background-color: transparent;
}

.lowerStrip img {
  margin: 5px 0;
  width: 35%;
}

#mobileLowerStrip {
  background-color: #efc000;
}

#mobileLowerStrip img {
  width: 20%;
  display: block;
  margin: 0 auto;
}

.mobileLinks span {
  display: block;
}

.mobileLinks i, .mobileLinks span {
  color: #efc000;
}

.searchBackground {
  max-height: 700px;
  min-height: 700px;
  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;
}

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

#searchForm h3 {
  color: #efc000;
}

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

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

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

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

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

.coverAll {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  background-color: rgba(125, 124, 124, 0.5);
  z-index: 9999;
}

.coverAll div div {
  background-color: #ffffff;
  border-radius: 0.75em;
}

.coverAll i {
  color: #efc000;
}

.jQueryDatepicker {
  font-family: "PT Sans", sans-serif !important;
}

.jQueryDatepicker_calendar_months_month_weekdays_weekday_title {
  background: #7d7c7c !important;
  padding: 15px !important;
}

.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other {
  background: #efc000 !important;
}

.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current_other_diff {
  background-color: rgba(239, 192, 0, 0.5) !important;
  color: white;
}

.jQueryDatepicker_calendar_months_month_weekdays_weekday_days_day.jQueryDatepicker__current {
  background: #efc000 !important;
}

.datePickYearDrop {
  position: relative;
  top: 39px;
  z-index: 100000000;
  left: calc(50% + 23px);
  height: 30px;
  width: 90px;
  background-color: #fff;
  font-family: Arial;
  border: 1px solid #efc000;
  font-size: 16px;
  display: block;
  color: #444;
  padding: 6px 0px 5px 10px;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/DAW/DawsonSanderson/images/caret-down-solid.svg), linear-gradient(to bottom, #ffffff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: .65em auto, 100%;
}

.datePickYearDrop::-ms-expand {
  display: none;
}

.datePickYearDrop:hover {
  border-color: #888;
}

.datePickYearDrop:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(239, 192, 0, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.datePickYearDrop option {
  font-weight: normal;
}

.datePickMonthDrop {
  position: relative;
  top: 69px;
  z-index: 100000000;
  left: calc(50% + -96px);
  height: 30px;
  width: 120px;
  background-color: #fff;
  font-family: Arial;
  border: 1px solid #efc000;
  font-size: 16px;
  display: block;
  color: #444;
  padding: 6px 0px 5px 10px;
  box-sizing: border-box;
  margin: 0;
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(/DAW/DawsonSanderson/images/caret-down-solid.svg), linear-gradient(to bottom, #ffffff 0%, #fff 100%);
  background-repeat: no-repeat, repeat;
  background-position-x: 95%;
  background-position-y: 50%;
  background-size: .65em auto, 100%;
}

.datePickMonthDrop::-ms-expand {
  display: none;
}

.datePickMonthDrop:hover {
  border-color: #888;
}

.datePickMonthDrop:focus {
  border-color: #aaa;
  box-shadow: 0 0 1px 3px rgba(239, 192, 0, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

.datePickMonthDrop option {
  font-weight: normal;
}

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

#datePickWrap .inTheMiddle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 600px;
  width: calc(100% - 20px);
  width: -moz-calc(100% - 20px);
  width: -webkit-calc(100% - 20px);
  height: 562px;
}

#dateMessage {
  color: #fff;
  text-align: center;
  background-color: #efc000;
  padding: 15px 0 20px 0;
  margin-bottom: -5px;
}

#dateClose {
  position: absolute;
  right: 10px;
  top: 30px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
}

.fix {
  position: fixed;
}

.dates.searchFields a.ticked::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  float: right;
  margin-right: 10px;
}

.backNext {
  margin-bottom: 15px;
  height: 46px;
}

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

.fa-star {
  color: #ffc740;
}

#recentSearch > div {
  margin-bottom: 15px;
  margin-top: 15px;
}

.card {
  background: #fafafa;
  border: 1px solid rgba(125, 124, 124, 0.5);
  border-radius: 0.5em;
}

.card .card-img {
  height: 200px;
}

.card .card-header {
  background-color: transparent;
  border: none;
}

.card .card-header .card-title {
  color: #7d7c7c;
}

.card .card-header .card-subtitle {
  color: #7d7c7c;
}

.card .card-header .card-rating {
  margin: 10px 0;
}

.card .card-body .card-description {
  margin: 10px 0 0;
  font-style: italic;
}

.card .card-body .card-stats {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.card .card-body .card-stats div {
  float: left;
  margin-bottom: 10px;
  min-width: 40%;
}

.card .card-body .card-stats div:first-child {
  margin-right: 20px;
}

.card .card-body .card-stats div i {
  margin-right: 10px;
}

.card .card-body p {
  margin-bottom: 10px;
}

.card .card-footer {
  background-color: transparent;
  border: none;
}

.card .card-footer .card-price {
  color: #efc000;
  margin: 0;
  text-align: left;
}

.card .card-footer .card-price-text {
  color: #7d7c7c;
  margin: 6px 0 0;
  text-align: left;
  font-size: 10px;
}

#counters #count h5 {
  color: #efc000;
}

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

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

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

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

.notSelected .btn-room {
  background-color: #efc000;
  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: #efc000;
}

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

#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;
  margin-left: -140px;
  margin-top: -240px;
}

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

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

#recentSearches h3 {
  color: #efc000;
}

.modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 95%;
}

.modal-content {
  border: none;
  border-radius: 0.25em;
  padding: 15px;
}

.modal-header, .modal-footer {
  border: none;
}

.modal-header i {
  padding-right: 10px;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}

.modal-backdrop.show {
  opacity: 1;
}

#contactModal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  opacity: 1;
}

.close {
  text-align: right;
  position: relative;
  right: -5px;
  top: -4px;
  font-size: 1rem;
}

.form-group {
  margin-bottom: 0.5rem;
}

.modal .form-control {
  width: 100%;
  margin: 0 auto;
  border-radius: 0.25em;
  text-align: center;
}

.modal .input-group {
  margin-bottom: 0px !important;
}

.modal .form-group {
  margin-bottom: 10px !important;
}

.modal #jdscf-105-popup-depart, .modal #jdscf-105-popup-return {
  width: 1%;
}

.modal .input-group-prepend {
  display: none;
}

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

.form-control:focus {
  color: #7d7c7c;
  border-color: #7d7c7c;
  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;
}

@media (min-width: 576px) {
  #header-arrow {
    width: 100px;
    position: absolute;
    top: 90px;
    left: -30px;
  }
}

@media (min-width: 768px) {
  #header-arrow {
    width: 100px;
    position: absolute;
    top: 90px;
    left: 505px;
    transform: scaleX(-1) rotate(90deg);
  }
  nav svg {
    max-width: 250px;
  }
  #mobileLowerStrip img {
    width: 10%;
  }
  .offline .btn {
    margin-right: 1.5em;
  }
  h1.regular, .h1.regular {
    font-size: 50px;
    text-align: left;
  }
  h3.regular, .h3.regular {
    font-size: 25px;
    text-align: left;
  }
  h4.italic, .h4.italic {
    font-size: 25px;
    text-align: left;
  }
  h5.regular, .h5.regular {
    font-size: 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  #header-arrow {
    width: 100px;
    position: absolute;
    top: 220px;
    left: 0px;
    transform: scaleX(1) rotate(0deg);
  }
  ul.navbar-nav li:last-child a {
    padding-right: 15px;
  }
  .logo img {
    width: 500px;
    flex: auto;
  }
}
