@charset "UTF-8";
/******************************************************************
Site Name: Sage
Author: Zone5

Stylesheet: Main Stylesheet

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 487, ../scss/partials/_normalize.scss */
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
/* line 489, ../scss/partials/_normalize.scss */
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
/* line 490, ../scss/partials/_normalize.scss */
.clearfix:after, .cf:after, .comment-respond: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/
*********************/
/* Color palette */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
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;
  }
*/
/*font-family: 'sage_icons';
src: url('../font/sage_icons.eot?22991693');
src: url('../font/sage_icons.eot?22991693#iefix') format('embedded-opentype'),
url('../font/sage_icons.woff2?22991693') format('woff2'),
url('../font/sage_icons.woff?22991693') format('woff'),
url('../font/sage_icons.ttf?22991693') format('truetype'),
url('../font/sage_icons.svg?22991693#sage_icons') format('svg');
font-weight: normal;
font-style: normal;*/
@font-face {
  font-family: 'sage_icons';
  src: url("../assets/fonts/sage_icons.eot?66175676");
  src: url("../assets/fonts/sage_icons.eot?66175676#iefix") format("embedded-opentype"), url("../assets/fonts/sage_icons.woff2?66175676") format("woff2"), url("../assets/fonts/sage_icons.woff?66175676") format("woff"), url("../assets/fonts/sage_icons.ttf?66175676") format("truetype"), url("../assets/fonts/sage_icons.svg?66175676#sage_icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'sage_icons';
    src: url('../font/sage_icons.svg?66175676#sage_icons') format('svg');
  }
}
*/
/* line 74, ../scss/partials/_typography.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "sage_icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* line 109, ../scss/partials/_typography.scss */
.icon-cta_arrow:before {
  content: '\e800';
}

/* '' */
/* line 110, ../scss/partials/_typography.scss */
.icon-slider_arrow_right:before {
  content: '\e800';
}

/* '' */
/* line 111, ../scss/partials/_typography.scss */
.icon-slider_arrow_left:before {
  content: '\e801';
}

/* '' */
/* line 113, ../scss/partials/_typography.scss */
.icon-slider_arrow_right:before {
  content: '\e800';
}

/* '' */
/* line 114, ../scss/partials/_typography.scss */
.icon-slider_arrow_left:before {
  content: '\e801';
}

/* '' */
/* line 115, ../scss/partials/_typography.scss */
.icon-cta_arrow:before {
  content: '\e802';
}

/* '' */
/* line 116, ../scss/partials/_typography.scss */
.icon-search_icon:before {
  content: '\e803';
}

/* '' */
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/* line 132, ../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";
}

/******************************************************************
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%;
*********************/
/*********************
CSS3 GRADIENTS
*********************/
/* @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
******************************************************************/
/* line 16, ../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 30, ../scss/partials/_grid.scss */
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

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

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

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

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

  /* line 56, ../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 67, ../scss/partials/_grid.scss */
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 229, ../scss/partials/_grid.scss */
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/* line 106, ../scss/partials/_susygrid.scss */
.block__wrap {
  max-width: 1200px;
}

/* line 110, ../scss/partials/_susygrid.scss */
ul.menu {
  margin: 0;
}

/* line 115, ../scss/partials/_susygrid.scss */
.upper {
  text-transform: uppercase;
}

/* line 119, ../scss/partials/_susygrid.scss */
.variant {
  color: #c9db48;
  display: inline-block;
}
@media (min-width: 240px) and (max-width: 768px) {
  /* line 119, ../scss/partials/_susygrid.scss */
  .variant {
    display: block;
  }
}
@media (min-width: 769px) {
  /* line 119, ../scss/partials/_susygrid.scss */
  .variant {
    padding-right: 8px;
    border-right: 1px solid #c3bdb1;
    vertical-align: text-bottom;
  }
}

/* line 132, ../scss/partials/_susygrid.scss */
.lower-variant {
  color: #e0dbd2;
}
@media (min-width: 769px) {
  /* line 132, ../scss/partials/_susygrid.scss */
  .lower-variant {
    padding-left: 8px;
    display: inline-block;
    vertical-align: text-bottom;
  }
}

/* line 141, ../scss/partials/_susygrid.scss */
.primary {
  width: 65.64417%;
  float: left;
  margin-right: 3.06748%;
}

/* line 146, ../scss/partials/_susygrid.scss */
.primary-select {
  width: 57.05521%;
  float: left;
  margin-right: 3.06748%;
}

/* line 150, ../scss/partials/_susygrid.scss */
.primary-half {
  width: 47.66355%;
  float: left;
  margin-right: 4.6729%;
}

/* line 154, ../scss/partials/_susygrid.scss */
.secondary {
  width: 31.28834%;
  float: right;
  margin-right: 0;
}

/*********************
IMPORTING MODULES
*********************/
/******************************************************************
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: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
/* line 27, ../scss/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 44, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
/* line 51, ../scss/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
/* line 62, ../scss/modules/_buttons.scss */
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9;
}
/* line 66, ../scss/modules/_buttons.scss */
.blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
  background-color: #2574a8;
}
/* line 71, ../scss/modules/_buttons.scss */
.blue-btn:active, .comment-reply-link:active, #submit:active {
  background-color: #2472a4;
}

/* line 77, ../scss/modules/_buttons.scss */
.button__go__button {
  margin: auto;
  padding: 9px 0 10px 0;
  background-color: #27a1d6;
  color: #ffffff;
  width: 56px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  display: block;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
/* line 92, ../scss/modules/_buttons.scss */
.button__go__button:hover, .button__go__button:focus {
  background-color: #2391c0;
}

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

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
/* line 24, ../scss/modules/_forms.scss */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
  box-sizing: border-box;
}
/* line 61, ../scss/modules/_forms.scss */
input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}
/* line 68, ../scss/modules/_forms.scss */
input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
/* line 80, ../scss/modules/_forms.scss */
input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #ffffff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
/* line 92, ../scss/modules/_forms.scss */
input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
/* line 98, ../scss/modules/_forms.scss */
input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

/* line 108, ../scss/modules/_forms.scss */
input[type="password"] {
  letter-spacing: 0.3em;
}

/* line 113, ../scss/modules/_forms.scss */
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

/* line 120, ../scss/modules/_forms.scss */
select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  /*background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;*/
  background-color: #c9db48;
  color: #000000;
  position: relative;
  background-image: none;
}

/* line 1, ../scss/modules/_animations.scss */
#mobile-drop-menu {
  animation: MenuAnimIn1 0.4s linear forwards;
}

@keyframes MenuAnimIn1 {
  0% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
  20% {
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5;
  }
  100% {
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes MenuAnimOut1 {
  50% {
    transform: translateZ(-250px) rotateY(30deg);
  }
  75% {
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5;
  }
  100% {
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0;
  }
}
@keyframes SlideFromRight {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  50% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideToRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  50% {
    opacity: 0.5;
    transform: translateX(50%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
@keyframes inFromLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* line 1, ../scss/modules/_block_scholleges.scss */
.bg__pattern, .block_scholleges, .pattern__wrap {
  background: #e0dbd2 url(../assets/images/scholleges_pattern.png) repeat 0 0;
  background-blend-mode: multiply;
}

/* line 8, ../scss/modules/_block_scholleges.scss */
.block_scholleges a.schollege__label {
  padding-left: 24px;
  padding-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #006747;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  height: 24px;
  letter-spacing: 1.1px;
  white-space: nowrap;
  display: block;
}
/* line 24, ../scss/modules/_block_scholleges.scss */
.block_scholleges a.schollege__label.visited {
  color: #ffffff;
}
/* line 27, ../scss/modules/_block_scholleges.scss */
.block_scholleges a.schollege__label:hover {
  background-color: #40ad48;
  color: #ffffff;
}

/* line 34, ../scss/modules/_block_scholleges.scss */
.schollege__media {
  font-size: 0;
}
/* line 37, ../scss/modules/_block_scholleges.scss */
.schollege__media img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

/* line 45, ../scss/modules/_block_scholleges.scss */
.schollege__body {
  padding: 5px 25px;
  background-color: #ffffff;
  font-family: inherit;
}

/* line 51, ../scss/modules/_block_scholleges.scss */
.schollege__body h3 {
  color: #827566;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
}
/* line 57, ../scss/modules/_block_scholleges.scss */
.schollege__body h3 a {
  color: #827566;
}
/* line 59, ../scss/modules/_block_scholleges.scss */
.schollege__body h3 a:hover {
  color: #a69b8e;
}

/* line 65, ../scss/modules/_block_scholleges.scss */
.schollege__body p {
  color: #000000;
  font-weight: 100;
  font-size: 16px;
  line-height: 22px;
  font-family: inherit;
}

/* line 73, ../scss/modules/_block_scholleges.scss */
.block_scholleges_wrap {
  margin-left: auto;
  margin-right: auto;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.block_scholleges_wrap:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 80, ../scss/modules/_block_scholleges.scss */
.block__secondary__scholleges {
  /*margin-top: 36px;*/
  margin-top: 0;
}
@media (min-width: 240px) and (max-width: 1030px) {
  /* line 80, ../scss/modules/_block_scholleges.scss */
  .block__secondary__scholleges {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (min-width: 480px) and (max-width: 1030px) {
  /* line 90, ../scss/modules/_block_scholleges.scss */
  .block_scholleges {
    padding-left: 24px;
    padding-right: 24px;
  }
}
/* line 101, ../scss/modules/_block_scholleges.scss */
.block_scholleges .block__wrap__inside {
  margin-left: -1.4881%;
  margin-right: -1.4881%;
}
/* line 108, ../scss/modules/_block_scholleges.scss */
.block_scholleges .block__item {
  margin-bottom: 20px;
  width: 50%;
  float: left;
  padding-left: 1.4881%;
  padding-right: 1.4881%;
}
/* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
.block_scholleges .block__item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
}
/* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
.block_scholleges .block__item:nth-child(2n + 2) {
  margin-left: 50%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 768px) {
  /* line 108, ../scss/modules/_block_scholleges.scss */
  .block_scholleges .block__item {
    width: 33.33333%;
    float: left;
    padding-left: 1.4881%;
    padding-right: 1.4881%;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
}
/* line 125, ../scss/modules/_block_scholleges.scss */
.block_scholleges .block__item__secondary {
  margin-bottom: 20px;
  width: 48.46626%;
  float: left;
}
/* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
.block_scholleges .block__item__secondary:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
/* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
.block_scholleges .block__item__secondary:nth-child(2n + 2) {
  margin-left: 51.53374%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 480px) {
  /* line 125, ../scss/modules/_block_scholleges.scss */
  .block_scholleges .block__item__secondary {
    width: 48.46626%;
    float: left;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(2n + 2) {
    margin-left: 51.53374%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 768px) {
  /* line 125, ../scss/modules/_block_scholleges.scss */
  .block_scholleges .block__item__secondary {
    width: 31.28834%;
    float: left;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(3n + 2) {
    margin-left: 34.35583%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(3n + 3) {
    margin-left: 68.71166%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1030px) {
  /* line 125, ../scss/modules/_block_scholleges.scss */
  .block_scholleges .block__item__secondary {
    width: 14.11043%;
    float: left;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(6n + 2) {
    margin-left: 17.17791%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(6n + 3) {
    margin-left: 34.35583%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(6n + 4) {
    margin-left: 51.53374%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(6n + 5) {
    margin-left: 68.71166%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_scholleges .block__item__secondary:nth-child(6n + 6) {
    margin-left: 85.88957%;
    margin-right: -100%;
    clear: none;
  }
}
/* line 138, ../scss/modules/_block_scholleges.scss */
.block_scholleges .block__item__secondary .schollege__label {
  color: #ffffff;
  display: block;
  padding-left: 12px;
  padding-top: 3px;
  height: 18px;
}
/* line 145, ../scss/modules/_block_scholleges.scss */
.block_scholleges .block__item__secondary .schollege__label:hover {
  background-color: #40ad48;
}
/* line 150, ../scss/modules/_block_scholleges.scss */
.block_scholleges .block__item__secondary .schollege__body {
  padding: 5px 12px;
  background-color: #ffffff;
  font-family: inherit;
  min-height: 70px;
}
/* line 157, ../scss/modules/_block_scholleges.scss */
.block_scholleges .block__item__secondary .schollege__body h3 {
  margin: 0;
  color: #827566;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 19px;
  font-weight: 600;
}
/* line 164, ../scss/modules/_block_scholleges.scss */
.block_scholleges .block__item__secondary .schollege__body h3 a {
  color: #827566;
}
/* line 166, ../scss/modules/_block_scholleges.scss */
.block_scholleges .block__item__secondary .schollege__body h3 a:hover {
  color: #a69b8e;
}

/* line 1, ../scss/modules/_block_search.scss */
.block__search {
  transition: all 0.5s ease-in;
}
/* line 5, ../scss/modules/_block_search.scss */
.block__search #searchform {
  margin: 0;
  padding: 0;
}
/* line 13, ../scss/modules/_block_search.scss */
.block__search input.form__search__button {
  margin: 0;
  padding: 5px 38px 5px 10px;
  background-color: #efede7;
  color: #827566;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  height: 30px;
  font-size: 16px;
  font-weight: 100;
  display: inline-block;
}
/* line 26, ../scss/modules/_block_search.scss */
.block__search .form__search__submit {
  margin: 0;
  padding: 0;
  width: 21px;
  height: 21px;
  right: 35px;
  border: none;
  background: transparent url(../assets/images/blue-glass.png) no-repeat top right;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 41, ../scss/modules/_block_search.scss */
.block__search__button {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 41, ../scss/modules/_block_search.scss */
  .block__search__button {
    padding: 5px;
    width: 36px;
    height: 36px;
    position: relative;
    border: 1px solid transparent;
    background: transparent;
    text-align: center;
    display: block;
    float: right;
  }
  /* line 54, ../scss/modules/_block_search.scss */
  .block__search__button:before {
    width: 21px;
    width: 24px;
    height: 21px;
    height: 24px;
    background: transparent url(../assets/images/opalka-search-icon.svg) no-repeat 0 0;
    position: relative;
    display: block;
    content: ' ';
    text-indent: -9999em;
  }
  /* line 65, ../scss/modules/_block_search.scss */
  .block__search__button:hover, .block__search__button.--enabled {
    padding-bottom: 8px;
    border-bottom: 3px solid #000000;
    background-color: #a1978c;
  }
}

/* line 73, ../scss/modules/_block_search.scss */
#block_desk_searchform {
  display: none;
}

@media (min-width: 768px) {
  /* line 78, ../scss/modules/_block_search.scss */
  #toggle_desk_search {
    padding: 0;
    width: 48px;
    height: 35px;
    position: relative;
    border: 1px solid transparent;
    background: transparent;
    text-align: center;
    display: block;
    float: right;
  }
  /* line 88, ../scss/modules/_block_search.scss */
  #toggle_desk_search:before {
    width: 48px;
    height: 35px;
    /*background: transparent url(../assets/images/search-icon.svg) no-repeat 0 0;*/
    position: relative;
    display: block;
    content: "\e803";
    font-size: 24px;
    font-family: "sage_icons";
    color: #ffffff;
    top: 5px;
  }
  /* line 100, ../scss/modules/_block_search.scss */
  #toggle_desk_search:hover, #toggle_desk_search.--enabled {
    border-bottom: 1px solid transparent;
    color: #ffffff;
    background-color: #a1978c;
  }
  /* line 104, ../scss/modules/_block_search.scss */
  #toggle_desk_search:hover:before, #toggle_desk_search.--enabled:before {
    color: #ffffff;
  }

  /* line 110, ../scss/modules/_block_search.scss */
  #block_desk_searchform {
    display: none;
    position: relative;
    right: 30px;
    right: auto;
    top: -1px;
    float: right;
    width: 265px;
    padding: 7px 7px 8px 6px;
    background-color: transparent;
  }
  /* line 121, ../scss/modules/_block_search.scss */
  #block_desk_searchform form {
    outline: 1px solid #27a1d6;
  }
  /* line 126, ../scss/modules/_block_search.scss */
  #block_desk_searchform input#s_minisite {
    width: 222px;
  }
  /* line 130, ../scss/modules/_block_search.scss */
  #block_desk_searchform #searchsubmit_minisite {
    background-color: #27a1d6;
    right: 0;
    width: 30px;
    height: 30px;
    float: right;
  }
  /* line 136, ../scss/modules/_block_search.scss */
  #block_desk_searchform #searchsubmit_minisite:before {
    display: block;
    content: "\e800";
    font-size: 21px;
    font-family: "sage_icons";
    color: #ffffff;
    background: transparent;
  }
}
/* line 148, ../scss/modules/_block_search.scss */
.block__input__wrap {
  position: relative;
}
@media (min-width: 240px) and (max-width: 768px) {
  /* line 148, ../scss/modules/_block_search.scss */
  .block__input__wrap {
    max-width: 314px;
  }
}

/* line 156, ../scss/modules/_block_search.scss */
.program__searches {
  width: 100%;
  display: block;
  float: left;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 156, ../scss/modules/_block_search.scss */
  .program__searches {
    float: none;
  }
}
/* line 167, ../scss/modules/_block_search.scss */
.program__searches .program__search__keyword .form__search__submit {
  width: 22pt;
  height: 22pt;
  position: absolute;
  top: 8px;
  right: 13px;
  display: block;
  border: none;
  background: transparent;
}
/* line 176, ../scss/modules/_block_search.scss */
.program__searches .program__search__keyword .form__search__submit:after {
  font-size: 22pt;
  font-family: "sage_icons";
  content: '\e803';
  display: block;
  position: relative;
  width: 22pt;
  height: 22pt;
  color: #ffffff;
}
/* line 191, ../scss/modules/_block_search.scss */
.program__searches .program__search__interest .form__search__submit {
  width: 22pt;
  height: 22pt;
  position: absolute;
  top: 8px;
  right: 13px;
  display: block;
  border: none;
  background: transparent;
}
/* line 200, ../scss/modules/_block_search.scss */
.program__searches .program__search__interest .form__search__submit:after {
  font-size: 22pt;
  font-family: "sage_icons";
  content: '\e800';
  display: block;
  position: relative;
  width: 22pt;
  height: 22pt;
  color: #ffffff;
}
/* line 214, ../scss/modules/_block_search.scss */
.program__searches .program__search__interest {
  width: 444px;
  width: 41.66667%;
  float: left;
}
/* line 219, ../scss/modules/_block_search.scss */
.program__searches .program_or {
  text-transform: uppercase;
  color: #000000;
  height: 38px;
  font-family: "Vollkorn", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 27px;
  font-weight: bold;
  width: 16.66667%;
  float: left;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 219, ../scss/modules/_block_search.scss */
  .program__searches .program_or {
    font-size: 24px;
  }
}
/* line 234, ../scss/modules/_block_search.scss */
.program__searches .program__search__keyword {
  width: 444px;
  width: 41.66667%;
  float: right;
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 242, ../scss/modules/_block_search.scss */
  .program__searches .block {
    margin-left: 25%;
    width: 50%;
    float: left;
    float: none;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  /* line 242, ../scss/modules/_block_search.scss */
  .program__searches .block {
    margin: auto;
    width: 100%;
    float: none;
  }
}
/* line 257, ../scss/modules/_block_search.scss */
.program__searches .block input, .program__searches .block select {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 21px;
  background-color: #c9db48;
  color: #000000;
  font-size: 28px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  max-width: 444px;
  height: 63px;
  width: 100%;
}
/* line 270, ../scss/modules/_block_search.scss */
.program__searches .block input:hover, .program__searches .block input:focus, .program__searches .block select:hover, .program__searches .block select:focus {
  background-color: #d9e67f;
}
@media (min-width: 600px) and (max-width: 768px) {
  /* line 257, ../scss/modules/_block_search.scss */
  .program__searches .block input, .program__searches .block select {
    font-size: 22px;
  }
}
@media (min-width: 320px) and (max-width: 599px) {
  /* line 257, ../scss/modules/_block_search.scss */
  .program__searches .block input, .program__searches .block select {
    font-size: 21px;
  }
}
@media (min-width: 240px) and (max-width: 768px) {
  /* line 257, ../scss/modules/_block_search.scss */
  .program__searches .block input, .program__searches .block select {
    max-width: 314px;
  }
}

/* line 294, ../scss/modules/_block_search.scss */
.home .program__searches .program__search__keyword .form__search__submit {
  top: 15px;
  right: 18px;
}
/* line 298, ../scss/modules/_block_search.scss */
.home .program__searches .program__search__keyword .form__search__submit:after {
  font-size: 22pt;
  font-family: "sage_icons";
  content: '\e803';
  display: block;
  position: relative;
  width: 22pt;
  height: 22pt;
  color: #ffffff;
}
/* line 313, ../scss/modules/_block_search.scss */
.home .program__searches .program__search__interest .form__search__submit {
  top: 15px;
}
/* line 315, ../scss/modules/_block_search.scss */
.home .program__searches .program__search__interest .form__search__submit:after {
  font-size: 22pt;
  font-family: "sage_icons";
  content: '\e800';
  display: block;
  position: relative;
  width: 22pt;
  height: 22pt;
  color: #ffffff;
}

@media (min-width: 240px) and (max-width: 767px) {
  /* line 337, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .block input, .program__searches.program__mini .block select {
    padding-left: 13px;
    padding-top: 11px;
    padding-bottom: 13px;
    padding-right: 47px;
    font-size: 22px;
    line-height: 22px;
    height: 51px;
    width: 100%;
  }
  /* line 349, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .program_or {
    margin-top: 16px;
    margin-bottom: 5px;
  }
  /* line 355, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .program__search__keyword input {
    right: 14px;
  }
}
@media (min-width: 768px) {
  /* line 363, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .program__search__interest {
    width: 44.58333%;
    float: left;
  }
  /* line 365, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .program__search__interest select {
    font-size: 16px;
  }
  /* line 372, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .block input, .program__searches.program__mini .block select {
    padding-left: 13px;
    padding-top: 9px;
    padding-bottom: 12px;
    padding-right: 37px;
    font-size: 16px;
    line-height: 20px;
    height: 48px;
    width: 100%;
  }
  /* line 384, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .program_or {
    width: 10%;
    float: left;
  }
  /* line 388, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .program__search__keyword {
    width: 44.58333%;
    float: right;
  }
  /* line 390, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .program__search__keyword input {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 1030px) {
  /* line 400, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .program__search__interest select {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 408, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .block .input {
    font-size: 24px;
    line-height: 28px;
  }
  /* line 415, ../scss/modules/_block_search.scss */
  .program__searches.program__mini .program__search__keyword input {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1030px) {
  /* line 425, ../scss/modules/_block_search.scss */
  .program__searches.program__mini.program__inside {
    width: 65.64417%;
    float: left;
    margin-right: 3.06748%;
    margin-left: 17.17791%;
  }
  /* line 432, ../scss/modules/_block_search.scss */
  .program__searches.program__mini.program__inside .program__search__interest {
    float: none;
    width: 100%;
  }
  /* line 435, ../scss/modules/_block_search.scss */
  .program__searches.program__mini.program__inside .program__search__interest select {
    font-size: 22px;
  }
  /* line 440, ../scss/modules/_block_search.scss */
  .program__searches.program__mini.program__inside .program__search__keyword {
    float: none;
    width: 100%;
  }
  /* line 444, ../scss/modules/_block_search.scss */
  .program__searches.program__mini.program__inside .program__search__keyword input {
    font-size: 22px;
  }
  /* line 450, ../scss/modules/_block_search.scss */
  .program__searches.program__mini.program__inside .program_or {
    margin-top: 12px;
    margin-bottom: 7px;
    font-size: 24px;
    float: none;
    width: 100%;
    text-align: center;
  }
}
/* line 462, ../scss/modules/_block_search.scss */
.program__searches.program__mini.program__inside .program_or {
  margin-top: 12px;
  margin-bottom: 7px;
}

/* line 470, ../scss/modules/_block_search.scss */
[toggle-state="on"] {
  border-bottom: 3px solid #000000;
  background-color: #9FAF28;
}

/* line 475, ../scss/modules/_block_search.scss */
::-webkit-input-placeholder {
  color: #000000;
}

/* line 479, ../scss/modules/_block_search.scss */
.screen-reader-text {
  display: none;
}

/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
/* line 12, ../scss/modules/_menu.scss */
.block__menu__toggle {
  display: none;
  transition: all 0.1s linear;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 12, ../scss/modules/_menu.scss */
  .block__menu__toggle {
    padding: 8px 12px 7px 12px;
    position: relative;
    float: right;
    display: block;
    border: 1px solid transparent;
    background: transparent;
  }
  /* line 23, ../scss/modules/_menu.scss */
  .block__menu__toggle .icon-bar {
    width: 21px;
    height: 3px;
    display: block;
    background-color: #ffffff;
  }
  /* line 28, ../scss/modules/_menu.scss */
  .block__menu__toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  /* line 32, ../scss/modules/_menu.scss */
  .block__menu__toggle:hover, .block__menu__toggle.--enabled {
    padding-bottom: 8px;
    border-bottom: 3px solid #000000;
    background-color: #a1978c;
  }
  /* line 36, ../scss/modules/_menu.scss */
  .block__menu__toggle:hover .icon-bar, .block__menu__toggle.--enabled .icon-bar {
    background-color: #ffffff;
  }
}

/* line 43, ../scss/modules/_menu.scss */
#mobile-drop-menus {
  display: none;
  position: relative;
  z-index: 100;
}
@media (min-width: 769px) {
  /* line 43, ../scss/modules/_menu.scss */
  #mobile-drop-menus {
    display: none !important;
  }
}

/* line 52, ../scss/modules/_menu.scss */
#mobile-drop-menu {
  position: relative;
  z-index: 100;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 57, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul {
    background-color: #ffffff;
  }
  /* line 59, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li {
    border-bottom: 1px solid #ffffff;
    float: none;
  }
  /* line 62, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li a {
    padding: 11px 15px 11px 16px;
    display: block;
    background-color: #e0dbd2;
    font-size: 18px;
    line-height: 1.2;
    float: none;
    /*&:after {
      width: 9px;
      height: 16px;
      content: '\e800';
      float: right;
      font-family: "sage_icons";
      font-size: 16px;
      font-weight: bold;
      position: relative;
      right: 3px;
      // transform: rotate(90deg);
    }*/
  }
  /* line 81, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li a .menu-arrow-toggle {
    margin-top: -11px;
    margin-right: -15px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 45px;
    content: '\e800';
    float: right;
    display: block;
    /*background: transparent url(../assets/images/phone_nav_open_arrow.svg) no-repeat 0 0;*/
    font-family: "sage_icons";
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    right: 3px;
  }
  /* line 98, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li a.curr-item {
    padding-left: 25px;
    font-weight: normal;
    background-color: #a1978c;
    color: #ffffff;
    /*&:after {
      content: '';
    }*/
  }
  /* line 103, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li a.curr-item:before {
    width: 9px;
    height: 16px;
    content: '\e801';
    float: left;
    /*background: transparent url(../assets/images/phone_nav_open_arrow.svg) no-repeat 0 0;*/
    position: relative;
    font-family: "sage_icons";
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    left: -5px;
    top: 1px;
  }
  /* line 120, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li a.curr-item .menu-arrow-toggle {
    visibility: hidden;
  }
  /* line 124, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li a:hover, #mobile-drop-menu > ul > li a:focus {
    background-color: #a1978c;
    color: #ffffff;
  }
  /* line 129, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li ul {
    margin: 0;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-top: 1px solid #ffffff;
    background-color: #ffffff;
    animation: SlideFromRight 0.3s linear;
  }
  /* line 139, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li ul li {
    border-bottom: 1px solid #ffffff;
    float: none;
  }
  /* line 142, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li ul li a {
    text-transform: uppercase;
    font-weight: normal;
    width: 100%;
    color: #000000;
    float: none;
  }
  /* line 148, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li ul li a:after {
    background-image: none;
    content: '';
  }
  /* line 152, ../scss/modules/_menu.scss */
  #mobile-drop-menu > ul > li ul li a .menu-arrow-toggle {
    visibility: hidden;
  }
}

/* line 163, ../scss/modules/_menu.scss */
#mobile__side__menu {
  position: relative;
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 169, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul {
    background-color: #ffffff;
  }
  /* line 171, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li {
    border-bottom: 1px solid #ffffff;
  }
  /* line 173, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li a {
    padding: 11px 15px 11px 16px;
    display: block;
    background-color: #e0dbd2;
    font-size: 18px;
    line-height: 1.2;
    /*&:after {
      width: 9px;
      height: 16px;
      content: '\e800';
      float: right;
      font-family: "sage_icons";
      font-size: 16px;
      font-weight: bold;
      position: relative;
      right: 3px;
      // transform: rotate(90deg);
    }*/
  }
  /* line 191, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li a .menu-arrow-toggle {
    margin-top: -11px;
    margin-right: -15px;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 45px;
    content: '\e800';
    float: right;
    display: block;
    font-family: "sage_icons";
    font-size: 16px;
    font-weight: bold;
    position: relative;
    text-align: center;
    right: 3px;
  }
  /* line 207, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li a.curr-item {
    padding-left: 25px;
    font-weight: normal;
    background-color: #a1978c;
    color: #ffffff;
    /*&:after {
      content: '';
    }*/
  }
  /* line 212, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li a.curr-item:before {
    width: 9px;
    height: 16px;
    content: '\e801';
    float: left;
    /*background: transparent url(../assets/images/phone_nav_open_arrow.svg) no-repeat 0 0;*/
    position: relative;
    font-family: "sage_icons";
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    left: -5px;
    top: 1px;
  }
  /* line 229, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li a.curr-item .menu-arrow-toggle {
    visibility: hidden;
  }
  /* line 233, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li a:hover, #mobile__side__menu > ul > li a:focus {
    background-color: #a1978c;
    color: #ffffff;
  }
  /* line 238, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li ul {
    margin: 0;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 3;
    border-top: 1px solid #ffffff;
    background-color: #ffffff;
    animation: SlideFromRight 0.3s linear;
  }
  /* line 248, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li ul.open {
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
  }
  /* line 251, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li ul li {
    border-bottom: 1px solid #ffffff;
  }
  /* line 253, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li ul li a {
    text-transform: uppercase;
    font-weight: normal;
    color: #000000;
  }
  /* line 257, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li ul li a:after {
    background-image: none;
    content: '';
  }
  /* line 261, ../scss/modules/_menu.scss */
  #mobile__side__menu > ul > li ul li a .menu-arrow-toggle {
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  /* line 163, ../scss/modules/_menu.scss */
  #mobile__side__menu {
    display: none;
  }
}

/* line 276, ../scss/modules/_menu.scss */
#mobile-feature-menu {
  position: relative;
}
@media (min-width: 768px) {
  /* line 276, ../scss/modules/_menu.scss */
  #mobile-feature-menu {
    display: none;
  }
}

/* line 288, ../scss/modules/_menu.scss */
.block__featured__nav.mobile-display {
  padding: 20px 0;
  background-color: #a1978c;
  text-align: center;
  border-top: 1px solid #ffffff;
}
/* line 294, ../scss/modules/_menu.scss */
.block__featured__nav.mobile-display ul li {
  padding: 0 25px;
  display: inline-block;
  float: none;
  border-right: 1px solid #C3BDB1;
}
/* line 299, ../scss/modules/_menu.scss */
.block__featured__nav.mobile-display ul li:first-of-type {
  padding-left: 0;
}
/* line 302, ../scss/modules/_menu.scss */
.block__featured__nav.mobile-display ul li:last-of-type {
  border-right: none;
  padding-right: 0;
}
/* line 306, ../scss/modules/_menu.scss */
.block__featured__nav.mobile-display ul li a {
  padding: 0;
  display: block;
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
}

/* line 318, ../scss/modules/_menu.scss */
.mega_hover_title {
  margin-top: 21px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  display: inline-block;
}

/* line 328, ../scss/modules/_menu.scss */
.block__top__nav {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.block__top__nav:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 341, ../scss/modules/_menu.scss */
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
/* line 345, ../scss/modules/_menu.scss */
.nav li {
  /*
  so you really have to rethink your dropdowns for mobile.
  you don't want to have it expand too much because the
  screen is so small. How you manage your menu should
  depend on the project. Here's some great info on it:
  http://www.alistapart.com/articles/organizing-mobile/
  */
}
/* line 347, ../scss/modules/_menu.scss */
.nav li a {
  display: block;
  color: #000000;
  text-decoration: none;
  padding: 0.75em;
  /*
  remember this is for mobile ONLY, so there's no need
  to even declare hover styles here, you can do it in
  the style.scss file where it's relevant. We want to
  keep this file as small as possible!
  */
}
/* line 380, ../scss/modules/_menu.scss */
.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

/* end .nav */
/* line 1, ../scss/modules/_labels.scss */
.label {
  margin: 0 auto 20px auto;
  padding: 2px 0;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Vollkorn", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 5;
  z-index: 0;
}

/* line 16, ../scss/modules/_labels.scss */
.grey__label {
  margin: 0 0 20px 0;
  padding: 2px 0;
  background-color: #a1978c;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  max-width: 167px;
  height: 33px;
  z-index: 5;
}
/* line 30, ../scss/modules/_labels.scss */
.grey__label:after {
  margin: 0 0 0 16px;
  background-color: transparent;
  width: 19px;
  height: 19px;
  display: block;
  content: '';
  bottom: 12px;
  border-right: 12px solid #a1978c;
  border-top: 12px solid #a1978c;
  position: relative;
  transform: rotate(135deg);
  z-index: -1;
}

/* line 46, ../scss/modules/_labels.scss */
.green__label {
  background-color: #006747;
  height: 33px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  text-align: left;
}
/* line 52, ../scss/modules/_labels.scss */
.green__label:after {
  margin: 0 0 0 16px;
  background-color: transparent;
  width: 19px;
  height: 19px;
  display: block;
  content: '';
  bottom: 12px;
  border-right: 12px solid #006747;
  border-top: 12px solid #006747;
  position: relative;
  transform: rotate(135deg);
  z-index: -1;
}

/* line 68, ../scss/modules/_labels.scss */
.label__text__widget {
  padding-top: 4px;
  padding-left: 10px;
  background-color: #40ad48;
  height: 26px;
  z-index: 6;
  z-index: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 80, ../scss/modules/_labels.scss */
.label__text__widget:after {
  margin-left: 0;
  border-right-color: #40ad48;
  border-top-color: #40ad48;
  border-right-width: 10px;
  border-top-width: 10px;
  height: 5px;
  width: 5px;
  bottom: 1px;
  z-index: 1;
  z-index: 0;
}

/* line 94, ../scss/modules/_labels.scss */
.label__program {
  max-width: 246px;
  height: 33px;
  z-index: 6;
  z-index: 0;
  padding-top: 3px;
  position: relative;
  font-size: 20px;
}
/* line 102, ../scss/modules/_labels.scss */
.label__program:after {
  margin: auto;
  background-color: transparent;
  width: 19px;
  height: 19px;
  display: block;
  content: '';
  bottom: 12px;
  border-right: 12px solid black;
  border-top: 12px solid black;
  position: relative;
  transform: rotate(135deg);
  z-index: -1;
}

/* line 119, ../scss/modules/_labels.scss */
.label__explore {
  margin-bottom: 10px;
  padding-top: 3px;
  max-width: 334px;
  height: 33px;
  position: relative;
  font-size: 16px;
  top: -16px;
}
@media (min-width: 240px) and (max-width: 479px) {
  /* line 119, ../scss/modules/_labels.scss */
  .label__explore {
    font-size: 16px;
    height: 27px;
  }
}
@media (min-width: 480px) {
  /* line 119, ../scss/modules/_labels.scss */
  .label__explore {
    font-size: 20px;
  }
}
/* line 136, ../scss/modules/_labels.scss */
.label__explore:after {
  margin: auto;
  background-color: transparent;
  width: 19px;
  height: 19px;
  display: block;
  content: '';
  bottom: 12px;
  border-right: 12px solid black;
  border-top: 12px solid black;
  position: relative;
  transform: rotate(135deg);
  z-index: -1;
}

/* line 152, ../scss/modules/_labels.scss */
.label__inside {
  padding-top: 3px;
  font-size: 16px;
  max-width: 200px;
  height: 26px;
}

/* line 161, ../scss/modules/_labels.scss */
.new__label {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  height: auto !important;
  position: relative;
  background-color: #40ad48;
  z-index: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 175, ../scss/modules/_labels.scss */
.new__label:after {
  margin: -4% 0 0 16px;
  padding: 0;
  height: 0 !important;
  width: 0 !important;
  border-color: transparent;
  border-top-color: #40ad48;
  border-right-color: #40ad48;
  border-top-width: 18px;
  border-right-width: 18px;
  border-top-style: solid;
  border-right-style: solid;
  pointer-events: none;
  top: 95%;
  transform: rotate(225deg);
  position: absolute;
  content: '';
}

/* line 197, ../scss/modules/_labels.scss */
.block__sidebar__right .new__label:after {
  margin-left: 0;
}

/* line 204, ../scss/modules/_labels.scss */
.minisite__home .grey__label {
  margin-top: 0;
  padding-top: 4px;
  padding-left: 9px;
  max-width: 220px;
  text-align: left;
  height: 26px;
  font-size: 18px;
  line-height: 18px;
  background-color: #c3bdb1;
  display: none;
}
@media (min-width: 768px) {
  /* line 204, ../scss/modules/_labels.scss */
  .minisite__home .grey__label {
    display: block;
  }
}
/* line 220, ../scss/modules/_labels.scss */
.minisite__home .grey__label:after {
  margin-left: -2px;
  width: 20px;
  height: 20px;
  border-right-color: #c3bdb1;
  border-top-color: #c3bdb1;
  bottom: 12px;
}

/* line 231, ../scss/modules/_labels.scss */
.purple__label {
  background-color: #6f2c91;
  z-index: 0;
}
/* line 234, ../scss/modules/_labels.scss */
.purple__label:after {
  margin-left: 0;
  border-top-color: #6f2c91;
  border-right-color: #6f2c91;
  z-index: -1;
}

/* line 244, ../scss/modules/_labels.scss */
.new_with_grad:before {
  top: 0;
  background: linear-gradient(to right top, #40ad48 50%, rgba(0, 0, 0, 0) 50%);
}
/* line 248, ../scss/modules/_labels.scss */
.new_with_grad:after {
  top: 50%;
  background: linear-gradient(to right bottom, #40ad48 50%, rgba(0, 0, 0, 0) 50%);
}

/* line 3, ../scss/modules/_feature_boxes.scss */
.block__featured__boxes .block__box {
  width: 100%;
  float: left;
  padding-top: 17px;
  padding-bottom: 22px;
}
/* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
.block__featured__boxes .block__box:nth-child(1n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 480px) {
  /* line 3, ../scss/modules/_feature_boxes.scss */
  .block__featured__boxes .block__box {
    overflow: hidden;
    *zoom: 1;
  }
}
/* line 12, ../scss/modules/_feature_boxes.scss */
.block__featured__boxes .block__box .block__box__image {
  width: 100%;
  float: left;
  float: none;
}
/* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
.block__featured__boxes .block__box .block__box__image:nth-child(1n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: none;
}
/* line 16, ../scss/modules/_feature_boxes.scss */
.block__featured__boxes .block__box .block__box__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media (min-width: 480px) {
  /* line 12, ../scss/modules/_feature_boxes.scss */
  .block__featured__boxes .block__box .block__box__image {
    width: 48.46626%;
    float: left;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block__featured__boxes .block__box .block__box__image:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block__featured__boxes .block__box .block__box__image:nth-child(2n + 2) {
    margin-left: 51.53374%;
    margin-right: -100%;
    clear: none;
  }
}
/* line 25, ../scss/modules/_feature_boxes.scss */
.block__featured__boxes .block__box .block__box__content {
  width: 100%;
  float: left;
  float: none;
}
/* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
.block__featured__boxes .block__box .block__box__content:nth-child(1n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: none;
}
/* line 29, ../scss/modules/_feature_boxes.scss */
.block__featured__boxes .block__box .block__box__content .--title {
  margin-top: 3px;
}
/* line 33, ../scss/modules/_feature_boxes.scss */
.block__featured__boxes .block__box .block__box__content h2 {
  font-weight: 600;
  font-size: 22px;
}
@media (min-width: 480px) {
  /* line 25, ../scss/modules/_feature_boxes.scss */
  .block__featured__boxes .block__box .block__box__content {
    width: 48.46626%;
    float: left;
    padding-left: 12px;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block__featured__boxes .block__box .block__box__content:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block__featured__boxes .block__box .block__box__content:nth-child(2n + 2) {
    margin-left: 51.53374%;
    margin-right: -100%;
    clear: none;
  }
}

/* line 5, ../scss/modules/_sidebars.scss */
.block__sidebar__left {
  float: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media (min-width: 240px) and (max-width: 767px) {
  /* line 5, ../scss/modules/_sidebars.scss */
  .block__sidebar__left {
    margin-left: -24px;
    margin-right: -24px;
    width: auto;
  }
}
@media (min-width: 240px) {
  /* line 20, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 5, ../scss/modules/_sidebars.scss */
  .block__sidebar__left {
    width: 25%;
    float: left;
    padding-left: 1.4881%;
    padding-right: 1.4881%;
    margin-left: -1.4881%;
    display: block;
    margin-top: 32px;
    /*padding-right: 18px;*/
    border-right: 2px solid #c3bdb1;
  }
  /* line 36, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard {
    display: block;
  }
  /* line 39, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget {
    padding-left: 0;
  }
  /* line 42, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li {
    margin: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #e0dbd2;
  }
  /* line 47, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li a {
    color: #000000;
    font-size: 18px;
    font-weight: 100;
    line-height: 20px;
  }
  /* line 54, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li > a:hover {
    color: #A1978C;
  }
  /* line 60, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li.current_page_parent > a, .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li.current-menu-item > a {
    font-weight: normal;
  }
  /* line 63, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li.current_page_parent ul, .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li.current-menu-item ul {
    display: block;
  }
  /* line 70, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li.menu-item-has-children > a:after {
    background-image: url(../assets/images/sidenavarrows.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 12px;
    height: 7px;
    content: '';
    position: relative;
    display: inline-block;
    float: right;
    right: 3px;
    top: 8px;
  }
  /* line 88, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li.current-menu-item.menu-item-has-children > a:after {
    background-image: url(../assets/images/sidenavarrows.png);
    background-repeat: no-repeat;
    background-position: 0 -7px;
    width: 12px;
    height: 7px;
    content: '';
    position: relative;
    display: inline-block;
    float: right;
    right: 3px;
    top: 8px;
  }
  /* line 105, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li ul {
    display: none;
    margin: 0;
    padding-left: 0;
  }
  /* line 109, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li ul li {
    padding-top: 0.25em;
    border-bottom: none;
  }
  /* line 112, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li ul li a {
    padding-left: 10px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    display: inherit;
  }
}
/* line 128, ../scss/modules/_sidebars.scss */
.block__sidebar__left .grey__label {
  margin-top: 0;
  padding-top: 4px;
  padding-left: 9px;
  max-width: 220px;
  text-align: left;
  height: 26px;
  font-size: 18px;
  line-height: 18px;
  background-color: #c3bdb1;
  display: none;
}
@media (min-width: 768px) {
  /* line 128, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .grey__label {
    display: block;
  }
}
/* line 144, ../scss/modules/_sidebars.scss */
.block__sidebar__left .grey__label:after {
  margin-left: -2px;
  width: 20px;
  height: 20px;
  border-right-color: #c3bdb1;
  border-top-color: #c3bdb1;
  bottom: 12px;
}
/* line 154, ../scss/modules/_sidebars.scss */
.block__sidebar__left .dl-trigger {
  /*margin-left: -24px;
  margin-right: -24px;*/
  display: block;
  padding: 8px 0 5px 12px;
  position: relative;
  float: none;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 3px solid #c3bdb1;
  border-left: none;
  border-top: none;
  border-right: none;
  text-align: left;
}
/* line 169, ../scss/modules/_sidebars.scss */
.block__sidebar__left .dl-trigger .bars {
  display: inline-block;
  width: 21px;
  height: 17px;
}
/* line 175, ../scss/modules/_sidebars.scss */
.block__sidebar__left .dl-trigger .icon-bar {
  width: 21px;
  height: 3px;
  display: block;
  background-color: #000000;
}
/* line 180, ../scss/modules/_sidebars.scss */
.block__sidebar__left .dl-trigger .icon-bar + .icon-bar {
  margin-top: 4px;
}
/* line 184, ../scss/modules/_sidebars.scss */
.block__sidebar__left .dl-trigger:hover, .block__sidebar__left .dl-trigger.--enabled {
  border-bottom: 3px solid #000000;
  background-color: #9FAF28;
}
/* line 187, ../scss/modules/_sidebars.scss */
.block__sidebar__left .dl-trigger:hover .icon-bar, .block__sidebar__left .dl-trigger.--enabled .icon-bar {
  background-color: #ffffff;
}
/* line 190, ../scss/modules/_sidebars.scss */
.block__sidebar__left .dl-trigger:hover .menu__title, .block__sidebar__left .dl-trigger.--enabled .menu__title {
  color: #ffffff;
}
/* line 195, ../scss/modules/_sidebars.scss */
.block__sidebar__left .dl-trigger .menu__title {
  margin-left: 9px;
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  color: #a1978c;
  text-transform: uppercase;
  vertical-align: top;
}
@media (min-width: 768px) {
  /* line 154, ../scss/modules/_sidebars.scss */
  .block__sidebar__left .dl-trigger {
    display: none;
  }
}
/* line 211, ../scss/modules/_sidebars.scss */
.block__sidebar__left .nav-side-menu-mobile {
  display: block;
}

@media (min-width: 768px) {
  /* line 221, ../scss/modules/_sidebars.scss */
  .block__sidebar__right, .block__sidebar__top__right {
    width: 22.69939%;
    float: right;
    margin-right: 0;
  }
}
/* line 228, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget, .block__sidebar__top__right .widget {
  margin-bottom: 19px;
}
/* line 235, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget:first-of-type, .block__sidebar__top__right .widget:first-of-type {
  clear: both;
}
/* line 241, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget:nth-of-type(2n):after, .block__sidebar__top__right .widget:nth-of-type(2n):after {
  display: block;
  margin-top: 15px;
  content: '';
  background-color: #c3bdb1;
  height: 1px;
}
/* line 251, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget:nth-of-type(3n):before, .block__sidebar__top__right .widget:nth-of-type(3n):before {
  display: block;
  margin-top: -17px;
  margin-bottom: 15px;
  content: '';
  background-color: #c3bdb1;
  height: 1px;
}
/* line 262, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget.cta-widget .textwidget, .block__sidebar__top__right .widget.cta-widget .textwidget {
  padding: 0;
  background-color: #ffffff;
}
/* line 268, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget, .block__sidebar__top__right .widget .textwidget {
  padding: 25px 10px 20px 15px;
  background-color: #efede7;
}
/* line 272, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget h5, .block__sidebar__top__right .widget .textwidget h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  text-transform: none;
}
/* line 281, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget h6, .block__sidebar__top__right .widget .textwidget h6 {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -10px;
  margin-left: 0;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  border-bottom: 1px solid #c3bdb1;
}
/* line 293, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget p, .block__sidebar__top__right .widget .textwidget p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
  /*&:first-of-type {
    margin-bottom: 0;
  }*/
}
/* line 305, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget .social-widget-area a, .block__sidebar__top__right .widget .textwidget .social-widget-area a {
  display: inline-block;
  padding-right: 20px;
}
/* line 308, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget .social-widget-area a:last-of-type, .block__sidebar__top__right .widget .textwidget .social-widget-area a:last-of-type {
  padding-right: 0;
}
/* line 312, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget .social-widget-area a img, .block__sidebar__top__right .widget .textwidget .social-widget-area a img {
  opacity: 1;
}
/* line 314, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget .social-widget-area a img:hover, .block__sidebar__top__right .widget .textwidget .social-widget-area a img:hover {
  opacity: 0.6;
  filter: white;
}
/* line 322, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget ul, .block__sidebar__top__right .widget .textwidget ul {
  margin: 0;
}
/* line 325, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget ul li, .block__sidebar__top__right .widget .textwidget ul li {
  border-bottom: 1px solid #e0dbd2;
}
/* line 328, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget ul li a, .block__sidebar__top__right .widget .textwidget ul li a {
  color: #000000;
}
/* line 331, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget .textwidget ul li a:hover, .block__sidebar__top__right .widget .textwidget ul li a:hover {
  color: #A1978C;
}
/* line 343, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget_social_icons p, .block__sidebar__top__right .widget_social_icons p {
  padding-top: 10px;
  padding-bottom: 0;
  margin-left: 14px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
  font-weight: 100;
  border-bottom: 1px solid #c3bdb1;
}
/* line 354, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget_social_icons ul, .block__sidebar__top__right .widget_social_icons ul {
  margin: 0;
  padding-top: 8px;
  padding-left: 15px;
  padding-right: 10px;
}
/* line 361, ../scss/modules/_sidebars.scss */
.block__sidebar__right .article__title, .block__sidebar__top__right .article__title {
  color: #006747;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  border-top: 3px solid #c3bdb1;
}

/* line 373, ../scss/modules/_sidebars.scss */
.block__sidebar__top__right {
  float: left;
}
/* line 376, ../scss/modules/_sidebars.scss */
.block__sidebar__top__right .widget {
  clear: both;
}
@media (min-width: 240px) and (max-width: 767px) {
  /* line 373, ../scss/modules/_sidebars.scss */
  .block__sidebar__top__right {
    width: 100%;
  }
}

/* line 387, ../scss/modules/_sidebars.scss */
.block__sidebar__right .custom__widget .article__title {
  padding-top: 7px;
  color: #006747;
  font-size: 18px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  border-top: 3px solid #c3bdb1;
}
/* line 397, ../scss/modules/_sidebars.scss */
.block__sidebar__right .custom__widget .article__title .line:first-of-type {
  margin-top: 7px;
}
/* line 404, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget-profile .textwidget {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
/* line 408, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget-profile .textwidget h5, .block__sidebar__right .widget-profile .textwidget p {
  padding-left: 15px;
  padding-right: 15px;
}
/* line 412, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget-profile .textwidget p:first-of-type {
  padding-left: 0;
  padding-right: 0;
}
/* line 419, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget-youtube .textwidget {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
}
/* line 423, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget-youtube .textwidget figure {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
}
/* line 427, ../scss/modules/_sidebars.scss */
.block__sidebar__right .widget-youtube .textwidget figure:first-of-type {
  padding-bottom: 17px;
  border-bottom: 1px solid #c3bdb1;
}

/* line 436, ../scss/modules/_sidebars.scss */
.block__mega__widget {
  float: right;
  width: 450px;
}

/* line 441, ../scss/modules/_sidebars.scss */
.widget_news_social {
  margin-top: 19px;
}
/* line 444, ../scss/modules/_sidebars.scss */
.widget_news_social .widget-hub-footer {
  border-top: 3px solid #c3bdb1;
  margin-top: 18px;
  text-align: center;
}
/* line 448, ../scss/modules/_sidebars.scss */
.widget_news_social .widget-hub-footer a {
  font-weight: bold;
}
/* line 453, ../scss/modules/_sidebars.scss */
.widget_news_social .textwidget {
  padding: 25px 10px 20px 15px;
  background-color: #efede7;
}
@media (min-width: 240px) {
  /* line 458, ../scss/modules/_sidebars.scss */
  .widget_news_social .textwidget #twitter-feed {
    margin-bottom: 23px;
    float: none;
    width: 100%;
  }
  /* line 463, ../scss/modules/_sidebars.scss */
  .widget_news_social .textwidget .fb_iframe_widget {
    float: none;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 470, ../scss/modules/_sidebars.scss */
  .widget_news_social .textwidget #twitter-feed {
    width: 82.82209%;
    float: left;
    margin-right: 3.06748%;
    float: none;
  }
  /* line 474, ../scss/modules/_sidebars.scss */
  .widget_news_social .textwidget .fb_iframe_widget {
    width: 82.82209%;
    float: left;
    margin-right: 3.06748%;
    float: none;
  }
}
@media (min-width: 768px) {
  /* line 481, ../scss/modules/_sidebars.scss */
  .widget_news_social .textwidget #twitter-feed {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 484, ../scss/modules/_sidebars.scss */
  .widget_news_social .textwidget .fb_iframe_widget {
    width: 82.82209%;
    float: left;
    margin-right: 3.06748%;
    float: left;
  }
}

/* line 495, ../scss/modules/_sidebars.scss */
.widget_news_social .textwidget #twitter-feed {
  margin-bottom: 0;
  padding: 0 12px 12px 12px;
  width: 100%;
  background-color: #ffffff;
  height: 350px;
  overflow: scroll;
  float: none;
}
/* line 505, ../scss/modules/_sidebars.scss */
.widget_news_social .widget-hub-footer {
  margin-bottom: 18px;
}

/* line 1, ../scss/modules/_page.scss */
.block__tertiary__main {
  margin: 0;
  padding: 0;
  float: none;
  width: 100%;
}
@media (min-width: 240px) and (max-width: 767px) {
  /* line 1, ../scss/modules/_page.scss */
  .block__tertiary__main {
    margin-top: 32px;
  }
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_page.scss */
  .block__tertiary__main {
    width: 74.23313%;
    float: right;
    margin-right: 0;
    margin-top: 32px;
  }
}

/* line 19, ../scss/modules/_page.scss */
.breadcrumbs {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  /*top: -21px;*/
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 240px) and (max-width: 768px) {
  /* line 19, ../scss/modules/_page.scss */
  .breadcrumbs {
    top: auto;
    padding-top: 12px;
  }
}

@media (min-width: 240px) and (max-width: 768px) {
  /* line 35, ../scss/modules/_page.scss */
  #content {
    position: relative;
  }
}

/* line 42, ../scss/modules/_page.scss */
.block__page__header {
  background-color: #ffffff;
  height: 120px;
  height: auto;
}
/* line 47, ../scss/modules/_page.scss */
.block__page__header .page-title {
  padding-top: 8px;
  padding-bottom: 10px;
  color: #006747;
  font-size: 30px;
  line-height: 32px;
  font-weight: normal;
  clear: both;
  position: relative;
}
@media (min-width: 480px) {
  /* line 47, ../scss/modules/_page.scss */
  .block__page__header .page-title {
    font-size: 36px;
    line-height: 38px;
  }
}
@media (min-width: 768px) {
  /* line 47, ../scss/modules/_page.scss */
  .block__page__header .page-title {
    font-size: 39px;
    line-height: 41px;
  }
}
@media (min-width: 1030px) {
  /* line 47, ../scss/modules/_page.scss */
  .block__page__header .page-title {
    position: relative;
    font-size: 42px;
    line-height: 44px;
  }
}

@media (min-width: 768px) {
  /* line 83, ../scss/modules/_page.scss */
  .tertiary__wrap .header__bottom .wrap {
    position: relative;
    top: -27px;
  }
  /* line 87, ../scss/modules/_page.scss */
  .tertiary__wrap .header__bottom .wrap .block__top__nav {
    top: auto;
  }
}
/* line 95, ../scss/modules/_page.scss */
.tertiary__wrap .entry-header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  font-size: 18px;
  font-weight: 100;
  color: #000000;
}
/* line 101, ../scss/modules/_page.scss */
.tertiary__wrap .entry-header p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 100;
  color: #000000;
}
/* line 110, ../scss/modules/_page.scss */
.tertiary__wrap .entry-content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
/* line 115, ../scss/modules/_page.scss */
.tertiary__wrap .entry-content h2 {
  font-size: 28px;
  line-height: 29px;
  font-weight: 500;
  color: #006747;
}
/* line 122, ../scss/modules/_page.scss */
.tertiary__wrap .entry-content h3 {
  font-size: 22px;
  line-height: 23px;
  font-weight: 400;
  color: #006747;
}
/* line 129, ../scss/modules/_page.scss */
.tertiary__wrap .entry-content h4 {
  font-size: 21px;
  line-height: 23px;
  font-weight: 300;
  color: #e0dbd2;
}
/* line 142, ../scss/modules/_page.scss */
.tertiary__wrap .entry-content ol li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
}
/* line 153, ../scss/modules/_page.scss */
.tertiary__wrap .entry-content ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
}
/* line 161, ../scss/modules/_page.scss */
.tertiary__wrap .entry-content img {
  margin-bottom: 0;
}

/* line 169, ../scss/modules/_page.scss */
.minisite-home .entry-content {
  padding-left: 0;
  padding-right: 0;
}

/* line 175, ../scss/modules/_page.scss */
.entry-content {
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  color: #000000;
}
/* line 181, ../scss/modules/_page.scss */
.entry-content p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 100;
  color: #000000;
}

/* line 191, ../scss/modules/_page.scss */
.hentry .entry-content .main__content, .hentry .entry-header .main__content {
  padding-left: 0;
  padding-top: 0;
}
/* line 195, ../scss/modules/_page.scss */
.hentry .entry-content .main__content h2, .hentry .entry-header .main__content h2 {
  font-size: 28px;
  line-height: 29px;
  font-weight: 500;
  color: #006747;
}
/* line 202, ../scss/modules/_page.scss */
.hentry .entry-content .main__content h3, .hentry .entry-header .main__content h3 {
  font-size: 22px;
  line-height: 23px;
  font-weight: 400;
  color: #006747;
}
/* line 209, ../scss/modules/_page.scss */
.hentry .entry-content .main__content h4, .hentry .entry-header .main__content h4 {
  font-size: 21px;
  line-height: 23px;
  font-weight: 300;
  color: #827566;
}
/* line 222, ../scss/modules/_page.scss */
.hentry .entry-content .main__content ol li, .hentry .entry-header .main__content ol li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
}
/* line 231, ../scss/modules/_page.scss */
.hentry .entry-content .main__content ul, .hentry .entry-header .main__content ul {
  padding-left: 1.25em;
  list-style-type: disc;
}
/* line 235, ../scss/modules/_page.scss */
.hentry .entry-content .main__content ul li, .hentry .entry-header .main__content ul li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000000;
}
/* line 244, ../scss/modules/_page.scss */
.hentry .entry-content .main__content img, .hentry .entry-header .main__content img {
  margin-bottom: 0;
}

/* line 253, ../scss/modules/_page.scss */
.tertiary__wrap .entry-split {
  padding-top: 20px;
}
/* line 257, ../scss/modules/_page.scss */
.tertiary__wrap .entry-split .block__spotlight h4 {
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}

@media (min-width: 768px) {
  /* line 268, ../scss/modules/_page.scss */
  .main__content {
    width: 65.64417%;
    float: left;
    margin-right: 3.06748%;
    padding-right: 2.43902%;
    margin-right: 0;
  }
}
/* line 277, ../scss/modules/_page.scss */
.main__content img {
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  /* line 281, ../scss/modules/_page.scss */
  .main__content.minisite__home {
    width: 74.23313%;
    float: left;
    margin-right: 3.06748%;
  }
}

/* line 289, ../scss/modules/_page.scss */
.block__onecol {
  margin-bottom: 21px;
}

/* line 297, ../scss/modules/_page.scss */
.block__twocol .block__col:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 240px) and (max-width: 479px) {
  /* line 295, ../scss/modules/_page.scss */
  .block__twocol .block__col {
    clear: both;
  }
}
@media (min-width: 480px) {
  /* line 295, ../scss/modules/_page.scss */
  .block__twocol .block__col {
    width: 46.83544%;
    float: left;
    margin-right: 6.32911%;
  }
}
/* line 309, ../scss/modules/_page.scss */
.block__twocol .block__col.block__spotlight {
  top: auto;
}
/* line 311, ../scss/modules/_page.scss */
.block__twocol .block__col.block__spotlight .green__label {
  padding: 5px 0 0 15px;
}
/* line 313, ../scss/modules/_page.scss */
.block__twocol .block__col.block__spotlight .green__label:after {
  margin-left: 2px;
  bottom: 5px;
}
/* line 321, ../scss/modules/_page.scss */
.block__twocol .block__col.block__virtuals .green__label {
  padding: 5px 0 0 15px;
}
/* line 323, ../scss/modules/_page.scss */
.block__twocol .block__col.block__virtuals .green__label:after {
  margin-left: 2px;
  bottom: 5px;
}
@media (min-width: 240px) and (max-width: 767px) {
  /* line 334, ../scss/modules/_page.scss */
  .block__twocol.block__rsc__split .block__col {
    width: 100%;
    float: none;
  }
}

/* line 347, ../scss/modules/_page.scss */
.ff__container {
  margin-bottom: 24px;
  padding-bottom: 30px;
  background-image: url(../assets/images/bgs/fast_facts_bg.png);
  background-repeat: repeat;
  background-position: 0 0;
  background-color: #40ad48;
  background-blend-mode: color-burn;
}
/* line 356, ../scss/modules/_page.scss */
.ff__container .--header {
  padding-top: 12px;
  padding-bottom: 3px;
  text-align: center;
}
/* line 360, ../scss/modules/_page.scss */
.ff__container .--header h2 {
  font-family: "Vollkorn", Georgia, Cambria, Times New Roman, Times, serif;
  font-size: 22px;
  line-height: 31px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 367, ../scss/modules/_page.scss */
.ff__container .--header h2 .--variant {
  color: #C9DB48;
}

@media (min-width: 768px) {
  /* line 376, ../scss/modules/_page.scss */
  .block__rsc__split .block__spotlight {
    width: 30.57851%;
    float: left;
    margin-right: 4.13223%;
  }
}
/* line 386, ../scss/modules/_page.scss */
.block__rsc__split .block__featureds .block__featured__boxes a.block__text__link, .block__rsc__split .block__featureds .block__featured__boxes .footer__social__hub a.hub-footer, .footer__social__hub .block__rsc__split .block__featureds .block__featured__boxes a.hub-footer {
  font-weight: bold;
  text-align: right;
  display: block;
}
@media (min-width: 768px) {
  /* line 383, ../scss/modules/_page.scss */
  .block__rsc__split .block__featureds {
    width: 65.28926%;
    float: right;
    margin-right: 0;
  }
}
/* line 398, ../scss/modules/_page.scss */
.block__rsc__split .block__featureds .block__box {
  float: none;
}
/* line 402, ../scss/modules/_page.scss */
.block__rsc__split .block__featureds .block__box .--image img {
  opacity: 1;
}
/* line 404, ../scss/modules/_page.scss */
.block__rsc__split .block__featureds .block__box .--image img:hover {
  opacity: 0.7;
}

/* line 423, ../scss/modules/_page.scss */
.block__top__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
  padding-bottom: 1.5em;
}

/* line 429, ../scss/modules/_page.scss */
.footer {
  position: relative;
}
@media (min-width: 240px) and (max-width: 768px) {
  /* line 429, ../scss/modules/_page.scss */
  .footer {
    top: 27px;
  }
}

/* line 1, ../scss/modules/_ctas.scss */
.button__cta {
  margin-bottom: 15px;
  padding: 16px 54px 16px 19px;
  background-color: #006747;
  color: #ffffff;
  font-weight: normal;
  height: 60px;
  font-size: 24px;
  line-height: 31px;
  float: none;
  position: relative;
  display: block;
}
/* line 14, ../scss/modules/_ctas.scss */
.button__cta:hover, .button__cta:focus {
  background-color: #40ad48;
  color: #ffffff;
}
/* line 20, ../scss/modules/_ctas.scss */
.button__cta:after {
  font-family: 'sage_icons';
  display: block;
  content: '\e802';
  position: absolute;
  right: 11px;
  top: 28%;
  font-size: 22pt;
}
@media (min-width: 480px) {
  /* line 1, ../scss/modules/_ctas.scss */
  .button__cta {
    margin-right: 24px;
    padding: 10px 54px 14px 19px;
    font-size: 24px;
    line-height: 26px;
    width: 164px;
    width: 31.28834%;
    float: left;
    margin-right: 3.06748%;
    height: 75px;
    float: left;
  }
  /* line 40, ../scss/modules/_ctas.scss */
  .button__cta:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_ctas.scss */
  .button__cta {
    padding: 16px 54px 16px 19px;
    font-size: 24px;
    line-height: 25px;
    width: 100%;
    height: 60px;
    display: block;
  }
}
@media (min-width: 1030px) {
  /* line 1, ../scss/modules/_ctas.scss */
  .button__cta {
    margin-right: 0;
    padding: 16px 54px 16px 19px;
    width: 221px;
    height: 60px;
  }
}

/* line 63, ../scss/modules/_ctas.scss */
.button__variant__rsc {
  background-color: #eaaa00;
}
/* line 66, ../scss/modules/_ctas.scss */
.button__variant__rsc:hover, .button__variant__rsc:focus {
  background-color: #f0c44d;
}

/* line 1, ../scss/modules/_sliders.scss */
.slider-wrap {
  margin: 0 auto;
}
@media (min-width: 768px) {
  /* line 1, ../scss/modules/_sliders.scss */
  .slider-wrap {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 11%;
    padding-right: 11%;
  }
  /* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .slider-wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
}
/* line 9, ../scss/modules/_sliders.scss */
.slider-wrap.wrap-multiple {
  padding-left: 11%;
  padding-right: 11%;
}
@media (min-width: 768px) {
  /* line 9, ../scss/modules/_sliders.scss */
  .slider-wrap.wrap-multiple {
    width: 100%;
  }
}

/* line 21, ../scss/modules/_sliders.scss */
.slick-slider.slide_two .slick-list {
  margin-right: -54px;
}
/* line 25, ../scss/modules/_sliders.scss */
.slick-slider.slide_two .slick-list .slick-track .slide-wrapper img {
  padding-right: 54px;
}
/* line 34, ../scss/modules/_sliders.scss */
.slick-slider button {
  width: 16px;
  height: 29px;
}
/* line 38, ../scss/modules/_sliders.scss */
.slick-slider button.slick-arrow:before {
  font-size: 28px;
  font-family: 'sage_icons';
}
/* line 43, ../scss/modules/_sliders.scss */
.slick-slider button.slick-prev {
  left: -10%;
}
/* line 45, ../scss/modules/_sliders.scss */
.slick-slider button.slick-prev:before {
  content: '\e801';
}
/* line 49, ../scss/modules/_sliders.scss */
.slick-slider button.slick-next {
  right: -10%;
}
/* line 51, ../scss/modules/_sliders.scss */
.slick-slider button.slick-next:before {
  content: '\e800';
}

/* line 58, ../scss/modules/_sliders.scss */
.block__hero__mobile {
  height: 100%;
  z-index: 0;
}

/* line 66, ../scss/modules/_sliders.scss */
.hero__adm__slider .slide_wrapper {
  height: 75vh;
  position: relative;
  transition: 0.5s transform;
}
/* line 77, ../scss/modules/_sliders.scss */
.hero__adm__slider .slick-dots {
  bottom: auto;
}
/* line 79, ../scss/modules/_sliders.scss */
.hero__adm__slider .slick-dots button {
  width: 18px;
  height: 18px;
}
/* line 82, ../scss/modules/_sliders.scss */
.hero__adm__slider .slick-dots button:before {
  font-size: 18px;
}
/* line 89, ../scss/modules/_sliders.scss */
.hero__adm__slider button.slick-arrow {
  z-index: 12;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 95, ../scss/modules/_sliders.scss */
.hero__adm__slider button.slick-prev {
  left: 0;
}
/* line 98, ../scss/modules/_sliders.scss */
.hero__adm__slider button.slick-next {
  right: 0;
}

/* line 110, ../scss/modules/_sliders.scss */
.hero__adm__mobile__slider .slick-dots {
  bottom: auto;
}
/* line 112, ../scss/modules/_sliders.scss */
.hero__adm__mobile__slider .slick-dots button {
  width: 18px;
  height: 18px;
}
/* line 115, ../scss/modules/_sliders.scss */
.hero__adm__mobile__slider .slick-dots button:before {
  font-size: 18px;
}
/* line 122, ../scss/modules/_sliders.scss */
.hero__adm__mobile__slider button.slick-arrow {
  z-index: 1;
  width: 45px;
  height: 45px;
  background-color: rgba(0, 0, 0, 0.5);
  top: calc(50% - 100px);
}
/* line 129, ../scss/modules/_sliders.scss */
.hero__adm__mobile__slider button.slick-prev {
  left: 0;
}
/* line 132, ../scss/modules/_sliders.scss */
.hero__adm__mobile__slider button.slick-next {
  right: 0;
}

/* line 139, ../scss/modules/_sliders.scss */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* line 143, ../scss/modules/_sliders.scss */
#as__nav__for {
  display: none;
}
@media (min-width: 769px) {
  /* line 143, ../scss/modules/_sliders.scss */
  #as__nav__for {
    display: block;
  }
}

/* line 150, ../scss/modules/_sliders.scss */
#as__nav__for__mobile {
  display: block;
}
@media (min-width: 769px) {
  /* line 150, ../scss/modules/_sliders.scss */
  #as__nav__for__mobile {
    display: none;
  }
}

/* line 157, ../scss/modules/_sliders.scss */
#as__nav__for, #as__nav__for__mobile {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 0;
}
/* line 162, ../scss/modules/_sliders.scss */
#as__nav__for .slick-dots, #as__nav__for__mobile .slick-dots {
  bottom: auto;
  position: relative;
}
/* line 165, ../scss/modules/_sliders.scss */
#as__nav__for .slick-dots button, #as__nav__for__mobile .slick-dots button {
  width: 18px;
  height: 18px;
}
/* line 168, ../scss/modules/_sliders.scss */
#as__nav__for .slick-dots button:before, #as__nav__for__mobile .slick-dots button:before {
  font-size: 18px;
}

/* line 1, ../scss/modules/_frames.scss */
iframe {
  max-width: 100%;
}
@media (min-width: 240px) and (max-width: 479px) {
  /* line 1, ../scss/modules/_frames.scss */
  iframe {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 1, ../scss/modules/_frames.scss */
  iframe {
    width: 100%;
  }
}

/* line 1, ../scss/modules/_news.scss */
.block_news_events {
  padding-top: 34px;
  background-color: #ffffff;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.block_news_events:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 9, ../scss/modules/_news.scss */
.block_news_events .news__landing__wrap {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -34px;
}
/* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.block_news_events .news__landing__wrap:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 768px) {
  /* line 13, ../scss/modules/_news.scss */
  .block_news_events .news__landing__wrap .news__landing__col {
    width: 47.22222%;
    float: left;
    padding-left: 1.98413%;
    padding-right: 1.98413%;
  }
  /* line 18, ../scss/modules/_news.scss */
  .block_news_events .news__landing__wrap .news__landing__col:first-of-type {
    padding-left: 0;
    border-right: 1px solid #c3bdb1;
  }
  /* line 23, ../scss/modules/_news.scss */
  .block_news_events .news__landing__wrap .news__landing__col.news__landing__news {
    padding-left: 0;
    border-right: 1px solid #c3bdb1;
  }
  /* line 28, ../scss/modules/_news.scss */
  .block_news_events .news__landing__wrap .news__landing__col:last-of-type {
    padding-right: 0;
  }
  /* line 32, ../scss/modules/_news.scss */
  .block_news_events .news__landing__wrap .news__landing__col.news__landing__events {
    padding-right: 0;
  }
  /* line 37, ../scss/modules/_news.scss */
  .block_news_events .news__landing__wrap .news__landing__col .news__landing__header .green__label {
    padding: 2px 0 2px 9px;
  }
  /* line 39, ../scss/modules/_news.scss */
  .block_news_events .news__landing__wrap .news__landing__col .news__landing__header .green__label:after {
    margin-left: 0;
  }
  /* line 46, ../scss/modules/_news.scss */
  .block_news_events .news__landing__wrap .news__landing__col .news__featured__image img {
    width: auto;
    max-width: 100%;
    height: auto;
    float: none;
  }
  /* line 52, ../scss/modules/_news.scss */
  .block_news_events .news__landing__wrap .news__landing__col h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    color: #000000;
  }
}
/* line 67, ../scss/modules/_news.scss */
.block_news_events .news__landing__wrap .news__landing__col .news__landing__featured .news__article .news__headline h3 {
  font-size: 21px;
  line-height: 25px;
  color: #827566;
  font-weight: 600;
}
/* line 72, ../scss/modules/_news.scss */
.block_news_events .news__landing__wrap .news__landing__col .news__landing__featured .news__article .news__headline h3 a {
  color: #827566;
}
/* line 74, ../scss/modules/_news.scss */
.block_news_events .news__landing__wrap .news__landing__col .news__landing__featured .news__article .news__headline h3 a:hover, .block_news_events .news__landing__wrap .news__landing__col .news__landing__featured .news__article .news__headline h3 a:focus {
  color: #27a1d6;
}
/* line 82, ../scss/modules/_news.scss */
.block_news_events .news__landing__wrap .news__landing__col .news__landing__featured .news__article .news__excerpt {
  margin-bottom: 10px;
}
/* line 86, ../scss/modules/_news.scss */
.block_news_events .news__landing__wrap .news__landing__col .news__landing__featured .news__article .news__date {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}
/* line 101, ../scss/modules/_news.scss */
.block_news_events .news__events__col {
  width: 100%;
  float: left;
  padding-left: 1.4881%;
  padding-right: 1.4881%;
}
/* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
.block_news_events .news__events__col:nth-child(1n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 240px) and (max-width: 768px) {
  /* line 101, ../scss/modules/_news.scss */
  .block_news_events .news__events__col {
    float: none;
  }
}
/* line 108, ../scss/modules/_news.scss */
.block_news_events .news__events__col .article__title {
  color: #006747;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-align: center;
  border-top: 3px solid #c3bdb1;
}
@media (min-width: 768px) {
  /* line 101, ../scss/modules/_news.scss */
  .block_news_events .news__events__col {
    width: 33.33333%;
    float: left;
    padding-left: 1.98413%;
    padding-right: 1.98413%;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_news_events .news__events__col:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_news_events .news__events__col:nth-child(3n + 2) {
    margin-left: 33.33333%;
    margin-right: -100%;
    clear: none;
  }
  /* line 66, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/language/susy/_gallery.scss */
  .block_news_events .news__events__col:nth-child(3n + 3) {
    margin-left: 66.66667%;
    margin-right: -100%;
    clear: none;
  }
  /* line 122, ../scss/modules/_news.scss */
  .block_news_events .news__events__col:first-of-type {
    padding-left: 0;
  }
  /* line 126, ../scss/modules/_news.scss */
  .block_news_events .news__events__col:last-of-type {
    padding-right: 0;
  }
  /* line 130, ../scss/modules/_news.scss */
  .block_news_events .news__events__col:nth-of-type(2n) {
    border-left: 2px solid #c3bdb1;
    /*padding-left: 2.5%;*/
  }
  /* line 135, ../scss/modules/_news.scss */
  .block_news_events .news__events__col:nth-of-type(3n) {
    border-left: 2px solid #c3bdb1;
    /*padding-left: 2.5%;*/
  }
}

/* line 144, ../scss/modules/_news.scss */
.line-padding {
  display: block;
  background: #ffffff;
  padding-bottom: 27px;
  width: 100%;
}

/* line 153, ../scss/modules/_news.scss */
.minisite-home .entry-content p {
  font-size: 18px;
  line-height: 25px;
}

/* line 160, ../scss/modules/_news.scss */
.block_news_events {
  padding-top: 27px;
}
/* line 163, ../scss/modules/_news.scss */
.block_news_events .wrap__header .new__label {
  background-color: #a1978c;
  max-width: 195px;
  font-size: 20px;
  padding-top: 7px;
  padding-left: 15px;
  padding-bottom: 8px;
}
/* line 170, ../scss/modules/_news.scss */
.block_news_events .wrap__header .new__label:after {
  border-right-color: #a1978c;
  border-top-color: #a1978c;
}

/* line 179, ../scss/modules/_news.scss */
.news__articles {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.news__articles:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 182, ../scss/modules/_news.scss */
.news__articles .news__article {
  width: 100%;
  float: right;
  margin-right: 0;
  padding-bottom: 20px;
}
/* line 186, ../scss/modules/_news.scss */
.news__articles .news__article:last-of-type {
  border-bottom-width: 3px;
}
/* line 190, ../scss/modules/_news.scss */
.news__articles .news__article .news__date {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
/* line 197, ../scss/modules/_news.scss */
.news__articles .news__article .news__excerpt {
  font-size: 14px;
  line-height: 18px;
  font-weight: 100;
}
/* line 204, ../scss/modules/_news.scss */
.news__articles .news__article .news__headline h3 {
  color: #827566;
  font-size: 18px;
  line-height: 23px;
  font-weight: 600;
}
/* line 209, ../scss/modules/_news.scss */
.news__articles .news__article .news__headline h3 a {
  color: #827566;
}
/* line 211, ../scss/modules/_news.scss */
.news__articles .news__article .news__headline h3 a:hover, .news__articles .news__article .news__headline h3 a:focus {
  color: #27a1d6;
}
/* line 218, ../scss/modules/_news.scss */
.news__articles .news__article picture, .news__articles .news__article img {
  float: right;
  width: 100px;
  height: 100px;
}
/* line 224, ../scss/modules/_news.scss */
.news__articles .news__article .minisite__featured {
  margin: 0;
}
/* line 226, ../scss/modules/_news.scss */
.news__articles .news__article .minisite__featured img {
  float: none;
  width: auto;
  height: auto;
}
/* line 234, ../scss/modules/_news.scss */
.news__articles footer {
  width: 100%;
  float: right;
  margin-right: 0;
  text-align: center;
}
/* line 238, ../scss/modules/_news.scss */
.news__articles footer a {
  font-weight: bold;
  overflow: hidden;
  *zoom: 1;
}

/* line 245, ../scss/modules/_news.scss */
#news-normal {
  display: none;
}
@media (min-width: 768px) {
  /* line 245, ../scss/modules/_news.scss */
  #news-normal {
    display: block;
  }
}

/* line 254, ../scss/modules/_news.scss */
#news-tabs {
  display: block;
}
@media (min-width: 768px) {
  /* line 254, ../scss/modules/_news.scss */
  #news-tabs {
    display: none;
  }
}
/* line 263, ../scss/modules/_news.scss */
#news-tabs ul {
  margin: 0;
}
/* line 265, ../scss/modules/_news.scss */
#news-tabs ul li {
  width: 50%;
  float: left;
  padding-left: 1.4881%;
  padding-right: 1.4881%;
}
/* line 268, ../scss/modules/_news.scss */
#news-tabs ul li:first-of-type {
  padding-left: 0;
  padding-right: 3px;
}
/* line 273, ../scss/modules/_news.scss */
#news-tabs ul li:last-of-type {
  padding-left: 0;
  padding-right: 0;
}
/* line 279, ../scss/modules/_news.scss */
#news-tabs ul li.ui-state-default a {
  background-color: #c3bdb1;
}
/* line 281, ../scss/modules/_news.scss */
#news-tabs ul li.ui-state-default a:after {
  display: none;
}
/* line 284, ../scss/modules/_news.scss */
#news-tabs ul li.ui-state-default a:hover, #news-tabs ul li.ui-state-default a:focus {
  background-color: #006747;
}
/* line 291, ../scss/modules/_news.scss */
#news-tabs ul li.ui-state-active a, #news-tabs ul li.ui-state-hover a {
  background-color: #006747;
}
/* line 293, ../scss/modules/_news.scss */
#news-tabs ul li.ui-state-active a:after, #news-tabs ul li.ui-state-hover a:after {
  display: block;
}
/* line 299, ../scss/modules/_news.scss */
#news-tabs ul li a {
  display: block;
  padding: 2px 0 2px 9px;
  color: #ffffff;
}
/* line 303, ../scss/modules/_news.scss */
#news-tabs ul li a:after {
  margin-left: 0;
}
/* line 310, ../scss/modules/_news.scss */
#news-tabs .news__tab {
  clear: both;
}
/* line 314, ../scss/modules/_news.scss */
#news-tabs .news__tab .news__featured__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  float: none;
}
/* line 320, ../scss/modules/_news.scss */
#news-tabs .news__tab h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
  color: #000000;
}

@media (min-width: 769px) {
  /* line 334, ../scss/modules/_news.scss */
  .entry-content {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  /* line 336, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home {
    width: 74.23313%;
    float: left;
    margin-right: 3.06748%;
    margin-right: 0;
    padding-right: 0;
  }
  /* line 340, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .main__inner__wrap {
    padding-right: 14px;
  }
  /* line 345, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .news__wrap {
    max-width: 972px;
    margin-left: auto;
    margin-right: auto;
    margin-left: -1.98413%;
    margin-right: -1.98413%;
  }
  /* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .entry-content .main__content.minisite__home .news__wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 349, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .news__wrap .news__events__col_minisite {
    width: 33.33333%;
    float: left;
    padding-left: 1.98413%;
    padding-right: 1.98413%;
    background-image: url(../assets/images/vert_line_bg.jpg);
    background-repeat: repeat-y;
    background-position: right top;
  }
  /* line 357, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .news__wrap .news__events__col_minisite:last-of-type {
    background-image: none;
  }
}
@media (min-width: 769px) {
  /* line 371, ../scss/modules/_news.scss */
  .entry-content .block__sidebar__right {
    width: 25%;
    float: right;
    padding-left: 1.4881%;
    padding-right: 1.4881%;
    padding-right: 0;
    background-image: url(../assets/images/vert_line_bg.jpg);
    background-repeat: repeat-y;
    background-position: left top;
  }

  /* line 385, ../scss/modules/_news.scss */
  .entry-content.tertiary-content .block__sidebar__right {
    width: 33.33333%;
    float: right;
    padding-left: 1.98413%;
    padding-right: 1.98413%;
    padding-right: 0;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  /* line 398, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .main__inner__wrap .news__wrap {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .entry-content .main__content.minisite__home .main__inner__wrap .news__wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
  /* line 400, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .main__inner__wrap .news__wrap .news__events__col_minisite {
    clear: both;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    *zoom: 1;
    border-bottom: 2px solid #c3bdb1;
  }
  /* line 404, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .main__inner__wrap .news__wrap .news__events__col_minisite .minisite__featured {
    width: 48.46626%;
    float: right;
    margin-right: 0;
  }
  /* line 406, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .main__inner__wrap .news__wrap .news__events__col_minisite .minisite__featured img {
    margin-top: 14px;
    margin-left: 20px;
    margin-bottom: 20px;
    float: right;
    width: 100%;
    height: auto;
  }
  /* line 415, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .main__inner__wrap .news__wrap .news__events__col_minisite .news__headline, .entry-content .main__content.minisite__home .main__inner__wrap .news__wrap .news__events__col_minisite .news__date {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    clear: left;
  }
  /* line 419, ../scss/modules/_news.scss */
  .entry-content .main__content.minisite__home .main__inner__wrap .news__wrap .news__events__col_minisite .news__excerpt {
    clear: both;
  }
}
/*@include with-layout($susy-opalka) {
  .entry-content {
    @include span(12 nest);
    .main__content.minisite__home {
      @include span(9 nest);
      margin-right: 0;
      padding-right: 0;
      .main__inner__wrap {
        padding-right: 14px;
      }
      .block_news_events {
        .news__wrap {
          @include show-grid;
          .news__events__col__minisite {
            @include span(3 of 9);
            &:after {
              display: inline-block;
              position: relative;
              content: ' ';
              background-color: #c3bdb1;
              width: 2px;
              height: 100%;
            }
            &:first-of-type {
              margin-left: 0;
            }
            &:last-of-type {
              margin-right: 0;
            }
          }
        }
      }
    }
  }
}*/
/* line 1, ../scss/modules/_program_grid.scss */
.block__program__grid {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 4, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__row {
  padding: 8px 0 8px 10px;
  width: 100%;
}
/* line 8, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__row:first-of-type {
  background-color: #ffffff;
}
/* line 11, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__row:nth-of-type(2n) {
  background-color: #efede7;
}
/* line 16, ../scss/modules/_program_grid.scss */
.block__program__grid .header__row {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 12px;
  padding: 10px;
  background-color: #ffffff;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #c3bdb1;
  border-top: 3px solid #c3bdb1;
}
/* line 30, ../scss/modules/_program_grid.scss */
.block__program__grid .header__row .grid__col .col__program {
  font-size: 14px;
  line-height: 14px;
  background-color: #ffffff;
  color: #000000;
  width: 39.8773%;
  float: left;
  margin-right: 3.06748%;
}
/* line 37, ../scss/modules/_program_grid.scss */
.block__program__grid .header__row .grid__col .col__degree {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  background-color: #ffffff;
  width: 26.99387%;
  float: left;
  margin-right: 3.06748%;
}
/* line 44, ../scss/modules/_program_grid.scss */
.block__program__grid .header__row .grid__col .col__location {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  background-color: #ffffff;
  width: 18.40491%;
  float: left;
  margin-right: 3.06748%;
}
/* line 54, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 56, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__label {
  width: 21.90083%;
  float: left;
  margin-right: 4.13223%;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  text-transform: uppercase;
  color: #827566;
}
/* line 64, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter select {
  background-color: #c9db48;
  background-image: none;
  color: #000000;
  position: relative;
  height: 29px;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
}
/* line 74, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter select[disabled] {
  background-color: #e0dbd2;
}
/* line 77, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter select option {
  padding: 9px 11px 10px 10px;
  color: #ffffff;
  font-weight: 300;
  background-color: #827566;
}
/* line 84, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .block__input__wrap {
  z-index: 0;
}
/* line 86, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .block__input__wrap:before {
  position: absolute;
  right: 10px;
  top: 8px;
  z-index: 1;
  font-weight: bold;
  transform: rotate(-270deg);
  color: #ffffff;
}
/* line 95, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .block__input__wrap option {
  padding: 9px 11px 10px 10px;
  color: #ffffff;
  font-weight: 300;
  background-color: #827566;
}
/* line 102, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__deg__type {
  width: 24.79339%;
  float: left;
  margin-right: 4.13223%;
}
/* line 106, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__deg__type .select2-container .select2-selection--single {
  background-color: #c9db48;
  color: #000000;
  position: relative;
  border: none;
  border-radius: 0;
  top: -2px;
  right: 5px;
}
/* line 114, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__deg__type .select2-container .select2-selection--single .select2-selection__rendered {
  padding-top: 2px;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
  font-weight: 300;
}
/* line 124, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__deg__type .select2-container .select2-selection__arrow:before {
  content: '\e800';
  display: inline-block;
  font-family: "sage_icons";
  width: 1em;
  transform: rotate(-90deg);
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  top: -3px;
  right: 5px;
}
/* line 137, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__deg__type .select2-container .select2-selection__arrow b {
  display: none;
}
/* line 142, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__deg__type #degree_type {
  background-color: #c9db48;
  color: #000000;
  position: relative;
  background-image: none;
}
/* line 149, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__location {
  width: 24.79339%;
  float: left;
  margin-right: 4.13223%;
}
/* line 152, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__submit {
  width: 7.43802%;
  float: left;
  margin-right: 4.13223%;
}
/* line 155, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__submit button.button__go__button {
  padding: 2px 6px 3px 6px;
  width: 43px;
  height: 29px;
}
/* line 160, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__filter .col__submit button[disabled] {
  background-color: #e0dbd2;
}
/* line 167, ../scss/modules/_program_grid.scss */
.block__program__grid #accordion {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
/* line 172, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__col .col__program {
  width: 39.8773%;
  float: left;
  margin-right: 3.06748%;
  font-size: 16px;
  line-height: 17px;
}
/* line 176, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__col .col__program a {
  color: #827566;
}
/* line 178, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__col .col__program a:hover {
  color: #574e44;
}
/* line 183, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__col .col__degree {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  width: 26.99387%;
  float: left;
  margin-right: 3.06748%;
}
/* line 189, ../scss/modules/_program_grid.scss */
.block__program__grid .grid__col .col__location {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  width: 18.40491%;
  float: left;
  margin-right: 3.06748%;
}
/* line 197, ../scss/modules/_program_grid.scss */
.block__program__grid h3 {
  margin: 0 0 12px 0;
  padding: 3px 0 4px 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  height: 29px;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
  color: #ffffff;
  background-color: #40ad48;
}
/* line 209, ../scss/modules/_program_grid.scss */
.block__program__grid h3.ui-state-default {
  background-color: #006747;
}
/* line 212, ../scss/modules/_program_grid.scss */
.block__program__grid h3.ui-accordion-header-active, .block__program__grid h3.ui-state-active, .block__program__grid h3.ui-state-hover {
  background-color: #40ad48;
}
/* line 214, ../scss/modules/_program_grid.scss */
.block__program__grid h3.ui-accordion-header-active .ui-accordion-header-icon, .block__program__grid h3.ui-state-active .ui-accordion-header-icon, .block__program__grid h3.ui-state-hover .ui-accordion-header-icon {
  transform: rotate(-90deg);
}
/* line 219, ../scss/modules/_program_grid.scss */
.block__program__grid h3 .ui-accordion-header-icon {
  display: block;
  position: relative;
  right: 9px;
  float: right;
  font-family: "sage_icons";
  transform: rotate(90deg);
}
/* line 226, ../scss/modules/_program_grid.scss */
.block__program__grid h3 .ui-accordion-header-icon:before {
  font-weight: bold;
}
/* line 233, ../scss/modules/_program_grid.scss */
.block__program__grid .ui-accordion-content {
  padding-bottom: 15px;
  background-color: #ffffff;
  width: 100%;
  height: auto;
}

/* fix for arbitrary line running through this when display: block and content:" " */
@media (min-width: 240px) {
  /* line 3, ../scss/modules/_globals.scss */
  .wrap:after {
    display: table !important;
  }
}
/* line 9, ../scss/modules/_globals.scss */
.line {
  margin: 2px 0;
  height: 1px;
  border: none;
  width: 100%;
  background-color: #c3bdb1;
  display: block;
}

/* line 18, ../scss/modules/_globals.scss */
.sans-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* line 23, ../scss/modules/_globals.scss */
:focus {
  outline: -webkit-focus-ring-color auto 5px;
  outline: none;
}

/**
 EQCSS
**/
@element 'html, body' and (min-scroll-y: 50vh) {
  /*.header__bottom {
    position: fixed;
    top: auto;
    width: 100%;
    box-shadow: rgba(0,0,0,.05) 0 3px 15px;
    transition: opacity .2s ease-in-out;
  }*/
}
/*********************
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.
*********************/
/******************************************************************
Site Name: Sage
Author: Zone5

Stylesheet: Base Mobile Stylesheet
******************************************************************/
/*********************
GENERAL STYLES
*********************/
/* line 11, ../scss/breakpoints/_base.scss */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}

/* line 23, ../scss/breakpoints/_base.scss */
body {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #5c6b80;
  background-color: rgba(239, 237, 231, 0.5);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
/* line 78, ../scss/breakpoints/_base.scss */
#container {
  width: 100%;
}

/* line 82, ../scss/breakpoints/_base.scss */
.wrap {
  margin: 0 auto;
}
@media (min-width: 320px) {
  /* line 82, ../scss/breakpoints/_base.scss */
  .wrap {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  /* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
  .wrap:after {
    content: " ";
    display: block;
    clear: both;
  }
}

/* line 92, ../scss/breakpoints/_base.scss */
.main-wrap {
  background: #ffffff;
  padding-bottom: 36px;
  	/*background-image: -webkit-gradient(linear,
  					left top,
  					right top,
  					color-stop(0, #eee),
  					color-stop(20%, #eee),
  					color-stop(20%, #ccc),
  					color-stop(40%, #ccc),
  					color-stop(40%, #eee),
  					color-stop(60%, #eee),
  					color-stop(60%, #ccc),
  					color-stop(80%, #ccc),
  					color-stop(80%, #eee),
  					color-stop(100%, #eee)
  	);
  	background-image: -webkit-linear-gradient(
  									left,
  									#eee,
  									#eee 25%,
  									#ccc 25%,
  									#ccc 40%,
  									#eee 40%,
  									#eee 60%,
  									#ccc 60%,
  									#ccc 80%,
  									#eee 80%,
  									#eee 100%
  	);
  
  	background-image: -moz-linear-gradient(
  									left,
  									#eee,
  									#eee 20%,
  									#ccc 20%,
  									#ccc 40%,
  									#eee 40%,
  									#eee 60%,
  									#ccc 60%,
  									#ccc 80%,
  									#eee 80%,
  									#eee 100%
  	);
  	background-image: -ms-linear-gradient(
  									left,
  									#eee,
  									#eee 20%,
  									#ccc 20%,
  									#ccc 40%,
  									#eee 40%,
  									#eee 60%,
  									#ccc 60%,
  									#ccc 80%,
  									#eee 80%,
  									#eee 100%
  	);
  	background-image: -o-linear-gradient(
  									left,
  									#eee,
  									#eee 20%,
  									#ccc 20%,
  									#ccc 40%,
  									#eee 40%,
  									#eee 60%,
  									#ccc 60%,
  									#ccc 80%,
  									#eee 80%,
  									#eee 100%
  	);*/
}

/* line 164, ../scss/breakpoints/_base.scss */
.wrap-hero-header {
  position: relative;
}
/* line 167, ../scss/breakpoints/_base.scss */
.wrap-hero-header .tinted__text__box, .wrap-hero-header .tinted__slider__box {
  bottom: auto;
  z-index: 9;
  display: block;
}
@media (min-width: 768px) {
  /* line 167, ../scss/breakpoints/_base.scss */
  .wrap-hero-header .tinted__text__box, .wrap-hero-header .tinted__slider__box {
    min-height: 115px;
  }
}
/* line 177, ../scss/breakpoints/_base.scss */
.wrap-hero-header .tinted__text__box .wrap, .wrap-hero-header .tinted__slider__box .wrap {
  display: block;
}
/* line 181, ../scss/breakpoints/_base.scss */
.wrap-hero-header .tinted__text__box .breadcrumbs, .wrap-hero-header .tinted__slider__box .breadcrumbs {
  top: auto;
  color: #ffffff;
  float: none;
  padding-top: 10px;
  padding-bottom: 0;
}
/* line 187, ../scss/breakpoints/_base.scss */
.wrap-hero-header .tinted__text__box .breadcrumbs a, .wrap-hero-header .tinted__slider__box .breadcrumbs a {
  color: #ffffff;
}
/* line 189, ../scss/breakpoints/_base.scss */
.wrap-hero-header .tinted__text__box .breadcrumbs a:hover, .wrap-hero-header .tinted__slider__box .breadcrumbs a:hover {
  color: #cccccc;
}
/* line 193, ../scss/breakpoints/_base.scss */
.wrap-hero-header .tinted__text__box .breadcrumbs > *, .wrap-hero-header .tinted__slider__box .breadcrumbs > * {
  color: #ffffff;
}
/* line 198, ../scss/breakpoints/_base.scss */
.wrap-hero-header .tinted__text__box h1.page-title, .wrap-hero-header .tinted__slider__box h1.page-title {
  padding-top: 10px;
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
}

/* line 209, ../scss/breakpoints/_base.scss */
.cf, .comment-respond {
  clear: both;
}

/*********************
LINK STYLES
*********************/
/* line 216, ../scss/breakpoints/_base.scss */
a, a:visited {
  color: #27a1d6;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
/* line 222, ../scss/breakpoints/_base.scss */
a:hover, a:focus, a:visited:hover, a:visited:focus {
  color: #186384;
}
/* line 232, ../scss/breakpoints/_base.scss */
a:link, a:visited:link {
  /*
  this highlights links on iPhones/iPads.
  so it basically works like the :hover selector
  for mobile devices.
  */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
/* line 246, ../scss/breakpoints/_base.scss */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
/* line 255, ../scss/breakpoints/_base.scss */
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/* line 260, ../scss/breakpoints/_base.scss */
h1, .h1 {
  margin: 0;
  font-size: 2.5em;
  line-height: 1.333em;
}

/* line 266, ../scss/breakpoints/_base.scss */
h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-top: 0;
  margin-bottom: 0.375em;
}

/* line 273, ../scss/breakpoints/_base.scss */
h3, .h3 {
  margin: 8px 0;
  font-size: 1.125em;
}

/* line 278, ../scss/breakpoints/_base.scss */
h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
}

/* line 283, ../scss/breakpoints/_base.scss */
h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  font-size: 14px;
  line-height: 29px;
  font-weight: bold;
  text-transform: uppercase;
}

/*********************
HEADER STYLES
*********************/
/* line 301, ../scss/breakpoints/_base.scss */
#logo {
  margin: 0;
}
@media (min-width: 600px) and (max-width: 768px) {
  /* line 304, ../scss/breakpoints/_base.scss */
  #logo a {
    display: block;
  }
}
@media (min-width: 320px) and (max-width: 599px) {
  /* line 304, ../scss/breakpoints/_base.scss */
  #logo a {
    display: block;
  }
}
/* line 314, ../scss/breakpoints/_base.scss */
#logo a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  /* line 304, ../scss/breakpoints/_base.scss */
  #logo a {
    width: 362px;
    height: 67px;
    display: block;
    position: relative;
    color: #ffffff;
    background: transparent url(../assets/images/theatre-institute-logo.png) no-repeat 0 0;
  }
  /* line 329, ../scss/breakpoints/_base.scss */
  #logo a img {
    display: none;
  }
}

/* line 337, ../scss/breakpoints/_base.scss */
.col-1 {
  width: 5.52147%;
  float: left;
  margin-right: 3.06748%;
}

/* line 341, ../scss/breakpoints/_base.scss */
.block__row {
  /*padding-bottom: 34px;*/
  padding-left: 24px;
  padding-right: 24px;
}

/* line 351, ../scss/breakpoints/_base.scss */
.d_hide, .t_hide {
  display: none;
}

/* line 355, ../scss/breakpoints/_base.scss */
.header__top {
  background-color: #e0dbd2;
  /*height: 80px;*/
  position: relative;
  border-bottom: 1px solid #ffffff;
  z-index: 2;
}
/* line 362, ../scss/breakpoints/_base.scss */
.header__top .block__logo {
  /*padding-top: 21px;
  padding-bottom: 21px;*/
}
@media (min-width: 240px) {
  /* line 355, ../scss/breakpoints/_base.scss */
  .header__top {
    padding-top: 13px;
    padding-bottom: 0;
  }
}
@media (min-width: 480px) {
  /* line 355, ../scss/breakpoints/_base.scss */
  .header__top {
    padding-top: 13px;
    padding-bottom: 10px;
  }
}
@media (min-width: 768px) {
  /* line 355, ../scss/breakpoints/_base.scss */
  .header__top {
    padding-top: 19px;
    padding-bottom: 10px;
  }
}
@media (min-width: 1030px) {
  /* line 355, ../scss/breakpoints/_base.scss */
  .header__top {
    padding-top: 25px;
    padding-bottom: 21px;
  }
}
/* line 399, ../scss/breakpoints/_base.scss */
.header__top .wrap {
  height: inherit;
}
/* line 403, ../scss/breakpoints/_base.scss */
.header__top .block__header__features {
  display: block;
}
@media (min-width: 240px) and (max-width: 480px) {
  /* line 403, ../scss/breakpoints/_base.scss */
  .header__top .block__header__features {
    width: 22.69939%;
    float: right;
    margin-right: 0;
    float: right;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 403, ../scss/breakpoints/_base.scss */
  .header__top .block__header__features {
    width: 22.69939%;
    float: right;
    margin-right: 0;
    float: right;
  }
}
/* line 416, ../scss/breakpoints/_base.scss */
.header__top .block__header__features .block__menu__toggle {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 416, ../scss/breakpoints/_base.scss */
  .header__top .block__header__features .block__menu__toggle {
    padding: 10px;
    position: relative;
    float: right;
    display: block;
    border: 1px solid transparent;
    background: transparent;
  }
  /* line 426, ../scss/breakpoints/_base.scss */
  .header__top .block__header__features .block__menu__toggle .icon-bar {
    width: 21px;
    height: 3px;
    display: block;
    background-color: #000000;
  }
  /* line 431, ../scss/breakpoints/_base.scss */
  .header__top .block__header__features .block__menu__toggle .icon-bar + .icon-bar {
    margin-top: 3px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 403, ../scss/breakpoints/_base.scss */
  .header__top .block__header__features {
    width: 237px;
    float: right;
  }
  /* line 442, ../scss/breakpoints/_base.scss */
  .header__top .block__header__features .block__menu__toggle {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 448, ../scss/breakpoints/_base.scss */
  .header__top .block__header__features .block__menu__toggle {
    display: none;
  }
}
@media (min-width: 1030px) {
  /* line 403, ../scss/breakpoints/_base.scss */
  .header__top .block__header__features {
    width: 48.46626%;
    float: right;
    margin-right: 0;
    float: left;
  }
}
@media (min-width: 240px) and (max-width: 767px) {
  /* line 460, ../scss/breakpoints/_base.scss */
  .header__top .block__logo {
    width: 65.64417%;
    float: left;
  }
}
@media (min-width: 768px) {
  /* line 460, ../scss/breakpoints/_base.scss */
  .header__top .block__logo {
    width: 31.28834%;
    float: left;
    margin-right: 3.06748%;
  }
}
@media (min-width: 1030px) {
  /* line 460, ../scss/breakpoints/_base.scss */
  .header__top .block__logo {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
  }
}
/* line 475, ../scss/breakpoints/_base.scss */
.header__top #secondary__logo {
  margin-top: -25px;
  float: right;
  position: relative;
  width: 90%;
}
@media (min-width: 481px) {
  /* line 475, ../scss/breakpoints/_base.scss */
  .header__top #secondary__logo {
    margin-top: -14px;
    margin-top: -25px;
    width: 85px;
    height: 100px;
  }
}
@media (min-width: 768px) {
  /* line 475, ../scss/breakpoints/_base.scss */
  .header__top #secondary__logo {
    margin-top: -25px;
  }
}
@media (min-width: 1030px) {
  /* line 475, ../scss/breakpoints/_base.scss */
  .header__top #secondary__logo {
    margin-top: -25px;
  }
}
/* line 494, ../scss/breakpoints/_base.scss */
.header__top #secondary__logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}
/* line 502, ../scss/breakpoints/_base.scss */
.header__top .block__featured__nav {
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #ffffff;
  display: block;
}
/* line 507, ../scss/breakpoints/_base.scss */
.header__top .block__featured__nav button {
  display: none;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 502, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav {
    display: none;
  }
}
@media (min-width: 769px) {
  /* line 502, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav {
    padding-top: 2px;
    width: 237px;
    float: right;
    text-align: right;
  }
  /* line 521, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav ul#menu-featured-nav {
    margin: 0;
  }
  /* line 523, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav ul#menu-featured-nav li {
    padding: 0 8px;
    display: inline-block;
    float: none;
  }
  /* line 528, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav ul#menu-featured-nav li:first-child {
    padding-left: 0;
    border-right: 1px solid #2E886C;
  }
  /* line 532, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav ul#menu-featured-nav li:last-child {
    padding-right: 0;
    border-left: 1px solid #2E886C;
  }
  /* line 537, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav ul#menu-featured-nav li a {
    padding: 0;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1030px) {
  /* line 502, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav {
    width: 48.46626%;
    float: left;
    margin-right: 3.06748%;
    padding-top: 25px;
  }
  /* line 553, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav ul#menu-featured-nav li:first-child {
    padding-left: 0;
    border-right: 1px solid #2E886C;
  }
  /* line 557, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav ul#menu-featured-nav li:last-child {
    padding-right: 0;
    border-left: 1px solid #2E886C;
  }
  /* line 562, ../scss/breakpoints/_base.scss */
  .header__top .block__featured__nav ul#menu-featured-nav li a {
    font-size: 16px;
  }
}
/* line 570, ../scss/breakpoints/_base.scss */
.header__top .block__search {
  width: 39.8773%;
  float: left;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 572, ../scss/breakpoints/_base.scss */
  .header__top .block__search input[type="search"] {
    padding: 5px;
    width: 21px;
    height: 21px;
    background: transparent url(../assets/images/search-icon.svg) no-repeat 0 0;
    position: relative;
    border: 1px solid transparent;
  }
}
@media (min-width: 769px) and (max-width: 1029px) {
  /* line 570, ../scss/breakpoints/_base.scss */
  .header__top .block__search {
    width: 48.46626%;
    float: left;
  }
  /* line 584, ../scss/breakpoints/_base.scss */
  .header__top .block__search .form__search_button {
    width: 82.27848%;
    float: left;
  }
  /* line 587, ../scss/breakpoints/_base.scss */
  .header__top .block__search .form__search__submit {
    width: 21px;
    position: absolute;
    top: 16px;
    right: 6px;
  }
}
@media (min-width: 1030px) {
  /* line 570, ../scss/breakpoints/_base.scss */
  .header__top .block__search {
    width: 48.46626%;
    float: left;
  }
  /* line 598, ../scss/breakpoints/_base.scss */
  .header__top .block__search .form__search_button {
    width: 82.27848%;
    float: left;
  }
  /* line 601, ../scss/breakpoints/_base.scss */
  .header__top .block__search .form__search__submit {
    width: 21px;
    position: absolute;
    top: 30px;
    right: 6px;
  }
}
@media (min-width: 769px) and (max-width: 1029px) {
  /* line 570, ../scss/breakpoints/_base.scss */
  .header__top .block__search {
    clear: both;
    margin: 0;
    padding: 10px 0 0 0;
    width: 237px;
    float: right;
  }
}
@media (min-width: 1030px) {
  /* line 570, ../scss/breakpoints/_base.scss */
  .header__top .block__search {
    padding: 25px 0;
    float: right;
    clear: none;
    border-radius: 0;
  }
}
/* line 629, ../scss/breakpoints/_base.scss */
.header__top #block__search__desk {
  position: relative;
}

/* line 634, ../scss/breakpoints/_base.scss */
.header__bottom {
  background-color: #5c564d;
  position: relative;
  height: 35px;
  z-index: 1;
}
@media (min-width: 768px) {
  /* line 641, ../scss/breakpoints/_base.scss */
  .header__bottom .wrap {
    /*height: 58px;  TODO this is a temp fix */
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 634, ../scss/breakpoints/_base.scss */
  .header__bottom {
    height: 50px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 634, ../scss/breakpoints/_base.scss */
  .header__bottom {
    height: 35px;
    float: none;
  }
}
/* line 655, ../scss/breakpoints/_base.scss */
.header__bottom #block__search__mobile {
  display: none;
  padding: 16px 15px;
  position: relative;
  background-color: #e0dbd2;
  /*top: 36px;
  width: 100%;*/
  height: 62px;
  width: auto;
  margin-left: -24px;
  margin-right: -24px;
  top: 0;
}
@media (min-width: 769px) {
  /* line 655, ../scss/breakpoints/_base.scss */
  .header__bottom #block__search__mobile {
    display: none !important;
  }
}
/* line 672, ../scss/breakpoints/_base.scss */
.header__bottom #block__search__mobile form {
  line-height: 0;
}
/* line 676, ../scss/breakpoints/_base.scss */
.header__bottom #block__search__mobile input[type="search"] {
  width: 290px;
  position: relative;
}
/* line 682, ../scss/breakpoints/_base.scss */
.header__bottom #block__search__mobile .input__wrapper {
  position: relative;
  width: 310px;
}
/* line 687, ../scss/breakpoints/_base.scss */
.header__bottom #block__search__mobile #searchform {
  position: relative;
}
/* line 691, ../scss/breakpoints/_base.scss */
.header__bottom #block__search__mobile .form__search__submit {
  margin: 0;
  padding: 0;
  width: 21px;
  height: 21px;
  right: 27px;
  border: none;
  background: transparent url(../assets/images/blue-glass.png) no-repeat top right;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 16%;
}
/* line 708, ../scss/breakpoints/_base.scss */
.header__bottom .block__nav__search {
  display: none;
}
@media (min-width: 769px) {
  /* line 708, ../scss/breakpoints/_base.scss */
  .header__bottom .block__nav__search {
    width: 5.52147%;
    float: right;
    margin-right: 0;
    display: block;
  }
}
/* line 716, ../scss/breakpoints/_base.scss */
.header__bottom .block__top__nav {
  /*position: relative;
  top: -27px;
  margin-top: -27px;*/
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 716, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav {
    margin-left: -24px;
    margin-right: -24px;
    top: 0;
  }
}
@media (min-width: 769px) {
  /* line 716, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav {
    float: left;
    width: 91.41104%;
    float: left;
  }
}
/* line 736, ../scss/breakpoints/_base.scss */
.header__bottom .block__top__nav #menu-global-nav {
  display: none;
}
@media (min-width: 769px) {
  /* line 736, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav {
    margin-left: -14px;
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1029px) {
  /* line 743, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav > li {
    width: 15.67%;
  }
}
@media (min-width: 769px) {
  /* line 743, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav > li {
    position: relative;
    display: inline-block;
    float: left;
  }
  /* line 754, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav > li ul {
    visibility: hidden;
  }
  /* line 758, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav > li:hover > ul {
    top: auto;
    visibility: visible;
  }
}
/* line 772, ../scss/breakpoints/_base.scss */
.header__bottom .block__top__nav #menu-global-nav > li.current-page-ancestor > a, .header__bottom .block__top__nav #menu-global-nav > li.current-page-parent > a, .header__bottom .block__top__nav #menu-global-nav > li.current-menu-item > a, .header__bottom .block__top__nav #menu-global-nav > li.hover > a {
  background-color: #a1978c;
  color: #ffffff;
  text-decoration: none;
  /*border-bottom: 5px solid $black;
  padding-bottom: 12px;*/
}
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 781, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav > li > a {
    font-size: 18px;
    line-height: 19px;
    padding-top: 4px;
    padding-bottom: 5px;
    /*max-width: 104px;*/
    width: 117px;
    height: 50px;
    display: inline-block;
    color: #ffffff;
    transition-property: height;
    text-align: center;
  }
  /* line 795, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav > li > a:hover {
    background-color: #a1978c;
    text-decoration: none;
    color: #000000;
    /*border-bottom: 5px solid $black;
    padding-bottom: 12px;*/
  }
}
@media (min-width: 1030px) {
  /* line 781, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav > li > a {
    float: left;
    padding-top: 4px;
    padding-bottom: 5px;
    display: inline-block;
    color: #ffffff;
  }
  /* line 811, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav > li > a:hover {
    background-color: #a1978c;
    text-decoration: none;
    /*border-bottom: 5px solid $black;
    padding-bottom: 12px;*/
  }
}
/* line 820, ../scss/breakpoints/_base.scss */
.header__bottom .block__top__nav #menu-global-nav > li ul.sub-menu {
  margin: 0;
  position: absolute;
  width: 180px;
  top: 35px;
  background-color: #827566;
  color: #ffffff;
}
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 820, ../scss/breakpoints/_base.scss */
  .header__bottom .block__top__nav #menu-global-nav > li ul.sub-menu {
    top: 50px;
  }
}
/* line 832, ../scss/breakpoints/_base.scss */
.header__bottom .block__top__nav #menu-global-nav > li ul.sub-menu li {
  margin: 0;
  padding: 0;
  float: none;
}
/* line 836, ../scss/breakpoints/_base.scss */
.header__bottom .block__top__nav #menu-global-nav > li ul.sub-menu li a {
  padding: 8px 12px;
  font-size: 18px;
  font-weight: 100;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}
/* line 842, ../scss/breakpoints/_base.scss */
.header__bottom .block__top__nav #menu-global-nav > li ul.sub-menu li a:hover, .header__bottom .block__top__nav #menu-global-nav > li ul.sub-menu li a:focus {
  background-color: #e0dbd2;
  color: #000000;
  text-decoration: none;
}

/* line 855, ../scss/breakpoints/_base.scss */
.top-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* line 863, ../scss/breakpoints/_base.scss */
.block__hero {
  position: relative;
  width: 100%;
  height: 1px;
  padding-bottom: 48.5%;
  z-index: 0;
}
@media (min-width: 480px) and (max-width: 600px) {
  /* line 863, ../scss/breakpoints/_base.scss */
  .block__hero {
    padding-bottom: 60.5%;
  }
}
@media (min-width: 350px) and (max-width: 480px) {
  /* line 863, ../scss/breakpoints/_base.scss */
  .block__hero {
    padding-bottom: 70.5%;
  }
}
@media (min-width: 240px) and (max-width: 349px) {
  /* line 863, ../scss/breakpoints/_base.scss */
  .block__hero {
    padding-bottom: 100.5%;
  }
}
/* line 883, ../scss/breakpoints/_base.scss */
.block__hero .hero__container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
}
/* line 890, ../scss/breakpoints/_base.scss */
.block__hero .hero__container .hero__image {
  background-image: url(../assets/images/home_hero/Hero_Image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 100%;
  height: 100%;
}
@media (min-width: 240px) and (max-width: 768px) {
  /* line 863, ../scss/breakpoints/_base.scss */
  .block__hero {
    display: none;
  }
}

/* line 906, ../scss/breakpoints/_base.scss */
.admissions__wrap .block__hero {
  z-index: 0;
}

/* line 912, ../scss/breakpoints/_base.scss */
.block__hero__mobile {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  /* line 912, ../scss/breakpoints/_base.scss */
  .block__hero__mobile {
    display: none;
  }
}
/* line 920, ../scss/breakpoints/_base.scss */
.block__hero__mobile .hero__container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 926, ../scss/breakpoints/_base.scss */
.block__hero__mobile .hero__container .hero__image {
  margin: 0;
  padding: 0;
  font-size: 0;
  background-position: center;

}
/* line 930, ../scss/breakpoints/_base.scss */
.block__hero__mobile .hero__container .hero__image img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* line 936, ../scss/breakpoints/_base.scss */
.block__hero__mobile .tinted__text__box {
  margin: 0;
  transition: opacity 0.4s linear;
  position: relative;
  background-color: #5C564D;
  height: auto;
  width: 100%;
  bottom: 0;
}

/* line 948, ../scss/breakpoints/_base.scss */
.tinted__slider__box {
  transition: opacity 0.4s linear;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 156px;
  bottom: 0;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 948, ../scss/breakpoints/_base.scss */
  .tinted__slider__box {
    padding-top: 19px;
    background-color: #5C564D;
    height: auto;
    position: relative;
  }
}
/* line 963, ../scss/breakpoints/_base.scss */
.tinted__slider__box .wrap {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 320px) and (max-width: 1030px) {
  /* line 963, ../scss/breakpoints/_base.scss */
  .tinted__slider__box .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 963, ../scss/breakpoints/_base.scss */
  .tinted__slider__box .wrap {
    flex-direction: column;
  }
}
/* line 978, ../scss/breakpoints/_base.scss */
.tinted__slider__box .hero__title {
  display: inline-block;
  padding-top: 27px;
  padding-bottom: 31px;
  width: 49.70732%;
  padding-right: 10%;
  position: relative;
  color: #c9db48;
  font-family: "Vollkorn", Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: bold;
}
@media (min-width: 1030px) {
  /* line 978, ../scss/breakpoints/_base.scss */
  .tinted__slider__box .hero__title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  /* line 978, ../scss/breakpoints/_base.scss */
  .tinted__slider__box .hero__title {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 978, ../scss/breakpoints/_base.scss */
  .tinted__slider__box .hero__title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 6.5vw;
    font-size: 30px;
    width: 100%;
  }
}
@media (min-width: 240px) and (max-width: 479px) {
  /* line 978, ../scss/breakpoints/_base.scss */
  .tinted__slider__box .hero__title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    width: 100%;
  }
}
/* line 1015, ../scss/breakpoints/_base.scss */
.tinted__slider__box .hero__caption {
  padding-top: 27px;
  padding-bottom: 31px;
  width: 65.64417%;
  float: right;
  margin-right: 0;
  position: relative;
  color: #ffffff;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 1015, ../scss/breakpoints/_base.scss */
  .tinted__slider__box .hero__caption {
    padding-top: 0;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
}

@media (min-width: 768px) {
  /* line 1036, ../scss/breakpoints/_base.scss */
  .block__adm__hero {
    height: 75vh;
    padding-bottom: 0;
  }
}
@media (min-width: 1030px) {
  /* line 1036, ../scss/breakpoints/_base.scss */
  .block__adm__hero {
    height: 75vh;
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  /* line 1050, ../scss/breakpoints/_base.scss */
  .block__adm__hero .hero__container .hero__image {
    background-size: cover;
  }
}
@media (min-width: 1240px) {
  /* line 1056, ../scss/breakpoints/_base.scss */
  .block__adm__hero .hero__container .hero__image {
    background-size: cover;
  }
}

/* line 1063, ../scss/breakpoints/_base.scss */
.tinted__text__box {
  transition: opacity 0.4s linear;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 115px;
  bottom: 0;
}
/* line 1071, ../scss/breakpoints/_base.scss */
.tinted__text__box.bottom__box {
  height: 156px;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 1063, ../scss/breakpoints/_base.scss */
  .tinted__text__box {
    padding-top: 19px;
    background-color: #5C564D;
    height: auto;
  }
  /* line 1080, ../scss/breakpoints/_base.scss */
  .tinted__text__box.bottom__box {
    height: auto;
  }
}
/* line 1085, ../scss/breakpoints/_base.scss */
.tinted__text__box .wrap {
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: row;
}
@media (min-width: 320px) and (max-width: 1030px) {
  /* line 1085, ../scss/breakpoints/_base.scss */
  .tinted__text__box .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 1085, ../scss/breakpoints/_base.scss */
  .tinted__text__box .wrap {
    flex-direction: column;
  }
}
/* line 1100, ../scss/breakpoints/_base.scss */
.tinted__text__box .hero__title {
  display: inline-block;
  padding-top: 27px;
  padding-bottom: 31px;
  width: 49.70732%;
  padding-right: 10%;
  position: relative;
  color: #c9db48;
  font-family: "Vollkorn", Georgia, Cambria, Times New Roman, Times, serif;
  font-weight: bold;
}
@media (min-width: 1030px) {
  /* line 1100, ../scss/breakpoints/_base.scss */
  .tinted__text__box .hero__title {
    font-size: 48px;
    line-height: 50px;
  }
}
@media (min-width: 768px) {
  /* line 1100, ../scss/breakpoints/_base.scss */
  .tinted__text__box .hero__title {
    font-size: 44px;
    line-height: 46px;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  /* line 1100, ../scss/breakpoints/_base.scss */
  .tinted__text__box .hero__title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 6.5vw;
    font-size: 30px;
    width: 100%;
  }
}
@media (min-width: 240px) and (max-width: 479px) {
  /* line 1100, ../scss/breakpoints/_base.scss */
  .tinted__text__box .hero__title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    width: 100%;
  }
}
/* line 1137, ../scss/breakpoints/_base.scss */
.tinted__text__box .hero__caption {
  padding-top: 27px;
  padding-bottom: 31px;
  width: 65.64417%;
  float: right;
  margin-right: 0;
  position: relative;
  color: #ffffff;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 320px) and (max-width: 768px) {
  /* line 1137, ../scss/breakpoints/_base.scss */
  .tinted__text__box .hero__caption {
    padding-top: 0;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
}

/* line 1159, ../scss/breakpoints/_base.scss */
#mega-menu {
  display: none;
  position: absolute;
  width: 100%;
  height: 250px;
  /*background-color: #E0DBD2;*/
}
/* line 1166, ../scss/breakpoints/_base.scss */
#mega-menu > ul#large-display-mega {
  position: relative;
  margin: 0 auto;
  width: 972px;
}
/* line 1172, ../scss/breakpoints/_base.scss */
#mega-menu > ul > ul {
  display: none;
}

/* line 1177, ../scss/breakpoints/_base.scss */
.mega_wrap_outer {
  margin: 0;
  top: 58px;
  left: 0;
  right: 0;
  width: 100%;
  height: 320px;
  position: absolute;
  background-color: #E0DBD2;
  overflow: hidden;
  transition: opacity 0.3s linear;
}
/* line 1189, ../scss/breakpoints/_base.scss */
.mega_wrap_outer:before {
  /*background-color: #E0DBD2;*/
  content: '';
}

/* line 1198, ../scss/breakpoints/_base.scss */
.nav.top-nav li.hover ul {
  visibility: visible;
}

/*.nav.top-nav {

		> li {
			&:hover {
				> div.mega_wrap_outer {
					display: block;
					ul {
						visibility: visible;
					}
				}
			}
		}
}*/
/* line 1220, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer {
  display: none;
}
/* line 1222, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner {
  /*position: relative;
  margin: 0;
  padding-left: 24px;
  padding-right: 24px;
  width: 1020px;
  width: 471px;*/
  /*left: -17.5%;*/
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 1232, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner .line {
  background-color: #ffffff;
}
/* line 1236, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner .sub-menu {
  padding-top: 19px;
  position: relative;
  width: 234px;
  float: left;
  border: none;
}
/* line 1242, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner .sub-menu:first-of-type {
  padding-right: 15px;
  border-right: 1px solid #ffffff;
}
/* line 1246, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner .sub-menu:nth-of-type(2n) {
  width: 220px;
}
/* line 1249, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner .sub-menu:last-of-type, .nav.top-nav .mega_wrap_outer .mega_wrap_inner .sub-menu:nth-of-type(2n) {
  padding-left: 13px;
}
/* line 1254, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner:before {
  display: block;
  position: relative;
  font-weight: bold;
  width: 100%;
  content: '';
}
/* line 1262, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner li {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  float: left;
  float: none;
  display: inline-block;
  min-width: 200px;
  max-width: 220px;
  width: 210px;
}
/* line 1272, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner li:nth-of-type(2n+2) {
  /*padding-left: 13px;
  border-left: 1px solid $white;*/
}
/* line 1277, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner li a {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  width: auto;
  border-bottom: none;
  font-size: 18px;
  line-height: 20px;
  font-weight: 100;
}
/* line 1289, ../scss/breakpoints/_base.scss */
.nav.top-nav .mega_wrap_outer .mega_wrap_inner li a:hover {
  color: #404040;
}

/* line 1299, ../scss/breakpoints/_base.scss */
.block__text__link, .footer__social__hub .hub-footer {
  color: #27a1d6;
  text-transform: uppercase;
  font-size: 14px;
}

/* line 1305, ../scss/breakpoints/_base.scss */
.block_find_programs {
  padding-top: 34px;
  padding-left: 24px;
  padding-right: 24px;
  background-color: #ffffff;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
/* line 12, ../../../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/susy-2.2.12/sass/susy/output/support/_clearfix.scss */
.block_find_programs:after {
  content: " ";
  display: block;
  clear: both;
}

/* line 1314, ../scss/breakpoints/_base.scss */
.program__footer {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  clear: both;
}
/* line 1320, ../scss/breakpoints/_base.scss */
.home .program__footer {
  padding-top: 12px;
  padding-bottom: 24px;
}
/* line 1325, ../scss/breakpoints/_base.scss */
.program__footer a {
  color: #27a1d6;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}
/* line 1331, ../scss/breakpoints/_base.scss */
.program__footer a:hover {
  color: #1f81ab;
}

/* line 1342, ../scss/breakpoints/_base.scss */
.wrap__header {
  width: 65.64417%;
  float: left;
  margin-right: 3.06748%;
}
@media (min-width: 240px) and (max-width: 768px) {
  /* line 1342, ../scss/breakpoints/_base.scss */
  .wrap__header {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 1349, ../scss/breakpoints/_base.scss */
.wrap__header .label {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
}
/* line 1353, ../scss/breakpoints/_base.scss */
.wrap__header .block__text {
  width: 48.46626%;
  float: right;
  margin-right: 0;
  float: right;
  text-align: right;
  font-weight: bold;
}

/* line 1364, ../scss/breakpoints/_base.scss */
.minisite__home .wrap__header {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 240px) and (max-width: 768px) {
  /* line 1364, ../scss/breakpoints/_base.scss */
  .minisite__home .wrap__header {
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
/* line 1371, ../scss/breakpoints/_base.scss */
.minisite__home .wrap__header .label {
  width: 48.46626%;
  float: left;
  margin-right: 3.06748%;
}
/* line 1375, ../scss/breakpoints/_base.scss */
.minisite__home .wrap__header .block__text {
  width: 48.46626%;
  float: right;
  margin-right: 0;
  float: right;
  text-align: right;
  font-weight: bold;
}

/* line 1384, ../scss/breakpoints/_base.scss */
.block__text {
  float: right;
}

/* line 1388, ../scss/breakpoints/_base.scss */
.block__outer__row {
  /*margin-left: -22px;
  margin-right: -22px;*/
}

/* line 1402, ../scss/breakpoints/_base.scss */
.block__media {
  font-size: 0;
}

/* line 1406, ../scss/breakpoints/_base.scss */
.inner__wrap {
  padding: 11px 21px 38px 18px;
}

/* line 1412, ../scss/breakpoints/_base.scss */
#inner-footer a {
  color: #e0dbd2;
}
/* line 1414, ../scss/breakpoints/_base.scss */
#inner-footer a:hover, #inner-footer a:focus {
  text-decoration: underline;
  color: #c1b7a5;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 240px) and (max-width: 480px) {
  /* line 1410, ../scss/breakpoints/_base.scss */
  #inner-footer {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media (min-width: 769px) {
  /* line 1429, ../scss/breakpoints/_base.scss */
  .block__spotlight {
    position: relative;
    top: -48px;
  }
}
/* line 1436, ../scss/breakpoints/_base.scss */
.block__spotlight .label {
  margin-bottom: 0;
  padding: 1px 0;
  padding-left: 15px;
}
/* line 1443, ../scss/breakpoints/_base.scss */
.block__spotlight .block__media img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}
/* line 1449, ../scss/breakpoints/_base.scss */
.block__spotlight h2 {
  color: #006747;
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
}
/* line 1456, ../scss/breakpoints/_base.scss */
.block__spotlight h4 {
  margin: 0 0 8px 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 1465, ../scss/breakpoints/_base.scss */
.block__spotlight .block__body {
  background-color: #c9db48;
}
/* line 1468, ../scss/breakpoints/_base.scss */
.block__spotlight .block__body .block__text__link, .block__spotlight .block__body .footer__social__hub .hub-footer, .footer__social__hub .block__spotlight .block__body .hub-footer {
  float: right;
  font-size: 14px;
  font-weight: bold;
}
/* line 1476, ../scss/breakpoints/_base.scss */
.block__spotlight .block__copy {
  color: #000000;
  font-weight: 300;
  line-height: 22px;
}
/* line 1483, ../scss/breakpoints/_base.scss */
.block__spotlight .block__footer {
  width: 100%;
  float: right;
  margin-right: 0;
  background-color: #827566;
  text-align: center;
}
/* line 1487, ../scss/breakpoints/_base.scss */
.block__spotlight .block__footer a {
  color: #ffffff;
  font-weight: bold;
}
/* line 1490, ../scss/breakpoints/_base.scss */
.block__spotlight .block__footer a:hover {
  color: #d9d9d9;
}
@media (min-width: 240px) and (max-width: 480px) {
  /* line 1483, ../scss/breakpoints/_base.scss */
  .block__spotlight .block__footer {
    margin-bottom: 21px;
  }
}

@media (min-width: 240px) and (max-width: 480px) {
  /* line 1501, ../scss/breakpoints/_base.scss */
  .block__virtuals {
    margin-top: 19px;
  }
}

/*********************
POSTS & CONTENT STYLES
*********************/
/* line 1521, ../scss/breakpoints/_base.scss */
.hentry {
  background-color: #ffffff;
  border-radius: 0;
}
/* line 1529, ../scss/breakpoints/_base.scss */
.hentry footer {
  padding: 0;
}
/* line 1532, ../scss/breakpoints/_base.scss */
.hentry footer p {
  margin: 0;
}

/* end .hentry */
/* line 1539, ../scss/breakpoints/_base.scss */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
/* line 1565, ../scss/breakpoints/_base.scss */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

/* entry content */
/* line 1574, ../scss/breakpoints/_base.scss */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
}
/* line 1577, ../scss/breakpoints/_base.scss */
.entry-content p {
  margin: 0 0 1.5em;
}
/* line 1602, ../scss/breakpoints/_base.scss */
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
/* line 1607, ../scss/breakpoints/_base.scss */
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 1616, ../scss/breakpoints/_base.scss */
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
/* line 1619, ../scss/breakpoints/_base.scss */
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
/* line 1624, ../scss/breakpoints/_base.scss */
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
/* line 1628, ../scss/breakpoints/_base.scss */
.entry-content td:last-child {
  border-right: 0;
}
/* line 1633, ../scss/breakpoints/_base.scss */
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
/* line 1638, ../scss/breakpoints/_base.scss */
.entry-content th:last-child {
  border-right: 0;
}
/* line 1643, ../scss/breakpoints/_base.scss */
.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #2980b9;
  font-style: italic;
  color: #9fa6b4;
}
/* line 1658, ../scss/breakpoints/_base.scss */
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
/* line 1665, ../scss/breakpoints/_base.scss */
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
/* line 1681, ../scss/breakpoints/_base.scss */
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
/* line 1690, ../scss/breakpoints/_base.scss */
.entry-content pre {
  background: #000000;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

/* end .entry-content */
/* line 1701, ../scss/breakpoints/_base.scss */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */
}
/* line 1707, ../scss/breakpoints/_base.scss */
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
/* line 1713, ../scss/breakpoints/_base.scss */
.wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* line 1747, ../scss/breakpoints/_base.scss */
.tags {
  margin: 0;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* line 1755, ../scss/breakpoints/_base.scss */
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

/* line 1759, ../scss/breakpoints/_base.scss */
.pagination {
  text-align: center;
}
/* line 1762, ../scss/breakpoints/_base.scss */
.pagination ul {
  display: inline-block;
  background-color: #ffffff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
/* line 1771, ../scss/breakpoints/_base.scss */
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
/* line 1780, ../scss/breakpoints/_base.scss */
.pagination a, .pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #2980b9;
}
/* line 1792, ../scss/breakpoints/_base.scss */
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #2980b9;
  color: #ffffff;
}
/* line 1798, ../scss/breakpoints/_base.scss */
.pagination .current {
  cursor: default;
  color: #5c6b80;
}
/* line 1802, ../scss/breakpoints/_base.scss */
.pagination .current:hover, .pagination .current:focus {
  background-color: #ffffff;
  color: #5c6b80;
}

/* end .bones_page_navi */
/* fallback previous & next links */
/* line 1815, ../scss/breakpoints/_base.scss */
.wp-prev-next .prev-link {
  float: left;
}
/* line 1819, ../scss/breakpoints/_base.scss */
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
/* line 1830, ../scss/breakpoints/_base.scss */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}

/* line 1850, ../scss/breakpoints/_base.scss */
.commentlist {
  margin: 0;
  list-style-type: none;
}

/* line 1855, ../scss/breakpoints/_base.scss */
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
/* line 1862, ../scss/breakpoints/_base.scss */
.comment .comment-author {
  padding: 7px;
  border: 0;
}
/* line 1868, ../scss/breakpoints/_base.scss */
.comment .vcard {
  margin-left: 50px;
}
/* line 1871, ../scss/breakpoints/_base.scss */
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
/* line 1879, ../scss/breakpoints/_base.scss */
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
/* line 1884, ../scss/breakpoints/_base.scss */
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
/* line 1888, ../scss/breakpoints/_base.scss */
.comment .vcard time a:hover {
  text-decoration: underline;
}
/* line 1898, ../scss/breakpoints/_base.scss */
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
/* line 1906, ../scss/breakpoints/_base.scss */
.comment:last-child {
  margin-bottom: 0;
}
/* line 1910, ../scss/breakpoints/_base.scss */
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
/* line 1928, ../scss/breakpoints/_base.scss */
.comment[class*=depth-] {
  margin-top: 1.1em;
}
/* line 1932, ../scss/breakpoints/_base.scss */
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
/* line 1937, ../scss/breakpoints/_base.scss */
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
/* line 1950, ../scss/breakpoints/_base.scss */
.comment.odd {
  background-color: #ffffff;
}
/* line 1953, ../scss/breakpoints/_base.scss */
.comment.even {
  background: #f8f9fa;
}

/* comment meta */
/* comment content */
/* line 1987, ../scss/breakpoints/_base.scss */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
/* line 1996, ../scss/breakpoints/_base.scss */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}

/* end .commentlist .comment-reply-link */
/* edit comment link */
/* line 2008, ../scss/breakpoints/_base.scss */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
/* line 2021, ../scss/breakpoints/_base.scss */
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}

/* line 2027, ../scss/breakpoints/_base.scss */
#reply-title {
  margin: 0;
}

/* line 2031, ../scss/breakpoints/_base.scss */
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
/* line 2036, ../scss/breakpoints/_base.scss */
.logged-in-as a {
  color: #5c6b80;
}

/* line 2041, ../scss/breakpoints/_base.scss */
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

/* line 2045, ../scss/breakpoints/_base.scss */
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}

/* comment submit button */
/* line 2052, ../scss/breakpoints/_base.scss */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
/* line 2059, ../scss/breakpoints/_base.scss */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* line 2072, ../scss/breakpoints/_base.scss */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
/* line 2077, ../scss/breakpoints/_base.scss */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
/* line 2093, ../scss/breakpoints/_base.scss */
.widget ul li {
  /* deep nesting */
}

/* line 2110, ../scss/breakpoints/_base.scss */
.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

/*********************
FOOTER STYLES
*********************/
/* line 2123, ../scss/breakpoints/_base.scss */
.footer {
  clear: both;
  background-color: #827566;
  color: #f8f9fa;
}
@media (min-width: 768px) and (max-width: 1029px) {
  /* line 2128, ../scss/breakpoints/_base.scss */
  .footer #inner-footer {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1029px) {
  /* line 2139, ../scss/breakpoints/_base.scss */
  .footer .footer__social__hub {
    width: 25%;
    float: left;
    padding-left: 1.5873%;
    padding-right: 1.5873%;
  }
  /* line 2143, ../scss/breakpoints/_base.scss */
  .footer .footer__right__wrap {
    width: 75.0%;
    float: right;
    padding-left: 1.5873%;
    padding-right: 1.5873%;
  }
}
/* line 2151, ../scss/breakpoints/_base.scss */
.footer__social__hub {
  padding-top: 6px;
  padding-left: 15px;
  float: none;
  width: 100%;
  background-color: #5c564d;
  text-align: center;
}
@media (min-width: 480px) {
  /* line 2151, ../scss/breakpoints/_base.scss */
  .footer__social__hub {
    padding-top: 6px;
    padding-left: 77px;
  }
}
@media (min-width: 768px) {
  /* line 2151, ../scss/breakpoints/_base.scss */
  .footer__social__hub {
    padding-top: 13px;
    padding-left: 25px;
    border-left: 1px solid #C3BDB1;
    border-right: 1px solid #C3BDB1;
    width: 22.69939%;
    float: left;
  }
}
@media (min-width: 1030px) {
  /* line 2151, ../scss/breakpoints/_base.scss */
  .footer__social__hub {
    padding-top: 17px;
    padding-left: 33px;
  }
}
/* line 2178, ../scss/breakpoints/_base.scss */
.footer__social__hub .hub-header {
  padding-bottom: 17px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 100;
  text-align: center;
}
@media (min-width: 480px) {
  /* line 2178, ../scss/breakpoints/_base.scss */
  .footer__social__hub .hub-header {
    margin-left: -77px;
  }
}
@media (min-width: 768px) {
  /* line 2178, ../scss/breakpoints/_base.scss */
  .footer__social__hub .hub-header {
    margin-left: -25px;
  }
}
@media (min-width: 1030px) {
  /* line 2178, ../scss/breakpoints/_base.scss */
  .footer__social__hub .hub-header {
    margin-left: -33px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  /* line 2198, ../scss/breakpoints/_base.scss */
  .footer__social__hub .hub-main {
    margin-left: -77px;
    text-align: center;
  }
}
/* line 2203, ../scss/breakpoints/_base.scss */
.footer__social__hub .hub-main a {
  opacity: 1;
}
/* line 2205, ../scss/breakpoints/_base.scss */
.footer__social__hub .hub-main a:hover {
  filter: grayscale(100%);
  opacity: 0.6;
}
/* line 2213, ../scss/breakpoints/_base.scss */
.footer__social__hub .hub-footer {
  padding-top: 21px;
  padding-bottom: 21px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
/* line 2220, ../scss/breakpoints/_base.scss */
.footer__social__hub .hub-footer a {
  color: #ffffff;
}
@media (min-width: 480px) {
  /* line 2213, ../scss/breakpoints/_base.scss */
  .footer__social__hub .hub-footer {
    margin-left: -77px;
  }
}
@media (min-width: 768px) {
  /* line 2213, ../scss/breakpoints/_base.scss */
  .footer__social__hub .hub-footer {
    margin-left: -25px;
  }
}
@media (min-width: 1030px) {
  /* line 2213, ../scss/breakpoints/_base.scss */
  .footer__social__hub .hub-footer {
    margin-left: -33px;
  }
}
/* line 2237, ../scss/breakpoints/_base.scss */
.footer__social__hub .social {
  margin-right: 17px;
  margin-bottom: 17px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../assets/images/Social_icons.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media (min-width: 240px) and (max-width: 480px) {
  /* line 2237, ../scss/breakpoints/_base.scss */
  .footer__social__hub .social {
    margin-right: 10px;
  }
}
@media (min-width: 240px) and (max-width: 767px) {
  /* line 2237, ../scss/breakpoints/_base.scss */
  .footer__social__hub .social {
    margin-bottom: 0;
  }
}
/* line 2256, ../scss/breakpoints/_base.scss */
.footer__social__hub .social-facebook {
  background-position: 0 0;
}
/* line 2260, ../scss/breakpoints/_base.scss */
.footer__social__hub .social-twitter {
  background-position: -57px 0;
}
/* line 2264, ../scss/breakpoints/_base.scss */
.footer__social__hub .social-instagram {
  background-position-x: -114px;
}

/* line 2271, ../scss/breakpoints/_base.scss */
.footer__info {
  padding-top: 17px;
  padding-left: 20px;
  padding-bottom: 20px;
  float: none;
  width: 100%;
  text-align: center;
  transition: all .5s linear;
}
@media (min-width: 240px) and (max-width: 480px) {
  /* line 2271, ../scss/breakpoints/_base.scss */
  .footer__info {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 240px) and (max-width: 767px) {
  /* line 2271, ../scss/breakpoints/_base.scss */
  .footer__info {
    padding-left: 20px !important;
  }
}
@media (min-width: 480px) {
  /* line 2271, ../scss/breakpoints/_base.scss */
  .footer__info {
    padding-top: 6px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 1.4881%;
    padding-right: 1.4881%;
    text-align: left;
  }
}
@media (min-width: 768px) {
  /* line 2271, ../scss/breakpoints/_base.scss */
  .footer__info {
    padding-top: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 83.33333%;
    float: left;
    padding-left: 1.4881%;
    padding-right: 1.4881%;
    text-align: left;
  }
}
@media (min-width: 240px) and (max-width: 1029px) {
  /* line 2271, ../scss/breakpoints/_base.scss */
  .footer__info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    padding-left: 1.4881%;
    padding-right: 1.4881%;
  }
}
@media (min-width: 1030px) {
  /* line 2271, ../scss/breakpoints/_base.scss */
  .footer__info {
    padding-top: 19px;
    text-align: left;
  }
}
/* line 2311, ../scss/breakpoints/_base.scss */
.footer__info .--header {
  font-weight: bold;
}
/* line 2318, ../scss/breakpoints/_base.scss */
.footer__info .block__locations {
  float: none;
  padding-top: 8px;
  padding-bottom: 20px;
}
@media (min-width: 481px) {
  /* line 2318, ../scss/breakpoints/_base.scss */
  .footer__info .block__locations {
    float: left;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left;
    padding-left: 1.4881%;
    padding-right: 1.4881%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 2333, ../scss/breakpoints/_base.scss */
.footer__info .block__locations p {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: normal;
}
/* line 2338, ../scss/breakpoints/_base.scss */
.footer__info .block__locations p.copyright {
  margin-left: 26px;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  clear: both;
}
/* line 2349, ../scss/breakpoints/_base.scss */
.footer__info .block__location {
  padding-top: 10px;
  float: left;
  max-width: 200px;
}
/* line 2353, ../scss/breakpoints/_base.scss */
.footer__info .block__location:first-of-type {
  margin-bottom: 12px;
}
@media (min-width: 240px) and (max-width: 480px) {
  /* line 2349, ../scss/breakpoints/_base.scss */
  .footer__info .block__location {
    margin: auto;
    float: none;
    text-align: center;
  }
}
/* line 2364, ../scss/breakpoints/_base.scss */
.footer__info .block__location__icon {
  margin-right: 8px;
  width: 18px;
  height: 24px;
  float: left;
}
@media (min-width: 240px) and (max-width: 480px) {
  /* line 2364, ../scss/breakpoints/_base.scss */
  .footer__info .block__location__icon {
    margin: auto;
    float: none;
  }
}
/* line 2376, ../scss/breakpoints/_base.scss */
.footer__info .block__location__address {
  float: left;
  max-width: 172px;
  font-size: 14px;
  line-height: 18px;
}
@media (min-width: 240px) and (max-width: 480px) {
  /* line 2376, ../scss/breakpoints/_base.scss */
  .footer__info .block__location__address {
    margin: auto;
    float: none;
  }
}
/* line 2386, ../scss/breakpoints/_base.scss */
.footer__info .block__location__address p {
  margin: 0;
  font-weight: 600;
}
/* line 2391, ../scss/breakpoints/_base.scss */
.footer__info .block__location__address a {
  color: #ffffff;
}
/* line 2393, ../scss/breakpoints/_base.scss */
.footer__info .block__location__address a:hover {
  color: #e0dbd2;
}
/* line 2398, ../scss/breakpoints/_base.scss */
.footer__info .block__location__address strong {
  font-weight: 700;
}
/* line 2403, ../scss/breakpoints/_base.scss */
.footer__info .block__more__info {
  float: none;
  width: 100%;
}
@media (min-width: 481px) {
  /* line 2403, ../scss/breakpoints/_base.scss */
  .footer__info .block__more__info {
    padding-top: 10px;
    float: right;
    width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
   
    float: left;
    padding-left: 1.4881%;
    padding-right: 1.4881%;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 2416, ../scss/breakpoints/_base.scss */
.footer__info .block__more__info p {
  margin-top: 0;
  margin-bottom: 12px;
  font-weight: 600;
  line-height: normal;
}
/* line 2421, ../scss/breakpoints/_base.scss */
.footer__info .block__more__info p.copyright {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
/* line 2428, ../scss/breakpoints/_base.scss */
.footer__info .block__more__info a {
  color: #ffffff !important;
  font-weight: 600;
}
/* line 2432, ../scss/breakpoints/_base.scss */
.footer__info .block__more__info a:hover {
  color: #c1b7a5 !important;
}
/* line 2438, ../scss/breakpoints/_base.scss */
.footer__info .block__gallery__hours {
  float: none;
  width: 100%;
}
@media (min-width: 481px) {
  /* line 2438, ../scss/breakpoints/_base.scss */
  .footer__info .block__gallery__hours {
    padding-top: 10px;
    float: right;
    width: 135px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 35.41667%;
    float: right;
    padding-left: 1.4881%;
    padding-right: 1.4881%;
    padding-right: 0;
    padding-left: 0;
  }
}
/* line 2451, ../scss/breakpoints/_base.scss */
.footer__info .block__gallery__hours p {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}
/* line 2459, ../scss/breakpoints/_base.scss */
.footer__info .block__gallery__hours h6 {
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  line-height: 17px;
}
/* line 2468, ../scss/breakpoints/_base.scss */
.footer__info .block__gallery__hours a {
  color: #ffffff !important;
  font-weight: 600;
}
/* line 2472, ../scss/breakpoints/_base.scss */
.footer__info .block__gallery__hours a:hover {
  color: #c1b7a5 !important;
}

/* line 2481, ../scss/breakpoints/_base.scss */
.footer__other {
  padding-top: 17px;
  padding-left: 20px;
  float: none;
  width: 100%;
}
/* line 2488, ../scss/breakpoints/_base.scss */
.footer__other .widget_nav_menu h5 {
  margin: 0;
  color: #e0dbd2;
}
/* line 2492, ../scss/breakpoints/_base.scss */
.footer__other .widget_nav_menu ul {
  margin: 0;
}
/* line 2495, ../scss/breakpoints/_base.scss */
.footer__other .widget_nav_menu ul li a {
  color: #ffffff;
}
@media (min-width: 240px) and (max-width: 480px) {
  /* line 2481, ../scss/breakpoints/_base.scss */
  .footer__other {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 17px;
    text-align: center;
    clear: both;
  }
}
@media (min-width: 480px) {
  /* line 2481, ../scss/breakpoints/_base.scss */
  .footer__other {
    padding-top: 6px;
    width: 43.24324%;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  /* line 2481, ../scss/breakpoints/_base.scss */
  .footer__other {
    padding-top: 9px;
    width: 37.97468%;
    float: left;
    margin-right: 6.32911%;
  }
}
@media (min-width: 1030px) {
  /* line 2481, ../scss/breakpoints/_base.scss */
  .footer__other {
    padding-top: 13px;
    width: 20.55215%;
    float: left;
    margin-right: 3.06748%;
  }
}

@media (min-width: 768px) {
  /* line 2528, ../scss/breakpoints/_base.scss */
  .footer__right__wrap {
    width: 74.23313%;
    float: right;
    margin-right: 0;
  }
}

/* line 2535, ../scss/breakpoints/_base.scss */
.footer__logo {
  display: none;
}
@media (min-width: 1030px) {
  /* line 2535, ../scss/breakpoints/_base.scss */
  .footer__logo {
    display: block;
    padding-top: 26px;
    width: 14.11043%;
    float: right;
    margin-right: 0;
  }
}

/* line 2549, ../scss/breakpoints/_base.scss */
.block__bottom__menu {
  width: 43.24324%;
  float: left;
  margin-right: 13.51351%;
  border-top: 1px solid #c3bdb1;
  padding-top: 10px;
  padding-bottom: 10px;
}
/* line 2557, ../scss/breakpoints/_base.scss */
.block__bottom__menu .menu li {
  margin-right: 15px;
  float: left;
}
/* line 2560, ../scss/breakpoints/_base.scss */
.block__bottom__menu .menu li a {
  display: inline-block;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}
@media (min-width: 240px) and (max-width: 767px) {
  /* line 2549, ../scss/breakpoints/_base.scss */
  .block__bottom__menu {
    padding-top: 6px;
    width: 100%;
    float: none;
    clear: both;
    position: relative;
    text-align: center;
  }
  /* line 2579, ../scss/breakpoints/_base.scss */
  .block__bottom__menu .menu li {
    float: none;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  /* line 2549, ../scss/breakpoints/_base.scss */
  .block__bottom__menu {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 74.23313%;
    float: left;
    margin-right: 3.06748%;
    border-top: 1px solid #c3bdb1;
  }
}

/* line 2601, ../scss/breakpoints/_base.scss */
#inner-footer .back__to__top, #back__to__top {
  display: block;
  float: none;
  width: 100%;
  clear: both;
  position: relative;
  bottom: 0;
  background-color: #5c564d;
}
/* line 2609, ../scss/breakpoints/_base.scss */
#inner-footer .back__to__top .go-back, #back__to__top .go-back {
  display: block;
  padding: 6px 0 5px 0;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}
@media (min-width: 768px) {
  /* line 2601, ../scss/breakpoints/_base.scss */
  #inner-footer .back__to__top, #back__to__top {
    display: none;
  }
}

@media (min-width: 240px) and (max-width: 767px) {
  /* line 2625, ../scss/breakpoints/_base.scss */
  .footer .wrap {
    margin-left: -24px;
    margin-right: -24px;
  }
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
SMALLER MOBILE DEVICES
This is for devices that start at 320px
*********************/
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  /* line 33, ../scss/breakpoints/_481up.scss */
  .menu {
    /* end .menu ul */
  }
  /* line 34, ../scss/breakpoints/_481up.scss */
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  /* line 35, ../scss/breakpoints/_481up.scss */
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  /* line 36, ../scss/breakpoints/_481up.scss */
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  /* line 81, ../scss/breakpoints/_481up.scss */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  /* line 85, ../scss/breakpoints/_481up.scss */
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  /* line 90, ../scss/breakpoints/_481up.scss */
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  /* line 95, ../scss/breakpoints/_481up.scss */
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/
  /*.wrap {
    width: 1200px;
  }*/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  /* line 13, ../scss/partials/_print.scss */
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  /* line 21, ../scss/partials/_print.scss */
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  /* line 26, ../scss/partials/_print.scss */
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  /* line 31, ../scss/partials/_print.scss */
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 36, ../scss/partials/_print.scss */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  /* line 42, ../scss/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 47, ../scss/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 51, ../scss/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 55, ../scss/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* line 63, ../scss/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 68, ../scss/partials/_print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 74, ../scss/partials/_print.scss */
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/* ADDED BY KE */
a:link, a:visited:link {
	font-weight: 400;
}
#menu-global-nav a:link {
	font-weight: 200;
}
strong, b, .strong {
	font-weight: 600;
}
hr {
	height: 1px;
	border: 0px;
	color: #e0dbd2;
	background-color: #e0dbd2;
	clear: both;
}
.button__cta:visited {
	color: #fff;
}
.widget_related_links ul li {
	padding: 6px 0px;
}
.widget_related_links ul li:first-child {
	padding: 0px 0px 6px 0px;
}
.block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li ul {
	margin-top: 6px;
}
.block__sidebar__left .widget_custom_menu_wizard ul.menu-widget li ul li a {
	font-size: 16px;
	font-weight: 100;
	text-transform: none;
}
.main__content ul li,
.main__content ol li {
	font-weight: 300 !important;
}
textarea {
	padding: 12px;
	max-width: 87.5%;
}
.wpcf7-submit {
	margin-bottom:15px;
	padding: 16px 18px 16px 16px;
	background-color:#27a1d6;
	color:#fff;
	font-weight:400;
	min-height:60px;
	font-size:24px;
	line-height:31px;
	float:none;
	display:block;
	border: none;
	text-align: center;
}
.wpcf7-submit:visited,
.wpcf7-submit:visited:hover {
	color:#fff
}
.wpcf7-submit:focus,
.wpcf7-submit:hover {
	background-color:#40ad48;
	color:#fff
}
.wpcf7-submit:after {
	font-family:sage_icons;
	display:block;
	content:'\e802';
	position:absolute;
	right:11px;
	top:28%;
	font-size:22pt;
}
.wpcf7-response-output {
	margin: -24px 0px 24px 0px !important;
	padding: 0px !important;
}
.wpcf7-validation-errors {
	border: none !important;
	color: maroon;
}
#post-155 span.line {
	display: none;
}
.news__article {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
@media (min-width: 769px) {
	.news__article img {
		float: right;
		margin-left: 0px;
	}
}
#menu-other-sage li {
	line-height: 1.0 !important;
	margin: 9px 0px;
}
li.menu-hidden {
	display: none !important;
}

.footer__social__hub .social-instagram {
	background-position-x: -114px;
}
.button,
.button-arrow {
	height: 60px;
	display: inline-block;
	position: relative;
	padding: 16px 19px 16px 19px;
	font-size: 24px;
	line-height: 30px;
	color: #fff !important;
	background-color: #006747;
}
.button:hover,
.button-arrow:hover {
	color: #fff !important;
	background-color: #40ad48;
}

.button-arrow {
	padding: 16px 60px 16px 19px;
}

.button-arrow:after {
	font-family: sage_icons;
	display: block;
	content: '\e802';
	position: absolute;
	right: 11px;
	top: 28%;
	font-size: 22pt;
}
