@charset "UTF-8";
/*------------------------------------*\
    STYLE.CSS
\*------------------------------------*/
/**
 *
 * sass --watch style.scss:style.min.css --style compressed
 *
 * Here we pull in some variables, include the inuit.css framework, then add our
 * project-specific components afterwards.
 */
/**
 * Setup
 */
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.cssΓÇÖ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.cssΓÇÖ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.cssΓÇÖ defaults here.
 */
/*------------------------------------*\
    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*------------------------------------*\
    INUIT.CSS
\*------------------------------------*/
/*!*
 *
 * inuitcss.com -- @inuitcss -- @csswizardry
 *
 */
/**
 * inuit.css acts as a base stylesheet which you should extend with your own
 * theme stylesheet.
 *
 * inuit.css aims to do the heavy lifting; sorting objects and abstractions,
 * design patterns and fiddly bits of CSS, whilst leaving as much design as
 * possible to you. inuit.css is the scaffolding to your decorator.
 *
 * This stylesheet is heavily documented and contains lots of comments, please
 * take care to read and refer to them as you build. For further support please
 * tweet at @inuitcss.
 *
 * Owing to the amount of comments please only ever use minified CSS in
 * production. This file is purely a dev document.
 *
 * The table of contents below maps to section titles of the same name, to jump
 * to any section simply run a find for $[SECTION-TITLE].
 *
 * Most objects and abstractions come with a chunk of markup that you should be
 * able to paste into any view to quickly see how the CSS works in conjunction
 * with the correct HTML.
 *
 * inuit.css is written to this standard: github.com/csswizardry/CSS-Guidelines
 *
 * LICENSE
 *
 * Copyright 2013 Harry Roberts
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 *
 * Thank you for choosing inuit.css. May your web fonts render perfectly.
 */
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............YouΓÇÖre reading it!
 * WARNING.............Here be dragons!
 * IMPORTS.............Begin importing the sections below
 *
 * MIXINS..............Super-simple Sass stuff
 * NORMALIZE...........normalize.css
 * RESET...............Set some defaults
 * CLEARFIX............
 * SHARED..............Shared declarations
 *
 * MAIN................High-level elements like `html`, `body`, etc.
 * HEADINGS............Double-stranded heading hierarchy
 * PARAGRAPHS..........
 * SMALLPRINT..........Smaller text elements like `small`
 * QUOTES..............
 * CODE................
 * LISTS...............
 * IMAGES..............
 * TABLES..............
 * FORMS...............
 *
 * GRIDS...............Fluid, proportional and nestable grids
 * FLEXBOX.............Crudely emulate flexbox
 * COLUMNS.............CSS3 columns
 * NAV.................A simple abstraction to put a list in horizontal nav mode
 * OPTIONS.............Grouped nav items
 * PAGINATION..........Very stripped back, basic paginator
 * BREADCRUMB..........Simple breadcrumb trail object
 * MEDIA...............Media object
 * MARGINALIA..........Simple marginalia content
 * ISLAND..............Boxed off content
 * BLOCK-LIST..........Blocky lists of content
 * MATRIX..............Gridded lists
 * SPLIT...............A simple split-in-two object
 * THIS-OR-THIS........Options object
 * LINK-COMPLEX........
 * FLYOUT..............Flyout-on-hover object
 * ARROWS..............CSS arrows
 * SPRITE..............Generic spriting element
 * ICON-TEXT...........Icon and text couplings
 * BEAUTONS............Use the beautons micro library
 * LOZENGES............Basic lozenge styles
 * RULES...............Horizontal rules
 * STATS...............Simple stats object
 * GREYBOX.............Wireframing styles
 *
 * WIDTHS..............Width classes for use alongside the grid system etc.
 * PUSH................Push classes for manipulating grids
 * PULL................Pull classes for manipulating grids
 * BRAND...............Helper class to apply brand treatment to elements
 * HELPER..............A series of helper classes to use arbitrarily
 * DEBUG...............Enable to add visual flags for debugging purposes
 */
/*------------------------------------*\
    $WARNING
\*------------------------------------*/
/*
 * inuit.css, being an OO framework, works in keeping with the open/closed
 * principle. The variables you set previously are now being used throughout
 * inuit.css to style everything we need for a base. Any custom styles SHOULD
 * NOT be added or modified in inuit.css directly, but added via your theme
 * stylesheet as per the open/closed principle:
 *
 * csswizardry.com/2012/06/the-open-closed-principle-applied-to-css
 *
 * Try not to edit any CSS beyond this point; if you find you need to do so
 * it is a failing of the framework so please tweet at @inuitcss.
 */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.cssΓÇÖ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*\
    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*\
    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objectsΓÇÖ borders etc.
 */
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; theyΓÇÖre only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*\
    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Create a fully formed type style (sizing and vertical rhythm) by passing in a
 * single value, e.g.:
 *
   `@include font-size(10px);`
 *
 * Thanks to @redclov3r for the `line-height` Sass:
 * twitter.com/redclov3r/status/250301539321798657
 */
/**
 * Style any number of headings in one fell swoop, e.g.:
 *
   .foo{
       @include headings(1, 3){
           color:#BADA55;
       }
    }
 *
 * With thanks to @lar_zzz, @paranoida, @rowanmanning and ultimately
 * @thierrylemoulec for refining and improving my initial mixin.
 */
/**
 * Create vendor-prefixed CSS in one go, e.g.
 *
   `@include vendor(border-radius, 4px);`
 *
 */
/**
 * Create CSS keyframe animations for all vendors in one go, e.g.:
 *
   .foo{
       @include vendor(animation, shrink 3s);
   }

   @include keyframe(shrink){
       from{
           font-size:5em;
       }
   }
 *
 * Courtesy of @integralist: twitter.com/integralist/status/260484115315437569
 */
/**
 * Force overly long spans of text to truncate, e.g.:
 *
   `@include truncate(100%);`
 *
 * Where `$truncation-boundary` is a united measurement.
 */
/**
 * CSS arrows!!! But... before you read on, you might want to grab a coffee...
 *
 * This mixin creates a CSS arrow on a given element. We can have the arrow
 * appear in one of 12 locations, thus:
 *
 *       01    02    03
 *    +------------------+
 * 12 |                  | 04
 *    |                  |
 * 11 |                  | 05
 *    |                  |
 * 10 |                  | 06
 *    +------------------+
 *       09    08    07
 *
 * You pass this position in along with a desired arrow color and optional
 * border color, for example:
 *
 * `@include arrow(top, left, red)`
 *
 * for just a single, red arrow, or:
 *
 * `@include arrow(bottom, center, red, black)`
 *
 * which will create a red triangle with a black border which sits at the bottom
 * center of the element. Call the mixin thus:
 *
   .foo{
       background-color:#BADA55;
       border:1px solid #ACE;
       @include arrow(top, left, #BADA55, #ACE);
   }
 *
 */
/**
 * Media query mixin.
 *
 * ItΓÇÖs not great practice to define solid breakpoints up-front, preferring to
 * modify your design when it needs it, rather than assuming youΓÇÖll want a
 * change at ΓÇÿmobileΓÇÖ. However, as inuit.css is required to take a hands off
 * approach to design decisions, this is the closest we can get to baked-in
 * responsiveness. ItΓÇÖs flexible enough to allow you to set your own breakpoints
 * but solid enough to be frameworkified.
 *
 * We define some broad breakpoints in our vars file that are picked up here
 * for use in a simple media query mixin. Our options are:
 *
 * palm
 * lap
 * lap-and-up
 * portable
 * desk
 * desk-wide
 *
 * Not using a media query will, naturally, serve styles to all devices.
 *
 * `@include media-query(palm){ [styles here] }`
 *
 * We work out your end points for you:
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic,700italic);
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 styling not present in IE 8/9.
 */
[hidden] {
  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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * 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 {
  font-weight: bold; }

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * 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: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * 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; }

/* ==========================================================================
   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"] {
  -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.
 * 2. Remove excess padding in IE 8/9.
 */
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; }

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
* LetΓÇÖs make the box model all nice, shall we...?
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images donΓÇÖt load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
/**
 * Micro clearfix, as per: css-101.org/articles/clearfix/latest-new-clearfix-so-far.php
 * Extend the clearfix class with Sass to avoid the `.cf` class appearing over
 * and over in your markup.
 */
.cf:after, .header:after, .popular-links:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, h3, h4, h5, h6, hgroup, ul, ol, dl, blockquote, p, address, table, fieldset, figure, pre, .form-fields > li, .media, .island, .islet {
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
  .islet h1, .islet h2, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup,
  .islet ul,
  .islet ol,
  .islet dl,
  .islet blockquote,
  .islet p,
  .islet address,
  .islet table,
  .islet fieldset,
  .islet figure,
  .islet pre,
  .islet .form-fields > li,
  .islet .media,
  .islet .island,
  .islet .islet {
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 48px;
  margin-bottom: 3rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-bottom: 22px;
  margin-bottom: 1.375rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 1em/1.5 sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
/**
 * As per: csswizardry.com/2012/02/pragmatic-practical-font-sizing-in-css
 *
 * When we define a heading we also define a corresponding class to go with it.
 * This allows us to apply, say, `class=alpha` to a `h3`; a double-stranded
 * heading hierarchy.
 */
h1, .alpha {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.3333333333; }

h2, .beta {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.6; }

h3, .gamma, #block-views-news-block_1 .news--block__title, .chautauqua .views-field-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1; }

h4, .delta {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2; }

h5, .epsilon {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

h6, .zeta {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143; }

/**
 * Heading groups and generic any-heading class.
 * To target any heading of any level simply apply a class of `.hN`, e.g.:
 *
   <hgroup>
       <h1 class=hN>inuit.css</h1>
       <h2 class=hN>Best. Framework. Ever!</h2>
   </hgroup>
 *
 */
hgroup .hN {
  margin-bottom: 0; }

/**
 * A series of classes for setting massive type; for use in heroes, mastheads,
 * promos, etc.
 */
.giga {
  font-size: 96px;
  font-size: 6rem;
  line-height: 1; }

.mega {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 1; }

.kilo {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1; }

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
/**
 * The `.lede` class is used to make the introductory text (usually a paragraph)
 * of a document slightly larger.
 */
.lede,
.lead {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333; }

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
/**
 * A series of classes for setting tiny type; for use in smallprint etc.
 */
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2; }

.micro {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4; }

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * If English quotes are set in `_vars.scss`, define them here.
 */
/**
 * Big up @boblet: html5doctor.com/blockquote-q-cite
 */
/**
 * Inline quotes.
 */
q {
  quotes: "‘" "’" "&ldquo;" "&rdquo;"; }
  q:before {
    content: "\2018";
    content: open-quote; }
  q:after {
    content: "\2019";
    content: close-quote; }
  q q:before {
    content: "\201C";
    content: open-quote; }
  q q:after {
    content: "\201D";
    content: close-quote; }

blockquote {
  quotes: "&ldquo;" "&rdquo;"; }
  blockquote p:before {
    content: "&ldquo;";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "&rdquo;";
    content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  blockquote q:after {
    content: "\2019";
    content: close-quote; }

/**
 *
   <blockquote>
       <p>Insanity: doing the same thing over and over again and expecting
       different results.</p>
       <b class=source>Albert Einstein</b>
   </blockquote>
 *
 */
blockquote {
  /**
   * .4em is roughly equal to the width of the opening ΓÇ£ that we wish to hang.
   */
  text-indent: -0.41em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.source {
  display: block;
  text-indent: 0; }
  .source:before {
    content: "\2014"; }

/*------------------------------------*\
    $CODE
\*------------------------------------*/
/**
 * Use an explicit font stack to ensure browsers render correct `line-height`.
 */
pre {
  overflow: auto; }

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

/**
 * Add comments to your code examples, e.g.:
 *
   <code>&lt;/div&gt;<span class=code-comment>&lt;!-- /wrapper --&gt;</span></code>
 *
 */
.code-comment {
  /**
   * Override this setting in your theme stylesheet
   */
  opacity: 0.75;
  filter: alpha(opacity=75); }

/**
 * You can add line numbers to your code examples but be warned, it requires
 * some pretty funky looking markup, e.g.:
 *
   <ol class=line-numbers>
       <li><code>.nav{</code></li>
       <li><code>    list-style:none;</code></li>
       <li><code>    margin-left:0;</code></li>
       <li><code>}</code></li>
       <li><code>    .nav > li,</code></li>
       <li><code>        .nav > li > a{</code></li>
       <li><code>            display:inline-block;</code></li>
       <li><code>           *display:inline-block;</code></li>
       <li><code>            zoom:1;</code></li>
       <li><code>        }</code></li>
   </ol>
 *
 * 1. Make the list look like code.
 * 2. Give the list flush numbers with a leading zero.
 * 3. Make sure lines of code donΓÇÖt wrap.
 * 4. Give the code form by forcing the `code` to honour white-space.
 */
.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0; }

.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
/**
 * Demo: jsfiddle.net/inuitcss/yMtur
 */
/**
 * Fluid images.
 */
img {
  max-width: 100%; }

/**
 * Non-fluid images if you specify `width` and/or `height` attributes.
 */
img[width],
img[height] {
  max-width: none; }

/**
 * Rounded images.
 */
.img--round {
  border-radius: 4px; }

/**
 * Image placement variations.
 */
.img--right {
  float: right;
  margin-bottom: 24px;
  margin-left: 24px; }

.img--left {
  float: left;
  margin-right: 24px;
  margin-bottom: 24px; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto; }

/**
 * Keep your images on your baseline.
 *
 * Please note, these will not work too nicely with fluid images and will
 * distort when resized below a certain width. Use with caution.
 */
.img--short {
  height: 120px; }

.img--medium {
  height: 240px; }

.img--tall {
  height: 360px; }

/**
 * Images in `figure` elements.
 */
figure > img {
  display: block; }

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
/**
 * Remove vertical spacing from nested lists.
 */
li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Have a numbered `ul` without the semantics implied by using an `ol`.
 */
/*ul*/
.numbered-list {
  list-style-type: decimal; }

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
/**
 * We have a lot at our disposal for making very complex table constructs, e.g.:
 *
   <table class="table--bordered  table--striped  table--data">
       <colgroup>
           <col class=t10>
           <col class=t10>
           <col class=t10>
           <col>
       </colgroup>
       <thead>
           <tr>
               <th colspan=3>Foo</th>
               <th>Bar</th>
           </tr>
           <tr>
               <th>Lorem</th>
               <th>Ipsum</th>
               <th class=numerical>Dolor</th>
               <th>Sit</th>
           </tr>
       </thead>
       <tbody>
           <tr>
               <th rowspan=3>Sit</th>
               <td>Dolor</td>
               <td class=numerical>03.788</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>32.210</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>47.797</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <th rowspan=2>Sit</th>
               <td>Dolor</td>
               <td class=numerical>09.640</td>
               <td>Lorem</td>
           </tr>
           <tr>
               <td>Dolor</td>
               <td class=numerical>12.117</td>
               <td>Lorem</td>
           </tr>
       </tbody>
   </table>
 *
 */
table {
  width: 100%; }

th,
td {
  padding: 6px;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 12px; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

/**
 * In the HTML above we see several `col` elements with classes whose numbers
 * represent a percentage width for that column. We leave one column free of a
 * class so that column can soak up the effects of any accidental breakage in
 * the table.
 */
.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

/**
 * Bordered tables
 */
.table--bordered th,
.table--bordered td {
  border: 1px solid #ccc; }
  .table--bordered th:empty,
  .table--bordered td:empty {
    border: none; }
.table--bordered thead tr:last-child th {
  border-bottom-width: 2px; }
.table--bordered tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
/**
 *
 * Demo: jsfiddle.net/inuitcss/MhHHU
 *
 */
fieldset {
  padding: 24px; }

/**
 * Text inputs
 *
 * Instead of a `[type]` selector for each kind of form input, we just use a
 * class to target any/every one, e.g.:
   <input type=text class=text-input>
   <input type=email class=text-input>
   <input type=password class=text-input>
 *
 */
.text-input,
textarea {
  /**
   * Style these via your theme stylesheet.
   */ }

/**
 * Group sets of form fields in a list, e.g.:
 *
   <ul class=form-fields>
       <li>
           <label />
           <input />
       </li>
       <li>
           <label />
           <select />
       </li>
       <li>
           <label />
           <input />
       </li>
   </ul>
 *
 */
.form-fields {
  list-style: none;
  margin: 0; }

.form-fields > li:last-child {
  margin-bottom: 0; }

/**
 * Labels
 *
 * Define a `.label` class as well as a `label` element. This means we can apply
 * label-like styling to meta-labels for groups of options where a `label`
 * element is not suitable, e.g.:
 *
   <li>
       <span class=label>Select an option below:</span>
       <ul class="multi-list  four-cols">
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
label,
.label {
  display: block; }

/**
 * Extra help text in `label`s, e.g.:
 *
   <label>Card number <small class=additional>No spaces</small></label>
 *
 */
.additional {
  display: block;
  font-weight: normal; }

/*
 * Groups of checkboxes and radios, e.g.:
 *
   <li>
       <ul class=check-list>
           <li>
               <input /> <label />
           </li>
           <li>
               <input /> <label />
           </li>
       </ul>
   </li>
 *
 */
.check-list {
  list-style: none;
  margin: 0; }

/*
 * Labels in check-lists
 */
.check-label,
.check-list label,
.check-list .label {
  display: inline-block; }

/**
 * Spoken forms are for forms that read like spoken word, e.g.:
 *
   <li class=spoken-form>
       Hello, my <label for=spoken-name>name</label> is
       <input type=text class=text-input id=spoken-name>. My home
       <label for=country>country</label> is
       <select id=country>
           <option>UK</option>
           <option>US</option>
           <option>Other</option>
       </select>
   </li>
 *
 */
.spoken-form label {
  display: inline-block;
  font: inherit; }

/**
 * Extra help text displayed after a field when that field is in focus, e.g.:
 *
   <label for=email>Email:</label>
   <input type=email class=text-input id=email>
   <small class=extra-help>.edu emails only</small>
 *
 * We leave the help text in the document flow and merely set it to
 * `visibility:hidden;`. This means that it wonΓÇÖt interfere with anything once
 * it reappears.
 *
 */
/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden; }

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible; }

/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid {
  margin-left: -24px;
  list-style: none;
  margin-bottom: 0; }

/**
 * Very infrequently occuring grid wrappers as children of grid wrappers.
 */
.grid > .grid {
  margin-left: 0; }

/**
 * Grid
 */
.grid__item {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  vertical-align: top; }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
* Whole
*/
.one-whole {
  width: 100%; }

/**
* Halves
*/
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
* Thirds
*/
.one-third, .two-sixths, .four-twelfths {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
* Quarters
*/
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
* Fifths
*/
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
* Sixths
*/
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
* Eighths
*/
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
* Tenths
*/
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
* Twelfths
*/
.one-twelfth {
  width: 8.333%; }

.five-twelfths {
  width: 41.666%; }

.seven-twelfths {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

/**
 * If you have set `$responsive` to ΓÇÿtrueΓÇÖ in `_vars.scss` then you now have
 * access to these classes. You can define at which breakpoint youΓÇÖd like an
 * element to be a certain size, e.g.:
 *
 * `<div class="g  one-quarter  lap-one-half  palm-one-whole"> ... </div>`
 *
 * This would create a `div` that, at ΓÇÿdesktopΓÇÖ sizes, takes up a quarter of the
 * horizontal space, a half of that space at ΓÇÿtabletΓÇÖ sizes, and goes full width
 * at ΓÇÿmobileΓÇÖ sizes.
 *
 * Demo: jsfiddle.net/inuitcss/WS4Ge
 *
 */
@media only screen and (max-width: 480px) {
  /**
  * Whole
  */
  .palm-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%; }

  /**
  * Thirds
  */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%; }

  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%; }

  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%; }

  /**
  * Fifths
  */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%; }

  .palm-two-fifths, .palm-four-tenths {
    width: 40%; }

  .palm-three-fifths, .palm-six-tenths {
    width: 60%; }

  .palm-four-fifths, .palm-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%; }

  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .palm-one-eighth {
    width: 12.5%; }

  .palm-three-eighths {
    width: 37.5%; }

  .palm-five-eighths {
    width: 62.5%; }

  .palm-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .palm-one-tenth {
    width: 10%; }

  .palm-three-tenths {
    width: 30%; }

  .palm-seven-tenths {
    width: 70%; }

  .palm-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .palm-one-twelfth {
    width: 8.333%; }

  .palm-five-twelfths {
    width: 41.666%; }

  .palm-seven-twelfths {
    width: 58.333%; }

  .palm-eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  /**
  * Whole
  */
  .lap-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%; }

  /**
  * Thirds
  */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%; }

  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%; }

  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%; }

  /**
  * Fifths
  */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%; }

  .lap-two-fifths, .lap-four-tenths {
    width: 40%; }

  .lap-three-fifths, .lap-six-tenths {
    width: 60%; }

  .lap-four-fifths, .lap-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%; }

  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .lap-one-eighth {
    width: 12.5%; }

  .lap-three-eighths {
    width: 37.5%; }

  .lap-five-eighths {
    width: 62.5%; }

  .lap-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .lap-one-tenth {
    width: 10%; }

  .lap-three-tenths {
    width: 30%; }

  .lap-seven-tenths {
    width: 70%; }

  .lap-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .lap-one-twelfth {
    width: 8.333%; }

  .lap-five-twelfths {
    width: 41.666%; }

  .lap-seven-twelfths {
    width: 58.333%; }

  .lap-eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 481px) {
  /**
  * Whole
  */
  .lap-and-up-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%; }

  /**
  * Thirds
  */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%; }

  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%; }

  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%; }

  /**
  * Fifths
  */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%; }

  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%; }

  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%; }

  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%; }

  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .lap-and-up-one-eighth {
    width: 12.5%; }

  .lap-and-up-three-eighths {
    width: 37.5%; }

  .lap-and-up-five-eighths {
    width: 62.5%; }

  .lap-and-up-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .lap-and-up-one-tenth {
    width: 10%; }

  .lap-and-up-three-tenths {
    width: 30%; }

  .lap-and-up-seven-tenths {
    width: 70%; }

  .lap-and-up-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .lap-and-up-one-twelfth {
    width: 8.333%; }

  .lap-and-up-five-twelfths {
    width: 41.666%; }

  .lap-and-up-seven-twelfths {
    width: 58.333%; }

  .lap-and-up-eleven-twelfths {
    width: 91.666%; } }
@media only screen and (max-width: 1023px) {
  /**
  * Whole
  */
  .portable-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%; }

  /**
  * Thirds
  */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%; }

  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%; }

  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%; }

  /**
  * Fifths
  */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%; }

  .portable-two-fifths, .portable-four-tenths {
    width: 40%; }

  .portable-three-fifths, .portable-six-tenths {
    width: 60%; }

  .portable-four-fifths, .portable-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%; }

  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .portable-one-eighth {
    width: 12.5%; }

  .portable-three-eighths {
    width: 37.5%; }

  .portable-five-eighths {
    width: 62.5%; }

  .portable-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .portable-one-tenth {
    width: 10%; }

  .portable-three-tenths {
    width: 30%; }

  .portable-seven-tenths {
    width: 70%; }

  .portable-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .portable-one-twelfth {
    width: 8.333%; }

  .portable-five-twelfths {
    width: 41.666%; }

  .portable-seven-twelfths {
    width: 58.333%; }

  .portable-eleven-twelfths {
    width: 91.666%; } }
@media only screen and (min-width: 1024px) {
  /**
  * Whole
  */
  .desk-one-whole {
    width: 100%; }

  /**
  * Halves
  */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%; }

  /**
  * Thirds
  */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%; }

  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%; }

  /**
  * Quarters
  */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%; }

  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%; }

  /**
  * Fifths
  */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%; }

  .desk-two-fifths, .desk-four-tenths {
    width: 40%; }

  .desk-three-fifths, .desk-six-tenths {
    width: 60%; }

  .desk-four-fifths, .desk-eight-tenths {
    width: 80%; }

  /**
  * Sixths
  */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%; }

  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%; }

  /**
  * Eighths
  */
  .desk-one-eighth {
    width: 12.5%; }

  .desk-three-eighths {
    width: 37.5%; }

  .desk-five-eighths {
    width: 62.5%; }

  .desk-seven-eighths {
    width: 87.5%; }

  /**
  * Tenths
  */
  .desk-one-tenth {
    width: 10%; }

  .desk-three-tenths {
    width: 30%; }

  .desk-seven-tenths {
    width: 70%; }

  .desk-nine-tenths {
    width: 90%; }

  /**
  * Twelfths
  */
  .desk-one-twelfth {
    width: 8.333%; }

  .desk-five-twelfths {
    width: 41.666%; }

  .desk-seven-twelfths {
    width: 58.333%; }

  .desk-eleven-twelfths {
    width: 91.666%; } }
/**
 * If you have set the additional `$responsive-extra` variable to ΓÇÿtrueΓÇÖ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * `.brand` is a quick and simple way to apply your brand face and/or color to
 * any element using a handy helper class.
 */
.brand {
  font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif!important;
  color: #20A197!important; }

.brand-face {
  font-family: Source Sans Pro, Helvetica Neue, Arial, sans-serif!important; }

.brand-color,
.brand-colour {
  color: #20A197!important; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * A series of helper classes to use arbitrarily. Only use a helper class if an
 * element/component doesnΓÇÖt already have a class to which you could apply this
 * styling, e.g. if you need to float `.main-nav` left then add `float:left;` to
 * that ruleset as opposed to adding the `.float--left` class to the markup.
 *
 * A lot of these classes carry `!important` as you will always want them to win
 * out over other selectors.
 */
/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

.float--left {
  float: left !important; }

.float--none {
  float: none !important; }

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important; }

.text--center {
  text-align: center !important; }

.text--right {
  text-align: right !important; }

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

.weight--semibold {
  font-weight: 600 !important; }

/**
 * Add/remove margins
 */
.push {
  margin: 24px !important; }

.push--top {
  margin-top: 24px !important; }

.push--right {
  margin-right: 24px !important; }

.push--bottom {
  margin-bottom: 24px !important; }

.push--left {
  margin-left: 24px !important; }

.push--ends {
  margin-top: 24px !important;
  margin-bottom: 24px !important; }

.push--sides {
  margin-right: 24px !important;
  margin-left: 24px !important; }

.push-half {
  margin: 12px !important; }

.push-half--top {
  margin-top: 12px !important; }

.push-half--right {
  margin-right: 12px !important; }

.push-half--bottom {
  margin-bottom: 12px !important; }

.push-half--left {
  margin-left: 12px !important; }

.push-half--ends {
  margin-top: 12px !important;
  margin-bottom: 12px !important; }

.push-half--sides {
  margin-right: 12px !important;
  margin-left: 12px !important; }

.flush {
  margin: 0 !important; }

.flush--top {
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important; }

.flush--bottom {
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 24px !important; }

.soft--top {
  padding-top: 24px !important; }

.soft--right {
  padding-right: 24px !important; }

.soft--bottom {
  padding-bottom: 24px !important; }

.soft--left {
  padding-left: 24px !important; }

.soft--ends {
  padding-top: 24px !important;
  padding-bottom: 24px !important; }

.soft--sides {
  padding-right: 24px !important;
  padding-left: 24px !important; }

.soft-half {
  padding: 12px !important; }

.soft-half--top {
  padding-top: 12px !important; }

.soft-half--right {
  padding-right: 12px !important; }

.soft-half--bottom {
  padding-bottom: 12px !important; }

.soft-half--left {
  padding-left: 12px !important; }

.soft-half--ends {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.soft-half--sides {
  padding-right: 12px !important;
  padding-left: 12px !important; }

.hard {
  padding: 0 !important; }

.hard--top {
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important; }

.hard--bottom {
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -24px !important;
  margin-left: -24px !important; }
  .islet .full-bleed {
    margin-right: -12px !important;
    margin-left: -12px !important; }

/**
 * Add a help cursor to any element that gives the user extra information on
 * `:hover`.
 */
.informative {
  cursor: help !important; }

/**
 * Mute an object by reducing its opacity.
 */
.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

/**
 * Align items to the right where they imply progression/movement forward, e.g.:
 *
   <p class=proceed><a href=#>Read more...</a></p>
 *
 */
.proceed {
  text-align: right !important; }

/**
 * Add a right-angled quote to links that imply movement, e.g.:
 *
   <a href=# class=go>Read more</a>
 *
 */
.go:after {
  content: " " "»" !important; }

/**
 * Apply capital case to an element (usually a `strong`).
 */
.caps {
  text-transform: uppercase !important; }

/**
 * Hide content off-screen without resorting to `display:none;`, also provide
 * breakpoint specific hidden elements.
 */
.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media only screen and (max-width: 480px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 481px) and (max-width: 1023px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 481px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (max-width: 1023px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 1024px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
@media only screen and (min-width: 1200px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }
/* endif */
/**
 * She’s all yours, cap’n... Begin importing your stuff here.
 */
/* admin toolbar fix */
#admin-toolbar * {
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important; }

/* menus */
ul.menu,
ul.links {
  padding-left: 0;
  margin-left: 0; }
  ul.menu li,
  ul.links li {
    margin: 0;
    padding: 0; }

ul.links {
  margin-bottom: 24px;
  display: inline-block !important; }

/* tabs */
.tabs ul.tabs {
  margin: 0 0 12px 0;
  padding: 0;
  border: none; }
  .tabs ul.tabs.primary li a, .tabs ul.tabs.secondary li a {
    display: inline-block;
    margin: 0;
    border-bottom-color: #ddd !important;
    border-top-color: #ddd !important; }

/* rss */
.feed-icon {
  position: absolute;
  top: 3px;
  right: 8px; }

/* messages */
.messages {
  margin-bottom: 24px;
  padding: 12px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  font-size: 0.85em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .messages > :last-child {
    margin-bottom: 0; }
  .messages.status {
    color: #468847;
    background: #dff0d8;
    border-color: #d6e9c6; }
  .messages.error {
    color: #b94a48;
    background: #f2dede;
    border-color: #eed3d7; }

/* forms */
form .form-text,
form .form-password,
form .form-textarea {
  border: 1px solid #ccc;
  background: #f5f5f5;
  padding: 0.5em;
  width: 100%;
  max-width: 600px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
form .form-submit {
  font-weight: bold; }
form .description {
  color: #999; }
form fieldset {
  padding: 1em;
  border: none;
  /*legend {
     display: none;
   }*/ }

/* glossary views */
.view-glossary .views-row-last {
  margin-bottom: 24px; }
.view-glossary .attachment-before {
  padding: 0.5em;
  background: #f2f2f2;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 24px; }

.sidebar .block-menu .content {
  font-size: 0.85em; }

.student-links,
.sidebar .menu {
  padding: 0 !important;
  list-style: none; }
  .student-links li,
  .sidebar .menu li {
    margin-bottom: 1em; }
  .student-links li,
  .sidebar .menu li {
    padding-left: 2em;
    background: url(../img/leaf.png) 3px 4px no-repeat; }
    .student-links li.leaf, .student-links li.collapsed, .student-links li.expanded,
    .sidebar .menu li.leaf,
    .sidebar .menu li.collapsed,
    .sidebar .menu li.expanded {
      list-style: none !important;
      list-style-type: none !important;
      list-style-image: none !important; }
    .student-links li:last-child,
    .sidebar .menu li:last-child {
      margin-bottom: 0; }
    .student-links li:first-child,
    .sidebar .menu li:first-child {
      padding-top: 0; }
    .student-links li.expanded > ul,
    .sidebar .menu li.expanded > ul {
      margin-top: 1em; }
    .student-links li.active-trail,
    .sidebar .menu li.active-trail {
      background: url(../img/leaf-active.png) 3px 4px no-repeat; }
    .student-links li.collapsed,
    .sidebar .menu li.collapsed {
      background: url(../img/collapsed.png) 3px 4px no-repeat; }
      .student-links li.collapsed.active-trail,
      .sidebar .menu li.collapsed.active-trail {
        background: url(../img/collapsed-active.png) 3px 4px no-repeat; }
    .student-links li.expanded,
    .sidebar .menu li.expanded {
      background: url(../img/expanded.png) 3px 4px no-repeat; }
      .student-links li.expanded.active-trail,
      .sidebar .menu li.expanded.active-trail {
        background: url(../img/expanded-active.png) 3px 4px no-repeat; }

.sidebar .item-list ul {
  padding: 0 !important; }
  .sidebar .item-list ul li {
    margin-bottom: 1em; }
  .sidebar .item-list ul li {
    list-style: none;
    margin-left: 0; }

.eku-social-twitter-link,
.eku-social-facebook-link,
.eku-social-youtube-link,
.eku-social-flickr-link,
.eku-social-instagram-link,
.eku-social-rss-link {
  background: none !important;
  padding-left: 0 !important; }

.eku-social-twitter-link a {
  padding-left: 2em;
  background: url(../img/twitter-menu.png) top left no-repeat; }

.eku-social-facebook-link a {
  padding-left: 2em;
  background: url(../img/facebook-menu.png) top left no-repeat; }

.eku-social-youtube-link a {
  padding-left: 2em;
  background: url(../img/youtube-menu.png) top left no-repeat; }

.eku-social-flickr-link a {
  padding-left: 2em;
  background: url(../img/flickr-menu.png) top left no-repeat; }

.eku-social-instagram-link a {
  padding-left: 2em;
  background: url(../img/instagram-menu.png) top left no-repeat; }

.eku-social-rss-link a {
  padding-left: 2em;
  background: url(../img/rss-menu.png) top left no-repeat; }

.feed-icon {
  display: none !important; }

.block {
  margin-bottom: 24px;
  position: relative;
  clear: both; }
  .block .view-footer {
    text-align: right;
    font-size: 0.85em; }

.sidebar .block h2 {
  padding-bottom: 12px;
  border-bottom: 1px solid #ddd; }

/* block buttons - gradschool & finaid */
div.block-button {
  background: url(http://www.eku.edu/sites/all/themes/eku3/img/bg-noise.jpg) left top repeat-x;
  -moz-box-shadow: 0 0 4px #ccc;
  -webkit-box-shadow: 0 0 4px #ccc;
  box-shadow: 0 0 4px #ccc;
  border: 1px solid #bcbcbc;
  padding: 8px 10px 10px 10px;
  margin: 0px;
  clear: both;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  div.block-button a {
    clear: both;
    width: inherit;
    text-decoration: none; }
  div.block-button hr {
    clear: both;
    width: 100%;
    text-decoration: none;
    margin: 5px;
    margin-left: 0px;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 0px; }
  div.block-button .top-text {
    clear: both;
    font-weight: normal;
    color: #5e213b;
    text-shadow: white 0px 1px 0px;
    font-size: 1.2em;
    line-height: 1.1em; }
  div.block-button .bottom-text {
    clear: both;
    font-style: italic;
    font-size: .9em;
    line-height: 16px;
    color: #000;
    text-shadow: white 0px 1px 0px;
    margin-top: 2px; }

div.block-button:hover {
  box-shadow: inset 0 0px 10px white; }

/* add block form code from finish */
div.block-webform {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 2px 6px #bbb;
  background: #f2f2f2; }
  div.block-webform h2 {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    font-family: "Bebas";
    margin: 0;
    padding: 0.3em 12px 0.15em 12px;
    line-height: 1;
    font-size: 1.5em;
    color: #5e213b;
    background: #ddd;
    border-bottom: 1px solid #ccc; }
  div.block-webform div.content {
    font-size: 0.8em;
    padding: 12px; }
    div.block-webform div.content div.webform-component input[type="text"],
    div.block-webform div.content div.webform-component input[type="email"],
    div.block-webform div.content div.webform-component input:not([type]),
    div.block-webform div.content div.webform-component textarea {
      height: 2em;
      padding: .5em;
      border: none;
      width: 100%;
      margin: 0 auto .75em;
      display: block;
      background: #fff;
      box-shadow: 0px 1px 1px rgba(100, 100, 100, 0.2), 0px 1px 2px rgba(170, 170, 170, 0.87) inset; }
    div.block-webform div.content div.webform-component select {
      width: 100%; }
    div.block-webform div.content div.webform-component select.year {
      max-width: 25%; }
    div.block-webform div.content div.webform-component select.month {
      max-width: 25%; }
    div.block-webform div.content div.webform-component select.day {
      max-width: 25%; }
    div.block-webform div.content #webform-component-validation {
      display: none; }
    div.block-webform div.content p {
      margin-bottom: 12px; }

/*EKUONline Like Apply Now Block */
#apply-now-block {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: 0 2px 6px #bbb;
  background: #f2f2f2;
  /* homepage horz menu side block addition */ }
  #apply-now-block h2 {
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    font-family: "Bebas";
    margin: 0;
    padding: 0.3em 12px 0.15em 12px;
    line-height: 1;
    font-size: 1.75em;
    color: #5e213b;
    background: #ddd;
    border-bottom: 1px solid #ccc; }
  #apply-now-block p {
    margin-bottom: 12px; }
  #apply-now-block ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #apply-now-block ul li:before {
      color: #bbb; }
    #apply-now-block ul a {
      border-bottom: 1px dotted #ccc; }
  #apply-now-block .content {
    font-size: 0.8em;
    padding: 12px; }
  #apply-now-block .glyph {
    position: absolute;
    font-size: 7em;
    color: #ddd;
    text-shadow: 0 1px 4px #999; }
  #apply-now-block .glyph {
    right: 0; }
  #apply-now-block ul li.leaf {
    display: inline-block;
    width: 45%;
    list-style: none; }
    #apply-now-block ul li.leaf a {
      border-bottom: none; }

.videowrapper {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.videowrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%; }

@font-face {
  font-family: 'Bebas';
  src: url("font/BebasNeue-webfont.eot");
  src: url("font/BebasNeue-webfont.eot?#iefix") format("embedded-opentype"), url("font/BebasNeue-webfont.woff") format("woff"), url("font/BebasNeue-webfont.ttf") format("truetype"), url("font/BebasNeue-webfont.svg#BebasNeueRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "Source Sans Pro", "Helvetica Neue", "Arial", sans-serif;
  color: #333;
  background: url(../img/noise.png) #f5f5f5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

a {
  text-decoration: none;
  color: #5e213b; }

u {
  text-decoration: underline; }

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  width: 100%;
  width: auto;
  /* changed 8/25/2015 width: auto; */
  height: auto; }

img[width],
img[height] {
  max-width: 100%; }

hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #ddd; }

.main-column form {
  margin-bottom: 24px; }

a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

.h1 {
  font-size: 2em;
  margin: .67em 0;
  font-weight: bold; }

.h2 {
  font-size: 1.5em;
  margin: .75em 0;
  font-weight: bold; }

.h3 {
  font-size: 1.17em;
  margin: .83em 0;
  font-weight: bold; }

.h4 {
  margin: 1.12em 0; }

.h5 {
  font-size: .83em;
  margin: 1.5em 0; }

.h6 {
  font-size: .75em;
  margin: 1.67em 0; }

.button_caption {
  text-align: center;
  font-size: smaller;
  margin-top: -8px; }

.ir {
  display: inline-block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0; }

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }

.btn, ul.links a, .tabs ul.tabs.primary li a, .tabs ul.tabs.secondary li a, form .form-submit, .popular-link, #eku-webform-dialog .block-webform .form-submit, #eku-webform-dialog-open-mobile {
  padding: 6px 12px;
  font-weight: bold;
  font-size: 0.75em;
  text-shadow: 0 1px 0 #f5f5f5;
  color: #333;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(whitesmoke), to(#cccccc));
  background-image: -webkit-linear-gradient(top, whitesmoke, #cccccc);
  background-image: -moz-linear-gradient(top, whitesmoke, #cccccc);
  background-image: -o-linear-gradient(top, whitesmoke, #cccccc);
  background-image: -ms-linear-gradient(top, whitesmoke, #cccccc);
  background-image: linear-gradient(top, whitesmoke, #cccccc);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#f5f5f5', EndColorStr='#cccccc'); }
  .btn:hover, ul.links a:hover, .tabs ul.tabs.primary li a:hover, .tabs ul.tabs.secondary li a:hover, form .form-submit:hover, .popular-link:hover, #eku-webform-dialog .block-webform .form-submit:hover, #eku-webform-dialog-open-mobile:hover {
    background-color: #dddddd;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#cccccc));
    background-image: -webkit-linear-gradient(top, #dddddd, #cccccc);
    background-image: -moz-linear-gradient(top, #dddddd, #cccccc);
    background-image: -o-linear-gradient(top, #dddddd, #cccccc);
    background-image: -ms-linear-gradient(top, #dddddd, #cccccc);
    background-image: linear-gradient(top, #dddddd, #cccccc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#dddddd', EndColorStr='#cccccc'); }
  .btn:active, ul.links a:active, .tabs ul.tabs.primary li a:active, .tabs ul.tabs.secondary li a:active, form .form-submit:active, .popular-link:active, #eku-webform-dialog .block-webform .form-submit:active, #eku-webform-dialog-open-mobile:active {
    background: #cccccc;
    box-shadow: inset 0 0 6px #999; }
  .btn[class^="icon-"], ul.links a[class^="icon-"], .tabs ul.tabs.primary li a[class^="icon-"], .tabs ul.tabs.secondary li a[class^="icon-"], form [class^="icon-"].form-submit, [class^="icon-"].popular-link, #eku-webform-dialog .block-webform [class^="icon-"].form-submit, [class^="icon-"]#eku-webform-dialog-open-mobile, .btn[class*=" icon-"], ul.links a[class*=" icon-"], .tabs ul.tabs.primary li a[class*=" icon-"], .tabs ul.tabs.secondary li a[class*=" icon-"], form [class*=" icon-"].form-submit, [class*=" icon-"].popular-link, #eku-webform-dialog .block-webform [class*=" icon-"].form-submit, [class*=" icon-"]#eku-webform-dialog-open-mobile {
    padding-left: 6px; }

.btn-maroon, ul.links a, form .form-submit, .popular-link, #eku-webform-dialog .block-webform .form-submit, #eku-webform-dialog-open-mobile {
  text-shadow: 0 1px 0 #000;
  color: #fff !important;
  border: 1px solid #320d1d;
  background-color: #5e213b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e213b), to(#320d1d));
  background-image: -webkit-linear-gradient(top, #5e213b, #320d1d);
  background-image: -moz-linear-gradient(top, #5e213b, #320d1d);
  background-image: -o-linear-gradient(top, #5e213b, #320d1d);
  background-image: -ms-linear-gradient(top, #5e213b, #320d1d);
  background-image: linear-gradient(top, #5e213b, #320d1d);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5e213b', EndColorStr='#320d1d'); }
  .btn-maroon:hover, ul.links a:hover, form .form-submit:hover, .popular-link:hover, #eku-webform-dialog .block-webform .form-submit:hover, #eku-webform-dialog-open-mobile:hover {
    background-color: #4f1a30;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4f1a30), to(#320d1d));
    background-image: -webkit-linear-gradient(top, #4f1a30, #320d1d);
    background-image: -moz-linear-gradient(top, #4f1a30, #320d1d);
    background-image: -o-linear-gradient(top, #4f1a30, #320d1d);
    background-image: -ms-linear-gradient(top, #4f1a30, #320d1d);
    background-image: linear-gradient(top, #4f1a30, #320d1d);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#4f1a30', EndColorStr='#320d1d'); }
  .btn-maroon:active, ul.links a:active, form .form-submit:active, .popular-link:active, #eku-webform-dialog .block-webform .form-submit:active, #eku-webform-dialog-open-mobile:active {
    background: #4f1a30;
    box-shadow: inset 0 0 12px #000; }

.wrapper {
  max-width: 600px;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 12px;
  padding-right: 12px; }
  @media screen and (min-width: 650px) {
    .wrapper {
      padding-left: 24px;
      padding-right: 24px; } }
  @media screen and (min-width: 1000px) {
    .wrapper {
      max-width: 1232px; } }

.grid__item {
  float: left; }

.page {
  position: relative;
  padding-top: 24px;
  background: #fff;
  max-width: 1280px;
  margin: 0 auto 24px auto;
  -moz-box-shadow: 0px 0px 12px #ccc;
  -webkit-box-shadow: 0px 0px 12px #ccc;
  box-shadow: 0px 0px 12px #ccc;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }
  @media screen and (max-width: 999px) {
    .page {
      margin-bottom: 3.75em; } }

@media screen and (min-width: 1000px) {
  .main-column {
    padding-right: 48px; } }

.one-sidebar .main-column {
  padding-right: 0; }

#block-menu-primary-links,
#block-menu-secondary-links {
  display: none; }
  @media screen and (min-width: 1000px) {
    #block-menu-primary-links,
    #block-menu-secondary-links {
      display: block; } }

@media screen and (max-width: 999px) {
  .sidebar,
  .main-column {
    width: 100% !important;
    float: none; } }
a.skip-main {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999; }

a.skip-main:focus, a.skip-main:active {
  color: #fff;
  background-color: #000;
  left: auto;
  top: auto;
  width: 30%;
  height: auto;
  overflow: auto;
  margin: 10px 35%;
  padding: 5px;
  border-radius: 15px;
  border: 4px solid yellow;
  text-align: center;
  font-size: 1.2em;
  z-index: 999; }

.header {
  position: relative;
  z-index: 100;
  padding: 1em 0 0.75em 0;
  background-color: #5e213b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5e213b), to(#3e1325));
  background-image: -webkit-linear-gradient(top, #5e213b, #3e1325);
  background-image: -moz-linear-gradient(top, #5e213b, #3e1325);
  background-image: -o-linear-gradient(top, #5e213b, #3e1325);
  background-image: -ms-linear-gradient(top, #5e213b, #3e1325);
  background-image: linear-gradient(top, #5e213b, #3e1325);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#5e213b', EndColorStr='#3e1325');
  -moz-box-shadow: 0px 0px 12px #ccc;
  -webkit-box-shadow: 0px 0px 12px #ccc;
  box-shadow: 0px 0px 12px #ccc;
  color: #fff; }
  .header a {
    color: #fff; }

.logo {
  float: left;
  width: 94px;
  height: 30px;
  margin-right: 1em;
  background: url(../img/new-logo-white-small2.png);
  background-size: cover; }

.eku {
  display: none; }
  @media screen and (min-width: 1000px) {
    .eku {
      font-size: .75em;
      line-height: 1;
      display: block;
      text-transform: uppercase;
      color: #fff; } }

.site-name {
  line-height: 1;
  font-size: 1.25em;
  position: relative;
  top: 6px; }
  @media screen and (min-width: 1000px) {
    .site-name {
      top: 2px; } }

.mobile-menu {
  list-style: none;
  margin: 0;
  text-align: right;
  font-size: 0.75em; }
  @media screen and (min-width: 1000px) {
    .mobile-menu {
      display: none; } }

.horizontal-menu {
  font-size: 0.85em;
  background: #ddd;
  border-bottom: 1px solid #ccc;
  padding-top: 0.25em;
  padding-bottom: 0.25em; }
  .horizontal-menu .menu {
    margin: 0;
    padding: 0; }
    .horizontal-menu .menu li {
      display: inline;
      list-style: none;
      list-style-image: none;
      margin-right: 1em; }
  .horizontal-menu .block {
    margin: 0; }

.mobile-nav {
  display: none; }
  @media screen and (max-width: 999px) {
    .mobile-nav {
      display: block;
      margin-bottom: 12px; }
      .mobile-nav select {
        width: 100%; } }

.eku-search {
  display: none; }
  @media screen and (min-width: 1000px) {
    .eku-search {
      font-size: 0.8em;
      display: block;
      position: relative; }
      .eku-search .search-radios {
        position: absolute;
        top: 0.2em;
        left: -18em;
        list-style: none;
        margin: 0;
        padding: 0; }
        .eku-search .search-radios li {
          margin-right: 1em;
          float: left; }
          .eku-search .search-radios li:first-child {
            padding-top: 0.2em; }
        .eku-search .search-radios label {
          cursor: pointer; }
          .eku-search .search-radios label a {
            border-bottom: 1px dotted rgba(255, 255, 255, 0.4); }
        .eku-search .search-radios input[type="radio"] {
          display: none; }
        .eku-search .search-radios input[type="radio"] + label span {
          margin-right: .5em;
          display: inline-block;
          position: relative;
          top: .4em;
          width: 18px;
          height: 18px;
          background: url(../img/search-radio-bg.png) top left no-repeat;
          background-size: cover; }
        .eku-search .search-radios input[type="radio"]:checked + label span {
          background: url(../img/search-radio-bg.png) top right no-repeat;
          background-size: cover; }
      .eku-search .search-query {
        clear: both;
        font-family: inherit;
        color: #fff;
        padding: .65em .75em;
        width: 100%;
        background: #381223;
        border: none;
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5), 0 1px 0 #6E384F;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px; }
      .eku-search .search-query:focus {
        outline: none !important;
        border: 1px solid white;
        box-shadow: 0 0 10px #fff; }
      .eku-search .search-submit {
        position: absolute;
        bottom: 8px;
        right: 8px;
        border: none;
        background: url(../img/search-submit-bg.png) top right no-repeat;
        width: 18px;
        height: 18px;
        background-size: 18px 18px;
        text-indent: 24px;
        overflow: hidden;
        color: #fff; }
      .eku-search ::-webkit-input-placeholder {
        color: #fff; }
      .eku-search :-moz-placeholder {
        color: #fff; } }

.main-column a {
  text-decoration: underline; }

.page-header {
  margin-bottom: 24px !important;
  position: relative;
  max-width: 1200px; }
  .page-header ul {
    overflow: hidden;
    list-style: none;
    margin-left: 0;
    margin-bottom: 24px; }
  .page-header .page-header-caption {
    font-size: 0.85em;
    width: 100%;
    padding: 12px;
    background: url(../img/trans-black.png);
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff; }

.node-image,
.teaser-node-image {
  float: right;
  margin-left: 24px;
  margin-bottom: 24px;
  max-width: 45%; }

.teaser-node-image {
  max-width: 30%; }

.field-type-emvideo {
  margin-bottom: 24px;
  max-width: 556px; }

.field-field-page-embedded-video {
  clear: both; }

.node-publish-info {
  color: #666;
  font-size: 0.85em; }

.share-this-article {
  margin-left: 0; }
  .share-this-article li {
    display: inline;
    margin-right: 0.5em; }
  .share-this-article a {
    width: 32px;
    height: 32px; }
  .share-this-article .share-on-facebook {
    background: url(../img/facebook-share.png); }
  .share-this-article .share-on-twitter {
    background: url(../img/twitter-share.png); }

.teaser {
  padding-top: 24px;
  border-top: 1px solid #ddd; }

/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  /*background: #fff; border: 4px solid #fff;*/
  position: relative;
  /*-webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;*/
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative; }

/* Caption style */
/* IE rgba() hack */
.flex-caption {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000,endColorstr=#4C000000);
  zoom: 1; }

.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px; }

/* Direction Nav */
.flex-direction-nav {
  height: 0; }

.flex-direction-nav li a {
  width: 52px;
  height: 52px;
  margin: -26px 0 0;
  display: block;
  background: url(../img/bg_direction_nav.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -999em; }

.flex-direction-nav li .next {
  background-position: -52px 0;
  right: 0; }

.flex-direction-nav li .prev {
  left: 0; }

.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-nav li:first-child {
  margin: 0; }

.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: url(../img/bg_control_nav.png) no-repeat;
  cursor: pointer;
  text-indent: -999em; }

.flex-control-nav li a:hover {
  background-position: 0 -13px; }

.flex-control-nav li a.active {
  background-position: 0 -26px;
  cursor: default; }

/* overrides  */
.flex-control-nav li a {
  background-size: cover;
  text-indent: 100px;
  overflow: hidden; }

/* table cell vertical top alignment */
.main-column .content table td {
  vertical-align: text-top; }

/* Student Guidebook Layout */
#handbook_tiles1 {
  padding: 5px;
  width: 960px;
  margin: 20px auto; }

#handbook_tiles2 {
  padding: 5px;
  width: 960px;
  margin: 20px auto; }

.left {
  width: 250px;
  float: left;
  padding: 5px 15px; }

.left > header {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 10px;
  background: inherit;
  background-attachment: fixed;
  overflow: hidden; }

.left > header::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 200%;
  height: 200%;
  background: inherit;
  background-attachment: fixed;
  -webkit-filter: blur(4px);
  filter: blur(4px); }

.left > header::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); }

.left > header > h1 {
  margin: 0;
  color: white;
  position: relative;
  z-index: 1; }

* {
  box-sizing: border-box; }

.middle {
  width: 294px;
  /* Account for margins + border values */
  float: left;
  padding: 5px 15px;
  margin: 0px 5px 5px 5px; }

.right {
  width: 250px;
  padding: 5px 15px;
  float: left; }

.node .content a:hover {
  text-decoration: underline; }

.eku-contact-information {
  color: #000;
  font-size: 0.85em;
  background: #f2f2f2;
  list-style: none;
  margin: 0;
  padding: 12px !important;
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px; }
  .eku-contact-information strong {
    font-size: 1.25em;
    font-weight: normal; }
  .eku-contact-information .eku-contact-name {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dotted #999; }

.popular-link {
  margin-bottom: 24px;
  position: absolute;
  bottom: -5.75em;
  left: 24px;
  cursor: pointer; }
  @media screen and (max-width: 999px) {
    .popular-link {
      width: 90%;
      left: 5%; } }

.big-margin-bottom {
  margin-bottom: 3.75em !important; }

.js .popular-links {
  display: none; }

.popular-links {
  background: url(../img/noise.png) #444;
  margin-bottom: 24px;
  padding-top: 1.5em;
  color: #eee;
  box-shadow: inset 0 0 16px #000;
  text-shadow: 1px 1px 2px #333; }
  .popular-links h2 {
    padding: 0;
    border: none; }
  .popular-links ul {
    margin-left: 0;
    font-size: 0.85em; }
    .popular-links ul li {
      list-style-image: none;
      list-style: none; }
  .popular-links a {
    color: #eee; }
  @media screen and (max-width: 799px) {
    .popular-links .grid__item {
      float: none;
      width: 100%;
      text-align: center; }
    .popular-links ul.menu {
      text-align: center; } }

.copyright {
  clear: both;
  color: #999;
  font-size: 0.75em;
  text-align: center; }

@media screen and (min-width: 1140px) {
  .about-menu {
    background: url(../img/about-bg.png) top right no-repeat; }

  .toolbox-menu {
    background: url(../img/toolbox-bg.png) top right no-repeat; }

  .resources-menu {
    background: url(../img/resources-bg.png) top right no-repeat; }

  .pr-menu {
    background: url(../img/pr-bg.png) top right no-repeat; }

  .about-menu,
  .toolbox-menu,
  .resources-menu,
  .pr-menu {
    min-height: 200px;
    background-size: 200px 250px; } }
.footer-logo {
  display: block;
  margin: 1em auto;
  width: 94px;
  height: 30px;
  background: url(../img/new-logo-maroon2.png);
  background-size: 100%; }

@font-face {
  font-family: 'fontello';
  src: url("font/fontello.eot?31946923");
  src: url("font/fontello.eot?31946923#iefix") format("embedded-opentype"), url("font/fontello.woff?31946923") format("woff"), url("font/fontello.ttf?31946923") format("truetype"), url("font/fontello.svg?31946923#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?10217980#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-plus:before {
  content: '\2b'; }

/* '+' */
.icon-minus:before {
  content: '\2d'; }

/* '-' */
.icon-info:before {
  content: '\2139'; }

/* 'Γä╣' */
.icon-left-thin:before {
  content: '\2190'; }

/* 'ΓåÉ' */
.icon-up-thin:before {
  content: '\2191'; }

/* 'Γåæ' */
.icon-right-thin:before {
  content: '\2192'; }

/* 'ΓåÆ' */
.icon-down-thin:before {
  content: '\2193'; }

/* 'Γåô' */
.icon-level-up:before {
  content: '\21b0'; }

/* 'Γå░' */
.icon-level-down:before {
  content: '\21b3'; }

/* 'Γå│' */
.icon-switch:before {
  content: '\21c6'; }

/* 'Γçå' */
.icon-infinity:before {
  content: '\221e'; }

/* 'Γê₧' */
.icon-plus-squared:before {
  content: '\229e'; }

/* 'Γè₧' */
.icon-minus-squared:before {
  content: '\229f'; }

/* 'Γèƒ' */
.icon-home:before {
  content: '\2302'; }

/* 'Γîé' */
.icon-keyboard:before {
  content: '\2328'; }

/* 'Γî¿' */
.icon-erase:before {
  content: '\232b'; }

/* 'Γî½' */
.icon-pause:before {
  content: '\2389'; }

/* 'ΓÄë' */
.icon-fast-forward:before {
  content: '\23e9'; }

/* 'ΓÅ⌐' */
.icon-fast-backward:before {
  content: '\23ea'; }

/* 'ΓÅ¬' */
.icon-to-end:before {
  content: '\23ed'; }

/* 'ΓÅ¡' */
.icon-to-start:before {
  content: '\23ee'; }

/* 'ΓÅ«' */
.icon-hourglass:before {
  content: '\23f3'; }

/* 'ΓÅ│' */
.icon-stop:before {
  content: '\25a0'; }

/* 'Γûá' */
.icon-up-dir:before {
  content: '\25b4'; }

/* 'Γû┤' */
.icon-play:before {
  content: '\25b6'; }

/* 'Γû╢' */
.icon-right-dir:before {
  content: '\25b8'; }

/* 'Γû╕' */
.icon-down-dir:before {
  content: '\25be'; }

/* 'Γû╛' */
.icon-left-dir:before {
  content: '\25c2'; }

/* 'Γùé' */
.icon-adjust:before {
  content: '\25d1'; }

/* 'Γùæ' */
.icon-cloud:before {
  content: '\2601'; }

/* 'Γÿü' */
.icon-star:before {
  content: '\2605'; }

/* 'Γÿà' */
.icon-star-empty:before {
  content: '\2606'; }

/* 'Γÿå' */
.icon-cup:before {
  content: '\2615'; }

/* 'Γÿò' */
.icon-menu:before {
  content: '\2630'; }

/* 'Γÿ░' */
.icon-moon:before {
  content: '\263d'; }

/* 'Γÿ╜' */
.icon-heart-empty:before {
  content: '\2661'; }

/* 'ΓÖí' */
.icon-heart:before {
  content: '\2665'; }

/* 'ΓÖÑ' */
.icon-note:before {
  content: '\266a'; }

/* 'ΓÖ¬' */
.icon-note-beamed:before {
  content: '\266b'; }

/* 'ΓÖ½' */
.icon-layout:before {
  content: '\268f'; }

/* 'ΓÜÅ' */
.icon-flag:before {
  content: '\2691'; }

/* 'ΓÜæ' */
.icon-tools:before {
  content: '\2692'; }

/* 'ΓÜÆ' */
.icon-cog:before {
  content: '\2699'; }

/* 'ΓÜÖ' */
.icon-attention:before {
  content: '\26a0'; }

/* 'ΓÜá' */
.icon-flash:before {
  content: '\26a1'; }

/* 'ΓÜí' */
.icon-record:before {
  content: '\26ab'; }

/* 'ΓÜ½' */
.icon-cloud-thunder:before {
  content: '\26c8'; }

/* 'Γ¢ê' */
.icon-tape:before {
  content: '\2707'; }

/* 'Γ£ç' */
.icon-flight:before {
  content: '\2708'; }

/* 'Γ£ê' */
.icon-mail:before {
  content: '\2709'; }

/* 'Γ£ë' */
.icon-pencil:before {
  content: '\270e'; }

/* 'Γ£Ä' */
.icon-feather:before {
  content: '\2712'; }

/* 'Γ£Æ' */
.icon-check:before {
  content: '\2713'; }

/* 'Γ£ô' */
.icon-cancel:before {
  content: '\2715'; }

/* 'Γ£ò' */
.icon-cancel-circled:before {
  content: '\2716'; }

/* 'Γ£û' */
.icon-cancel-squared:before {
  content: '\274e'; }

/* 'Γ¥Ä' */
.icon-help:before {
  content: '\2753'; }

/* 'Γ¥ô' */
.icon-quote:before {
  content: '\275e'; }

/* 'Γ¥₧' */
.icon-plus-circled:before {
  content: '\2795'; }

/* 'Γ₧ò' */
.icon-minus-circled:before {
  content: '\2796'; }

/* 'Γ₧û' */
.icon-right:before {
  content: '\27a1'; }

/* 'Γ₧í' */
.icon-direction:before {
  content: '\27a2'; }

/* 'Γ₧ó' */
.icon-forward:before {
  content: '\27a6'; }

/* 'Γ₧ª' */
.icon-ccw:before {
  content: '\27f2'; }

/* 'Γƒ▓' */
.icon-cw:before {
  content: '\27f3'; }

/* 'Γƒ│' */
.icon-left:before {
  content: '\2b05'; }

/* 'Γ¼à' */
.icon-up:before {
  content: '\2b06'; }

/* 'Γ¼å' */
.icon-down:before {
  content: '\2b07'; }

/* 'Γ¼ç' */
.icon-list-add:before {
  content: '\e003'; }

/* 'εÇâ' */
.icon-list:before {
  content: '\e005'; }

/* 'εÇà' */
.icon-left-bold:before {
  content: '\e4ad'; }

/* 'εÆ¡' */
.icon-right-bold:before {
  content: '\e4ae'; }

/* 'εÆ«' */
.icon-up-bold:before {
  content: '\e4af'; }

/* 'εÆ»' */
.icon-down-bold:before {
  content: '\e4b0'; }

/* 'εÆ░' */
.icon-user-add:before {
  content: '\e700'; }

/* 'ε£Ç' */
.icon-help-circled:before {
  content: '\e704'; }

/* 'ε£ä' */
.icon-info-circled:before {
  content: '\e705'; }

/* 'ε£à' */
.icon-eye:before {
  content: '\e70a'; }

/* 'ε£è' */
.icon-tag:before {
  content: '\e70c'; }

/* 'ε£î' */
.icon-upload-cloud:before {
  content: '\e711'; }

/* 'ε£æ' */
.icon-reply:before {
  content: '\e712'; }

/* 'ε£Æ' */
.icon-reply-all:before {
  content: '\e713'; }

/* 'ε£ô' */
.icon-code:before {
  content: '\e714'; }

/* 'ε£ö' */
.icon-export:before {
  content: '\e715'; }

/* 'ε£ò' */
.icon-print:before {
  content: '\e716'; }

/* 'ε£û' */
.icon-retweet:before {
  content: '\e717'; }

/* 'ε£ù' */
.icon-comment:before {
  content: '\e718'; }

/* 'ε£ÿ' */
.icon-chat:before {
  content: '\e720'; }

/* 'ε£á' */
.icon-vcard:before {
  content: '\e722'; }

/* 'ε£ó' */
.icon-address:before {
  content: '\e723'; }

/* 'ε£ú' */
.icon-location:before {
  content: '\e724'; }

/* 'ε£ñ' */
.icon-map:before {
  content: '\e727'; }

/* 'ε£º' */
.icon-compass:before {
  content: '\e728'; }

/* 'ε£¿' */
.icon-trash:before {
  content: '\e729'; }

/* 'ε£⌐' */
.icon-doc:before {
  content: '\e730'; }

/* 'ε£░' */
.icon-doc-text-inv:before {
  content: '\e731'; }

/* 'ε£▒' */
.icon-docs:before {
  content: '\e736'; }

/* 'ε£╢' */
.icon-doc-landscape:before {
  content: '\e737'; }

/* 'ε£╖' */
.icon-archive:before {
  content: '\e738'; }

/* 'ε£╕' */
.icon-rss:before {
  content: '\e73a'; }

/* 'ε£║' */
.icon-share:before {
  content: '\e73c'; }

/* 'ε£╝' */
.icon-basket:before {
  content: '\e73d'; }

/* 'ε£╜' */
.icon-shareable:before {
  content: '\e73e'; }

/* 'ε£╛' */
.icon-login:before {
  content: '\e740'; }

/* 'ε¥Ç' */
.icon-logout:before {
  content: '\e741'; }

/* 'ε¥ü' */
.icon-volume:before {
  content: '\e742'; }

/* 'ε¥é' */
.icon-resize-full:before {
  content: '\e744'; }

/* 'ε¥ä' */
.icon-resize-small:before {
  content: '\e746'; }

/* 'ε¥å' */
.icon-popup:before {
  content: '\e74c'; }

/* 'ε¥î' */
.icon-publish:before {
  content: '\e74d'; }

/* 'ε¥ì' */
.icon-window:before {
  content: '\e74e'; }

/* 'ε¥Ä' */
.icon-arrow-combo:before {
  content: '\e74f'; }

/* 'ε¥Å' */
.icon-chart-pie:before {
  content: '\e751'; }

/* 'ε¥æ' */
.icon-language:before {
  content: '\e752'; }

/* 'ε¥Æ' */
.icon-air:before {
  content: '\e753'; }

/* 'ε¥ô' */
.icon-database:before {
  content: '\e754'; }

/* 'ε¥ö' */
.icon-drive:before {
  content: '\e755'; }

/* 'ε¥ò' */
.icon-bucket:before {
  content: '\e756'; }

/* 'ε¥û' */
.icon-thermometer:before {
  content: '\e757'; }

/* 'ε¥ù' */
.icon-down-circled:before {
  content: '\e758'; }

/* 'ε¥ÿ' */
.icon-left-circled:before {
  content: '\e759'; }

/* 'ε¥Ö' */
.icon-right-circled:before {
  content: '\e75a'; }

/* 'ε¥Ü' */
.icon-up-circled:before {
  content: '\e75b'; }

/* 'ε¥¢' */
.icon-down-open:before {
  content: '\e75c'; }

/* 'ε¥£' */
.icon-left-open:before {
  content: '\e75d'; }

/* 'ε¥¥' */
.icon-right-open:before {
  content: '\e75e'; }

/* 'ε¥₧' */
.icon-up-open:before {
  content: '\e75f'; }

/* 'ε¥ƒ' */
.icon-down-open-mini:before {
  content: '\e760'; }

/* 'ε¥á' */
.icon-left-open-mini:before {
  content: '\e761'; }

/* 'ε¥í' */
.icon-right-open-mini:before {
  content: '\e762'; }

/* 'ε¥ó' */
.icon-up-open-mini:before {
  content: '\e763'; }

/* 'ε¥ú' */
.icon-down-open-big:before {
  content: '\e764'; }

/* 'ε¥ñ' */
.icon-left-open-big:before {
  content: '\e765'; }

/* 'ε¥Ñ' */
.icon-right-open-big:before {
  content: '\e766'; }

/* 'ε¥ª' */
.icon-up-open-big:before {
  content: '\e767'; }

/* 'ε¥º' */
.icon-progress-0:before {
  content: '\e768'; }

/* 'ε¥¿' */
.icon-progress-1:before {
  content: '\e769'; }

/* 'ε¥⌐' */
.icon-progress-2:before {
  content: '\e76a'; }

/* 'ε¥¬' */
.icon-progress-3:before {
  content: '\e76b'; }

/* 'ε¥½' */
.icon-back-in-time:before {
  content: '\e771'; }

/* 'ε¥▒' */
.icon-network:before {
  content: '\e776'; }

/* 'ε¥╢' */
.icon-inbox:before {
  content: '\e777'; }

/* 'ε¥╖' */
.icon-install:before {
  content: '\e778'; }

/* 'ε¥╕' */
.icon-lifebuoy:before {
  content: '\e788'; }

/* 'ε₧ê' */
.icon-mouse:before {
  content: '\e789'; }

/* 'ε₧ë' */
.icon-dot:before {
  content: '\e78b'; }

/* 'ε₧ï' */
.icon-dot-2:before {
  content: '\e78c'; }

/* 'ε₧î' */
.icon-dot-3:before {
  content: '\e78d'; }

/* 'ε₧ì' */
.icon-suitcase:before {
  content: '\e78e'; }

/* 'ε₧Ä' */
.icon-flow-cascade:before {
  content: '\e790'; }

/* 'ε₧É' */
.icon-flow-branch:before {
  content: '\e791'; }

/* 'ε₧æ' */
.icon-flow-tree:before {
  content: '\e792'; }

/* 'ε₧Æ' */
.icon-flow-line:before {
  content: '\e793'; }

/* 'ε₧ô' */
.icon-flow-parallel:before {
  content: '\e794'; }

/* 'ε₧ö' */
.icon-brush:before {
  content: '\e79a'; }

/* 'ε₧Ü' */
.icon-paper-plane:before {
  content: '\e79b'; }

/* 'ε₧¢' */
.icon-magnet:before {
  content: '\e7a1'; }

/* 'ε₧í' */
.icon-gauge:before {
  content: '\e7a2'; }

/* 'ε₧ó' */
.icon-traffic-cone:before {
  content: '\e7a3'; }

/* 'ε₧ú' */
.icon-cc:before {
  content: '\e7a5'; }

/* 'ε₧Ñ' */
.icon-cc-by:before {
  content: '\e7a6'; }

/* 'ε₧ª' */
.icon-cc-nc:before {
  content: '\e7a7'; }

/* 'ε₧º' */
.icon-cc-nc-eu:before {
  content: '\e7a8'; }

/* 'ε₧¿' */
.icon-cc-nc-jp:before {
  content: '\e7a9'; }

/* 'ε₧⌐' */
.icon-cc-sa:before {
  content: '\e7aa'; }

/* 'ε₧¬' */
.icon-cc-nd:before {
  content: '\e7ab'; }

/* 'ε₧½' */
.icon-cc-pd:before {
  content: '\e7ac'; }

/* 'ε₧¼' */
.icon-cc-zero:before {
  content: '\e7ad'; }

/* 'ε₧¡' */
.icon-cc-share:before {
  content: '\e7ae'; }

/* 'ε₧«' */
.icon-cc-remix:before {
  content: '\e7af'; }

/* 'ε₧»' */
.icon-dollar:before {
  content: '\e800'; }

/* 'εáÇ' */
.icon-github:before {
  content: '\f300'; }

/* '∩îÇ' */
.icon-github-circled:before {
  content: '\f301'; }

/* '∩îü' */
.icon-flickr:before {
  content: '\f303'; }

/* '∩îâ' */
.icon-flickr-circled:before {
  content: '\f304'; }

/* '∩îä' */
.icon-vimeo:before {
  content: '\f306'; }

/* '∩îå' */
.icon-vimeo-circled:before {
  content: '\f307'; }

/* '∩îç' */
.icon-twitter:before {
  content: '\f309'; }

/* '∩îë' */
.icon-twitter-circled:before {
  content: '\f30a'; }

/* '∩îè' */
.icon-facebook:before {
  content: '\f30c'; }

/* '∩îî' */
.icon-facebook-circled:before {
  content: '\f30d'; }

/* '∩îì' */
.icon-facebook-squared:before {
  content: '\f30e'; }

/* '∩îÄ' */
.icon-gplus:before {
  content: '\f30f'; }

/* '∩îÅ' */
.icon-gplus-circled:before {
  content: '\f310'; }

/* '∩îÉ' */
.icon-pinterest:before {
  content: '\f312'; }

/* '∩îÆ' */
.icon-pinterest-circled:before {
  content: '\f313'; }

/* '∩îô' */
.icon-tumblr:before {
  content: '\f315'; }

/* '∩îò' */
.icon-tumblr-circled:before {
  content: '\f316'; }

/* '∩îû' */
.icon-linkedin:before {
  content: '\f318'; }

/* '∩îÿ' */
.icon-linkedin-circled:before {
  content: '\f319'; }

/* '∩îÖ' */
.icon-dribbble:before {
  content: '\f31b'; }

/* '∩î¢' */
.icon-dribbble-circled:before {
  content: '\f31c'; }

/* '∩î£' */
.icon-stumbleupon:before {
  content: '\f31e'; }

/* '∩î₧' */
.icon-stumbleupon-circled:before {
  content: '\f31f'; }

/* '∩îƒ' */
.icon-lastfm:before {
  content: '\f321'; }

/* '∩îí' */
.icon-lastfm-circled:before {
  content: '\f322'; }

/* '∩îó' */
.icon-rdio:before {
  content: '\f324'; }

/* '∩îñ' */
.icon-rdio-circled:before {
  content: '\f325'; }

/* '∩îÑ' */
.icon-spotify:before {
  content: '\f327'; }

/* '∩îº' */
.icon-spotify-circled:before {
  content: '\f328'; }

/* '∩î¿' */
.icon-qq:before {
  content: '\f32a'; }

/* '∩î¬' */
.icon-instagram:before {
  content: '\f32d'; }

/* '∩î¡' */
.icon-dropbox:before {
  content: '\f330'; }

/* '∩î░' */
.icon-evernote:before {
  content: '\f333'; }

/* '∩î│' */
.icon-flattr:before {
  content: '\f336'; }

/* '∩î╢' */
.icon-skype:before {
  content: '\f339'; }

/* '∩î╣' */
.icon-skype-circled:before {
  content: '\f33a'; }

/* '∩î║' */
.icon-renren:before {
  content: '\f33c'; }

/* '∩î╝' */
.icon-sina-weibo:before {
  content: '\f33f'; }

/* '∩î┐' */
.icon-paypal:before {
  content: '\f342'; }

/* '∩ìé' */
.icon-picasa:before {
  content: '\f345'; }

/* '∩ìà' */
.icon-soundcloud:before {
  content: '\f348'; }

/* '∩ìê' */
.icon-mixi:before {
  content: '\f34b'; }

/* '∩ìï' */
.icon-behance:before {
  content: '\f34e'; }

/* '∩ìÄ' */
.icon-google-circles:before {
  content: '\f351'; }

/* '∩ìæ' */
.icon-vkontakte:before {
  content: '\f354'; }

/* '∩ìö' */
.icon-smashing:before {
  content: '\f357'; }

/* '∩ìù' */
.icon-db-shape:before {
  content: '\f600'; }

/* '∩ÿÇ' */
.icon-sweden:before {
  content: '\f601'; }

/* '∩ÿü' */
.icon-logo-db:before {
  content: '\f603'; }

/* '∩ÿâ' */
.icon-picture:before {
  content: '\f305'; }

/* '∩îà' */
.icon-globe:before {
  content: '\f30'; }

/* 'α╝░' */
.icon-leaf:before {
  content: '\f343'; }

/* '∩ìâ' */
.icon-graduation-cap:before {
  content: '\f393'; }

/* '∩Äô' */
.icon-mic:before {
  content: '\f3a4'; }

/* '∩Äñ' */
.icon-palette:before {
  content: '\f3a8'; }

/* '∩Ä¿' */
.icon-ticket:before {
  content: '\f3ab'; }

/* '∩Ä½' */
.icon-video:before {
  content: '\f3ac'; }

/* '∩Ä¼' */
.icon-target:before {
  content: '\f3af'; }

/* '∩Ä»' */
.icon-music:before {
  content: '\f3b5'; }

/* '∩Ä╡' */
.icon-trophy:before {
  content: '\f3c6'; }

/* '∩Åå' */
.icon-thumbs-up:before {
  content: '\f44d'; }

/* '∩æì' */
.icon-thumbs-down:before {
  content: '\f44e'; }

/* '∩æÄ' */
.icon-bag:before {
  content: '\f45c'; }

/* '∩æ£' */
.icon-user:before {
  content: '\f464'; }

/* '∩æñ' */
.icon-users:before {
  content: '\f465'; }

/* '∩æÑ' */
.icon-lamp:before {
  content: '\f4a1'; }

/* '∩Æí' */
.icon-alert:before {
  content: '\f4a5'; }

/* '∩ÆÑ' */
.icon-water:before {
  content: '\f4a6'; }

/* '∩Æª' */
.icon-droplet:before {
  content: '\f4a7'; }

/* '∩Æº' */
.icon-credit-card:before {
  content: '\f4b3'; }

/* '∩Æ│' */
.icon-monitor:before {
  content: '\f4bb'; }

/* '∩Æ╗' */
.icon-briefcase:before {
  content: '\f4bc'; }

/* '∩Æ╝' */
.icon-floppy:before {
  content: '\f4be'; }

/* '∩Æ╛' */
.icon-cd:before {
  content: '\f4bf'; }

/* '∩Æ┐' */
.icon-folder:before {
  content: '\f4c1'; }

/* '∩ôü' */
.icon-doc-text:before {
  content: '\f4c4'; }

/* '∩ôä' */
.icon-calendar:before {
  content: '\f4c5'; }

/* '∩ôà' */
.icon-chart-line:before {
  content: '\f4c8'; }

/* '∩ôê' */
.icon-chart-bar:before {
  content: '\f4ca'; }

/* '∩ôè' */
.icon-clipboard:before {
  content: '\f4cb'; }

/* '∩ôï' */
.icon-attach:before {
  content: '\f4ce'; }

/* '∩ôÄ' */
.icon-bookmarks:before {
  content: '\f4d1'; }

/* '∩ôæ' */
.icon-book:before {
  content: '\f4d5'; }

/* '∩ôò' */
.icon-book-open:before {
  content: '\f4d6'; }

/* '∩ôû' */
.icon-phone:before {
  content: '\f4de'; }

/* '∩ô₧' */
.icon-megaphone:before {
  content: '\f4e3'; }

/* '∩ôú' */
.icon-upload:before {
  content: '\f4e4'; }

/* '∩ôñ' */
.icon-download:before {
  content: '\f4e5'; }

/* '∩ôÑ' */
.icon-box:before {
  content: '\f4e6'; }

/* '∩ôª' */
.icon-newspaper:before {
  content: '\f4f0'; }

/* '∩ô░' */
.icon-mobile:before {
  content: '\f4f1'; }

/* '∩ô▒' */
.icon-signal:before {
  content: '\f4f6'; }

/* '∩ô╢' */
.icon-camera:before {
  content: '\f4f7'; }

/* '∩ô╖' */
.icon-shuffle:before {
  content: '\f500'; }

/* '∩öÇ' */
.icon-loop:before {
  content: '\f501'; }

/* '∩öü' */
.icon-arrows-ccw:before {
  content: '\f504'; }

/* '∩öä' */
.icon-light-down:before {
  content: '\f505'; }

/* '∩öà' */
.icon-light-up:before {
  content: '\f506'; }

/* '∩öå' */
.icon-mute:before {
  content: '\f507'; }

/* '∩öç' */
.icon-sound:before {
  content: '\f50a'; }

/* '∩öè' */
.icon-battery:before {
  content: '\f50b'; }

/* '∩öï' */
.icon-search:before {
  content: '\f50d'; }

/* '∩öì' */
.icon-key:before {
  content: '\f511'; }

/* '∩öæ' */
.icon-lock:before {
  content: '\f512'; }

/* '∩öÆ' */
.icon-lock-open:before {
  content: '\f513'; }

/* '∩öô' */
.icon-bell:before {
  content: '\f514'; }

/* '∩öö' */
.icon-bookmark:before {
  content: '\f516'; }

/* '∩öû' */
.icon-link:before {
  content: '\f517'; }

/* '∩öù' */
.icon-back:before {
  content: '\f519'; }

/* '∩öÖ' */
.icon-flashlight:before {
  content: '\f526'; }

/* '∩öª' */
.icon-chart-area:before {
  content: '\f53e'; }

/* '∩ö╛' */
.icon-clock:before {
  content: '\f554'; }

/* '∩òö' */
.icon-rocket:before {
  content: '\f680'; }

/* '∩ÜÇ' */
.icon-block:before {
  content: '\f6ab'; }

/* '∩Ü½' */
.icon-question:before {
  content: '\f128'; }

/* '∩Ü½' */
/* blocks */
#block-views-news-block_1 .news--block {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(radial, 50% 50%, 200, 50% 50%, 20, from(#dddddd), to(whitesmoke));
  background-image: -webkit-radial-gradient(50% 50%, whitesmoke, #dddddd);
  background-image: -moz-radial-gradient(50% 50%, whitesmoke, #dddddd);
  background-image: -o-radial-gradient(50% 50%, whitesmoke, #dddddd);
  background-image: -ms-radial-gradient(50% 50%, whitesmoke, #dddddd);
  background-image: radial-gradient(50% 50%, whitesmoke, #dddddd);
  text-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 0 5px #ccc;
  -moz-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  overflow: hidden;
  margin-bottom: 1.5em;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: darkred; }
#block-views-news-block_1 .news--block__title {
  padding: 24px;
  line-height: 1.2; }
#block-views-news-block_1 .news--block__teaser {
  padding-left: 24px;
  padding-right: 24px;
  font-size: 0.85em; }
@media screen and (min-width: 450px) and (max-width: 999px) {
  #block-views-news-block_1 .view-content {
    margin-left: -24px; }
  #block-views-news-block_1 .views-row {
    width: 50%;
    padding-left: 24px;
    float: left; } }

/* Chautauqua News */
.chautauqua .views-field-field-image-fid {
  display: block;
  margin-bottom: 10px; }
.chautauqua .views-field-title {
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px; }

/* Events Block */
#block-views-events-block_1 .views-row-last {
  margin-bottom: 24px; }

.views-row-last .event-block-row {
  margin-bottom: 0; }

.event-block-row {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd; }

.event-block-row .date,
.event-date {
  font-weight: bold;
  margin-right: 1em;
  width: 2.25em;
  float: left;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: hidden; }

.event-block-row .date .month,
.event-date .month {
  padding: 4px 0 2px 0;
  background: #5e213b;
  color: #fff;
  font-size: .7em; }

.event-block-row .date .day,
.event-date .day {
  padding: 0 0 2px 0;
  background: #5e213b;
  color: #fff;
  font-size: 1.25em; }

.event-block-row .date .weekday,
.event-date .weekday {
  padding: 2px 0;
  background: #ddd;
  font-size: .7em; }

.event-block-row .title {
  font-size: 0.85em; }

.gallery-image {
  margin-bottom: 24px; }

.people-profile img {
  float: right;
  max-width: 33%;
  margin-left: 24px;
  margin-bottom: 24px; }
.people-profile ul {
  margin-left: 0;
  list-style: none; }
.people-profile table.style-zebra tr:nth-child(even) td {
  background-color: #fff; }

.page-people h1.title {
  text-transform: capitalize; }

fieldset.webform-component-fieldset {
  border: 1px solid #c0c0c0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 1.5em 0.625em 0.75em; }
  fieldset.webform-component-fieldset legend {
    display: block;
    font-weight: bold;
    padding: 0 5px; }

.webform-client-form img {
  width: 100%;
  max-width: 600px; }

form.webform-client-form input.form-text {
  width: inherit; }

fieldset.captcha {
  max-width: 450px; }

#recaptcha_area table, #recaptcha_area tbody, #recaptcha_area tr, #recaptcha_area td {
  background-color: #fff; }

.recaptchatable #recaptcha_image {
  height: 60px !important;
  overflow: hidden; }

.recaptcha_only_if_privacy {
  font-size: .75em;
  float: none !important;
  text-align: center !important; }

.sidebar div.block-webform h2 {
  font-family: "Bebas Neue", "Bebas";
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  margin: 0;
  padding: 0.3em 12px 0.15em 12px;
  line-height: 1;
  font-size: 1.75em;
  color: #5e213b;
  background: #ddd;
  border-bottom: 1px solid #ccc; }

span.form-required {
  color: #940000 !important; }

textarea:focus {
  outline: none !important;
  border: 1px solid blue !important;
  box-shadow: 0 0 10px #fff !important; }

form .description {
  color: #333 !important; }

#grid-marq {
  margin-bottom: 24px;
  margin-top: -24px; }
  #grid-marq img {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }

@media screen and (max-width: 999px) {
  #grid-marq {
    display: none; } }
.eku3-ask-the-colonel {
  margin-bottom: 24px;
  position: relative;
  padding-left: 0; }

@media screen and (min-width: 1000px) {
  .eku3-ask-the-colonel {
    top: -5px;
    width: 33.333%;
    margin-bottom: 0; } }
.eku3-ask-text {
  width: 100%;
  padding: 0.3em 3.5em 0.3em 4em;
  background: url(../img/colonel-color.png) -20px no-repeat #f2f2f2;
  background-size: 80px 62px;
  border: 1px solid #ccc;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  box-shadow: inset 0 0 6px #ccc;
  -webkit-box-shadow: inset 0 0 6px #ccc;
  color: #5e213b;
  font-family: Bebas;
  padding: 0.2em 0 .1em 2.8em;
  line-height: 1;
  height: 100%;
  font-size: 1.6em; }
  .eku3-ask-text:focus {
    outline: none; }

.eku3-ask-submit {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0 3px 3px 0;
  font-size: 1em;
  padding: 0.3em 0.75em;
  box-shadow: none; }

div.right-sidebar div.eku3-ask-the-colonel {
  width: 100%; }

div.right-sidebar div.eku3-ask-the-colonel div.eku3-ask-the-colonel-form {
  padding-bottom: 10px; }

#eku-dialog {
  position: fixed;
  top: 3%;
  left: 10%;
  margin: 0px 0px 0px auto;
  clear: both;
  width: 80%;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none; }
  @media screen and (min-width: 1000px) {
    #eku-dialog {
      width: 25%;
      right: 0px;
      bottom: 0px;
      top: inherit; } }

#eku-dialog *:focus {
  outline: none; }

#eku-dialog .isi-dialog {
  margin: 15px;
  font: normal 12px Arial,Sans-Serif; }

#eku-dialog .button-wrapper {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  margin-top: 15px; }

#dialog-overlay {
  position: fixed !important;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  display: none; }

/* Iframe */
#eku-dialog #iframeContainer iframe {
  width: 100%;
  height: 300px;
  border: none;
  background-color: #ccc;
  overflow: auto; }

.eku3-ask-the-colonel:hover {
  cursor: pointer; }

#eku-webform-dialog {
  position: fixed;
  bottom: 0;
  left: 10%;
  margin: 0px 0px 0px auto;
  clear: both;
  width: 80%;
  height: auto;
  background-color: #ededed;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.4);
  z-index: 1000;
  padding: 0;
  display: none;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0; }
  #eku-webform-dialog *:focus {
    outline: none; }
  #eku-webform-dialog .isi-dialog {
    margin: 15px;
    font: normal 12px Arial,Sans-Serif; }
  #eku-webform-dialog .button-wrapper {
    padding-top: 10px;
    border-top: 1px solid #ddd;
    margin-top: 15px; }
  #eku-webform-dialog h2 {
    font-family: "Bebas";
    margin: 0;
    line-height: 1;
    font-size: 1.75rem;
    color: #5e213b;
    border-bottom: 0px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    /*background: #ddd;
    border-bottom: 1px solid #ccc;*/ }
  #eku-webform-dialog .content .webform-client-form .form-item {
    margin-top: .2em;
    margin-bottom: .2em; }
  #eku-webform-dialog .webform-client-form .form-text,
  #eku-webform-dialog .webform-client-form .form-textarea,
  #eku-webform-dialog .webform-client-form .form-select {
    font-size: .8rem;
    padding: 3px;
    max-width: 100%; }
  #eku-webform-dialog .webform-client-form .textarea-identifier.description {
    display: none; }
  #eku-webform-dialog #block-block-12 {
    display: none; }
  #eku-webform-dialog #webform-component-validation {
    display: none; }
  #eku-webform-dialog .block-webform .form-submit {
    margin-top: .5rem;
    font-size: .7rem; }
  #eku-webform-dialog div.block-webform {
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
    background: none;
    margin-bottom: 0; }
  #eku-webform-dialog .block {
    margin-bottom: 0; }
  #eku-webform-dialog #eku-webform-dialog-close, #eku-webform-dialog #eku-webform-dialog-toggle-button {
    position: absolute;
    right: 5px;
    font-size: 1.7rem;
    z-index: 100; }
  #eku-webform-dialog #eku-webform-dialog-close a:hover, #eku-webform-dialog #eku-webform-dialog-close a:focus, #eku-webform-dialog #eku-webform-dialog-close a:active {
    text-decoration: none;
    color: #8E6476; }
  #eku-webform-dialog #eku-webform-dialog-close .icon-cross-circled:before {
    content: '\2716'; }
  #eku-webform-dialog #eku-webform-dialog-open-mobile .icon-heart:before {
    content: '\2665'; }
  #eku-webform-dialog #eku-webform-dialog-minmax-button {
    position: absolute;
    right: 25px; }
  @media screen and (min-width: 1000px) {
    #eku-webform-dialog {
      width: 30%;
      right: 10px;
      bottom: 0px;
      top: inherit; } }

#dialog-overlay {
  position: fixed !important;
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 999;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #000;
  display: none; }

#eku-webform-dialog-open-mobile {
  position: fixed;
  bottom: 0;
  left: 10%;
  margin: 0px 0px 0px auto;
  clear: both;
  width: 80%;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 10px 0;
  font-size: 1em;
  z-index: 100;
  display: none; }
  #eku-webform-dialog-open-mobile a {
    color: #fff; }
  @media screen and (min-width: 1000px) {
    #eku-webform-dialog-open-mobile {
      display: none;
      width: 30%;
      right: 10px;
      bottom: 0px;
      z-index: 100; } }

/*# sourceMappingURL=style.min.css.map */
