@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

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

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
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.
 */
[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.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong, .strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn, em, .em {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before, q:after {
  content: '';
  content: none;
}
small, .small {
  font-size: 75%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0;
}
dd {
  margin: 0;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}
ol, ul {
  padding: 0;
  list-style-type: none;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
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.
 */
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.
 */
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.
 */
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.
 */
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.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
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.
 */
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).
 */
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.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
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.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement, .ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.clearfix, .cf, .comment-respond {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after, .comment-respond:after {
  clear: both;
}
/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
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/
*********************/
/* STERLING COLLEGE COLORS */
/* END STERLING COOLEGE COLORS */
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
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%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

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

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

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

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

Stylesheet: Grid Stylesheet

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

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

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


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

******************************************************************/
.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) {
  .m-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 0.75em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 0.75em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 0.75em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 0.75em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 0.75em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 0.75em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 0.75em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 0.75em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 0.75em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 0.75em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 0.75em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 0.75em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 0.75em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 0.75em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 0.75em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 0.75em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 0.75em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 0.75em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 0.75em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 0.75em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 0.75em;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 0.75em;
    width: 8.33%;
  }
}
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
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.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}
.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

*********************/
.charcoal-btn, .forest-btn, .forest-btn-invert, .forest-light-btn, .forest-light-btn-invert, .wheat-btn, .b {
  display: inline-block;
  position: relative;
  background-color: transparent;
  font-family: "Rubik", sans-serif;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 1em;
  font-weight: normal;
  padding: 13px 24px;
  margin: 10px 5px;
  border: 2px solid;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.charcoal-btn:hover, .forest-btn:hover, .forest-btn-invert:hover, .forest-light-btn:hover, .forest-light-btn-invert:hover, .wheat-btn:hover, .b:hover, .charcoal-btn:focus, .forest-btn:focus, .forest-btn-invert:focus, .forest-light-btn:focus, .forest-light-btn-invert:focus, .wheat-btn:focus, .b:focus {
  text-decoration: none;
  outline: none;
  color: white !important;
}
.charcoal-btn:active, .forest-btn:active, .forest-btn-invert:active, .forest-light-btn:active, .forest-light-btn-invert:active, .wheat-btn:active, .b:active {
  top: 1px;
  color: white !important;
}
/*
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.
*/
.charcoal-btn {
  border-color: #1f1f26;
  color: #1f1f26 !important;
}
.charcoal-btn:hover, .charcoal-btn:focus {
  background-color: #1f1f26;
}
.charcoal-btn:active {
  background-color: #1f1f26;
}
.forest-btn {
  border-color: #495b34;
  color: #495b34 !important;
}
.forest-btn:hover, .forest-btn:focus {
  background-color: #495b34;
}
.forest-btn:active {
  background-color: #495b34;
}
.forest-btn-invert {
  border-width: 1px;
  border-color: white;
  color: white !important;
}
.forest-btn-invert:hover, .forest-btn-invert:focus {
  background-color: #495b34;
}
.forest-btn-invert:active {
  background-color: #495b34;
}
.forest-light-btn {
  border-color: #9ba800;
  color: #9ba800 !important;
}
.forest-light-btn:hover, .forest-light-btn:focus {
  background-color: #9ba800;
}
.forest-light-btn:active {
  background-color: #9ba800;
}
.forest-light-btn-invert {
  border-width: 1px;
  border-color: white;
  color: white !important;
}
.forest-light-btn-invert:hover, .forest-light-btn-invert:focus {
  background-color: #9ba800;
}
.forest-light-btn-invert:active {
  background-color: #9ba800;
}
.wheat-btn, .b {
  border-color: #BE8B60;
  color: #BE8B60 !important;
}
.wheat-btn:hover, .wheat-btn:focus, .b:hover, .b:focus {
  background-color: #BE8B60;
}
.wheat-btn:active, .b:active {
  background-color: #BE8B60;
}
.large {
  font-size: 0.9em;
  padding: 15px 26px;
}
.center {
  margin: 0 auto;
  text-align: center;
  clear: both;
}
.wide {
  min-width: 300px;
}
/******************************************************************
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
*********************/
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: #1f1f26;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Montserrat", "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;
}
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;
}
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;
}
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;
}
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;
}
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;
}
input[type="password"] {
  letter-spacing: 0.3em;
}
textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}
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;
}
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
     * Header and footer styles
     */
  /*
     * Body styles
     */
}
table.dataTable thead th, table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 0px none #111111;
}
table.dataTable thead th:active, table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th, table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 0px none #111111;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url('../images/sort_both.png');
}
table.dataTable thead .sorting_asc {
  background-image: url('../images/sort_asc.png');
}
table.dataTable thead .sorting_desc {
  background-image: url('../images/sort_desc.png');
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url('../images/sort_asc_disabled.png');
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url('../images/sort_desc_disabled.png');
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #ffffff;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable tbody th a, table.dataTable tbody td a {
  text-decoration: none !important;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 0px none #dddddd;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 0px none #dddddd;
  border-right: 0px none #dddddd;
}
table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
  border-left: 0px none #dddddd;
}
table.dataTable.cell-border tbody tr:first-child th, table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #f9f9f9;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #f6f6f6;
}
table.dataTable.order-column tbody tr > .sorting_1, table.dataTable.order-column tbody tr > .sorting_2, table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1, table.dataTable.display tbody tr > .sorting_2, table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1, table.dataTable.order-column tbody tr.selected > .sorting_2, table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1, table.dataTable.display tbody tr.selected > .sorting_2, table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.no-footer {
  border-bottom: 0px none #111111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th, table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th, table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th, table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left, table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center, table.dataTable td.dt-center, table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right, table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify, table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap, table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left, table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center, table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right, table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify, table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap, table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable, table.dataTable th, table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: right;
  display: none;
}
.dataTables_wrapper .dataTables_filter {
  display: block;
  width: 250px;
  float: none;
  margin: 20px auto;
  text-align: center;
}
.dataTables_wrapper .dataTables_filter input {
  text-align: center;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333333 !important;
  border: 1px solid #bababa;
  background-color: #F6EEE1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #F6EEE1;
  background-color: #F6EEE1;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #F6EEE1;
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
  color: #333333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 0px none #111111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table, .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*********************
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:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
html[lang] {
  margin-top: 0 !important;
  height: 100%;
}
body {
  height: 100%;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 90% !important;
  line-height: 1.7;
  color: #1f1f26;
  background-color: #ffffff;
  background-repeat: repeat-y;
  background-position: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(198, 182, 140, 0), rgba(198, 182, 140, 0.75), rgba(198, 182, 140, 0));
  clear: both;
  display: block;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/* 2021 HEADER & NAV */
#mega-menu-wrap-navbar-links #mega-menu-navbar-links {
  text-align: right !important;
}
#mega-menu-wrap-navbar-links #mega-menu-navbar-links > li.mega-menu-item > a.mega-menu-link {
  text-transform: uppercase !important;
  font-weight: 600 !important;
}
.sfm-navicon-button.floating {
  top: 3px !important;
}
.navbar {
  position: fixed;
  top: 0;
  z-index: 99999;
  width: 100%;
  background-color: rgba(73, 91, 52, 0.9);
  border-top: 10px solid #9ba800;
  height: 120px;
  transition: all 0.2s ease-in-out;
}
.navbar .navbar-logo a {
  position: relative;
  display: block;
  height: 30px;
  width: 100%;
}
.navbar .navbar-logo img {
  width: 275px;
  padding: 20px;
}
.navbar .navbar-nav {
  margin-top: 35px;
  transition: all 0.2s ease-in-out;
}
.navbar.floating {
  height: 60px;
  background-color: #495b34;
  border-top: 5px solid #9ba800;
}
.navbar.floating .navbar-logo img {
  width: 140px;
  padding: 6px 0 0 10px;
  position: absolute;
  clip: rect(0, 47px, 42px, 0);
}
.navbar.floating .navbar-nav {
  margin-top: 5px;
}
/* STUDENT PORTAL - FIELDGUIDE FOR ADMITTED STUDENTS */
.page-template-page-portal-home .middlecontent a, .page-template-page-portal-home .cf a, .page-template-page-portal-home .comment-respond a, .page-template-page-portal-child .middlecontent a, .page-template-page-portal-child .cf a, .page-template-page-portal-child .comment-respond a {
  font-weight: bold;
}
.page-template-page-portal-home .wheat-btn, .page-template-page-portal-child .wheat-btn {
  color: #D9AA09 !important;
  border-color: #D9AA09 !important;
}
.page-template-page-portal-home .wheat-btn:hover, .page-template-page-portal-child .wheat-btn:hover {
  background-color: #D9AA09 !important;
  color: white !important;
}
.page-template-page-portal-home ul.sub-menu, .page-template-page-portal-child ul.sub-menu {
  display: block !important;
}
.page-template-page-portal-home #programslider .program-flexslider .slides .back, .page-template-page-portal-child #programslider .program-flexslider .slides .back {
  background-color: #D9AA09;
  border-color: #cfa209;
}
.page-template-page-portal-home #programslider .program-flexslider .slides .back a, .page-template-page-portal-child #programslider .program-flexslider .slides .back a {
  color: #f1f1f1;
}
.page-template-page-portal-home #programslider .program-flexslider .slides .back a:hover, .page-template-page-portal-child #programslider .program-flexslider .slides .back a:hover {
  color: white;
}
.page-template-page-portal-home #programslider .program-flexslider .slides .front, .page-template-page-portal-child #programslider .program-flexslider .slides .front {
  border-color: #D9AA09;
}
.page-template-page-portal-home #programslider .program-flexslider .slides .front h3 span, .page-template-page-portal-child #programslider .program-flexslider .slides .front h3 span {
  color: #cfa209;
  border-color: #D9AA09;
  font-style: normal;
}
.page-template-page-portal-home #multigrid div.cell.youarehere, .page-template-page-portal-child #multigrid div.cell.youarehere {
  filter: gray;
  -webkit-filter: grayscale(0%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 0 0'/></filter></svg>#grayscale");
  filter: grayscale(0%);
}
.page-template-page-portal-home #multigrid div.cell.youarehere div.heretxt, .page-template-page-portal-child #multigrid div.cell.youarehere div.heretxt {
  display: block;
}
.page-template-page-portal-home #multigrid div.cell div.heretxt, .page-template-page-portal-child #multigrid div.cell div.heretxt {
  z-index: 9999;
  display: none;
  position: absolute;
  top: 20px;
  left: 10px;
  background-color: #D9AA09;
  color: white;
  font-size: 18px;
  font-style: italic;
  width: 80%;
  height: 30px;
  text-align: center;
  margin-left: 5%;
}
.page-template-page-portal-home #multigrid div.cell p.title, .page-template-page-portal-child #multigrid div.cell p.title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-page-portal-home #multigrid div.cell p.title span, .page-template-page-portal-child #multigrid div.cell p.title span {
  display: block;
  font-size: 65%;
}
/* RECOVERED STYLES MAY 15 2016 */
#hero #pagetitle .social {
  margin: 5px;
  font-size: 12px;
}
.shiftnav-toggle.inside {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 20px;
  padding: 22px;
  color: white;
}
.shiftnav .shiftnav-menu-image-padded {
  padding: 30px 25px 25px 70px;
}
#featuredposts {
  border-top: 10px solid #1f1f26;
  background-color: #495b34;
  color: white;
  position: relative;
}
#featuredposts .head {
  background-image: url('../images/triangle-charcoal.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100px;
}
#featuredposts .head span {
  z-index: 99;
  position: absolute;
  top: 15px;
  display: block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  color: #f6f5f3;
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-style: italic;
  line-height: 1.2em;
}
#featuredposts h1 {
  text-align: center;
  font-size: 2em;
}
#featuredposts section.wrap {
  padding: 1em 0 4em;
}
#featuredposts.latestposts {
  border-top: 10px solid charcoal;
  background-color: #495b34;
}
#featuredposts.latestposts .head {
  background-image: url('../images/triangle-charcoal.png');
  height: 120px;
}
#featuredposts.latestposts .head span {
  font-size: 22px;
}
#featuredposts.latestposts .head span i {
  font-size: 120%;
}
.single-course .course-details {
  padding: 20px;
}
.single-course .course-details table.leftside {
  margin: 0 !important;
  text-align: left !important;
  width: inherit;
  font-size: 80%;
  width: 100%;
  line-height: 1.5em;
}
.single-course .course-details table.leftside tbody tr:nth-child(odd) {
  background-color: #f1f1f1;
}
.single-course .course-details table.leftside th {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
  white-space: nowrap;
}
.single-course .byline {
  display: none;
}
/* NAV TOGGLES */
.navtoggles {
  display: none;
}
.navtoggles-mobile {
  position: fixed;
  top: 0;
  right: 0;
  padding: 15px 23px;
  background-color: black;
  z-index: 9999;
  display: block;
}
.navtoggles-mobile a {
  color: white;
}
.navtoggles-mobile a:hover {
  color: #9ba800;
}
.logotoggle {
  height: 5px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  z-index: 9999;
  opacity: 1;
}
.logotoggle img {
  margin-left: 0;
  height: 53px;
  padding: 20px;
  background-color: black;
  display: block;
  float: left;
  max-width: 175px;
}
.logotoggle .student-portal {
  background-color: #D9AA09;
  width: 128px;
}
.logotoggle .student-portal p {
  text-align: center;
  font-weight: bold;
  color: white;
  font-family: "Nothing You Could Do", cursive;
  margin: 0;
  padding: 0;
}
.logotoggle .student-portal p a, .logotoggle .student-portal p a:hover, .logotoggle .student-portal p a:active, .logotoggle .student-portal p a:visited {
  color: white;
  text-decoration: none;
}
.show {
  display: block;
}
div.share {
  clear: both;
  text-align: center;
}
div.share h5 {
  padding: 10px 0;
  font-size: 20px;
}
/*********************
LAYOUT & GRID STYLES
*********************/
.aligncenter, .alignleft, .alignnone, .alignright {
  float: none;
  margin: 10px 0;
  width: 100%;
}
.size-full {
  width: 100%;
  height: auto;
}
#scrollnotify {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  color: white;
  text-align: center;
  opacity: 0;
  display: block;
  overflow: hidden;
  height: 50px;
}
#scrollnotify span {
  display: block;
  font-size: 11px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.announcement {
  font-family: "Rubik", sans-serif;
  width: 100%;
  padding: 10px 0;
  background-color: #f8eedf;
  position: relative;
  z-index: 9998;
}
.announcement .fa {
  color: #495b34;
  margin-right: 10px;
  vertical-align: baseline;
}
.announcement p {
  color: #495b34;
  font-weight: bold;
  text-align: center;
  padding: 0 10%;
}
.announcement a {
  text-decoration: none;
  color: #495b34 !important;
}
.announcement a:hover {
  text-decoration: none;
  color: #9ba800 !important;
}
.announcement p.sans {
  color: #495b34;
  text-align: center;
  padding: 0 10%;
}
.announcement a {
  text-decoration: none;
  color: #495b34 !important;
}
.announcement a:hover {
  text-decoration: none;
  color: #9ba800 !important;
}
.home #hero {
  background-color: #1f1f26;
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  height: 100vh;
}
.home #hero svg {
  display: block;
}
.home #hero h1 {
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9000px;
  display: block;
  background: url("../images/sterlingcollegelogo.png");
  background-repeat: no-repeat;
  width: 200px;
  height: 130px;
  text-align: center;
  background-size: contain;
}
.home #hero .overlay {
  display: none;
}
.home #hero #breadcrumbs {
  display: none;
}
#hero {
  width: 100%;
  height: 80vh !important;
  display: table;
  position: relative;
  z-index: 9998;
}
#hero svg {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 100;
}
#hero.featuredimage {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#hero #pagetitle {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 0;
  margin: 0;
  color: white;
  text-align: center;
  width: 100%;
}
#hero #pagetitle #searchform {
  margin: 20px auto;
  width: 300px;
}
#hero #pagetitle #searchform #s {
  text-align: center;
}
#hero #pagetitle h1 {
  font-size: 3em;
  padding: 0;
}
#hero #pagetitle .wp-post-image {
  margin: 10px auto 0;
  display: block;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 4px solid white;
  background-color: white;
  max-width: 320px;
  width: 150px;
}
#hero #pagetitle a {
  color: white;
  text-decoration: underline;
}
#hero #pagetitle a:hover {
  color: #BE8B60;
}
#hero #pagetitle .position {
  margin: 5px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#hero #pagetitle .phone-email {
  margin: 5px;
}
#hero #pagetitle .phone-email span {
  margin-right: 15px;
}
#hero #pagetitle .phone-email .fa {
  margin-right: 5px;
}
#hero #pagetitle .social {
  margin: 5px;
}
#hero #pagetitle .social a {
  margin-right: 5px;
}
#hero #pagetitle .quote {
  display: none;
  font-style: italic;
  margin: 5px auto;
  max-width: 80%;
  text-align: center;
}
#hero #pagetitle #breadcrumbs {
  display: none;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  font-size: 85%;
}
#hero #pagetitle #breadcrumbs a {
  text-decoration: none;
}
#hero #pagetitle #breadcrumbs a:hover {
  text-decoration: none;
}
.overlay {
  position: absolute;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg2gQAALkAtTBYEy8AAAAASUVORK5CYII=");
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
section.leftnav {
  display: none;
  font-family: "Rubik", sans-serif !important;
}
section.leftnav .featured-posts {
  padding: 0;
}
.shiftnav.shiftnav-nojs.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target:hover, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-active > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.shiftnav-in-transition > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-accordion.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.shiftnav-sub-shift.current-menu-ancestor > .shiftnav-target, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-highlight li.menu-item > .shiftnav-target:active, .shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu.shiftnav-active-on-hover li.menu-item > .shiftnav-target:hover {
  background: #495b34 !important;
}
.shiftnav #shiftnav-links {
  display: block;
  width: 100%;
}
.shiftnav #shiftnav-links a {
  width: 50%;
  display: block;
  float: left;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 40px;
  color: white;
  text-align: center;
  text-decoration: none;
  opacity: 0.9;
}
.shiftnav #shiftnav-links a:hover {
  opacity: 1;
}
.shiftnav #shiftnav-links #applylink {
  background-color: #EEBA06;
}
.shiftnav #shiftnav-links #inquirelink {
  background-color: #1f1f26;
}
.shiftnav #shiftnav-links #givelink {
  background-color: #BE8B60;
}
.shiftnav #shiftnav-links #visitlink {
  background-color: #495b34;
}
.shiftnav .shiftnav-menu .menu-item a {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/* PAGINATION */
ul.page-numbers {
  list-style: none;
  margin: 0;
  display: block;
  clear: both;
  padding: 50px 0;
}
.page-numbers:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
ul.page-numbers li {
  display: inline-block;
  margin: 0 4px 4px 0;
  text-align: center;
}
.page-numbers a, .page-numbers span {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 2em;
  display: block;
  padding: 0 6px;
  font-size: 22px;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid #9fa6b4;
  color: #1f1f26;
}
.page-numbers a span {
  padding: 0;
}
.page-numbers a:hover, .page-numbers.current, .page-numbers.current:hover {
  color: #000;
  background: #f7f7f7;
  text-decoration: none;
}
.page-numbers:hover {
  text-decoration: none;
}
/* MARLEY */
figure.effect-marley {
  position: relative;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  margin: 10px auto;
}
figure.effect-marley:hover .fillthumb, figure.effect-marley:hover img {
  opacity: 0.5;
  filter: gray;
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: grayscale(100%);
}
figure.effect-marley .fillthumb {
  width: 100%;
  height: 280px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.6;
}
figure.effect-marley .thumbwrap {
  overflow: hidden;
  border: 8px solid #f1f1f1;
  background-color: black;
  width: 100%;
  height: auto;
  max-height: 320px;
}
figure.effect-marley:hover .thumbwrap {
  border: 8px solid #9ba800 !important;
}
figure.effect-marley img {
  position: relative;
  display: block;
  opacity: 0.6;
  height: 300px;
  width: 100%;
}
figure.effect-marley figcaption {
  padding: 2em;
  color: #fff;
  font-size: 1.2em;
  text-shadow: 1px 1px 5px black;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
figure.effect-marley figcaption::after, figure.effect-marley figcaption::before {
  pointer-events: none;
}
figure.effect-marley figcaption, figure.effect-marley figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Anchor will cover the whole item by default */
figure.effect-marley figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
figure.effect-marley h2 {
  font-weight: 300;
  font-family: "Rubik", sans-serif;
  font-size: 0.9em;
}
figure.effect-marley h2 span {
  font-weight: 800;
}
figure.effect-marley h2, figure.effect-marley p {
  margin: 0;
}
figure.effect-marley p {
  font-family: "Rubik", sans-serif;
  font-size: 13px;
}
/*---------------*/
/***** Marley *****/
/*---------------*/
figure.effect-marley figcaption {
  text-align: right;
}
figure.effect-marley h2, figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}
figure.effect-marley p {
  bottom: 30px;
  line-height: 1.5;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
figure.effect-marley h2 {
  top: 30px;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}
figure.effect-marley:hover h2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
figure.effect-marley h2::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
figure.effect-marley h2::after, figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-marley:hover h2::after, figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
input#listingsearch {
  text-align: center;
  margin: 40px auto;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  max-width: 300px;
}
/* SPECIAL FEATURE */
.page-template-page-feature .logotoggle, .page-template-page-SNAFlanding .logotoggle, .page-template-page-SNAFcertificate .logotoggle {
  opacity: 1;
}
.page-template-page-feature .logotoggle .logo-fading, .page-template-page-SNAFlanding .logotoggle .logo-fading, .page-template-page-SNAFcertificate .logotoggle .logo-fading {
  width: 167px !important;
  opacity: 1 !important;
  height: auto;
}
.page-template-page-feature .feature-nav, .page-template-page-SNAFlanding .feature-nav, .page-template-page-SNAFcertificate .feature-nav {
  display: none;
}
.page-template-page-feature .catalog th.th_courseid, .page-template-page-feature .catalog td.cat_courseid, .page-template-page-SNAFlanding .catalog th.th_courseid, .page-template-page-SNAFlanding .catalog td.cat_courseid, .page-template-page-SNAFcertificate .catalog th.th_courseid, .page-template-page-SNAFcertificate .catalog td.cat_courseid {
  display: none;
}
.middlecontent .panelwrap .userpanel section.wrap {
  width: 100% !important;
}
/* MAP PAGE */
#powerTip {
  position: absolute;
  display: block;
  white-space: normal !important;
  z-index: 2147483647;
  width: 470px;
  font-size: 70%;
}
#powerTip hr {
  margin: 10px 0 20px;
}
#powerTip .flex-control-nav, #powerTip .flex-direction-nav {
  display: none;
}
#powerTip .slideshow {
  float: left;
  width: 150px;
  margin-right: 10px;
}
#powerTip .slide-text {
  float: left;
  width: 285px;
}
#powerTip .slide-text h3 {
  margin: 0;
  padding: 0;
}
#powerTip .slide-text p {
  padding: 0;
  margin: 0;
}
.mapcontainer {
  position: relative;
  margin-bottom: 2em;
}
.mapcontainer .tips {
  position: absolute;
  display: table;
  background-color: rgba(217, 71, 67, 0.9);
  color: white;
  width: 25px;
  height: 25px !important;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  color: white;
  text-align: center;
}
.mapcontainer .tips span {
  padding: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  cursor: pointer;
}
.mapcontainer .tips:hover {
  background-color: #d94743;
}
.mapcontainer #point-a {
  top: 11%;
  left: 20%;
}
.mapcontainer #point-b {
  top: 25%;
  left: 33%;
}
.mapcontainer #point-c {
  top: 29%;
  left: 37%;
}
.mapcontainer #point-d {
  top: 36%;
  left: 35%;
}
.mapcontainer #point-e {
  top: 38%;
  left: 24%;
}
.mapcontainer #point-f {
  top: 43%;
  left: 27%;
}
.mapcontainer #point-g {
  top: 44%;
  left: 36%;
}
.mapcontainer #point-h {
  top: 47%;
  left: 38%;
}
.mapcontainer #point-i {
  top: 53%;
  left: 40%;
}
.mapcontainer #point-j {
  top: 57%;
  left: 37%;
}
.mapcontainer #point-k {
  top: 54%;
  left: 29%;
}
.mapcontainer #point-l {
  top: 67%;
  left: 30%;
}
.mapcontainer #point-m {
  top: 70%;
  left: 6%;
}
.mapcontainer #point-n {
  top: 61%;
  left: 49%;
}
.mapcontainer #point-o {
  top: 72%;
  left: 57%;
}
.mapcontainer #point-p {
  top: 84%;
  left: 62%;
}
.mapcontainer #point-q {
  top: 69%;
  left: 68%;
}
.mapcontainer #point-r {
  top: 27%;
  left: 55%;
}
.mapcontainer #point-s {
  top: 23%;
  left: 53%;
}
.mapcontainer #point-t {
  top: 21%;
  left: 57%;
}
.mapcontainer #point-u {
  top: 25%;
  left: 70%;
}
.mapcontainer #point-v {
  top: 19%;
  left: 4%;
}
.mapcontainer #point-w {
  top: 23%;
  left: 18%;
}
.mapcontainer #point-x {
  top: 20%;
  left: 31%;
}
.mapcontainer #point-y {
  top: 21%;
  left: 41%;
}
.mapcontainer #point-z {
  top: 15%;
  left: 74%;
}
.mapcontainer #point-1 {
  top: 32%;
  left: 46%;
}
.mapcontainer #point-2 {
  top: 38%;
  left: 58%;
}
.mapcontainer #point-3 {
  top: 86%;
  left: 1%;
}
.mapcontainer #point-4 {
  top: 85%;
  left: 24%;
}
.mapcontainer #point-5 {
  top: 76%;
  left: 72%;
}
.mapcontainer #point-6 {
  top: 91%;
  left: 70%;
}
.mapcontainer #legend {
  position: absolute;
  bottom: 34px;
  right: 30px;
  width: 19%;
  height: 24%;
  overflow: scroll;
}
.mapcontainer #legend ul {
  list-style: none !important;
}
.mapcontainer #legend ul li {
  font-size: 12px;
}
.mapcontainer #legend ul li span {
  color: #d94743;
  text-transform: uppercase;
  font-weight: bold;
}
.mapcontainer img#campusmap {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.mapslide {
  display: none;
}
.mapslide .slideshow {
  width: 150px;
  height: 150px;
}
.mapslide .cycle-slideshow {
  float: left;
  min-width: 150px;
  margin-right: 2%;
}
.mapslide .slide-text {
  font-size: 70%;
  float: left;
  width: 70%;
}
/* BLOCKQUOTES & TABLES & LISTS */
section.middlecontent {
  padding: 20px;
}
.middlecontent.photobg, .userpanel .content.photobg {
  color: white !important;
}
.middlecontent .stat, .userpanel .content .stat {
  background: #9ba800;
  border: 5px solid #f1f1f1;
  color: white;
  text-align: center;
  font-size: 13px;
  padding: 10px;
  margin: 0;
  min-height: 240px;
  clear: both;
  margin: 0 0 10px 10px;
}
.middlecontent .stat strong, .userpanel .content .stat strong {
  font-size: 3em;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  height: 60px;
  line-height: 54px;
  width: 100px;
  display: block;
  margin: 10px auto 0;
}
.middlecontent blockquote, .userpanel .content blockquote {
  background-color: #F6EEE1;
  padding: 20px;
  margin: 20px 0;
  quotes: "“" "”" "‘" "’";
}
.middlecontent blockquote strong, .userpanel .content blockquote strong {
  white-space: nowrap;
}
.middlecontent blockquote span, .userpanel .content blockquote span {
  font-size: 80%;
  color: #BE8B60;
  display: block;
  line-height: 1.4em;
}
.middlecontent blockquote:before, .userpanel .content blockquote:before {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  content: '“';
  font-size: 5em;
  line-height: 0.1em;
  margin-right: 0.15em;
  vertical-align: -0.4em;
}
.middlecontent blockquote p, .userpanel .content blockquote p {
  display: inline;
}
.middlecontent hr, .userpanel .content hr {
  margin: 30px 0;
}
.middlecontent h3, .userpanel .content h3 {
  text-align: center;
}
.middlecontent ol, .middlecontent ul, .userpanel .content ol, .userpanel .content ul {
  list-style: square outside;
  padding-left: 30px;
}
.middlecontent ol li, .middlecontent ul li, .userpanel .content ol li, .userpanel .content ul li {
  margin-bottom: 5px;
  color: #835935;
}
.middlecontent ol li.flex-nav-next, .middlecontent ol li.flex-nav-prev, .middlecontent ul li.flex-nav-next, .middlecontent ul li.flex-nav-prev, .userpanel .content ol li.flex-nav-next, .userpanel .content ol li.flex-nav-prev, .userpanel .content ul li.flex-nav-next, .userpanel .content ul li.flex-nav-prev {
  margin: 0;
}
#main table {
  /* Remove spacing between table cells (from Normalize.css) */
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  border: 1px solid #F6EEE1;
  background-color: white;
  margin: 20px auto;
  width: 100%;
  max-width: 960px;
}
#main table caption {
  color: #000;
  font: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 1em 0;
  text-align: center;
}
#main table td, #main table th {
  border-left: 1px solid #F6EEE1;
  /*  inner column border */
  border-width: 0 0 0 1px;
  font-size: inherit;
  margin: 0;
  overflow: visible;
  /*to make ths where the title is really long work*/
  padding: 0.5em 1em;
  /* cell padding */
}
/* Consider removing this next declaration block, as it causes problems when
there's a rowspan on the first cell. Case added to the tests. issue#432 */
#main table td:first-child, #main table th:first-child {
  border-left-width: 0;
}
#main table thead {
  background-color: #F6EEE1;
  color: #000;
  text-align: left;
  vertical-align: bottom;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}
/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/
#main table td {
  background-color: transparent;
}
/* nth-child selector for modern browsers */
#main table.pure-table-striped tr:nth-child(2n-1) td {
  background-color: #F6EEE1;
}
/* BORDERED TABLES */
#main table.table-bordered td {
  border-bottom: 1px solid #cbcbcb;
}
#main table.table-bordered tbody > tr:last-child > td {
  border-bottom-width: 0;
}
/* HORIZONTAL BORDERED TABLES */
#main table.table-horizontal td, #main table.table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb;
}
#main table.table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0;
}
/* END TABLES */
/* INLINE COLUMNS */
.one_third, .one_third_last {
  width: 100%;
  padding-left: 0;
  font-size: 90%;
}
#full-course-catalog_info {
  display: none;
}
#full-course-catalog_paginate {
  float: none;
  margin: 10px auto;
  text-align: center;
}
#full-course-catalog_paginate .paginate_button:hover {
  color: #1f1f26 !important;
  border: 1px solid #999;
  background-color: #F1EDE3;
}
#full-course-catalog {
  width: 100%;
}
#full-course-catalog tr .title div p {
  font-size: 12px;
}
#full-course-catalog tr .title a h4 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 85%;
  line-height: 1.2em;
  padding: 10px 0 0;
  margin: 0;
}
#full-course-catalog tr td.facnname {
  font-size: 80%;
}
#full-course-catalog tr td div img {
  float: left;
  margin: 10px 10px 10px 0;
  padding: 0;
  border: 2px solid #F6EEE1;
}
.listing .profile {
  text-align: center;
}
.listing .profile .thumb a img:hover {
  border-color: #F6EEE1;
}
.listing .profile .thumb img {
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  display: block;
  width: 85%;
  margin: 0 auto;
  height: auto;
  border: 4px solid #f1f1f1;
  background-color: #9fa6b4;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.listing .profile .details h3 {
  font-size: 11px;
  margin: 10px 0 0;
  line-height: 1.1em;
}
.listing .profile .details h3 a {
  color: #1f1f26;
}
.listing .profile .details p {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #835935;
  margin: 5px 0 0;
  line-height: 1.2em;
  white-space: normal;
}
.profile-posts .post-single-alt {
  text-align: left;
}
.profile-posts .post-single-alt h3 {
  text-align: left;
}
.profile-posts .post-single-alt .byline {
  display: none;
}
.profile-posts .post-single-alt .wheat-btn {
  display: none;
}
/*NEWS ITEMS */
.newsitem {
  padding-right: 30px;
}
.newsitem .inner {
  padding: 20px;
  background-color: #015D41;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.newsitem .inner:hover {
  background-color: #016748;
}
.newsitem .inner .thumb {
  max-height: 160px;
  overflow: hidden;
}
.newsitem .inner .thumb img {
  height: auto;
  width: 100%;
}
.newsitem .inner .body {
  position: relative;
  background-color: #9ba800;
  padding: 10px;
  text-align: center;
  min-height: 350px;
}
.newsitem .inner .body h3 {
  font-size: 0.9em;
}
.newsitem .inner .body h3 a, .newsitem .inner .body h3 a:hover {
  color: white !important;
}
.newsitem .inner .body span {
  font-size: 0.8em;
  color: #f1f1f1;
}
.newsitem .inner .body p {
  font-size: 0.9em;
  color: white;
}
.newsitem .inner .body .center {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
/* INSTAGRAM STYLES */
#instagram-feed {
  background-color: #1f1f26;
  height: 320px;
  overflow: hidden;
}
#instagram-feed section {
  padding: 0;
}
#instagram-feed .fts-instagram-wrapper {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.fts-jal-fb-group-display img {
  max-width: 100% !important;
  width: 100% !important;
}
/* GENERAL CITATION STYLES */
.flexslider .quote {
  padding: 20px;
  border: 1px solid #BE8B60;
  margin-bottom: 20px;
}
.flexslider .cite {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.flexslider .cite .thumb {
  float: left;
  margin-right: 20px;
}
.flexslider .cite .thumb .fa, .flexslider .cite .thumb img {
  width: 70px !important;
  height: 70px !important;
  padding: 0;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  border: 2px solid #BE8B60;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.flexslider .cite .thumb .fa:hover, .flexslider .cite .thumb img:hover {
  border: 4px solid #F6EEE1;
}
.flexslider .cite .thumb .fa {
  padding: 16px 0 0 21px;
}
.flexslider .cite .thumb .fa:hover {
  padding: 14px 0 0 19px;
}
.flexslider .cite .info {
  float: left;
  line-height: 1.3em;
  padding-top: 0;
  max-width: 65%;
}
.flexslider .cite .info .name {
  font-weight: 700;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 1.3em;
}
.flexslider .cite .info .name a, .flexslider .cite .info .name a:hover {
  text-decoration: none;
}
.flexslider .cite .info .details {
  margin: 0;
  padding: 0;
  font-size: 0.7em;
  line-height: 1.3em;
  margin-top: 5px;
  color: #9fa6b4;
  white-space: normal;
}
/* social media box */
#socialmedia .fts-instagram-wrapper {
  width: 110px !important;
  height: 110px !important;
  margin: 20px;
}
#socialmedia .fts-instagram-wrapper .instagram-image {
  width: 100% !important;
  height: 100% !important;
}
#loadMore_t_user, .fts-fb-load-more, .fts-jal-fb-header {
  display: none;
}
.instagram-placeholder .fts-backg {
  width: 100%;
  height: 100%;
}
.instagram-placeholder:hover .fts-backg {
  height: 140px !important;
}
.instaG-photoshadow {
  display: none;
}
/* END INSTA STYLES */
.twocoltext {
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px;
}
.parallaxbg {
  color: white;
}
article section {
  padding: 5em 0 6em;
}
.divider {
  display: block;
  margin: 40px auto;
}
.illustration {
  margin: 20px auto;
  max-width: 650px;
  position: relative;
}
.illustration img {
  max-width: 100%;
  height: inherit;
}
.illustration img.top {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  z-index: 9999;
}
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* li {
} */
/*GENERAL FLIP STYLES */
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}
.back, .flip-container, .front {
  width: 320px;
  height: 480px;
}
.flipper {
  -moz-transform: perspective(1000px);
  -moz-transform-style: preserve-3d;
  position: relative;
}
.flipper h3 {
  font-style: normal !important;
  font-weight: bold;
}
.back, .front {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  -moz-transition: 0.6s;
  -moz-transform-style: preserve-3d;
  -o-transition: 0.6s;
  -o-transform-style: preserve-3d;
  -ms-transition: 0.6s;
  -ms-transform-style: preserve-3d;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: absolute;
  top: 0;
  left: 0;
}
.back {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.flip-container.hover .back, .flip-container:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.flip-container.hover .front, .flip-container:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.front {
  z-index: 2;
}
/* END FLIP STYLES */
/* for sites that are read right to left (i.e. hebrew) */
.charcoal-btn, .forest-btn, .wheat-btn {
  display: block;
  margin: 10px auto;
  text-align: center;
  width: 80%;
  font-size: 90%;
}
/* Generic centered carousel style */
.centercarousel.flexslider {
  vertical-align: baseline;
  margin: 0 !important;
  white-space: nowrap;
}
.centercarousel.flexslider ul {
  margin: 0;
  padding: 0;
  width: 100% !important;
  text-align: center;
}
.centercarousel.flexslider ul li {
  display: inline-block !important;
  *display: inline !important;
  float: none !important;
  margin: auto;
  vertical-align: top;
}
#programslider {
  background-color: #FFF;
}
#programslider section {
  padding: 1em 0;
}
#programslider .program-flexslider {
  border: 0 solid #fff;
  vertical-align: baseline;
  margin: 0 !important;
  white-space: nowrap;
}
#programslider .program-flexslider .slides {
  margin: 0;
  padding: 15px 0;
  width: 100% !important;
  text-align: center;
  /* hide back of pane during swap */
  /* front pane, placed above back */
}
#programslider .program-flexslider .slides .flip-container {
  display: inline-block !important;
  *display: inline !important;
  float: none !important;
  margin: auto;
}
#programslider .program-flexslider .slides .back, #programslider .program-flexslider .slides .flip-container, #programslider .program-flexslider .slides .front {
  width: 180px;
  height: 180px;
}
#programslider .program-flexslider .slides .back, #programslider .program-flexslider .slides .front {
  backface-visibility: hidden;
  /* for firefox 31 */
  border: 10px solid #495b34;
  border-radius: 9999px;
}
#programslider .program-flexslider .slides .front {
  background-color: white;
}
#programslider .program-flexslider .slides .front h3 {
  margin: 55px 10px;
}
#programslider .program-flexslider .slides .front h3 span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  font-size: 11px;
  font-weight: bold;
  text-transform: capitalize;
  color: #495b34;
  text-decoration: none;
  line-height: 1em;
  border-top: 2px solid #495b34;
  border-bottom: 2px solid #495b34;
  min-width: 140px;
  white-space: normal;
  font-style: normal;
}
#programslider .program-flexslider .slides .back {
  background-color: #495b34;
  color: white;
  display: table;
}
#programslider .program-flexslider .slides .back p {
  display: table-cell;
  vertical-align: middle;
  width: 160px;
  white-space: normal !important;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.6em;
  padding: 0 10px;
  color: white !important;
}
#programslider .program-flexslider .slides .back p a {
  display: block;
  text-decoration: none;
  color: white;
}
#programslider .program-flexslider .slides .back p a:hover {
  color: #F6EEE1;
}
#nurture {
  color: white;
}
#nurture .wheat-btn {
  margin-top: 50px;
}
#multigrid section {
  padding: 0;
}
#multigrid div.cell {
  height: 275px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  background-color: #495b34;
  display: flex;
}
#multigrid div.cell div {
  position: absolute;
  height: 100%;
  width: 100%;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#multigrid div.cell:hover div {
  opacity: 0.2;
}
#multigrid div.cell .title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1em;
  line-height: 1.2em;
  font-size: 1.8em;
  margin: 0;
  font-weight: bold;
  z-index: 9999;
  text-transform: capitalize;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  font-family: "Montserrat", sans-serif;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#multigrid div.cell .title:hover {
  left: 30px;
}
#multigrid div.cell .title a {
  text-decoration: none;
  color: white;
}
#visit {
  position: relative;
  color: white;
}
#visit .overlay {
  opacity: 0.8;
}
#visit section {
  position: relative;
}
#visit .center {
  margin-top: 50px;
}
#testimonials section #slider .slides li {
  position: relative;
}
#testimonials section #slider .slides li .cite .info {
  padding-top: 10px;
}
#newsroom {
  background-color: #FFF;
  color: #1f1f26;
}
#newsroom .wrap {
  padding-top: 1em;
}
#newsroom h3 {
  margin-bottom: 2em;
}
#upcomingevents .simcal-calendar {
  height: 400px;
  overflow: auto;
  background-color: #FFF;
  width: 90%;
  margin: 0 auto;
  border: 2px solid #BE8B60;
  padding: 20px;
}
#upcomingevents h3 {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  text-align: center;
}
#upcomingevents p {
  margin: 0;
  padding: 0;
}
#upcomingevents .center {
  margin-top: 40px;
}
#upcomingevents a, #upcomingevents a:hover {
  width: 90%;
  margin: 0 auto !important;
  font-size: 0.9em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #3D2721;
}
#upcomingevents .event {
  padding-top: 20px;
}
#upcomingevents .event h4 {
  margin: 0;
  padding: 0;
}
#upcomingevents .event h4 a, #upcomingevents .event h4 a:hover {
  color: white !important;
}
#upcomingevents .event span {
  font-size: 0.7em;
  color: #835935;
  text-transform: uppercase;
}
#upcomingevents .event p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.bloghero, .hero-slider {
  position: relative;
}
.bloghero .blogtitle, .hero-slider .blogtitle {
  position: absolute;
  bottom: 10%;
  display: inline-block;
  left: 0;
  z-index: 9999;
  text-align: left;
}
.bloghero .hero-slide-text, .hero-slider .hero-slide-text {
  display: block;
  position: absolute;
  bottom: 25%;
  max-width: 90%;
  padding-top: 1px;
  padding-bottom: 0;
}
.bloghero .hero-slide-text a, .hero-slider .hero-slide-text a {
  font-size: 25px;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-weight: bold;
  text-decoration: none;
  padding: 0;
  display: inline;
  line-height: 31px;
  white-space: pre-wrap;
}
.bloghero .hero-slide-text a:hover, .hero-slider .hero-slide-text a:hover {
  text-decoration: none;
}
.bloghero h1#blogh1, .hero-slider h1#blogh1 {
  display: inline-block;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg2gQAALkAtTBYEy8AAAAASUVORK5CYII=");
  padding: 20px 30px 0 20px;
  margin-bottom: 0;
  line-height: 1em;
  text-align: left;
  text-transform: none;
  color: white;
  font-family: "Nothing You Could Do", cursive;
  font-size: 60px !important;
}
.bloghero .slides, .hero-slider .slides {
  height: 100%;
}
body.page-template-page-homepage .bloghero .slides, body.page-template-page-homepage .hero-slider .slides {
  min-height: 90vh;
}
.bloghero .slides .slide, .hero-slider .slides .slide {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.bloghero .slides .slide h3, .hero-slider .slides .slide h3 {
  color: white;
  margin: 0;
  font-size: 1.2em;
  text-align: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNg2gQAALkAtTBYEy8AAAAASUVORK5CYII=");
  padding: 20px;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bloghero .slides .slide h3 a, .hero-slider .slides .slide h3 a {
  color: white;
}
.homepage-newsfeatured .flex-control-nav {
  bottom: 0 !important;
  display: block !important;
  padding: 10px;
  position: relative;
  text-align: center;
  top: auto !important;
  width: 100%;
  z-index: 999 !important;
}
.homepage-newsfeatured .slides .slide img {
  max-width: 100%;
  height: auto;
}
#statistics section {
  padding: 2em 0;
}
#statistics .homepage-statistics {
  border: 0 solid #fff;
  vertical-align: baseline;
  margin: 0 !important;
  white-space: nowrap;
}
#statistics .homepage-statistics .slides {
  margin: 0;
  padding: 0;
  width: 100% !important;
  text-align: center;
}
#statistics .homepage-statistics .slides .back, #statistics .homepage-statistics .slides .flip-container, #statistics .homepage-statistics .slides .front {
  width: 220px;
  height: 220px;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
#statistics .homepage-statistics .slides .flip-container {
  float: none !important;
  display: inline-block !important;
}
#statistics .homepage-statistics .slides .flip-container .front {
  background-color: white;
  border: 10px solid #495b34;
  display: table;
}
#statistics .homepage-statistics .slides .flip-container .front div {
  padding: 20px;
  color: #9ba800;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: table-cell;
  vertical-align: middle;
}
#statistics .homepage-statistics .slides .flip-container .front div .top {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
#statistics .homepage-statistics .slides .flip-container .front div .middle {
  font-size: 40px;
  margin: 0;
  padding: 0;
  color: #9ba800;
  line-height: 1.4em;
}
#statistics .homepage-statistics .slides .flip-container .front div .bottom {
  font-size: 14px;
  margin: 0 0 10px;
  padding: 0;
}
#statistics .homepage-statistics .slides .flip-container .back {
  background-color: #9ba800;
  display: table;
}
#statistics .homepage-statistics .slides .flip-container .back p {
  display: table-cell;
  vertical-align: middle;
  white-space: normal !important;
  color: white;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 11px;
  padding: 20px;
}
#statistics .homepage-statistics .slides .flip-container .back p a {
  display: block;
  text-decoration: none;
  color: white;
}
#outcomes section #slider .slides li .quote p {
  margin-top: 0;
  font-size: 80%;
}
#outcomes section #slider .slides li .cite .info {
  padding-top: 10px;
}
#socialmedia {
  background-color: #1f1f26;
  color: white;
  padding: 0 20px;
}
#socialmedia h3 {
  margin-bottom: 2em;
}
#socialmedia #visitblog {
  padding: 40px 0 0;
}
#socialmedia section .social {
  padding: 0 5px;
}
#socialmedia section .social .icon {
  padding: 0;
  margin: 0;
}
#socialmedia section .social .icon img {
  width: 50%;
  display: block;
  margin: 40px auto 20px;
  opacity: 0.8;
}
#socialmedia section .social .icon img:hover {
  opacity: 1;
}
#socialmedia section .instagram .heart-comments-wrap {
  display: none;
}
#socialmedia section .twitter .fts-twitter-link-image {
  display: none;
}
#socialmedia section .twitter .fts-tweeter-wrap .tweeter-info {
  border-bottom: 1px solid rgba(184, 184, 184, 0.3);
}
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
.search #searchform {
  margin: 20px auto;
  width: 300px;
}
.search #searchform #s {
  text-align: center;
}
/* search page */
.search-results .byline {
  text-align: left;
  display: block;
}
.search-results div.entry-content {
  padding: 0;
  margin: 0;
}
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
.error404 #searchform {
  margin: 20px auto;
  width: 300px;
}
.error404 #searchform #s {
  text-align: center;
}
/* 404 page */
.single .post-author {
  padding: 20px;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.single .post-author .sharedaddy {
  display: none;
}
.single .post-author .thumb {
  margin: 0 auto;
}
.single .post-author .thumb img {
  margin: 0 auto;
  display: block;
  -webkit-border-radius: 999px;
  border-radius: 999px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  background-color: #F6EEE1;
  border: 5px solid #F6EEE1;
}
.single .post-author h3 {
  font-size: 14px;
  line-height: 1.3em;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
.single .post-author p {
  margin: 0;
  padding: 0;
  font-size: 12px;
}
.single .post-author .social {
  margin: 0;
  padding: 0;
}
.single .post-cats {
  margin: 20px 0 10px;
  padding-top: 20px;
  clear: both;
}
.single .post-cats span {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
.single .post-cats a {
  font-size: 14px;
  background-color: #BE8B60;
  padding: 3px 5px;
  color: white !important;
  text-decoration: none;
}
.single .post-cats a:hover {
  background-color: #F6EEE1;
}
.single .post-tags {
  padding-bottom: 10px;
}
.single .post-tags span {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
.single .post-tags a {
  font-size: 14px;
  background-color: #BE8B60;
  margin-right: 3px;
  padding: 3px 5px;
  color: white !important;
  text-decoration: none;
  display: inline-block;
  margin-top: 3px;
}
.single .post-tags a:hover {
  background-color: #F6EEE1;
}
.post-single-alt {
  background-color: #ececec;
  padding: 20px;
  margin-bottom: 20px;
}
.post-single-alt h3, .post-single-alt p, .post-single-alt span {
  padding: 0;
  margin: 0;
}
.post-single-alt h3 {
  line-height: 1.3em;
}
.post-single-alt h3 a {
  color: #1f1f26;
}
.post-single-alt h3 a:hover {
  color: #BE8B60;
}
.post-single-alt p {
  font-size: 85%;
}
.post-single-alt a.wheat-btn {
  margin-left: 0;
}
.post-single-alt .thumbwrap {
  float: none;
  margin-right: 20px;
  width: 100%;
  border: 2px solid #BE8B60;
}
.post-single-alt .thumbwrap img {
  display: block;
  width: 100%;
  height: auto;
}
.post-single-alt .thumbwrap .fillthumb {
  width: 100%;
  height: auto;
  opacity: 1;
}
.page-template-page-newsroom .middlecontent .sharedaddy {
  display: none;
}
.page-template-page-newsroom .post-single-alt a.wheat-btn {
  display: none;
}
.page-template-page-listing-academics .post-single-alt a.wheat-btn, .page-template-page-pagelist .post-single-alt a.wheat-btn {
  display: none;
}
.page-template-page-listing-academics .post-single-alt .byline, .page-template-page-pagelist .post-single-alt .byline {
  display: none;
}
/* 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
*********************/
.wrap {
  width: 96%;
  margin: 0 auto;
}
/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #BE8B60;
  /* on hover */
  /* on click */
  /* mobile tap color */
}
a:focus, a:hover, a:visited:focus, a:visited:hover {
  color: #aa7446;
}
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
******************************************************************/
.h1, .h2, .h3, .h4, .h5, h1, h2, h3, h4, h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -1px;
  /*
	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 */
}
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, h1 a, h2 a, h3 a, h4 a, h5 a {
  text-decoration: none;
}
.h1, h1 {
  font-size: 2.2em;
  line-height: 1.333em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
.home .h1, .home h1 {
  font-size: 4em;
}
.middlecontent h1, middlecontent.h1 {
  font-size: 2.2em;
}
.h2, h2 {
  font-size: 1.8em;
  line-height: 1.4em;
  margin-bottom: 0.375em;
  text-transform: none;
  font-family: 'Playfair Display', serif;
  text-align: center;
  margin: 0;
}
.h3, h3 {
  font-size: 1.125em;
  font-weight: normal;
}
.home .h3, .home h3 {
  font-style: italic;
}
.h4, h4 {
  font-size: 1em;
  font-weight: 700;
}
.h5, h5 {
  font-size: 0.8em;
  line-height: 2.09em;
  letter-spacing: 1px;
}
/*********************
HEADER STYLES
*********************/
.header {
  background-color: #323944;
}
#logo {
  margin: 0.75em 0;
}
#logo a {
  color: #ffffff;
}
/*********************
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.
*/
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */
}
.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/
		*/
}
.nav li a {
  display: block;
  color: #ffffff;
  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!
			*/
}
.nav li ul.children li a, .nav li ul.sub-menu li a {
  padding-left: 30px;
}
/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 100%;
}
.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
}
.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery-item a:hover img, .gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}
.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}
/* end .hentry */
.entry-title, .page-title, .single-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 */
.byline {
  color: #F6EEE1;
  text-align: center;
  font-style: italic;
  margin: 0;
}
.byline a {
  color: #F6EEE1 !important;
  text-decoration: none;
}
.byline a:hover {
  color: #BE8B60 !important;
}
/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
}
.entry-content p {
  margin: 0 0 1.5em;
}
.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}
.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}
.entry-content tr:nth-child(even) {
  background-color: #f8f9fa;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  background-color: #f8f9fa;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}
.entry-content th:last-child {
  border-right: 0;
}
.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;
}
.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}
.entry-content img {
  margin: 0 0 1.5em;
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  background: #323944;
  color: #f8f9fa;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}
/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #F6EEE1;
  padding: 5px;
  /* images inside wp-caption */
}
.wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}
.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 */
.tags {
  margin: 0;
}
/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination, .wp-prev-next {
  margin: 1.5em 0;
}
.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  background-color: #ffffff;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}
.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}
.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;
}
.pagination a:focus, .pagination a:hover, .pagination span:focus, .pagination span:hover {
  background-color: #2980b9;
  color: #ffffff;
}
.pagination .current {
  cursor: default;
  color: #1f1f26;
}
.pagination .current:focus, .pagination .current:hover {
  background-color: #ffffff;
  color: #1f1f26;
}
/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}
/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */
}
.commentlist {
  margin: 0;
  list-style-type: none;
}
.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 700;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-size: 0.9em;
  font-style: italic;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  text-decoration: underline;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
  /* variations */
  /* change number for different depth */
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-left: 0;
  margin-top: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #ffffff;
}
.comment.even {
  background: #f8f9fa;
}
/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}
/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right;
}
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em;
}
/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.gform_button {
  border-color: #BE8B60 !important;
  color: #BE8B60 !important;
  background-color: transparent;
  display: inline-block;
  position: relative;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  font-size: 0.7em;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  margin: 10px 5px;
  border: 2px solid;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}
.gform_button:hover {
  background-color: #BE8B60 !important;
  color: white !important;
}
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa;
}
#reply-title {
  margin: 0;
}
.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}
.logged-in-as a {
  color: #1f1f26;
}
.comment-form-comment {
  margin: 1.5em 0 0.75em;
}
.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em;
}
/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}
/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}
/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}
/*********************
SIDEBARS & ASIDES
*********************/
.featured-posts {
  padding: 20px;
}
.featured-posts .sidebar-post {
  background-color: #f1f1f1;
  padding: 10px 10px 0;
  margin-bottom: 20px;
  max-height: 350px;
  overflow: hidden;
}
.featured-posts .sidebar-post h4 {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0.75em;
  font-weight: normal;
}
.featured-posts .sidebar-post img {
  border: 2px solid #BE8B60;
  display: block;
  width: 100%;
  margin: 0;
  height: auto;
}
.featured-posts .sidebar-post .title {
  text-align: left;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 15px;
  margin-bottom: 10px;
}
.featured-posts .sidebar-post .title a {
  color: #495b34;
  text-decoration: none;
}
.featured-posts .sidebar-post .excerpt {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
  height: 140px;
  overflow: hidden;
}
.featured-posts .sidebar-post .excerpt p {
  font-size: 12px;
  padding-top: 0;
  margin-top: 0;
}
.profile-sidebar .classes h4 {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 0.75em;
  font-weight: normal;
}
.profile-sidebar .classes img {
  display: block;
  max-width: 200px;
  width: 80%;
  margin: 0 auto;
  height: auto;
}
.profile-sidebar .classes .title {
  text-align: center;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 15px;
}
.profile-sidebar .classes .title a {
  color: #495b34;
  text-decoration: none;
}
.profile-sidebar .classes .excerpt {
  padding-bottom: 20px;
}
.profile-sidebar .classes .excerpt p {
  font-size: 12px;
}
.textwidget {
  font-size: 12px;
  font-weight: normal;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.widget ul li {
  /* deep nesting */
}
.no-widgets {
  background-color: #ffffff;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-bottom: 1.5em;
}
/* USER GENERATED PANELS */
.userpanel {
  position: relative;
}
.userpanel .overlay {
  opacity: 1;
}
.userpanel section {
  position: relative;
  padding: 2em 0;
}
.userpanel h1 {
  font-size: 2.2em;
}
.userpanel h2 {
  font-weight: bold;
  font-size: 1.8em;
}
.userpanel .CTAwrap {
  text-align: center;
}
.userpanel .CTAwrap h3 {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 160%;
  color: white;
  margin: 0;
}
.userpanel .CTAwrap h4 {
  color: white;
  font-family: "Rubik", sans-serif;
}
.White {
  background-color: white;
}
.Green {
  background-color: #495b34;
  color: white !important;
}
.Green li {
  color: white !important;
}
.Green a {
  color: #F6EEE1 !important;
  text-decoration: none;
}
.Charcoal {
  background-color: #1f1f26;
  color: white !important;
}
.Charcoal li {
  color: white !important;
}
.Charcoal a {
  color: #F6EEE1 !important;
  text-decoration: none;
}
.Charcoal a:hover {
  text-decoration: underline;
}
.Gold {
  background-color: #BE8B60;
  color: white;
}
.Gold li {
  color: white;
}
.Gold a {
  color: #f1f1f1;
  text-decoration: none;
}
.Gold a:hover {
  color: #f1f1f1;
  text-decoration: underline;
}
.Image .overlay {
  opacity: 1;
  display: block;
}
.CTA, .Image {
  color: white !important;
}
.userpanel.Catalog.Green .catalog a {
  color: #BE8B60 !important;
}
.userpanel.Catalog.Green .catalog table tr td {
  color: #1f1f26 !important;
}
.userpanel.Profiles .wrap {
  width: 100%;
  padding-bottom: 1em;
}
.userpanel.Profiles .wrap .content {
  max-width: 960px;
  margin: 0 auto;
}
.userpanel.Profiles .listing {
  margin-top: 2em;
}
.userpanel.Gallery section, .userpanel.Profiles section {
  padding-bottom: 2em;
}
.userpanel.Gallery ul.slides, .userpanel.Profiles ul.slides {
  padding: 0 !important;
}
.userpanel.Gallery ul.slides li, .userpanel.Profiles ul.slides li {
  padding: 0 !important;
  margin: 0 !important;
}
.userpanel.List.Charcoal ul.panel-list li {
  border-bottom: 1px solid #666 !important;
}
.userpanel.List.Charcoal ul.panel-list li:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #666 !important;
}
.userpanel.List.Green ul.panel-list li {
  border-bottom: 1px solid #f1f1f1 !important;
}
.userpanel.List.Green ul.panel-list li:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #f1f1f1 !important;
}
.userpanel.List ul.panel-list {
  margin: 0 auto;
  width: 100%;
  overflow: scroll;
  overflow-x: hidden;
  height: 300px;
}
.userpanel.List ul.panel-list li {
  border-bottom: 1px solid #f1f1f1;
  padding: 1px 10px;
}
.userpanel.List ul.panel-list li:hover {
  padding-bottom: 0;
  border-bottom: 2px solid #f1f1f1;
}
.userpanel.List ul.panel-list li p {
  position: relative;
  font-size: 105%;
}
.userpanel.List ul.panel-list li p span a {
  font-style: italic;
  text-transform: capitalize;
  text-decoration: none;
}
.userpanel.Testimonials .slides {
  padding: 0 7% !important;
}
.userpanel.Testimonials .slides .quote {
  font-size: 1.1em;
  line-height: 1.3em;
  color: #1f1f26;
}
.userpanel.Testimonials.Green .quote {
  color: white !important;
}
.userpanel.Testimonials.Gold {
  color: white !important;
}
.userpanel.Testimonials.Gold a {
  color: white !important;
}
.userpanel.Testimonials.Gold .quote {
  color: white !important;
}
.userpanel.Testimonials.Gold p.name {
  color: white !important;
}
.userpanel.Testimonials.Gold .details {
  color: white !important;
}
.userpanel.Testimonials.Gold .fa {
  border-color: white !important;
  color: white !important;
}
.kws_form {
  width: 300px;
  display: block;
  margin: 0 auto;
}
.kws_form input[type=text] {
  float: none;
  width: 85%;
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
}
.kws_form input[type=submit] {
  margin: 10px auto;
  display: block;
}
.kws_form .cc_safesubscribe, .kws_form .gfield_label {
  display: none;
}
/*********************
FOOTER STYLES
*********************/
/* #chatmark {
	display: block;
	position: fixed;
	bottom:-40px;
	right: -30px;
	z-index:9999;
	opacity: .5;
} */
.footer {
  clear: both;
  color: #1f1f26;
  font-size: 0.9em;
}
.footer .illustration img.top {
  position: absolute;
  z-index: 9999;
}
.footer .footer-top ul {
  margin: 0;
  padding: 0;
}
.footer .footer-top .bignav ul {
  list-style-type: circle;
  text-align: center;
}
.footer .footer-top .bignav a {
  text-decoration: none;
  font-size: 3em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  color: #495b34;
}
.footer .footer-top .bignav a i {
  font-size: 16px;
  position: relative;
  bottom: 10px;
}
.footer .footer-top .bignav a:hover {
  color: #9ba800;
}
.footer .footer-top .smallnav-title {
  font-size: 1.8em;
  color: #495b34;
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  line-height: 1em;
  text-align: center;
  font-style: normal;
}
.footer .footer-top .smallnav h3 {
  display: none;
  font-size: 3em;
  color: #495b34;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.footer .footer-top .smallnav li {
  padding: 0;
  margin: 0;
}
.footer .footer-top .smallnav a {
  text-decoration: none;
  font-size: 0.8em;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  color: #495b34;
}
.footer .footer-top .smallnav a:hover {
  color: #9ba800;
}
.footer .footer-bottom {
  background-image: url('../images/footerbg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: white;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.footer .footer-bottom .wrap {
  margin-top: 70px;
  padding-bottom: 150px;
}
.footer .footer-bottom .wrap a {
  color: #F6EEE1;
}
.footer .footer-bottom .wrap a:hover {
  color: #BE8B60;
}
.footer .footer-bottom .wrap .utility a {
  color: #F6EEE1;
  text-decoration: none;
  margin-bottom: 5px;
  display: block;
}
.footer .footer-bottom .wrap .address span {
  display: block;
  color: #F6EEE1;
}
.footer .footer-bottom .wrap .address .fa {
  font-size: 1.5em;
  margin-right: 5px;
}
.footer .footer-bottom .wrap .about p {
  padding: 0 20px;
}
.footer .footer-bottom .wrap .about span {
  color: #F6EEE1;
  display: block;
}
.footer .footer-bottom .wrap .affiliations {
  text-align: center;
}
.footer .footer-bottom .wrap .affiliations span {
  color: #F6EEE1;
  display: block;
}
.footer .footer-bottom .wrap .affiliations .cycle-slideshow {
  max-width: 150px;
  margin: 0 auto;
}
.footer .footer-bottom .wrap .affiliations .cycle-slideshow a {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.footer .footer-bottom .wrap .affiliations .cycle-slideshow a img {
  max-width: 150px;
}
/*
	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 */
.copyright {
  display: block;
  text-align: center;
  margin: 150px auto;
}
/* INTRA NET */
.intranet-sidebar .calendar {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 20px;
}
.intranet-sidebar .calendar p {
  margin-bottom: 0;
}
/*********************
IHOVER
*********************/
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item, .ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: white;
  text-decoration: none;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item.circle {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img {
  position: relative;
  width: 220px;
  height: 220px;
  border-radius: 50%;
}
.ih-item.circle .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle .img p {
  position: relative;
  z-index: 9999;
  padding-top: 70px;
  margin: 0;
  font-size: 3em;
  font-weight: bold;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: white;
  text-decoration: none;
}
.ih-item.circle .img img {
  border-radius: 50%;
}
.ih-item.circle .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.circle.effect17 .info {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect17 .info h3 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 2px;
  font-size: 22px;
  margin: 0 30px;
  padding: 55px 0 0;
  height: 110px;
  text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.ih-item.circle.effect17 .info p {
  color: #bbb;
  padding: 25px 5px;
  font-style: italic;
  margin: 0 30px;
  font-size: 12px;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.circle.effect17 a:hover .img:before {
  box-shadow: inset 0 0 0 110px #333333, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 110px rgba(0, 0, 0, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ih-item.circle.effect17 a:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.circle.effect17 a:hover .info p {
  opacity: 1;
}
.ih-item.circle.effect17.colored a:hover .img:before {
  box-shadow: inset 0 0 0 110px #1a4a72, inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 0 110px rgba(1, 93, 65, 0.6), inset 0 0 0 16px rgba(255, 255, 255, 0.8), 0 1px 2px rgba(0, 0, 0, 0.1);
}
/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('../js/libs/fonts/flexslider-icon.eot');
  src: url('../js/libs/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../js/libs/fonts/flexslider-icon.woff') format('woff'), url('../js/libs/fonts/flexslider-icon.ttf') format('truetype'), url('../js/libs/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
  margin: 0;
  padding: 0;
  list-style: none !important;
  padding-left: 0 !important;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover, .flex-slider a:hover {
  outline: none;
}
.flex-control-nav, .flex-direction-nav, .slides, .slides > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider, .fts-instagram-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  line-height: 1;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -20px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 0.5;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*********************
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 */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
				plan your menus and drop-downs wisely.
				*/
  }
  .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 */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .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.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
Site Name:
Author:

Stylesheet: Tablet & Small Desktop Stylesheet

Here's where you can start getting into the good stuff.
This size will work on iPads, other tablets, and desktops.
So you can start working with more styles, background images,
and other resources. You'll also notice the grid starts to
come into play. Have fun!

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 110% !important;
    line-height: 1.7;
    color: #1f1f26;
    background-color: #FFF;
    background-repeat: repeat-y;
    background-position: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .footer .footer-top .bignav ul {
    text-align: left;
  }
  .footer .footer-top .smallnav-title {
    text-align: right;
  }
  .charcoal-btn, .forest-btn, .wheat-btn {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    width: initial;
    font-size: 100%;
  }
  .one_third, .one_third_last {
    width: 33.3%;
    padding-left: 20px;
    font-size: 90%;
  }
  .shiftnav #shiftnav-links {
    display: none;
  }
  .home #hero #pagetitle {
    width: 100%;
  }
  .home #hero {
    height: 90vh !important;
  }
  .home #hero h1 {
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    text-indent: -9000px;
    display: none;
    background: url("../images/sterlingcollegelogo.png");
    width: 367px;
    height: 242px;
    text-align: center;
  }
  .home #nurture h2 {
    font-size: 40px !important;
  }
  body #navtoggles span.open {
    display: inline-block;
    line-height: 53px;
  }
  body.shiftnav-open #navtoggles span.open {
    display: none;
    line-height: 53px;
  }
  body.shiftnav-open #navtoggles span.close {
    display: inline-block;
    line-height: 53px;
  }
  body #navtoggles span.close {
    display: none;
  }
  .shiftnav-toggle.inside {
    display: none;
  }
  .shiftnav .shiftnav-menu-image-padded {
    padding: 25px;
  }
  /* NAV TOGGLES */
  .navtoggles {
    display: none;
  }
  .navtoggles-mobile {
    position: fixed;
    top: 0;
    right: 0;
    padding: 15px 23px;
    background-color: black;
    z-index: 9999;
    display: none;
  }
  .navtoggles-mobile a {
    color: white;
  }
  .navtoggles-mobile a:hover {
    color: #495b34;
  }
  .logotoggle {
    height: 5px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 9999;
  }
  .logotoggle img {
    margin-left: 5%;
    height: auto !important;
    width: 413px;
    max-width: 375px;
    padding: 20px;
    background-color: black;
  }
  .logotoggle .student-portal {
    background-color: #D9AA09;
    width: 175px;
  }
  .hero-slider {
    position: relative;
  }
  .hero-slider .blogtitle {
    position: absolute;
    bottom: 10%;
    display: inline-block;
    left: 0;
    z-index: 9999;
    text-align: left;
  }
  .hero-slider .hero-slide-text {
    display: block;
    position: absolute;
    bottom: 25%;
    max-width: 700px;
    padding-top: 1px;
    padding-bottom: 1px;
  }
  .hero-slider .hero-slide-text a {
    font-size: 66px;
    line-height: 79px;
  }
  .hero-slider .hero-slide-text a:hover {
    text-decoration: none;
  }
  /* NEW IG FEED */
  #instagram-feed {
    background-color: #1f1f26;
    height: 320px;
    overflow: hidden;
  }
  .show {
    display: block;
  }
  /* TOGGLE OFFSET */
  body #navtoggles {
    right: -20px;
    transition: all 0.3s ease-in;
  }
  body #navtoggles span.open {
    display: inline-block;
  }
  body #navtoggles span.close {
    display: none;
  }
  body .navtoggles-mobile {
    right: 0;
    transition: all 0.3s ease-in;
  }
  body.shiftnav-open .navtoggles-mobile {
    display: none;
  }
  body.shiftnav-open #navtoggles {
    right: 270px;
  }
  body.shiftnav-open #navtoggles span.open {
    display: none;
  }
  body.shiftnav-open #navtoggles span.close {
    display: inline-block;
  }
  body.shiftnav-open .navtoggles-mobile {
    right: 290px;
  }
  .userpanel.Testimonials .slides .quote {
    font-size: 1.6em;
  }
  .featured-posts .sidebar-post-wrapper:nth-child(odd) {
    padding-right: 0;
  }
  #hero #pagetitle .wp-post-image {
    margin: 10px auto 0;
    display: block;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background-clip: padding-box;
    border: 8px solid white;
    background-color: white;
    max-width: 320px;
    width: 170px;
  }
  .announcement {
    width: 100%;
    padding: 10px 0;
  }
  .announcement .fa {
    font-size: 120%;
  }
  .announcement p {
    font-size: 1.1em;
    padding: 0 10%;
  }
  .announcement p.sans {
    font-size: 0.9em;
  }
  .userpanel.Profiles .listing {
    margin-top: 2em;
  }
  #multigrid #cell-1 {
    width: 28.5714286%;
  }
  #multigrid #cell-2 {
    width: 28.5714286%;
  }
  #multigrid #cell-3 {
    width: 42.8571429%;
    float: right;
    padding-right: 0 !important;
  }
  #multigrid #cell-4 {
    width: 42.8571429%;
  }
  #multigrid #cell-5 {
    width: 28.5714286%;
  }
  #multigrid #cell-6 {
    width: 28.5714286%;
    float: right;
    padding-right: 0 !important;
  }
  #multigrid #cell-7 {
    width: 28.5714286%;
  }
  #multigrid #cell-8 {
    width: 28.5714286%;
  }
  #multigrid #cell-9 {
    width: 42.8571429%;
    float: right;
    padding-right: 0 !important;
  }
  #testimonials section #slider {
    position: relative;
    height: 350px;
    background-image: url('../images/textbubble-large.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    margin: 20px auto 60px;
  }
  #testimonials section #slider .slides {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 80px;
  }
  #testimonials section #slider .slides li {
    position: relative;
  }
  #testimonials section #slider .slides li .quote {
    border: 0 solid;
    padding: 0;
    margin: 0;
  }
  #testimonials section #slider .slides li .cite {
    position: absolute;
    top: 260px;
    left: -20px;
  }
  #testimonials section #slider .slides li .cite .info {
    padding-top: 10px;
  }
  #testimonials section #slider .slides li > p {
    font-size: 1.2em;
  }
  #outcomes section #slider {
    position: relative;
    height: 300px;
    margin: 20px auto 60px;
  }
  #outcomes section #slider .slides {
    margin: 80px auto 0;
    height: 300px;
  }
  #outcomes section #slider .slides li {
    position: relative;
  }
  #outcomes section #slider .slides li > p {
    font-size: 1.2em;
  }
  #outcomes section #slider .slides li .alt-image {
    margin-top: 30px;
  }
  #outcomes section #slider .slides li .alt-image img {
    border: 5px solid #BE8B60;
    width: auto;
  }
  #outcomes section #slider .slides li .quote {
    border: 0 solid;
    margin-bottom: 0;
    height: 300px;
    background-image: url('../images/textbubble-medium.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding: 60px 60px 0 80px;
  }
  #outcomes section #slider .slides li .quote p {
    margin-top: 0;
  }
  #outcomes section #slider .slides li .cite {
    position: absolute;
    top: 290px;
    left: 80px;
  }
  #outcomes section #slider .slides li .cite .info {
    padding-top: 10px;
  }
  .listing .m-1of2 .profile .details {
    height: 100px;
  }
  .listing .profile .thumb img {
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: 80%;
    margin: 0 auto;
    height: auto;
    border: 8px solid #f1f1f1;
    background-color: #9fa6b4;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .listing .profile .details h3 {
    font-size: 1em;
    margin: 10px 0 0;
    line-height: 1.1em;
  }
  .listing .profile .details h3 a {
    color: #1f1f26;
  }
  .listing .profile .details p {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #BE8B60;
    margin: 5px 0 0;
  }
  #hero {
    height: 90vh !important;
    min-height: 500px;
  }
  #hero #pagetitle #searchform {
    margin: 20px auto;
    width: 300px;
  }
  #hero #pagetitle #searchform #s {
    text-align: center;
  }
  #hero #pagetitle h1 {
    font-size: 3em;
    padding-bottom: 8px;
  }
  #hero #pagetitle .wp-post-image {
    margin: 10px auto 0;
    display: block;
    -webkit-border-radius: 999px;
    border-radius: 999px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 8px solid white;
    background-color: white;
  }
  #hero #pagetitle .phone-email span {
    margin-right: 15px;
  }
  #hero #pagetitle .phone-email .fa {
    margin-right: 5px;
  }
  #hero #pagetitle .social {
    margin: 5px;
  }
  #hero #pagetitle .social a {
    margin-right: 5px;
  }
  #hero #pagetitle #breadcrumbs a {
    text-decoration: none;
  }
  #hero #pagetitle #breadcrumbs a:hover {
    text-decoration: none;
  }
  .flexslider .quote {
    padding: 0;
    border: none;
    margin-bottom: 0;
  }
  .post-single-alt {
    background-color: #ececec;
    padding: 20px;
    margin-bottom: 20px;
  }
  .post-single-alt h3, .post-single-alt p, .post-single-alt span {
    padding: 0;
    margin: 0;
  }
  .post-single-alt h3 {
    line-height: 1.3em;
  }
  .post-single-alt h3 a {
    color: #1f1f26;
  }
  .post-single-alt h3 a:hover {
    color: #BE8B60;
  }
  .post-single-alt p {
    font-size: 85%;
  }
  .post-single-alt a.wheat-btn {
    margin-left: 0;
  }
  .post-single-alt .thumbwrap {
    float: left;
    margin-right: 20px;
    width: 200px;
    border: 1px solid #BE8B60;
  }
  .post-single-alt .thumbwrap img {
    display: block;
    width: 100%;
    height: auto;
  }
  .post-single-alt .thumbwrap .fillthumb {
    width: 100%;
    height: auto;
    opacity: 1;
  }
  .post-single-alt .authorpost {
    width: 75px;
  }
  figure.effect-marley {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
  }
  figure.effect-marley:hover .fillthumb, figure.effect-marley:hover img {
    opacity: 0.5;
    filter: gray;
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(100%);
  }
  /* SPECIAL FEATURE */
  .page-template-page-feature .logotoggle, .page-template-page-SNAFlanding .logotoggle, .page-template-page-SNAFcertificate .logotoggle {
    opacity: 1;
  }
  .page-template-page-feature .logotoggle img, .page-template-page-SNAFlanding .logotoggle img, .page-template-page-SNAFcertificate .logotoggle img {
    max-width: 184px;
  }
  .page-template-page-feature .feature-nav, .page-template-page-SNAFlanding .feature-nav, .page-template-page-SNAFcertificate .feature-nav {
    display: block;
    position: fixed;
    z-index: 9998;
    top: 0;
    width: 100%;
    background-color: black;
    opacity: 1;
    color: white;
    padding-left: 220px;
    text-align: center;
  }
  .page-template-page-feature .feature-nav a, .page-template-page-SNAFlanding .feature-nav a, .page-template-page-SNAFcertificate .feature-nav a {
    color: white;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    display: inline-block;
    padding: 0 10px;
    font-size: 12px;
    line-height: 61px;
    text-decoration: none;
  }
  .page-template-page-feature .feature-nav a:hover, .page-template-page-SNAFlanding .feature-nav a:hover, .page-template-page-SNAFcertificate .feature-nav a:hover {
    color: #F6EEE1;
  }
  /* ILLUSTRATIONS */
  #digin .content_wrap {
    position: relative;
  }
  #digin .content_wrap .shovel {
    position: absolute;
    top: -90px;
  }
  #digin .content_wrap .center {
    margin-top: 40px;
  }
  /*********************
ILLUSTRATIONS
*********************/
  #digin .hermit-thrush {
    position: relative;
    top: -100px;
  }
  /*********************
LAYOUT & GRID STYLES
*********************/
  .alignleft {
    float: left;
    margin: 0 15px 15px 0;
    width: auto;
    max-width: 100%;
  }
  .aligncenter {
    display: block;
    margin: 0 auto 15px;
    width: auto;
    max-width: 100%;
  }
  .alignright {
    float: right;
    margin: 0 0 15px 15px;
    width: auto;
    max-width: 100%;
  }
  .alignnone {
    float: none;
    display: block;
    margin: 0 0 15px;
    width: auto;
    max-width: 100%;
  }
  .size-full {
    width: auto;
    height: auto;
    max-width: 100%;
  }
  p .alignleft {
    float: left;
    margin: 5px 15px 15px 0;
    width: auto;
    max-width: 100%;
  }
  p .aligncenter {
    display: block;
    margin: 5px auto 15px;
    width: auto;
    clear: both;
    max-width: 100%;
  }
  p .alignright {
    float: right;
    margin: 5px 0 15px 15px;
    width: auto;
    max-width: 100%;
  }
  p .alignnone {
    float: none;
    display: block;
    margin: 5px 0 15px;
    width: auto;
    max-width: 100%;
  }
  p .size-full {
    height: auto;
    width: auto;
    max-width: 100%;
  }
  .kws_form {
    width: 300px;
    display: block;
    margin: 0 auto;
  }
  .kws_form input[type=text] {
    float: none;
    width: 85%;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
  }
  .kws_form input[type=submit] {
    margin: 10px auto;
    display: block;
  }
  .kws_form .cc_safesubscribe, .kws_form .gfield_label {
    display: none;
  }
  /* TOGGLE OFFSET */
  body #navtoggles {
    right: -20px;
    transition: all 0.3s ease-in;
  }
  body .navtoggles-mobile {
    right: 0;
    transition: all 0.3s ease-in;
  }
  body.shiftnav-open #navtoggles {
    right: 270px;
  }
  body.shiftnav-open .navtoggles-mobile {
    right: 290px;
  }
  .wrap {
    width: 760px;
  }
  /*********************
HEADER STYLES
*********************/
  /*********************
NAVIGATION STYLES
*********************/
  .navtoggles {
    display: block;
    position: fixed;
    right: -20px;
    top: 84px;
    z-index: 9999;
    width: 240px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 12px;
  }
  .navtoggles a {
    opacity: 0.9;
    filter: alpha(opacity=90);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    text-decoration: none;
    color: white;
  }
  .navtoggles a:hover {
    margin-right: -2px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-decoration: none;
    color: white;
  }
  .navtoggles .fa {
    margin-right: 5px;
  }
  .navtoggles .main {
    width: 220px;
    height: 53px;
    line-height: 53px;
    padding-left: 20px;
    background-color: black;
    color: white;
    display: block;
    float: right;
    margin: 4px 0;
  }
  .navtoggles .secondary {
    font-size: 11px;
    width: 180px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    background-color: #495b34;
    color: white;
    display: block;
    float: right;
    margin: 3px 0;
  }
  /* NEW NAV */
  section.leftnav {
    display: block;
    padding: 20px;
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-right: 1px solid #f1f1f1;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  section.leftnav li.current-menu-ancestor > ul.children, section.leftnav li.current-menu-ancestor > ul.sub-menu, section.leftnav li.menu-item-has-children.current-menu-item > ul.children, section.leftnav li.menu-item-has-children.current-menu-item > ul.sub-menu {
    display: block !important;
  }
  section.leftnav li {
    padding: 8px;
    border-bottom: 1px solid #f1f1f1;
    /*
		plan your menus and drop-downs wisely.
		*/
    /* showing sub-menus */
  }
  section.leftnav li a {
    text-decoration: none;
    color: #1f1f26;
    display: block;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  section.leftnav li a:focus, section.leftnav li a:hover {
    color: #495b34;
    padding-left: 5px;
  }
  section.leftnav li ul.sub-menu ul.sub-menu {
    margin-left: 5px;
  }
  section.leftnav li ul.sub-menu ul.sub-menu li {
    font-size: 80%;
  }
  section.leftnav li ul.children, section.leftnav li ul.sub-menu {
    margin-left: 20px;
    display: none;
    /* highlight sub-menu current page */
  }
  section.leftnav li ul.children li, section.leftnav li ul.sub-menu li {
    border-top: 1px solid #f1f1f1;
    border-bottom: 0 solid #f1f1f1;
    line-height: 1.1em;
    /*
				if you need to go deeper, go nuts
				just remember deeper menus suck
				for usability. k, bai.
				*/
  }
  section.leftnav li ul.children li a, section.leftnav li ul.sub-menu li a {
    display: inline-block;
    font-size: 0.8em;
    color: #666;
  }
  section.leftnav li ul.children li a:focus, section.leftnav li ul.children li a:hover, section.leftnav li ul.sub-menu li a:focus, section.leftnav li ul.sub-menu li a:hover {
    color: #495b34;
    padding-left: 5px;
  }
  section.leftnav li ul.children li:last-child a, section.leftnav li ul.sub-menu li:last-child a {
    border-bottom: 0;
  }
  section.leftnav li ul.children li .current-menu-item a, section.leftnav li ul.sub-menu li .current-menu-item a {
    font-style: italic;
    font-weight: bold;
  }
  section.leftnav li ul.children li.current-menu-item a, section.leftnav li ul.children li.current_page_ancestor a, section.leftnav li ul.children li.current_page_item a, section.leftnav li ul.sub-menu li.current-menu-item a, section.leftnav li ul.sub-menu li.current_page_ancestor a, section.leftnav li ul.sub-menu li.current_page_item a {
    color: #495b34;
  }
  section.leftnav li.current-menu-item a, section.leftnav li.current_page_ancestor a, section.leftnav li.current_page_item a {
    color: #495b34;
  }
  /* end .nav */
  /*********************
SIDEBARS & ASIDES
*********************/
  .sidebar {
    border-left: 1px solid #f1f1f1;
    padding: 0;
  }
  .featured-posts .sidebar-post {
    width: 29%;
    margin: 2%;
    float: left;
    max-height: 450px;
    padding: 20px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .featured-posts .sidebar-post h4 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0.75em;
    font-weight: normal;
  }
  .featured-posts .sidebar-post img {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0;
    height: auto;
  }
  .featured-posts .sidebar-post .title {
    text-align: left;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .featured-posts .sidebar-post .title a {
    color: #495b34;
    text-decoration: none;
  }
  .featured-posts .sidebar-post .excerpt {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
  }
  .featured-posts .sidebar-post .excerpt p {
    font-size: 12px;
    padding-top: 0;
    margin-top: 0;
  }
  .widgettitle {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0.75em;
    font-weight: normal;
    font-style: 1em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
FOOTER STYLES
*********************/
  footer.footer .illustration {
    position: relative;
    top: -100px;
  }
  .footer-top {
    position: relative;
    height: 400px;
    overflow: hidden;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .footer-top .item {
    flex-grow: 1;
  }
}
/*********************
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.

******************************************************************/
  .wrap {
    width: 1040px;
  }
  .featured-posts {
    max-width: 360px;
  }
  .featured-posts .sidebar-post {
    width: 100%;
    float: none;
  }
  .featured-posts .sidebar-post h4 {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 0.75em;
    font-weight: normal;
  }
  .featured-posts .sidebar-post img {
    display: block;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  .featured-posts .sidebar-post .title {
    text-align: left;
    font-family: "Rubik", sans-serif;
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
  }
  .featured-posts .sidebar-post .title a {
    color: #495b34;
    text-decoration: none;
  }
  .featured-posts .sidebar-post .excerpt {
    margin-bottom: 20px;
  }
  .featured-posts .sidebar-post .excerpt p {
    font-size: 12px;
    padding-top: 0;
    margin-top: 0;
  }
}
/*********************
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.

******************************************************************/
}
/*********************
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.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none;
  }
}
