@charset "UTF-8";
/*!
Theme Name: complete_theme
Theme URI: http://underscores.me/
Author: Giraffe
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: complete_theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

complete_theme 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/
*/
/*--------------------------------------------------------------
>>> 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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1 {
  font-weight: 600;
  margin: 2rem 0;
  font-size: 4rem;
  color: #163E69;
}

h2 {
  font-weight: 600;
  font-size: 3.6rem;
}

h3 {
  font-weight: 500;
  font-size: 2.8rem;
}

h4 {
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 2.6rem;
}

h5 {
  font-weight: 500;
  font-size: 1.8rem;
}

h2.section-title {
  text-transform: uppercase;
  margin-bottom: 3rem;
}

h3.section-title {
  text-transform: uppercase;
  margin-bottom: 3rem;
}

h1.entry-title {
  margin-bottom: 2rem;
  margin-top: 0;
  padding-top: 4rem;
}

.m-padding-* h2,
.m-padding h2.section-title {
  margin-bottom: 5rem;
}

@media only screen and (min-width: 992px) {
  .home-hero h1 {
    font-size: 6rem;
  }
  h1 {
    font-size: 6rem;
  }
  h1.entry-title {
    margin-bottom: 4rem;
    padding-top: 7rem;
  }
  h2 {
    font-size: 5rem;
  }
  h2.section-title {
    margin-bottom: 5rem;
  }
  .section-heading h2.section-title {
    margin-bottom: 0;
  }
  h3 {
    font-size: 3.4rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.2rem;
  }
}
p {
  margin-bottom: 2rem;
}

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

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%;
}

.p-highlight {
  font-size: 130%;
  font-weight: 500;
  color: #163E69;
}

.uppercase {
  text-transform: uppercase;
}

.text-moonstone {
  color: #328C9A;
}

.text-sage {
  color: #ADB186;
}

.text-blue {
  color: #163E69;
}

.text-gold {
  color: #EDAA25;
}

/* Elements
--------------------------------------------- */
html {
  font-size: 10px;
}

html::-webkit-scrollbar-thumb {
  scrollbar-color: red yellow;
}

body {
  background: #fff;
  font-size: 1.6rem;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (max-width: 576px) {
  .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.site-footer {
  color: black;
}
.site-footer .site-info {
  font-size: 16px;
}

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

.m-padding {
  padding-bottom: 5rem;
  padding-top: 5rem;
}
.m-padding-top {
  padding-top: 5rem;
}
.m-padding-bottom {
  padding-bottom: 5rem;
}

.l-padding {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.l-padding-top {
  padding-top: 8rem;
}
.l-padding-bottom {
  padding-bottom: 8rem;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.8rem;
  }
  .s-padding {
    padding-bottom: 5rem;
    padding-top: 5rem;
  }
  .s-padding-top {
    padding-top: 5rem;
  }
  .s-padding-bottom {
    padding-bottom: 5rem;
  }
  .m-padding {
    padding-bottom: 8rem;
    padding-top: 8rem;
  }
  .m-padding-top {
    padding-top: 8rem;
  }
  .m-padding-bottom {
    padding-bottom: 8rem;
  }
  .l-padding {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
  .l-padding-top {
    padding-top: 12rem;
  }
  .l-padding-bottom {
    padding-bottom: 12rem;
  }
}
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;
}

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

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

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

.accordion-fluid .accordion-item {
  border: none;
  transition: height 200ms ease-in-out;
}
.accordion-fluid .accordion-item.active {
  transition: all 200ms ease;
  background: #CBD4DE;
}
.accordion-fluid .accordion-item.active svg {
  transform: scaleY(1);
}
.accordion-fluid .accordion-header {
  padding: 3rem 3rem 3rem 0;
  cursor: pointer;
  font-size: 3rem;
  min-height: 45px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.accordion-fluid .accordion-header span {
  font-weight: 700;
}
.accordion-fluid .accordion-header svg {
  max-width: 50px;
  margin-bottom: 10px;
  margin-top: 0;
  transition: transform 200ms ease;
  margin-right: 10px;
  transform: scaleY(-1);
}
.accordion-fluid .accordion-content {
  display: none;
  padding: 1rem 1rem;
}
.accordion-fluid .active .accordion-content {
  display: block;
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .accordion-fluid .accordion-header,
.accordion-fluid .accordion-content,
.accordion-fluid .welcome-intro-col {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
  .accordion-fluid .accordion-content,
.accordion-fluid .accordion-header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .accordion-fluid .accordion-header,
.accordion-fluid .accordion-content,
.accordion-fluid .welcome-intro-col {
    max-width: 720px;
    min-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .accordion-fluid .accordion-header {
    text-transform: uppercase;
  }
  .accordion-fluid .accordion-item {
    height: 105px;
    transition: all 200ms ease-in-out;
  }
  .accordion-fluid .accordion-item.active {
    height: calc(100% - 155px);
  }
  .accordion-fluid .accordion-item:first-of-type {
    height: 185px;
  }
  .accordion-fluid .accordion-item:first-of-type.active {
    height: calc(100% - 105px);
  }
  .accordion-fluid .accordion-item:first-of-type .accordion-header {
    padding-top: 50px;
  }
}
.accordion-fluid .accordion-header,
.accordion-fluid .accordion-content {
  width: 561px;
  padding: 0rem 3rem 3rem 3rem;
}
.accordion-fluid .accordion-header {
  padding: 3rem;
}
.accordion-fluid .accordion-content {
  padding: 0rem 1rem 3rem 3rem;
}
@media screen and (min-width: 1400px) {
  .accordion-fluid .accordion-header,
.accordion-fluid .accordion-content {
    width: 777px;
  }
}
@media screen and (max-width: 991px) {
  .accordion-fluid .accordion-header svg {
    margin-top: 10px;
    float: right;
  }
  .accordion-fluid .accordion-content {
    transition: height 200ms ease-in-out;
    overflow: hidden;
  }
  .accordion-fluid .accordion-item.active .accordion-content {
    height: auto;
  }
  .accordion-fluid .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms ease-in-out;
  }
  .accordion-fluid .accordion-header,
.accordion-fluid .accordion-content {
    width: 705px;
  }
  .accordion-fluid .accordion-item {
    transition: height 200ms ease-in-out;
    height: 105px;
  }
  .accordion-fluid .accordion-item.active .accordion-content {
    max-height: none;
  }
  .accordion-fluid .accordion-item.active {
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .accordion-fluid .accordion-header,
.accordion-fluid .accordion-content {
    width: 525px;
  }
}
@media screen and (max-width: 575px) {
  .accordion-fluid .accordion-header,
.accordion-fluid .accordion-content {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.accordion-header {
  padding: 1rem 2rem;
}

.accordion-item {
  border-color: #EDAA25;
}

.accordion .acc-title {
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #EDAA25;
  transition: border 0.3s ease;
}

.acc-item {
  border-bottom: 1px solid #163E69;
  cursor: pointer;
}

.collapsed .acc-title {
  border-bottom: 1px solid transparent;
  transition: border 0.3s ease;
}
.collapsed .acc-title svg {
  transform: scaleY(-1);
  transition: transform 0.3s ease;
}
.collapsed .acc-item {
  border: 1px solid #EDAA25;
}

.acc-title {
  padding: 1rem 0;
  width: 100%;
  justify-content: space-between;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.acc-title h2 {
  width: calc(100% - 40px);
  text-align: left;
  padding: 2rem 0;
  margin-bottom: 0;
}
.acc-title h4 {
  margin-bottom: 0;
  flex-shrink: 2;
}
.acc-title svg {
  flex-shrink: 0;
  max-width: 40%;
  margin-bottom: 5px;
  transform: scaleY(1);
  transition: transform 0.3s ease;
}

.accordion-content {
  width: 100%;
  text-align: left;
  padding: 1rem 2rem;
}
.accordion-content p:last-child {
  margin-bottom: 0;
}

.collapsed .acc-more {
  display: inline;
}
.collapsed .acc-less {
  display: none;
}

/* Links
--------------------------------------------- */
a {
  color: inherit;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

button,
a.btn {
  position: relative;
  padding: 10px 30px 10px 20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 0;
  margin: 20px 20px 20px 0;
  color: #163E69;
  background: #EDAA25;
  border: none;
  cursor: pointer;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% calc(50% - 8px), calc(100% - 14px) 50%, 100% calc(50% + 8px), 100% 100%, 0 100%);
}
button span,
a.btn span {
  position: relative;
  z-index: 2;
}
button::before,
a.btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #163E69;
  z-index: 1;
  transition: width 0.5s ease;
}
button:hover::before,
a.btn:hover::before {
  width: 100%;
}
button:hover,
a.btn:hover {
  color: #EDAA25;
}

.btn.btn-blue {
  color: white;
  background: #163E69;
}
.btn.btn-blue::before {
  background: white;
}
.btn.btn-blue:hover {
  color: #163E69;
}

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;
}
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;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/* Animation
--------------------------------------------- */
@media (prefers-reduced-motion) {
  hidden {
    transition: none;
  }
}
.slide-up.hidden {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-up.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-down.hidden {
  opacity: 0;
  transform: translateY(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-down.show {
  opacity: 1;
  transform: translateY(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-right.hidden {
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-right.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

.slide-left.hidden {
  opacity: 0;
  transform: translateX(50px);
  transition: transform 1ms, opacity 1ms;
}

.slide-left.show {
  opacity: 1;
  transform: translateX(0);
  transition: transform 700ms, opacity 700ms;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
@media (max-width: 575px) {
  .container-fluid-right {
    padding-left: 20px;
  }
  .container-fluid-left {
    padding-right: 20px;
  }
  .container-solid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 576px) {
  .container-solid {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .container-fluid-right {
    width: calc(100% - (100% - 540px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
  .container-fluid-left {
    width: calc(100% - (100% - 540px) / 2);
    margin-left: 0;
    margin-right: auto;
    padding-right: 7.5px;
  }
}
@media (min-width: 768px) {
  .container-fluid-right {
    width: calc(100% - (100% - 720px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
  .container-fluid-left {
    width: calc(100% - (100% - 720px) / 2);
    margin-left: 0;
    margin-right: auto;
    padding-right: 7.5px;
  }
}
@media (min-width: 992px) {
  .container-fluid-right {
    width: calc(100% - (100% - 960px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
  .container-fluid-left {
    width: calc(100% - (100% - 960px) / 2);
    margin-left: 0;
    margin-right: auto;
    padding-right: 7.5px;
  }
}
@media (min-width: 1200px) {
  .container-fluid-right {
    width: calc(100% - (100% - 1140px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
  .container-fluid-left {
    width: calc(100% - (100% - 1140px) / 2);
    margin-left: 0;
    margin-right: auto;
    padding-right: 7.5px;
  }
}
@media (min-width: 1400px) {
  .container-fluid-right {
    width: calc(100% - (100% - 1320px) / 2);
    margin-left: auto;
    margin-right: 0;
    padding-left: 7.5px;
  }
  .container-fluid-left {
    width: calc(100% - (100% - 1320px) / 2);
    margin-left: 0;
    margin-right: auto;
    padding-right: 7.5px;
  }
}
.fluid-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .fluid-inner {
    max-width: 525px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .fluid-inner {
    max-width: 705px;
  }
}
@media (min-width: 992px) {
  .fluid-inner {
    max-width: 945px;
  }
}
@media (min-width: 1200px) {
  .fluid-inner {
    max-width: 1125px;
  }
}
@media (min-width: 1400px) {
  .fluid-inner {
    max-width: 1305px;
  }
}
.container-fluid-right .fluid-inner {
  margin-left: 0;
  margin-right: auto;
}

.container-fluid-left .fluid-inner {
  margin-left: auto;
  margin-right: 0;
}

@media (max-width: 575px) {
  .fluid-inner {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: none;
  width: 100%;
  color: black;
}
.main-navigation a, .main-navigation a:hover {
  color: black;
}
.main-navigation a:focus {
  outline: none;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: none;
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul.sub-menu {
  top: 80%;
  opacity: 0;
  transition: top 200ms ease-in;
}
.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 ul li:hover > ul.sub-menu,
.main-navigation ul li.focus > ul.sub-menu {
  top: 90%;
  opacity: 1;
  transition: opacity 100ms ease-in, top 200ms ease-in;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.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%;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
  display: flex;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link {
  line-height: 80px;
  height: 80px;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.4rem;
}

.main-nav-container {
  height: 80px;
}

@media screen and (min-width: 992px) {
  .main-navigation ul.menu {
    display: flex;
    align-items: center;
    height: 80px;
    justify-content: end;
    -webkit-justify-content: flex-end;
  }
}
.main-navigation #primary-menu > li {
  margin: auto 1.8rem;
  display: flex;
  font-size: 1.7rem;
  align-items: center;
}
.main-navigation #primary-menu > li > a {
  height: 60px;
  line-height: 60px;
  transition: all 0.3s ease;
}
.main-navigation #primary-menu > li:hover a {
  color: #EDAA25;
  line-height: 50px;
  transition: line-height 0.3s ease;
}
.main-navigation #primary-menu > li:hover:not(#menu-item-276) a {
  line-height: 49px;
}
.main-navigation #primary-menu > li .sub-menu li {
  transition: line-height 0.3s ease;
  line-height: 49px;
}
.main-navigation #primary-menu > li .sub-menu li a {
  color: black;
}
.main-navigation #primary-menu > li .sub-menu li:hover a {
  color: #EDAA25;
}

.main-nav-container {
  z-index: 999;
}

@media screen and (min-width: 1200px) {
  .main-navigation {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .main-navigation .menu {
    flex-grow: 2;
  }
  .main-navigation .desktop-nav-btn {
    flex-grow: 0;
    margin-left: 20px;
  }
  .main-navigation .desktop-nav-btn .btn {
    color: #163E69;
    margin: 0;
    min-width: 165px;
    transition: color 0.5s ease;
  }
  .main-navigation .desktop-nav-btn .btn:hover {
    color: #EDAA25;
    transition: color 0.2s ease;
  }
}
@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
@media screen and (min-width: 1400px) {
  .main-navigation #primary-menu > li {
    margin: auto 2.4rem;
  }
  .main-navigation .desktop-nav-btn {
    margin-left: 40px;
  }
}
/* This class will disable body scrolling */
.no-scroll {
  overflow: hidden;
}

.slide-in-nav {
  position: fixed;
  top: 0;
  right: -1200px;
  height: 100%;
  min-height: 100vh;
  width: 100%;
  background: #FCF0D7;
  transition: right 0.5s ease;
  z-index: 10;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}

.slide-in-nav.open {
  right: 0;
  z-index: 99;
}

.nav-wrapper {
  position: relative;
  top: 0;
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: space-between;
  width: 100%;
  padding-top: 12rem;
  z-index: 5;
}
.nav-wrapper ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.nav-wrapper .mobile-nav-footer,
.nav-wrapper .menu-menu-1-container {
  padding: 2rem;
}
.nav-wrapper .mobile-nav-footer a {
  transition: color 0.5s ease;
}
.nav-wrapper .mobile-nav-footer a:hover {
  color: #EDAA25;
  transition: color 0.2s ease;
}

.slide-in-nav .nav-body a {
  padding: 4px 8px;
  text-decoration: none;
  display: block;
  transition: 0.7s;
}

.slide-in-nav .closebtn {
  text-align: right;
  z-index: 6;
  cursor: pointer;
}

.mobile-nav-toggle {
  z-index: 99;
}

@media (max-width: 576px) {
  .mobile-nav-toggle span {
    top: 2.6rem;
  }
}
.mobile-nav-toggle {
  display: none;
}

.mobile-nav {
  display: none;
}
.mobile-nav a {
  color: #163E69;
}
.mobile-nav a:visited {
  color: #163E69;
}

@media only screen and (max-width: 1199px) {
  .mobile-nav-toggle,
.mobile-nav {
    display: block;
  }
  .main-nav-container {
    position: relative;
  }
  .main-nav-container .mobile-nav-toggle {
    position: absolute;
    top: 5px;
    right: 7.5px;
    padding: 2rem 0;
    display: inline;
    z-index: 999;
  }
}
#mobileNav .nav-wrapper {
  margin: 1.6rem 0;
}
#mobileNav .nav-wrapper .nav-body a {
  text-transform: uppercase;
  font-size: 3.6rem;
  font-weight: 500;
}

.nav-footer-form {
  background: grey;
}

.mobile-nav-toggle {
  position: relative;
  width: 38px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  /* When open, rotate lines into an “X” */
}
.mobile-nav-toggle .line {
  display: block;
  width: 100%;
  height: 4px;
  background: #EDAA25;
  margin: 8px 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transform-origin: center;
}
.mobile-nav-toggle.open .line:nth-child(1) {
  transform: translateY(6px) rotate(-45deg);
}
.mobile-nav-toggle.open .line:nth-child(2) {
  transform: translateY(-6px) rotate(45deg);
}

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

.post,
.page {
  margin: 0;
}

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

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

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

/* 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 {
  max-width: 180px;
}

.custom-logo-link {
  display: inline-block;
}

@media screen and (max-width: 576px) {
  .custom-logo {
    max-width: 140px;
  }
} /* 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;
}

/*--------------------------------------------------------------
# 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;
}

/*--------------------------------------------------------------
# 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;
}

/* Pages
--------------------------------------------- */
.quick-access-bar a, .quick-access-bar a:visited, .quick-access-bar a:hover {
  text-decoration: none;
  height: 100%;
  display: inline-block;
  max-width: 100%;
}
.quick-access-bar .link-card {
  width: 240px;
  max-width: calc(25vw + 20px);
  display: inline-block;
  background-color: grey;
  z-index: 0;
  height: 70px;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.quick-access-bar .link-card--frame-truss {
  background-color: #163E69;
  max-width: 25vw;
}
.quick-access-bar .link-card--frame-truss:hover svg .cls-1 {
  fill: #163E69;
  transition: fill 50ms ease;
}
.quick-access-bar .link-card--kitchens {
  background-color: #ADB186;
}
.quick-access-bar .link-card--kitchens:hover svg .cls-1 {
  fill: #ADB186;
  transition: fill 50ms ease;
}
.quick-access-bar .link-card--interiors {
  background-color: #328C9A;
}
.quick-access-bar .link-card--interiors:hover svg .cls-1 {
  fill: #328C9A;
  transition: fill 50ms ease;
}
.quick-access-bar .link-card--timber {
  background-color: #EDAA25;
}
.quick-access-bar .link-card--timber:hover svg .cls-1 {
  fill: #EDAA25;
  transition: fill 50ms ease;
}
.quick-access-bar .link-card img, .quick-access-bar .link-card svg {
  max-height: 36px;
  height: 36px;
  z-index: 10;
  transition: fill 50ms ease;
  margin-top: 1.7rem;
  position: relative;
}
.quick-access-bar .link-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: white;
  z-index: 1;
  transition: width 0.5s ease;
}
.quick-access-bar .link-card:hover::before {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .quick-access-bar {
    flex-wrap: wrap;
    display: flex;
  }
  .quick-access-bar a {
    width: 50%;
    display: inline-block;
  }
  .quick-access-bar .link-card {
    width: 100%;
    text-align: start;
    padding-left: 20px;
    max-width: none;
  }
  .quick-access-bar .link-card img, .quick-access-bar .link-card svg {
    margin-top: 1.5rem;
    max-height: 40px;
    height: 40px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 767px) {
  .quick-access-bar .link-card {
    padding-left: 40px;
  }
}
@media only screen and (min-width: 440px) and (max-width: 767px) and (min-width: 500px) {
  .quick-access-bar .link-card {
    padding-left: 60px;
  }
  .quick-access-bar .link-card img, .quick-access-bar .link-card svg {
    margin-top: 1.2rem;
    max-height: 46px;
    height: 46px;
  }
}
@media only screen and (min-width: 768px) {
  .quick-access-bar {
    margin-top: -35px;
  }
  .quick-access-bar .link-card {
    max-width: calc(25vw + 20px);
  }
  .quick-access-bar .link-card--timber,
.quick-access-bar .link-card--kitchens,
.quick-access-bar .link-card--interiors {
    margin-left: -15px;
    width: 260px;
    max-width: 25vw;
    clip-path: polygon(10px 0%, 100% 0%, 100% 100%, 10px 100%, 10px 65%, 0% 50%, 10px 35%);
  }
}
@media only screen and (min-width: 768px) {
  .quick-access-bar .link-card img, .quick-access-bar .link-card svg {
    margin-top: 1.3rem;
    height: 44px;
    max-height: 44px;
  }
}
@media only screen and (max-width: 1199px) {
  .quick-access-bar {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
  }
}
@media only screen and (min-width: 992px) {
  .quick-access-bar {
    margin-top: -50px;
    z-index: 10;
    position: relative;
  }
  .quick-access-bar .link-card {
    width: 300px;
    height: 100px;
    padding: 2rem;
  }
  .quick-access-bar .link-card img, .quick-access-bar .link-card svg {
    max-height: 56px;
    margin-top: 0;
    height: 56px;
  }
  .quick-access-bar .link-card--timber,
.quick-access-bar .link-card--kitchens,
.quick-access-bar .link-card--interiors {
    margin-left: -25px;
    width: 295px;
    max-width: 25vw;
    clip-path: polygon(20px 0%, 100% 0%, 100% 100%, 20px 100%, 20px 65%, 0% 50%, 20px 35%);
  }
}
@media only screen and (min-width: 1200px) {
  .quick-access-bar .link-card {
    max-width: 300px;
  }
  .quick-access-bar .link-card img, .quick-access-bar .link-card svg {
    max-height: 60px;
    margin-top: 0;
    height: 60px;
  }
  .quick-access-bar .link-card--timber,
.quick-access-bar .link-card--kitchens,
.quick-access-bar .link-card--interiors {
    max-width: 280px;
    max-width: calc(25vw + 20px);
  }
}
@media only screen and (min-width: 1400px) {
  .quick-access-bar .link-card {
    width: 305px;
    height: 100px;
    padding: 2rem;
  }
  .quick-access-bar .link-card--timber,
.quick-access-bar .link-card--kitchens,
.quick-access-bar .link-card--interiors {
    margin-left: -25px;
    width: 325px;
    max-width: calc(25vw + 20px);
  }
}
.about-who {
  margin-bottom: 0px;
}

.home-welcome {
  border-bottom: 1px solid #EDAA25;
  margin-top: -50px;
}
.home-welcome .welcome-intro p:first-of-type {
  font-size: 130%;
  font-weight: 500;
  color: #163E69;
}

.welcome-intro {
  padding: 9rem 0 4rem;
  width: 100%;
}

.about-acc-row,
.welcome-row {
  width: 100%;
  display: flex;
}

.welcome-intro-col {
  display: inline-block;
}

.about-acc-col,
.welcome-acc-col {
  display: inline-block;
  width: 100%;
}
.about-acc-col .accordion-fluid,
.welcome-acc-col .accordion-fluid {
  overflow: hidden;
  height: 100%;
  margin-left: 0;
}

.welcome-acc-col .accordion-item.active {
  background: #CBD4DE;
}

.about-acc-col .accordion-item.active {
  background: #FCF0D7;
}

.welcome-acc-col .accordion-header {
  color: #163E69;
}

.about-acc-col .accordion-header {
  color: #EDAA25;
}

@media screen and (min-width: 992px) {
  .quick-access-bar {
    margin-top: -50px;
  }
  .welcome-intro {
    padding: 6rem 0 4rem;
  }
  .welcome-acc-col .welcome-intro {
    margin-top: 50px;
  }
  .about-acc-col .accordion-item .accordion-header {
    padding-top: 50px;
  }
  .home-welcome .welcome-intro,
.home-welcome .welcome-acc-col .accordion-item:first-of-type .accordion-header {
    padding-top: 110px;
  }
  .welcome-acc-col .accordion {
    border-left: 1px solid #163E69;
  }
  .about-acc-col .accordion.accordion-fluid {
    border-left: 1px solid #EDAA25;
  }
  .about-acc-col .accordion.accordion-fluid .accordion-item {
    height: calc(100% - 105px);
  }
  .about-acc-col .accordion.accordion-fluid .accordion-item.active {
    height: calc(100% - 95px);
  }
  .about-acc-col .accordion.accordion-fluid .accordion-item:first-of-type {
    height: 135px;
  }
  .about-acc-col .accordion.accordion-fluid .accordion-item:first-of-type.active {
    height: calc(100% - 135px);
  }
  .about-acc-col .accordion.accordion-fluid .accordion-content {
    padding-left: 10rem;
  }
  .about-acc-col .accordion.accordion-fluid .accordion-content strong {
    font-weight: 500;
    font-size: 120%;
    color: #EDAA25;
  }
  .about-acc-col,
.welcome-acc-col {
    width: 60%;
  }
  .welcome-intro {
    width: 384px;
    padding-right: 4rem;
    margin-left: calc(50vw - 480px);
  }
}
@media screen and (min-width: 1200px) {
  .welcome-intro {
    width: 456px;
    margin-left: calc(50vw - 570px);
  }
  .about-acc-col .accordion-header,
.about-acc-col .accordion-content,
.welcome-acc-col .accordion-header,
.welcome-acc-col .accordion-content {
    width: 684px;
  }
}
@media screen and (min-width: 1400px) {
  .welcome-intro {
    width: 528px;
    margin-left: calc(50vw - 660px);
  }
}
@media screen and (max-width: 991px) {
  .welcome-acc-col .accordion-item:first-of-type:not(.active) {
    border-top: 1px solid #163E69;
  }
  .about-acc-col .accordion-item:first-of-type:not(.active) {
    border-top: 1px solid #EDAA25;
  }
  .about-acc-row,
.welcome-row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .about-acc-col,
.welcome-acc-col,
.welcome-intro-col {
    margin: auto;
  }
}
@media screen and (max-width: 575px) {
  .welcome-intro-col {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .welcome-intro-col {
    width: 100%;
    max-width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .welcome-intro-col {
    width: 540px;
    max-width: 540px;
  }
  .accordion-fluid .accordion-header {
    padding: 3rem 0;
  }
  .accordion-fluid .accordion-content {
    padding: 0 0 3rem 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .welcome-intro-col {
    width: 720px;
    maxwidth: 720px;
    margin: auto;
  }
  .accordion-fluid .accordion-header {
    padding: 3rem 0;
  }
  .accordion-fluid .accordion-content {
    padding: 0 0 3rem 0;
  }
}
.projects-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  align-items: stretch; /* Makes sure all items align properly */
}
.projects-grid h3 {
  color: white;
}

.projects-grid-item--interiors {
  grid-column: 1/2;
  grid-row: 1/2;
  background-color: #328C9A;
}
.projects-grid-item--framing {
  grid-column: 2/2;
  grid-row: 1/2;
  background-color: #163E69;
}
.projects-grid-item--kitchens {
  grid-column: 2/2;
  grid-row: 2/2;
  background-color: #ADB186;
}
.projects-grid-item--timber {
  grid-column: 1/2;
  grid-row: 2/2;
  background-color: #EDAA25;
}
.projects-grid-item a {
  text-decoration: none;
}
.projects-grid-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.projects-grid-item__container {
  display: flex;
  flex-direction: column;
}
.projects-grid-item__container h3 {
  margin-bottom: 2rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .projects-grid-item--interiors {
    display: flex;
    align-items: stretch;
  }
  .projects-grid-item img {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .projects-grid-item__container {
    padding: 4rem;
    max-width: 360px;
    margin-left: calc(50vw - 360px + 7.5px);
    margin-right: auto;
  }
  .projects-grid-item--timber .projects-grid-item__container,
.projects-grid-item--interiors .projects-grid-item__container {
    padding: 4rem 4rem 4rem 0rem;
  }
  .projects-grid-item--framing .projects-grid-item__container,
.projects-grid-item--kitchens .projects-grid-item__container {
    max-width: 360px;
    padding: 4rem 0rem 4rem 4rem;
    margin-left: auto;
    margin-right: calc(50vw - 360px + 7.5px);
  }
}
@media (min-width: 992px) {
  .projects-grid-item__container {
    padding: 4rem;
    max-width: 480px;
    margin-left: calc(50vw - 480px + 7.5px);
    margin-right: auto;
  }
  .projects-grid-item--framing .projects-grid-item__container,
.projects-grid-item--kitchens .projects-grid-item__container {
    max-width: 480px;
    margin-left: auto;
    margin-right: calc(50vw - 480px + 7.5px);
  }
}
@media (min-width: 1200px) {
  .projects-grid-item__container {
    padding: 4rem;
    max-width: 570px;
    margin-left: calc(50vw - 570px + 7.5px);
    margin-right: auto;
  }
  .projects-grid-item--framing .projects-grid-item__container,
.projects-grid-item--kitchens .projects-grid-item__container {
    max-width: 570px;
    margin-left: auto;
    margin-right: calc(50vw - 570px + 7.5px);
  }
}
@media (min-width: 1400px) {
  .projects-grid-item__container {
    padding: 4rem;
    max-width: 660px;
    margin-left: calc(50vw - 660px + 7.5px);
    margin-right: auto;
  }
  .projects-grid-item--framing .projects-grid-item__container,
.projects-grid-item--kitchens .projects-grid-item__container {
    max-width: 660px;
    margin-left: auto;
    margin-right: calc(50vw - 660px + 7.5px);
  }
}
/* MOBILE RESPONSIVE */
@media (max-width: 767px) {
  .projects-grid {
    display: flex;
    flex-direction: column;
  }
  .projects-grid-item img {
    width: 100%;
    height: auto;
    max-height: 300px;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .projects-grid-item__container {
    padding: 4rem 7.5px;
    max-width: 540px;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .projects-grid-item__container {
    padding: 3rem;
  }
}
.image-container {
  overflow: hidden; /* Ensure zoomed image stays within bounds */
}

.projects-grid-item .image-container img {
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-in-out; /* Smooth transition */
  transform-origin: center; /* Important for consistent scaling */
}

.projects-grid-item:hover .image-container img {
  transform: scale(1.03);
  transition: transform 200ms ease-in-out;
}

.carousel-arrows svg {
  display: inline;
}

.gallery-carousel .carousel-arrows,
#testimonialCarousel .carousel-arrows {
  display: flex;
  cursor: pointer;
  margin-top: 1rem;
  justify-content: start;
}
.gallery-carousel .carousel-arrows img,
#testimonialCarousel .carousel-arrows img {
  cursor: pointer;
  height: 5rem;
}
.gallery-carousel .carousel-arrows .arrow-prev,
#testimonialCarousel .carousel-arrows .arrow-prev {
  margin-right: 1.5rem;
}
.gallery-carousel .carousel-arrows .arrow-next,
#testimonialCarousel .carousel-arrows .arrow-next {
  margin-left: 1.5rem;
}

.carousel-items {
  margin-bottom: 2rem;
}

@media only screen and (min-width: 992px) {
  .testimonial {
    margin-bottom: 5rem;
  }
  .testimonial {
    padding-right: 5rem;
  }
}
.testimonial-body {
  font-weight: 600;
}
.testimonial-body.frame {
  color: #163E69;
}
.testimonial-body.interiors {
  color: #328C9A;
}
.testimonial-body.kitchens {
  color: #798058;
}
.testimonial-body.timber {
  color: #EDAA25;
}

.home-clients {
  border-top: 1px solid #EDAA25;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
}
.client-logos .client-logo {
  width: 50%;
  padding: 1rem;
}

@media (min-width: 768px) {
  .client-logos .client-logo {
    width: 16.6666666667%;
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .home-clients h2 {
    margin-top: 3rem;
  }
  .client-logos .client-logo {
    width: 20%;
    padding: 1rem;
  }
}
.home-services {
  border-bottom: 1px solid #EDAA25;
}

.services-tabs {
  flex-wrap: nowrap;
}

.home-services .tab-content {
  padding-top: 5rem;
}

.services-tabs .services-tab img {
  width: auto;
  height: 70px;
}

.home-services .services-tabs {
  padding-bottom: 2rem;
}

.services-tabs {
  position: relative;
}
.services-tabs::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #EDAA25;
}
.services-tabs .services-tab {
  margin-right: 4rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
  transition: padding 0.2s ease;
}
.services-tabs .services-tab:hover {
  padding-bottom: 2rem;
  padding-top: 0rem;
  transition: padding 0.2s ease;
}

@media only screen and (min-width: 1200px) {
  .services-tabs .services-tab {
    margin-right: 7rem;
  }
}
.tab-indicator {
  position: absolute;
  bottom: -1px;
  height: 3px;
  z-index: 99;
  background-color: #163E69;
  transition: all 0.3s ease-in-out;
}

#interior-services-tab {
  display: flex;
  position: relative;
}
#interior-services-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #EDAA25;
}
#interior-services-tab .services-tab {
  margin-right: 4rem;
}
#interior-services-tab .tab-indicator {
  position: absolute;
  bottom: -1px;
  height: 3px;
  background-color: #163E69;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  #interior-services-tab {
    flex-direction: column;
  }
  #interior-services-tab .services-tab h3 {
    transition: all 0.3s ease;
  }
  #interior-services-tab .services-tab.active h3 {
    color: #EDAA25;
    padding-left: 1rem;
  }
  #interior-services-tab h3.section-title {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
  #interior-services-tab::after {
    width: 1px;
    left: 1px;
    height: 100%;
  }
  #interior-services-tab .services-tab {
    margin: 0;
    padding-left: 2.5rem;
  }
  #interior-services-tab .tab-indicator {
    bottom: auto;
    left: 0;
    width: 3px;
    transition: all 0.3s ease-in-out;
  }
}
@media (min-width: 1200px) {
  #interior-services-tab .services-tab {
    margin-right: 7rem;
  }
}

@media only screen and (max-width: 991px) {
  .services-tabs .services-tab {
    margin-right: 2rem;
  }
  .services-tabs .services-tab:last-child {
    margin-right: 0;
  }
  .services-tabs .services-tab img {
    min-height: 80px;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .home-services .services-tabs {
    padding-bottom: 1.6rem;
  }
}
.home-header {
  background-color: #CBD4DE;
  background-image: url("../images/home-hero-braidwood.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 80%;
}

.home-hero {
  height: 54rem;
  position: relative;
}
.home-hero .container {
  padding-top: 10rem;
}

@media only screen and (min-width: 1024px) {
  .home-hero {
    height: 76rem;
  }
}
.image-container.mask {
  aspect-ratio: 10/9;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mask-size: 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.image-container.mask-1 {
  mask-image: url(../images/shapes/mask-1.svg);
  aspect-ratio: 10/9;
}
.image-container.mask-2 {
  aspect-ratio: 1/1;
  mask-image: url(../images/shapes/mask-2.svg);
}

@media only screen and (min-width: 992px) {
  .image-shape-col {
    padding-left: 8rem;
  }
}
@media only screen and (max-width: 992px) {
  .image-shape-col {
    padding-top: 2rem;
  }
  #testimonialCarousel .image-shape-col img {
    max-width: 300px;
  }
}
.section-heading {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .section-heading {
    flex-wrap: wrap;
    justify-content: start;
  }
  .section-heading .section-title {
    width: 100%;
    margin-bottom: 2rem;
  }
}
@media only screen and (min-width: 992px) {
  .section-heading {
    margin-bottom: 5rem;
  }
  .section-heading .btn {
    margin: 20px 0 20px 20px;
  }
}
.about-us {
  border-bottom: 1px solid #EDAA25;
}
.about-us p:last-child {
  margin-bottom: 0;
}

.photo-hero {
  position: relative;
  padding: 0 0 6rem 0;
  min-height: 410px;
  overflow: hidden;
  border-bottom: 1px solid #EDAA25;
}
.photo-hero .image-container #hero-image {
  aspect-ratio: 1/1;
  mask-image: url(../images/shapes/mask-3.svg);
  mask-repeat: no-repeat;
  object-fit: cover;
}
@media (min-width: 576px) {
  .photo-hero #quality-service {
    padding-bottom: 10rem;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .photo-hero .image-container #hero-image {
    max-height: 350px;
    mask-position: top;
  }
}
@media (min-width: 768px) {
  .photo-hero {
    overflow: hidden;
    background-position: calc((100vw - 720px) / 2 + 7 * 60px) center;
  }
  .photo-hero .image-container #hero-image {
    height: 100%;
    position: absolute;
    top: 0;
    min-width: 300px;
    width: calc(100vw - calc((100vw - 720px) / 2 + 7 * 60px));
    left: calc((100vw - 720px) / 2 + 7 * 60px);
  }
}
@media (min-width: 992px) {
  .photo-hero {
    overflow: hidden;
    background-position: calc((100vw - 960px) / 2 + 7 * 80px) center;
  }
  .photo-hero .image-container #hero-image {
    height: 100%;
    position: absolute;
    top: 0;
    min-width: 400px;
    width: calc(100vw - calc((100vw - 960px) / 2 + 7 * 80px));
    left: calc((100vw - 960px) / 2 + 7 * 80px);
  }
}
@media (min-width: 1200px) {
  .photo-hero {
    min-height: 500px;
    background-position: calc((100vw - 1140px) / 2 + 7 * 95px) center;
  }
  .photo-hero .image-container #hero-image {
    min-width: 475px;
    width: calc(100vw - calc((100vw - 1140px) / 2 + 7 * 95px));
    left: calc((100vw - 1140px) / 2 + 7 * 95px);
  }
}
@media (min-width: 1400px) {
  .photo-hero {
    background-position: calc((100vw - 1320px) / 2 + 7 * 110px) center;
  }
  .photo-hero .image-container {
    height: 400px;
  }
  .photo-hero .image-container #hero-image {
    min-width: 550px;
    width: calc(100vw - calc((100vw - 1320px) / 2 + 7 * 110px));
    left: calc((100vw - 1320px) / 2 + 7 * 110px);
  }
}
@media (min-width: 1600px) {
  .photo-hero {
    background-position: calc(50% + (1320px / 2 - $container-xxl / 12 * 5)) center;
    background-size: 550px auto;
  }
}

@media (max-width: 575px) {
  #hero-image {
    max-height: 300px;
    mask-size: cover;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
    mask-position: top;
  }
}
@media (max-width: 767px) {
  .hero-image-container {
    overflow: visible;
  }
  #hero-image {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: none;
  }
}
.hero-section .text-image .image-col {
  margin-top: 0;
}

.partner-carousel .partner-name {
  display: inline-block;
  margin-right: 1rem;
  white-space: nowrap;
}

.partner-carousel .partner-name {
  padding-left: 1rem; /* space between text and separator */
  margin-right: 1rem; /* space after the separator */
  border-left: 2px solid #EDAA25; /* the “|” separator as a thin line */
  /* any other text styling… */
}
.partner-carousel .partner-name p {
  margin-bottom: 0;
}

.partner-carousel .partner-names {
  margin-bottom: 2rem;
  margin-top: 6rem;
}

.partner-carousel .partner-name:first-child {
  border-left: none;
  padding-left: 0;
}

.marquee-wrapper {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}

.gallery-grid {
  margin-bottom: 3rem;
}
.gallery-grid img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  width: 100%;
}

.gallery-grid .gwrap-outter {
  overflow: hidden;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}

.gallery-grid .gwrap-outter img {
  transition: transform 0.3s ease;
}

.gallery-grid .gwrap-outter:hover img {
  transform: scale(1.05);
}

@media screen and (min-width: 991px) {
  .project-page .gallery-carousel {
    display: none;
  }
}
.project-page .gallery-grid {
  display: none;
}
@media screen and (min-width: 991px) {
  .project-page .gallery-grid {
    display: flex;
  }
}

@media screen and (min-width: 991px) {
  .gallery-grid img {
    height: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .gallery-grid img {
    height: 250px;
  }
}
@media screen and (min-width: 1400px) {
  .gallery-grid img {
    height: 300px;
  }
}

.gallery-carousel .carousel {
  margin-bottom: 2rem;
}

.service-page .service-list {
  border-top: 1px solid #EDAA25;
}

.services-card {
  padding: 3rem;
  display: flex;
  margin-bottom: 3rem;
  border: 1px solid #EDAA25;
}
.services-card:last-child {
  margin-bottom: 0;
}
.services-card .services-info {
  flex-basis: 50%;
  padding-right: 4rem;
}
.services-card .services-info h4 {
  color: #163E69;
}
.services-card .services-image {
  flex-basis: 50%;
}
.services-card .services-image .image-container {
  height: 100%;
  min-height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
}

.services-accordion .accordion-item {
  background: #FCF0D7;
  border-color: transparent;
  border-top-color: transparent;
  margin-bottom: 1.5rem;
}
.services-accordion .accordion-item:not(:first-of-type) {
  border-top: 1px solid transparent;
}
.services-accordion .accordion-item:has(.collapsed) {
  background: white;
  border-color: #EDAA25;
  transition: background 0.3s ease;
}
.services-accordion .accordion-item:has(.collapsed):not(:first-of-type) {
  border-top-color: #EDAA25;
}
.services-accordion .accordion-item .accordion-content img {
  display: block;
}

.services-list {
  margin-top: 2rem;
}

.services-tabs h3 {
  margin-bottom: 2rem;
}

.brands-logos-grid {
  display: flex;
  flex-wrap: wrap;
}
.brands-logos-grid img {
  max-width: 100px;
  margin: 2rem 2rem 2rem 0;
}

.partner-names .marquee-wrapper,
.client-logos .marquee-wrapper,
.services-brands .marquee-wrapper {
  margin-top: 6rem;
  overflow: hidden; /* hides anything scrolling off to the left/right */
  position: relative;
  width: 100%;
}
.partner-names .marquee-wrapper .marquee-track,
.client-logos .marquee-wrapper .marquee-track,
.services-brands .marquee-wrapper .marquee-track {
  display: inline-flex; /* keep items in one horizontal line */
  white-space: nowrap; /* prevent wrapping */
  will-change: transform;
}
.partner-names .marquee-wrapper .marquee-track .brand-logo,
.client-logos .marquee-wrapper .marquee-track .brand-logo,
.services-brands .marquee-wrapper .marquee-track .brand-logo {
  flex: 0 0 auto; /* don’t shrink */
  margin-right: 2rem; /* space between logos, adjust as you wish */
}
.partner-names .marquee-wrapper .marquee-track .client-logo,
.partner-names .marquee-wrapper .marquee-track img,
.client-logos .marquee-wrapper .marquee-track .client-logo,
.client-logos .marquee-wrapper .marquee-track img,
.services-brands .marquee-wrapper .marquee-track .client-logo,
.services-brands .marquee-wrapper .marquee-track img {
  display: block;
  height: 150px;
  width: 150px;
  margin-left: 3rem;
  margin-right: 3rem;
  object-fit: contain;
}

.client-logos .marquee-wrapper,
.partner-names .marquee-wrapper {
  margin-top: 0;
  margin-top: 2rem;
}

@media screen and (min-width: 992px) {
  .services-list {
    margin-top: 4rem;
  }
  .service-intro-content {
    margin-bottom: 5rem;
  }
  .brands-logos-grid img {
    max-width: 148px;
    margin: 2rem;
  }
  .services-brands .marquee-wrapper {
    margin-top: 9rem;
  }
}
.footer-top {
  background: #EDAA25;
  padding: 2rem;
  color: #163E69;
}
.footer-top .footer-top-container {
  justify-content: space-between;
  display: flex;
}
.footer-top .footer-top-container section {
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-right: 2rem;
}

.footer-branding {
  margin-bottom: 3rem;
}

.footer-main {
  background: #163E69;
  color: white;
  padding-bottom: 5rem;
  padding-top: 5rem;
}

.footer-logo {
  max-width: 200px;
}

.footer-tagline {
  font-size: 4rem;
  font-weight: 500;
  margin-top: 2rem;
  line-height: 1;
}

.footer-socials {
  margin-bottom: 2rem;
}
.footer-socials a {
  text-decoration: none;
  margin: 0 2rem 0 0;
}
.footer-socials a svg {
  max-width: 50px;
  transition: transform 100ms ease-in-out;
}
.footer-socials a:hover svg {
  transform: scale(1.05);
  transition: transform 100ms ease-in-out;
}

.footer-right {
  display: flex;
  justify-content: space-between;
}

ul.footer-links {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
ul.footer-links li {
  border-bottom: 1px solid #EDAA25;
}
ul.footer-links li .link-wrapper {
  padding-bottom: 10px;
  padding-top: 10px;
  transition: padding 0.3s ease;
}
ul.footer-links li a {
  color: white;
  text-decoration: none;
}
ul.footer-links li a:hover {
  color: #EDAA25;
}
ul.footer-links li a:hover .link-wrapper {
  padding-bottom: 15px;
  padding-top: 5px;
  transition: padding 0.3s ease;
}
ul.footer-links li:last-child {
  border-bottom: none;
}

.footer-credits {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.footer-credits a {
  color: white;
}
.footer-credits a:hover {
  color: #EDAA25;
}

@media only screen and (min-width: 576px) {
  .footer-main {
    padding-top: 8rem;
  }
  .footer-top {
    position: relative;
    z-index: 9;
  }
}
@media only screen and (min-width: 992px) {
  .footer-tagline {
    margin-top: 4rem;
  }
  .footer-tagline a {
    color: white;
  }
}
@media only screen and (max-width: 991px) {
  .footer-top .footer-top-container {
    flex-wrap: wrap;
    justify-content: normal;
  }
  .footer-top .footer-top-container section {
    margin-right: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer-right {
    flex-wrap: wrap;
  }
  .footer-credits {
    margin-top: 4rem;
  }
  .footer-credits {
    margin-top: 4rem;
  }
  .footer-right {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .footer-right ul {
    width: 100%;
    margin-bottom: 0;
    border-bottom: 1px solid #EDAA25;
  }
}
@media only screen and (min-width: 992px) {
  .contact-page .form-container {
    margin-top: 7rem;
  }
  .gform-footer {
    justify-content: flex-end;
  }
  .gform-footer button {
    margin-right: 0;
  }
}
.gform-theme--no-framework #gform_fields_1 input[type=text],
.gform-theme--no-framework #gform_fields_1 input[type=email],
.gform-theme--no-framework #gform_fields_1 input[type=tel],
.gform-theme--no-framework #gform_fields_1 textarea {
  border: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #EDAA25;
}
.gform-theme--no-framework #gform_fields_1 input[type=text]:focus-visible, .gform-theme--no-framework #gform_fields_1 input[type=text]:focus,
.gform-theme--no-framework #gform_fields_1 input[type=email]:focus-visible,
.gform-theme--no-framework #gform_fields_1 input[type=email]:focus,
.gform-theme--no-framework #gform_fields_1 input[type=tel]:focus-visible,
.gform-theme--no-framework #gform_fields_1 input[type=tel]:focus,
.gform-theme--no-framework #gform_fields_1 textarea:focus-visible,
.gform-theme--no-framework #gform_fields_1 textarea:focus {
  outline-color: #EDAA25;
  outline-width: 1px;
}
.gform-theme--no-framework #gform_fields_1 textarea {
  border: 1px solid #EDAA25;
}
.gform-theme--no-framework #gform_fields_1 .gfield--type-choice .gfield_checkbox, .gform-theme--no-framework #gform_fields_1 .gfield--type-choice .gfield_radio {
  display: flex;
}
.gform-theme--no-framework #gform_fields_1 .gfield--type-choice .gfield_checkbox + label, .gform-theme--no-framework #gform_fields_1 .gfield--type-choice .gfield_radio + label {
  max-width: none;
}
.gform-theme--no-framework #gform_fields_1 .gfield-choice-input + label {
  max-width: none;
  margin-right: 30px;
}
.gform-theme--no-framework #gform_fields_1 .gfield_label {
  font-weight: 400;
  margin-bottom: 1.2rem;
}
.gform-theme--no-framework #gform_fields_1 .gfield, .gform-theme--no-framework #gform_fields_1 fieldset.gfield {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.gform_wrapper .gchoice input,
.gform_wrapper .gchoice label {
  cursor: pointer;
}
.gform_wrapper input[type=checkbox],
.gform_wrapper input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  margin: 0;
}
.gform_wrapper input[type=checkbox],
.gform_wrapper input[type=radio] {
  position: relative;
  width: 2.4rem;
  aspect-ratio: 1;
  margin-right: 0;
  clip-path: polygon(92.22% 76.79%, 47.91% 99.96%, 5.69% 73.16%, 7.78% 23.21%, 52.09% 0.04%, 94.31% 26.84%);
  background: #EDAA25;
  transition: background 0.2s;
}
.gform_wrapper input[type=checkbox]::after,
.gform_wrapper input[type=radio]::after {
  inset: 17%;
  background: #EDAA25;
  opacity: 0;
  transition: opacity 0.2s;
}
.gform_wrapper input[type=checkbox]::before, .gform_wrapper input[type=checkbox]::after,
.gform_wrapper input[type=radio]::before,
.gform_wrapper input[type=radio]::after {
  content: "";
  position: absolute;
  clip-path: inherit;
}
.gform_wrapper input[type=checkbox]::before,
.gform_wrapper input[type=radio]::before {
  inset: 8%;
  background: #fff;
}
.gform_wrapper input[type=checkbox]:checked,
.gform_wrapper input[type=radio]:checked {
  background: #EDAA25;
}
.gform_wrapper input[type=checkbox]:checked::after,
.gform_wrapper input[type=radio]:checked::after {
  opacity: 1;
}
.gform_wrapper input#choice_1_7_2 {
  background: #ADB186;
}
.gform_wrapper input#choice_1_7_2::after {
  background: #ADB186;
}
.gform_wrapper input#choice_1_7_3 {
  background: #328C9A;
}
.gform_wrapper input#choice_1_7_3::after {
  background: #328C9A;
}
.gform_wrapper input#choice_1_7_1 {
  background: #163E69;
}
.gform_wrapper input#choice_1_7_1::after {
  background: #163E69;
}
.gform_wrapper div[data-option-value=interiors] .search-filter-input-checkbox__control {
  background: #328C9A;
}
.gform_wrapper div[data-option-value=interiors] .search-filter-input-checkbox__control::after {
  background: #328C9A;
}
.gform_wrapper div[data-option-value=frame-truss] .search-filter-input-checkbox__control {
  background: #163E69;
}
.gform_wrapper div[data-option-value=frame-truss] .search-filter-input-checkbox__control::after {
  background: #163E69;
}
.gform_wrapper button.gform_button {
  appearance: none;
  appearance: unset;
  all: unset;
}

.search-result-project a {
  color: inherit;
  text-decoration: none;
}
.search-result-project a h4 {
  margin-top: 1.6rem;
  font-size: 2.8rem;
  font-weight: 600;
  transition: all 0.3s ease;
  color: #163E69;
}

.search-result-project {
  margin-bottom: 4rem;
  /* make sure the img fills the container */
  /* the overlay shape */
  /* show it on hover */
}
.search-result-project h4 {
  margin-bottom: 0.5rem;
}
.search-result-project .image-container img {
  width: 100%;
  height: 100%;
  transition: transform 300ms ease-in-out;
  transform-origin: center;
  position: relative;
}
.search-result-project .image-container {
  position: relative;
  overflow: hidden; /* keep everything inside the box */
}
.search-result-project .image-container img {
  display: block;
  width: 100%;
  height: auto;
}
.search-result-project .image-container::after {
  content: "";
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  font-weight: 100%;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  background: url("../images/shapes/thumbnail-overlay.svg") no-repeat center/cover;
  opacity: 0;
  transform: scale(2);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none; /* let clicks pass through to the link */
}
.search-result-project .project-types {
  transition: all 0.3s ease;
}
.search-result-project a:hover h4 {
  margin-top: 1rem;
  transition: all 0.3s ease;
  color: #EDAA25;
}
.search-result-project a:hover .project-types {
  padding-bottom: 0.6rem;
  color: #EDAA25;
  transition: all 0.3s ease;
}
.search-result-project a:hover .project-types > span {
  padding-bottom: 0.6rem;
  color: #EDAA25;
  transition: color 0.3s ease;
}
.search-result-project a:hover .image-container::after {
  opacity: 1;
  transform: scale(1);
}

.search-filter-input-group {
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.search-filter-input-group .search-filter-input-checkbox {
  margin-right: 60px;
}

.search-filter-input-checkbox__control svg {
  display: none !important;
}

.search-filter-input-checkbox__control {
  position: relative;
  width: 2.4rem;
  aspect-ratio: 1;
  margin-right: 0;
  clip-path: polygon(92.22% 76.79%, 47.91% 99.96%, 5.69% 73.16%, 7.78% 23.21%, 52.09% 0.04%, 94.31% 26.84%);
  background: #163E69;
  transition: background 0.2s;
}

div[data-option-value=kitchens] .search-filter-input-checkbox__control {
  background: #ADB186;
}
div[data-option-value=kitchens] .search-filter-input-checkbox__control::after {
  background: #ADB186;
}

div[data-option-value=interiors] .search-filter-input-checkbox__control {
  background: #328C9A;
}
div[data-option-value=interiors] .search-filter-input-checkbox__control::after {
  background: #328C9A;
}

div[data-option-value=frame-truss] .search-filter-input-checkbox__control {
  background: #163E69;
}
div[data-option-value=frame-truss] .search-filter-input-checkbox__control::after {
  background: #163E69;
}

div[data-option-value=timber] .search-filter-input-checkbox__control {
  background: #EDAA25;
}
div[data-option-value=timber] .search-filter-input-checkbox__control::after {
  background: #EDAA25;
}

.search-filter-input-checkbox__control::before,
.search-filter-input-checkbox__control::after {
  content: "";
  position: absolute;
  clip-path: inherit;
}

.search-filter-input-checkbox__control::before {
  inset: 8%;
  background: #fff;
}

.search-filter-input-checkbox__control::after {
  inset: 17%;
  background: #163E69;
  opacity: 0;
  transition: opacity 0.2s;
}

.search-filter-input-checkbox__input:checked + .search-filter-input-checkbox__container .search-filter-input-checkbox__control::after {
  opacity: 1;
}

.search-filter-input-checkbox input[type=checkbox].search-filter-input-checkbox__input:active:checked + .search-filter-input-checkbox__container .search-filter-input-checkbox__control {
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .text-image .image-col {
    margin-top: 3rem;
  }
  .image-text .image-col {
    margin-bottom: 5rem;
  }
}
@media screen and (min-width: 992px) {
  .body-text.two-col {
    columns: 2;
  }
  .image-text .image-col {
    padding-right: 3rem;
  }
  .image-text .text-col {
    order: 1;
    padding-left: 3rem;
  }
  .text-image .text-col {
    padding-right: 3rem;
  }
  .text-image .image-col {
    padding-left: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .hero-section .text-image .text-col {
    padding-right: 2rem;
  }
  .hero-section .text-image .image-col {
    padding-left: 2rem;
  }
}

/*# sourceMappingURL=custom.css.map */
