/*
==============================================================================================================
 Theme Name:	Sam Neil Research 2019
 Theme URI:		http://www.samneil.co.uk/
 Description:	New design and build for the 2019 refresh of the Sam Neil Research website.
 Author:		Lucid Digital
 Author URI:	https://www.lucid-digital.co.uk
 Version:		1.0
 Tags:			white, grey, light, clean, responsive, responsive-layout, accessibility-ready
==============================================================================================================
*/
/*
==============================================================================================================
 1. Base settings (font stack(s), colour palette etc.)
==============================================================================================================
*/
/*
==============================================================================================================
 Font stack(s)
==============================================================================================================
 
 * Define the various font stack(s) and weights of the website
 * These will be continually used throughout the stylesheets
*/
/*
==============================================================================================================
 Mixins
==============================================================================================================

 * Resusable chunks of code which can output flexible results and prevents code repetition
 * These can be called and used numerous times throughout the stylesheets
*/
/*
==============================================================================================================
 2. Resets
==============================================================================================================

 * Global CSS resets for most HTML elements
 * Removes all browser-specific styling
*/
/* Ensure all elements don't expand their specified width with padding, borders etc. */
/* line 2, ../sass/_reset.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Remove browser-specific styling (margin, padding etc.) from most major HTML elements */
/* line 11, ../sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, textarea, select, button,
table, caption, tbody, tfoot, thead, tr, th, #content-wrapper table td, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

/* line 30, ../sass/_reset.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: 0;
}

/* line 37, ../sass/_reset.scss */
ol, ul {
  list-style: none inside none;
}

/* line 41, ../sass/_reset.scss */
input[type="button"],
input[type="submit"],
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="file"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 56, ../sass/_reset.scss */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/*// remove dotted outline/border in Firefox*/
/* line 63, ../sass/_reset.scss */
button:focus,
a:focus, a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
}

/* line 74, ../sass/_reset.scss */
select:-moz-focusring {
  color: transparent !important;
  text-shadow: 0 0 0 #ffffff !important;
}

/* line 79, ../sass/_reset.scss */
option:not(:checked) {
  color: #3a3633 !important;
  /* prevent <option>s from becoming transparent as well */
}

/* line 83, ../sass/_reset.scss */
select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 89, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Display settings for HTML5 elements for legacy browsers */
/* line 95, ../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 111, ../sass/_reset.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 119, ../sass/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Change colour of placeholder text in input fields */
/* line 125, ../sass/_reset.scss */
::-webkit-input-placeholder {
  color: #3a3633;
  opacity: 1;
}

/* line 130, ../sass/_reset.scss */
:-moz-placeholder {
  color: #3a3633;
  opacity: 1;
}

/* line 135, ../sass/_reset.scss */
::-moz-placeholder {
  color: #3a3633;
  opacity: 1;
}

/* line 140, ../sass/_reset.scss */
:-ms-input-placeholder {
  color: #3a3633;
  opacity: 1;
}

/* line 145, ../sass/_reset.scss */
::-ms-input-placeholder {
  color: #3a3633;
  opacity: 1;
}

/* Change colour of text/background in highlighted text */
/* line 151, ../sass/_reset.scss */
::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #efecea;
}

/* line 157, ../sass/_reset.scss */
::selection {
  color: #ffffff;
  text-shadow: none;
  background-color: #efecea;
}

/*
==============================================================================================================
 3. Global elements & classes
==============================================================================================================

 * Styling for global HTML elements, and reusable classes and ID's
 * These will appear throughout various pages in the markup
*/
/*
====================
 HTML elements
====================
*/
/* line 42, ../sass/styles.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  overflow-x: hidden;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/* Headings */
/* line 51, ../sass/styles.scss */
h1, h2, h3, h4, h5 {
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  margin-bottom: 1.25rem;
  line-height: 1.3;
  color: #3a3633;
}
@media (max-width: 568px) {
  /* line 51, ../sass/styles.scss */
  h1, h2, h3, h4, h5 {
    margin-bottom: 0.9375rem;
  }
}

/* line 62, ../sass/styles.scss */
h1,
h2 {
  font-size: 2.5rem;
}
@media (max-width: 1300px) {
  /* line 62, ../sass/styles.scss */
  h1,
  h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 568px) {
  /* line 62, ../sass/styles.scss */
  h1,
  h2 {
    font-size: 2rem;
  }
}

/* line 73, ../sass/styles.scss */
h3 {
  font-size: 2.25rem;
}
@media (max-width: 1300px) {
  /* line 73, ../sass/styles.scss */
  h3 {
    font-size: 2rem;
  }
}
@media (max-width: 568px) {
  /* line 73, ../sass/styles.scss */
  h3 {
    font-size: 1.75rem;
  }
}

/* line 83, ../sass/styles.scss */
h4 {
  font-size: 2rem;
}
@media (max-width: 1300px) {
  /* line 83, ../sass/styles.scss */
  h4 {
    font-size: 1.75rem;
  }
}
@media (max-width: 568px) {
  /* line 83, ../sass/styles.scss */
  h4 {
    font-size: 1.5rem;
  }
}

/* line 93, ../sass/styles.scss */
h5 {
  font-size: 1.5rem;
}
@media (max-width: 1300px) {
  /* line 93, ../sass/styles.scss */
  h5 {
    font-size: 1.25rem;
  }
}

/* Paragraphs/span's etc. */
/* line 101, ../sass/styles.scss */
strong {
  font-weight: 700;
}

/* line 105, ../sass/styles.scss */
p {
  font-size: 1.125rem;
  line-height: 1.5;
  margin-bottom: 1.5625rem;
  color: #3a3633;
}
@media (max-width: 768px) {
  /* line 105, ../sass/styles.scss */
  p {
    font-size: 1rem;
  }
}

/* line 115, ../sass/styles.scss */
.intro-text {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  /* line 115, ../sass/styles.scss */
  .intro-text {
    font-size: 1.25rem;
  }
}

/* Links */
/* line 123, ../sass/styles.scss */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 127, ../sass/styles.scss */
.on-desktop a:hover {
  color: #94BFBE;
}

/* line 132, ../sass/styles.scss */
.button,
.wpcf7-submit {
  display: inline-block;
  color: #efecea;
  background-color: #94BFBE;
  border: 2px solid #94BFBE;
  padding: 0.9375rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.07rem;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 147, ../sass/styles.scss */
.on-desktop .button:hover, .on-desktop
.wpcf7-submit:hover {
  background-color: #7CF49E;
  border: 2px solid #7CF49E;
}
@media (max-width: 568px) {
  /* line 132, ../sass/styles.scss */
  .button,
  .wpcf7-submit {
    padding: 0.75rem 1.5625rem;
  }
}

/* line 156, ../sass/styles.scss */
#content-wrapper a.read-more,
.read-more {
  display: inline-block;
  color: #94BFBE;
  text-align: center;
  letter-spacing: 0.07rem;
  font-size: 1.125rem;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
}
/* line 168, ../sass/styles.scss */
#content-wrapper a.read-more:before,
.read-more:before {
  content: '';
  height: 1px;
  background-color: #94BFBE;
  width: 20px;
  left: 0;
  display: inline-block;
  margin-right: 0.625rem;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 179, ../sass/styles.scss */
.on-desktop #content-wrapper a.read-more:hover, .on-desktop
.read-more:hover {
  padding-left: 0.625rem;
  color: #7CF49E;
}
/* line 182, ../sass/styles.scss */
.on-desktop #content-wrapper a.read-more:hover:before, .on-desktop
.read-more:hover:before {
  background-color: #7CF49E;
  left: -0.625rem;
}

/* line 189, ../sass/styles.scss */
.section {
  padding: 90px 0;
}
/* line 191, ../sass/styles.scss */
.section + .section {
  padding-top: 0;
}
@media (max-width: 1000px) {
  /* line 189, ../sass/styles.scss */
  .section {
    padding: 60px 0;
  }
}
@media (max-width: 768px) {
  /* line 189, ../sass/styles.scss */
  .section {
    padding: 50px 0;
  }
}

/*
===================
 Classes/ID's
===================
*/
/* Main content styles */
/* line 209, ../sass/styles.scss */
#content-wrapper p {
  margin-bottom: 30px;
  /* Adjust margin accordingly to your design */
}
/* line 211, ../sass/styles.scss */
#content-wrapper p:last-child {
  margin-bottom: 0;
}
/* line 215, ../sass/styles.scss */
#content-wrapper ul, #content-wrapper ol {
  margin-bottom: 30px;
  /* Adjust margin accordingly to your design */
}
/* line 217, ../sass/styles.scss */
#content-wrapper ul li, #content-wrapper ol li {
  position: relative;
  padding-left: 15px;
  /* Adjust padding accordingly to your design */
  line-height: 1.4;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #3a3633;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 768px) {
  /* line 217, ../sass/styles.scss */
  #content-wrapper ul li, #content-wrapper ol li {
    font-size: 1rem;
  }
}
/* line 228, ../sass/styles.scss */
#content-wrapper ul li:last-child, #content-wrapper ol li:last-child {
  margin-bottom: 0;
}
/* line 234, ../sass/styles.scss */
#content-wrapper ul.menu li:before, #content-wrapper ol.menu li:before {
  content: none;
}
/* line 241, ../sass/styles.scss */
#content-wrapper ul li:before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: -1.0625rem;
  color: #94BFBE;
}
/* line 249, ../sass/styles.scss */
#content-wrapper ol li {
  counter-increment: count-me;
  padding-left: 22px;
  /* Adjust padding accordingly to your design */
}
/* line 252, ../sass/styles.scss */
#content-wrapper ol li:before {
  content: counter(count-me) ". ";
  position: absolute;
  top: 0;
  left: -1.0625rem;
  color: #94BFBE;
}
/* line 260, ../sass/styles.scss */
#content-wrapper a {
  color: #94BFBE;
  font-weight: 700;
}
/* line 264, ../sass/styles.scss */
#content-wrapper .iframe-wrap {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 30px 0;
  /* Adjust margin accordingly to your design */
  padding-bottom: 56.25%;
}
/* line 271, ../sass/styles.scss */
#content-wrapper .iframe-wrap video,
#content-wrapper .iframe-wrap iframe,
#content-wrapper .iframe-wrap object,
#content-wrapper .iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 282, ../sass/styles.scss */
#content-wrapper .table-wrap {
  padding: 30px 0;
  /* Adjust padding accordingly to your design */
}
/* line 285, ../sass/styles.scss */
#content-wrapper table {
  width: 100%;
  font-size: 1em;
  /* Adjust font-size accordingly to match your body text */
  text-align: left;
  color: #3a3633;
}
/* line 290, ../sass/styles.scss */
#content-wrapper table tr {
  width: 100%;
}
/* line 293, ../sass/styles.scss */
#content-wrapper table th, #content-wrapper table td {
  font-weight: 700;
  line-height: 1;
  /* Adjust line-height accordingly to match your body text */
  padding: 10px;
  /* Adjust padding accordingly to your design */
  border: 1px solid #ddd;
  /* Adjust border styles accordingly to your design */
}
/* line 299, ../sass/styles.scss */
#content-wrapper table td {
  font-weight: 400;
}
/* line 304, ../sass/styles.scss */
#content-wrapper p.wp-caption-text {
  font-weight: 300;
  font-style: italic;
  font-size: 1em;
  /* Adjust font-size accordingly to your design */
  text-align: right;
  color: #efecea;
  margin: 5px 0 20px;
  /* Adjust margin accordingly to your design */
}

/* line 314, ../sass/styles.scss */
.wp-caption {
  max-width: 100%;
}
/* line 316, ../sass/styles.scss */
.wp-caption img {
  margin-bottom: 0;
}

/* Full-screen elements */
/* line 322, ../sass/styles.scss */
.full-screen {
  width: 100%;
  height: 100vh;
}

/* Hide desktop content (for mobile elements only) */
/* line 328, ../sass/styles.scss */
.desktop-hide {
  display: none;
}

/* Force element to clear its floated children */
/* line 333, ../sass/styles.scss */
.clearfix:after {
  content: "";
  height: 0;
  display: block;
  visibility: hidden;
  clear: both;
}

/* Remove right-hand margin */
/* line 342, ../sass/styles.scss */
.last-in-row {
  margin-right: 0 !important;
}

/* Extra padding for misc. pages (Search Results, 404 etc.) */
/* line 347, ../sass/styles.scss */
.misc-page {
  padding-top: 30px;
}

/* Full-screen background image(s) */
/* line 352, ../sass/styles.scss */
.cover {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Background colours */
/* line 361, ../sass/styles.scss */
.white-bg {
  background-color: #ffffff;
}

/*
==============================================================================================================
 Layout & structure
==============================================================================================================

 * Styling for the actual layout and structure of the site
 * Organised by section(s), templates and pages
*/
/*
===================
 Container(s)
============== =====
*/
/* line 380, ../sass/styles.scss */
.container {
  width: 100%;
  max-width: 1520px;
  /* Adjust max-width accordingly to your layout/design */
  margin: 0 auto;
  padding: 0 1.875rem;
}
/* line 385, ../sass/styles.scss */
.container.small {
  max-width: 1000px;
}
@media (max-width: 568px) {
  /* line 380, ../sass/styles.scss */
  .container {
    padding: 0 0.9375rem;
  }
}

/* Grid columns */
/* line 394, ../sass/styles.scss */
.full {
  width: 100%;
  clear: both;
}

/* line 399, ../sass/styles.scss */
.legacy-browser-notice {
  position: fixed;
  bottom: 0px;
  z-index: 9999;
  width: 100%;
  max-width: 1000px;
  font-size: 16px;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  line-height: 1.6;
  text-align: center;
  color: #ffffff;
  padding: 20px 10px 26px;
  background: url(../img/legacy-browser-logo.jpg) no-repeat 30px center #00a1f1;
}
/* line 412, ../sass/styles.scss */
.legacy-browser-notice .notice {
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 417, ../sass/styles.scss */
.legacy-browser-notice strong {
  font-weight: 700;
}
/* line 420, ../sass/styles.scss */
.legacy-browser-notice a {
  font-weight: 700;
  color: #ffffff;
}

/* line 427, ../sass/styles.scss */
.iframe-wrap {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  margin: 30px 0;
  /* Adjust margin accordingly to your design */
  padding-bottom: 56.25%;
}
/* line 434, ../sass/styles.scss */
.iframe-wrap video,
.iframe-wrap iframe,
.iframe-wrap object,
.iframe-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 446, ../sass/styles.scss */
.logo {
  max-height: 30px;
}

/* line 450, ../sass/styles.scss */
header {
  display: flex;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 909;
  padding: 0.9375rem 3.125rem;
  left: 0;
}
/* line 459, ../sass/styles.scss */
header ul li {
  display: inline-block;
  margin-left: 25px;
}
/* line 462, ../sass/styles.scss */
header ul li a {
  display: inline-block;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* line 465, ../sass/styles.scss */
header ul li a i {
  margin-right: 0.3125rem;
  font-size: 1.125rem;
}
/* line 471, ../sass/styles.scss */
.on-desktop header ul li:hover > a {
  color: #94BFBE;
}
/* line 475, ../sass/styles.scss */
header ul li:first-child {
  margin-left: 0;
}
/* line 480, ../sass/styles.scss */
header #nav-wrap {
  margin-left: auto;
  text-align: right;
}
/* line 484, ../sass/styles.scss */
header #nav-wrap #main-nav li {
  position: relative;
}
/* line 486, ../sass/styles.scss */
header #nav-wrap #main-nav li a {
  font-size: 1.125rem;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: inline-block;
}
/* line 490, ../sass/styles.scss */
header #nav-wrap #main-nav li a:after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: transparent;
  position: relative;
  top: 3px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 501, ../sass/styles.scss */
.on-desktop header #nav-wrap #main-nav li a:hover:after {
  background-color: #94BFBE;
}
/* line 508, ../sass/styles.scss */
header #nav-wrap #main-nav li.current-menu-item a:after {
  background-color: #3a3633;
}
/* line 516, ../sass/styles.scss */
header .header-wrap {
  display: flex;
  width: 100%;
  flex-flow: wrap;
}
/* line 526, ../sass/styles.scss */
.on-desktop header.no-banner #nav-wrap #main-nav li a:hover {
  color: #efecea;
}
/* line 528, ../sass/styles.scss */
.on-desktop header.no-banner #nav-wrap #main-nav li a:hover:after {
  background-color: #efecea;
}
@media (max-width: 1200px) {
  /* line 450, ../sass/styles.scss */
  header {
    padding: 0.9375rem 1.875rem;
  }
  /* line 541, ../sass/styles.scss */
  header #nav-wrap #main-nav li {
    margin-left: 0.9375rem;
  }
  /* line 544, ../sass/styles.scss */
  header #nav-wrap #main-nav a {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  /* line 553, ../sass/styles.scss */
  header #nav-wrap #main-nav li {
    display: block;
    margin-left: 0;
    margin-bottom: 0.8125rem;
  }
  /* line 557, ../sass/styles.scss */
  header #nav-wrap #main-nav li:last-of-type {
    margin-bottom: 0;
  }
}
@media (max-width: 568px) {
  /* line 450, ../sass/styles.scss */
  header {
    padding: 0.9375rem;
  }
  /* line 566, ../sass/styles.scss */
  header .logo {
    max-height: 20px;
  }
}

/* line 574, ../sass/styles.scss */
ul li .sub-menu {
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 583, ../sass/styles.scss */
#nav-toggle {
  display: none;
  margin-left: 1.5625rem;
  width: 30px;
}

/* line 589, ../sass/styles.scss */
#nav-toggle {
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}

/* line 594, ../sass/styles.scss */
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 3px;
  width: 30px;
  background: #94BFBE;
  position: absolute;
  display: block;
  content: '';
}

/* line 605, ../sass/styles.scss */
#nav-toggle span:before {
  top: -8px;
}

/* line 609, ../sass/styles.scss */
#nav-toggle span:after {
  bottom: -8px;
}

/* line 613, ../sass/styles.scss */
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}

/* line 617, ../sass/styles.scss */
#nav-toggle.active span {
  background-color: transparent;
}

/* line 621, ../sass/styles.scss */
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}

/* line 625, ../sass/styles.scss */
#nav-toggle.active span:before {
  transform: rotate(45deg);
}

/* line 629, ../sass/styles.scss */
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}

/* line 635, ../sass/styles.scss */
.top-banner .container {
  min-height: 700px;
  display: flex;
  height: 100vh;
  margin-bottom: 3rem;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  /* line 635, ../sass/styles.scss */
  .top-banner .container {
    padding: 0 1.875rem;
  }
}
@media (max-width: 1000px) {
  /* line 635, ../sass/styles.scss */
  .top-banner .container {
    flex-flow: column;
    align-items: unset;
    margin-top: 6.25rem;
    min-height: 500px;
    height: auto;
  }
}
@media (max-width: 768px) {
  /* line 635, ../sass/styles.scss */
  .top-banner .container {
    margin-top: 9.6875rem;
  }
}
@media (max-width: 568px) {
  /* line 635, ../sass/styles.scss */
  .top-banner .container {
    padding: 0 0.9375rem;
  }
}
/* line 660, ../sass/styles.scss */
.top-banner .banner-image {
  position: relative;
  min-height: 500px;
  margin-top: 40px;
  height: 80vh;
  width: 65%;
}
@media (max-width: 1300px) {
  /* line 660, ../sass/styles.scss */
  .top-banner .banner-image {
    width: 60%;
  }
}
@media (max-width: 1000px) {
  /* line 660, ../sass/styles.scss */
  .top-banner .banner-image {
    width: 100%;
    height: 500px;
    margin-left: unset;
  }
}
/* line 675, ../sass/styles.scss */
.top-banner .banner-text {
  position: relative;
  width: 35%;
  padding-right: 6.25rem;
  z-index: 10;
}
@media (max-width: 1300px) {
  /* line 675, ../sass/styles.scss */
  .top-banner .banner-text {
    width: 40%;
    padding-right: 3.125rem;
  }
}
@media (max-width: 1000px) {
  /* line 675, ../sass/styles.scss */
  .top-banner .banner-text {
    flex: unset;
    width: 100%;
    max-width: 500px;
    padding-right: 0;
  }
}
/* line 690, ../sass/styles.scss */
.top-banner .banner-text h1 {
  margin-bottom: 1.875rem;
  font-size: 2.8125rem;
}
@media (max-width: 1300px) {
  /* line 690, ../sass/styles.scss */
  .top-banner .banner-text h1 {
    font-size: 2.625rem;
  }
}
@media (max-width: 568px) {
  /* line 690, ../sass/styles.scss */
  .top-banner .banner-text h1 {
    font-size: 2.25rem;
  }
}
/* line 700, ../sass/styles.scss */
.top-banner .banner-text h2 {
  font-size: 1.375rem;
  margin-bottom: 1.875rem;
  font-weight: 400;
}
@media (max-width: 1300px) {
  /* line 700, ../sass/styles.scss */
  .top-banner .banner-text h2 {
    font-size: 1.375rem;
  }
}
@media (max-width: 568px) {
  /* line 700, ../sass/styles.scss */
  .top-banner .banner-text h2 {
    font-size: 1.125rem;
  }
}
/* line 712, ../sass/styles.scss */
.top-banner .read-more {
  color: #94BFBE;
}
/* line 714, ../sass/styles.scss */
.top-banner .read-more:after {
  background-color: #94BFBE;
}
@media (max-width: 1000px) {
  /* line 634, ../sass/styles.scss */
  .top-banner {
    margin-bottom: 3.75rem;
  }
}
@media (max-width: 768px) {
  /* line 634, ../sass/styles.scss */
  .top-banner {
    min-height: 400px;
  }
}

/* line 726, ../sass/styles.scss */
#vertical-nav {
  position: absolute;
  top: 100px;
  right: 0;
  height: calc(100vh - 200px);
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1100;
}
/* line 736, ../sass/styles.scss */
#vertical-nav .vertical-links {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  white-space: nowrap;
}
/* line 740, ../sass/styles.scss */
#vertical-nav .vertical-links li {
  display: inline-block;
  cursor: pointer;
  margin-right: 1.25rem;
}
/* line 744, ../sass/styles.scss */
#vertical-nav .vertical-links li:last-child {
  margin-right: 0;
}
/* line 747, ../sass/styles.scss */
#vertical-nav .vertical-links li a {
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
/* line 752, ../sass/styles.scss */
#vertical-nav .vertical-links li i {
  display: none;
}
@media (max-width: 1600px) {
  /* line 726, ../sass/styles.scss */
  #vertical-nav {
    width: 32px;
  }
}
@media (max-width: 568px) {
  /* line 726, ../sass/styles.scss */
  #vertical-nav {
    display: none;
  }
}

/* line 765, ../sass/styles.scss */
.text-banner {
  background-color: #94BFBE;
  text-align: center;
  padding: 9.375rem 0 3.125rem 0;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  /* line 765, ../sass/styles.scss */
  .text-banner {
    margin-bottom: 3.75rem;
    padding: 10rem 0 1.875rem 0;
  }
}

/* line 777, ../sass/styles.scss */
#mobile-wrapper {
  background-color: #94BFBE;
  color: #ffffff;
  padding: 0.9375rem;
  padding: 0.9375rem 3.125rem;
  left: -100%;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9999;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 789, ../sass/styles.scss */
#mobile-wrapper img {
  max-height: 100px;
  margin-bottom: 2.5rem;
}
/* line 793, ../sass/styles.scss */
#mobile-wrapper.open {
  left: 0;
}
/* line 796, ../sass/styles.scss */
#mobile-wrapper #nav-toggle {
  display: inline-block;
  position: absolute;
  right: 3.125rem;
  top: 2.8125rem;
}
/* line 802, ../sass/styles.scss */
#mobile-wrapper #mobile-menu {
  margin-bottom: 1.875rem;
}
/* line 804, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li {
  border-bottom: 1px solid #ffffff;
  position: relative;
}
/* line 807, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li a {
  font-size: 1.375rem;
  display: block;
  padding: 0.9375rem 0;
}
/* line 812, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li .sub-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
/* line 819, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li .sub-menu li:first-child a {
  padding-top: 0;
}
/* line 823, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li .sub-menu li a {
  font-size: 1.125rem;
}
/* line 826, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li .sub-menu li:first-child {
  border-top: 1px solid #ffffff;
}
/* line 828, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li .sub-menu li:first-child a {
  padding-top: 0.9375rem;
}
/* line 832, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li .sub-menu li:last-child {
  border-bottom: 0;
}
/* line 837, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li .mobile-expand {
  position: absolute;
  right: 0;
  top: 0.75rem;
}
/* line 841, ../sass/styles.scss */
#mobile-wrapper #mobile-menu li .mobile-expand i {
  font-size: 1.625rem;
}
/* line 848, ../sass/styles.scss */
#mobile-wrapper #mobile-second-nav {
  margin-bottom: 1.875rem;
}
/* line 850, ../sass/styles.scss */
#mobile-wrapper #mobile-second-nav li a {
  font-size: 1.125rem;
  display: block;
  font-weight: 700;
  padding: 0.3125rem 0;
}
/* line 855, ../sass/styles.scss */
#mobile-wrapper #mobile-second-nav li a i {
  font-size: 1.375rem;
  margin-right: 0.5rem;
}
@media (max-width: 1300px) {
  /* line 777, ../sass/styles.scss */
  #mobile-wrapper {
    padding: 0.9375rem 1.875rem;
  }
  /* line 866, ../sass/styles.scss */
  #mobile-wrapper img {
    max-height: 80px;
  }
  /* line 869, ../sass/styles.scss */
  #mobile-wrapper #nav-toggle {
    right: 1.875rem;
  }
}
@media (max-width: 568px) {
  /* line 777, ../sass/styles.scss */
  #mobile-wrapper {
    padding: 0.9375rem;
  }
  /* line 875, ../sass/styles.scss */
  #mobile-wrapper #nav-toggle {
    right: 0.9375rem;
  }
}

/* line 881, ../sass/styles.scss */
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* line 889, ../sass/styles.scss */
.link-block-section {
  display: flex;
  flex-direction: column;
}
/* line 893, ../sass/styles.scss */
.link-block-section.main-blocks .container {
  max-width: 1160px;
  position: relative;
}
/* line 898, ../sass/styles.scss */
.link-block-section .link-block {
  display: flex;
  margin-bottom: 3.75rem;
}
/* line 901, ../sass/styles.scss */
.link-block-section .link-block .content-side {
  width: 50%;
  display: flex;
  align-items: center;
  padding-left: 9.375rem;
}
/* line 907, ../sass/styles.scss */
.link-block-section .link-block .read-more {
  margin-top: 3.125rem;
}
/* line 910, ../sass/styles.scss */
.link-block-section .link-block h2, .link-block-section .link-block h3 {
  font-size: 2rem;
}
@media (max-width: 568px) {
  /* line 910, ../sass/styles.scss */
  .link-block-section .link-block h2, .link-block-section .link-block h3 {
    font-size: 1.75rem;
  }
}
/* line 916, ../sass/styles.scss */
.link-block-section .link-block .image-side {
  width: 50%;
}
/* line 918, ../sass/styles.scss */
.link-block-section .link-block .image-side img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
/* line 925, ../sass/styles.scss */
.link-block-section .link-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 1300px) {
  /* line 929, ../sass/styles.scss */
  .link-block-section .link-block .content-side {
    padding: 1.875rem;
  }
  /* line 932, ../sass/styles.scss */
  .link-block-section .link-block .image-side {
    width: 50%;
  }
}
@media (max-width: 768px) {
  /* line 898, ../sass/styles.scss */
  .link-block-section .link-block {
    flex-flow: column;
  }
  /* line 938, ../sass/styles.scss */
  .link-block-section .link-block .content-side {
    margin-left: 0%;
    width: 100%;
    padding: 0 0 1.25rem 0;
    order: 1;
  }
  /* line 944, ../sass/styles.scss */
  .link-block-section .link-block .image-side {
    order: 2;
    width: 100%;
    positon: relative;
  }
}
/* line 951, ../sass/styles.scss */
.link-block-section .small {
  display: grid;
  grid-template-columns: calc(33.3333333% - 26.6666666667px) calc(33.3333333% - 26.6666666667px) calc(33.3333333% - 26.6666666667px);
  grid-gap: 0 2.5rem;
}
/* line 955, ../sass/styles.scss */
.link-block-section .small .small-link-block {
  padding: 1.875rem;
  background-color: #efecea;
  text-align: center;
  margin-bottom: 3.75rem;
}
/* line 960, ../sass/styles.scss */
#content-wrapper .link-block-section .small .small-link-block .button,
.link-block-section .small .small-link-block .button {
  font-weight: 300;
  color: #3a3633;
  border: 1px solid #3a3633;
  background-color: transparent;
}
/* line 966, ../sass/styles.scss */
.on-desktop #content-wrapper .link-block-section .small .small-link-block .button:hover, .on-desktop
.link-block-section .small .small-link-block .button:hover {
  background-color: transparent;
}
/* line 970, ../sass/styles.scss */
.link-block-section .small .small-link-block h2 {
  font-size: 1.75rem;
}
@media (max-width: 568px) {
  /* line 970, ../sass/styles.scss */
  .link-block-section .small .small-link-block h2 {
    font-size: 1.5rem;
  }
}
@media (max-width: 1024px) {
  /* line 951, ../sass/styles.scss */
  .link-block-section .small {
    grid-template-columns: 100%;
  }
  /* line 979, ../sass/styles.scss */
  .link-block-section .small .small-link-block {
    margin-bottom: 1.25rem;
  }
  /* line 981, ../sass/styles.scss */
  .link-block-section .small .small-link-block:last-child {
    margin-bottom: 0;
  }
}

/* line 989, ../sass/styles.scss */
.cta-section {
  padding: 3.75rem 0;
  color: #efecea;
  background-color: #94BFBE;
}
/* line 993, ../sass/styles.scss */
.cta-section p {
  font-size: 1.25rem;
  margin-bottom: 1.875rem;
  color: #ffffff;
}
@media (max-width: 768px) {
  /* line 993, ../sass/styles.scss */
  .cta-section p {
    font-size: 1.125rem;
  }
}
/* line 1001, ../sass/styles.scss */
.cta-section h2, .cta-section h3, .cta-section h4, .cta-section h5 {
  color: #efecea;
}
/* line 1004, ../sass/styles.scss */
.cta-section .text-wrap {
  width: 100%;
  max-width: 500px;
}
/* line 1008, ../sass/styles.scss */
#content-wrapper .cta-section .button,
.cta-section .button {
  color: #efecea;
  border: 1px solid #efecea;
  font-weight: 300;
  background-color: transparent;
}
/* line 1014, ../sass/styles.scss */
.on-desktop #content-wrapper .cta-section .button:hover, .on-desktop
.cta-section .button:hover {
  color: #7CF49E;
  border: 1px solid #7CF49E;
  background-color: transparent;
}
@media (max-width: 768px) {
  /* line 989, ../sass/styles.scss */
  .cta-section {
    padding: 2.5rem 0;
  }
}

/* line 1026, ../sass/styles.scss */
.section-title h2 {
  margin-bottom: 2.1875rem;
}
@media (max-width: 568px) {
  /* line 1026, ../sass/styles.scss */
  .section-title h2 {
    margin-bottom: 1.25rem;
  }
}

/* line 1034, ../sass/styles.scss */
.grey-bg {
  background-color: #efecea;
}

/* line 1038, ../sass/styles.scss */
footer {
  padding: 1.875rem 0 1.25rem 0;
  background-color: #3a3633;
  color: #efecea;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* line 1043, ../sass/styles.scss */
footer p {
  color: #efecea;
  font-size: 0.9375rem;
  margin-bottom: 0.625rem;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* line 1049, ../sass/styles.scss */
footer .one-half {
  display: flex;
  align-items: center;
}
/* line 1053, ../sass/styles.scss */
footer a {
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
/* line 1056, ../sass/styles.scss */
footer h3 {
  margin-bottom: 0.625rem;
  font-size: 1.375rem;
}
/* line 1061, ../sass/styles.scss */
footer ul li {
  display: inline-block;
  margin-right: 0.9375rem;
}
/* line 1064, ../sass/styles.scss */
footer ul li:last-child {
  margin-right: 0;
}
/* line 1069, ../sass/styles.scss */
footer .flex-wrap {
  flex-flow: wrap;
}
@media (max-width: 768px) {
  /* line 1069, ../sass/styles.scss */
  footer .flex-wrap {
    flex-flow: column;
  }
  /* line 1073, ../sass/styles.scss */
  footer .flex-wrap .one-half {
    margin-bottom: 1.25rem;
  }
  /* line 1075, ../sass/styles.scss */
  footer .flex-wrap .one-half:last-child {
    margin-bottom: 0;
  }
}
/* line 1081, ../sass/styles.scss */
footer .grid-3 {
  display: grid;
  grid-template-columns: calc(30% - 13.3333333px) calc(40% - 13.3333333px) calc(30% - 13.3333333px);
  grid-gap: 0 1.25rem;
}
@media (max-width: 900px) {
  /* line 1081, ../sass/styles.scss */
  footer .grid-3 {
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    grid-gap: 0 1.25rem;
  }
  /* line 1088, ../sass/styles.scss */
  footer .grid-3 .grid-item {
    margin-bottom: 1.25rem;
  }
  /* line 1090, ../sass/styles.scss */
  footer .grid-3 .grid-item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  /* line 1081, ../sass/styles.scss */
  footer .grid-3 {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}
/* line 1100, ../sass/styles.scss */
footer .logo {
  margin-bottom: 1.25rem;
}
/* line 1103, ../sass/styles.scss */
footer .menu-main-menu-container,
footer .menu-social-menu-container {
  margin-bottom: 0.9375rem;
}

/* line 1109, ../sass/styles.scss */
.flex-wrap {
  display: flex;
  justify-content: space-between;
}

/* line 1116, ../sass/styles.scss */
.owl-carousel .owl-item .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}
/* line 1121, ../sass/styles.scss */
.owl-carousel .owl-item .logo img {
  margin: 0;
  width: auto;
  max-height: 80px;
}

/* line 1130, ../sass/styles.scss */
.map-section {
  min-height: 600px;
  height: 100vh;
}
/* line 1133, ../sass/styles.scss */
.map-section .map,
.map-section .acf-map {
  min-height: inherit;
  height: inherit;
}

/* line 1142, ../sass/styles.scss */
.two-col-content h2,
.basic-content h2 {
  font-size: 2.125rem;
}
@media (max-width: 568px) {
  /* line 1142, ../sass/styles.scss */
  .two-col-content h2,
  .basic-content h2 {
    font-size: 1.75rem;
  }
}
/* line 1148, ../sass/styles.scss */
.two-col-content h3,
.basic-content h3 {
  font-size: 24px;
}
@media (max-width: 568px) {
  /* line 1148, ../sass/styles.scss */
  .two-col-content h3,
  .basic-content h3 {
    font-size: 1.25rem;
  }
}
/* line 1154, ../sass/styles.scss */
.two-col-content h2, .two-col-content h3, .two-col-content h4, .two-col-content h5,
.basic-content h2,
.basic-content h3,
.basic-content h4,
.basic-content h5 {
  margin-bottom: 0.3125rem;
}
/* line 1158, ../sass/styles.scss */
.two-col-content ul li,
.basic-content ul li {
  line-height: 1.7;
}
/* line 1159, ../sass/styles.scss */
#content-wrapper .two-col-content ul li, #content-wrapper
.basic-content ul li {
  padding-left: 0;
}
/* line 1162, ../sass/styles.scss */
.two-col-content ul li a,
.basic-content ul li a {
  font-size: 1.125rem;
}
/* line 1164, ../sass/styles.scss */
.two-col-content ul li a i,
.basic-content ul li a i {
  margin-right: 0.625rem;
}
@media (max-width: 768px) {
  /* line 1171, ../sass/styles.scss */
  .two-col-content .flex-wrap,
  .basic-content .flex-wrap {
    flex-flow: column;
  }
}
/* line 1177, ../sass/styles.scss */
.two-col-content h2 + .wpcf7, .two-col-content h3 + .wpcf7, .two-col-content h4 + .wpcf7,
.basic-content h2 + .wpcf7,
.basic-content h3 + .wpcf7,
.basic-content h4 + .wpcf7 {
  margin-top: 1.25rem;
}

/* line 1183, ../sass/styles.scss */
input[type="text"],
input[type="email"],
textarea {
  border: 1px solid #3a3633;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  padding: 0.625rem;
  width: 100%;
  color: #3a3633;
  margin-bottom: 1.25rem;
  background-color: transparent;
}
/* line 1195, ../sass/styles.scss */
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #94BFBE;
}
/* line 66, ../sass/_base.scss */
input[type="text"]:focus.placeholder,
input[type="email"]:focus.placeholder,
textarea:focus.placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #94BFBE;
}
/* line 67, ../sass/_base.scss */
input[type="text"]:focus:-moz-placeholder,
input[type="email"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #94BFBE;
}
/* line 68, ../sass/_base.scss */
input[type="text"]:focus::-webkit-input-placeholder,
input[type="email"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #94BFBE;
}
/* line 66, ../sass/_base.scss */
input[type="text"].placeholder,
input[type="email"].placeholder,
textarea.placeholder {
  color: #3a3633;
}
@media (max-width: 768px) {
  /* line 66, ../sass/_base.scss */
  input[type="text"].placeholder,
  input[type="email"].placeholder,
  textarea.placeholder {
    font-size: 1rem;
  }
}
/* line 67, ../sass/_base.scss */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #3a3633;
}
@media (max-width: 768px) {
  /* line 67, ../sass/_base.scss */
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  textarea:-moz-placeholder {
    font-size: 1rem;
  }
}
/* line 68, ../sass/_base.scss */
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #3a3633;
}
@media (max-width: 768px) {
  /* line 68, ../sass/_base.scss */
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  /* line 1183, ../sass/styles.scss */
  input[type="text"],
  input[type="email"],
  textarea {
    font-size: 1rem;
  }
}

/* line 1213, ../sass/styles.scss */
textarea {
  height: 170px;
}

/* line 1217, ../sass/styles.scss */
.wpcf7 {
  text-align: left;
}
/* line 1219, ../sass/styles.scss */
.wpcf7 p {
  margin-bottom: 0.3125rem;
}

/* line 1224, ../sass/styles.scss */
.row-2 {
  display: grid;
  grid-template-columns: calc(50% - 15px) calc(50% - 15px);
  grid-gap: 0 1.875rem;
}
@media (max-width: 768px) {
  /* line 1224, ../sass/styles.scss */
  .row-2 {
    grid-template-columns: 100%;
    grid-gap: 0;
  }
}

/* line 1234, ../sass/styles.scss */
label {
  margin-bottom: 0.5rem;
  color: #3a3633;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  display: block;
  text-align: left;
  font-weight: 700;
}

/* line 1243, ../sass/styles.scss */
.select-wrap {
  border: 1px solid #94BFBE;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: Moderat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
}
/* line 1250, ../sass/styles.scss */
.select-wrap select {
  padding: 0.625rem;
  width: 120%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: url(../../images/down-arrow.svg);
  background-position-x: calc(100% - 20%);
  background-position-y: 16px;
  height: 45px;
  background-repeat: no-repeat;
}

/* line 1265, ../sass/styles.scss */
.gdpr-terms {
  margin-top: 1.875rem;
  margin-bottom: 0;
}
/* line 1268, ../sass/styles.scss */
.gdpr-terms .wpcf7-list-item {
  margin: 0 !important;
}
/* line 1270, ../sass/styles.scss */
.gdpr-terms .wpcf7-list-item label {
  display: flex;
  justify-content: space-between;
}
/* line 1273, ../sass/styles.scss */
.gdpr-terms .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 0.625rem;
}

/* line 1280, ../sass/styles.scss */
.lucid {
  color: #efecea;
}
/* line 1282, ../sass/styles.scss */
.lucid p {
  line-height: 25px;
}
/* line 1285, ../sass/styles.scss */
.lucid .logo-icon {
  width: 25px;
  margin-left: 5px;
}

/* line 1291, ../sass/styles.scss */
#anchor-1 {
  padding-top: 0;
}
