@charset "UTF-8";

/*
Theme Name: CopierDoctor Theme
Theme URI: https://bravelittletank.com
Author: Brave Little Tank
Author URI: https://bravelittletank.com
Description: CopierDoctor Theme is a custom theme built for CopierDoctor.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: copierdoctor-theme
Tags: 
*/

/* BASE - Base styles, Normalize, General Structure, Colours, Typography */

/**
 * Convert px to em or rem
 *
 * @param $elFontSize - the element font size in pixel e.g. you want to set margin on your text, 
 * and font size on your text is equivalent to 14px, then your context is 14px.
 *
 * @param $values - the values in pixel you want to convert. 
 * You can pass in an array of values. Each value separated by space.
 *
 * e.g. margin: pxToEm(16px 20px 20px 16px, 16px);
 *
 * https://github.com/stubbornella/oocss/blob/master/oocss/src/components/utils/_pxToEm.scss
 * 
 */

/* ------------------------------------ *\
    breakpoint vars
\* ------------------------------------ */

/* ------------------------------------ *\
    breakpoint mixin
\* ------------------------------------ */

/* ------------------------------------ *\
    Custom breakpoints
\* ------------------------------------ */

/* ------------------------------------ *\
    How to use the breakpoints
\* ------------------------------------ */

/* ------------------------------------ *\
    Browser Specific Media Queries
    More at: http://browserhacks.com/
    
    @include browser(edge){
    }
\* ------------------------------------ */

/* ------------------------------------------------- *\
    Media Query Visual Tags for testing *** Not used
\* ------------------------------------------------- */

h1,
.has-h-1-font-size {
  font-weight: 400;
  font-size: 1.875rem;
  line-height: 1.19048;
  margin: 0;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  color: #1c1c1c;
}

h2,
.has-h-2-font-size {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.19444;
  margin: 0;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  color: #1c1c1c;
}

h3,
.has-h-3-font-size {
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 1.1875;
  margin: 0;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  color: #1c1c1c;
}

h4,
.has-h-4-font-size {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.21429;
  margin: 0;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  color: #1c1c1c;
}

h5,
.has-h-5-font-size {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.33333;
  margin: 0;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  color: #1c1c1c;
}

h6,
.has-h-6-font-size {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.8;
  margin: 0;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem;
  color: #1c1c1c;
}

.has-large-font-size {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.45455;
  color: #1c1c1c;
}

p,
.has-regular-font-size {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.55556;
}

.has-small-font-size {
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.1875;
}

.has-caption-font-size {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.21429;
}

.has-text-align-center {
  text-align: center;
}

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

.has-text-align-left {
  text-align: left;
}

.has-text-align_center {
  /* ---- Only commented out as not used in this project ----- */
}

.has-text-align_center_left {
  text-align: center;
}

.has-text-align_center_left .wp-block-buttons {
  margin-left: auto;
  margin-right: auto;
}

.has-text-align_center__left {
  text-align: center;
}

.has-text-align_center__left .wp-block-buttons {
  margin-left: auto;
  margin-right: auto;
}

/*  STRUCTURE
 * 
 *  -----------------------
 * 
 *  This SASS sheet has been replaced by the Foundation 6 styles provided in the vendor directory
 *  Alterations to the Flex structure should be made in the vendor directory
 *  New additions, including CSS Grid blocks should be included here.
 * 
 */

/* ----- CSS GRID ----- */

/* ----- CSS FLEXBOX ----- */

/*  This file is for all generic styles for page items such as lists, tables and other style resets.

/*  This file should not be used for the mass-styling of content such as product tables, however 
    specific styles for changes to lists can be placed here if the component doens't have it's own 
    component file.

/*  
 *  CONTENTS:
 *
 *  NORMALISE STYLES AND RESETS
 *  PAGE STRUCTURE
 *  COLOUR CLASSES
 *  LINKS & BUTTONS
 *  LIST STYLES
 *  TABLES
 *  FOUNDATION OVERRIDES
 *  FACETS OVERRIDES
 *  USEFUL CLASSES
 *  
 */

/*	----------------------	  NORMALISE STYLES AND RESETS	----------------------	*/

#wpadminbar {
  display: none;
}

html {
  font-family: "Montserrat", sans-serif;
  line-height: 1.15;
  text-align: left;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  display: block;
  max-width: 100%;
  margin: 0;
  background-color: #fff;
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.home {
  background-color: #f8f8f8;
}

footer,
header,
nav {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

b,
strong {
  font-weight: 700;
}

abbr[title],
dfn[title],
acronym {
  border-bottom: 1px dotted #767676;
  text-decoration: none;
  cursor: help;
}

address {
  margin: 0 0 1.5rem;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

span {
  display: inline-block;
}

*,
::after,
::before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

pre {
  background: #eee;
  font-family: monospace, monospace;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var,
samp {
  font-family: monospace, monospace;
  font-size: 0.9375rem;
}

mark,
ins {
  background: #eee;
  color: #222;
  text-decoration: none;
}

big {
  font-size: 125%;
}

video {
  display: inline-block;
}

audio {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  background-color: #bbb;
  margin-bottom: 1.5em;
  overflow: visible;
  height: 1px;
  width: 100%;
  border: 0;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #fc0630;
}

.has-white-color a:hover,
.has-white-color a:focus {
  color: #f2f2f2;
}

/*	----------------------	  PAGE STRUCTURE	----------------------	*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both;
}

/*	----------------------	  LIST STYLES	----------------------	*/

/*	----------------------	  TABLES	----------------------	*/

table {
  border: none;
  border-collapse: collapse;
  width: 100%;
}

table tr:first-of-type {
  background-color: #a3a3a3;
}

table tr td {
  padding: 10px 10px;
}

table tr:nth-child(2n + 3) {
  background-color: #e7e7e7;
}

table th {
  text-align: left;
}

/*	----------------------	  IMAGES	----------------------	*/

img {
  border-style: none;
}

img .alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}

img .alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}

img.content-image.img-fluid {
  display: block;
  position: relative;
  width: 100%;
}

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

/*	----------------------	  FOUNDATION OVERRIDES	----------------------	*/

/*	----------------------	  USEFUL CLASSES	----------------------	*/

.alignleft {
  clear: both;
  display: block;
  margin-right: auto;
}

.alignright {
  clear: both;
  display: block;
  margin-left: auto;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.rounded-corners {
  border-radius: 0.375rem;
  -webkit-border-radius: 0.375rem;
}

.valign-contents {
  display: block;
  height: 100%;
  margin: auto 0;
}

.rotate-30 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.centered {
  margin: 0 auto;
}

.apply-padding-all {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.padding-top-small {
  padding-top: 1.875rem;
}

.padding-top-medium {
  padding-top: 2.5rem;
}

.padding-top-large {
  padding-top: 3.75rem;
}

.padding-top-xlarge {
  padding-top: 4.375rem;
}

.padding-bottom-small {
  padding-bottom: 1.875rem;
}

.padding-bottom-medium {
  padding-bottom: 2.5rem;
}

.padding-bottom-large {
  padding-bottom: 3.75rem;
}

.padding-bottom-xlarge {
  padding-bottom: 4.375rem;
}

.remove-margin__bottom {
  margin-bottom: 0 !important;
}

/*
 *  CONTENTS
 *
 *  Global Typography
 *  Blockquote
 *  Links and Buttons
 *  List Defaults
 *  Lists (Custom)
 *
 */

/* ----- Global Typography ----- */

button,
input,
select,
optgroup,
textarea {
  color: #1c1c1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: 700;
}

/* ----- Blockquote ----- */

blockquote {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

blockquote p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1c1c1c;
  font-style: normal;
}

blockquote:before,
blockquote:after {
  content: "";
}

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  margin-top: 0.5em;
}

q {
  quotes: "“" "”" "‘" "’";
}

/* ----- List Defaults ----- */

ul,
dl,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-position: inside;
  width: 100%;
}

ul li,
dl li,
ol li {
  list-style: none;
  position: relative;
  line-height: 1.5;
  color: #1c1c1c;
  font-size: 1rem;
  padding-top: 0.4375rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  font-family: "Montserrat", sans-serif;
}

ul.slick-dots,
ul.no-bullet,
ul.gform_fields {
  list-style: none;
  padding: 0;
}

ul.slick-dots li,
ul.no-bullet li,
ul.gform_fields li {
  padding: 0;
}

ul.slick-dots li:before,
ul.no-bullet li:before,
ul.gform_fields li:before {
  content: none;
}

ul.is-style-large li {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.3125rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

ul.is-style-large li:not(:last-of-type) {
  margin-bottom: 0;
}

ul.is-style-large li:before {
  content: none;
}

ul li:not(:last-of-type) {
  margin-bottom: 0.75rem;
}

ul li:before {
  content: "";
  height: 0.3125rem;
  width: 0.3125rem;
  position: absolute;
  left: 0.625rem;
  top: 0.9375rem;
  border-radius: 0.375rem;
  background-color: #1c1c1c;
}

ul.menu {
  padding: 0;
}

ul.menu li:before {
  content: none;
}

ol {
  counter-reset: ourCounter;
}

ol li {
  counter-increment: ourCounter;
}

ol li:before {
  content: counter(ourCounter);
  background-color: inherit;
  height: 0.3125rem;
  width: 0.3125rem;
  position: absolute;
  top: 0.3125rem;
}

dl li:before {
  content: "";
  background-color: inherit;
  height: 5px;
  width: 5px;
  position: absolute;
  top: 5px;
}

dl.menu li:before {
  content: none;
}

/* ----- Lists (Custom) ----- */

.has-red-background-color li {
  color: #fff;
}

.has-red-background-color li:before {
  background-color: #fff;
}

/* ------ Border styles ----- */

.is-style-squared {
  border-radius: 0;
}

.is-style-rounded {
  border-radius: 0.375rem;
}

.is-style-rounded-outline {
  border: 0.0625rem solid #eeeaeb;
  border-radius: 0.375rem;
}

.is-style-rounded-top {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.is-style-outline {
  border-radius: 0;
  border: 0.0625rem solid transparent;
}

/* ------ Shadows ----- */

.has-shadow {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.has-shadow.shadow-opacity-5 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.has-shadow.shadow-opacity-10 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.has-shadow.shadow-opacity-20 {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

.has-shadow.shadow-opacity-30 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.has-shadow.shadow-opacity-30:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.has-shadow.shadow-opacity-40 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.has-shadow.shadow-opacity-40:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

/* COMPONENTS - Global components  */

.is-style-underlined,
.underline {
  text-decoration: underline;
}

.is-style-map {
  position: relative;
}

.is-style-map:after {
  background-position: center bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.wp-block-image {
  max-width: 100%;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: 0;
}

.wp-block-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.wp-block-image.aligncenter {
  text-align: center;
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  width: 100%;
}

figure {
  margin-top: 0;
  margin-bottom: 1.25rem;
  margin-left: 0;
  margin-right: 0;
}

figure figcaption {
  padding-top: 0.25rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 2.1;
  font-weight: 400;
  color: #a8aaab;
  background-color: #f8f8f8;
  text-transform: uppercase;
  text-align: center;
  top: -0.1875rem;
  position: relative;
}

/* 
 *  
 *   Default Buttons
 *  
 */

/* ------ Default Buttons ----- */

button,
input[type="button"],
input[type="submit"] {
  color: #fff;
  background-color: #fc0630;
  border: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1875;
  cursor: pointer;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background-color: #ff5d79;
}

.test-class {
  display: none;
}

/**
 *	CONTENTS:
 *  ----------------
 *
 *  INPUT FIELDS 
 *  LABELS, SELECT & FIELDSET
 *  TEXTAREA, LEGEND & PROGRESS 
 *  FONT & CONTENT STYLES
 *  
 *  
 */

/* ----- * INPUT FIELDS * ----- */

input[type="search"] {
  display: block;
  width: 100%;
  height: 2rem;
  padding: 0.25rem 0 0.625rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
  color: #1c1c1c;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="search"],
textarea {
  font-weight: 400;
}

input[type="search"]:focus,
textarea:focus {
  color: #1c1c1c;
}

input[type="search"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
}

input[type="search"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
}

input[type="search"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

input[type="search"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #f2f2f2;
  font-family: "Montserrat", sans-serif;
}

input[type="radio"],
input[type="checkbox"] {
  position: relative;
  margin-right: 0.5rem;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 1.375rem;
  height: 1.375rem;
  cursor: pointer;
}

input[type="radio"] ~ label,
input[type="checkbox"] ~ label {
  cursor: pointer;
}

input[type="radio"] + label,
input[type="radio"] ~ .gfield_required,
input[type="checkbox"] + label,
input[type="checkbox"] ~ .gfield_required {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  top: -6px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.21429;
  color: #737474;
}

input[type="radio"][checked="checked"]:after,
input[type="checkbox"][checked="checked"]:after {
  content: "";
  background: #fc0630;
  height: 0.625rem;
  width: 0.625rem;
  position: absolute;
  border-radius: 50%;
  top: 0.3125rem;
  left: 0.3125rem;
}

input[type="radio"][checked="checked"] + label,
input[type="radio"][checked="checked"] ~ .gfield_required,
input[type="checkbox"][checked="checked"] + label,
input[type="checkbox"][checked="checked"] ~ .gfield_required {
  color: #1c1c1c;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="checkbox"],
[type="radio"] {
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* ----- * LABELS, SELECT & FIELDSET  * ----- */

label {
  display: block;
  font-weight: 500;
  margin-bottom: 0.1875rem;
  font-size: 0.9375rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1.86667;
}

select {
  height: 3.25rem;
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  margin-bottom: 1.875rem;
  background: url("../images/backgrounds/form-arrow.svg") 96% center no-repeat;
  background-size: 0.8125rem 0.5rem;
}

fieldset {
  border: 1px solid #bbb;
  margin: 0 0.125rem;
  padding: 0.35em 0.625em 0.75em;
}

/* ----- TEXTAREA, LEGEND & PROGRESS ----- */

textarea {
  overflow: auto;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

/* ----- FONT & CONTENT STYLES ----- */

button,
input,
optgroup,
textarea {
  margin: 0;
  text-transform: none;
}

button,
input {
  overflow: visible;
}

input,
select,
textarea {
  background-color: #fff;
  padding: 0.9375rem 1.25rem;
  font-size: 1.125rem;
  font-family: "Montserrat", sans-serif;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  border: 0.0625rem solid #a8aaab;
  border-radius: 5.625rem;
  -webkit-border-radius: 5.625rem;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #737474;
}

/* ----- * PLACEHOLDERS * ----- */

::-webkit-input-placeholder {
  color: #a8aaab;
}

:-moz-placeholder {
  color: #a8aaab;
}

::-moz-placeholder {
  color: #a8aaab;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #a8aaab;
}

ul .gform_fields li {
  margin-bottom: 1.25rem;
}

.gfield_visibility_hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.gfield_consent_description {
  display: inline-block;
  position: relative;
  margin-top: 0.625rem;
  margin-bottom: 0;
  top: -6px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.6;
  color: #737474;
}

.gfield.hidden_label .gfield_label {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.gfield .validation_message {
  font-size: 0.9375rem;
  color: #fc0630;
  padding-top: 0.625rem;
  padding-bottom: 1.25rem;
}

.gf_name_has_1 span {
  width: 100%;
}

input[type="submit"].gform_button {
  width: 50%;
  text-align: left;
  position: relative;
  background-image: url("../images/backgrounds/form-submit-arrow.svg");
  background-position: 84% center;
  background-repeat: no-repeat;
  margin-top: 1.875rem;
}

.ginput_container_consent {
  margin-top: 1.875rem;
}

.ginput_container_consent input[type="checkbox"]:hover,
.ginput_container_consent label:hover {
  cursor: pointer;
}

.gform_confirmation_wrapper,
.gform_wrapper {
  position: relative;
}

.gform_validation_container {
  visibility: hidden;
  opacity: 0;
  height: 0;
}

.gform_validation_container * {
  height: 0;
}

#gform_2 .instruction {
  display: none;
  visibility: hidden;
  opacity: 0;
}

#gform_2 .clear-multi {
  display: flex;
  flex-flow: row wrap;
}

#gform_2 .clear-multi > .ginput_container_date {
  width: calc(33.33333% - 0.9375rem);
}

#gform_2 .clear-multi > .ginput_container_date:not(:first-of-type) {
  margin-left: 0.9375rem;
}

/*
 *
 *  ---------------
 *
 *
 */

/* 
 *  
 *  ---------------
 *  
 *  Forms No JS
 *  
 */

/* ------ No JS ----- */

.hide-with-javascript {
  display: none !important;
  visibility: hidden;
  opacity: 0;
}

.hide-with-javascript.pop-up-form {
  display: block !important;
  position: fixed;
  visibility: visible;
  opacity: 1;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 15;
  height: 100%;
  overflow: scroll;
  padding-top: 3.75rem;
}

.hide-with-javascript.pop-up-form .close-button {
  position: absolute;
  top: -0.3125rem;
  right: -0.3125rem;
  font-weight: 700;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 1.5625rem;
}

/* ------ No JS ----- */

.no-js .hide-with-javascript {
  display: block !important;
  visibility: visible;
  opacity: 1;
}

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/**
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

button.hamburger {
  background-color: #fff;
  border-radius: 50%;
  color: #fc0630;
  border: none;
  height: 2.625rem;
  width: 2.625rem;
  padding: 0.5rem 0;
  z-index: 110;
}

.hamburger--spin {
  outline: 0;
  border: 0;
  background: transparent;
}

.hamburger--spin .hamburger-inner {
  display: block;
  margin-top: -0.125rem;
  top: 50%;
  transition-duration: 0.22s;
  -webkit-transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner:before {
  content: "";
  top: -0.4375rem;
  right: 0;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -o-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -moz-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner:after {
  content: "";
  bottom: -0.4375rem;
  right: 0;
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active {
  position: relative;
  top: 0;
  right: 0;
  z-index: 125;
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  background-color: #1c1c1c;
}

.hamburger--spin.is-active .hamburger-inner:before {
  content: "";
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  background-color: #1c1c1c;
}

.hamburger--spin.is-active .hamburger-inner:after {
  content: "";
  left: 0;
  bottom: 0;
  background-color: #1c1c1c;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger-box {
  position: relative;
  display: inline-block;
  width: 1.25rem;
  height: 1.75rem;
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
  position: absolute;
  width: 1.25rem;
  height: 0.125rem;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-duration: 0.15s;
  -webkit-transition-duration: 0.15s;
  transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  background-color: #fc0630;
}

.hamburger--spin .hamburger-inner,
.hamburger--spin .hamburger-inner:after,
.hamburger--spin .hamburger-inner:before {
  background-color: #fc0630;
}

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* ----- Header Menu Button ----- */

nav .header-menu > li.active > a {
  font-weight: 500;
}

nav .header-menu > li:hover > a,
nav .header-menu > li:focus-within > a {
  font-weight: 500;
}

/* ----- * Sub Menus * ----- */

ul.vertical > li {
  padding: 0;
}

/**
 *	Contents:
 *  ----------------
 *  Mobile Menus
 *  
 *  
 *  
 *  
 */

.header-menu > li {
  padding: 0;
}

.header-menu > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  font-size: 1.4375rem;
  font-weight: 400;
  color: #1c1c1c;
}

/* ----- Mobile Menus ----- */

.mobile-booking-button {
  position: absolute;
  bottom: 0;
  right: calc(40% - 89px);
  z-index: 25;
}

.menu-container {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color, visibility, opacity, 0.5s ease;
  -webkit-transition: background-color, visibility, opacity, 0.5s ease;
  overflow: hidden;
}

.menu-container:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100vh;
  right: 0;
  background: #fff;
  transition: width 0.5s ease;
  -o-transition: width 0.5s ease;
  -ms-transition: width 0.5s ease;
  -moz-transition: width 0.5s ease;
  -webkit-transition: width 0.5s ease;
}

.menu-container .header-menu {
  visibility: hidden;
  opacity: 0;
  margin-bottom: 0;
  position: relative;
  float: right;
  width: 80%;
  height: 90vh;
  z-index: 20;
  background-color: white;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -webkit-transition: transform 0.5s ease;
}

.menu-container.is-active {
  visibility: visible;
  position: fixed;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.menu-container.is-active:before {
  width: 80vw;
}

.menu-container.is-active .header-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 5rem;
  height: 100vh;
  overflow: scroll;
  z-index: 20;
  padding: 1.875rem;
  right: 0;
  text-align: left;
}

/**/

.menu-item-has-children:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-top-color: #1c1c1c;
  right: 0;
  top: 1.375rem;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  pointer-events: none;
}

.menu-item-has-children.is-focussed:after {
  top: 0.25rem;
  right: 0;
  height: 12px;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 6px;
  border-bottom-color: #a8aaab;
}

ul.vertical.menu {
  overflow: hidden;
  transition: height, visibility, opacity, 0.5s ease;
  visibility: hidden;
  opacity: 0;
  transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  -ms-transition: height 0.5s ease;
  -moz-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
}

ul.vertical.menu.is-active {
  visibility: visible;
  opacity: 1;
}

ul.vertical > li a {
  display: block;
  padding: 0.9375rem;
}

ul.vertical > li:first-of-type a {
  padding-top: 0.625rem;
}

ul.vertical > li:last-of-type a {
  padding-bottom: 1.875rem;
}

/* 
 *  Contents 
 *  -------------------
 *  Main Nav Hamburger
 *  Nav child items
 *  Accordion
 *  
 */

html.no-js {
  /* ----- * Main Nav Hamburger * ----- */
  /* ----- * Nav child items * ----- */
  /* ----- * Accordion * ----- */
}

html.no-js .navigation-container:focus-within .menu-container {
  visibility: visible;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

html.no-js .navigation-container:focus-within .menu-container:before {
  width: 80vw;
  background-color: #fff;
}

html.no-js .navigation-container:focus-within .header-menu {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
  position: absolute;
  top: 5rem;
  height: 100vh;
  overflow: scroll;
  z-index: 20;
  padding: 1.875rem;
  right: 0;
}

html.no-js .menu-item-has-children ul.vertical {
  height: 0;
}

html.no-js .menu-item-has-children:hover ul.vertical,
html.no-js .menu-item-has-children:focus-within ul.vertical {
  display: block;
  visibility: visible;
  opacity: 1;
  height: auto;
}

html.no-js .menu-item-has-children:hover ul.vertical a,
html.no-js .menu-item-has-children:focus-within ul.vertical a {
  font-size: 1.125rem;
  display: block;
  margin-bottom: 1.25rem;
}

html.no-js .wp-blt-block-accordion_item:focus-within .wp-blt-block-accordion_item_content {
  visibility: visible;
  opacity: 1;
  max-height: auto;
}

.site-header_wrapper {
  margin-top: 0;
}

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/**
 *	Contents:
 *  ----------------
 *  WP Defaults: Figure
 *  BLT Block SVG
 *  
 */

/* ----- WP Defaults: Figure ----- */

figure {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

figure figcaption {
  padding-top: 0.25rem;
  padding-bottom: 0.3125rem;
  font-size: 0.875rem;
  line-height: 2.1;
  font-weight: 400;
  color: #737474;
  background-color: #f2f2f2;
  text-transform: uppercase;
  text-align: center;
  top: -0.1875rem;
  position: relative;
}

figure.wp-block-image {
  max-width: 100%;
}

figure.wp-block-image img {
  height: auto;
  max-width: 100%;
}

/* ----- BLT Block SVG ----- */

.wp-blocks-blt-svg-image svg {
  max-width: 100%;
}

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

picture.background-image {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #eeeaeb;
}

.front-page .wp-blt-block-content-box:first-of-type img {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
}

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/* Fade in tabs */

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

.is-style-plain table tbody {
  border: none;
  background-color: transparent;
}

.is-style-plain table tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: transparent;
}

.is-style-plain table tr:first-of-type {
  background-color: transparent;
}

.is-style-plain table tr td {
  padding: 0.625rem;
  vertical-align: top;
  line-height: 1.66667;
}

.is-style-plain table tr td:first-of-type {
  padding-right: 0.8125rem;
  padding-left: 0;
  font-weight: 500;
  color: #1c1c1c;
}

.is-style-plain table tr:nth-child(2n + 3) {
  background-color: transparent;
}

.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}

.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}

.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}

.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}

/* 
 *  BLT 
 *  BLT 
 *  BLT 
 *  BLT 
 */

/* ------ WP Spacer ----- */

.wp-block-spacer {
  display: block;
  width: 100%;
}

/* SECTIONS - Custom site sections/elements */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

.site-main-footer a {
  padding: 0;
}

.site-main-footer .copyright,
.site-main-footer .copyright a {
  color: #a8aaab;
  font-size: 0.6875rem;
}

.site-main-footer .copyright__mob-tab {
  margin-top: 0.9375rem;
  margin-bottom: 0;
}

.credentials-info {
  position: relative;
  background: #efebe5;
  background: linear-gradient(180deg, #efebe5 50%, #00a270 50%);
}

.credentials-info img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  max-height: 50%;
}

.credentials-info__wrapper {
  position: relative;
  z-index: 10;
}

.credentials-info__wrapper-left,
.credentials-info__wrapper-right {
  height: 25rem;
}

.credentials-info__wrapper-left {
  position: relative;
}

.credentials-info__wrapper-right h2 {
  font-size: 1.25rem;
  font-weight: 600;
}

.credentials-info__wrapper-background:before,
.credentials-info__wrapper-background:after {
  content: none;
}

.footer-container .logo {
  position: relative;
  left: -0.3125rem;
}

.footer-container > div:first-of-type {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* ----- Site Header (Menu) ----- */

.page .site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
/*
  padding-top: 1.25rem;
  padding-bottom: 0;
*/
  z-index: 20;
}

.site-header .wp-block-button__link {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  margin-bottom: 0.625rem;
}

header.wp-blt-block-content-box.is-style-small,
header.wp-blt-block-content-box.is-style-large {
  background-color: #f2f2f2;
}

header.wp-blt-block-content-box.is-style-large {
  background-color: #f2f2f2;
  min-height: 25.625rem;
  padding-bottom: 6.25rem;
}

header.wp-blt-block-content-box.is-style-large:before,
header.wp-blt-block-content-box.is-style-large:after {
  position: absolute;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
}

header.wp-blt-block-content-box.is-style-large:before {
  content: "";
  background-image: url("../images/backgrounds/header/mob-lghead-left.svg");
  background-position: bottom left;
  background-repeat: no-repeat;
  overflow: visible;
  left: 0;
  height: 6.25rem;
  width: 60%;
}

header.wp-blt-block-content-box.is-style-large:after {
  content: "";
  background-image: url("../images/backgrounds/header/mob-lghead-right.svg");
  background-position: bottom right;
  background-repeat: no-repeat;
  overflow: visible;
  right: 0;
  height: 6.25rem;
  width: 35%;
}

header.wp-blt-block-content-box.is-style-large > div {
  padding-top: 6.25rem;
}

header.wp-blt-block-content-box.is-style-small {
  overflow: hidden;
  padding-top: 2.5rem;
}

header.wp-blt-block-content-box.is-style-small:before,
header.wp-blt-block-content-box.is-style-small:after {
  content: "";
  position: absolute;
  height: 6.1875rem;
  width: 6.1875rem;
}

header.wp-blt-block-content-box.is-style-small:before {
  border: 2.0625rem solid #fc0630;
  border-radius: 50%;
  bottom: -3.0625rem;
  left: -2.5rem;
}

header.wp-blt-block-content-box.is-style-small:after {
  background-color: #bc1b1b;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
  top: 1.875rem;
  right: 0;
}

header.wp-blt-block-content-box.is-style-small > div {
  z-index: 5;
  padding-top: 5.625rem;
}

.tier-icons .container {
  margin: auto 0;
}

.tier-icons .icon .icon-svg {
  height: 6.5625rem;
  margin-bottom: 2rem;
}

.tier-icons .icon p {
  color: #1c1c1c;
}

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

.front-page header.wp-blt-block-content-box {
  height: 32.8125rem;
}

.front-page header.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.front-page header.site-header .wp-block-button {
  margin: 0;
}

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/**
 *	Contents:
 *  ----------------
 *  
 *  
 */

/* -----  ----- */

/* VENDOR STYLES - Stylesheets from Slick Slider, Lity etc */

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

.slick-list {
  width: 100%;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: url("../images/svg/slick-prev.svg");
}

[dir="rtl"] .slick-prev:before {
  content: url("../images/svg/slick-next.svg");
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: url("../images/svg/slick-next.svg");
}

[dir="rtl"] .slick-next:before {
  content: url("../images/svg/slick-prev.svg");
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 1.875rem;
}

ul.slick-dots {
  position: absolute;
  text-align: center;
  width: 100%;
}

ul.slick-dots li {
  display: inline-block;
  position: relative;
  height: 0.75rem;
  width: 0.75rem;
  margin: 0 0.3125rem;
  padding: 0;
  cursor: pointer;
}

ul.slick-dots li button {
  display: block;
  padding: 0.3125rem;
  height: 0.75rem;
  width: 0.75rem;
  background-color: #eeeaeb;
  border: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  outline: none;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  cursor: pointer;
}

ul.slick-dots li button:hover,
ul.slick-dots li button:focus {
  outline: none;
}

ul.slick-dots li.slick-active button {
  background-color: #a8aaab;
}

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
}

.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}

.cell.auto {
  flex: 1 1 0px;
}

.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}

.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink,
.grid-x > .small-full,
.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex-basis: auto;
}

.grid-x > .small-1,
.grid-x > .small-2,
.grid-x > .small-3,
.grid-x > .small-4,
.grid-x > .small-5,
.grid-x > .small-6,
.grid-x > .small-7,
.grid-x > .small-8,
.grid-x > .small-9,
.grid-x > .small-10,
.grid-x > .small-11,
.grid-x > .small-12 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.33333%;
}

.grid-x > .small-2 {
  width: 16.66667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.33333%;
}

.grid-x > .small-5 {
  width: 41.66667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.33333%;
}

.grid-x > .small-8 {
  width: 66.66667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.33333%;
}

.grid-x > .small-11 {
  width: 91.66667%;
}

.grid-x > .small-12 {
  width: 100%;
}

.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.grid-margin-x > .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.grid-margin-x > .auto,
.grid-margin-x > .shrink {
  width: auto;
}

.grid-margin-x > .small-1 {
  width: calc(8.33333% - 1.25rem);
}

.grid-margin-x > .small-2 {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}

.grid-margin-x > .small-4 {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x > .small-5 {
  width: calc(41.66667% - 1.25rem);
}

.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}

.grid-margin-x > .small-7 {
  width: calc(58.33333% - 1.25rem);
}

.grid-margin-x > .small-8 {
  width: calc(66.66667% - 1.25rem);
}

.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}

.grid-margin-x > .small-10 {
  width: calc(83.33333% - 1.25rem);
}

.grid-margin-x > .small-11 {
  width: calc(91.66667% - 1.25rem);
}

.grid-margin-x > .small-12 {
  width: calc(100% - 1.25rem);
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.33333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.66667%;
}

.small-up-7 > .cell {
  width: 14.28571%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

/* Medium Classes Only */

/* Large Classes Only */

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem);
}

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}

.small-margin-collapse > .small-1 {
  width: 8.33333%;
}

.small-margin-collapse > .small-2 {
  width: 16.66667%;
}

.small-margin-collapse > .small-3 {
  width: 25%;
}

.small-margin-collapse > .small-4 {
  width: 33.33333%;
}

.small-margin-collapse > .small-5 {
  width: 41.66667%;
}

.small-margin-collapse > .small-6 {
  width: 50%;
}

.small-margin-collapse > .small-7 {
  width: 58.33333%;
}

.small-margin-collapse > .small-8 {
  width: 66.66667%;
}

.small-margin-collapse > .small-9 {
  width: 75%;
}

.small-margin-collapse > .small-10 {
  width: 83.33333%;
}

.small-margin-collapse > .small-11 {
  width: 91.66667%;
}

.small-margin-collapse > .small-12 {
  width: 100%;
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}

.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-offset-half {
  margin-left: 4.16667%;
}

.small-offset-1 {
  margin-left: 8.33333%;
}

.small-offset-2 {
  margin-left: 16.66667%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-offset-4 {
  margin-left: 33.33333%;
}

.small-offset-5 {
  margin-left: 41.66667%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-offset-7 {
  margin-left: 58.33333%;
}

.small-offset-8 {
  margin-left: 66.66667%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-offset-10 {
  margin-left: 83.33333%;
}

.small-offset-11 {
  margin-left: 91.66667%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem);
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem);
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem);
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem);
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem);
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem);
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem);
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem);
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem);
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem);
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem);
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem);
}

.grid-y {
  display: flex;
  flex-flow: row wrap;
}

.grid-y > .cell {
  height: auto;
  max-height: none;
}

.grid-y > .auto,
.grid-y > .shrink {
  width: auto;
}

.grid-y .small-shrink,
.grid-y .small-full,
.grid-y .small-1,
.grid-y .small-2,
.grid-y .small-3,
.grid-y .small-4,
.grid-y .small-5,
.grid-y .small-6,
.grid-y .small-7,
.grid-y .small-8,
.grid-y .small-9,
.grid-y .small-10,
.grid-y .small-11,
.grid-y .small-12 {
  flex-basis: auto;
}

.grid-y > .small-1,
.grid-y > .small-2,
.grid-y > .small-3,
.grid-y > .small-4,
.grid-y > .small-5,
.grid-y > .small-6,
.grid-y > .small-7,
.grid-y > .small-8,
.grid-y > .small-9,
.grid-y > .small-10,
.grid-y > .small-11,
.grid-y > .small-12 {
  flex: 0 0 auto;
}

.grid-y > .small-1 {
  height: 8.33333%;
}

.grid-y > .small-2 {
  height: 16.66667%;
}

.grid-y > .small-3 {
  height: 25%;
}

.grid-y > .small-4 {
  height: 33.33333%;
}

.grid-y > .small-5 {
  height: 41.66667%;
}

.grid-y > .small-6 {
  height: 50%;
}

.grid-y > .small-7 {
  height: 58.33333%;
}

.grid-y > .small-8 {
  height: 66.66667%;
}

.grid-y > .small-9 {
  height: 75%;
}

.grid-y > .small-10 {
  height: 83.33333%;
}

.grid-y > .small-11 {
  height: 91.66667%;
}

.grid-y > .small-12 {
  height: 100%;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  align-items: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  justify-content: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

/**
 * wp-block-button
 * wp-block-button
 * wp-block-button
 */

/* ----- Block styles ----- */

.wp-block-button {
  vertical-align: middle;
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  margin-right: 0;
  margin-left: 0;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1.1875;
}

.wp-block-button__link {
  background-color: #fc0630;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: 600;
  border: 0.0625rem solid transparent;
  border-radius: 1.75rem;
  box-shadow: none;
  margin: 0;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  text-decoration: none;
  overflow-wrap: break-word;
}

.wp-block-button__link:hover,
.wp-block-button__link:hover {
  color: #fff;
  background-color: #ff5d79;
}

.is-style-clear .wp-block-button__link {
  position: relative;
  background-color: transparent;
  color: #1c1c1c;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0;
  padding-right: 0.625rem;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.is-style-clear .wp-block-button__link:after {
  content: "→";
  position: absolute;
  font-size: 1rem;
  font-family: "Inter", "system-ui", sans-serif;
  top: 0.3125rem;
  right: 0;
  color: transparent;
  pointer-events: none;
  transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  -ms-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
}

.is-style-clear .wp-block-button__link:hover,
.is-style-clear .wp-block-button__link:focus {
  padding-right: 1.875rem;
}

.is-style-clear .wp-block-button__link:hover:after,
.is-style-clear .wp-block-button__link:focus:after {
  color: #1c1c1c;
}

.is-style-secondary-fill .wp-block-button__link {
  background-color: #f2f2f2;
  color: #1c1c1c;
}

.is-style-secondary-fill .wp-block-button__link:hover,
.is-style-secondary-fill .wp-block-button__link:focus {
  background-color: #fc0630;
  color: #fff;
}

.is-style-outline .wp-block-button__link {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.is-style-outline .wp-block-button__link:hover,
.is-style-outline .wp-block-button__link:focus {
  background-color: #fff;
  color: #1c1c1c;
  border-color: #fff;
}

.is-style-secondary-outline .wp-block-button__link {
  background-color: transparent;
  color: #1c1c1c;
  border-color: #1c1c1c;
}

.is-style-secondary-outline .wp-block-button__link:hover,
.is-style-secondary-outline .wp-block-button__link:focus {
  background-color: #1c1c1c;
  color: #fff;
  border-color: #1c1c1c;
}

.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

textarea {
  height: auto;
  min-height: 3.125rem;
/*   border-radius: 0; */
}

[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea {
  display: block;
  width: 100%;
  color: #1c1c1c;
  font-size: 1.125rem;
  font-weight: 400;
  transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type="submit"],
[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

.pagination {
  margin-left: 0;
  text-align: center;
}

.pagination:before,
.pagination:after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.pagination:after {
  clear: both;
}

.pagination a {
  padding: 0.3125rem 0.75rem;
  text-decoration: none;
  background-color: transparent;
  border-radius: 0.375rem;
}

.pagination a:hover,
.pagination a:focus {
  background-color: #1c1c1c;
  color: #fff;
}

.pagination a:hover path,
.pagination a:focus path {
  fill: #fff;
}

.pagination .current {
  padding: 0.3125rem 0.75rem;
  border-radius: 0.375rem;
  background-color: #1c1c1c;
  color: #fff;
  cursor: default;
}

.propertyhive-result-count,
#paginationTop {
  display: inline-block;
  width: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

table.unstriped tbody {
  background-color: #fefefe;
}

table.unstriped tbody tr {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
  background: #f8f8f8;
  color: #0a0a0a;
}

thead tr {
  background: transparent;
}

thead th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

thead td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

tbody th {
  padding-top: 0.5rem;
}

tbody td {
  padding-right: 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
  background: #f1f1f1;
  color: #0a0a0a;
}

tfoot tr {
  background: transparent;
}

tfoot th {
  padding-bottom: 0.625rem;
  font-weight: bold;
  text-align: left;
}

tfoot td {
  padding-left: 0.625rem;
  font-weight: bold;
  text-align: left;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

.tabs {
  margin: 0;
  border: none;
  list-style-type: none;
  overflow: hidden;
  background-color: #fff;
}

.tabs:before,
.tabs:after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}

.tabs:after {
  clear: both;
}

.tabs button {
  border-radius: 0;
  background-color: inherit;
  border: none;
  cursor: pointer;
  padding: 0.875rem 1rem;
  transition: 0.3s;
  font-size: 1.0625rem;
  font-weight: 300;
  color: #1c1c1c;
  float: none;
}

.tabs button:not(:last-of-type) {
  border-bottom: 2px solid #eff3ff;
}

.tabs button:hover,
.tabs button:focus,
.tabs button.active {
  background-color: #f2f2f2;
  color: #fff;
  border-radius: 0;
  border-right: none;
}

.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 1s;
  animation: fadeEffect 1s;
}

.tabcontent h3 {
  margin-top: 0;
}

/* NON_STD STYLES - Custom site stylesheets */

/*
 *	CONTENTS:
 *  ----------------
 *  Text meant only for screen readers
 *  
 *  
 *  
 *  
 *  
 */

/* ----- * Text meant only for screen readers * ----- */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

[data-whatinput="keyboard"] .search-container .search-box:focus {
  height: auto;
}

[data-whatinput="mouse"] a:focus,
[data-whatinput="mouse"] button:focus,
[data-whatinput="mouse"] select:focus,
[data-whatinput="mouse"] input:focus {
  outline: none;
}

[data-whatinput="mouse"] .button,
[data-whatinput="mouse"] .wp-block-button__link {
  outline: 0;
}

[data-whatinput="mouse"] input[type="radio"] {
  outline: 0;
}

[data-whatinput="mouse"] .slick-slide:focus {
  outline: none;
  border: none;
}

/*
 * Place colours at the bottom of the styles list because we need these to
 * overwrite colours on objects if the colour classes are applied
 */

.has-red-color {
  color: #fc0630;
}

.has-red-background-color {
  background-color: #fc0630;
}

.has-green-color {
  color: #059f73;
}

.has-green-background-color {
  background-color: #059f73;
}

.has-bronze-color {
  color: #efebe6;
}

.has-bronze-background-color {
  background-color: #efebe6;
}

.has-black-color {
  color: #1c1c1c;
}

.has-black-background-color {
  background-color: #1c1c1c;
}

.has-dark-grey-color {
  color: #737474;
}

.has-dark-grey-background-color {
  background-color: #737474;
}

.has-mid-grey-color {
  color: #a8aaab;
}

.has-mid-grey-background-color {
  background-color: #a8aaab;
}

.has-light-grey-color {
  color: #f2f2f2;
}

.has-light-grey-background-color {
  background-color: #f2f2f2;
}

.has-lightest-grey-color {
  color: #f8f8f8;
}

.has-lightest-grey-background-color {
  background-color: #f8f8f8;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

.site-main-footer li {
  padding: 0;
  font-size: 0.875rem;
}

.site-main-footer .footer-menus h2 {
  font-size: 1rem;
}

.site-main-footer .footer-menus .has-small-font-size {
  font-weight: 500;
}

.site-main-footer .footer-menus li:not(:last-of-type) {
  margin-bottom: 0.9375rem;
}

.site-main-footer .footer-menus li:last-of-type {
  margin-bottom: 2.8125rem;
}

.site-main-footer .footer-menus a {
  display: inline-block;
  padding: 0.375rem 0;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

@media only screen and (min-width: 40em) {
  h1,
  .has-h-1-font-size {
    font-size: 2.25rem;
  }

  h2,
  .has-h-2-font-size {
    font-size: 2.25rem;
  }

  h4,
  .has-h-4-font-size {
    font-size: 1.625rem;
  }

  h5,
  .has-h-5-font-size {
    font-size: 1.375rem;
  }

  .has-large-font-size {
    font-size: 1.25rem;
  }

  .has-small-font-size {
    font-size: 1rem;
  }

  .has-text-align__center {
    text-align: center;
  }

  .has-text-align_center_left {
    text-align: left;
  }

  .has-text-align_center_left .wp-block-buttons {
    margin-left: 0;
  }

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

  #wpadminbar {
    display: block;
  }

  .apply-padding {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .apply-padding-all {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .padding-top-small {
    padding-top: 2.5rem;
  }

  .padding-top-medium {
    padding-top: 3.75rem;
  }

  .padding-top-large {
    padding-top: 5rem;
  }

  .padding-bottom-small {
    padding-bottom: 2.5rem;
  }

  .padding-bottom-medium {
    padding-bottom: 3.75rem;
  }

  .padding-bottom-large {
    padding-bottom: 5rem;
  }

  ul.is-style-large li {
    font-size: 1.75rem;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  ul .gform_fields li {
    margin-bottom: 2.1875rem;
  }

  input[type="submit"].gform_button {
    background-position: 93% center;
    margin-top: 2.5rem;
  }

  #gform_2 .clear-multi > .ginput_container_date {
    width: 25%;
  }

  .hide-with-javascript.pop-up-form {
    padding-top: 5rem;
  }

  .hide-with-javascript.pop-up-form .close-button {
    padding: 0.125rem 0.4375rem;
  }

  .no-js .hide-with-javascript.pop-up-form {
    padding-top: 0;
  }

  .is-style-plain table tr td:first-of-type {
    padding-right: 1.875rem;
  }

  .credentials-info__wrapper-left,
  .credentials-info__wrapper-right {
    height: 20.4375rem;
  }

  .credentials-info__wrapper-background {
    position: absolute;
    top: 0;
    right: -0.9375rem;
    width: 6.875rem;
    height: 33.33333%;
    border-radius: 50% 0 0 50%;
    background: #44d3a9;
  }

  .credentials-info__wrapper-background:before,
  .credentials-info__wrapper-background:after {
    content: "";
    position: absolute;
  }

  .credentials-info__wrapper-background:before {
    top: 100%;
    border-color: transparent;
    border-style: solid;
    border-width: 3.4375rem;
    border-right-color: #d0c7bc;
    border-top-color: #d0c7bc;
  }

  .credentials-info__wrapper-background:after {
    content: "";
    position: absolute;
    top: 200%;
    width: 6.875rem;
    height: 100%;
    border-radius: 100% 0 0;
    background: #0b7c5b;
  }

  .footer-container > div:first-of-type {
    margin-top: 0;
  }

  .site-header .wp-block-button__link {
    margin-bottom: 0;
  }

  header.wp-blt-block-content-box.is-style-large:before {
    background-image: url("../images/backgrounds/header/tab-lghead-left.svg");
    bottom: -0.25rem;
    background-size: 30% auto;
    height: 100%;
    width: 100%;
  }

  header.wp-blt-block-content-box.is-style-large:after {
    background-image: url("../images/backgrounds/header/tab-lghead-right.svg");
    background-size: 100% auto;
    bottom: -0.25rem;
    height: 100%;
    width: 29%;
  }

  header.wp-blt-block-content-box.is-style-small {
    padding-top: 0;
  }

  header.wp-blt-block-content-box.is-style-small > div {
    padding-top: 6.875rem;
  }

  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .grid-container:not(.full) > .grid-padding-x {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .grid-x > .medium-shrink,
  .grid-x > .medium-full,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex-basis: auto;
  }

  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-shrink,
  .grid-x > .medium-1,
  .grid-x > .medium-2,
  .grid-x > .medium-3,
  .grid-x > .medium-4,
  .grid-x > .medium-5,
  .grid-x > .medium-6,
  .grid-x > .medium-7,
  .grid-x > .medium-8,
  .grid-x > .medium-9,
  .grid-x > .medium-10,
  .grid-x > .medium-11,
  .grid-x > .medium-12 {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1 {
    width: 8.33333%;
  }

  .grid-x > .medium-2 {
    width: 16.66667%;
  }

  .grid-x > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4 {
    width: 33.33333%;
  }

  .grid-x > .medium-5 {
    width: 41.66667%;
  }

  .grid-x > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7 {
    width: 58.33333%;
  }

  .grid-x > .medium-8 {
    width: 66.66667%;
  }

  .grid-x > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10 {
    width: 83.33333%;
  }

  .grid-x > .medium-11 {
    width: 91.66667%;
  }

  .grid-x > .medium-12 {
    width: 100%;
  }

  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }

  .grid-margin-x > .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }

  .grid-margin-x > .auto {
    width: auto;
  }

  .grid-margin-x > .shrink {
    width: auto;
  }

  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x > .medium-auto {
    width: auto;
  }

  .grid-margin-x > .medium-shrink {
    width: auto;
  }

  .grid-margin-x > .medium-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .medium-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .medium-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .medium-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .medium-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }

  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }

  .grid-padding-x > .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.33333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.66667%;
  }

  .medium-up-7 > .cell {
    width: 14.28571%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }

  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem);
  }

  .small-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .medium-3 {
    width: 25%;
  }

  .small-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .medium-6 {
    width: 50%;
  }

  .small-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .medium-9 {
    width: 75%;
  }

  .small-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .medium-12 {
    width: 100%;
  }

  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .small-3 {
    width: 25%;
  }

  .medium-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .small-6 {
    width: 50%;
  }

  .medium-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .small-9 {
    width: 75%;
  }

  .medium-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .small-12 {
    width: 100%;
  }

  .medium-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }

  .medium-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }

  .medium-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }

  .medium-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }

  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }

  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-offset-1 {
    margin-left: 8.33333%;
  }

  .medium-offset-2 {
    margin-left: 16.66667%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-offset-4 {
    margin-left: 33.33333%;
  }

  .medium-offset-5 {
    margin-left: 41.66667%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-offset-7 {
    margin-left: 58.33333%;
  }

  .medium-offset-8 {
    margin-left: 66.66667%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-offset-10 {
    margin-left: 83.33333%;
  }

  .medium-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }

  .grid-y > .medium-shrink,
  .grid-y > .medium-full,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex-basis: auto;
  }

  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .medium-shrink,
  .grid-y > .medium-1,
  .grid-y > .medium-2,
  .grid-y > .medium-3,
  .grid-y > .medium-4,
  .grid-y > .medium-5,
  .grid-y > .medium-6,
  .grid-y > .medium-7,
  .grid-y > .medium-8,
  .grid-y > .medium-9,
  .grid-y > .medium-10,
  .grid-y > .medium-11,
  .grid-y > .medium-12 {
    flex: 0 0 auto;
  }

  .grid-y > .medium-shrink {
    height: auto;
  }

  .grid-y > .medium-1 {
    height: 8.33333%;
  }

  .grid-y > .medium-2 {
    height: 16.66667%;
  }

  .grid-y > .medium-3 {
    height: 25%;
  }

  .grid-y > .medium-4 {
    height: 33.33333%;
  }

  .grid-y > .medium-5 {
    height: 41.66667%;
  }

  .grid-y > .medium-6 {
    height: 50%;
  }

  .grid-y > .medium-7 {
    height: 58.33333%;
  }

  .grid-y > .medium-8 {
    height: 66.66667%;
  }

  .grid-y > .medium-9 {
    height: 75%;
  }

  .grid-y > .medium-10 {
    height: 83.33333%;
  }

  .grid-y > .medium-11 {
    height: 91.66667%;
  }

  .grid-y > .medium-12 {
    height: 100%;
  }

  .medium-align-self-middle {
    align-self: center;
  }

  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }

  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }

  .pagination {
    text-align: right;
  }

  .tabs button {
    float: left;
  }

  .tabs button:not(:last-of-type) {
    border-bottom: none;
    border-right: 2px solid #eff3ff;
  }

  .show-for-small-only {
    display: none !important;
  }

  .hide-for-medium {
    display: none !important;
  }
}

@media only screen and (min-width: 64em) {
  h1,
  .has-h-1-font-size {
    font-size: 2.625rem;
  }

  h3,
  .has-h-3-font-size {
    font-size: 2rem;
  }

  h4,
  .has-h-4-font-size {
    font-size: 1.75rem;
  }

  h5,
  .has-h-5-font-size {
    font-size: 1.5rem;
  }

  h6,
  .has-h-6-font-size {
    font-size: 1.25rem;
  }

  .has-large-font-size {
    font-size: 1.375rem;
  }

  p,
  .has-regular-font-size {
    font-size: 1.125rem;
  }

  .has-text-align___center {
    text-align: center;
  }

  .has-text-align_center__left {
    text-align: left;
  }

  .has-text-align_center__left .wp-block-buttons {
    margin-left: 0;
  }

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

  .padding-top-xlarge {
    padding-top: 6.25rem;
  }

  .padding-bottom-xlarge {
    padding-bottom: 6.25rem;
  }

  .wp-blt-block-feature-display.is-style-red:before {
    content: url("../images/backgrounds/block-features/feature-box-bg-left-lg.svg");
  }

  .wp-blt-block-feature-display.is-style-red:after {
    content: url("../images/backgrounds/block-features/feature-box-bg-right-lg.svg");
  }

  .is-style-map:after {
    background-image: url("../images/backgrounds/contact/map-block-splitter-desk.svg");
  }

  .wp-block-image .aligncenter,
  .wp-block-image .alignleft,
  .wp-block-image .alignright {
    display: table;
  }

  .wp-block-image .aligncenter > figcaption,
  .wp-block-image .alignleft > figcaption,
  .wp-block-image .alignright > figcaption {
    display: table-caption;
    caption-side: bottom;
  }

  .wp-block-image .alignleft {
    float: left;
    margin-right: 1.25rem;
  }

  .wp-block-image .alignright {
    float: right;
    margin-left: 1.25rem;
  }

  .test-class {
    display: block;
  }

  .hamburger--spin {
    display: none;
  }

  .menu-container {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    height: auto;
    z-index: 15;
    background-color: transparent;
    overflow: visible;
    margin-top: 0.625rem;
  }

  .menu-container:before {
    content: none;
  }

  .menu-container .header-menu {
    visibility: visible;
    opacity: 1;
    float: none;
    width: 100%;
    height: unset;
    z-index: 20;
    background-color: transparent;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
  }

  .menu-container .header-menu > li {
    margin-bottom: 0;
  }

  .menu-container .header-menu > li > a {
    font-size: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 1.875rem;
  }

  .menu-container.is-active {
    background-color: transparent;
  }

  .menu-container.is-active .header-menu {
    position: relative;
    height: auto;
    padding: 0;
    top: 0;
    overflow: visible;
  }

  nav .header-menu {
    display: flex;
    justify-content: space-between;
    -ms-flex: 0 1 auto;
    padding-left: 0;
    padding-right: 0;
  }

  nav .header-menu > li.active > a:after {
    content: "";
  }

  nav .header-menu > li:hover > a:after,
  nav .header-menu > li:focus-within > a:after {
    content: "";
  }

  nav .header-menu > li > a {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

  nav .header-menu > li > a:after {
    content: none;
    position: absolute;
    background: #fc0630;
    border-radius: 50%;
    width: 0.375rem;
    height: 0.375rem;
    bottom: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  ul.vertical.menu {
    position: absolute;
    width: auto;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    height: auto !important;
    text-align: left;
    top: 100%;
  }

  ul.vertical > li a {
    padding-top: 0.4375rem;
    padding-bottom: 0.4375rem;
  }

  ul.vertical > li:first-of-type a {
    padding-top: 1.25rem;
  }

  ul.vertical > li:last-of-type a {
    padding-bottom: 1.25rem;
  }

  li.menu-item-has-children > a {
    padding-right: 1.875rem !important;
  }

  li.menu-item-has-children:after {
    top: 1.25rem;
    height: 10px;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: #1c1c1c;
    right: 0.625rem;
  }

  li.menu-item-has-children:hover,
  li.menu-item-has-children:focus,
  li.menu-item-has-children:focus-within {
    background-color: #fff;
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  li.menu-item-has-children:hover ul.vertical.menu,
  li.menu-item-has-children:focus ul.vertical.menu,
  li.menu-item-has-children:focus-within ul.vertical.menu {
    visibility: visible;
    opacity: 1;
    display: block;
    background-color: #fff;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .front-page .wp-blt-block-content-box:first-of-type img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
    height: 100%;
    max-width: 81.25rem;
    margin: 0 auto;
    display: block;
    position: relative;
  }

  .credentials-info {
    background: #efebe5;
    background: linear-gradient(90deg, #efebe5 50%, #00a270 50%);
  }

  .credentials-info img {
    max-height: 100%;
    padding-left: 1.25rem;
  }

  .credentials-info__wrapper-background {
    right: 0;
  }

  .footer-container > div:first-of-type {
    margin-bottom: 0;
  }

  .site-header svg {
/*     max-height: 2.5rem; */
  }

  header.wp-blt-block-content-box.is-style-large {
    padding-bottom: 11.875rem;
  }

  header.wp-blt-block-content-box.is-style-large:before {
    background-image: url("../images/backgrounds/header/desk-lghead-left.svg");
    width: 50%;
    background-size: 100% auto;
  }

  header.wp-blt-block-content-box.is-style-large:after {
    background-image: url("../images/backgrounds/header/desk-lghead-right.svg");
    width: 35%;
  }

  header.wp-blt-block-content-box.is-style-large > div {
    padding-top: 10.625rem;
  }

  header.wp-blt-block-content-box.is-style-small:before,
  header.wp-blt-block-content-box.is-style-small:after {
    height: 12rem;
    width: 12rem;
  }

  header.wp-blt-block-content-box.is-style-small:before {
    border-width: 3.9375rem;
    bottom: -6.25rem;
    left: -2.1875rem;
  }

  header.wp-blt-block-content-box.is-style-small:after {
    top: 3rem;
    right: 0;
  }

  header.wp-blt-block-content-box.is-style-small > div {
    padding-top: 10.625rem;
  }

  .front-page header.wp-blt-block-content-box {
    height: 42.5rem;
  }

  .front-page header.site-header .wp-block-button {
    margin: 0;
    margin-top: -0.4375rem;
  }

  .grid-x > .large-shrink,
  .grid-x > .large-full,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex-basis: auto;
  }

  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-shrink,
  .grid-x > .large-1,
  .grid-x > .large-2,
  .grid-x > .large-3,
  .grid-x > .large-4,
  .grid-x > .large-5,
  .grid-x > .large-6,
  .grid-x > .large-7,
  .grid-x > .large-8,
  .grid-x > .large-9,
  .grid-x > .large-10,
  .grid-x > .large-11,
  .grid-x > .large-12 {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1 {
    width: 8.33333%;
  }

  .grid-x > .large-2 {
    width: 16.66667%;
  }

  .grid-x > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4 {
    width: 33.33333%;
  }

  .grid-x > .large-5 {
    width: 41.66667%;
  }

  .grid-x > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7 {
    width: 58.33333%;
  }

  .grid-x > .large-8 {
    width: 66.66667%;
  }

  .grid-x > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10 {
    width: 83.33333%;
  }

  .grid-x > .large-11 {
    width: 91.66667%;
  }

  .grid-x > .large-12 {
    width: 100%;
  }

  .grid-margin-x > .large-auto {
    width: auto;
  }

  .grid-margin-x > .large-shrink {
    width: auto;
  }

  .grid-margin-x > .large-1 {
    width: calc(8.33333% - 1.875rem);
  }

  .grid-margin-x > .large-2 {
    width: calc(16.66667% - 1.875rem);
  }

  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }

  .grid-margin-x > .large-4 {
    width: calc(33.33333% - 1.875rem);
  }

  .grid-margin-x > .large-5 {
    width: calc(41.66667% - 1.875rem);
  }

  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }

  .grid-margin-x > .large-7 {
    width: calc(58.33333% - 1.875rem);
  }

  .grid-margin-x > .large-8 {
    width: calc(66.66667% - 1.875rem);
  }

  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }

  .grid-margin-x > .large-10 {
    width: calc(83.33333% - 1.875rem);
  }

  .grid-margin-x > .large-11 {
    width: calc(91.66667% - 1.875rem);
  }

  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }

  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.33333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.66667%;
  }

  .large-up-7 > .cell {
    width: 14.28571%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }

  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.9rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.9rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.9rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.9rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.9rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.9rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.9rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.9rem);
  }

  .small-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .small-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .small-margin-collapse > .large-3 {
    width: 25%;
  }

  .small-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .small-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .small-margin-collapse > .large-6 {
    width: 50%;
  }

  .small-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .small-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .small-margin-collapse > .large-9 {
    width: 75%;
  }

  .small-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .small-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .small-margin-collapse > .large-12 {
    width: 100%;
  }

  .medium-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .medium-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .medium-margin-collapse > .large-3 {
    width: 25%;
  }

  .medium-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .medium-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .medium-margin-collapse > .large-6 {
    width: 50%;
  }

  .medium-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .medium-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .medium-margin-collapse > .large-9 {
    width: 75%;
  }

  .medium-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .medium-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .medium-margin-collapse > .large-12 {
    width: 100%;
  }

  .large-margin-collapse > .small-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .small-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .small-3 {
    width: 25%;
  }

  .large-margin-collapse > .small-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .small-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .small-6 {
    width: 50%;
  }

  .large-margin-collapse > .small-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .small-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .small-9 {
    width: 75%;
  }

  .large-margin-collapse > .small-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .small-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .small-12 {
    width: 100%;
  }

  .large-margin-collapse > .medium-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .medium-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .medium-3 {
    width: 25%;
  }

  .large-margin-collapse > .medium-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .medium-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .medium-6 {
    width: 50%;
  }

  .large-margin-collapse > .medium-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .medium-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .medium-9 {
    width: 75%;
  }

  .large-margin-collapse > .medium-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .medium-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .medium-12 {
    width: 100%;
  }

  .large-margin-collapse > .large-1 {
    width: 8.33333%;
  }

  .large-margin-collapse > .large-2 {
    width: 16.66667%;
  }

  .large-margin-collapse > .large-3 {
    width: 25%;
  }

  .large-margin-collapse > .large-4 {
    width: 33.33333%;
  }

  .large-margin-collapse > .large-5 {
    width: 41.66667%;
  }

  .large-margin-collapse > .large-6 {
    width: 50%;
  }

  .large-margin-collapse > .large-7 {
    width: 58.33333%;
  }

  .large-margin-collapse > .large-8 {
    width: 66.66667%;
  }

  .large-margin-collapse > .large-9 {
    width: 75%;
  }

  .large-margin-collapse > .large-10 {
    width: 83.33333%;
  }

  .large-margin-collapse > .large-11 {
    width: 91.66667%;
  }

  .large-margin-collapse > .large-12 {
    width: 100%;
  }

  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }

  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-offset-1 {
    margin-left: 8.33333%;
  }

  .large-offset-2 {
    margin-left: 16.66667%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-offset-4 {
    margin-left: 33.33333%;
  }

  .large-offset-5 {
    margin-left: 41.66667%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-offset-7 {
    margin-left: 58.33333%;
  }

  .large-offset-8 {
    margin-left: 66.66667%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-offset-10 {
    margin-left: 83.33333%;
  }

  .large-offset-11 {
    margin-left: 91.66667%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem);
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem);
  }

  .grid-y > .large-shrink,
  .grid-y > .large-full,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex-basis: auto;
  }

  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }

  .grid-y > .large-shrink,
  .grid-y > .large-1,
  .grid-y > .large-2,
  .grid-y > .large-3,
  .grid-y > .large-4,
  .grid-y > .large-5,
  .grid-y > .large-6,
  .grid-y > .large-7,
  .grid-y > .large-8,
  .grid-y > .large-9,
  .grid-y > .large-10,
  .grid-y > .large-11,
  .grid-y > .large-12 {
    flex: 0 0 auto;
  }

  .grid-y > .large-shrink {
    height: auto;
  }

  .grid-y > .large-1 {
    height: 8.33333%;
  }

  .grid-y > .large-2 {
    height: 16.66667%;
  }

  .grid-y > .large-3 {
    height: 25%;
  }

  .grid-y > .large-4 {
    height: 33.33333%;
  }

  .grid-y > .large-5 {
    height: 41.66667%;
  }

  .grid-y > .large-6 {
    height: 50%;
  }

  .grid-y > .large-7 {
    height: 58.33333%;
  }

  .grid-y > .large-8 {
    height: 66.66667%;
  }

  .grid-y > .large-9 {
    height: 75%;
  }

  .grid-y > .large-10 {
    height: 83.33333%;
  }

  .grid-y > .large-11 {
    height: 91.66667%;
  }

  .grid-y > .large-12 {
    height: 100%;
  }

  .large-align-self-middle {
    align-self: center;
  }

  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }

  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }

  .control-pagination nav {
    padding-left: 2.5rem;
  }

  .show-for-medium-only {
    display: none !important;
  }

  .hide-for-large,
  .hide-for-large-only {
    display: none !important;
  }

  .site-main-footer .footer-menus li:last-of-type {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 63.9375em) {
  .show-for-large,
  .show-for-large-only {
    display: none !important;
  }
}

@media only screen and (max-width: 39.9375em) {
  html {
    margin-top: 0 !important;
  }

  .text-left,
  .text-right {
    text-align: center;
  }

  .is-style-map .wp-blt-block-google-map:before {
    background-image: url("../images/backgrounds/contact/map-block-splitter-mob.svg");
    background-position: center bottom;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .control-pagination {
    text-align: center;
  }

  .control-pagination .propertyhive-result-count {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    width: 100%;
  }

  .hide-for-small-only {
    display: none !important;
  }

  .show-for-medium {
    display: none !important;
  }

  .show-for-medium-only {
    display: none !important;
  }
}

@media only screen and (max-width: 22.5em) {
  .header-menu > li > a {
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 40em) and (max-width: 63.9375em) {
  .wp-blt-block-card.slick-cloned:last-child {
    display: none !important;
  }

  .wp-blt-block-feature-display.is-style-red:before {
    content: url("../images/backgrounds/block-features/feature-box-bg-left-sm.svg");
  }

  .wp-blt-block-feature-display.is-style-red:after {
    content: url("../images/backgrounds/block-features/feature-box-bg-right-sm.svg");
  }

  .is-style-map:after {
    background-image: url("../images/backgrounds/contact/map-block-splitter-tab.svg");
    background-position: right bottom;
  }

  .navigation-container .wp-block-button-container {
    margin-right: 1.25rem;
  }

  header.wp-blt-block-content-box.is-style-large {
    min-height: 25rem;
    padding-bottom: 5rem;
  }

  header.wp-blt-block-content-box.is-style-small:before,
  header.wp-blt-block-content-box.is-style-small:after {
    height: 8.9375rem;
    width: 8.9375rem;
  }

  header.wp-blt-block-content-box.is-style-small:before {
    border-width: 3.0625rem;
    bottom: -4.4375rem;
    left: -3.5625rem;
  }

  header.wp-blt-block-content-box.is-style-small:after {
    top: 2.5rem;
  }

  .front-page header.wp-blt-block-content-box {
    height: 30rem;
  }

  .control-pagination nav {
    padding-left: 1.25rem;
  }

  .hide-for-medium-only {
    display: none !important;
  }
}

@media only screen and (min-width: 64em) and (max-width: 80em) {
  .menu-container .header-menu > li > a {
    font-size: 1.2vw;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }

  li.menu-item-has-children:after {
    top: 1.0625rem;
  }
}

@media only screen and (min-width: 64em) and (max-width: 75em) {
  ul.vertical > li a {
    font-size: 1.2vw;
  }
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  a {
    -webkit-text-decoration-skip: objects;
  }

  .site-header_wrapper,
  .navigation-container,
  #menu-main-menu {
    height: 4.5rem;
  }
}