:root {
  --brand-1: #fbbc1b;
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
  --red: red;
  --dark-red: #a50505;
  --clevedon-kidz: #b01120;
  --white-smoke-4: #f9f9f9;
  --gainsboro: #dedede;
  --charcoal-gray: #333;
  --silver-2: #c6c6c6;
  --black-2: black;
  --black-3: #1e1e1e;
}

body {
  color: #6a859c;
  background-color: #edeff2;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #192024;
  background-image: linear-gradient(#40464c, #34393d 49%, #2e3236);
  border-radius: 5px;
  margin-top: 7px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
  box-shadow: 1px 1px 3px #000;
}

.button:hover {
  background-color: #efc034;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width-form {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.button.hero-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f15f22;
  background-image: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.button.focus {
  margin-top: 15px;
}

.button.header {
  padding: 18px 25px;
}

.button.sidebar {
  margin-top: 0;
}

.button.header {
  text-align: center;
  align-self: end;
  margin-top: 0;
  padding: 18px 25px;
}

.navigation-link {
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.navigation-link:hover {
  color: #fcc812;
}

.navigation-link.w--current {
  color: #f9f9f9;
  background-color: #fbbc1b;
  background-image: linear-gradient(#00000080, #00000080);
  font-weight: 600;
}

.navigation-bar {
  background-image: linear-gradient(#1e1e1e, #1e1e1e);
}

.navigation-bar:hover {
  color: #f9f9f9;
}

.navigation-menu {
  float: none;
}

.brand-text {
  color: #2d3e4f;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  width: 100%;
  height: 100%;
}

.section {
  color: #192024;
  text-align: center;
  background-color: #f9f9f9;
  background-image: none;
  background-size: auto;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #f9f9f9;
  background-image: none;
  background-size: auto;
}

.section.pre-enrolment {
  background-color: #f15f22;
  background-image: linear-gradient(#19202438, #19202438), url('../images/photo-1432804424435-2bb58933baf2.jpg');
  background-position: 0 0, 0 -22px;
  background-size: auto, cover;
}

.section.photo-gallery {
  background-color: #2e9dff;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.section.listings {
  background-image: linear-gradient(#00000026, #00000026), url('../images/photo-1432804424435-2bb58933baf2.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.section.enrolment-form {
  color: #f9f9f9;
  text-shadow: 1px 1px 6px #000;
  background-color: #f6d3c5;
  background-image: linear-gradient(#f9f9f900, #f9f9f900), url('../images/IMG_3271.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.focus {
  background-image: url('../images/505197_tekstury_steklo_kapli_kapli-na-stekle_4269x2742_www.Gde-Fon.com.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.booking-form {
  color: #f9f9f9;
  text-shadow: 1px 1px 6px #000;
  background-color: #f6d3c5;
  background-image: linear-gradient(#f9f9f900, #f9f9f900), url('../images/splash2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.valets {
  background-image: url('../images/suds-picture-11.jpg');
  background-position: 50%;
  background-size: cover;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  color: #edeff2;
  background-color: #fff0;
  border-style: none;
  padding-bottom: 40px;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  text-align: center;
  background-image: url('../images/img_2137.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom: 4px solid #69b9ff;
  padding-top: 195px;
  padding-bottom: 195px;
}

.hero-heading {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 300;
  line-height: 60px;
}

.hero-subheading {
  color: #f0f0f0;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-bottom: 33px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  color: #fff;
  text-transform: uppercase;
  border-width: 2px;
  border-color: #5f5f5f;
  margin-top: 17px;
  font-weight: 700;
}

.hollow-button.hero-button {
  background-color: #a50505;
  border-width: 3px;
  border-color: #edeff2;
  border-radius: 10px;
  margin-top: 14px;
  margin-bottom: 8px;
  font-weight: 700;
}

.hollow-button.hero-button:hover {
  color: #edeff2;
  background-color: #a70000;
}

.section-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-heading.with-subheading {
  margin-bottom: 0;
}

.section-heading.has-subheading {
  margin-bottom: 10px;
}

.section-subheading {
  margin-bottom: 20px;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  text-shadow: 1px 1px 6px #000;
  padding-bottom: 0;
  font-weight: 600;
}

.section-subheading.multipart {
  display: inline-block;
}

.section-subheading.centered {
  text-align: center;
}

.section-subheading.yellow {
  color: red;
  text-shadow: 1px 1px 6px #f9f9f9;
  font-weight: 400;
}

.section-subheading.multi {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-title-group {
  margin-bottom: 29px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: #262626;
  padding-top: 35px;
  padding-bottom: 35px;
}

.footer.center {
  text-align: center;
  background-color: #000;
  border-top: 1px solid #dbdbdb;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 16px;
}

.grid-image {
  background-color: #2d3e4f;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
  margin-right: 3px;
}

.footer-link {
  color: #c6c6c6;
  border-bottom: 1px dashed #616161;
  margin-bottom: 6px;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.footer-link:hover {
  color: #efc034;
}

.footer-link.with-icon {
  margin-left: 30px;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  margin-bottom: 10px;
}

.form {
  margin-top: 40px;
}

.slide---tenants {
  background-image: url('../images/1-auckland-kirsten-drew-310306.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider {
  height: 550px;
}

.container {
  text-align: left;
}

.heading {
  color: #f0f0f0;
}

.paragraph {
  color: #f0f0f0;
  font-size: 18px;
}

.link {
  color: #edeff2;
}

.hero {
  background-image: url('../images/transparent.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.hero.reviews {
  background-image: url('../images/car3.png');
  background-position: 50% 38%;
}

.hero.about {
  background-image: url('../images/property-listings.jpg');
  background-position: 66% 66%;
  background-attachment: scroll;
}

.hero.team {
  background-image: url('../images/GS-game.JPG');
}

.hero.categories {
  background-image: url('../images/car1.jpg');
  background-position: 50%;
  flex-direction: column;
}

.hero.faqs---students {
  background-image: url('../images/splash2-1.jpg');
  background-position: 0 92%;
}

.hero.blog {
  background-image: url('../images/Sebastian-with-chainsaw-1.jpg');
  background-position: 50% 27%;
}

.hero.useful-links {
  background-image: url('../images/young-couple-looking-at-house-buying-a-home.jpg');
  background-position: 0 27%;
}

.hero.corporate {
  background-image: url('../images/splash2.jpg');
}

.hero.teambuilding {
  background-image: url('../images/banner.jpg');
}

.hero.bookings {
  background-image: url('../images/splash2.jpg');
  background-position: 0 27%;
}

.hero.festivals {
  background-image: url('../images/banner-1.jpg');
}

.hero.schools {
  background-image: url('../images/splash1-1.jpg');
}

.hero.services {
  background-image: url('../images/car1.jpg');
  background-position: 50% 60%;
}

.hero.team {
  background-image: url('../images/banner-2.jpg');
  background-position: 0 27%;
}

.hero.brand {
  background-position: 50%;
}

.hero.about {
  background-image: url('../images/download.jpg');
  background-position: 50%;
}

.hero.careers {
  background-image: url('../images/234download.jpg');
  background-position: 50% 69%;
}

.hero.corporate, .hero.brand {
  background-image: url('../images/car2.png');
  background-position: 50% 69%;
}

.hero.brands {
  background-image: url('../images/11.jpg');
}

.hero.covid-19 {
  background-image: url('../images/fusion-medical-animation-rnr8D3FNUNY-unsplash-Medium.jpg');
  background-position: 50%;
}

.hero.truck {
  background-image: url('../images/5b621d7df40d76c93fe589d6_Image-411.jpg');
}

.hero.accident {
  background-image: url('../images/5b5e7fdbc3f7cb293548d3ca_detailing11.jpg');
}

.hero-section-heading {
  color: #f9f9f9;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  background-image: linear-gradient(#ffffff75, #ffffff75);
  border: 1px solid #edeff2;
  border-radius: 10px;
  max-width: 800px;
  padding: 4px 22px 7px 23px;
  font-weight: 800;
  display: block;
}

.container-3 {
  color: #edeff2;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.rich-text-block {
  margin-bottom: 6px;
}

.hero-text h2 {
  color: #404047;
  text-align: left;
  margin-bottom: 8px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.hero-text p {
  box-shadow: none;
  color: #404047;
  text-shadow: 1px 1px 6px #ecf0f1;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.hero-text h3 {
  color: #f15f22;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  text-shadow: 1px 1px 6px #ecf0f1;
  margin-right: 97px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
}

.hero-title {
  color: #f0f0f0;
}

.slide---tui {
  background-image: url('../images/clevedonkidz11thmarch2014109.JPG');
  background-position: 50% 31%;
  background-size: cover;
}

.slide---tui.dark-text {
  background-image: url('../images/the-nest.jpg');
  background-position: 0 0;
  background-size: cover;
}

.collection-list {
  display: block;
}

.collection-list.featured-services, .collection-list.services-list {
  flex-wrap: wrap;
  display: flex;
}

.featured-service {
  flex: 0 auto;
  width: 50%;
}

.service-item {
  width: 33%;
}

.collection-item {
  flex-wrap: wrap;
  width: 50%;
  display: flex;
}

.featured-services {
  flex-wrap: wrap;
  display: flex;
}

.info-text {
  text-align: left;
  font-size: 14px;
}

.info-text p {
  color: #192024;
  font-size: 16px;
  line-height: 28px;
}

.info-text a {
  color: #b01120;
  text-decoration: none;
}

.info-text li {
  font-size: 16px;
  line-height: 28px;
}

.info-text h2 {
  margin-top: 18px;
}

.heading-3 {
  text-align: center;
  font-weight: 400;
}

.slide-overlay {
  color: #c1d2e0;
  background-image: linear-gradient(#f0f0f09c, #f0f0f09c);
  border: 5px solid #fff;
  border-radius: 20px;
  padding: 24px 20px 26px 29px;
}

.featured-service-item {
  width: 50%;
}

.service-text {
  color: #edeff2;
  text-align: left;
}

.service-text h2 {
  font-size: 30px;
}

.service-text p {
  font-size: 16px;
  line-height: 26px;
}

.service-text li {
  line-height: 24px;
}

.column {
  padding-left: 34px;
  padding-right: 35px;
}

.column-2 {
  padding-top: 18px;
}

.sidebar-item-group {
  color: #192024;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #2e9dff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 22px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
}

.container-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sidebar-item-title {
  color: #f9f9f9;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fdbb31;
  border-radius: 5px;
  width: 254px;
  padding: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.sidebar-item-text {
  color: #bec3c7;
}

.sidebar-item-video {
  border-radius: 10px;
}

.link-block {
  color: #000;
  text-align: left;
  padding: 8px;
  text-decoration: none;
}

.link-block.clickable-item {
  border-radius: 5px;
  width: 100%;
  padding: 15px 15px 10px 20px;
}

.link-block.clickable-item:hover {
  background-color: #fdbb3163;
}

.link-block.clickable-sidebar-item {
  border-radius: 5px;
  width: 100%;
  padding: 12px 15px 13px 20px;
}

.link-block.clickable-sidebar-item:hover {
  background-color: #ffd8c8;
}

.link-block-2, .link-block-3 {
  text-decoration: underline;
}

.link-block-4, .link-block-5, .link-block-6, .link-block-7 {
  text-decoration: none;
}

.link-block-8 {
  font-style: italic;
}

.sidebar-item-link-block {
  text-decoration: none;
}

.sidebar-item-photo {
  border-radius: 10px;
}

.service-text-copy {
  color: #edeff2;
  text-align: left;
}

.link-block-9 {
  width: 25%;
  display: block;
}

.section-3 {
  background-color: #2e80b6;
  background-image: none;
  background-size: auto;
  display: block;
}

.container-5 {
  display: flex;
}

.client-logo {
  padding-left: 20px;
  padding-right: 20px;
}

.network-link {
  color: #192024;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 14px;
  text-decoration: none;
}

.section-4 {
  background-color: #b01120;
}

.container-6 {
  align-items: center;
  padding-top: 14px;
  padding-bottom: 9px;
  display: block;
}

.image, .image-2 {
  float: right;
}

.tabs-menu {
  display: flex;
}

.info-tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-right: 8px;
}

.info-tab.w--current {
  color: #f9f9f9;
  background-color: #f15f22;
}

.info-tab-panel {
  color: #192024;
  text-align: left;
  background-color: #f9f9f9;
  border-top: 10px solid #f15f22;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 20px 10px 20px 20px;
}

.info-tab-text p {
  text-align: left;
}

.focus-box {
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  box-shadow: 1px 1px 7px #8e8e9c;
}

.focus-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 150px;
}

.focus-image.tccc {
  background-image: url('../images/71784_4.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-image.ttcc {
  background-image: url('../images/Dollarphotoclub_16848440.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-image.thtcc {
  background-image: url('../images/digger-Dollarphotoclub_72071883.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-image.tbcc {
  background-image: url('../images/boat-Dollarphotoclub_64993076.jpg');
  background-position: 50%;
  background-size: cover;
}

.focus-info {
  border: 4px #82bf40;
  border-bottom-style: solid;
  padding: 12px 12px 19px;
}

.footer-section-heading {
  color: #f9f9f9;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
}

.footer-section-heading.has-subheading {
  margin-bottom: 0;
}

.footer-section-heading.additional {
  margin-top: 24px;
}

.footer-section-subheading {
  color: #c6c6c6;
  margin-top: 0;
  font-style: italic;
}

.link-2 {
  color: #f9f9f9;
}

.brand-section {
  color: #fff;
  background-color: #fbbc1b;
  display: block;
}

.page-header {
  background-image: url('../images/IMG_9856-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.content-rich-text-block {
  text-align: left;
}

.content-rich-text-block p {
  font-size: 16px;
  line-height: 28px;
}

.column-3 {
  text-align: left;
}

.sidebar-panel {
  text-align: left;
  background-color: #fff;
  padding: 20px;
  display: block;
}

.sidebar-panel.clean {
  padding-top: 115px;
}

.gallery-image {
  border-radius: 5px;
  margin-bottom: 19px;
  display: block;
}

.dropdown-list {
  background-color: #000;
}

.dropdown-list.w--open {
  background-color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link {
  color: #f9f9f9;
}

.dropdown-link:hover {
  color: var(--brand-1);
}

.dropdown-link.w--current {
  color: #f9f9f9;
  background-color: #e2a62b;
  font-style: normal;
}

.dropdown-link.separator {
  background-color: #3b99d9;
  height: 2px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link.divider {
  border-bottom: 1px solid #8e8e9c;
  height: 2px;
  margin: 5px 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.network-link-divider {
  color: #192024;
  border-right: 2px solid #000;
  width: 2px;
  margin-right: 15px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 0;
  font-size: 14px;
  text-decoration: none;
}

.event-icon {
  width: 16px;
  height: 16px;
  margin-top: 11px;
}

.info-tab-button {
  background-color: #192024;
  background-image: radial-gradient(circle, #000, #333 31%, #313131 54%, #1b1b1b 78%);
  border-radius: 5px;
  padding: 12px 30px;
  font-size: 14px;
}

.event-date-block {
  text-align: center;
  background-color: #f9f9f9;
  border: 2px solid #4040476b;
  border-radius: 5px;
  padding-top: 15px;
  padding-bottom: 13px;
  box-shadow: 1px 1px 11px #676770;
}

.widget-h2 {
  margin-bottom: 18px;
  font-size: 26px;
}

.row {
  color: #192024;
  text-decoration: none;
}

.event-day {
  color: #efc034;
  font-size: 32px;
  font-weight: 700;
}

.event-month {
  color: #efc034;
  text-transform: uppercase;
  margin-top: 5px;
  font-weight: 800;
}

.event-content {
  padding: 10px 14px 7px 20px;
}

.row-2 {
  margin-top: 23px;
}

.room-year {
  color: #192024;
  font-weight: 700;
}

.room-section {
  text-align: center;
  background-color: #bec3c7;
  padding: 80px 10px;
  position: relative;
}

.room-section.accent {
  background-color: #f9f9f9;
  background-image: linear-gradient(#1920244f, #1920244f), url('../images/GS-game.JPG');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.instructions {
  color: #192024;
  font-size: 16px;
  font-weight: 600;
}

.column-4, .section-5 {
  text-align: center;
}

.centre-contact-details {
  color: #192024;
  text-align: left;
  padding-left: 34px;
  font-size: 16px;
}

.centre-detail {
  margin-top: 0;
  font-style: italic;
  font-weight: 700;
}

.link-3, .link-4 {
  color: #b01120;
  text-decoration: none;
}

.centre-link {
  float: right;
  margin-left: 19px;
}

.review-cite {
  color: #192024;
  text-align: right;
  margin-bottom: 0;
  padding-left: 44px;
  padding-right: 26px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.review-excerpt {
  color: #49647b;
  text-decoration: none;
}

.button-bar {
  margin-top: 14px;
  margin-bottom: 19px;
}

.team-member {
  border-radius: 5px;
  margin-top: 24px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 3px #676770;
}

.team-member-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  height: 300px;
}

.team-member-info {
  background-color: #dedede;
  padding: 15px;
}

.heading-4, .multipart {
  display: inline-block;
}

.scaffold-gallery {
  flex-flow: wrap;
  place-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.scaffold-item {
  width: 25%;
}

.font-awesome-footer-icon {
  float: left;
  color: #fdbb31;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  font-size: 28px;
  line-height: 28px;
  display: inline-block;
}

.footer-info-text {
  text-decoration: none;
}

.footer-info-text p {
  color: #c6c6c6;
  line-height: 20px;
}

.footer-info-text strong {
  color: #f15f22;
  font-weight: 300;
}

.footer-info-text a {
  color: #efc034;
  font-size: 14px;
  text-decoration: none;
  display: inline;
}

.paragraph-2 {
  font-style: italic;
}

.hero-slider-container {
  text-align: left;
  margin-top: 56px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-description {
  margin-top: 5px;
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

._404-heading {
  margin-top: 8px;
}

.section-instructions {
  color: #a50505;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 16px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}

.photo-gallery-thumbnail {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 5px;
  height: 200px;
  margin-bottom: 22px;
}

.slide---pukeko {
  background-image: url('../images/pukeko-room.jpg');
  background-position: 50% -108px;
  background-size: cover;
}

.hero-slide {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide.dark-text {
  background-image: url('../images/the-nest.jpg');
  background-position: 0 0;
  background-size: cover;
}

.hero-slide.slide-4 {
  background-image: url('../images/splash4.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide.slide-3 {
  background-image: url('../images/splash3.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide.beach {
  background-image: url('../images/beach.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide.slide-1 {
  background-image: url('../images/splash2_1.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-slide.slide-2 {
  background-image: url('../images/splash1.jpg');
}

.hero-slide.castelgarden {
  background-image: url('../images/castelgarden-banner1.jpg');
}

.hero-slide.slide-5 {
  background-image: url('../images/splash5.jpg');
}

.hero-room-detail {
  color: #192024;
  text-align: center;
  text-transform: none;
  text-shadow: 1px 1px 6px #f9f9f9;
  font-size: 18px;
  font-weight: 400;
}

.div-block {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  height: 140px;
}

.room-list-description {
  padding-left: 21px;
}

.room-list-item {
  margin-bottom: 19px;
}

.heading-5 {
  font-size: 14px;
}

.property-name {
  margin-bottom: 8px;
  font-size: 18px;
}

.sidebar-room-age {
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar-centre-name {
  margin-top: 17px;
  margin-bottom: 7px;
}

.header-button {
  color: #ecf0f1;
  cursor: pointer;
  background-image: linear-gradient(#000 28%, #8e8e9c 51%, #192024 71%);
  border-radius: 5px;
  padding: 18px 30px;
  text-decoration: none;
}

.header-phone {
  font-size: 20px;
  font-weight: 700;
}

.header-phone.smaller {
  font-size: 14px;
}

.header-contact {
  color: #fff;
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  min-height: 80px;
  margin-left: 21px;
  text-decoration: none;
  display: flex;
}

.link-block-10 {
  justify-content: flex-end;
  align-items: center;
  min-height: 80px;
  margin-left: 24px;
  display: flex;
}

.div-block-2 {
  align-items: center;
  display: flex;
}

.div-block-3 {
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  display: flex;
}

.textarea {
  min-height: 150px;
  display: block;
}

.collection-item-2, .collection-item-3 {
  text-align: left;
}

.heading-7 {
  text-align: left;
  margin-top: 16px;
}

.focus-property-listing-collection {
  flex-wrap: wrap;
  display: flex;
}

.focus-property-listing {
  width: 33%;
  padding-bottom: 25px;
  padding-right: 24px;
}

.focus-news-item {
  color: #333;
  text-align: center;
  border-radius: 5px;
  margin-top: 14px;
  padding: 15px 15px 3px;
  text-decoration: none;
}

.focus-news-item:hover {
  background-color: #ffd8c8;
}

.text-block {
  font-style: italic;
}

.text-field {
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000;
}

.text-field.textarea {
  height: 135px;
}

.listing-image {
  border-radius: 5px;
  margin-bottom: 10px;
}

.listing-info, .column-6 {
  text-align: left;
}

.paragraph-3 {
  font-size: 18px;
  font-weight: 600;
}

.paragraph-4 {
  font-size: 18px;
  font-weight: 700;
}

.email-signup-label {
  color: #192024;
  font-size: 12px;
}

.email-signup-label.white {
  color: #f9f9f9;
}

.email-signup-field {
  border-radius: 5px;
}

.email-signup-field.first {
  width: 95%;
}

.info-stat {
  color: #f15f22;
  margin-top: 3px;
  font-weight: 800;
  line-height: 16px;
  display: inline-block;
}

.sidebar-property-info {
  margin-top: 5px;
  margin-bottom: 8px;
}

.div-block-4 {
  color: #f9f9f9;
  background-image: linear-gradient(#e0e0e0, #e0e0e0);
  border: 3px solid #f15f22;
  border-radius: 5px;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.div-block-5 {
  color: #192024;
  text-align: center;
  display: inline-block;
}

.div-block-6 {
  width: 50px;
  margin-right: 12px;
  padding-left: 7px;
  padding-right: 2px;
}

.offer---booking {
  color: #192024;
  background-image: linear-gradient(#ff000096, #ff000096), url('../images/splash2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  display: flex;
  box-shadow: 1px 1px 3px #333;
}

.offer-title {
  color: #f9f9f9;
  text-shadow: 1px 1px 6px #f15f22;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 34px;
  padding-right: 21px;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}

.div-block-7 {
  display: flex;
}

.info-item {
  border: 2px solid #676770;
  border-right: 0 #676770;
  align-items: center;
  margin-right: 4px;
  padding: 1px 8px 4px 7px;
  display: flex;
}

.info-item.left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.info-item.right {
  border-right-style: solid;
  border-right-width: 2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.section-heading-1 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Open Sans, sans-serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 300;
}

.section-heading-1.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading-1.centered.white {
  color: #fff;
}

.section-heading-1.with-subheading {
  margin-bottom: 0;
}

.section-heading-bold {
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Droid Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
}

.section-heading-bold.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading-bold.centered.white {
  color: #fff;
}

.section-heading-bold.with-subheading {
  margin-bottom: 0;
}

.subheading-link {
  color: #f15f22;
  text-decoration: none;
}

.info-stat-price {
  color: #f15f22;
  margin-top: 3px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.review-cite-location {
  color: #192024;
  text-align: right;
  margin-top: -4px;
  padding-left: 44px;
  padding-right: 26px;
  font-family: Montserrat, sans-serif;
  font-style: italic;
  font-weight: 400;
}

.offer-enrol {
  background-image: linear-gradient(#ff000096, #ff000096), url('../images/splash2-1.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  display: flex;
  box-shadow: 1px 1px 3px #333;
}

.offer-link-block {
  color: #192024;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.offer-link-block:hover {
  color: #000;
}

.offer-subtitle {
  color: #f9f9f9;
  text-shadow: 1px 1px 6px #f15f22;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 34px;
  padding-right: 21px;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.column-7 {
  text-align: left;
}

.home-hero-heading {
  color: #404047;
  text-align: left;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 38px;
}

.home-hero-subheading {
  color: #f15f22;
  text-align: right;
  letter-spacing: 0;
  text-transform: none;
  margin-right: 97px;
  font-family: Exo, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.home-hero-text {
  color: #404047;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.section-heading-lower {
  text-align: center;
  margin-top: 27px;
  margin-bottom: 29px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
}

.section-heading-lower.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading-lower.centered.white {
  color: #fff;
}

.section-heading-lower.with-subheading {
  margin-bottom: 0;
}

.section-heading-lower.has-subheading {
  margin-bottom: 10px;
}

.column-8 {
  display: block;
}

.disclaimer {
  color: #efc034;
  font-size: 12px;
  line-height: 18px;
}

.container-7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-brands-section {
  color: #f9f9f9;
  background-color: #ecf0f1;
  background-image: linear-gradient(#000, #000);
  padding-top: 22px;
  padding-bottom: 32px;
  display: block;
}

.supplier-brands-list {
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  display: flex;
}

.supplier-brands-list-item {
  max-width: 100px;
  max-height: 100px;
  margin-right: 15px;
}

.collection-list-wrapper {
  margin-bottom: 15px;
}

.clickable-item {
  color: #192024;
  width: 100%;
  text-decoration: none;
}

.clickable-item.sidebar-item {
  border-radius: 5px;
  padding: 8px 10px;
}

.clickable-item.sidebar-item:hover {
  background-image: linear-gradient(#f15f225e, #f15f225e);
}

.clickable-item.product-item {
  border: 1px solid #f15f22;
  border-left-width: 6px;
  border-radius: 5px;
  margin-bottom: 9px;
  padding: 8px 10px 10px 18px;
}

.clickable-item.product-item:hover {
  background-image: linear-gradient(#fcc812, #fcc812);
  transform: none;
}

.text-block-2 {
  color: #676770;
  text-align: right;
  font-size: 14px;
  font-style: italic;
}

.text-block-3 {
  color: #8e8e9c;
}

.category-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.category-list-item {
  width: 25%;
  padding-bottom: 20px;
  padding-right: 19px;
}

.brand-header-image {
  max-width: 300px;
  margin-bottom: 10px;
}

.hero-section-subheading {
  color: #f9f9f9;
  text-align: center;
  letter-spacing: .5em;
  text-transform: uppercase;
  text-shadow: 1px 1px 6px #000;
  background-color: #f15f22;
  background-image: none;
  border: 1px solid #edeff2;
  border-radius: 10px;
  max-width: 800px;
  padding: 4px 22px 7px 23px;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  display: block;
}

.text-block-4 {
  font-size: 14px;
}

.products-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.products-list-item {
  text-align: left;
  width: 100%;
}

.product-thumb {
  max-width: 280px;
  max-height: 210px;
  margin-bottom: 12px;
}

.text-block-2-copy {
  color: #676770;
  text-align: left;
  font-size: 14px;
  font-style: italic;
}

.text-block-5 {
  color: #333;
  text-align: left;
}

.collection-item-4 {
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 15px;
  font-size: 29px;
  font-style: italic;
  font-weight: 300;
  line-height: 32px;
  display: flex;
}

.booking-button-detail {
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 14px;
}

.booking-button-title {
  color: #fcc812;
  margin-bottom: 5px;
  font-size: 18px;
}

.booking-button {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #192024;
  background-image: linear-gradient(#000, #8e8e9c8a 49%, #192024 96%);
  border-radius: 5px;
  width: 250px;
  margin-top: 7px;
  margin-right: 10px;
  padding: 12px 30px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.booking-button:hover {
  background-color: #efc034;
}

.booking-button.w--current {
  background-color: #2e80b6;
}

.booking-button.full-width-form {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.booking-button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.booking-button.tab:hover, .booking-button.tab.w--current {
  background-color: #2e80b6;
}

.booking-button.hero-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f15f22;
  background-image: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.booking-button.focus {
  margin-top: 15px;
}

.div-block-9 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.text-block-6 {
  color: #f15f22;
  font-weight: 600;
}

.text-block-7 {
  color: #f15f22;
  font-size: 14px;
  font-weight: 700;
}

.text-block-8 {
  font-weight: 700;
}

.text-block-9 {
  font-size: 14px;
}

.pricing {
  color: #f15f22;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 32px;
  display: flex;
}

.pricing.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.pricing.center.off-white {
  color: #e8e8e8;
  text-shadow: 1px 1px 6px #000;
  padding-bottom: 0;
  font-weight: 600;
}

.pricing.multipart {
  display: inline-block;
}

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

.pricing.yellow {
  color: red;
  text-shadow: 1px 1px 6px #f9f9f9;
  font-weight: 400;
}

.pricing.multi {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.booking-button-price {
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 14px;
  display: flex;
}

.paragraph-5 {
  font-style: italic;
  line-height: 20px;
}

.div-block-10 {
  color: #676770;
  margin-top: 6px;
  font-style: italic;
  display: flex;
}

.div-block-11 {
  justify-content: center;
  display: flex;
}

.model-collection {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.model-collection-item {
  text-align: center;
  width: 50%;
  margin-bottom: 17px;
  padding-right: 15px;
}

.model-photo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 5px;
  width: 100%;
  height: 200px;
}

.link-block-11 {
  width: 100%;
}

.text-block-10 {
  margin-top: 11px;
}

.div-block-12 {
  display: none;
}

.html-embed {
  max-width: 226px;
}

.holiday-hours {
  color: #edeff2;
  text-align: center;
  background-color: #a50505;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-11 {
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 24px;
  line-height: 30px;
}

.text-block-12 {
  font-style: italic;
}

.div-block-13, .div-block-14 {
  display: flex;
}

.sidebar-special-box {
  color: #333;
  background-image: linear-gradient(#fcc812, #fcc812);
  border: 4px solid #f15f22;
  border-radius: 10px;
  width: 276px;
  min-width: 276px;
  margin-bottom: 20px;
  margin-left: -10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.div-block-16 {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-left: 3px;
  padding-right: 3px;
}

.paragraph-5-copy {
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.sidebar-special-box-copy {
  color: #333;
  background-image: linear-gradient(#f15f22, #f15f22);
  border: 2px solid #f15f22;
  border-radius: 10px;
  width: 276px;
  min-width: 276px;
  margin-bottom: 20px;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: inline-block;
}

.sidebar-item-title-copy {
  color: #f15f22;
  letter-spacing: 5px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  width: 254px;
  padding: 6px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-5-copy-copy {
  color: #fffa77;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.special-offer-frame {
  background-color: #1e1e1e;
  border-style: solid;
  border-radius: 20px;
  margin-top: 12px;
  margin-bottom: 13px;
  padding-top: 11px;
  padding-bottom: 17px;
  padding-left: 14px;
  box-shadow: inset 1px 1px 0 -1px #00000080;
}

.special {
  color: #f9f9f9;
  background-color: #1e1e1e;
  background-image: url('../images/car-interior-plastic-texture-abstract-background-85970976.jpg');
  background-position: 50%;
  background-size: cover;
}

.heading-8 {
  color: #f49813;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  font-size: 36px;
}

.paragraph-6 {
  color: #f9f9f9;
  margin-top: -2px;
  font-size: 18px;
}

.column-9 {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.button-copy {
  color: #fff;
  text-align: center;
  text-transform: none;
  background-color: #192024;
  background-image: linear-gradient(#000, #8e8e9c8a 49%, #192024 96%);
  border-radius: 5px;
  margin-top: 7px;
  padding: 12px 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button-copy:hover {
  background-color: #efc034;
}

.button-copy.w--current {
  background-color: #2e80b6;
}

.button-copy.full-width-form {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.button-copy.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button-copy.tab:hover, .button-copy.tab.w--current {
  background-color: #2e80b6;
}

.button-copy.hero-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #f15f22;
  background-image: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.button-copy.focus {
  margin-top: 15px;
}

.div-block-19 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.special-offer-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  display: flex;
}

.special-offer-column.centered {
  align-items: center;
}

.special-offer-column.description {
  align-items: flex-start;
  padding-left: 16px;
}

.collection-list-wrapper-2 {
  background-color: #1e1e1e;
}

.image-4 {
  max-width: 133px;
}

.div-block-20 {
  background-color: #fcc812;
  border-radius: 20px;
  padding: 17px;
}

.div-block-21 {
  color: #f9f9f9;
}

.section-heading-2 {
  text-align: center;
  background-color: #192024cc;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 29px;
  padding: 9px 17px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
  display: inline-block;
}

.section-heading-2.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading-2.centered.white {
  color: #fff;
}

.section-heading-2.with-subheading {
  margin-bottom: 0;
}

.section-heading-2.has-subheading {
  margin-bottom: 10px;
}

.job-posting-thumb {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 200px;
  height: 150px;
  box-shadow: 1px 1px 3px #000;
}

.div-block-22 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 150px;
}

.column-10 {
  text-align: left;
}

.site-bar {
  background-color: #000;
  background-image: none;
  background-size: auto;
}

.site-button {
  border: 1px solid #0000;
  border-radius: 6px;
  margin-top: 1px;
  margin-bottom: 2px;
  margin-right: 10px;
  padding: 2px 8px;
  display: inline-block;
}

.site-button.current-site {
  border-color: #484d52;
  box-shadow: inset 1px 1px 3px #484d52;
}

.site-icon {
  display: inline-block;
}

.site-name {
  color: #484d52;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  display: inline-block;
}

.site-name-text {
  color: #e6e9ec;
  font-size: 12px;
  display: inline-block;
}

.company-contact-info {
  color: #192024;
  display: inline-block;
}

.div-block-23 {
  margin-bottom: 4px;
}

.company-contact-icon {
  margin-right: 11px;
}

.company-contact-info-block {
  color: #1e1e1e;
  padding: 4px 4px 8px;
}

.sidebar-widget {
  margin-bottom: 24px;
}

.text-block-13 {
  margin-bottom: 17px;
}

.collection-item-5 {
  margin-bottom: 11px;
}

.div-block-24 {
  padding-top: 7px;
  padding-left: 10px;
}

.link-block-12 {
  color: #1e1e1e;
  border-radius: 10px;
  padding: 8px 4px 8px 8px;
}

.link-block-12:hover {
  background-color: #cde6f6;
}

.text-block-14 {
  font-size: 14px;
  font-weight: 600;
}

.heading-9 {
  margin-bottom: 12px;
}

.services-item-wrapper {
  flex-wrap: wrap;
  flex: 1;
  align-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services-wrapper {
  flex-wrap: wrap;
  align-content: flex-start;
  display: flex;
}

.services-item {
  width: 50%;
  padding-right: 14px;
}

.map {
  background-image: url('../images/map.png');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.navigation-link-2 {
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.navigation-link-2:hover {
  color: #fcc812;
}

.navigation-link-2.w--current {
  color: #f9f9f9;
  background-color: #f37c21;
  font-weight: 600;
}

.navigation-link-2.w--current:hover {
  color: #b01120;
}

.dropdown-link-2 {
  color: #f9f9f9;
}

.dropdown-link-2:hover {
  color: #fcc812;
}

.dropdown-link-2.w--current {
  color: #f9f9f9;
  background-color: #f15f22;
  font-style: normal;
}

.notify-bar {
  background-color: #fcc812;
  background-image: none;
  background-size: auto;
  padding-top: 8px;
  padding-bottom: 9px;
}

.notify-bar.hide {
  display: none;
}

.div-block-25 {
  text-align: center;
  font-style: italic;
}

.text-block-15 {
  color: #000;
  background-color: #fcc812;
}

.site-button-2 {
  border: 1px solid #0000;
  border-radius: 6px;
  margin-top: 1px;
  margin-bottom: 2px;
  margin-right: 10px;
  padding: 2px 8px;
  display: inline-block;
}

.center-text {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-16 {
  color: #000;
  background-color: #fcc812;
}

.brand-frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 3fr minmax(150px, 1fr);
  align-items: center;
  display: grid;
}

.header-phone-2 {
  white-space: nowrap;
  font-size: 20px;
  font-weight: 700;
}

.right-align {
  text-align: right;
}

.brand-section-2 {
  background-color: #ecf0f1;
  background-image: linear-gradient(#1f97ff, #1f97ff);
  display: block;
}

.header-text-note {
  font-size: 14px;
}

.brand-container {
  align-items: center;
  padding-top: 14px;
  padding-bottom: 9px;
  display: block;
}

.mobile-nav-frame {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.mobile-nav-button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #192024;
  background-image: linear-gradient(#40464c, #34393d 49%, #2e3236);
  border-radius: 5px;
  margin-top: 7px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
  box-shadow: 1px 1px 3px #000;
}

.mobile-nav-button:hover {
  background-color: #efc034;
}

.mobile-nav-button.w--current {
  background-color: #2e80b6;
}

.covid-alert-bar {
  background-color: #fcc812;
  background-image: linear-gradient(#f8c740e6, #f8c740e6), url('../images/prc_safeworkplace_cautionbar.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  padding-top: 8px;
  padding-bottom: 9px;
  display: none;
}

.covid-alert-frame {
  text-align: center;
  font-style: italic;
  text-decoration: none;
  display: block;
}

.center-text-2 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-block-17 {
  color: #000;
}

.text-block-17.red {
  color: red;
}

.bold-text {
  color: #df0000;
}

.container-10 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.footer-text-2 {
  color: #9e9e9e;
  margin-top: 2px;
  margin-bottom: 5px;
  margin-right: 5px;
  font-size: 16px;
}

.site-button-3 {
  border: 1px solid #0000;
  border-radius: 6px;
  margin-top: 1px;
  margin-bottom: 2px;
  margin-right: 10px;
  padding: 2px 8px;
  display: inline-block;
}

.site-bar-header {
  color: #e6e9ec;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.site-button-4 {
  border: 1px solid #0000;
  border-radius: 6px;
  margin-top: 1px;
  margin-bottom: 2px;
  margin-right: 0;
  padding: 2px 8px;
  display: inline-block;
}

.site-bar-header-2 {
  color: #e6e9ec;
  font-size: 12px;
  font-weight: 700;
  display: inline-block;
}

.image-5 {
  max-height: 80px;
}

.font-awesome-footer-icon-2 {
  float: left;
  color: #1f97ff;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-top: 2px;
  font-size: 28px;
  line-height: 28px;
  display: inline-block;
}

.navigation-link-3 {
  color: #f9f9f9;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.navigation-link-3:hover {
  color: #f49712;
}

.navigation-link-3.w--current {
  color: #f9f9f9;
  background-color: #f49712;
  background-image: linear-gradient(#00000080, #00000080);
  font-weight: 600;
}

.dropdown-list-2 {
  background-color: #000;
}

.dropdown-list-2.w--open {
  background-color: #333;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-link-3 {
  color: #f9f9f9;
}

.dropdown-link-3:hover {
  color: #f49712;
}

.dropdown-link-3.w--current {
  color: #f9f9f9;
  background-color: #f49712;
  font-style: normal;
}

.dropdown-link-4 {
  color: #f9f9f9;
}

.dropdown-link-4:hover {
  color: #3fa535;
}

.dropdown-link-4.w--current {
  color: #f9f9f9;
  background-color: #2e80b6;
  font-style: normal;
}

.dropdown-link-5 {
  color: #f9f9f9;
}

.dropdown-link-5:hover {
  color: #3fa535;
}

.dropdown-link-5.w--current {
  color: #f9f9f9;
  background-color: #2e80b6;
  font-style: normal;
}

.focus-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section-heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
}

.sidebar-item-title-2 {
  background-color: var(--brand-1);
  color: #f9f9f9;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 254px;
  padding: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.section-6 {
  color: #192024;
  text-align: center;
  background-image: none;
  background-size: auto;
  padding: 80px 10px;
  position: relative;
}

.section-heading-4 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 29px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 300;
}

.sidebar-item-title-3 {
  background-color: var(--brand-1);
  color: #f9f9f9;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 254px;
  padding: 6px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.section-7 {
  color: #192024;
  text-align: center;
  background-image: none;
  background-size: auto;
  padding: 80px 10px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .button.hero-button {
    margin-top: 17px;
  }

  .navigation-link {
    color: #f9f9f9;
  }

  .navigation-link:hover {
    color: #000;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button {
    background-color: #fbbc1b;
    background-image: linear-gradient(#00000040, #00000040);
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: var(--brand-1);
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .slider {
    height: 500px;
  }

  .brand-section {
    background-color: var(--brand-1);
  }

  .dropdown-list.w--open {
    background-color: var(--brand-1);
    background-image: linear-gradient(#00000080, #00000080);
  }

  .dropdown-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .focus-property-listing {
    width: 50%;
  }

  .icon {
    color: #ecf0f1;
  }

  .home-hero-text {
    margin-bottom: 0;
  }

  .category-list-item {
    width: 50%;
  }

  .booking-button.hero-button, .button-copy.hero-button {
    margin-top: 17px;
  }

  .job-posting-thumb {
    width: 150px;
  }

  .navigation-link-2 {
    color: #f9f9f9;
  }

  .navigation-link-2.w--current {
    color: #fff;
  }

  .dropdown-link-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .brand-frame {
    grid-template-columns: 2fr 2fr minmax(150px, 1fr);
  }

  .site-button-3.lead {
    display: none;
  }

  .navigation-link-3 {
    color: #f9f9f9;
  }

  .navigation-link-3:hover {
    color: #000;
  }

  .navigation-link-3.w--current {
    color: #fff;
    background-image: linear-gradient(#00000080, #00000080);
  }

  .navigation-link-3.w--current:hover {
    color: #000;
  }

  .dropdown-list-2.w--open {
    background-color: #f49712;
    background-image: linear-gradient(#00000080, #00000080);
  }

  .dropdown-link-3, .dropdown-link-4, .dropdown-link-5 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .button.full-width-form {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .button.header {
    align-self: end;
  }

  .navigation-link:hover {
    color: #000;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    font-size: 50px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .section-heading {
    font-size: 34px;
    line-height: 40px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .slider {
    height: 250px;
  }

  .hero.about, .hero.covid-19 {
    background-position: 100%;
  }

  .focus-box {
    margin-bottom: 25px;
  }

  .sidebar-panel.clean {
    padding-top: 47px;
  }

  .focus-property-listing {
    padding-right: 12px;
  }

  .booking-button {
    width: 300px;
  }

  .booking-button.full-width-form {
    margin-left: auto;
    margin-right: auto;
  }

  .booking-button.tab {
    font-size: 12px;
  }

  .container-8 {
    padding-left: 14px;
    padding-right: 13px;
  }

  .button-copy.full-width-form {
    margin-left: auto;
    margin-right: auto;
  }

  .button-copy.tab {
    font-size: 12px;
  }

  .special-offer-column {
    min-height: 0;
  }

  .section-heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .services-item {
    width: 50%;
  }

  .form-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .brand-frame {
    grid-template-rows: auto;
    grid-template-columns: 2fr minmax(150px, 1fr);
  }

  .right-align {
    text-align: right;
  }

  .brand-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-nav-frame {
    grid-column-gap: 4px;
    background-color: var(--brand-1);
    grid-template-columns: 1fr;
    padding: 5px 5px 7px;
  }

  .mobile-nav-button {
    border-radius: 20px;
    margin-top: 0;
    display: block;
  }

  .mobile-nav-button.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .mobile-nav-button.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .site-button-3 {
    margin-right: 5px;
  }

  .site-button-4 {
    margin-right: 0;
    padding-right: 5px;
  }

  .site-button-4.lead {
    display: none;
  }

  .section-heading-3, .section-heading-4 {
    font-size: 34px;
    line-height: 40px;
  }
}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-heading {
    font-size: 30px;
    line-height: 38px;
  }

  .section-heading.has-subheading {
    font-size: 28px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .grid-image {
    width: 35%;
  }

  .hero.about, .hero.covid-19 {
    background-position: -920px 0;
  }

  .hero-section-heading {
    font-size: 24px;
    line-height: 30px;
  }

  .header-phone {
    display: none;
  }

  .header-phone.smaller {
    display: block;
  }

  .column-5 {
    display: none;
  }

  .focus-property-listing {
    width: 100%;
    padding-right: 0;
  }

  .text-block-3 {
    text-align: center;
  }

  .category-list-item {
    width: 100%;
    padding-right: 0;
  }

  .hero-section-subheading {
    font-size: 20px;
    line-height: 26px;
  }

  .text-block-4 {
    display: none;
  }

  .text-block-5 {
    width: 100%;
  }

  .collection-item-4 {
    margin-bottom: 7px;
  }

  .booking-button {
    width: 300px;
    margin-bottom: 5px;
  }

  .div-block-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing.center {
    line-height: 30px;
  }

  .div-block-13 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .div-block-14 {
    flex-wrap: nowrap;
  }

  .special-offer-frame {
    padding-top: 22px;
  }

  .button-copy {
    margin-bottom: 25px;
  }

  .section-heading-2 {
    font-size: 30px;
    line-height: 38px;
  }

  .section-heading-2.has-subheading {
    font-size: 28px;
  }

  .job-posting-thumb {
    margin-bottom: 8px;
  }

  .site-button {
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .site-name {
    margin-left: 2px;
  }

  .services-item {
    width: 100%;
    padding-right: 0;
  }

  .site-button-2 {
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .center-text {
    flex-wrap: wrap;
  }

  .text-block-16 {
    flex: none;
  }

  .brand-frame {
    grid-column-gap: 0px;
    grid-template-columns: 1fr minmax(150px, 1fr);
    place-items: start;
  }

  .header-phone-2 {
    display: block;
  }

  .header-text-note {
    font-size: 12px;
    display: block;
  }

  .brand-container {
    padding-right: 40px;
  }

  .mobile-nav-frame {
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }

  .center-text-2 {
    flex-flow: column wrap;
  }

  .text-block-17 {
    flex: 0 auto;
  }

  .text-block-17.hide-mobile {
    display: none;
  }

  .container-10 {
    flex-direction: column;
  }

  .site-button-3, .site-button-4 {
    margin-right: 0;
    padding-left: 4px;
    padding-right: 4px;
  }

  .container-11 {
    display: none;
  }

  .focus-grid {
    grid-template-columns: 1fr;
  }

  .section-heading-3, .section-heading-4 {
    font-size: 30px;
    line-height: 38px;
  }
}

#w-node-a26b7a81-3f11-9893-aa8e-72fe42388b61-3feb552c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-a26b7a81-3f11-9893-aa8e-72fe42388b63-3feb552c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a26b7a81-3f11-9893-aa8e-72fe42388b6e-3feb552c {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-a26b7a81-3f11-9893-aa8e-72fe42388b70-3feb552c {
  place-self: end start;
}

#w-node-_32b68cec-92f9-3718-2a62-a476dfa35d72-dfa35d6d {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {
  #w-node-a26b7a81-3f11-9893-aa8e-72fe42388b61-3feb552c {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a26b7a81-3f11-9893-aa8e-72fe42388b63-3feb552c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a26b7a81-3f11-9893-aa8e-72fe42388b6e-3feb552c {
    grid-area: 2 / 3 / 3 / 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a26b7a81-3f11-9893-aa8e-72fe42388b61-3feb552c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a26b7a81-3f11-9893-aa8e-72fe42388b63-3feb552c {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-a26b7a81-3f11-9893-aa8e-72fe42388b6e-3feb552c {
    grid-area: 2 / 2 / 3 / 3;
  }
}


