/* 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.
 */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo&display=swap");
/* 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 69, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 69, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 77, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 77, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 85, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 85, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 93, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 93, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 101, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 101, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 109, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 109, ../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: 50px 0;
}

@media (min-width: 1025px) {
  /* line 374, ../scss/partials/_variables.scss */
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
    background: white;
  }
}

/* line 385, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 389, ../scss/partials/_variables.scss */
a.nodelink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
}

@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";
}

/* line 89, ../scss/partials/_typography.scss */
body {
  font-size: 17px;
  font-family: "Figtree", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1.2;
}
@media (max-width: 767px) {
  /* line 89, ../scss/partials/_typography.scss */
  body {
    font-size: 14px;
  }
}

/* line 173, ../scss/partials/_typography.scss */
h1 {
  font-size: 50px;
  font-weight: normal;
  margin: 0;
  font-family: "Nanum Myeongjo", serif;
}
@media (max-width: 767px) {
  /* line 173, ../scss/partials/_typography.scss */
  h1 {
    font-size: 26px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 173, ../scss/partials/_typography.scss */
  h1 {
    font-size: 40px;
  }
}

/* line 189, ../scss/partials/_typography.scss */
h2 {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  font-family: "Nanum Myeongjo", serif;
}
@media (max-width: 767px) {
  /* line 189, ../scss/partials/_typography.scss */
  h2 {
    font-size: 25px;
  }
}

/* line 200, ../scss/partials/_typography.scss */
h3 {
  margin: 0;
  font-family: "Nanum Myeongjo", serif;
  font-size: 20px;
  font-weight: normal;
}

/* line 207, ../scss/partials/_typography.scss */
h4 {
  margin: 0;
  font-size: 11px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* line 215, ../scss/partials/_typography.scss */
a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 224, ../scss/partials/_typography.scss */
span.subscript,
sub {
  text-transform: uppercase;
  bottom: -4.15pt;
  position: relative;
  font-size: inherit;
}

/******************************************************************
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 69, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 69, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 77, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 77, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 85, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 85, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 93, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 93, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 101, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 101, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 109, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 109, ../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: 50px 0;
}

@media (min-width: 1025px) {
  /* line 374, ../scss/partials/_variables.scss */
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
    background: white;
  }
}

/* line 385, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 389, ../scss/partials/_variables.scss */
a.nodelink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
}

@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 69, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 69, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 77, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 77, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 85, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 85, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 93, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 93, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 101, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 101, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 109, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 109, ../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: 50px 0;
}

@media (min-width: 1025px) {
  /* line 374, ../scss/partials/_variables.scss */
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
    background: white;
  }
}

/* line 385, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 389, ../scss/partials/_variables.scss */
a.nodelink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 4, ../scss/pages/header.scss */
body a,
body a:focus {
  box-shadow: none;
  outline: none;
  border: none;
  color: inherit;
  text-decoration: none;
}
/* line 13, ../scss/pages/header.scss */
body p {
  hyphens: none !important;
}
/* line 17, ../scss/pages/header.scss */
body ul {
  margin: 0;
}

/* line 22, ../scss/pages/header.scss */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 50px;
  height: 100px;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  -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 22, ../scss/pages/header.scss */
  .header {
    height: 90px;
  }
}
/* line 41, ../scss/pages/header.scss */
.header.header-white {
  color: white;
}
/* line 46, ../scss/pages/header.scss */
.header.header-white .logo svg g {
  fill: white;
}
/* line 53, ../scss/pages/header.scss */
.header.header-white .logo .text svg g {
  fill: white;
}
/* line 62, ../scss/pages/header.scss */
.header.header-white .main-menu li x
a {
  color: white;
}
/* line 70, ../scss/pages/header.scss */
.scrolled .header {
  background: black;
  height: 50px;
  color: white;
}
@media (min-width: 1025px) {
  /* line 76, ../scss/pages/header.scss */
  .scrolled .header:hover {
    height: 100px;
  }
  /* line 82, ../scss/pages/header.scss */
  .scrolled .header:hover .logo a .icon svg {
    height: 70px;
    fill: white;
  }
  /* line 89, ../scss/pages/header.scss */
  .scrolled .header:hover .logo a .text svg {
    height: 50px;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
  }
}
/* line 106, ../scss/pages/header.scss */
.menu-visible .header .logo svg g {
  fill: white !important;
}
/* line 115, ../scss/pages/header.scss */
.menu-visible .header .main-menu ul li a {
  color: white !important;
}
/* line 122, ../scss/pages/header.scss */
.menu-visible .header .menu-icon {
  color: white;
}
/* line 127, ../scss/pages/header.scss */
.logged-in .header {
  top: 50px;
}
@media (max-width: 767px) {
  /* line 22, ../scss/pages/header.scss */
  .header {
    justify-content: space-between;
    align-items: center;
    -webkit-transition: background ease-out 0.6s;
    -moz-transition: background ease-out 0.6s;
    -ms-transition: background ease-out 0.6s;
    -o-transition: background ease-out 0.6s;
    transition: background ease-out 0.6s;
    height: 100px;
    padding: 0 25px;
  }
}
/* line 142, ../scss/pages/header.scss */
.header .logo a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 147, ../scss/pages/header.scss */
.header .logo a .icon {
  margin-right: 5px;
}
/* line 150, ../scss/pages/header.scss */
.header .logo a .icon svg {
  width: auto;
  height: 70px;
  -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 150, ../scss/pages/header.scss */
  .header .logo a .icon svg {
    width: 40px;
  }
}
/* line 163, ../scss/pages/header.scss */
.header .logo a .text svg {
  height: 50px;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
@media (max-width: 767px) {
  /* line 163, ../scss/pages/header.scss */
  .header .logo a .text svg {
    height: 30px;
  }
}
/* line 173, ../scss/pages/header.scss */
.header .logo a .text svg g {
  fill: black;
}
/* line 181, ../scss/pages/header.scss */
.scrolled .header .logo a .icon svg {
  height: calc( 30px);
  fill: white;
}
/* line 188, ../scss/pages/header.scss */
.scrolled .header .logo a .text svg {
  opacity: 0;
}
/* line 196, ../scss/pages/header.scss */
.header .menu-icon {
  cursor: pointer;
  text-transform: lowercase;
  font-size: inherit;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  /* line 196, ../scss/pages/header.scss */
  .header .menu-icon {
    display: none;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 208, ../scss/pages/header.scss */
  .header .main-menu {
    display: none;
  }
}
/* line 213, ../scss/pages/header.scss */
.header .main-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
/* line 218, ../scss/pages/header.scss */
.header .main-menu ul li {
  margin-left: 50px;
  display: flex;
  flex-wrap: wrap;
}
/* line 224, ../scss/pages/header.scss */
.header .main-menu ul li.current-menu-item a {
  opacity: 0.5;
}
/* line 229, ../scss/pages/header.scss */
.header .main-menu ul li a {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1;
  font-size: 17px;
  -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 237, ../scss/pages/header.scss */
.header .main-menu ul li a svg {
  width: 30px;
  margin-right: 2px;
  height: 22px;
}

/* line 252, ../scss/pages/header.scss */
.phone-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow: scroll;
  background: black;
  color: white;
  height: 100vh;
  -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;
  padding-top: 0;
  z-index: 99;
  height: calc(100vh );
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
/* line 274, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 280, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay .main-menu ul li {
  opacity: 0;
  animation-name: fadeUpIn;
  animation-duration: 0.6s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
/* line 288, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay .main-menu ul li:nth-child(1) {
  animation-delay: 0.05s;
}
/* line 288, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay .main-menu ul li:nth-child(2) {
  animation-delay: 0.15s;
}
/* line 288, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay .main-menu ul li:nth-child(3) {
  animation-delay: 0.25s;
}
/* line 288, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay .main-menu ul li:nth-child(4) {
  animation-delay: 0.35s;
}
/* line 288, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay .main-menu ul li:nth-child(5) {
  animation-delay: 0.45s;
}
/* line 288, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay .main-menu ul li:nth-child(6) {
  animation-delay: 0.55s;
}
/* line 288, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay .main-menu ul li:nth-child(7) {
  animation-delay: 0.65s;
}
/* line 288, ../scss/pages/header.scss */
.menu-visible .phone-menu-overlay .main-menu ul li:nth-child(8) {
  animation-delay: 0.75s;
}
/* line 297, ../scss/pages/header.scss */
.phone-menu-overlay .main-menu {
  padding: 25px;
}
/* line 301, ../scss/pages/header.scss */
.phone-menu-overlay .main-menu ul li {
  text-align: center;
  margin-bottom: 10px;
}
/* line 305, ../scss/pages/header.scss */
.phone-menu-overlay .main-menu ul li a {
  color: white;
  font-size: 30px;
  font-family: "Nanum Myeongjo", serif;
}
/* line 314, ../scss/pages/header.scss */
.phone-menu-overlay .footer-menu {
  padding: 25px;
}
/* line 318, ../scss/pages/header.scss */
.phone-menu-overlay .footer-menu ul li {
  margin-bottom: 20px;
}
/* line 321, ../scss/pages/header.scss */
.phone-menu-overlay .footer-menu ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 331, ../scss/pages/header.scss */
.footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 50px;
  margin-top: 100px;
  padding-top: 50px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  /* line 331, ../scss/pages/header.scss */
  .footer {
    padding: 0 25px;
    padding-bottom: 100px;
    text-align: center;
  }
}
/* line 347, ../scss/pages/header.scss */
.footer .footer-block {
  width: 16.666666666%;
}
@media (min-width: 1025px) {
  /* line 347, ../scss/pages/header.scss */
  .footer .footer-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  /* line 347, ../scss/pages/header.scss */
  .footer .footer-block {
    width: 100%;
    margin-top: 50px;
  }
}
/* line 361, ../scss/pages/header.scss */
.footer .footer-block svg {
  width: 100px;
  height: auto;
  fill: black;
}
@media (min-width: 1025px) {
  /* line 367, ../scss/pages/header.scss */
  .footer .footer-block.footer-logo {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  /* line 375, ../scss/pages/header.scss */
  .footer .footer-block.footer-logo svg {
    margin-right: 20px;
  }
}
/* line 381, ../scss/pages/header.scss */
.footer .footer-block.intropik {
  opacity: 0.5;
}
/* line 384, ../scss/pages/header.scss */
.footer .footer-block.intropik a {
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
  margin-left: 5px;
  display: inline-block;
}
/* line 392, ../scss/pages/header.scss */
.footer .footer-block.intropik a:hover:after {
  width: 0%;
}
/* line 397, ../scss/pages/header.scss */
.footer .footer-block.intropik a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CCC;
  -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 412, ../scss/pages/header.scss */
.footer .footer-block.footer-menu li {
  position: relative;
}
/* line 415, ../scss/pages/header.scss */
.footer .footer-block.footer-menu li a {
  margin-bottom: 5px;
  padding-bottom: 5px;
  position: relative;
  display: inline-block;
}
/* line 422, ../scss/pages/header.scss */
.footer .footer-block.footer-menu li a:hover:after {
  width: 0%;
}
/* line 427, ../scss/pages/header.scss */
.footer .footer-block.footer-menu li a:after {
  content: " ";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CCC;
  -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 445, ../scss/pages/header.scss */
.footer .address p:first-child {
  margin-top: 0;
}

/* line 454, ../scss/pages/header.scss */
#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  pointer-events: none;
  overflow: hidden;
  animation: fadeInOverlay 1s ease-in-out forwards;
  opacity: 0;
}

/* line 467, ../scss/pages/header.scss */
#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  animation: fadeInOverlay 1s ease-in forwards;
  overflow: hidden;
}

/* line 480, ../scss/pages/header.scss */
.bubble {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
  animation: bubbleIn 1.5s ease-out forwards;
  background: radial-gradient(circle, #ffffff 0%, rgba(255, 255, 255, 0.8) 25%, rgba(255, 255, 255, 0.1) 65%, rgba(255, 255, 255, 0) 100%);
  filter: blur(12px);
  /* this smooths any residual edge completely */
  transition: all 0.5s ease-in-out;
  pointer-events: none;
}

/* line 493, ../scss/pages/header.scss */
.bubble-1 {
  width: 100vw;
  height: 100vw;
  top: -20vh;
  left: -30vw;
  animation-duration: 1.5s;
  animation-delay: 0.3s;
}

/* line 502, ../scss/pages/header.scss */
.bubble-2 {
  width: 100vw;
  height: 100vw;
  top: 50vh;
  left: 40vw;
  animation-duration: 2s;
  animation-delay: 0.8s;
}

/* line 511, ../scss/pages/header.scss */
.bubble-3 {
  width: 100vw;
  height: 100vw;
  top: -35vh;
  left: 50vw;
  animation-duration: 1.2s;
  animation-delay: 1.4s;
}

/* line 520, ../scss/pages/header.scss */
.bubble-4 {
  width: 100vw;
  height: 100vw;
  top: 0vh;
  left: 0vw;
  animation-duration: 1.2s;
  animation-delay: 1.4s;
}

@keyframes fadeInOverlay {
  to {
    opacity: 1;
  }
}
@keyframes bubbleIn {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInOverlay {
  to {
    opacity: 1;
  }
}
@keyframes bubbleIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
/* line 565, ../scss/pages/header.scss */
.mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: none;
  flex-wrap: wrap;
  background: black;
  padding: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
}
@media (min-width: 1025px) {
  /* line 565, ../scss/pages/header.scss */
  .mobile-overlay {
    display: none;
  }
}

@keyframes fadeUpIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/**
 * 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%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

/* line 20, ../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-start;
  height: 100%;
  /* fix firefox animation glitch */
}

/* line 33, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 42, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 100%;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

/* line 51, ../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 61, ../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;
  height: 100%;
}

/* line 71, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

/* line 76, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

/* line 81, ../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 92, ../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 102, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

/* line 106, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

/* line 111, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-hidden {
  opacity: 0;
}

/* line 115, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

/* line 119, ../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 128, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

/* line 133, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-rtl {
  direction: rtl;
}

/* line 137, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
/* line 142, ../scss/partials/_owlcarousel.scss */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
/* line 149, ../scss/partials/_owlcarousel.scss */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

/* line 154, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-animated-in {
  z-index: 0;
}

/* line 158, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-animated-out {
  z-index: 1;
}

/* line 162, ../scss/partials/_owlcarousel.scss */
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
/* line 179, ../scss/partials/_owlcarousel.scss */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 186, ../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 193, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

/* line 198, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

/* line 202, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 *  Owl Carousel - Video Plugin
 */
/* line 209, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

/* line 215, ../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 230, ../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 235, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 240, ../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 249, ../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 69, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 69, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 77, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 77, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 85, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 85, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 93, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 93, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 101, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 101, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 109, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 109, ../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: 50px 0;
}

@media (min-width: 1025px) {
  /* line 374, ../scss/partials/_variables.scss */
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
    background: white;
  }
}

/* line 385, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 389, ../scss/partials/_variables.scss */
a.nodelink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 8, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item.active .slide img {
  opacity: 0.7;
}
/* line 15, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item.active .caption .caption-inner .fade-up {
  transform: translateY(20px);
  animation-name: fadeUpIn;
  animation-duration: 0.8s;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}
/* line 22, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item.active .caption .caption-inner .fade-up.fast {
  animation-delay: 0.5s;
  /* title */
}
/* line 28, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item.active .caption .caption-inner .fade-up.medium {
  animation-delay: 0.9s;
  /* title */
}
/* line 34, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item.active .caption .caption-inner .fade-up.slow {
  animation-delay: 1s;
  /* title */
}
/* line 44, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item .slide {
  background: black;
}
/* line 47, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item .slide img {
  opacity: 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 54, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  max-width: 950px;
  z-index: 10;
  text-align: center;
  -moz-transform: translatey(-50%) translateX(-50%);
  -o-transform: translatey(-50%) translateX(-50%);
  -ms-transform: translatey(-50%) translateX(-50%);
  -webkit-transform: translatey(-50%) translateX(-50%);
  transform: translatey(-50%) translateX(-50%);
  color: white;
}
@media (max-width: 767px) {
  /* line 54, ../scss/pages/homepage.scss */
  .page-template-page-homepage .intro-carousel .owl-item .caption {
    width: 100%;
    padding: 0 25px;
  }
}
/* line 73, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item .caption .caption-inner .fade-up {
  opacity: 0;
}
/* line 77, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item .caption .caption-inner .caption-text {
  font-size: 20px;
  margin-top: 20px;
}
/* line 83, ../scss/pages/homepage.scss */
.page-template-page-homepage .intro-carousel .owl-item .caption .caption-inner .button a {
  color: white;
  border: solid 1px white;
  padding: 10px;
}
/* line 94, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-intro-description {
  padding: 50px;
  max-width: 950px;
  margin: 50px auto;
}
/* line 99, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-intro-description .inner {
  opacity: 0;
}
/* line 104, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-intro-description.in-view .inner {
  animation: owlInUp 2s ease both;
}
/* line 110, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
/* line 117, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories.in-view .category .info {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
/* line 124, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories.in-view .category .cover img {
  opacity: 0.6;
}
/* line 131, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories .discover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: white;
  z-index: 10;
  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 131, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-categories .discover {
    opacity: 1;
    bottom: 50px;
    right: auto;
    left: 25px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 131, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-categories .discover {
    opacity: 1;
    bottom: 50px;
    right: auto;
    left: 50px;
  }
}
/* line 158, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories .discover svg {
  width: 20px;
  fill: white;
  margin-left: 10px;
  -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;
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}
@media (max-width: 767px) {
  /* line 158, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-categories .discover svg {
    opacity: 1;
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
/* line 176, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories .category {
  width: 50%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 176, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-categories .category {
    width: 50%;
    height: calc(60vh - 100px);
    position: relative;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  /* line 176, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-categories .category {
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
  }
}
/* line 194, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories .category .info {
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px;
  opacity: 0;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -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;
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 194, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-categories .category .info {
    width: 100%;
    bottom: 100px;
  }
}
@media (max-width: 767px) {
  /* line 194, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-categories .category .info {
    width: 100%;
    padding: 25px;
    bottom: 100px;
  }
}
/* line 221, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories .category:hover .discover {
  opacity: 1;
}
/* line 224, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories .category:hover .discover svg {
  opacity: 1;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
/* line 232, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories .category:hover .cover img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.6;
}
/* line 240, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories .category .cover {
  position: relative;
  padding-top: 100%;
  background: black;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 240, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-categories .category .cover {
    padding-top: 100vh;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 240, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-categories .category .cover {
    padding-top: 60vh;
  }
}
/* line 255, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-categories .category .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  opacity: 1;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: opacity ease-out 1s, transform ease-out 3s;
  -moz-transition: opacity ease-out 1s, transform ease-out 3s;
  -ms-transition: opacity ease-out 1s, transform ease-out 3s;
  -o-transition: opacity ease-out 1s, transform ease-out 3s;
  transition: opacity ease-out 1s, transform ease-out 3s;
}
/* line 272, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site {
  position: relative;
  padding: 100px 50px;
}
@media (max-width: 767px) {
  /* line 272, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site {
    padding: 50px 25px;
  }
}
/* line 280, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 280, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site .site-list__wrap {
    flex-direction: column;
  }
}
/* line 289, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__header {
  width: 100%;
  margin-bottom: 50px;
}
/* line 295, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__header .site-list__intro {
  margin-top: 20px;
  max-width: 950px;
}
/* line 301, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list {
  width: 30%;
  padding-right: 50px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 301, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site .site-list__wrap .site-list__list {
    width: 100%;
    padding: 0;
  }
  /* line 309, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list-container {
    display: none;
  }
}
/* line 314, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list__item {
  cursor: pointer;
  opacity: 0.3;
  border-top: solid 1px #CCC;
  padding: 20px 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;
}
/* line 322, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list__item .site-list__item-label {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
/* line 327, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list__item .site-list__item-label h3 {
  padding-right: 30px;
}
/* line 331, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list__item .site-list__item-label .icon {
  position: absolute;
  right: 0;
  top: 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;
}
/* line 338, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list__item .site-list__item-label .icon svg {
  width: 20px;
  height: 20px;
}
/* line 345, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list__item .site-info {
  max-height: 0px;
  position: relative;
  display: block;
  overflow: hidden;
}
/* line 352, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list__item.is-active {
  opacity: 1;
}
/* line 356, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list__item.is-active .site-list__item-label .icon {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 361, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__list .site-list__item.is-active .site-info {
  max-height: 1000px;
}
/* line 368, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview {
  width: 70%;
  position: sticky;
  top: 100px;
}
/* line 375, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: 50px;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 375, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-next {
    right: -15px;
  }
}
/* line 385, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-next svg {
  width: 30px;
}
@media (max-width: 767px) {
  /* line 385, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-next svg {
    width: 20px;
  }
}
/* line 393, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-next.disabled {
  display: none;
}
/* line 398, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 10;
}
/* line 399, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-prev.disabled {
  display: none;
}
@media (max-width: 767px) {
  /* line 398, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-prev {
    left: -15px;
  }
}
/* line 412, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-prev svg {
  width: 30px;
}
@media (max-width: 767px) {
  /* line 412, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-carousel .owl-nav .owl-prev svg {
    width: 20px;
  }
}
/* line 423, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-card__content {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 423, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview .site-card__content {
    display: block;
    margin-top: 50px;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 368, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-site .site-list__wrap .site-list__preview {
    width: 100%;
    position: relative;
    top: 0;
  }
}

/* line 442, ../scss/pages/homepage.scss */
.history-block {
  padding: 100px 50px;
  position: relative;
  margin-top: 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;
  color: black;
}
@media (max-width: 767px) {
  /* line 442, ../scss/pages/homepage.scss */
  .history-block {
    padding: 10px;
    margin-bottom: 50px;
    padding-bottom: 100px;
  }
}
/* line 457, ../scss/pages/homepage.scss */
.history-block .blocktitle {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  /* line 457, ../scss/pages/homepage.scss */
  .history-block .blocktitle {
    margin-bottom: 50px;
  }
}
/* line 465, ../scss/pages/homepage.scss */
.history-block.at-top {
  color: white;
  background: black;
}
/* line 470, ../scss/pages/homepage.scss */
.history-block.at-top .history-timeline .history-years {
  border-left: solid 1px white;
}
/* line 476, ../scss/pages/homepage.scss */
.history-block.mostly-scrolled {
  color: black;
  background: white;
}
/* line 482, ../scss/pages/homepage.scss */
.history-block .owl-carousel .owl-stage {
  align-items: flex-start;
}
/* line 487, ../scss/pages/homepage.scss */
.history-block .history-timeline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
/* line 494, ../scss/pages/homepage.scss */
.history-block .history-timeline .history-years {
  display: flex;
  flex-wrap: wrap;
  width: 100px;
  padding-bottom: 0;
  flex-direction: column;
  position: relative;
  padding-left: 20px;
  align-items: flex-start;
  border-left: solid 1px black;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 494, ../scss/pages/homepage.scss */
  .history-block .history-timeline .history-years {
    padding-left: 0px;
  }
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 494, ../scss/pages/homepage.scss */
  .history-block .history-timeline .history-years {
    width: 45px;
    padding-left: 10px;
    height: calc(100vh - 90px);
    justify-content: space-between;
  }
}
/* line 516, ../scss/pages/homepage.scss */
.history-block .history-timeline .history-years .history-year {
  margin-bottom: 100px;
  cursor: pointer;
  font-size: 14px;
  -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.4;
}
@media (max-width: 767px) {
  /* line 516, ../scss/pages/homepage.scss */
  .history-block .history-timeline .history-years .history-year {
    margin-bottom: auto;
  }
}
/* line 529, ../scss/pages/homepage.scss */
.history-block .history-timeline .history-years .history-year:last-child {
  margin-bottom: 0;
}
/* line 533, ../scss/pages/homepage.scss */
.history-block .history-timeline .history-years .history-year.is-active {
  opacity: 1;
  font-size: 20px;
}
/* line 540, ../scss/pages/homepage.scss */
.history-block .history-timeline .history-carousel {
  width: calc(100% - 100px);
  padding-left: 50px;
}
@media (min-width: 1025px) {
  /* line 540, ../scss/pages/homepage.scss */
  .history-block .history-timeline .history-carousel {
    position: sticky;
    top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 540, ../scss/pages/homepage.scss */
  .history-block .history-timeline .history-carousel {
    width: calc(100% - 45px);
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  /* line 540, ../scss/pages/homepage.scss */
  .history-block .history-timeline .history-carousel {
    width: calc(100% - 45px);
    padding-left: 50px;
    position: sticky;
    top: 90px;
  }
}
/* line 561, ../scss/pages/homepage.scss */
.history-block .history-timeline .history-carousel .owl-item {
  padding: 0 10px;
}
/* line 567, ../scss/pages/homepage.scss */
.history-block .about-link {
  margin-top: 50px;
}
/* line 571, ../scss/pages/homepage.scss */
.history-block .history-slide {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 571, ../scss/pages/homepage.scss */
  .history-block .history-slide {
    justify-content: flex-start;
    align-items: flex-start;
  }
}
/* line 580, ../scss/pages/homepage.scss */
.history-block .history-slide .history-info {
  width: 50%;
  order: 1;
  padding-right: 50px;
  max-width: 950px;
  padding-top: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 580, ../scss/pages/homepage.scss */
  .history-block .history-slide .history-info {
    width: 70%;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  /* line 580, ../scss/pages/homepage.scss */
  .history-block .history-slide .history-info {
    width: 100%;
    padding-right: 0;
    order: 2;
    padding-top: 0;
  }
}
/* line 600, ../scss/pages/homepage.scss */
.history-block .history-slide .history-image {
  width: 50%;
  order: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 600, ../scss/pages/homepage.scss */
  .history-block .history-slide .history-image {
    width: 30%;
  }
}
@media (max-width: 767px) {
  /* line 600, ../scss/pages/homepage.scss */
  .history-block .history-slide .history-image {
    width: 100%;
    padding-right: 0;
    order: 1;
    margin-bottom: 50px;
  }
}
/* line 619, ../scss/pages/homepage.scss */
.history-block .history-slide .history-image img {
  max-height: 80vh;
  width: auto;
}

/* line 629, ../scss/pages/homepage.scss */
.owl-carousel.full-window .owl-item {
  width: 100vw;
  height: 100vh;
}
/* line 633, ../scss/pages/homepage.scss */
.owl-carousel.full-window .owl-item img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
}
/* line 639, ../scss/pages/homepage.scss */
.owl-carousel.full-window .owl-item .video-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  overflow: hidden;
}
/* line 646, ../scss/pages/homepage.scss */
.owl-carousel.full-window .owl-item .video-wrapper iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16 / 9) {
  /* line 646, ../scss/pages/homepage.scss */
  .owl-carousel.full-window .owl-item .video-wrapper iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  /* line 646, ../scss/pages/homepage.scss */
  .owl-carousel.full-window .owl-item .video-wrapper iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

/* entering slide moves up from below */
/* line 670, ../scss/pages/homepage.scss */
.owl-anim-in-up {
  animation: owlInUp 400ms ease both;
}

/* leaving slide moves up out of view */
/* line 675, ../scss/pages/homepage.scss */
.owl-anim-out-up {
  animation: owlOutUp 400ms ease both;
}

@keyframes owlInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes owlOutUp {
  from {
    opacity: 1;
    transform: none;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes fadeUpIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-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 69, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 69, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 77, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 77, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 85, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 85, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 93, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 93, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 101, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 101, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 109, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 109, ../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: 50px 0;
}

@media (min-width: 1025px) {
  /* line 374, ../scss/partials/_variables.scss */
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
    background: white;
  }
}

/* line 385, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 389, ../scss/partials/_variables.scss */
a.nodelink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 3, ../scss/pages/products.scss */
.page-title {
  position: relative;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
@media (max-width: 767px) {
  /* line 3, ../scss/pages/products.scss */
  .page-title {
    padding: 25px;
  }
}

/* line 16, ../scss/pages/products.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  align-content: flex-start;
  justify-content: flex-start;
}
/* line 23, ../scss/pages/products.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 27, ../scss/pages/products.scss */
.grid-container .grid-item .cover img {
  object-fit: cover;
}
/* line 34, ../scss/pages/products.scss */
.grid-container.two-col .grid-item {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 34, ../scss/pages/products.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 34, ../scss/pages/products.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}
/* line 47, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay:hover .discover {
  opacity: 1;
}
/* line 50, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay:hover .discover svg {
  opacity: 1;
  -moz-transform: translateX(0px);
  -o-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
/* line 58, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay:hover .cover img {
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0.6;
}
/* line 66, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay:hover .info .desc {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
/* line 74, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay .cover {
  width: 100%;
  height: 100vh;
  position: relative;
  background: black;
  overflow: hidden;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 74, ../scss/pages/products.scss */
  .grid-container.two-col .grid-item.title-overlay .cover {
    height: 50vh;
  }
}
/* line 85, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform ease-out 3s, opacity ease-out 0.6s;
  -moz-transition: transform ease-out 3s, opacity ease-out 0.6s;
  -ms-transition: transform ease-out 3s, opacity ease-out 0.6s;
  -o-transition: transform ease-out 3s, opacity ease-out 0.6s;
  transition: transform ease-out 3s, opacity ease-out 0.6s;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 85, ../scss/pages/products.scss */
  .grid-container.two-col .grid-item.title-overlay .cover img {
    opacity: 0.7;
  }
}
/* line 102, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay .discover {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  bottom: 50px;
  right: 50px;
  color: white;
  z-index: 10;
  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 102, ../scss/pages/products.scss */
  .grid-container.two-col .grid-item.title-overlay .discover {
    display: none;
  }
}
/* line 119, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay .discover svg {
  width: 20px;
  fill: white;
  margin-left: 10px;
  -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;
  -moz-transform: translateX(10px);
  -o-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: 0;
}
/* line 131, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  color: white;
  -webkit-transition: all ease-out 1s;
  -moz-transition: all ease-out 1s;
  -ms-transition: all ease-out 1s;
  -o-transition: all ease-out 1s;
  transition: all ease-out 1s;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 131, ../scss/pages/products.scss */
  .grid-container.two-col .grid-item.title-overlay .title {
    left: 50px;
    -moz-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -webkit-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);
  }
}
@media (max-width: 767px) {
  /* line 131, ../scss/pages/products.scss */
  .grid-container.two-col .grid-item.title-overlay .title {
    top: calc( 90px + 50px);
    left: 25px;
    -moz-transform: translateX(0%) translateY(0%);
    -o-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    -webkit-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }
}
/* line 157, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay .info {
  -webkit-transition: all ease-out 1s;
  -moz-transition: all ease-out 1s;
  -ms-transition: all ease-out 1s;
  -o-transition: all ease-out 1s;
  transition: all ease-out 1s;
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding: 50px;
  color: white;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (max-width: 767px) {
  /* line 157, ../scss/pages/products.scss */
  .grid-container.two-col .grid-item.title-overlay .info {
    width: 100%;
    padding: 50px 25px;
  }
}
/* line 178, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay .info h2 {
  order: 1;
  margin-bottom: 50px;
}
/* line 183, ../scss/pages/products.scss */
.grid-container.two-col .grid-item.title-overlay .info .desc {
  order: 2;
}
@media (min-width: 1025px) {
  /* line 183, ../scss/pages/products.scss */
  .grid-container.two-col .grid-item.title-overlay .info .desc {
    opacity: 0;
    overflow: hidden;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all ease-out 2s;
    -moz-transition: all ease-out 2s;
    -ms-transition: all ease-out 2s;
    -o-transition: all ease-out 2s;
    transition: all ease-out 2s;
  }
}
/* line 200, ../scss/pages/products.scss */
.grid-container.fifth-col {
  padding: 0 50px;
}
@media (max-width: 767px) {
  /* line 200, ../scss/pages/products.scss */
  .grid-container.fifth-col {
    padding: 0;
  }
}
/* line 207, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item {
  width: 20%;
  position: relative;
}
/* line 213, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item:hover .cover img {
  opacity: 0.5;
}
/* line 220, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item:hover .info .product-download a {
  opacity: 1;
  -moz-transform: translatey(0px);
  -o-transform: translatey(0px);
  -ms-transform: translatey(0px);
  -webkit-transform: translatey(0px);
  transform: translatey(0px);
}
/* line 229, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item .cover {
  width: 100%;
  height: 0;
  padding-top: 120%;
  position: relative;
  background: black;
  overflow: hidden;
}
/* line 237, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  -webkit-transition: all ease-out 0.9s;
  -moz-transition: all ease-out 0.9s;
  -ms-transition: all ease-out 0.9s;
  -o-transition: all ease-out 0.9s;
  transition: all ease-out 0.9s;
}
/* line 250, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item .info {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: white;
  -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;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
@media (max-width: 767px) {
  /* line 250, ../scss/pages/products.scss */
  .grid-container.fifth-col .grid-item .info {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* line 266, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item .info .product-download a {
  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;
  -moz-transform: translatey(10px);
  -o-transform: translatey(10px);
  -ms-transform: translatey(10px);
  -webkit-transform: translatey(10px);
  transform: translatey(10px);
}
/* line 272, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item .info .product-download a svg {
  width: 20px;
  height: 20px;
  fill: white;
}
/* line 280, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item .info .date {
  display: block;
  margin-bottom: 20px;
}
/* line 285, ../scss/pages/products.scss */
.grid-container.fifth-col .grid-item .info a {
  margin-top: 20px;
  display: block;
  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 285, ../scss/pages/products.scss */
  .grid-container.fifth-col .grid-item .info a {
    opacity: 1;
  }
}
/* line 300, ../scss/pages/products.scss */
.grid-container.four-col {
  padding: 0 50px;
}
@media (max-width: 767px) {
  /* line 300, ../scss/pages/products.scss */
  .grid-container.four-col {
    padding: 0;
  }
}
/* line 307, ../scss/pages/products.scss */
.grid-container.four-col .grid-item {
  width: 25%;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 307, ../scss/pages/products.scss */
  .grid-container.four-col .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 307, ../scss/pages/products.scss */
  .grid-container.four-col .grid-item {
    width: 100%;
  }
}
/* line 320, ../scss/pages/products.scss */
.grid-container.four-col .grid-item.title-overlay .cover {
  width: 100%;
  height: 50vh;
  position: relative;
  background: black;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 320, ../scss/pages/products.scss */
  .grid-container.four-col .grid-item.title-overlay .cover {
    height: 33.33vh;
  }
}
/* line 330, ../scss/pages/products.scss */
.grid-container.four-col .grid-item.title-overlay .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
/* line 340, ../scss/pages/products.scss */
.grid-container.four-col .grid-item.title-overlay .info {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 20px;
  color: black;
}
/* line 353, ../scss/pages/products.scss */
.grid-container.three-col .grid-item {
  width: 33.33%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 353, ../scss/pages/products.scss */
  .grid-container.three-col .grid-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 353, ../scss/pages/products.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 367, ../scss/pages/products.scss */
.grid-container.three-col .grid-item.title-overlay:hover .cover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 372, ../scss/pages/products.scss */
.grid-container.three-col .grid-item.title-overlay:hover .info {
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 375, ../scss/pages/products.scss */
.grid-container.three-col .grid-item.title-overlay:hover .info a {
  opacity: 1;
}
/* line 381, ../scss/pages/products.scss */
.grid-container.three-col .grid-item.title-overlay .cover {
  width: 100%;
  height: 0;
  padding-top: 120%;
  position: relative;
  background: black;
  overflow: hidden;
}
/* line 389, ../scss/pages/products.scss */
.grid-container.three-col .grid-item.title-overlay .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  object-fit: cover;
  -webkit-transition: all ease-out 3s;
  -moz-transition: all ease-out 3s;
  -ms-transition: all ease-out 3s;
  -o-transition: all ease-out 3s;
  transition: all ease-out 3s;
}
/* line 402, ../scss/pages/products.scss */
.grid-container.three-col .grid-item.title-overlay .info {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  padding: 50px;
  color: white;
  -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;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
@media (max-width: 767px) {
  /* line 402, ../scss/pages/products.scss */
  .grid-container.three-col .grid-item.title-overlay .info {
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* line 417, ../scss/pages/products.scss */
.grid-container.three-col .grid-item.title-overlay .info .date {
  display: block;
  margin-bottom: 20px;
}
/* line 422, ../scss/pages/products.scss */
.grid-container.three-col .grid-item.title-overlay .info a {
  margin-top: 20px;
  display: block;
  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 422, ../scss/pages/products.scss */
  .grid-container.three-col .grid-item.title-overlay .info a {
    opacity: 1;
  }
}

/* line 440, ../scss/pages/products.scss */
.single-product .header {
  background: white;
}
/* line 444, ../scss/pages/products.scss */
.single-product .main-content {
  padding-top: 50px;
}
/* line 447, ../scss/pages/products.scss */
.single-product .main-content .flex-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
/* line 454, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-info {
  padding: 0 50px;
  width: 50%;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 454, ../scss/pages/products.scss */
  .single-product .main-content .flex-container .product-info {
    width: 100%;
    order: 1;
    padding: 0 25px;
  }
}
/* line 464, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-info .title {
  text-align: left;
}
/* line 468, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-info .content {
  margin-top: 0;
}
/* line 471, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-info .content table {
  margin-top: 20px;
}
/* line 475, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-info .content table tr th, .single-product .main-content .flex-container .product-info .content table tr td {
  border: none;
  border-bottom: solid 1px #CCC;
  text-align: left;
  height: 20px;
  line-height: 2;
}
@media (min-width: 1025px) {
  /* line 454, ../scss/pages/products.scss */
  .single-product .main-content .flex-container .product-info {
    position: sticky;
    top: 100px;
  }
}
/* line 491, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-info .product-stats {
  margin-top: 50px;
}
/* line 494, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-info .product-stats .product-stat {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-bottom: solid 1px #CCC;
  padding-bottom: 10px;
  padding-top: 10px;
}
/* line 502, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-info .product-stats .product-stat .product-stat__title {
  font-weight: bold;
  width: 50%;
  text-align: left;
}
/* line 508, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-info .product-stats .product-stat .product-stat__desc {
  text-align: left;
  width: 50%;
}
@media (max-width: 767px) {
  /* line 515, ../scss/pages/products.scss */
  .single-product .main-content .flex-container .product-info .button {
    color: black;
    padding: 0;
  }
}
/* line 523, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-gallery {
  width: 50%;
  position: relative;
}
/* line 527, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-gallery .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  z-index: 10;
}
/* line 536, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-gallery .icon svg {
  width: 50px;
  height: auto;
  fill: #00662B;
  fill: white;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 523, ../scss/pages/products.scss */
  .single-product .main-content .flex-container .product-gallery {
    width: 100%;
    order: 2;
  }
}
/* line 549, ../scss/pages/products.scss */
.single-product .main-content .flex-container .product-gallery img {
  width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  /* line 549, ../scss/pages/products.scss */
  .single-product .main-content .flex-container .product-gallery img {
    max-height: calc(80vh - 100px);
    display: block;
    width: auto;
    margin: 0 auto;
  }
}
/* line 563, ../scss/pages/products.scss */
.single-product .main-content .product-footer {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: flex-start;
  margin-top: 50px;
}
/* line 570, ../scss/pages/products.scss */
.single-product .main-content .product-footer .button {
  margin-top: 0px;
  margin-bottom: 20px;
}

/* line 578, ../scss/pages/products.scss */
.related {
  margin-top: 50px;
}
/* line 581, ../scss/pages/products.scss */
.related .related-title {
  width: 100%;
  margin-bottom: 20px;
}

/******************************************************************
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 69, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 69, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 77, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 77, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 85, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 85, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 93, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 93, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 101, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 101, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 109, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 109, ../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: 50px 0;
}

@media (min-width: 1025px) {
  /* line 374, ../scss/partials/_variables.scss */
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
    background: white;
  }
}

/* line 385, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 389, ../scss/partials/_variables.scss */
a.nodelink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 4, ../scss/pages/texts.scss */
.page-template-page-text .main-content {
  margin-top: 100px;
  padding-top: 100px;
}

/* line 10, ../scss/pages/texts.scss */
.text-page-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: top;
}
/* line 16, ../scss/pages/texts.scss */
.text-page-container .work-header {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 10px 50px;
  font-size: 14px;
  color: #CCC;
  text-transform: uppercase;
}
/* line 26, ../scss/pages/texts.scss */
.text-page-container .page-title {
  width: 30%;
  padding: 0 50px;
  padding-top: 20px;
}
/* line 32, ../scss/pages/texts.scss */
.text-page-container .text-content {
  width: 70%;
  top: 0;
  right: 0;
  padding-right: 50px;
}
/* line 38, ../scss/pages/texts.scss */
.text-page-container .text-content h2 {
  margin-bottom: 20px;
}
/* line 42, ../scss/pages/texts.scss */
.text-page-container .text-content p {
  margin: 20px 0;
}
/* line 46, ../scss/pages/texts.scss */
.text-page-container .text-content img {
  width: 100%;
  height: auto;
}

/* line 54, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 50px;
}
@media (max-width: 767px) {
  /* line 54, ../scss/pages/texts.scss */
  .page-template-page-contact .contact-container {
    width: 100%;
    padding: 0 25px;
  }
}
/* line 65, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .text {
  width: 50%;
  padding: 0;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 65, ../scss/pages/texts.scss */
  .page-template-page-contact .contact-container .text {
    width: 100%;
    height: auto;
  }
}
/* line 74, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .text .inner {
  padding-right: 50px;
}
@media (min-width: 1025px) {
  /* line 74, ../scss/pages/texts.scss */
  .page-template-page-contact .contact-container .text .inner {
    padding-top: 50px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 74, ../scss/pages/texts.scss */
  .page-template-page-contact .contact-container .text .inner {
    padding-top: 25px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 74, ../scss/pages/texts.scss */
  .page-template-page-contact .contact-container .text .inner {
    width: 100%;
    padding: 0;
  }
}
/* line 91, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .text .inner iframe {
  width: 100%;
  margin: 50px auto;
}
@media (max-width: 767px) {
  /* line 97, ../scss/pages/texts.scss */
  .page-template-page-contact .contact-container .text .inner .wp-block-buttons .wp-block-button {
    width: 100%;
  }
}
/* line 102, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .text .inner .wp-block-buttons .wp-block-button .wp-element-button {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: black;
  color: white;
}
/* line 112, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .text .inner .wp-block-separator {
  margin: 50px auto;
  height: 1px;
  border: none;
  background: #CCC;
}
/* line 121, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .form {
  width: 50%;
  padding: 50px;
  position: sticky;
  top: 100px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 121, ../scss/pages/texts.scss */
  .page-template-page-contact .contact-container .form {
    padding: 0;
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  /* line 121, ../scss/pages/texts.scss */
  .page-template-page-contact .contact-container .form {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
}
/* line 139, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .form h2 {
  margin-bottom: 50px;
}
/* line 143, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .form .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
/* line 150, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .form .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  margin-bottom: 20px;
}
/* line 155, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .form .wpcf7-checkbox input {
  width: 20px;
  height: 20px;
}
/* line 161, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .form input {
  width: 100%;
  height: 50px;
  padding: 0 10px;
}
/* line 167, ../scss/pages/texts.scss */
.page-template-page-contact .contact-container .form textarea {
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* line 1, ../scss/pages/journal.scss */
  .single-post {
    padding: 0 50px;
  }
}
/* line 6, ../scss/pages/journal.scss */
.single-post .fullwidth-image {
  position: relative;
  width: 100%;
  height: auto;
  order: 1;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  /* line 6, ../scss/pages/journal.scss */
  .single-post .fullwidth-image {
    height: auto;
    background: white;
  }
}
/* line 21, ../scss/pages/journal.scss */
.single-post .fullwidth-image img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  order: 2;
}
@media (max-width: 767px) {
  /* line 21, ../scss/pages/journal.scss */
  .single-post .fullwidth-image img {
    opacity: 1;
    position: relative;
    height: 80vh;
  }
}
/* line 38, ../scss/pages/journal.scss */
.single-post .fullwidth-image .page-title {
  position: relative;
  flex-direction: column;
  width: 100%;
  order: 1;
  padding: 0;
  justify-content: flex-start;
  align-content: flex-start;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 38, ../scss/pages/journal.scss */
  .single-post .fullwidth-image .page-title {
    position: relative;
    color: black;
    width: 100%;
    order: 2;
    margin: 50px auto 0px;
    padding-right: 20px;
  }
}
/* line 57, ../scss/pages/journal.scss */
.single-post .fullwidth-image .page-title h4 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  /* line 57, ../scss/pages/journal.scss */
  .single-post .fullwidth-image .page-title h4 {
    color: black;
  }
}
@media (max-width: 767px) {
  /* line 65, ../scss/pages/journal.scss */
  .single-post .fullwidth-image .page-title h1 {
    color: black;
  }
}
/* line 72, ../scss/pages/journal.scss */
.single-post .fullwidth-image .scroll {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 10;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: white;
  display: none;
  -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 85, ../scss/pages/journal.scss */
.single-post .fullwidth-image .scroll svg {
  fill: white;
  margin-left: 10px;
}
@media (max-width: 767px) {
  /* line 92, ../scss/pages/journal.scss */
  .single-post .max-content {
    padding: 0 25px;
  }
}
/* line 97, ../scss/pages/journal.scss */
.single-post .max-content img {
  width: 100%;
  height: auto;
}

/******************************************************************
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 69, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 69, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

/* line 77, ../scss/partials/_variables.scss */
.hidden-tablet {
  display: none;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 77, ../scss/partials/_variables.scss */
  .hidden-tablet {
    display: block;
  }
}

/* line 85, ../scss/partials/_variables.scss */
.hidden-desktop {
  display: none;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 85, ../scss/partials/_variables.scss */
  .hidden-desktop {
    display: block;
  }
}

/* line 93, ../scss/partials/_variables.scss */
.desktop-only {
  display: none;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 93, ../scss/partials/_variables.scss */
  .desktop-only {
    display: block;
  }
}

/* line 101, ../scss/partials/_variables.scss */
.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 101, ../scss/partials/_variables.scss */
  .tablet-only {
    display: block;
  }
}

/* line 109, ../scss/partials/_variables.scss */
.phone-only {
  display: none;
}
@media (max-width: 767px) {
  /* line 109, ../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: 50px 0;
}

@media (min-width: 1025px) {
  /* line 374, ../scss/partials/_variables.scss */
  .sticky {
    position: -webkit-sticky;
    /* Safari */
    position: sticky;
    top: 100px;
    background: white;
  }
}

/* line 385, ../scss/partials/_variables.scss */
img {
  max-width: 100%;
}

/* line 389, ../scss/partials/_variables.scss */
a.nodelink {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 10;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 7, ../scss/pages/about.scss */
.page-template-page-ourstory .hero-section,
.page-template-page-about .hero-section {
  position: relative;
  background: black;
}
/* line 13, ../scss/pages/about.scss */
.page-template-page-ourstory .hero-section .video-container,
.page-template-page-about .hero-section .video-container {
  width: 100%;
  padding-top: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 13, ../scss/pages/about.scss */
  .page-template-page-ourstory .hero-section .video-container,
  .page-template-page-about .hero-section .video-container {
    padding-top: calc(100vh - 75px);
  }
}
/* line 23, ../scss/pages/about.scss */
.page-template-page-ourstory .hero-section .video-container iframe,
.page-template-page-about .hero-section .video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}
@media (min-aspect-ratio: 16 / 9) {
  /* line 23, ../scss/pages/about.scss */
  .page-template-page-ourstory .hero-section .video-container iframe,
  .page-template-page-about .hero-section .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  /* line 23, ../scss/pages/about.scss */
  .page-template-page-ourstory .hero-section .video-container iframe,
  .page-template-page-about .hero-section .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}
/* line 43, ../scss/pages/about.scss */
.page-template-page-ourstory .hero-section .intro-carousel,
.page-template-page-about .hero-section .intro-carousel {
  height: 100vh;
  position: relative;
  overflow: hidden;
  opacity: 0.8;
}
/* line 49, ../scss/pages/about.scss */
.page-template-page-ourstory .hero-section .intro-carousel .slide,
.page-template-page-about .hero-section .intro-carousel .slide {
  width: 100%;
  height: 100%;
  background: black;
}
/* line 54, ../scss/pages/about.scss */
.page-template-page-ourstory .hero-section .intro-carousel .slide img,
.page-template-page-about .hero-section .intro-carousel .slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.7;
}
/* line 63, ../scss/pages/about.scss */
.page-template-page-ourstory .hero-section .hero-caption,
.page-template-page-about .hero-section .hero-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px;
  width: 100%;
  max-width: 950px;
  z-index: 10;
  color: white;
}
@media (max-width: 767px) {
  /* line 63, ../scss/pages/about.scss */
  .page-template-page-ourstory .hero-section .hero-caption,
  .page-template-page-about .hero-section .hero-caption {
    padding: 25px;
    bottom: 50px;
  }
}

/* line 1, ../scss/pages/contentblocks.scss */
section.about-blocks {
  margin-top: 100px;
}
/* line 4, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  /* line 4, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block {
    margin-bottom: 50px;
  }
}
/* line 11, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.image-text-block {
  padding: 0 50px;
}
@media (max-width: 767px) {
  /* line 11, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block {
    padding: 0 25px;
  }
}
/* line 21, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.image-text-block.in-view .block-title .caption-line h2 {
  top: 0;
}
/* line 28, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.image-text-block.in-view .flex-content .block-text {
  opacity: 1;
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 36, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.image-text-block .block-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  /* line 36, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block .block-title {
    margin-bottom: 25px;
  }
}
/* line 43, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.image-text-block .block-title .caption-line {
  position: relative;
  height: auto;
  overflow: hidden;
}
/* line 48, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.image-text-block .block-title .caption-line h2 {
  top: 60px;
  position: relative;
  -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 48, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block .block-title .caption-line h2 {
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  /* line 64, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block[data-align="image-left"] .flex-content .block-image {
    order: 1;
  }
  /* line 68, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block[data-align="image-left"] .flex-content .block-text {
    order: 2;
    padding-left: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  /* line 68, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block[data-align="image-left"] .flex-content .block-text {
    padding-left: 0;
  }
}
@media (min-width: 1025px) {
  /* line 81, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block[data-align="image-right"] .flex-content .block-image {
    order: 2;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  /* line 81, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block[data-align="image-right"] .flex-content .block-image {
    order: 1;
  }
}
@media (min-width: 1025px) {
  /* line 89, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block[data-align="image-right"] .flex-content .block-text {
    order: 1;
    padding-right: 100px;
  }
}
@media (min-width: 1025px) and (max-width: 767px) {
  /* line 89, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block[data-align="image-right"] .flex-content .block-text {
    order: 2;
    padding-right: 0;
  }
}

/* line 102, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.image-text-block .flex-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1024px) {
  /* line 102, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block .flex-content {
    padding-left: 0;
  }
}
/* line 111, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.image-text-block .flex-content .block-image {
  width: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 111, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block .flex-content .block-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 111, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block .flex-content .block-image {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 124, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.image-text-block .flex-content .block-text {
  width: 50%;
  -webkit-transition: all ease-out 1s;
  -moz-transition: all ease-out 1s;
  -ms-transition: all ease-out 1s;
  -o-transition: all ease-out 1s;
  transition: all ease-out 1s;
  opacity: 0;
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 124, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block .flex-content .block-text {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  /* line 124, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.image-text-block .flex-content .block-text {
    width: 100%;
    padding: 0;
  }
}
/* line 146, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.text-block {
  margin-top: 100px;
}
/* line 149, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.text-block .block-content {
  padding: 0 100px;
  width: 50%;
  margin-left: 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 149, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.text-block .block-content {
    width: 100%;
    padding: 0 100px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  /* line 149, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.text-block .block-content {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
    margin-left: 0;
  }
}
/* line 169, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-stats {
  position: relative;
}
/* line 178, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-stats.in-view .block-image img {
  opacity: 0.6;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 186, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-stats .block-image {
  width: 100%;
  height: 100vh;
  background: black;
  position: relative;
  overflow: hidden;
}
/* line 193, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-stats .block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 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;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 207, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-stats .stats-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  color: white;
  z-index: 10;
  padding: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
/* line 219, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-stats .stats-wrapper .stat-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  overflow: hidden;
}
@media (max-width: 767px) {
  /* line 219, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.fullscreen-image-stats .stats-wrapper .stat-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 231, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-stats .stats-wrapper .stat-item .stat-title {
  position: relative;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  /* line 231, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.fullscreen-image-stats .stats-wrapper .stat-item .stat-title {
    margin-bottom: 5px;
  }
}
/* line 244, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-stats .stats-wrapper .stat-item .stat-title h2 {
  position: relative;
  font-size: 70px;
  margin-right: 10px;
  -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 244, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.fullscreen-image-stats .stats-wrapper .stat-item .stat-title h2 {
    font-size: 55px;
  }
}
/* line 257, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-stats .stats-wrapper .stat-item .stat-description {
  text-transform: uppercase;
  width: 100%;
  text-align: left;
  letter-spacing: 1px;
}
/* line 267, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel {
  padding: 0 50px;
}
@media (max-width: 767px) {
  /* line 267, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.about-carousel {
    padding: 0 25px;
  }
}
/* line 276, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .owl-item .slide .cover {
  position: relative;
  width: 100%;
  padding-top: 150%;
}
/* line 281, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .owl-item .slide .cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 294, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  z-index: 10;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 302, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .owl-nav .owl-prev.disabled {
  display: none;
}
/* line 306, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .owl-nav .owl-prev svg {
  z-index: 10;
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  /* line 294, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.about-carousel .owl-nav .owl-prev {
    left: -25px;
  }
  /* line 315, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.about-carousel .owl-nav .owl-prev svg {
    width: 20px;
  }
}
/* line 321, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -50px;
  z-index: 10;
}
/* line 330, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .owl-nav .owl-next.disabled {
  display: none;
}
/* line 334, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .owl-nav .owl-next svg {
  z-index: 10;
  width: 30px;
  height: auto;
}
@media (max-width: 767px) {
  /* line 321, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.about-carousel .owl-nav .owl-next {
    right: -25px;
  }
  /* line 343, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.about-carousel .owl-nav .owl-next svg {
    width: 20px;
  }
}
/* line 350, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .section-title {
  margin-bottom: 50px;
}
/* line 355, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .slide h3 {
  margin-bottom: 20px;
}
/* line 359, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .slide img {
  margin-bottom: 20px;
}
/* line 363, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.about-carousel .slide .slide-info {
  position: relative;
  margin-top: 20px;
}
@media (max-width: 767px) {
  /* line 363, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.about-carousel .slide .slide-info {
    padding: 0;
    margin-top: 20px;
  }
}
/* line 375, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-overlay {
  position: relative;
  margin-top: 100px;
}
/* line 381, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-overlay.in-view .overlay-content .block-text {
  opacity: 1;
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/* line 389, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-overlay.in-view .block-image img {
  opacity: 0.8;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* line 397, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-overlay .block-image {
  width: 100%;
  height: 100vh;
  background: black;
  position: relative;
  overflow: hidden;
}
/* line 404, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-overlay .block-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  -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;
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/* line 419, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-overlay .overlay-content .block-text {
  padding: 50px;
  color: white;
  width: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 21px;
  -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;
  -moz-transform: translateY(30px);
  -o-transform: translateY(30px);
  -ms-transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}
/* line 420, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.fullscreen-image-overlay .overlay-content .block-text .bloctitle {
  margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 419, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.fullscreen-image-overlay .overlay-content .block-text {
    width: 100%;
  }
}
@media (max-width: 767px) {
  /* line 419, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.fullscreen-image-overlay .overlay-content .block-text {
    width: 100%;
    font-size: 17px;
    padding: 25px;
    bottom: 50px;
  }
  /* line 447, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.fullscreen-image-overlay .overlay-content .block-text a.button.white {
    color: black;
  }
}
/* line 455, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.gallery-block {
  position: relative;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
/* line 461, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.gallery-block .static-image {
  width: 50%;
  height: 100vh;
  order: 2;
  position: sticky;
  top: 0;
}
@media (max-width: 767px) {
  /* line 461, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.gallery-block .static-image {
    position: relative;
    width: 100%;
    height: auto;
  }
}
/* line 474, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.gallery-block .static-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 481, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.gallery-block .gallery-images {
  width: 50%;
  order: 1;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  /* line 481, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.gallery-block .gallery-images {
    width: 100%;
  }
}
/* line 491, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.gallery-block .gallery-images .gallery-image {
  width: 50%;
  height: 50vh;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 491, ../scss/pages/contentblocks.scss */
  section.about-blocks .about-block.gallery-block .gallery-images .gallery-image {
    height: 30vh;
  }
}
/* line 499, ../scss/pages/contentblocks.scss */
section.about-blocks .about-block.gallery-block .gallery-images .gallery-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 511, ../scss/pages/contentblocks.scss */
.elementFadeIn {
  opacity: 0;
  animation: fade-in 1.5s ease forwards;
  animation-delay: .5s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* line 527, ../scss/pages/contentblocks.scss */
.elementFadeInandUp {
  opacity: 0;
  animation: fade-in-up 2s ease forwards;
  animation-delay: 1s;
}

@keyframes fade-in-up {
  from {
    opacity: 0;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
/* line 18, ../scss/style.scss */
body {
  cursor: default !important;
  background: white;
}
/* line 22, ../scss/style.scss */
body * {
  border-box: box-sizing;
}
@media (min-width: 1025px) {
  /* line 18, ../scss/style.scss */
  body {
    cursor: none;
  }
}
/* line 30, ../scss/style.scss */
body p {
  word-break: break-word !important;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* line 43, ../scss/style.scss */
.main-content {
  position: relative;
  margin-top: 100px;
}
/* line 47, ../scss/style.scss */
.main-content.nomargin {
  margin-top: 0;
}

/* line 52, ../scss/style.scss */
.max-content {
  margin: 50px auto;
  max-width: 950px;
}

/* line 57, ../scss/style.scss */
.button {
  color: black;
  padding: 10px 0px;
  border-radius: 30px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  position: relative;
  -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-size: 14px;
  z-index: 10;
}
@media (max-width: 767px) {
  /* line 57, ../scss/style.scss */
  .button {
    color: white;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* line 78, ../scss/style.scss */
.footer-in-view .button {
  color: white;
}
/* line 82, ../scss/style.scss */
.button.white {
  color: white;
}
/* line 85, ../scss/style.scss */
.button.white:before {
  background: white;
}
/* line 89, ../scss/style.scss */
.button.white:hover {
  color: black;
}
/* line 94, ../scss/style.scss */
.button:hover {
  opacity: 0.5;
}
/* line 98, ../scss/style.scss */
.button svg {
  height: 10px;
  width: auto;
}

/* line 104, ../scss/style.scss */
.page-container {
  -webkit-transition: background ease-out 0.6s;
  -moz-transition: background ease-out 0.6s;
  -ms-transition: background ease-out 0.6s;
  -o-transition: background ease-out 0.6s;
  transition: background ease-out 0.6s;
}
/* line 107, ../scss/style.scss */
.footer-in-view .page-container {
  background: black;
  color: white;
}
/* line 114, ../scss/style.scss */
.footer-in-view .page-container .header .logo svg g {
  fill: white;
}

/* line 124, ../scss/style.scss */
.error404 .main-content {
  height: calc(100vh - 100px);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  flex-direction: column;
  text-align: center;
}
/* line 136, ../scss/style.scss */
.error404 .main-content a {
  text-decoration: underline;
}

/* Minimal fadeOut for Owl */
/* line 145, ../scss/style.scss */
.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
