@charset "UTF-8";
/* @file
 * This file is a custom file that loads all files. Each non-base layer
 * can be disabled.
 *
 * Do not name this file "STARTER.scss". This file should be named
 * biblioteca_nacional.scss. If you used the drush command to generate this subtheme,
 * it should be named for you.
 *
 * This application file (biblioteca_nacional.scss) is where all the partials are
 * imported.
 *
 * Theme styles are categorized using SMACSS standards. They utilize
 * categorization of styles into various categories. Those categories are the
 * following:
 *
 * - Base: CSS reset/normalize plus HTML element styling.
 * - Layout: Macro arrangement of a web page, including any grid systems.
 * - Modules: Dictate minor layout modules or reusable elements.
 * - States: Describe the appearance of a module in various states.
 * - Theme: Specific customizations for your subtheme.
 * For more information about this new Drupal css file standard, please review
 * the following:
 * - https://drupal.org/node/1887922
 * - http://smacss.com/
 */
/*! normalize.css v3.0.2 | 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,
menu,
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-color: 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"],
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;
}

meta.foundation-version {
  font-family: "/5.5.0/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: auto;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 60rem;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left;
}

[class*="column"] + [class*="column"]:last-child {
  float: right;
}

[class*="column"] + [class*="column"].end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .small-1 {
    width: 8.33333%;
  }

  .small-2 {
    width: 16.66667%;
  }

  .small-3 {
    width: 25%;
  }

  .small-4 {
    width: 33.33333%;
  }

  .small-5 {
    width: 41.66667%;
  }

  .small-6 {
    width: 50%;
  }

  .small-7 {
    width: 58.33333%;
  }

  .small-8 {
    width: 66.66667%;
  }

  .small-9 {
    width: 75%;
  }

  .small-10 {
    width: 83.33333%;
  }

  .small-11 {
    width: 91.66667%;
  }

  .small-12 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0% !important;
  }

  .small-offset-1 {
    margin-left: 8.33333% !important;
  }

  .small-offset-2 {
    margin-left: 16.66667% !important;
  }

  .small-offset-3 {
    margin-left: 25% !important;
  }

  .small-offset-4 {
    margin-left: 33.33333% !important;
  }

  .small-offset-5 {
    margin-left: 41.66667% !important;
  }

  .small-offset-6 {
    margin-left: 50% !important;
  }

  .small-offset-7 {
    margin-left: 58.33333% !important;
  }

  .small-offset-8 {
    margin-left: 66.66667% !important;
  }

  .small-offset-9 {
    margin-left: 75% !important;
  }

  .small-offset-10 {
    margin-left: 83.33333% !important;
  }

  .small-offset-11 {
    margin-left: 91.66667% !important;
  }

  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .medium-1 {
    width: 8.33333%;
  }

  .medium-2 {
    width: 16.66667%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-4 {
    width: 33.33333%;
  }

  .medium-5 {
    width: 41.66667%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-7 {
    width: 58.33333%;
  }

  .medium-8 {
    width: 66.66667%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-10 {
    width: 83.33333%;
  }

  .medium-11 {
    width: 91.66667%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0% !important;
  }

  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }

  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }

  .medium-offset-3 {
    margin-left: 25% !important;
  }

  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }

  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }

  .medium-offset-6 {
    margin-left: 50% !important;
  }

  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }

  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }

  .medium-offset-9 {
    margin-left: 75% !important;
  }

  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }

  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }

  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .large-1 {
    width: 8.33333%;
  }

  .large-2 {
    width: 16.66667%;
  }

  .large-3 {
    width: 25%;
  }

  .large-4 {
    width: 33.33333%;
  }

  .large-5 {
    width: 41.66667%;
  }

  .large-6 {
    width: 50%;
  }

  .large-7 {
    width: 58.33333%;
  }

  .large-8 {
    width: 66.66667%;
  }

  .large-9 {
    width: 75%;
  }

  .large-10 {
    width: 83.33333%;
  }

  .large-11 {
    width: 91.66667%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0% !important;
  }

  .large-offset-1 {
    margin-left: 8.33333% !important;
  }

  .large-offset-2 {
    margin-left: 16.66667% !important;
  }

  .large-offset-3 {
    margin-left: 25% !important;
  }

  .large-offset-4 {
    margin-left: 33.33333% !important;
  }

  .large-offset-5 {
    margin-left: 41.66667% !important;
  }

  .large-offset-6 {
    margin-left: 50% !important;
  }

  .large-offset-7 {
    margin-left: 58.33333% !important;
  }

  .large-offset-8 {
    margin-left: 66.66667% !important;
  }

  .large-offset-9 {
    margin-left: 75% !important;
  }

  .large-offset-10 {
    margin-left: 83.33333% !important;
  }

  .large-offset-11 {
    margin-left: 91.66667% !important;
  }

  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
.accordion {
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  padding: 1rem;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 0.9375rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  display: block;
  background: #FFFFFF;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  transition: opacity 300ms ease-out;
  background-color: #3f3f3f;
  border-color: #363636;
  color: #FFFFFF;
}
.alert-box .close {
  font-size: 1.375rem;
  padding: 9px 6px 4px;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.6875rem;
  right: 0.25rem;
  color: #333333;
  opacity: 0.3;
  background: inherit;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #4f4f4f;
}
.alert-box.alert-close {
  opacity: 0;
}

button, .button {
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
  border-radius: 0;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #3f3f3f;
  border-color: #323232;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #323232;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #b9b9b9;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #333333;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding-top: 1.125rem;
  padding-right: 2.25rem;
  padding-bottom: 1.1875rem;
  padding-left: 2.25rem;
  font-size: 1.25rem;
}
button.small, .button.small {
  padding-top: 0.875rem;
  padding-right: 1.75rem;
  padding-bottom: 0.9375rem;
  padding-left: 1.75rem;
  font-size: 0.8125rem;
}
button.tiny, .button.tiny {
  padding-top: 0.625rem;
  padding-right: 1.25rem;
  padding-bottom: 0.6875rem;
  padding-left: 1.25rem;
  font-size: 0.6875rem;
}
button.expand, .button.expand {
  padding-right: 0;
  padding-left: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.75rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.75rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #3f3f3f;
  border-color: #323232;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #323232;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #3f3f3f;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #e7e7e7;
  border-color: #b9b9b9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #b9b9b9;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #333333;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #e7e7e7;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  cursor: default;
  opacity: 0.7;
  box-shadow: none;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group > li {
  margin: 0 -2px;
  display: inline-block;
}
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
  float: none;
}
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li > button, .button-group.stack > li .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}
.button-group.stack-for-small > li {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}
@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}
.button-group.radius > * {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}
.button-group.radius > *, .button-group.radius > * > a, .button-group.radius > * > button, .button-group.radius > * > .button {
  border-radius: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}
.button-group.radius.stack > *, .button-group.radius.stack > * > a, .button-group.radius.stack > * > button, .button-group.radius.stack > * > .button {
  border-radius: 0;
}
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width: 40.063em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *, .button-group.radius.stack-for-small > * > a, .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.button-group.round > * {
  margin: 0 -2px;
  display: inline-block;
}
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}
.button-group.round > *, .button-group.round > * > a, .button-group.round > * > button, .button-group.round > * > .button {
  border-radius: 0;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
  margin: 0 -2px;
  display: inline-block;
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-top: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  margin: 0;
  display: block;
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}
.button-group.round.stack > *, .button-group.round.stack > * > a, .button-group.round.stack > * > button, .button-group.round.stack > * > .button {
  border-radius: 0;
}
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 1rem;
  -webkit-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 1rem;
  -webkit-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media only screen and (min-width: 40.063em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    margin: 0 -2px;
    display: inline-block;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    margin: 0;
    display: block;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *, .button-group.round.stack-for-small > * > a, .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 1rem;
    -webkit-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 1rem;
    -webkit-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
}
.button-group.even-2 li {
  margin: 0 -2px;
  display: inline-block;
  width: 50%;
}
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  margin: 0 -2px;
  display: inline-block;
  width: 33.33333%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  margin: 0 -2px;
  display: inline-block;
  width: 25%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  margin: 0 -2px;
  display: inline-block;
  width: 20%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  margin: 0 -2px;
  display: inline-block;
  width: 16.66667%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  margin: 0 -2px;
  display: inline-block;
  width: 14.28571%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  margin: 0 -2px;
  display: inline-block;
  width: 12.5%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.625rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Standard Forms */
form {
  margin: 0 0 1rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem;
}

/* Label Styles */
label {
  font-size: 0.875rem;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1rem 0;
  padding: 0.5625rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  border: none;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="color"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  box-shadow: 0 0 5px #999999;
  border-color: #999999;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="color"]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type="text"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="datetime"]:disabled, input[type="datetime-local"]:disabled, input[type="month"]:disabled, input[type="week"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="search"]:disabled, input[type="tel"]:disabled, input[type="time"]:disabled, input[type="url"]:disabled, input[type="color"]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type="text"][disabled], input[type="text"][readonly], fieldset[disabled] input[type="text"], input[type="password"][disabled], input[type="password"][readonly], fieldset[disabled] input[type="password"], input[type="date"][disabled], input[type="date"][readonly], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], input[type="datetime"][readonly], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], input[type="datetime-local"][readonly], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], input[type="month"][readonly], fieldset[disabled] input[type="month"], input[type="week"][disabled], input[type="week"][readonly], fieldset[disabled] input[type="week"], input[type="email"][disabled], input[type="email"][readonly], fieldset[disabled] input[type="email"], input[type="number"][disabled], input[type="number"][readonly], fieldset[disabled] input[type="number"], input[type="search"][disabled], input[type="search"][readonly], fieldset[disabled] input[type="search"], input[type="tel"][disabled], input[type="tel"][readonly], fieldset[disabled] input[type="tel"], input[type="time"][disabled], input[type="time"][readonly], fieldset[disabled] input[type="time"], input[type="url"][disabled], input[type="url"][readonly], fieldset[disabled] input[type="url"], input[type="color"][disabled], input[type="color"][readonly], fieldset[disabled] input[type="color"], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type="text"].radius, input[type="password"].radius, input[type="date"].radius, input[type="datetime"].radius, input[type="datetime-local"].radius, input[type="month"].radius, input[type="week"].radius, input[type="email"].radius, input[type="number"].radius, input[type="search"].radius, input[type="tel"].radius, input[type="time"].radius, input[type="url"].radius, input[type="color"].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  border-radius: 0;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: rgba(0, 0, 0, 0.75);
  line-height: normal;
  border-radius: 0;
  height: 2.3125rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */
input[type="file"] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  padding: 1.25rem;
  margin: 1.125rem 0;
}
fieldset legend {
  font-weight: bold;
  background: #FFFFFF;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -0.1875rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

table {
  background: #FFFFFF;
  margin-bottom: 1.25rem;
  border: solid 1px #DDDDDD;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: bold;
  color: #222222;
}
table tr th,
table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222222;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.125rem;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #3f3f3f;
  text-decoration: none;
  line-height: inherit;
}
a:hover, a:focus {
  color: #363636;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.21875rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.875rem;
  line-height: 1.35;
  font-style: italic;
}

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "open_sansbold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #6f6f6f;
  line-height: 0;
}

h1 {
  font-size: 1.125rem;
}

h2 {
  font-size: 0.5rem;
}

h3 {
  font-size: 0.8125rem;
}

h4 {
  font-size: 1.125rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  background-color: #f8f8f8;
  border-width: 1px;
  border-style: solid;
  border-color: #dfdfdf;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

/* Lists */
ul,
ol,
dl {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}
dl dd {
  margin-bottom: 0.75rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8125rem;
  color: #555555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.625rem 0.75rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: bold;
  font-size: 0.9375rem;
}

.vevent .summary {
  font-weight: bold;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: 1.75rem;
  }

  h2 {
    font-size: 1.125rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1.4375rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  h6 {
    font-size: 1rem;
  }
}
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: #000000 !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) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999999;
    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;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: bold;
  line-height: 2.8125rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar h4 {
  font-size: 1.125rem;
}

.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0;
}
@media only screen and (min-width: 40.063em) {
  .tab-bar-section.left {
    text-align: left;
  }
  .tab-bar-section.right {
    text-align: right;
  }
}
.tab-bar-section.left {
  left: 0;
  right: 2.8125rem;
}
.tab-bar-section.right {
  left: 2.8125rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 2.8125rem;
  right: 2.8125rem;
}

.tab-bar .menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  padding: 0;
  color: #FFFFFF;
  position: relative;
  transform: translate3d(0, 0, 0);
}
.tab-bar .menu-icon span::after {
  content: "";
  position: absolute;
  display: block;
  height: 0;
  top: 50%;
  margin-top: -0.5rem;
  left: 0.90625rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  transition: transform 500ms ease 0s;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
ul.off-canvas-list li label {
  display: block;
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
  background: #444444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
ul.off-canvas-list li a {
  display: block;
  padding: 0.66667rem;
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #262626;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}

.move-right > .inner-wrap {
  -ms-transform: translate(15.625rem, 0);
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.move-left > .inner-wrap {
  -ms-transform: translate(-15.625rem, 0);
  -webkit-transform: translate3d(-15.625rem, 0, 0);
  -moz-transform: translate3d(-15.625rem, 0, 0);
  -ms-transform: translate3d(-15.625rem, 0, 0);
  -o-transform: translate3d(-15.625rem, 0, 0);
  transform: translate3d(-15.625rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(255, 255, 255, 0.05);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -15.625rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -15.625rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 15.625rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 15.625rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.left-submenu .back > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  width: 15.625rem;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #333333;
  z-index: 1002;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-transform: translate(100%, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  padding: 0.3rem 0.9375rem;
  color: #999999;
  text-transform: uppercase;
  font-weight: bold;
  background: #444;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-top: 1px solid #5e5e5e;
  border-bottom: none;
}
.right-submenu .back > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -ms-transform: translate(0%, 0);
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "\BB";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row !important;
  }

  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }
}
.admin-menu-position-fixed {
  top: 1.8125rem;
}

#status-messages.reveal-modal .alert-box {
  margin-bottom: 0;
}

.reveal-modal {
  z-index: 999;
}

.item-list .pager {
  clear: none;
}

.item-list .pager li {
  padding: 0;
}

.bn-informacoes-para .block-title {
  font-size: 1.125rem;
}
.bn-informacoes-para .accordion {
  margin-left: 0;
}
.bn-informacoes-para .accordion .accordion-navigation > .content.active {
  background: #e7e5d4;
}
.bn-informacoes-para .accordion > .accordion-navigation.active {
  border-top: 1px solid #3e838c;
  border-bottom: 1px solid #3e838c;
}
.bn-informacoes-para .accordion > .accordion-navigation.active a.bn-menu-accordion::after {
  content: " ";
}
.bn-informacoes-para .accordion .accordion-navigation.active > a {
  background: #e7e5d4;
  color: #333333;
  padding: 0.625rem 0 0 0.625rem !important;
}
.bn-informacoes-para .accordion-navigation {
  margin-bottom: 0.1875rem !important;
}
.bn-informacoes-para .accordion-navigation .content ul {
  list-style-type: inherit;
  margin-left: 1.25rem;
  border-top: 0;
}
.bn-informacoes-para .accordion-navigation .content ul li {
  margin-left: 0.3125rem;
}
.bn-informacoes-para .accordion-navigation .content ul li a {
  color: #3e838c;
  font-size: 0.875rem;
}
.bn-informacoes-para .accordion-navigation a.bn-menu-accordion {
  background-color: #3e838c;
  color: #ffffff;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  padding: 0.625rem 1.875rem 0.625rem 0.625rem;
  position: relative;
  line-height: 1.125rem;
}
.bn-informacoes-para .accordion-navigation a.bn-menu-accordion::after {
  content: "\25BE";
  font-size: 1.25rem;
  position: absolute;
  top: 35%;
  right: 0.3125rem;
}

.bn-informacoes-para:hover .block-title {
  background-color: transparent !important;
  color: #b20000 !important;
}
.bn-informacoes-para:hover .block-title:before {
  display: none !important;
}

.bn-accordion-secundary {
  margin: 0;
}
.bn-accordion-secundary .accordion-navigation > a {
  background: transparent;
  border-top: 1px solid #e7e5d4;
  border-bottom: 1px solid #e7e5d4;
  padding: 0.3125rem;
}
.bn-accordion-secundary .accordion-navigation > a::before {
  content: '+';
  color: #e7e5d4;
  font-size: 2.5rem;
  line-height: 0.9375rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 35px;
  margin-right: 10px;
  font-weight: bold;
}
.bn-accordion-secundary .accordion-navigation:hover > a {
  background: transparent;
}
.bn-accordion-secundary .accordion-navigation.active > a {
  border-bottom: 0;
  background: transparent;
}
.bn-accordion-secundary .accordion-navigation.active > a::before {
  content: '-';
  color: #e7e5d4;
}

.node-servico.view-mode-full .accordion .accordion-navigation > .content, .node-servico.view-mode-full .accordion dd > .content {
  margin-top: -30px;
}

button, .button {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 0.75em;
  padding-right: 1.5em;
  padding-bottom: 0.8125em;
  padding-left: 1.5em;
  font-size: 1em;
  background-color: #0d444b;
  border-color: #0d444b;
  color: #f3f2e4;
  box-shadow: none;
}

button:hover, button:focus, .button:hover, .button:focus {
  background-color: #1f6163;
}

button:hover, button:focus, .button:hover, .button:focus {
  color: #f3f2e4;
}

.bn-link-read-more {
  color: #3e838c;
  font-size: 0.8125rem;
}

.bn-link-read-more:hover {
  text-decoration: underline;
}

.bn-link-read-more::after {
  content: "\00BB";
}

.more-link a::after {
  content: "\00BB";
}
.more-link a:hover {
  text-decoration: underline;
}

article .link-externo:after {
  content: ".";
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  background-position: -48px 3px;
  color: transparent;
  display: inline-block;
  height: 0.9375rem;
  line-height: 1rem;
  margin-left: 0.625rem;
  width: 0.9375rem;
}
article .field-name-field-links-externos a:after {
  content: ".";
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  background-position: -48px 3px;
  color: transparent;
  display: inline-block;
  height: 0.9375rem;
  line-height: 1rem;
  margin-left: 0.625rem;
  width: 0.9375rem;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  border: 1px solid #b7b7b7 !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #333333;
  display: block;
  font-size: 0.875em;
  margin: 0 0 1em 0;
  padding: 0.5em;
  height: 2.3125em;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 5px #666666;
  -moz-box-shadow: 0 0 5px #666666;
  box-shadow: 0 0 5px #666666;
  border-color: #ececec;
  color: #333333;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  background: #ffffff;
  border-color: #ececec;
  outline: none;
}

/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation-icons/foundation-icons.eot");
  src: url("../fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before {
  content: "\f100";
}

.fi-alert:before {
  content: "\f101";
}

.fi-align-center:before {
  content: "\f102";
}

.fi-align-justify:before {
  content: "\f103";
}

.fi-align-left:before {
  content: "\f104";
}

.fi-align-right:before {
  content: "\f105";
}

.fi-anchor:before {
  content: "\f106";
}

.fi-annotate:before {
  content: "\f107";
}

.fi-archive:before {
  content: "\f108";
}

.fi-arrow-down:before {
  content: "\f109";
}

.fi-arrow-left:before {
  content: "\f10a";
}

.fi-arrow-right:before {
  content: "\f10b";
}

.fi-arrow-up:before {
  content: "\f10c";
}

.fi-arrows-compress:before {
  content: "\f10d";
}

.fi-arrows-expand:before {
  content: "\f10e";
}

.fi-arrows-in:before {
  content: "\f10f";
}

.fi-arrows-out:before {
  content: "\f110";
}

.fi-asl:before {
  content: "\f111";
}

.fi-asterisk:before {
  content: "\f112";
}

.fi-at-sign:before {
  content: "\f113";
}

.fi-background-color:before {
  content: "\f114";
}

.fi-battery-empty:before {
  content: "\f115";
}

.fi-battery-full:before {
  content: "\f116";
}

.fi-battery-half:before {
  content: "\f117";
}

.fi-bitcoin-circle:before {
  content: "\f118";
}

.fi-bitcoin:before {
  content: "\f119";
}

.fi-blind:before {
  content: "\f11a";
}

.fi-bluetooth:before {
  content: "\f11b";
}

.fi-bold:before {
  content: "\f11c";
}

.fi-book-bookmark:before {
  content: "\f11d";
}

.fi-book:before {
  content: "\f11e";
}

.fi-bookmark:before {
  content: "\f11f";
}

.fi-braille:before {
  content: "\f120";
}

.fi-burst-new:before {
  content: "\f121";
}

.fi-burst-sale:before {
  content: "\f122";
}

.fi-burst:before {
  content: "\f123";
}

.fi-calendar:before {
  content: "\f124";
}

.fi-camera:before {
  content: "\f125";
}

.fi-check:before {
  content: "\f126";
}

.fi-checkbox:before {
  content: "\f127";
}

.fi-clipboard-notes:before {
  content: "\f128";
}

.fi-clipboard-pencil:before {
  content: "\f129";
}

.fi-clipboard:before {
  content: "\f12a";
}

.fi-clock:before {
  content: "\f12b";
}

.fi-closed-caption:before {
  content: "\f12c";
}

.fi-cloud:before {
  content: "\f12d";
}

.fi-comment-minus:before {
  content: "\f12e";
}

.fi-comment-quotes:before {
  content: "\f12f";
}

.fi-comment-video:before {
  content: "\f130";
}

.fi-comment:before {
  content: "\f131";
}

.fi-comments:before {
  content: "\f132";
}

.fi-compass:before {
  content: "\f133";
}

.fi-contrast:before {
  content: "\f134";
}

.fi-credit-card:before {
  content: "\f135";
}

.fi-crop:before {
  content: "\f136";
}

.fi-crown:before {
  content: "\f137";
}

.fi-css3:before {
  content: "\f138";
}

.fi-database:before {
  content: "\f139";
}

.fi-die-five:before {
  content: "\f13a";
}

.fi-die-four:before {
  content: "\f13b";
}

.fi-die-one:before {
  content: "\f13c";
}

.fi-die-six:before {
  content: "\f13d";
}

.fi-die-three:before {
  content: "\f13e";
}

.fi-die-two:before {
  content: "\f13f";
}

.fi-dislike:before {
  content: "\f140";
}

.fi-dollar-bill:before {
  content: "\f141";
}

.fi-dollar:before {
  content: "\f142";
}

.fi-download:before {
  content: "\f143";
}

.fi-eject:before {
  content: "\f144";
}

.fi-elevator:before {
  content: "\f145";
}

.fi-euro:before {
  content: "\f146";
}

.fi-eye:before {
  content: "\f147";
}

.fi-fast-forward:before {
  content: "\f148";
}

.fi-female-symbol:before {
  content: "\f149";
}

.fi-female:before {
  content: "\f14a";
}

.fi-filter:before {
  content: "\f14b";
}

.fi-first-aid:before {
  content: "\f14c";
}

.fi-flag:before {
  content: "\f14d";
}

.fi-folder-add:before {
  content: "\f14e";
}

.fi-folder-lock:before {
  content: "\f14f";
}

.fi-folder:before {
  content: "\f150";
}

.fi-foot:before {
  content: "\f151";
}

.fi-foundation:before {
  content: "\f152";
}

.fi-graph-bar:before {
  content: "\f153";
}

.fi-graph-horizontal:before {
  content: "\f154";
}

.fi-graph-pie:before {
  content: "\f155";
}

.fi-graph-trend:before {
  content: "\f156";
}

.fi-guide-dog:before {
  content: "\f157";
}

.fi-hearing-aid:before {
  content: "\f158";
}

.fi-heart:before {
  content: "\f159";
}

.fi-home:before {
  content: "\f15a";
}

.fi-html5:before {
  content: "\f15b";
}

.fi-indent-less:before {
  content: "\f15c";
}

.fi-indent-more:before {
  content: "\f15d";
}

.fi-info:before {
  content: "\f15e";
}

.fi-italic:before {
  content: "\f15f";
}

.fi-key:before {
  content: "\f160";
}

.fi-laptop:before {
  content: "\f161";
}

.fi-layout:before {
  content: "\f162";
}

.fi-lightbulb:before {
  content: "\f163";
}

.fi-like:before {
  content: "\f164";
}

.fi-link:before {
  content: "\f165";
}

.fi-list-bullet:before {
  content: "\f166";
}

.fi-list-number:before {
  content: "\f167";
}

.fi-list-thumbnails:before {
  content: "\f168";
}

.fi-list:before {
  content: "\f169";
}

.fi-lock:before {
  content: "\f16a";
}

.fi-loop:before {
  content: "\f16b";
}

.fi-magnifying-glass:before {
  content: "\f16c";
}

.fi-mail:before {
  content: "\f16d";
}

.fi-male-female:before {
  content: "\f16e";
}

.fi-male-symbol:before {
  content: "\f16f";
}

.fi-male:before {
  content: "\f170";
}

.fi-map:before {
  content: "\f171";
}

.fi-marker:before {
  content: "\f172";
}

.fi-megaphone:before {
  content: "\f173";
}

.fi-microphone:before {
  content: "\f174";
}

.fi-minus-circle:before {
  content: "\f175";
}

.fi-minus:before {
  content: "\f176";
}

.fi-mobile-signal:before {
  content: "\f177";
}

.fi-mobile:before {
  content: "\f178";
}

.fi-monitor:before {
  content: "\f179";
}

.fi-mountains:before {
  content: "\f17a";
}

.fi-music:before {
  content: "\f17b";
}

.fi-next:before {
  content: "\f17c";
}

.fi-no-dogs:before {
  content: "\f17d";
}

.fi-no-smoking:before {
  content: "\f17e";
}

.fi-page-add:before {
  content: "\f17f";
}

.fi-page-copy:before {
  content: "\f180";
}

.fi-page-csv:before {
  content: "\f181";
}

.fi-page-delete:before {
  content: "\f182";
}

.fi-page-doc:before {
  content: "\f183";
}

.fi-page-edit:before {
  content: "\f184";
}

.fi-page-export-csv:before {
  content: "\f185";
}

.fi-page-export-doc:before {
  content: "\f186";
}

.fi-page-export-pdf:before {
  content: "\f187";
}

.fi-page-export:before {
  content: "\f188";
}

.fi-page-filled:before {
  content: "\f189";
}

.fi-page-multiple:before {
  content: "\f18a";
}

.fi-page-pdf:before {
  content: "\f18b";
}

.fi-page-remove:before {
  content: "\f18c";
}

.fi-page-search:before {
  content: "\f18d";
}

.fi-page:before {
  content: "\f18e";
}

.fi-paint-bucket:before {
  content: "\f18f";
}

.fi-paperclip:before {
  content: "\f190";
}

.fi-pause:before {
  content: "\f191";
}

.fi-paw:before {
  content: "\f192";
}

.fi-paypal:before {
  content: "\f193";
}

.fi-pencil:before {
  content: "\f194";
}

.fi-photo:before {
  content: "\f195";
}

.fi-play-circle:before {
  content: "\f196";
}

.fi-play-video:before {
  content: "\f197";
}

.fi-play:before {
  content: "\f198";
}

.fi-plus:before {
  content: "\f199";
}

.fi-pound:before {
  content: "\f19a";
}

.fi-power:before {
  content: "\f19b";
}

.fi-previous:before {
  content: "\f19c";
}

.fi-price-tag:before {
  content: "\f19d";
}

.fi-pricetag-multiple:before {
  content: "\f19e";
}

.fi-print:before {
  content: "\f19f";
}

.fi-prohibited:before {
  content: "\f1a0";
}

.fi-projection-screen:before {
  content: "\f1a1";
}

.fi-puzzle:before {
  content: "\f1a2";
}

.fi-quote:before {
  content: "\f1a3";
}

.fi-record:before {
  content: "\f1a4";
}

.fi-refresh:before {
  content: "\f1a5";
}

.fi-results-demographics:before {
  content: "\f1a6";
}

.fi-results:before {
  content: "\f1a7";
}

.fi-rewind-ten:before {
  content: "\f1a8";
}

.fi-rewind:before {
  content: "\f1a9";
}

.fi-rss:before {
  content: "\f1aa";
}

.fi-safety-cone:before {
  content: "\f1ab";
}

.fi-save:before {
  content: "\f1ac";
}

.fi-share:before {
  content: "\f1ad";
}

.fi-sheriff-badge:before {
  content: "\f1ae";
}

.fi-shield:before {
  content: "\f1af";
}

.fi-shopping-bag:before {
  content: "\f1b0";
}

.fi-shopping-cart:before {
  content: "\f1b1";
}

.fi-shuffle:before {
  content: "\f1b2";
}

.fi-skull:before {
  content: "\f1b3";
}

.fi-social-500px:before {
  content: "\f1b4";
}

.fi-social-adobe:before {
  content: "\f1b5";
}

.fi-social-amazon:before {
  content: "\f1b6";
}

.fi-social-android:before {
  content: "\f1b7";
}

.fi-social-apple:before {
  content: "\f1b8";
}

.fi-social-behance:before {
  content: "\f1b9";
}

.fi-social-bing:before {
  content: "\f1ba";
}

.fi-social-blogger:before {
  content: "\f1bb";
}

.fi-social-delicious:before {
  content: "\f1bc";
}

.fi-social-designer-news:before {
  content: "\f1bd";
}

.fi-social-deviant-art:before {
  content: "\f1be";
}

.fi-social-digg:before {
  content: "\f1bf";
}

.fi-social-dribbble:before {
  content: "\f1c0";
}

.fi-social-drive:before {
  content: "\f1c1";
}

.fi-social-dropbox:before {
  content: "\f1c2";
}

.fi-social-evernote:before {
  content: "\f1c3";
}

.fi-social-facebook:before {
  content: "\f1c4";
}

.fi-social-flickr:before {
  content: "\f1c5";
}

.fi-social-forrst:before {
  content: "\f1c6";
}

.fi-social-foursquare:before {
  content: "\f1c7";
}

.fi-social-game-center:before {
  content: "\f1c8";
}

.fi-social-github:before {
  content: "\f1c9";
}

.fi-social-google-plus:before {
  content: "\f1ca";
}

.fi-social-hacker-news:before {
  content: "\f1cb";
}

.fi-social-hi5:before {
  content: "\f1cc";
}

.fi-social-instagram:before {
  content: "\f1cd";
}

.fi-social-joomla:before {
  content: "\f1ce";
}

.fi-social-lastfm:before {
  content: "\f1cf";
}

.fi-social-linkedin:before {
  content: "\f1d0";
}

.fi-social-medium:before {
  content: "\f1d1";
}

.fi-social-myspace:before {
  content: "\f1d2";
}

.fi-social-orkut:before {
  content: "\f1d3";
}

.fi-social-path:before {
  content: "\f1d4";
}

.fi-social-picasa:before {
  content: "\f1d5";
}

.fi-social-pinterest:before {
  content: "\f1d6";
}

.fi-social-rdio:before {
  content: "\f1d7";
}

.fi-social-reddit:before {
  content: "\f1d8";
}

.fi-social-skillshare:before {
  content: "\f1d9";
}

.fi-social-skype:before {
  content: "\f1da";
}

.fi-social-smashing-mag:before {
  content: "\f1db";
}

.fi-social-snapchat:before {
  content: "\f1dc";
}

.fi-social-spotify:before {
  content: "\f1dd";
}

.fi-social-squidoo:before {
  content: "\f1de";
}

.fi-social-stack-overflow:before {
  content: "\f1df";
}

.fi-social-steam:before {
  content: "\f1e0";
}

.fi-social-stumbleupon:before {
  content: "\f1e1";
}

.fi-social-treehouse:before {
  content: "\f1e2";
}

.fi-social-tumblr:before {
  content: "\f1e3";
}

.fi-social-twitter:before {
  content: "\f1e4";
}

.fi-social-vimeo:before {
  content: "\f1e5";
}

.fi-social-windows:before {
  content: "\f1e6";
}

.fi-social-xbox:before {
  content: "\f1e7";
}

.fi-social-yahoo:before {
  content: "\f1e8";
}

.fi-social-yelp:before {
  content: "\f1e9";
}

.fi-social-youtube:before {
  content: "\f1ea";
}

.fi-social-zerply:before {
  content: "\f1eb";
}

.fi-social-zurb:before {
  content: "\f1ec";
}

.fi-sound:before {
  content: "\f1ed";
}

.fi-star:before {
  content: "\f1ee";
}

.fi-stop:before {
  content: "\f1ef";
}

.fi-strikethrough:before {
  content: "\f1f0";
}

.fi-subscript:before {
  content: "\f1f1";
}

.fi-superscript:before {
  content: "\f1f2";
}

.fi-tablet-landscape:before {
  content: "\f1f3";
}

.fi-tablet-portrait:before {
  content: "\f1f4";
}

.fi-target-two:before {
  content: "\f1f5";
}

.fi-target:before {
  content: "\f1f6";
}

.fi-telephone-accessible:before {
  content: "\f1f7";
}

.fi-telephone:before {
  content: "\f1f8";
}

.fi-text-color:before {
  content: "\f1f9";
}

.fi-thumbnails:before {
  content: "\f1fa";
}

.fi-ticket:before {
  content: "\f1fb";
}

.fi-torso-business:before {
  content: "\f1fc";
}

.fi-torso-female:before {
  content: "\f1fd";
}

.fi-torso:before {
  content: "\f1fe";
}

.fi-torsos-all-female:before {
  content: "\f1ff";
}

.fi-torsos-all:before {
  content: "\f200";
}

.fi-torsos-female-male:before {
  content: "\f201";
}

.fi-torsos-male-female:before {
  content: "\f202";
}

.fi-torsos:before {
  content: "\f203";
}

.fi-trash:before {
  content: "\f204";
}

.fi-trees:before {
  content: "\f205";
}

.fi-trophy:before {
  content: "\f206";
}

.fi-underline:before {
  content: "\f207";
}

.fi-universal-access:before {
  content: "\f208";
}

.fi-unlink:before {
  content: "\f209";
}

.fi-unlock:before {
  content: "\f20a";
}

.fi-upload-cloud:before {
  content: "\f20b";
}

.fi-upload:before {
  content: "\f20c";
}

.fi-usb:before {
  content: "\f20d";
}

.fi-video:before {
  content: "\f20e";
}

.fi-volume-none:before {
  content: "\f20f";
}

.fi-volume-strike:before {
  content: "\f210";
}

.fi-volume:before {
  content: "\f211";
}

.fi-web:before {
  content: "\f212";
}

.fi-wheelchair:before {
  content: "\f213";
}

.fi-widget:before {
  content: "\f214";
}

.fi-wrench:before {
  content: "\f215";
}

.fi-x-circle:before {
  content: "\f216";
}

.fi-x:before {
  content: "\f217";
}

.fi-yen:before {
  content: "\f218";
}

.fi-zoom-in:before {
  content: "\f219";
}

.fi-zoom-out:before {
  content: "\f21a";
}

/*
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: 'open_sansbold';
  src: url("../fonts/bn-webfonts/opensans-bold-webfont.eot");
  src: url("../fonts/bn-webfonts/opensans-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bn-webfonts/opensans-bold-webfont.woff2") format("woff2"), url("../fonts/bn-webfonts/opensans-bold-webfont.woff") format("woff"), url("../fonts/bn-webfonts/opensans-bold-webfont.ttf") format("truetype"), url("../fonts/bn-webfonts/opensans-bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/bn-webfonts/opensans-semibold.eot");
  src: url("../fonts/bn-webfonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/bn-webfonts/opensans-semibold.woff2") format("woff2"), url("../fonts/bn-webfonts/opensans-semibold.woff") format("woff"), url("../fonts/bn-webfonts/opensans-semibold.ttf") format("truetype"), url("../fonts/bn-webfonts/opensans-semibold.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sanssemibold';
  src: url("../fonts/bn-webfonts/opensans-semibold.eot");
  src: url("../fonts/bn-webfonts/opensans-semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/bn-webfonts/opensans-semibold.woff2") format("woff2"), url("../fonts/bn-webfonts/opensans-semibold.woff") format("woff"), url("../fonts/bn-webfonts/opensans-semibold.ttf") format("truetype"), url("../fonts/bn-webfonts/opensans-semibold.svg#open_sanssemibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'open_sansregular';
  src: url("../fonts/bn-webfonts/opensans-regular-webfont.eot");
  src: url("../fonts/bn-webfonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bn-webfonts/opensans-regular-webfont.woff2") format("woff2"), url("../fonts/bn-webfonts/opensans-regular-webfont.woff") format("woff"), url("../fonts/bn-webfonts/opensans-regular-webfont.ttf") format("truetype"), url("../fonts/bn-webfonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slabbold';
  src: url("../fonts/bn-webfonts/robotoslab-bold-webfont.eot");
  src: url("../fonts/bn-webfonts/robotoslab-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bn-webfonts/robotoslab-bold-webfont.woff2") format("woff2"), url("../fonts/bn-webfonts/robotoslab-bold-webfont.woff") format("woff"), url("../fonts/bn-webfonts/robotoslab-bold-webfont.ttf") format("truetype"), url("../fonts/bn-webfonts/robotoslab-bold-webfont.svg#roboto_slabbold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto_slabregular';
  src: url("../fonts/bn-webfonts/robotoslab-regular-webfont.eot");
  src: url("../fonts/bn-webfonts/robotoslab-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bn-webfonts/robotoslab-regular-webfont.woff2") format("woff2"), url("../fonts/bn-webfonts/robotoslab-regular-webfont.woff") format("woff"), url("../fonts/bn-webfonts/robotoslab-regular-webfont.ttf") format("truetype"), url("../fonts/bn-webfonts/robotoslab-regular-webfont.svg#roboto_slabregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Breadcrumbs */
.bn-breadcrumbs {
  margin-bottom: 0.5rem;
}
.bn-breadcrumbs h2.element-invisible {
  position: relative !important;
  clip: auto;
  clip: auto;
  overflow: visible;
  height: auto;
  float: left;
  font-size: 0.6875rem;
  margin: 0 0.9375rem 0 0;
  font-weight: normal;
  text-transform: none;
  color: #000000;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 0.1875rem 0;
}
.bn-breadcrumbs h2:after {
  content: " : ";
  margin: 0;
}

.breadcrumbs {
  display: block;
  padding: 0.3125rem 0;
  overflow: hidden;
  margin: 0;
  list-style: none;
  border-style: solid;
  border-width: 0;
  background-color: transparent;
  border-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.breadcrumbs > * {
  margin: 0;
  float: left;
  font-size: 0.6875rem;
  text-transform: none;
}

.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}

.breadcrumbs > * a,
.breadcrumbs > * span {
  text-transform: none;
  color: #3e838c;
}

.breadcrumbs > *.current {
  cursor: default;
  color: #333;
}

.breadcrumbs > *.current a {
  cursor: default;
  color: #333333;
  text-transform: uppercase;
}

.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}

.breadcrumbs > *.unavailable {
  color: #999;
}

.breadcrumbs > *.unavailable a {
  color: #999;
}

.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  text-decoration: none;
  color: #999;
  cursor: default;
}

.breadcrumbs > *:before {
  content: ">";
  color: #aaa;
  margin: 0 0.75em;
  position: relative;
  top: 1px;
}

.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion div.views-row {
  margin-bottom: 0.3125rem !important;
}

.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 5px;
  zoom: 1;
  border-left: none;
  border-right: none;
  border-top: 1px solid #d4d2bd;
  border-bottom: 1px solid #d4d2bd;
  background-color: #f3f2e4;
  background-image: none;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  border-radius: 0 !important;
  padding: 0.5rem 0.625rem;
}

.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

.ui-accordion .ui-accordion-header-active {
  border-bottom: 1px solid #d4d2bd !important;
}

.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: inherit;
  padding: 0;
  color: #b20000;
  font-family: inherit;
  padding-right: 1.25rem;
}

.ui-accordion-icons .ui-accordion-header a {
  padding-right: 1.25rem;
}

.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  right: .5em;
  top: 50%;
  margin-top: -0.5rem;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: .5em;
  top: 50%;
  left: initial;
  margin-top: -0.5rem;
}

.ui-accordion .ui-accordion-content {
  padding: 0.3125rem;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin-top: 0;
  position: relative;
  top: 1px;
  margin-bottom: 0.125rem;
  overflow: auto;
  display: none;
  zoom: 1;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  height: auto !important;
}

.ui-accordion .ui-accordion-content-active {
  display: block;
}

.ui-accordion .ui-accordion-icons {
  padding-right: 0.625rem;
}

.view-evento-historico .views-field-field-data-historica {
  font-weight: bold;
}
.view-evento-historico .views-field-field-data-historica span.date-display-single:before {
  content: "\00bb\00a0";
  margin: 0;
}
.view-evento-historico .views-field-field-data-historica span.date-display-single:after {
  content: " \00ab ";
  margin: 0;
}
.view-evento-historico .views-field-field-data-historica .date-display-range {
  display: inline;
}
.view-evento-historico .views-field-field-data-historica .date-display-range span.date-display-start:before {
  content: "\00bb\00a0";
  margin: 0;
}
.view-evento-historico .views-field-field-data-historica .date-display-range span.date-display-end:after {
  content: " \00ab ";
  margin: 0;
}
.view-evento-historico .views-field-title {
  font-weight: bold;
}

.view-perguntas-respostas .ui-accordion {
  margin-bottom: 1.25rem;
}
.view-perguntas-respostas .ui-accordion .ui-accordion-header a {
  font-size: 0.9375rem;
}
.view-perguntas-respostas .ui-accordion .ui-accordion-content h4 {
  font-size: 0.9375rem;
  font-weight: bold;
}

.block-bntimeline {
  margin-top: 3.125rem;
}
.block-bntimeline .vco-storyjs .vco-feature h1, .block-bntimeline .vco-storyjs .vco-feature h2, .block-bntimeline .vco-storyjs .vco-feature h3, .block-bntimeline .vco-storyjs .vco-feature h4, .block-bntimeline .vco-storyjs .vco-feature h5, .block-bntimeline .vco-storyjs .vco-feature h6 {
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.block-bntimeline .vco-slider .slider-item .content .content-container .text .container h2.date {
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.block-bntimeline .vco-storyjs .twitter, .block-bntimeline .vco-storyjs .vcard, .block-bntimeline .vco-storyjs .messege, .block-bntimeline .vco-storyjs .credit, .block-bntimeline .vco-storyjs .caption, .block-bntimeline .vco-storyjs .zoom-in, .block-bntimeline .vco-storyjs .zoom-out, .block-bntimeline .vco-storyjs .back-home, .block-bntimeline .vco-storyjs .time-interval div, .block-bntimeline .vco-storyjs .time-interval-major div, .block-bntimeline .vco-storyjs .nav-container {
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}

[class*="column"] + [class*="column"]:last-child {
  float: left;
}

ul.pagination li {
  margin: 0 !important;
  height: initial;
  width: 40px;
  height: 36px;
}

ul.pagination .progress-disabled {
  float: left !important;
}

ul.pagination li.current a, ul.pagination li.current button {
  background: #f3f2e4;
  color: #3e838c;
  font-weight: bold;
  cursor: default;
}

ul.pagination li a, ul.pagination li button {
  display: block;
  padding: 0.3125rem 0.9375rem 0.3125rem;
  color: #3e838c;
  background: none;
  border-radius: 0;
  font-weight: normal;
  font-size: 1em;
  line-height: inherit;
  transition: background-color 300ms ease-out;
  border: 1px solid #d4d2bd;
}

ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #f3f2e4;
}

ul.pagination li:hover a, ul.pagination li a:focus, ul.pagination li:hover button, ul.pagination li button:focus {
  background: #f3f2e4;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

h1 {
  margin: 0 0 0.67em 0;
  font-size: 1.75rem;
  font-family: "open_sansbold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #3f3f3f;
}

h2 {
  color: #b20000;
  font-size: 1.125rem;
  text-transform: uppercase;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h3 {
  color: #b20000;
  font-size: 1.125rem;
}

h3.block-title {
  color: #b20000;
  text-transform: uppercase;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h4 {
  font-weight: bold;
  font-size: 0.9375rem;
}

a {
  color: #3e838c;
}

a:focus {
  color: #1f6163;
}

a.active,
a:active,
a:hover {
  color: #1f6163;
}

ul, ol {
  margin-left: 1em;
}

article .body {
  margin-bottom: 3.125rem;
}

table {
  background: #ffffff;
  border: 1px solid #d4d2bd;
  margin-bottom: 1.25rem;
  table-layout: auto;
}
table tr.even, table trodd {
  background: #ffffff;
  border: 1px solid #d4d2bd;
  padding: 0.1em 0.6em;
}
table tr:hover td {
  background-color: #f3f2e4;
}
table treven, table tralt, table tr:nth-of-type(even) {
  background: #f6f6f6;
}
table tr td {
  vertical-align: top;
}
table tr td.nowrap {
  white-space: nowrap;
}

.front {
  /* view-pagina-inicial */
  /* Atalhos das Bibliotecas */
}
.front .l-main .block-title, .front .l-main .bn-block-title {
  font-size: 0.75rem;
}
.front .l-main .bn-informacoes-para .block-title {
  font-size: 1.125rem;
}
.front .l-main .bn-link-read-more {
  margin: 0;
  padding-top: 0.625rem;
  display: block;
}
.front .l-main .view-mode-destaque_principal:hover .bn-block-content, .front .l-main .view-mode-destaque_secundario:hover .bn-block-content, .front .l-main .main .block:hover .bn-block-content, .front .l-main .sidebar .block-block:hover .bn-block-content {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
}
.front .l-main .view-mode-destaque_principal:hover .bn-block-title, .front .l-main .view-mode-destaque_principal:hover .block-title, .front .l-main .view-mode-destaque_secundario:hover .bn-block-title, .front .l-main .view-mode-destaque_secundario:hover .block-title, .front .l-main .main .block:hover .bn-block-title, .front .l-main .main .block:hover .block-title, .front .l-main .sidebar .block-block:hover .bn-block-title, .front .l-main .sidebar .block-block:hover .block-title {
  background-color: #b20000;
  color: #ffffff;
}
.front .l-main .view-mode-destaque_principal:hover .bn-block-title::before, .front .l-main .view-mode-destaque_principal:hover .block-title::before, .front .l-main .view-mode-destaque_secundario:hover .bn-block-title::before, .front .l-main .view-mode-destaque_secundario:hover .block-title::before, .front .l-main .main .block:hover .bn-block-title::before, .front .l-main .main .block:hover .block-title::before, .front .l-main .sidebar .block-block:hover .bn-block-title::before, .front .l-main .sidebar .block-block:hover .block-title::before {
  content: '';
  text-indent: -9999px;
  overflow: hidden;
  width: 10px;
  height: 100%;
  position: absolute;
  display: inline-block;
  background-color: #b20000;
  left: -10px;
  top: 0;
}
.front .l-main .view-mode-destaque_principal {
  margin-bottom: 0.9375rem;
}
.front .l-main .view-mode-destaque_principal .bn-block-title, .front .l-main .view-mode-destaque_principal .block-title, .front .l-main .view-mode-destaque_secundario .bn-block-title, .front .l-main .view-mode-destaque_secundario .block-title, .front .l-main .block .bn-block-title, .front .l-main .block .block-title {
  margin: 0;
  padding: 0.1875rem 0.625rem 0.1875rem 0;
  position: relative;
}
.front .l-main .view-mode-destaque_principal .bn-block-title, .front .l-main .view-mode-destaque_principal .block-title, .front .l-main .view-mode-destaque_principal .bn-block-content, .front .l-main .view-mode-destaque_principal .accordion, .front .l-main .view-mode-destaque_secundario .bn-block-title, .front .l-main .view-mode-destaque_secundario .block-title, .front .l-main .view-mode-destaque_secundario .bn-block-content, .front .l-main .view-mode-destaque_secundario .accordion, .front .l-main .block .bn-block-title, .front .l-main .block .block-title, .front .l-main .block .bn-block-content, .front .l-main .block .accordion {
  float: left;
  clear: both;
}
.front .l-main .view-mode-destaque_principal .bn-block-content, .front .l-main .view-mode-destaque_principal .accordion, .front .l-main .view-mode-destaque_secundario .bn-block-content, .front .l-main .view-mode-destaque_secundario .accordion, .front .l-main .block .bn-block-content, .front .l-main .block .accordion {
  width: 100%;
}
.front .l-main .field-name-field-imagem {
  margin-top: -0.625rem;
  margin-right: -0.625rem;
  margin-left: -0.625rem;
  margin-bottom: 0.625rem;
}
.front .l-main .field-name-field-data {
  border-bottom: dotted 1px #ccc;
  font-size: 0.625rem;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.front .l-main .bl-publicacoes {
  clear: both;
}
.front .l-main .bl-publicacoes .view {
  padding-top: 0.625rem;
  background-color: #ffffff;
}
.front .l-main .bl-publicacoes .view .columns:hover .views-field-title a {
  color: #3e838c;
  text-decoration: underline;
}
.front .l-main .bl-publicacoes .view .views-field-title {
  height: 5rem;
  overflow: hidden;
}
.front .l-main .bl-publicacoes .view .views-field-title a {
  color: #333333;
  font-size: 0.8125rem;
  display: block;
}
.front .l-main .bl-publicacoes .view .views-field-field-imagem {
  margin-bottom: 0.9375rem;
}
.front .l-main .bl-publicacoes .view .more-link {
  padding: 0.625rem;
  clear: both;
}
.front .l-main .bl-publicacoes .view .more-link a {
  color: #3e838c;
  font-size: 0.75rem;
}
.front .l-main .bl-publicacoes .view .more-link a:after {
  content: "\00bb\00a0";
  margin: 0;
}
.front .l-main .bl-links-midia .views-field {
  font-size: 0.75rem;
}
.front .l-main .bl-links-midia .views-field-field-data-publicacao {
  text-transform: lowercase;
}
.front .l-main .sidebar .block {
  margin-bottom: 1.875rem;
  line-height: inherit;
}
.front .l-main .more-link {
  background-color: #ffffff;
}
.front .bn-menu-atalhos div.item {
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid #b20000;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  height: 3.625rem;
  position: relative;
}
.front .bn-menu-atalhos div.item h3 a {
  color: #3e838c;
}
.front .bn-menu-atalhos div.item p {
  display: block;
  font-size: 0.75rem;
}
.front .bn-menu-atalhos div.item p a {
  color: #3e838c;
}
.front .bn-menu-atalhos div.item p + p {
  display: none;
}
.front .bn-menu-atalhos div.item:hover {
  padding: 0;
  background-color: #b20000;
}
.front .bn-menu-atalhos div.item:hover a {
  padding: 0.6875rem 3.125rem 0.6875rem 2.9375rem;
  color: #ffffff;
  display: block;
}
.front .bn-menu-atalhos div.item:hover a::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url("../images/sprites/sprites.png");
  background-position: -100px -40px;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  margin-top: -12px;
}
.front .bn-menu-atalhos div.item:hover h3, .front .bn-menu-atalhos div.item:hover p {
  display: none;
}
.front .bn-menu-atalhos div.item:hover p + p {
  display: block;
}
.front .bn-block-content {
  padding: 0.625rem;
}
.front .bn-block-content ul {
  margin-bottom: 0;
}
.front .bn-block-content p, .front .bn-block-content li {
  font-size: 0.875rem;
}
.front .view-mode-destaque_principal .bn-block-content .node-title {
  margin: 0;
}
.front .field-name-field-imagem img {
  width: 100%;
}

@media only screen and (max-width: 40em) {
  .front .sidebar {
    margin-top: 0.9375rem;
  }
}
.l-header {
  background-color: #ffffff;
  padding: 0 0 0.625rem;
}
.l-header .bn-logo {
  display: block;
  margin-top: 0.9375rem;
}
.l-header .bn-logo img {
  max-width: none;
  display: block;
}
.l-header .bn-title-logo-mobile {
  width: 50%;
  margin-top: 1.875rem;
}
.l-header .bn-title-logo-mobile a {
  display: block;
}
.l-header .bn-title-logo-mobile img {
  width: 100%;
}
.l-header a:hover, .l-header a:focus {
  text-decoration: underline;
}
.l-header .block ul {
  list-style: none;
}
.l-header .block ul li {
  float: left;
}
.l-header .bn-bloco-acessibilidade, .l-header .bn-block-menu-idioma {
  float: left;
}
.l-header .bn-bloco-acessibilidade ul.menu,
.l-header .bn-bloco-acessibilidade ul.language-switcher-locale-url, .l-header .bn-block-menu-idioma ul.menu,
.l-header .bn-block-menu-idioma ul.language-switcher-locale-url {
  float: left;
  border-bottom: 1px dotted #000000;
  margin: 0 0 0.625rem;
}
.l-header .bn-bloco-acessibilidade ul.menu li,
.l-header .bn-bloco-acessibilidade ul.language-switcher-locale-url li, .l-header .bn-block-menu-idioma ul.menu li,
.l-header .bn-block-menu-idioma ul.language-switcher-locale-url li {
  margin-left: 0.9375rem;
}
.l-header .bn-bloco-acessibilidade ul.menu li:first-child,
.l-header .bn-bloco-acessibilidade ul.language-switcher-locale-url li:first-child, .l-header .bn-block-menu-idioma ul.menu li:first-child,
.l-header .bn-block-menu-idioma ul.language-switcher-locale-url li:first-child {
  margin-left: 0;
}
.l-header .bn-bloco-acessibilidade a, .l-header .bn-bloco-acessibilidade span, .l-header .bn-block-menu-idioma a, .l-header .bn-block-menu-idioma span {
  color: #000000;
  font-size: 0.625rem;
  text-transform: uppercase;
}
.l-header .bn-block-acesso-direto ul {
  float: left;
  margin-left: 0;
}
.l-header .bn-block-acesso-direto ul li a {
  color: #000000;
  font-size: 0.625rem;
  margin-left: 0.625rem;
}
.l-header .bn-block-acesso-direto ul li:first-child a {
  margin-left: 0;
}
.l-header .bn-block-menu-idioma {
  float: right;
}
.l-header .bn-block-menu-idioma ul li.active {
  display: none;
}
.l-header .bn-block-menu-idioma ul li.first.active + li {
  margin-left: 0;
}
.l-header .bn-block-midias-sociais {
  clear: both;
  float: right;
}
.l-header .bn-block-midias-sociais ul {
  margin-bottom: 0.3125rem;
}
.l-header .bn-block-midias-sociais li {
  margin-left: 0.3125rem;
}
.l-header .bn-block-midias-sociais li:first-child {
  margin-left: 0;
}
.l-header .bn-block-midias-sociais i {
  width: 21px;
  height: 21px;
  display: inline-block;
  background-image: url("../images/sprites/sprite-social-midias.png");
}
.l-header .bn-block-midias-sociais i.bn-link-facebook {
  background-position: 0 0;
}
.l-header .bn-block-midias-sociais i.bn-link-twitter {
  background-position: -25px 0;
}
.l-header .bn-block-midias-sociais i.bn-link-wordpress {
  background-position: -50px 0;
}
.l-header .bn-block-midias-sociais i.bn-link-youtube {
  background-position: -75px 0;
}
.l-header .bn-block-midias-sociais i.bn-link-instagram {
  background-position: -100px 0;
}
.l-header .bn-block-midias-sociais i.bn-link-tripadvisor {
  background-position: -125px 0;
}
.l-header .bn-block-midias-sociais i.bn-link-rss {
  background-position: -150px 0;
}

.bn-region-search {
  clear: both;
}
.bn-region-search .block-search-form form {
  margin-bottom: 0;
}
.bn-region-search .block-search-form form button, .bn-region-search .block-search-form form input {
  margin-bottom: 0 !important;
  border-color: #3e838c !important;
}
.bn-region-search .block-search-form form input.form-text {
  border-right: 0 !important;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1) inset;
  height: 47px;
}
.bn-region-search .block-search-form form .bn-column-submit {
  box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.1) inset;
  border-top: 1px solid #3e838c;
  border-left: 0;
  border-bottom: 1px solid #3e838c;
  border-right: 1px solid #3e838c;
}
.bn-region-search .block-search-form form button.form-submit {
  border-left: 0 !important;
  padding: 0;
  border: 0;
  float: right;
  overflow: hidden;
  text-indent: -200px;
  width: 42px;
  height: 45px;
  display: inline-block;
  background-image: url("../images/sprites/sprites.png");
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
.bn-region-search .bn-block-outras-formas-busca {
  margin-top: 0.3125rem;
  clear: both;
  /*float: right;*/
  opacity: 1;
  transition: opacity 3s;
}
.bn-region-search .bn-block-outras-formas-busca p {
  font-size: 0.75rem;
}
.bn-region-search .block-search-form.open + .bn-block-outras-formas-busca {
  opacity: 1;
}

.bn-menu-region {
  background-color: #ffffff;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu {
  background-color: #ffffff;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li {
  float: none;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li a {
  color: #333333;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  border: 0;
  padding: 0.1875rem 0.46875rem;
  font-size: 1rem;
  transition: .25s all;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li a .caret {
  display: none;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li .dropdown-menu .mega-dropdown-inner {
  padding: 0.9375rem 0;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li .dropdown-menu div.tb-megamenu-column .mega-inner, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li .dropdown-menu div.tb-megamenu-column + div.tb-megamenu-column .mega-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li .dropdown-menu div.tb-megamenu-column ul li a, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li .dropdown-menu div.tb-megamenu-column + div.tb-megamenu-column ul li a {
  margin-top: 0.625rem;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li .dropdown-menu div.tb-megamenu-column ul li:first-child a, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li .dropdown-menu div.tb-megamenu-column + div.tb-megamenu-column ul li:first-child a {
  margin-top: 0;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li .dropdown-menu div.tb-megamenu-column + div.tb-megamenu-column {
  border-left: 1px solid #ffffff;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li .dropdown-menu .dropdown-menu {
  display: none;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open a, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open.active a {
  background-color: #b20000;
  color: #ffffff;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open a::after, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open.active a::after {
  background-image: none;
  border: 1px solid #000;
  display: none;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open .dropdown-menu a, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open.active .dropdown-menu a {
  background: #d8e2d7 !important;
  color: #333333;
  margin-left: 0;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open .dropdown-menu a:hover, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open .dropdown-menu li.active a, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open.active .dropdown-menu a:hover, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.open.active .dropdown-menu li.active a {
  color: #3e838c;
  margin-left: 0;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li.active a {
  color: #b20000;
  background-color: transparent;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li:last-child > a::after {
  content: '' !important;
  display: none !important;
  margin: 0 !important;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu .btn-navbar {
  margin-bottom: 0;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu .nav-collapse {
  margin: 0;
  position: relative;
  top: 0;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu .dropdown-menu {
  background-color: #d8e2d7;
  border: 0;
  border-bottom: 2px solid #ffffff;
  box-shadow: none;
  float: left;
  width: 58.125rem;
  padding: 0;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu .dropdown-menu ul li a {
  margin-left: 0 !important;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu .dropdown-menu ul li a:hover {
  background-color: none;
  color: #3e838c;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu .dropdown-menu ul li a::after {
  display: none !important;
  margin: 0 !important;
}
.bn-menu-region .tb-megamenu.tb-megamenu-main-menu .dropdown-menu ul li.open + li:last-child a, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu .dropdown-menu ul li.hover + li:last-child a {
  margin-left: 0;
}

@media (max-width: 980px) {
  .bn-menu-region .mega-dropdown-inner {
    display: none;
  }
  .bn-menu-region .nav-collapse {
    background-color: #d8e2d7 !important;
    color: #ffffff !important;
  }
  .bn-menu-region .nav-collapse li a {
    margin-left: 0 !important;
    color: #333333 !important;
  }
  .bn-menu-region .nav-collapse li.active a {
    background: #b20000;
    color: #ffffff;
  }
  .bn-menu-region li.open + li:last-child a, .bn-menu-region li.hover + li:last-child a {
    margin-left: 0 important;
  }

  .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav li a::after {
    display: none !important;
  }

  .bn-menu-region .tb-megamenu.tb-megamenu-main-menu .dropdown-menu ul li a:hover, .bn-menu-region .tb-megamenu.tb-megamenu-main-menu .dropdown-menu ul li.open a {
    background: #d8e2d7 !important;
    color: #333333 !important;
  }

  .btn.btn-navbar.tb-megamenu-button {
    width: 100%;
    background: #3e838c;
    font-weight: bold;
  }

  .bn-menu-region .tb-megamenu.tb-megamenu-main-menu .dropdown-menu ul li.active a {
    background: #b20000 !important;
    color: #ffffff !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li {
    display: inline-block;
  }
  .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li a {
    display: inline-block;
  }
  .bn-menu-region .tb-megamenu.tb-megamenu-main-menu ul.nav > li:not(:last-child)::after {
    content: '\25CF';
    color: #d4d2bd;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.8;
    padding: 0 0 0.1875rem 0;
    text-align: center;
    vertical-align: middle;
    width: 10px;
  }
}
body {
  background: #ffffff;
  color: #3f3f3f;
  padding: 0;
  margin: 0;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
}

body.front {
  background-color: #f3f2e4;
}

.main p, .main a, .main ul, .main ol, .main dl, .main li {
  font-size: 0.9375rem;
}
.main a {
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/*Recomende Midias Sociais*/
.bn-addthis-share h3.block-title {
  color: #333333;
  float: left;
  margin-right: 0.9375rem;
  font-weight: normal;
}

/*Bloco Noticias e Editais*/
.l-triptych .block-views h4 {
  margin: 0;
}
.l-triptych .block-views .view {
  background-color: #ffffff;
  clear: both;
}
.l-triptych .block-views .view a {
  color: #333333;
  font-size: 0.875rem;
  line-height: 0.9375rem;
}
.l-triptych .block-views .view a:hover {
  color: #3e838c;
}
.l-triptych .block-views .view .view-content {
  margin-bottom: 0.625rem;
}
.l-triptych .block-views .view .view-content .views-row {
  border-bottom: 1px solid #f3f2e4;
  padding: 0.9375rem;
}
.l-triptych .block-views .views-field-field-data {
  color: #b20000;
  font-size: 0.625rem;
  float: right;
  margin-top: -0.8125rem;
}
.l-triptych .block-views .views-field-field-data div {
  display: inline;
}
.l-triptych .view-empty p {
  font-size: 0.875rem;
}
.l-triptych .view-empty {
  padding: 0.9375rem;
}
.l-triptych .view-empty p {
  margin: 0;
  font-size: 0.875rem;
}

.block-home {
  margin-bottom: 1.875rem;
}
.block-home h4 {
  margin: 0;
}
.block-home .view {
  background-color: #ffffff;
  clear: both;
}
.block-home .view a {
  color: #333333;
  font-size: 0.875rem;
  line-height: 0.9375rem;
}
.block-home .view a:hover {
  color: #3e838c;
}
.block-home .view .view-content {
  margin-bottom: 0.625rem;
}
.block-home .view .view-content .views-row {
  border-bottom: 1px solid #f3f2e4;
  padding: 0.9375rem;
}
.block-home .views-field-field-data {
  color: #b20000;
  font-size: 0.625rem;
  float: right;
  margin-top: -0.8125rem;
}
.block-home .views-field-field-data div {
  display: inline;
}

.bn-block-title {
  color: #b20000;
  text-transform: uppercase;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
}

.bn-block-content-wrapper {
  background-color: #d4d2bd;
}

.bn-block-content {
  background-color: #ffffff;
}
.bn-block-content .node-title {
  color: #333333;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.bn-block-content .node-title a {
  color: #333333;
}

.view-mode-destaque_secundario .node-title {
  font-size: 0.9375rem;
}

.l-main {
  padding-bottom: 1.875rem;
}

.submitted {
  margin-bottom: 0.9375rem;
}

/* Imagem no corpo do texto*/
.l-main .node.view-mode-full .field-name-field-imagem {
  float: right;
  margin-left: 0.625rem;
  margin-bottom: 0.625rem;
  width: 50%;
}

.l-main .node.view-mode-full .field-name-field-imagem .field-name-field-file-image-title-text {
  color: #666666;
  font-size: 0.6875rem;
  font-style: italic;
  line-height: 1.0625rem;
  margin-top: 0.625rem;
  color: #666666;
}

/* Exemplo para box-shadow
.field-type-image div.content {
	position: relative;
	max-width: 100%;
	float: left;
	}
    
    .field-type-image .content::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		
		box-shadow: inset 10px 10px 50px 10px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: inset 10px 10px 50px 10px rgba(0, 0, 0, 0.2);
		-webkit-box-shadow: inset 10px 10px 50px 10px rgba(0, 0, 0, 0.2);
	   } 
	   
.field-type-image .content img {
	float: left;
	} 

*/
/* P├ígina de Endere├ºos */
.view-atendimento {
  margin-bottom: 1.875rem;
}
.view-atendimento .field-group-div h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #3f3f3f;
}
.view-atendimento .field-group-div .field-label {
  font-weight: bold;
}
.view-atendimento h2 {
  text-transform: none;
  border-bottom: 1px solid #d4d2bd;
}
.view-atendimento .views-field .views-label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #3f3f3f;
}
.view-atendimento .view-mode-full .field {
  margin-bottom: 0;
}
.view-atendimento .quicktabs-style-navlist .quicktabs-tabpage {
  padding-top: 1.25rem;
}
.view-atendimento .quicktabs-style-navlist .quicktabs-tabpage .bn-icons {
  display: block;
  margin-top: -1.25rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #d4d2bd;
}
.view-atendimento .quicktabs-style-navlist .quicktabs-tabpage .bn-icons .views-field {
  float: right;
  width: 6.25rem;
  margin-left: 0.625rem;
  margin-bottom: 0.3125rem;
}
.view-atendimento .quicktabs-style-navlist .quicktabs-tabpage .bn-icons .bn-icon a {
  display: block;
  right: 0;
  font-size: 0.75rem;
  line-height: 0.8125rem;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.view-atendimento .quicktabs-style-navlist .quicktabs-tabpage .bn-icons .bn-icon a strong {
  display: block;
  font-size: 1rem;
}
.view-atendimento .quicktabs-style-navlist .quicktabs-tabpage .bn-icons .bn-icon a:before {
  content: "";
  display: block;
  float: left;
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
}
.view-atendimento .views-field-view-node, .view-atendimento .views-field-view-node-1 {
  float: left;
}

.view-atendimento-itens .item-list ul li {
  float: left;
  width: 45%;
  font-size: 0.75rem;
  position: relative;
  margin-bottom: 0.625rem;
}

.view-atendimento-sede .block-title {
  border-bottom: 1px solid #d4d2bd;
}

.view-atendimento-salas .views-field {
  margin-bottom: 0.9375rem;
}
.view-atendimento-salas .views-field.views-field-field-periodo-horarios ul {
  margin-left: 0.9375rem;
}
.view-atendimento-salas .views-field .item-list ul li {
  padding: 0;
  margin: 0;
}
.view-atendimento-salas .view-footer {
  clear: both;
  padding-top: 0.625rem;
}

.section-sobre-bn #link-veja-acervo-1 {
  display: block;
}
.section-sobre-bn #link-veja-acervo-2 {
  display: none;
}

.section-visite #link-veja-acervo-1 {
  display: none;
}
.section-visite #link-veja-acervo-2 {
  display: block;
}

.view-atendimento-lista .views-row, .view-atendimento-sede .views-row {
  margin-bottom: 1.25rem !important;
}
.view-atendimento-lista .block-title, .view-atendimento-sede .block-title {
  border-bottom: 1px solid #d4d2bd;
}
.view-atendimento-lista .bn-header, .view-atendimento-sede .bn-header {
  /*float: right;
  width: rem-calc(200);
  margin-top: rem-calc(-40);*/
  position: relative;
}
.view-atendimento-lista .bn-header a, .view-atendimento-sede .bn-header a {
  position: absolute;
  bottom: 0.3125rem;
  width: 9.375rem;
  display: block;
  right: 0;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.view-atendimento-lista .bn-header a:before, .view-atendimento-sede .bn-header a:before {
  content: "";
  display: block;
  float: left;
  background-image: url("../images/sprites/sprites.png");
  background-position: -63px -39px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
}

/* Blocos de conteudos relacionados */
.view-referencias .view-content .views-row:nth-child(3n+1) {
  clear: both;
}

.bn-related-content {
  padding-top: 0.9375rem;
  margin-top: 0.9375rem;
}
.bn-related-content .bn-block-title {
  color: #b20000;
  text-transform: uppercase;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.875rem;
}
.bn-related-content .bn-block-content {
  background-color: #d4d2bd;
  padding: 0.9375rem;
}
.bn-related-content .bn-block-content .node-title {
  padding-bottom: 0.625rem;
  color: #333333;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: none;
}
.bn-related-content .bn-block-content .field {
  font-size: 0.75rem;
}
.bn-related-content .bn-block-content .field-type-image {
  padding: 0;
}
.bn-related-content .bn-block-content .field-name-field-file-image-title-text {
  display: none;
}
.bn-related-content .bn-block-content .field-name-field-autor- {
  color: #b20000;
  padding: 0.5rem 0;
  font-style: italic;
}

/*Icons Personalizados*/
.bn-icon a {
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.bn-icon a:before {
  content: "";
  display: block;
  float: left;
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
}

.bn-icon-acervo a:before {
  background-position: -28px -37px;
}

.bn-icon-espaco a:before {
  background-position: 3px -39px;
}

.bn-icon-plus a:before {
  background-position: -63px -40px;
}

/*Titulos com borda das views */
.not-front .main {
  /*Listagem da P├ígina Iten de Menu*/
}
.not-front .main section.block {
  margin-top: 3rem;
}
.not-front .main section.block h2.block-title {
  margin-top: 0;
}
.not-front .main .view-content div.views-row .bn-icon {
  float: right;
}
.not-front .main .view-menu div.views-row {
  border-top: 1px solid #e7e5d4;
  padding-top: 0.9375rem;
  margin-bottom: 0.9375rem;
}
.not-front .main .view-menu div.views-row .views-field-link-title .field-content {
  text-transform: none;
}
.not-front .main .view-menu div.views-row .views-field-link-title .field-content a {
  color: #3e838c;
}
.not-front .main .view-menu div.views-row p {
  margin-bottom: 0;
  font-size: 0.875rem;
}

/* Cat├ílogos */
.bn-explore-catalogos .row .columns div.bn-content {
  background-color: #f3f2e4;
  min-height: 15.625rem;
  padding: 0.625rem;
}
.bn-explore-catalogos .row .columns div.bn-content p {
  font-size: 0.8125rem;
}
.bn-explore-catalogos .row .columns div.bn-content:hover {
  background-color: #d4d2bd;
}

/* Politica de Visita├º├úo */
.view-mode-full .bn-politica-visitacao-pesquisa div {
  padding-left: 5.9375rem;
  background-repeat: no-repeat;
  background-position: 0 center;
}
.view-mode-full .bn-politica-visitacao-pesquisa div h3 {
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-bens-pessoais {
  background-image: url("../images/icones/ico-locker_bagage_key.jpg");
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-notebook {
  background-image: url("../images/icones/ico-notebook.jpg");
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-preservar-obras {
  background-image: url("../images/icones/ico-pen.jpg");
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-obra-autorizacao {
  background-image: url("../images/icones/ico-edit-document.jpg");
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-identificacao {
  background-image: url("../images/icones/ico-identity.png");
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-falar-baixo {
  background-image: url("../images/icones/ico-comment-bubble-talk.jpg");
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-lugar-regra {
  background-image: url("../images/icones/ico-like.jpg");
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-alimente-areas-externas {
  background-image: url("../images/icones/ico-hamburger.jpg");
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-lei-antifumo {
  background-image: url("../images/icones/ico-no-smoking.jpg");
}
.view-mode-full .bn-politica-visitacao-pesquisa .ico-sugestoes {
  background-image: url("../images/icones/ico-box-suggestion.jpg");
}

/* Facilidades */
.vocabulary-facilidades.taxonomy-term {
  margin-bottom: 2rem;
}

/* Acesso ├á informa├º├úo */
.tabela-pca .tabela-pca-processo-fbn {
  width: 20%;
}
.tabela-pca .tabela-pca-processo-tcu {
  width: 20%;
}
.tabela-pca .tabela-pca-situacao-tcu {
  width: 60%;
}
.tabela-pca ul {
  margin-bottom: 0;
}

.ui-accordion-content a {
  color: #3e838c;
}

fieldset {
  padding: 1rem;
}
fieldset legend {
  font-size: 1rem;
  margin-left: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  width: inherit;
}

/*
 * Estilo do main interno
 */
.front .l-main {
  background: none;
}

.l-main {
  background: #ffffff;
  position: relative;
}
.l-main .bn-separator-main {
  border-color: #d1d3bb;
  margin-top: 0;
  margin-bottom: 1.25rem;
}

/*
 * Estilo da vinheta utilizado nas p├íginas internas
 */
.bn-vignette img {
  margin: 0 auto;
  display: block;
}

.bn-vignette-on.l-main {
  padding-top: 0.625rem;
  border: 0;
  margin-top: -8.4375rem;
}
.bn-vignette-on.l-main .bn-separator-main {
  display: none;
}

/*
 * Estilo da galeria de video
 */
.bn-gallery-video .bn-main-video {
  width: 100%;
}

.field-name-field-endereco span {
  display: block;
}

iframe.media-youtube-player {
  width: 100%;
}

.view-mode-full div.field:not(:last-child) {
  margin-bottom: 1.875rem;
}
.view-mode-full div.body.field {
  clear: both;
  /* Link com o Botao no meio do conteudo*/
}
.view-mode-full div.body.field h6 a {
  text-align: center;
  padding: 0.625rem;
  display: inherit;
  background-color: #0d444b;
  color: #ffffff;
  font-size: 1.125rem;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.view-id-referencias {
  position: relative;
}
.view-id-referencias .views-row {
  margin-bottom: 0.9375rem !important;
}

.view-mode-destaque_relacionado h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.view-mode-destaque_relacionado .field-name-field-chamada {
  font-size: 0.75rem;
  font-style: normal;
}

.node-edital .bn-group-top-bar {
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  background: #f3f2e4;
}
.node-edital .bn-group-top-bar:before, .node-edital .bn-group-top-bar:after {
  content: " ";
  display: table;
}
.node-edital .bn-group-top-bar:after {
  clear: both;
}
.node-edital .bn-group-top-bar .field {
  margin-bottom: 0;
}
.node-edital .bn-group-top-bar > div {
  float: left;
  margin-left: 40px;
}
.node-edital .bn-group-top-bar > div:first-child {
  margin-left: 0;
}
.node-edital .bn-group-top-bar .field-name-field-situacao ul {
  list-style: none;
  margin: 0;
}
.node-edital .bn-group-top-bar .field-name-field-situacao ul li {
  font-weight: bold;
}
.node-edital .bn-group-top-bar .field-label {
  font-weight: normal;
}
.node-edital .bn-group-top-bar .date-display-start, .node-edital .bn-group-top-bar .date-display-end {
  font-weight: bold;
}

.views-exposed-widgets .views-widget .form-item .description {
  display: none;
}

.view-id-facilidades .views-row .taxonomy-term {
  background: #f3f2e4;
  padding: 1.875rem;
  position: relative;
  min-height: 210px;
  border: 1px solid #d4d2bd;
}
.view-id-facilidades .views-row .taxonomy-term .term-title {
  text-align: center;
  color: #3e838c;
  text-transform: none;
}
.view-id-facilidades .views-row .taxonomy-term .field-name-field-icone {
  margin-top: 1.75rem;
}
.view-id-facilidades .views-row .taxonomy-term .field-name-field-icone img {
  display: block;
  margin: 0 auto;
}
.view-id-facilidades .views-row .taxonomy-term .taxonomy-term-description {
  display: none;
  margin: 0;
}
.view-id-facilidades .views-row .taxonomy-term .taxonomy-term-description p {
  font-size: 0.875rem;
}
.view-id-facilidades .views-row:hover .taxonomy-term {
  background: #ffffff;
}
.view-id-facilidades .views-row:hover .taxonomy-term .bn-group {
  padding: 0.625rem;
  position: absolute;
  top: 0;
  left: 0;
}
.view-id-facilidades .views-row:hover .taxonomy-term .taxonomy-term-description {
  display: block;
}
.view-id-facilidades .views-row:hover .taxonomy-term .field-name-field-icone {
  display: none;
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-id-facilidades .views-row .taxonomy-term .taxonomy-term-description {
    display: block;
  }
  .view-id-facilidades .views-row:hover .taxonomy-term {
    background: #f3f2e4;
  }
  .view-id-facilidades .views-row:hover .taxonomy-term .bn-group {
    position: relative;
    padding: 0;
  }
  .view-id-facilidades .views-row:hover .taxonomy-term .taxonomy-term-description {
    display: block;
  }
  .view-id-facilidades .views-row:hover .taxonomy-term .field-name-field-icone {
    display: block;
  }
}
.view-evento-historico .ui-accordion-content .views-row {
  border-top: 1px solid #d4d2bd;
  padding-top: 1.25rem;
}
.view-evento-historico .ui-accordion-content .views-row:first-child {
  border-top: 0;
  padding-top: 0;
}
.view-evento-historico .ui-accordion-content a {
  color: #3e838c;
}

.node-como-chegar.view-mode-destaque_relacionado > .content {
  padding: 0.9375rem;
}
.node-como-chegar.view-mode-destaque_relacionado h2 a {
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: none;
}
.node-como-chegar.view-mode-full div.field {
  margin-bottom: 0;
}
.node-como-chegar.view-mode-full .field-name-field-titulos-do-como-chegar h2 {
  text-transform: none;
}
.node-como-chegar.view-mode-full div.field-name-field-contato {
  margin-bottom: 3.125rem;
}
.node-como-chegar.view-mode-full div.field-name-field-contato .node-contato.view-mode-listagem h3.node-title {
  font-size: 0.9375rem;
  color: #3f3f3f;
  margin-bottom: 0;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar {
  margin-bottom: 1.875rem;
  min-height: 3.75rem;
  position: relative;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar h4 {
  font-size: 1.125rem;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #b20000;
  margin: 0;
  font-weight: normal;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info {
  padding-left: 5.625rem;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info:before, .node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info:after {
  content: " ";
  display: table;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info:after {
  clear: both;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info > h4, .node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info > p {
  display: inline;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info::before {
  content: '';
  background: url("../images/sprites/sprites-como-chegar.png");
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  vertical-align: middle;
  margin-left: 13px;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info-metro::before {
  width: 45px;
  height: 60px;
  background-position: -13px -4px;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info-vlt::before {
  width: 64px;
  height: 56px;
  background-position: -13px -94px;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info-onibus::before {
  width: 46px;
  height: 56px;
  background-position: -13px -187px;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info-bicicleta::before {
  width: 64px;
  height: 56px;
  background-position: -4px -273px;
  margin-left: 0;
}
.node-como-chegar.view-mode-full .body .bn-info-como-chegar > .bn-info-carro::before {
  width: 48px;
  height: 43px;
  background-position: -12px -369px;
}

.bn-other-how-to-arrive {
  border-top: 1px solid #d4d2bd;
  padding-top: 1.25rem;
}
.bn-other-how-to-arrive .block-title {
  margin-bottom: 1.5625rem;
}
.bn-other-how-to-arrive .view-mode-destaque_relacionado {
  background: #f3f2e4;
}
.bn-other-how-to-arrive .view-mode-destaque_relacionado .field-name-field-imagem img {
  width: 100%;
}
.bn-other-how-to-arrive .view-mode-destaque_relacionado .field-name-field-titulos-do-como-chegar {
  padding: 1.25rem;
}
.bn-other-how-to-arrive .view-mode-destaque_relacionado .field-name-field-titulos-do-como-chegar h2 {
  color: #3e838c;
  text-transform: none;
  margin: 0;
}
.bn-other-how-to-arrive .view-mode-destaque_relacionado .field-name-field-titulos-do-como-chegar strong, .bn-other-how-to-arrive .view-mode-destaque_relacionado .field-name-field-titulos-do-como-chegar p {
  margin-bottom: 0;
}

[data-href] {
  cursor: pointer;
}

.bn-list-style-secundary .views-field-title {
  border-bottom: 1px solid #d4d2bd;
  margin-bottom: 0.625rem;
}
.bn-list-style-secundary .bn-titulo {
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}
.bn-list-style-secundary .bn-titulo a {
  color: #b20000;
  font-size: 1.125rem;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.bn-list-style-three {
  list-style: none;
  margin: 0;
  border-top: 1px solid #d4d2bd;
}
.bn-list-style-three li {
  border-top: 1px solid #d4d2bd;
  padding: 0.625rem;
}
.bn-list-style-three li a[href^="https://"]::after,
.bn-list-style-three li a[href^="http://"]::after {
  content: ".";
  display: inline-block;
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  background-position: -48px 3px;
  width: 0.9375rem;
  height: 0.9375rem;
  line-height: 1rem;
  margin-left: 0.625rem;
  color: transparent;
}
.bn-list-style-three li:first-child {
  border-top: 0;
}

.field-group-div .sticky-header {
  display: none;
}
.field-group-div table thead {
  display: none;
}
.field-group-div table tbody tr td:first-child {
  width: 85%;
}

.field-name-field-links-externos .field-label {
  color: #b20000;
  font-size: 1.125rem;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.bn-link-interno {
  width: 100%;
  text-transform: uppercase;
}

.views-field-field-periodo-horarios ul li {
  font-size: 0.875rem;
}

.field-name-field-assunto .field-item,
.field-name-field-assunto-curiosidade .field-item,
.view-mode-full .field-name-field-tipo-de-documento .field-item,
.field-name-field-ano-de-publicacao .field-item,
.field-name-field-mes .field-item,
.field-name-field-ano-mes-publicacao .field-item {
  color: #666666;
  background: #eeeeee;
}

.field-name-field-ano-de-publicacao .field-item,
.field-name-field-mes .field-item,
.field-name-field-nome-programa .field-item,
.view-mode-full .field-name-field-tipo-de-documento .field-item,
.field-name-field-ano-mes-publicacao .field-item,
.field-name-field-acervo-destaque-acervo .field-item {
  display: inline;
}

.field-name-field-tax-tags .field-item, .field-name-field-tax-tags .field-item a,
.field-name-field-acervo-destaque-acervo .field-item,
.field-name-field-acervo-destaque-acervo .field-item a {
  background: #eeeeee;
  color: #666666;
  font-size: 0.75rem;
  margin: 0;
  padding: 3px 0;
}

.field-name-field-autores .field-item {
  background: #eeeeee;
  color: #666666;
  display: inline-block;
  font-size: 0.75rem;
  margin: 0 0 4px;
  padding: 4px 8px;
  white-space: nowrap;
}

.views-field-field-telefone ul {
  list-style: none;
}
.views-field-field-telefone ul li {
  font-size: 0.875rem;
  margin: 0 0 5px 0;
}

.pagination.pager li {
  position: relative !important;
  margin: 0;
  padding: 0;
}
.pagination.pager li .ajax-progress.ajax-progress-throbber {
  position: absolute !important;
  top: 0;
  left: 0;
}

.not-front .sidebar .block {
  margin-bottom: 1.25rem;
}
.not-front .sidebar .view-content p, .not-front .sidebar .view-content a, .not-front .sidebar .view-content div {
  font-size: 0.875rem;
}
.not-front .sidebar .more-link a {
  font-size: 0.875rem;
}
.not-front .sidebar .block-views .views-row {
  background-color: #f3f2e4;
  border-bottom: 1px solid #d4d2bd;
  padding: 0.625rem;
}
.not-front .sidebar .block-views .views-row .field-content {
  display: block;
}
.not-front .sidebar .block-views .views-row .field-content a {
  font-size: inherit;
  display: inherit;
}

/* Bloco de subnavega├º├úo */
.menu-subnavegacao {
  margin-bottom: 1.25rem;
  border: 1px solid #d4d2bd;
  padding: 0 0.625rem;
}
.menu-subnavegacao ul.menu {
  list-style-type: none;
  margin: 0;
}
.menu-subnavegacao ul.menu li {
  border-top: 1px dotted #d4d2bd;
  padding: 0.3125rem 0;
  line-height: 1.25rem;
}
.menu-subnavegacao ul.menu li a {
  font-size: 0.875rem;
  color: #666666;
  text-transform: lowercase;
}
.menu-subnavegacao ul.menu li a.active-trail {
  color: #666666;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.menu-subnavegacao ul.menu li a.active {
  color: #b20000;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.menu-subnavegacao ul.menu li.expanded {
  border-top: 2px solid #d4d2bd;
  border-bottom: 1px solid #d4d2bd;
}
.menu-subnavegacao ul.menu li.expanded li {
  color: #b20000;
  margin-left: 0.625rem;
}
.menu-subnavegacao ul.menu li:first-child {
  border-top: 0 none transparent;
}

/* Atalhos das Bibliotecas */
/* Atalhos das Bibliotecas */
.bn-menu-atalhos {
  padding: 0;
  margin: 1.25rem 0;
}
.bn-menu-atalhos ul {
  list-style-type: none;
  margin: 0;
}
.bn-menu-atalhos .item {
  font-family: "roboto_slabbold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  background-color: #f3f2e4;
  border-bottom: 1px solid #b20000;
  padding: 0.625rem 0.125rem;
  margin-bottom: 1.25rem;
}
.bn-menu-atalhos h3 {
  text-transform: uppercase;
  margin: 0;
  font-size: 0.875rem;
}
.bn-menu-atalhos h3 a {
  font-family: "roboto_slabbold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #000000;
}
.bn-menu-atalhos p {
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin: 0;
  display: block;
  font-size: 0.6875rem;
}
.bn-menu-atalhos p strong {
  font-weight: normal;
}
.bn-menu-atalhos p a {
  color: #333333;
}
.bn-menu-atalhos p + p {
  display: none;
}

/* bloco de contato da lateral*/
.view-atendimento.bl-contato {
  margin: 0;
}
.view-atendimento.bl-contato div {
  line-height: 1.5;
}
.view-atendimento.bl-contato .views-row {
  background-color: transparent !important;
  border-bottom: none !important;
}
.view-atendimento.bl-contato .view-content {
  border: 1px solid #d4d2bd;
}
.view-atendimento.bl-contato .view-content h3 {
  color: #3f3f3f;
  font-size: inherit;
  font-weight: bold;
}
.view-atendimento.bl-contato .view-content .views-field .views-label {
  font-weight: normal;
  text-transform: uppercase;
  font-size: inherit;
  color: #3f3f3f;
}
.view-atendimento.bl-contato .view-content .views-field-field-end-cep .field-content {
  display: inline;
}
.view-atendimento.bl-contato .views-fieldset {
  margin-bottom: 0.625rem;
}
.view-atendimento.bl-contato .views-fieldset .views-field:first-child .views-label {
  text-transform: none;
  font-weight: bold;
}

.block-views-curiosidades-lateral .views-field-field-intro {
  padding-top: 0.625rem;
}

.bn-passo-a-passo {
  margin-top: 50px;
}
.bn-passo-a-passo .field-collection-container {
  border: 0;
}
.bn-passo-a-passo .field-name-field-imagens {
  margin-bottom: 1.25rem;
}
.bn-passo-a-passo .bn-container-passo ol {
  list-style: none;
  margin: 0;
}
.bn-passo-a-passo .bn-container-passo ol li.bn-passo {
  position: relative;
  background: #e9dfa2;
  border: 1px solid #e9dfa2;
  margin-bottom: 0.125rem;
}
.bn-passo-a-passo .bn-container-passo ol li.bn-passo .bn-counter {
  position: absolute;
  top: 50%;
  width: 3.75rem;
  text-align: center;
  left: 0;
  font-size: 3rem;
  line-height: 3rem;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #ffffff;
  margin-top: -1.5rem;
}
.bn-passo-a-passo .bn-container-passo ol li.bn-passo .field-collection-view {
  border: 0;
  padding: 0;
  margin: 0 0 0 3.75rem;
  padding: 0.75rem 0.9375rem;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  background: #ffffff;
}
.bn-passo-a-passo .bn-container-passo ol li.bn-passo .field-collection-view p {
  margin-bottom: 0.625rem;
}
.bn-passo-a-passo .bn-container-passo ol li.bn-passo .field-collection-view ul {
  list-style: disc;
}

.l-triptych {
  border-top: 1px solid #d4d2bd;
  margin: 1.875rem auto;
  padding: 0.9375rem 0;
}

.front.l-triptych {
  background-color: #f3f2e4;
}

.front .l-triptych {
  border-top: 0;
  margin-top: 1.875rem;
  padding: 0;
}

.bn-footer-links {
  padding: 0.9375rem 0.3125rem;
}
.bn-footer-links .bn-block-siga-nos li {
  margin-top: 5px;
}
.bn-footer-links .bn-block-siga-nos li:first-child {
  margin-top: 0;
}
.bn-footer-links .bn-block-siga-nos i {
  width: 21px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  /*border: 1px solid red;*/
  margin-right: 5px;
  background-image: url("../images/sprites/sprite-social-midias.png");
}
.bn-footer-links .bn-block-siga-nos i.bn-link-facebook {
  background-position: 0 26px;
}
.bn-footer-links .bn-block-siga-nos i.bn-link-twitter {
  background-position: -25px 26px;
}
.bn-footer-links .bn-block-siga-nos i.bn-link-wordpress {
  background-position: -50px 26px;
}
.bn-footer-links .bn-block-siga-nos i.bn-link-youtube {
  background-position: -75px 26px;
}
.bn-footer-links .bn-block-siga-nos i.bn-link-instagram {
  background-position: -100px 26px;
}
.bn-footer-links .bn-block-siga-nos i.bn-link-tripadvisor {
  background-position: -125px 26px;
}
.bn-footer-links .bn-block-siga-nos i.bn-link-rss {
  background-position: -150px 26px;
}

.bn-footer-links, .bn-footer-region {
  background: #3e838c;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.bn-footer-links a, .bn-footer-region a {
  font-size: 0.75rem;
  color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.bn-footer-links a:hover, .bn-footer-links a:focus, .bn-footer-region a:hover, .bn-footer-region a:focus {
  text-decoration: underline;
}
.bn-footer-links h2, .bn-footer-region h2 {
  color: #f3f2e4;
  font-size: 0.75rem;
  text-transform: uppercase;
}
.bn-footer-links ul, .bn-footer-region ul {
  list-style: none;
  margin: 0;
}

.bn-footer-region {
  border-top: 1px solid #1f6163;
  padding: 15px 0;
}
.bn-footer-region .block-simplenews h2.block-title {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: normal;
  float: left;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: none;
  margin-right: 0.9375rem;
}
.bn-footer-region .block-simplenews form {
  float: left;
  width: 49%;
}
.bn-footer-region .block-simplenews form .form-item {
  margin: 0;
  float: left;
  width: 76%;
}
.bn-footer-region .block-simplenews form .form-item label {
  display: none;
}
.bn-footer-region .block-simplenews form .form-item input.form-text {
  width: 100%;
}
.bn-footer-region .block-simplenews form button.form-submit {
  float: left;
  padding: 0.375rem 0.9375rem;
}

.bn-footer-logos {
  background: #0d444b;
}
.bn-footer-logos .row .columns {
  padding: 1.5625rem 0.9375rem;
}

.bn-copyright {
  padding: 0.9375rem 0.625rem;
  font-size: 0.75rem;
}

@media only screen and (max-width: 40em) {
  .bn-footer-links a, .bn-footer-region a {
    font-size: 0.8125rem;
  }
}
/*Filtro Exposto*/
.bn-filter {
  font-size: 0.875rem;
  background-color: #f3f2e4;
  padding: 0.625rem;
}
.bn-filter h2 {
  font-size: inherit;
}
.bn-filter .views-exposed-form a {
  font-size: 0.8125rem;
}
.bn-filter .views-exposed-form a.active, .bn-filter .views-exposed-form a:active {
  font-weight: bold;
}
.bn-filter .views-exposed-form .views-exposed-widget {
  border-bottom: 1px solid #d4d2bd;
  padding: 0.625rem 0;
  width: 100%;
}
.bn-filter .views-exposed-form .views-exposed-widget .form-type-bef-checkbox input[type='checkbox'] {
  margin: 0;
  vertical-align: middle;
  display: inline-block;
}
.bn-filter .views-exposed-form .views-exposed-widget .form-type-bef-checkbox label {
  vertical-align: middle;
  display: inline;
  font-weight: normal;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #3e838c;
  font-size: 0.875rem;
  margin: 0 0 0 0.3125rem;
}
.bn-filter .views-exposed-form .views-exposed-widget .button-itens {
  border: 0;
  background: transparent;
  margin: 0.625rem 0 0;
  padding: 0.3125rem;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #3e838c;
  font-size: 0.75rem;
  width: 100%;
  text-align: right;
}
.bn-filter .views-exposed-form .views-exposed-widget .button-itens:focus {
  border: 0;
  outline: none;
}
.bn-filter .views-exposed-form .views-exposed-widget .show-all::before, .bn-filter .views-exposed-form .views-exposed-widget .show-itens::before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 0.3125rem;
  color: #333333;
  line-height: 0.5625rem;
  font-weight: normal;
  font-size: 1rem;
  border: 1px solid #333333;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
}
.bn-filter .views-exposed-form .views-exposed-widget .show-all::before {
  content: '+';
}
.bn-filter .views-exposed-form .views-exposed-widget .show-itens::before {
  content: '-';
  font-size: 1.125rem;
  line-height: 10px;
}
.bn-filter .views-exposed-form .views-submit-button {
  border-bottom: 0 !important;
  float: right;
  width: auto;
}
.bn-filter .views-exposed-form .views-submit-button button, .bn-filter .views-exposed-form .views-submit-button .button {
  padding-top: 0.75em;
  padding-right: 0.75em;
  padding-bottom: 0.8125em;
  padding-left: 0.75em;
}
.bn-filter .views-exposed-form .views-reset-button {
  float: left;
  border-bottom: 0 !important;
  width: auto;
}
.bn-filter .views-exposed-form .views-reset-button button, .bn-filter .views-exposed-form .views-reset-button .button {
  border: 0 none;
  cursor: pointer;
  font-family: inherit;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  font-size: 0.75rem;
  background-color: transparent;
  color: #3e838c;
  box-shadow: none;
  padding-top: 0.75em;
  padding-right: 0;
  padding-bottom: 0.8125em;
  padding-left: 0;
}
.bn-filter .views-exposed-form .form-submit {
  margin-top: 0;
}

.view-display-id-pg_publicacoes .view-content .columns {
  padding: 0.3125rem;
}

.bn-list .node-publicacao.view-mode-listagem {
  border: 1px solid #d4d2bd;
  padding: 0.5rem;
  height: 17.1875rem;
}
.bn-list .node-publicacao.view-mode-listagem .node-title {
  text-align: center;
  margin: 0.75rem 0 0;
}
.bn-list .node-publicacao.view-mode-listagem .node-title a {
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
}
.bn-list .node-publicacao.view-mode-listagem .field-name-field-imagem {
  margin: 0 auto;
  float: none;
}
.bn-list .node-publicacao.view-mode-listagem .field-name-field-imagem img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.bn-list .node-publicacao.view-mode-listagem .bn-wrapper-image {
  position: relative;
}
.bn-list .node-publicacao.view-mode-listagem .bn-wrapper-image:before, .bn-list .node-publicacao.view-mode-listagem .bn-wrapper-image:after {
  content: " ";
  display: table;
}
.bn-list .node-publicacao.view-mode-listagem .bn-wrapper-image:after {
  clear: both;
}
.bn-list .node-publicacao.view-mode-listagem .bn-wrapper-image .bn-esgotado {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffa200;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.6875rem;
  line-height: 0.75rem;
  color: #000000;
  padding: 0.1875rem 0.9375rem 0.1875rem 0.625rem;
  height: 20px;
}
.bn-list .node-publicacao.view-mode-listagem .bn-wrapper-image .bn-esgotado::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid #ffa200;
  border-bottom: 10px solid #ffa200;
  border-left: 10px solid transparent;
  position: absolute;
  left: -10px;
  top: 0;
}

.l-main .node-publicacao.view-mode-full {
  margin-top: 1.25rem;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top {
  padding-bottom: 0.9375rem;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top:before, .l-main .node-publicacao.view-mode-full .bn-wrapper-top:after {
  content: " ";
  display: table;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top:after {
  clear: both;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-column-image {
  float: left;
  width: 200px;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-column-image .field-name-field-disponibilidade {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffa200;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.125rem;
  color: #000000;
  padding: 0.625rem 0.9375rem 0.625rem 0.625rem;
  margin-bottom: 0;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-column-image .field-name-field-disponibilidade::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 19px solid #ffa200;
  border-bottom: 19px solid #ffa200;
  border-left: 19px solid transparent;
  position: absolute;
  left: -19px;
  top: 0;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top {
  float: right;
  width: 71%;
  max-width: 670px;
  padding: 0 0.625rem 3.75rem 1.25rem;
  position: relative;
  height: 100%;
  min-height: 300px;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top .field {
  margin-bottom: 0;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top .page-title {
  margin-bottom: 0.3125rem;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top .field-name-field-autor- {
  margin-bottom: 2.5rem;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top .field-name-field-arquivo-digital, .l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top .field-name-field-caminho-do-arquivo-digital {
  position: absolute;
  bottom: 0;
  margin: 0;
}
.l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top .field-name-field-arquivo-digital .button, .l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top .field-name-field-caminho-do-arquivo-digital .button {
  margin: 0;
}
.l-main .node-publicacao.view-mode-full h3.field-label {
  font-weight: normal;
}
.l-main .node-publicacao.view-mode-full .field-name-field-imagem {
  width: auto;
  float: none;
  margin: 0;
}
.l-main .node-publicacao.view-mode-full .group-row-body .field-group-format-wrapper > .field, .l-main .node-publicacao.view-mode-full .group-row-body .field-group-format-wrapper .bn-row-caracteristicas {
  border-top: 1px dotted #d4d2bd;
  padding-top: 0.9375rem;
  margin-top: 0.9375rem;
}
.l-main .node-publicacao.view-mode-full .group-carac-column1 {
  padding-left: 0;
}
.l-main .node-publicacao.view-mode-full .group-carac-column1 label {
  font-weight: bold;
}
.l-main .node-publicacao.view-mode-full .bn-group-rotulos .field {
  margin-bottom: 0;
}
.l-main .node-publicacao.view-mode-full .bn-group-rotulos h3 {
  margin: 0;
  color: #000000;
  font-size: 0.9375rem;
  font-weight: bold;
}

@media (max-width: 960px) {
  .l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top {
    width: 68%;
  }
}
@media (max-width: 920px) {
  .l-main .node-publicacao.view-mode-full .bn-wrapper-top .bn-wrapper-info-top {
    width: 100%;
    max-width: none;
    padding: 0.9375rem 0 3.75rem 0;
  }
}
@media (max-width: 640px) {
  .l-main .node-publicacao.view-mode-full .bn-row-caracteristicas .columns {
    padding: 0;
  }
}
.node-edital.view-mode-listagem .field-name-field-situacao, .node-edital.view-mode-listagem .field-name-field-data, .node-edital.view-mode-listagem .field-name-field-tipo-de-edital {
  font-size: 0.6875rem;
  text-transform: uppercase;
  color: #b20000;
}
.node-edital.view-mode-listagem .field-name-field-situacao {
  float: left;
}
.node-edital.view-mode-listagem .field-name-field-data, .node-edital.view-mode-listagem .field-name-field-tipo-de-edital {
  float: right;
}

.node-edital .fieldset-description {
  color: #bbb;
  font-size: 0.75rem;
}

.field-name-field-intro {
  color: #999;
  font-size: 1.0625rem;
  font-style: italic;
  margin: 1.25rem 0 !important;
}

.field-name-field-chamada {
  font-size: 0.875rem;
  font-style: italic;
}
.field-name-field-chamada a {
  color: #3f3f3f;
  font-size: inherit;
}

figure figcaption {
  background-color: #e7e7e7;
  font-style: italic;
  margin-top: 0 !important;
  padding: 0.5rem;
}

article figure {
  margin: 0 0 1rem 1rem;
}

@media only screen and (max-width: 40em) {
  .front .view-display-id-block_1 {
    margin-top: 0.9375rem;
  }
  .front .field-name-field-chamada {
    height: auto;
  }
  .front .bn-content-image-on .field-name-field-chamada {
    height: auto !important;
  }
  .front .view-mode-destaque_principal .bn-block-content .node-title {
    height: auto;
  }
}
.file-document {
  margin-bottom: 1.5rem;
}
.file-document .field-name-field-descricao {
  font-size: 0.8125rem;
  font-style: italic;
}
.file-document > .content > table {
  margin-bottom: 0.5rem;
}
.file-document > .content .field-name-field-descricao {
  padding-left: 0.6875rem;
}

.bloco-especial-conteudo {
  background-color: #f3f2e4;
  border: 1px solid #d4d2bd;
  padding: 0.9375rem;
}
.bloco-especial-conteudo p:last-child {
  margin-bottom: 0;
  font-size: 0.75rem;
}

.highlight .block {
  margin-top: 0 !important;
}

#admin-menu .dropdown, #admin-menu .shortcut-toolbar {
  line-height: 100%;
}
#admin-menu .dropdown li a, #admin-menu .shortcut-toolbar li a {
  font-size: 11px;
}

.royalSlider {
  width: 100%;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque {
  position: relative;
  max-height: 402px;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .imagem-destaque .bn-image-destaque {
  width: 100%;
  height: 402px;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .imagem-destaque img {
  display: block;
  margin: 0 auto;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper .slide-content {
  background-color: rgba(62, 131, 140, 0.9);
  padding: 1.875rem;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper .slide-content .node-title {
  border-bottom: dotted 1px #FFFFFF;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  margin: 0 0 0.625rem 0;
  padding-bottom: 0.625rem;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper .slide-content .node-title a {
  display: inline;
  color: #ffffff;
  text-transform: uppercase;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper .field-name-field-data .date-display-range {
  display: inline;
  padding: 0.0625rem;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper .field-name-field-chamada {
  height: auto;
}
.royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper .field-name-field-chamada a {
  display: inline;
  color: #ffffff;
}
.royalSlider .rsBullets {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  left: auto;
  right: 50%;
  margin-right: -465px;
  width: auto;
}
.royalSlider .rsBullets .rsBullet {
  width: auto;
  height: auto;
  margin: 2px;
  padding: 3px;
  border-radius: 35px;
  text-align: center;
}
.royalSlider .rsBullets .rsBullet span {
  display: inline-block;
  margin: 0 auto;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #ffffff;
  opacity: 1;
  cursor: pointer;
}
.royalSlider .rsBullets .rsBullet.rsNavSelected {
  background: #ffffff;
}
.royalSlider .rsBullets .rsBullet.rsNavSelected span {
  background: #b20000;
}
.royalSlider:not(.rsWithThumbs) .rsTabs {
  margin-bottom: 34px;
}

.imagem-destaque .field-name-field-imagem-destaque {
  background-position: center center;
  background-size: cover;
  width: 100%;
}

.rsDefault .rsArrowIcn {
  background-color: #0d444b;
  background-color: rgba(13, 68, 75, 0.75);
  *background-color: #0d444b;
  border-radius: 2px;
}

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(13, 68, 75, 0.9);
}

.royalSlider .rsCaption {
  font-size: 100%;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
  background: #f3f2e4;
}

@media (max-width: 1180px) {
  .royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper {
    left: 0;
    margin-left: 0;
  }
  .royalSlider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper .slide-content {
    padding: 0.9375rem;
  }
}
@media (max-width: 960px) {
  .royalSlider .rsBullets {
    right: 0.9375rem;
    margin-right: 0;
  }
}
@media only screen and (max-width: 40em) {
  .royalslider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper {
    bottom: 3.75rem;
  }
  .royalslider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper h2.node-title {
    line-height: 1.25;
  }
  .royalslider .rsOverflow .rsSlide .view-mode-super_destaque .slide-content-wrapper h2.node-title a {
    font-size: 1.125rem;
  }
}
#quicktabs-container-documentos_institucionais {
  margin-bottom: 5rem;
}
#quicktabs-container-documentos_institucionais .views-field-title h3 {
  font-size: 1rem;
}
#quicktabs-container-documentos_institucionais .views-row {
  margin-bottom: 1.875rem;
}
#quicktabs-container-documentos_institucionais .views-row table {
  width: 100%;
}
#quicktabs-container-documentos_institucionais .views-row table thead {
  display: none;
}
#quicktabs-container-documentos_institucionais .views-row table tbody tr td:first-child {
  width: 60%;
}

ul.quicktabs-tabs li {
  display: inline;
  background: none;
  list-style-type: none;
  padding: 2px;
  white-space: nowrap;
}

.quicktabs_wrapper.quicktabs-style-navlist {
  margin: 0;
  width: 100%;
  display: block;
}

ul.quicktabs-tabs.quicktabs-style-navlist {
  float: left;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 30%;
}

ul.quicktabs-tabs.quicktabs-style-navlist li {
  display: block;
  padding: 0.4375rem 0 0.625rem 0;
  margin: 0 -0.0625rem 0 0;
  border-bottom: 1px solid #d4d2bd;
}

ul.quicktabs-tabs.quicktabs-style-navlist li a {
  display: block;
  color: #666666;
  text-align: center;
  text-decoration: none;
  margin: 0;
  padding: 0 10px 0 0;
  height: 23px;
  font-weight: normal;
}

ul.quicktabs-tabs.quicktabs-style-navlist li.active {
  background: #f3f2e4;
  border-top: 1px solid #d4d2bd;
  border-bottom: 1px solid #d4d2bd;
  border-left: 1px solid #d4d2bd;
}

ul.quicktabs-tabs.quicktabs-style-navlist li.active a {
  color: #3e838c;
  font-weight: bold;
}

.quicktabs_main.quicktabs-style-navlist {
  float: left;
  border: 1px solid #d4d2bd;
  background: #f3f2e4;
  padding: 10px;
  min-height: 18rem;
  position: relative;
  z-index: 1;
  width: 70%;
}

/**
 *  Style from the new (great!) ZEN THEME for Drupal 
 * http://drupal.org/project/zen
 */
.quicktabs_main.quicktabs-style-zen {
  clear: both;
}

ul.quicktabs-tabs.quicktabs-style-zen {
  margin: 0 0 0 0;
  padding: 0 0 3px;
  font-size: 1em;
  list-style: none;
  height: 47px;
  background: transparent;
  border-bottom: 1px solid #d4d2bd;
}

/*
*html ul.quicktabs-tabs.quicktabs-style-zen li{
  margin-bottom:-5px;
}
*/
ul.quicktabs-tabs.quicktabs-style-zen li {
  float: left;
  margin: 0 0.625rem 0 0;
  padding: 0 0 0 5px;
  background: none;
  border-top: 1px solid #d4d2bd;
  border-left: 1px solid #d4d2bd;
  border-right: 1px solid #d4d2bd;
  background-color: #f3f2e4;
}

ul.quicktabs-tabs.quicktabs-style-zen li a {
  color: #3f3f3f;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size-adjust: none;
  display: block;
  margin: 0;
  padding: 0.625rem 1.25rem;
  border-width: 0;
  font-weight: normal;
  font-size: 0.9375rem;
  text-decoration: none;
  background: transparent;
}

ul.quicktabs-tabs.quicktabs-style-zen li:hover a {
  border-width: 0;
  background: transparent;
}

quicktabs-tabs.quicktabs-style-zen li:hover {
  background: transparent;
}

ul.quicktabs-tabs.quicktabs-style-zen li.active a,
ul.quicktabs-tabs.quicktabs-style-zen li.active a:hover {
  color: #b20000;
  text-decoration: none;
  border-width: 0;
  background: transparent;
  font-weight: bold;
}

ul.quicktabs-tabs.quicktabs-style-zen li.active {
  background: transparent;
  border-bottom: 1px solid #ffffff;
}

.quicktabs-wrapper ul li {
  position: relative;
}
.quicktabs-wrapper ul li .ajax-progress {
  position: absolute;
  left: 0;
  top: 0;
}

.field-group-htabs-wrapper .horizontal-tabs {
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
.field-group-htabs-wrapper .horizontal-tabs:before, .field-group-htabs-wrapper .horizontal-tabs:after {
  content: " ";
  display: table;
}
.field-group-htabs-wrapper .horizontal-tabs:after {
  clear: both;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list {
  border: 0;
  border-bottom: 1px solid #d4d2bd;
  background: transparent;
  float: left;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li {
  background-color: #f3f2e4;
  border: 0;
  margin: 0;
  margin-left: 3px;
  border: 1px solid #d4d2bd;
  border-bottom: 0;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li a {
  display: block;
  text-align: center;
  padding: 0.625rem 1.875rem;
  color: #3f3f3f;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 0.9375rem;
  text-decoration: none;
  border-bottom: 0;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li a strong {
  font-weight: normal;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li:first-child {
  margin-left: 0;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li:first-child a {
  border-left: 0;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected {
  background: #ffffff;
  margin-bottom: -1px;
  padding: 0 0 0.125rem;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected a {
  color: #b20000;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected a strong {
  color: #b20000;
  font-weight: bold;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected:hover {
  background: #ffffff;
  margin-bottom: -1px;
  padding: 0 0 0.125rem;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected:hover a {
  color: #b20000;
}
.field-group-htabs-wrapper .horizontal-tabs ul.horizontal-tabs-list li.selected:hover a strong {
  color: #b20000;
  font-weight: bold;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes {
  float: left;
  width: 100%;
  margin: 0;
  border: 1px solid #d4d2bd;
  border-top: 0;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes:before, .field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes:after {
  content: " ";
  display: table;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes:after {
  clear: both;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane {
  margin: 0;
  padding: 0.9375rem;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane table {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane table thead {
  display: none;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane table tbody {
  border: 0;
  margin: 0;
  padding: 0;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane table tbody tr {
  border: 0;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane table tbody tr td:first-child {
  text-align: left;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane table tbody tr td {
  text-align: right;
  min-width: 8.125rem;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .field-collection-container {
  border: 0;
  margin: 0;
  padding: 0;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .field-type-field-collection > .field-items > .field-item {
  border-top: 1px solid #d4d2bd;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .field-type-field-collection > .field-items > .field-item:first-child {
  border-top: 0;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .field-collection-view, .field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane div.field {
  border: 0;
  margin: 0;
  padding: 0;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .field-collection-view .field-name-field-descricao, .field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane div.field .field-name-field-descricao {
  border: solid 1px #eee !important;
  padding: .75rem !important;
  margin-bottom: 1.5rem !important;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .field-collection-view {
  padding: 0.625rem;
}
.field-group-htabs-wrapper .horizontal-tabs .horizontal-tabs-panes .horizontal-tabs-pane .field-name-field-nome-grupo {
  color: #b20000;
  margin-bottom: 0.625rem !important;
}

.block-quicktabs h2.block-title {
  display: none;
}

.quicktabs-tabpage .views-table {
  border-top: 0;
  width: 100%;
}
.quicktabs-tabpage .views-table tbody {
  border-top: 0;
}
.quicktabs-tabpage .views-table tbody .views-row-first {
  border-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.bn-video-controls .slick-list {
  margin: 0 30px;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*THEME*/
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 30px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 3.125rem;
  line-height: 1;
  opacity: .75;
  color: #3e838c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
}

[dir='rtl'] .slick-prev {
  right: 0;
  left: auto;
}

.slick-prev:before {
  content: "\2039";
}

[dir='rtl'] .slick-prev:before {
  content: '\203A';
}

.slick-next {
  right: 0;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: 0;
}

.slick-next:before {
  content: '\203A';
}

[dir='rtl'] .slick-next:before {
  content: '\2039';
}

/* Dots */
.slick-slider {
  margin-bottom: 0.625rem;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  margin-left: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'ÔÇó';
  text-align: center;
  opacity: .25;
  color: #3e838c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #3e838c;
}

.slick-slide .image {
  padding: 10px;
}

.slick-slide img {
  border: 5px solid #FFF;
  display: block;
  width: 100%;
}

.view .more-link {
  padding: 0.625rem;
  clear: both;
}
.view .more-link a {
  color: #b20000 !important;
  font-size: 0.75rem !important;
}
.view .more-link a:after {
  content: "\00bb\00a0";
  margin: 0;
}

.bn-group-tags {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
.bn-group-tags div.field {
  margin-bottom: 0;
}
.bn-group-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.bn-group-tags ul li {
  float: left;
  color: inherit;
  font-size: inherit;
}
.bn-group-tags ul li a {
  font-size: inherit;
}
.bn-group-tags ul li:after {
  content: ", ";
  padding-right: 0.3125rem;
}
.bn-group-tags ul li:last-child:after {
  content: " ";
}
.bn-group-tags .field-name-field-tax-categoria-noticia,
.bn-group-tags .field-name-field-tipo-de-documento,
.bn-group-tags .field-name-field-categoria-destaque-acervo {
  color: #b20000;
  font-size: 0.75rem;
  margin-bottom: 0.5rem !important;
  text-transform: uppercase;
}

.bn-view .field.field-name-field-imagem img {
  border: 1px solid #d4d2bd;
}
.bn-view .field-name-field-tax-categoria-noticia, .bn-view .field-name-field-tipo-de-documento {
  color: #b20000;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.bn-view .posted {
  color: #999999;
  font-size: 0.75rem;
}
.bn-view .bn-group-tags {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
.bn-view .bn-group-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.bn-view .bn-group-tags ul li {
  float: left;
  color: inherit;
  font-size: inherit;
}
.bn-view .bn-group-tags ul li a {
  font-size: inherit;
}
.bn-view .bn-group-tags ul li:after {
  content: ", ";
  padding-right: 0.3125rem;
}
.bn-view .bn-group-tags ul li:last-child:after {
  content: " ";
}

.bn-list .view-mode-listagem {
  border-bottom: 1px dotted #d4d2bd;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}
.bn-list .view-mode-listagem h2.node-title {
  text-transform: none;
  font-size: 0.9375rem;
}
.bn-list .view-mode-listagem h2.node-title a {
  font-size: inherit;
}
.bn-list .view-mode-listagem .field-name-field-imagem {
  float: left;
  margin-right: 1.25rem;
}
.bn-list .view-mode-listagem .field-name-field-imagem + div.content {
  margin-left: 14.0625rem;
}

.attachment-after, .bn-view-content-filter {
  margin-top: 1.5625rem !important;
  padding-top: 1.5625rem !important;
  border-top: 1px solid #d4d2bd;
}

.bn-view-content-filter .attachment-after {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none;
}

/* Views Acervo, Cole├º├Áes e Espa├ºos */
.bn-list-grid .view-mode-listagem {
  background-color: #f3f2e4;
  margin-bottom: 1.875rem;
}
.bn-list-grid .view-mode-listagem h2.node-title {
  text-align: center;
  padding: 0.3125rem 0.625rem;
  line-height: 1.125rem;
  min-height: 2.875rem;
  font-size: 0.9375rem;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: none !important;
}
.bn-list-grid .view-mode-listagem h2.node-title a {
  font-size: inherit;
  font-family: inherit;
}
.bn-list-grid .view-mode-listagem h2 {
  text-transform: none !important;
}
.bn-list-grid .view-mode-listagem.node-acervo:hover,
.bn-list-grid .view-mode-listagem.node-colecao:hover {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
}
.bn-list-grid .view-mode-destaque_secundario {
  background-color: #f3f2e4;
  margin-bottom: 0.625rem;
}
.bn-list-grid .view-mode-destaque_secundario .bn-block-title {
  display: none;
}
.bn-list-grid .view-mode-destaque_secundario h2.node-title {
  text-align: center;
  padding: 0.3125rem 0.625rem;
  line-height: 1.125rem;
  min-height: 2.875rem;
  font-size: 0.9375rem;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-transform: none !important;
}
.bn-list-grid .view-mode-destaque_secundario h2.node-title a {
  font-size: inherit;
  font-family: inherit;
}
.bn-list-grid .view-mode-destaque_secundario .bn-block-content {
  background-color: transparent;
}
.bn-list-grid .view-mode-destaque_secundario .bn-block-content .node-title a {
  color: #3e838c;
}
.bn-list-grid .view-mode-destaque_secundario.node-acervo:hover,
.bn-list-grid .view-mode-destaque_secundario.node-colecao:hover {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
}

/* Fim */
.bn-list-column {
  border-bottom: 1px dotted #d4d2bd;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}
.bn-list-column .view-mode-destaque_secundario_interno h2.node-title {
  text-transform: none;
  font-size: 0.9375rem;
}
.bn-list-column .view-mode-destaque_secundario_interno h2.node-title a {
  font-size: inherit;
}
.bn-list-column .view-mode-destaque_secundario_interno .posted {
  color: #999999;
  font-size: 0.75rem;
}
.bn-list-column .view-mode-destaque_secundario_interno .bn-group-tags {
  margin-top: 0.625rem;
  font-size: 0.8125rem;
}
.bn-list-column .view-mode-destaque_secundario_interno .bn-group-tags ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: inherit;
}
.bn-list-column .view-mode-destaque_secundario_interno .bn-group-tags ul li {
  float: left;
  color: inherit;
  font-size: inherit;
}
.bn-list-column .view-mode-destaque_secundario_interno .bn-group-tags ul li a {
  font-size: inherit;
}
.bn-list-column .view-mode-destaque_secundario_interno .bn-group-tags ul li:after {
  content: ", ";
  padding-right: 0.3125rem;
}
.bn-list-column .view-mode-destaque_secundario_interno .bn-group-tags ul li:last-child:after {
  content: " ";
}

.bn-view-main .view-mode-destaque_principal_interno .field-name-field-imagem {
  float: left;
}
.bn-view-main .view-mode-destaque_principal_interno .field-name-field-imagem + div.content {
  margin-left: 28.75rem;
}
.bn-view-main .view-mode-destaque_principal_interno h2.node-title {
  text-transform: none;
}
.bn-view-main .view-mode-destaque_principal_interno h2.node-title a {
  font-size: inherit;
}
.bn-view-main .view-mode-destaque_principal_interno .bn-link-read-more {
  float: right;
}

/*View de Noticias*/
.bn-list.view-noticias .bn-list-column {
  margin-top: 1.5625rem !important;
  padding-top: 1.5625rem !important;
  border-top: 1px solid #d4d2bd;
}
.bn-list.view-noticias .view-mode-destaque_principal_interno {
  position: relative;
}
.bn-list.view-noticias .view-mode-destaque_principal_interno .field-name-field-imagem {
  float: none;
}
.bn-list.view-noticias .view-mode-destaque_principal_interno .field-name-field-imagem + div.content {
  margin-left: 0;
}
.bn-list.view-noticias .view-mode-destaque_principal_interno .content {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
}
.bn-list.view-noticias .view-mode-destaque_principal_interno .content h2 {
  display: inline;
  color: #ffffff;
  text-transform: none;
  font-weight: normal;
  margin: 0;
  padding-bottom: 0.625rem;
}
.bn-list.view-noticias .view-mode-destaque_principal_interno .content h2 a {
  color: inherit;
  background-color: rgba(62, 131, 140, 0.8);
  padding-bottom: 0.1875rem;
}
.bn-list.view-noticias .view-mode-destaque_principal_interno .content .posted {
  margin-bottom: 0.1875rem;
}
.bn-list.view-noticias .view-mode-destaque_principal_interno .content .posted span {
  background-color: rgba(62, 131, 140, 0.8);
  color: #ffffff;
  padding-bottom: 0.25rem;
}
.bn-list.view-noticias .view-mode-destaque_principal_interno .content .field-name-field-tax-categoria-noticia .field-item {
  display: inline;
  background-color: rgba(62, 131, 140, 0.8);
  color: #ffffff;
  font-size: 0.6875rem;
  text-transform: uppercase;
}

.view-noticias.bn-list > .view-content .posted {
  width: 15%;
  float: left;
  color: #999999;
  font-size: 0.75rem;
  line-height: 3.125rem;
  min-height: 3.125rem;
}
.view-noticias.bn-list > .view-content .content {
  width: 80%;
  float: left;
}

.view-mode-full .posted {
  color: #999999;
  font-size: 0.75rem;
}
.view-mode-full .bn-group-tags {
  margin-bottom: 0.625rem;
}
.view-mode-full .field-type-file table {
  width: 100%;
  border: 0 none;
}
.view-mode-full .field-type-file table tr {
  border-top: 0 none;
  border-right: 0 none;
  border-left: 0 none;
  border-bottom: 1px solid #d4d2bd;
}
.view-mode-full .field-type-file table thead {
  display: none;
}
.view-mode-full .field-type-file table thead {
  display: none;
}
.view-mode-full .field-type-file table td:hover {
  background-color: #f3f2e4;
}
.view-mode-full .field-name-field-imagens .field-items {
  margin-bottom: 6.875rem;
}
.view-mode-full .field-name-field-links-externos,
.view-mode-full .field-name-field-caminho-do-arquivo-digital {
  clear: both;
}
.view-mode-full .field-name-field-links-externos .field-items .field-item a,
.view-mode-full .field-name-field-caminho-do-arquivo-digital .field-items .field-item a {
  border-top: 1px solid #d4d2bd;
  display: block;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 0.625rem;
  text-decoration: none;
  transition: .25s all;
}
.view-mode-full .field-name-field-links-externos .field-items .field-item a:before,
.view-mode-full .field-name-field-caminho-do-arquivo-digital .field-items .field-item a:before {
  content: "\00bb\00a0";
  margin: 0;
}
.view-mode-full .field-name-field-links-externos .field-items .field-item a:hover,
.view-mode-full .field-name-field-caminho-do-arquivo-digital .field-items .field-item a:hover {
  background-color: #f3f2e4;
  text-decoration: none;
}
.view-mode-full .field-name-field-links-externos .field-items .field-item a:after,
.view-mode-full .field-name-field-caminho-do-arquivo-digital .field-items .field-item a:after {
  content: ".";
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  background-position: -48px 3px;
  color: transparent;
  display: inline-block;
  height: 0.9375rem;
  line-height: 1rem;
  margin-left: 0.625rem;
  width: 0.9375rem;
}
.view-mode-full .field-name-field-links-externos .field-items .field-item:last-child,
.view-mode-full .field-name-field-caminho-do-arquivo-digital .field-items .field-item:last-child {
  border-bottom: 1px solid #d4d2bd;
}

.block-flippy {
  border-top: 1px dotted #d4d2bd;
  margin-top: 0.9375rem;
  padding-top: 0.9375rem;
}
.block-flippy ul.flippy {
  margin: 0;
  padding: 0;
}
.block-flippy ul.flippy li {
  display: block;
  border: 1px solid #d4d2bd;
  background-color: #ffffff;
  padding: 0.625rem 1.25rem;
  width: 48%;
  white-space: normal;
  min-height: 6.25rem;
  position: relative;
}
.block-flippy ul.flippy li a {
  display: inline-block;
  outline: none;
}
.block-flippy ul.flippy li a span {
  font-size: 0.6875rem;
  color: #999999;
  display: block;
}
.block-flippy ul.flippy li:hover {
  background-color: #f3f2e4;
}
.block-flippy ul.flippy li.prev {
  float: left;
  text-align: left;
}
.block-flippy ul.flippy li.prev a {
  padding-left: 1.875rem;
}
.block-flippy ul.flippy li.prev a:before {
  content: " . ";
  color: transparent;
  display: block;
  width: 1.875rem;
  position: absolute;
  height: 3.125rem;
  top: 30%;
  left: 0.625rem;
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  background-position: 0 -84px;
}
.block-flippy ul.flippy li.next {
  float: right;
  text-align: right;
}
.block-flippy ul.flippy li.next a {
  padding-right: 1.875rem;
}
.block-flippy ul.flippy li.next a:before {
  content: " . ";
  color: transparent;
  display: block;
  width: 1.875rem;
  position: absolute;
  height: 3.125rem;
  top: 30%;
  right: 0.625rem;
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  background-position: -40px -84px;
}

.view-exposicoes, .view-eventos {
  padding: 1.25rem 0;
}
.view-exposicoes h2, .view-eventos h2 {
  text-transform: none;
  color: #3f3f3f;
  font-family: "open_sansbold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.view-exposicoes h3, .view-eventos h3 {
  text-transform: none;
  border-bottom: 1px solid #d4d2bd;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.view-exposicoes .field-name-field-imagem, .view-eventos .field-name-field-imagem {
  float: left;
  margin-right: 1.25rem;
}
.view-exposicoes .field-name-field-imagem + div.content, .view-eventos .field-name-field-imagem + div.content {
  margin-left: 14.0625rem;
}
.view-exposicoes .view-mode-listagem, .view-eventos .view-mode-listagem {
  border-bottom: 0 none;
}

.block-views .view-filters .views-exposed-widgets {
  background-color: #e9dfa2;
  border-top: 1px solid #d4d2bd;
  border-bottom: 1px solid #d4d2bd;
  padding: 0.9375rem;
  margin-bottom: 1.875rem;
}
.block-views .view-filters .views-exposed-widgets .views-exposed-widget {
  float: left;
  padding: 0;
}
.block-views .view-filters .views-exposed-widgets .views-exposed-widget label {
  float: left;
  margin-right: 0.625rem;
  line-height: 2.25rem;
}
.block-views .view-filters .views-exposed-widgets .views-exposed-widget .views-widget {
  float: left;
}
.block-views .view-filters .views-exposed-widgets .views-exposed-widget .views-widget input[type="file"], .block-views .view-filters .views-exposed-widgets .views-exposed-widget .views-widget input[type="checkbox"], .block-views .view-filters .views-exposed-widgets .views-exposed-widget .views-widget input[type="radio"], .block-views .view-filters .views-exposed-widgets .views-exposed-widget .views-widget select {
  margin-bottom: 0;
}
.block-views .view-filters .views-exposed-widgets .views-submit-button .form-submit {
  margin: 0;
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  background-position: -98px 10px;
  text-indent: -999999px;
  height: 2.25rem;
  width: 2.625rem;
  padding: 0;
}

/* Premiacao */
.bn-view.bn-list .view-content > h3 {
  border-bottom: 1px solid #d4d2bd;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.bn-view.bn-list .view-content > h3 span {
  text-transform: none;
}
.bn-view.bn-list .node-premiacao.view-mode-listagem {
  border-bottom: 0;
  margin-bottom: 1.5625rem;
}
.bn-view.bn-list .node-premiacao.view-mode-listagem h2 {
  border-bottom: 1px solid #d4d2bd;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.bn-view.bn-list .node-premiacao.view-mode-listagem h2 span {
  text-transform: none;
}
.bn-view.bn-list .node-premiacao.view-mode-listagem h2.node-title {
  color: #3f3f3f;
  border-bottom: 0;
  margin: 0;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
}

/*Pesquisas do Programa de Fomento*/
.view-programas-de-fomento .view-mode-listagem .field-name-field-autor- {
  font-weight: bold;
}

.view-programas-de-fomento.view-display-id-listagem .view-content > h3 {
  margin-top: 2.5rem;
}
.view-programas-de-fomento.view-display-id-listagem .view-content > h3:first-child {
  margin-top: 0;
}
.view-programas-de-fomento.view-display-id-listagem .views-row {
  border-top: 1px dotted #d4d2bd;
  padding-top: 1.25rem;
  margin-bottom: 1.25rem !important;
}
.view-programas-de-fomento.view-display-id-listagem .views-row.views-row-1 {
  border-top: 0;
  padding-top: 0;
}
.view-programas-de-fomento.view-display-id-listagem .view-mode-listagem {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.view-programas-de-fomento.view-display-id-listagem .view-mode-listagem .body {
  margin-bottom: 0;
}
.view-programas-de-fomento.view-display-id-listagem .view-mode-listagem .field-name-field-autor-, .view-programas-de-fomento.view-display-id-listagem .view-mode-listagem .node-title {
  color: #b20000;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.view-programas-de-fomento.view-display-id-listagem .view-mode-listagem .field-name-field-link-para-o-doc-da-pesq {
  margin-top: 1.25rem;
}
.view-programas-de-fomento.view-display-id-listagem .view-mode-listagem .field-name-field-link-para-o-perfil-do-pesq a, .view-programas-de-fomento.view-display-id-listagem .view-mode-listagem .field-name-field-link-para-o-doc-da-pesq a {
  font-weight: normal;
  font-family: "open_sansregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.view-programas-de-fomento.view-display-id-listagem .view-mode-listagem .field-label {
  color: #3f3f3f;
  font-family: "open_sanssemibold", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.view-documentos.view-id-documentos table {
  margin-bottom: 0;
}
.view-documentos.view-id-documentos table.sticky-enabled td:last-child {
  text-align: right;
}
.view-documentos.view-id-documentos table.views-table .views-field-title {
  width: 50%;
}
.view-documentos.view-id-documentos table.views-table .views-field-field-arquivos,
.view-documentos.view-id-documentos table.views-table .views-field-filesize {
  text-align: right;
}
.view-documentos.view-id-documentos .field-name-field-arquivos .field-item:not(:last-child) table.sticky-enabled tr {
  border: none !important;
}

.view-display-id-bl_progr_fomento .views-row:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) .views-field-title {
  border-top: solid 2px #e7e7e7;
}
.view-display-id-bl_progr_fomento .views-row .views-field-title {
  padding-top: 0.5rem;
}
.view-display-id-bl_progr_fomento .views-row:nth-child(3n + 1) {
  clear: left;
}

.view-display-id-pg_pagamentos .views-row {
  margin-bottom: 1.875rem;
}

.view-display-id-bl_publicacoes_bn .views-field-field-imagem img {
  margin: 0 auto;
  display: block;
}
.view-display-id-bl_publicacoes_bn .views-field-title {
  margin-top: 0.9375rem;
}
.view-display-id-bl_publicacoes_bn .views-field-title a {
  text-align: center;
  font-size: 0.8125rem !important;
  line-height: 0.9375rem !important;
  font-weight: normal !important;
  color: #3f3f3f !important;
}
.view-display-id-bl_publicacoes_bn .more-link {
  padding-top: 0.5rem;
}

.view-estrutura-organizacional .views-row {
  margin-bottom: 1.875rem !important;
}
.view-estrutura-organizacional .views-row .node-pessoa {
  background: #f3f2e4;
  padding: 10px;
  padding-bottom: 24px;
  position: relative;
  cursor: pointer;
}
.view-estrutura-organizacional .views-row .node-pessoa .node-title {
  text-align: center;
  font-size: 1.125rem;
  color: #3e838c;
  margin-bottom: 3px;
  text-transform: none;
}
.view-estrutura-organizacional .views-row .node-pessoa .field-name-field-cargo {
  text-align: center;
  font-size: 0.8125rem;
  ine-height: 0.875rem;
}
.view-estrutura-organizacional .views-row .node-pessoa .field-name-field-cargo ul {
  list-style: none;
  margin: 0;
}
.view-estrutura-organizacional .views-row .node-pessoa .group-popover {
  display: none;
}
.view-estrutura-organizacional .views-row .node-pessoa:hover {
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.2);
}
.view-estrutura-organizacional .views-row .node-pessoa::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -12px;
  background-image: url("../images/sprites/sprites.png");
  background-position: -63px -39px;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
}
.view-estrutura-organizacional .popover {
  max-width: none;
  width: 385px;
  background: #d4d2bd;
  margin-left: -20px;
  font-size: 0.875rem;
}
.view-estrutura-organizacional .popover .arrow::after {
  border-right-color: #d4d2bd !important;
}
.view-estrutura-organizacional .popover .fieldset-wrapper > p {
  padding-bottom: 15px;
  font-size: 0.875rem;
  border-bottom: 1px solid #ffffff;
}

.tabela-agenda-autoridade {
  margin: 1.875rem 0;
}
.tabela-agenda-autoridade caption {
  text-align: left;
  background-color: #f3f2e4;
  border: 1px solid #d4d2bd;
  color: #b20000;
  padding: 0.46875rem 0.9375rem;
}

.tabela-agenda-autoridade-compromisso td {
  vertical-align: top;
}
.tabela-agenda-autoridade-compromisso td.views-field-field-data-hora-1 {
  width: 20%;
}
.tabela-agenda-autoridade-compromisso td.views-field-title {
  width: 40%;
}
.tabela-agenda-autoridade-compromisso td.views-field-body {
  width: 40%;
}
.tabela-agenda-autoridade-compromisso td p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 40em) {
  .view-estrutura-organizacional .node-pessoa {
    height: 100px;
  }
}
@media only screen and (min-width: 40.063em) {
  .view-estrutura-organizacional > .view-content {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 60rem;
  }
  .view-estrutura-organizacional > .view-content:before, .view-estrutura-organizacional > .view-content:after {
    content: " ";
    display: table;
  }
  .view-estrutura-organizacional > .view-content:after {
    clear: both;
  }
  .view-estrutura-organizacional > .view-content .coluna-estrutura-organizacional {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
  }
  .view-estrutura-organizacional > .view-content .coluna-estrutura-organizacional:nth-child(1), .view-estrutura-organizacional > .view-content .coluna-estrutura-organizacional:nth-child(3) {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    float: left;
    margin-left: 16.66667% !important;
  }
  .view-estrutura-organizacional > .view-content .coluna-estrutura-organizacional:nth-child(3), .view-estrutura-organizacional > .view-content .coluna-estrutura-organizacional:nth-child(5) {
    clear: left !important;
  }
  .view-estrutura-organizacional > .view-content .coluna-estrutura-organizacional:nth-child(5) {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 33.33333%;
    left: 33.33333%;
    right: auto;
    float: left;
    clear: right !important;
  }
  .view-estrutura-organizacional > .view-content .coluna-estrutura-organizacional:nth-child(6) {
    clear: left !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .view-estrutura-organizacional .node-pessoa {
    height: 220px;
  }
}
@media only screen and (min-width: 64.063em) {
  .view-estrutura-organizacional .node-pessoa {
    height: 200px;
  }
}
@media only screen {
  .l-menu .block-tb-megamenu .block-title {
    display: none;
  }
}
@media (max-width: 1138px) {
  .bn-footer-region .block-simplenews form {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-header .bn-bloco-acessibilidade {
    clear: both;
    float: right;
  }
  .l-header .bn-block-menu-idioma {
    clear: both;
  }
}
@media (max-width: 980px) {
  .l-header .block-search-form form {
    left: 0;
  }

  .bn-view-main .view-mode-destaque_principal_interno .field-name-field-imagem {
    float: left;
  }
  .bn-view-main .view-mode-destaque_principal_interno .field-name-field-imagem img {
    width: 100%;
  }
  .bn-view-main .view-mode-destaque_principal_interno .field-name-field-imagem + div.content {
    float: left;
    margin-left: 0;
    width: 100%;
    clear: both;
    margin-top: 0.9375rem;
  }
}
@media (max-width: 641px) {
  .bn-list .view-mode-listagem {
    padding: 0.625rem;
  }
}
@media (max-width: 500px) {
  .l-header .bn-bloco-acessibilidade a, .l-header .bn-block-menu-idioma a {
    font-size: 0.5625rem;
    letter-spacing: 0.0625rem;
  }
  .l-header .bn-bloco-acessibilidade {
    float: left;
  }
  .l-header .bn-block-midias-sociais {
    display: none;
  }

  .bn-region-search {
    margin-top: 0.625rem;
  }
  .bn-region-search .block-search-form .form-item-search-block-form {
    width: 67%;
  }

  .bn-list .view-mode-listagem .field-name-field-imagem {
    float: left;
    margin-right: 1.25rem;
  }
  .bn-list .view-mode-listagem .field-name-field-imagem img {
    width: 100%;
  }
  .bn-list .view-mode-listagem .field-name-field-imagem + div.content {
    margin-left: 0;
    margin-top: 1.25rem;
    float: left;
  }
}
@media (max-width: 360px) {
  .bn-region-search .block-search-form .form-item-search-block-form {
    width: 66%;
  }
}
@media (max-width: 320px) {
  .bn-region-search .block-search-form .form-item-search-block-form {
    width: 58%;
  }
}
@media (max-width: 280px) {
  .bn-region-search .block-search-form .form-item-search-block-form {
    width: 56%;
  }
}
@media (max-width: 270px) {
  .bn-region-search .block-search-form .form-item-search-block-form {
    width: 50%;
  }
}
.reuso-link-externo {
  border-top: 1px solid #d4d2bd;
  display: block;
  font-family: "roboto_slabregular", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 0.625rem;
  text-decoration: none;
  transition: .25s all;
  border-bottom: 1px solid #d4d2bd;
}
.reuso-link-externo:before {
  content: "\00bb\00a0";
  margin: 0;
}
.reuso-link-externo:hover {
  background-color: #f3f2e4;
  text-decoration: none;
}
.reuso-link-externo:after {
  content: ".";
  background-image: url("../images/sprites/sprites.png");
  background-repeat: no-repeat;
  background-position: -48px 3px;
  color: transparent;
  display: inline-block;
  height: 0.9375rem;
  line-height: 1rem;
  margin-left: 0.625rem;
  width: 0.9375rem;
}

.reuso-separador-blocos,
.separador-linha {
  border-bottom: dotted 1px #ccc;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}

.reuso-margem-abaixo {
  margin-bottom: 1.875rem;
}

.conteudo-destaque {
  background-color: #f3f2e4;
  margin-bottom: 0.9375rem;
  padding: 0.46875rem 0.9375rem;
}

table {
  width: 100%;
}
table.lista-prazos thead {
  background-color: #f3f2e4;
}
table.lista-prazos thead th {
  background-color: #b20000;
  border-bottom: solid 2px #d4d2bd;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
table.lista-prazos tr:nth-child(2n) {
  background-color: #eee;
}
table.lista-prazos td.col-prazo, table.lista-prazos th.col-prazo {
  width: 25%;
}
table.lista-prazos td.col-titulo, table.lista-prazos th.col-titulo {
  width: 75%;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
