/*
Theme Name: Twenty Seventeen Child Theme
Template: twentyseventeen
Author: Complex Stories
Version: 1.0
Text Domain: child
*/
/* line 5, ../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../.rvm/gems/ruby-2.2.1/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, assets/sass/partials/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* line 17, assets/sass/partials/_normalize.scss */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 23, assets/sass/partials/_normalize.scss */
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 39, assets/sass/partials/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 47, assets/sass/partials/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 61, assets/sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 74, assets/sass/partials/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 84, assets/sass/partials/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 93, assets/sass/partials/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 104, assets/sass/partials/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 117, assets/sass/partials/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 127, assets/sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 137, assets/sass/partials/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 146, assets/sass/partials/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 156, assets/sass/partials/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 167, assets/sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 175, assets/sass/partials/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 184, assets/sass/partials/_normalize.scss */
small {
  font-size: 80%;
}

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

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

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

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 216, assets/sass/partials/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 225, assets/sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 234, assets/sass/partials/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 242, assets/sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 254, assets/sass/partials/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 270, assets/sass/partials/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 280, assets/sass/partials/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 291, assets/sass/partials/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 302, assets/sass/partials/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 314, assets/sass/partials/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 325, assets/sass/partials/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 336, assets/sass/partials/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, assets/sass/partials/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, assets/sass/partials/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, assets/sass/partials/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, assets/sass/partials/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, assets/sass/partials/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, assets/sass/partials/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 407, assets/sass/partials/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, assets/sass/partials/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, assets/sass/partials/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, assets/sass/partials/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, assets/sass/partials/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, assets/sass/partials/_normalize.scss */
[hidden] {
  display: none;
}

/******************************************************************
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? */
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/* line 1, assets/sass/breakpoints/_base.scss */
body {
  color: #000000;
  font-size: 1em;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  height: 100%;
}
/* line 6, assets/sass/breakpoints/_base.scss */
body.overflow {
  overflow: hidden;
}

/* line 10, assets/sass/breakpoints/_base.scss */
html {
  height: 100%;
}

/* line 15, assets/sass/breakpoints/_base.scss */
#site-navigation h2 {
  display: none;
}
/* line 19, assets/sass/breakpoints/_base.scss */
#site-navigation.toggled-on h2 {
  display: block;
}

/* line 25, assets/sass/breakpoints/_base.scss */
a, .widget a {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 28, assets/sass/breakpoints/_base.scss */
a:hover, .widget a:hover {
  opacity: .5;
  text-decoration: none;
}

/* line 38, assets/sass/breakpoints/_base.scss */
.page-id-271 header .row-interior-nav .nav-item1:after {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* line 51, assets/sass/breakpoints/_base.scss */
.parent-pageid-38 header .row-interior-nav .nav-item2:after {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* line 63, assets/sass/breakpoints/_base.scss */
.page-id-273 header .row-interior-nav .nav-item3:after {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

/* line 73, assets/sass/breakpoints/_base.scss */
header {
  background: #00a1be;
}
/* line 75, assets/sass/breakpoints/_base.scss */
header .row-header-inner {
  padding-top: 25px;
  margin-bottom: -1px;
}
/* line 78, assets/sass/breakpoints/_base.scss */
header .row-header-inner .logo {
  width: 225px;
}
/* line 80, assets/sass/breakpoints/_base.scss */
header .row-header-inner .logo a {
  width: 100%;
  padding: 0;
}
/* line 83, assets/sass/breakpoints/_base.scss */
header .row-header-inner .logo a img {
  width: 100%;
}
/* line 88, assets/sass/breakpoints/_base.scss */
header .row-header-inner h2 {
  margin: 5px 0 0 0;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #ffffff;
  font-size: 0.75em;
  text-transform: uppercase;
  padding-right: 30%;
  letter-spacing: 1px;
}
/* line 98, assets/sass/breakpoints/_base.scss */
header .row-header-inner h1 {
  margin: 13px 0 20px 0;
  font-weight: 100;
  color: #000000;
  font-size: 1.5625em;
}
/* line 105, assets/sass/breakpoints/_base.scss */
header .mobile-nav {
  min-height: 0;
}
/* line 109, assets/sass/breakpoints/_base.scss */
header .row-interior-nav a {
  z-index: 10;
}
/* line 112, assets/sass/breakpoints/_base.scss */
header .row-interior-nav a:hover {
  opacity: 1;
}
/* line 114, assets/sass/breakpoints/_base.scss */
header .row-interior-nav a:hover h1 {
  background: transparent;
}
/* line 120, assets/sass/breakpoints/_base.scss */
header .row-interior-nav .nav-item {
  background-size: cover;
  position: relative;
  height: 166px;
}
/* line 124, assets/sass/breakpoints/_base.scss */
header .row-interior-nav .nav-item .line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ffffff;
}
/* line 132, assets/sass/breakpoints/_base.scss */
header .row-interior-nav .nav-item:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 161, 190, 0);
  border-top-color: #00a1be;
  border-width: 15px;
  margin-left: -15px;
  opacity: 0;
  z-index: -1;
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 151, assets/sass/breakpoints/_base.scss */
header .row-interior-nav .nav-item:hover:after {
  opacity: 1;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
/* line 156, assets/sass/breakpoints/_base.scss */
header .row-interior-nav .nav-item .tint {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.15);
}
/* line 164, assets/sass/breakpoints/_base.scss */
header .row-interior-nav .nav-item h1 {
  position: absolute;
  bottom: 22px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
}

/* line 185, assets/sass/breakpoints/_base.scss */
.home .row-header-inner {
  padding: 30px 0;
  width: 100%;
}
/* line 188, assets/sass/breakpoints/_base.scss */
.home .row-header-inner h2 {
  margin: 15px 0 0 0;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  font-size: 0.875em;
  text-transform: uppercase;
  padding: 0;
  letter-spacing: 1px;
}
/* line 199, assets/sass/breakpoints/_base.scss */
.home .row-header-inner h1 {
  margin: 13px 0 0 0;
  font-weight: 100;
  color: #000000;
  text-align: center;
  font-size: 3.1875em;
}
/* line 208, assets/sass/breakpoints/_base.scss */
.home header .logo {
  display: block;
  margin: 0 auto;
  width: 394px;
}
/* line 212, assets/sass/breakpoints/_base.scss */
.home header .logo .custom-logo-link {
  width: 394px;
  margin: 0 auto;
  padding: 0;
  display: block;
}
/* line 217, assets/sass/breakpoints/_base.scss */
.home header .logo .custom-logo-link img {
  display: block;
  max-width: 394px;
}

/* line 226, assets/sass/breakpoints/_base.scss */
#page {
  min-height: 100%;
  margin-bottom: -66px;
  padding-bottom: 66px;
}
/* line 230, assets/sass/breakpoints/_base.scss */
#page .row {
  margin-top: 40px;
}
/* line 232, assets/sass/breakpoints/_base.scss */
#page .row .row-home-main {
  margin-top: 50px;
}
/* line 240, assets/sass/breakpoints/_base.scss */
#page .row .row-home-nav .nav-item a:hover .bottom {
  opacity: .7;
}
/* line 245, assets/sass/breakpoints/_base.scss */
#page .row .row-home-nav .nav-item .bottom {
  background-color: #eeeeee;
  min-height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 249, assets/sass/breakpoints/_base.scss */
#page .row .row-home-nav .nav-item .bottom .bottom-center {
  padding-top: 22px;
}
/* line 251, assets/sass/breakpoints/_base.scss */
#page .row .row-home-nav .nav-item .bottom .bottom-center h1 {
  color: #ee3141;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0 0 5px 0;
  letter-spacing: .5px;
}
/* line 260, assets/sass/breakpoints/_base.scss */
#page .row .row-home-nav .nav-item .bottom .bottom-center p {
  margin: 0;
  color: #3f3f3b;
  font-size: 0.875em;
  text-align: center;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
}
/* line 272, assets/sass/breakpoints/_base.scss */
#page .row .row-home-button {
  margin-bottom: 40px;
}
/* line 274, assets/sass/breakpoints/_base.scss */
#page .row .row-home-button .button {
  position: relative;
  margin: 0 auto;
  font-size: 1.125em;
  padding: 0 0 0 48px;
  font-weight: 100;
}
/* line 280, assets/sass/breakpoints/_base.scss */
#page .row .row-home-button .button:before {
  content: "";
  width: 32px;
  height: 32px;
  left: 10px;
  top: 5px;
  position: absolute;
  background-size: 100%;
  background-image: url(assets/images/button-image.png);
}
/* line 290, assets/sass/breakpoints/_base.scss */
#page .row .row-home-button .button p {
  padding: 11px 15px 11px 0;
}
/* line 296, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text {
  padding: 0 0 40px 50px;
  position: relative;
}
/* line 299, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text * {
  clear: none;
}
/* line 302, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text h1 {
  margin: 0 0 10px 0;
  color: #ee3141;
  font-size: 2.1875em;
  position: relative;
}
/* line 308, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text h2 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ee3141;
  font-size: 1.0625em;
  margin: 40px 0 0.60938em 0;
}
/* line 315, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text h3 {
  font-size: 1.125em;
  line-height: 1.40625em;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
/* line 321, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text p, #page .row .row-interior-content .col-interior-text ul, #page .row .row-interior-content .col-interior-text ol {
  font-size: 0.875em;
  line-height: 1.4375em;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  margin-bottom: 0.60938em;
}
/* line 326, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text p.desc, #page .row .row-interior-content .col-interior-text ul.desc, #page .row .row-interior-content .col-interior-text ol.desc {
  margin: 5px 0 10px 0;
  font-size: 0.75em;
  font-weight: 600;
}
/* line 331, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text p a, #page .row .row-interior-content .col-interior-text ul a, #page .row .row-interior-content .col-interior-text ol a {
  color: #00a1be;
}
/* line 335, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text ul {
  list-style-type: square;
  margin-left: 17px;
}
/* line 338, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text ul ul {
  font-size: 1em;
  list-style-type: none;
}
/* line 341, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text ul ul li {
  position: relative;
}
/* line 343, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text ul ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #000000;
  position: absolute;
  top: 7px;
  left: -16px;
}
/* line 357, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text ol {
  list-style-type: decimal;
  margin-left: 31px;
}
/* line 361, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text li {
  margin-bottom: 0.60938em;
}
/* line 363, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text li p {
  font-size: 1em;
}
/* line 367, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text em {
  font-style: italic;
}
/* line 370, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text figure {
  margin: 0 0 20px 20px;
}
/* line 373, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text figcaption {
  font-style: normal;
  color: #000000;
  font-size: 0.9375em;
}
/* line 378, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text hr {
  background: #e6e6e6;
  height: 1px;
}
/* line 383, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text cite p {
  font-size: 0.8125em;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  color: #999999;
  font-weight: 100;
}
/* line 390, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text blockquote {
  color: black;
  padding: 5px 17px;
}
/* line 394, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text .sidebar-item {
  left: -208px;
  width: 186px;
  padding: 15px;
  position: absolute;
  background-color: #7a7a77;
}
/* line 400, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text .sidebar-item:before {
  content: "";
  width: 45px;
  height: 34px;
  right: -47px;
  top: 10px;
  position: absolute;
  background-size: 100%;
  background-image: url(assets/images/sidebar-carrot.png);
}
/* line 410, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text .sidebar-item h1 {
  color: #ffffff;
  padding: 0;
  font-size: 0.9375em;
  font-weight: 700;
  margin-bottom: 5px;
}
/* line 416, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text .sidebar-item h1:before {
  display: none;
}
/* line 420, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text .sidebar-item p {
  font-size: 0.75em;
  line-height: 1.375em;
  color: #ffffff;
}
/* line 425, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-text .sidebar-item a {
  color: #ffffff;
}
/* line 430, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-nav {
  background: #eeeeee;
}
/* line 432, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-nav h2 {
  text-align: right;
  text-transform: uppercase;
  color: #3f3f3b;
  font-weight: 700;
  padding: 10px 10px 10px 0;
  font-size: 1em;
}
/* line 440, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-nav ul {
  text-align: right;
  font-size: 0.875em;
}
/* line 443, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-nav ul li {
  position: relative;
  padding: 8px 10px 8px 0;
  border-bottom: 1px solid #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 448, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-nav ul li:before {
  opacity: 0;
  left: 100%;
  top: 16px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #eeeeee;
  border-width: 16px;
  margin-top: -16px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 464, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-nav ul li.current-menu-item, #page .row .row-interior-content .col-interior-nav ul li:hover {
  background: #00a1be;
}
/* line 466, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-nav ul li.current-menu-item a, #page .row .row-interior-content .col-interior-nav ul li:hover a {
  color: #ffffff;
  opacity: 1;
}
/* line 470, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-nav ul li.current-menu-item:before, #page .row .row-interior-content .col-interior-nav ul li:hover:before {
  border-left-color: #00a1be;
  opacity: 1;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* line 480, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-sidebar {
  padding-top: 80px;
}
/* line 482, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-sidebar aside {
  background-color: #eeeeee;
  display: block;
  padding: 1px 20px 20px 20px;
  margin-bottom: 20px;
}
/* line 487, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-sidebar aside h1 {
  text-align: center;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ee3141;
  margin: 15px 0 0 0;
  font-size: 2.5em;
}
/* line 495, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-sidebar aside h2 {
  text-align: center;
  font-family: "Roboto Slab", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #ee3141;
  margin: 0;
  font-size: 1.25em;
}
/* line 503, assets/sass/breakpoints/_base.scss */
#page .row .row-interior-content .col-interior-sidebar aside p {
  text-align: center;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  color: #3f3f3b;
  line-height: 1.25em;
}
/* line 515, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-size: 0.75em;
  font-weight: 700;
}
/* line 519, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li {
  margin-bottom: 15px;
  position: relative;
}
/* line 522, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li:after {
  left: -10%;
  top: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 161, 190, 0);
  border-left-color: #00a1be;
  border-width: 7px;
  margin-top: -7px;
  -moz-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 540, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li.current_page_item:after, #page .seconday-nav ul li:hover:after {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
/* line 546, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li:hover:after {
  opacity: .7;
}
/* line 550, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li.menu-item-has-children {
  margin-bottom: 10px;
}
/* line 552, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li.menu-item-has-children:after {
  left: -10%;
  top: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  opacity: 1;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 161, 190, 0);
  border-left-color: #00a1be;
  border-width: 7px;
  margin-top: -7px;
  transform-origin: 3px 3px;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 571, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li.menu-item-has-children:hover:after {
  top: 10px;
  -moz-transform: translateX(0) rotate(90deg) translateY(-3px);
  -ms-transform: translateX(0) rotate(90deg) translateY(-3px);
  -webkit-transform: translateX(0) rotate(90deg) translateY(-3px);
  transform: translateX(0) rotate(90deg) translateY(-3px);
}
/* line 575, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li.menu-item-has-children:hover .sub-menu {
  max-height: 200px;
  overflow-y: visible;
}
/* line 582, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li.current-menu-ancestor:after {
  left: -10%;
  top: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  opacity: 1;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 161, 190, 0);
  border-left-color: #00a1be;
  border-width: 7px;
  margin-top: -7px;
  transform-origin: 3px 3px;
  -moz-transform: translateX(0) rotate(90deg) translateY(-3px);
  -ms-transform: translateX(0) rotate(90deg) translateY(-3px);
  -webkit-transform: translateX(0) rotate(90deg) translateY(-3px);
  transform: translateX(0) rotate(90deg) translateY(-3px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 600, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li.current-menu-ancestor .sub-menu {
  max-height: 200px;
  overflow-y: visible;
}
/* line 605, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul li a {
  color: #00a1be;
}
/* line 609, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul .sub-menu {
  font-size: 1em;
  font-weight: 500;
  margin: 5px 0 0 15px;
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
/* line 616, assets/sass/breakpoints/_base.scss */
#page .seconday-nav ul .sub-menu li {
  margin-bottom: 5px;
}
/* line 623, assets/sass/breakpoints/_base.scss */
#page .fm-form-container.fm-theme1 {
  width: 100%;
}
/* line 626, assets/sass/breakpoints/_base.scss */
#page .fm-form-container.fm-theme1 .fm-form .wdform-required {
  color: #ee3141;
}
/* line 629, assets/sass/breakpoints/_base.scss */
#page .fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.75em;
}
/* line 633, assets/sass/breakpoints/_base.scss */
#page .fm-form-container.fm-theme1 .fm-form .wdform-page-and-images label.mini_label {
  font-weight: 200;
  font-size: 0.5625em !important;
}
/* line 638, assets/sass/breakpoints/_base.scss */
#page .fm-form-container.fm-theme1 .fm-form .wdform-field:not([type="type_hidden"]) {
  padding: 10px 0;
}
/* line 641, assets/sass/breakpoints/_base.scss */
#page .fm-form-container.fm-theme1 .fm-form .button-submit {
  background: #ee3141;
  padding: 1.5em 4em;
  font-size: 0.75em;
}
/* line 650, assets/sass/breakpoints/_base.scss */
#page .gform_wrapper label.gfield_label {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 0.875em;
}
/* line 655, assets/sass/breakpoints/_base.scss */
#page .gform_wrapper .gfield_required {
  color: #ee3141;
}
/* line 658, assets/sass/breakpoints/_base.scss */
#page .gform_wrapper .gform_button {
  background: #ee3141;
  padding: 1.5em 4em;
  font-size: 0.875em;
}
/* line 663, assets/sass/breakpoints/_base.scss */
#page .gform_wrapper input, #page .gform_wrapper textarea {
  padding: 6px 10px;
  border: 1px solid #dfdfdf;
}
/* line 667, assets/sass/breakpoints/_base.scss */
#page .gform_wrapper .gform_confirmation_message_1 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin-top: 30px;
}
/* line 672, assets/sass/breakpoints/_base.scss */
#page .gform_wrapper .gform_confirmation_message_2, #page .gform_wrapper .gform_confirmation_message_4, #page .gform_wrapper .gform_confirmation_message_7 {
  text-align: center;
}
/* line 677, assets/sass/breakpoints/_base.scss */
#page .gform_confirmation_wrapper .gform_confirmation_message {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
}
/* line 685, assets/sass/breakpoints/_base.scss */
#page #tribe-events h1 {
  padding: 0 40px 0 40px;
}
/* line 687, assets/sass/breakpoints/_base.scss */
#page #tribe-events h1:before {
  content: "";
  width: 32px;
  height: 32px;
  left: 0px;
  top: 5px;
  position: absolute;
  background-size: 100%;
  background-image: url(assets/images/button-image.png);
}
/* line 698, assets/sass/breakpoints/_base.scss */
#page #tribe-events h2 {
  margin-top: 0;
}
/* line 701, assets/sass/breakpoints/_base.scss */
#page #tribe-events blockquote {
  padding: 20px;
}
/* line 703, assets/sass/breakpoints/_base.scss */
#page #tribe-events blockquote p {
  font-size: 0.75em;
  color: #000000;
}
/* line 708, assets/sass/breakpoints/_base.scss */
#page #tribe-events .tribe-events-button {
  background: #00a1be;
}

/* line 715, assets/sass/breakpoints/_base.scss */
.page-implement-fall-tips h1 {
  margin: 0 0 10px 0;
  color: #ee3141;
  font-size: 2.1875em;
  position: relative;
}
/* line 720, assets/sass/breakpoints/_base.scss */
.page-implement-fall-tips h1:first-child {
  padding: 0 40px 0 40px;
}
/* line 723, assets/sass/breakpoints/_base.scss */
.page-implement-fall-tips h1 img {
  width: 32px;
  height: 32px;
  left: 0px;
  margin: 0;
  top: 5px;
  position: absolute;
}

/* line 736, assets/sass/breakpoints/_base.scss */
.tribe_events-template-default.single .view-all-events {
  color: #00a1be;
  font-weight: 600;
  text-decoration: none;
}
/* line 740, assets/sass/breakpoints/_base.scss */
.tribe_events-template-default.single .view-all-events:after {
  left: -15%;
  top: 5px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  opacity: 1;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 161, 190, 0);
  border-left-color: #00a1be;
  border-width: 7px;
  margin-top: -7px;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* line 763, assets/sass/breakpoints/_base.scss */
#page-about-the-team .row .row-interior-content .col-interior-text .person {
  cursor: pointer;
}
/* line 765, assets/sass/breakpoints/_base.scss */
#page-about-the-team .row .row-interior-content .col-interior-text .person .image {
  width: 125px;
  height: 125px;
  border-radius: 150px;
  overflow: hidden;
  background: #eeeeee;
  margin: 10px auto;
}
/* line 773, assets/sass/breakpoints/_base.scss */
#page-about-the-team .row .row-interior-content .col-interior-text .person h3 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 0.9375em;
}
/* line 779, assets/sass/breakpoints/_base.scss */
#page-about-the-team .row .row-interior-content .col-interior-text .person h4 {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 200;
  text-align: center;
  font-size: 0.75em;
}

/* line 789, assets/sass/breakpoints/_base.scss */
#page-fall-tips-collaborative img {
  max-width: none;
  margin-left: -80px;
}
/* line 793, assets/sass/breakpoints/_base.scss */
#page-fall-tips-collaborative #gform_confirmation_message_2, #page-fall-tips-collaborative #gform_confirmation_message_4, #page-fall-tips-collaborative #gform_confirmation_message_7 {
  text-align: left;
  margin: 20px 0;
  font-weight: 200;
  font-size: 0.875em;
}
/* line 798, assets/sass/breakpoints/_base.scss */
#page-fall-tips-collaborative #gform_confirmation_message_2 strong, #page-fall-tips-collaborative #gform_confirmation_message_4 strong, #page-fall-tips-collaborative #gform_confirmation_message_7 strong {
  font-weight: 700;
}
/* line 802, assets/sass/breakpoints/_base.scss */
#page-fall-tips-collaborative .member, #page-fall-tips-collaborative .nonmember {
  display: none;
}

/* line 807, assets/sass/breakpoints/_base.scss */
.row-nomargin {
  margin-top: 0 !important;
}

/* line 812, assets/sass/breakpoints/_base.scss */
.col-events-calendar .calendar-inc {
  margin-bottom: 50px;
}
/* line 815, assets/sass/breakpoints/_base.scss */
.col-events-calendar .cal {
  margin: 5px 0;
  width: 50px;
  height: 58px;
  background-size: 100%;
  background-image: url(assets/images/events-icon.png);
}
/* line 821, assets/sass/breakpoints/_base.scss */
.col-events-calendar .cal .cal-text {
  padding: 21px 0 0 0;
}
/* line 823, assets/sass/breakpoints/_base.scss */
.col-events-calendar .cal .cal-text h2, .col-events-calendar .cal .cal-text h3 {
  text-align: center;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  color: #000000;
  padding: 0;
}
/* line 830, assets/sass/breakpoints/_base.scss */
.col-events-calendar .cal .cal-text h3 {
  text-transform: uppercase;
  font-size: 0.625em;
}
/* line 834, assets/sass/breakpoints/_base.scss */
.col-events-calendar .cal .cal-text h2 {
  font-size: 1.4375em;
}
/* line 839, assets/sass/breakpoints/_base.scss */
.col-events-calendar .button {
  margin-top: 23px;
  font-size: 0.75em;
}
/* line 843, assets/sass/breakpoints/_base.scss */
.col-events-calendar h2, .col-events-calendar .view-all-events {
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-size: 0.5em;
  color: #7a7a77;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 30px;
}
/* line 851, assets/sass/breakpoints/_base.scss */
.col-events-calendar .event-title {
  font-size: 0.8125em;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.5em;
}
/* line 858, assets/sass/breakpoints/_base.scss */
.col-events-calendar p {
  font-size: 0.75em;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  margin-bottom: 15px;
  line-height: 1.5em;
}
/* line 864, assets/sass/breakpoints/_base.scss */
.col-events-calendar .view-all-events {
  text-decoration: underline;
  padding: 0;
  position: relative;
}
/* line 868, assets/sass/breakpoints/_base.scss */
.col-events-calendar .view-all-events:after {
  left: -15%;
  top: 5px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 161, 190, 0);
  border-left-color: #00a1be;
  border-width: 7px;
  margin-top: -7px;
  -moz-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  -webkit-transform: translateX(-7px);
  transform: translateX(-7px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 885, assets/sass/breakpoints/_base.scss */
.col-events-calendar .view-all-events:hover {
  opacity: 1;
  color: #00a1be;
}
/* line 888, assets/sass/breakpoints/_base.scss */
.col-events-calendar .view-all-events:hover:after {
  opacity: 1;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

/* line 897, assets/sass/breakpoints/_base.scss */
.button {
  display: inline-block;
  color: #7a7a77;
  border: 1px solid #7a7a77;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  padding: 5px 10px 5px 10px;
}

/* line 905, assets/sass/breakpoints/_base.scss */
#main-footer {
  height: 66px;
  background-color: #3f3f3b;
}
/* line 908, assets/sass/breakpoints/_base.scss */
#main-footer p {
  text-align: center;
  color: #ffffff;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 0.6875em;
  line-height: 1.3125em;
  padding: 0 120px;
  margin-top: 19px;
}
/* line 918, assets/sass/breakpoints/_base.scss */
#main-footer .widget {
  padding: 0;
}

/* line 923, assets/sass/breakpoints/_base.scss */
#popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
  display: none;
}
/* line 932, assets/sass/breakpoints/_base.scss */
#popup .close-btn {
  width: 40px;
  height: 40px;
  background: #00a1be;
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  font-size: 1.5625em;
  cursor: pointer;
  z-index: 10;
}
/* line 947, assets/sass/breakpoints/_base.scss */
#popup .pop-content {
  width: 768px;
  margin: 80px auto;
  background-color: #ffffff;
  border-radius: 20px;
  position: relative;
  min-height: 550px;
  overflow-y: scroll;
}
/* line 955, assets/sass/breakpoints/_base.scss */
#popup .pop-content p {
  color: #000000;
  text-align: center;
  margin-top: 0;
}
/* line 960, assets/sass/breakpoints/_base.scss */
#popup .pop-content .state {
  position: absolute;
  top: 0;
  width: 770px;
  padding: 30px;
  display: none;
}
/* line 966, assets/sass/breakpoints/_base.scss */
#popup .pop-content .state.show {
  display: block;
}
/* line 969, assets/sass/breakpoints/_base.scss */
#popup .pop-content .state .button {
  font-size: 1.25em;
  padding: 10px;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 7px auto;
  cursor: pointer;
  display: block;
  width: 250px;
  height: 60px;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 982, assets/sass/breakpoints/_base.scss */
#popup .pop-content .state .button.gated-pdf-link {
  background: #ee3141;
  padding: 15px;
  font-size: 0.625em;
  border: 0;
  text-align: center;
  font-weight: 700;
  color: white;
  margin-top: 30px;
  width: 150px;
  height: auto;
}
/* line 994, assets/sass/breakpoints/_base.scss */
#popup .pop-content .state .button a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  color: #ffffff;
  text-align: center;
  font-size: 1.25em;
  padding-top: 17px;
}
/* line 1007, assets/sass/breakpoints/_base.scss */
#popup .pop-content .state .gform_wrapper span.gform_description {
  font-size: 1.25em;
}
/* line 1010, assets/sass/breakpoints/_base.scss */
#popup .pop-content .state .gform_confirmation_message {
  margin-top: 170px;
  font-size: 1.875em;
}
/* line 1015, assets/sass/breakpoints/_base.scss */
#popup .pop-content h2 {
  text-align: center;
  font-size: 2.5em;
  margin: 0;
}

/* line 1023, assets/sass/breakpoints/_base.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  opacity: 0;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1037, assets/sass/breakpoints/_base.scss */
.modal.active {
  opacity: 1;
}
/* line 1040, assets/sass/breakpoints/_base.scss */
.modal .video {
  position: absolute;
  width: 640px;
  height: 360px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 1048, assets/sass/breakpoints/_base.scss */
.modal .row-team-member {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 45px;
  width: 800px;
}
/* line 1056, assets/sass/breakpoints/_base.scss */
.modal .row-team-member .bio {
  height: 319px;
  overflow-y: scroll;
  font-size: 1.125em;
  line-height: 1.3125em;
  font-weight: 100;
}
/* line 1063, assets/sass/breakpoints/_base.scss */
.modal .row-team-member p {
  font-size: 1em;
  line-height: 1.3125em;
  font-weight: 100;
}
/* line 1068, assets/sass/breakpoints/_base.scss */
.modal .row-team-member h2 {
  margin-top: 20px !important;
  text-align: center;
}
/* line 1072, assets/sass/breakpoints/_base.scss */
.modal .row-team-member .close-btn {
  position: absolute;
  background: #00a1be;
  top: 0;
  right: 0;
  padding: 8px 10px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Libre Franklin", Helvetica, Arial, sans-serif;
  cursor: pointer;
}

/* line 1087, assets/sass/breakpoints/_base.scss */
.mobile {
  display: none;
}

/* line 1093, assets/sass/breakpoints/_base.scss */
.fade-in-left {
  opacity: 0;
  -moz-transform: translate(-20px, 0px);
  -ms-transform: translate(-20px, 0px);
  -webkit-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1097, assets/sass/breakpoints/_base.scss */
.fade-in-left.active {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 1102, assets/sass/breakpoints/_base.scss */
.fade-in-right {
  opacity: 0;
  -moz-transform: translate(20px, 0px);
  -ms-transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  transform: translate(20px, 0px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1106, assets/sass/breakpoints/_base.scss */
.fade-in-right.active {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 1111, assets/sass/breakpoints/_base.scss */
.fade-in-top {
  opacity: 0;
  -moz-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1115, assets/sass/breakpoints/_base.scss */
.fade-in-top.active {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 1120, assets/sass/breakpoints/_base.scss */
.fade-in-bottom {
  opacity: 0;
  -moz-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1124, assets/sass/breakpoints/_base.scss */
.fade-in-bottom.active {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 1129, assets/sass/breakpoints/_base.scss */
.fade-in {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/* line 1132, assets/sass/breakpoints/_base.scss */
.fade-in.active {
  opacity: 1;
}

@media only screen and (max-width: 1200px) {
  /* line 4, assets/sass/breakpoints/_1200down.scss */
  #page.site .row.row-home-nav .bottom {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 8, assets/sass/breakpoints/_1200down.scss */
  #page.site .row.row-home-nav .bottom .bottom-center {
    padding-top: 0;
  }
  /* line 14, assets/sass/breakpoints/_1200down.scss */
  #page.site .row .row-interior-content .col-interior-nav h2 {
    font-size: 0.875em;
  }
  /* line 18, assets/sass/breakpoints/_1200down.scss */
  #page.site .row .row-interior-content .col-interior-nav ul li {
    font-size: 0.9375em;
    padding-left: 20px;
  }
  /* line 21, assets/sass/breakpoints/_1200down.scss */
  #page.site .row .row-interior-content .col-interior-nav ul li:before {
    top: 15px;
    border-width: 15px;
    margin-top: -15px;
  }

  /* line 32, assets/sass/breakpoints/_1200down.scss */
  #page-fall-tips-collaborative img {
    max-width: 100%;
    margin: 0;
  }

  /* line 37, assets/sass/breakpoints/_1200down.scss */
  footer#main-footer {
    height: auto;
    padding-bottom: 20px;
  }
  /* line 40, assets/sass/breakpoints/_1200down.scss */
  footer#main-footer p {
    padding: 0 40px;
  }

  /* line 48, assets/sass/breakpoints/_1200down.scss */
  header .row-interior-nav .nav-item h1 {
    font-size: 0.9375em;
  }

  /* line 55, assets/sass/breakpoints/_1200down.scss */
  .modal .row-team-member {
    width: 800px;
  }
}
@media only screen and (max-width: 992px) {
  /* line 6, assets/sass/breakpoints/_992down.scss */
  #page.site .row.row-home-nav .bottom .bottom-center h1 {
    font-size: 0.875em;
  }
  /* line 9, assets/sass/breakpoints/_992down.scss */
  #page.site .row.row-home-nav .bottom .bottom-center p {
    font-size: 0.75em;
  }
  /* line 18, assets/sass/breakpoints/_992down.scss */
  #page.site .row .row-interior-content .col-interior-text.page-implement-fall-tips figure, #page.site .row .row-interior-content .col-interior-text.width-sidebar figure {
    width: 100% !important;
  }
  /* line 20, assets/sass/breakpoints/_992down.scss */
  #page.site .row .row-interior-content .col-interior-text.page-implement-fall-tips figure img, #page.site .row .row-interior-content .col-interior-text.width-sidebar figure img {
    width: 100%;
  }
  /* line 28, assets/sass/breakpoints/_992down.scss */
  #page.site .row .row-interior-content .col-interior-sidebar aside h1 {
    font-size: 1.5625em;
  }
  /* line 31, assets/sass/breakpoints/_992down.scss */
  #page.site .row .row-interior-content .col-interior-sidebar aside p {
    font-size: 1em;
  }

  /* line 42, assets/sass/breakpoints/_992down.scss */
  header .row-interior-nav .nav-item {
    height: 168px;
  }
  /* line 44, assets/sass/breakpoints/_992down.scss */
  header .row-interior-nav .nav-item h1 {
    font-size: 0.9375em;
  }
  /* line 50, assets/sass/breakpoints/_992down.scss */
  header .row-header-inner h1 {
    font-size: 1.25em;
  }

  /* line 56, assets/sass/breakpoints/_992down.scss */
  footer#main-footer {
    height: auto;
    padding-bottom: 20px;
  }
  /* line 59, assets/sass/breakpoints/_992down.scss */
  footer#main-footer p {
    padding: 0 40px;
  }

  /* line 64, assets/sass/breakpoints/_992down.scss */
  #popup {
    padding: 40px;
  }
  /* line 67, assets/sass/breakpoints/_992down.scss */
  #popup #mce-responses #mce-success-response, #popup #mce-responses #mce-error-response {
    font-size: 0.75em;
  }
  /* line 69, assets/sass/breakpoints/_992down.scss */
  #popup #mce-responses #mce-success-response a, #popup #mce-responses #mce-error-response a {
    text-decoration: underline;
  }
  /* line 73, assets/sass/breakpoints/_992down.scss */
  #popup #mce-responses div.response {
    width: 100%;
  }
  /* line 77, assets/sass/breakpoints/_992down.scss */
  #popup h2 {
    font-size: 1.875em;
  }
  /* line 82, assets/sass/breakpoints/_992down.scss */
  #popup #mc_embed_signup .mc-field-group input {
    font-size: 1.25em;
  }
  /* line 87, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content {
    width: 100%;
    margin: 40px auto;
  }
  /* line 90, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content p {
    font-size: 1.25em;
  }
  /* line 93, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content h2 {
    font-size: 1.5625em;
    margin-top: 50px;
  }
  /* line 98, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content .state {
    width: 100%;
    padding: 30px;
  }
  /* line 101, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content .state.fade-in {
    opacity: 0;
  }
  /* line 103, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content .state.fade-in.active {
    opacity: 1;
  }
  /* line 107, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content .state .wrap {
    padding: 0 !important;
  }
  /* line 110, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content .state.come-back {
    font-size: 1.375em;
  }
  /* line 113, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content .state .button {
    width: 200px;
  }
  /* line 115, assets/sass/breakpoints/_992down.scss */
  #popup .pop-content .state .button a {
    font-size: 1em;
  }

  /* line 124, assets/sass/breakpoints/_992down.scss */
  .modal .row-team-member {
    width: 700px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 6, assets/sass/breakpoints/_768down.scss */
  #page.site .row.row-home-nav .bottom .bottom-center h1 {
    font-size: 1.4375em;
  }
  /* line 9, assets/sass/breakpoints/_768down.scss */
  #page.site .row.row-home-nav .bottom .bottom-center p {
    font-size: 1.125em;
  }
  /* line 16, assets/sass/breakpoints/_768down.scss */
  #page.site .seconday-nav {
    margin-top: 0;
  }
  /* line 19, assets/sass/breakpoints/_768down.scss */
  #page.site .col-events-calendar {
    margin-bottom: 40px;
  }
  /* line 22, assets/sass/breakpoints/_768down.scss */
  #page.site .nav-item {
    margin-bottom: 40px;
  }
  /* line 24, assets/sass/breakpoints/_768down.scss */
  #page.site .nav-item img {
    width: 100%;
  }
  /* line 27, assets/sass/breakpoints/_768down.scss */
  #page.site .nav-item .image {
    overflow: hidden;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /* line 35, assets/sass/breakpoints/_768down.scss */
  #page.site .row-home-button {
    margin-top: 0;
  }
  /* line 38, assets/sass/breakpoints/_768down.scss */
  #page.site .row-home-button .button p {
    font-size: 0.9375em;
  }
  /* line 43, assets/sass/breakpoints/_768down.scss */
  #page.site .interior-sidebar {
    padding-left: 0;
  }
  /* line 47, assets/sass/breakpoints/_768down.scss */
  #page.site .row-interior-content .col-interior-text {
    padding-left: 0;
  }
  /* line 49, assets/sass/breakpoints/_768down.scss */
  #page.site .row-interior-content .col-interior-text.page-implement-fall-tips h1:first-child {
    padding: 0 0 0 40px;
  }
  /* line 54, assets/sass/breakpoints/_768down.scss */
  #page.site .row-interior-content .col-interior-text.team-members img {
    margin: 0 auto 20px auto;
    display: block;
    float: none;
  }
  /* line 61, assets/sass/breakpoints/_768down.scss */
  #page.site .row-interior-content .col-interior-text .sidebar-item {
    position: relative;
    left: 0;
    width: 90%;
    margin: 20px 0;
  }
  /* line 66, assets/sass/breakpoints/_768down.scss */
  #page.site .row-interior-content .col-interior-text .sidebar-item h1 {
    padding: 0 !important;
  }
  /* line 70, assets/sass/breakpoints/_768down.scss */
  #page.site .row-interior-content .col-interior-text figure {
    width: 100% !important;
  }
  /* line 72, assets/sass/breakpoints/_768down.scss */
  #page.site .row-interior-content .col-interior-text figure img {
    width: 100%;
  }
  /* line 77, assets/sass/breakpoints/_768down.scss */
  #page.site .row-interior-content .col-interior-sidebar {
    padding-top: 0;
    padding-left: 0;
  }
  /* line 82, assets/sass/breakpoints/_768down.scss */
  #page.site .row-interior-nav {
    display: none;
  }
  /* line 85, assets/sass/breakpoints/_768down.scss */
  #page.site .col-interior-nav {
    display: none;
  }

  /* line 95, assets/sass/breakpoints/_768down.scss */
  header .row-header-inner, .home .row-header-inner {
    margin: 0 !important;
    padding: 25px !important;
  }
  /* line 98, assets/sass/breakpoints/_768down.scss */
  header .row-header-inner h2, .home .row-header-inner h2 {
    font-size: 0.75em;
    text-align: center;
    padding: 0;
    margin: 15px 0 0 0;
  }
  /* line 104, assets/sass/breakpoints/_768down.scss */
  header .row-header-inner h1, .home .row-header-inner h1 {
    font-size: 1.5625em;
    text-align: center;
    margin: 13px 0 0 0;
  }
  /* line 110, assets/sass/breakpoints/_768down.scss */
  header .logo, .home .logo {
    margin: 0 auto;
  }
  /* line 112, assets/sass/breakpoints/_768down.scss */
  header .logo .custom-logo-link, .home .logo .custom-logo-link {
    width: 100%;
  }
  /* line 114, assets/sass/breakpoints/_768down.scss */
  header .logo .custom-logo-link img, .home .logo .custom-logo-link img {
    width: 100%;
    margin: 0 auto;
  }
  /* line 120, assets/sass/breakpoints/_768down.scss */
  header .logo-inner, .home .logo-inner {
    padding-right: 15px !important;
  }

  /* line 125, assets/sass/breakpoints/_768down.scss */
  .home .row-header-inner {
    padding-bottom: 0;
  }
  /* line 129, assets/sass/breakpoints/_768down.scss */
  .home header .logo {
    width: 225px;
  }
  /* line 131, assets/sass/breakpoints/_768down.scss */
  .home header .logo .custom-logo-link {
    width: 100%;
  }
  /* line 133, assets/sass/breakpoints/_768down.scss */
  .home header .logo .custom-logo-link img {
    width: 100%;
    margin: 0 auto;
  }

  /* line 142, assets/sass/breakpoints/_768down.scss */
  .col-events-calendar .calendar-inc {
    margin-bottom: 0;
  }
  /* line 144, assets/sass/breakpoints/_768down.scss */
  .col-events-calendar .calendar-inc h2, .col-events-calendar .calendar-inc .event-title, .col-events-calendar .calendar-inc .view-all-events, .col-events-calendar .calendar-inc p {
    text-align: center;
    width: 100%;
    display: block;
    padding: 0;
  }
  /* line 150, assets/sass/breakpoints/_768down.scss */
  .col-events-calendar .calendar-inc .cal {
    margin: 5px auto;
  }

  /* line 156, assets/sass/breakpoints/_768down.scss */
  .seconday-nav {
    display: none;
  }

  /* line 160, assets/sass/breakpoints/_768down.scss */
  .tribe_events-template-default.single .view-all-events:after {
    left: 33%;
  }

  /* line 164, assets/sass/breakpoints/_768down.scss */
  .js .main-navigation.toggled-on > div > ul.menu {
    background: transparent;
    border-top: 0;
    padding: 0;
  }

  /* line 170, assets/sass/breakpoints/_768down.scss */
  #site-navigation h2 {
    text-align: left;
    color: #000000;
    font-weight: 500;
  }
  /* line 176, assets/sass/breakpoints/_768down.scss */
  #site-navigation.main-navigation li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  /* line 179, assets/sass/breakpoints/_768down.scss */
  #site-navigation.main-navigation a {
    color: rgba(255, 255, 255, 0.6);
  }
  /* line 181, assets/sass/breakpoints/_768down.scss */
  #site-navigation.main-navigation a:hover {
    color: #ffffff;
    opacity: 1;
  }
  /* line 187, assets/sass/breakpoints/_768down.scss */
  #site-navigation.main-navigation .current_page_item a {
    color: #ffffff;
  }
  /* line 191, assets/sass/breakpoints/_768down.scss */
  #site-navigation.main-navigation .sub-menu {
    background: transparent;
  }
  /* line 193, assets/sass/breakpoints/_768down.scss */
  #site-navigation.main-navigation .sub-menu li {
    border: 0;
  }
  /* line 198, assets/sass/breakpoints/_768down.scss */
  #site-navigation .dropdown-toggle {
    color: #ffffff;
  }

  /* line 204, assets/sass/breakpoints/_768down.scss */
  .mobile {
    display: block;
  }

  /* line 208, assets/sass/breakpoints/_768down.scss */
  #popup {
    padding: 10% 20px;
  }
  /* line 210, assets/sass/breakpoints/_768down.scss */
  #popup .pop-content {
    margin: 0 auto !important;
    height: 80%;
    overflow-y: scroll;
  }
  /* line 214, assets/sass/breakpoints/_768down.scss */
  #popup .pop-content .state {
    padding: 15px;
  }
  /* line 216, assets/sass/breakpoints/_768down.scss */
  #popup .pop-content .state .gform_footer.top_label {
    margin-top: 0;
  }
  /* line 219, assets/sass/breakpoints/_768down.scss */
  #popup .pop-content .state .button {
    padding: 5px 10px;
    width: 130px;
    height: auto;
    margin-top: 0px;
  }
  /* line 224, assets/sass/breakpoints/_768down.scss */
  #popup .pop-content .state .button.gated-pdf-link {
    padding: 15px;
    margin-top: 30px;
  }
  /* line 229, assets/sass/breakpoints/_768down.scss */
  #popup .pop-content .state .gform_confirmation_message {
    margin-top: 40px;
  }

  /* line 235, assets/sass/breakpoints/_768down.scss */
  .button-link.clear {
    text-align: center;
  }

  /* line 239, assets/sass/breakpoints/_768down.scss */
  #page-about-the-team .row .row-interior-content .col-interior-text .person .modal .row-team-member {
    width: 80%;
  }
  /* line 241, assets/sass/breakpoints/_768down.scss */
  #page-about-the-team .row .row-interior-content .col-interior-text .person .modal .row-team-member .image {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (max-width: 576px) {
  /* line 3, assets/sass/breakpoints/_576down.scss */
  #popup #mc_embed_signup h2 {
    font-size: 1.5625em;
  }
  /* line 7, assets/sass/breakpoints/_576down.scss */
  #popup .pop-content {
    min-height: 500px;
  }
  /* line 9, assets/sass/breakpoints/_576down.scss */
  #popup .pop-content .state .button {
    padding: 5px 10px;
    width: 130px;
  }

  /* line 16, assets/sass/breakpoints/_576down.scss */
  .modal .row-team-member {
    width: 80%;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
  /* line 21, assets/sass/breakpoints/_576down.scss */
  .modal .row-team-member .bio {
    height: 210px;
    margin-top: 15px;
  }
}
