@charset "UTF-8";
/**
 * Theme Name: Solve22
 * Theme URI: http://underscores.me/
 * Author: Impress
 * Author URI: http://underscores.me/
 * Description: Custom theme: Solve22, developed by Impress
 * Version: 1.2.0
 *
 * Tested up to: 5.4
 * Requires PHP: 5.6
 * License: GNU General Public License v2 or later
 * License URI: LICENSE
 * Text Domain: solve22
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned.
 *
 * Solve22 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
 * Underscores is distributed under the terms of the GNU GPL v2 or later.
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
 */
/**
 * !!! DO NOT EDIT THIS AS A CSS FILE. IT WILL BE OVERWRITTEN. EDIT THE SCSS FILES IN ./sass !!!
 **/
/** --------------------------------------------------------------
 * >>> TABLE OF CONTENTS:
 * ----------------------------------------------------------------
 * # Generic
 *   - Normalize
 *   - Box sizing
 * # Base
 *   - Typography
 *   - Elements
 *   - Links
 *   - Forms
 * ## Layouts
 * # Components
 *   - Navigation
 *   - Posts and pages
 *   - Comments
 *   - Widgets
 *   - Media
 *   - Captions
 *   - Galleries
 * # plugins
 *   - Jetpack infinite scroll
 * # Utilities
 *   - Accessibility
 *   - Alignments
 * 
 * --------------------------------------------------------------*/
/** --------------------------------------------------------------
 * # Generic
 * --------------------------------------------------------------*/
/**
 *  Normalize
 * --------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 *  Box sizing
 * --------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/** --------------------------------------------------------------
 * # Base
 * --------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "MaisonNeue";
  src: url("./fonts/MaisonNeue-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue";
  src: url("./fonts/MaisonNeue-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue";
  src: url("./fonts/MaisonNeue-Demi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue";
  src: url("./fonts/MaisonNeue-DemiItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue";
  src: url("./fonts/MaisonNeue-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MaisonNeue";
  src: url("./fonts/MaisonNeue-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "MaisonNeue", "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.5;
}

.entry-meta {
  color: #D6D6D6;
  margin: 1rem 0;
  font-weight: 500;
}

.no-marginp, .no-margin p {
  margin: 0;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #009C4D;
  font-weight: 500;
}
h1.plain,
.h1.plain,
h2.plain,
h3.plain,
h4.plain,
h5.plain,
h6.plain {
  color: #000000;
}

h1,
.h1 {
  font-size: 2.25rem;
  color: #FFF;
}

p.subheading {
  font-weight: 500;
  font-size: 3rem;
}

h2:not(.plain)::after,
h3:not(.plain)::after {
  display: block;
  content: url("images/small-triangle.svg");
}

p {
  margin-bottom: 1.5em;
}

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

strong,
.bold {
  font-weight: 700;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

ul.arrow-points {
  margin: 0;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  list-style: disc;
  row-gap: 1rem;
}
@media screen and (min-width: 1080px) {
  ul.arrow-points {
    height: 250px;
  }
  ul.arrow-points li {
    flex-basis: calc(25% - 1rem);
  }
}
ul.arrow-points-block {
  display: block;
  height: unset;
  padding: unset;
  margin-bottom: 1rem;
}
ul.arrow-points li {
  margin-left: 0.5rem;
  padding-left: 1.25rem;
}
ul.arrow-points li::marker {
  content: "▶";
  color: #009C4D;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a {
  color: #009C4D;
  transition: 250ms;
}
a:visited {
  color: unset;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit],
.wp-block-button__link,
.epl-search-btn,
.button {
  border: none;
  border-radius: 4px;
  background-color: #009C4D;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.75rem;
  text-decoration: none;
  transition: 250ms;
}
button.has-green-background-color, button.has-background-green,
input[type=button].has-green-background-color,
input[type=button].has-background-green,
input[type=reset].has-green-background-color,
input[type=reset].has-background-green,
input[type=submit].has-green-background-color,
input[type=submit].has-background-green,
.wp-block-button__link.has-green-background-color,
.wp-block-button__link.has-background-green,
.epl-search-btn.has-green-background-color,
.epl-search-btn.has-background-green,
.button.has-green-background-color,
.button.has-background-green {
  color: #FFFFFF;
}
button.has-green-background-color:hover, button.has-background-green:hover,
input[type=button].has-green-background-color:hover,
input[type=button].has-background-green:hover,
input[type=reset].has-green-background-color:hover,
input[type=reset].has-background-green:hover,
input[type=submit].has-green-background-color:hover,
input[type=submit].has-background-green:hover,
.wp-block-button__link.has-green-background-color:hover,
.wp-block-button__link.has-background-green:hover,
.epl-search-btn.has-green-background-color:hover,
.epl-search-btn.has-background-green:hover,
.button.has-green-background-color:hover,
.button.has-background-green:hover {
  background-color: #000000 !important;
}
button.wpforms-submit,
input[type=button].wpforms-submit,
input[type=reset].wpforms-submit,
input[type=submit].wpforms-submit,
.wp-block-button__link.wpforms-submit,
.epl-search-btn.wpforms-submit,
.button.wpforms-submit {
  border: none !important;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.wp-block-button__link:hover,
.epl-search-btn:hover,
.button:hover {
  background-color: #009C4D;
  cursor: pointer;
}
button.full-width,
input[type=button].full-width,
input[type=reset].full-width,
input[type=submit].full-width,
.wp-block-button__link.full-width,
.epl-search-btn.full-width,
.button.full-width {
  display: block;
  width: 100%;
  text-align: center;
}

.read-more-button {
  display: block;
  margin: 2rem 0;
  padding: 0.75rem 1.5rem;
  text-align: center;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  transition: 250ms;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
  outline: 1px solid #000000;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

.select-container {
  position: relative;
  margin-bottom: 2rem;
}
.select-container select {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 25px;
}

/** --------------------------------------------------------------
 * # Layouts
 * --------------------------------------------------------------*/
#colophon {
  background-color: #FFF;
  padding-top: 2rem;
}
#colophon #upper-footer {
  padding: 1rem 0 0;
}
#colophon #upper-footer .inner-footer > div {
  flex: 1 1 33.33%;
}
#colophon .inner-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 2rem;
  row-gap: 2rem;
  padding: 1rem 1rem;
}
#colophon .inner-footer h2::after {
  display: none;
}
@media screen and (min-width: 768px) {
  #colophon .inner-footer {
    flex-direction: row;
  }
}
@media screen and (min-width: 1080px) {
  #colophon .inner-footer {
    width: 1080px;
    margin: 0 auto;
    padding: 1rem 0;
  }
}
#colophon ul#foot-nav {
  margin: 0;
  list-style: none;
  padding: 0;
}
#colophon ul#foot-nav a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #colophon .site-info {
    max-width: 400px;
  }
}

ul#footer-socials {
  display: flex;
  flex-direction: row;
  list-style: none;
  column-gap: 0.25rem;
  margin: 5rem 0 0;
  padding: 0;
}
ul#footer-socials a, ul#footer-socials span {
  color: #000;
  text-decoration: none;
}
ul#footer-socials a:hover, ul#footer-socials span:hover {
  color: #FFF;
}

#in-touch-table,
#visit-us-table {
  border-spacing: 1rem;
  margin: 0;
}
#in-touch-table td,
#visit-us-table td {
  vertical-align: top;
}
#in-touch-table td:first-of-type,
#visit-us-table td:first-of-type {
  width: 32px;
}
#in-touch-table h3, #in-touch-table p,
#visit-us-table h3,
#visit-us-table p {
  margin-top: 0;
}
#in-touch-table h3,
#visit-us-table h3 {
  margin-bottom: 0;
  line-height: normal;
}
#in-touch-table .in-touch-icon,
#visit-us-table .in-touch-icon {
  display: inline;
  margin-right: 1rem;
  border-radius: 0;
  width: 32px;
  height: auto;
}

#masthead {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  padding: 1rem;
  align-items: right;
  position: sticky;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 9999;
}
#masthead #site-logo {
  flex-basis: 144px;
}
#masthead #primary-menu-container {
  font-size: 1rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  #masthead #primary-menu-container {
    position: relative;
  }
}
#masthead #primary-menu-container #primary-menu {
  background-color: #FFF;
  padding: 8px 1rem 1rem;
}
#masthead #primary-menu-container a {
  border-bottom: 8px solid rgba(255, 255, 255, 0);
  font-weight: 500;
}
#masthead #primary-menu-container a:hover {
  color: #009C4D;
  border-bottom: 8px solid #009C4D;
}
#masthead #primary-menu-container a:visited {
  color: #009C4D;
}
#masthead #primary-menu-container .current-menu-item a {
  border-bottom: 8px solid #009C4D;
}
#masthead #phone-number {
  font-size: 1.4rem;
  font-weight: 500;
  color: #009C4D;
  margin: 0;
  flex-basis: 100%;
  text-align: right;
}
@media screen and (min-width: 1080px) {
  #masthead #phone-number {
    flex-basis: unset;
  }
}
#masthead ul#header-socials {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  list-style: none;
  column-gap: 0.25rem;
  margin: 1rem 0 0;
  padding: 0;
}
#masthead ul#header-socials a, #masthead ul#header-socials span {
  color: #000;
  text-decoration: none;
}
#masthead ul#header-socials a:hover, #masthead ul#header-socials span:hover {
  color: #009C4D;
}

.solve-row {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .solve-row {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.solve-row.two-cols {
  column-gap: 2rem;
  margin-left: 2rem;
}
.solve-row.two-cols .solve-col {
  flex-basis: calc(50% - 2rem);
}
.solve-row.two-cols.thirty-seventy .solve-col:first-of-type {
  flex-basis: calc(30% - 2rem);
}
.solve-row.two-cols.thirty-seventy .solve-col:nth-of-type(2) {
  flex-basis: calc(70% - 2rem);
}

/** --------------------------------------------------------------
 * # Components
 * --------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  transition: 250ms;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation {
    width: inherit;
  }
  .main-navigation ul {
    display: flex;
    column-gap: 2rem;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

.dashicons {
  font-size: 2rem;
  width: auto;
  height: 2rem;
  line-height: 1;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .dashicons {
    font-size: 1.25rem;
    width: 1.25rem;
    height: 1.5rem;
    line-height: 1.25;
  }
}
@media screen and (min-width: 1400px) {
  .dashicons {
    width: 1.5rem;
    height: 2rem;
    line-height: 1.5;
    font-size: 1.5rem;
  }
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

section {
  padding: 2rem 0;
}
section:first-of-type {
  padding-top: 0rem;
}

.hentry,
.entry-header,
.entry-content,
.entry-footer,
.post-navigation,
.comments-area,
.nsda-quicklinks,
.not-found,
.page-header,
.widget-area,
.banner-content-inner {
  margin: 1rem;
}
@media screen and (min-width: 1080px) {
  .hentry,
.entry-header,
.entry-content,
.entry-footer,
.post-navigation,
.comments-area,
.nsda-quicklinks,
.not-found,
.page-header,
.widget-area,
.banner-content-inner {
    width: 1080px;
    margin: 0 auto;
  }
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

ul.staff-list {
  display: flex;
  list-style: none;
  flex-direction: row;
  margin: 0;
  padding: 0;
  column-gap: 1.5rem;
  flex-wrap: wrap;
}
ul.staff-list li.staff-member {
  flex-basis: calc(33% - 1.5rem);
  text-align: center;
}
ul.staff-list li.staff-member p.staff-details span {
  display: block;
}
ul.staff-list li.staff-member p.staff-details span.staff-name {
  font-weight: 700;
}

.sc-contact-form-section {
  position: relative;
  background-size: auto 50%;
}
.sc-contact-form-section .sc-contact-form-bg {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .sc-contact-form-section .sc-contact-form-bg {
    flex-direction: row;
  }
}
.sc-contact-form-section .sc-contact-form-bg div {
  flex-basis: 50%;
}
.sc-contact-form-section .sc-contact-form-bg div.sc-contact-form-bg-left {
  background-image: url("./images/contact-form-bg.jpg");
  background-color: #A3DBBE;
  background-blend-mode: luminosity;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  height: 100%;
  width: 100%;
  border-right: 1px solid #A3DBBE;
}
.sc-contact-form-section .sc-contact-details-container {
  position: relative;
  display: flex;
  flex-direction: column;
  column-gap: 4rem;
  row-gap: 2rem;
  flex-wrap: wrap;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .sc-contact-form-section .sc-contact-details-container {
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .sc-contact-form-section .sc-contact-details-container div {
    flex-basis: calc(50% - 2rem);
  }
}
.sc-contact-form-section .sc-contact-details-container .sc-contact-details {
  padding: 5rem 0;
  text-shadow: 1px 1px 4px #000000;
}
.sc-contact-form-section .sc-contact-details-container .sc-contact-form .wpforms-title {
  color: #009C4D;
}
.sc-contact-form-section .sc-contact-details-container .sc-contact-form .wpforms-form input,
.sc-contact-form-section .sc-contact-details-container .sc-contact-form .wpforms-form textarea {
  width: 100%;
  max-width: 100%;
  background: white;
  border: 1px solid rgba(112, 112, 112, 0.4);
  border-radius: 4px;
}
.sc-contact-form-section .sc-contact-details-container .sc-contact-form .wpforms-form input::placeholder,
.sc-contact-form-section .sc-contact-details-container .sc-contact-form .wpforms-form textarea::placeholder {
  color: #707070;
}
.sc-contact-form-section .sc-contact-details-container .sc-contact-form .wpforms-form input:focus,
.sc-contact-form-section .sc-contact-details-container .sc-contact-form .wpforms-form textarea:focus {
  border: 1px solid rgb(112, 112, 112);
}
.sc-contact-form-section .sc-contact-details-container .sc-contact-form .wpforms-form button {
  background-color: #009C4D;
  border: none;
  border-radius: 4px;
  color: #FFFFFF;
  margin: 2rem 0;
  padding: 0.5rem 2.25rem;
}

/* Front page
--------------------------------------------- */
.offerings {
  display: flex;
  justify-content: space-between;
}
.offerings a {
  color: #000;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 400;
}
.offerings a:hover {
  color: #009C4D;
}
.offerings span.offering-text {
  display: block;
  width: 100%;
  text-align: center;
}

#featured-listings #listings-container {
  margin-bottom: 2rem;
}
#featured-listings .epl-property-blog-entry-wrapper {
  box-shadow: none;
  display: flex;
  margin: 1rem 0;
}
#featured-listings .epl-property-blog-entry-wrapper img {
  border-radius: 8px;
}
#featured-listings .epl-property-blog-entry-wrapper .entry-content {
  width: 100%;
}

#recent-posts {
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  margin-bottom: 2rem;
}
#recent-posts > div {
  flex-basis: 33%;
}
#recent-posts a {
  text-decoration: none;
}
#recent-posts a h3 {
  color: #000;
}
#recent-posts a:hover h3 {
  color: #009C4D;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*	 Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: bottom center;
  background-size: auto 100vw;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-device-width: 1080px) {
  .parallax {
    background-attachment: scroll;
  }
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Banner
--------------------------------------------- */
.banner-image,
.banner-area,
#solve-carousel-banner .wp-block-cover {
  min-height: calc(70vh - 85px - 6rem);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-color: rgba(0, 156, 71, 0.2);
  background-position-y: top;
  background-blend-mode: luminosity;
}
.banner-image .wp-swiper__overlay-img,
.banner-area .wp-swiper__overlay-img,
#solve-carousel-banner .wp-block-cover .wp-swiper__overlay-img {
  display: none !important;
}
@media screen and (min-width: 768px) and (min-height: 768px) {
  .banner-image .wp-swiper__overlay-img,
.banner-area .wp-swiper__overlay-img,
#solve-carousel-banner .wp-block-cover .wp-swiper__overlay-img {
    display: block !important;
  }
}
.banner-image .banner-content,
.banner-area .banner-content,
#solve-carousel-banner .wp-block-cover .banner-content {
  color: #FFF;
  text-shadow: #000 0 0 20px;
  padding-top: 2rem;
}
@media screen and (min-height: 768px) {
  .banner-image .banner-content,
.banner-area .banner-content,
#solve-carousel-banner .wp-block-cover .banner-content {
    padding-top: calc((70vh - 85px - 6rem) / 8);
  }
}
.banner-image h1,
.banner-area h1,
#solve-carousel-banner .wp-block-cover h1 {
  font-weight: 300;
  text-transform: uppercase;
}
.banner-image h1,
.banner-image p.subheading,
.banner-area h1,
.banner-area p.subheading,
#solve-carousel-banner .wp-block-cover h1,
#solve-carousel-banner .wp-block-cover p.subheading {
  margin: 1rem;
  line-height: 1.2;
}
@media screen and (min-height: 768px) {
  .banner-image h1,
.banner-image p.subheading,
.banner-area h1,
.banner-area p.subheading,
#solve-carousel-banner .wp-block-cover h1,
#solve-carousel-banner .wp-block-cover p.subheading {
    max-width: 400px;
  }
}

.banner-search {
  position: relative;
  padding-bottom: 3rem;
  background-color: #A3DBBE;
  width: 100%;
}
.banner-search h1, .banner-search .h1 {
  font-weight: 500;
  margin-top: 0;
}
.banner-search img.banner-search-image {
  height: 150px;
  width: auto;
}
.banner-search .banner-content {
  position: relative;
  padding-top: 2rem;
}

.banner-content {
  position: absolute;
  z-index: 2;
  width: 100%;
}

.banner-image-overlay {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("images/banner-image-overlay.svg");
  background-position-y: 0;
  background-position-x: center;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .banner-image-overlay {
    background-position-x: 50vw;
    background-blend-mode: normal;
    opacity: 1;
  }
}

.banner-half {
  background-color: #A3DBBE;
  position: relative;
  min-height: 500px;
}
.banner-half .banner-image-overlay {
  background-position-y: -20%;
}
.banner-half .banner-half-content {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .banner-half .banner-half-content {
    flex-direction: row;
  }
}
.banner-half .banner-half-content > div {
  flex-basis: 50%;
}
.banner-half .banner-half-content > div.banner-half-left {
  min-height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.banner-half .banner-half-content > div.banner-half-right {
  padding: 1rem;
  display: table;
}
.banner-half .banner-half-content > div.banner-half-right .banner-content-inner {
  display: table-cell;
  vertical-align: middle;
  width: unset;
}

/* Maps
--------------------------------------------- */
.map-container {
  min-height: 720px;
}

/* Listings search
--------------------------------------------- */
#home-listings-search,
#banner-listings-search {
  width: 100%;
}
#home-listings-search .epl-search-form,
#home-listings-search .solve-search-form,
#banner-listings-search .epl-search-form,
#banner-listings-search .solve-search-form {
  width: 100%;
  margin: auto;
  display: block;
}
#home-listings-search .epl-search-form form,
#home-listings-search .solve-search-form form,
#banner-listings-search .epl-search-form form,
#banner-listings-search .solve-search-form form {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
}
#home-listings-search .epl-search-form form .epl-search-submit-row,
#home-listings-search .epl-search-form form .solve-search-submit-row,
#home-listings-search .solve-search-form form .epl-search-submit-row,
#home-listings-search .solve-search-form form .solve-search-submit-row,
#banner-listings-search .epl-search-form form .epl-search-submit-row,
#banner-listings-search .epl-search-form form .solve-search-submit-row,
#banner-listings-search .solve-search-form form .epl-search-submit-row,
#banner-listings-search .solve-search-form form .solve-search-submit-row {
  flex-basis: 172px;
}
#home-listings-search .epl-search-form form .epl-search-submit-row .solve-search-btn,
#home-listings-search .epl-search-form form .solve-search-submit-row .solve-search-btn,
#home-listings-search .solve-search-form form .epl-search-submit-row .solve-search-btn,
#home-listings-search .solve-search-form form .solve-search-submit-row .solve-search-btn,
#banner-listings-search .epl-search-form form .epl-search-submit-row .solve-search-btn,
#banner-listings-search .epl-search-form form .solve-search-submit-row .solve-search-btn,
#banner-listings-search .solve-search-form form .epl-search-submit-row .solve-search-btn,
#banner-listings-search .solve-search-form form .solve-search-submit-row .solve-search-btn {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
#home-listings-search .epl-search-form form input.epl-search-btn,
#home-listings-search .epl-search-form form input.solve-search-btn,
#home-listings-search .solve-search-form form input.epl-search-btn,
#home-listings-search .solve-search-form form input.solve-search-btn,
#banner-listings-search .epl-search-form form input.epl-search-btn,
#banner-listings-search .epl-search-form form input.solve-search-btn,
#banner-listings-search .solve-search-form form input.epl-search-btn,
#banner-listings-search .solve-search-form form input.solve-search-btn {
  background-color: #FFF;
  color: #000;
  font-size: 1.2rem;
  border: none;
  font-weight: 500;
  border-radius: 4px 0 0 4px;
}
#home-listings-search .epl-search-form form input.epl-search-btn:hover,
#home-listings-search .epl-search-form form input.solve-search-btn:hover,
#home-listings-search .solve-search-form form input.epl-search-btn:hover,
#home-listings-search .solve-search-form form input.solve-search-btn:hover,
#banner-listings-search .epl-search-form form input.epl-search-btn:hover,
#banner-listings-search .epl-search-form form input.solve-search-btn:hover,
#banner-listings-search .solve-search-form form input.epl-search-btn:hover,
#banner-listings-search .solve-search-form form input.solve-search-btn:hover {
  background-color: #009C4D;
  color: #FFF;
}
#home-listings-search .epl-search-form form .epl-search-row,
#home-listings-search .epl-search-form form .solve-search-row,
#home-listings-search .solve-search-form form .epl-search-row,
#home-listings-search .solve-search-form form .solve-search-row,
#banner-listings-search .epl-search-form form .epl-search-row,
#banner-listings-search .epl-search-form form .solve-search-row,
#banner-listings-search .solve-search-form form .epl-search-row,
#banner-listings-search .solve-search-form form .solve-search-row {
  flex-basis: 562px;
}
#home-listings-search .epl-search-form form .epl-search-row-full .field > input,
#home-listings-search .epl-search-form form .solve-search-row-full .field > input,
#home-listings-search .solve-search-form form .epl-search-row-full .field > input,
#home-listings-search .solve-search-form form .solve-search-row-full .field > input,
#banner-listings-search .epl-search-form form .epl-search-row-full .field > input,
#banner-listings-search .epl-search-form form .solve-search-row-full .field > input,
#banner-listings-search .solve-search-form form .epl-search-row-full .field > input,
#banner-listings-search .solve-search-form form .solve-search-row-full .field > input {
  width: 100%;
  box-sizing: border-box;
  display: inline-block;
}
#home-listings-search .epl-search-form form .epl-search-row .epl-search-label,
#home-listings-search .epl-search-form form .epl-search-row .solve-search-label,
#home-listings-search .epl-search-form form .solve-search-row .epl-search-label,
#home-listings-search .epl-search-form form .solve-search-row .solve-search-label,
#home-listings-search .solve-search-form form .epl-search-row .epl-search-label,
#home-listings-search .solve-search-form form .epl-search-row .solve-search-label,
#home-listings-search .solve-search-form form .solve-search-row .epl-search-label,
#home-listings-search .solve-search-form form .solve-search-row .solve-search-label,
#banner-listings-search .epl-search-form form .epl-search-row .epl-search-label,
#banner-listings-search .epl-search-form form .epl-search-row .solve-search-label,
#banner-listings-search .epl-search-form form .solve-search-row .epl-search-label,
#banner-listings-search .epl-search-form form .solve-search-row .solve-search-label,
#banner-listings-search .solve-search-form form .epl-search-row .epl-search-label,
#banner-listings-search .solve-search-form form .epl-search-row .solve-search-label,
#banner-listings-search .solve-search-form form .solve-search-row .epl-search-label,
#banner-listings-search .solve-search-form form .solve-search-row .solve-search-label {
  display: none;
}
#home-listings-search .epl-search-form form .epl-search-row #property_address,
#home-listings-search .epl-search-form form .solve-search-row #property_address,
#home-listings-search .solve-search-form form .epl-search-row #property_address,
#home-listings-search .solve-search-form form .solve-search-row #property_address,
#banner-listings-search .epl-search-form form .epl-search-row #property_address,
#banner-listings-search .epl-search-form form .solve-search-row #property_address,
#banner-listings-search .solve-search-form form .epl-search-row #property_address,
#banner-listings-search .solve-search-form form .solve-search-row #property_address {
  background: none;
  border: 2px dotted #FFF;
  padding: 6px;
  border-left: none;
  line-height: 27px;
  color: rgba(255, 255, 255, 0);
  font-weight: 500;
}
#home-listings-search .epl-search-form form .epl-search-row #property_address:focus,
#home-listings-search .epl-search-form form .solve-search-row #property_address:focus,
#home-listings-search .solve-search-form form .epl-search-row #property_address:focus,
#home-listings-search .solve-search-form form .solve-search-row #property_address:focus,
#banner-listings-search .epl-search-form form .epl-search-row #property_address:focus,
#banner-listings-search .epl-search-form form .solve-search-row #property_address:focus,
#banner-listings-search .solve-search-form form .epl-search-row #property_address:focus,
#banner-listings-search .solve-search-form form .solve-search-row #property_address:focus {
  color: #000;
  outline: none;
}
#home-listings-search .epl-search-form form .epl-search-row #property_address:focus-visible,
#home-listings-search .epl-search-form form .solve-search-row #property_address:focus-visible,
#home-listings-search .solve-search-form form .epl-search-row #property_address:focus-visible,
#home-listings-search .solve-search-form form .solve-search-row #property_address:focus-visible,
#banner-listings-search .epl-search-form form .epl-search-row #property_address:focus-visible,
#banner-listings-search .epl-search-form form .solve-search-row #property_address:focus-visible,
#banner-listings-search .solve-search-form form .epl-search-row #property_address:focus-visible,
#banner-listings-search .solve-search-form form .solve-search-row #property_address:focus-visible {
  border: 2px dotted #FFF;
  border-left: none;
  outline: none;
}

#banner-listings-search {
  padding: 1rem 0;
}
#banner-listings-search .solve-search-form {
  max-width: 400px;
  margin: 0;
}

.solve-epl-form .solve-epl-form-row {
  display: flex;
  flex-direction: row;
  row-gap: 1rem;
}
.solve-epl-form .solve-epl-form-row.solve-epl-form-row-1 {
  margin-bottom: 1rem;
}
.solve-epl-form .solve-epl-form-row.solve-epl-form-row {
  width: 100%;
}
.solve-epl-form .solve-epl-form-row.solve-epl-form-row.solve-epl-form-row-2 {
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 1rem;
}
.solve-epl-form .solve-epl-form-row.solve-epl-form-row.solve-epl-form-row-2 > div {
  flex-basis: 50%;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .solve-epl-form .solve-epl-form-row.solve-epl-form-row.solve-epl-form-row-2 > div {
    border-bottom: none;
    flex-basis: 33%;
  }
}
@media screen and (min-width: 1080px) {
  .solve-epl-form .solve-epl-form-row.solve-epl-form-row.solve-epl-form-row-2 > div {
    border-bottom: none;
    flex-basis: 20%;
  }
}
.solve-epl-form .solve-epl-form-row .epl-search-btn,
.solve-epl-form .solve-epl-form-row .solve-search-btn {
  flex-basis: 170px;
  height: 50px;
  color: #FFFFFF;
  font-weight: 700;
  border-radius: 4px 0 0 4px;
  text-align: left;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  font-weight: 500;
}
.solve-epl-form .solve-epl-form-row .epl-property_address,
.solve-epl-form .solve-epl-form-row .solve-property_address {
  flex-grow: 1;
}
.solve-epl-form input[type=text],
.solve-epl-form input[type=number],
.solve-epl-form select {
  background: none;
  border: none;
  width: 100%;
}
.solve-epl-form input[type=text]:focus,
.solve-epl-form input[type=number]:focus,
.solve-epl-form select:focus {
  outline: none;
}
.solve-epl-form input[type=number] {
  -moz-appearance: textfield;
}
.solve-epl-form input[type=number]::-webkit-outer-spin-button, .solve-epl-form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.solve-epl-form input[type=number]::placeholder {
  color: #000000;
  opacity: 1;
}
.solve-epl-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.solve-epl-form select::-ms-expand {
  display: none;
}
.solve-epl-form input.property_address {
  background-color: #FFFFFF;
  border-radius: 0 4px 4px 0;
  height: 50px;
  width: 100%;
  padding-left: 1rem;
}
.solve-epl-form input.property_address:focus {
  outline: 1px solid #000000;
  outline-offset: -1px;
}
.solve-epl-form label {
  font-size: 1.1rem;
}
.solve-epl-form label[for=property_address] {
  display: none;
}
.solve-epl-form label::after {
  content: url("./images/small-down-triangle.svg");
  display: inline-flex;
  padding-left: 5px;
  height: 10px;
}

.lease-buy {
  display: flex;
  flex-direction: column;
  column-gap: 2rem;
  flex-basis: 170px;
}
.lease-buy label {
  padding-right: 0.5rem;
}
.lease-buy label::after {
  content: none;
}

.arrow-radios {
  list-style: none;
  display: flex;
  flex-direction: row;
  column-gap: 1rem;
  justify-content: flex-end;
  margin-bottom: 3rem;
  margin-right: 2rem;
}
@media screen and (min-width: 768px) {
  .arrow-radios {
    position: absolute;
    top: 4.5rem;
    right: 0;
  }
}
.arrow-radios li input[type=radio] {
  opacity: 0;
  display: none;
  margin: 0 auto;
}
.arrow-radios li input[type=radio] ~ label {
  font-weight: 700;
  display: block;
}
.arrow-radios li input[type=radio] ~ label img {
  display: block;
  opacity: 0;
  margin: 0 auto;
  border-radius: unset;
  transform: rotate(90deg);
}
.arrow-radios li input[type=radio]:checked {
  opacity: 1;
}
.arrow-radios li input[type=radio]:checked ~ label img {
  opacity: 1;
}

.lease-buy input[type=checkbox] {
  display: none;
}
.lease-buy label img {
  padding-left: 0.25rem;
  border-radius: unset;
  height: 15px;
  width: 15px;
}

/* News listings
--------------------------------------------- */
.news-listings,
.loop-content,
.property-listings {
  list-style: none;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 1rem;
  margin: 0 0 4rem;
}
@media screen and (min-width: 768px) {
  .news-listings,
.loop-content,
.property-listings {
    flex-direction: row;
  }
}
.news-listings > li,
.news-listings > div,
.loop-content > li,
.loop-content > div,
.property-listings > li,
.property-listings > div {
  flex-basis: calc(33% - 1rem);
}
.news-listings.two-cols > li, .news-listings.two-cols > div,
.loop-content.two-cols > li,
.loop-content.two-cols > div,
.property-listings.two-cols > li,
.property-listings.two-cols > div {
  flex-basis: calc(50% - 1rem);
}
.news-listings .post-excerpt,
.loop-content .post-excerpt,
.property-listings .post-excerpt {
  margin: 1rem 0 2rem;
}

/** --------------------------------------------------------------
 * # Plugins
 * --------------------------------------------------------------*/
/** Jetpack infinite scroll
 * --------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/** Easy property listings
 * --------------------------------------------- */
div.solve22-commercial-content {
  margin-top: 1rem;
}

article.commercial h1 {
  color: #000000;
}

.epl-author-box-container {
  display: none;
}

.listing-item {
  position: relative;
  display: table;
  max-width: 330px;
}
.listing-item div.post-excerpt, .listing-item div.property-address, .listing-item div.property-feature-icons, .listing-item div.price, .listing-item div.listing-button-more {
  display: table-row;
}
.listing-item div.post-excerpt > *, .listing-item div.property-address > *, .listing-item div.property-feature-icons > *, .listing-item div.price > *, .listing-item div.listing-button-more > * {
  display: table-cell;
}
.listing-item div.listing-button-more > * {
  vertical-align: bottom;
  padding: 1rem 0 0;
}
.listing-item .price {
  font-weight: 700;
}
.listing-item .listing-item-thumbnail {
  width: 100%;
  height: 260px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.listing-item .listing-item-title {
  min-height: 60px;
}

.three-cols .loop-content {
  display: flex;
}

.epl-pagination {
  text-align: center;
}

.gallery {
  margin: 0.5rem 0;
  grid-row-gap: 0;
  grid-column-gap: 0.5rem;
}
.gallery .gallery-item {
  margin: 0;
}

.epl_tabbed_map_control,
.slider-map-zoom-in,
.slider-map-zoom-out {
  display: none;
}

/** WP Swiper
* --------------------------------------------- */
.wp-swiper__overlay-img {
  background-size: auto calc(100vh - 85px - 6rem);
  left: 50vw;
  background-position: 0 0;
}

/** --------------------------------------------------------------
 * # Utilities
 * --------------------------------------------------------------*/
/** Accessibility
 * --------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.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;
  clip-path: none;
  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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/** Alignments
 * --------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/** Hamburger styling
 * --------------------------------------------- */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0.75rem 0.75rem;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

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

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -0.1rem;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 2rem;
  height: 0.2rem;
  background-color: #000;
  border-radius: 0.2rem;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -0.5rem;
}
.hamburger-inner::after {
  bottom: -0.5rem;
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* Colours
--------------------------------------------- */
.is-green,
.has-green-color {
  color: #009C4D;
}

.is-mint,
.has-mint-color {
  color: #A3DBBE;
}

.is-mint,
.has-mint-color {
  color: #A3DBBE;
}

.is-light_grey,
.has-light_grey-color {
  color: #D6D6D6;
}

.is-dark,
.has-dark_grey-color {
  color: #707070;
}

.is-white,
.has-white-color {
  color: #FFFFFF;
}

.is-black,
.has-black-color {
  color: #000000;
}

.has-mint-background-color {
  background-color: #A3DBBE;
}

.has-background-green,
.has-green-background-color {
  background-color: #009C4D;
}
.has-background-green *,
.has-green-background-color * {
  color: #FFF;
}

.has-background-mint {
  background-color: #A3DBBE;
  overflow: auto;
}

.has-background-grey {
  background-color: #D6D6D6;
}

.has-background-black {
  background-color: #000;
  color: #FFF !important;
}

.has-background-white {
  background-color: #FFF;
  color: #000;
}
