
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

html {
  color: #222;
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio, canvas, iframe, img, svg, video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

.hidden {
  display: none !important; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit; }

.invisible {
  visibility: hidden; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

@media print {
  *, *:before, *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a, a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after, a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; } }

.cke_editable {
  font-size: 16px; }

body {
  font-family: Helvetica, sans-serif;
  color: #515151;
  font-size: 16px;
  line-height: 1.6em; }

a, a:link, a:visited {
  color: #84b6a0; }

a:hover {
  color: #515151; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2em; }

[v-cloak] {
  display: none; }

body {
  margin: 0; }

h2 {
  line-height: 1.4em; }

.strong {
  font-weight: 600; }

.heading--normal {
  font-weight: 300; }

.wrapper {
  padding: 10px 20px; }

@media (max-width: 450px) {
  .wrapper {
    padding: 15px;
  }
}
@media (max-width: 550px) {
  .heading-btn, .btn-add {
    position: relative !important;
  }
}

.wrapper--intro div, .wrapper--intro blockquote {
  -ms-grid-column: 1;
  -ms-grid-column-span: 12;
  grid-column: 1 / span 12;
  font-size: 1.2em; }

.wrapper--0-v-padding {
  padding-top: 0;
  padding-bottom: 0; }

.content {
  background-color: transparent;
  margin: auto; }

@media (min-width: 450px) {
  .content {
    padding: 10px; } }

.content > h1, .content > h2, .content > h3, .content > h4 {
  margin: 0; }

.content figure {
  margin: 0; }

.content--centered {
  text-align: center; }

.content--copy, .content--copy-width, .content--copy_width {
  max-width: 970px; }

.content--copy img, .content--copy-width img, .content--copy_width img {
  /* margin-bottom: 1.5em;  */
}

.content--margined {
  max-width: 970px; }

.content--0-v-padding {
  padding-top: 0;
  padding-bottom: 0; }

.content--title {
  padding: 20px; }

.content--title h1 {
  font-size: 3em;
  margin: 0;
  line-height: 1.2em; }

@media (max-width: 800px) {
  .content--title h1 {
    font-size: 5em; } }

@media (max-width: 450px) {
  .content--title h1 {
    font-size: 2em; } }

.content--title h2, .content--title h3, .content--title h4 {
  margin: 0; }

.content--image {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 1px solid #eee; }

.content--image img {
  height: auto; }

.content--image-full-width img {
  width: 100%; }

.content--grey-light {
  background-color: #eee; }

.content--navy {
  color: #153b62; }

div#hero_image {
  width: -webkit-calc(100% - 20px - 20px);
  width: calc(100% - 20px - 20px);
  height: -webkit-calc(100vh - 145px);
  height: calc(100vh - 145px);
  background-position: center;
  background-size: cover;
  background-color: #84b6a0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px; }

div#hero_image h1 {
  font-size: 3em;
  color: white;
  line-height: 1em; }

@media (max-width: 450px) {
  div#hero_image h1 {
    font-size: 4em; } }

#hero_image_margined {
  margin: 0 auto 40px auto;
  display: block;
  text-align: center; }

#hero_image_margined img {
  width: 100%;
  height: auto; }
/*
.content__n-cols {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 10px; } */


.greentext {
  color: #84b6a0;
}

.floatright {
  float: right;
}

@media (max-width: 450px) {
  .content__n-cols {
    display: block; } }

.content__n-cols ul {
  padding-left: 0;
  list-style-type: circle;
  font-size: 15px; }

.content__n-cols ul li {
  padding-bottom: 14px; }

.content__n-cols img {
  width: 100%;
  height: auto; }

.content__n-cols__col {
  padding: 15px 30px; }

.content__n-cols__col strong, .content__n-cols__col b {
  color: #84b6a0; }

@media (max-width: 450px) {
  .content__n-cols__col {
    padding: 0; } }
/*
.content__two_col {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr); }

.content__two_col__col--left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1; }

.content__two_col__col--right {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1; }

.content__three_col {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr); }

.content__three_col__col--left {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1; }

.content__three_col__col--middle {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1; }

.content__three_col__col--right {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3 / span 1; } */

.pullout-wrapper, .pullquote-wrapper {
  padding: 60px 20px;
  font-weight: bold;
  line-height: 1.7em; }

.pullout-wrapper .pullout-content, .pullout-wrapper .pullquote-content, .pullquote-wrapper .pullout-content, .pullquote-wrapper .pullquote-content {
  max-width: -webkit-calc(600px - 20px - 20px);
  max-width: calc(600px - 20px - 20px);
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }

.pullout-wrapper.pullout-medium, .pullout-wrapper.pullquote-medium, .pullquote-wrapper.pullout-medium, .pullquote-wrapper.pullquote-medium {
  font-size: 1.2em; }

.pullout-wrapper.pullout-large, .pullout-wrapper.pullquote-large, .pullquote-wrapper.pullout-large, .pullquote-wrapper.pullquote-large {
  font-size: 1.4em;
  color: #84b6a0; }

.pullquote_attribution {
  display: block;
  margin-top: 1em;
  font-weight: 300;
  font-size: 0.8em; }

#open_menu {
  width: 25px;
  display: block;
  fill: #84b6a0;
  position: absolute;
  right: 50px;
  top: 50px; }

nav {
  margin-top: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px; }

nav .nav-category {
  font-weight: 300; }

nav a {
  color: #84b6a0;
  padding: 10px 12px;
  font-weight: bold;
  text-decoration: none; }

nav a:hover, nav a.selected, nav a.active {
  border-bottom: 2px solid #84b6a0;
  margin: -2px 0;}

nav #services {
  display: inline-block;
  position: relative; }

nav #more-menu {
  display: inline-block;
  position: relative; }

nav #more-menu .more-menu {
  position: absolute;
  top: 0;
  left: 0; }

.form-control .form-group {
  margin-top: 1em; }

.form-control label {
  display: block !important;
  font-size: 15px;
  font-weight: 600;
  padding: 6px 0; }

.form-control input, .form-control textarea, .form-control select {
  padding: 10px;
  font-size: 16px;
  line-height: 22px; }

.form-control input:active, .form-control textarea:active, .form-control select:active {
  border-color: #84b6a0; }

.form-control input[type="text"], .form-control input[type="email"], .form-control input[type="url"], .form-control input[type="password"], .form-control input[type="number"], .form-control input[type="file"], .form-control textarea, .form-control select {
  border-width: 1px;
  width: -webkit-calc(100% - 10px - 10px);
  width: 100%;
  border-color: #d1d1d1;
  -o-border-image: none;
  border-image: none;
  border-style: solid; }

.form-control small {
  display: block;
  padding: 10px 0;
  line-height: 1.4em !important; }

.form__required, .errorlist {
  color: red; }

.form__intro-text {
  padding-bottom: 2em;
  font-style: italic; }

.index-listing__content p small {
  display: block;
  color: grey; }

.overall-directory-wrapper {
  min-height: -webkit-calc(100vh - 93px);
  min-height: calc(100vh - 93px); }

div.page-title, div#filter_by {
  margin-left: auto;
  margin-right: auto; }

div.page-title h1, div#filter_by h1 {
  font-size: 24px; }

#filter_by a.active {
  display: inline-block;
  border-bottom: 1px solid; }

.index-listing {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.index-listing h2 {
  font-size: 20px;
  margin: 0; }

.index-listing h2 a {
  text-decoration: none; }

.index-listing h2 small {
  font-size: 16px;
  font-weight: 300;
  color: #91a1b2; }

.index-listing h2 small .review-star {
  margin-bottom: 0.3em; }

.index-listing p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5em; }

.index-listing__content {
  padding: 20px 30px;
}

.index-listing__image {
  background: white;
  overflow: hidden;
  padding: 0px;
  text-align: left;
}

.index-listing--featured {
  border: 0;
  /* -webkit-box-shadow: 2px 0px 14px 1px #d6d6d6;
  box-shadow: 2px 0px 14px 1px #d6d6d6; } */
  /* background-color: rgba(131,183,160,1); */
  /* background-color: #87ebbf; */
  /* background-color: rgba(131,199,160,0.5); */
}
.events__listing.row.index-listing.index-listing--featured, .bus__listing.row.index-listing.index-listing--featured, .job__listing.row.index-listing.index-listing--featured {
  border: 3px solid #84b6a0;
}
.events__listing .index-listing__content {
  padding: 30px !important;
}
.events__listing .description-text-pre-wrap {
  color: #808080;
  white-space: pre-wrap;
  padding: 30px 0;
  padding-right: 30px;
}
.events__listing .badge-featured {
  color: white;
  background-color: #afafaf;
  border-color: #afafaf;
  padding: 5px 10px !important;
  font-size: 12px !important;
  position: relative;
  top: -55px;
  right: 0px;
  float: right;
}
.events__listing img {
  object-fit: contain;
  height: 245px;
  width: 245px;
}
.events__time{
 font-size: 16px;
 font-weight: 600;
 color: #808080;
}
.blog__listing img {
  object-fit: contain;
  height: 2450px;
  width: 245px;
}
.job__listing img {
  object-fit: contain;
  height: 245px;
  width: 245px;
}
.blog__listing .index-listing__image, .bus__listing .index-listing__image {
  text-align: right;
  }
.bus__listing img.bus__thumb, .blog__listing img.blog__thumb , .job__listing img.job__thumb  {
  object-fit: contain;
  height: 245px;
  width: 245px;
}
.bus__listing .badge-featured {
  color: white;
  background-color: #afafaf;
  border-color: #afafaf;
  padding: 5px 10px !important;
  font-size: 12px !important;
  position: absolute;
  top: 0px;
  right: 20px;
}

.index-listing--featured-thumb {
  background-color: transparent;
}

.title--featured a {
  /* color: white; */
  color: #515151;
  font-weight: 600;
}
h2.title--featured small {
  color: #515151;
}
.badge-featured {
  color: #212529;
  background-color: #f8f9fa;
  font-size: 100%;
  margin-bottom: 20px;
}

.index-listing--first-standard {
  margin-top: 4em; }

.list_length {
  padding: 0.2em 0.5em;
  background-color: #fbfb97;
  border-radius: 1em; }

#filter_by {
  color: #d1d1d1;
  margin-top: 20px;
  margin-bottom: 20px; }

#filter_by .label {
  font-weight: 600;
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #515151;
  display: inline-block;
  padding-right: 5px; }

#filter_by a {
  text-decoration: none; }

#services-listings {
  margin-top: 30px;
  margin-bottom: 30px; }

.business-detail {
  /* display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 200px;
  grid-template-columns: auto 200px;
  grid-column-gap: 100px;  */
}

.business-detail #details {
  /* -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2 / span 1;  */
  padding-left: 10%;
}

.business-detail #details #business-logo {
  width: 100%;
  margin-bottom: 2em; }

.business-detail #details #business-logo img {
  width: 100%;
  margin-bottom: 0; }

.business-detail #details p {
  font-size: 16px;
  line-height: 20px;
  color: #808080;
}

.business-detail #details strong {
  font-size: 16px;
  display: block;
  color: black;
 }

.business-detail #details a {
  text-decoration: none; }

.business-detail #details .social_link {
  margin-bottom: 3em; }

.business-detail section {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 1;
  grid-row: 1; }

.business-detail section h2#services-title {
  margin-top: 0; }

.business-detail section #services-title, .business-detail section #services-copy, .business-detail section #read-more, .business-detail section #category {
  padding-left: 0px; }

.business-detail__image {
  height: 500px;
  overflow: hidden; }

#read-more a {
  color: #84b6a0; }

#read-more img {
  margin-bottom: 0.25em; }

#category {
  list-style-type: none;
  padding: 3em 0 2em 0; }

#category li {
  display: inline-block; }

#category a {
  display: inline-block;
  text-decoration: none;
  /* font-size: 0.8em; */
  margin: 2px 0;
  color: white;
  background-color: #afafaf;
  border-color: #afafaf;
  padding: 5px 10px !important;
  font-size: 12px !important;
  border-radius: 4px;
}

#category a:hover {
  background-color: #84b6a0; }

#review-added-notification {
  margin-left: 20px;
  margin-bottom: 2em; }

#reviews {
  margin-top: 2em;
  border: 1px solid #84b6a0;
  padding: 20px;
  font-size: 15px;
  line-height: 1.5em;
  position: relative; }

#reviews h2 {
  font-weight: 300;
  margin-top: 0; }

#reviews #add-your-review {
  position: absolute;
  top: 20px;
  right: 20px;
  width: unset;
  font-weight: 600; }

#reviews #add-your-review a {
  text-decoration: none; }

#reviews a.btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #515151; }

#reviews .review-block {
  padding: 5px 0; }

#reviews img {
  margin-bottom: 0.25em; }

#reviews p.review-copy {
  margin-bottom: 10px; }

#reviews span.star-review {
  color: #84b6a0; }

#reviews span.star-review img {
  margin-left: 0.14em; }

#reviews p.review-credit {
  font-size: 12px;
  color: #515151;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #d1d1d1; }

#reviews p.review-credit img {
  margin-bottom: 1em;
  margin-right: 0.4em; }

#reviews div.last p.review-credit {
  border-bottom: none; }

.review__add--first {
  margin-left: 20px; }

#map {
  width: 100%;
  min-height: 200px; }

#hits {
  background-color: #fbfb97;
  padding: 10px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 27px;
  line-height: 27px;
  text-align: center; }

#hits span {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px; }

select#id_category {
  height: 10em; }

.swiper-container {
  padding: 0; }

.swiper-wrapper {
  border: 1px solid #eee; }

tr.thumbnail--row {
  background-color: white; }

#cke_1_contents {
  height: 400px !important; }

.membership h3, .membership h4 {
  margin-bottom: 2em !important;
  line-height: 1.5em; }

.membership h4 {
  font-size: 1.1em; }

.membership h3 {
  color: #84b6a0; }

.membership ul {
  padding-left: 1em; }

.membership .well {
  border-top-width: 5px;
  display: inline-block;
  /* width: 35%; */
  padding: 40px; }

.membership .purchase-btns a {
  display: inline-block;
  text-align: center; }

.membership--packages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.copy_below_button {
  font-size: 14px; }

section.events__content {
  background-color: #f6f6f6;
  padding: 3em 0 5em 0; }

section.events__content .index-listing {
  background-color: white;
  /* border: 0;  */
}

section.events__content .index-listing h4 {
  font-size: 17px;
  padding: 0.3em 0;
  margin: 0; }

section.events__content .index-listing h4 a {
  text-decoration: none; }

.calendar {
  overflow-y: hidden;
  background-color: white;
  padding-bottom: 0; }

.calendar__line {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }

.calendar__date {
  display: inline-block;
  text-align: center;
  width: 57px;
  text-align: center;
  padding: 0.5em 0;
  margin: 0 10px;
  font-size: 18px;
  text-decoration: none; }

.calendar__date:hover {
  background-color: #f6f6f6; }

.calendar__date--selected {
  background-color: #f6f6f6; }

a.calendar__date--weekend {
  /* font-weight: 600; */
  color: #84b6a0; }
a.calendar__date.calendar__date--selected {
    text-decoration: none;
}
a.calendar__date--disabled {
  color: #d1d1d1; }

.calendar__day {
  display: block;
  font-size: 13px; }

.calendar__month {
  display: block;
  font-size: 28px;
  padding: 10px;
}

.bonus-count {
color: #84b6a0;
}

#event_img img {
  max-width: 500px; }

#event_edit {
  margin: 3em 0; }

.event__timeframe {
    margin-left: auto;
    margin-bottom: 1em !important;
    font-weight: 300;
    text-align: center;
    margin-right: auto;
}

#event h3 {
  padding: 0.5em 0; }

.event__content {
  margin-top: 2em; }

footer {
  font-size: 13px;
  line-height: 1.3em;
  margin-top: 4em;
  color: #84b6a0; }

footer a {
  text-decoration: none; }

footer ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
  display: inline-block; }

footer ul li {
  padding: 0.2em 0; }

.footer__main {
  border-top: 2px #eee solid;
  padding-top: 4em !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer__main__logo {
  display: inline-block; }

.footer__main__logo img {
  width: 100px; }

.footer__social {
  padding: 20px; }

.footer__social span {
  padding: 0 0.5em; }

.footer__social span a {
  text-decoration: none; }

.footer__social svg path {
  fill: #84b6a0; }

.footer__social svg path:hover {
  fill: #515151; }

.footer__social svg {
  width: 25px; }

.footer__terms-n-conditions {
  padding: 20px;
  font-size: 12px; }

.footer__terms-n-conditions li {
  display: inline-block;
  padding-right: 10px; }

header {
  position: relative; }


#region-dropdown {
  position: absolute;
  top: 25px;
  left: 25px;
  color: #91a1b2;
  display: block !IMPORTANT;
  z-index: 100004;
 }

 @media (max-width: 767px) {
  #region-dropdown {
    top: 0px;
    left: 0px;
   } }

#region-dropdown a {
  text-decoration: none; }

#region-dropdown button {
  position: absolute;
  color: #84b6a0;
  font-family: Helvetica, sans-serif;
  font-weight:400;
  border: 0 !important;}

#region-dropdown button a {
  text-decoration: none;
  color: #84b6a0;}

#lyd-banner {
  max-width: 850px;
  padding-top: 25px;
  margin-left: auto;
  margin-right: auto; }

#lyd-banner img {
  width: 100%; }

#login-wrapper {
  position: absolute;
  right: 25px;
  top: 25px; }

#login-wrapper a.sign-up {
  padding: 4px;
  background-color: white;
  border: unset;
  border-bottom: 3px #84b6a0 solid; }

#login-wrapper a {
  text-decoration: none; }

section.jobs__content {
  background-color: white;
  padding: 3em 0 5em 0;
  width: 100%;
  max-width: 970px;
}

#main-region-selector {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#main-region-selector .dropdown-menu {
  width: 400px;
  left: 50% !IMPORTANT;
  margin-left: -200px;
}

#main-region-selector .dropdown-menu a {
  color: black;
  background-color: white;
}
#main-region-selector .dropdown-menu a:hover{
  background-color: #84b6a0;
  color: white;
}

section.jobs__content .index-listing {
  background-color: white; }

section.jobs__content .index-listing h4 {
  font-size: 17px;
  padding: 0.3em 0; }

section.jobs__content .index-listing h4 a {
  text-decoration: none; }

.job_initial table {
  width: 100%;
  margin: 1em auto;
  padding: 1em 0; }

.job_initial th {
  text-align: left;
  text-transform: uppercase;
  font-size: 0.8em; }

.job_initial td {
  padding: 10px 2px;
  border-top: solid 1px #eee; }

#search-form {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto; }


#search-form .search-input {
  width: -webkit-calc(75% - 0px);
  width: calc(75% - 0px);
  padding: 13px 20px;
  margin-right: 2px;
  background-color: #eee;
  border: #afafaf solid 0px;
  font-size: 16px;
  color: #515151;
}

#search-form .search-input::-webkit-input-placeholder {
  color: #ccc; }

#search-form .search-input:-ms-input-placeholder {
  color: #ccc; }

#search-form .search-input::-ms-input-placeholder {
  color: #ccc; }

#search-form .search-input::placeholder {
  color: #ccc; }

#search-form .search-input:focus {
  background-color: #fafafa; }

#search-form .search-btn {
  padding: 10px;
  font-weight: 500;
  text-transform:uppercase;
  background-color: #afafaf;
  font-size: 16px;
  border: 3px solid #afafaf;
  /* width: -webkit-calc(25% - 26px) !important;
  width: calc(25% - 26px) !important; */
  width: -webkit-calc(25% - 2px) !important;
  width: calc(25% - 2px) !important;
  color: white ; }

#search-form .search-btn:hover {
  background-color: #84b6a0;
  color: white;
  border-color: #84b6a0; }

#search_results .search__content {
  margin-bottom: 1em; }

#search_results .search__content h3 {
  padding-bottom: 0.5em; }

#search_results .search__content a {
  display: block;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  padding: 10px 0; }

#search_results .search__content a:hover {
  background-color: #fafafa;
  padding-left: 10px;
  padding-right: 10px; }

#search_results .search__content a.more_results {
  color: #9e9e9e; }

#search_results .search__content a.more_results:hover {
  background-color: white;
  padding-left: 0;
  padding-right: 0; }

#user-bar-wrapper {
  background-color: #84b6a0; }

#user-bar-wrapper #user-bar {
  margin: auto;
  color: white;
  font-size: 14px; }

#user-bar-wrapper #user-bar a {
  font-weight: 600;
  color: white;
  display: inline-block;
  padding: 10px 10px 5px 10px;
  text-decoration: none;
  border-bottom: 5px solid #84b6a0; }

#user-bar-wrapper #user-bar a:hover {
  background-color: #84b6a0;
  border-bottom: 5px solid #84b6a0; }

#user-bar-wrapper #user-bar a.selected {
  border-bottom: 5px solid white; }

#user-bar-wrapper #user-bar a.user-bar-help {
  font-weight: 200; }

#user-bar-wrapper #user-bar .user-bar-login {
  font-size: 12px;
  position: absolute;
  right: 20px;
  color: white;
  background-color: #84b6a0; }

#user-bar-wrapper #user-bar .user-bar-login a {
  font-weight: 300; }

#user-bar-wrapper #user-bar .user-bar-login svg {
  width: 12px;
  fill: #84b6a0; }

#user-bar-wrapper #user-bar .profile_dropdown_open a {
  font-weight: 300 !important; }

#user-bar-wrapper #user-bar .profile_dropdown_open a.profile_dropdown_close {
  cursor: pointer;
  width: 1em; }

#user-bar-wrapper #user-bar .profile_dropdown_open a.profile_dropdown_close svg {
  fill: white; }

#user-bar-wrapper {
  background-color: #84b6a0; }

#user-bar-wrapper #user-bar {
  margin: auto;
  color: white;
  font-size: 14px; }

#user-bar-wrapper #user-bar .your-listings {
  font-weight: 600;
  color: black;
  }

#user-bar-wrapper #user-bar a {
  font-weight: 600;
  color: white;
  display: inline-block;
  padding: 10px 10px 5px 10px;
  text-decoration: none;
  border-bottom: 5px solid #84b6a0; }

#user-bar-wrapper #user-bar a:hover {
  background-color: #84b6a0;
  border-bottom: 5px solid #84b6a0; }

#user-bar-wrapper #user-bar a.selected {
  border-bottom: 5px solid white; }

#user-bar-wrapper #user-bar .right-border {
  border-right: 1px solid black; }

#user-bar-wrapper #user-bar a.user-bar-help {
  font-weight: 200; }

#user-bar-wrapper #user-bar .user-bar-login {
  font-size: 12px;
  position: absolute;
  right: 20px;
  color: white; }

#user-bar-wrapper #user-bar .user-bar-login a {
  font-weight: 300; }

#user-bar-wrapper #user-bar .user-bar-login svg {
  width: 12px;
  fill: white; }

#user-bar-wrapper #user-bar .profile_dropdown_open a {
  font-weight: 300 !important; }

#user-bar-wrapper #user-bar .profile_dropdown_open a.profile_dropdown_close {
  cursor: pointer;
  width: 1em; }

#user-bar-wrapper #user-bar .profile_dropdown_open a.profile_dropdown_close svg {
  fill: white; }

.green {
  color: #84b6a0; }

.grey {
  color: #d1d1d1; }

button {
  font-size: 1rem; }

a.btn, .btn, button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  padding: 10px;
  margin: 0;
  background-color: transparent;
  font-weight: 600;
  width: auto;
  border: 1px #515151 solid;
  color: #515151; }

a.btn:hover, .btn:hover, button:hover {
  border-width: 1px;
  border-style: solid;
  border-color: #515151;
  background-color: white; }

a.btn--black:hover, .btn--black:hover {
  border-color: #84b6a0; }

a.btn--green, .btn--green {
  color: #84b6a0;
  border-color: #84b6a0; }

a.btn--green:hover, .btn--green:hover {
  border-color: #515151; }

a.btn--green-strong, .btn--green-strong {
  color: #84b6a0;
  border-color: #84b6a0; }

a.btn--green-strong:hover, .btn--green-strong:hover {
  border-color: #84b6a0; }

a.btn--green-solid, .btn--green-solid {
  color: white;
  background-color: #84b6a0;
  border-color: #84b6a0; }

a.btn--green-solid:hover, .btn--green-solid:hover {
  background: #84b6a0;
  border-color: #84b6a0; }

a.btn--white-solid, .btn--white-solid {
  background-color: white; }

a.btn--white-solid:hover, .btn--white-solid:hover {
  background: transparent; }

a.btn--small, .btn--small {
  font-size: 14px;
  padding: 7px; }

a.btn--light, .btn--light {
  font-weight: 300; }

.caption {
  font-size: 12px;
  padding: 5px;
  color: #b7b7b7; }

.well {
  padding: 20px;
  border-radius: 7px;
  margin: 1em auto 0 auto; }

.well h3 {
  margin: 0 0 0.25em 0; }

.well p:first-child {
  margin-top: 0; }

.well p:last-child {
  margin-bottom: 0; }

.well--square {
  border-radius: 0px; }

.well--no-margin {
  margin: 0; }

.well--grey {
  background-color: #eee; }

.well--grey a {
  color: #515151; }

.well--navy {
  background-color: #e3edf7; }

.well--navy a {
  color: #153b62; }

.well--green-solid, .well--green {
  background-color: #84b6a0;
  color: white; }

.well--green-solid a, .well--green a {
  color: white; }

.well--green-border {
  background-color: white;
  border: 1px solid #84b6a0; }

.well--green-neon-light {
  background-color: #eee;
  color: #84b6a0; }

.well--black {
  background-color: #515151;
  color: white; }

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  text-align: left; }

.table th {
  font-weight: 600;
  padding: 0.5em 2em; }

.table td {
  font-weight: 300;
  vertical-align: top;
  border-bottom: 1px solid #51515133;
  padding: 0.5em 2em; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #51515133; }

.table--no-margin {
  margin: 0; }

.table--white-border td, .table--white-border thead th {
  border-bottom-color: white; }

.table--grey-border td, .table--grey-border thead th {
  border-bottom-color: #d1d1d1; }

.table--green-border td, .table--green-border thead th {
  border-bottom-color: #84b6a0; }

.svg--green {
  fill: #84b6a0; }

.svg--neon {
  fill: #84b6a0; }

.dropdown-menu, nav .more-menu ul {
  left: 0;
  background-color: #84b6a0;
  list-style-type: none;
  min-width: 300px; }

.dropdown-menu li:first-child a, nav .more-menu ul li:first-child a {
  padding-top: 10px; }

.dropdown-menu li:last-child a, nav .more-menu ul li:last-child a {
  padding-bottom: 10px; }

.dropdown-menu a, nav .more-menu ul a {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  color: white;
  font-weight: 300;
  /* padding: 0.25em 2em 0.25em 1em; */
  border-bottom: 1px solid #84b6a0; }

.dropdown-menu a:last-child { border-bottom: none; }


.dropdown-menu a:hover, nav .more-menu ul a:hover {
  background-color: #515151;
  color: #84b6a0; }

.form--required {
  color: red;
  font-size: 18px; }

#authenticated_footer_panel {
  list-style-type: none;
  background-color: #f1fdf8;
  padding: 16px; }

.search-container
{
padding: 5px;
}
.search-tagline {
  text-align: center;
  margin-top: 0px;
  padding-top: 0px;
}


/* Bootstrap 4 Nav */
.navbar-toggler {
  background-color: transparent;
}
/*
.navbar-light .navbar-nav .nav-link {
  color:#84b6a0;
  text-align: center;
}*/
.navbar-light .navbar-toggler {
  border-color: transparent;
}

.hide-dropdown-arrow.dropdown-toggle::after {
  display: none;
}
/*
.navbar-toggler {
  position: absolute;
  right: 25px;
  top: -210px;
}
*/
.navbar-light .navbar-nav .show>.nav-link {
  color:#84b6a0;
}

footer .col-md-2 {
  text-align: left;
}

footer a {
  color: #959595 !important;
}

.top-pad {
  padding-top: 30px ;
}


.description-text-pre-wrap {
  white-space: pre-wrap;
  padding: 30px 0;
}

/* Homepage Feature Sections  */

.feature-caption {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  width: 100%;
  min-height: 40%;
}

.feat-caption-title {
  font-size: 1.0em;
  font-weight: 600;
}

.feat-caption-excerpt{
  font-size: 13px;
  margin-bottom: 0px;
  line-height: 15px;
  font-weight: 300;
  min-height: 40px;
}
/* .feature-caption:hover, .feature-caption:focus{
  height:100%;
} */

.feat-OverlayEffect {
  height: auto;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.feat-OverlayEffect:hover{
  background-size:120%;
  -webkit-transition: all .8s;
  -moz-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}

.feat-image-md-col-4:hover .feature-caption, .feat-image-md-col-4:focus .feature-caption{
  /* height:calc(100% - 3em); */
  /* height: 50%; */
  padding-top: 30px;
  padding-bottom: 30px;
  transition:all 0.5s;
}

.feat-image-md-col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 31%;
  max-width: 31%;
  padding: 0;
}
.feature-image-3-col-ratio {
  position:relative;
  width: 100%;
  height: 0;
  padding-bottom: 70% ; /* % of width, defines aspect ratio*/

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 15px 0;
  overflow: hidden;
}

.feat-section-title {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.4em;
  color: #84b6a0;
  font-weight: 600;
}
.feat-section-copy {
  color: #858585;
  font-size: 14px;
  line-height: 20px;
  padding: 0 15%;
  font-weight: 300;
}
a.btn.btn-primary.feat-section-button {
  background-color: #afafaf;
  border: none;
  border-radius: unset;
  color: white;
  padding: 5px 20px;
  font-weight: 500;
  font-size: 15px;
  min-width: 150px;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
a.btn.btn-primary.feat-section-button:hover {
  background-color: #84b6a0;
}

.feat-section-wrap {
  border: 1px solid #cccccc;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.feat-section-image {
  padding: 0;
}
.nopadding {
  padding: 0;
}
.nolrpadding {
  padding-left: 0;
  padding-right: 0;
}
span.redtext {
  color:red !important;
}
.well--yellow-neon-light {
  background-color: #fefaba;
  color: #515151;
}
.dropdown-menu {
  padding: 0;
}
.dropdown-menu ul
{
  padding: 0;
}
.dropdown-menu li
{
  list-style: none;
  padding-left: 0;
}
.dropdown-menu li a
{
  padding-top: 10px;
  padding-bottom: 10px;
}
div.top-more-menu a {
  padding: .25rem 1.5rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

#lyd-banner {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.banner-inner {
  display: inline-block;
  position: relative;
  right: -50%;
}
#lyd-banner img {
  position: relative;
  left: -50%;
  width: unset
}

img.footer-logo-image {
  left: -10px;
  position: relative;
}

/* Responsive custom code */

@media (max-width: 1020px) {
.nolrpadding.mobilefriendly
  {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

@media (max-width: 960px) {
  .footer-logo-image {
    max-width: 100px;
  }
}

@media (max-width: 767px) {
  footer .col-md-2 {
    text-align: center;
    padding-top: 20px;
  }
  .footerlink {
    display: inline-block;
    margin: 7px;
    }
  .membership-status {
    display:none !important;
  }
  .business-detail section {
    padding-top: 30px;
  }
  .business-detail #details {
    padding-top: 20px;
  }
  h1 {
    text-align: center;
  }
  #login-wrapper {
    position: relative;
    text-align: center;
    right: unset;
  }
  .feat-image-md-col-4 {
    max-width: 100%;
    width: 100%;
  }
  img.footer-logo-image {
    left: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
.feature-caption {
  height: 100%;
}
}

@media (max-width: 576px){

}


@media (max-width: 451px){
.feature-caption {
  min-height: unset;
}
}

.table-responsive{
  width: 100%;
}


.table-responsive td,
.table-responsive th{
  text-align: center;
}

.table-responsive tr,
.table-responsive thead,
.table-responsive tbody{
  width: 100%;
}

.btn-always-full{
  width: 100% !important;
  margin-left: 0px !important;
  margin-right:0px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}


/* MOBILE TWEAKS */
@media (max-width: 768px){

  /* .navbar-toggler {
    top: -120px;
  } */
  .user-bar-login{
    display:none;
  }
  .row.content__three_col {
    display: block !important;
}


  .btn-full{
    width: 100% !important;
    margin-left: 0px !important;
    margin-right:0px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    position: relative !important;
  }

  .navbar{
    height: 0px;
    margin-top: 0px;
    padding: 0px 0px 0px 0px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    text-align: center;
    z-index: 100000;
    height: 40px;
  }

  .dropdown-menu {
    text-align: center;
  }

  .navbar-expand-md{

  }

  .nav-item{
    margin-top: 3px;
    margin-bottom: 3px;
  }

  .navbar-nav{
    background-color: #84b6a0;
    width: 100%;
    margin-left: 0%;
    opacity: .95;
  }
  .nav-link-dark{
    background-color: #515151 !important;
  }
  .navbar-nav a{
    color: white !important;
    font-weight: normal;
  }
  #search-form .search-btn {
    margin: 0px auto;
  }

  #login-wrapper {
    text-align: center;
    top: 0px;
  }

  .index-listing h2 {
    padding-bottom: 20px;
    /* text-align: center; */
  }
  .index-listing__image {
    background: white;
    overflow: hidden;
    text-align: left;
  }
  .events__listing .index-listing__content, .bus__listing .index-listing__content, .job__listing .index-listing__content, .blog__listing .index-listing__content  {
    padding: 30px !important;
  }
  .bus__listing .index-listing__image, .blog__listing .index-listing__image, .job__listing .index-listing__image   {
    background: white;
    overflow: hidden;
    /* padding: 0 20px 20px 20px; */
    text-align: center;
  }
  .bus__listing .badge-featured {
    top: 20px;
  }
  .job__listing .badge-featured {
    top: 20px;
  }
  .events__listing .badge-featured {
    top: 0px;
  }


  .package-table-individual:nth-child(3n+1) {
    margin-bottom:0px !important;
  }
  .package-table-individual:nth-child(3n+2) {
    margin-top:0px !important;
    margin-bottom:0px !important;
  }
  .package-table-individual:nth-child(3n+3) {
    margin-top:0px !important;
  }
}


@media (min-width: 460px) and (max-width: 768px){
  .events__listing .index-listing__content, .bus__listing .index-listing__content, .job__listing .index-listing__content, .blog__listing .index-listing__content  {
    padding: 10px 20px !important;
  }
  .events__listing img {
    object-fit: contain;
    height: 100%;
    width: 100%;
  }
  .events__listing h2 a, .bus__listing h2 a, .job__listing h2 a, .blog__listing h2 a {
    padding-bottom: 0px;
  }
  .events__listing h2, .bus__listing h2, .job__listing h2, .blog__listing h2 {
    padding-bottom: 0px !important;
  }
  .events__time {
    font-weight: 500;
  }
  .events__listing .description-text-pre-wrap, .bus__listing .description-text-pre-wrap, .job__listing .description-text-pre-wrap, blog__listing .description-text-pre-wrap {
    color: #808080;
    white-space: pre-wrap;
    padding: 0;
  }
 .badge-featured {
    display:none;
  }
  .bus__listing .index-listing__image img,  .job__listing .index-listing__image img, .blog__listing .index-listing__image img {
    object-fit: contain;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .bus__listing .index-listing h2 small, .job__listing .index-listing h2 small {
    font-size: 14px !important;
  }
}

@media (min-width: 460px) and (max-width: 575px){
  .events__listing h2 a, .bus__listing h2 a, .job__listing h2 a, .blog__listing h2 a{
    font-size: 17px;
  }
}

@media (max-width: 459px){

.events__time {
  font-size: 10px;
  font-weight: 500;
}
.index-listing h2 small {
  font-size: 12px !important;
}
.bus__listing .index-listing__content, .events__listing .index-listing__content, .job__listing .index-listing__content, .blog__listing .index-listing__content {
  padding: 5px 10px !important;
}
.bus__listing .index-listing__image img, .events__listing img, .job__listing .index-listing__image img, .blog__listing .index-listing__image img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}
.bus__listing h2 a, .events__listing h2 a, .job__listing h2 a, .blog__listing h2 a  {
  font-size: 13px;
  padding-bottom: 0px;
}
.bus__listing h2, .events__listing h2, .job__listing h2, .blog__listing h2 {
  font-size: 13px !important;
  font-weight: 500;
  padding-bottom: 0px !important;
}
.index-listing h2 small a{
  font-size: 12px !important;
}
.bus__listing .description-text-pre-wrap, .events__listing .description-text-pre-wrap, .job__listing .description-text-pre-wrap, .blog__listing .description-text-pre-wrap {
  color: #808080;
  white-space: pre-wrap;
  font-size: 10px;
  padding: 0;
}
.bus__listing .badge-featured, .events__listing .badge-featured, .job__listing .badge-featured {
  display:none;
}

}


.centertext {
  text-align: center !important;
}
form.form-control{
  border: none;
}



h1, h2, h3, h4 {
  color: #84b6a0;
}
h1 {
  font-size: 32pt;
  font-weight: 600;
  padding: 10px 0;
  letter-spacing: 0.5px;
  }
h2 {
  font-size: 26px;
  font-weight: 600;
}
h3 {
    font-size: 18px;
    font-weight: 600;
}
h4 {
  font-size: 14px;
  font-weight: 600;
}

.content.content--copy.form-control {
  padding: 25px;
}
.form-control {
  border: 3px solid #f2f2f2;
  border-radius: no;
  color: #808080;
}
.form-control label {
  font-size: 20px;
  font-weight: 600;
  padding: 0px 0;
  color: #b2b2b2;
}
.form-control input[type="text"], .form-control input[type="email"], .form-control input[type="url"], .form-control input[type="password"], .form-control input[type="number"], .form-control input[type="file"], .form-control textarea, .form-control select {
  border: 3px #f2f2f2 solid;
}
.btn--green-solid {
  color: white;
  background-color: #84b6a0;
  /* border-color: #9c9c9c; */
  border-radius: 5px;
  padding: 10px 50px !important;
  font-size: 15px !important;
  font-weight: 500;
}

.btn--green-solid.small {
  padding: 5px 30px !important;
  font-size: 12px !important;
}

button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  margin: 0;
  background-color: transparent;
  font-weight: 500;
}


.heading-btn, .btn-add {
  position: absolute;
  top: 0;
}
.btn-add {
  right: 0;
  top: 16px;
}
div#ui-datepicker-div {
  margin-left: 200px;
}

li.cat-listing {
  list-style-type: none;
  border-bottom: #cccccc 1px solid;
  line-height: 30px;
}
.cat-listing a {
  color: #808080;
  font-weight: 300;
  padding: 10px 0;
  vertical-align: middle;
}
li.cat-listing:hover {
  background-color: #f2f2f2;
  border-bottom: #cccccc 1px solid;
}
li.cat-listing:hover a {
  color: #84b6a0;
  font-weight: 600;
  padding-left: 20px;
  text-decoration: none;
}

.package-table-individual:nth-child(-n+3) {
  border: solid 1px #ccc;
}

.pricing-table td {
  border: solid 1px #84b6a0;
  text-align: center;
  padding: 20px;
  width: 30%;
}

tr.pricing-header {
  font-weight: 600;
  font-size: 23px;
  color: #84b6a0;
}

a.btn.btn--green-solid.float-right.small.btn-add {
  z-index: 1000;
}

.cc-banner.cc-theme-edgeless .cc-btn {
  background-color: #84b6a0;
}