
/*** css/api_foundry.css ***/

/*** API FOUNDRY ***/
#app-catalog {
  padding-top: 1em; }
  #app-catalog .controlPane.unifiedFilter .minimal .filterValues .line {
    display: block; }
  #app-catalog .socrata-component .content-wrapper.controlPane {
    background: transparent; }
  #app-catalog #title h2 {
    font-size: 2.5em;
    line-height: 1em;
    margin-bottom: 0.1em;
    margin-left: 0.6em;
    padding: 0; }
  #app-catalog .shareBar {
    margin-bottom: 1em;
    margin-left: 1em; }
  #app-catalog .toolbar {
    border-top: 1px solid #d7d7d7;
    margin: 0.5em 0.25em;
    padding: 1em 0; }
    #app-catalog .toolbar .matchCount {
      font-weight: bold;
      padding-top: 0.7em;
      color: #7f7f7f;
      margin-left: 1em; }
      #app-catalog .toolbar .matchCount .count {
        font-size: 2em; }
      #app-catalog .toolbar .matchCount .apps {
        font-size: 1.3em; }
    #app-catalog .toolbar label {
      font-weight: bold;
      left: -30%;
      margin-top: 1.1em;
      padding-right: 0.5em;
      position: absolute;
      text-align: right; }
    #app-catalog .toolbar .selector {
      font-size: 1em;
      margin-top: 0.3em;
      width: 100%; }
    #app-catalog .toolbar .searchBox {
      border-color: #d7d7d7;
      font-style: italic;
      margin-top: 0.3em;
      padding: 0.1em;
      width: 95%; }
  #app-catalog .moreText {
    font-size: 1.3em;
    line-height: 1.5;
    padding: 1em; }
  #app-catalog h3.boxHeader {
    font-size: 1em;
    padding-bottom: 0.5em; }
  #app-catalog #explorer {
    border-top: 1px solid #d7d7d7; }
  #app-catalog #filterSidebar {
    background-color: #f1f1f1;
    border-right: 1px solid #d7d7d7;
    padding-bottom: 16em; }
    #app-catalog #filterSidebar .component-InlineFilter .formSection {
      margin-bottom: 0; }
      #app-catalog #filterSidebar .component-InlineFilter .formSection .sectionContent {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #d7d7d7; }
      #app-catalog #filterSidebar .component-InlineFilter .formSection .filterConditions {
        margin-bottom: 0; }
    #app-catalog #filterSidebar .component-InlineFilter .mainError {
      padding: 0; }
    #app-catalog #filterSidebar .component-InlineFilter .paneContent {
      padding-bottom: 0; }
  #app-catalog .app-listing {
    padding-top: 2em; }
    #app-catalog .app-listing .application {
      height: 280px;
      width: 480px;
      overflow: hidden;
      border-bottom: 1px solid #cecece; }
      #app-catalog .app-listing .application img {
        border: 1px solid #cecece; }
      #app-catalog .app-listing .application .app-details {
        padding-left: 1em; }
  #app-catalog #listPager {
    margin: 1em auto 0;
    text-align: center; }
    #app-catalog #listPager .pageLink, #app-catalog #listPager .pageFillIn {
      color: #999999;
      margin: 0 0.25em; }
    #app-catalog #listPager .prevLink, #app-catalog #listPager .nextLink {
      background-image: url("/stylesheets/images/icons/menu_icons.png");
      background-repeat: no-repeat;
      display: inline-block;
      height: 13px;
      margin: 0 0.5em;
      text-indent: -9999px;
      width: 13px; }
    #app-catalog #listPager .prevLink {
      background-position: 0 -78px; }
    #app-catalog #listPager .nextLink {
      background-position: 0 -52px; }
  #app-catalog .component-Search {
    margin-top: 0.5em; }
    #app-catalog .component-Search .prompt {
      color: #888888; }
    #app-catalog .component-Search .button {
      padding: 0.2em 0.5em; }

#app-profile {
  margin-left: auto;
  margin-right: auto; }
  #app-profile .name h2 {
    font-size: 3em;
    padding-bottom: 0.5em; }
  #app-profile .app-image img {
    border: 1px solid #cecece; }
  #app-profile .description {
    font-size: 1.1em; }
  #app-profile .datasets-used .dataset {
    border-top: 1px solid #cecece;
    margin-top: 0.5em;
    padding-top: 0.25em; }

#api-foundry {
  background-color: white;
  padding: 1.5em; }
  #api-foundry #api-catalog #datasetSection {
    padding-top: 1.5em; }
  #api-foundry #api-catalog .controlPane.unifiedFilter .minimal .filterValues .line {
    display: block; }
  #api-foundry #api-catalog .socrata-component .content-wrapper.controlPane {
    background: transparent; }
  #api-foundry #api-catalog .badConfig {
    visibility: hidden;
    background: white; }
  #api-foundry #api-catalog .description {
    font-size: 1.1em;
    line-height: 1.2em; }
  #api-foundry #api-catalog .row {
    border-bottom: 1px solid #d7d7d7; }
  #api-foundry #api-catalog #filterSidebar {
    background-color: #f1f1f1;
    border: 1px solid #d7d7d7;
    border-top: 1px solid #f1f1f1;
    padding-bottom: 16em; }
    #api-foundry #api-catalog #filterSidebar .component-InlineFilter .formSection {
      margin-bottom: 0; }
      #api-foundry #api-catalog #filterSidebar .component-InlineFilter .formSection .sectionContent {
        background-color: transparent;
        border: none; }
      #api-foundry #api-catalog #filterSidebar .component-InlineFilter .formSection .filterConditions {
        margin-bottom: 0; }
    #api-foundry #api-catalog #filterSidebar .component-InlineFilter .mainError {
      padding: 0; }
    #api-foundry #api-catalog #filterSidebar .component-InlineFilter .paneContent {
      padding-bottom: 0;
      border-bottom: 1px solid #d7d7d7; }
  #api-foundry #api-catalog .component-Search {
    padding: 1em;
    margin-top: 0.5em; }
    #api-foundry #api-catalog .component-Search .prompt {
      color: #888888; }
    #api-foundry #api-catalog .component-Search .button {
      padding: 0.2em 0.5em; }
  #api-foundry #navbar {
    display: inline-block;
    float: right;
    z-index: 99; }
    #api-foundry #navbar .current {
      font-weight: bold; }
  #api-foundry .page-title {
    font-size: 2em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0;
    margin-top: 1em; }
  #api-foundry .big-title {
    font-size: 1.6em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  #api-foundry .sub-title {
    font-size: 1.2em;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 0.5em;
    margin-top: 1em; }
  #api-foundry #blog, #api-foundry #discuss, #api-foundry #api-details {
    padding-top: 1.4em;
    min-height: 50em; }
  #api-foundry #api-catalog pre {
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-size: 1.3em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-top: 0.1em;
    padding-bottom: 0.1em; }
  #api-foundry #api-details {
    font-size: 1.1em; }
    #api-foundry #api-details p {
      margin-bottom: 0.5em; }
    #api-foundry #api-details pre {
      overflow: hidden; }
    #api-foundry #api-details pre.prettyprint {
      margin: 0;
      padding: 1.5em;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      -o-border-radius: 4px;
      -ms-border-radius: 4px;
      -khtml-border-radius: 4px;
      border-radius: 4px; }
    #api-foundry #api-details .code-samples .sample-pager {
      font-family: monospace;
      font-size: 1.2em;
      padding-left: 0.2em; }
      #api-foundry #api-details .code-samples .sample-pager .pillButtons .childLink {
        height: 16px; }
    #api-foundry #api-details code {
      font-family: monospace;
      background: #eeeeee;
      border: 1px solid #d7d7d7;
      overflow: hidden;
      padding-left: 0.2em;
      padding-right: 0.2em;
      padding-top: 0.1em;
      padding-bottom: 0.1em; }
    #api-foundry #api-details .gear {
      font-family: monospace;
      background: #eef7ff url("https://fda.demo.socrata.com/api/assets/A2BE31D9-96D9-45D7-AE0A-C410C6B10A8A") no-repeat 2px center;
      border: 1px solid #d4e3f0;
      padding-left: 1.8em;
      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 0.2em;
      line-height: 1.8em; }
    #api-foundry #api-details a.exec {
      font-family: monospace;
      background: #eef7ff url("https://fda.demo.socrata.com/api/assets/A2BE31D9-96D9-45D7-AE0A-C410C6B10A8A") no-repeat 2px center;
      border: 1px solid #d4e3f0;
      padding-left: 1.8em;
      padding-top: 0.2em;
      padding-bottom: 0.2em;
      padding-right: 0.2em;
      line-height: 1.8em; }
    #api-foundry #api-details .big-button {
      display: block;
      text-decoration: none;
      color: #333333;
      font-size: 1.2em;
      width: 228px;
      height: 143px;
      float: left;
      border: #dedede solid 1px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      text-shadow: 0 1px 0 white;
      background-color: #eceaea; }
      #api-foundry #api-details .big-button span {
        display: block;
        padding: 100px 10px 10px 10px; }
      #api-foundry #api-details .big-button a {
        color: #333333; }
      #api-foundry #api-details .big-button:hover {
        background-color: #dedede; }
    #api-foundry #api-details .try {
      margin-right: 20px;
      background-image: url("https://fda.demo.socrata.com/api/assets/C339E2D0-21A1-4000-885B-8219DC34C274");
      background-repeat: no-repeat;
      background-position: center 30px; }
    #api-foundry #api-details .register {
      margin-right: 20px;
      background-image: url("https://fda.demo.socrata.com/api/assets/8CF3FD42-A132-4F35-8CD4-A34AF5DC48B8");
      background-repeat: no-repeat;
      background-position: center 30px;
      float: right; }
    #api-foundry #api-details .response-codes li {
      line-height: 1.8em; }
      #api-foundry #api-details .response-codes li .code {
        font-family: monospace;
        display: inline-block;
        color: #353535;
        background-color: #eceaea;
        border: 1px solid #d7d7d7;
        width: 40px;
        height: 1.2em;
        line-height: 1.4em;
        text-align: center;
        font-size: 1.2em;
        margin-right: 0.5em; }
    #api-foundry #api-details .field .field-name {
      font-size: 1.2em;
      border-bottom: 1px solid #d7d7d7;
      margin-bottom: 0.5em;
      margin-top: 1em; }
    #api-foundry #api-details .field .meta {
      font-size: 1.1em;
      line-height: 1.2em; }
    #api-foundry #api-details .field code {
      font-size: 1.1em; }
    #api-foundry #api-details .field .description {
      font-size: 1.1em;
      margin-bottom: 0.5em; }
    #api-foundry #api-details .field .filtering-options {
      margin-left: 1em; }
      #api-foundry #api-details .field .filtering-options .title h4 {
        font-weight: bold;
        font-size: 1.2em; }
      #api-foundry #api-details .field .filtering-options pre {
        margin-left: 1em;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
        font-size: 1.3em;
        padding-left: 0.2em;
        padding-right: 0.2em;
        padding-top: 0.1em;
        padding-bottom: 0.1em; }
  #api-foundry .socrata-component .content-wrapper.controlPane {
    background: none; }
  #api-foundry .controlPane .formSection .sectionContent {
    background: none;
    border: none; }
/* Tomorrow Theme */
/* Original theme - https://github.com/chriskempson/tomorrow-theme */
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
/* plain text */
.pln {
  color: #4d4d4c; }

@media screen {
  /* string content */
  .str {
    color: #718c00; }

  /* a keyword */
  .kwd {
    color: #8959a8; }

  /* a comment */
  .com {
    color: #8e908c; }

  /* a type name */
  .typ {
    color: #4271ae; }

  /* a literal value */
  .lit {
    color: #f5871f; }

  /* punctuation */
  .pun {
    color: #4d4d4c; }

  /* lisp open bracket */
  .opn {
    color: #4d4d4c; }

  /* lisp close bracket */
  .clo {
    color: #4d4d4c; }

  /* a markup tag name */
  .tag {
    color: #c82829; }

  /* a markup attribute name */
  .atn {
    color: #f5871f; }

  /* a markup attribute value */
  .atv {
    color: #3e999f; }

  /* a declaration */
  .dec {
    color: #f5871f; }

  /* a variable name */
  .var {
    color: #c82829; }

  /* a function name */
  .fun {
    color: #4271ae; } }
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #060; }

  .kwd {
    color: #006;
    font-weight: bold; }

  .com {
    color: #600;
    font-style: italic; }

  .typ {
    color: #404;
    font-weight: bold; }

  .lit {
    color: #044; }

  .pun, .opn, .clo {
    color: #440; }

  .tag {
    color: #006;
    font-weight: bold; }

  .atn {
    color: #404; }

  .atv {
    color: #060; } }
/* Style */
pre.prettyprint {
  background: white;
  font-family: Menlo, Monaco, Consolas, monospace;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid #ccc;
  padding: 10px; }

/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0; }

/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L4,
li.L5,
li.L6,
li.L7,
li.L8,
li.L9 {
  /* */ }

/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  /* */ }


/*** CUSTOM DEV PAGE ***/
.component-GridContainer>.row>.socrata-component {
  height: auto !important;
}

/*** css/styles.css ***/

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  VARIABLES (Template settings - RALLY)

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  SITE HEADER  /  NAVIGATION

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  FOOTER

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  NAV BANNER

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  SEARCH BAR

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  WALLPAPER

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  TILE GRID

  Very basic scaffolding for tiled content.
  When the the presentation of content is intended to
  appear in tiles, use the .tile-grid class on a
  DataSlate Repeater component. This ensures that
  tiles stack up across columns correctly for different
  media widths, and have the proper margins and spacing
  within the site container. Set the number of
  columns as necessary for each media query width.

  // TODO Allow tile grid columns to be set
  //      on a per-component basis. Currently these
  //      variables will affect the entire layout.

  // EXPERIMENTAL This may be possible if the component
  //              uses @include tile-width(x) in its
  //              definition. Test this to ensure that
  //              inheritance rules are working.

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  TILE GRID - CATEGORIES

  Presentation for tiles containing categories.

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  RESPONSIVE LAYOUT

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  TYPOGRAPHY

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTYnF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
}

@charset "UTF-8";

/*
* Symbolset
* www.symbolset.com
* Copyright \00a9 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-pika.css" rel="stylesheet" />
*/

/*
@font-face {
  font-family: "SSPika";
  src: url('ss-pika.eot');
  src: url('ss-pika.eot?#iefix') format('embedded-opentype'),
       url('ss-pika.woff') format('woff'),
       url('ss-pika.ttf')  format('truetype'),
       url('ss-pika.svg#SSPika') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"]{-ms-zoom: 1;}

.ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
  font-family: "SSPika";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before{display:none;content:'';}

.ss-cursor:before,.ss-cursor.right:after{content:'\00e001'}.ss-crosshair:before,.ss-crosshair.right:after{content:'\002316'}.ss-search:before,.ss-search.right:after{content:'\00d83d\00dd0e'}.ss-zoomin:before,.ss-zoomin.right:after{content:'\00e002'}.ss-zoomout:before,.ss-zoomout.right:after{content:'\00e003'}.ss-screenshot:before,.ss-screenshot.right:after{content:'\00e004'}.ss-binoculars:before,.ss-binoculars.right:after{content:'\00e010'}.ss-view:before,.ss-view.right:after{content:'\00d83d\00dc40'}.ss-attach:before,.ss-attach.right:after{content:'\00d83d\00dcce'}.ss-link:before,.ss-link.right:after{content:'\00d83d\00dd17'}.ss-move:before,.ss-move.right:after{content:'\00e070'}.ss-write:before,.ss-write.right:after{content:'\00270e'}.ss-writingdisabled:before,.ss-writingdisabled.right:after{content:'\00e071'}.ss-erase:before,.ss-erase.right:after{content:'\002710'}.ss-compose:before,.ss-compose.right:after{content:'\00d83d\00dcdd'}.ss-draw:before,.ss-draw.right:after{content:'\00270f'}.ss-lock:before,.ss-lock.right:after{content:'\00d83d\00dd12'}.ss-unlock:before,.ss-unlock.right:after{content:'\00d83d\00dd13'}.ss-key:before,.ss-key.right:after{content:'\00d83d\00dd11'}.ss-backspace:before,.ss-backspace.right:after{content:'\00232b'}.ss-ban:before,.ss-ban.right:after{content:'\00d83d\00deab'}.ss-nosmoking:before,.ss-nosmoking.right:after{content:'\00d83d\00dead'}.ss-trash:before,.ss-trash.right:after{content:'\00e0d0'}.ss-target:before,.ss-target.right:after{content:'\0025ce'}.ss-new:before,.ss-new.right:after{content:'\00d83c\00dd95'}.ss-tag:before,.ss-tag.right:after{content:'\00e100'}.ss-pricetag:before,.ss-pricetag.right:after{content:'\00e102'}.ss-flowertag:before,.ss-flowertag.right:after{content:'\00e103'}.ss-bookmark:before,.ss-bookmark.right:after{content:'\00d83d\00dd16'}.ss-flag:before,.ss-flag.right:after{content:'\002691'}.ss-like:before,.ss-like.right:after{content:'\00d83d\00dc4d'}.ss-dislike:before,.ss-dislike.right:after{content:'\00d83d\00dc4e'}.ss-heart:before,.ss-heart.right:after{content:'\002665'}.ss-halfheart:before,.ss-halfheart.right:after{content:'\00e1a0'}.ss-emptyheart:before,.ss-emptyheart.right:after{content:'\002661'}.ss-star:before,.ss-star.right:after{content:'\0022c6'}.ss-halfstar:before,.ss-halfstar.right:after{content:'\00e1a1'}.ss-medal:before,.ss-medal.right:after{content:'\00e1c1'}.ss-ribbon:before,.ss-ribbon.right:after{content:'\00d83c\00df80'}.ss-bullseye:before,.ss-bullseye.right:after{content:'\00d83c\00dfaf'}.ss-sample:before,.ss-sample.right:after{content:'\00e200'}.ss-crop:before,.ss-crop.right:after{content:'\00e201'}.ss-layers:before,.ss-layers.right:after{content:'\00e202'}.ss-gridlines:before,.ss-gridlines.right:after{content:'\00e206'}.ss-pen:before,.ss-pen.right:after{content:'\002712'}.ss-feather:before,.ss-feather.right:after{content:'\00e220'}.ss-rubbereraser:before,.ss-rubbereraser.right:after{content:'\00e221'}.ss-paintroller:before,.ss-paintroller.right:after{content:'\00e225'}.ss-rubberstamp:before,.ss-rubberstamp.right:after{content:'\00e226'}.ss-checkclipboard:before,.ss-checkclipboard.right:after{content:'\00e2b3'}.ss-linechartclipboard:before,.ss-linechartclipboard.right:after{content:'\00e2b5'}.ss-clockwise:before,.ss-clockwise.right:after{content:'\002941'}.ss-phone:before,.ss-phone.right:after{content:'\00d83d\00dcde'}.ss-phonedisabled:before,.ss-phonedisabled.right:after{content:'\00e300'}.ss-headset:before,.ss-headset.right:after{content:'\00e302'}.ss-megaphone:before,.ss-megaphone.right:after{content:'\00d83d\00dce2'}.ss-rss:before,.ss-rss.right:after{content:'\00e310'}.ss-facetime:before,.ss-facetime.right:after{content:'\00e320'}.ss-reply:before,.ss-reply.right:after{content:'\0021a9'}.ss-send:before,.ss-send.right:after{content:'\00e350'}.ss-mail:before,.ss-mail.right:after{content:'\002709'}.ss-inbox:before,.ss-inbox.right:after{content:'\00d83d\00dce5'}.ss-outbox:before,.ss-outbox.right:after{content:'\00d83d\00dce4'}.ss-wifimail:before,.ss-wifimail.right:after{content:'\00e352'}.ss-chat:before,.ss-chat.right:after{content:'\00d83d\00dcac'}.ss-user:before,.ss-user.right:after{content:'\00d83d\00dc64'}.ss-femaleuser:before,.ss-femaleuser.right:after{content:'\00d83d\00dc67'}.ss-users:before,.ss-users.right:after{content:'\00d83d\00dc65'}.ss-usergroup:before,.ss-usergroup.right:after{content:'\00e400'}.ss-adduser:before,.ss-adduser.right:after{content:'\00e401'}.ss-removeuser:before,.ss-removeuser.right:after{content:'\00e402'}.ss-deleteuser:before,.ss-deleteuser.right:after{content:'\00e404'}.ss-userprofile:before,.ss-userprofile.right:after{content:'\00e406'}.ss-businessuser:before,.ss-businessuser.right:after{content:'\00e407'}.ss-cart:before,.ss-cart.right:after{content:'\00e500'}.ss-addcart:before,.ss-addcart.right:after{content:'\00e501'}.ss-removecart:before,.ss-removecart.right:after{content:'\00e502'}.ss-deletecart:before,.ss-deletecart.right:after{content:'\00e504'}.ss-downloadcart:before,.ss-downloadcart.right:after{content:'\00e505'}.ss-emptycart:before,.ss-emptycart.right:after{content:'\00e507'}.ss-basket:before,.ss-basket.right:after{content:'\00e510'}.ss-gift:before,.ss-gift.right:after{content:'\00d83c\00df81'}.ss-apple:before,.ss-apple.right:after{content:'\00d83c\00df4f'}.ss-cashregister:before,.ss-cashregister.right:after{content:'\00e530'}.ss-store:before,.ss-store.right:after{content:'\00d83c\00dfec'}.ss-searchbarcode:before,.ss-searchbarcode.right:after{content:'\00e531'}.ss-notepad:before,.ss-notepad.right:after{content:'\00e972'}.ss-creditcard:before,.ss-creditcard.right:after{content:'\00d83d\00dcb3'}.ss-safe:before,.ss-safe.right:after{content:'\00e540'}.ss-digitalsafe:before,.ss-digitalsafe.right:after{content:'\00e541'}.ss-atm:before,.ss-atm.right:after{content:'\00d83c\00dfe7'}.ss-dispensecash:before,.ss-dispensecash.right:after{content:'\00e542'}.ss-banknote:before,.ss-banknote.right:after{content:'\00d83d\00dcb5'}.ss-coins:before,.ss-coins.right:after{content:'\00e543'}.ss-bankcheck:before,.ss-bankcheck.right:after{content:'\00e544'}.ss-piggybank:before,.ss-piggybank.right:after{content:'\00e545'}.ss-moneybag:before,.ss-moneybag.right:after{content:'\00d83d\00dcb0'}.ss-tip:before,.ss-tip.right:after{content:'\00e546'}.ss-calculator:before,.ss-calculator.right:after{content:'\00e551'}.ss-percent:before,.ss-percent.right:after{content:'%'}.ss-bank:before,.ss-bank.right:after{content:'\00d83c\00dfe6'}.ss-scales:before,.ss-scales.right:after{content:'\002696'}.ss-piechart:before,.ss-piechart.right:after{content:'\00e570'}.ss-piechartthirds:before,.ss-piechartthirds.right:after{content:'\00e571'}.ss-barchart:before,.ss-barchart.right:after{content:'\00d83d\00dcca'}.ss-upwardsbarchart:before,.ss-upwardsbarchart.right:after{content:'\00e572'}.ss-downwardsbarchart:before,.ss-downwardsbarchart.right:after{content:'\00e573'}.ss-horizontalbarchart:before,.ss-horizontalbarchart.right:after{content:'\00e574'}.ss-analytics:before,.ss-analytics.right:after{content:'\00e575'}.ss-upwardslinechart:before,.ss-upwardslinechart.right:after{content:'\00d83d\00dcc8'}.ss-downwardslinechart:before,.ss-downwardslinechart.right:after{content:'\00d83d\00dcc9'}.ss-linecharts:before,.ss-linecharts.right:after{content:'\00e576'}.ss-scatterchart:before,.ss-scatterchart.right:after{content:'\00e578'}.ss-stock:before,.ss-stock.right:after{content:'\00e579'}.ss-form:before,.ss-form.right:after{content:'\00e582'}.ss-box:before,.ss-box.right:after{content:'\00d83d\00dce6'}.ss-crate:before,.ss-crate.right:after{content:'\00e5d8'}.ss-deliveryvan:before,.ss-deliveryvan.right:after{content:'\00e5e0'}.ss-deliverytruck:before,.ss-deliverytruck.right:after{content:'\00e5e1'}.ss-forklift:before,.ss-forklift.right:after{content:'\00e5e2'}.ss-cargoship:before,.ss-cargoship.right:after{content:'\00e5e3'}.ss-hook:before,.ss-hook.right:after{content:'\00e5e4'}.ss-weight:before,.ss-weight.right:after{content:'\00e5e5'}.ss-containers:before,.ss-containers.right:after{content:'\00e5e6'}.ss-fragile:before,.ss-fragile.right:after{content:'\00e5e7'}.ss-thissideup:before,.ss-thissideup.right:after{content:'\00e5e8'}.ss-home:before,.ss-home.right:after{content:'\002302'}.ss-building:before,.ss-building.right:after{content:'\00d83c\00dfe2'}.ss-lodging:before,.ss-lodging.right:after{content:'\00d83c\00dfe8'}.ss-earth:before,.ss-earth.right:after{content:'\00d83c\00df0e'}.ss-globe:before,.ss-globe.right:after{content:'\00d83c\00df10'}.ss-garage:before,.ss-garage.right:after{content:'\00e600'}.ss-warehouse:before,.ss-warehouse.right:after{content:'\00e602'}.ss-floorplan:before,.ss-floorplan.right:after{content:'\00e610'}.ss-address:before,.ss-address.right:after{content:'\00e611'}.ss-searchhouse:before,.ss-searchhouse.right:after{content:'\00e612'}.ss-housesale:before,.ss-housesale.right:after{content:'\00e613'}.ss-navigate:before,.ss-navigate.right:after{content:'\00e670'}.ss-compass:before,.ss-compass.right:after{content:'\00e671'}.ss-signpost:before,.ss-signpost.right:after{content:'\00e672'}.ss-map:before,.ss-map.right:after{content:'\00e673'}.ss-gps:before,.ss-gps.right:after{content:'\00e674'}.ss-compassnavigate:before,.ss-compassnavigate.right:after{content:'\00e680'}.ss-compassarrow:before,.ss-compassarrow.right:after{content:'\00e681'}.ss-location:before,.ss-location.right:after{content:'\00e6d0'}.ss-pin:before,.ss-pin.right:after{content:'\00d83d\00dccd'}.ss-pushpin:before,.ss-pushpin.right:after{content:'\00d83d\00dccc'}.ss-maplocation:before,.ss-maplocation.right:after{content:'\00e6d1'}.ss-globelocation:before,.ss-globelocation.right:after{content:'\00e6d2'}.ss-puzzle:before,.ss-puzzle.right:after{content:'\00e710'}.ss-floppydisk:before,.ss-floppydisk.right:after{content:'\00d83d\00dcbe'}.ss-firewall:before,.ss-firewall.right:after{content:'\00e720'}.ss-database:before,.ss-database.right:after{content:'\00e7a0'}.ss-hdd:before,.ss-hdd.right:after{content:'\00e7b0'}.ss-music:before,.ss-music.right:after{content:'\00266b'}.ss-eighthnote:before,.ss-eighthnote.right:after{content:'\00266a'}.ss-mic:before,.ss-mic.right:after{content:'\00d83c\00dfa4'}.ss-volume:before,.ss-volume.right:after{content:'\00d83d\00dd08'}.ss-lowvolume:before,.ss-lowvolume.right:after{content:'\00d83d\00dd09'}.ss-highvolume:before,.ss-highvolume.right:after{content:'\00d83d\00dd0a'}.ss-radio:before,.ss-radio.right:after{content:'\00d83d\00dcfb'}.ss-stereo:before,.ss-stereo.right:after{content:'\00e801'}.ss-airplay:before,.ss-airplay.right:after{content:'\00e800'}.ss-vinylrecord:before,.ss-vinylrecord.right:after{content:'\00e810'}.ss-disc:before,.ss-disc.right:after{content:'\00d83d\00dcbf'}.ss-camera:before,.ss-camera.right:after{content:'\00d83d\00dcf7'}.ss-picture:before,.ss-picture.right:after{content:'\00d83c\00df04'}.ss-video:before,.ss-video.right:after{content:'\00d83d\00dcf9'}.ss-playvideo:before,.ss-playvideo.right:after{content:'\00e8a1'}.ss-play:before,.ss-play.right:after{content:'\0025b6'}.ss-pause:before,.ss-pause.right:after{content:'\00e8a0'}.ss-stop:before,.ss-stop.right:after{content:'\0025a0'}.ss-record:before,.ss-record.right:after{content:'\0025cf'}.ss-rewind:before,.ss-rewind.right:after{content:'\0023ea'}.ss-fastforward:before,.ss-fastforward.right:after{content:'\0023e9'}.ss-skipback:before,.ss-skipback.right:after{content:'\0023ee'}.ss-skipforward:before,.ss-skipforward.right:after{content:'\0023ed'}.ss-eject:before,.ss-eject.right:after{content:'\0023cf'}.ss-repeat:before,.ss-repeat.right:after{content:'\00d83d\00dd01'}.ss-replay:before,.ss-replay.right:after{content:'\0021ba'}.ss-shuffle:before,.ss-shuffle.right:after{content:'\00d83d\00dd00'}.ss-index:before,.ss-index.right:after{content:'\00e902'}.ss-page:before,.ss-page.right:after{content:'\00e903'}.ss-book:before,.ss-book.right:after{content:'\00d83d\00dcd5'}.ss-books:before,.ss-books.right:after{content:'\00d83d\00dcda'}.ss-openbook:before,.ss-openbook.right:after{content:'\00d83d\00dcd6'}.ss-heartbook:before,.ss-heartbook.right:after{content:'\00e962'}.ss-downloadbook:before,.ss-downloadbook.right:after{content:'\00e963'}.ss-musicopenbook:before,.ss-musicopenbook.right:after{content:'\00e966'}.ss-searchbook:before,.ss-searchbook.right:after{content:'\00e967'}.ss-notebook:before,.ss-notebook.right:after{content:'\00d83d\00dcd3'}.ss-newspaper:before,.ss-newspaper.right:after{content:'\00d83d\00dcf0'}.ss-notice:before,.ss-notice.right:after{content:'\00e973'}.ss-rows:before,.ss-rows.right:after{content:'\00e9a1'}.ss-columns:before,.ss-columns.right:after{content:'\00e9a2'}.ss-thumbnails:before,.ss-thumbnails.right:after{content:'\00e9a3'}.ss-pagecurl:before,.ss-pagecurl.right:after{content:'\00e9b0'}.ss-desktop:before,.ss-desktop.right:after{content:'\00d83d\00dcbb'}.ss-laptop:before,.ss-laptop.right:after{content:'\00ea00'}.ss-tablet:before,.ss-tablet.right:after{content:'\00ea01'}.ss-smartphone:before,.ss-smartphone.right:after{content:'\00ea02'}.ss-cell:before,.ss-cell.right:after{content:'\00d83d\00dcf1'}.ss-walkytalky:before,.ss-walkytalky.right:after{content:'\00ea03'}.ss-ereader:before,.ss-ereader.right:after{content:'\00ea04'}.ss-ebook:before,.ss-ebook.right:after{content:'\00ea05'}.ss-wifibook:before,.ss-wifibook.right:after{content:'\00e968'}.ss-wifiopenbook:before,.ss-wifiopenbook.right:after{content:'\00e969'}.ss-battery:before,.ss-battery.right:after{content:'\00d83d\00dd0b'}.ss-highbattery:before,.ss-highbattery.right:after{content:'\00ea10'}.ss-mediumbattery:before,.ss-mediumbattery.right:after{content:'\00ea11'}.ss-lowbattery:before,.ss-lowbattery.right:after{content:'\00ea12'}.ss-emptybattery:before,.ss-emptybattery.right:after{content:'\00ea13'}.ss-chargingbattery:before,.ss-chargingbattery.right:after{content:'\00ea14'}.ss-heartmobile:before,.ss-heartmobile.right:after{content:'\00ea23'}.ss-phonemobile:before,.ss-phonemobile.right:after{content:'\00ea24'}.ss-lockmobile:before,.ss-lockmobile.right:after{content:'\00ea25'}.ss-textmobile:before,.ss-textmobile.right:after{content:'\00ea26'}.ss-dollarmobile:before,.ss-dollarmobile.right:after{content:'\00ea27'}.ss-euromobile:before,.ss-euromobile.right:after{content:'\00ea28'}.ss-rssmobile:before,.ss-rssmobile.right:after{content:'\00ea29'}.ss-navigationmobile:before,.ss-navigationmobile.right:after{content:'\00ea2a'}.ss-batterymobile:before,.ss-batterymobile.right:after{content:'\00ea2b'}.ss-powermobile:before,.ss-powermobile.right:after{content:'\00ea2c'}.ss-browseonline:before,.ss-browseonline.right:after{content:'\00ea30'}.ss-shoponline:before,.ss-shoponline.right:after{content:'\00ea31'}.ss-bankonline:before,.ss-bankonline.right:after{content:'\00ea32'}.ss-realtyonline:before,.ss-realtyonline.right:after{content:'\00ea33'}.ss-readonline:before,.ss-readonline.right:after{content:'\00ea34'}.ss-weatheronline:before,.ss-weatheronline.right:after{content:'\00ea35'}.ss-lightbulb:before,.ss-lightbulb.right:after{content:'\00d83d\00dca1'}.ss-lightbulbon:before,.ss-lightbulbon.right:after{content:'\00ea83'}.ss-cfl:before,.ss-cfl.right:after{content:'\00ea85'}.ss-hairdryer:before,.ss-hairdryer.right:after{content:'\00ea88'}.ss-picnictable:before,.ss-picnictable.right:after{content:'\00eab1'}.ss-flame:before,.ss-flame.right:after{content:'\00eab2'}.ss-campfire:before,.ss-campfire.right:after{content:'\00d83d\00dd25'}.ss-bonfire:before,.ss-bonfire.right:after{content:'\00eab3'}.ss-balloon:before,.ss-balloon.right:after{content:'\00d83c\00df88'}.ss-christmastree:before,.ss-christmastree.right:after{content:'\00d83c\00df84'}.ss-sweep:before,.ss-sweep.right:after{content:'\00ea86'}.ss-chess:before,.ss-chess.right:after{content:'\00265e'}.ss-onedie:before,.ss-onedie.right:after{content:'\002680'}.ss-twodie:before,.ss-twodie.right:after{content:'\002681'}.ss-threedie:before,.ss-threedie.right:after{content:'\002682'}.ss-fourdie:before,.ss-fourdie.right:after{content:'\002683'}.ss-fivedie:before,.ss-fivedie.right:after{content:'\002684'}.ss-sixdie:before,.ss-sixdie.right:after{content:'\002685'}.ss-downloadcloud:before,.ss-downloadcloud.right:after{content:'\00eb00'}.ss-download:before,.ss-download.right:after{content:'\00eb01'}.ss-downloadbox:before,.ss-downloadbox.right:after{content:'\00eb02'}.ss-downloadcrate:before,.ss-downloadcrate.right:after{content:'\00eb03'}.ss-uploadcloud:before,.ss-uploadcloud.right:after{content:'\00eb40'}.ss-upload:before,.ss-upload.right:after{content:'\00eb41'}.ss-uploadbox:before,.ss-uploadbox.right:after{content:'\00eb42'}.ss-uploadcrate:before,.ss-uploadcrate.right:after{content:'\00eb43'}.ss-fork:before,.ss-fork.right:after{content:'\00eb80'}.ss-merge:before,.ss-merge.right:after{content:'\00eb81'}.ss-refresh:before,.ss-refresh.right:after{content:'\0021bb'}.ss-sync:before,.ss-sync.right:after{content:'\00eb82'}.ss-loading:before,.ss-loading.right:after{content:'\00eb83'}.ss-wifi:before,.ss-wifi.right:after{content:'\00eb84'}.ss-connection:before,.ss-connection.right:after{content:'\00eb85'}.ss-reload:before,.ss-reload.right:after{content:'\00eb87'}.ss-file:before,.ss-file.right:after{content:'\00d83d\00dcc4'}.ss-addfile:before,.ss-addfile.right:after{content:'\00ec01'}.ss-removefile:before,.ss-removefile.right:after{content:'\00ec02'}.ss-deletefile:before,.ss-deletefile.right:after{content:'\00ec04'}.ss-downloadfile:before,.ss-downloadfile.right:after{content:'\00ec06'}.ss-uploadfile:before,.ss-uploadfile.right:after{content:'\00ec07'}.ss-importfile:before,.ss-importfile.right:after{content:'\00ec08'}.ss-exportfile:before,.ss-exportfile.right:after{content:'\00ec09'}.ss-settingsfile:before,.ss-settingsfile.right:after{content:'\00ec0a'}.ss-lockfile:before,.ss-lockfile.right:after{content:'\00ec11'}.ss-userfile:before,.ss-userfile.right:after{content:'\00ec15'}.ss-picturefile:before,.ss-picturefile.right:after{content:'\00ec17'}.ss-textfile:before,.ss-textfile.right:after{content:'\00ec19'}.ss-exe:before,.ss-exe.right:after{content:'\00ec30'}.ss-zip:before,.ss-zip.right:after{content:'\00ec31'}.ss-doc:before,.ss-doc.right:after{content:'\00ec32'}.ss-ppt:before,.ss-ppt.right:after{content:'\00ec33'}.ss-pdf:before,.ss-pdf.right:after{content:'\00ec34'}.ss-jpg:before,.ss-jpg.right:after{content:'\00ec35'}.ss-png:before,.ss-png.right:after{content:'\00ec36'}.ss-folder:before,.ss-folder.right:after{content:'\00d83d\00dcc1'}.ss-openfolder:before,.ss-openfolder.right:after{content:'\00d83d\00dcc2'}.ss-downloadfolder:before,.ss-downloadfolder.right:after{content:'\00ec76'}.ss-uploadfolder:before,.ss-uploadfolder.right:after{content:'\00ec77'}.ss-cloudfolder:before,.ss-cloudfolder.right:after{content:'\00ec80'}.ss-lockfolder:before,.ss-lockfolder.right:after{content:'\00ec81'}.ss-securefolder:before,.ss-securefolder.right:after{content:'\00ec83'}.ss-picturefolder:before,.ss-picturefolder.right:after{content:'\00ec87'}.ss-moviefolder:before,.ss-moviefolder.right:after{content:'\00ec88'}.ss-quote:before,.ss-quote.right:after{content:'\00201c'}.ss-text:before,.ss-text.right:after{content:'\00ed00'}.ss-font:before,.ss-font.right:after{content:'\00ed01'}.ss-highlight:before,.ss-highlight.right:after{content:'\00ed11'}.ss-print:before,.ss-print.right:after{content:'\002399'}.ss-fax:before,.ss-fax.right:after{content:'\00d83d\00dce0'}.ss-list:before,.ss-list.right:after{content:'\00ed50'}.ss-layout:before,.ss-layout.right:after{content:'\00eda0'}.ss-action:before,.ss-action.right:after{content:'\00ee00'}.ss-redirect:before,.ss-redirect.right:after{content:'\0021aa'}.ss-expand:before,.ss-expand.right:after{content:'\002922'}.ss-contract:before,.ss-contract.right:after{content:'\00ee01'}.ss-help:before,.ss-help.right:after{content:'\002753'}.ss-info:before,.ss-info.right:after{content:'\002139'}.ss-alert:before,.ss-alert.right:after{content:'\0026a0'}.ss-caution:before,.ss-caution.right:after{content:'\0026d4'}.ss-logout:before,.ss-logout.right:after{content:'\00ee02'}.ss-login:before,.ss-login.right:after{content:'\00ee03'}.ss-scaleup:before,.ss-scaleup.right:after{content:'\00ee04'}.ss-scaledown:before,.ss-scaledown.right:after{content:'\00ee05'}.ss-plus:before,.ss-plus.right:after{content:'+'}.ss-hyphen:before,.ss-hyphen.right:after{content:'-'}.ss-check:before,.ss-check.right:after{content:'\002713'}.ss-delete:before,.ss-delete.right:after{content:'\002421'}.ss-bearface:before,.ss-bearface.right:after{content:'\00d83d\00dc3b'}.ss-bird:before,.ss-bird.right:after{content:'\00d83d\00dc26'}.ss-fishes:before,.ss-fishes.right:after{content:'\00ef20'}.ss-tropicalfish:before,.ss-tropicalfish.right:after{content:'\00ef21'}.ss-tree:before,.ss-tree.right:after{content:'\00d83c\00df33'}.ss-evergreen:before,.ss-evergreen.right:after{content:'\00d83c\00df32'}.ss-palmtree:before,.ss-palmtree.right:after{content:'\00d83c\00df34'}.ss-leaf:before,.ss-leaf.right:after{content:'\00d83c\00df42'}.ss-seedling:before,.ss-seedling.right:after{content:'\00d83c\00df31'}.ss-grass:before,.ss-grass.right:after{content:'\00ef70'}.ss-settings:before,.ss-settings.right:after{content:'\002699'}.ss-dashboard:before,.ss-dashboard.right:after{content:'\00f000'}.ss-dial:before,.ss-dial.right:after{content:'\00f004'}.ss-notifications:before,.ss-notifications.right:after{content:'\00d83d\00dd14'}.ss-notificationsdisabled:before,.ss-notificationsdisabled.right:after{content:'\00d83d\00dd15'}.ss-flash:before,.ss-flash.right:after{content:'\002301'}.ss-wrench:before,.ss-wrench.right:after{content:'\00d83d\00dd27'}.ss-tapemeasure:before,.ss-tapemeasure.right:after{content:'\00f036'}.ss-clock:before,.ss-clock.right:after{content:'\0023f2'}.ss-watch:before,.ss-watch.right:after{content:'\00231a'}.ss-stopwatch:before,.ss-stopwatch.right:after{content:'\0023f1'}.ss-alarmclock:before,.ss-alarmclock.right:after{content:'\0023f0'}.ss-calendar:before,.ss-calendar.right:after{content:'\00d83d\00dcc5'}.ss-addcalendar:before,.ss-addcalendar.right:after{content:'\00f070'}.ss-removecalendar:before,.ss-removecalendar.right:after{content:'\00f071'}.ss-checkcalendar:before,.ss-checkcalendar.right:after{content:'\00f072'}.ss-deletecalendar:before,.ss-deletecalendar.right:after{content:'\00f073'}.ss-sausage:before,.ss-sausage.right:after{content:'\00f103'}.ss-burger:before,.ss-burger.right:after{content:'\00d83c\00df54'}.ss-pizza:before,.ss-pizza.right:after{content:'\00d83c\00df55'}.ss-fish:before,.ss-fish.right:after{content:'\00d83d\00dc1f'}.ss-shrimp:before,.ss-shrimp.right:after{content:'\00d83c\00df64'}.ss-turkey:before,.ss-turkey.right:after{content:'\00f105'}.ss-steak:before,.ss-steak.right:after{content:'\00f106'}.ss-sidedish:before,.ss-sidedish.right:after{content:'\00d83c\00df5a'}.ss-noodles:before,.ss-noodles.right:after{content:'\00d83c\00df5c'}.ss-spaghetti:before,.ss-spaghetti.right:after{content:'\00d83c\00df5d'}.ss-corn:before,.ss-corn.right:after{content:'\00f110'}.ss-carrot:before,.ss-carrot.right:after{content:'\00f111'}.ss-icecream:before,.ss-icecream.right:after{content:'\00d83c\00df68'}.ss-mug:before,.ss-mug.right:after{content:'\002615'}.ss-beer:before,.ss-beer.right:after{content:'\00d83c\00df7a'}.ss-bottle:before,.ss-bottle.right:after{content:'\00f122'}.ss-wineglass:before,.ss-wineglass.right:after{content:'\00d83c\00df77'}.ss-cocktail:before,.ss-cocktail.right:after{content:'\00d83c\00df78'}.ss-tea:before,.ss-tea.right:after{content:'\00d83c\00df75'}.ss-teapot:before,.ss-teapot.right:after{content:'\00f127'}.ss-waterbottle:before,.ss-waterbottle.right:after{content:'\00f128'}.ss-wineglasssparkle:before,.ss-wineglasssparkle.right:after{content:'\00f129'}.ss-salt:before,.ss-salt.right:after{content:'\00f130'}.ss-pepper:before,.ss-pepper.right:after{content:'\00f131'}.ss-oliveoil:before,.ss-oliveoil.right:after{content:'\00f132'}.ss-hotsauce:before,.ss-hotsauce.right:after{content:'\00f133'}.ss-coal:before,.ss-coal.right:after{content:'\00f136'}.ss-oven:before,.ss-oven.right:after{content:'\00f140'}.ss-stove:before,.ss-stove.right:after{content:'\00f141'}.ss-cook:before,.ss-cook.right:after{content:'\00d83c\00df73'}.ss-bbq:before,.ss-bbq.right:after{content:'\00f142'}.ss-utensils:before,.ss-utensils.right:after{content:'\00d83c\00df74'}.ss-spoonfork:before,.ss-spoonfork.right:after{content:'\00f150'}.ss-knife:before,.ss-knife.right:after{content:'\00d83d\00dd2a'}.ss-cookingutensils:before,.ss-cookingutensils.right:after{content:'\00f151'}.ss-measuringcup:before,.ss-measuringcup.right:after{content:'\00f162'}.ss-colander:before,.ss-colander.right:after{content:'\00f163'}.ss-scale:before,.ss-scale.right:after{content:'\00f164'}.ss-eggtimer:before,.ss-eggtimer.right:after{content:'\00f165'}.ss-platter:before,.ss-platter.right:after{content:'\00f166'}.ss-apron:before,.ss-apron.right:after{content:'\00f170'}.ss-bbqapron:before,.ss-bbqapron.right:after{content:'\00f171'}.ss-chef:before,.ss-chef.right:after{content:'\00f172'}.ss-handbag:before,.ss-handbag.right:after{content:'\00d83d\00dc5c'}.ss-briefcase:before,.ss-briefcase.right:after{content:'\00d83d\00dcbc'}.ss-hanger:before,.ss-hanger.right:after{content:'\00f1a0'}.ss-weathervane:before,.ss-weathervane.right:after{content:'\00f200'}.ss-thermometer:before,.ss-thermometer.right:after{content:'\00f201'}.ss-weather:before,.ss-weather.right:after{content:'\00f210'}.ss-cloud:before,.ss-cloud.right:after{content:'\002601'}.ss-droplet:before,.ss-droplet.right:after{content:'\00d83d\00dca7'}.ss-sun:before,.ss-sun.right:after{content:'\002600'}.ss-partlycloudy:before,.ss-partlycloudy.right:after{content:'\0026c5'}.ss-rain:before,.ss-rain.right:after{content:'\002614'}.ss-thunderstorm:before,.ss-thunderstorm.right:after{content:'\0026c8'}.ss-umbrella:before,.ss-umbrella.right:after{content:'\002602'}.ss-rainbow:before,.ss-rainbow.right:after{content:'\00d83c\00df08'}.ss-fog:before,.ss-fog.right:after{content:'\00f211'}.ss-wind:before,.ss-wind.right:after{content:'\00f212'}.ss-tornado:before,.ss-tornado.right:after{content:'\00f213'}.ss-snowflake:before,.ss-snowflake.right:after{content:'\002744'}.ss-fan:before,.ss-fan.right:after{content:'\00f280'}.ss-solarpanel:before,.ss-solarpanel.right:after{content:'\00f281'}.ss-plug:before,.ss-plug.right:after{content:'\00d83d\00dd0c'}.ss-outlet:before,.ss-outlet.right:after{content:'\00f282'}.ss-car:before,.ss-car.right:after{content:'\00d83d\00de98'}.ss-taxi:before,.ss-taxi.right:after{content:'\00d83d\00de96'}.ss-locomotive:before,.ss-locomotive.right:after{content:'\00d83d\00de82'}.ss-train:before,.ss-train.right:after{content:'\00d83d\00de86'}.ss-traintunnel:before,.ss-traintunnel.right:after{content:'\00d83d\00de87'}.ss-bus:before,.ss-bus.right:after{content:'\00d83d\00de8d'}.ss-truck:before,.ss-truck.right:after{content:'\00d83d\00de9a'}.ss-caravan:before,.ss-caravan.right:after{content:'\00d83d\00de90'}.ss-tractor:before,.ss-tractor.right:after{content:'\00d83d\00de9c'}.ss-tunnel:before,.ss-tunnel.right:after{content:'\00f323'}.ss-plane:before,.ss-plane.right:after{content:'\002708'}.ss-arrival:before,.ss-arrival.right:after{content:'\00f325'}.ss-departure:before,.ss-departure.right:after{content:'\00f324'}.ss-helicopter:before,.ss-helicopter.right:after{content:'\00d83d\00de81'}.ss-bike:before,.ss-bike.right:after{content:'\00d83d\00deb2'}.ss-motorcycle:before,.ss-motorcycle.right:after{content:'\00f303'}.ss-boat:before,.ss-boat.right:after{content:'\00d83d\00dea2'}.ss-sailboat:before,.ss-sailboat.right:after{content:'\0026f5'}.ss-schooner:before,.ss-schooner.right:after{content:'\00f305'}.ss-skylift:before,.ss-skylift.right:after{content:'\00d83d\00dea1'}.ss-rocket:before,.ss-rocket.right:after{content:'\00d83d\00de80'}.ss-steeringwheel:before,.ss-steeringwheel.right:after{content:'\00f313'}.ss-trafficcamera:before,.ss-trafficcamera.right:after{content:'\00f314'}.ss-fuel:before,.ss-fuel.right:after{content:'\0026fd'}.ss-jerrycan:before,.ss-jerrycan.right:after{content:'\00f315'}.ss-passport:before,.ss-passport.right:after{content:'\00f316'}.ss-trafficlight:before,.ss-trafficlight.right:after{content:'\00d83d\00dea6'}.ss-highway:before,.ss-highway.right:after{content:'\00f320'}.ss-road:before,.ss-road.right:after{content:'\00f321'}.ss-intersection:before,.ss-intersection.right:after{content:'\00f322'}.ss-wheelchair:before,.ss-wheelchair.right:after{content:'\00267f'}.ss-elevator:before,.ss-elevator.right:after{content:'\00f380'}.ss-golf:before,.ss-golf.right:after{content:'\00f400'}.ss-hockey:before,.ss-hockey.right:after{content:'\00f401'}.ss-iceskate:before,.ss-iceskate.right:after{content:'\0026f8'}.ss-billiards:before,.ss-billiards.right:after{content:'\00d83c\00dfb1'}.ss-baseballglove:before,.ss-baseballglove.right:after{content:'\00f404'}.ss-tennis:before,.ss-tennis.right:after{content:'\00d83c\00dfbe'}.ss-tabletennis:before,.ss-tabletennis.right:after{content:'\00f402'}.ss-badminton:before,.ss-badminton.right:after{content:'\00f403'}.ss-boxing:before,.ss-boxing.right:after{content:'\00f405'}.ss-bowling:before,.ss-bowling.right:after{content:'\00f406'}.ss-football:before,.ss-football.right:after{content:'\00d83c\00dfc8'}.ss-soccer:before,.ss-soccer.right:after{content:'\0026bd'}.ss-hiker:before,.ss-hiker.right:after{content:'\00f410'}.ss-pool:before,.ss-pool.right:after{content:'\00e412'}.ss-shower:before,.ss-shower.right:after{content:'\00d83d\00debf'}.ss-exercise:before,.ss-exercise.right:after{content:'\00f414'}.ss-exercisebike:before,.ss-exercisebike.right:after{content:'\00f415'}.ss-dumbbell:before,.ss-dumbbell.right:after{content:'\00f416'}.ss-jumprope:before,.ss-jumprope.right:after{content:'\00f417'}.ss-yoga:before,.ss-yoga.right:after{content:'\00f418'}.ss-suitcase:before,.ss-suitcase.right:after{content:'\00e420'}.ss-luggage:before,.ss-luggage.right:after{content:'\00e421'}.ss-donotdisturb:before,.ss-donotdisturb.right:after{content:'\00e422'}.ss-sunscreen:before,.ss-sunscreen.right:after{content:'\00f423'}.ss-callbell:before,.ss-callbell.right:after{content:'\00f424'}.ss-hospital:before,.ss-hospital.right:after{content:'\0026e8'}.ss-medicalcross:before,.ss-medicalcross.right:after{content:'\00f4b0'}.ss-ambulance:before,.ss-ambulance.right:after{content:'\00d83d\00de91'}.ss-bandage:before,.ss-bandage.right:after{content:'\00f4b2'}.ss-medicalthermometer:before,.ss-medicalthermometer.right:after{content:'\00f4b3'}.ss-stethoscope:before,.ss-stethoscope.right:after{content:'\00f4b4'}.ss-syringe:before,.ss-syringe.right:after{content:'\00d83d\00dc89'}.ss-pill:before,.ss-pill.right:after{content:'\00d83d\00dc8a'}.ss-pillbottle:before,.ss-pillbottle.right:after{content:'\00f4b5'}.ss-supplements:before,.ss-supplements.right:after{content:'\00f4b6'}.ss-bathroomscale:before,.ss-bathroomscale.right:after{content:'\00f4b7'}.ss-dna:before,.ss-dna.right:after{content:'\00f4c2'}.ss-anatomicalheart:before,.ss-anatomicalheart.right:after{content:'\00f4d0'}.ss-checkheart:before,.ss-checkheart.right:after{content:'\00f4d1'}.ss-eyesurgery:before,.ss-eyesurgery.right:after{content:'\00f4e0'}.ss-brokenbone:before,.ss-brokenbone.right:after{content:'\00f4e1'}.ss-up:before,.ss-up.right:after{content:'\002b06'}.ss-upright:before,.ss-upright.right:after{content:'\002b08'}.ss-right:before,.ss-right.right:after{content:'\0027a1'}.ss-downright:before,.ss-downright.right:after{content:'\002b0a'}.ss-down:before,.ss-down.right:after{content:'\002b07'}.ss-downleft:before,.ss-downleft.right:after{content:'\002b0b'}.ss-left:before,.ss-left.right:after{content:'\002b05'}.ss-upleft:before,.ss-upleft.right:after{content:'\002b09'}.ss-navigateup:before,.ss-navigateup.right:after{content:'\00f500'}.ss-navigateright:before,.ss-navigateright.right:after{content:'\0025bb'}.ss-navigatedown:before,.ss-navigatedown.right:after{content:'\00f501'}.ss-navigateleft:before,.ss-navigateleft.right:after{content:'\0025c5'}.ss-directup:before,.ss-directup.right:after{content:'\0025b4'}.ss-directright:before,.ss-directright.right:after{content:'\0025b9'}.ss-dropdown:before,.ss-dropdown.right:after{content:'\0025be'}.ss-directleft:before,.ss-directleft.right:after{content:'\0025c3'}.ss-leftright:before,.ss-leftright.right:after{content:'\002b0c'}.ss-rightward:before,.ss-rightward.right:after{content:'\00f503'}.ss-leftward:before,.ss-leftward.right:after{content:'\00f505'}.ss-previouspage:before,.ss-previouspage.right:after{content:'\002397'}.ss-nextpage:before,.ss-nextpage.right:after{content:'\002398'}.ss-retweet:before,.ss-retweet.right:after{content:'\00f600'}.ss-share:before,.ss-share.right:after{content:'\00f601'}

* {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif; }

.pika, .ss-icon, .ss-icon.ss-pika,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-pika:before, [class*=" ss-"].ss-pika:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-pika.right:after, [class*=" ss-"].ss-pika.right:after {
  font-family: 'SSPika'; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  BASE STYLES
  Overrides on base.css

  -   Sets up generic site structure
  -   Modifies box-sizing
  -   Provides for responsive layout
  -   Sets up default element behaviors

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
html, body {
  background: #ffffff;
  color: #5f5f5f;
  overflow-x: hidden;
  height: auto;
  text-rendering: optimizeLegibility;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
      flex-direction: column; }

body.controller_custom_content * {
  box-sizing: border-box; }

body.controller_custom_content .siteContentWrapper {
  padding: 0 !important; }

header *, footer *, #header *, #footer * {
  box-sizing: border-box; }

.siteOuterWrapper {
  min-width: 0 !important;
  min-height: 0 !important;
  margin: 0;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto; }

.siteInnerWrapper {
  padding: 0;
  margin: 0;
  max-width: 100%; }

#siteFooter {
  height: auto !important;
  margin-top: 0 !important;
  clear: both; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  CONTAINER

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.container,
body:not(.controller_custom_content) .siteContentWrapper {
  position: relative;
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 0; }
  @media only screen and (min-width: 768px) {
    .container,
    body:not(.controller_custom_content) .siteContentWrapper {
      max-width: 1200px;
      padding: 0 40px; } }

body:not(.controller_custom_content) .siteContentWrapper {
  padding: 20px 40px;
  box-sizing: border-box; }

body.layout-small-header .container,
body[class*='action_datasets_'] .container {
  padding: 0;
  max-width: 100%; }

.row {
  position: relative;
  margin: 0 12px; }
  .row.full-bleed {
    margin: 0; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  STANDARD BEHAVIOR FOR HTML ELEMENTS

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit !important;
  text-decoration: none; }

a {
  color: #3b5998; }
  a:hover {
    color: #4c70ba; }
  a:active {
    color: #5f7ec1; }
  a:visited {
    color: #3b5998; }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

p {
  font-size: inherit;
  line-height: inherit; }

a:focus img,
a:active img {
  box-shadow: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  DATASET VIEW OVERRIDES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.browseSection .searchSection .searchBox {
  background: transparent; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  COMPONENT OVERRIDES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.socrata-component {
  min-height: 0; }

.component-Text {
  padding: 0;
  font-size: inherit; }

.ss-icon, [class^="ss-"]:before, [class*=" ss-"]:before, [class^="ss-"]:after, [class*=" ss-"]:after {
  vertical-align: baseline; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  TILE GRID

  Very basic scaffolding for tiled content.
  When the the presentation of content is intended to
  appear in tiles, use the .tile-grid class on a
  DataSlate Repeater component. This ensures that
  tiles stack up across columns correctly for different
  media widths, and have the proper margins and spacing
  within the site container. Set the number of
  columns as necessary for each media query width.

  // TODO Allow tile grid columns to be set
  //      on a per-component basis. Currently these
  //      variables will affect the entire layout.

  // EXPERIMENTAL This may be possible if the component
  //              uses @include tile-width(x) in its
  //              definition. Test this to ensure that
  //              inheritance rules are working.

  Do not use the .tile-grid class to affect the
  content of tiles. These will be targeted through
  other classes elsewhere.

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.tile-grid .tile {
  position: relative;
  float: left;
  height: 165px;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px; }

@media only screen and (max-width: 400px) {
  .tile-grid {
    margin-bottom: 0; }
    .tile-grid .tile {
      width: 100%; }
    .tile-grid .id-clone .tile {
      margin-right: 20px; } }

@media only screen and (min-width: 401px) and (max-width: 767px) {
  .tile-grid .tile {
    width: calc(50% - 10px); }
  .tile-grid .id-clone .tile {
    margin-right: 20px; }
  .tile-grid .id-clone:nth-of-type(2n) .tile {
    margin-right: 0; } }

@media only screen and (min-width: 768px) and (max-width: 1049px) {
  .tile-grid .tile {
    width: calc(25% - 15px); }
  .tile-grid .id-clone .tile {
    margin-right: 20px; }
  .tile-grid .id-clone:nth-of-type(4n) .tile {
    margin-right: 0; } }

@media only screen and (min-width: 1050px) {
  .tile-grid .tile {
    width: calc(25% - 15px); }
  .tile-grid .id-clone .tile {
    margin-right: 20px; }
  .tile-grid .id-clone:nth-of-type(4n) .tile {
    margin-right: 0; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  NAVIGATION (BANNER STYLE)

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
nav, #nav {
  position: relative; }
  nav.nav-banner, #nav.nav-banner {
    margin-top: 20px;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #dfe2e2;
    overflow: hidden;
    font-size: 14px; }
    nav.nav-banner *, #nav.nav-banner * {
      box-sizing: border-box; }
    @media only screen and (max-width: 400px) {
      nav.nav-banner, #nav.nav-banner {
        margin-top: 10px;
        margin-bottom: 0; }
        nav.nav-banner .container, #nav.nav-banner .container {
          margin: 0; } }
    nav.nav-banner li, #nav.nav-banner li {
      display: block;
      float: left;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      position: relative; }
      nav.nav-banner li.signUpLink, nav.nav-banner li.signInLink, nav.nav-banner li.signOutLink, #nav.nav-banner li.signUpLink, #nav.nav-banner li.signInLink, #nav.nav-banner li.signOutLink {
        float: right; }
      nav.nav-banner li:first-of-type a, nav.nav-banner li.signInLink a, nav.nav-banner li.signOutLink a, #nav.nav-banner li:first-of-type a, #nav.nav-banner li.signInLink a, #nav.nav-banner li.signOutLink a {
        border-left: 3px solid #FFF; }
      @media only screen and (max-width: 400px) {
        nav.nav-banner li, #nav.nav-banner li {
          display: block;
          float: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
          nav.nav-banner li:last-of-type, #nav.nav-banner li:last-of-type {
            border-bottom: 0; } }
      nav.nav-banner li a, #nav.nav-banner li a {
        display: block;
        background-color: inherit;
        border-right: 3px solid #FFF;
        border-radius: 0;
        color: #5F5F5F;
        font-size: 16px;
        padding: 16px;
        transition: background-color 0.25s ease;
        white-space: nowrap; }
        nav.nav-banner li a:hover, #nav.nav-banner li a:hover {
          background-color: #eceeee;
          color: #5F5F5F; }
        nav.nav-banner li a:hover, nav.nav-banner li a:active, #nav.nav-banner li a:hover, #nav.nav-banner li a:active {
          text-decoration: none; }
    body.layout-small-header nav.nav-banner,
    body[class*='action_datasets_'] nav.nav-banner, body.layout-small-header #nav.nav-banner,
    body[class*='action_datasets_'] #nav.nav-banner {
      margin-top: 0;
      margin-bottom: 0; }
      body.layout-small-header nav.nav-banner li a,
      body[class*='action_datasets_'] nav.nav-banner li a, body.layout-small-header #nav.nav-banner li a,
      body[class*='action_datasets_'] #nav.nav-banner li a {
        font-size: 14px;
        padding: 12px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  SEARCH

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.search-container {
  position: absolute;
  right: 0;
  top: 45px;
  font-size: 16px; }
  @media only screen and (max-width: 400px) {
    .search-container {
      position: relative;
      text-align: left;
      margin-top: 10px;
      top: 0; } }
  .search-container form {
    height: 100%;
    vertical-align: top; }
    .search-container form input[type=text] {
      line-height: 20px;
      font-size: inherit;
      width: 100px;
      height: 32px;
      padding: 4px;
      border: 1px solid #cacaca;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      outline: none; }
      @media only screen and (max-width: 400px) {
        .search-container form input[type=text] {
          width: 100%;
          border-radius: 3px;
          padding-right: 54px; } }
      @media only screen and (min-width: 768px) {
        .search-container form input[type=text] {
          width: 175px; } }
      @media only screen and (min-width: 1050px) {
        .search-container form input[type=text] {
          width: 250px; } }
  .search-container button.search-button {
    border: 1px solid #cacaca;
    border-left: none;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    background-color: #e3e3e3;
    color: #5f5f5f;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: relative;
    top: 1px;
    margin: 0;
    font-size: 18px;
    margin-left: -4px;
    width: 48px;
    height: 32px; }
    @media only screen and (max-width: 400px) {
      .search-container button.search-button {
        position: absolute;
        top: 0;
        right: 0; } }
    .search-container button.search-button:hover {
      background-color: #f0f0f0; }
  .search-container .search-icon {
    top: 3px;
    position: relative; }
  .nav-banner .search-container {
    right: 40px;
    top: 0; }
    .nav-banner .search-container form {
      margin: 8px 0; }
    @media only screen and (max-width: 400px) {
      .nav-banner .search-container {
        border-top: 1px solid rgba(0, 0, 0, 0.08); } }
  body.layout-small-header .search-container,
  body[class*='action_datasets_'] .search-container {
    right: 0; }

body.layout-small-header .search-container,
body[class*='action_datasets_'] .search-container {
  display: none; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  LAYOUT / MISCELLANEOUS STYLES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body.controller_custom_content h1 {
  font-size: 48px;
  font-weight: 200;
  color: #dfe2e2;
  margin: 0.33em 0; }
  @media only screen and (max-width: 650px) {
    body.controller_custom_content h1 {
      font-size: 40px; } }

body.controller_custom_content h2 {
  font-size: 36px;
  font-weight: 200;
  color: #c4caca; }
  @media only screen and (max-width: 650px) {
    body.controller_custom_content h2 {
      font-size: 32px; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  TEMPLATE STYLES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
body.home #main {
  margin-top: 20px; }

@media only screen and (max-width: 400px) {
  body.home #main {
    margin-top: 0; }
  .tile-grid {
    margin-bottom: 20px !important; }
    .tile-grid .tile {
      margin-bottom: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.1); } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  CATEGORY PAGE STYLES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.category-content {
  margin-top: 20px;
  margin-bottom: 20px !important; }
  .category-content .category-header h1 {
    margin-top: 0; }
  .category-content .category-header p {
    font-size: 16px;
    line-height: 1.4em; }
  .category-content .catalog-container {
    margin-top: 20px; }

.catalog-frame iframe {
  padding: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  background-color: white;
  min-height: 1000px;
  height: auto !important; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  COMPONENTS

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  TILE GRID - CATEGORIES

  Presentation for tiles containing categories.

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.category-tiles .tile {
  background-color: #dfe2e2;
  cursor: pointer; }
  .category-tiles .tile .tile-icon {
    font-size: 50px;
    text-align: center;
    color: #5F5F5F;
    margin-top: 45px; }
  .category-tiles .tile .tile-title {
    font-size: 13pt;
    text-align: center;
    color: #5F5F5F;
    margin-top: 20px; }
  .category-tiles .tile .tile-description {
    display: none;
    position: absolute;
    margin: 10px;
    color: #5f5f5f;
    background-color: white;
    overflow: hidden; }
    .category-tiles .tile .tile-description p {
      padding: 12px;
      line-height: 1.2em;
      font-size: 11pt; }
  .category-tiles .tile > a, .category-tiles .tile > div {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  4x FEATURED STORIES

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media only screen and (min-width: 768px) and (max-width: 1049px) {
  .featured-tiles .tile {
    width: calc(50% - 10px); }
  .featured-tiles .id-clone .tile {
    margin-right: 20px; }
  .featured-tiles .id-clone:nth-of-type(2n) .tile {
    margin-right: 0; } }

.featured-tiles .tile {
  height: auto; }

.featured-tiles .tile-image {
  height: 165px;
  width: 100%;
  background-position: center;
  background-size: cover;
  border: 1px solid lightgray; }
  @media only screen and (max-width: 400px) {
    .featured-tiles .tile-image {
      border-left-width: 0 !important;
      border-right-width: 0 !important; } }
  .featured-tiles .tile-image:hover {
    border: 1px solid #3b5998; }
  .featured-tiles .tile-image a {
    display: block;
    width: 100%;
    height: 100%; }

.featured-tiles .tile-title {
  margin: 16px 0;
  font-size: 14pt;
  line-height: 1.2em;
  color: #3b5998; }
  @media only screen and (max-width: 650px) {
    .featured-tiles .tile-title {
      padding-left: 10px;
      padding-right: 10px; } }

.featured-tiles .tile-description {
  font-size: 11pt;
  line-height: 1.2em;
  margin-bottom: 20px; }
  @media only screen and (max-width: 650px) {
    .featured-tiles .tile-description {
      padding-left: 10px;
      padding-right: 10px; } }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  SIDEBAR
  - Raleigh / Soapbox style

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.sidebar {
  background-color: #f1f1f1;
  font-size: 16px; }
  .sidebar a:hover {
    text-decoration: none; }
    .sidebar a:hover .section {
      background-color: #e9e9e9; }
  .sidebar .section {
    padding: 18px;
    border-bottom: 1px solid #e2e2e2; }
    .sidebar .section .label {
      color: #3b5998; }
    .sidebar .section.no-border {
      border-bottom-width: 0; }
  .sidebar .message {
    position: relative;
    padding: 18px;
    min-height: 120px;
    font-weight: 200;
    color: white; }
    .sidebar .message.developer {
      background-color: #555555; }
    .sidebar .message.explore {
      background-color: #6a6a6a; }
    .sidebar .message h3 {
      font-weight: 200;
      margin-bottom: 8px; }
    .sidebar .message .description {
      font-size: 14px; }
    .sidebar .message .more {
      position: absolute;
      right: 18px;
      bottom: 18px;
      font-size: 12px; }
      .sidebar .message .more:after {
        content: '\25b8';
        margin-left: 0.4em; }
    .sidebar .message .api-counter {
      position: absolute;
      left: 18px;
      bottom: 18px;
      font-size: 12px; }
  .sidebar .icon {
    display: inline-block;
    position: relative;
    top: 2px;
    left: -6px;
    width: 30px;
    text-align: center; }
  .sidebar .twitter {
    padding: 8px; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  WALLPAPER

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.wallpaper {
  position: relative; }
  .wallpaper .wallpaper-image {
    height: 100%;
    min-height: 310px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: black;
    overflow: hidden; }
  .wallpaper .wallpaper-content {
    position: relative;
    margin: 50px auto;
    padding: 40px;
    width: 75%;
    max-width: calc(75% * 1200px);
    background-color: rgba(167, 167, 167, 0.75);
    color: white; }
    .wallpaper .wallpaper-content h1 {
      font-size: 36px;
      color: inherit;
      margin-top: 0; }
    .wallpaper .wallpaper-content p {
      font-size: 16px;
      line-height: 1.4em; }

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * *

  CUSTOM STYLESHEETS

 * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.simple-content-page .siteOuterWrapper .siteInnerWrapper .siteContentWrapper {
  max-width: 1200px;
  padding: 0 40px !important;
  margin: 0 auto 10%; }
  .simple-content-page .siteOuterWrapper .siteInnerWrapper .siteContentWrapper .simple-content-image {
    height: 350px;
    margin-top: 2em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .simple-content-page .siteOuterWrapper .siteInnerWrapper .siteContentWrapper .simple-content-text {
    width: 75%; }
    .simple-content-page .siteOuterWrapper .siteInnerWrapper .siteContentWrapper .simple-content-text h1 {
      color: #5F5F5F; }
    .simple-content-page .siteOuterWrapper .siteInnerWrapper .siteContentWrapper .simple-content-text h2 {
      color: #999; }
    .simple-content-page .siteOuterWrapper .siteInnerWrapper .siteContentWrapper .simple-content-text h3 {
      font-size: 2em; }
    .simple-content-page .siteOuterWrapper .siteInnerWrapper .siteContentWrapper .simple-content-text p {
      padding: 0.4em 0;
      font-size: 1.5em;
      line-height: 1.5em; }
    .simple-content-page .siteOuterWrapper .siteInnerWrapper .siteContentWrapper .simple-content-text blockquote {
      margin-left: 2em;
      border-left: 0.2em solid #999;
      padding-left: 1em;
      font-size: 1.5em;
      line-height: 1.5em;
      color: #999; }
    @media only screen and (max-width: 768px) {
      .simple-content-page .siteOuterWrapper .siteInnerWrapper .siteContentWrapper .simple-content-text {
        width: 100%; } }

/* * * * * * * * * * * * * * *

	Contact Page

* * * * * * * * * * * * * * */
body.controller_custom_content {
  /* * * * * * * * * * * * * * *

	Contact Success Page

* * * * * * * * * * * * * * */ }
  body.controller_custom_content #contact-page {
    max-width: 600px;
    margin: 20px auto 0; }
    body.controller_custom_content #contact-page .contact-header h1 {
      color: #5f5f5f; }
    body.controller_custom_content #contact-page .contact-header p {
      font-size: 11pt;
      line-height: 1.2em;
      margin-bottom: 20px; }
    body.controller_custom_content #contact-page .contact-form {
      margin-bottom: 40px; }
      body.controller_custom_content #contact-page .contact-form label {
        font-size: 11pt;
        line-height: 1.2em;
        padding-left: 0px;
        margin-bottom: 5px; }
      body.controller_custom_content #contact-page .contact-form div.line {
        margin-top: 5px; }
        body.controller_custom_content #contact-page .contact-form div.line label {
          width: auto;
          float: left; }
      body.controller_custom_content #contact-page .contact-form div.line > * {
        display: block;
        float: none;
        width: 100%; }
      body.controller_custom_content #contact-page .contact-form div.line .fieldContainer input[type='checkbox'] {
        height: 12px;
        width: 12px;
        margin-top: 0.4em; }
      body.controller_custom_content #contact-page .contact-form .submitLine input[type="submit"] {
        margin: 1% 0;
        border: 0;
        border-radius: 5px;
        padding: 0.5% 2%;
        background-color: #dfe2e2;
        color: #FFF;
        font-size: 16px;
        cursor: pointer; }
  body.controller_custom_content #contact-success {
    max-width: 600px;
    margin: 20px auto 20px;
    border-radius: 30px;
    background: #FFF;
    text-align: center; }
    body.controller_custom_content #contact-success > div {
      width: 400px;
      padding: 50px;
      margin: 0 auto; }
    body.controller_custom_content #contact-success span {
      display: block;
      height: 60px;
      width: 60px;
      margin: 0 auto;
      border-radius: 100px;
      color: #FFF;
      background: #dfe2e2;
      font-size: 36px;
      line-height: 55px; }
    body.controller_custom_content #contact-success h2 {
      padding: 25px 0;
      font-size: 26px; }
    body.controller_custom_content #contact-success a {
      display: block;
      margin-bottom: 15px;
      font-size: 1.5em;
      text-decoration: none; }
    body.controller_custom_content #contact-success [class^="ss-"]:before, body.controller_custom_content #contact-success [class*=" ss-"]:before {
      vertical-align: sub; }

