﻿/*$brand-primary:         #428bca !default;
$brand-secondary:       $brand-primary;*/
/*Illustrator gray*/
@import url("/Profiles/wongan/Includes/CSS/custom/sm-core-css.css");
@import url("/Profiles/wongan/Includes/CSS/custom/sm-clean.css");
.site-submenu {
  /*Nest your submenu user control in div.site-submenu and apply columns to that*/
  /*Styles below apply to having DisplayParent True (adds another ul level). See further comments below*/
  /*Maxwidth likely to change, so variable*/
  /*Default size is 13px down from 14px base*/
  /*Vertical padding for two levels*/
  /*span icons for expand and collapse*/
  /*Other updates should be made directly below*/
  /*Global submenu list styles*/
  /*Top level title*/
}
.site-submenu ul.submenu {
  /*top level ul*/
  background: #008577;
  max-width: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 3;
}
.site-submenu ul.submenu > li > ul > li {
  /*Borders on second level li only*/
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.site-submenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.site-submenu ul li {
  float: none;
  /*Apply background fade to anything lower than third level children items*/
  /*Global a */
}
.site-submenu ul li:last-child {
  border-bottom: none;
}
.site-submenu ul li ul:before, .site-submenu ul li ul:after {
  display: none;
}
.site-submenu ul li ul ul {
  background: rgba(255, 255, 255, 0.1);
}
.site-submenu ul li ul ul li:first-child {
  box-shadow: inset 1px 2px 5px rgba(0, 0, 0, 0.1);
}
.site-submenu ul li ul ul li:last-child {
  box-shadow: inset -1px -2px 5px rgba(0, 0, 0, 0.1);
}
.site-submenu ul li ul ul li a {
  padding-left: 48px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.site-submenu ul li ul ul li a:before {
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  left: 32px;
  top: 0;
  padding-top: 8px;
  font-size: inherit;
  line-height: 1.2em;
}
.site-submenu ul li ul ul li a li ul li a {
  padding-left: 56px;
}
.site-submenu ul li a {
  text-decoration: none;
  display: block;
  position: relative;
  white-space: normal !important;
  cursor: pointer;
  padding: 12px 32px;
  padding-right: 38px;
  border-radius: 0 !important;
  font-size: 0.929em;
  color: white;
  text-transform: none;
  margin: 0;
  border-bottom: none;
  /*Global hover style*/
  /*smart menu has-submenu indicator span*/
  /*Expanded icon on span*/
}
.site-submenu ul li a:hover {
  background: rgba(0, 0, 0, 0.2) !important;
}
.site-submenu ul li a.current {
  font-weight: bold;
}
.site-submenu ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px;
  -moz-transition: background ease 0.3s;
  -o-transition: background ease 0.3s;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
}
.site-submenu ul li a span:hover, .site-submenu ul li a span:active {
  background: rgba(0, 0, 0, 0.1);
}
.site-submenu ul li a span:after {
  display: block;
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f067";
}
.site-submenu ul li a.highlighted span:after {
  content: "\f068";
}
.site-submenu ul li a.highlighted {
  background: none;
}
.site-submenu > ul > li > a {
  font-size: 20px !important;
  font-family: inherit !important;
  font-weight: 500 !important;
}
.site-submenu > ul > li > a:hover {
  background: rgba(0, 0, 0, 0.1);
}
.site-submenu > ul > li > a span {
  display: none;
}
@media (max-width: 991px) {
  .site-submenu {
    display: none;
  }
}

.sm-simple {
  margin-bottom: 0;
  border: none;
  background: transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
.sm-simple li.menu-hidden, .sm-simple li.menu-hidden ul {
  display: none !important;
}

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  padding-right: 58px;
  color: #555555;
  font-family: "Montserrat", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif, "Lucida Sans", "Lucida Grande", Arial, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 17px;
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: white;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none;
  background: rgba(0, 0, 0, 0.08);
}

.sm-simple a.highlighted span.sub-arrow:before {
  display: block;
  content: "-";
}

.sm-simple li {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.sm-simple > li:first-child {
  border-top: none;
}

.sm-simple ul {
  background: rgba(179, 179, 179, 0.1);
}

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  font-size: 14px;
  border-left: 8px solid transparent;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 768px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    width: 12em;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple {
    background: white;
  }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 11px 20px;
    color: #555555;
  }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    background: #eeeeee;
  }
  .sm-simple a.current {
    background: #555555;
    color: white;
  }
  .sm-simple a.disabled {
    background: white;
    color: #cccccc;
  }
  .sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent;
  }
  .sm-simple a.highlighted span.sub-arrow:before {
    display: none;
  }
  .sm-simple > li {
    border-top: 0;
    border-left: 1px solid #eeeeee;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    border: 1px solid #bbbbbb;
    background: white;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    position: absolute;
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple ul > li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px;
  }
  .sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px;
  }
  .sm-simple.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font-family: "Font Awesome 5 Pro";
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/profiles/shared/Images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*$brand-primary:         #428bca !default;
$brand-secondary:       $brand-primary;*/
/*Illustrator gray*/
.owl-item {
  overflow: hidden;
}

.owl-controls .owl-prev {
  position: absolute;
}
.owl-controls .owl-next {
  position: absolute;
}
.owl-controls .owl-prev, .owl-controls .owl-next {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-size: 45px;
  color: #fff;
  text-shadow: 0 0 10px #333;
}
.owl-controls .owl-dots {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
}
.owl-controls .owl-dots .owl-dot {
  display: inline-block;
  background: transparent;
  border: 1px solid #fff;
  height: 10px;
  width: 10px;
  margin: 0 0 0 10px;
  border-radius: 100%;
}
.owl-controls .owl-dots .owl-dot.active {
  background: #fff;
}

/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
/*$brand-primary:         #428bca !default;
$brand-secondary:       $brand-primary;*/
/*Illustrator gray*/
/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
/*$brand-primary:         #428bca !default;
$brand-secondary:       $brand-primary;*/
/*Illustrator gray*/
/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
/*#endregion */
/*#region button-variant-hover() Combines base button variant mixin, with ability to add hovers */
/*#endregion */
/*#region Additional bootstrap button variants */
/*Solid white, transparent on hover*/
/*Black glass style*/
/*#endregion */
/*#region icon-square() and icon-square-bordered(). Square icon builders. Combined with button-variant() */
/*useful for aligning an icon in a square shape*/
/*No colours/background as often combined with a btn*/
/*useful for aligning an icon in a square shape*/
/*This version includes a border but again no color, use with button-variant mixin*/
/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
/*#endregion */
/*#region btn(). Add .btn as a mixin instead of class (can be easier)  */
/*This is a direct copy from Bootstrap*/
/*#endregion */
/*#region fa-icon() and fa-icon-content(). Quickly create a font awesome icon out of mixin */
/*For mixing font awesome styles in quickly*/
/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
/*#endregion */
/*#region Mitch's bag of tricks */
/*#endregion */
.alert-primary {
  background-color: #6cffef;
  border-color: #008072;
  color: #007669;
}
.alert-primary hr {
  border-top-color: #00665c;
}
.alert-primary .alert-link {
  color: #00433c;
}
.alert-primary .alert-link {
  color: #006157;
}

/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Span.h as block. This is expected behaviour when styling as a heading */
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
  display: block;
}

/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
.bg-text-color {
  background-color: #333333;
}

.text-white * {
  color: white;
}

/*Useful for a quick override in HTML*/
.font-family-base {
  font-family: "Montserrat", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-family-headings {
  font-family: inherit;
}

/*#endregion */
/*#region Additional bootstrap button variants */
.btn-reverse {
  color: white;
  background-color: transparent;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-reverse:hover, .btn-reverse:focus, .btn-reverse.focus, .btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  background-image: none;
}
.btn-reverse.disabled, .btn-reverse.disabled:hover, .btn-reverse.disabled:focus, .btn-reverse.disabled.focus, .btn-reverse.disabled:active, .btn-reverse.disabled.active, .btn-reverse[disabled], .btn-reverse[disabled]:hover, .btn-reverse[disabled]:focus, .btn-reverse[disabled].focus, .btn-reverse[disabled]:active, .btn-reverse[disabled].active, fieldset[disabled] .btn-reverse, fieldset[disabled] .btn-reverse:hover, fieldset[disabled] .btn-reverse:focus, fieldset[disabled] .btn-reverse.focus, fieldset[disabled] .btn-reverse:active, fieldset[disabled] .btn-reverse.active {
  background-color: transparent;
  border-color: white;
}
.btn-reverse .badge {
  color: transparent;
  background-color: white;
}
.btn-reverse:hover {
  background: white;
  color: #008577;
}

/*Solid white, transparent on hover*/
.btn-white {
  color: #008577;
  background-color: white;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: #008577;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: white;
  border-color: white;
}
.btn-white .badge {
  color: white;
  background-color: #008577;
}
.btn-white:hover {
  background: transparent;
  color: white;
}

/*Black glass style*/
.btn-glass {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
  border: none;
}
.btn-glass:hover, .btn-glass:focus, .btn-glass.focus, .btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0);
}
.btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  background-image: none;
}
.btn-glass.disabled, .btn-glass.disabled:hover, .btn-glass.disabled:focus, .btn-glass.disabled.focus, .btn-glass.disabled:active, .btn-glass.disabled.active, .btn-glass[disabled], .btn-glass[disabled]:hover, .btn-glass[disabled]:focus, .btn-glass[disabled].focus, .btn-glass[disabled]:active, .btn-glass[disabled].active, fieldset[disabled] .btn-glass, fieldset[disabled] .btn-glass:hover, fieldset[disabled] .btn-glass:focus, fieldset[disabled] .btn-glass.focus, fieldset[disabled] .btn-glass:active, fieldset[disabled] .btn-glass.active {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.btn-glass .badge {
  color: rgba(0, 0, 0, 0.15);
  background-color: white;
}
.btn-glass:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*#endregion */
/*#region .hr-primary. A class for making hr primary colour */
.hr-primary {
  border-color: #008577;
}

/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
.container-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container-no-padding .row {
  margin-left: 0;
  margin-right: 0;
}
.container-no-padding .row div[class*=col-] {
  padding: 0;
}

/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
@media (max-width: 719px) {
  .container-no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .container-no-padding-xs .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-padding-xs .row div[class*=col-] {
    padding: 0;
  }
}

/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
.container-double-gutter {
  /*Above SM or wide gutters affect mobile view*/
  /*Only affects the first level*/
}
@media (min-width: 720px) {
  .container-double-gutter {
    /*padding-left: $grid-gutter-width;
    padding-right: $grid-gutter-width;*/
  }
  .container-double-gutter > .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .container-double-gutter > .row > div[class*=col] {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*#endregion */
/*#region .col-??-5ths. Create 5 even columns.  */
/*Fifths columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*#endregion */
/*#region Margin 0 */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-top: 0;
}

/*#endregion */
/*#region Premade padding classes for quick spacing. (.pv-x .ph-x .pt-x .pr-x .pb-x .pl-x)*/
/*Quick padding clases for spacing. Mostly based on a 4px pixel grid*/
/*Includes vertical (top and bottom), horizontal (left and right), and inidividual top, right, bottom, left*/
/*Vertical*/
.pv-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pv-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pv-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pv-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pv-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pv-56 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.pv-64 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.pv-76 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

.pv-120 {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (min-width: 720px) {
  .pv-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*Horizontal*/
.ph-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.ph-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.ph-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.ph-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.ph-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.ph-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.ph-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.ph-64 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.ph-76 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-76 {
    padding-left: 76px;
    padding-right: 76px;
  }
}

.ph-120 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

/*Top*/
.pt-2 {
  padding-top: 2px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-64 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-64 {
    padding-top: 64px;
  }
}

.pt-76 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-76 {
    padding-top: 76px;
  }
}

/*Right*/
.pr-2 {
  padding-right: 2px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-64 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-64 {
    padding-right: 64px;
  }
}

.pr-76 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-76 {
    padding-right: 76px;
  }
}

/*Bottom*/
.pb-2 {
  padding-bottom: 2px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-64 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-64 {
    padding-bottom: 64px;
  }
}

.pb-76 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-76 {
    padding-bottom: 76px;
  }
}

/*Left*/
.pl-2 {
  padding-left: 2px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-64 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-64 {
    padding-left: 64px;
  }
}

.pl-76 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-76 {
    padding-left: 76px;
  }
}

/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
.contact-info {
  padding-left: 0;
  list-style: none;
}
.contact-info .phone {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .phone:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .email {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .email:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .fax {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .fax:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ac";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .address {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .address:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .blank {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .blank:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/*#endregion */
/*#region Load Spinner. Apply to create a load spinner until page loaded */
.load-spinner {
  font-size: 36px;
  margin: 1em 0;
  text-align: center;
  width: 100%;
  opacity: 1 !important;
}

.hidden-until-load > * {
  opacity: 0;
}

/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
.shadow-z1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-z2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-z5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/*#endregion */
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table, table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th, table > thead > tr > th,
.table > thead > tr > td,
table > thead > tr > td,
.table > tbody > tr > th,
table > tbody > tr > th,
.table > tbody > tr > td,
table > tbody > tr > td,
.table > tfoot > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th, table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th, table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody, table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table, table .table, .table table, table table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active, table > thead > tr > td.active,
.table > thead > tr > th.active,
table > thead > tr > th.active, .table > thead > tr.active > td, table > thead > tr.active > td, .table > thead > tr.active > th, table > thead > tr.active > th,
.table > tbody > tr > td.active,
table > tbody > tr > td.active,
.table > tbody > tr > th.active,
table > tbody > tr > th.active,
.table > tbody > tr.active > td,
table > tbody > tr.active > td,
.table > tbody > tr.active > th,
table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success, table > thead > tr > td.success,
.table > thead > tr > th.success,
table > thead > tr > th.success, .table > thead > tr.success > td, table > thead > tr.success > td, .table > thead > tr.success > th, table > thead > tr.success > th,
.table > tbody > tr > td.success,
table > tbody > tr > td.success,
.table > tbody > tr > th.success,
table > tbody > tr > th.success,
.table > tbody > tr.success > td,
table > tbody > tr.success > td,
.table > tbody > tr.success > th,
table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info, table > thead > tr > td.info,
.table > thead > tr > th.info,
table > thead > tr > th.info, .table > thead > tr.info > td, table > thead > tr.info > td, .table > thead > tr.info > th, table > thead > tr.info > th,
.table > tbody > tr > td.info,
table > tbody > tr > td.info,
.table > tbody > tr > th.info,
table > tbody > tr > th.info,
.table > tbody > tr.info > td,
table > tbody > tr.info > td,
.table > tbody > tr.info > th,
table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning, table > thead > tr > td.warning,
.table > thead > tr > th.warning,
table > thead > tr > th.warning, .table > thead > tr.warning > td, table > thead > tr.warning > td, .table > thead > tr.warning > th, table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger, table > thead > tr > td.danger,
.table > thead > tr > th.danger,
table > thead > tr > th.danger, .table > thead > tr.danger > td, table > thead > tr.danger > td, .table > thead > tr.danger > th, table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive, table {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 719px) {
  .table-responsive, table {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table, table > .table, .table-responsive > table, table > table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th, table > .table > thead > tr > th, .table-responsive > table > thead > tr > th, table > table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  table > .table > thead > tr > td,
  .table-responsive > table > thead > tr > td,
  table > table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  table > .table > tbody > tr > th,
  .table-responsive > table > tbody > tr > th,
  table > table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  table > .table > tbody > tr > td,
  .table-responsive > table > tbody > tr > td,
  table > table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  table > .table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > th,
  table > table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  table > .table > tfoot > tr > td,
  .table-responsive > table > tfoot > tr > td,
  table > table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered, table > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child, table > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  table > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  table > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  table > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  table > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  table > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child, table > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  table > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  table > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  table > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  table > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  table > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th, table > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  table > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  table > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  table > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/*SM-Simple mega menu*/
/*$brand-primary:         #428bca !default;
$brand-secondary:       $brand-primary;*/
/*Illustrator gray*/
/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
/*$brand-primary:         #428bca !default;
$brand-secondary:       $brand-primary;*/
/*Illustrator gray*/
/*Some additional classes for faster cutups*/
/*Similar in nature to bootstrap's _utilities.scss*/
/*$brand-primary:         #428bca !default;
$brand-secondary:       $brand-primary;*/
/*Illustrator gray*/
/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
/*#endregion */
/*#region button-variant-hover() Combines base button variant mixin, with ability to add hovers */
/*#endregion */
/*#region Additional bootstrap button variants */
/*Solid white, transparent on hover*/
/*Black glass style*/
/*#endregion */
/*#region icon-square() and icon-square-bordered(). Square icon builders. Combined with button-variant() */
/*useful for aligning an icon in a square shape*/
/*No colours/background as often combined with a btn*/
/*useful for aligning an icon in a square shape*/
/*This version includes a border but again no color, use with button-variant mixin*/
/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
/*#endregion */
/*#region btn(). Add .btn as a mixin instead of class (can be easier)  */
/*This is a direct copy from Bootstrap*/
/*#endregion */
/*#region fa-icon() and fa-icon-content(). Quickly create a font awesome icon out of mixin */
/*For mixing font awesome styles in quickly*/
/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
/*#endregion */
/*#region Mitch's bag of tricks */
/*#endregion */
.alert-primary {
  background-color: #6cffef;
  border-color: #008072;
  color: #007669;
}
.alert-primary hr {
  border-top-color: #00665c;
}
.alert-primary .alert-link {
  color: #00433c;
}
.alert-primary .alert-link {
  color: #006157;
}

/*#region transition-colour() and transition-movement(). Quick transitions with believable curves */
/*Premade transitions. Can pass in speed. */
/*Movement and colour should behave differently. Movement takes inertia into consideration (so in-out), colour does not*/
/*Google's base transition*/
/*#endregion */
/*#region Span.h as block. This is expected behaviour when styling as a heading */
span.h1, span.h2, span.h3, span.h4, span.h5, span.h6 {
  display: block;
}

/*#endregion */
/*#region Additional bootstrap text and bg helper classes */
.bg-text-color {
  background-color: #333333;
}

.text-white * {
  color: white;
}

/*Useful for a quick override in HTML*/
.font-family-base {
  font-family: "Montserrat", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-family-headings {
  font-family: inherit;
}

/*#endregion */
/*#region Additional bootstrap button variants */
.btn-reverse {
  color: white;
  background-color: transparent;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-reverse:hover, .btn-reverse:focus, .btn-reverse.focus, .btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-reverse:active, .btn-reverse.active, .open > .btn-reverse.dropdown-toggle {
  background-image: none;
}
.btn-reverse.disabled, .btn-reverse.disabled:hover, .btn-reverse.disabled:focus, .btn-reverse.disabled.focus, .btn-reverse.disabled:active, .btn-reverse.disabled.active, .btn-reverse[disabled], .btn-reverse[disabled]:hover, .btn-reverse[disabled]:focus, .btn-reverse[disabled].focus, .btn-reverse[disabled]:active, .btn-reverse[disabled].active, fieldset[disabled] .btn-reverse, fieldset[disabled] .btn-reverse:hover, fieldset[disabled] .btn-reverse:focus, fieldset[disabled] .btn-reverse.focus, fieldset[disabled] .btn-reverse:active, fieldset[disabled] .btn-reverse.active {
  background-color: transparent;
  border-color: white;
}
.btn-reverse .badge {
  color: transparent;
  background-color: white;
}
.btn-reverse:hover {
  background: white;
  color: #008577;
}

/*Solid white, transparent on hover*/
.btn-white {
  color: #008577;
  background-color: white;
  border-color: white;
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.3s, cubic-bezier(0.4, 0, 0.2, 1) color 0.3s;
}
.btn-white:hover, .btn-white:focus, .btn-white.focus, .btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  color: #008577;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-white:active, .btn-white.active, .open > .btn-white.dropdown-toggle {
  background-image: none;
}
.btn-white.disabled, .btn-white.disabled:hover, .btn-white.disabled:focus, .btn-white.disabled.focus, .btn-white.disabled:active, .btn-white.disabled.active, .btn-white[disabled], .btn-white[disabled]:hover, .btn-white[disabled]:focus, .btn-white[disabled].focus, .btn-white[disabled]:active, .btn-white[disabled].active, fieldset[disabled] .btn-white, fieldset[disabled] .btn-white:hover, fieldset[disabled] .btn-white:focus, fieldset[disabled] .btn-white.focus, fieldset[disabled] .btn-white:active, fieldset[disabled] .btn-white.active {
  background-color: white;
  border-color: white;
}
.btn-white .badge {
  color: white;
  background-color: #008577;
}
.btn-white:hover {
  background: transparent;
  color: white;
}

/*Black glass style*/
.btn-glass {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
  border: none;
}
.btn-glass:hover, .btn-glass:focus, .btn-glass.focus, .btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  color: white;
  background-color: rgba(0, 0, 0, 0.15);
  border-color: rgba(0, 0, 0, 0);
}
.btn-glass:active, .btn-glass.active, .open > .btn-glass.dropdown-toggle {
  background-image: none;
}
.btn-glass.disabled, .btn-glass.disabled:hover, .btn-glass.disabled:focus, .btn-glass.disabled.focus, .btn-glass.disabled:active, .btn-glass.disabled.active, .btn-glass[disabled], .btn-glass[disabled]:hover, .btn-glass[disabled]:focus, .btn-glass[disabled].focus, .btn-glass[disabled]:active, .btn-glass[disabled].active, fieldset[disabled] .btn-glass, fieldset[disabled] .btn-glass:hover, fieldset[disabled] .btn-glass:focus, fieldset[disabled] .btn-glass.focus, fieldset[disabled] .btn-glass:active, fieldset[disabled] .btn-glass.active {
  background-color: rgba(0, 0, 0, 0.15);
  border-color: transparent;
}
.btn-glass .badge {
  color: rgba(0, 0, 0, 0.15);
  background-color: white;
}
.btn-glass:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*#endregion */
/*#region .hr-primary. A class for making hr primary colour */
.hr-primary {
  border-color: #008577;
}

/*#endregion */
/*#region container-no-padding. Override default bootstrap gutter behaviour. */
/*Make all columns full width on all breakpoints*/
.container-no-padding {
  padding-left: 0;
  padding-right: 0;
}
.container-no-padding .row {
  margin-left: 0;
  margin-right: 0;
}
.container-no-padding .row div[class*=col-] {
  padding: 0;
}

/*#endregion*/
/*#region container-no-padding-xs. Override default bootstrap gutter behaviour. MOBILE ONLY */
@media (max-width: 719px) {
  .container-no-padding-xs {
    padding-left: 0;
    padding-right: 0;
  }
  .container-no-padding-xs .row {
    margin-left: 0;
    margin-right: 0;
  }
  .container-no-padding-xs .row div[class*=col-] {
    padding: 0;
  }
}

/*#endregion */
/*#region container-double-gutter. Quickly double the gutter between columns. Only affects the first level */
.container-double-gutter {
  /*Above SM or wide gutters affect mobile view*/
  /*Only affects the first level*/
}
@media (min-width: 720px) {
  .container-double-gutter {
    /*padding-left: $grid-gutter-width;
    padding-right: $grid-gutter-width;*/
  }
  .container-double-gutter > .row {
    margin-left: -32px;
    margin-right: -32px;
  }
  .container-double-gutter > .row > div[class*=col] {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*#endregion */
/*#region .col-??-5ths. Create 5 even columns.  */
/*Fifths columns*/
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
/*#endregion */
/*#region Margin 0 */
.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mb-0 {
  margin-top: 0;
}

/*#endregion */
/*#region Premade padding classes for quick spacing. (.pv-x .ph-x .pt-x .pr-x .pb-x .pl-x)*/
/*Quick padding clases for spacing. Mostly based on a 4px pixel grid*/
/*Includes vertical (top and bottom), horizontal (left and right), and inidividual top, right, bottom, left*/
/*Vertical*/
.pv-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

.pv-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.pv-6 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pv-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.pv-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.pv-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.pv-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.pv-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.pv-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.pv-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.pv-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.pv-56 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.pv-64 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-64 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.pv-76 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pv-76 {
    padding-top: 76px;
    padding-bottom: 76px;
  }
}

.pv-120 {
  padding-top: 76px;
  padding-bottom: 76px;
}
@media (min-width: 720px) {
  .pv-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/*Horizontal*/
.ph-2 {
  padding-left: 2px;
  padding-right: 2px;
}

.ph-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.ph-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.ph-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.ph-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.ph-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.ph-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.ph-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.ph-28 {
  padding-left: 28px;
  padding-right: 28px;
}

.ph-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.ph-64 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-64 {
    padding-left: 64px;
    padding-right: 64px;
  }
}

.ph-76 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-76 {
    padding-left: 76px;
    padding-right: 76px;
  }
}

.ph-120 {
  padding-left: 48px;
  padding-right: 48px;
}
@media (min-width: 720px) {
  .ph-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
}

/*Top*/
.pt-2 {
  padding-top: 2px;
}

.pt-4 {
  padding-top: 4px;
}

.pt-6 {
  padding-top: 6px;
}

.pt-8 {
  padding-top: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pt-16 {
  padding-top: 16px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-24 {
  padding-top: 24px;
}

.pt-28 {
  padding-top: 28px;
}

.pt-32 {
  padding-top: 32px;
}

.pt-64 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-64 {
    padding-top: 64px;
  }
}

.pt-76 {
  padding-top: 48px;
}
@media (min-width: 720px) {
  .pt-76 {
    padding-top: 76px;
  }
}

/*Right*/
.pr-2 {
  padding-right: 2px;
}

.pr-4 {
  padding-right: 4px;
}

.pr-6 {
  padding-right: 6px;
}

.pr-8 {
  padding-right: 8px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-12 {
  padding-right: 12px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-24 {
  padding-right: 24px;
}

.pr-28 {
  padding-right: 28px;
}

.pr-32 {
  padding-right: 32px;
}

.pr-64 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-64 {
    padding-right: 64px;
  }
}

.pr-76 {
  padding-right: 48px;
}
@media (min-width: 720px) {
  .pr-76 {
    padding-right: 76px;
  }
}

/*Bottom*/
.pb-2 {
  padding-bottom: 2px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pb-6 {
  padding-bottom: 6px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pb-28 {
  padding-bottom: 28px;
}

.pb-32 {
  padding-bottom: 32px;
}

.pb-64 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-64 {
    padding-bottom: 64px;
  }
}

.pb-76 {
  padding-bottom: 48px;
}
@media (min-width: 720px) {
  .pb-76 {
    padding-bottom: 76px;
  }
}

/*Left*/
.pl-2 {
  padding-left: 2px;
}

.pl-4 {
  padding-left: 4px;
}

.pl-6 {
  padding-left: 6px;
}

.pl-8 {
  padding-left: 8px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-12 {
  padding-left: 12px;
}

.pl-16 {
  padding-left: 16px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-24 {
  padding-left: 24px;
}

.pl-28 {
  padding-left: 28px;
}

.pl-32 {
  padding-left: 32px;
}

.pl-64 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-64 {
    padding-left: 64px;
  }
}

.pl-76 {
  padding-left: 48px;
}
@media (min-width: 720px) {
  .pl-76 {
    padding-left: 76px;
  }
}

/*#endregion */
/*#region Icon list. Quickly create a contact info list item. Doesn't have to be used on LIs! */
.contact-info {
  padding-left: 0;
  list-style: none;
}
.contact-info .phone {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .phone:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f095";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .email {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .email:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f0e0";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .fax {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .fax:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1ac";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .address {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .address:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f041";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.contact-info .blank {
  padding-left: 12px;
  position: relative;
  list-style: none;
  display: block;
  margin: 0 0 11px;
}
.contact-info .blank:before {
  display: inline-block;
  font: normal normal normal 14px/1 "Font Awesome 5 Pro";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 16px;
  line-height: 1.428571429;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

/*#endregion */
/*#region Load Spinner. Apply to create a load spinner until page loaded */
.load-spinner {
  font-size: 36px;
  margin: 1em 0;
  text-align: center;
  width: 100%;
  opacity: 1 !important;
}

.hidden-until-load > * {
  opacity: 0;
}

/*#endregion */
/*#region material friendly shadows. 5 levels. Looks nice with 2px radius */
.shadow-z1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.shadow-z2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.shadow-z4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.shadow-z5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/*#endregion */
/*Breakpoints*/
/*Nav-top*/
/*Dropdowns*/
/*Tier styles*/
/*Font and colour styles*/
/*Applies to all breakpoints - customize CSS from here as needed*/
/*Parent links (tier 1)*/
/*Titles (tier 2)*/
/*Main body links (tier 3)*/
/*Icons*/
/*Set to '' to disable*/
/*refer to font awesome css file for content*/
/*Defaults to right edge*/
/*Border*/
/*Columns*/
/*Uncomment to enable*/
/*Optionally set margin/padding to 0 for no gaps*/
/*Columns*/
.mega-menu-column-outer {
  margin-left: -16px;
  margin-right: -16px;
  margin: 0;
  white-space: normal;
}
.mega-menu-column-outer:before, .mega-menu-column-outer:after {
  content: " ";
  display: table;
}
.mega-menu-column-outer:after {
  clear: both;
}
.mega-menu-column-outer .mega-menu-column {
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  min-height: 1px;
  padding-left: 16px;
  padding-right: 16px;
  white-space: normal;
  padding: 12px 34px;
  vertical-align: top;
}
@media (min-width: 992px) {
  .mega-menu-column-outer .mega-menu-column {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .mega-menu-column-outer .mega-menu-column {
    float: left;
    width: 16.6666666667%;
  }
}
.mega-menu-column-outer .mega-menu-column a {
  white-space: normal;
}

/*Styles and setup*/
.close-button {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: 0;
  top: 0;
  padding: 7px 10px;
  text-align: center;
  color: #fff;
  z-index: 33;
  font-family: "Font Awesome 5 Pro";
  font-size: 23px;
  width: 38px;
  height: 38px;
  transition: all 0.2s ease-in-out;
}
.close-button:before, .close-button:after {
  content: " ";
  display: table;
}
.close-button:after {
  clear: both;
}
.close-button:before {
  content: "\f00d";
}
.close-button:hover {
  cursor: pointer;
  background-color: #036057;
}

#nav-top-m {
  border: none;
  box-shadow: none;
  font-family: "Montserrat", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: transparent;
  /*Mega menu dropdown*/
}
@media (min-width: 992px) {
  #nav-top-m {
    position: static !important;
    float: right;
  }
}
#nav-top-m ul {
  background: none;
  z-index: 10;
}
#nav-top-m > li {
  border: none;
  /*Parent link styles (tier 1)*/
  /*End parent link styles*/
  /*Some global styles*/
}
@media (min-width: 992px) {
  #nav-top-m > li {
    position: static !important;
  }
  #nav-top-m > li > ul {
    margin-left: 0 !important;
    margin-right: 0 !important;
    right: 0 !important;
    width: auto !important;
    max-width: none !important;
    border: none;
    box-shadow: none;
  }
}
#nav-top-m > li > a {
  font-size: 16px;
  line-height: 1em;
  padding: 0;
  background: transparent;
  color: #33363B;
  font-weight: 500;
  position: relative;
  transition: color ease-in-out 0.3s;
  white-space: normal;
  /*&.has-submenu {
      &:after {
          content: $t1-icon-content-collapsed;
          font-family: "Font Awesome 5 Pro";
          float: right;

          @media (min-width:$mega-breakpoint) {
              float: none;
              position: static;
              margin-left: 6px;
          }
      }

      &[aria-expanded="true"]:after {
          content: $t1-icon-content-expanded;
      }
  }*/
}
#nav-top-m > li > a:before, #nav-top-m > li > a:after {
  content: " ";
  display: table;
}
#nav-top-m > li > a:after {
  clear: both;
}
#nav-top-m > li > a span {
  display: none;
}
#nav-top-m > li > a:after {
  position: absolute;
  right: 0;
  top: 24px;
  height: 2px;
  width: 30px;
  background: #008577;
}
#nav-top-m > li > a:hover, #nav-top-m > li > a.highlighted, #nav-top-m > li > a.current {
  color: #008577;
  background: transparent;
  text-decoration: none;
}
#nav-top-m > li > a:hover:before, #nav-top-m > li > a.highlighted:before, #nav-top-m > li > a.current:before {
  opacity: 1;
}
#nav-top-m > li ol {
  padding: 0;
}
#nav-top-m > li li {
  border-top: none;
  z-index: 0;
}
#nav-top-m > li li li {
  /*Default border top. Doesn't include parent links (tier 1)*/
}
#nav-top-m > li a {
  text-decoration: none;
}
#nav-top-m > li a:hover {
  text-decoration: none;
}
#nav-top-m > li.home a {
  font-size: 1px;
  font-size: 1px !important;
  color: rgba(88, 134, 34, 0.93);
  padding: 25px 20px 18px;
}
#nav-top-m > li.home a i {
  font-size: 24px;
  color: white;
  display: inline-block;
  transition: color ease-in-out 0.3s;
}
#nav-top-m > li.home a:before {
  position: absolute;
  right: auto;
  margin: 0;
  left: 0;
  top: 24px;
  width: 1px;
  height: 26px;
  background: white;
  opacity: 1;
  border: none !important;
}
#nav-top-m > li.home a:hover i, #nav-top-m > li.home a.highlighted i, #nav-top-m > li.home a.current i {
  color: #008577;
}
#nav-top-m .mega-menu-outer-container {
  box-shadow: 0 5px 9px rgba(0, 0, 0, 0.2);
  background: white;
  padding: 7.9rem 0 8.2rem;
  position: relative;
  z-index: 1;
  border-top: solid 0.3rem #008577 !important;
  margin-top: 20px;
}
@media (min-width: 1280px) {
  #nav-top-m .mega-menu-outer-container {
    margin-top: 30px;
  }
}
#nav-top-m .mega-menu-outer-container .mega-menu-inner-container {
  background: transparent;
}
#nav-top-m .mega-menu-outer-container .container {
  position: relative;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav {
  position: static !important;
  display: block !important;
  width: auto !important;
  border: none !important;
  box-shadow: none;
  /*Column titles*/
  /*Tier 2*/
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li {
  margin-top: 20px;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li:first-of-type {
  margin-top: 0;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li > a {
  color: #33363B;
  background: transparent;
  font-size: 16px;
  line-height: 1.1em;
  padding: 0 0 19px;
  border-radius: 5px;
  margin-bottom: 5px;
  white-space: normal;
  font-weight: bold;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li > a:hover {
  color: #008577;
  background: transparent;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li > a:after {
  right: 0;
  top: 0;
  position: absolute;
  padding: 0 0 19px;
  content: "";
  font-family: "Font Awesome 5 Pro";
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li {
  /*Main column LI*/
  /*See variables for columns*/
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist {
  position: static !important;
  display: block !important;
  border: none !important;
  width: auto !important;
  box-shadow: none;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist li {
  margin: 0;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist a {
  /*Main links*/
  /*Tier 3*/
  -moz-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.2s, cubic-bezier(0.4, 0, 0.2, 1) color 0.2s;
  -o-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.2s, cubic-bezier(0.4, 0, 0.2, 1) color 0.2s;
  -webkit-transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.2s, cubic-bezier(0.4, 0, 0.2, 1) color 0.2s;
  transition: cubic-bezier(0.4, 0, 0.2, 1) background 0.2s, cubic-bezier(0.4, 0, 0.2, 1) color 0.2s;
  padding: 0 0 9px;
  color: #33363B;
  background: transparent;
  white-space: normal;
  display: block;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist a:after {
  right: 0;
  top: 0;
  position: absolute;
  content: "";
  padding: 0 0 9px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
}
#nav-top-m .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist a:hover {
  background: transparent;
  color: #008577;
}

@media screen and (min-width: 0\0 ) {
  #nav-top .mega-menu-outer-container .mega-menu-main-nav, #nav-top .mega-menu-outer-container .mega-menu-main-nav > li .mega-menu-sublist {
    position: static !important;
  }
}
/*Breadcrumbs*/
/*sizing*/
/*Color*/
/*Background*/
/*Misc*/
.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  margin: 0;
  padding: 0;
  color: inherit;
  float: left;
  color: #008577;
  font-size: 16px;
  line-height: 16px;
}
.breadcrumb li:after {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  float: left;
  padding: 8px 8px;
  content: "\f105";
  line-height: 16px;
}
.breadcrumb li:first-child:after {
  display: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: inherit;
  margin: 0;
  padding: 8px 8px;
  display: inline-block;
  background: transparent;
}
.breadcrumb li a:hover {
  text-decoration: none;
  background: rgba(0, 0, 0, 0.1);
  color: #036057;
}
.breadcrumb li a.bc-home:after {
  content: "";
  font-family: "Font Awesome 5 Pro";
  float: left;
  margin-right: 0.3em;
}

/* ------------------------------------------------------------ *\
  Vendor
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
  SCSS Functions
\* ------------------------------------------------------------ */
/* example usage*/
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*:before,
*:after {
  box-sizing: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

template {
  display: none;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-size-adjust: none;
}

img,
iframe,
video,
audio,
object {
  max-width: 100%;
}

img,
iframe {
  border: 0 none;
}

img {
  height: auto;
  display: inline-block;
  vertical-align: middle;
}

img,
[style*=background-image] {
  image-rendering: -webkit-optimize-contrast;
}

b,
strong {
  font-weight: bold;
}

address {
  font-style: normal;
}

svg:not(:root) {
  overflow: hidden;
}

a,
button,
input[type=submit],
input[type=button],
input[type=reset],
input[type=file],
input[type=image],
label[for] {
  cursor: pointer;
}

a[href^=tel],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
a[href^=tel] {
  appearance: none;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  appearance: none;
}

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

button,
select {
  text-transform: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

nav ul,
nav ol {
  list-style: none outside none;
}

input::placeholder {
  color: inherit;
  opacity: 1;
}

textarea::placeholder {
  color: inherit;
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

input[type=text],
input[type=button],
input[type=tel],
input[type=email],
input[type=submit],
input[type=date],
input[type=search],
textarea {
  appearance: none;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
/* ------------------------------------------------------------ *\
    Fonts
\* ------------------------------------------------------------ */
@font-face {
  font-family: "Luxus Brut";
  src: url("/Profiles/wongan/Includes/CSS/custom/fonts/LuxusBrut.woff") format("woff"), url("/Profiles/wongan/Includes/CSS/custom/fonts/LuxusBrut.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #33363B;
}

a {
  color: inherit;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a[href^=tel] {
  text-decoration: none;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  margin-bottom: calc(1.2em / 2);
}

.h1,
h1 {
  font-size: 19.6rem;
  line-height: 1.2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h1,
  h1 {
    font-size: 15rem;
  }
}
@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 10rem;
  }
}
@media (max-width: 374px) {
  .h1,
  h1 {
    font-size: 8rem;
  }
}

.h2,
h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.34;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .h2,
  h2 {
    font-size: 2.8rem;
  }
}
@media (max-width: 575px) {
  .h2,
  h2 {
    font-size: 2.6rem;
  }
}
@media (max-width: 374px) {
  .h2,
  h2 {
    font-size: 2.4rem;
  }
}

.h3,
h3 {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.222;
}

.h4,
h4 {
  font-size: 2.4rem;
}

.h5,
h5 {
  font-size: 1.8rem;
}

.h6,
h6 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.2;
}

p,
ul,
ol,
dl,
hr,
table,
blockquote {
  margin-bottom: 1.2em;
}

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
  Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after {
  content: "";
  line-height: 0;
  display: table;
  clear: both;
}

/* sr-only */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*  Notext  */
.notext {
  white-space: nowrap;
  text-indent: 100%;
  text-shadow: none;
  overflow: hidden;
}

.notext-old {
  font-size: 0;
  line-height: 0;
  text-indent: -4000px;
}

/*  Hidden  */
[hidden],
.hidden {
  display: none;
}

/*  Disabled  */
[disabled],
.disabled {
  cursor: default;
}

/*  Responsive Helpers  */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs-block {
    display: block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767.02px) and (max-width: 992px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992.02px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1199.02px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
/* ------------------------------------------------------------ *\
	Components
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	About
\* ------------------------------------------------------------ */
.about {
  max-width: 125rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.89;
  color: #33363B;
}
.about .about__content {
  position: relative;
  z-index: 1;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 10rem;
}
@media (max-width: 1199px) {
  .about .about__content {
    padding-right: 5rem;
  }
}
@media (max-width: 992px) {
  .about .about__content {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .about .about__content {
    padding-right: 0;
  }
}
.about .about__aside {
  flex: 1;
  padding-top: 6rem;
}
@media (max-width: 992px) {
  .about .about__aside {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .about .about__aside {
    padding-top: 4rem;
  }
}
.about .about__head {
  margin-bottom: 7.4rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .about .about__head {
    margin-bottom: 4rem;
  }
}
.about h3 {
  color: #33363B;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.3rem;
}
.about .about__actions {
  padding: 3.2rem 0;
}

/* ------------------------------------------------------------ *\
	Accessabilities
\* ------------------------------------------------------------ */
.accessabilities {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500;
  padding-top: 0.8rem;
  margin-bottom: 3.4rem;
  padding-right: 0.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .accessabilities {
    margin-bottom: 2rem;
  }
}
.accessabilities p {
  margin: 0;
}
@media (max-width: 575px) {
  .accessabilities p {
    display: none;
  }
}
.accessabilities ul {
  margin-left: 1.3rem;
  display: flex;
  align-items: center;
  list-style-type: none;
}
.accessabilities ul li + li {
  margin-left: 1.6rem;
}
.accessabilities ul li:first-child + li {
  margin-left: 1.9rem;
}

/* ------------------------------------------------------------ *\
	Btn text
\* ------------------------------------------------------------ */
.btn-text {
  background: none;
  border: 0;
  font-size: 1.4rem;
  line-height: 1.286;
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #33363B;
  transition: color 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-text {
    font-size: 1.4rem;
    line-height: 1.2;
  }
}
@media (min-width: 992.02px) {
  .btn-text:hover {
    color: #008577;
  }
  .btn-text:hover i {
    color: #008577;
  }
}
.btn-text span {
  margin-right: 0.3rem;
}
.btn-text i {
  color: #33363B;
  font-size: 0.9rem;
  font-weight: 700;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .btn-text i {
    margin-left: 0.1rem;
  }
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.1875;
  min-height: 5rem;
  padding: 1.5rem 1.5rem 1.4rem;
  border: solid 0.1rem inherit;
  border-radius: 5rem;
  transition: color 0.4s, background-color 0.4s;
}

.btn--green {
  border: solid 0.1rem #008577;
  color: #fff;
  background-color: #008577;
  filter: drop-shadow(0 0.7rem 2.4rem rgba(0, 173, 156, 0.25));
}
.btn--green:hover {
  background-color: #fff !important;
  color: #008577 !important;
}

.btn--md {
  min-width: 20rem;
}

.btn--lg {
  min-width: 25.2rem;
}

/*  Btn block  */
.btn--block {
  display: block;
  padding-left: 0;
  padding-right: 0;
}

/* ------------------------------------------------------------ *\
	Card action
\* ------------------------------------------------------------ */
.card-action .card__icon {
  display: inline-block;
  position: relative;
}
.card-action .card__icon i.absolute {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.card-action i.absolute:after {
  opacity: 0;
}

.card-action--1 i.absolute:before {
  --fa-primary-color: #F2972D;
}

.card-action--2 i.absolute:before {
  --fa-primary-color: #00AED5;
}

.card-action--3 i.absolute:before {
  --fa-primary-color: #00AD9C;
  opacity: 0.52;
}

.card-action--4 i.absolute:before {
  --fa-primary-color: #F2972D;
  opacity: 0.62;
}

.card-action--5 i.absolute:before {
  --fa-primary-color: #2800AD;
  opacity: 0.28;
}

.card-action--6 i.absolute:before {
  --fa-primary-color: #659006;
  opacity: 0.28;
}

.card-action--7 i.absolute:before {
  --fa-primary-color: #049082;
  opacity: 0.28;
}

/* ------------------------------------------------------------ *\
	Card feed
\* ------------------------------------------------------------ */
.card-feed {
  background-color: #fff;
  position: relative;
  padding: 0.7rem;
  border-radius: 0.8rem;
  font-size: 1.6rem;
  line-height: 1.375;
  filter: drop-shadow(0 1.6rem 2.3rem rgba(227, 227, 227, 0.12));
  color: #33363B;
}
.card-feed.contrast {
  border: solid 0.1rem #33363B;
}
.card-feed .card__icon {
  position: absolute;
  top: 1.9rem;
  left: 1.7rem;
  width: 4.3rem;
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  color: #008577;
  font-size: 2.3rem;
}
.card-feed .card__image {
  border-radius: 0.8rem;
  margin-bottom: 2.6rem;
}
.card-feed .card__image img {
  object-fit: cover;
  border-radius: 0.8rem;
}
.card-feed .card__body {
  color: #33363B;
  padding: 0rem 1.7rem 2.9rem 2.6rem;
}
.card-feed .card__date {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.57;
  color: #6D6E70;
  margin-bottom: 1.2rem;
}
.card-feed .card__content {
  max-height: 6.7rem;
  overflow: hidden;
  margin-bottom: 1.6rem;
}
.card-feed a {
  color: #33363B;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.4s;
  font-size: 1.4rem;
  line-height: 1.57;
}
.card-feed a:hover {
  color: #008577;
}

/* ------------------------------------------------------------ *\
	Checkbox contrast
\* ------------------------------------------------------------ */
.checkbox-contrast input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.checkbox-contrast label {
  display: inline-block;
  margin: 0;
  color: #33363B;
  transition: color 0.4s;
  font-size: 1.7rem;
  line-height: 1.29;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .checkbox-contrast label {
    font-size: 1.4rem;
  }
}
.checkbox-contrast label:hover {
  color: #008577;
}
.checkbox-contrast label:hover i {
  color: #008577;
}
.checkbox-contrast i {
  color: #33363B;
  transition: color 0.4s;
}

/* ------------------------------------------------------------ *\
	Checkbox
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	City
\* ------------------------------------------------------------ */
.city {
  position: relative;
  border-radius: 1.9rem;
  filter: drop-shadow(0 1.6rem 2.3rem #EFEFEF);
}
.city:hover {
  filter: drop-shadow(0 1.6rem 2.3rem #DBF4F0);
}
.city img {
  border-radius: 1.9rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.city a {
  text-decoration: none;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 1.9rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: rgba(51, 54, 59, 0.5);
  color: #fff !important;
  padding: 4.1rem 2.5rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.city:hover a {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------ *\
	Copyright
\* ------------------------------------------------------------ */
.copyright {
  color: #6D6E70;
  font-size: 1.4rem;
  line-height: 2.35;
  margin-bottom: 0;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .copyright {
    margin-bottom: 0.2rem;
  }
}

/* ------------------------------------------------------------ *\
	Fields
\* ------------------------------------------------------------ */
/*  Field textarea  */
/* ------------------------------------------------------------ *\
	Fire rating
\* ------------------------------------------------------------ */
.fire-rating {
  padding-right: 1.7rem;
  margin-bottom: 2.4rem;
}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer {
  overflow: hidden;
  position: relative;
  padding-bottom: 1.2rem;
  color: #33363B;
}
.footer .footer__inner {
  position: relative;
}
.footer .footer__figure {
  width: 150.5rem;
  z-index: -1;
  position: absolute;
  top: calc(100% - 14rem);
  right: 0;
  transform: translateX(33%);
}
.footer .footer__head {
  margin-bottom: 0.8rem;
}
.footer .footer__logo {
  display: inline-block;
  margin-left: -5.5rem;
}
@media (max-width: 1199px) {
  .footer .footer__logo {
    margin-left: 0;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .footer .footer__logo {
    width: 25rem;
    max-width: 25rem;
  }
}
.footer .footer__body {
  padding-bottom: 2.3rem;
  border-bottom: solid 0.1rem rgba(112, 112, 112, 0.12);
}
.footer .footer__body.contrast {
  border-bottom: solid 0.1rem rgba(112, 112, 112, 0.5);
}
.footer .footer__foot {
  padding: 3.5rem 0;
}
.footer h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #33363B;
  margin-bottom: 2.1rem;
}
.footer .footer__nav ul {
  list-style: none;
}
.footer .footer__nav li + li {
  margin-top: 1.4rem;
}
.footer .footer__nav a {
  color: #33363B;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  transition: color 0.4s;
}
.footer .footer__nav a:hover {
  color: #008577 !important;
}
.footer .footer__nav-contacts h5 {
  margin-bottom: 2.6rem;
}
.footer .footer__nav-contacts i {
  color: #33363B;
  font-size: 1.6rem;
  margin-right: 1rem;
}
.footer .footer__cols {
  display: flex;
  flex-flow: row wrap;
  margin: -1.5rem;
}
@media (max-width: 1199px) {
  .footer .footer__cols {
    justify-content: flex-end;
  }
}
.footer .footer__cols--centered {
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .footer .footer__cols--centered {
    justify-content: flex-start;
  }
}
.footer .footer__col {
  padding: 1.5rem;
}
.footer .footer__col--size1 {
  flex: 0 0 25.4%;
  max-width: 25.4%;
}
@media (max-width: 1199px) {
  .footer .footer__col--size1 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer__col--size1 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer__col--size2 {
  flex: 0 0 24.7%;
  max-width: 24.7%;
}
@media (max-width: 1199px) {
  .footer .footer__col--size2 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer__col--size2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer__col--size3 {
  flex: 0 0 25%;
  max-width: 25%;
}
@media (max-width: 1599px) {
  .footer .footer__col--size3 {
    flex: 0 0 19.9%;
    max-width: 19.9%;
  }
}
@media (max-width: 1199px) {
  .footer .footer__col--size3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer__col--size3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer__col--size4 {
  flex: 0 0 24.9%;
  max-width: 24.9%;
}
@media (max-width: 1599px) {
  .footer .footer__col--size4 {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 1199px) {
  .footer .footer__col--size4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .footer .footer__col--size4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer address {
  color: #33363B;
  line-height: 1.625;
}
.footer .footer__nav-hours {
  font-size: 1.8rem;
  line-height: 1.44;
}
.footer .footer__nav-hours p {
  color: #33363B;
}
.footer .footer__link {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 700;
  transition: color 0.4s;
}
.footer .footer__link:hover {
  color: #008577;
}
.footer .footer__link i {
  font-size: 3.3rem;
  color: #008577;
  margin-right: 1.6rem;
}

/* ------------------------------------------------------------ *\
	Grid
\* ------------------------------------------------------------ */
.grid {
  display: flex;
  flex-flow: row wrap;
  /*  Grid col 1of2  */
  /*  Grid col 1of3  */
}
.grid .grid__col {
  max-width: 100%;
  flex: 1;
}
.grid .grid__col--1of2 {
  max-width: 50%;
  flex: 0 0 50%;
}
.grid .grid__col--1of3 {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
}

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.header .header__container {
  padding: 2.4rem 0 0;
  position: relative;
}
@media (max-width: 1199px) {
  .header .header__container {
    padding: 2rem 0rem 0;
  }
}
.header .header__wave {
  color: #fff;
  position: absolute;
  bottom: -3.8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 150%;
  max-width: 192rem;
  z-index: -1;
}
@media (max-width: 1199px) {
  .header .header__wave {
    bottom: -3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__wave {
    height: 4rem;
  }
}
.header .header__wave-primary,
.header .header__wave-contrast {
  width: 100%;
  height: 100%;
}
.header .header__wave-contrast {
  display: none;
}
.header .header__wave.contrast .header__wave-contrast {
  display: inline-block;
}
.header .header__wave.contrast .header__wave-primary {
  display: none;
}
.header .header__wave svg,
.header .header__wave img {
  color: #fff;
  width: 100%;
  height: 100%;
  object-position: center top;
  object-fit: cover;
}
.header .header__figure {
  max-width: 65%;
  position: absolute;
  top: 0;
  left: -20.8rem;
  z-index: -1;
}
@media (max-width: 992px) {
  .header .header__figure {
    max-width: 80%;
    left: -15rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .header .header__figure {
    left: -15rem;
    max-width: 90%;
  }
}
.header .header__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .header__logo {
  margin-left: -1rem;
}
@media (max-width: 1199px) {
  .header .header__logo {
    margin-left: 0;
  }
}
@media (max-width: 992px) {
  .header .header__logo {
    margin-right: 1.5rem;
  }
}
@media (max-width: 1399px) {
  .header .header__logo {
    width: 30rem;
    max-width: 30rem;
  }
}
@media (max-width: 1199px) {
  .header .header__logo {
    width: 20rem;
    max-width: 20rem;
  }
}
@media (max-width: 575px) {
  .header .header__logo {
    width: 16rem;
    max-width: 16rem;
  }
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
}
.header .header__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header .header__navs {
  display: flex;
  align-items: center;
}

/* ------------------------------------------------------------ *\
	Hero
\* ------------------------------------------------------------ */
.hero {
  position: relative;
}
.hero .hero__inner {
  position: relative;
  padding: 21.5rem 0 11rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__inner {
    padding: 17rem 0rem 7rem;
  }
}
.hero .hero__wave {
  color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  max-width: 192rem;
  height: 55.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__wave {
    height: 100%;
    width: 100%;
  }
}
.hero .hero__wave-contrast,
.hero .hero__wave-primary {
  width: 100%;
  height: 100%;
}
.hero .hero__wave-contrast {
  display: none;
}
.hero .hero__wave.contrast .hero__wave-contrast {
  display: inline-block;
}
.hero .hero__wave.contrast .hero__wave-primary {
  display: none;
}
.hero .hero__wave img,
.hero .hero__wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.hero .hero__image {
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  max-width: 192rem;
  height: 54.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero .hero__image {
    height: 45rem;
  }
}
@media (max-width: 575px) {
  .hero .hero__image {
    height: 38rem;
  }
}
.hero .hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.hero .hero__head {
  text-align: center;
  margin-bottom: 9.3rem;
}
.hero .hero__content {
  position: relative;
}
.hero h1 {
  position: relative;
  color: #fff;
  font-family: "Luxus Brut", sans-serif;
}
.hero h1.contrast,
.hero h1 span.contrast {
  color: #fff !important;
}
.hero h1 span {
  display: block;
  margin-top: -10.3rem;
  margin-left: 1rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.03;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .hero h1 span {
    font-size: 2.8rem;
    margin-top: -8.5rem;
  }
}
@media (max-width: 575px) {
  .hero h1 span {
    font-size: 2rem;
    margin-left: 3rem;
    margin-top: -4.5rem;
  }
}
@media (max-width: 374px) {
  .hero h1 span {
    margin-top: -4rem;
    font-size: 1.6rem;
  }
}
.hero .hero__nav h2 {
  color: #33363B;
  max-width: 21.4rem;
  margin-bottom: 2.9rem;
  line-height: 1.1875;
}

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Link top
\* ------------------------------------------------------------ */
.link-top {
  display: inline-flex;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.4rem;
  line-height: 1.7;
  align-items: center;
  margin-bottom: 1rem;
  transition: opacity 0.4s;
}
.link-top:hover {
  opacity: 0.7;
}
.link-top .link__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 3rem;
  min-height: 3rem;
  max-width: 3rem;
  max-height: 3rem;
  background-color: rgba(0, 173, 156, 0.13);
  border-radius: 50%;
  margin-left: 1.1rem;
  vertical-align: middle;
}
.link-top .link__icon.contrast {
  background-color: rgb(51, 54, 59) !important;
}
.link-top i {
  font-size: 1.7rem;
  color: #008577;
  transform: rotate(-90deg);
}

/* ------------------------------------------------------------ *\
	List actions
\* ------------------------------------------------------------ */
.list-actions {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  list-style-type: none;
  margin: -0.8rem;
}
.list-actions li {
  flex: 0 0 11.11%;
  max-width: 11.11%;
  padding: 0.8rem;
}
@media (max-width: 1280px) {
  .list-actions li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1199px) {
  .list-actions li {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 992px) {
  .list-actions li {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-actions li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575px) {
  .list-actions li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.list-actions li a {
  display: block;
  text-decoration: none;
  height: 100%;
  text-align: center;
  color: #33363B;
  background-color: #FFFFFF;
  padding: 1.4rem 2.1rem 1.6rem;
  filter: drop-shadow(0 1.6rem 2.3rem #F1F1F1);
  border: solid 0.1rem #B8EAE5;
  border-radius: 1.5rem;
  transition: filter 0.4s, border 0.4s, color 0.4s;
}
@media (max-width: 1199px) {
  .list-actions li a {
    padding: 1.3rem 0.7rem 1.4rem;
  }
}
.list-actions li a.contrast {
  filter: drop-shadow(0 1.6rem 2.3rem #D8D8D8);
}
.list-actions li a:hover {
  filter: drop-shadow(0 1.6rem 2.3rem #D8D8D8);
  border: solid 0.1rem #00AD9C;
}
.list-actions li a.contrast:hover {
  filter: drop-shadow(0 1.6rem 2.3rem #bfbfbf);
}
.list-actions li a i {
  font-size: 3.5rem;
  margin-bottom: 0.7rem;
  transition: color 0.4s;
}
@media (max-width: 992px) {
  .list-actions li a i {
    font-size: 3rem;
  }
}
.list-actions li a h3 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.466;
  font-weight: 600;
}
.list-actions li.green a:hover,
.list-actions li.green i {
  color: #008577;
}
.list-actions li.blue a:hover,
.list-actions li.blue i {
  color: #0083C9;
}
.list-actions li.green-dark a:hover,
.list-actions li.green-dark i {
  color: #049082;
}
.list-actions li.orange a:hover,
.list-actions li.orange i {
  color: #CB6C16;
}
.list-actions li.purple a:hover,
.list-actions li.purple i {
  color: #2800AD;
}
.list-actions li.green-alt a:hover,
.list-actions li.green-alt i {
  color: #659006;
}

/* ------------------------------------------------------------ *\
	List stats
\* ------------------------------------------------------------ */
.list-stats {
  position: relative;
  max-width: 48.3rem;
  display: flex;
  flex-flow: row wrap;
  list-style-type: none;
  margin: -1.2rem -1.5rem;
  padding-bottom: 5.9rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-stats {
    padding-bottom: 3rem;
  }
}
.list-stats:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1.5rem;
  width: 100%;
  height: 0.1rem;
  background-color: #B8EAE5;
}
.list-stats li {
  padding: 1.2rem 1.5rem;
  flex: 0 0 50%;
  max-width: 50%;
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list-stats li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.list-stats li p {
  color: #33363B;
  padding-left: 1.5rem;
}
.list-stats li span {
  position: relative;
  font-size: 2.9rem;
  line-height: 0.9;
  font-weight: 700;
  color: #008577;
  padding-left: 1.5rem;
}
.list-stats li span:after {
  content: "";
  position: absolute;
  top: 60%;
  left: 0.1rem;
  transform: translateY(-50%);
  height: 3rem;
  width: 0.2rem;
  background-color: #008577;
}
.list-stats li span.contrast:after {
  background-color: rgb(255, 122, 136);
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
.list h6 {
  color: #33363B;
  margin: 0 0 1.1rem;
}
@media (max-width: 992px) {
  .list h6 {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .list h6 {
    margin-bottom: 0.5rem;
  }
}
.list ul {
  border: none;
  box-shadow: none;
  display: block;
}
.list li + li {
  margin-top: -0.6rem;
}

/* ------------------------------------------------------------ *\
	Lists
\* ------------------------------------------------------------ */
.lists .lists__items {
  display: flex;
  flex-wrap: wrap;
  margin: 0rem -2.3rem;
}
@media (max-width: 992px) {
  .lists .lists__items {
    margin: 0 -1rem;
  }
}
.lists .lists__item {
  flex: 1;
  padding: 0rem 2.3rem;
}
@media (max-width: 992px) {
  .lists .lists__item {
    margin-bottom: 2.5rem;
    padding: 0 1rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lists .lists__item {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 992px) {
  .lists .lists__item:last-child {
    margin: 0;
  }
}
.lists .lists__item--size1 {
  max-width: 25.6rem;
  flex: 0 0 20%;
}
@media (max-width: 992px) {
  .lists .lists__item--size1 {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .lists .lists__item--size1 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
/*  logo alt  */
.logo--alt .logo__white {
  display: none;
}

.logo--alt.contrast .logo__white {
  display: inline-block;
}
.logo--alt.contrast .logo__black {
  display: none;
}

/* ------------------------------------------------------------ *\
	main nav
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Main nav
\* ------------------------------------------------------------ */
.main-nav {
  /*.sm,
  .sm-clean ul {
  	position: relative;
  	width: 100%;
  	border: none;
  	box-shadow: none;
  	background-color: transparent;
  }

  .sm li,
  .sm.sm-clean li {
  	position: static;
  	border: none;
  }

  .sm.sm-clean .mega-menu .container {
  	position: relative;
  }

  .sm-clean a.has-submenu.highlighted {
  	color: $c-base;
  	text-decoration: none;

  	&:after {
  		opacity: 1;
  		visibility: visible;
  	}
  }

  .sm-clean a {
  	font-family: $ff-monserrat;
  	padding: 0;
  	color: $c-base;
  	transition: color $t-duration;

  	&:hover {
  		font-weight: 500;
  		color: $c-green !important;

  		@include breakpoint-up(tablet) {
  			color: $c-green !important;
  		}
  	}
  }

  .sm-clean a,
  .sm-clean a:hover,
  .sm-clean a:focus,
  .sm-clean a:active,
  .sm-clean a.highlighted {
  	font-size: 1.6rem;
  	line-height: 1.2;
  	padding: 0;
  	background: none;

  	@include breakpoint-down(small-desktop) {
  		font-size: 1.4rem;
  	}

  	@include breakpoint-down(tablet) {
  		font-size: 1.6rem;
  	}
  }

  .sm-clean a:hover,
  .sm-clean a:focus,
  .sm-clean a:active,
  .sm-clean a.highlighted {
  	color: $c-green !important;
  }

  .sm a {
  	display: inline-block;
  	position: relative;
  }

  .sm ul li {
  	margin-bottom: 1.6rem;

  	@include breakpoint-down(mobile){
  		border: 0;
  	}

  	&:last-child {
  		margin: 0;
  	}
  }

  .sm ul a {
  	text-decoration: none;
  	color: $c-base;
  	font-size: 1.6rem !important;
  	line-height: 1.625 !important;
  	font-weight: 400;
  	font-family: $ff-monserrat;
  	white-space: unset !important;
  	transition: color $t-duration;

  	@include breakpoint-down(small-desktop) {
  		font-size: 1.4rem !important;
  	}

  	@include breakpoint-down(tablet){
  		color: $c-base;
  		font-size: 1.6rem !important;
  	}

  	@include breakpoint-down(mobile){
  		font-size: 1.2rem !important;
  	}

  	&:hover {
  		@include breakpoint-up(tablet) {
  			font-weight: 400;
  			color: $c-green !important;
  			background: none;
  			text-decoration: underline;
  		}
  	}
  }

  .sm ul a > i {
  	margin-left: 0.4rem;
  }

  .sm-clean > li > ul::before {
  	display: none;
  }

  .sm-clean > li > ul::after {
  	display: none;
  }

  .sm-clean a.has-submenu {
  	position: relative;

  	&:hover {
  		color: $c-green !important;

  		@include breakpoint-up(tablet) {
  			text-decoration: none;
  		}
  	}
  }

  .sub-arrow {
  	display: none;
  }

  .mega-menu > li {
  	width: 100%;
  }

  .sm-clean {
  	.mega-menu {
  		left: 50% !important;
  		right: 0;
  		transform: translateX(-50%);
  		top: calc(100% - .4rem) !important;
  		width: 100vw !important;
  		max-width: 192rem !important;
  		padding: 7.9rem 0 8.2rem;
  		background-color: $c-white;
  		border: 0 !important;
  		border-radius: 0 !important;
  		box-shadow: none !important;
  		position: absolute !important;
  		margin: 0 !important;
  		filter: drop-shadow(0 .3rem 2.3rem rgba(0, 0, 0 , .16));
  		border-top: solid .3rem $c-green !important;

  		@media(max-width: 1691px){
  			width: calc(100vw - 3rem) !important;
  			right: 0;
  			left: 50% !important;
  			margin-top: 2rem !important;
  			transform: translateX(-50%);
  		}

  		@include breakpoint-down(tablet){
  			position: static !important;
  			transform: none;
  			padding: 2rem 1.5rem;
  			background: none;
  		}

  		@include breakpoint-down(mobile){
  			padding: 1rem 0;
  		}
  	}
  }*/
}
@media (max-width: 992px) {
  .main-nav {
    margin-left: 1rem;
  }
}
.main-nav .main-nav__full {
  flex: 0 0 100%;
  max-width: 100%;
}
.main-nav .mega-menu__close {
  border: none;
  outline: none;
  position: absolute;
  top: -5.6rem;
  right: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #717171;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.4s;
}
.main-nav .mega-menu__close:hover {
  color: #33363B;
}
.main-nav .mega-menu__close span {
  margin-left: 0.9rem;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #D6DCE6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-nav > ul {
  display: flex;
}
@media (max-width: 992px) {
  .main-nav > ul {
    flex-direction: column;
  }
}
.main-nav > ul > li.main-nav__utilities + li {
  margin-left: 0;
}
.main-nav > ul > li + li {
  margin-left: 4.2rem;
}
@media (max-width: 1399px) {
  .main-nav > ul > li + li {
    margin-left: 3rem;
  }
}
@media (max-width: 992px) {
  .main-nav > ul > li + li {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.main-nav > ul > li > a {
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  transition: color 0.4s;
}
.main-nav > ul > li > a:after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  width: 50%;
  height: 0.2rem;
  background-color: #008577;
  transform-origin: center center;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.4s;
}
.main-nav > ul > li > a:hover:after {
  transform: translateX(-50%) scaleX(1);
}
.main-nav > ul > li > a:hover {
  color: #008577;
}
.main-nav > ul > li > a {
  text-decoration: none;
}
.main-nav .sm.sm-clean .main-nav__utilities {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 992px) {
  .main-nav .sm.sm-clean .main-nav__utilities {
    flex: 1 auto;
    width: 100%;
    order: 100;
    justify-content: center;
    margin-bottom: 0px;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: solid 0.1rem #008577;
  }
}
.main-nav .main-nav__utility + .main-nav__utility {
  margin-left: 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main-nav .main-nav__utility + .main-nav__utility {
    margin-left: 0;
    margin-top: 2rem;
  }
}
.main-nav .main-nav__utility {
  color: #008577;
  position: relative;
  padding-left: 2.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main-nav .main-nav__utility {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.main-nav .main-nav__utility:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2.2rem;
  background-color: #707070;
  opacity: 0.35;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main-nav .main-nav__utility:before {
    display: none;
  }
}
.main-nav .main-nav__utility:last-child {
  width: 100%;
  max-width: 35.4rem;
  padding-left: 0;
  margin-left: 3rem;
}
@media (max-width: 992px) {
  .main-nav .main-nav__utility:last-child {
    display: none;
  }
}
.main-nav .main-nav__utility:last-child:before {
  display: none;
}
.main-nav .sm-clean .main-nav__utility a {
  color: #008577;
  font-weight: 700;
  font-size: 1.4rem;
}
.main-nav .sm-clean .main-nav__utility a:hover {
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  color: #036057 !important;
}
.main-nav .sm.sm-clean {
  position: static;
  padding: 0;
  background: none;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  color: #33363B;
}
@media (max-width: 992px) {
  .main-nav .sm.sm-clean {
    position: absolute;
    top: 100%;
    left: -1.5rem;
    width: calc(100% + 3rem) !important;
    background: #fff;
    padding: 2rem 1.5rem;
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  }
}

/* Mobile menu toggle button */
.main-menu-btn {
  position: absolute;
  top: -99999px;
  margin: 10px;
  display: inline-block;
  width: 29px;
  height: 29px;
  text-indent: 29px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 992px) {
  .main-menu-btn {
    top: 0;
    right: 0;
    margin: 0 0 0.5rem;
    position: relative;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .main-menu-btn {
    top: 0.3rem;
    margin: 0;
  }
}

/* hamburger icon */
.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #000;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.main-menu-btn-icon:before {
  content: "";
  top: -7px;
  left: 0;
}

.main-menu-btn-icon:after {
  content: "";
  top: 7px;
  left: 0;
}

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent;
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* hide the menu in mobile view */
@media (max-width: 992px) {
  #main-menu-state:not(:checked) ~ #main-menu {
    display: none;
  }
}

@media (max-width: 992px) {
  #main-menu-state:checked ~ #main-menu {
    display: flex;
  }
}

.main-menu-btn-icon.contrast:before, .main-menu-btn-icon.contrast:after {
  background: #fff !important;
}

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Map
\* ------------------------------------------------------------ */
.map {
  text-align: center;
  position: relative;
  filter: drop-shadow(0 1.6rem 2.3rem rgba(0, 173, 156, 0.16));
}
.map:after {
  z-index: -1;
  content: "";
  position: absolute;
  top: 47%;
  left: 52%;
  transform: translate(-50%, -50%);
  width: 58.7rem;
  height: 58.7rem;
  border-radius: 50%;
  background-color: #BDEAE5;
  opacity: 0.21;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .map:after {
    width: 45rem;
    height: 45rem;
  }
}
@media (max-width: 575px) {
  .map:after {
    width: 38rem;
    height: 38rem;
  }
}
@media (max-width: 374px) {
  .map:after {
    width: 29rem;
    height: 29rem;
  }
}

/* ------------------------------------------------------------ *\
	Nav utilities
\* ------------------------------------------------------------ */
.nav-utilities {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 4rem;
}
.nav-utilities ul {
  display: flex;
  margin: 0rem 3rem 0rem 0rem;
}
.nav-utilities li + li {
  margin-left: 2.1rem;
}
.nav-utilities li {
  color: #008577;
  position: relative;
  padding-left: 2.1rem;
}
.nav-utilities li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.1rem;
  height: 2.2rem;
  background-color: #707070;
  opacity: 0.35;
}
.nav-utilities li a {
  text-decoration: none;
  transition: color 0.4s;
}
.nav-utilities li a:hover {
  color: #036057;
  text-decoration: underline;
}

.nav .main-nav__full {
  flex: 0 0 100%;
  max-width: 100%;
}
.nav .mega-menu__close {
  border: none;
  outline: none;
  position: absolute;
  top: -5.6rem;
  right: 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #717171;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.4s;
}
.nav .mega-menu__close:hover {
  color: #33363B;
}
.nav .mega-menu__close span {
  margin-left: 0.9rem;
  font-size: 1.5rem;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background-color: #D6DCE6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav > ul {
  display: flex;
}
.nav > ul > li + li {
  margin-left: 4.2rem;
}
.nav > ul > li > a {
  font-size: 1.6rem;
  line-height: 1.2;
  position: relative;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  transition: color 0.4s;
}
.nav > ul > li > a:after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  width: 50%;
  height: 0.2rem;
  background-color: #008577;
  transform-origin: center center;
  transform: translateX(-50%) scaleX(0);
  transition: transform 0.4s;
}
.nav > ul > li > a:hover:after {
  transform: translateX(-50%) scaleX(1);
}
.nav > ul > li > a:hover {
  color: #008577;
}
.nav > ul > li > a {
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
	Main nav
\* ------------------------------------------------------------ */
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav {
    position: relative;
  }
}
.nav .sm,
.nav .sm.sm-clean {
  position: initial;
  padding: 0;
  background: none;
  border-radius: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  color: #33363B;
}
@media (max-width: 992px) {
  .nav .sm,
  .nav .sm.sm-clean {
    position: absolute;
    top: 100%;
    left: -1.5rem;
    right: -1.5rem;
    background: #fff;
    padding: 2rem 1.5rem;
    box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.1);
  }
}
.nav .sm-clean ul {
  position: relative;
  width: 100%;
  border: none;
  box-shadow: none;
}
.nav .sm li,
.nav .sm.sm-clean li {
  position: initial;
}
.nav .sm.sm-clean .mega-menu .container {
  position: relative;
}
.nav .sm-clean a.has-submenu.highlighted {
  color: #33363B;
  text-decoration: none;
}
.nav .sm-clean a.has-submenu.highlighted:after {
  opacity: 1;
  visibility: visible;
}
.nav .sm-clean a {
  font-family: "Montserrat", sans-serif;
  padding: 0;
  color: #33363B;
  transition: color 0.4s;
}
.nav .sm-clean a:hover {
  font-weight: 500;
  color: #008577 !important;
}
@media (min-width: 992.02px) {
  .nav .sm-clean a:hover {
    color: #008577 !important;
  }
}
.nav .sm-clean a,
.nav .sm-clean a:hover,
.nav .sm-clean a:focus,
.nav .sm-clean a:active,
.nav .sm-clean a.highlighted {
  font-size: 1.6rem;
  line-height: 1.2;
  padding: 0;
  background: none;
}
.nav .sm-clean a:hover,
.nav .sm-clean a:focus,
.nav .sm-clean a:active,
.nav .sm-clean a.highlighted {
  color: #008577 !important;
}
.nav .sm a {
  position: relative;
}
.nav .sm ul li {
  margin-bottom: 1.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav .sm ul li {
    border: 0;
  }
}
.nav .sm ul li:last-child {
  margin: 0;
}
.nav .sm ul a {
  text-decoration: none;
  color: #33363B;
  font-size: 1.6rem !important;
  line-height: 1.625 !important;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  white-space: unset !important;
  transition: color 0.4s;
}
@media (max-width: 992px) {
  .nav .sm ul a {
    color: #33363B;
    font-size: 1.4rem !important;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav .sm ul a {
    font-size: 1.2rem !important;
  }
}
@media (min-width: 992.02px) {
  .nav .sm ul a:hover {
    font-weight: 400;
    color: #008577 !important;
    background: none;
    text-decoration: underline;
  }
}
.nav .sm ul a > i {
  margin-left: 0.4rem;
}
.nav .sm-clean > li > ul::before {
  display: none;
}
.nav .sm-clean > li > ul::after {
  display: none;
}
.nav .sm-clean a.has-submenu {
  position: relative;
}
.nav .sm-clean a.has-submenu:hover {
  color: #008577 !important;
}
@media (min-width: 992.02px) {
  .nav .sm-clean a.has-submenu:hover {
    text-decoration: none;
  }
}
.nav .sub-arrow {
  display: none;
}
.nav .mega-menu > li {
  width: 100%;
}
.nav .sm-clean .mega-menu {
  display: block !important;
  left: 50% !important;
  right: 0;
  transform: translateX(-50%);
  top: calc(100% - 0.4rem) !important;
  width: 200% !important;
  max-width: 192rem !important;
  padding: 7.9rem 0 8.2rem;
  background-color: #fff;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  position: absolute !important;
  margin: 0 !important;
  filter: drop-shadow(0 0.3rem 2.3rem rgba(0, 0, 0, 0.16));
  border-top: solid 0.3rem #008577 !important;
}
@media (max-width: 1691px) {
  .nav .sm-clean .mega-menu {
    width: calc(100vw - 3rem) !important;
    right: 0;
    left: 50% !important;
    transform: translateX(-50%);
  }
}
@media (max-width: 992px) {
  .nav .sm-clean .mega-menu {
    position: static !important;
    transform: none;
    padding: 2rem 1.5rem;
    background: none;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .nav .sm-clean .mega-menu {
    padding: 1rem 0;
  }
}

/* ------------------------------------------------------------ *\
	Radio
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search {
  position: relative;
  width: 100%;
  max-width: 35.4rem;
  margin: 0 auto;
  text-align: right;
}
@media (max-width: 992px) {
  .search {
    max-width: 20rem;
  }
}
.search .search__field {
  width: 100%;
  border-radius: 5rem;
  border: solid 0.1rem rgba(4, 107, 105, 0.5);
  background-color: #fff;
  height: 5.2rem;
  padding: 0rem 5.5rem 0 2.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #33363B;
  transition: all 0.4s;
}
@media (max-width: 992px) {
  .search .search__field {
    width: 0;
    opacity: 0;
    visibility: hidden;
    height: 4.4rem;
    padding: 0rem 4.1rem 0 2.3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .search .search__field {
    font-size: 1.4rem;
    padding: 0rem 4.1rem 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .search .search__field {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 20rem;
  }
}
.search .search__field::-webkit-input-placeholder {
  color: #6D6E70;
}
.search .search__field::-moz-placeholder {
  color: #6D6E70;
}
.search .search__field input:-ms-input-placeholder {
  color: #6D6E70;
}
.search .search__field::-ms-input-placeholder {
  color: #6D6E70;
}
.search .search__field::placeholder {
  color: #6D6E70;
}
.search .search__field:focus {
  border: solid 0.1rem #036057;
}
.search .search__btn {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 5rem;
  background-color: #008577;
  color: #fff;
  font-size: 1.9rem;
  border: none;
  transition: background-color 0.4s;
}
@media (max-width: 992px) {
  .search .search__btn {
    height: 3.6rem;
    width: 3.6rem;
    color: #33363B;
    background-color: transparent;
  }
}
@media (max-width: 575px) {
  .search .search__btn {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }
}
.search .search__btn:hover {
  background-color: #036057;
}
@media (max-width: 992px) {
  .search .search__btn:hover {
    background-color: transparent;
  }
}
.search .search__btn span {
  display: none;
}
.search .search__btn .search__btn-icon {
  display: inline-block;
}
.search .search__btn .search__btn-icon-close {
  display: none;
  font-size: 1.6rem;
}

@media (max-width: 992px) {
  .search.is-active .search__field {
    width: 100%;
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 575px) {
  .search.is-active .search__field {
    width: 20rem;
  }
}
@media (max-width: 992px) {
  .search.is-active .search__btn {
    color: #fff;
    background-color: #008577;
  }
}
@media (max-width: 992px) {
  .search.is-active .search__btn:hover {
    background-color: #036057;
  }
}
.search.is-active .search__btn i {
  display: none;
}
.search.is-active .search__btn .search__btn-icon-close,
.search.is-active .search__btn .search__btn-icon-close i {
  display: inline-block;
}

/* ------------------------------------------------------------ *\
	Section alt
\* ------------------------------------------------------------ */
.section-alt {
  z-index: 1;
  position: relative;
}
.section-alt .section__figure {
  position: absolute;
  bottom: -11.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  max-width: 192.2rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt .section__figure {
    bottom: -3rem;
  }
}
.section-alt .section__figure-contrast,
.section-alt .section__figure-primary {
  width: 100%;
  height: 100%;
}
.section-alt .section__figure-contrast {
  display: none;
}
.section-alt .section__figure.contrast .section__figure-contrast {
  display: inline-block;
}
.section-alt .section__figure.contrast .section__figure-primary {
  display: none;
}
.section-alt .section__wave {
  position: absolute;
  top: -10.7rem;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  max-width: 192rem;
  height: 27.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt .section__wave {
    height: 13rem;
    top: -6rem;
    width: calc(100% + 3rem);
  }
}
.section-alt .section__wave img,
.section-alt .section__wave svg {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center bottom;
}
.section-alt .section__wave svg {
  color: #fff;
}
.section-alt .section__inner {
  padding: 30.8rem 0 4.6rem;
  position: relative;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt .section__inner {
    padding: 20rem 0rem 4.6rem;
  }
}
.section-alt .section__image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
  max-width: 192rem;
  height: 62.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt .section__image {
    height: 45rem;
  }
}
@media (max-width: 575px) {
  .section-alt .section__image {
    height: 38rem;
  }
}
.section-alt .section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.section-alt .section__content {
  position: relative;
}
.section-alt .section__head {
  text-align: center;
  margin-bottom: 18.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt .section__head {
    margin-bottom: 10rem;
  }
}
.section-alt h1 {
  position: relative;
  color: #fff;
  font-family: "Luxus Brut", sans-serif;
}
.section-alt h1 span {
  display: block;
  margin-top: -11rem;
  margin-left: 0.2rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 5.9rem;
  line-height: 1.03;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt h1 span {
    font-size: 4.4rem;
    margin-top: -8.5rem;
  }
}
@media (max-width: 575px) {
  .section-alt h1 span {
    font-size: 2.4rem;
    margin-top: -5.5rem;
  }
}
@media (max-width: 374px) {
  .section-alt h1 span {
    font-size: 1.8rem;
    margin-top: -4.5rem;
  }
}
.section-alt h1.contrast,
.section-alt h1 span.contrast {
  color: #fff !important;
}
.section-alt .section__body {
  text-align: center;
}
.section-alt h2 {
  font-weight: 700;
  max-width: 40rem;
  margin: 0 auto 4rem;
  position: relative;
  padding-bottom: 1.3rem;
  color: #33363B;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-alt h2 {
    margin: 0 auto 2rem;
  }
}
.section-alt h2:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 0.2rem;
  width: 3rem;
  background-color: #F9973F;
}

/* ------------------------------------------------------------ *\
	Section-feed
\* ------------------------------------------------------------ */
.section-feed {
  position: relative;
  padding: 19rem 0 4.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-feed {
    padding: 10rem 0 4.7rem;
  }
}
.section-feed .section__inner {
  position: relative;
}
.section-feed .section__wave {
  position: absolute;
  bottom: -9rem;
  left: 50%;
  width: 200%;
  max-width: 192rem;
  transform: translateX(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-feed .section__wave {
    bottom: -6rem;
  }
}
.section-feed .section__wave-contrast,
.section-feed .section__wave-primary {
  width: 100%;
  height: 100%;
}
.section-feed .section__wave-contrast {
  display: none;
}
.section-feed .section__wave.contrast .section__wave-contrast {
  display: inline-block;
}
.section-feed .section__wave.contrast .section__wave-primary {
  display: none;
}
.section-feed .section__image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 192rem;
  height: 100%;
  max-height: 66.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-feed .section__image {
    height: 40rem;
  }
}
@media (max-width: 575px) {
  .section-feed .section__image {
    height: 38rem;
  }
}
.section-feed .section__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section-feed h1 {
  font-size: 15.5rem;
  line-height: 1.5;
  text-align: center;
  position: relative;
  color: #fff;
  font-family: "Luxus Brut", sans-serif;
  margin-bottom: 4.6rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-feed h1 {
    font-size: 12rem;
  }
}
@media (max-width: 575px) {
  .section-feed h1 {
    font-size: 10rem;
  }
}
@media (max-width: 374px) {
  .section-feed h1 {
    font-size: 8rem;
  }
}
.section-feed h1 span {
  display: block;
  margin-top: -10.8rem;
  margin-left: 0.4rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 5rem;
  line-height: 1.22;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section-feed h1 span {
    font-size: 4rem;
    margin-top: -8.5rem;
  }
}
@media (max-width: 575px) {
  .section-feed h1 span {
    font-size: 2.4rem;
    margin-top: -5.5rem;
  }
}
@media (max-width: 374px) {
  .section-feed h1 span {
    font-size: 1.8rem;
    margin-top: -4.5rem;
  }
}
.section-feed .section__body {
  margin-bottom: 4.6rem;
}
.section-feed .section__actions {
  text-align: center;
}

/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {
  padding: 11.8rem 0 10.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .section {
    padding: 6rem 0rem;
  }
}

/* ------------------------------------------------------------ *\
	Select
\* ------------------------------------------------------------ */
.select select::-ms-expand {
  display: none;
}

/* ------------------------------------------------------------ *\
  Shell
\* ------------------------------------------------------------ */
.shell {
  max-width: calc( 150.5rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}

.container {
  max-width: calc( 150.5rem + 1.5rem * 2 );
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin: auto;
  width: 100%;
}

/* Shell Fluid */
.shell--fluid {
  max-width: none;
}

/* ------------------------------------------------------------ *\
	Slider cities
\* ------------------------------------------------------------ */
.slider-cities {
  position: relative;
  margin-bottom: 6.3rem;
  padding: 0rem 7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cities {
    padding: 6rem 0 0 0;
    margin-bottom: 3rem;
  }
}
.slider-cities .slider__slides {
  max-width: 125rem;
  margin: 0 auto;
}
.slider-cities .owl-carousel .owl-stage-outer {
  overflow: initial;
}
.slider-cities .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.slider-cities .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.slider-cities .slider__slide.slider__slide-mt1 {
  padding-top: 2.7rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cities .slider__slide.slider__slide-mt1 {
    padding-top: 0;
  }
}
.slider-cities .slider__slide.slider__slide-mt2 {
  padding-top: 6.1rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cities .slider__slide.slider__slide-mt2 {
    padding-top: 0;
  }
}
.slider-cities .slider__controls {
  position: absolute;
  top: 32%;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 2;
}
@media (max-width: 1399px) {
  .slider-cities .slider__controls {
    top: 40%;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cities .slider__controls {
    top: 0;
    left: auto;
    right: 0;
    justify-content: center;
    width: auto;
  }
}
.slider-cities .slider__controls a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.2rem;
  height: 6.2rem;
  border: solid 0.1rem rgba(0, 173, 156, 0.45);
  border-radius: 50%;
  text-decoration: none;
  font-weight: 400;
  font-size: 4.2rem;
  color: #008577;
  transition: border 0.4s, background-color 0.4s;
}
@media (max-width: ) {
  .slider-cities .slider__controls a {
    width: 5.5rem;
    height: 5.4rem;
    font-size: 3.6rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cities .slider__controls a {
    width: 4rem;
    height: 4rem;
    font-size: 3rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .slider-cities .slider__controls a + a {
    margin-left: 2rem;
  }
}
.slider-cities .slider__controls a span {
  display: none;
}
.slider-cities .slider__controls a:hover {
  border-color: #008577;
  background-color: rgba(0, 173, 156, 0.13);
}

/* ------------------------------------------------------------ *\
	slider feed
\* ------------------------------------------------------------ */
.slider-feed {
  padding-right: 0.5rem;
}
.slider-feed .owl-carousel .owl-stage-outer {
  overflow: initial;
}
.slider-feed .owl-item {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}
.slider-feed .owl-item.active {
  opacity: 1;
  visibility: visible;
}
.slider-feed .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5.2rem;
}
.slider-feed .owl-dot + .owl-dot {
  margin-left: 2.7rem;
}
.slider-feed .owl-carousel button.owl-dot {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: #33363B;
  opacity: 0.21;
  transition: opacity 0.4s;
}
.slider-feed .owl-carousel button.owl-dot.active {
  opacity: 1;
}

.slider-feed.contrast .owl-carousel button.owl-dot {
  opacity: 0.5;
  background-color: rgb(204, 201, 196);
}
.slider-feed.contrast .owl-carousel button.owl-dot.active {
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	Terms
\* ------------------------------------------------------------ */
.terms {
  margin-top: 3.5rem;
}
.terms ul {
  margin-top: -0.5rem;
  display: flex;
  align-items: center;
  list-style: none;
  color: #6D6E70;
}
.terms li + li {
  margin-left: 1.5rem;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .terms li + li {
    margin-left: 1.2rem;
  }
}
.terms li {
  font-size: 1.4rem;
  line-height: 1.2;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .terms li {
    font-size: 1.2rem;
  }
}
.terms a {
  text-decoration: none;
  transition: color 0.4s;
}
.terms a:hover {
  color: #008577 !important;
}

/* ------------------------------------------------------------ *\
	Tile
\* ------------------------------------------------------------ */
.tile {
  height: 100%;
  padding: 3.6rem 5rem 4rem;
  border: solid 0.1rem #00AED2;
  border-radius: 2.6rem;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #33363B;
}
@media (max-width: 992px) {
  .tile {
    max-width: 100%;
    margin: 0 auto;
    padding: 3.6rem 3rem 4rem;
  }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile {
    max-width: 80%;
  }
}
@media (max-width: 575px) {
  .tile {
    max-width: 100%;
  }
}
.tile .tile__head {
  margin-bottom: 2.1rem;
}
.tile .tile__image {
  height: 20.7rem;
  width: 100%;
}
.tile .tile__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  border-radius: 0.5rem;
}
.tile .tile__icon {
  display: inline-block;
  position: relative;
}
.tile .tile__icon i.absolute {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
.tile .tile__icon i.absolute:before {
  --fa-primary-color: #F2972D;
}
.tile .tile__icon i.absolute:after {
  opacity: 0;
}
.tile h3 {
  color: #33363B;
  margin-top: 0;
  margin-bottom: 2.2rem;
}
.tile h3 i {
  color: #008577;
  font-size: 3.8rem;
  margin-right: 0.8rem;
}
.tile .tile__body {
  min-height: 22rem;
  position: relative;
  padding-bottom: 2.7rem;
  border-bottom: solid 0.1rem rgba(0, 173, 156, 0.26);
}
.tile .tile__date {
  padding-left: 0.3rem;
  display: flex;
  align-items: center;
  color: #6D6E70;
  font-size: 1.5rem;
  line-height: 1.466;
  margin-bottom: 0.8rem;
}
.tile .tile__date i {
  margin-right: 0.8rem;
}
.tile .tile__date-green {
  font-weight: 700;
  color: #008577;
}
.tile h4 {
  padding-right: 0.4rem;
  margin: 0rem 0rem 1.9rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.4s;
}
.tile h4:hover {
  color: #008577;
}
.tile h4 a {
  color: inherit;
  text-decoration: none;
}
.tile .tile__text {
  height: 9.6rem;
  overflow-x: hidden;
}
.tile .tile__actions {
  text-align: center;
  padding-top: 2.9rem;
}
.tile .tile__actions h4 {
  margin-bottom: 0.8rem;
}

/*  tile alt  */
.tile--alt {
  border: solid 0.1rem #F9973F;
  padding: 3.2rem 7.3rem 4rem 6.9rem;
  font-size: 1.6rem;
  line-height: 1.625;
}
@media (max-width: 992px) {
  .tile--alt {
    padding: 3.2rem 3rem 4rem;
  }
}
.tile--alt h3 {
  margin-bottom: 2.1rem;
}
.tile--alt .tile__head {
  margin-bottom: 2.1rem;
}
.tile--alt .tile__date {
  padding-left: 0;
  margin-bottom: 0.5rem;
}
.tile--alt h4 {
  margin-bottom: 1.2rem;
}
.tile--alt .tile__body {
  min-height: 0rem;
  padding-bottom: 2.4rem;
}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper {
  position: relative;
  min-height: 100vh;
  overflow-x: hidden;
}

/* ------------------------------------------------------------ *\
	Overwrites
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	bootstrap overwrites
\* ------------------------------------------------------------ */
.row {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin: -15px;
}

.col-12 {
  padding: 15px;
}

body {
  transform-origin: top;
}

/*.container {
    max-width: 100%;
}*/
/*#region Global */
body {
  transform-origin: top;
  overflow-x: hidden;
}

button, .btn {
  white-space: normal;
  transition: background ease-in-out 0.3s, color ease-in-out 0.3s, border-color ease-in-out 0.3s;
  /*font-size: 1em;*/
}

::selection {
  background: #008577; /* WebKit/Blink Browsers */
  color: white;
}

::-moz-selection {
  background: #008577; /* Gecko Browsers */
  color: white;
}

/*#endregion */
.owl-carousel-CMS-settings .item > .rotator-item {
  display: block;
  height: 300px;
}
@media (min-width: 720px) {
  .owl-carousel-CMS-settings .item > .rotator-item {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .owl-carousel-CMS-settings .item > .rotator-item {
    height: 460px;
  }
}
@media (min-width: 1280px) {
  .owl-carousel-CMS-settings .item > .rotator-item {
    height: 568px;
  }
}
.owl-carousel-CMS-settings .owl-dots {
  display: none;
}

#nav-top {
  display: block;
  float: left;
  width: 100%;
  background: none;
}
#nav-top:before {
  display: none;
}
@media (min-width: 768px) {
  #nav-top {
    position: static;
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    float: right;
    width: auto;
  }
  #nav-top > li {
    float: left;
  }
  #nav-top > li a:hover, #nav-top > li a.highlighted {
    color: #008577;
    background: none;
  }
}
@media (min-width: 993px) {
  #nav-top {
    display: none !important;
  }
}

#nav-top-m {
  display: none !important;
}
@media (min-width: 993px) {
  #nav-top-m {
    display: block !important;
  }
}

.sitecredit {
  float: right;
  width: auto;
}
.sitecredit a, .sitecredit a:link, .sitecredit a:visited {
  text-decoration: none;
  display: block;
}
.sitecredit a img, .sitecredit a:link img, .sitecredit a:visited img {
  display: block;
  float: left;
  margin-right: 4px;
}
.sitecredit a .text, .sitecredit a:link .text, .sitecredit a:visited .text {
  font-size: 9px;
  line-height: 1.1em;
  padding-top: 4px;
  color: #fff;
  float: left;
}
.sitecredit a span, .sitecredit a:link span, .sitecredit a:visited span {
  display: block;
  white-space: nowrap;
  color: inherit;
  font-size: inherit;
}

.breadcrumbs {
  background: #eee;
  padding: 50px 0 20px;
}

.cp-content {
  padding: 40px 0 60px;
}
.cp-content .row {
  display: block;
  margin: 0 -16px;
}
.cp-content .cp-placeholder .accordion .ui-accordion-header .scrollTo-top {
  display: none;
}
.cp-content .cp-placeholder h1, .cp-content .cp-placeholder .h1 {
  font-size: 42px;
  font-weight: bold;
  color: #008577;
}
.cp-content .cp-placeholder .h3, .cp-content .cp-placeholder h3 {
  font-weight: 500;
  color: #036057;
}

.news-item img {
  max-width: 100%;
}

.fire-emergency-items .fire-item a {
  flex: 1 1 auto;
  background: #d43f3a;
  color: white;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  min-height: 250px;
  overflow: hidden;
}
.fire-emergency-items .fire-item a:hover {
  background: #ca0d06;
}
.fire-emergency-items .fire-item a:hover img {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.fire-emergency-items .fire-item a .fire-image-wrapper {
  overflow: hidden;
  height: 200px;
}
.fire-emergency-items .fire-item a img {
  transition: all 0.2s ease-in-out;
  max-width: none;
  object-fit: cover;
}
.fire-emergency-items .fire-item a .details {
  padding: 1em 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  flex-direction: column;
}
.fire-emergency-items .fire-item a .details span {
  display: block;
  margin: 0.5em 0.5em 0;
}
.fire-emergency-items .fire-item a .details .title {
  font-weight: bold;
  font-size: 1.125em;
  padding-bottom: 10px;
}

.search .search-input, .mobile-search .search-input {
  width: 100%;
  border-radius: 5rem;
  border: solid 0.1rem rgba(4, 107, 105, 0.5);
  background-color: #fff;
  height: 5.2rem;
  padding: 0rem 5.5rem 0 2.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #33363B;
  transition: all 0.4s;
}
.search .search-input::placeholder, .mobile-search .search-input::placeholder {
  color: #1ea748;
}
.search .search-btn, .mobile-search .search-btn {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 5rem;
  background-color: #008577;
  color: #fff;
  font-size: 1.9rem;
  border: none;
  transition: background-color 0.4s;
}
.search .search-btn:hover, .mobile-search .search-btn:hover {
  background-color: #036057;
}

.hero .hero__image .owl-nav .owl-prev, .hero .hero__image .owl-nav .owl-next {
  display: none;
}

/*#region Overwrites */
.map {
  filter: none;
}

#quick-links .meetings .card__icon {
  background-image: url("/Profiles/wongan/Includes/Images/qls/meetings.svg");
  width: 34px;
  height: 34px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 5px;
}
#quick-links .crc .card__icon {
  background-image: url("/Profiles/wongan/Includes/Images/qls/crc.svg");
  width: 43px;
  height: 35px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 5px;
}
#quick-links .forms .card__icon {
  background-image: url("/Profiles/wongan/Includes/Images/qls/forms.svg");
  width: 39px;
  height: 35px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 5px;
}
#quick-links .fire .card__icon {
  background-image: url("/Profiles/wongan/Includes/Images/qls/fire.svg");
  width: 26px;
  height: 35px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 5px;
}
#quick-links .tourism .card__icon {
  background-image: url("/Profiles/wongan/Includes/Images/qls/tourism.svg");
  width: 26px;
  height: 35px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 5px;
}
#quick-links .waste .card__icon {
  background-image: url("/Profiles/wongan/Includes/Images/qls/waste.svg");
  width: 30px;
  height: 35px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 5px;
}
#quick-links .library .card__icon {
  background-image: url("/Profiles/wongan/Includes/Images/qls/library.svg");
  width: 34px;
  height: 35px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 5px;
}
#quick-links .fas, #quick-links .far, #quick-links .fal {
  font-size: 32px;
  margin-bottom: 5px;
}
#quick-links .fa-dollar-sign {
  color: #b0a1e1;
}
#quick-links .fa-newspaper {
  color: #00AED5;
}
#quick-links .fa-at {
  color: #00AD9C;
}
#quick-links .fa-car-bus {
  color: #EC1F36;
}
#quick-links .fa-bus-alt {
  color: #8AC700;
}
#quick-links .fa-book-open {
  color: #2800AD;
}
#quick-links .fa-swimming-pool {
  color: #00AED5;
}

@media (min-width: 1630px) {
  .header .header__figure {
    left: -0.8rem;
  }
}

@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
  .tile {
    max-width: 100%;
  }
}

#main-menu > li.mobile-menu {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  #main-menu > li.mobile-menu {
    float: right;
    width: auto;
  }
}

.mobile-search .search__btn {
  padding: 0 !important;
}

.owl-dots .owl-dot {
  padding: 0 !important;
}

.footer .h5 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #33363b;
  margin-bottom: 2.1rem;
}

.tile .h3 {
  color: #33363b;
  margin-top: 0;
  margin-bottom: 2.2rem;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.222;
}

.tile--alt .h3 {
  margin-bottom: 2.1rem;
}

.header {
  z-index: 6;
}

@media (max-width: 992px) {
  .search .search__btn {
    bottom: -3px;
  }
}

.search .search__field {
  color: #6d6e70 !important;
}

.mobile-search {
  width: 100%;
  display: none;
  padding-top: 10px;
}
@media (min-width: 993px) {
  .mobile-search {
    display: none !important;
  }
}
.mobile-search .search-box {
  position: relative;
}
.mobile-search .search__field {
  width: 100%;
  border-radius: 5rem;
  border: solid 0.1rem rgba(4, 107, 105, 0.5);
  background-color: #fff;
  height: 5.2rem;
  padding: 0 5.5rem 0 2.3rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: #33363b;
  transition: all 0.4s;
}
.mobile-search .search__btn {
  position: absolute;
  top: 50%;
  right: 0.4rem;
  transform: translateY(-50%);
  height: 4.6rem;
  width: 4.6rem;
  border-radius: 5rem;
  background-color: #008577;
  color: #fff;
  font-size: 1.9rem;
  border: none;
  transition: background-color 0.4s;
  font-family: "Font Awesome 5 Pro";
}

.search .search__btn {
  font-family: "Font Awesome 5 Pro";
}

@media (min-width: 1280px) {
  .search {
    width: 354px;
  }
}

.main-nav .sm-clean .main-nav__utility a {
  font-family: "Montserrat", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}

.list-stats, .footer ul, #quick-links, .accessabilities ul {
  padding: 0;
}

.header__container__inner {
  position: relative;
}

.header .header__container {
  position: static;
}

@media (min-width: 993px) {
  .main-nav .sm.sm-clean .main-nav__utilities {
    flex-wrap: nowrap;
  }
}

.section-feed h1 {
  background: #008577;
  margin: 0 auto 4.6rem;
  max-width: 390px;
}

.about .about__actions .weather {
  max-width: 360px;
}
.about .about__actions .weather span {
  display: block;
  width: 100%;
}
.about .about__actions .weather span iframe {
  width: 100% !important;
  height: 115px !important;
}

.about h1 {
  color: #33363b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 1.3rem;
  font-family: "Montserrat", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.city {
  height: 254px;
}

.list-actions li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.list-actions li a .h3 {
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.466;
  font-weight: 600;
}

.pnfeed .tile .tile__image {
  display: none;
}

.tile .tile__body {
  min-height: 1px;
}

.tile .tile__text {
  height: auto;
  overflow-x: visible;
}
.tile .tile__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.tile--alt .tile__text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.fire-rating .rating {
  height: 198px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-position: center bottom;
}

.tile .h4 {
  padding-right: 0.4rem;
  margin: 0 0 1.9rem 0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  transition: color 0.4s;
}
.tile .h4:hover {
  color: #008577;
}
.tile .h4 a {
  text-decoration: none;
  color: inherit;
}

.wrapper {
  overflow: hidden;
}

.card-feed .card__image .post-img {
  border-radius: 8px;
}

.hero__image {
  background: #008577;
}

@media (max-width: 719px) {
  .hero .hero__inner {
    padding: 8rem 0 7rem;
  }
}
@media (min-width: 720px) and (max-width: 1279px) {
  .hero .hero__inner {
    padding: 12.5rem 0 11rem;
  }
}

.hero {
  /*
  .hero__nav {

      @media (min-width: $screen-sm-min) {
      }
  }
  */
}
.hero .hero__image {
  height: 300px;
}
@media (min-width: 720px) {
  .hero .hero__image {
    height: 460px;
  }
}
@media (min-width: 992px) {
  .hero .hero__image {
    height: 460px;
  }
}
@media (min-width: 1280px) {
  .hero .hero__image {
    height: 568px;
  }
}
.hero .hero-overlay {
  width: 100%;
  background: #f7f7f7;
  background-size: contain;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 55px;
}
@media (min-width: 720px) {
  .hero .hero-overlay {
    height: 267px;
    background: url("../Images/custom/svg/hero-overlay.svg") center bottom no-repeat;
  }
}
.hero .hero__head {
  margin-bottom: 9.3rem;
}
@media (min-width: 576px) {
  .hero .hero__head {
    margin-bottom: 6.3rem;
  }
}
@media (min-width: 720px) {
  .hero .hero__head {
    margin-bottom: 18.3rem;
  }
}
@media (min-width: 768px) {
  .hero .hero__head {
    margin-bottom: 14.3rem;
  }
}
@media (min-width: 1280px) {
  .hero .hero__head {
    margin-bottom: 16rem;
  }
}
.hero .hero__nav h2 {
  display: none;
  color: #33363B;
  max-width: 21.4rem;
  margin-bottom: 2.9rem;
  line-height: 1.1875;
}

.slider-cities .slider__controls {
  z-index: 1;
  position: static;
}
.slider-cities .slider__controls a {
  position: absolute;
  top: 32%;
}
.slider-cities .slider__controls a.js-slider-next {
  right: 0;
}
.slider-cities .slider__controls a.js-slider-prev {
  left: 0;
}
@media (max-width: 719px) {
  .slider-cities .slider__controls a {
    top: 55%;
    z-index: 4;
    color: white;
    border-color: white;
  }
  .slider-cities .slider__controls a.js-slider-next {
    right: 20px;
  }
  .slider-cities .slider__controls a.js-slider-prev {
    left: 20px;
  }
}
.slider-cities .slider__slides {
  position: static;
  overflow: hidden;
}

/*#endregion */
body.contrast .hero .hero__nav h2 {
  color: #000 !important;
}
body.contrast .hero h1, body.contrast .hero h1 span, body.contrast .section-alt h1, body.contrast .section-alt h1 span, body.contrast .section-feed h1, body.contrast .section-feed h1 span {
  color: #FFF !important;
}
body.contrast .tile .tile__text p {
  color: #FFF !important;
}
body.contrast .list-stats li p, body.contrast .list-stats li span {
  color: #000 !important;
}
body.contrast .footer .copyright, body.contrast .footer .terms ul a {
  color: #FFF !important;
}
body.contrast .breadcrumb li a {
  color: #FFF !important;
}
body.contrast .cp-content .cp-placeholder h3, body.contrast .cp-content .cp-placeholder .h3, body.contrast .cp-content .cp-placeholder h2, body.contrast .cp-content .cp-placeholder .h2, body.contrast .cp-content .cp-placeholder h1, body.contrast .cp-content .cp-placeholder .h1 {
  color: #FFF !important;
}
body.contrast .cp-content .cp-placeholder h3 strong, body.contrast .cp-content .cp-placeholder h3 span, body.contrast .cp-content .cp-placeholder .h3 strong, body.contrast .cp-content .cp-placeholder .h3 span, body.contrast .cp-content .cp-placeholder h2 strong, body.contrast .cp-content .cp-placeholder h2 span, body.contrast .cp-content .cp-placeholder .h2 strong, body.contrast .cp-content .cp-placeholder .h2 span, body.contrast .cp-content .cp-placeholder h1 strong, body.contrast .cp-content .cp-placeholder h1 span, body.contrast .cp-content .cp-placeholder .h1 strong, body.contrast .cp-content .cp-placeholder .h1 span {
  color: #FFF !important;
}
body.contrast .cp-content .cp-placeholder p {
  color: #FFF !important;
}
body.contrast .cp-content .cp-placeholder p span, body.contrast .cp-content .cp-placeholder p strong {
  color: #FFF !important;
}
body.contrast .cp-content .cp-placeholder a {
  color: #FFF !important;
}

/*Tables*/
table {
  margin: 32px 0;
}
table tr {
  background: rgba(0, 0, 0, 0.03);
}
table tr:nth-child(odd) {
  background: rgba(0, 0, 0, 0.055);
}
table th, table td {
  font-family: inherit;
  font-size: 1em;
}
table th p:first-of-type, table td p:first-of-type {
  margin-top: 0;
  color: inherit;
}
table th p:last-of-type, table td p:last-of-type {
  bottom: 0;
  color: inherit;
}
table th[scope^=col] {
  background: #008577;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 0.9em;
}
table th[scope^=row] {
  color: #008577;
}

.accordion .accordion {
  margin: 0 1em;
}
.accordion .accordion .btn-primary {
  color: #fff;
}

.accordion {
  font-family: "Montserrat", sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.accordion .btn-primary {
  color: #fff;
}

.wcag-highcontrast {
  color: #000;
}
.wcag-highcontrast ::selection {
  background: #000; /* WebKit/Blink Browsers */
  color: #FFF;
}
.wcag-highcontrast ::-moz-selection {
  background: #000; /* Gecko Browsers */
  color: #FFF;
}
.wcag-highcontrast .cp-content .cp-placeholder table th[scope^=col] {
  background: #000;
  color: #FFF;
}
.wcag-highcontrast .cp-content .cp-placeholder table th[scope^=row] {
  color: #000;
}
.wcag-highcontrast .cp-content .cp-placeholder h1:after {
  background: black;
}
.wcag-highcontrast .cp-content .cp-placeholder h1, .wcag-highcontrast .cp-content .cp-placeholder h2, .wcag-highcontrast .cp-content .cp-placeholder h3, .wcag-highcontrast .cp-content .cp-placeholder h4, .wcag-highcontrast .cp-content .cp-placeholder h5, .wcag-highcontrast .cp-content .cp-placeholder h6, .wcag-highcontrast .cp-content .cp-placeholder .h1, .wcag-highcontrast .cp-content .cp-placeholder .h2, .wcag-highcontrast .cp-content .cp-placeholder .h3, .wcag-highcontrast .cp-content .cp-placeholder .h4, .wcag-highcontrast .cp-content .cp-placeholder .h5, .wcag-highcontrast .cp-content .cp-placeholder .h6 {
  color: #000;
}
.wcag-highcontrast .cp-content .cp-placeholder p a, .wcag-highcontrast .cp-content .cp-placeholder blockquote a, .wcag-highcontrast .cp-content .cp-placeholder span a, .wcag-highcontrast .cp-content .cp-placeholder li a, .wcag-highcontrast .cp-content .cp-placeholder div a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
.wcag-highcontrast .cp-content .cp-placeholder .scrollTo-top {
  background: #FFF;
  color: #000;
}
.wcag-highcontrast .cp-content .cp-placeholder .accordion .ui-accordion-header {
  background: #000;
}
.wcag-highcontrast .cp-content .cp-placeholder .accordion .ui-accordion-header .anchor {
  color: #000;
}
.wcag-highcontrast .cp-content .cp-placeholder .btn-primary {
  color: #000;
  background: #6f6;
}
.wcag-highcontrast .cp-content .cp-placeholder .btn-default {
  color: #FFF;
  background: #000;
}
.wcag-highcontrast .cp-content .cp-placeholder .anchor-menu ul li a {
  background: #000;
  border-color: #000;
  color: #FFF;
}
.wcag-highcontrast .cp-content .cp-placeholder .anchor-menu ul li a:hover {
  background: #FFF;
  border-color: #000;
  color: #000;
}
.wcag-highcontrast .cp-content .site-submenu ul.submenu {
  background: #000;
}
.wcag-highcontrast .cp-content .site-submenu ul.submenu a:hover, .wcag-highcontrast .cp-content .site-submenu ul.submenu a.current {
  color: #ff0;
}
.wcag-highcontrast .cp-content .shadow {
  box-shadow: 0 -45px 95px 60px rgba(0, 0, 0, 0.4);
}

.ui-autocomplete {
  z-index: 100000;
}

.advanced-search .search-container {
  height: 50px;
}
.advanced-search .search-container #searchInput {
  padding-right: 50px;
  height: 100%;
  min-height: 50px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.module-searchbox .input-group input {
  height: 100%;
  min-height: 50px;
}

.footer .footer__link {
  margin-top: 0px;
}

@media (min-width: 1200px) {
  .footer .container {
    padding-left: 6.5rem;
  }
  .footer__col.footer__col--size2.footer__col--link-top {
    text-align: end;
  }
}
/*.alertsfeed-outer {
    position: relative;
    z-index: 1;

    .owl-carousel{
        display: block;
    }

    .container {
        margin-bottom: 10px;

        .row{
            padding: 35px;
        }

        .owl-nav {
            display: block;
        }

        @media (max-width: $screen-sm-max) {
            padding: 0;
            width: 100%;
        }
    }

    .alertfeed-item {
        color: white;
        text-align: center;


        @media (min-width: $screen-sm-min) {
            text-align: left;
        }

        .alert-text {
            padding: 0 16px 16px;

            @media (min-width: $screen-sm-min) {
                padding: 17px 16px 17px 0;
                float: left;
                width: 100%;
                max-width: calc(100% - 70px);
            }

            .alertitem-title {
                font-weight: 700;
                line-height: 1.188em;
            }

            .alertitem-content {
                font-size: 0.750em;
                line-height: 1.250em;

                p:last-of-type {
                    margin: 0;
                }

                a {
                    color: white;
                    font-weight: bold;
                    text-decoration: underline;
                }
            }
        }

        .alertitem-icon {
            padding: 10px;

            @media (min-width: $screen-sm-min) {
                padding: 20px;
                float: left;
            }

            .spark-icon {
                font-size: 30px;

                @media (min-width: $screen-sm-min) {
                }
            }
        }
    }

    .alerts-alert {
        background: rgba(orange,1);

        @media (min-width: $screen-md-min) {
            background: rgba(#D43921,.90);
        }
    }

    .alerts-warning {
        background: rgba(yellow,1);
        color: brown;

        @media (min-width: $screen-md-min) {
            background: rgba(yellow,.87);
        }
    }

    .alerts-notification {
        background: rgba(brown,1);

        @media (min-width: $screen-md-min) {
            background: rgba(brown,.57);
        }
    }
}*/
.alertsfeed-outer {
  position: relative;
  z-index: 1;
  /* .col-sm-10{
       @media(max-width: 720px){
           padding-right: 10px;
       }
   }*/
}
.alertsfeed-outer .owl-carousel {
  display: block;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 10px;
  /*padding-top: 35px;*/
}
.alertsfeed-outer .owl-carousel .owl-nav {
  display: none;
}
.alertsfeed-outer .container {
  /*margin-bottom: 10px;*/
}
.alertsfeed-outer .container .row {
  display: block;
}
@media (max-width: 991px) {
  .alertsfeed-outer .container {
    padding: 0;
    width: 100%;
  }
}
.alertsfeed-outer .alertfeed-item {
  padding-top: 65px;
  color: white;
  text-align: center;
}
@media (min-width: 720px) {
  .alertsfeed-outer .alertfeed-item {
    text-align: left;
  }
}
.alertsfeed-outer .alertfeed-item .alertitem-title {
  font-weight: 700;
  line-height: 1.188em;
  font-size: 1.3em;
}
.alertsfeed-outer .alertfeed-item .alertitem-content {
  font-size: 1em;
  line-height: 1.25em;
}
.alertsfeed-outer .alertfeed-item .alertitem-content p:last-of-type {
  margin: 0;
}
.alertsfeed-outer .alertfeed-item .alertitem-content a {
  /*color: white;*/
  font-weight: bold;
  text-decoration: underline;
}
.alertsfeed-outer .alertfeed-item .alertitem-icon {
  /*            display: flex;
  */ /*  justify-content: end;*/
  padding: 10px;
}
@media (min-width: 720px) {
  .alertsfeed-outer .alertfeed-item .alertitem-icon {
    padding: 20px;
    float: left;
  }
}
.alertsfeed-outer .alertfeed-item .alertitem-icon .spark-icon {
  font-size: 30px;
}
.alertsfeed-outer .alerts-alert {
  background: #ff904e;
  color: black;
}
@media (min-width: 992px) {
  .alertsfeed-outer .alerts-alert {
    background: #ff904e;
  }
}
.alertsfeed-outer .alerts-warning {
  background: #ffb62f;
  color: #522300;
}
@media (min-width: 992px) {
  .alertsfeed-outer .alerts-warning {
    background: #ffb62f;
  }
}
.alertsfeed-outer .alerts-notification {
  color: #12243a;
  background: #9dc8ff;
}
@media (min-width: 992px) {
  .alertsfeed-outer .alerts-notification {
    background: #9dc8ff;
  }
}
.alertsfeed-outer button.close {
  right: 0px !important;
}
@media (min-width: 720px) {
  .alertsfeed-outer .col-sm-2 {
    display: flex;
    justify-content: end;
  }
}

/*.alertsfeed-outer {
    position: relative;
    z-index: 1;

    .owl-carousel {
        display: block;
    }

    .container {
        margin-bottom: 10px;

        .row {
            padding: 35px;
        }

        @media (max-width: $screen-sm-max) {
            padding: 0;
            width: 100%;
        }
    }

    .alertfeed-item {
        color: white;
        text-align: center;

        @media (min-width: $screen-sm-min) {
            text-align: left;
        }

        .alert-text {
            padding: 0 16px 16px;

            @media (min-width: $screen-sm-min) {
                padding: 17px 16px 17px 0;
                float: left;
                width: 100%;
                max-width: calc(100% - 70px);
            }

            .alertitem-title {
                font-weight: 700;
                line-height: 1.188em;
            }

            .alertitem-content {
                font-size: 0.750em;
                line-height: 1.250em;

                p:last-of-type {
                    margin: 0;
                }

                a {
                    color: white;
                    font-weight: bold;
                    text-decoration: underline;
                }
            }
        }

        .alertitem-icon {
            padding: 10px;

            @media (min-width: $screen-sm-min) {
                padding: 20px;
                float: left;
            }

            .spark-icon {
                font-size: 30px;

                @media (min-width: $screen-sm-min) {
                }
            }
        }
    }

    .alerts-alert {
        background: rgba(255, 165, 0, 1);

        @media (min-width: $screen-md-min) {
            background: rgba(212, 57, 33, 0.90);
        }
    }

    .alerts-warning {
        background: rgba(255, 255, 0, 1);
        color: brown;

        @media (min-width: $screen-md-min) {
            background: rgba(255, 255, 0, 0.87);
        }
    }

    .alerts-notification {
        background: rgba(165, 42, 42, 1);

        @media (min-width: $screen-md-min) {
            background: rgba(165, 42, 42, 0.57);
        }
    }
}*/

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/_variables.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/style.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/_sm-submenu.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/_sm-simple.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/owl-carousel/_owl.core.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/owl-carousel/owl.animate.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/owl-carousel/owl.autoheight.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/owl-carousel/owl.lazyload.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/owl-carousel/owl.video.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/_owl-carousel.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/_spark-utilities.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/_spark-utilities-mixins.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_alerts.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_buttons.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/shared/css/bootstrap/_tables.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_table-row.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/_mega-menu.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_grid.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/Shared/CSS/bootstrap/mixins/_clearfix.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/_breadcrumb.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/generic/_functions.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/generic/_mixins.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/generic/_reset.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/generic/_fonts.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/generic/_base.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/generic/_variables.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/generic/_helpers.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_about.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_accessabilities.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_btn-text.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_btn.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_card-action.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_card-feed.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_checkbox-contrast.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_checkbox.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_city.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_copyright.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_field.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_fire-rating.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_footer.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_grid.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_header.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_hero.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_icons.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_link-top.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_list-actions.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_list-stats.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_list.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_lists.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_logo.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_main-menu.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_main-nav.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_main.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_map.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_nav-utilities.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_nav.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_radio.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_search.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_section-alt.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_section-feed.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_section.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_select.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_shell.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_slider-cities.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_slider-feed.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_terms.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_tile.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/components/_wrapper.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/custom/overwrites/_bootstrap-overwrites.scss%22,%22file:///C:/TFS/WebCollection/SparkCMS%25204.x/Releases/CouncilConnect/wongan.wa.gov.au/Web/Spark.Website/Profiles/wongan/Includes/CSS/Layout.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AA+BA;AAAA;AAqBA;AC/CQ;AACA;ACLR;AACC;AACA;AACA;AAEA;AAEA;AAGA;AAIA;AAiBA;AA0HA;;AA1IA;AACC;EACA,YFOQ;EENR,WAdiB;EAejB;EACA;EACA;EACA;EACA;EACA;EACM;;AACN;AACC;EACA;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;AASA;AAyCA;;AAhDA;EACC;;AAGD;EACC;;AAID;EACC;;AAEA;EACC;;AAGD;EACC;;AAID;EACC;EACA,aAzDe;EA0Df,gBA1De;;AA4Df;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,aAxEc;EAyEd;EACA;;AAGD;EACC;;AAKH;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,WA/FoB;EAgGpB;EACA;EACA;EACA;AACA;AAQA;AA0BA;;AAjCA;EACC;;AAGD;EACC;;AAGD;EACC;EACA;EACA;EACA,SA/Ge;EAgHf;EACA;EACA;EACA;;AAEA;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA,SA9HkB;;AAmInB;EACC;;AAMJ;EACC;;AAKF;EACC;EACA;EACA;;AAEA;EACC;;AAGD;EACC;;AAIF;EAzKD;IA0KE;;;;AC3KF;EACI;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;;;AAIR;EACI;AACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;AAAA;AAAA;AAAA;EAII;;;AAGJ;AAAA;AAAA;AAAA;EAII;;;AAGJ;AAAA;AAAA;AAAA;EAII;;;AAGJ;AAAA;AAAA;AAAA;EAII;;;AAGJ;AACI;AAAA;AAAA;AAAA;AAAA;AAKA;EACA;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;EAGJ;IACI;;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AIF;EACC;IACC;IACA;;;AAIF;AAEA;AAEA;EACC;;;AAED;EACC;;;AAED;EACC;;;AAGD;AAEA;AACA;AACA;AAEA;AACA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;AACA;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;;AAGD;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAIF;EACC;EACA;;AAEA;EAJD;IAKE;IACA;;;;AAGF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;AAEA;EAHD;IAIE;;;;AAIF;EACC;;AAEA;EAHD;IAIE;;;;AAIF;AACA;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;AAGD;EACC;;;A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A;;AAGD;EACC;EACA;EACA;EACA;;AAGD;EACC;;;AAKD;EACC;;;AAMD;EACC;;;AAKD;EACC;EACA;;;AAKD;EACC;EACA;;;AAKD;EACC;EACA;;;AAKD;EACC;EACA;;;AAKD;EACC;EACA;;;AClEF;AAAA;AAAA;AAIA;EACC,kBPc6B;EOb7B;EACA;EACA;EACA;EACA;EACA;EACA,OPQ6B;;AON7B;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,kBPT4B;EOU5B,OPR4B;EOS5B;;AAGD;EACC;EACA;;AAGD;EACC;EACA;;AAGD;EACC,OPxB4B;EOyB5B;;AAGD;EACC;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC,OPnD4B;;;AQrB9B;AAAA;AAAA;AAKC;EACC;EACA;EACA;;AAGD;EACC;EACA;EACA,ORM4B;EQL5B;EACA;EACA;;AZEA;EYRD;IASE;;;AAGD;EACC,ORH2B;;AQK3B;EACC,ORN0B;;AQW7B;EACC,ORb4B;EQc5B;;;AClCF;AAAA;AAAA;ACAA;AAAA;AAAA;AAIA;EACC;EACA;EACA;;AAGA;EACC;;AAGD;EACC;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;;;AC5CF;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;;AfWC;EefF;IAOE;;;;ACXF;AAAA;AAAA;AAOA;ACPA;AAAA;AAAA;AAIA;EACC;EACA;;;ACND;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA,OdY6B;;AcV7B;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;;AAGD;EACC;EACA;;AlBNA;EkBID;IAKE;;;AlBbD;EkBQD;IASE;IACA;;;AAIF;EACC;EACA;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;EACA;EACA,OdrC4B;EcsC5B;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC,OdlD4B;EcmD5B;EACA;EACA;EACA;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC,OdlE4B;EcmE5B;EACA;;AAGD;EACC;EACA;EACA;;AlBvEA;EkBoED;IAME;;;AAIF;EACC;EACA;;AlBhFA;EkB8ED;IAKE;;;AAIF;EACC;;AAGD;EACC;EACA;;AlB7FA;EkB2FD;IAKE;IACA;;;AlBjGD;EkB2FD;IAUE;IACA;;;AAIF;EACC;EACA;;AlB5GA;EkB0GD;IAKE;IACA;;;AlBhHD;EkB0GD;IAUE;IACA;;;AAIF;EACC;EACA;;AlB3HA;EkByHD;IAKE;IACA;;;AlB/HD;EkByHD;IAUE;IACA;;;AlBpID;EkByHD;IAeE;IACA;;;AAIF;EACC;EACA;;AlB/IA;EkB6ID;IAKE;IACA;;;AlBnJD;EkB6ID;IAUE;IACA;;;AlBxJD;EkB6ID;IAeE;IACA;;;AAIF;EACC,OdrK4B;EcsK5B;;AAGD;EACC;EACA;;AAGD;EACC,Od/K4B;;AckL7B;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC,Od3L2B;;Ac+L7B;EACC;EACA,OdjM4B;EckM5B;;;ACvNF;AAAA;AAAA;AAIA;EACC;EACA;AAOA;AAMA;;AAXA;EACC;EACA;;AAID;EACC;EACA;;AAID;EACC;EACA;;;ACtBF;AAAA;AAAA;AAIA;EACC;EACA;EACA;;AAEA;EACC;EACA;;ApBYA;EoBdD;IAKE;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;ApBHA;EoBLD;IAWE;;;ApBVD;EoBDD;IAeE;;;AAIF;AAAA;EAEC;EACA;;AAGD;EACC;;AAGD;EACC;;AAGD;EACC;;AAGD;AAAA;EAEC,OhBtC4B;EgBuC5B;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;;ApB9CA;EoByCD;IAQE;IACA;;;ApBtDD;EoB6CD;IAaE;IACA;;;AAIF;EACC;EACA;EACA;;AAGD;EACC;;ApBlEA;EoBiED;IAIE;;;ApBrED;EoBiED;IAQE;;;ApBzED;EoB6ED;IAEE;IACA;;;ApBhFD;EoB6ED;IAOE;IACA;;;ApBrFD;EoB6ED;IAYE;IACA;;;AAIF;EACC;EACA;;AAGD;EACC;EACA;EACA;EACA;;AAGD;EACC;EACA;;;ACnIF;AAAA;AAAA;AAIA;EACC;;AAEA;EACC;EACA;;ArBUA;EqBZD;IAKE;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;ArBLA;EqBHD;IAWE;IACA;;;AAIF;AAAA;EAEC;EACA;;AAGD;EACC;;AAIA;EACC;;AAGD;EACC;;AAIF;AAAA;EAEC;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;ArBhDA;EqByCD;IAUE;;;ArB/CD;EqBqCD;IAcE;;;AAIF;EACC;EACA;EACA;EACA;;AAGD;EACC;EACA;;AAGD;EACC;;AAGD;EACC;EACA,OjB7E4B;EiB8E5B,ajBtF4B;;AiByF7B;AAAA;EAEC;;AAGD;EACC;EACA;EACA;EACA,OjB1F4B;EiB2F5B,ajBpG4B;EiBqG5B;EACA;EACA;;ArB9FA;EqBsFD;IAWE;IACA;;;ArB9FD;EqBkFD;IAgBE;IACA;IACA;;;ArBpGD;EqBkFD;IAsBE;IACA;;;AAOD;EACC,OjBpH2B;EiBqH3B;EACA;EACA;;;AC3IH;AAAA;AAAA;ACAA;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;;AAGD;EACC;EACA,OnBjB4B;EmBkB5B;;;ACvCF;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;EACA;;AAEA;EALD;IAME;IACA;;;AxBID;EwBXD;IAWE;IACA;;;AxBDD;EwBXD;IAgBE;IACA;;;AxBVD;EwBPD;IAqBE;IACA;;;AxBXD;EwBXD;IA0BE;IACA;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AxB/BA;EwBoBD;IAcE;;;AAIF;EACC;;A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A;EACA;EACA;EACA;EACA;EACA;EACA;;A9BzIA;E8BgID;IAYE;;;AAIF;EACC;EACA;EACA;EACA;;A9BhJA;E8B4ID;IAOE;;;AAIF;EACC;;AAGD;EACC,O1B9J4B;E0B+J5B;EACA;;AAGD;EACC;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,O1BpL4B;;AJG5B;E8BwKD;IAYE;IACA;IACA;IACA;IACA,Y1B5L2B;I0B6L3B;IACA;;;;AAqMH;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;A9B5YC;E8BiYF;IAcE;IACA;IACA;IACA;;;A9BtZA;E8BqYF;IAqBE;IACA;;;;AAIF;AAEA;AAAA;AAAA;EAGC;EACA;EACA;EACA;EACA;EACA,Y1B1a6B;E0B2a7B;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;EACA;;;AAKD;AAEA;EACC;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;EACC;EACA;EACA;;;AAGD;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGD;A9BxdE;E8B0dF;IAEE;;;;A9B5dA;E8BgeF;IAEE;;;;AAIF;EACC;;;AC9fD;AAAA;AAAA;ACAA;AAAA;AAAA;AAIA;EACC;EACA;EACA;;AAEA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AhCDA;EgCVD;IAcE;IACA;;;AhCDD;EgCdD;IAmBE;IACA;;;AhCND;EgCdD;IAwBE;IACA;;;;AClCH;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACC;EACA;;AAGD;EACC;;AAGD;EACC,O7BH4B;E6BI5B;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;;AAGD;EACC,O7BzB4B;E6B0B5B;;;AC3CD;EACC;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAC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EACA;EACA;;AAGD;EACC;EACA;;AAGD;EACC;;A1ChBA;E0CeD;IAIE;;;AAIF;EACC;;A1CxBA;E0CuBD;IAIE;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;A1ClCA;E0C2BD;IAUE;;;A1CzCD;E0C+BD;IAcE;IACA;IACA;IACA;IACA;;;AAIF;EACC;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;A1C7DA;E0CiDD;IAeE;IACA;IACA;;;A1CtED;E0CqDD;IAqBE;IACA;IACA;;;A1C5ED;E0CgFD;IAEE;;;AAIF;EACC;;AAGD;EACC,ctCzF4B;EsC0F5B;;;AC/GF;AAAA;AAAA;AAIA;EACC;;AAEA;EACC;;AAGD;EACC;EACA;EACA;;AAGD;EACC;EACA;;AAGD;EACC;EACA;EACA;EACA;;AAGD;EACC;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;;;AAKD;EACC;EACA;;AAGD;EACC;;;ACtDF;AAAA;AAAA;AAIA;EACC;;AAEA;EACC;EACA;EACA;EACA;EACA;;AAGD;EACC;;A5CGA;E4CJD;IAIE;;;AAIF;EACC;EACA;;A5CNA;E4CID;IAKE;;;AAKF;EACC;EACA;;AAGD;EACC;;;ACvCF;AAAA;AAAA;AAIA;EACC;EACA;EACA;EACA;EACA;EACA;EACA,OzCS6B;;AJG5B;E6CnBF;IAUE;IACA;IACA;;;A7CGA;E6CfF;IAgBE;;;A7CGA;E6CnBF;IAoBE;;;AAGD;EACC;;AAGD;EACC;EACA;;AAMD;EACC;EACA;EACA;EACA;EACA;;AAGD;EACC;EACA;;AAEA;EACC;EACA;EACA;EACA;;AAGD;EACC;;AAGD;EACC;;AAIF;EACC,OzChD4B;EyCiD5B;EACA;;AAGD;EACC,OzCrD4B;EyCsD5B;EACA;;AAGD;EACC;EACA;EACA;EACA;;AAGD;EACC;EACA;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC;;AAGD;EACC;EACA,OzCjF4B;;AyCoF7B;EACC;EACA;EACA;EACA;EACA;EACA;;AAGD;EACC,OzC9F4B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%22%7D */