/* 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=Source+Sans+Pro:wght@400;700&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 68, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 68, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

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

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

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

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

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

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

/* line 145, ../scss/partials/_variables.scss */
* {
  word-break: break-all;
}

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

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

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

/* line 400, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 405, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 409, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 419, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 424, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 427, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 40px);
}
@media (max-width: 767px) {
  /* line 427, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 434, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 438, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 443, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* line 452, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  /* line 452, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

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

Stylesheet: Sass Functions

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

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

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

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

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

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

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

Stylesheet: Mixins Stylesheet

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

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

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

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

Stylesheet: Grid Stylesheet

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Stylesheet: Alert Styles

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

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

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

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

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

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

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

Stylesheet: Typography

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

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

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

/* line 89, ../scss/partials/_typography.scss */
body {
  font-size: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  line-height: 1.5;
  font-weight: 300;
}

/* line 96, ../scss/partials/_typography.scss */
p.has-medium-font-size {
  font-size: 16px !important;
}

/* line 161, ../scss/partials/_typography.scss */
h1 {
  font-size: 50px;
  font-weight: 700;
  margin: 0;
}

/* line 168, ../scss/partials/_typography.scss */
h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  line-height: 1;
}

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

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

Stylesheet: Variables

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

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

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

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

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

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

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

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

/* line 145, ../scss/partials/_variables.scss */
* {
  word-break: break-all;
}

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

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

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

/* line 400, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 405, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 409, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 419, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 424, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 427, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 40px);
}
@media (max-width: 767px) {
  /* line 427, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 434, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 438, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 443, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* line 452, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  /* line 452, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

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

Stylesheet: Variables

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

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

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

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

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

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

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

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

/* line 145, ../scss/partials/_variables.scss */
* {
  word-break: break-all;
}

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

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

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

/* line 400, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 405, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 409, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 419, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 424, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 427, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 40px);
}
@media (max-width: 767px) {
  /* line 427, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 434, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 438, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 443, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* line 452, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  /* line 452, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 5, ../scss/pages/header.scss */
.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 999;
  background: white;
}
@media (max-width: 767px) {
  /* line 5, ../scss/pages/header.scss */
  .header {
    paddig: 25px;
  }
}
/* line 23, ../scss/pages/header.scss */
.header .logo {
  position: relative;
  z-index: 100;
  width: 300px;
}
@media (max-width: 767px) {
  /* line 23, ../scss/pages/header.scss */
  .header .logo {
    width: 200px;
  }
}
/* line 32, ../scss/pages/header.scss */
.header .logo svg {
  width: 100%;
  height: auto;
}
/* line 38, ../scss/pages/header.scss */
.header .main-menu {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 38, ../scss/pages/header.scss */
  .header .main-menu {
    display: none;
  }
}
/* line 45, ../scss/pages/header.scss */
.header .main-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0;
}
/* line 51, ../scss/pages/header.scss */
.header .main-menu ul li {
  margin-left: 20px;
  -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 56, ../scss/pages/header.scss */
.header .main-menu ul li:last-child {
  margin-right: 0;
}
/* line 60, ../scss/pages/header.scss */
.header .main-menu ul li.current-menu-item, .header .main-menu ul li:hover {
  opacity: 0.5;
}
/* line 65, ../scss/pages/header.scss */
.header .main-menu ul li a {
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  font-size: 17px;
}
/* line 72, ../scss/pages/header.scss */
.header .menu-icon {
  cursor: pointer;
}
@media (min-width: 1025px) {
  /* line 72, ../scss/pages/header.scss */
  .header .menu-icon {
    display: none;
  }
}
/* line 79, ../scss/pages/header.scss */
.header .menu-icon span {
  display: block;
  height: 1px;
  width: 15px;
  background: black;
}
/* line 85, ../scss/pages/header.scss */
.header .menu-icon span:nth-child(2) {
  margin: 5px 0;
}

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

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

/* line 157, ../scss/pages/header.scss */
.footer {
  margin-top: 40px;
  border-top: solid 1px black;
}
/* line 161, ../scss/pages/header.scss */
.page-template-page-about .footer {
  border-color: white;
}
/* line 165, ../scss/pages/header.scss */
.footer .inner-footer {
  display: flex;
  flex-wrap: wrap;
  padding: 40px;
  justify-content: space-between;
}
/* line 171, ../scss/pages/header.scss */
.footer .inner-footer .footer-block {
  width: 25%;
}
@media (min-width: 1025px) {
  /* line 171, ../scss/pages/header.scss */
  .footer .inner-footer .footer-block {
    text-align: left;
  }
}
@media (max-width: 767px) {
  /* line 171, ../scss/pages/header.scss */
  .footer .inner-footer .footer-block {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 183, ../scss/pages/header.scss */
.footer .inner-footer .footer-block a {
  color: black;
  text-decoration: none;
}
/* line 188, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.social {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  /* line 188, ../scss/pages/header.scss */
  .footer .inner-footer .footer-block.social {
    justify-content: flex-start;
  }
}
/* line 197, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.social .social-link {
  margin: 0 20px;
}
@media (max-width: 767px) {
  /* line 197, ../scss/pages/header.scss */
  .footer .inner-footer .footer-block.social .social-link {
    margin-left: 0;
    margin-right: 20px;
  }
}
/* line 206, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.social svg {
  fill: black;
  width: 30px;
  height: 30px;
}
/* line 213, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.mailchimp {
  font-weight: 300;
}
/* line 216, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.mailchimp a {
  text-decoration: underline;
  font-weight: 500;
}
/* line 221, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.mailchimp .mc-field-group {
  margin-bottom: 10px;
}
/* line 224, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.mailchimp .mc-field-group input {
  background: none;
  border: solid 1px;
  box-shadow: none;
}
/* line 232, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.mailchimp #mc_embed_signup input {
  width: 100%;
  padding: 10px;
  font-weight: 300;
  letter-spacing: 0;
}
/* line 238, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.mailchimp #mc_embed_signup input#mc-embedded-subscribe {
  border: none;
  padding: 0;
  margin-top: 10px;
  text-align: left;
}
/* line 246, ../scss/pages/header.scss */
.footer .inner-footer .footer-block.mailchimp #mc_embed_signup .button {
  background: none;
  color: black;
  padding: 0;
  text-decoration: underline;
  font-weight: normal;
}
/* line 253, ../scss/pages/header.scss */
.page-template-page-about .footer .inner-footer .footer-block.mailchimp #mc_embed_signup .button {
  color: white;
}

/* line 263, ../scss/pages/header.scss */
* {
  word-break: break-word !important;
}

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

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

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

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

/* line 45, ../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 55, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

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

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

/* line 74, ../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 85, ../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 95, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-loaded {
  display: block;
}

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

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

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

/* line 112, ../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 121, ../scss/partials/_owlcarousel.scss */
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

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

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

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

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

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

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

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

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

/*
 *  Owl Carousel - Lazy Load Plugin
 */
/* line 179, ../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 186, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

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

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

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

/* line 208, ../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 223, ../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 228, ../scss/partials/_owlcarousel.scss */
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

/* line 233, ../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 242, ../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 68, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 68, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

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

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

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

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

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

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

/* line 145, ../scss/partials/_variables.scss */
* {
  word-break: break-all;
}

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

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

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

/* line 400, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 405, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 409, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 419, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 424, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 427, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 40px);
}
@media (max-width: 767px) {
  /* line 427, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 434, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 438, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 443, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* line 452, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  /* line 452, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 5, ../scss/pages/homepage.scss */
.page-template-page-homepage.scrolled .header {
  opacity: 1;
  visibility: visible;
}
/* line 11, ../scss/pages/homepage.scss */
.page-template-page-homepage .header {
  -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 (min-width: 1025px) {
  /* line 11, ../scss/pages/homepage.scss */
  .page-template-page-homepage .header {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 1025px) {
  /* line 19, ../scss/pages/homepage.scss */
  .page-template-page-homepage .header .logo {
    opacity: 0;
  }
}
@media (min-width: 1025px) {
  /* line 26, ../scss/pages/homepage.scss */
  .page-template-page-homepage .main-content {
    padding-top: calc(40px + 10px);
  }
}
/* line 31, ../scss/pages/homepage.scss */
.page-template-page-homepage .main-content .blockttitle {
  margin-top: 0;
}
/* line 36, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-container {
  padding: 0 40px;
}
@media (min-width: 1025px) {
  /* line 36, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-container {
    margin-top: 100px;
  }
}
@media (max-width: 767px) {
  /* line 36, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-container {
    padding: 0;
  }
}
/* line 47, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-container .exh-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 52, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-container .exh-header .cover {
  width: 70%;
}
@media (max-width: 767px) {
  /* line 52, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-container .exh-header .cover {
    width: 100%;
  }
}
/* line 59, ../scss/pages/homepage.scss */
.page-template-page-homepage .homepage-container .exh-header .cover img {
  width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  /* line 65, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-container .exh-header .title {
    padding: 25px;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  /* line 65, ../scss/pages/homepage.scss */
  .page-template-page-homepage .homepage-container .exh-header .title {
    width: calc(30% + 150px);
    margin-left: -150px;
    position: relative;
    z-index: 100;
  }
}
/* line 81, ../scss/pages/homepage.scss */
.page-template-page-homepage a.node-link {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 90, ../scss/pages/homepage.scss */
.page-template-page-homepage .exh-container {
  position: relative;
}
/* line 94, ../scss/pages/homepage.scss */
.page-template-page-homepage .date {
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  background: black;
  color: white;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  position: absolute;
  z-index: 100;
  width: 120px;
  height: 120px;
  line-height: 1.5;
  font-size: 14px;
  pointer-events: none;
  -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;
}
@media (max-width: 767px) {
  /* line 94, ../scss/pages/homepage.scss */
  .page-template-page-homepage .date {
    position: fixed;
    bottom: 40px;
    right: 25px;
  }
}
/* line 121, ../scss/pages/homepage.scss */
.page-template-page-homepage .owl-carousel.fullwidth {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 128, ../scss/pages/homepage.scss */
.page-template-page-homepage .owl-carousel.fullwidth .slide {
  width: 100vw;
  height: 100vh;
  position: relative;
}
/* line 133, ../scss/pages/homepage.scss */
.page-template-page-homepage .owl-carousel.fullwidth .slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 145, ../scss/pages/homepage.scss */
.large-logo {
  width: calc(100% - 40px*2);
  position: fixed;
  left: 40px;
  top: 10px;
  z-index: 1000;
  pointer-events: 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;
}
@media (max-width: 767px) {
  /* line 145, ../scss/pages/homepage.scss */
  .large-logo {
    display: none;
  }
}
/* line 182, ../scss/pages/homepage.scss */
.scrolled .large-logo {
  top: calc( 80px * 0.5);
  width: 300px;
  left: 40px;
  right: auto;
}
/* line 189, ../scss/pages/homepage.scss */
.large-logo svg {
  width: 100%;
  height: auto;
  fill: black;
}

/* line 4, ../scss/pages/exhibitions.scss */
.single-tribe_events.scrolled .header,
.single-exhibition.scrolled .header {
  background: 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;
}
/* line 11, ../scss/pages/exhibitions.scss */
.single-tribe_events .header,
.single-exhibition .header {
  background: none;
}
/* line 16, ../scss/pages/exhibitions.scss */
.single-tribe_events.gallery-visible .gallery.overlay,
.single-exhibition.gallery-visible .gallery.overlay {
  opacity: 1;
  visibility: visible;
}
/* line 22, ../scss/pages/exhibitions.scss */
.single-tribe_events .main-content,
.single-exhibition .main-content {
  padding: 0;
  margin-top: 0;
  z-index: inherit;
}
/* line 28, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-header,
.single-exhibition .exh-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
/* line 34, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-header.nocover,
.single-exhibition .exh-header.nocover {
  margin-top: 100px;
  padding: 40px;
}
/* line 38, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-header.nocover .title,
.single-exhibition .exh-header.nocover .title {
  position: relative;
}
/* line 44, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-header.withcover .cover,
.single-exhibition .exh-header.withcover .cover {
  width: 100%;
  height: 80vh;
}
@media (max-width: 767px) {
  /* line 44, ../scss/pages/exhibitions.scss */
  .single-tribe_events .exh-header.withcover .cover,
  .single-exhibition .exh-header.withcover .cover {
    height: 60vh;
  }
}
/* line 52, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-header.withcover .cover img,
.single-exhibition .exh-header.withcover .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* line 59, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-header.withcover .title,
.single-exhibition .exh-header.withcover .title {
  z-index: 100;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 100;
}
@media (max-width: 767px) {
  /* line 59, ../scss/pages/exhibitions.scss */
  .single-tribe_events .exh-header.withcover .title,
  .single-exhibition .exh-header.withcover .title {
    position: relative;
    margin-top: 20px;
    bottom: auto;
    left: auto;
    padding: 0 25px;
    color: black !important;
  }
}
/* line 77, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-header .date,
.single-exhibition .exh-header .date {
  display: flex;
  flex-direction: column;
  background: black;
  color: white;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  width: 100px;
  height: 100px;
  line-height: 1.5;
  font-size: 14px;
}
/* line 96, ../scss/pages/exhibitions.scss */
.single-tribe_events .block-border,
.single-exhibition .block-border {
  border-top: solid 1px;
  padding: 40px 0;
}
/* line 101, ../scss/pages/exhibitions.scss */
.single-tribe_events .blocktitle,
.single-exhibition .blocktitle {
  margin-top: 0;
}
/* line 105, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-info,
.single-exhibition .exh-info {
  position: relative;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 0 40px;
}
@media (max-width: 767px) {
  /* line 105, ../scss/pages/exhibitions.scss */
  .single-tribe_events .exh-info,
  .single-exhibition .exh-info {
    padding: 0 25px;
  }
}
/* line 117, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-info .info,
.single-exhibition .exh-info .info {
  width: 70%;
  padding-right: 100px;
}
@media (max-width: 767px) {
  /* line 117, ../scss/pages/exhibitions.scss */
  .single-tribe_events .exh-info .info,
  .single-exhibition .exh-info .info {
    width: 100%;
    padding: 0;
  }
}
/* line 127, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-info .exh-links,
.single-exhibition .exh-info .exh-links {
  width: 30%;
  text-align: right;
  padding-right: 0;
  padding-left: 0px;
}
@media (max-width: 767px) {
  /* line 127, ../scss/pages/exhibitions.scss */
  .single-tribe_events .exh-info .exh-links,
  .single-exhibition .exh-info .exh-links {
    width: 100%;
    padding: 0;
    text-align: left;
    margin: 40px 0;
    padding: 25px 0;
    border-top: solid 1px black;
    border-bottom: solid 1px black;
  }
}
/* line 143, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-info .exh-links > div,
.single-exhibition .exh-info .exh-links > div {
  margin-bottom: 10px;
}
/* line 147, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-info .exh-links > div.website a,
.single-exhibition .exh-info .exh-links > div.website a {
  text-decoration: underline;
}
/* line 152, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-info .exh-links > div a,
.single-exhibition .exh-info .exh-links > div a {
  display: flex;
  flex-wrap: wrap;
  color: inherit;
  text-align: center;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 767px) {
  /* line 152, ../scss/pages/exhibitions.scss */
  .single-tribe_events .exh-info .exh-links > div a,
  .single-exhibition .exh-info .exh-links > div a {
    justify-content: flex-start;
  }
}
/* line 165, ../scss/pages/exhibitions.scss */
.single-tribe_events .exh-info .exh-links > div a svg,
.single-exhibition .exh-info .exh-links > div a svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
/* line 175, ../scss/pages/exhibitions.scss */
.single-tribe_events .thumbs,
.single-exhibition .thumbs {
  position: relative;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 40px;
  border-top: solid 1px black;
}
@media (max-width: 767px) {
  /* line 175, ../scss/pages/exhibitions.scss */
  .single-tribe_events .thumbs,
  .single-exhibition .thumbs {
    display: none;
  }
}
/* line 188, ../scss/pages/exhibitions.scss */
.single-tribe_events .thumbs .thumb,
.single-exhibition .thumbs .thumb {
  margin-right: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  background: black;
}
/* line 194, ../scss/pages/exhibitions.scss */
.single-tribe_events .thumbs .thumb img,
.single-exhibition .thumbs .thumb img {
  width: auto;
  display: block;
  height: 100px;
  -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 203, ../scss/pages/exhibitions.scss */
.single-tribe_events .thumbs .thumb:hover img,
.single-exhibition .thumbs .thumb:hover img {
  opacity: 0.6;
}
/* line 209, ../scss/pages/exhibitions.scss */
.single-tribe_events .thumbs .number,
.single-exhibition .thumbs .number {
  text-align: center;
  z-index: 100;
  text-decoration: underline;
}
/* line 216, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery,
.single-exhibition .gallery {
  position: relative;
  padding: 0;
}
@media (min-width: 1025px) {
  /* line 220, ../scss/pages/exhibitions.scss */
  .single-tribe_events .gallery.overlay,
  .single-exhibition .gallery.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    -webkit-transition: all ease-out 0.6s;
    -moz-transition: all ease-out 0.6s;
    -ms-transition: all ease-out 0.6s;
    -o-transition: all ease-out 0.6s;
    transition: all ease-out 0.6s;
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767px) {
  /* line 236, ../scss/pages/exhibitions.scss */
  .single-tribe_events .gallery.overlay .owl-nav,
  .single-exhibition .gallery.overlay .owl-nav {
    display: none;
  }
}
/* line 241, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery.overlay .owl-nav .owl-prev,
.single-exhibition .gallery.overlay .owl-nav .owl-prev {
  position: absolute;
  top: 0;
  width: 50%;
  left: 0;
  z-index: 100;
  height: 100%;
}
/* line 250, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery.overlay .owl-nav .owl-next,
.single-exhibition .gallery.overlay .owl-nav .owl-next {
  position: absolute;
  top: 0;
  width: 50%;
  right: 0;
  z-index: 100;
  height: 100%;
}
/* line 260, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery.overlay .owl-dots,
.single-exhibition .gallery.overlay .owl-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (max-width: 767px) {
  /* line 260, ../scss/pages/exhibitions.scss */
  .single-tribe_events .gallery.overlay .owl-dots,
  .single-exhibition .gallery.overlay .owl-dots {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  /* line 260, ../scss/pages/exhibitions.scss */
  .single-tribe_events .gallery.overlay .owl-dots,
  .single-exhibition .gallery.overlay .owl-dots {
    position: fixed;
    bottom: 0;
  }
}
/* line 276, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery.overlay .owl-dots .owl-dot,
.single-exhibition .gallery.overlay .owl-dots .owl-dot {
  width: 5px;
  height: 5px;
  background: black;
  margin: 0 5px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 286, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery.overlay .owl-dots .owl-dot.active,
.single-exhibition .gallery.overlay .owl-dots .owl-dot.active {
  opacity: 0.5;
}
/* line 293, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery .overlay-close,
.single-exhibition .gallery .overlay-close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 767px) {
  /* line 293, ../scss/pages/exhibitions.scss */
  .single-tribe_events .gallery .overlay-close,
  .single-exhibition .gallery .overlay-close {
    display: none;
  }
}
/* line 305, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery div.owl-carousel,
.single-exhibition .gallery div.owl-carousel {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100vw;
}
@media (max-width: 767px) {
  /* line 305, ../scss/pages/exhibitions.scss */
  .single-tribe_events .gallery div.owl-carousel,
  .single-exhibition .gallery div.owl-carousel {
    padding-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  /* line 305, ../scss/pages/exhibitions.scss */
  .single-tribe_events .gallery div.owl-carousel,
  .single-exhibition .gallery div.owl-carousel {
    height: 100vh;
  }
}
/* line 319, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery div.owl-carousel .owl-stage-outer,
.single-exhibition .gallery div.owl-carousel .owl-stage-outer {
  height: 100%;
  width: 100%;
  position: relative;
}
/* line 324, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery div.owl-carousel .owl-stage-outer .owl-stage,
.single-exhibition .gallery div.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
/* line 327, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery div.owl-carousel .owl-stage-outer .owl-stage .owl-item,
.single-exhibition .gallery div.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
  width: 100%;
}
/* line 334, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery div.owl-carousel div.slide,
.single-exhibition .gallery div.owl-carousel div.slide {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}
/* line 343, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery div.owl-carousel div.slide img,
.single-exhibition .gallery div.owl-carousel div.slide img {
  position: relative;
}
@media (max-width: 767px) {
  /* line 343, ../scss/pages/exhibitions.scss */
  .single-tribe_events .gallery div.owl-carousel div.slide img,
  .single-exhibition .gallery div.owl-carousel div.slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 300px;
    object-fit: contain;
  }
}
@media (min-width: 1025px) {
  /* line 343, ../scss/pages/exhibitions.scss */
  .single-tribe_events .gallery div.owl-carousel div.slide img,
  .single-exhibition .gallery div.owl-carousel div.slide img {
    width: auto;
    height: calc(70vh - 40px*2 - 50px);
    object-fit: contain;
  }
}
/* line 361, ../scss/pages/exhibitions.scss */
.single-tribe_events .gallery div.owl-carousel div.slide .caption,
.single-exhibition .gallery div.owl-carousel div.slide .caption {
  font-size: 14px;
  margin-top: 10px;
  padding: 0 10px;
  text-align: center;
}
/* line 371, ../scss/pages/exhibitions.scss */
.single-tribe_events .interview-container,
.single-exhibition .interview-container {
  padding: 40px;
}
/* line 374, ../scss/pages/exhibitions.scss */
.single-tribe_events .interview-container .video-outer,
.single-exhibition .interview-container .video-outer {
  width: 50%;
  padding-right: calc(40px);
}
@media (max-width: 767px) {
  /* line 374, ../scss/pages/exhibitions.scss */
  .single-tribe_events .interview-container .video-outer,
  .single-exhibition .interview-container .video-outer {
    width: 100%;
    padding: 0;
  }
}
/* line 384, ../scss/pages/exhibitions.scss */
.single-tribe_events .interview-container .video-container,
.single-exhibition .interview-container .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.7%;
}
/* line 389, ../scss/pages/exhibitions.scss */
.single-tribe_events .interview-container .video-container iframe,
.single-exhibition .interview-container .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 399, ../scss/pages/exhibitions.scss */
.single-tribe_events .press-container,
.single-exhibition .press-container {
  padding: 40px;
  border-top: solid 1px;
}
/* line 403, ../scss/pages/exhibitions.scss */
.single-tribe_events .press-container a,
.single-exhibition .press-container a {
  color: black;
  text-decoration: none;
}
/* line 409, ../scss/pages/exhibitions.scss */
.single-tribe_events .previous-exh,
.single-exhibition .previous-exh {
  padding: 40px;
  border-top: solid 1px;
}
/* line 413, ../scss/pages/exhibitions.scss */
.single-tribe_events .previous-exh a,
.single-exhibition .previous-exh a {
  color: black;
  text-decoration: none;
  font-weight: 300;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
/* line 421, ../scss/pages/exhibitions.scss */
.single-tribe_events .previous-exh a svg,
.single-exhibition .previous-exh a svg {
  width: 20px;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}

/* line 431, ../scss/pages/exhibitions.scss */
.postid-150 .gallery div.owl-carousel div.slide .caption,
.postid-145 .gallery div.owl-carousel div.slide .caption {
  font-size: 10px !important;
}

/* line 2, ../scss/pages/allexhibitions.scss */
.page-template-page-exhibitions .main-content {
  padding-top: 40px;
}
/* line 6, ../scss/pages/allexhibitions.scss */
.page-template-page-exhibitions .blocktitle {
  display: block;
  text-align: center;
  margin: 40px auto;
}
/* line 11, ../scss/pages/allexhibitions.scss */
.page-template-page-exhibitions .blocktitle h2 {
  font-size: 30px;
}

@media (min-width: 1025px) {
  /* line 20, ../scss/pages/allexhibitions.scss */
  .exh-container.grid-container.one-col .grid-item .grid-cover {
    position: relative;
    padding-top: 70vh;
  }
}
/* line 31, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container.three-col .grid-item .date {
  font-size: 14px;
}
/* line 37, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item {
  margin-bottom: 40px;
}
/* line 40, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item.nocover {
  position: relative;
}
@media (max-width: 767px) {
  /* line 40, ../scss/pages/allexhibitions.scss */
  .exh-container.grid-container .grid-item.nocover {
    margin: 100px auto;
  }
}
/* line 47, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item.nocover .grid-cover {
  background: none;
  border-bottom: solid 1px black;
}
/* line 51, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item.nocover .grid-cover img {
  display: none;
}
/* line 56, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item.nocover .title {
  color: black;
}
/* line 60, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item.nocover .date {
  color: black;
}
@media (min-width: 1025px), (max-width: 767px) {
  /* line 65, ../scss/pages/allexhibitions.scss */
  .exh-container.grid-container .grid-item .grid-cover {
    position: relative;
    overflow: hidden;
    padding-top: 70%;
    background: black;
  }
  /* line 72, ../scss/pages/allexhibitions.scss */
  .exh-container.grid-container .grid-item .grid-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
  }
}
/* line 83, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item .grid-cover img {
  display: block;
}
/* line 88, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item .exh-info {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-start;
  margin-top: 20px;
  padding: 0;
}
/* line 96, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item .exh-info .title {
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  color: black;
}
@media (max-width: 767px) {
  /* line 96, ../scss/pages/allexhibitions.scss */
  .exh-container.grid-container .grid-item .exh-info .title {
    width: 100%;
  }
}
/* line 107, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item .exh-info .title h2, .exh-container.grid-container .grid-item .exh-info .title h3 {
  margin-bottom: 10px;
}
/* line 111, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item .exh-info .title h2 {
  font-size: 33px;
}
/* line 116, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item .exh-info .date {
  width: 30%;
  text-align: right;
  z-index: 50;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
/* line 127, ../scss/pages/allexhibitions.scss */
.exh-container.grid-container .grid-item .exh-info .date > div.date-from:after {
  content: "-";
  margin: 0 10px;
}
@media (max-width: 767px) {
  /* line 116, ../scss/pages/allexhibitions.scss */
  .exh-container.grid-container .grid-item .exh-info .date {
    width: 100%;
    margin-top: 10px;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
  }
}

/* line 147, ../scss/pages/allexhibitions.scss */
.page-template-page-exhibitions .exh-container {
  padding: 0 40px;
}
@media (max-width: 767px) {
  /* line 147, ../scss/pages/allexhibitions.scss */
  .page-template-page-exhibitions .exh-container {
    padding: 0 25px;
  }
}

/******************************************************************
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 68, ../scss/partials/_variables.scss */
.hidden-phone {
  display: none !important;
}
@media (min-width: 1025px), (min-width: 768px) and (max-width: 1024px) {
  /* line 68, ../scss/partials/_variables.scss */
  .hidden-phone {
    display: block !important;
  }
}

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

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

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

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

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

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

/* line 145, ../scss/partials/_variables.scss */
* {
  word-break: break-all;
}

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

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

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

/* line 400, ../scss/partials/_variables.scss */
.grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* line 405, ../scss/partials/_variables.scss */
.grid-container .grid-item {
  position: relative;
}
/* line 409, ../scss/partials/_variables.scss */
.grid-container a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* line 419, ../scss/partials/_variables.scss */
.grid-container.one-col .grid-item {
  width: 100%;
}
/* line 424, ../scss/partials/_variables.scss */
.grid-container.three-col {
  justify-content: flex-start;
}
/* line 427, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item {
  width: calc(33.33% - 40px);
}
@media (max-width: 767px) {
  /* line 427, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 434, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h3 {
  font-size: 13px;
}
/* line 438, ../scss/partials/_variables.scss */
.grid-container.three-col .grid-item h2 {
  font-size: 20px;
}
@media (min-width: 1025px) {
  /* line 443, ../scss/partials/_variables.scss */
  .grid-container.three-col .grid-item:nth-child(3n + 2) {
    margin-left: 40px;
    margin-right: 40px;
  }
}
/* line 452, ../scss/partials/_variables.scss */
.grid-container.two-col .grid-item {
  width: calc(50% - 40px);
}
@media (max-width: 767px) {
  /* line 452, ../scss/partials/_variables.scss */
  .grid-container.two-col .grid-item {
    width: 100%;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
}
/* line 3, ../scss/pages/calendar.scss */
.calendar-container {
  padding: 40px;
}
@media (max-width: 767px) {
  /* line 3, ../scss/pages/calendar.scss */
  .calendar-container {
    padding: 0 25px;
  }
}
/* line 10, ../scss/pages/calendar.scss */
.calendar-container a {
  text-decoration: none;
  color: black;
}

/* line 16, ../scss/pages/calendar.scss */
.tribe-events-calendar-list__event-title {
  pointer-events: none;
}

/* line 20, ../scss/pages/calendar.scss */
.tribe-common-l-container {
  margin: 0;
  padding: 0;
}

/* line 25, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* line 31, ../scss/pages/calendar.scss */
.tribe-events-calendar-month__multiday-event-bar {
  background: black;
  border: solid 1px;
}

/* line 36, ../scss/pages/calendar.scss */
.tribe-events-calendar-month__multiday-event-bar {
  background: black !important;
  display: none !important;
}

/* line 41, ../scss/pages/calendar.scss */
.tribe-events .tribe-events-calendar-month__multiday-event-bar-title {
  color: white;
}

/* line 45, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  margin-bottom: 20px;
}

/* line 49, ../scss/pages/calendar.scss */
.tribe-events-c-top-bar.tribe-events-header__top-bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 55, ../scss/pages/calendar.scss */
.tribe-events-header__events-bar.tribe-events-c-events-bar {
  display: none;
}

/* line 59, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-c-top-bar__datepicker {
  display: flex;
  flex-wrap: Wrap;
  justify-content: center;
  align-items: center;
}

/* line 66, ../scss/pages/calendar.scss */
.tribe-events .tribe-events-c-top-bar__datepicker-button {
  background: none;
  border: none;
  font-size: 30px;
  font-weight: 300;
  margin: 0;
  line-height: 1;
}

/* line 76, ../scss/pages/calendar.scss */
ul.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item {
  position: absolute;
  z-index: 50;
  padding: 0;
  margin: 0;
}
/* line 82, ../scss/pages/calendar.scss */
ul.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item svg {
  fill: black;
}
/* line 86, ../scss/pages/calendar.scss */
ul.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item a {
  color: black;
}
/* line 90, ../scss/pages/calendar.scss */
ul.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item:nth-child(1) {
  left: 0;
}
/* line 94, ../scss/pages/calendar.scss */
ul.tribe-events-c-top-bar__nav-list .tribe-events-c-top-bar__nav-list-item:nth-child(2) {
  right: 0;
}

/* line 100, ../scss/pages/calendar.scss */
.tribe-common button[disabled], .tribe-common input[disabled] {
  background: none;
  border: none;
  opacity: 0.3;
}

/* line 107, ../scss/pages/calendar.scss */
.tribe-events-calendar-month__day--current h3.tribe-events-calendar-month__calendar-event-title {
  color: white !important;
  border-color: white !important;
}
/* line 111, ../scss/pages/calendar.scss */
.tribe-events-calendar-month__day--current h3.tribe-events-calendar-month__calendar-event-title time {
  color: white;
}
/* line 116, ../scss/pages/calendar.scss */
.tribe-events-calendar-month__day--current a.tribe-events-calendar-month__calendar-event-title-link {
  color: white !important;
}

/* line 121, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day {
  margin: 10px;
  border: solid 1px black;
  padding: 0px;
  aspect-ratio: 1/1;
  min-height: auto;
  overflow: hidden;
}
/* line 129, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day.day--current {
  background: black;
  color: white;
}
/* line 134, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day article.tribe-events-calendar-month__multiday-event {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin: 0;
  justify-content: space-between;
  height: 100%;
}
/* line 149, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current {
  background: black;
  color: white;
}
/* line 153, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current h3.tribe-events-calendar-month__day-date {
  color: white !important;
  border-color: white;
}
/* line 157, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current h3.tribe-events-calendar-month__day-date time.tribe-events-calendar-month__day-date-daynum {
  color: white !important;
}
/* line 160, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day.tribe-events-calendar-month__day--current h3.tribe-events-calendar-month__day-date time.tribe-events-calendar-month__day-date-daynum a {
  color: white !important;
}

/* line 168, ../scss/pages/calendar.scss */
.tribe-events .tribe-events-calendar-month__multiday-event-hidden {
  opacity: 1;
  position: relative;
  white-space: normal !important;
  font-size: 13px;
  font-weight: 500;
  height: auto;
}

/* line 177, ../scss/pages/calendar.scss */
.cell-title {
  padding: 0;
}

/* line 181, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date {
  padding: 0 10px !important;
  width: 100%;
  border-bottom: solid 1px black;
  margin-bottom: 5px;
}
/* line 187, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__day-date time.tribe-events-calendar-month__day-date-daynum {
  font-size: 13px;
}

/* line 192, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__multiday-event-wrapper {
  height: 100%;
  position: relative;
  padding: 10px;
  margin: 0;
}

/* line 199, ../scss/pages/calendar.scss */
a.eventlink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* line 208, ../scss/pages/calendar.scss */
a.tribe-events-calendar-month__calendar-event-datetime-recurring-link {
  display: none !important;
}

/* line 212, ../scss/pages/calendar.scss */
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-month__header-column-title-desktop {
  padding: 0 10px;
  font-size: 13px;
}

@media (max-width: 767px) {
  /* line 218, ../scss/pages/calendar.scss */
  .post-type-archive-tribe_events .desktop-calendar {
    display: none;
  }
}
/* line 225, ../scss/pages/calendar.scss */
.post-type-archive-tribe_events .mobile-calendar .tribe-events-l-container {
  padding: 0;
}
@media (min-width: 1025px) {
  /* line 224, ../scss/pages/calendar.scss */
  .post-type-archive-tribe_events .mobile-calendar {
    display: none;
  }
}
/* line 234, ../scss/pages/calendar.scss */
.post-type-archive-tribe_events .mobile-calendar .days-list .tribe-events-pro-week-day-selector__days-list-item {
  border: solid 1px black;
  border-left: none;
}

/* line 242, ../scss/pages/calendar.scss */
.dropdown-button-container {
  background: black;
  color: white;
  padding: 10px !important;
}

/* line 249, ../scss/pages/calendar.scss */
.tribe-events-view--day .tribe-events-c-top-bar__datepicker-time {
  font-size: 13px;
}
/* line 254, ../scss/pages/calendar.scss */
.tribe-events-view--day .tribe-events-l-container .tribe-events-calendar-day {
  border: solid 1px black;
  padding: 10px;
  background: black;
  color: white;
}
/* line 260, ../scss/pages/calendar.scss */
.tribe-events-view--day .tribe-events-l-container .tribe-events-calendar-day .tribe-events-calendar-day__time-separator,
.tribe-events-view--day .tribe-events-l-container .tribe-events-calendar-day .tribe-events-calendar-day__type-separator {
  display: none;
}
/* line 265, ../scss/pages/calendar.scss */
.tribe-events-view--day .tribe-events-l-container .tribe-events-calendar-day article.tribe-events-calendar-day__event {
  padding: 0;
}
/* line 268, ../scss/pages/calendar.scss */
.tribe-events-view--day .tribe-events-l-container .tribe-events-calendar-day article.tribe-events-calendar-day__event a.nodelink {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
/* line 277, ../scss/pages/calendar.scss */
.tribe-events-view--day .tribe-events-l-container .tribe-events-calendar-day article.tribe-events-calendar-day__event time.tribe-events-calendar-day__event-datetime {
  color: white;
}
/* line 282, ../scss/pages/calendar.scss */
.tribe-events-view--day .tribe-events-l-container .tribe-events-calendar-day article.tribe-events-calendar-day__event h3.tribe-events-calendar-day__event-title a {
  color: white;
}

/* line 1, ../scss/pages/about.scss */
.page-template-page-about {
  background: black;
  color: white;
}
/* line 5, ../scss/pages/about.scss */
.page-template-page-about .footer {
  border-color: white;
}
/* line 8, ../scss/pages/about.scss */
.page-template-page-about .footer .footer-block {
  color: white;
}
/* line 11, ../scss/pages/about.scss */
.page-template-page-about .footer .footer-block a {
  color: white;
}
/* line 16, ../scss/pages/about.scss */
.page-template-page-about .footer .footer-block.mailchimp input {
  color: white;
  border-color: white;
}
/* line 20, ../scss/pages/about.scss */
.page-template-page-about .footer .footer-block.mailchimp input:placeholder {
  color: white;
  opacity: 1;
}
/* line 28, ../scss/pages/about.scss */
.page-template-page-about .footer .footer-block.social svg {
  fill: white;
}
/* line 35, ../scss/pages/about.scss */
.page-template-page-about .header {
  color: white;
  background: black;
}
/* line 40, ../scss/pages/about.scss */
.page-template-page-about .header .menu-icon span {
  background: white;
}
/* line 47, ../scss/pages/about.scss */
.page-template-page-about .header .logo svg path {
  fill: white;
}
/* line 55, ../scss/pages/about.scss */
.page-template-page-about .header .main-menu li a {
  color: white;
}
/* line 62, ../scss/pages/about.scss */
.page-template-page-about .about-block {
  padding: 40px;
  border-top: solid 1px white;
}
@media (max-width: 767px) {
  /* line 62, ../scss/pages/about.scss */
  .page-template-page-about .about-block {
    padding: 25px;
  }
}
/* line 70, ../scss/pages/about.scss */
.page-template-page-about .about-block .about-info {
  width: 70%;
}
@media (max-width: 767px) {
  /* line 70, ../scss/pages/about.scss */
  .page-template-page-about .about-block .about-info {
    width: 100%;
  }
}
/* line 79, ../scss/pages/about.scss */
.page-template-page-about .about-block.team .team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  /* line 79, ../scss/pages/about.scss */
  .page-template-page-about .about-block.team .team-container {
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  /* line 88, ../scss/pages/about.scss */
  .page-template-page-about .about-block.team .team-container .member {
    margin-right: 100px;
  }
}
@media (max-width: 767px) {
  /* line 88, ../scss/pages/about.scss */
  .page-template-page-about .about-block.team .team-container .member {
    margin-bottom: 40px;
  }
}
/* line 97, ../scss/pages/about.scss */
.page-template-page-about .about-block.team .team-container .member h3.name {
  font-size: 25px;
}
/* line 104, ../scss/pages/about.scss */
.page-template-page-about .about-block.visit {
  font-size: 20px;
}
/* line 109, ../scss/pages/about.scss */
.page-template-page-about .about-block.map .map-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
/* line 116, ../scss/pages/about.scss */
.page-template-page-about .about-block.map .blocktitle {
  width: 100%;
  margin-bottom: 40px;
}
/* line 121, ../scss/pages/about.scss */
.page-template-page-about .about-block.map .map-image {
  width: 50%;
}
@media (max-width: 767px) {
  /* line 121, ../scss/pages/about.scss */
  .page-template-page-about .about-block.map .map-image {
    width: 100%;
  }
}
/* line 129, ../scss/pages/about.scss */
.page-template-page-about .about-block.map .map-info {
  margin-left: 40px;
}
@media (max-width: 767px) {
  /* line 129, ../scss/pages/about.scss */
  .page-template-page-about .about-block.map .map-info {
    margin: 0;
  }
}

/* line 2, ../scss/pages/interviews.scss */
.page-template-page-interviews .main-content {
  padding-top: 40px;
}
/* line 6, ../scss/pages/interviews.scss */
.page-template-page-interviews .grid-container.three-col {
  padding: 0 40px;
  margin-top: 40px;
}
/* line 10, ../scss/pages/interviews.scss */
.page-template-page-interviews .grid-container.three-col .grid-item {
  width: 33.33%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  /* line 10, ../scss/pages/interviews.scss */
  .page-template-page-interviews .grid-container.three-col .grid-item {
    width: 100%;
  }
}
/* line 18, ../scss/pages/interviews.scss */
.page-template-page-interviews .grid-container.three-col .grid-item .video-container {
  position: relative;
  width: 100%;
  padding-top: 56.7%;
  margin-bottom: 20px;
}
/* line 24, ../scss/pages/interviews.scss */
.page-template-page-interviews .grid-container.three-col .grid-item .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
