/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 12, ../scss/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 31, ../scss/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 42, ../scss/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../scss/partials/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 67, ../scss/partials/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 77, ../scss/partials/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../scss/partials/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 97, ../scss/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../scss/partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 119, ../scss/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 128, ../scss/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../scss/partials/_normalize.scss */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 146, ../scss/partials/_normalize.scss */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../scss/partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
/* line 166, ../scss/partials/_normalize.scss */
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
/* line 177, ../scss/partials/_normalize.scss */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 185, ../scss/partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 197, ../scss/partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 205, ../scss/partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 212, ../scss/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 218, ../scss/partials/_normalize.scss */
small, .small {
  font-size: 75%;
}

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

/* line 234, ../scss/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 238, ../scss/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
/* line 250, ../scss/partials/_normalize.scss */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

/* line 257, ../scss/partials/_normalize.scss */
dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
/* line 265, ../scss/partials/_normalize.scss */
menu {
  padding: 0 0 0 40px;
}

/* line 269, ../scss/partials/_normalize.scss */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
/* line 279, ../scss/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 293, ../scss/partials/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 301, ../scss/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 313, ../scss/partials/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 325, ../scss/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 336, ../scss/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 347, ../scss/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 361, ../scss/partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 373, ../scss/partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 386, ../scss/partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 398, ../scss/partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 408, ../scss/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 420, ../scss/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 432, ../scss/partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 441, ../scss/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 452, ../scss/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 465, ../scss/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 472, ../scss/partials/_normalize.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 479, ../scss/partials/_normalize.scss */
.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
/* line 497, ../scss/partials/_normalize.scss */
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 70, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 70, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 78, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 78, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 86, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 86, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 94, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  /* line 94, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 102, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 102, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 110, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 110, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 139, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 142, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

/* line 284, ../scss/partials/_variables.scss */
.blocktitle {
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  margin: 40px 0;
}

/* line 386, ../scss/partials/_variables.scss */
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 50px;
}

/* line 394, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 398, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 403, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 407, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 417, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 422, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 425, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 40px);
}
@media (max-width: 767px) {
  /* line 425, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 432, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 436, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 441, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin: 0 40px;
  }
}
/* line 449, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  /* line 449, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/* line 34, ../scss/partials/_grid.scss */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  /* line 46, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 53, ../scss/partials/_grid.scss */
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 59, ../scss/partials/_grid.scss */
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 65, ../scss/partials/_grid.scss */
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 71, ../scss/partials/_grid.scss */
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 77, ../scss/partials/_grid.scss */
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 88, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 95, ../scss/partials/_grid.scss */
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 101, ../scss/partials/_grid.scss */
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 107, ../scss/partials/_grid.scss */
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 113, ../scss/partials/_grid.scss */
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 119, ../scss/partials/_grid.scss */
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 125, ../scss/partials/_grid.scss */
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 131, ../scss/partials/_grid.scss */
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 137, ../scss/partials/_grid.scss */
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 143, ../scss/partials/_grid.scss */
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  /* line 154, ../scss/partials/_grid.scss */
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

  /* line 161, ../scss/partials/_grid.scss */
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }

  /* line 167, ../scss/partials/_grid.scss */
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }

  /* line 173, ../scss/partials/_grid.scss */
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }

  /* line 179, ../scss/partials/_grid.scss */
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }

  /* line 185, ../scss/partials/_grid.scss */
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }

  /* line 191, ../scss/partials/_grid.scss */
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }

  /* line 197, ../scss/partials/_grid.scss */
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }

  /* line 203, ../scss/partials/_grid.scss */
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }

  /* line 209, ../scss/partials/_grid.scss */
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }

  /* line 215, ../scss/partials/_grid.scss */
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }

  /* line 221, ../scss/partials/_grid.scss */
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }

  /* line 227, ../scss/partials/_grid.scss */
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }

  /* line 233, ../scss/partials/_grid.scss */
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }

  /* line 239, ../scss/partials/_grid.scss */
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }

  /* line 245, ../scss/partials/_grid.scss */
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }

  /* line 251, ../scss/partials/_grid.scss */
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }

  /* line 257, ../scss/partials/_grid.scss */
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }

  /* line 263, ../scss/partials/_grid.scss */
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }

  /* line 269, ../scss/partials/_grid.scss */
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }

  /* line 275, ../scss/partials/_grid.scss */
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.09090909091%;
  }

  /* line 281, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/* line 15, ../scss/modules/_alerts.scss */
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

/* line 21, ../scss/modules/_alerts.scss */
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

/* line 27, ../scss/modules/_alerts.scss */
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

/* line 33, ../scss/modules/_alerts.scss */
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

/* line 39, ../scss/modules/_alerts.scss */
.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 53, ../scss/partials/_typography.scss */
p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
}

@font-face {
  font-family: 'SharpGroteskBook19';
  src: url("../fonts/SharpGroteskBook19.woff2") format("woff2"), url("../fonts/SharpGroteskBook19.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'SharpGroteskBook23';
  src: url("../fonts/SharpGroteskBook23.woff2") format("woff2"), url("S../fonts/harpGroteskBook23.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 103, ../scss/partials/_typography.scss */
body {
  font-size: 12px;
  font-family: 'SharpGroteskBook19';
  line-height: 1.5;
  font-weight: 300;
}

/* line 168, ../scss/partials/_typography.scss */
h1 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
@media (max-width: 767px) {
  /* line 168, ../scss/partials/_typography.scss */
  h1 {
    font-size: 20px;
  }
}

/* line 179, ../scss/partials/_typography.scss */
h2 {
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  line-height: 1.3;
}
@media (max-width: 767px) {
  /* line 179, ../scss/partials/_typography.scss */
  h2 {
    font-size: 16px;
  }
}

/* line 191, ../scss/partials/_typography.scss */
h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 70, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 70, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 78, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 78, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 86, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 86, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 94, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  /* line 94, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 102, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 102, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 110, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 110, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 139, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 142, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

/* line 284, ../scss/partials/_variables.scss */
.blocktitle {
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  margin: 40px 0;
}

/* line 386, ../scss/partials/_variables.scss */
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 50px;
}

/* line 394, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 398, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 403, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 407, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 417, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 422, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 425, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 40px);
}
@media (max-width: 767px) {
  /* line 425, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 432, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 436, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 441, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin: 0 40px;
  }
}
/* line 449, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  /* line 449, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 70, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 70, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 78, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 78, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 86, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 86, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 94, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  /* line 94, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 102, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 102, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 110, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 110, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 139, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 142, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

/* line 284, ../scss/partials/_variables.scss */
.blocktitle {
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  margin: 40px 0;
}

/* line 386, ../scss/partials/_variables.scss */
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 50px;
}

/* line 394, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 398, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 403, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 407, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 417, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 422, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 425, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 40px);
}
@media (max-width: 767px) {
  /* line 425, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 432, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 436, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 441, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin: 0 40px;
  }
}
/* line 449, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  /* line 449, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 21, ../scss/pages/header.scss */
.menu-visible .header {
  opacity: 1;
}
@media (max-width: 767px) {
  /* line 5, ../scss/pages/header.scss */
  .header {
    paddig: 25px;
  }
}
/* line 29, ../scss/pages/header.scss */
.header .logo {
  position: relative;
  z-index: 100;
  width: 200px;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 29, ../scss/pages/header.scss */
  .header .logo {
    width: 200px;
  }
}
/* line 39, ../scss/pages/header.scss */
.header .logo svg {
  width: 100%;
  height: auto;
}
/* line 45, ../scss/pages/header.scss */
.header .main-menu {
  width: 50%;
  display: flex;
}
@media (max-width: 767px) {
  /* line 45, ../scss/pages/header.scss */
  .header .main-menu {
    display: none;
  }
}
/* line 53, ../scss/pages/header.scss */
.header .main-menu ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}
/* line 60, ../scss/pages/header.scss */
.header .main-menu ul li {
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 66, ../scss/pages/header.scss */
.header .main-menu ul li:hover, .header .main-menu ul li.active {
  color: #F57748;
}
/* line 71, ../scss/pages/header.scss */
.header .main-menu ul li:last-child {
  margin-right: 0;
}
/* line 75, ../scss/pages/header.scss */
.header .main-menu ul li.current-menu-item, .header .main-menu ul li:hover {
  opacity: 0.8;
}
/* line 80, ../scss/pages/header.scss */
.header .main-menu ul li a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
  -webkit-transition: color ease-out 0.6s;
  -moz-transition: color ease-out 0.6s;
  -ms-transition: color ease-out 0.6s;
  -o-transition: color ease-out 0.6s;
  transition: color ease-out 0.6s;
}
/* line 84, ../scss/pages/header.scss */
.header .main-menu ul li a:hover {
  color: #F57748;
}
/* line 92, ../scss/pages/header.scss */
.header .menu-icon {
  cursor: pointer;
}
@media (min-width: 1025px) {
  /* line 92, ../scss/pages/header.scss */
  .header .menu-icon {
    display: none;
  }
}
/* line 99, ../scss/pages/header.scss */
.header .menu-icon span {
  display: block;
  height: 1px;
  width: 15px;
  background: black;
}
/* line 105, ../scss/pages/header.scss */
.header .menu-icon span:nth-child(2) {
  margin: 5px 0;
}

/* line 112, ../scss/pages/header.scss */
.main-content {
  position: relative;
  margin-top: 50px;
  z-index: 10;
}

/* line 118, ../scss/pages/header.scss */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  background: white;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 3;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
/* line 138, ../scss/pages/header.scss */
.menu-visible .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 143, ../scss/pages/header.scss */
.mobile-menu-overlay .close {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 100;
}
/* line 149, ../scss/pages/header.scss */
.mobile-menu-overlay .close svg {
  fill: black;
  width: 20px;
  height: 20px;
}
/* line 158, ../scss/pages/header.scss */
.mobile-menu-overlay ul li a {
  color: inherit;
  text-decoration: none;
  font-size: 12px;
}
@media (max-width: 767px) {
  /* line 158, ../scss/pages/header.scss */
  .mobile-menu-overlay ul li a {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 167, ../scss/pages/header.scss */
  .mobile-menu-overlay ul li.lang-item a {
    font-size: 13px;
  }
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
/* line 9, ../scss/partials/_owlcarousel.scss */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 19, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  /* fix firefox animation glitch */
}

/* line 31, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 40, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 48, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* line 58, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

/* line 67, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 72, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 77, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 88, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

/* line 98, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 102, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 107, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 111, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 115, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 124, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 129, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 133, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 138, ../scss/partials/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 145, ../scss/partials/_owlcarousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 150, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 154, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 158, ../scss/partials/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 175, ../scss/partials/_owlcarousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 182, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item {
  /**
      This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
      calculation of the height of the owl-item that breaks page layouts
     */
}

/* line 189, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 194, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 198, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
/* line 205, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 211, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

/* line 226, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

/* line 231, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 236, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

/* line 245, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/* line 70, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 70, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 78, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 78, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 86, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 86, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 94, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px) {
  /* line 94, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 102, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 102, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 110, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 110, ../scss/partials/_variables.scss */
  .phone-only {
    display: block;
  }
}

/* line 139, ../scss/partials/_variables.scss */
.admin-only {
  display: none;
}
/* line 142, ../scss/partials/_variables.scss */
body.logged-in .admin-only {
  display: block;
}

/* line 284, ../scss/partials/_variables.scss */
.blocktitle {
  text-decoration: none;
  letter-spacing: 0px;
  display: block;
  margin: 40px 0;
}

/* line 386, ../scss/partials/_variables.scss */
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 50px;
}

/* line 394, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 398, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 403, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 407, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 417, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 422, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 425, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 40px);
}
@media (max-width: 767px) {
  /* line 425, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 432, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 436, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 441, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin: 0 40px;
  }
}
/* line 449, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  /* line 449, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 11, ../scss/pages/homepage.scss */
.layoutborder {
  position: fixed;
  left: 0;
  height: 1px;
  background: red;
  width: 100%;
  z-index: 50;
  display: none;
}
/* line 20, ../scss/pages/homepage.scss */
.layoutborder.top {
  top: 40px;
}
/* line 24, ../scss/pages/homepage.scss */
.layoutborder.bottom {
  bottom: calc(40px);
}

/* line 29, ../scss/pages/homepage.scss */
.page-template-page-homepage {
  background: #192523;
  color: #B2B2B2;
}
/* line 33, ../scss/pages/homepage.scss */
.page-template-page-homepage.slideshow-overlay-visible {
  overflow: hidden;
}
/* line 37, ../scss/pages/homepage.scss */
.page-template-page-homepage ul {
  margin: 0;
  padding: 0;
}
/* line 42, ../scss/pages/homepage.scss */
.page-template-page-homepage .main-content {
  margin-top: 0;
}
/* line 46, ../scss/pages/homepage.scss */
.page-template-page-homepage .logo-container {
  padding: 40px;
}
@media (max-width: 767px) {
  /* line 46, ../scss/pages/homepage.scss */
  .page-template-page-homepage .logo-container {
    padding: 25px;
  }
}
/* line 54, ../scss/pages/homepage.scss */
.page-template-page-homepage .body {
  padding: 40px;
}
@media (max-width: 767px) {
  /* line 54, ../scss/pages/homepage.scss */
  .page-template-page-homepage .body {
    padding: 25px;
  }
}
@media (min-width: 1025px) {
  /* line 54, ../scss/pages/homepage.scss */
  .page-template-page-homepage .body {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    align-items: center;
  }
}
/* line 71, ../scss/pages/homepage.scss */
.page-template-page-homepage .body h1 {
  max-width: 1850px;
  text-align: center;
  padding: 0 40px;
  margin: 0;
}
/* line 77, ../scss/pages/homepage.scss */
.page-template-page-homepage .body h1 span.orange {
  color: #F57748;
}
/* line 82, ../scss/pages/homepage.scss */
.page-template-page-homepage .body h3 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  color: #F57748;
}
/* line 88, ../scss/pages/homepage.scss */
.page-template-page-homepage .body h3 a {
  color: #F57748;
  text-decoration: none;
}
/* line 95, ../scss/pages/homepage.scss */
.page-template-page-homepage .agent-details {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}
@media (min-width: 1025px) {
  /* line 95, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details {
    padding-right: 40px;
  }
}
/* line 106, ../scss/pages/homepage.scss */
.page-template-page-homepage .agent-details .inner-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1850px;
  width: 100%;
  align-items: stretch;
}
/* line 114, ../scss/pages/homepage.scss */
.page-template-page-homepage .agent-details .agent {
  margin-right: 80px;
  font-family: 'SharpGroteskBook23';
}
@media (min-width: 1025px) {
  /* line 114, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details .agent {
    width: 23.33%;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  /* line 125, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details .agent:nth-child(4), .page-template-page-homepage .agent-details .agent:nth-child(5) {
    width: 15%;
  }
  /* line 129, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details .agent:nth-child(4) a, .page-template-page-homepage .agent-details .agent:nth-child(5) a {
    display: flex;
    justify-content: flex-end;
  }
  /* line 137, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details .agent:nth-child(5) .agent-cover img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  /* line 114, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details .agent {
    width: 100%;
    margin-bottom: 40px;
  }
  /* line 150, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details .agent:nth-child(4) .agent-cover img {
    width: 100px;
  }
  /* line 158, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details .agent:nth-child(5) .agent-cover img {
    width: 113px;
  }
}
/* line 165, ../scss/pages/homepage.scss */
.page-template-page-homepage .agent-details .agent a {
  color: inherit;
  text-decoration: none;
}
/* line 170, ../scss/pages/homepage.scss */
.page-template-page-homepage .agent-details .agent span {
  color: #B2B2B2;
}
/* line 174, ../scss/pages/homepage.scss */
.page-template-page-homepage .agent-details .agent .agent-cover {
  text-align: left;
  margin-top: 40px;
}
@media (max-width: 767px) {
  /* line 174, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details .agent .agent-cover {
    margin-top: 20px;
  }
}
/* line 182, ../scss/pages/homepage.scss */
.page-template-page-homepage .agent-details .agent .agent-cover img {
  width: 80px;
  height: auto;
  object-fit: contain;
  display: block;
}
@media (max-width: 767px) {
  /* line 182, ../scss/pages/homepage.scss */
  .page-template-page-homepage .agent-details .agent .agent-cover img {
    width: 80px;
    height: auto;
  }
}

/* line 198, ../scss/pages/homepage.scss */
.menu-icon {
  position: fixed;
  right: 40px;
  top: 40px;
  z-index: 999;
  cursor: pointer;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 198, ../scss/pages/homepage.scss */
  .menu-icon {
    right: 25px;
    top: 25px;
  }
}
/* line 212, ../scss/pages/homepage.scss */
.menu-icon svg {
  height: 20px;
}
/* line 216, ../scss/pages/homepage.scss */
.menu-overlay-visible .menu-icon {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 221, ../scss/pages/homepage.scss */
.fixed-block {
  position: fixed;
  ponter-events: none;
  opacity: 0;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
@media (max-width: 767px) {
  /* line 221, ../scss/pages/homepage.scss */
  .fixed-block {
    display: none;
  }
}
/* line 232, ../scss/pages/homepage.scss */
.menu-visible .fixed-block {
  opacity: 1;
}
/* line 236, ../scss/pages/homepage.scss */
.fixed-block.bottom-left {
  bottom: 40px;
  left: 40px;
}
/* line 241, ../scss/pages/homepage.scss */
.fixed-block.bottom-right {
  bottom: 40px;
  right: 40px;
}

/* line 247, ../scss/pages/homepage.scss */
.letter-container {
  position: sticky;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
/* line 256, ../scss/pages/homepage.scss */
.letter-container.overlay {
  margin-top: calc(-90vh - 50px);
  opacity: 0;
  z-index: 100;
  -webkit-transition: all ease-out 1.5s;
  -moz-transition: all ease-out 1.5s;
  -ms-transition: all ease-out 1.5s;
  -o-transition: all ease-out 1.5s;
  transition: all ease-out 1.5s;
}
/* line 263, ../scss/pages/homepage.scss */
.logo-overlay-visible .letter-container.overlay {
  opacity: 1;
}
/* line 268, ../scss/pages/homepage.scss */
.letter-container svg {
  height: auto;
  width: 100%;
  top: 0;
  left: 0;
}
/* line 277, ../scss/pages/homepage.scss */
.letter-container.firstlayer {
  -webkit-transition: all ease-out 1.5s;
  -moz-transition: all ease-out 1.5s;
  -ms-transition: all ease-out 1.5s;
  -o-transition: all ease-out 1.5s;
  transition: all ease-out 1.5s;
}
/* line 280, ../scss/pages/homepage.scss */
.logo-overlay-visible .letter-container.firstlayer {
  opacity: 0;
}
/* line 285, ../scss/pages/homepage.scss */
.letter-container.firstlayer svg path {
  stroke: white !important;
}
/* line 289, ../scss/pages/homepage.scss */
.letter-container.firstlayer svg.first-overlay {
  position: absolute;
  top: 50%;
  left: -1px;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 300, ../scss/pages/homepage.scss */
.intro {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: Wrap;
  justify-content: Center;
  align-content: center;
  z-index: 100;
  text-align: center;
  line-height: 1.5;
  pointer-events: none;
  background: #192523;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  font-family: 'SharpGroteskBook23';
}
/* line 320, ../scss/pages/homepage.scss */
.intro .scroll {
  position: absolute;
  color: #F57748;
  bottom: 40px;
  text-align: center;
  left: 0;
  width: 100%;
  font-size: 12px;
}
/* line 330, ../scss/pages/homepage.scss */
body.scrolled .intro {
  opacity: 0;
}
/* line 334, ../scss/pages/homepage.scss */
.intro h1 {
  font-size: 20px;
}

/* line 344, ../scss/pages/homepage.scss */
.main-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3845AD;
  z-index: 100;
  justify-content: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  opacity: 0;
  visibility: hidden;
}
/* line 363, ../scss/pages/homepage.scss */
.main-menu-overlay .download {
  position: absolute;
  top: 40px;
  left: 40px;
  cursor: pointer;
  font-family: 'SharpGroteskBook23';
}
@media (max-width: 767px) {
  /* line 363, ../scss/pages/homepage.scss */
  .main-menu-overlay .download {
    top: 25px;
    left: 25px;
  }
}
/* line 375, ../scss/pages/homepage.scss */
.main-menu-overlay .download a {
  color: #B2B2B2;
  text-decoration: none;
  font-family: 'SharpGroteskBook23';
}
/* line 381, ../scss/pages/homepage.scss */
.main-menu-overlay .download span {
  color: #FF7B4A;
}
/* line 386, ../scss/pages/homepage.scss */
.menu-overlay-visible .main-menu-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 391, ../scss/pages/homepage.scss */
.main-menu-overlay .scroll-item {
  font-size: 50px;
  font-family: 'SharpGroteskBook23';
  text-align: center;
  color: #FF7B4A;
  text-transform: capitalize;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 391, ../scss/pages/homepage.scss */
  .main-menu-overlay .scroll-item {
    font-size: 20px;
    cursor: pointer;
  }
}
/* line 404, ../scss/pages/homepage.scss */
.main-menu-overlay .scroll-item span.number {
  color: #B2B2B2;
}
/* line 411, ../scss/pages/homepage.scss */
.main-menu-overlay .scroll-item[data-section=Contact] .scroll-item-title:after, .main-menu-overlay .scroll-item[data-section=contact] .scroll-item-title:after {
  content: "& downloads";
  margin-left: 15px;
}
@media (max-width: 767px) {
  /* line 411, ../scss/pages/homepage.scss */
  .main-menu-overlay .scroll-item[data-section=Contact] .scroll-item-title:after, .main-menu-overlay .scroll-item[data-section=contact] .scroll-item-title:after {
    margin-left: 5px;
  }
}

/* line 426, ../scss/pages/homepage.scss */
.scroll-page-container {
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 767px) {
  /* line 426, ../scss/pages/homepage.scss */
  .scroll-page-container {
    padding-left: 0;
  }
}
/* line 436, ../scss/pages/homepage.scss */
.scroll-page-container .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 447, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar {
  position: absolute;
  left: 0;
  top: 20px;
  height: 33.33%;
  width: 8px;
  border-radius: 20px;
  overflow: hidden;
}
/* line 456, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar .grey {
  width: 50%;
  height: 100%;
  background: #B2B2B2;
  top: 0;
}
/* line 463, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar .orange {
  height: 100%;
  width: 100%;
}
/* line 468, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar .orange {
  background: #FF7B4A;
}
/* line 471, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar .orange .grey {
  left: 0;
}
/* line 476, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar .turquoise {
  background: #2FB292;
}
/* line 479, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar .turquoise .grey {
  margin-left: 50%;
}
/* line 484, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar .pink {
  background: #EF455B;
}
/* line 488, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar.orangebar {
  top: 0;
  height: 20%;
}
/* line 493, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar.turquoisebar {
  top: 20%;
  height: 40%;
}
/* line 498, ../scss/pages/homepage.scss */
.scroll-page-container .progress-bar.pinkbar {
  top: 60%;
  height: 40%;
}
/* line 504, ../scss/pages/homepage.scss */
.scroll-page-container .menu-overlay {
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  width: 20%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 504, ../scss/pages/homepage.scss */
  .scroll-page-container .menu-overlay {
    display: none;
  }
}
/* line 522, ../scss/pages/homepage.scss */
.scroll-page-container .menu-overlay.visible {
  opacity: 0.2;
}
/* line 527, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu {
  height: calc(100vh - 40px*2);
  padding: 0px 0;
  width: 20%;
  z-index: 10;
  font-family: 'SharpGroteskBook23';
}
@media (min-width: 1025px) {
  /* line 527, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-menu {
    margin-top: 40px;
  }
  /* line 539, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-menu.sticky {
    top: 40px;
  }
}
@media (max-width: 767px) {
  /* line 527, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-menu {
    position: fixed;
    width: 10%;
    height: calc(100vh - 40px*2);
    left: 25px;
    z-index: 100;
    opacity: 0;
    visibility: visible;
    -webkit-transition: opacity ease-out 0.6s;
    -moz-transition: opacity ease-out 0.6s;
    -ms-transition: opacity ease-out 0.6s;
    -o-transition: opacity ease-out 0.6s;
    transition: opacity ease-out 0.6s;
  }
  /* line 555, ../scss/pages/homepage.scss */
  .scroll-menu-visible .scroll-page-container .scroll-menu {
    opacity: 1;
    visibility: visible;
  }
  /* line 560, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-menu.sticky {
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
/* line 567, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .border {
  position: absolute;
  height: 100%;
  left: 0;
  width: 8px;
  border-radius: 0px;
  border: solid 1px #B2B2B2;
  z-index: -1;
}
/* line 577, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item {
  height: 20%;
  position: relative;
  padding-left: 30px;
}
/* line 583, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.sub-section svg {
  width: 20px;
  left: -6px;
}
/* line 589, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item[data-section=contact], .scroll-page-container .scroll-menu .scroll-item[data-section=Contact] {
  top: -18px;
  height: auto;
}
/* line 598, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item .scroll-item-title {
  color: #B2B2B2;
  opacity: 0.5;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  text-transform: capitalize;
  cursor: pointer;
}
@media (max-width: 767px) {
  /* line 598, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-menu .scroll-item .scroll-item-title {
    display: none;
  }
}
/* line 613, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active .scroll-item-title {
  opacity: 1;
}
/* line 618, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=introduction] svg {
  fill: #FF7B4A;
}
/* line 622, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=introduction] .scroll-item-title {
  color: #FF7B4A;
}
/* line 630, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=TheBuilding] svg {
  fill: #2FB292;
}
/* line 634, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=TheBuilding] .scroll-item-title {
  color: #2FB292;
}
/* line 640, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=thegallery] svg {
  fill: #2FB292;
}
/* line 644, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=thegallery] .scroll-item-title {
  color: #2FB292;
}
/* line 650, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=LocalArea] svg {
  fill: #EF455B;
}
/* line 654, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=LocalArea] .scroll-item-title {
  color: #EF455B;
}
/* line 660, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=map] svg {
  fill: #EF455B;
}
/* line 664, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=map] .scroll-item-title {
  color: #EF455B;
}
/* line 671, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=contact] svg, .scroll-page-container .scroll-menu .scroll-item.active[data-section=Contact] svg {
  fill: #008ABC;
}
/* line 675, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item.active[data-section=contact] .scroll-item-title, .scroll-page-container .scroll-menu .scroll-item.active[data-section=Contact] .scroll-item-title {
  color: #008ABC;
}
/* line 681, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-menu .scroll-item svg {
  fill: #B2B2B2;
  margin-right: 10px;
  position: absolute;
  left: -8px;
  top: -3px;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 693, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content {
  width: 80%;
  padding-left: 40px;
}
@media (max-width: 767px) {
  /* line 693, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content {
    width: 100%;
    padding-left: 0px;
  }
}
/* line 702, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block {
  position: relative;
}
@media (max-width: 767px) {
  /* line 705, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block .block-inner {
    padding-left: 70px;
  }
}
/* line 711, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block .sticky-phone-title {
  display: none;
}
@media (max-width: 767px) {
  /* line 711, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block .sticky-phone-title {
    display: block;
    position: sticky;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    padding: 25px;
    padding-left: 70px;
    width: 100%;
    z-index: 5;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    font-family: 'SharpGroteskBook23';
    z-index: 10;
  }
  /* line 728, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block .sticky-phone-title span {
    text-transform: capitalize;
  }
}
/* line 734, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block .full-height-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}
@media (min-width: 1025px) {
  /* line 734, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block .full-height-container {
    height: 100vh !important;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* line 749, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block .title {
  font-family: 'SharpGroteskBook23';
}
/* line 761, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block .text {
  width: 70%;
}
@media (max-width: 767px) {
  /* line 761, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block .text {
    width: 100%;
  }
}
/* line 770, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.introduction .sticky-phone-title {
  color: #FF7B4A;
}
@media (max-width: 767px) {
  /* line 774, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.introduction .full-height-container {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
/* line 781, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.introduction .title {
  color: #FF7B4A;
}
@media (max-width: 767px) {
  /* line 781, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.introduction .title {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  /* line 789, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.introduction .gallery {
    width: 70%;
    height: calc(100vh - 50px - 100px - 200px);
  }
}
@media (max-width: 767px) {
  /* line 789, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.introduction .gallery {
    padding-right: 25px;
  }
}
/* line 799, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.introduction .gallery img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  /* line 799, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.introduction .gallery img {
    width: 100%;
    height: auto;
  }
}
/* line 811, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.introduction .text {
  width: 80%;
  margin-left: 20%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  /* line 811, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.introduction .text {
    width: 100%;
    margin-left: 0;
    padding: 0;
    margin-top: 20px;
    padding-right: 25px;
  }
}
/* line 824, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.introduction .text span {
  color: #FF7B4A;
}
/* line 828, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.introduction .text h2 {
  font-weight: normal;
  color: grey;
}
@media (min-width: 1025px) {
  /* line 828, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.introduction .text h2 {
    margin-bottom: -5px;
  }
}
/* line 840, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .sticky-phone-title {
  color: #2FB292;
}
@media (max-width: 767px) {
  /* line 844, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .full-height-container {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
/* line 850, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .full-height-container .title {
  width: 100%;
  color: #2FB292;
  position: relative;
}
/* line 859, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .full-height-container .text ul {
  padding-left: 40px;
}
@media (max-width: 767px) {
  /* line 859, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .full-height-container .text ul {
    padding-left: 20px;
  }
}
/* line 866, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .full-height-container .text ul li {
  font-size: 22px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 866, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .full-height-container .text ul li {
    font-size: 16px;
    line-height: 1.3;
  }
}
/* line 875, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .full-height-container .text ul li:before {
  content: "";
  width: 29px;
  height: 2px;
  background: #B2B2B2;
  display: block;
  position: absolute;
  left: -40px;
  top: 16px;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 875, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .full-height-container .text ul li:before {
    width: 12px;
    left: -20px;
    top: 12px;
  }
}
/* line 895, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .full-height-container .text span {
  color: #2FB292;
}
/* line 901, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  /* line 901, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay {
    height: 100%;
  }
}
/* line 924, ../scss/pages/homepage.scss */
.slideshow-overlay-visible .scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 929, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-nav {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 929, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-nav {
    display: none !important;
  }
}
/* line 941, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: calc(50% - 40px);
  left: 50%;
  height: 100%;
  font-size: 0;
  text-indent: -999px;
  background: url("https://brainyard.co.uk//wp-content/themes/brainyard/library/images/next-turq.png") no-repeat;
  background-size: 20px auto;
  background-position: center right;
  padding-left: 40px;
}
/* line 954, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-nav .owl-next.disabled {
  display: none;
}
/* line 959, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  width: calc(50% - 40px);
  left: 40px;
  height: 100%;
  font-size: 0;
  text-indent: -999px;
  background: url("https://brainyard.co.uk//wp-content/themes/brainyard/library/images/prev-turq.png") no-repeat;
  background-size: 20px auto;
  background-position: center left;
  padding-right: 40px;
}
/* line 972, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-nav .owl-prev.disabled {
  display: none;
}
/* line 978, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 100;
}
/* line 985, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .close svg {
  width: 20px;
  fill: #B2B2B2;
}
/* line 991, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px;
}
@media (max-width: 767px) {
  /* line 991, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel {
    padding: 0;
  }
}
/* line 1001, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage-outer {
  position: relative;
  height: 100%;
  width: 100%;
}
/* line 1007, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage {
  align-items: center;
  height: 100%;
}
/* line 1011, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage .owl-item {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 1016, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage .owl-item li {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
/* line 1027, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage .owl-item li img {
  width: auto;
  object-fit: contain;
}
/* line 1031, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage .owl-item li img.no-caption {
  height: 100%;
}
@media (min-width: 1025px) {
  /* line 1035, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage .owl-item li img.with-caption {
    height: calc(100% - 22px);
  }
}
@media (max-width: 767px) {
  /* line 1027, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage .owl-item li img {
    width: 100%;
    height: auto;
  }
}
/* line 1047, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage .owl-item li .image-caption {
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 1047, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .slideshow-overlay .owl-carousel .owl-stage .owl-item li .image-caption {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  /* line 1063, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .gallery-container {
    margin-top: 40px;
    height: calc(100vh - 100px - 40px*2);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    overflow: hidden;
  }
}
/* line 1076, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery {
  position: relative;
}
/* line 1079, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .title {
  display: flex;
  flex-wrap: wrap;
}
/* line 1083, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .title .slideshow-overlay-link {
  margin-left: 40px;
  text-decoration: underline;
  cursor: pointer;
}
/* line 1090, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .header-gallery-caption {
  position: absolute;
  top: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  /* line 1090, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .header-gallery-caption {
    display: none;
  }
}
/* line 1102, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .owl-nav {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 1102, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .owl-nav {
    display: none !important;
  }
}
/* line 1114, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  height: 100%;
  cursor: url("https://brainyard.co.uk//wp-content/themes/brainyard/library/images/next-turq.png"), auto;
  font-size: 0;
  text-indent: -9999px;
}
/* line 1125, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  width: 50%;
  left: 0%;
  height: 100%;
  cursor: url("https://brainyard.co.uk//wp-content/themes/brainyard/library/images/prev-turq.png"), auto;
  font-size: 0;
  text-indent: -9999px;
}
/* line 1142, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .owl-item .image-caption {
  margin-top: 10px;
  text-align: left;
}
@media (max-width: 767px) {
  /* line 1142, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .owl-item .image-caption {
    display: block;
    margin-top: 10px;
  }
}
/* line 1154, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .owl-item img {
  width: auto;
}
@media (max-width: 767px) {
  /* line 1154, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .owl-item img {
    width: 250px;
  }
}
@media (min-width: 1025px) {
  /* line 1154, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .owl-item img {
    height: auto;
    width: 40vw;
    max-height: calc(100vh - 40px);
  }
}
/* line 1169, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .video-container {
  position: relative;
  padding-top: 56.7%;
  width: 50vw;
  background: black;
}
/* line 1175, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.thebuilding .gallery .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 1187, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .sticky-phone-title {
  color: #EF455B;
}
/* line 1191, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .full-height-container {
  padding-top: 40px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1191, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .full-height-container {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
/* line 1200, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .full-height-container .localarea-text {
  width: 100%;
}
@media (max-width: 767px) {
  /* line 1200, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .full-height-container .localarea-text {
    margin-bottom: 40px;
  }
}
/* line 1207, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .full-height-container .localarea-text .title {
  color: #EF455B;
  margin-bottom: 40px;
}
/* line 1212, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .full-height-container .localarea-text .text {
  width: 70%;
}
@media (max-width: 767px) {
  /* line 1212, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .full-height-container .localarea-text .text {
    width: 100%;
  }
}
/* line 1221, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .full-height-container .header-localarea-caption {
  position: absolute;
  top: 40px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  /* line 1221, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .full-height-container .header-localarea-caption {
    display: none;
  }
}
/* line 1234, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .gallery {
  width: 100%;
}
/* line 1237, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .gallery .image-localarea-caption {
  margin-top: 10px;
}
@media (max-width: 767px) {
  /* line 1237, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .gallery .image-localarea-caption {
    display: block;
    margin-top: 10px;
  }
}
/* line 1247, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .gallery .owl-nav {
  display: block !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  /* line 1247, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .gallery .owl-nav {
    display: none !important;
  }
}
/* line 1259, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .gallery .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 50%;
  left: 50%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  cursor: url("https://brainyard.co.uk//wp-content/themes/brainyard/library/images/next.png"), auto;
}
/* line 1270, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .gallery .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  width: 50%;
  left: 0%;
  height: 100%;
  font-size: 0;
  text-indent: -9999px;
  cursor: url("https://brainyard.co.uk//wp-content/themes/brainyard/library/images/prev.png"), auto;
}
@media (max-width: 767px) {
  /* line 1284, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .gallery .owl-item li img {
    width: 270px;
  }
}
@media (min-width: 1025px) {
  /* line 1284, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .gallery .owl-item li img {
    width: auto;
    height: auto;
    max-width: 25vw;
    max-height: calc(100vh - 40px*2 - 202px);
  }
}
@media (min-width: 1600px) and (min-height: 900px) {
  /* line 1284, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .gallery .owl-item li img {
    max-width: 40vw;
  }
}
/* line 1303, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .gallery li {
  display: block;
}
/* line 1309, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .text span {
  color: #EF455B;
}
/* line 1314, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map {
  padding-right: 40px;
}
@media (max-width: 767px) {
  /* line 1314, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .map {
    padding-right: 25px;
  }
}
/* line 1321, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .map-text {
  margin-bottom: 50px;
  margin-top: 40px;
}
/* line 1325, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .map-text span {
  color: #FF7B4A;
}
/* line 1330, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .map-header {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 1335, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .map-header .title {
  color: #EF455B;
}
/* line 1340, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .slideshow-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin-left: 40px;
}
@media (max-width: 767px) {
  /* line 1340, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .map .slideshow-thumbs {
    margin-left: 0;
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 1353, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .slideshow-thumbs .location-thumb {
  margin-left: 20px;
  color: #EF455B;
  cursor: pointer;
  font-family: 'SharpGroteskBook23';
}
@media (max-width: 767px) {
  /* line 1353, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .map .slideshow-thumbs .location-thumb {
    margin-left: 0;
    margin-right: 0px;
  }
}
/* line 1364, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .slideshow-thumbs .location-thumb.thumb-active {
  text-decoration: underline;
  color: #FF7B4A;
}
/* line 1372, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider .flex-control-nav,
.scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider .flex-direction-nav {
  display: none;
}
/* line 1377, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
/* line 1383, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: flex-end;
  float: none !important;
}
@media (max-width: 767px) {
  /* line 1390, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide:nth-child(2) .street-container {
    column-count: 2;
  }
}
/* line 1397, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide .street-container {
  order: 1;
  width: 30%;
}
@media (min-width: 1600px) and (min-height: 900px) {
  /* line 1397, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide .street-container {
    width: 20%;
  }
}
@media (max-width: 767px) {
  /* line 1397, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide .street-container {
    order: 2;
    margin-top: 20px;
    width: 100%;
  }
}
/* line 1411, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide .street-container .street {
  margin-top: 2px;
}
/* line 1414, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide .street-container .street a {
  text-decoration: none;
  color: #FF7B4A;
}
/* line 1421, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide img {
  order: 2;
  width: 70%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1600px) and (min-height: 900px) {
  /* line 1421, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide img {
    width: 80%;
    height: 80vh;
  }
}
@media (max-width: 767px) {
  /* line 1421, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.localarea .map .flexslider ul.slides li.location-slide img {
    width: 100%;
    height: 42vh;
    object-fit: cover;
    order: 1;
  }
}
/* line 1446, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact {
  color: #008ABC;
}
@media (max-width: 767px) {
  /* line 1449, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.contact .full-height-container {
    padding-top: 100px;
  }
}
/* line 1455, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .download {
  color: #B2B2B2;
  cursor: pointer;
  font-family: 'SharpGroteskBook23';
}
@media (min-width: 1025px) {
  /* line 1455, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.contact .download {
    position: absolute;
    top: 40px;
    right: calc(40px*2 + 20px);
  }
}
@media (max-width: 767px) {
  /* line 1455, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.contact .download {
    position: relative;
    margin-top: 20px;
    display: none;
  }
}
/* line 1472, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .download span {
  color: #008ABC;
}
/* line 1477, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay {
  position: fixed;
  top: 0;
  left: 0;
  background: #2C0E3F;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-out 0.6s;
  -moz-transition: all ease-out 0.6s;
  -ms-transition: all ease-out 0.6s;
  -o-transition: all ease-out 0.6s;
  transition: all ease-out 0.6s;
}
/* line 1494, ../scss/pages/homepage.scss */
.download-form-visible .scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 1499, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 10;
}
/* line 1506, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .close svg {
  fill: #008ABC;
  width: 20px;
  height: 20px;
}
/* line 1513, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form {
  width: 100%;
  max-width: 1024px;
}
@media (max-width: 767px) {
  /* line 1513, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form {
    padding: 10px;
  }
}
/* line 1521, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form span {
  display: inline-block;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 1521, ../scss/pages/homepage.scss */
  .scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form span {
    width: 100%;
  }
}
/* line 1529, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form span.email-688 {
  width: 100%;
}
/* line 1534, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form .wpcf7 form.sent .wpcf7-response-output {
  border: none;
  padding: 0;
  margin: 0;
}
/* line 1542, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form form.sent input[type="submit"] {
  opacity: 0.3;
}
/* line 1547, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form form.sent svg {
  display: none;
}
/* line 1552, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form input {
  background: none;
  border: none;
  color: #B2B2B2;
  padding: 10px 0px;
  border-bottom: solid 1px #008ABC;
  width: 100%;
}
/* line 1560, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form input:focus, .scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form input:focus-visible, .scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form input:active {
  border-bottom: solid 1px #008ABC !important;
  box-shadow: none;
  outline: none !important;
}
/* line 1568, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form input[type="submit"] {
  border: none;
  color: #008ABC;
  display: inline-block;
  width: auto;
  border: none !important;
}
/* line 1577, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form span.wpcf7-spinner {
  position: absolute;
}
/* line 1581, ../scss/pages/homepage.scss */
.scroll-page-container .scroll-content .homepage-block.contact .contact-form-overlay .form svg {
  fill: #008ABC;
}
