@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  font-size: 100%;
  color: #000000;
  background: #ffffff;
  text-align: left;
  font-weight: 400;
}

/* line 13, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
}

/* line 19, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
}

/* line 24, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 35, ../sass/_common.sass */
.light-grey1 {
  color: #959595;
}

/* line 3, ../sass/partials/_header.sass */
#header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #ffffff;
}
/* line 12, ../sass/partials/_header.sass */
#header .stripe {
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  background: #ffc800;
  padding: 10px 15px;
}
/* line 18, ../sass/partials/_header.sass */
#header .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* line 22, ../sass/partials/_header.sass */
#header .inner .logo {
  display: inline-block;
}
/* line 24, ../sass/partials/_header.sass */
#header .inner .navbar {
  margin-bottom: 0;
  min-height: 0;
  border: 0;
  margin-top: 5px;
}
/* line 30, ../sass/partials/_header.sass */
#header .inner .navbar .navbar-toggle {
  margin-right: 0;
}
/* line 33, ../sass/partials/_header.sass */
#header .inner .navbar .navbar-toggle .icon-bar {
  background: #000000;
}
@media (max-width: 767px) {
  /* line 30, ../sass/partials/_header.sass */
  #header .inner .navbar .navbar-toggle {
    margin-top: -50px;
  }
}
/* line 39, ../sass/partials/_header.sass */
#header .inner .navbar .nav li a {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}
@media (min-width: 768px) {
  /* line 37, ../sass/partials/_header.sass */
  #header .inner .navbar .nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
}

/* line 49, ../sass/partials/_header.sass */
#header-sticky-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

/* line 60, ../sass/partials/_header.sass */
#top-picture {
  position: relative;
  height: 60%;
  min-height: 500px;
  background: #00bff3;
}
/* line 66, ../sass/partials/_header.sass */
#top-picture .cover {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  text-align: center;
}
/* line 73, ../sass/partials/_header.sass */
#top-picture .cover .content {
  display: inline-block;
  padding: 15px 25px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  -moz-box-shadow: 0px 5px 8px 0px rgba(82, 82, 82, 0.4);
  -webkit-box-shadow: 0px 5px 8px 0px rgba(82, 82, 82, 0.4);
  box-shadow: 0px 5px 8px 0px rgba(82, 82, 82, 0.4);
}
/* line 80, ../sass/partials/_header.sass */
#top-picture .cover .content .button {
  display: inline-block;
  background: left 12px center no-repeat #ffc800;
  padding: 5px 15px 5px 40px;
  color: #000000;
  width: 165px;
}
@media (max-width: 767px) {
  /* line 73, ../sass/partials/_header.sass */
  #top-picture .cover .content {
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  /* line 60, ../sass/partials/_header.sass */
  #top-picture {
    min-height: 300px;
  }
}

/* line 5, ../sass/partials/_footer.sass */
#footer .contact-col .contact-info {
  padding-left: 30px;
  background: url(/images/icons/yellow/location.png) left top no-repeat;
}
@media (min-width: 992px) {
  /* line 4, ../sass/partials/_footer.sass */
  #footer .contact-col {
    padding-left: 60px;
    padding-right: 60px;
  }
}
/* line 12, ../sass/partials/_footer.sass */
#footer #feedback-form input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 10px;
  color: #000000;
}
/* line 20, ../sass/partials/_footer.sass */
#footer #feedback-form input[type=text] {
  width: 100%;
  background: #f1efe7;
}
/* line 23, ../sass/partials/_footer.sass */
#footer #feedback-form input[type=submit] {
  width: 120px;
  background: #ffc800;
}
/* line 26, ../sass/partials/_footer.sass */
#footer #feedback-form .errorMessage {
  font-size: 11px;
  font-weight: 600;
  color: red;
}

/* line 4, ../sass/pages/_index.sass */
.index-page .top-grey-panel {
  background: url(/images/top-shadow.png) bottom center repeat-x #f1efe7;
  font-size: 17px;
  font-weight: 700;
  padding: 15px 0 25px;
}
/* line 10, ../sass/pages/_index.sass */
.index-page .top-grey-panel span {
  color: #ffc800;
  font-weight: 800;
}
/* line 13, ../sass/pages/_index.sass */
.index-page .locations {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 18px;
}
/* line 19, ../sass/pages/_index.sass */
.index-page .locations > div {
  margin-bottom: 30px;
  width: 20%;
}
/* line 23, ../sass/pages/_index.sass */
.index-page .locations > div > div {
  padding-left: 20px;
  margin-bottom: 5px;
  background: url(/images/icons/yellow/location.png) left top no-repeat;
}
@media (max-width: 991px) {
  /* line 19, ../sass/pages/_index.sass */
  .index-page .locations > div {
    width: 33%;
  }
}
@media (max-width: 767px) {
  /* line 19, ../sass/pages/_index.sass */
  .index-page .locations > div {
    width: 50%;
  }
}
/* line 31, ../sass/pages/_index.sass */
.index-page .accordion-item {
  cursor: pointer;
}
/* line 34, ../sass/pages/_index.sass */
.index-page .accordion-item > div {
  padding: 13px 60px 13px 15px;
}
/* line 37, ../sass/pages/_index.sass */
.index-page .accordion-item > div:first-child {
  font-weight: 600;
  color: #252525;
  background: url(/images/icons/black/plus.png) right 12px center no-repeat #f1efe7;
  margin-bottom: 2px;
}
/* line 42, ../sass/pages/_index.sass */
.index-page .accordion-item > div:last-child {
  display: none;
  color: #464646;
}
/* line 47, ../sass/pages/_index.sass */
.index-page .accordion-item.active > div:first-child {
  background-image: url(/images/icons/black/minus.png);
}
