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

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/****************************************************************** *******/
body {
  font-family: 'Oswald', sans-serif;
  min-width: 320px;
  background: url(../images/stripe_white.png); }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

a {
  color: #019F92;
  text-decoration: none; }

.clear {
  clear: both; }

.max_width_centered {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.bg_content {
  background-color: rgba(255, 255, 255, 0.6); }

.mainmenu-mobile ul {
  display: none; }

.header-mobile {
  border-bottom: 5px solid #019F92;
  padding-top: 70px;
  background: #fff; }

.header-mobile > a {
  position: absolute;
  display: block;
  width: 50%;
  overflow: hidden;
  color: #4c4c4c;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 20px;
  top: 0;
  right: 0; }

.header-mobile > a:first-child {
  border-right: 1px solid #ccc;
  left: 0;
  right: auto; }

.header-mobile a span {
  line-height: 70px;
  float: right;
  margin-left: 20px; }

.header-mobile a:first-child span {
  float: left;
  margin-right: 20px;
  margin-left: 0; }

.header-mobile a span[class*="icon-"] {
  font-size: 26px; }

.header-mobile-logo {
  clear: both;
  border-top: 1px solid #ccc;
  padding: 20px;
  text-align: center; }

.header-mobile-logo img {
  max-width: 100%; }

.page_title {
  text-align: center;
  background-color: #808080;
  color: #fff;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 30px 20px 20px; }

.page_title-sub {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 10px;
  display: block; }

.page_content {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.7); }

.page_footer {
  border-top: 5px solid #019F92;
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  background-color: #333;
  padding: 20px; }

.footer_button {
  border: 1px solid #019F92;
  min-width: 200px;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  padding: 0 20px;
  overflow: hidden;
  height: 45px;
  line-height: 45px;
  color: #fff; }

.footer_button span[class*="icon"] {
  color: #019F92;
  margin-right: 20px; }

.footer_button span {
  height: 45px;
  line-height: 45px; }

.mainmenu-mobile {
  position: absolute;
  z-index: 200;
  top: 75px;
  width: 100%;
  right: 0;
  max-width: 500px;
  background: #fff; }

.mainmenu-mobile li {
  padding: 0 10px;
  position: relative; }

.mainmenu-mobile a.pagelink {
  display: block;
  color: #4c4c4c;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 20px;
  border-bottom: 1px solid #e1e1e1; }

.mainmenu-mobile a.open_children {
  position: absolute;
  right: 10px;
  top: 0;
  height: 59px;
  line-height: 59px;
  width: 59px;
  text-align: center; }

.mainmenu-mobile a.open_children {
  font-size: 18px;
  color: #4c4c4c; }

.back_to_parent {
  display: block;
  height: 62px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  white-space: nowrap;
  background: #fff; }

.back_to_parent span {
  line-height: 60px;
  float: left; }

.back_to_parent span:first-child {
  text-align: center;
  width: 50px;
  border-right: 1px solid #ccc; }

.back_to_parent span:last-child {
  padding-left: 20px; }

.header_image {
  font-size: 0;
  text-align: center; }

.header_image img,
.header_image picture {
  max-width: 100%;
  margin: 0 auto; }

.StartPage .green_box {
  background-color: #019F92; }

.StartPage .page_title {
  display: none; }

.start_slider-image img {
  max-width: 100%;
  height: auto; }

.StartPage .bx-wrapper {
  border: none;
  margin-bottom: 0; }

.bx-controls {
  position: absolute;
  width: 100%;
  bottom: 0; }

.bx-controls .bx-pager {
  padding: 0;
  bottom: 15px; }

.StartPage .left_box,
.StartPage .right_box {
  background-color: rgba(204, 204, 204, 0.5); }

.green_box {
  padding: 20px;
  color: #fff; }

.green_box-title {
  text-transform: uppercase;
  font-size: 28px;
  margin-bottom: 20px; }

.green_box-text {
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.3; }

.green_box a {
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-bottom: 15px; }

.green_box a span {
  vertical-align: middle;
  line-height: normal;
  display: inline-block;
  text-transform: uppercase;
  font-size: 18px;
  max-width: 70%; }

.green_box a span[class*=icon-] {
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 24px;
  border: 1px solid #fff;
  text-align: center;
  margin-right: 15px; }

.left_box, .right_box {
  padding: 20px 20px 80px 20px;
  text-align: center;
  position: relative; }

.right_box {
  color: #666; }

.right_box a {
  color: #666; }

.left_box-title,
.right_box-title {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase; }

.left_box-title {
  color: #019F92; }

.left_box-link,
.right_box-link {
  color: #666; }

.left_box-link,
.right_box-link {
  width: 210px;
  height: 42px;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #666;
  padding: 0 20px 0 15px;
  text-align: left;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -105px; }

.left_box-link {
  border-color: #019F92;
  color: #019F92; }

.left_box-link:hover {
  color: #fff;
  background-color: #019F92; }

.right_box-link:hover {
  color: #fff;
  background-color: #666; }

.left_box-link span:first-child,
.right_box-link span:first-child {
  float: left;
  line-height: 42px;
  text-transform: uppercase; }

.left_box-link span:nth-child(2),
.right_box-link span:nth-child(2) {
  float: right;
  line-height: 42px;
  font-size: 21px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  border-radius: initial;
  width: 36px;
  height: 7px;
  background-color: #fff; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #019F92; }

.MapPage #dirForm input[type="text"] {
  height: 45px;
  vertical-align: top; }

.infoWindowContent {
  height: 68px !important; }

@keyframes marquee {
  0% {
    left: 50%; }
  100% {
    left: -100%; } }

.marquee {
  width: 100%;
  background-color: rgba(1, 159, 146, 0.8);
  color: #fff;
  font-size: 21px;
  height: 40px;
  padding-top: 5px;
  padding-bottom: 5px; }

.marquee > div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 20s linear infinite; }

.header_image .marquee {
  position: absolute; }

.cookie-consent-wrapper {
  --padding: 20px;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: var(--padding);
  background-color: #333;
  box-shadow: 0 0 10px black; }
  .cookie-consent-wrapper .cookie-consent {
    display: block;
    max-width: 1400px;
    margin: 0px auto; }
    .cookie-consent-wrapper .cookie-consent * {
      font-size: 16px;
      line-height: 1.2;
      color: white; }
    .cookie-consent-wrapper .cookie-consent-title {
      font-weight: bold; }
    .cookie-consent-wrapper .cookie-consent-description {
      margin-top: var(--padding); }
    .cookie-consent-wrapper .cookie-consent-buttons {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center; }
      .cookie-consent-wrapper .cookie-consent-buttons .button {
        display: flex;
        align-items: center;
        width: auto;
        margin-top: var(--padding); }
        .cookie-consent-wrapper .cookie-consent-buttons .button:hover {
          background-color: #666; }
    .cookie-consent-wrapper .cookie-consent .cookie-consent-form-wrapper {
      margin-top: var(--padding); }
    @media (max-width: 550px) {
      .cookie-consent-wrapper .cookie-consent .toggle-inactive-indicator {
        display: none; }
      .cookie-consent-wrapper .cookie-consent-title {
        display: flex;
        justify-content: space-between;
        cursor: pointer; }
        .cookie-consent-wrapper .cookie-consent-title .toggle-icon {
          align-self: center; } }
.cookie-consent-form .cookie-consent-field {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px; }
  .cookie-consent-form .cookie-consent-field__field {
    flex: 0 0 auto;
    order: -1; }
  .cookie-consent-form .cookie-consent-field__label {
    flex: 1 0 25%;
    margin-top: 3px; }
  .cookie-consent-form .cookie-consent-field__description {
    flex: 1 1 100%; }
  @media (max-width: 550px) {
    .cookie-consent-form .cookie-consent-field {
      flex-wrap: wrap; }
      .cookie-consent-form .cookie-consent-field__description {
        flex: 0 0 100%; } }
.cookie-consent-form .action {
  border: none;
  margin-right: 15px; }

.cookie-compliance-required-form button {
  margin-top: 10px;
  border: none; }

textarea[data-compliance-required-render] {
  display: none; }

/*# sourceMappingURL=layout.css.map */