/*!
 * Automatically Generated - Do not edit this file. 
 * 
 * Author: KPS3 
 * Author URI: http://kps3.com/ 
 * v1.0.0 - build 2015-01-21 12:22:35
 */


/*!
 * Automatically Generated - Do not edit this file. 
 * 
 * Author: KPS3 
 * Author URI: http://kps3.com/ 
 * v1.0.0 - build 2015-01-21 12:02:10
 */


/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 11, ../scss/elements/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../scss/elements/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../scss/elements/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 51, ../scss/elements/_normalize.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../scss/elements/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../scss/elements/_normalize.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../scss/elements/_normalize.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../scss/elements/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 104, ../scss/elements/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../scss/elements/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../scss/elements/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 135, ../scss/elements/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../scss/elements/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../scss/elements/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../scss/elements/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 171, ../scss/elements/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../scss/elements/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../scss/elements/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../scss/elements/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 207, ../scss/elements/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../scss/elements/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 219, ../scss/elements/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../scss/elements/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../scss/elements/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../scss/elements/_normalize.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../scss/elements/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../scss/elements/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 285, ../scss/elements/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 299, ../scss/elements/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 311, ../scss/elements/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 324, ../scss/elements/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 336, ../scss/elements/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 346, ../scss/elements/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../scss/elements/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 370, ../scss/elements/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 379, ../scss/elements/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../scss/elements/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../scss/elements/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 264, ../scss/foundation/components/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 768px)";
  width: 768px;
}

/* line 269, ../scss/foundation/components/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:1280px)";
  width: 1280px;
}

/* line 274, ../scss/foundation/components/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1440px)";
  width: 1440px;
}

/* line 290, ../scss/foundation/components/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 296, ../scss/foundation/components/_global.scss */
html,
body {
  font-size: 16px;
}

/* line 300, ../scss/foundation/components/_global.scss */
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

/* line 313, ../scss/foundation/components/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 316, ../scss/foundation/components/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 320, ../scss/foundation/components/_global.scss */
object,
embed {
  height: 100%;
}

/* line 322, ../scss/foundation/components/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 326, ../scss/foundation/components/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 333, ../scss/foundation/components/_global.scss */
.left {
  float: left !important;
}

/* line 334, ../scss/foundation/components/_global.scss */
.right {
  float: right !important;
}

/* line 335, ../scss/foundation/components/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 336, ../scss/foundation/components/_global.scss */
.text-right {
  text-align: right !important;
}

/* line 337, ../scss/foundation/components/_global.scss */
.text-center {
  text-align: center !important;
}

/* line 338, ../scss/foundation/components/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 339, ../scss/foundation/components/_global.scss */
.hide {
  display: none;
}

/* line 345, ../scss/foundation/components/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 348, ../scss/foundation/components/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 358, ../scss/foundation/components/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 361, ../scss/foundation/components/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 116, ../scss/foundation/components/_grid.scss */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 75em;
  *zoom: 1;
}
/* line 121, ../scss/foundation/components/_global.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.row:after {
  clear: both;
}
/* line 120, ../scss/foundation/components/_grid.scss */
.row.collapse > .column,
.row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
/* line 123, ../scss/foundation/components/_grid.scss */
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
/* line 126, ../scss/foundation/components/_grid.scss */
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../scss/foundation/components/_global.scss */
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.row .row:after {
  clear: both;
}
/* line 127, ../scss/foundation/components/_grid.scss */
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1;
}
/* line 121, ../scss/foundation/components/_global.scss */
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.row .row.collapse:after {
  clear: both;
}

/* line 131, ../scss/foundation/components/_grid.scss */
.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

@media only screen {
  /* line 136, ../scss/foundation/components/_grid.scss */
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 140, ../scss/foundation/components/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 144, ../scss/foundation/components/_grid.scss */
  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 147, ../scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"]:last-child {
    float: right;
  }

  /* line 148, ../scss/foundation/components/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: left;
  }

  /* line 150, ../scss/foundation/components/_grid.scss */
  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }
}
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {
  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 158, ../scss/foundation/components/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-0 {
    position: relative;
    margin-left: 0%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-3 {
    position: relative;
    margin-left: 25%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-6 {
    position: relative;
    margin-left: 50%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-9 {
    position: relative;
    margin-left: 75%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%;
  }

  /* line 162, ../scss/foundation/components/_grid.scss */
  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 166, ../scss/foundation/components/_grid.scss */
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 167, ../scss/foundation/components/_grid.scss */
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 170, ../scss/foundation/components/_grid.scss */
  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
  }

  /* line 173, ../scss/foundation/components/_grid.scss */
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 180, ../scss/foundation/components/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
@font-face {
  font-family: 'Washoe-Icons';
  src: url("../fonts/Washoe-Icons_backup.eot?r9vb4n");
  src: url("../fonts/Washoe-Icons_backup.eot?#iefixr9vb4n") format("embedded-opentype"), url("../fonts/Washoe-Icons_backup.woff?r9vb4n") format("woff"), url("../fonts/Washoe-Icons_backup.ttf?r9vb4n") format("truetype"), url("../fonts/Washoe-Icons_backup.svg?r9vb4n#Washoe-Icons") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/elements/_font-icons.scss */
.icon, #largePushNav .mp-has-children:before, #mobilePushNav .mp-has-children:before, .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .flex-next {
  font-family: 'Washoe-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;
}

/* line 26, ../scss/elements/_font-icons.scss */
.icon-printer:before {
  content: "\e60c";
}

/* line 29, ../scss/elements/_font-icons.scss */
.icon-plus-sign:before {
  content: "\e60d";
}

/* line 32, ../scss/elements/_font-icons.scss */
.icon-envelope-sign:before {
  content: "\e60e";
}

/* line 35, ../scss/elements/_font-icons.scss */
.icon-facebook-sign:before {
  content: "\e600";
}

/* line 38, ../scss/elements/_font-icons.scss */
.icon-twitter-sign:before {
  content: "\e601";
}

/* line 41, ../scss/elements/_font-icons.scss */
.icon-tv-sign:before {
  content: "\e602";
}

/* line 44, ../scss/elements/_font-icons.scss */
.icon-search:before {
  content: "\e603";
}

/* line 47, ../scss/elements/_font-icons.scss */
.icon-chevron-right:before, .homepage-callouts .news-slider .flex-direction-nav .flex-next:before {
  content: "\e604";
}

/* line 50, ../scss/elements/_font-icons.scss */
.icon-chevron-left-small:before {
  content: "\e60a";
}

/* line 53, ../scss/elements/_font-icons.scss */
.icon-chevron-right-small:before, #largePushNav .mp-has-children:before, #mobilePushNav .mp-has-children:before {
  content: "\e60b";
}

/* line 56, ../scss/elements/_font-icons.scss */
.icon-caret-down:before {
  content: "\e605";
}

/* line 59, ../scss/elements/_font-icons.scss */
.icon-caret-up:before {
  content: "\e606";
}

/* line 62, ../scss/elements/_font-icons.scss */
.icon-chevron-left:before, .homepage-callouts .news-slider .flex-direction-nav .flex-prev:before {
  content: "\e607";
}

/* line 65, ../scss/elements/_font-icons.scss */
.icon-times:before {
  content: "\e608";
}

/* line 68, ../scss/elements/_font-icons.scss */
.icon-bars:before {
  content: "\e609";
}

/* line 1, ../scss/elements/_buttons.scss */
.btn {
  font-weight: 700;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  border: none;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.15em;
  padding:  1em 3.07143em;
  -moz-transition: background-color 125ms linear;
  -o-transition: background-color 125ms linear;
  -webkit-transition: background-color 125ms linear;
  transition: background-color 125ms linear;
}
/* line 17, ../scss/elements/_buttons.scss */
.btn.blue {
  background-color: #054c70;
  color: #ffffff;
}
/* line 21, ../scss/elements/_buttons.scss */
.btn.blue:hover, .btn.blue:focus {
  background-color: #20608b;
}
/* line 27, ../scss/elements/_buttons.scss */
.btn.medium {
  width: 11.07143em;
  padding:  1em 1.07143em;
}
/* line 32, ../scss/elements/_buttons.scss */
.btn.large {
  min-width: 15.14286em;
  padding:  1.7em 2.14286em;
}

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
/* line 15, ../scss/elements/_flexslider.scss */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

/* line 19, ../scss/elements/_flexslider.scss */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
/* line 26, ../scss/elements/_flexslider.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 27, ../scss/elements/_flexslider.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 28, ../scss/elements/_flexslider.scss */
.flexslider .slides img {
  width: 100%;
  display: block;
}

/* line 29, ../scss/elements/_flexslider.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 32, ../scss/elements/_flexslider.scss */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 33, ../scss/elements/_flexslider.scss */
html[xmlns] .slides {
  display: block;
}

/* line 34, ../scss/elements/_flexslider.scss */
* 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 */
/* line 39, ../scss/elements/_flexslider.scss */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
/* line 43, ../scss/elements/_flexslider.scss */
.flexslider {
  margin: 0;
}

/* line 44, ../scss/elements/_flexslider.scss */
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

/* line 45, ../scss/elements/_flexslider.scss */
.loading .flex-viewport {
  max-height: 300px;
}

/* line 46, ../scss/elements/_flexslider.scss */
.flexslider .slides {
  zoom: 1;
}

/* line 1, ../scss/elements/_forms.scss */
.custom-width-search {
  width: 100%;
  max-width: 31.25em;
  float: none !important;
  margin: 0 auto;
}

/* line 8, ../scss/elements/_forms.scss */
.homepage-search-form {
  font-family: "raleway-light", Arial, sans-serif;
  margin:  1.25em 0 0;
}
/* line 12, ../scss/elements/_forms.scss */
.homepage-search-form .input-wrap {
  position: relative;
  max-width: 519px;
  margin: 0 auto;
}
/* line 18, ../scss/elements/_forms.scss */
.homepage-search-form .input-search {
  display: block;
  font-weight: 400;
  color: #444444;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1.75em;
  letter-spacing: -0.01em;
  width: 100%;
  border: none;
  margin: 0;
  padding:  0.82143em 2.85714em 0.82143em 1.42857em;
  -webkit-appearance: none;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 13, ../scss/utilities/_mixins.scss */
.homepage-search-form .input-search::-webkit-input-placeholder {
  color: #cecece;
}
/* line 14, ../scss/utilities/_mixins.scss */
.homepage-search-form .input-search:-moz-placeholder {
  color: #cecece;
}
/* line 15, ../scss/utilities/_mixins.scss */
.homepage-search-form .input-search::-moz-placeholder {
  color: #cecece;
}
/* line 16, ../scss/utilities/_mixins.scss */
.homepage-search-form .input-search:-ms-input-placeholder {
  color: #cecece;
}
/* line 38, ../scss/elements/_forms.scss */
.homepage-search-form .input-search.placeholder {
  color: #cecece;
}
/* line 42, ../scss/elements/_forms.scss */
.homepage-search-form .input-search:focus {
  outline: 0;
}
/* line 47, ../scss/elements/_forms.scss */
.homepage-search-form .search-btn {
  display: block;
  background: none;
  border: none;
  position: absolute;
  top: 25px;
  right: 30px;
  color: #cecece;
  font-size: 1.5625em;
  height: 1.4em;
  width: 1.4em;
  text-align: center;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* line 61, ../scss/elements/_forms.scss */
.homepage-search-form .search-btn:focus {
  outline: 0;
}
/* line 65, ../scss/elements/_forms.scss */
.homepage-search-form .search-btn:hover, .homepage-search-form .search-btn:focus {
  color: #bdbdbd;
}

/* line 73, ../scss/elements/_forms.scss */
.inline-search .search-wrapper {
  position: relative;
  max-width: 25.9375em;
}
/* line 79, ../scss/elements/_forms.scss */
.inline-search input:focus, .inline-search button:focus {
  outline: 0;
}
/* line 84, ../scss/elements/_forms.scss */
.inline-search .search-input {
  position: relative;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  border: 1px solid #4d80a2;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-border-radius: 21.5px;
  -webkit-border-radius: 21.5px;
  border-radius: 21.5px;
  font-size: 0.9375em;
  padding:  0.53333em 2.66667em 0.53333em 1em;
  -moz-transition: border-color 100ms linear;
  -o-transition: border-color 100ms linear;
  -webkit-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
  -webkit-appearance: none;
}
/* line 13, ../scss/utilities/_mixins.scss */
.inline-search .search-input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* line 14, ../scss/utilities/_mixins.scss */
.inline-search .search-input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* line 15, ../scss/utilities/_mixins.scss */
.inline-search .search-input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* line 16, ../scss/utilities/_mixins.scss */
.inline-search .search-input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
/* line 102, ../scss/elements/_forms.scss */
.inline-search .search-input.placeholder {
  color: #9eb9cc;
}
/* line 106, ../scss/elements/_forms.scss */
.inline-search .search-input:focus {
  border-color: #6394b5;
}
/* line 111, ../scss/elements/_forms.scss */
.inline-search .search-btn {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0.45em;
  right: 0.8em;
  display: block;
  width: 1.4em;
  height: 1.4em;
  color: #8dadc3;
  -moz-transition: color 100ms linear;
  -o-transition: color 100ms linear;
  -webkit-transition: color 100ms linear;
  transition: color 100ms linear;
}
/* line 123, ../scss/elements/_forms.scss */
.inline-search .search-btn:focus {
  color: #ffffff;
}

/* line 130, ../scss/elements/_forms.scss */
.footer-subscribe .input-text {
  border: 1px solid #cccccc;
  padding:  0.9375em 1.125em;
  letter-spacing: -0.02em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  width: 100%;
  max-width: 340px;
  -webkit-appearance: none;
}
/* line 13, ../scss/utilities/_mixins.scss */
.footer-subscribe .input-text::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
/* line 14, ../scss/utilities/_mixins.scss */
.footer-subscribe .input-text:-moz-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
/* line 15, ../scss/utilities/_mixins.scss */
.footer-subscribe .input-text::-moz-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
/* line 16, ../scss/utilities/_mixins.scss */
.footer-subscribe .input-text:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}
/* line 144, ../scss/elements/_forms.scss */
.footer-subscribe .input-text.placeholder {
  color: #aaaaaa;
}

/* line 2, ../scss/_global.scss */
body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #444444;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 9, ../scss/_global.scss */
.content-wrapper {
  background-color: #f0f0f0;
}

/* line 14, ../scss/_global.scss */
.columns.collapse, .column.collapse {
  padding-left: 0;
  padding-right: 0;
}

/* line 20, ../scss/_global.scss */
.row {
  max-width: 78.75em;
}

/* line 26, ../scss/_global.scss */
.homepage-callouts .news-slider p a, #body .text a {
  color: #1e5f8a;
  text-decoration: none;
  -moz-transition: color 125ms linear;
  -o-transition: color 125ms linear;
  -webkit-transition: color 125ms linear;
  transition: color 125ms linear;
}
/* line 31, ../scss/_global.scss */
.homepage-callouts .news-slider p a:hover, #body .text a:hover {
  color: #054c70;
}

/* line 1, ../scss/partials/_header.scss */
.navbar {
  padding:  1.125em 0 1.25em;
}
/* line 4, ../scss/partials/_header.scss */
.navbar a {
  color: #ffffff;
  text-decoration: none;
}
/* line 9, ../scss/partials/_header.scss */
.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 14, ../scss/partials/_header.scss */
.navbar ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/* line 20, ../scss/partials/_header.scss */
.header-logo {
  float: left;
  border-right: 1px solid #ffffff;
  border-right-color: rgba(255, 255, 255, 0.3);
}
/* line 25, ../scss/partials/_header.scss */
.header-logo img {
  float: left;
  max-height: 80px;
  max-width: 100%;
  height: auto !important;
  margin-right: 2.1875em;
}

/* line 34, ../scss/partials/_header.scss */
.primary-nav {
  float: left;
  font-size: 0.875em;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin:  2.35714em 0 0 0.35714em;
}
/* line 42, ../scss/partials/_header.scss */
.primary-nav li {
  margin-left: 1.57143em;
  position: relative;
}
/* line 48, ../scss/partials/_header.scss */
.primary-nav .active a {
  border-bottom-color: #ffffff;
}
/* line 53, ../scss/partials/_header.scss */
.primary-nav a {
  display: block;
  padding:  0 0.21429em 0.85714em;
  border-bottom: 4px solid transparent;
}
/* line 58, ../scss/partials/_header.scss */
.primary-nav a:hover {
  -moz-transition: border-bottom-color 100ms linear;
  -o-transition: border-bottom-color 100ms linear;
  -webkit-transition: border-bottom-color 100ms linear;
  transition: border-bottom-color 100ms linear;
  border-bottom-color: #ffffff;
}
/* line 64, ../scss/partials/_header.scss */
.primary-nav .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 31.42857em;
  padding-top: 15px;
  z-index: 102;
  list-style: none;
  *zoom: 1;
  letter-spacing: 0;
}
/* line 121, ../scss/foundation/components/_global.scss */
.primary-nav .dropdown:before, .primary-nav .dropdown:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.primary-nav .dropdown:after {
  clear: both;
}
/* line 76, ../scss/partials/_header.scss */
.primary-nav .dropdown.dropdown-right {
  left: auto;
  right: 0;
}
/* line 81, ../scss/partials/_header.scss */
.primary-nav .dropdown .inner-wrap {
  float: left;
  background-color: #ffffff;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  padding:  1.78571em 2.14286em;
  margin: 0;
  width: 100%;
}
/* line 90, ../scss/partials/_header.scss */
.primary-nav .dropdown ul {
  margin: 0;
  padding: 0;
}
/* line 95, ../scss/partials/_header.scss */
.primary-nav .dropdown .col {
  float: left;
  width: 50%;
}
/* line 100, ../scss/partials/_header.scss */
.primary-nav .dropdown li {
  float: left;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 12px;
  padding:  0.35714em 1.07143em 0.35714em 0;
}
/* line 107, ../scss/partials/_header.scss */
.primary-nav .dropdown li ul {
  padding:  0.35714em 0;
}
/* line 111, ../scss/partials/_header.scss */
.primary-nav .dropdown li li {
  margin: 0;
  width: 100%;
  font-size: 13px;
  line-height: 15px;
}
/* line 117, ../scss/partials/_header.scss */
.primary-nav .dropdown li li a {
  font-weight: 400;
}
/* line 125, ../scss/partials/_header.scss */
.primary-nav .dropdown .active a {
  color: #1e5f8a;
}
/* line 130, ../scss/partials/_header.scss */
.primary-nav .dropdown a {
  display: inline;
  padding: 0;
  color: #373737;
  font-weight: 600;
  text-transform: none;
  border-bottom: none;
}
/* line 138, ../scss/partials/_header.scss */
.primary-nav .dropdown a:hover {
  color: #1e5f8a;
}
/* line 146, ../scss/partials/_header.scss */
.primary-nav .hover .dropdown,
.primary-nav .debug .dropdown {
  display: block;
}

/* line 152, ../scss/partials/_header.scss */
.social-nav {
  float: right;
  font-size: 1.5em;
  margin:  1.16667em 0 0;
}
/* line 157, ../scss/partials/_header.scss */
.social-nav li {
  margin-left: 0.125em;
}
/* line 161, ../scss/partials/_header.scss */
.social-nav a {
  -moz-transition: opacity 125ms linear;
  -o-transition: opacity 125ms linear;
  -webkit-transition: opacity 125ms linear;
  transition: opacity 125ms linear;
}
/* line 164, ../scss/partials/_header.scss */
.social-nav a:hover {
  opacity: 0.65;
}

/* line 170, ../scss/partials/_header.scss */
.search-bar {
  background-color: #00416d;
  background-color: rgba(22, 89, 133, 0.95);
  padding-top: 0.625em;
  padding-bottom: 0.625em;
  position: relative;
}
/* line 177, ../scss/partials/_header.scss */
.search-bar #departmentsFlyoutBtn {
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 600;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  *display: inline;
  zoom: 1;
  white-space: nowrap;
  padding:  0.25em 0;
  margin:  0.83333em 0.16667em 0 0;
  -moz-transition: color 125ms linear;
  -o-transition: color 125ms linear;
  -webkit-transition: color 125ms linear;
  transition: color 125ms linear;
}
/* line 191, ../scss/partials/_header.scss */
.search-bar #departmentsFlyoutBtn .icon, .search-bar #departmentsFlyoutBtn #largePushNav .mp-has-children:before, #largePushNav .search-bar #departmentsFlyoutBtn .mp-has-children:before, .search-bar #departmentsFlyoutBtn #mobilePushNav .mp-has-children:before, #mobilePushNav .search-bar #departmentsFlyoutBtn .mp-has-children:before, .search-bar #departmentsFlyoutBtn .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .search-bar #departmentsFlyoutBtn .flex-prev, .search-bar #departmentsFlyoutBtn .homepage-callouts .news-slider .flex-direction-nav .flex-next, .homepage-callouts .news-slider .flex-direction-nav .search-bar #departmentsFlyoutBtn .flex-next {
  margin-left: 0.5em;
}
/* line 195, ../scss/partials/_header.scss */
.search-bar #departmentsFlyoutBtn:hover {
  color: #ffffff;
}

/* line 201, ../scss/partials/_header.scss */
#homepageHeader {
  background-color: #284c6c;
  position: relative;
  overflow: hidden;
}
/* line 206, ../scss/partials/_header.scss */
#homepageHeader .header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
/* line 218, ../scss/partials/_header.scss */
#homepageHeader .header-overlay-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
/* line 231, ../scss/partials/_header.scss */
#homepageHeader.blur-bg .header-overlay {
  opacity: 0;
}
/* line 234, ../scss/partials/_header.scss */
#homepageHeader.blur-bg .header-overlay-blur {
  opacity: 0.7;
}

/* line 242, ../scss/partials/_header.scss */
.subpage-header .navbar-wrapper {
  background-color: #054c70;
  background-color: #1e5f8a;
}

/* line 252, ../scss/partials/_header.scss */
.bg-image {
  background-repeat: no-repeat;
  background-position: top center;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
}

/* line 258, ../scss/partials/_header.scss */
#departmentsFlyout {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -moz-transition: max-height 400ms ease-in-out;
  -o-transition: max-height 400ms ease-in-out;
  -webkit-transition: max-height 400ms ease-in-out;
  transition: max-height 400ms ease-in-out;
  background-color: #1e5f8a;
  background-color: rgba(30, 95, 138, 0.95);
  z-index: 101;
  -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 4px 1px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 4px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.15), 0 4px 1px rgba(0, 0, 0, 0.05);
}
/* line 271, ../scss/partials/_header.scss */
#departmentsFlyout.show {
  max-height: 600px;
}
/* line 275, ../scss/partials/_header.scss */
#departmentsFlyout .links {
  *zoom: 1;
  margin: 25px 0 40px 35px;
  padding: 0;
  color: #ffffff;
  list-style: none;
}
/* line 121, ../scss/foundation/components/_global.scss */
#departmentsFlyout .links:before, #departmentsFlyout .links:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
#departmentsFlyout .links:after {
  clear: both;
}
/* line 282, ../scss/partials/_header.scss */
#departmentsFlyout .links a {
  font-size: 15px;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.5em;
  border-bottom: 1px solid transparent;
  -moz-transition: border-bottom-color 75ms linear;
  -o-transition: border-bottom-color 75ms linear;
  -webkit-transition: border-bottom-color 75ms linear;
  transition: border-bottom-color 75ms linear;
}
/* line 290, ../scss/partials/_header.scss */
#departmentsFlyout .links a:hover {
  border-bottom-color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.6);
}
/* line 297, ../scss/partials/_header.scss */
#departmentsFlyout li.column-list {
  margin: 0;
  padding: 0 20px 0 0;
}
/* line 301, ../scss/partials/_header.scss */
#departmentsFlyout li.column-list ul {
  list-style: disc;
  margin: 10px 0 0;
  padding: 0 0 40px 0 !important;
}
/* line 307, ../scss/partials/_header.scss */
#departmentsFlyout li.column-list li {
  float: none;
  width: auto;
  margin: 8px 0 10px;
  padding: 0 40px 0 0;
}

/* line 7, ../scss/partials/_mobile-nav.scss */
#mobileNav {
  position: relative;
  height: 54px;
  background-color: #1e5f8a;
}
/* line 12, ../scss/partials/_mobile-nav.scss */
#mobileNav a {
  color: #ffffff;
  text-decoration: none;
}

/* line 18, ../scss/partials/_mobile-nav.scss */
#mobileLogo, #mobileMenuBtn {
  position: absolute;
  display: block;
}

/* line 23, ../scss/partials/_mobile-nav.scss */
#mobileLogo {
  background: url("/_files/img/mobile-logo.png") top left no-repeat;
  text-indent: -9999px;
  width: 156px;
  height: 39px;
  top: 7px;
  left: 16px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 23, ../scss/partials/_mobile-nav.scss */
  #mobileLogo {
    background-image: url("/_files/img/mobile-logo_2x.png");
    -moz-background-size: 156px 39px;
    -o-background-size: 156px 39px;
    -webkit-background-size: 156px 39px;
    background-size: 156px 39px;
  }
}

/* line 33, ../scss/partials/_mobile-nav.scss */
#mobileMenuBtn {
  top: 12px;
  right: 16px;
  font-size: 26px;
}

/* line 39, ../scss/partials/_mobile-nav.scss */
#pushNav {
  display: none;
}

/* line 4, ../scss/partials/_push-nav.scss */
.no-csstransforms3d #largePushNav .mp-level, .no-csstransforms3d #mobilePushNav .mp-level {
  display: none;
}
/* line 7, ../scss/partials/_push-nav.scss */
.no-csstransforms3d #largePushNav .mp-level.mp-level-open, .no-csstransforms3d #mobilePushNav .mp-level.mp-level-open {
  display: block;
}
/* line 13, ../scss/partials/_push-nav.scss */
.no-csstransforms3d #largePushNav .mp-level-overlay a, .no-csstransforms3d #mobilePushNav .mp-level-overlay a {
  display: none;
}
/* line 18, ../scss/partials/_push-nav.scss */
.no-csstransforms3d #largePushNav .mp-level-overlay .mp-level-open a, .no-csstransforms3d #mobilePushNav .mp-level-overlay .mp-level-open a {
  display: block;
}

/* line 26, ../scss/partials/_push-nav.scss */
#largePushNav, #mobilePushNav {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/* line 31, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level, #mobilePushNav .mp-level {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  min-height: 100%;
  background-color: #20608b;
  -moz-box-shadow: inset -10px 5px -5px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: inset -10px 5px -5px rgba(0, 0, 0, 0.03);
  box-shadow: inset -10px 5px -5px rgba(0, 0, 0, 0.03);
}
/* line 40, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level, #mobilePushNav .mp-level .mp-level {
  -moz-transition: -moz-transform 320ms ease-in-out;
  -o-transition: -o-transform 320ms ease-in-out;
  -webkit-transition: -webkit-transform 320ms ease-in-out;
  transition: transform 320ms ease-in-out;
  -moz-transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
/* line 44, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level .mp-level, #mobilePushNav .mp-level .mp-level .mp-level {
  width: 100%;
}
/* line 48, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level.mp-level-open, #mobilePushNav .mp-level .mp-level.mp-level-open {
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-box-shadow: -4px 0 4px -2px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: -4px 0 4px -2px rgba(0, 0, 0, 0.02);
  box-shadow: -4px 0 4px -2px rgba(0, 0, 0, 0.02);
}
/* line 54, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level a.mp-back, #mobilePushNav .mp-level .mp-level a.mp-back {
  line-height: 1em;
  text-transform: uppercase;
  background-color: #133a53;
  border-bottom: none;
  -moz-transition: color 125ms linear, background-color 125ms linear;
  -o-transition: color 125ms linear, background-color 125ms linear;
  -webkit-transition: color 125ms linear, background-color 125ms linear;
  transition: color 125ms linear, background-color 125ms linear;
}
/* line 61, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level a.mp-back:hover, #mobilePushNav .mp-level .mp-level a.mp-back:hover {
  background-color: #103147;
}
/* line 68, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level:before, #mobilePushNav .mp-level:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #18496a;
  opacity: 0;
  visibility: hidden;
  -moz-transition: opacity 300ms linear, visibility 300ms linear;
  -o-transition: opacity 300ms linear, visibility 300ms linear;
  -webkit-transition: opacity 300ms linear, visibility 300ms linear;
  transition: opacity 300ms linear, visibility 300ms linear;
}
/* line 83, ../scss/partials/_push-nav.scss */
#largePushNav .mp-has-children, #mobilePushNav .mp-has-children {
  position: relative;
}
/* line 88, ../scss/partials/_push-nav.scss */
#largePushNav .mp-has-children:before, #mobilePushNav .mp-has-children:before {
  position: absolute;
  display: block;
  height: 1em;
  width: 1em;
  top: 50%;
  margin-top: -0.5em;
  color: rgba(255, 255, 255, 0.7);
}
/* line 100, ../scss/partials/_push-nav.scss */
#largePushNav ul, #mobilePushNav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 106, ../scss/partials/_push-nav.scss */
#largePushNav li, #mobilePushNav li {
  margin: 0;
  padding: 0;
}
/* line 111, ../scss/partials/_push-nav.scss */
#largePushNav a, #mobilePushNav a {
  text-decoration: none;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.02em;
  line-height: 1.3em;
  display: block;
  border-bottom: 1px solid #4d80a2;
  -moz-transition: color 125ms linear, background-color 125ms linear;
  -o-transition: color 125ms linear, background-color 125ms linear;
  -webkit-transition: color 125ms linear, background-color 125ms linear;
  transition: color 125ms linear, background-color 125ms linear;
}
/* line 121, ../scss/partials/_push-nav.scss */
#largePushNav a:hover, #mobilePushNav a:hover {
  color: #ffffff;
  background-color: #205a81;
}
/* line 125, ../scss/partials/_push-nav.scss */
#largePushNav a:hover:before, #mobilePushNav a:hover:before {
  color: #ffffff;
}
/* line 131, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level-overlay, #mobilePushNav .mp-level-overlay {
  width: 100%;
}
/* line 134, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level-overlay:before, #mobilePushNav .mp-level-overlay:before {
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  -moz-transition: opacity 300ms linear;
  -o-transition: opacity 300ms linear;
  -webkit-transition: opacity 300ms linear;
  transition: opacity 300ms linear;
}

/* line 144, ../scss/partials/_push-nav.scss */
#largePushNav {
  position: relative;
  padding-bottom: 2.5em;
}
/* line 148, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level {
  width: 100%;
  min-height: 100%;
}
/* line 152, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level {
  width: 91.25%;
}
/* line 155, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level a {
  font-size: 16px;
  padding: 18px 40px 18px 45px;
}
/* line 159, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level a.mp-level-title {
  font-size: 18px;
  padding: 22px 28px 22px 28px;
}
/* line 164, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level a.mp-back {
  padding: 15px 40px 15px 28px;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #133a53;
  border-bottom: none;
  -moz-transition: color 125ms linear, background-color 125ms linear;
  -o-transition: color 125ms linear, background-color 125ms linear;
  -webkit-transition: color 125ms linear, background-color 125ms linear;
  transition: color 125ms linear, background-color 125ms linear;
}
/* line 173, ../scss/partials/_push-nav.scss */
#largePushNav .mp-level .mp-level a.mp-back:hover {
  background-color: #103147;
}
/* line 182, ../scss/partials/_push-nav.scss */
#largePushNav .mp-has-children:before {
  font-size: 14px;
  right: 20px;
}
/* line 188, ../scss/partials/_push-nav.scss */
#largePushNav a {
  font-size: 18px;
  padding: 18px 40px 18px 28px;
}

/* line 195, ../scss/partials/_push-nav.scss */
#mobilePushNav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  width: 280px;
}
/* line 203, ../scss/partials/_push-nav.scss */
#mobilePushNav .mp-level {
  width: 100%;
  min-height: 100%;
}
/* line 207, ../scss/partials/_push-nav.scss */
#mobilePushNav .mp-level .mp-level {
  width: 89.28571%;
}
/* line 210, ../scss/partials/_push-nav.scss */
#mobilePushNav .mp-level .mp-level a {
  font-size: 12px;
  padding: 12px 30px 12px 30px;
}
/* line 214, ../scss/partials/_push-nav.scss */
#mobilePushNav .mp-level .mp-level a.mp-level-title {
  font-size: 14px;
  padding: 14px 20px;
}
/* line 219, ../scss/partials/_push-nav.scss */
#mobilePushNav .mp-level .mp-level a.mp-back {
  padding: 10px 30px 10px 20px;
  line-height: 1em;
  text-transform: uppercase;
  font-size: 10px;
  background-color: #133a53;
  border-bottom: none;
  -moz-transition: color 125ms linear, background-color 125ms linear;
  -o-transition: color 125ms linear, background-color 125ms linear;
  -webkit-transition: color 125ms linear, background-color 125ms linear;
  transition: color 125ms linear, background-color 125ms linear;
}
/* line 228, ../scss/partials/_push-nav.scss */
#mobilePushNav .mp-level .mp-level a.mp-back:hover {
  background-color: #103147;
}
/* line 237, ../scss/partials/_push-nav.scss */
#mobilePushNav .mp-has-children:before {
  font-size: 10px;
  right: 15px;
}
/* line 243, ../scss/partials/_push-nav.scss */
#mobilePushNav a {
  font-size: 14px;
  padding: 12px 30px 12px 20px;
}

/* line 249, ../scss/partials/_push-nav.scss */
#mobileContentOverlay {
  position: absolute;
  top: 0;
  left: 0;
}

/* line 2, ../scss/partials/_promo-3.scss */
#promoItems {
  padding:  1.5625em 0;
  background-color: #f0f0f0;
}
/* line 6, ../scss/partials/_promo-3.scss */
#promoItems ul {
  padding: 0;
}
/* line 9, ../scss/partials/_promo-3.scss */
#promoItems ul li {
  list-style: none;
}
/* line 12, ../scss/partials/_promo-3.scss */
#promoItems ul li.large-4:nth-child(1) {
  padding-right: 9px;
}
/* line 16, ../scss/partials/_promo-3.scss */
#promoItems ul li.large-4:nth-child(2) {
  padding-left: 12px;
  padding-right: 12px;
}
/* line 21, ../scss/partials/_promo-3.scss */
#promoItems ul li.large-4:nth-child(3) {
  padding-left: 9px;
}
/* line 27, ../scss/partials/_promo-3.scss */
#promoItems a {
  text-decoration: none;
  display: block;
}
/* line 32, ../scss/partials/_promo-3.scss */
#promoItems .promo {
  position: relative;
  color: #ffffff;
}
/* line 37, ../scss/partials/_promo-3.scss */
#promoItems .promo:hover .text {
  background-color: #20608b;
}
/* line 42, ../scss/partials/_promo-3.scss */
#promoItems .promo .text {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:  1.25em 1.875em;
  position: relative;
  z-index: 4;
  height: 226px;
  background-color: #20608b;
  background-color: rgba(32, 96, 139, 0.9);
  -moz-transition: background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  -webkit-transition: background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
/* line 53, ../scss/partials/_promo-3.scss */
#promoItems .promo h4 {
  margin:  0 0 0.9375em;
  font-size: 1em;
  line-height: 1.5625em;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding:  0 0 0.9375em;
  background: url("../img/underline-white.gif") bottom left no-repeat;
}
/* line 63, ../scss/partials/_promo-3.scss */
#promoItems .promo .load-bg-img {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
/* line 75, ../scss/partials/_promo-3.scss */
#promoItems .promo p {
  margin: 0;
  font-size: 0.9375em;
  line-height: 1.66667em;
  letter-spacing: -0.02em;
}

/* line 1, ../scss/partials/_footer.scss */
.main-footer {
  background-color: #ffffff;
}
/* line 5, ../scss/partials/_footer.scss */
.main-footer h3.underline, .main-footer h4.underline {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875em;
  margin:  0 0 0.85714em;
  letter-spacing: 0.15em;
  line-height: 1.4em;
  padding:  0 0 1.28571em;
  background: url("../img/underline-black.gif") bottom left no-repeat;
}

/* line 17, ../scss/partials/_footer.scss */
.main-footer .featured-item {
  border-top: 1px solid #dddcd8;
}
/* line 20, ../scss/partials/_footer.scss */
.main-footer .featured-item.small {
  padding:  2.5em 0 0;
}
/* line 23, ../scss/partials/_footer.scss */
.main-footer .featured-item.small img {
  padding-left: 0.9375em;
  padding-right: 1.875em;
  max-width: 100%;
  height: auto !important;
}
/* line 30, ../scss/partials/_footer.scss */
.main-footer .featured-item.small .content {
  margin-top: 1.375em;
}
/* line 35, ../scss/partials/_footer.scss */
.main-footer .featured-item.large {
  padding:  5em 0 0;
}
/* line 38, ../scss/partials/_footer.scss */
.main-footer .featured-item.large .content {
  margin:  1.125em 2.5em 0 1.5625em;
}
/* line 44, ../scss/partials/_footer.scss */
.main-footer .featured-item img {
  display: block;
  border: none;
}
/* line 50, ../scss/partials/_footer.scss */
.main-footer .featured-item .content p {
  line-height: 1.9375em;
  letter-spacing: -0.02em;
  max-width: 35.625em;
}
/* line 57, ../scss/partials/_footer.scss */
.main-footer .featured-item .inline-list {
  margin:  2.1875em 0 0;
  padding: 0;
}
/* line 61, ../scss/partials/_footer.scss */
.main-footer .featured-item .inline-list li {
  font-size: 1.125em;
  margin:  0 1em 0 0;
  padding:  0 1.22222em 0 0;
  letter-spacing: -0.02em;
  font-style: italic;
  list-style: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
  color: rgba(68, 68, 68, 0.8);
  border-right: 1px solid #444444;
  border-right-color: rgba(68, 68, 68, 0.8);
}
/* line 73, ../scss/partials/_footer.scss */
.main-footer .featured-item .inline-list li:last-child, .main-footer .featured-item .inline-list li.last {
  border-right-width: 0;
  padding-right: 0;
  margin-right: 0;
}
/* line 79, ../scss/partials/_footer.scss */
.main-footer .featured-item .inline-list li a {
  text-decoration: none;
  color: #054c70;
  color: #1e5f8a
  -moz-transition: color 125ms linear;
  -o-transition: color 125ms linear;
  -webkit-transition: color 125ms linear;
  transition: color 125ms linear;
}
/* line 85, ../scss/partials/_footer.scss */
.main-footer .featured-item .inline-list li a:hover {
  color: #20608b;
}
/* line 94, ../scss/partials/_footer.scss */
.main-footer .footer-blocks {
  border-top: 1px solid #dddcd8;
  padding:  3.125em 0;
}
/* line 98, ../scss/partials/_footer.scss */
.main-footer .footer-blocks p {
  line-height: 1.875em;
  margin:  0 0 1.25em;
  letter-spacing: -0.02em;
}
/* line 105, ../scss/partials/_footer.scss */
.main-footer .footer-subscribe {
  margin-right: 2.5em;
  margin-left: 1.25em;
}
/* line 110, ../scss/partials/_footer.scss */
.main-footer .about-washoe {
  margin-right: 1.25em;
}
/* line 113, ../scss/partials/_footer.scss */
.main-footer .about-washoe p {
  font-size: 0.9375em;
  line-height: 2em;
}
/* line 119, ../scss/partials/_footer.scss */
.main-footer .contact-us {
  margin-left: 0.9375em;
}
/* line 122, ../scss/partials/_footer.scss */
.main-footer .contact-us .icon-links {
  margin: 0;
  padding: 0;
}
/* line 126, ../scss/partials/_footer.scss */
.main-footer .contact-us .icon-links li {
  margin:  0 0.25em 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 133, ../scss/partials/_footer.scss */
.main-footer .contact-us .icon-links a {
  display: block;
  text-decoration: none;
  font-size: 1.625em;
  color: #bdbdbd;
  -moz-transition: color 125ms linear;
  -o-transition: color 125ms linear;
  -webkit-transition: color 125ms linear;
  transition: color 125ms linear;
}
/* line 140, ../scss/partials/_footer.scss */
.main-footer .contact-us .icon-links a:hover, .main-footer .contact-us .icon-links a:focus {
  color: #979797;
}

/* line 148, ../scss/partials/_footer.scss */
.submitted-photo {
  position: relative;
}
/* line 151, ../scss/partials/_footer.scss */
.submitted-photo .submit-your-own {
  position: absolute;
  top: 50px;
  right: 30px;
  font-style: italic;
  text-transform: none;
  color: #ffffff;
  color: rgba(255, 255, 255);
  font-size: 0.75em;
  text-decoration: none;
  background-color: #20608b;
  background-color: rgba(0, 0, 0);
  display: inline-block;
  *display: inline;
  zoom: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 1.3em;
  padding:  1.33333em 2.08333em;
  -moz-transition: background-color 125ms linear, color 125ms linear;
  -o-transition: background-color 125ms linear, color 125ms linear;
  -webkit-transition: background-color 125ms linear, color 125ms linear;
  transition: background-color 125ms linear, color 125ms linear;
}
/* line 169, ../scss/partials/_footer.scss */
.submitted-photo .submit-your-own:hover, .submitted-photo .submit-your-own:focus {
  background-color: rgba(0, 0, 0);
  color: #ffffff;
}
/* line 175, ../scss/partials/_footer.scss */
.submitted-photo .photo-info {
  position: absolute;
  width: 80%;
  left: 10%;
  margin: 4.375em 0 0;
  text-align: center;
  color: #ffffff;
  background-color: rgba(250, 250, 250);
  margin: 25px;
  padding: 30px;
}
/* line 183, ../scss/partials/_footer.scss */
.submitted-photo .photo-info h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875em;
  margin:  0 0 0.85714em;
  letter-spacing: 0.15em;
  line-height: 1.4em;
  padding:  0 0 1.21429em;
  background: url("../img/underline-white-medium.gif") bottom center no-repeat;
}
/* line 194, ../scss/partials/_footer.scss */
.submitted-photo .photo-info .photographer {
  letter-spacing: -0.01em;
  font-size: 0.95em;
  line-height: 1.5em;
  font-style: italic;
}
/* line 202, ../scss/partials/_footer.scss */
.submitted-photo img {
  width: 100%;
  height: auto !important;
}

/* line 1, ../scss/pages/_homepage.scss */
#homepageSearchWrapper {
  padding:  3.75em 0 0;
  color: #000000;
  height: 32.5625em;
}
/* line 6, ../scss/pages/_homepage.scss */
#homepageSearchWrapper .hero-text {
  max-height: 12.5em;
  overflow: hidden;
  -moz-transition: max-height 400ms ease-in-out, opacity 400ms ease-in-out;
  -o-transition: max-height 400ms ease-in-out, opacity 400ms ease-in-out;
  -webkit-transition: max-height 400ms ease-in-out, opacity 400ms ease-in-out;
  transition: max-height 400ms ease-in-out, opacity 400ms ease-in-out;
}
/* line 11, ../scss/pages/_homepage.scss */
#homepageSearchWrapper .hero-text .washoe-county {
  background: url("../img/washoe-county.png") top center no-repeat;
  width: 307px;
  height: 17px;
  text-indent: -9999px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6 / 2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  /* line 11, ../scss/pages/_homepage.scss */
  #homepageSearchWrapper .hero-text .washoe-county {
    background-image: url("../img/washoe-county_2x.png");
    -moz-background-size: 307px 17px;
    -o-background-size: 307px 17px;
    -webkit-background-size: 307px 17px;
    background-size: 307px 17px;
  }
}
/* line 20, ../scss/pages/_homepage.scss */
#homepageSearchWrapper .hero-text h2 {
  font-weight: 400;
  font-family: "raleway-thin", Arial, sans-serif;
  font-size: 5.5em;
  line-height: 1.4em;
  margin:  0.22727em 0 0;
  color: #FFFFFF;
}
/* line 29, ../scss/pages/_homepage.scss */
#homepageSearchWrapper .popular-searches {
  font-size: 0.875em;
  margin-top: 1.57143em;
  text-transform: uppercase;
  font-weight: 600;
  -moz-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  -webkit-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
  max-height: 100px;
  overflow: hidden;
}
/* line 38, ../scss/pages/_homepage.scss */
#homepageSearchWrapper .popular-searches ul {
  margin: 0;
  padding: 0 0 10px;
  list-style: none;
}
/* line 44, ../scss/pages/_homepage.scss */
#homepageSearchWrapper .popular-searches li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 48, ../scss/pages/_homepage.scss */
#homepageSearchWrapper .popular-searches a {
  margin-left: 0.85714em;
  text-decoration: none;
  color: #FFFFFF;
  background-color: rgba(221, 220, 216, 0.15);
}
/* line 57, ../scss/pages/_homepage.scss */
#homepageSearchWrapper.focus .hero-text {
  max-height: 0;
  opacity: 0;
}
/* line 62, ../scss/pages/_homepage.scss */
#homepageSearchWrapper.focus .popular-searches {
  opacity: 0;
  max-height: 0;
  -moz-transition: max-height 0ms ease-in-out 200ms, opacity 200ms ease-in-out;
  -o-transition: max-height 0ms ease-in-out 200ms, opacity 200ms ease-in-out;
  -webkit-transition: max-height 0ms ease-in-out, opacity 200ms ease-in-out;
  -webkit-transition-delay: 200ms, 0s;
  transition: max-height 0ms ease-in-out 200ms, opacity 200ms ease-in-out;
}

/* line 72, ../scss/pages/_homepage.scss */
.homepage-callouts {
  position: relative;
  background-color: #f5f5f5;
}
/* line 76, ../scss/pages/_homepage.scss */
.homepage-callouts .custom-row {
  *zoom: 1;
  max-width: 93.75em;
  margin: 0 auto;
}
/* line 121, ../scss/foundation/components/_global.scss */
.homepage-callouts .custom-row:before, .homepage-callouts .custom-row:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.homepage-callouts .custom-row:after {
  clear: both;
}
/* line 82, ../scss/pages/_homepage.scss */
.homepage-callouts .large-4 {
  position: static;
}
/* line 86, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider {
  height: 23.25em;
  border: 1px solid #dddcd8;
  border-width: 0 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  background-color: #ffffff;
}
/* line 96, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .slides li {
  height: 23.25em;
}
/* line 101, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .flex-control-paging {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
/* line 107, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .flex-control-paging li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 -1px;
}
/* line 112, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .flex-control-paging a {
  border: 6px solid #ffffff;
  width: 8px;
  height: 8px;
  overflow: hidden;
  display: block;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  text-indent: -9999px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #a5a5a5;
}
/* line 123, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .flex-control-paging a.flex-active {
  background-color: #054c70;
}
/* line 130, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .flex-next {
  position: absolute;
  font-size: 1.5em;
  top: 2.66667em;
  color: #ffffff;
  text-decoration: none;
  z-index: 200;
}
/* line 140, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .flex-direction-nav .flex-prev {
  left: 20px;
}
/* line 145, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .flex-direction-nav .flex-next {
  right: 20px;
}
/* line 151, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider h3 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: 700;
  position: absolute;
  z-index: 200;
  letter-spacing: 0.2em;
  text-align: center;
  width: 100%;
  left: 0;
  top: 4.42857em;
  margin: 0;
  line-height: 1.4em;
  padding:  0 4.28571em 1.07143em;
  background: url("../img/underline-white.gif") bottom center no-repeat;
}
/* line 169, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .img-wrapper {
  position: relative;
  max-height: 9.625em;
  overflow: hidden;
}
/* line 174, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .img-wrapper .overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/news-img-overlay.png") top left repeat;
}
/* line 184, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider .img-wrapper img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto !important;
}
/* line 192, ../scss/pages/_homepage.scss */
.homepage-callouts .news-slider p {
  padding:  1.25em 3.75em;
  color: #777777;
  line-height: 1.9375em;
}
/* line 201, ../scss/pages/_homepage.scss */
.homepage-callouts .static {
  position: static !important;
}
/* line 208, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout.show .flyout-content {
  max-width: 66.666667%;
  opacity: 1;
  -moz-transition: max-width 500ms ease-in-out, opacity 400ms linear 100ms;
  -o-transition: max-width 500ms ease-in-out, opacity 400ms linear 100ms;
  -webkit-transition: max-width 500ms ease-in-out, opacity 400ms linear;
  -webkit-transition-delay: 0s, 100ms;
  transition: max-width 500ms ease-in-out, opacity 400ms linear 100ms;
}
/* line 213, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout.show .flyout-content .inner-wrapper {
  opacity: 1;
  -moz-transition: opacity 100ms linear 300ms;
  -o-transition: opacity 100ms linear 300ms;
  -webkit-transition: opacity 100ms linear;
  -webkit-transition-delay: 300ms;
  transition: opacity 100ms linear 300ms;
}
/* line 220, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .slide-right {
  left: 33.3333%;
}
/* line 224, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .slide-left {
  right: 33.3333%;
}
/* line 228, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .flyout-content {
  background-color: #054c70;
  letter-spacing: -0.02em;
  color: #ffffff;
  position: absolute;
  top: 0;
  height: 100%;
  *zoom: 1;
  width: 66.666666%;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 250;
  -moz-transition: max-width 450ms ease-in-out, opacity 400ms linear 200ms;
  -o-transition: max-width 450ms ease-in-out, opacity 400ms linear 200ms;
  -webkit-transition: max-width 450ms ease-in-out, opacity 400ms linear;
  -webkit-transition-delay: 0s, 200ms;
  transition: max-width 450ms ease-in-out, opacity 400ms linear 200ms;
}
/* line 121, ../scss/foundation/components/_global.scss */
.homepage-callouts .flyout .flyout-content:before, .homepage-callouts .flyout .flyout-content:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.homepage-callouts .flyout .flyout-content:after {
  clear: both;
}
/* line 244, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .flyout-content .inner-wrapper {
  opacity: 0;
  -moz-transition: opacity 100ms linear;
  -o-transition: opacity 100ms linear;
  -webkit-transition: opacity 100ms linear;
  transition: opacity 100ms linear;
}
/* line 249, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .flyout-content .title {
  font-weight: 700;
  font-size: 1.625em;
  margin:  2.30769em 0.76923em 0.76923em 1.92308em;
}
/* line 255, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .flyout-content ul {
  *zoom: 1;
  margin:  0.625em 1.25em 0.625em 4.6875em;
  padding: 0;
}
/* line 121, ../scss/foundation/components/_global.scss */
.homepage-callouts .flyout .flyout-content ul:before, .homepage-callouts .flyout .flyout-content ul:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.homepage-callouts .flyout .flyout-content ul:after {
  clear: both;
}
/* line 261, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .flyout-content li {
  margin: 12px 0;
  padding: 0 40px 0 0;
  font-size: 12px;
  float: left;
  width: 33.333333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 270, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .flyout-content a {
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  border-bottom: 1px solid transparent;
  -moz-transition: border-bottom-color 75ms linear;
  -o-transition: border-bottom-color 75ms linear;
  -webkit-transition: border-bottom-color 75ms linear;
  transition: border-bottom-color 75ms linear;
}
/* line 279, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .flyout-content a:hover {
  border-bottom-color: #ffffff;
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
/* line 285, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .flyout-content .close-btn {
  position: absolute;
  top: 20px;
  right: 25px;
  font-size: 28px;
  display: block;
  width: 1em;
  height: 1em;
  overflow: visible;
  text-align: center;
  border: none;
}
/* line 298, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .flyout-content li.clear-row {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  clear: both;
  list-style: none;
  display: none;
}
/* line 312, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .departments-flyout {
  background: #054c70 url("../img/black-fade.png") bottom left repeat-x;
}


.homepage-callouts .flyout .iwantto-flyout {
  background: #054c70 url("../img/black-fade.png") bottom left repeat-x;
}
/* line 315, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .departments-flyout .department-flyout-links {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
.homepage-callouts .flyout .iwantto-flyout .iwantto-flyout-links {
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}
/* line 324, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .departments-flyout .title {
  padding:  1.03846em 0.76923em 0.61538em 1.92308em;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #5598c3;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
.homepage-callouts .flyout .iwantto-flyout .title {
  padding:  1.03846em 0.76923em 0.61538em 1.92308em;
  margin: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 1px solid #5598c3;
  border-bottom-color: rgba(255, 255, 255, 0.2);
}
/* line 335, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .departments-flyout .links {
  padding: 0 0 0 70px;
  margin: 0;
  list-style: none;
}
.homepage-callouts .flyout .iwantto-flyout .links {
  padding: 0 0 0 70px;
  margin: 0;
  list-style: none;
}
/* line 341, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .departments-flyout li.column-list {
  margin: 0;
  padding: 0;
}
.homepage-callouts .flyout .iwantto-flyout li.column-list {
  margin: 0;
  padding: 0;
}
/* line 345, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .departments-flyout li.column-list ul {
  list-style: disc;
  margin: 10px 0 0;
  padding: 0 0 40px 0 !important;
}

.homepage-callouts .flyout .iwantto-flyout li.column-list ul {
  list-style: disc;
  margin: 10px 0 0;
  padding: 0 0 40px 0 !important;
}
/* line 351, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .departments-flyout li.column-list li {
  float: none;
  width: auto;
  margin: 8px 0 10px;
  padding: 0 40px 0 0;
}
.homepage-callouts .flyout .iwantto-flyout li.column-list li {
  float: none;
  width: auto;
  margin: 2em 0 10px;
  padding: 0 40px 0 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .homepage-callouts .flyout .iwantto-flyout li.column-list li {
  float: none;
  width: auto;
  margin: 1.2em 0 10px;
  padding: 0 40px 0 0;
    }
}
/* line 359, ../scss/pages/_homepage.scss */
.homepage-callouts .flyout .departments-flyout a {
  font-size: 14px;
  line-height: 1.5em;
}
/* line 366, ../scss/pages/_homepage.scss */
.homepage-callouts .box {
  *zoom: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 23.25em;
  padding:  1.875em 2.5em;
  background-color: #f5f5f5;
}
/* line 121, ../scss/foundation/components/_global.scss */
.homepage-callouts .box:before, .homepage-callouts .box:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.homepage-callouts .box:after {
  clear: both;
}
/* line 373, ../scss/pages/_homepage.scss */
.homepage-callouts .box h2, .homepage-callouts .box h3 {
  font-size: 1.625em;
  line-height: 1.38462em;
  font-weight: 700;
  letter-spacing: -0.02em;
  margin:  1.53846em 0 0.38462em;
}
/* line 381, ../scss/pages/_homepage.scss */
.homepage-callouts .box p {
  max-width: 370px;
  margin: 1.25em auto 1.875em;
  line-height: 1.9375em;
  color: #777777;
}

/* line 3, ../scss/pages/_subpage.scss */
.body-wrapper {
  *zoom: 1;
  overflow: hidden;
  width: 100%;
  max-width: 78.75em;
  margin: 14.625em auto 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 121, ../scss/foundation/components/_global.scss */
.body-wrapper:before, .body-wrapper:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.body-wrapper:after {
  clear: both;
}
/* line 11, ../scss/pages/_subpage.scss */
.body-wrapper .inner-wrapper {
  margin:  0 0.9375em;
  background-color: #ffffff;
  *zoom: 1;
}
/* line 121, ../scss/foundation/components/_global.scss */
.body-wrapper .inner-wrapper:before, .body-wrapper .inner-wrapper:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
.body-wrapper .inner-wrapper:after {
  clear: both;
}

/* line 18, ../scss/pages/_subpage.scss */
#largePushNav, #body {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 23, ../scss/pages/_subpage.scss */
#largePushNav {
  width: 23%;
}

/* line 29, ../scss/pages/_subpage.scss */
#body {
  width: 77%;
}
/* line 32, ../scss/pages/_subpage.scss */
#body .top-bar {
  background-color: #fbfbfb;
  color: #555555;
  height: 2.625em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
/* line 121, ../scss/foundation/components/_global.scss */
#body .top-bar:before, #body .top-bar:after {
  content: " ";
  display: table;
}
/* line 122, ../scss/foundation/components/_global.scss */
#body .top-bar:after {
  clear: both;
}
/* line 40, ../scss/pages/_subpage.scss */
#body .breadcrumbs {
  float: left;
  margin: 0;
  padding: 15px 48px;
  list-style: none;
  font-weight: 600;
  font-size: 0.75em;
  letter-spacing: -0.02em;
}
/* line 49, ../scss/pages/_subpage.scss */
#body .breadcrumbs li {
  margin:  0 0.58333em 0 0;
  padding: 0;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 54, ../scss/pages/_subpage.scss */
#body .breadcrumbs li:last-child, #body .breadcrumbs li:last-child a, #body .breadcrumbs li.current, #body .breadcrumbs li.current a {
  color: #054c70;
  pointer-events: none;
}
/* line 61, ../scss/pages/_subpage.scss */
#body .breadcrumbs li:last-child:hover, #body .breadcrumbs li:last-child a:hover, #body .breadcrumbs li.current:hover, #body .breadcrumbs li.current a:hover {
  color: #054c70;
}
/* line 67, ../scss/pages/_subpage.scss */
#body .breadcrumbs a {
  color: #555555;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 72, ../scss/pages/_subpage.scss */
#body .breadcrumbs a:hover {
  -moz-transition: color 75ms linear;
  -o-transition: color 75ms linear;
  -webkit-transition: color 75ms linear;
  transition: color 75ms linear;
  color: #373737;
}
/* line 79, ../scss/pages/_subpage.scss */
#body .page-options {
  float: right;
}
/* line 82, ../scss/pages/_subpage.scss */
#body .page-options a {
  text-decoration: none;
}
/* line 86, ../scss/pages/_subpage.scss */
#body .page-options .text-size {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: 600;
  border-left: 1px solid #cccccc;
  height: 2.625em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding:  0.625em 1.125em 0 1em;
}
/* line 97, ../scss/pages/_subpage.scss */
#body .page-options .text-size li {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/* line 101, ../scss/pages/_subpage.scss */
#body .page-options .text-size .label {
  color: #7e7e7e;
  text-transform: uppercase;
  font-size: 0.625em;
  margin-right: 0.6em;
}
/* line 107, ../scss/pages/_subpage.scss */
#body .page-options .text-size .label strong {
  font-weight: inherit;
}
/* line 112, ../scss/pages/_subpage.scss */
#body .page-options .text-size .font-size {
  margin-left: 3px;
}
/* line 115, ../scss/pages/_subpage.scss */
#body .page-options .text-size .font-size a {
  line-height: 1em;
  display: block;
  color: #545454;
  border-bottom: 1px solid transparent;
  -moz-transition: color 125ms linear;
  -o-transition: color 125ms linear;
  -webkit-transition: color 125ms linear;
  transition: color 125ms linear;
}
/* line 122, ../scss/pages/_subpage.scss */
#body .page-options .text-size .font-size a:hover {
  color: #212121;
}
/* line 128, ../scss/pages/_subpage.scss */
#body .page-options .text-size .font-size.active a {
  border-bottom-color: #545454;
}
/* line 131, ../scss/pages/_subpage.scss */
#body .page-options .text-size .font-size.active a:hover {
  color: #545454;
}
/* line 138, ../scss/pages/_subpage.scss */
#body .page-options .text-size .font-default {
  font-size: 0.8125em;
}
/* line 142, ../scss/pages/_subpage.scss */
#body .page-options .text-size .font-medium {
  font-size: 1em;
}
/* line 146, ../scss/pages/_subpage.scss */
#body .page-options .text-size .font-large {
  font-size: 1.1875em;
}
/* line 151, ../scss/pages/_subpage.scss */
#body .page-options .print-btn {
  float: left;
  color: #7e7e7e;
  font-size: 1.25em;
  height: 2.1em;
  line-height: 2.1em;
  padding:  0 0.7em;
  border-left: 1px solid #cccccc;
  -moz-transition: background-color 125ms linear, color 125ms linear;
  -o-transition: background-color 125ms linear, color 125ms linear;
  -webkit-transition: background-color 125ms linear, color 125ms linear;
  transition: background-color 125ms linear, color 125ms linear;
}
/* line 161, ../scss/pages/_subpage.scss */
#body .page-options .print-btn:hover {
  background-color: #dedede;
  color: #474747;
}
/* line 166, ../scss/pages/_subpage.scss */
#body .page-options .print-btn .icon, #body .page-options .print-btn #largePushNav .mp-has-children:before, #largePushNav #body .page-options .print-btn .mp-has-children:before, #body .page-options .print-btn #mobilePushNav .mp-has-children:before, #mobilePushNav #body .page-options .print-btn .mp-has-children:before, #body .page-options .print-btn .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav #body .page-options .print-btn .flex-prev, #body .page-options .print-btn .homepage-callouts .news-slider .flex-direction-nav .flex-next, .homepage-callouts .news-slider .flex-direction-nav #body .page-options .print-btn .flex-next {
  position: relative;
  top: 1px;
}
/* line 173, ../scss/pages/_subpage.scss */
#body .text {
  color: #555555;
  font-size: 1.125em;
  padding: 15px 44.28571px 40px 48px;
  letter-spacing: -0.02em;
  line-height: 1.88889em;
}
/* line 182, ../scss/pages/_subpage.scss */
#body .text h1, #body .text h2, #body .text h3, #body .text h4, #body .text h5, #body .text h6 {
  font-weight: 300;
  color: #1e5f8a;
  line-height: 1.3em;
  margin: 0 0 5px;
  padding: 10px 0 0;
}
/* line 190, ../scss/pages/_subpage.scss */
#body .text h1 {
  padding-top: 10px;
  font-size: 2.88889em;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
  line-height: 1.2em;
}
/* line 197, ../scss/pages/_subpage.scss */
#body .text h1.no-bottom-margin {
  margin-bottom: 0;
}
/* line 202, ../scss/pages/_subpage.scss */
#body .text h2 {
  font-size: 1.88889em;
}
/* line 206, ../scss/pages/_subpage.scss */
#body .text h3 {
  font-size: 1.66667em;
}
/* line 210, ../scss/pages/_subpage.scss */
#body .text h4 {
  font-size: 1.38889em;
}
/* line 214, ../scss/pages/_subpage.scss */
#body .text h5 {
  font-size: 1.16667em;
  font-weight: 400;
  color: #8dadc3;
}
/* line 220, ../scss/pages/_subpage.scss */
#body .text h6 {
  font-size: 0.94444em;
  font-weight: 600;
  color: #8dadc3;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
/* line 228, ../scss/pages/_subpage.scss */
#body .text hr {
  height: 1px;
  border: none;
  overflow: hidden;
  background-color: #dddcd8;
  margin:  0.83333em 0 1.11111em;
}
/* line 236, ../scss/pages/_subpage.scss */
#body .text ul {
  padding-left: 1.38889em;
}
/* line 239, ../scss/pages/_subpage.scss */
#body .text ul ul {
  padding-left: 1.11111em;
}
/* line 244, ../scss/pages/_subpage.scss */
#body .text ol {
  padding-left: 1.66667em;
}
/* line 247, ../scss/pages/_subpage.scss */
#body .text ol ol {
  padding-left: 1.22222em;
}
/* line 252, ../scss/pages/_subpage.scss */
#body .text ul, #body .text ol {
  margin:  0.55556em 0 1.11111em;
}
/* line 255, ../scss/pages/_subpage.scss */
#body .text ul ul, #body .text ul ol, #body .text ol ul, #body .text ol ol {
  margin: 0;
}
/* line 258, ../scss/pages/_subpage.scss */
#body .text ul ul li, #body .text ul ol li, #body .text ol ul li, #body .text ol ol li {
  font-size: 0.83333em;
}
/* line 261, ../scss/pages/_subpage.scss */
#body .text ul ul li ul, #body .text ul ul li ol, #body .text ul ol li ul, #body .text ul ol li ol, #body .text ol ul li ul, #body .text ol ul li ol, #body .text ol ol li ul, #body .text ol ol li ol {
  font-size: 1em;
}
/* line 268, ../scss/pages/_subpage.scss */
#body .text ul {
  list-style: disc;
}
/* line 272, ../scss/pages/_subpage.scss */
#body .text p {
  padding:  0.55556em 0 0.83333em;
  margin: 0;
}
/* line 276, ../scss/pages/_subpage.scss */
#body .text p:first-of-type {
  padding:  1.66667em 0 0.83333em;
}
/* line 281, ../scss/pages/_subpage.scss */
#body .text img {
  margin:  1.22222em 0;
}
/* line 284, ../scss/pages/_subpage.scss */
#body .text img.right, #body .text img[style*="float:right"], #body .text img[style*="float: right"] {
  margin:  1.22222em 0 1.22222em 2em !important;
}
/* line 288, ../scss/pages/_subpage.scss */
#body .text img.left, #body .text img[style*="float:left"], #body .text img[style*="float: left"] {
  margin:  1.22222em 2em 1.22222em 0 !important;
}
/* line 293, ../scss/pages/_subpage.scss */
#body .text .person {
  background-color: #ebebeb;
  float: right;
  padding: 27px 34px 22px;
  margin: 0 0 20px 36px;
}
/* line 299, ../scss/pages/_subpage.scss */
#body .text .person img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
/* line 305, ../scss/pages/_subpage.scss */
#body .text .person h3 {
  font-size: 1em;
  line-height: 1.3em;
  font-weight: 400;
  margin: 1em 0 .2em;
  padding: 0 0 0 4px;
}
/* line 313, ../scss/pages/_subpage.scss */
#body .text .person em {
  font-size: 0.77778em;
  margin: 0;
  padding: 0 0 0 4px;
  display: block;
  line-height: 1.3em;
}
/* line 323, ../scss/pages/_subpage.scss */
#body .share-icons {
  border-top: 1px solid #dddcd8;
  padding-top: 3.125em;
  margin:  1.875em 2.76786em 3.75em 3.875em;
  text-align: center;
}
/* line 329, ../scss/pages/_subpage.scss */
#body .share-icons ul {
  list-style: none;
  margin:  0.9375em -0.0625em 0;
  padding: 0;
}
/* line 334, ../scss/pages/_subpage.scss */
#body .share-icons ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin: 0 -2px;
  padding:  0 0.125em;
}
/* line 341, ../scss/pages/_subpage.scss */
#body .share-icons strong {
  font-weight: 600;
}
/* line 345, ../scss/pages/_subpage.scss */
#body .share-icons a {
  text-decoration: none;
  font-size: 2em;
  color: #bdbdbd;
  -moz-transition: color 125ms linear;
  -o-transition: color 125ms linear;
  -webkit-transition: color 125ms linear;
  transition: color 125ms linear;
}
/* line 351, ../scss/pages/_subpage.scss */
#body .share-icons a:hover, #body .share-icons a:focus {
  color: #1e5f8a;
}

/* line 2, ../scss/elements/_jquery-autocomplete.scss */
.autocomplete-suggestions {
  position: relative;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #ffffff;
  margin-left: 2.4375em;
  height: 16.25em;
}
/* line 9, ../scss/elements/_jquery-autocomplete.scss */
.autocomplete-suggestions strong {
  font-weight: 300;
}
/* line 13, ../scss/elements/_jquery-autocomplete.scss */
.autocomplete-suggestions .view-all-results {
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #ffffff;
}

/* line 26, ../scss/elements/_jquery-autocomplete.scss */
.autocomplete-suggestion {
  cursor: pointer;
  font-weight: 300;
  font-size: 1.5em;
  letter-spacing: -0.02em;
  padding:  0.16667em 0;
  margin:  0.41667em 0;
}

/* line 20, ../scss/_media-queries.scss */
meta.foundation-mq-custom-small {
  font-family: "only screen and (max-width: 1039px)";
  width: 1040px;
}

/* line 25, ../scss/_media-queries.scss */
.show-small {
  display: none;
}

/* line 29, ../scss/_media-queries.scss */
.hide-small {
  display: block;
}

@media only screen {
  /* line 34, ../scss/_media-queries.scss */
  .show-small {
    display: block;
  }

  /* line 38, ../scss/_media-queries.scss */
  .hide-small {
    display: none;
  }

  /* line 43, ../scss/_media-queries.scss */
  #homepageHeader .header-overlay-blur, #homepageHeader .washoe-county {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  /* line 50, ../scss/_media-queries.scss */
  .show-small {
    display: none;
  }

  /* line 54, ../scss/_media-queries.scss */
  .hide-small {
    display: block;
  }

  /* line 59, ../scss/_media-queries.scss */
  #homepageHeader .header-overlay-blur {
    display: inherit !important;
  }
  /* line 63, ../scss/_media-queries.scss */
  #homepageHeader .washoe-county {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 1039px) {
  /* line 71, ../scss/_media-queries.scss */
  body.hide-mobile-overflow {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  /* line 82, ../scss/_media-queries.scss */
  .homepage-callouts .flyout .flyout-content, .homepage-callouts .flyout.show .flyout-content {
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
  /* line 88, ../scss/_media-queries.scss */
  .homepage-callouts .flyout.show .flyout-content {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    overflow: auto;
  }
  /* line 97, ../scss/_media-queries.scss */
  .homepage-callouts .flyout.show .flyout-content .inner-wrapper {
    margin: 0;
    border: none;
  }
  /* line 102, ../scss/_media-queries.scss */
  .homepage-callouts .flyout.show .flyout-content .department-flyout-links {
    position: static;
    width: auto;
    overflow: auto;
  }
    
  .homepage-callouts .flyout.show .flyout-content .iwantto-flyout-links {
    position: static;
    width: auto;
    overflow: auto;
  }
  /* line 108, ../scss/_media-queries.scss */
  .homepage-callouts .flyout.show .flyout-content .title {
    position: fixed;
    top: 0;
    padding: 20px 25px 25px;
    font-size: 18px;
    width: 100%;
    background-color: #054c70;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
    margin: 0;
  }
  /* line 120, ../scss/_media-queries.scss */
  .homepage-callouts .flyout.show .flyout-content ul {
    list-style: none;
    margin: 55px 0 51px 0;
  }
  /* line 125, ../scss/_media-queries.scss */
  .homepage-callouts .flyout.show .flyout-content li {
    float: none;
    width: auto;
    margin: 0;
    padding-right: 0;
  }
  /* line 131, ../scss/_media-queries.scss */
  .homepage-callouts .flyout.show .flyout-content li a {
    margin: 0;
    padding: 12px 25px 13px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.27);
  }
  /* line 138, ../scss/_media-queries.scss */
  .homepage-callouts .flyout.show .flyout-content li:first-child a {
    padding-top: 23px;
  }
  /* line 143, ../scss/_media-queries.scss */
  .homepage-callouts .flyout.show .flyout-content .close-btn {
    position: fixed;
    top: 0;
    right: 0;
    margin: 13px 26px 0 56px;
    font-size: 22px;
  }

  /* line 155, ../scss/_media-queries.scss */
  .navbar-wrapper {
    display: none;
  }

  /* line 159, ../scss/_media-queries.scss */
  .bg-image {
    -moz-background-size: 120% auto;
    -o-background-size: 120% auto;
    -webkit-background-size: 120% auto;
    background-size: 120% auto;
    background-position: top center;
  }

  /* line 164, ../scss/_media-queries.scss */
  #mobileNav {
    display: block;
  }

  /* line 169, ../scss/_media-queries.scss */
  #homepage #mobileNav {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }

  /* line 179, ../scss/_media-queries.scss */
  #homepageSearchWrapper {
    margin-top: 5em;
  }

  /* line 183, ../scss/_media-queries.scss */
  #mobileContentOverlay {
    width: 100%;
    height: 100%;
    z-index: 300;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -moz-transition: visibility 0s linear 300ms, opacity 300ms linear;
    -o-transition: visibility 0s linear 300ms, opacity 300ms linear;
    -webkit-transition: visibility 0s linear, opacity 300ms linear;
    -webkit-transition-delay: 300ms, 0s;
    transition: visibility 0s linear 300ms, opacity 300ms linear;
  }

  /* line 193, ../scss/_media-queries.scss */
  .main-wrapper {
    position: relative;
    overflow: hidden;
  }
  /* line 197, ../scss/_media-queries.scss */
  .main-wrapper .content-wrapper, .main-wrapper #mobilePushNav {
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  /* line 201, ../scss/_media-queries.scss */
  .main-wrapper #mobilePushNav {
    display: block;
    -moz-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
  }
  /* line 208, ../scss/_media-queries.scss */
  .main-wrapper.show-mobile-nav #mobileContentOverlay {
    visibility: visible;
    opacity: 1;
    -moz-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    -webkit-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
  }
  /* line 214, ../scss/_media-queries.scss */
  .main-wrapper.show-mobile-nav .content-wrapper {
    -moz-transform: translate3d(-280px, 0, 0);
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
  }
  /* line 218, ../scss/_media-queries.scss */
  .main-wrapper.show-mobile-nav #mobilePushNav {
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  /* line 224, ../scss/_media-queries.scss */
  #largePushNav {
    display: none;
  }

  /* line 228, ../scss/_media-queries.scss */
  #body {
    float: none;
    width: 100%;
  }

  /* line 233, ../scss/_media-queries.scss */
  .body-wrapper {
    margin-top: 9.375em;
  }
}
@media only screen and (max-width: 767px) {
  /* line 239, ../scss/_media-queries.scss */
  #departmentsFlyout {
    display: none;
  }

  /* line 243, ../scss/_media-queries.scss */
  .autocomplete-wrapper {
    display: none;
  }

  /* line 247, ../scss/_media-queries.scss */
  .body-wrapper {
    margin-top: 86px;
  }
  /* line 250, ../scss/_media-queries.scss */
  .body-wrapper .inner-wrapper {
    margin: 0;
    border-bottom: 1px solid #dddcd8;
  }

  /* line 258, ../scss/_media-queries.scss */
  #body .top-bar {
    display: none;
  }
  /* line 262, ../scss/_media-queries.scss */
  #body .text {
    padding: 20px 22px 40px;
    font-size: 14px;
  }
  /* line 266, ../scss/_media-queries.scss */
  #body .text h1 {
    font-size: 27px;
  }
  /* line 270, ../scss/_media-queries.scss */
  #body .text h2 {
    font-size: 23px;
  }
  /* line 274, ../scss/_media-queries.scss */
  #body .text h3 {
    font-size: 20px;
  }
  /* line 278, ../scss/_media-queries.scss */
  #body .text h4 {
    font-size: 18px;
  }
  /* line 282, ../scss/_media-queries.scss */
  #body .text h5 {
    font-size: 16px;
  }
  /* line 286, ../scss/_media-queries.scss */
  #body .text p {
    padding:  0.35714em 0 1.07143em;
    margin: 0;
  }
  /* line 290, ../scss/_media-queries.scss */
  #body .text p:first-of-type {
    padding:  1.11111em 0 0.83333em;
  }
  /* line 295, ../scss/_media-queries.scss */
  #body .text .person {
    float: right;
    padding: 15px 15px 12px;
    margin: 0 0 20px 25px;
  }
  /* line 300, ../scss/_media-queries.scss */
  #body .text .person img {
    display: block;
    max-width: 140px;
    margin: 0 auto;
  }
  /* line 306, ../scss/_media-queries.scss */
  #body .text .person h3 {
    font-size: 12px;
    line-height: 1.3em;
    font-weight: 400;
    margin: 1em 0 .2em;
    padding: 0 0 0 4px;
  }
  /* line 314, ../scss/_media-queries.scss */
  #body .text .person em {
    font-size: 0.77778em;
    margin: 0;
    padding: 0 0 0 4px;
    display: block;
    line-height: 1.3em;
  }
  /* line 323, ../scss/_media-queries.scss */
  #body .text img {
    margin: 15px 0;
    float: none !important;
  }
  /* line 327, ../scss/_media-queries.scss */
  #body .text img.right, #body .text img[style*="float:right"], #body .text img[style*="float: right"] {
    margin: 20px 0 20px 25px !important;
  }
  /* line 331, ../scss/_media-queries.scss */
  #body .text img.left, #body .text img[style*="float:left"], #body .text img[style*="float: left"] {
    margin: 20px 25px 20px 0 !important;
  }

  /* line 340, ../scss/_media-queries.scss */
  .search-bar .inline-search .search-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  /* line 345, ../scss/_media-queries.scss */
  .search-bar .inline-search .search-input {
    font-size: 9px;
    padding: 8px 28px 8px 15px;
  }
  /* line 350, ../scss/_media-queries.scss */
  .search-bar .inline-search .search-btn {
    font-size: 14px;
    top: 5px;
    right: 12px;
  }

  /* line 358, ../scss/_media-queries.scss */
  #homepageHeader {
    background-color: #1e5f8a;
  }
  /* line 361, ../scss/_media-queries.scss */
  #homepageHeader .header-overlay {
    opacity: 0.5;
  }
  /* line 363, ../scss/_media-queries.scss */
  #homepageHeader .header-overlay:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM3ODNiNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e5f8a), color-stop(100%, rgba(0, 0, 0, 0)));
    background-image: -moz-linear-gradient(#1e5f8a, rgba(0, 0, 0, 0));
    background-image: -webkit-linear-gradient(#1e5f8a, rgba(0, 0, 0, 0));
    background-image: linear-gradient(#1e5f8a, rgba(0, 0, 0, 0));
  }

  /* line 376, ../scss/_media-queries.scss */
  #homepageSearchWrapper {
    height: 272px;
    padding-top: 42px;
  }
  /* line 381, ../scss/_media-queries.scss */
  #homepageSearchWrapper .hero-text h2 {
    font-size: 29px;
  }
  /* line 386, ../scss/_media-queries.scss */
  #homepageSearchWrapper .popular-searches {
    display: none;
  }
  /* line 391, ../scss/_media-queries.scss */
  #homepageSearchWrapper .homepage-search-form .input-wrap {
    max-width: 302px;
    margin: 0 auto;
  }
  /* line 396, ../scss/_media-queries.scss */
  #homepageSearchWrapper .homepage-search-form .input-search {
    font-size: 12px;
    padding: 14px 40px 14px 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
  }
  /* line 13, ../scss/utilities/_mixins.scss */
  #homepageSearchWrapper .homepage-search-form .input-search::-webkit-input-placeholder {
    color: #a5a5a5;
  }
  /* line 14, ../scss/utilities/_mixins.scss */
  #homepageSearchWrapper .homepage-search-form .input-search:-moz-placeholder {
    color: #a5a5a5;
  }
  /* line 15, ../scss/utilities/_mixins.scss */
  #homepageSearchWrapper .homepage-search-form .input-search::-moz-placeholder {
    color: #a5a5a5;
  }
  /* line 16, ../scss/utilities/_mixins.scss */
  #homepageSearchWrapper .homepage-search-form .input-search:-ms-input-placeholder {
    color: #a5a5a5;
  }
  /* line 406, ../scss/_media-queries.scss */
  #homepageSearchWrapper .homepage-search-form .search-btn {
    font-size: 16px;
    top: 11px;
    right: 16px;
  }

  /* line 414, ../scss/_media-queries.scss */
  .homepage-callouts {
    background-color: #ffffff;
  }
  /* line 419, ../scss/_media-queries.scss */
  .homepage-callouts .custom-row {
    max-width: 31.25em;
    overflow: visible;
  }
  /* line 423, ../scss/_media-queries.scss */
  .homepage-callouts .custom-row .inner-wrapper {
    margin: 0 -1px;
    overflow: visible;
    *zoom: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px solid #dddcd8;
    border-right: 1px solid #dddcd8;
  }
  /* line 121, ../scss/foundation/components/_global.scss */
  .homepage-callouts .custom-row .inner-wrapper:before, .homepage-callouts .custom-row .inner-wrapper:after {
    content: " ";
    display: table;
  }
  /* line 122, ../scss/foundation/components/_global.scss */
  .homepage-callouts .custom-row .inner-wrapper:after {
    clear: both;
  }
  /* line 433, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider {
    border: none;
    height: 325px;
  }
  /* line 437, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider h3 {
    font-size: 0.6875em;
    top: 4.72727em;
  }
  /* line 442, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-direction-nav {
    font-size: 12px;
  }
  /* line 445, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .flex-next {
    top: 17%;
  }
  /* line 449, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-direction-nav .flex-prev {
    left: 14px;
  }
  /* line 453, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-direction-nav .flex-next {
    right: 14px;
  }
  /* line 458, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-control-paging {
    bottom: 20px;
  }
  /* line 463, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .top .img-wrapper {
    max-height: 8em;
  }
  /* line 467, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .top img {
    width: auto !important;
    min-width: 100%;
    height: 100% !important;
    min-height: 0;
  }
  /* line 475, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .bottom {
    max-width: 21.875em;
    margin: 0 auto;
  }
  /* line 479, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .bottom p {
    font-size: 0.875em;
    padding:  0.71429em 1.07143em;
    line-height: 1.57143em;
  }
  /* line 487, ../scss/_media-queries.scss */
  .homepage-callouts .box {
    height: auto;
    min-height: 18.75em;
    padding:  1.25em 0.9375em 0;
  }
  /* line 492, ../scss/_media-queries.scss */
  .homepage-callouts .box h3 {
    font-size: 1.125em;
  }
  /* line 496, ../scss/_media-queries.scss */
  .homepage-callouts .box p {
    font-size: 0.875em;
    line-height: 1.57143em;
    min-height: 6.42857em;
  }
  /* line 502, ../scss/_media-queries.scss */
  .homepage-callouts .box .btn.large {
    font-size: 10px;
    padding-top: 2em;
    padding-bottom: 2em;
    letter-spacing: 0;
  }

  /* line 513, ../scss/_media-queries.scss */
  #promoItems .promo p {
    font-size: 0.75em;
    line-height: 1.6em;
  }
  /* line 518, ../scss/_media-queries.scss */
  #promoItems .promo .text {
    padding:  1.25em 1.25em;
    height: auto;
    min-height: 180px;
  }
  /* line 524, ../scss/_media-queries.scss */
  #promoItems .promo h4 {
    line-height: 1.3em;
    font-size: 0.875em;
    letter-spacing: 0.04em;
  }
  /* line 533, ../scss/_media-queries.scss */
  #promoItems ul li.large-4 {
    padding-left: 0.9375em !important;
    padding-right: 0.9375em !important;
    margin-top: 0.625em;
    margin-bottom: 0.625em;
  }

  /* line 547, ../scss/_media-queries.scss */
  .main-footer .featured-item img {
    display: none;
  }
  /* line 551, ../scss/_media-queries.scss */
  .main-footer .featured-item h3 {
    font-size: 0.625em;
    margin-bottom: 1.8em;
    letter-spacing: 0;
  }
  /* line 559, ../scss/_media-queries.scss */
  .main-footer .featured-item .content p {
    font-size: 0.875em;
    line-height: 1.57143em;
  }
  /* line 565, ../scss/_media-queries.scss */
  .main-footer .featured-item .inline-list {
    font-size: 0.6875em;
  }
  /* line 568, ../scss/_media-queries.scss */
  .main-footer .featured-item .inline-list li {
    margin-bottom: 0.90909em;
  }
  /* line 573, ../scss/_media-queries.scss */
  .main-footer .featured-item.large {
    padding-top: 0.625em;
  }
  /* line 576, ../scss/_media-queries.scss */
  .main-footer .featured-item.large .content {
    margin:  1.25em 0.9375em;
  }
  /* line 581, ../scss/_media-queries.scss */
  .main-footer .featured-item.small {
    padding-top: 0.625em;
  }
  /* line 584, ../scss/_media-queries.scss */
  .main-footer .featured-item.small .content {
    margin:  1.25em 0.9375em;
  }
  /* line 590, ../scss/_media-queries.scss */
  .main-footer .footer-blocks {
    padding:  0.625em 0;
  }
  /* line 593, ../scss/_media-queries.scss */
  .main-footer .footer-blocks .contact-us, .main-footer .footer-blocks .footer-subscribe, .main-footer .footer-blocks .about-washoe {
    margin:  1.25em 0.9375em;
  }
  /* line 597, ../scss/_media-queries.scss */
  .main-footer .footer-blocks h4 {
    font-size: 0.625em;
    margin-bottom: 1.8em;
    letter-spacing: 0;
  }
  /* line 603, ../scss/_media-queries.scss */
  .main-footer .footer-blocks p {
    font-size: 0.875em;
    line-height: 1.57143em;
  }
  /* line 608, ../scss/_media-queries.scss */
  .main-footer .footer-blocks .btn {
    font-size: 10px;
    padding:  1.6em 4em;
    width: auto;
    letter-spacing: 0;
  }

  /* line 617, ../scss/_media-queries.scss */
  .submitted-photo {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1219px) {
  /* line 625, ../scss/_media-queries.scss */
  .header-logo img {
    width: 200px;
    margin-right: 1.5625em;
  }

  /* line 631, ../scss/_media-queries.scss */
  .navbar {
    padding:  0.9375em 0;
  }

  /* line 635, ../scss/_media-queries.scss */
  .primary-nav {
    font-size: 0.8125em;
    margin-top: 1.61538em;
  }

  /* line 640, ../scss/_media-queries.scss */
  .social-nav {
    margin:  0.625em 0 0;
  }

  /* line 645, ../scss/_media-queries.scss */
  #departmentsFlyout .links {
    margin: 25px 0 40px 40px;
  }
  /* line 648, ../scss/_media-queries.scss */
  #departmentsFlyout .links a {
    font-size: 14px;
  }

  /* line 656, ../scss/_media-queries.scss */
  #body .text {
    font-size: 0.9375em;
    padding-left: 1.66667em;
    padding-right: 1.66667em;
  }
  /* line 662, ../scss/_media-queries.scss */
  #body .breadcrumbs {
    padding-left: 2.08333em;
    padding-right: 2.08333em;
  }

  /* line 668, ../scss/_media-queries.scss */
  #largePushNav {
    padding-bottom: 2.5em;
  }
  /* line 674, ../scss/_media-queries.scss */
  #largePushNav .mp-level .mp-level a {
    font-size: 14px;
    padding: 14px 40px 14px 45px;
  }
  /* line 678, ../scss/_media-queries.scss */
  #largePushNav .mp-level .mp-level a.mp-level-title {
    font-size: 15px;
    padding: 18px 40px 18px 28px;
  }
  /* line 683, ../scss/_media-queries.scss */
  #largePushNav .mp-level .mp-level a.mp-back {
    padding: 13px 28px;
    font-size: 11px;
  }
  /* line 691, ../scss/_media-queries.scss */
  #largePushNav a {
    font-size: 15px;
    padding: 14px 40px 14px 28px;
  }
  /* line 697, ../scss/_media-queries.scss */
  #largePushNav .mp-has-children:before {
    font-size: 11px;
    height: 1em;
    width: 1em;
    top: 50%;
    right: 20px;
    margin-top: -0.5em;
  }

  /* line 711, ../scss/_media-queries.scss */
  #promoItems .promo p {
    font-size: 0.875em;
    line-height: 1.4em;
  }
  /* line 716, ../scss/_media-queries.scss */
  #promoItems .promo .text {
    padding:  1.25em 1.25em;
    height: 205px;
  }
  /* line 721, ../scss/_media-queries.scss */
  #promoItems .promo h4 {
    line-height: 1.3em;
    font-size: 0.875em;
  }

  /* line 731, ../scss/_media-queries.scss */
  .main-footer .featured-item h3 {
    font-size: 0.8125em;
    margin-bottom: 1.8em;
  }
  /* line 736, ../scss/_media-queries.scss */
  .main-footer .featured-item img {
    margin-top: 48px;
  }
  /* line 742, ../scss/_media-queries.scss */
  .main-footer .featured-item .content p {
    font-size: 0.9375em;
  }
  /* line 747, ../scss/_media-queries.scss */
  .main-footer .featured-item .inline-list {
    font-size: 0.8125em;
  }
  /* line 750, ../scss/_media-queries.scss */
  .main-footer .featured-item .inline-list li {
    margin-bottom: 0.90909em;
  }
  /* line 755, ../scss/_media-queries.scss */
  .main-footer .featured-item.large {
    padding-top: 0.625em;
  }
  /* line 758, ../scss/_media-queries.scss */
  .main-footer .featured-item.large .content {
    margin:  1.25em 0.9375em;
  }
  /* line 764, ../scss/_media-queries.scss */
  .main-footer .footer-blocks {
    padding:  0.625em 0;
  }
  /* line 767, ../scss/_media-queries.scss */
  .main-footer .footer-blocks .contact-us, .main-footer .footer-blocks .footer-subscribe, .main-footer .footer-blocks .about-washoe {
    margin:  1.25em 0.9375em;
  }
  /* line 771, ../scss/_media-queries.scss */
  .main-footer .footer-blocks h4 {
    font-size: 0.75em;
    margin-bottom: 1.8em;
  }
  /* line 776, ../scss/_media-queries.scss */
  .main-footer .footer-blocks p {
    font-size: 0.8125em;
    line-height: 1.84615em;
  }
  /* line 781, ../scss/_media-queries.scss */
  .main-footer .footer-blocks .btn {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  /* line 793, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider {
    border: none;
    height: auto;
    min-height: 18.75em;
  }
  /* line 798, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider h3 {
    font-size: 0.75em;
    top: 3.33333em;
  }
  /* line 804, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .slides li {
    height: auto;
    min-height: 18.75em;
  }
  /* line 810, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-direction-nav {
    font-size: 12px;
  }
  /* line 813, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-direction-nav .flex-prev, .homepage-callouts .news-slider .flex-direction-nav .flex-next {
    top: 13.5%;
  }
  /* line 817, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-direction-nav .flex-prev {
    left: 14px;
  }
  /* line 821, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-direction-nav .flex-next {
    right: 14px;
  }
  /* line 826, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .flex-control-paging {
    bottom: 20px;
  }
  /* line 831, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .top .img-wrapper {
    max-height: 7.375em;
  }
  /* line 835, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .top img {
    width: auto !important;
    min-width: 100%;
    height: 100% !important;
    min-height: 0;
  }
  /* line 843, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .bottom {
    max-width: 21.875em;
    margin: 0 auto;
  }
  /* line 847, ../scss/_media-queries.scss */
  .homepage-callouts .news-slider .bottom p {
    font-size: 0.875em;
    padding:  0.71429em 1.07143em;
    line-height: 1.57143em;
  }
  /* line 855, ../scss/_media-queries.scss */
  .homepage-callouts .box {
    height: auto;
    min-height: 18.75em;
    padding:  1.25em 0.9375em 0;
    max-width: 21.875em;
    margin: 0 auto;
  }
  /* line 862, ../scss/_media-queries.scss */
  .homepage-callouts .box h3 {
    font-size: 1.125em;
  }
  /* line 866, ../scss/_media-queries.scss */
  .homepage-callouts .box p {
    font-size: 0.875em;
    line-height: 1.57143em;
    min-height: 6.42857em;
  }
  /* line 872, ../scss/_media-queries.scss */
  .homepage-callouts .box .btn.large {
    font-size: 10px;
    padding-top: 2em;
    padding-bottom: 2em;
    letter-spacing: 0;
  }
}
  /* Added link info for about-washoe that emulates behavior of main links in site*/

.main-footer .about-washoe a  {
  background: transparent;
  text-decoration:none;
  color:#054c70;
}

.main-footer .about-washoe a:focus {
 color: #20608b;
 outline: thin dotted;
 
}

.main-footer .about-washoe a:active {
  outline: 0;
  color: #20608b;
}

.main-footer .about-washoe a:hover { 
  color: #20608b;
}

.icon-flickr-with-circle:before {
    content: "\e900";
}

.has-alert-open,
.has-department-overlay-open,
.has-homepage-overlay-open {
  overflow: hidden; }

  .banner {
  border-bottom: 2px solid #ffffff;
  background: #256086; }

.banner--warning {
  background: #E19316; }

.banner--error {
  background: #940000; }

.banner-content {
  background: #ffffff;
  margin:  3.75em 0 0;
  position: relative;
  padding:  0.6875em 2.8125em 1.875em; }
  @media only screen and (max-width: 767px) {
    .banner-content {
      margin:  1.875em 0 0;
      padding:  1.25em 0.9375em 1.25em;
      text-align: center; } }

.banner-icon {
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-26%, -30%, 0); }
  @media only screen and (max-width: 767px) {
    .banner-icon {
      width: 50px; } }

.banner-close {
  position: absolute;
  top: 15px;
  right: 20px;
  background: none;
  border: none;
  padding: 0;
  color: #1e5f8a;
  font-size: 1.5em;
  transition: color 175ms linear; }
  .banner-close:hover {
    color: #00416d; }
  @media only screen and (max-width: 767px) {
    .banner-close {
      top: 13px;
      right: 15px;
      font-size: 1.25em; } }

@media only screen and (min-width: 768px) {
  .banner-body {
    display: flex; } }

@media only screen and (min-width: 768px) {
  .banner-text {
    padding-right: 1.25em; } }

.banner-label {
  font-weight: 700;
  font-size: 0.8125em;
  text-transform: uppercase;
  color: #00416d; }
  .banner--error .banner-label {
    color: #FF0000; }
  .banner--warning .banner-label {
    color: #FBB441; }

.banner-title {
  font-size: 1.5625em;
  color: #1e5f8a;
  margin:  1em 0 0.4em; }
  @media only screen and (max-width: 767px) {
    .banner-title {
      font-size: 1.125em;
      line-height: 1.3;
      margin:  1.1111111111em 0 0.5555555556em; } }

.banner-description {
  color: #555555;
  line-height: 1.375; }
  @media only screen and (max-width: 767px) {
    .banner-description {
      font-size: 14px;
      line-height: 1.7;
      margin: 0 0 25px; } }

@media only screen and (min-width: 768px) {
  .banner-action {
    width: 34%;
    align-self: flex-end; } }

.banner-action .btn {
  padding: 18px 30px;
  white-space: nowrap;
  width: auto; }
  @media only screen and (max-width: 767px) {
    .banner-action .btn {
      font-size: 12px; } }

.alert-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(15, 39, 54, 0.98);
  z-index: 200;
  text-align: center;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0ms ease 400ms, opacity 400ms ease; }
  .alert-overlay .header-logo {
    margin-top: 18px;
    border-right: none; }
    @media only screen and (min-width: 768px) and (max-width: 1219px) {
      .alert-overlay .header-logo {
        margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .alert-overlay .header-logo {
        max-width: 150px;
        margin-top: 12px; } }
  .alert-overlay.is-visible {
    opacity: 1;
    max-height: 100vh;
    transition: opacity 400ms ease; }

.alert-overlay--error {
  background: #430000; }

.alert-overlay-header {
  height: 116px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
  @media only screen and (max-width: 767px) {
    .alert-overlay-header {
      height: 63px; } }

.alert-overlay-close {
  border: none;
  padding: 0;
  background: none;
  position: absolute;
  top: 32px;
  right: 15px;
  color: #ffffff;
  font-size: 2.8125em; }
  @media only screen and (max-width: 767px) {
    .alert-overlay-close {
      font-size: 1.5625em;
      top: 17px; } }

.alert-overlay-content {
  height: calc(100vh - 116px);
  overflow: auto;
  padding:  3.125em 0 1.875em; }
  @media only screen and (max-width: 767px) {
    .alert-overlay-content {
      height: calc(100vh - 63px);
      padding:  1.875em 0; } }

@media only screen and (max-width: 767px) {
  .alert-overlay-icon {
    max-width: 30px; } }

.alert-overlay-label {
  font-weight: 700;
  color: #1e5f8a;
  text-transform: uppercase;
  margin:  0.9375em 0; }
  .alert-overlay--error .alert-overlay-label {
    color: #FF0000; }
  @media only screen and (max-width: 767px) {
    .alert-overlay-label {
      font-size: 12px; } }

.alert-overlay-title {
  font-weight: 300;
  font-size: 3.25em;
  letter-spacing: 0;
  line-height: 1.23;
  margin:  0.4807692308em 0 0.4230769231em; }
  @media only screen and (max-width: 767px) {
    .alert-overlay-title {
      font-size: 22px;
      margin: 20px 0 15px; } }

.alert-overlay-description {
  font-size: 1.1875em;
  line-height: 1.789;
  max-width: 656px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .alert-overlay-description {
      font-size: 14px; } }

.alert-overlay-actions {
  margin:  3.125em 0 0; }
  @media only screen and (max-width: 767px) {
    .alert-overlay-actions {
      margin: 30px 0 0; }
      .alert-overlay-actions .btn {
        font-size: 12px; } }
      
.icon-close:before {
  content: "\e905"; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Main wrapper */
.profiles {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 1.5rem;
}

/* Featured full-width card */
.profile-featured {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  padding: 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f8f8f8;
}

.profile-featured figure {
  margin: 0;
}

.profile-featured img {
  width: 425px;
  height: auto;
  border-radius: 6px;
}

.profile-featured h3 {
  margin: 0 0 6px 0;
  font-size: 1.4rem;
}

.profile-featured p {
  margin: 4px 0;
}

/* Leadership grid */
.profile-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

.profile {
  flex: 1 1 calc(25% - 16px);
  min-width: 200px;
  max-width: 260px;
  text-align: center;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.profile img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

.profile h3 {
  margin-top: 0.6rem;
  font-size: 1.1rem;
}

.profile p {
  margin: 0.25rem 0 0;
}

/* Responsive adjustments */
@media (max-width: 800px) {
  .profile-featured {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 600px) {
  .profile {
    flex: 1 1 100%;
  }
}
