@charset "UTF-8";
/*==========  Libraries  ==========*/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

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

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  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/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.header-top .site-tagline,
.header-top .site-search, .header-middle .site-logo, .header-middle .site-buttons, .home-large-wrapper, .home-news-item .home-news-item-icon, .home-news-item .home-news-item-content, .home-small-wrapper, .event-month, ul.events, ul.events > li, .posts.news .post-icon, .posts.news article, .associated-resources > li, .associated-resources > li .resource-icon, .associated-resources > li .resource-content, .resource-list .resource-icon, .resource-list .resource-content, .staff-list .staff-icon, .staff-list .staff-content, .footer-column, .threecol-one, .annual-content {
  display: inline-block;
  /* [1] */
  padding-left: 2rem;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */ }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
/**
 * Align the entire grid to the right. Extends `.grid`.
 */
/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
/**
 * Create grids with wider gutters. Extends `.grid`.
 */
/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
     * Whole
     */
.header-top .site-tagline,
.header-top .site-search, .home-large-wrapper, .home-small-wrapper, .event-month, ul.events, ul.events > li, .posts.news .post-icon, .posts.news article, .associated-resources > li, .associated-resources > li .resource-icon, .associated-resources > li .resource-content, .resource-list .resource-icon, .resource-list .resource-content, .footer-column, .threecol-one {
  width: 100%; }

/**
     * Halves
     */
/**
     * Thirds
     */
.header-middle .site-buttons {
  width: 33.333%; }

.header-middle .site-logo {
  width: 66.666%; }

/**
     * Quarters
     */
/**
     * Fifths
     */
.staff-list .staff-icon {
  width: 20%; }

.staff-list .staff-content, .annual-content {
  width: 80%; }

/**
     * Sixths
     */
/**
     * Eighths
     */
/**
     * Tenths
     */
.home-news-item .home-news-item-icon {
  width: 10%; }

.home-news-item .home-news-item-content {
  width: 90%; }

/**
     * Twelfths
     */
/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 979px) {
  /**
     * Whole
     */
  /**
     * Halves
     */
  /**
     * Thirds
     */
  /**
     * Quarters
     */
  /**
     * Fifths
     */
  /**
     * Sixths
     */
  /**
     * Eighths
     */
  /**
     * Tenths
     */
  /**
     * Twelfths
     */ }

@media only screen and (min-width: 980px) {
  /**
     * Whole
     */
  /**
     * Halves
     */
  .header-top .site-tagline,
  .header-top .site-search, .header-middle .site-logo, .header-middle .site-buttons, .home-large-wrapper, ul.events > li, .associated-resources > li {
    width: 50%; }
  /**
     * Thirds
     */
  .home-small-wrapper, .threecol-one {
    width: 33.333%; }
  .annual-content {
    width: 66.666%; }
  /**
     * Quarters
     */
  .footer-column {
    width: 25%; }
  /**
     * Fifths
     */
  .event-month, .associated-resources > li .resource-icon {
    width: 20%; }
  ul.events, .associated-resources > li .resource-content {
    width: 80%; }
  /**
     * Sixths
     */
  .staff-list .staff-icon {
    width: 16.666%; }
  .staff-list .staff-content {
    width: 83.333%; }
  /**
     * Eighths
     */
  /**
     * Tenths
     */
  .home-news-item .home-news-item-icon, .posts.news .post-icon, .resource-list .resource-icon {
    width: 10%; }
  .home-news-item .home-news-item-content, .posts.news article, .resource-list .resource-content {
    width: 90%; }
  /**
     * Twelfths
     */ }

/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/*------------------------------------*    $CSSWIZARDRY-GRIDS
\*------------------------------------*/
/**
 * CONTENTS
 * INTRODUCTION.........How the grid system works.
 * VARIABLES............Your settings.
 * MIXINS...............Library mixins.
 * GRID SETUP...........Build the grid structure.
 * WIDTHS...............Build our responsive widths around our breakpoints.
 * PUSH.................Push classes.
 * PULL.................Pull classes.
 */
/*------------------------------------*    $INTRODUCTION
\*------------------------------------*/
/**
 * csswizardry grids provides you with widths to suit a number of breakpoints
 * designed around devices of a size you specify. Out of the box, csswizardry
 * grids caters to the following types of device:
 *
 * palm     --  palm-based devices, like phones and small tablets
 * lap      --  lap-based devices, like iPads or laptops
 * portable --  all of the above
 * desk     --  stationary devices, like desktop computers
 * regular  --  any/all types of device
 *
 * These namespaces are then used in the library to give you the ability to
 * manipulate your layouts based around them, for example:
 *
   <div class="grid__item  one-whole  lap--one-half  desk--one-third">
 *
 * This would give you a grid item which is 100% width unless it is on a lap
 * device, at which point it become 50% wide, or it is on a desktop device, at
 * which point it becomes 33.333% width.
 *
 * csswizardry grids also has push and pull classes which allow you to nudge
 * grid items left and right by a defined amount. These follow the same naming
 * convention as above, but are prepended by either `push--` or `pull--`, for
 * example:
 *
   `class="grid__item  one-half  push--one-half"`
 *
 * This would give you a grid item which is 50% width and pushed over to the
 * right by 50%.
 *
 * All classes in csswizardry grids follow this patten, so you should fairly
 * quickly be able to piece together any combinations you can imagine, for
 * example:
 *
   `class="grid__item  one-whole  lap--one-half  desk--one-third  push--desk--one-third"`
 *
   `class="grid__item  one-quarter  palm--one-half  push--palm--one-half"`
 *
   `class="grid__item  palm--one-third  desk--five-twelfths"`
 */
/*------------------------------------*    $VARIABLES
\*------------------------------------*/
/**
 * If you are building a non-responsive site but would still like to use
 * csswizardry-grids, set this to ‘false’:
 */
/**
 * Is this build mobile first? Setting to ‘true’ means that all grids will be
 * 100% width if you do not apply a more specific class to them.
 */
/**
 * Set the spacing between your grid items.
 */
/**
 * Would you like Sass’ silent classes, or regular CSS classes?
 */
/**
 * Would you like push and pull classes enabled?
 */
/**
 * Using `inline-block` means that the grid items need their whitespace removing
 * in order for them to work correctly. Set the following to true if you are
 * going to achieve this by manually removing/commenting out any whitespace in
 * your HTML yourself.
 *
 * Setting this to false invokes a hack which cannot always be guaranteed,
 * please see the following for more detail:
 *
 * github.com/csswizardry/csswizardry-grids/commit/744d4b23c9d2b77d605b5991e54a397df72e0688
 * github.com/csswizardry/inuit.css/issues/170#issuecomment-14859371
 */
/**
 * Define your breakpoints. The first value is the prefix that shall be used for
 * your classes (e.g. `.palm--one-half`), the second value is the media query
 * that the breakpoint fires at.
 */
/**
 * Define which namespaced breakpoints you would like to generate for each of
 * widths, push and pull. This is handy if you only need pull on, say, desk, or
 * you only need a new width breakpoint at mobile sizes. It allows you to only
 * compile as much CSS as you need. All are turned on by default, but you can
 * add and remove breakpoints at will.
 *
 * Push and pull shall only be used if `$push` and/or `$pull` and `$responsive`
 * have been set to ‘true’.
 */
/**
 * You do not need to edit anything from this line onward; csswizardry-grids is
 * good to go. Happy griddin’!
 */
/*------------------------------------*    $MIXINS
\*------------------------------------*/
/**
 * These mixins are for the library to use only, you should not need to modify
 * them at all.
 *
 * Enclose a block of code with a media query as named in `$breakpoints`.
 */
/**
 * Drop relative positioning into silent classes which can’t take advantage of
 * the `[class*="push--"]` and `[class*="pull--"]` selectors.
 */
/*------------------------------------*    $GRID SETUP
\*------------------------------------*/
/**
 * 1. Allow the grid system to be used on lists.
 * 2. Remove any margins and paddings that might affect the grid system.
 * 3. Apply a negative `margin-left` to negate the columns’ gutters.
 */
/**
     * 1. Cause columns to stack side-by-side.
     * 2. Space columns apart.
     * 3. Align columns to the tops of each other.
     * 4. Full-width unless told to behave otherwise.
     * 5. Required to combine fluid widths and fixed gutters.
     */
.header-top .site-tagline,
.header-top .site-search, .header-middle .site-logo, .header-middle .site-buttons, .home-large-wrapper, .home-news-item .home-news-item-icon, .home-news-item .home-news-item-content, .home-small-wrapper, .event-month, ul.events, ul.events > li, .posts.news .post-icon, .posts.news article, .associated-resources > li, .associated-resources > li .resource-icon, .associated-resources > li .resource-content, .resource-list .resource-icon, .resource-list .resource-content, .staff-list .staff-icon, .staff-list .staff-content, .footer-column, .threecol-one, .annual-content {
  display: inline-block;
  /* [1] */
  padding-left: 2rem;
  /* [2] */
  vertical-align: top;
  /* [3] */
  width: 100%;
  /* [4] */
  -webkit-box-sizing: border-box;
  /* [5] */
  -moz-box-sizing: border-box;
  /* [5] */
  box-sizing: border-box;
  /* [5] */ }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
/**
 * Align the entire grid to the right. Extends `.grid`.
 */
/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
/**
 * Create grids with wider gutters. Extends `.grid`.
 */
/*------------------------------------*    $WIDTHS
\*------------------------------------*/
/**
 * Create our width classes, prefixed by the specified namespace.
 */
/**
 * Our regular, non-responsive width classes.
 */
/**
     * Whole
     */
.header-top .site-tagline,
.header-top .site-search, .home-large-wrapper, .home-small-wrapper, .event-month, ul.events, ul.events > li, .posts.news .post-icon, .posts.news article, .associated-resources > li, .associated-resources > li .resource-icon, .associated-resources > li .resource-content, .resource-list .resource-icon, .resource-list .resource-content, .footer-column, .threecol-one {
  width: 100%; }

/**
     * Halves
     */
/**
     * Thirds
     */
.header-middle .site-buttons {
  width: 33.333%; }

.header-middle .site-logo {
  width: 66.666%; }

/**
     * Quarters
     */
/**
     * Fifths
     */
.staff-list .staff-icon {
  width: 20%; }

.staff-list .staff-content, .annual-content {
  width: 80%; }

/**
     * Sixths
     */
/**
     * Eighths
     */
/**
     * Tenths
     */
.home-news-item .home-news-item-icon {
  width: 10%; }

.home-news-item .home-news-item-content {
  width: 90%; }

/**
     * Twelfths
     */
/**
 * Our responsive classes, if we have enabled them.
 */
@media only screen and (max-width: 979px) {
  /**
     * Whole
     */
  /**
     * Halves
     */
  /**
     * Thirds
     */
  /**
     * Quarters
     */
  /**
     * Fifths
     */
  /**
     * Sixths
     */
  /**
     * Eighths
     */
  /**
     * Tenths
     */
  /**
     * Twelfths
     */ }

@media only screen and (min-width: 980px) {
  /**
     * Whole
     */
  /**
     * Halves
     */
  .header-top .site-tagline,
  .header-top .site-search, .header-middle .site-logo, .header-middle .site-buttons, .home-large-wrapper, ul.events > li, .associated-resources > li {
    width: 50%; }
  /**
     * Thirds
     */
  .home-small-wrapper, .threecol-one {
    width: 33.333%; }
  .annual-content {
    width: 66.666%; }
  /**
     * Quarters
     */
  .footer-column {
    width: 25%; }
  /**
     * Fifths
     */
  .event-month, .associated-resources > li .resource-icon {
    width: 20%; }
  ul.events, .associated-resources > li .resource-content {
    width: 80%; }
  /**
     * Sixths
     */
  .staff-list .staff-icon {
    width: 16.666%; }
  .staff-list .staff-content {
    width: 83.333%; }
  /**
     * Eighths
     */
  /**
     * Tenths
     */
  .home-news-item .home-news-item-icon, .posts.news .post-icon, .resource-list .resource-icon {
    width: 10%; }
  .home-news-item .home-news-item-content, .posts.news article, .resource-list .resource-content {
    width: 90%; }
  /**
     * Twelfths
     */ }

/*------------------------------------*    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items back to the left by certain amounts.
 */
/*==========  Colors  ==========*/
/* Color Definitions */
/* Color Assignment */
/*==========  Fonts  ==========*/
/* Font Definitions */
/* Font Options */
/* Font Assignment */
/*==========  Border Radius  ==========*/
/*==========  Z-Index  ==========*/
/*==========  Transitions  ==========*/
/*==========  Breakpoints  ==========*/
/*==========  Box Sizing  ==========*/
/*==========  Box Shadow  ==========*/
/*==========  Clearfix  ==========*/
.single-staff .main-content {
  *zoom: 1; }
  .single-staff .main-content:after {
    clear: both;
    content: " ";
    display: table; }
  .single-staff .main-content:before {
    content: " ";
    display: table; }

/*==========  Font Setup  ==========*/
html, body {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased; }

/*==========  Heading Setup  ==========*/
h1, h2, h3, h4, h5, h6 {
  font-family: #26686d;
  color: #26686d;
  line-height: 1;
  margin-top: 0; }

.home-small > header h1, .associated-resources article .resource-content > header a h1 {
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #212e29; }

/*==========  Button Setup  ==========*/
.button {
  -webkit-transition: all 500ms ease-in-out 0;
  -moz-transition: all 500ms ease-in-out 0;
  -o-transition: all 500ms ease-in-out 0;
  transition: all 500ms ease-in-out 0;
  display: inline-block;
  border: 4px solid #f7c41b;
  background: #fff;
  color: #26686d;
  line-height: 1;
  padding: 0.5rem;
  margin-bottom: 1rem; }
  .button:hover {
    -webkit-transition: all 500ms ease-in-out 0;
    -moz-transition: all 500ms ease-in-out 0;
    -o-transition: all 500ms ease-in-out 0;
    transition: all 500ms ease-in-out 0;
    border: 4px solid #f7c41b;
    background: #f7c41b; }

.post-filters ul a, .resource-filters select, .comment-respond .form-submit input[type="submit"] {
  -webkit-transition: all 500ms ease-in-out 0;
  -moz-transition: all 500ms ease-in-out 0;
  -o-transition: all 500ms ease-in-out 0;
  transition: all 500ms ease-in-out 0;
  display: inline-block;
  border: 4px solid #434945;
  background: #fff;
  color: #8c8983;
  line-height: 1;
  padding: 0.5rem;
  margin-bottom: 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem; }
  .post-filters ul a:hover, .resource-filters select:hover, .comment-respond .form-submit input[type="submit"]:hover {
    -webkit-transition: all 500ms ease-in-out 0;
    -moz-transition: all 500ms ease-in-out 0;
    -o-transition: all 500ms ease-in-out 0;
    transition: all 500ms ease-in-out 0;
    border: 4px solid #434945;
    background: #434945;
    color: #f7c41b; }
  .post-filters ul a:after, .resource-filters select:after, .comment-respond .form-submit input[type="submit"]:after {
    content: " + "; }
  .selected .post-filters ul a, .post-filters ul .selected a, .selected .resource-filters select, .resource-filters .selected select, .selected .comment-respond .form-submit input[type="submit"], .comment-respond .form-submit .selected input[type="submit"] {
    border: 4px solid #434945;
    background: #434945;
    color: #f7c41b; }
    .selected .post-filters ul a:after, .post-filters ul .selected a:after, .selected .resource-filters select:after, .resource-filters .selected select:after, .selected .comment-respond .form-submit input[type="submit"]:after, .comment-respond .form-submit .selected input[type="submit"]:after {
      color: #8c8983;
      content: " - "; }

/*==========  List Setup  ==========*/
/* Zero Out List */
.header-middle .site-buttons ul, .site-navigation ul, .post-filters ul, .main-content .posts, .home-large ul, .posts.news, .associated-resources, .resource-filters, .resource-archive .resource-list, .events, .staff-list, .footer-navigation ul, .footer-social .social-links {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .header-middle .site-buttons ul li, .site-navigation ul li, .post-filters ul li, .main-content .posts li, .home-large ul li, .posts.news li, .associated-resources li, .resource-filters li, .resource-archive .resource-list li, .events li, .staff-list li, .footer-navigation ul li, .footer-social .social-links li {
    background-image: none;
    padding: 0;
    line-height: normal; }

/*==========  Form Setup  ==========*/
#searchform input[type=text], .footer-newsletter input[type=text],
.footer-newsletter input[type=email] {
  background: none;
  border-width: 0 0 6px 0;
  border-color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  outline: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0; }
  #searchform input[type=text]:focus, .footer-newsletter input[type=text]:focus,
  .footer-newsletter input[type=email]:focus {
    border-color: #26686d; }

/*==========  Search Setup  ==========*/
#searchform {
  margin-right: 2.5rem; }
  #searchform input[type=text] {
    border-color: #a9d7db; }
  #searchform input[type=submit] {
    outline: none;
    background: none;
    border: none;
    background: url("../images/icon-search.png") left top no-repeat;
    width: 20px;
    height: 19px;
    margin: 0 0 0 0.5rem;
    position: absolute; }
    #searchform input[type=submit]:hover {
      background-position: left -19px; }

/*==========  Reusable  ==========*/
.resource-archive .resource-types, .events li .event-types {
  margin-bottom: 2.25rem; }
  .resource-archive .resource-types li, .events li .event-types li {
    margin: 0 0.25rem 0.25rem 0;
    font-size: 1.1rem;
    color: #8c8983;
    display: inline-block; }
  .resource-archive .resource-types a, .events li .event-types a {
    font-size: 1.1rem;
    text-decoration: underline;
    color: #8c8983; }
    .resource-archive .resource-types a:hover, .events li .event-types a:hover {
      border: none; }

/*==========  Rows  ==========*/
.resource-archive .resource-icon, .staff-list .staff-icon {
  padding: 0 2rem 0 0; }
  .resource-archive .resource-icon img, .staff-list .staff-icon img {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    border: 4px solid #434945;
    width: 100%; }

.resource-archive .resource-content > header, .staff-list .staff-content > header {
  margin-bottom: 1rem; }
  .resource-archive .resource-content > header h1, .staff-list .staff-content > header h1 {
    font-size: 1.6rem;
    margin: 0;
    color: #212e29; }
  .resource-archive .resource-content > header hr, .staff-list .staff-content > header hr {
    background: #f7c41b;
    height: 6px;
    border: none;
    margin: 0.25rem 0 0 0;
    width: 12%; }

.resource-archive .resource-content, .staff-list .staff-content {
  padding-left: 0;
  font-size: 1.6rem;
  border-bottom: 2px solid #a9d7db; }
  .resource-archive .resource-content p, .staff-list .staff-content p {
    font-size: 1.2rem;
    margin-bottom: 0.25rem; }
    .resource-archive .resource-content p a, .staff-list .staff-content p a {
      color: #26686d; }

@font-face {
  font-family: 'nycosh-icons';
  src: url("../fonts/nycosh.eot?2x7w5s");
  src: url("../fonts/nycosh.eot?#iefix2x7w5s") format("embedded-opentype"), url("../fonts/nycosh.woff?2x7w5s") format("woff"), url("../fonts/nycosh.ttf?2x7w5s") format("truetype"), url("../fonts/nycosh.svg?2x7w5s#nycosh") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'nycosh-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-action:before {
  content: "\e600"; }

.icon-advocacy:before {
  content: "\e601"; }

.icon-arrow-down:before {
  content: "\e602"; }

.icon-arrow-lg-right:before {
  content: "\e603"; }

.icon-arrow-sm-right:before {
  content: "\e604"; }

.icon-arrow-up:before {
  content: "\e605"; }

.icon-assessments:before {
  content: "\e606"; }

.icon-assistance:before {
  content: "\e607"; }

.icon-biological:before {
  content: "\e608"; }

.icon-cancel:before {
  content: "\e609"; }

.icon-chemical:before {
  content: "\e60a"; }

.icon-chevron-left:before {
  content: "\e60b"; }

.icon-chevron-right:before {
  content: "\e60c"; }

.icon-contact:before {
  content: "\e60d"; }

.icon-cosh:before {
  content: "\e60e"; }

.icon-disaster:before {
  content: "\e60f"; }

.icon-donate:before, .header-middle .site-buttons ul li.donate a:before {
  content: "\e610"; }

.icon-ergonomics:before {
  content: "\e611"; }

.icon-expert:before {
  content: "\e612"; }

.icon-facebook:before {
  content: "\e613"; }

.icon-facts:before {
  content: "\e614"; }

.icon-hazard:before {
  content: "\e615"; }

.icon-history:before {
  content: "\e616"; }

.icon-immigrant:before {
  content: "\e617"; }

.icon-injured:before {
  content: "\e618"; }

.icon-join:before, .header-middle .site-buttons ul li.join a:before {
  content: "\e619"; }

.icon-legislative:before {
  content: "\e61a"; }

.icon-link-external:before {
  content: "\e61b"; }

.icon-link-pdf:before {
  content: "\e61c"; }

.icon-link-report:before {
  content: "\e61d"; }

.icon-list:before {
  content: "\e61e"; }

.icon-menu:before {
  content: "\e61f"; }

.icon-multilingual:before {
  content: "\e620"; }

.icon-nails:before {
  content: "\e621"; }

.icon-nuclear:before {
  content: "\e622"; }

.icon-pdf:before {
  content: "\e623"; }

.icon-people:before {
  content: "\e624"; }

.icon-physical:before {
  content: "\e625"; }

.icon-reports:before {
  content: "\e626"; }

.icon-rights:before {
  content: "\e627"; }

.icon-safety:before {
  content: "\e628"; }

.icon-scaffold:before {
  content: "\e629"; }

.icon-search:before {
  content: "\e62a"; }

.icon-supporters:before {
  content: "\e62b"; }

.icon-temporary:before {
  content: "\e62c"; }

.icon-training:before {
  content: "\e62d"; }

.icon-training-assistance:before {
  content: "\e62e"; }

.icon-twitter:before {
  content: "\e62f"; }

.icon-volunteer:before, .header-middle .site-buttons ul li.volunteer a:before {
  content: "\e630"; }

.icon-wtc:before {
  content: "\e631"; }

.icon-youth:before {
  content: "\e632"; }

.icon-calendar:before {
  content: "\e633"; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-loading .slick-list {
  background: white url("../images/ajax-loader.gif") center center no-repeat; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1; }

.slick-track:before, .slick-track:after {
  content: "";
  display: table; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }

.slick-prev:focus, .slick-next:focus {
  outline: none; }

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "nycosh";
  font-size: 4rem;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 3rem; }

.slick-prev:before {
  content: "\e60b"; }

.slick-next {
  right: 4rem; }

.slick-next:before {
  content: "\e60c"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer; }

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer; }

.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: 0.75; }

/*==========  Parts  ==========*/
/*==========  Global Styles  ==========*/
html, body {
  height: 100%; }

html {
  font-family: "Montserrat", sans-serif;
  font-size: 62.5%; }

body {
  background: #e2e1e0;
  color: #212e29;
  font-size: 1.6rem;
  line-height: 1.6;
  position: relative; }

a, button, select, input {
  outline: none; }

a, button {
  -webkit-transition: all 500ms ease-in-out 0;
  -moz-transition: all 500ms ease-in-out 0;
  -o-transition: all 500ms ease-in-out 0;
  transition: all 500ms ease-in-out 0; }
  a:hover, button:hover {
    -webkit-transition: all 500ms ease-in-out 0;
    -moz-transition: all 500ms ease-in-out 0;
    -o-transition: all 500ms ease-in-out 0;
    transition: all 500ms ease-in-out 0; }

h2 {
  color: #212e29; }

h3 {
  color: #434945; }

a {
  color: #d99f17;
  text-decoration: none; }
  a:hover {
    border-bottom: 2px solid #d99f17; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }
  p:last-child {
    margin-bottom: 0; }

blockquote {
  font-family: "museo-slab", serif;
  color: #26686d;
  font-style: italic;
  margin: 3rem 7rem; }
  blockquote:after {
    display: block;
    width: 15%;
    content: " ";
    border-bottom: 6px solid #8c8983;
    margin-top: 0.5rem; }

ul {
  padding: 0;
  list-style-type: none; }
  ul li {
    background: url("../images/icon-ul.png") left center no-repeat;
    padding-left: 2.8rem; }

ol li:after {
  color: red; }

.site-header {
  max-width: 1000px;
  margin: 0 auto 4.5rem;
  border: 10px solid #212e29;
  border-top: none;
  background: #fff;
  padding: 1rem 2rem 1rem 2rem;
  position: relative; }
  @media (max-width: 979px) {
    .site-header {
      border-width: 6px;
      margin: 0 1rem 4.5rem;
      padding: 1rem; } }
  .site-header.home-header {
    border-top: 10px solid #212e29;
    padding-top: 2rem; }
    @media (max-width: 979px) {
      .site-header.home-header {
        border-width: 6px;
        padding: 1.5rem 1rem 1rem 1rem; } }
  .home .site-header {
    border-bottom: none; }

.header-top {
  font-size: 0;
  margin-bottom: 3rem; }
  @media (max-width: 979px) {
    .header-top {
      margin-bottom: 2rem; } }
  .header-top.home {
    max-width: 1000px;
    margin: 1rem auto; }
    .header-top.home .site-tagline {
      margin: 0.6rem 0 0;
      vertical-align: middle; }
      @media (max-width: 979px) {
        .header-top.home .site-tagline {
          text-align: center; } }
    .header-top.home .site-search #searchform input[type="text"] {
      border-color: #fff; }
      .header-top.home .site-search #searchform input[type="text"]:focus {
        border-color: #26686d; }
  .header-top .site-search {
    font-size: 1.4rem; }
  .header-top .site-tagline {
    margin-top: 1rem;
    font-size: 1.4rem;
    padding-left: 0;
    letter-spacing: 1.5px; }
    @media (max-width: 979px) {
      .header-top .site-tagline {
        font-size: 0.9rem;
        letter-spacing: 1px; } }
    .header-top .site-tagline p {
      font-family: "museo-slab", serif;
      text-transform: uppercase;
      color: #26686d;
      line-height: 1; }
  .header-top .site-search {
    text-align: right;
    font-size: 1.2rem; }
    @media (max-width: 979px) {
      .header-top .site-search {
        display: none; } }

.header-middle {
  font-size: 0;
  margin-bottom: 3rem; }
  @media (max-width: 979px) {
    .header-middle {
      margin-bottom: 1rem; } }
  .header-middle .site-logo,
  .header-middle .site-buttons {
    font-size: 1.6rem; }
  .header-middle .site-logo {
    padding-left: 0; }
    .header-middle .site-logo a {
      float: left;
      margin-right: 2rem; }
      .header-middle .site-logo a:hover {
        border: none; }
      .header-middle .site-logo a img {
        display: block; }
        @media (max-width: 979px) {
          .header-middle .site-logo a img {
            width: 100%; } }
    .header-middle .site-logo p {
      line-height: 1.1;
      font-weight: 800;
      color: #8c8983;
      margin-top: 0.75rem; }
      @media (max-width: 979px) {
        .header-middle .site-logo p {
          display: none; } }

.header-slideshow-container {
  position: relative;
  margin-top: -4.5rem;
  margin-bottom: 0; }
  .header-slideshow-container img {
    width: 100%;
    display: block;
    z-index: 0; }
  .header-slideshow-container .slideshow-border-position {
    width: 100%;
    position: absolute; }
  .header-slideshow-container .slideshow-border {
    position: relative;
    display: block;
    max-width: 1040px;
    margin: 0 auto;
    border: 10px solid #212e29;
    border-top: none;
    z-index: 9;
    padding: 0;
    pointer-events: none; }
    @media (max-width: 979px) {
      .header-slideshow-container .slideshow-border {
        margin: 0 1rem;
        border-width: 6px; } }
  .header-slideshow-container .slideshow {
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 4rem; }
    @media (max-width: 979px) {
      .header-slideshow-container .slideshow {
        margin-bottom: 2rem;
        padding-bottom: 0; } }
    .header-slideshow-container .slideshow .slick-list {
      overflow: visible; }
    .header-slideshow-container .slideshow button {
      top: 25%; }
      @media (max-width: 979px) {
        .header-slideshow-container .slideshow button {
          top: 30%; } }
      .header-slideshow-container .slideshow button:before {
        font-family: "nycosh-icons";
        text-shadow: 1px 1px 2px black;
        color: #fff; }
      .header-slideshow-container .slideshow button.slick-prev:before {
        content: "\e60b"; }
      .header-slideshow-container .slideshow button.slick-next:before {
        content: "\e60c"; }
  @media (max-width: 979px) {
    .header-slideshow-container .slide {
      text-align: center; }
      .header-slideshow-container .slide img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 13rem; } }
  .header-slideshow-container .slide-content {
    max-width: 1040px;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 979px) {
      .header-slideshow-container .slide-content {
        margin: 0 1rem; } }
  .header-slideshow-container .slideshow-caption {
    z-index: 9;
    position: absolute;
    width: 100%;
    bottom: 10rem;
    text-align: center; }
    @media (max-width: 979px) {
      .header-slideshow-container .slideshow-caption {
        left: 2rem;
        bottom: 8rem; } }
    .header-slideshow-container .slideshow-caption h1 {
      color: #fff;
      margin: 0;
      font-size: 6.1rem;
      text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5); }
      @media (max-width: 979px) {
        .header-slideshow-container .slideshow-caption h1 {
          font-size: 2.4rem; } }
      .header-slideshow-container .slideshow-caption h1 a {
        color: #fff; }
        .header-slideshow-container .slideshow-caption h1 a:hover {
          border: none; }
  .header-slideshow-container .slideshow-link {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 10px solid #212e29;
    border-top: none;
    width: 100%;
    background: #fff;
    text-align: left; }
    @media (max-width: 979px) {
      .header-slideshow-container .slideshow-link {
        border-width: 6px; } }
    .header-slideshow-container .slideshow-link a {
      position: relative;
      display: inline-block;
      margin: 2rem 4rem 1.8rem;
      font-size: 2.2rem;
      color: #26686d;
      font-weight: 700;
      line-height: 1;
      z-index: 99;
      border-bottom: 2px solid transparent; }
      @media (max-width: 979px) {
        .header-slideshow-container .slideshow-link a {
          font-size: 1.8rem;
          margin: 2rem 2rem; } }
      .header-slideshow-container .slideshow-link a:hover {
        border-bottom: 2px solid #f7c41b; }
      .header-slideshow-container .slideshow-link a:after {
        position: absolute;
        right: -4rem;
        top: 1.1rem;
        font-family: "nycosh-icons";
        content: "\e603";
        font-size: 4rem;
        line-height: 0;
        color: #f7c41b;
        font-weight: normal; }

@media (max-width: 979px) {
  .header-middle .site-buttons {
    padding-left: 0; } }

.header-middle .site-buttons .mobile-menu {
  display: none; }

@media (max-width: 979px) {
  .header-middle .site-buttons .mobile-menu {
    display: block;
    text-align: right;
    line-height: 1; }
    .header-middle .site-buttons .mobile-menu li {
      margin: 0; }
    .header-middle .site-buttons .mobile-menu a {
      font-size: 0.9rem;
      line-height: 1; }
      .header-middle .site-buttons .mobile-menu a i {
        margin: 1.5rem -0.5rem 1.5rem -0.5rem;
        line-height: 0;
        font-size: 5rem;
        display: block;
        color: #212e29; }
  .header-middle .site-buttons .desktop-menu {
    display: none; } }

.header-middle .site-buttons ul {
  text-align: right; }
  .header-middle .site-buttons ul li {
    display: inline-block;
    margin-left: 2rem;
    text-align: center; }
    .header-middle .site-buttons ul li a {
      color: #a9d7db;
      text-transform: uppercase;
      font-size: 1.2rem;
      text-align: center;
      line-height: 1.1;
      display: block;
      font-weight: 700;
      font-family: "Montserrat", sans-serif; }
      .header-middle .site-buttons ul li a:hover {
        color: #26686d;
        border: none; }
      .header-middle .site-buttons ul li a:before {
        display: block;
        color: #434945;
        font-size: 5rem;
        line-height: 0.7;
        padding-bottom: 0.25rem;
        font-weight: 300;
        font-family: "nycosh-icons"; }
    .header-middle .site-buttons ul li:first-child {
      margin-left: 0; }

.site-navigation {
  z-index: 4; }
  @media (max-width: 979px) {
    .site-navigation {
      display: none;
      position: absolute;
      z-index: 999;
      background: #fff;
      border: 6px solid #212e29;
      top: 0;
      left: -1.6rem;
      right: -1.6rem; } }
  @media (max-width: 979px) {
    .site-navigation.home {
      top: -4.2rem; } }
  .site-navigation .mobile-close {
    display: none; }
    @media (max-width: 979px) {
      .site-navigation .mobile-close {
        display: block;
        position: absolute;
        top: -1rem;
        right: 0;
        font-size: 6rem;
        color: #212e29; }
        .site-navigation .mobile-close:hover {
          color: #d99f17;
          border: none; } }
  .site-navigation > ul > li > a span {
    position: relative; }
    .site-navigation > ul > li > a span:after {
      -webkit-transition: all 500ms ease-in-out 0;
      -moz-transition: all 500ms ease-in-out 0;
      -o-transition: all 500ms ease-in-out 0;
      transition: all 500ms ease-in-out 0;
      display: none;
      position: absolute;
      z-index: 4;
      content: attr(data-hover);
      left: 0;
      top: 0.2rem;
      border-bottom: 6px solid #f7c41b;
      padding-bottom: 0.5rem; }
  @media (max-width: 979px) {
    .flexboxlegacy .site-navigation ul {
      display: block; } }
  @media (max-width: 979px) {
    .site-navigation ul {
      margin: 7rem 2rem 4rem 2rem;
      display: block; } }
  .site-navigation ul li {
    display: inline-block;
    position: relative;
    padding-bottom: 1rem;
    margin-right: 2rem; }
    .site-navigation ul li:last-child {
      margin-right: 0; }
    @media (max-width: 979px) {
      .site-navigation ul li {
        margin: 0 0 2rem 0;
        display: block; } }
    @media (min-width: 980px) {
      .site-navigation ul li.menu-item-has-children:hover > a > span:after {
        -webkit-transition: all 500ms ease-in-out 0;
        -moz-transition: all 500ms ease-in-out 0;
        -o-transition: all 500ms ease-in-out 0;
        transition: all 500ms ease-in-out 0;
        display: block; }
      .site-navigation ul li.menu-item-has-children:hover .sub-menu {
        display: block; } }
    .site-navigation ul li a {
      text-transform: uppercase;
      color: #212e29;
      border-bottom: 6px solid #8c8983;
      line-height: 1;
      padding-bottom: 0.5rem;
      display: inline-block;
      font-weight: 700;
      letter-spacing: 1px; }
      @media (max-width: 979px) {
        .site-navigation ul li a {
          display: inline-block;
          font-size: 1.7rem; } }
      .site-navigation ul li a:hover {
        border-bottom: 6px solid #f7c41b; }
    .site-navigation ul li:hover a {
      border-bottom: 6px solid #f7c41b; }
    .site-navigation ul li:last-child {
      margin-right: 0; }
    .site-navigation ul li.current-page a {
      border-bottom: 6px solid #f7c41b; }
    .site-navigation ul li > .sub-menu {
      display: none;
      min-width: 25rem;
      z-index: 3;
      position: absolute;
      border: 6px solid #434945;
      top: 3.6rem;
      left: -1rem;
      background: #fff; }
      @media (max-width: 979px) {
        .site-navigation ul li > .sub-menu {
          display: block;
          background: none;
          border: none;
          position: static;
          top: auto;
          left: auto;
          margin: 0;
          padding: 2rem 0 0 0; } }
      .site-navigation ul li > .sub-menu li {
        display: block;
        background: #fff;
        margin: 0;
        padding: 1rem;
        font-size: 1.4rem; }
        @media (max-width: 979px) {
          .site-navigation ul li > .sub-menu li {
            padding: 0;
            margin-bottom: 1rem; } }
        .site-navigation ul li > .sub-menu li a {
          border: none;
          color: #434945; }
          @media (max-width: 979px) {
            .site-navigation ul li > .sub-menu li a {
              font-size: 1.4rem; } }
          .site-navigation ul li > .sub-menu li a:hover {
            color: #f7c41b; }

.content-wrapper {
  max-width: 930px;
  margin: 0 auto; }

.content-wrapper-wide {
  max-width: 1060px; }
  @media (max-width: 979px) {
    .content-wrapper-wide {
      margin: 0 1rem; } }

.content-overview {
  padding: 0 2.2rem 5rem; }
  .content-overview header {
    margin-bottom: 2.5rem; }
    .content-overview header h1 {
      color: #8c8983;
      margin: 0;
      line-height: 1;
      font-size: 4.5rem; }
  .content-overview p {
    font-family: "museo-slab", serif;
    font-weight: 500; }
    .content-overview p:last-child {
      margin-bottom: 0; }
  .content-overview a {
    color: #26686d;
    border-bottom: 2px solid; }
    .content-overview a:hover {
      color: #d99f17; }

.margintop-10 {
  margin-top: 10px; }

.margintop-20 {
  margin-top: 20px; }

.margintop-30 {
  margin-top: 30px; }

.margintop-40 {
  margin-top: 40px; }

.margintop-50 {
  margin-top: 50px; }

.marginbottom-0 {
  margin-bottom: 0; }

.paddingtop-10 {
  padding-top: 10px; }

.paddingtop-20 {
  padding-top: 20px; }

.paddingtop-30 {
  padding-top: 30px; }

.paddingtop-40 {
  padding-top: 40px; }

.paddingtop-50 {
  padding-top: 50px; }

.post-filters {
  margin: 6rem -2rem -4rem; }
  .post-filters ul {
    margin: 0 1.5rem;
    text-align: left; }
    @media (max-width: 979px) {
      .post-filters ul {
        margin-left: 0.5rem; } }
    .post-filters ul li {
      display: inline-block;
      margin-left: 1rem; }
      @media (max-width: 979px) {
        .post-filters ul li {
          display: block; } }
      .post-filters ul li:first-child {
        font-family: "museo-slab", serif;
        font-style: italic; }
        @media (max-width: 979px) {
          .post-filters ul li:first-child {
            margin-bottom: 1rem; } }
    @media (max-width: 979px) {
      .post-filters ul a {
        display: block; } }

.main-content {
  background: #fff;
  border: 10px solid #8c8983;
  padding: 2rem; }
  .main-content header h1 {
    margin-bottom: 1rem; }

.content-image {
  float: left;
  line-height: 0;
  margin: 0 2rem 1rem 0; }
  .content-image img {
    border: 6px solid #a9d7db;
    display: block; }

.content-image-caption {
  margin-top: 1rem;
  color: #8c8983;
  font-size: 1.1rem; }

/*==========  Single  ==========*/
.single-post .post-date {
  margin-bottom: 2rem; }

.home-large-wrapper,
.home-small-wrapper {
  padding: 0;
  margin-bottom: 2rem; }

@media (min-width: 980px) {
  .home-small-wrapper {
    display: table-cell; } }

.home-main {
  font-size: 0; }
  @media (max-width: 979px) {
    .home-main {
      margin: 0 1rem; } }

.home-large {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1rem 2rem 1.5rem;
  font-size: 1.6rem;
  border: 10px solid #434945;
  background: #fff; }
  @media (max-width: 979px) {
    .home-large {
      max-height: none;
      border-width: 6px; } }
  .home-large > header {
    margin-bottom: 1rem; }
    .home-large > header h1 {
      font-size: 1.6rem;
      border-bottom: 6px solid #a9d7db;
      display: inline-block;
      text-transform: uppercase;
      color: #212e29;
      font-weight: 700;
      padding-bottom: 0.5rem; }
  .home-large .slick-slide {
    min-height: 50px; }
    .home-large .slick-slide article {
      margin-bottom: 1rem; }
      .home-large .slick-slide article.resource {
        margin-bottom: 0; }
  .home-large ul li {
    margin-bottom: 2rem; }
    .home-large ul li:last-child {
      margin-bottom: 0; }
  .home-large.home-news {
    margin-right: 1rem; }
    @media (max-width: 979px) {
      .home-large.home-news {
        margin-right: 0; } }
    .home-large.home-news .slick-slider button {
      width: auto;
      height: auto; }
      .home-large.home-news .slick-slider button:before {
        -webkit-transition: all 500ms ease-in-out 0;
        -moz-transition: all 500ms ease-in-out 0;
        -o-transition: all 500ms ease-in-out 0;
        transition: all 500ms ease-in-out 0;
        font-family: "nycosh-icons";
        color: #a9d7db;
        opacity: 1;
        line-height: 0.5;
        font-size: 5rem; }
      .home-large.home-news .slick-slider button:hover:before {
        -webkit-transition: all 500ms ease-in-out 0;
        -moz-transition: all 500ms ease-in-out 0;
        -o-transition: all 500ms ease-in-out 0;
        transition: all 500ms ease-in-out 0;
        color: #26686d; }
      .home-large.home-news .slick-slider button.slick-prev {
        right: -2rem;
        left: auto;
        top: -2rem; }
        .home-large.home-news .slick-slider button.slick-prev:before {
          content: "\e605"; }
      .home-large.home-news .slick-slider button.slick-next {
        left: auto;
        right: -2rem;
        bottom: -1rem;
        top: auto; }
        .home-large.home-news .slick-slider button.slick-next:before {
          content: "\e602"; }
  .home-large.home-events {
    margin-left: 1rem; }
    @media (max-width: 979px) {
      .home-large.home-events {
        margin-left: 0; } }
    .home-large.home-events .slick-slider button {
      width: auto;
      height: auto; }
      .home-large.home-events .slick-slider button:before {
        -webkit-transition: all 500ms ease-in-out 0;
        -moz-transition: all 500ms ease-in-out 0;
        -o-transition: all 500ms ease-in-out 0;
        transition: all 500ms ease-in-out 0;
        font-family: "nycosh-icons";
        color: #a9d7db;
        opacity: 1;
        line-height: 0.5;
        font-size: 5rem; }
      .home-large.home-events .slick-slider button:hover:before {
        -webkit-transition: all 500ms ease-in-out 0;
        -moz-transition: all 500ms ease-in-out 0;
        -o-transition: all 500ms ease-in-out 0;
        transition: all 500ms ease-in-out 0;
        color: #26686d; }
      .home-large.home-events .slick-slider button.slick-prev {
        right: -2rem;
        left: auto;
        top: -2rem; }
        .home-large.home-events .slick-slider button.slick-prev:before {
          content: "\e605"; }
      .home-large.home-events .slick-slider button.slick-next {
        right: -2rem;
        bottom: -1rem;
        top: auto; }
        .home-large.home-events .slick-slider button.slick-next:before {
          content: "\e602"; }
  .home-large h1 {
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 0.25rem; }
  .home-large h2 {
    font-size: 1.6rem;
    margin: 0;
    line-height: 1.1; }
  .home-large p {
    display: inline-block;
    margin-bottom: 0;
    line-height: 1.1; }
  .home-large:last-child {
    margin-bottom: 0; }

.home-news-item {
  font-size: 0; }
  .home-news-item h1 {
    font-family: "museo-slab", serif;
    color: #9a8479;
    margin-bottom: 0; }
    .home-news-item h1 a {
      color: #9a8479; }
      .home-news-item h1 a:hover {
        border: none; }
  .home-news-item .home-news-item-icon {
    font-size: 5.5rem;
    color: #26686d;
    padding-left: 0;
    line-height: 0; }
    .home-news-item .home-news-item-icon a {
      color: #26686d; }
      .home-news-item .home-news-item-icon a:hover {
        border: none; }
    .home-news-item .home-news-item-icon i {
      margin: -2rem 0 0 -1.5rem;
      display: block; }
  .home-news-item .home-news-item-content {
    font-size: 1.6rem;
    padding: 0 2rem 0 0;
    font-weight: 700;
    line-height: 1.1; }
    @media (max-width: 979px) {
      .home-news-item .home-news-item-content {
        padding-left: 1.5rem; } }
    .home-news-item .home-news-item-content p a {
      color: #212e29; }
      .home-news-item .home-news-item-content p a:hover {
        border: none; }
  .home-news-item.resource h1 {
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    margin-bottom: 0.25rem;
    color: #212e29; }
    .home-news-item.resource h1 a {
      color: #212e29; }

.home-events-item {
  margin-right: 2rem; }
  .home-events-item a {
    display: block;
    color: #434945; }
    .home-events-item a:hover {
      border: none; }
  .home-events-item h1 {
    font-family: "museo-slab", serif;
    color: #d99f17;
    text-transform: uppercase; }
  .home-events-item h2 {
    color: #434945; }
  .home-events-item p {
    font-size: 1.4rem; }

.home-small-row {
  margin: 0 -1rem; }
  @media (min-width: 980px) {
    .home-small-row {
      display: table; } }

.home-small {
  padding: 1rem 1.5rem 1.5rem;
  font-size: 1.6rem;
  border: 10px solid #a9d7db;
  background: #fff;
  margin: 0 1rem; }
  @media (min-width: 980px) {
    .home-small {
      display: inline-block;
      height: 100%; } }
  @media (max-width: 979px) {
    .home-small {
      border-width: 6px; } }
  .home-small > header {
    margin-bottom: 1rem; }
    .home-small > header i {
      font-size: 5rem;
      display: block;
      color: #434945;
      line-height: 1; }
    .home-small > header h1 {
      border-bottom: 6px solid #f7c41b;
      display: inline-block;
      margin-bottom: 0;
      padding-bottom: 0.5rem; }
      .home-small > header h1 a {
        color: #434945;
        border: none; }
        .home-small > header h1 a:hover {
          color: #434945;
          border: none; }
  .home-small .subtitle {
    font-family: "museo-slab", serif;
    color: #9a8479;
    font-style: italic;
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
    font-weight: 400; }
  .home-small p {
    line-height: 1.1;
    font-weight: 600; }
    .home-small p .download {
      display: inline-block; }
      .home-small p .download:hover {
        border: none; }
      .home-small p .download span {
        position: relative;
        display: block;
        font-family: "nycosh-icons";
        color: #26686d; }
        .home-small p .download span:before {
          position: absolute;
          font-size: 5rem;
          top: -3rem;
          left: -1rem; }
  .home-small .home-small-link {
    color: #434945;
    border: none; }
    .home-small .home-small-link:hover {
      color: #434945;
      border: none; }

.posts.news li {
  font-size: 0; }
  .posts.news li:last-child article {
    border-bottom: none;
    margin-bottom: 0; }
  .posts.news li.hide {
    display: none; }
  .posts.news li.events {
    border-bottom: none;
    margin-bottom: 0; }

.posts.news .post-icon {
  padding: 0 2rem 0 0; }
  @media (max-width: 979px) {
    .posts.news .post-icon {
      padding: 0; } }
  .posts.news .post-icon img {
    display: block;
    margin: 0 auto; }
    @media (max-width: 979px) {
      .posts.news .post-icon img {
        margin: 0 0 1rem 0; } }

.posts.news article {
  font-size: 1.6rem;
  border-bottom: 2px solid #a9d7db;
  padding: 0 0 2.8rem 0;
  margin-bottom: 2.2rem; }
  .posts.news article h1 {
    font-size: 1.6rem;
    color: #212e29;
    margin: 0 0 0.5rem 0;
    font-weight: 300; }
    .posts.news article h1 a {
      color: #212e29; }
      .posts.news article h1 a:hover {
        color: #212e29;
        border: none; }
  .posts.news article hr {
    height: 0.6rem;
    background: #26686d;
    width: 15%;
    border: none;
    float: left;
    margin: 0 0 1.4rem 0; }
  .posts.news article h2 {
    clear: both;
    font-size: 1.2rem;
    color: #212e29;
    font-weight: 300; }
    .posts.news article h2 span {
      color: #d99f17; }
  .posts.news article p {
    line-height: 1.2; }

.content-overview.resources {
  padding-bottom: 3rem; }
  .content-overview.resources > header {
    margin: 0 -2rem 2rem -2rem;
    position: relative; }
    @media (max-width: 979px) {
      .content-overview.resources > header {
        margin: 0 -2.2rem 2rem; } }
    .content-overview.resources > header img {
      width: 100%; }
    .content-overview.resources > header h1 {
      position: absolute;
      bottom: 2rem;
      left: 2rem;
      color: #ffd345; }

.associated-resources {
  font-size: 0;
  margin: 0 0 0 -2.5rem; }
  @media (max-width: 979px) {
    .associated-resources {
      padding: 0 1rem; } }
  .associated-resources li {
    padding: 0 0 2.5rem 2.5rem; }
    @media (max-width: 979px) {
      .associated-resources li {
        padding-bottom: 1rem; } }
  .associated-resources article {
    font-size: 0;
    border: 10px solid #a9d7db;
    background: #fff;
    padding: 2rem 2rem 2.5rem; }
    .associated-resources article .resource-icon {
      padding-left: 0;
      font-size: 5rem; }
    .associated-resources article .resource-content {
      padding-left: 0;
      font-size: 1.6rem; }
      .associated-resources article .resource-content > header {
        margin-bottom: 1.8rem; }
        .associated-resources article .resource-content > header a h1 {
          -webkit-transition: all 500ms ease-in-out 0;
          -moz-transition: all 500ms ease-in-out 0;
          -o-transition: all 500ms ease-in-out 0;
          transition: all 500ms ease-in-out 0;
          border-bottom: 6px solid #c9ac95;
          display: inline-block;
          margin-bottom: 0;
          padding-bottom: 0.25rem; }
        .associated-resources article .resource-content > header a:hover {
          border-bottom: none; }
          .associated-resources article .resource-content > header a:hover h1 {
            -webkit-transition: all 500ms ease-in-out 0;
            -moz-transition: all 500ms ease-in-out 0;
            -o-transition: all 500ms ease-in-out 0;
            transition: all 500ms ease-in-out 0;
            border-color: #26686d; }
      .associated-resources article .resource-content p {
        font-family: "museo-slab", serif;
        color: #434945;
        font-style: italic;
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
        font-weight: 400; }

.resource-filters {
  margin: 4rem 0 -6rem 0; }
  .resource-filters li {
    display: inline-block;
    width: 20%;
    margin-right: 1rem; }
    @media (max-width: 979px) {
      .resource-filters li {
        display: block;
        width: 100%; } }
    .resource-filters li:first-child {
      font-family: "museo-slab", serif;
      font-style: italic;
      width: auto;
      margin-right: 2rem; }
      @media (max-width: 979px) {
        .resource-filters li:first-child {
          margin-bottom: 1rem; } }
  .resource-filters select {
    color: #212e29;
    width: 100%;
    background: #fff 97% center url("../images/dropdown-arrow.png") no-repeat;
    padding-right: 3%;
    -webkit-appearance: none;
    -webkit-border-radius: 0; }
    .resource-filters select:hover {
      background: #fff 97% center url("../images/dropdown-arrow.png") no-repeat;
      color: #212e29; }

.resource-list > li > article .resource-content header h1 a {
  color: #434945; }
  .resource-list > li > article .resource-content header h1 a:hover {
    border: none;
    color: #d99f17; }

.resource-archive.main-content {
  border-color: #a9d7db;
  margin: 0 1rem; }

.resource-archive .resource-list {
  font-size: 0; }
  .resource-archive .resource-list li {
    margin-bottom: 2rem; }
    .resource-archive .resource-list li:last-child {
      margin-bottom: 0; }
      .resource-archive .resource-list li:last-child .resource-content {
        border-bottom: none; }
      .resource-archive .resource-list li:last-child .resource-types {
        margin-bottom: 0; }

.resource-archive .resource-types {
  margin-bottom: 2rem; }
  .resource-archive .resource-types li {
    margin-bottom: 0; }

@media (max-width: 979px) {
  .resource-archive .resource-icon img {
    display: inline-block;
    width: auto;
    margin-bottom: 1rem; } }

@media (max-width: 979px) {
  .resource-archive .resource-content header hr {
    width: 30%; } }

.event-row {
  font-size: 0; }
  .event-row:last-child .events {
    border-bottom: none;
    margin-bottom: 0; }

.event-month {
  font-size: 1.6rem;
  padding: 0 4rem 0 0; }
  .event-month h1 {
    font-size: 1.6rem;
    border-bottom: 6px solid #f7c41b;
    padding-bottom: 0.35rem; }

.events {
  font-size: 0;
  border-bottom: 2px solid #a9d7db;
  margin-bottom: 2rem; }
  .events li {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    .events li header h1 {
      font-size: 1.6rem;
      color: #212e29; }
    .events li header .date {
      font-weight: 700;
      font-size: 3rem;
      color: #f7c41b; }
    .events li p {
      font-size: 1.2rem; }
    .events li .event-address {
      margin-bottom: 1rem; }
      .events li .event-address p {
        margin-bottom: 0.5rem; }
        .events li .event-address p:last-child {
          margin-bottom: 0; }
    .events li .event-reserve {
      color: #26686d;
      font-size: 1.2rem;
      text-transform: uppercase;
      font-weight: 700; }
      .events li .event-reserve:hover {
        border-color: #26686d; }
    .events li.hide {
      display: none; }
  .events > li:nth-child(odd) {
    padding-right: 3rem; }
  .events > li:nth-child(even) {
    padding-left: 3rem; }

.event-content {
  margin-top: 20px; }

.page-template-template-staff-php .main-content {
  border: 10px solid #a9d7db; }

.staff-list > li {
  margin-bottom: 2rem; }
  .staff-list > li:last-child {
    margin-bottom: 0; }
    .staff-list > li:last-child article {
      border-bottom: none;
      padding-bottom: 0; }
  .staff-list > li article {
    font-size: 0;
    border-bottom: 2px solid #a9d7db;
    padding-bottom: 2rem; }

.staff-list .staff-content {
  border-bottom: none; }
  .staff-list .staff-content header h1 a {
    color: #434945; }
    .staff-list .staff-content header h1 a:hover {
      border: none; }
  .staff-list .staff-content header h2 {
    font-size: 1.4rem;
    margin: 0.25rem 0 0.75rem;
    color: #26686d; }
  .staff-list .staff-content p {
    font-size: 1.4rem;
    display: inline; }
  .staff-list .staff-content .more {
    font-size: 1.4rem;
    display: inline-block;
    color: #d99f17;
    border-bottom: 2px solid transparent; }
    .staff-list .staff-content .more:hover {
      border-color: #d99f17; }

.add-padding-vt {
  padding-top: 50px;
  padding-bottom: 50px; }

.add-padding-hz {
  padding-right: 50px;
  padding-left: 50px; }

.add-content-padding-hz {
  padding-right: 10px;
  padding-left: 10px; }

.add-content-padding-vt {
  padding-top: 10px;
  padding-bottom: 10px; }

.add-content-padding-vt-more {
  padding-top: 30px;
  padding-bottom: 30px; }

.pink-bg {
  background-color: #ed4c76; }

.white-bg {
  background-color: white; }

.white-font {
  color: white !important; }

.text-center {
  text-align: center; }

.white-button {
  background-color: white;
  border: none;
  padding: 15px; }
  .white-button a {
    color: black; }
    .white-button a:hover {
      color: black;
      border-bottom: 0; }
    .white-button a:focus {
      color: black;
      border-bottom: 0; }

.pink-button {
  background-color: #ed4c76;
  border: 1px solid #ed4c76;
  padding: 15px; }
  .pink-button a {
    color: white; }
    .pink-button a:hover {
      color: white;
      border-bottom: 0; }
    .pink-button a:focus {
      color: white;
      border-bottom: 0; }

.auto-overflow {
  overflow: auto; }

.annual-content {
  margin: auto; }

.annual-content-row-1 {
  font-size: 2rem; }

.annual-link {
  color: #212e29; }

.quotes-title {
  width: 60%; }

.quotes-slideshow {
  margin-bottom: 0; }
  .quotes-slideshow .slide img {
    margin: auto; }
  .quotes-slideshow button {
    top: 40%; }
  .quotes-slideshow button:before {
    font-family: "nycosh-icons";
    text-shadow: 1px 1px 2px black;
    color: #fff; }
  .quotes-slideshow .slick-prev {
    left: 3rem; }
  .quotes-slideshow .slick-next {
    right: 6rem; }
  .quotes-slideshow button.slick-prev:before {
    content: "\e60b"; }
  .quotes-slideshow button.slick-next:before {
    content: "\e60c"; }
  .quotes-slideshow .slick-dots {
    bottom: 0; }
    .quotes-slideshow .slick-dots li {
      background-image: none; }
      .quotes-slideshow .slick-dots li button:before {
        font-size: 42px; }

.thank-you p {
  font-size: 1.3rem; }

.clearfix {
  clear: both; }

.uppercase {
  text-transform: uppercase; }

.text-right {
  text-align: right; }

.normal-font {
  font-weight: normal; }

.grey-font {
  color: #26686d; }

.orange-font {
  color: #ee5930; }

.orange-button {
  background: none;
  border: none;
  background-color: #ee5830;
  padding: 20px 35px; }

.fullwidth-button {
  width: 100%; }

.threecol-one-wide {
  width: 46.666%; }

.threecol-one-narrow {
  width: 20%; }

.gala-honoree-block-1 {
  padding-left: 0;
  width: 240px; }
  @media (max-width: 979px) {
    .gala-honoree-block-1 {
      width: 33.3333%;
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 767px) {
    .gala-honoree-block-1 {
      width: 100%; } }

.gala-honoree-block-2 {
  width: calc(100% - 480px); }
  @media (max-width: 979px) {
    .gala-honoree-block-2 {
      width: 33.3333%;
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 767px) {
    .gala-honoree-block-2 {
      width: 100%; } }

.gala-honoree-block-3 {
  padding-left: 0;
  width: 240px;
  float: right; }
  @media (max-width: 979px) {
    .gala-honoree-block-3 {
      width: 33.3333%;
      padding-right: 1rem;
      padding-left: 1rem; } }
  @media (max-width: 767px) {
    .gala-honoree-block-3 {
      width: 100%; } }

.gala-honoree-details {
  line-height: 1.1; }

.gala-sponsor-logo {
  float: left;
  margin-right: 10px; }

.gala-sponsors-divider {
  display: block;
  height: 1px;
  border: 0;
  border-top: 2px solid #a9d7dc;
  margin: 20px 0;
  padding: 0; }

.gala-sponsor {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden; }
  @media (max-width: 767px) {
    .gala-sponsor {
      display: block; } }
  .gala-sponsor .gala-sponsor-col {
    position: relative; }
    @media (max-width: 767px) {
      .gala-sponsor .gala-sponsor-col {
        width: 100%; } }

@media (max-width: 979px) {
  .gala-sponsor-col-1 {
    width: 35%; } }

@media (max-width: 979px) {
  .gala-sponsor-col-2 {
    width: 43%; } }

@media (max-width: 979px) {
  .gala-sponsor-col-3 {
    width: 22%; } }

@media (max-width: 979px) {
  .gala-sponsor-name h3 {
    font-size: 18px; } }

@media (max-width: 767px) {
  .gala-sponsor-purchase {
    position: relative;
    margin-top: 20px; } }

@media (max-width: 979px) {
  .gala-sponsor-purchase h3 {
    font-size: 16px; } }

@media (max-width: 979px) {
  .gala-sponsor-purchase button {
    padding: 15px 30px; } }

.gala-sponsor-details {
  font-size: 14px; }

.gala-ad-1 {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 767px) {
    .gala-ad-1 {
      width: 100%; } }

.gala-ad-2 {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 767px) {
    .gala-ad-2 {
      width: 100%; } }

.gala-ad-3 {
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (max-width: 767px) {
    .gala-ad-3 {
      width: 100%; } }

.ad-circle {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border-radius: 50%; }

@media (max-width: 767px) {
  .gala-fulltext-button {
    padding: 15px 20px; } }

@media (max-width: 767px) {
  .gala-fulltext-button h1 {
    font-size: 14px; } }

.posts.search li {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #a9d7db; }
  .posts.search li article header h1 {
    color: #434945;
    font-size: 1.8rem; }
    .posts.search li article header h1 span {
      color: #26686d; }
    .posts.search li article header h1 a {
      color: #434945;
      font-size: 1.8rem; }
      .posts.search li article header h1 a:hover {
        border-color: #434945; }
  .posts.search li:last-child {
    border-bottom: none;
    margin-bottom: 0; }

.site-footer {
  max-width: 960px;
  margin: 7rem auto 3rem;
  border-top: 10px solid #212e29;
  padding: 2rem 4rem;
  font-size: 0; }
  @media (max-width: 979px) {
    .site-footer {
      margin: 4rem 1rem;
      padding: 2rem; } }

@media (max-width: 979px) {
  .footer-links {
    display: none; } }

.footer-navigation ul li {
  margin-bottom: 0.6rem; }
  .footer-navigation ul li a {
    color: #212e29;
    text-transform: uppercase;
    font-weight: 800; }

.footer-column {
  padding: 2rem 0;
  font-size: 1.2rem; }
  @media (max-width: 979px) {
    .footer-column {
      padding-bottom: 0; } }
  .footer-column h3 {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0 0 0.25rem 0;
    color: #26686d; }
  .footer-column h4 {
    font-size: 1.2rem;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0 0 0.5rem 0;
    color: #212e29;
    letter-spacing: 0.95px; }
  .footer-column p {
    margin: 0;
    color: #434945;
    line-height: 1.4; }
  .footer-column:first-child {
    padding-left: 2rem; }

.footer-mobile-title {
  display: none; }
  @media (max-width: 979px) {
    .footer-mobile-title {
      display: inline-block;
      font-size: 1.6rem;
      color: #8c8983;
      margin: -2rem 0 2rem; } }

.footer-address {
  margin-bottom: 0.5rem; }

.footer-email {
  text-transform: uppercase; }
  .footer-email a {
    color: #26686d;
    letter-spacing: 0.5px;
    font-weight: 800; }
    .footer-email a:hover {
      border-color: #26686d; }
  @media (max-width: 979px) {
    .footer-email.desktop {
      display: none; } }
  .footer-email.mobile {
    margin-top: 2rem; }
    @media (min-width: 980px) {
      .footer-email.mobile {
        display: none; } }

.footer-newsletter {
  margin-bottom: 2rem; }
  .footer-newsletter #constant-contact-signup,
  .footer-newsletter #constant-contact-signup-1,
  .footer-newsletter .form-newsletter {
    position: relative; }
    @media (max-width: 979px) {
      .footer-newsletter #constant-contact-signup,
      .footer-newsletter #constant-contact-signup-1,
      .footer-newsletter .form-newsletter {
        margin-bottom: 1rem; } }
  .footer-newsletter input[type=text],
  .footer-newsletter input[type=email] {
    width: 90%; }
  .footer-newsletter .cc_Go.kws_input_container {
    width: 21px;
    height: 24px;
    margin: 0 0 0 0.5rem;
    position: absolute;
    right: 0;
    top: 0; }
  .footer-newsletter input[type=submit] {
    -webkit-transition: none 500ms ease-in-out 0;
    -moz-transition: none 500ms ease-in-out 0;
    -o-transition: none 500ms ease-in-out 0;
    transition: none 500ms ease-in-out 0;
    width: 21px;
    height: 24px;
    outline: none;
    background: none;
    border: none;
    background: url("../images/icon-arrow.png") left top no-repeat; }
    .footer-newsletter input[type=submit]:hover {
      -webkit-transition: none 500ms ease-in-out 0;
      -moz-transition: none 500ms ease-in-out 0;
      -o-transition: none 500ms ease-in-out 0;
      transition: none 500ms ease-in-out 0;
      background-position: left -24px; }
  .footer-newsletter a {
    display: none; }

.footer-social .social-links li {
  display: inline-block;
  margin-right: 4rem; }
  .footer-social .social-links li a {
    -webkit-transition: color 500ms ease-in-out 0;
    -moz-transition: color 500ms ease-in-out 0;
    -o-transition: color 500ms ease-in-out 0;
    transition: color 500ms ease-in-out 0;
    background: url("../images/icon-social.png") no-repeat;
    width: 30px;
    height: 30px;
    padding-left: 3.5rem;
    display: block;
    line-height: 2.4;
    color: #212e29; }
    .footer-social .social-links li a:hover {
      -webkit-transition: color 500ms ease-in-out 0;
      -moz-transition: color 500ms ease-in-out 0;
      -o-transition: color 500ms ease-in-out 0;
      transition: color 500ms ease-in-out 0;
      border-bottom: none;
      color: #8c8983; }
    .footer-social .social-links li a.facebook {
      background-position: left -30px; }
      .footer-social .social-links li a.facebook:hover {
        background-position: left top; }
    .footer-social .social-links li a.twitter {
      background-position: left -90px; }
      .footer-social .social-links li a.twitter:hover {
        background-position: left -60px; }

.ctct-custom-form {
  min-width: inherit !important;
  padding: 0 !important; }

.ctct-custom-form input[type="email"] {
  font-family: "Montserrat", sans-serif;
  float: left;
  font-size: 1.2rem !important;
  letter-spacing: 0.95px;
  width: 75%; }
  @media (max-width: 979px) {
    .ctct-custom-form input[type="email"] {
      width: 200px; } }
  @media (max-width: 767px) {
    .ctct-custom-form input[type="email"] {
      width: 180px; } }

.ctct-custom-form .Button {
  display: inline !important;
  text-indent: -9999px;
  float: right;
  margin-left: 10px;
  -webkit-transition: none 500ms ease-in-out 0;
  -moz-transition: none 500ms ease-in-out 0;
  -o-transition: none 500ms ease-in-out 0;
  transition: none 500ms ease-in-out 0;
  width: 21px !important;
  height: 24px !important;
  padding: 12px 20px !important;
  outline: none;
  background: none !important;
  border: none;
  background: url("../images/icon-arrow.png") left top no-repeat !important;
  position: absolute; }
  .ctct-custom-form .Button:hover {
    -webkit-transition: none 500ms ease-in-out 0;
    -moz-transition: none 500ms ease-in-out 0;
    -o-transition: none 500ms ease-in-out 0;
    transition: none 500ms ease-in-out 0;
    background-position: left -24px !important; }

.footer-credit {
  font-size: 1rem;
  padding-left: 2rem;
  margin-top: 2.5rem;
  color: #8c8983; }
  @media (max-width: 979px) {
    .footer-credit {
      padding-left: 0; } }

/*================================
=            Comments            =
================================*/
#comments {
  border-top: 4px solid #8c8983;
  padding-top: 2rem;
  margin-top: 2rem; }

.comment-respond .comment-form-comment {
  margin-bottom: 2rem; }
  .comment-respond .comment-form-comment label[for="comment"] {
    display: block;
    margin-bottom: 1rem; }
  .comment-respond .comment-form-comment textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #434945;
    display: block;
    padding: 0.5rem; }
    .comment-respond .comment-form-comment textarea:focus {
      outline: none; }

.comment-respond .form-submit {
  margin-bottom: 0; }
  .comment-respond .form-submit input[type="submit"] {
    margin-bottom: 0; }

/*-----  End of Comments  ------*/

/*# sourceMappingURL=application.css.map */