@font-face {
  font-family: "AvenirNext";
  src: url("../../fonts/AvenirNext-Regular.woff2") format("woff2"), url("../../fonts/AvenirNext-Regular.woff2") format("woff"), url("../../fonts/AvenirNext-Regular.woff2") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../../fonts/AvenirNext-Medium.woff2") format("woff2"), url("../../fonts/AvenirNext-Medium.woff2") format("woff"), url("../../fonts/AvenirNext-Medium.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../../fonts/AvenirNext-Bold.woff2") format("woff2"), url("../../fonts/AvenirNext-Bold.woff2") format("woff"), url("../../fonts/AvenirNext-Bold.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
form.hidden-labels label {
  display: none;
}

form.inline-right-labels fieldset > div {
  position: relative;
}
form.inline-right-labels label.right {
  display: block;
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 12px;
  opacity: 0.6;
}

form.small-button input[type=submit].action {
  padding: 9px 30px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}

fieldset > div {
  margin-bottom: 30px;
}

input[type=text],
input[type=email],
textarea,
select {
  background-color: #f6f6f6;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
  width: 100%;
  height: 40px;
  padding: 2px 10px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: #000;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder { /* Most modern browsers support this now. */
  color: #000;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
textarea::placeholder,
select::placeholder { /* Most modern browsers support this now. */
  color: #000;
}

textarea {
  padding: 10px;
  min-height: 150px;
}

select {
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' xml:space='preserve'%3E%3Cpath d='M7 8c-.4 0-.7-.2-1-.4L.3 1.7C-.1 1.3-.1.7.3.3c.4-.4 1-.4 1.4 0L7 5.7 12.3.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L8 7.6c-.3.2-.6.4-1 .4z' fill='%23006375'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 14px 8px;
  background-position: 96% center;
  padding-left: 12px !important;
  padding-right: 30px;
}

select.select-narrow {
  background-size: 14px 8px;
  background-position: 96% center;
  padding-left: 12px !important;
  padding-right: 30px;
}

button.btn-secondary {
  background-color: #008B98;
}

.b-contact-form .block-title {
  margin-bottom: 30px;
}
.b-contact-form .block-content {
  padding-bottom: 20px;
}
.b-contact-form .btn-toolbar {
  text-align: right;
}

/* Font Sizing Reference

4.0rem = 64px
3.5rem = 56px
3.0rem = 48px
2.5rem = 40px
2.0rem = 32px
1.75rem = 28px
1.5rem = 24px
1.25rem = 20px
1.0rem = 16px

 */
* {
  letter-spacing: unset !important;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
  font-weight: 700;
}

h5, h6,
.h5, .h6 {
  font-weight: 500;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.2rem;
}

.c-hero__title {
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
}

.fs-7 {
  font-size: 0.9rem;
}

.no-transform:hover {
  transform: unset !important;
}

@media only screen and (min-width: 991px) {
  .w-lg-max {
    width: -moz-max-content !important;
    width: max-content !important;
  }
}

.c-copyrights a {
  text-decoration: none;
}

.c-copyrights a:hover {
  text-decoration: underline;
}

h4.color-primary {
  color: #006375;
}

h3.blue {
  color: #006375;
}

.b-tile__img {
  box-shadow: unset;
  -webkit-box-shadow: unset;
  border-radius: unset;
  position: relative;
}
.b-tile__link:hover .b-tile__img {
  transform: scale(1.1);
}
.b-tile__title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  bottom: 1.6rem;
  width: -moz-max-content;
  width: max-content;
}
.b-tile__item-wrapper {
  position: relative;
}

.b-article .slick-list {
  margin: unset;
  display: flex;
}
.b-article .slick-track {
  display: flex;
}
.b-article__main {
  height: 100%;
}
.b-article__title {
  font-size: 1.1rem;
  font-weight: 700;
}

.b-faq .b-faq__title_holder {
  background-color: #f6f6f6;
  color: #333;
}
.b-faq .b-faq__title_holder .b-faq__title {
  font-weight: 500;
}
.b-faq__icon-wrapper {
  width: 40px;
  height: 40px;
}
.b-faq__icon-wrapper .b-faq__icon-minus {
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.b-faq__icon-wrapper .b-faq__icon-plus {
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  transition: 150ms all;
  transform-origin: center;
  transform: translate(-50%, -50%) rotate(90deg);
}
.b-faq .showing-item .b-faq__icon-plus {
  transform: translate(-50%, -50%) rotate(0deg);
}

.b-faq.Primary.Colour .b-faq__title_holder {
  background-color: #006375;
  color: #fff;
}
.b-faq.Primary.Colour .b-faq__title_holder .b-faq__title {
  font-weight: 500;
}
.b-faq.Primary.Colour .b-faq__content {
  background-color: #f6f6f6;
}
.b-faq.Secondary.Colour .b-faq__title_holder {
  background-color: #008B98;
  color: #fff;
}
.b-faq.Secondary.Colour .b-faq__title_holder .b-faq__title {
  font-weight: 500;
}
.b-faq.Secondary.Colour .b-faq__content {
  background-color: #f6f6f6;
}

/* Form Block Elements */
.b-form-basic input[type=text],
.b-form-basic input[type=email],
.b-form-basic input[type=password],
.b-form-basic select {
  border: unset;
  background-color: #f6f6f6;
  border-radius: 0;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
.b-form-basic .text label,
.b-form-basic .dropdown label,
.b-form-basic .textarea label {
  font-weight: 500;
  font-size: 1rem;
}
.b-form-basic .userformsoptionset .middleColumn label {
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  font-size: 16px;
}
.b-form-basic .userformsoptionset legend.left {
  font-weight: 500;
  font-size: 1rem;
}
.b-form-basic .userformsgroup {
  padding: 16px;
  border-color: #cccccc;
}
.b-form-basic .userformsgroup > legend {
  padding-bottom: 12px;
}
.b-form-basic .field.dropdown .middleColumn:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background-size: cover;
  font-weight: unset;
  font-family: unset;
  font-size: unset;
  z-index: 10;
}

.b-gallery__slider {
  overflow: hidden;
}

/* Icon Block */
.b-icon .style-circle {
  border-radius: 50%;
  overflow: hidden;
}
.b-icon .style-square {
  border-radius: 0;
  overflow: hidden;
}
/* Partner Block */
@media (max-width: 1300px) {
  .b-partners .js-carousel__buttons {
    position: relative;
  }
}
.b-partners .c-carousel__slider-button {
  color: #006375;
}
@media (max-width: 1300px) {
  .b-partners .c-carousel__slider-button {
    margin: unset;
    top: unset;
    bottom: -30px;
    position: absolute;
    transform: translateX(-50%);
  }
}
.b-partners .c-carousel__slider-button--direction-prev {
  left: -4.5rem;
}
@media (max-width: 1300px) {
  .b-partners .c-carousel__slider-button--direction-prev {
    left: calc(50% - 45px);
    right: unset;
  }
}
.b-partners .c-carousel__slider-button--direction-next {
  right: -4.5rem;
}
@media (max-width: 1300px) {
  .b-partners .c-carousel__slider-button--direction-next {
    left: calc(50% + 45px);
    right: unset;
  }
}

/* Testimonials Block */
.b-testimonials__message {
  background-color: rgba(0, 0, 0, 0.05);
}
.b-testimonials__message:after {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.05);
}
.b-testimonials-simple__content {
  background-color: rgba(0, 0, 0, 0.05);
}
.b-testimonials-simple__content:after {
  border-color: rgba(0, 0, 0, 0.05) transparent transparent transparent;
}
.b-testimonials__position {
  color: #006375 !important;
  padding-top: 1rem;
}
.b-testimonials-simple__author-name {
  color: #006375 !important;
  padding-top: 1rem;
}
.b-testimonials .c-carousel__slider-button {
  color: #006375;
}
@media (max-width: 1300px) {
  .b-testimonials .c-carousel__slider-button {
    margin: unset;
    top: unset;
    bottom: -30px;
    position: absolute;
    transform: translateX(-50%);
  }
}
.b-testimonials .c-carousel__slider-button--dirention-prev {
  left: -4.5rem;
}
@media (max-width: 1300px) {
  .b-testimonials .c-carousel__slider-button--dirention-prev {
    left: calc(50% - 45px);
    right: unset;
  }
}
.b-testimonials .c-carousel__slider-button--dirention-next {
  right: -4.5rem;
}
@media (max-width: 1300px) {
  .b-testimonials .c-carousel__slider-button--dirention-next {
    left: calc(50% + 45px);
    right: unset;
  }
}
.b-testimonials-simple .c-carousel__slider-button {
  color: #006375;
}
@media (max-width: 1300px) {
  .b-testimonials-simple .c-carousel__slider-button {
    margin: unset;
    top: unset;
    bottom: -30px;
    position: absolute;
    transform: translateX(-50%);
  }
}
.b-testimonials-simple .c-carousel__slider-button--dirention-prev {
  left: -4.5rem;
}
@media (max-width: 1300px) {
  .b-testimonials-simple .c-carousel__slider-button--dirention-prev {
    left: calc(50% - 45px);
    right: unset;
  }
}
.b-testimonials-simple .c-carousel__slider-button--dirention-next {
  right: -4.5rem;
}
@media (max-width: 1300px) {
  .b-testimonials-simple .c-carousel__slider-button--dirention-next {
    left: calc(50% + 45px);
    right: unset;
  }
}

.b-testimonials--teal .b-testimonials-simple__content {
  background-color: white;
  color: #333333;
}
.b-testimonials--teal .b-testimonials-simple__content:after {
  border-color: rgb(255, 255, 255) transparent transparent;
}
.b-testimonials--teal .b-testimonials-simple__author-name,
.b-testimonials--teal .b-testimonials-simple__author-company {
  color: white !important;
}

.narrow-element {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
}

@media (min-width: 576px) {
  .narrow-element {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .narrow-element {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .narrow-element {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .narrow-element {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .narrow-element {
    max-width: 1320px;
  }
}
.narrow-element .main-content p:last-child {
  margin-bottom: 0;
}

.narrow-element .main-content {
  padding: 0 30px 45px;
}

@media (min-width: 992px) {
  .narrow-element .main-content {
    padding: 0 20px 40px 20px;
  }
}
@media (min-width: 1200px) {
  .narrow-element .main-content {
    padding: 10px 20px;
  }
}
.narrow-element .embed-responsive {
  background-color: white;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

[x-cloak] {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.x-center {
  left: 50%;
  transform: translateX(-50%);
}

.y-center {
  top: 50%;
  transform: translateY(-50%);
}

.xy-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/* Buttons */
button {
  background-color: transparent;
  border: 0;
}

/* Scrolling */
* {
  scroll-margin-top: 100px;
}

@media (max-width: 640px) {
  * {
    scroll-margin-top: 150px;
  }
}
html {
  scroll-behavior: smooth;
}

hr, .b-horizontal-rule {
  border: unset !important;
  width: 100%;
  height: 4px !important;
  background-color: #006375;
  border-radius: 2px;
  opacity: 0.5;
}

.b-horizontal-rule {
  margin: unset !important;
}

/* Backgrounds */
.bg-gray {
  background-color: #f6f6f6 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.transform-none:hover {
  transform: unset !important;
}

/* Flicker Fixed */
.c-hero:before {
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.default-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*  Image Overlay */
.image-overlay {
  position: relative;
  overflow: hidden;
}
.image-overlay__wrapper {
  position: absolute;
  padding: 1.5rem;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  z-index: 20;
}
.image-overlay__border-white {
  border: 1px solid #fff;
  height: 100%;
  width: 100%;
}
.image-overlay__border-teal {
  border: 1px solid #006375;
  height: 100%;
  width: 100%;
}
.image-overlay img {
  transition: all 500ms;
  z-index: 0;
}

.event_nav .c-button {
  background: #fff !important;
  color: #006375 !important;
}
@media (max-width: 991px) {
  .event_nav-link {
    width: 100%;
    padding-left: unset;
    padding-right: unset;
  }
}
.event_nav-link_text {
  top: 1px;
  position: relative;
}

.session-tile:hover img {
  transform: scale(1.1);
}
.session-tile img {
  transition: 500ms all;
}
.session-tile .icons-list__text {
  color: #333333;
}
.session-tile .c-button--theme-primary {
  font-size: 0.9rem;
  background-color: #fff !important;
}
.session-tile .c-button--theme-primary:hover {
  color: #fff !important;
  background-color: #006375 !important;
}
.session-tile .c-button--icon {
  height: 16px;
  width: 16px;
}

.event-block__title {
  font-size: 22px;
  font-weight: 600;
}

.section-header a {
  text-decoration: none;
}
.section-header h2 {
  font-size: 2rem;
}

.listings.grey {
  background-color: #f6f6f6;
}
.listings__filter-button__mobile.c-button--theme-primary {
  background-color: #fff !important;
}
.listings__filter-button__mobile.c-button--theme-primary:hover {
  transform: unset !important;
}
.listings__title {
  height: 30px;
  font-size: 20px;
  font-weight: 600;
  top: 2px;
}
.listings__style-icon {
  margin-left: 10px;
  cursor: pointer;
}
.listings__show-all {
  color: #006375;
  font-weight: 600;
}
.listings__show-all a {
  text-decoration: none;
}
.listings__show-all--active {
  color: #006375;
}
.listings__sorter {
  font-size: 15px;
}
.listings__sorter select {
  color: #333333;
  box-shadow: unset;
  height: 30px;
  background-color: #f6f6f6;
  font-size: 14px;
  border: none;
  padding-right: 48px !important;
  padding-left: 15px !important;
  margin-right: 10px;
}
.listings .container {
  background-color: #fff;
}
@media only screen and (max-width: 991px) {
  .listings .listings__filter-form {
    display: none;
    padding-top: 40px;
  }
}
.listings .listings__filter-form--show {
  display: block;
}
.listings__items {
  padding-top: 60px;
}
.listings__filters {
  padding-top: 3rem;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 991px) {
  .listings__filters {
    padding-bottom: 3rem;
  }
}
.listings__filters-plans button {
  margin-top: 0 !important;
}
.listings__filters-plans select {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 991px) {
  .listings__filters-plans select {
    margin-bottom: 15px !important;
  }
}
.listings__filters-bg {
  display: block;
  position: absolute;
  background-color: #f6f6f6;
  content: "";
  bottom: 0;
  top: 0;
  width: 200vw;
  transform: translateX(-50%);
  z-index: -10;
}
@media only screen and (max-width: 991px) {
  .listings__filters-bg {
    width: 200vw;
  }
}
.listings__filters-bg.left {
  width: 100vw;
  left: -100vw;
  transform: unset;
}
.listings__filters select {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: unset;
  border: unset;
}
.listings__filters .c-button--filter {
  background-color: #fff;
  padding: 12px !important;
}
.listings__filters .c-button--filter:hover {
  transform: unset;
  background-color: #fff;
}
.listings__filters .c-button--filter:focus {
  background-color: #fff;
}

.c-blogs {
  padding-top: unset;
}
.c-blogs__article {
  padding-bottom: unset;
  box-shadow: unset;
  border-radius: unset;
}
.c-blogs__article-image {
  border-radius: unset;
}
.c-blogs__article-content {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  padding-top: 0;
}
.c-blogs a {
  text-decoration: none;
}

.mobile-wrapper.open .collapse-container {
  display: block;
}
.mobile-wrapper.closed .collapse-container {
  display: none;
}
@media (min-width: 992px) {
  .mobile-wrapper .collapse-container {
    display: block !important;
  }
}

.c-pagination__link {
  border-radius: 0px;
  background-color: #fff;
  color: #006375;
  border: 1px solid #006375;
  font-size: 1.2rem;
  font-weight: normal;
}
.c-pagination__link:hover {
  color: #006375;
}
.c-pagination__link.arrow {
  border: unset;
  background-color: unset;
}

.c-blog-article {
  padding-top: unset;
}

.c-blog-article__recent .b-article__thumbnail-overlay {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.c-blog-article__recent .b-article__thumbnail-border {
  border: 1px solid #fff;
}
.c-blog-article__recent .b-article__carousel-item {
  display: flex;
}
.c-blog-article__recent .b-article__title {
  font-size: 1.1rem;
  font-weight: 700;
}
.c-blog-article__recent .slick-list {
  margin: unset;
  display: flex;
}
.c-blog-article__recent .slick-track {
  display: flex;
}

.c-blogs__sidebar-menu {
  background-color: #fff;
  border: 1px solid #006375;
  color: #006375;
}
.c-blogs__sidebar-icon {
  color: #006375;
  height: 1rem;
  width: 1rem;
}
.c-blogs__sidebar-link {
  background-color: #fff;
  border: 1px solid #006375;
  color: #006375 !important;
  font-size: 0.9rem;
  transition: all 150ms;
  text-decoration: none;
}
.c-blogs__sidebar-link:hover {
  background-color: #006375;
  color: #fff !important;
}
.c-blogs__article {
  background-color: #f6f6f6;
}
.c-blogs__article-featured .c-blogs__article-info {
  width: 46%;
}
@media (max-width: 991px) {
  .c-blogs__article-featured .c-blogs__article-info {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .c-blogs__article-content {
    display: none;
  }
}
.c-blogs__article-category {
  text-transform: uppercase;
  color: #006375;
  font-size: 0.9rem;
  font-weight: bold;
}
.c-blogs__article-image {
  height: auto;
  overflow: hidden;
}
.c-blogs__article-image__overlay {
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.c-blogs__article-image__border {
  height: 100%;
  width: 100%;
  border: 1px solid #fff;
}
.c-blogs__article-image img {
  transition: 500ms all;
}
.c-blogs__article-cta {
  border: 1px solid #006375;
  background-color: #ffffff;
  text-align: center;
  color: #006375;
  font-size: 0.9rem;
  transition: 150ms all;
}
.c-blogs a {
  color: #333333;
}
.c-blogs a:hover {
  color: #333333;
}
.c-blogs a:hover img {
  transform: scale(1.1);
}
.c-blogs a:hover .c-blogs__article-cta {
  color: #fff;
  background-color: #006375;
}

.franchise-tile .details-item {
  font-size: 0.9rem;
}
.franchise-tile a {
  text-decoration: none;
}
.franchise-tile .c-button {
  font-size: 0.9rem;
  background-color: #fff !important;
}
.franchise-tile:hover img {
  transform: scale(1.1);
}
.franchise-tile img {
  transition: 500ms all;
}

.c-hero__franchise {
  height: 600px;
}
.c-hero__franchise .c-hero-subtext {
  font-weight: 500;
}

.milestone-pagination a {
  text-decoration: none;
}
.milestone-pagination .c-pagination__link {
  border-radius: 0;
}
.milestone-pagination .c-pagination__link.active {
  background-color: #006375;
  color: #fff;
  font-weight: 500;
}

.c-menu__link {
  text-transform: unset;
  font-weight: 500;
  font-size: 16px;
  border-radius: unset;
  padding: 12px 15px 10px;
  position: relative;
  border-bottom: 2px solid transparent;
}
.c-menu__link-icon {
  top: 0px;
}
@media (min-width: 991px) {
  .c-menu__link:after {
    transition: all 150ms;
    z-index: 10;
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: calc(100% - 20px);
    background-color: transparent;
    bottom: -2px;
    left: 10px;
    padding: 0px 10px;
  }
  .c-menu__link:hover:after {
    background-color: #006375;
  }
}

.c-menu__link.phone-link:after {
  display: none !important;
}

.c-childmenu {
  padding-top: 0px;
  z-index: 15;
}
@media (min-width: 991px) {
  .c-childmenu__ul {
    top: -4px;
    position: relative;
  }
}
.c-childmenu__link {
  transition: all 150ms;
  font-weight: 400;
  font-size: 1rem;
  text-transform: unset;
  border-left: 4px solid transparent;
  padding: 16px 15px 15px 11px;
}
@media (min-width: 991px) {
  .c-childmenu__link:hover {
    padding-left: 15px;
    border-left: 4px solid #006375;
  }
}
@media (max-width: 992px) {
  .c-childmenu__link:hover {
    color: #333333 !important;
  }
}
@media (max-width: 992px) {
  .c-childmenu__ul {
    box-shadow: unset;
  }
}

.c-header__logo {
  flex-basis: unset;
  -webkit-flex-basis: unset;
  -ms-flex-preferred-size: unset;
}

.phone-link {
  background: transparent;
  border-width: 1px;
  border-style: solid;
  padding: 12px 20px;
}
@media (max-width: 992px) {
  .phone-link {
    padding: 12px 15px;
    margin: 5px 15px;
    justify-content: center;
  }
}

.c-hero-slider__main:before {
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  body .c-menu__list .c-menu__link-icon__wrapper {
    background-color: rgba(255, 255, 255, 0.25);
  }
}

.c-button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  border-style: solid;
  border-radius: 0px;
  color: #d6d6d6;
  cursor: pointer;
  display: inline-block;
  font-family: "AvenirNext", sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 30px 15px;
  text-align: center;
  transition: all 0.2s ease;
  vertical-align: middle;
  white-space: nowrap;
}
.c-button:hover {
  text-decoration: none;
  transform: scale(0.95);
}
.c-button--theme-primary {
  background-color: transparent !important;
  border-color: #006375;
}
.c-button--theme-primary.color-hover:hover {
  background-color: #006375 !important;
  color: #fff !important;
}
.c-button--theme-secondary {
  background-color: transparent !important;
  border-color: #008B98;
}
.c-button--theme-secondary.color-hover:hover {
  background-color: #008B98 !important;
  color: #fff !important;
}
.c-button--theme-tertiary {
  background-color: transparent !important;
  border-color: #ffffff;
}
.c-button--theme-quaternary {
  background-color: transparent !important;
  border-color: #d6d6d6;
}
.c-button--theme-quaternary.color-hover:hover {
  background-color: #d6d6d6 !important;
  color: #fff !important;
}

.c-menu__link.phone-link--theme-primary {
  background-color: transparent !important;
  color: #006375 !important;
  border-color: #006375;
}
.c-menu__link.phone-link--theme-secondary {
  background-color: transparent !important;
  color: #008B98 !important;
  border-color: #008B98;
}
.c-menu__link.phone-link--theme-tertiary {
  background-color: transparent !important;
  color: #ffffff !important;
  border-color: #ffffff;
}
.c-menu__link.phone-link--theme-quaternary {
  background-color: transparent !important;
  color: #d6d6d6 !important;
  border-color: #d6d6d6;
}

.b-form-basic .btn-toolbar.Actions input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  color: #006375;
  cursor: pointer;
  display: inline-block;
  font-family: "AvenirNext", sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 0;
  padding: 16px 30px 15px;
  text-align: center;
  transition: all 0.2s ease;
  vertical-align: middle;
  white-space: nowrap;
  background-color: transparent !important;
  border: 1px solid #006375;
  box-shadow: unset;
  -webkit-box-shadow: unset;
}
.b-form-basic .btn-toolbar.Actions input[type=submit]:hover {
  background-color: #006375 !important;
  color: #fff !important;
  text-decoration: none;
  transform: scale(1.075);
}

.b-child-page-navigation__link:hover {
  text-decoration: none;
}
.b-child-page-navigation__icon_holder {
  height: 110px;
  width: 110px;
  padding: 20px;
}
.b-child-page-navigation__icon {
  display: block;
}
.b-child-page-navigation__icon--active {
  display: none;
}
.b-child-page-navigation__icon_holder {
  background-color: white;
}
.b-child-page-navigation__title {
  color: #444444;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.b-child-page-navigation__page--active .b-child-page-navigation__icon_holder, .b-child-page-navigation__page:hover .b-child-page-navigation__icon_holder {
  background-color: #ED1C24;
}
.b-child-page-navigation__page--active .b-child-page-navigation__icon, .b-child-page-navigation__page:hover .b-child-page-navigation__icon {
  display: none;
}
.b-child-page-navigation__page--active .b-child-page-navigation__icon--active, .b-child-page-navigation__page:hover .b-child-page-navigation__icon--active {
  display: block;
}
.b-child-page-navigation__page--active .b-child-page-navigation__title, .b-child-page-navigation__page:hover .b-child-page-navigation__title {
  font-weight: 600;
}

.icon-primary {
  height: 20px;
  width: 20px;
  color: #006375;
}

.icons-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.icons-list li {
  display: flex;
}
.icons-list li:not(:last-child) {
  margin-bottom: 20px;
}

.icons-list__icon {
  align-items: center;
  display: flex;
  flex: 0 0 20px;
  height: 20px;
  justify-content: center;
  margin-right: 20px;
  width: 20px;
}
.icons-list__icon svg {
  fill: #3AC5CF;
  height: 100%;
  width: 100%;
}

.icons-list__text {
  color: #0098A6;
  flex: 0 1 calc(100% - 46px);
  font-size: 0.875rem;
  line-height: 1.3;
  position: relative;
  top: 2px;
}

.listing-page__hero-content {
  left: 50%;
  transform: translateX(-50%);
}
.listing-page__hero-background {
  position: relative;
  background-size: cover;
  background-position: center center;
  height: 80vh;
}
.listing-page__hero-background:after {
  content: "";
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.listing-page__hero-overlay {
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}
.listing-page__details-row:nth-child(odd) {
  background-color: #f6f6f6;
}
.listing-page__details-row {
  padding-top: 0.6rem !important;
}
.listing-page__details-row svg {
  margin-top: -4px;
}
.listing-page__details-row a {
  text-decoration: none;
}
.listing-page__details-col {
  border: 1px solid #e6e6e6;
  height: 100%;
}
.listing-page__link {
  border: 1px solid #006375;
  color: #006375;
  transition: all 150ms;
  text-decoration: none;
}
.listing-page__link:hover {
  transform: scale(0.95);
}
.listing-page__carousel-buttons .image-overlay .image-overlay__teal {
  transition: 200ms all;
}
.listing-page__carousel-buttons .image-overlay:hover .image-overlay__teal {
  background-color: rgba(0, 99, 117, 0.7);
}
.listing-page__carousel-buttons .image-overlay__wrapper {
  background-color: rgba(0, 0, 0, 0.1);
}
.listing-page__carousel-buttons .image-overlay__wrapper .image-overlay__border-white {
  transition: 200ms all;
  position: relative;
}
.listing-page__carousel-buttons .image-overlay__wrapper .zoom-icon {
  display: block;
  position: absolute;
  height: 30px;
  width: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.listing-page__carousel-buttons .image-overlay__wrapper .image-title {
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 5px;
  transform: translateX(-50%);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  text-align: center;
}
.listing-page__carousel-buttons .image-overlay__wrapper:hover .zoom-icon {
  opacity: 1;
}
.listing-page__carousel-buttons .slick-arrow {
  position: absolute;
  z-index: 10;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.listing-page__carousel-buttons .slick-arrow:before {
  display: none;
}
.listing-page__carousel-buttons .slick-arrow.slick-prev {
  left: -50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' xml:space='preserve' fill='%23006375'%3E%3Cpath d='M13 26c-.3 0-.5-.1-.7-.3L.5 14.3c-.3-.4-.5-.8-.5-1.3s.2-.9.5-1.3L12.3.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L2.1 13l11.6 11.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z' /%3E%3C/svg%3E");
}
.listing-page__carousel-buttons .slick-arrow.slick-next {
  right: -50px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' xml:space='preserve' fill='%23006375'%3E%3Cpath d='M1 26c.3 0 .5-.1.7-.3l11.8-11.4c.3-.3.5-.8.5-1.3s-.2-.9-.5-1.3L1.7.3C1.3-.1.7-.1.3.3c-.4.4-.4 1 0 1.4L11.9 13 .3 24.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3z'/%3E%3C/svg%3E");
}
.listing-page__carousel-buttons #arrowWrapper {
  margin-top: 50px;
  margin-bottom: 20px;
}
.listing-page__carousel-buttons #arrowWrapper .slick-prev {
  left: 10px;
}
.listing-page__carousel-buttons #arrowWrapper .slick-next {
  right: 10px;
}
.listing-page__carousel-buttons #arrowWrapper .slick-dots {
  top: calc(50% - 4px);
  transform: translateY(-50%);
}
.listing-page__carousel-buttons #arrowWrapper .slick-dots button:before {
  font-size: 10px;
  margin-right: 4px;
  color: #006375;
}
.listing-page__carousel-buttons #arrowWrapper .slick-dots:last-child {
  margin-right: 0;
}

.listing__divider {
  background-color: #006375;
  height: 2px;
  border-radius: 1px;
  width: 100%;
}

.image-overlay__long {
  overflow: hidden;
  transition: all 500ms;
  min-height: 360px;
}
@media only screen and (max-width: 990px) {
  .image-overlay__long {
    min-height: unset;
  }
}
.image-overlay__long--narrow {
  min-height: 300px;
}
@media only screen and (max-width: 990px) {
  .image-overlay__long--narrow {
    min-height: unset;
  }
}

.image-overlay__image {
  transition: all 500ms;
}

.listing {
  background-color: #f6f6f6;
}
.listing .stretched-link:hover .image-overlay img {
  transform: scale(1.1);
}
.listing .stretched-link:hover .image-overlay__image {
  transform: scale(1.1);
}
.listing__spec-icon {
  height: 20px;
  width: 20px;
  color: #006375;
}
.listing__spec-icon.not-available {
  color: #b6b6b6;
}
.listing__image-holder {
  min-height: 360px;
}
@media only screen and (max-width: 990px) {
  .listing__image-holder {
    min-height: unset;
  }
}
.listing__image-holder--narrow {
  min-height: 300px;
}
@media only screen and (max-width: 990px) {
  .listing__image-holder--narrow {
    min-height: unset;
  }
}
.listing__price {
  font-size: 22px;
  font-weight: 600;
}
.listing__contact_summary {
  font-weight: 600;
}
.listing__viewing-title {
  font-size: 14px;
  font-weight: 600;
}
.listing__viewing-details {
  font-size: 14px;
}

.listing__thumbnail-holder .slick-track {
  margin: 0;
}

.listing__spec-icons__value {
  font-size: 14px;
  font-weight: 500;
}

.listing__tag {
  top: 0;
  left: 0;
  background-color: #006375;
  line-height: 12px;
  z-index: 1;
  transform: rotate(-45deg) translate(-30%, -40%);
  text-align: center;
}
.listing__tag img {
  padding-right: 3px;
}
.listing__tag__title {
  color: #FFFFFF;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 12px;
}

.listing--long .listing__tag {
  left: 0;
  right: initial;
}

.listing__other-information {
  background-color: #F6F6F6;
}
.listing__other-information table {
  border-radius: 2px;
  font-size: 16px;
  border: none;
  background-color: white;
}
.listing__other-information table thead {
  border-bottom: 4px solid #ED1C24;
}
.listing__other-information table thead th {
  padding: 10px 15px;
  font-weight: 600;
  border: none;
}
.listing__other-information table tbody tr:nth-child(even) {
  background-color: #F6F6F6;
}
.listing__other-information table tbody td {
  padding: 10px 15px;
  font-weight: 300;
  border: none;
}
.listing__other-information table tbody td:last-child {
  font-weight: 600;
}

.listing__calendar {
  color: #006375;
  font-size: 12px;
  font-weight: 600;
}

.listing__info-window {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px 2px 0 0;
  background-color: #FFFFFF;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
}

.b-listings .slick-track {
  display: flex;
}
.b-listings .slick-slide {
  height: auto;
}
.b-listings .slick-slide > div {
  height: 95%;
}
.b-listings .slick-slide .listing--long {
  height: 100%;
}
.b-listings .slick-slide .listing--long .row {
  height: 100%;
  overflow: hidden;
}

.b-listings__carousel .listing {
  margin-bottom: 10px;
}

.listing__map {
  height: 450px;
}

.listing-page__slider .slick-next:before, .listing-page__slider .slick-prev:before {
  color: #e40000;
}
.listing-page__slider .slick-next {
  right: -16px;
}
.listing-page__slider .slick-prev {
  left: -16px;
}
.listing-page__slider img {
  outline: none;
}
.listing-page__slider img:focus {
  outline: 0;
}

.session.modal .booking-modal-icon {
  height: 20px;
  width: 20px;
  color: #006375;
  margin-right: 1rem;
}
.session.modal form {
  margin-top: 30px;
}
.session.modal .modal-content {
  background-color: #f6f6f6;
  border-radius: 0.7rem;
}
.session.modal .modal-content .modal-header {
  border-bottom-width: 0;
  padding-top: 0 !important;
}
.session.modal .session-image img {
  max-width: 100%;
  border-radius: 7px;
  margin-bottom: 25px;
}
.session.modal .session-details-header {
  margin-bottom: 1.3rem;
  padding-bottom: 18px;
  border-bottom: 2px solid #dddddd;
}
.session.modal .session-details .detail {
  margin-bottom: 18px;
  font-size: 0.9rem;
}
.session.modal .session-details .detail img {
  vertical-align: text-bottom;
  height: 20px;
  margin-right: 15px;
}
.session.modal .session-details .detail.middle img {
  vertical-align: middle;
}
.session.modal .form-fields label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.session.modal .form-fields div.field {
  margin-bottom: 1rem;
}
.session.modal .form-fields input[type=text] {
  background-color: #f6f6f6;
  border: unset;
  border-radius: unset;
}
.session.modal .form-fields input[type=email] {
  background-color: #f6f6f6;
  border: unset;
  border-radius: unset;
}
.session.modal .form-fields select {
  background-color: #f6f6f6;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}
.session.modal .session-description-holder {
  line-height: 1.2;
}

.summary-card {
  max-width: 700px;
  margin-bottom: 20px;
  border-radius: 3px;
  border-top: 5px solid #ED1C24;
  background-color: #fff;
  box-shadow: 4px 8px 6px #dddddd;
}
.summary-card .feature-media.map {
  width: 100%;
}
.summary-card .feature-media.map iframe {
  width: 100%;
  height: 200px;
}
.summary-card .content.contact h4 {
  font-weight: bold;
  padding: 20px 0;
  margin: 0 20px 20px 20px;
  border-bottom: 2px solid #dddddd;
}
.summary-card .content.contact .contact-details .detail {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
}
.summary-card .content.contact .contact-details .detail img {
  height: 20px;
  margin-right: 30px;
  vertical-align: text-bottom;
}
.summary-card .content.contact .contact-details .detail span {
  display: inline-block;
}
.summary-card .content.contact .contact-details .detail.super img {
  vertical-align: super;
}
.summary-card .content.contact .section-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.summary-card .content.contact .section {
  position: relative;
  padding: 25px 25px 0;
}
.summary-card .content.contact .section--social-media-holder {
  display: flex;
  flex-direction: column;
  padding: 0 25px 25px;
}
.summary-card .content.contact:after {
  display: block;
  clear: both;
  content: "";
}
.summary-card .content.contact .social-media {
  display: flex;
  align-items: center;
  padding-bottom: 25px;
}
.summary-card .content.contact .social-media .social {
  height: 44px;
  width: 44px;
  margin: 0 10px;
  border-radius: 50%;
  box-shadow: 1px 4px 14px 0px #dddddd;
}
.summary-card .content.contact .social-media .social img {
  display: block;
  margin: 13px auto;
  width: 18px;
  height: 18px;
}
.summary-card .content.contact .social-media span:first-child {
  margin-left: 0;
}
.summary-card .content.contact .mail-link {
  padding: 7px 10px;
  font-family: "AvenirNext", sans-serif;
  font-size: 1.1rem;
  width: 100%;
}

.contact-information {
  flex-wrap: wrap;
  padding-top: 24px;
}
.contact-information h4 {
  margin-bottom: 1.8rem;
  font-family: "AvenirNext", sans-serif;
  font-weight: bold;
}
.contact-information .contact-details {
  font-size: 0.9rem;
}
.contact-information .contact-details a {
  text-decoration: none;
}
.contact-information .social-media {
  position: relative;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #006375;
  transition: 150ms all;
}
.contact-information .social-media:hover {
  transform: scale(1.1);
}
.contact-information .social-media__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.contact-information .map .google-map {
  height: 400px;
}
@media (max-width: 990px) {
  .contact-information .map .google-map {
    height: 600px;
  }
}
.contact-information .mail-link {
  display: block;
}
.contact-information .mail-link button {
  padding: 7px 10px;
  font-family: "AvenirNext", sans-serif;
  font-size: 1.1rem;
  width: 100%;
  max-width: 262px;
}

.b-staff-carousel a {
  text-decoration: none;
}
.b-staff-carousel a[aria-expanded=false] span.show {
  display: inline-block;
}
.b-staff-carousel a[aria-expanded=false] span.hide {
  display: none;
}
.b-staff-carousel a[aria-expanded=true] span.show {
  display: none;
}
.b-staff-carousel a[aria-expanded=true] span.hide {
  display: inline-block;
}
.b-staff-carousel .bio > :last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.b-staff-carousel-holder h3 {
  margin-bottom: 1.9rem;
  font-weight: bold;
}
.b-staff-carousel .slick-slide {
  height: unset;
}
.b-staff-carousel .slick-track {
  display: flex;
}
@media (max-width: 1300px) {
  .b-staff-carousel .slick-track {
    margin-bottom: 60px;
  }
}
.b-staff-carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  height: 24px;
  width: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.b-staff-carousel .slick-arrow:before {
  display: none;
}
.b-staff-carousel .slick-arrow.slick-prev {
  left: -55px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' xml:space='preserve' fill='%23006375'%3E%3Cpath d='M13 26c-.3 0-.5-.1-.7-.3L.5 14.3c-.3-.4-.5-.8-.5-1.3s.2-.9.5-1.3L12.3.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L2.1 13l11.6 11.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z' /%3E%3C/svg%3E");
}
@media (max-width: 1300px) {
  .b-staff-carousel .slick-arrow.slick-prev {
    top: unset;
    bottom: 0;
    left: calc(50% - 40px);
    transform: translateX(-50%);
  }
}
.b-staff-carousel .slick-arrow.slick-next {
  right: -55px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' xml:space='preserve' fill='%23006375'%3E%3Cpath d='M1 26c.3 0 .5-.1.7-.3l11.8-11.4c.3-.3.5-.8.5-1.3s-.2-.9-.5-1.3L1.7.3C1.3-.1.7-.1.3.3c-.4.4-.4 1 0 1.4L11.9 13 .3 24.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3z'/%3E%3C/svg%3E");
}
@media (max-width: 1300px) {
  .b-staff-carousel .slick-arrow.slick-next {
    top: unset;
    bottom: 0;
    left: calc(50% + 40px);
    transform: translateX(-50%);
  }
}

select {
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  border-radius: 2px;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  padding-left: 6px;
}

.range__value {
  font-size: 14px;
  color: #999999;
  font-weight: bold;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 10px 0;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 3px;
}

input[type=range]::-webkit-slider-thumb {
  height: 20px;
  width: 10px;
  border-radius: 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #006375;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #ffffff;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: #ffffff;
  border-radius: 3px;
}

input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 10px;
  border-radius: 1px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #006375;
  cursor: pointer;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 6px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #ffffff;
  border-radius: 3px;
}

input[type=range]::-ms-fill-upper {
  background: #ffffff;
  border-radius: 3px;
}

input[type=range]::-ms-thumb {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.05);
  border: 5px solid #ffffff;
  height: 26px;
  width: 26px;
  border-radius: 50px;
  background-color: #006375;
  cursor: pointer;
}

input[type=range]:focus::-ms-fill-lower {
  background: #ffffff;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ffffff;
}

.c-footer__phone a {
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
}
.c-footer__socials-link-holder {
  background-color: #006375;
  height: 44px;
  width: 44px;
}
.c-footer__socials-link-holder i {
  position: absolute;
  color: #fff;
}
.c-footer-links__link {
  font-size: 1.2rem;
}
.c-footer__newsletter-title {
  font-weight: 500;
  font-size: 1.4rem;
}
.c-footer .c-copyrights {
  font-size: 1rem;
  line-height: 1.2;
}
.c-footer .c-copyrights__content {
  letter-spacing: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.2;
}

.b-child-page-navigation__link:hover {
  text-decoration: none;
}
.b-child-page-navigation__icon_holder {
  height: 110px;
  width: 110px;
  padding: 20px;
}
.b-child-page-navigation__icon {
  display: block;
}
.b-child-page-navigation__icon--active {
  display: none;
}
.b-child-page-navigation__icon_holder {
  background-color: white;
}
.b-child-page-navigation__title {
  color: #444444;
  font-family: "Proxima Nova";
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.b-child-page-navigation__page--active .b-child-page-navigation__icon_holder, .b-child-page-navigation__page:hover .b-child-page-navigation__icon_holder {
  background-color: #ED1C24;
}
.b-child-page-navigation__page--active .b-child-page-navigation__icon, .b-child-page-navigation__page:hover .b-child-page-navigation__icon {
  display: none;
}
.b-child-page-navigation__page--active .b-child-page-navigation__icon--active, .b-child-page-navigation__page:hover .b-child-page-navigation__icon--active {
  display: block;
}
.b-child-page-navigation__page--active .b-child-page-navigation__title, .b-child-page-navigation__page:hover .b-child-page-navigation__title {
  font-weight: 600;
}

.c-hero-slider {
  max-height: 80vh;
  overflow: hidden;
}
@media (max-width: 992px) {
  .c-hero-slider {
    max-height: 100vh;
  }
}
.c-hero-slider__main {
  height: 80vh;
}
@media (max-width: 992px) {
  .c-hero-slider__main {
    height: 100vh;
  }
}
.c-hero-slider__text {
  color: #ffffff;
  line-height: 1.5;
  font-size: 1.3rem;
  font-weight: 500;
}
@media (max-width: 992px) {
  .c-hero-slider__text {
    font-size: 1.2rem;
  }
}
.c-hero-slider__title {
  color: #ffffff;
  line-height: 1.15;
  font-size: 3.1rem;
  font-weight: 700;
}
@media (max-width: 992px) {
  .c-hero-slider__title {
    font-size: 2rem;
  }
}
.c-hero-slider__slider-button {
  color: #ffffff;
  top: unset;
  bottom: 6rem;
}
.c-hero-slider__slider-button--direction-prev {
  left: 2rem;
}
.c-hero-slider__slider-button--direction-next {
  right: 2rem;
}
@media (max-width: 1251px) {
  .c-hero-slider__wrapper {
    margin-bottom: 2.6rem;
  }
}
.c-hero-slider__carousel .slick-dots {
  position: relative;
}
.c-hero-slider__carousel .slick-dots li.slick-active button {
  background: #FFFFFF !important;
}
.c-hero-slider__carousel .slick-dots li button {
  background: rgba(0, 0, 0, 0.3) !important;
  border: #FFFFFF 1px solid !important;
  height: 16px !important;
  width: 16px !important;
}

@media (max-width: 1300px) {
  .c-carousel__buttons {
    display: flex;
    justify-content: space-between;
    padding-top: 1.5rem;
  }
}

.c-carousel__slider-button--direction-prev, .c-carousel__slider-button--dirention-prev {
  left: -2.5rem;
}
@media (max-width: 1300px) {
  .c-carousel__slider-button--direction-prev, .c-carousel__slider-button--dirention-prev {
    left: 0;
  }
}

.c-carousel__slider-button--direction-next, .c-carousel__slider-button--dirention-next {
  right: -2.5rem;
}
@media (max-width: 1300px) {
  .c-carousel__slider-button--direction-next, .c-carousel__slider-button--dirention-next {
    right: 0;
  }
}

.modal .close {
  padding: 0;
  font-size: 3.6rem;
  margin: -1.5rem -1.5rem -1.5rem auto;
}
.modal--sm .modal-dialog {
  max-width: 750px;
}

.modal-header {
  border-bottom: 0;
  margin-bottom: 20px;
  padding-bottom: 0;
  position: relative;
  width: 100%;
}

.modal-title {
  font-size: 1.375rem;
}

.btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1;
  position: absolute;
  top: 0;
  right: 15px;
}

.modal-close {
  align-items: center;
  display: flex;
  height: 20px;
  justify-content: center;
  opacity: 1;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
}
.modal-close svg {
  fill: #6d6e71;
  height: 100%;
  transition: fill 0.2s;
  width: 100%;
}
.modal-close:hover svg {
  fill: #3AC5CF;
}

.modal-body {
  padding-bottom: 15px;
  padding-top: 0;
}

.modal-progress-bar {
  background: #E6E6E6;
  border-radius: 6px;
  height: 12px;
  margin: 0 15px 30px;
  width: 100%;
}
.modal-progress-bar--step-1 {
  background: linear-gradient(90deg, #006375 34%, #E6E6E6 34%);
}
.modal-progress-bar--step-2 {
  background: linear-gradient(90deg, #006375 66%, #E6E6E6 66%);
}
.modal-progress-bar--step-3 {
  background: #006375;
}

/* Modal Form */
.modal-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.modal-form fieldset {
  display: none;
}
.modal-form fieldset:first-of-type {
  display: block;
}
.modal-form label {
  color: #333;
  line-height: 18px;
}
.modal-form label.right {
  color: #006375;
}
.modal-form .field {
  flex: 1 0 100%;
  padding: 0 15px;
  position: relative;
}
.modal-form .field:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .modal-form .field.text, .modal-form .field.dropdown, .modal-form .field.hint {
    flex: 1 0 50%;
  }
}
.modal-form .field.hint {
  color: #006375;
  align-self: flex-end;
  padding-bottom: 8px;
}
.modal-form .field.field--full {
  flex: 1 0 100%;
}
.modal-form .field.field--required::after {
  color: #008B98;
  content: "Required";
  font-size: 0.75rem;
  position: absolute;
  right: 25px;
  top: 38px;
}
.modal-form .field.field--required input {
  padding-right: 65px;
}
.modal-form .field .is-invalid {
  border: 1px solid red;
}
.modal-form input.text,
.modal-form textarea,
.modal-form select {
  background-color: #f6f6f6;
  border: unset;
  border-radius: unset;
  box-shadow: unset;
}
.modal-form input.text::-webkit-input-placeholder,
.modal-form textarea::-webkit-input-placeholder,
.modal-form select::-webkit-input-placeholder {
  color: #333;
  font-size: 1rem;
}
.modal-form input.text::-moz-placeholder,
.modal-form textarea::-moz-placeholder,
.modal-form select::-moz-placeholder {
  color: #333;
  font-size: 1rem;
}
.modal-form input.text:-ms-input-placeholder,
.modal-form textarea:-ms-input-placeholder,
.modal-form select:-ms-input-placeholder {
  color: #333;
  font-size: 1rem;
}
.modal-form input.text:-moz-placeholder,
.modal-form textarea:-moz-placeholder,
.modal-form select:-moz-placeholder {
  color: #333;
  font-size: 1rem;
}
.modal-form input.text:focus::-webkit-input-placeholder,
.modal-form textarea:focus::-webkit-input-placeholder,
.modal-form select:focus::-webkit-input-placeholder {
  color: #008B98;
}
.modal-form input.text:focus::-moz-placeholder,
.modal-form textarea:focus::-moz-placeholder,
.modal-form select:focus::-moz-placeholder {
  color: #008B98;
}
.modal-form input.text:focus:-ms-input-placeholder,
.modal-form textarea:focus:-ms-input-placeholder,
.modal-form select:focus:-ms-input-placeholder {
  color: #008B98;
}
.modal-form input.text:focus:-moz-placeholder,
.modal-form textarea:focus:-moz-placeholder,
.modal-form select:focus:-moz-placeholder {
  color: #008B98;
}
.modal-form textarea {
  padding: 10px;
}

.modal-form__btns-group {
  flex: 1;
  margin: 0;
}

.franchise-success__check {
  display: flex;
  align-items: center;
  margin: 4rem 0;
  fill: #fff;
}
.franchise-success__check img {
  width: 75px;
  height: 75px;
  margin-right: 26px;
}
.franchise-success__check h3 {
  flex-grow: 1;
  font-size: 1.875rem;
  margin: 0;
}

.hero-items__item a:hover {
  text-decoration: none;
}
.hero-items__item--margin {
  margin-left: 50px;
}
@media only screen and (max-width: 992px) {
  .hero-items__item--margin {
    margin-left: 0;
    margin-right: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .hero-items__item--margin {
    margin: 0;
  }
}
.hero-items__icon {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
}
.hero-items__title {
  font-size: 1rem;
  color: #444;
  font-weight: 300;
}

/* Inner Page Hero Items */
.c-hero__t-cell, .c-hero-slider__t-cell {
  height: 400px;
  padding-top: 100px;
}
.c-hero video#heroVideo, .c-hero-slider video#heroVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

.b-slider__content {
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  margin-top: 20rem;
}
.b-slider__content-link {
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.b-slider__slide-image {
  background-size: cover;
}
.b-slider__button {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 50;
}
.b-slider__button-left {
  left: 25%;
}
.b-slider__button-right {
  right: 25%;
}
.b-slider__button-icon {
  position: absolute;
  top: 50%;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .b-slider__button {
    top: 25%;
    left: 50%;
  }
}
.b-slider__overlay {
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}
.b-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  height: 30px;
  width: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.b-slider .slick-arrow:before {
  display: none;
}
.b-slider .slick-arrow.slick-prev {
  left: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M13 26c-.3 0-.5-.1-.7-.3L.5 14.3c-.3-.4-.5-.8-.5-1.3s.2-.9.5-1.3L12.3.3c.4-.4 1-.4 1.4 0 .4.4.4 1 0 1.4L2.1 13l11.6 11.3c.4.4.4 1 0 1.4-.2.2-.4.3-.7.3z' /%3E%3C/svg%3E");
}
.b-slider .slick-arrow.slick-next {
  right: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='26' xml:space='preserve' fill='%23ffffff'%3E%3Cpath d='M1 26c.3 0 .5-.1.7-.3l11.8-11.4c.3-.3.5-.8.5-1.3s-.2-.9-.5-1.3L1.7.3C1.3-.1.7-.1.3.3c-.4.4-.4 1 0 1.4L11.9 13 .3 24.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3z'/%3E%3C/svg%3E");
}
@media (max-width: 992px) {
  .b-slider .slick-arrow {
    top: 25%;
  }
}

.b-card-list {
  /* Slick */
}
.b-card-list__link:hover .b-card-list__image {
  transform: scale(1.1);
}
.b-card-list__image {
  z-index: 0;
  transition: all 500ms;
}
.b-card-list__title {
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  bottom: 2.4rem;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
}
.b-card-list__overlay {
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 10;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.b-card-list__overlay-border__white {
  border: 1px solid #fff;
}
.b-card-list .slick-slide {
  margin: 0 0.75rem;
}
.b-card-list .slick-list {
  margin: 0 -0.75rem;
}

.icon-checkbox-list {
  width: 100%;
}
.icon-checkbox-list__option {
  width: 100%;
  border: 1px solid #006375;
  position: relative;
  margin-bottom: 10px;
}
.icon-checkbox-list__option label {
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
}
.icon-checkbox-list__option label:before {
  background-color: #F6F6F6;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20'%3E%3Cpath d='m22.438 2.947-2.792-2.8a.5.5 0 0 0-.708 0l-11.792 11.8a.5.5 0 0 1-.708 0l-2.792-2.8a.5.5 0 0 0-.708 0l-2.792 2.8a.5.5 0 0 0 0 .707l6.292 6.293a.5.5 0 0 0 .708 0l15.292-15.3a.5.5 0 0 0 0-.7Z' fill='%23E6E6E6' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
  height: 34px;
  padding: 5px;
  position: absolute;
  right: 0;
  width: 34px;
  z-index: 100;
}
.icon-checkbox-list__option input {
  display: none;
}
.icon-checkbox-list__option input:checked + label {
  color: #006375;
}
.icon-checkbox-list__option input:checked + label:before {
  background-color: #006375;
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 20'%3E%3Cpath d='m22.438 2.947-2.792-2.8a.5.5 0 0 0-.708 0l-11.792 11.8a.5.5 0 0 1-.708 0l-2.792-2.8a.5.5 0 0 0-.708 0l-2.792 2.8a.5.5 0 0 0 0 .707l6.292 6.293a.5.5 0 0 0 .708 0l15.292-15.3a.5.5 0 0 0 0-.7Z' fill='%23FFFFFF' fill-rule='nonzero'/%3E%3C/svg%3E%0A");
}
.icon-checkbox-list__option input:checked + label svg {
  opacity: 1;
}
.icon-checkbox-list__option span {
  color: #333333;
}
.icon-checkbox-list__option svg {
  display: block;
  margin: 3.5rem auto 2rem;
  max-width: 65px;
  opacity: 0.4;
}

.grey-divider {
  height: 4px;
  width: 100%;
  border-radius: 2px;
  background-color: #dddddd;
}
.grey-divider--narrow {
  height: 2px;
}
.grey-divider--faint {
  background-color: #f6f6f6;
}

sub {
  vertical-align: super;
  font-size: 80%;
}

.panel {
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.stretched-link {
  color: initial;
  text-decoration: none;
}
.stretched-link:link, .stretched-link:visited, .stretched-link:hover, .stretched-link:active {
  color: initial;
  text-decoration: none;
}

.listing .stretched-link {
  color: #444444;
  text-decoration: none;
}
.listing .stretched-link:link, .listing .stretched-link:visited, .listing .stretched-link:hover, .listing .stretched-link:active {
  color: #444444;
  text-decoration: none;
}

.gray-scale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}

@media (max-width: 992px) {
  .c-header__logo-image {
    width: 120px;
    height: auto;
  }
}

.st0 {
  fill: none;
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media (max-width: 991px) {
  header .c-menu__ul .js-menu__link {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem;
  }
  header .c-menu__ul .js-menu__link span:first-child {
    padding-top: 12px;
    padding-bottom: 10px;
  }
}
.b-testimonials-simple__text-container {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow-y: hidden;
  margin-bottom: 0;
  transition: height 0.5s;
}
.b-testimonials-simple .slick-list {
  height: 100% !important;
}
.b-testimonials-simple__read-more {
  cursor: pointer;
}
.b-testimonials-simple__read-more:after {
  content: "See more";
}
.b-testimonials-simple__read-more.expanded:after {
  content: "See less";
}
/*# sourceMappingURL=app.css.map*/