@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */
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 {
  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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

body.is-reveal-open {
  overflow: hidden; }

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html,
body {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 40em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 64em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  position: relative;
  left: 8.3333333333%; }

.small-pull-1 {
  position: relative;
  left: -8.3333333333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  position: relative;
  left: 16.6666666667%; }

.small-pull-2 {
  position: relative;
  left: -16.6666666667%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  position: relative;
  left: 33.3333333333%; }

.small-pull-4 {
  position: relative;
  left: -33.3333333333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  position: relative;
  left: 41.6666666667%; }

.small-pull-5 {
  position: relative;
  left: -41.6666666667%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-7 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-8 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-10 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-11 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.3333333333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.6666666667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.2857142857%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%; }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.6666666667%; }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-1 {
    margin-left: 8.3333333333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.6666666667%; }
  .medium-4 {
    width: 33.3333333333%; }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.6666666667%; }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-4 {
    margin-left: 33.3333333333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.6666666667%; }
  .medium-7 {
    width: 58.3333333333%; }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.6666666667%; }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-7 {
    margin-left: 58.3333333333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.6666666667%; }
  .medium-10 {
    width: 83.3333333333%; }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.6666666667%; }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-10 {
    margin-left: 83.3333333333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.6666666667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%; }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.6666666667%; }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-1 {
    margin-left: 8.3333333333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.6666666667%; }
  .large-4 {
    width: 33.3333333333%; }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.6666666667%; }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-4 {
    margin-left: 33.3333333333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.6666666667%; }
  .large-7 {
    width: 58.3333333333%; }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.6666666667%; }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-7 {
    margin-left: 58.3333333333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.6666666667%; }
  .large-10 {
    width: 83.3333333333%; }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.6666666667%; }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-10 {
    margin-left: 83.3333333333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.6666666667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.3333333333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.6666666667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.2857142857%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #2199e8;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1585cf; }
  a img {
    border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  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; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #2199e8;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background: #147cc0;
      color: #fff; }
  .button.secondary {
    background: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #5f5f5f;
      color: #fff; }
  .button.success {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert {
    background: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #da3116;
      color: #fff; }
  .button.warning {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type='checkbox'],
label > [type='label'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

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

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #0a0a0a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #2199e8;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6; }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #2199e8;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded .button:nth-last-child(2):first-child,
  .button-group.expanded .button:nth-last-child(2):first-child ~ .button {
    width: 50%; }
  .button-group.expanded .button:nth-last-child(3):first-child,
  .button-group.expanded .button:nth-last-child(3):first-child ~ .button {
    width: 33.3333333333%; }
  .button-group.expanded .button:nth-last-child(4):first-child,
  .button-group.expanded .button:nth-last-child(4):first-child ~ .button {
    width: 25%; }
  .button-group.expanded .button:nth-last-child(5):first-child,
  .button-group.expanded .button:nth-last-child(5):first-child ~ .button {
    width: 20%; }
  .button-group.expanded .button:nth-last-child(6):first-child,
  .button-group.expanded .button:nth-last-child(6):first-child ~ .button {
    width: 16.6666666667%; }
  .button-group.primary .button {
    background: #2199e8;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%;
    border-right: 0; }
  @media screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
    .callout.primary a {
      color: #116ca8; }
      .callout.primary a:hover {
        color: #0a4063; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
    .callout.success a {
      color: #1ea450; }
      .callout.success a:hover {
        color: #126330; }
  .callout.alert {
    background-color: #fce6e2; }
    .callout.alert a {
      color: #bf2b13; }
      .callout.alert a:hover {
        color: #791b0c; }
  .callout.warning {
    background-color: #fff3d9; }
    .callout.warning a {
      color: #b37a00; }
      .callout.warning a:hover {
        color: #664600; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #2199e8 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu .is-dropdown-submenu-parent {
  position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #2199e8 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 12px;
    right: 5px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #2199e8 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent transparent transparent #2199e8;
    border-left-style: solid; }
  .dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu {
    top: 100%; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  min-width: 200px;
  z-index: 1;
  background: #fefefe;
  border: 1px solid #cacaca; }
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .is-dropdown-submenu-parent:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #2199e8;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li:not(.menu-text) > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.3333333333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.6666666667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  transform: translateX(0px); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      transform: translateX(-250px); }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #0a0a0a;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '«';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '»';
  display: inline-block;
  margin-left: 0.5rem; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #2199e8;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  border-radius: 0; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: absolute;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0 auto;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 40em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    transform: translate3d(0, 0, 0);
    border-radius: 0; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #f1f1f1; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-y: scroll; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #2199e8; }
    .tabs.primary > li > a {
      color: #fefefe; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #2199e8; }
    .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar, .top-bar ul {
    background-color: #eee; }
    .top-bar li > a, .top-bar ul li > a {
      color: #fff; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }

@media screen and (min-width: 40em) {
  .top-bar-left {
    float: left; }
  .top-bar-right {
    float: right; } }

.slide-in-down.mui-enter {
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-left.mui-enter {
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-in-up.mui-enter {
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0); }

.slide-in-right.mui-enter {
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0); }

.slide-out-down.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%); }

.slide-out-right.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  animation-name: shake-7; }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%); } }

.spin-cw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn); }
  100% {
    transform: rotate(0); } }

.spin-ccw {
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(1turn); } }

.wiggle {
  animation-name: wiggle-7deg; }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    transform: rotate(0); } }

.infinite {
  animation-iteration-count: infinite; }

.slow {
  animation-duration: 750ms !important; }

.fast {
  animation-duration: 250ms !important; }

.linear {
  animation-timing-function: linear !important; }

.ease {
  animation-timing-function: ease !important; }

.ease-in {
  animation-timing-function: ease-in !important; }

.ease-out {
  animation-timing-function: ease-out !important; }

.ease-in-out {
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  animation-delay: 300ms !important; }

.long-delay {
  animation-delay: 700ms !important; }

.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.animated.infinite {
  animation-iteration-count: infinite; }

.animated.hinge {
  animation-duration: 2s; }

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  animation-name: fadeIn; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInUpSmall {
  animation-name: fadeInUpSmall; }

.fadeInUp {
  animation-name: fadeInUp; }

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDown {
  animation-name: fadeInDown; }

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    transform: translate3d(0, -5%, 0); }
  to {
    opacity: 1;
    transform: none; } }

.fadeInDownSmall {
  animation-name: fadeInDownSmall;
  animation-duration: 0.7s; }

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  animation-name: zoomIn; }

.fade-hidden {
  transform: translateY(30px);
  opacity: 0; }

.fadeX {
  transition-delay: .7s;
  transition: all .6s ease; }

#reclamo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: #fff; }
  #reclamo.reclamo-small {
    padding: 0; }
  #reclamo .reclamo-contido {
    margin: 0 auto; }
  #reclamo .reclamo-imaxe {
    width: 100%; }
  #reclamo .reclamo-imaxe-mob {
    display: none; }

#reclamo-pechar {
  background: #555555;
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-weight: bold;
  margin: 0; }

@media screen and (max-width: 39.9375em) and (min-width: 22em) {
  body .mobile.reclamo-wrapper  {
    padding-top: 130px !important; }
  body.reclamo-wrapper #reclamo {
    top: 60px; }
  body.reclamo-wrapper #reclamo-pechar {
    display: none; }
  body.reclamo-wrapper #reclamo .reclamo-imaxe {
    display: none !important; }
  body.reclamo-wrapper #reclamo .reclamo-imaxe-mob {
    display: block !important; } }

/*
.declaration-order {
  // Positioning
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;

  // Box-model
  display: block;
  float: right;
  width: 100px;
  height: 100px;

  // Typography
  font: normal 13px "Helvetica Neue", sans-serif;
  line-height: 1.5;
  color: #111;
  text-align: center;

  // Visual
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  border-radius: 3px;

  // Misc
  opacity: 1;
}
*/
/*
 * VARIABLES
 */
/*
 * GENERAL
 */
body {
  /* Box-model */
  margin: 0;
  padding: 0;
  /* Typography */
  font-family: 'Roboto', sans-serif;
  color: #111;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.help-text {
  opacity: 0.5; }

a {
  color: #206A97; }
  a :hover {
    color: #61B5E8; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0rem 1.1875rem;
  border-left: 4px solid #D0021B;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.25rem; }

figure {
  margin: 0; }

.row {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }

.lighter {
  color: #8a8a8a; }

hr {
  border-bottom: 1px solid #eee; }

.invisible {
  display: none; }

.syndication {
  padding: 0; }
  .syndication a {
    color: #206A97; }

.video-youtube {
  width: 100%;
  height: 20rem;
  margin: 2rem 0; }

.ce_youtube {
  margin-top: 1rem; }
  .ce_youtube.portada.lateral {
    position: relative; }
    .ce_youtube.portada.lateral h1, .ce_youtube.portada.lateral h2, .ce_youtube.portada.lateral h3, .ce_youtube.portada.lateral h4, .ce_youtube.portada.lateral h5 {
      color: white;
      position: absolute;
      top: 0;
      width: 100%;
      margin: 0;
      z-index: 2;
      padding: 1rem;
      text-shadow: 1px 1px 2px #222;
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.28) 45%, rgba(0, 0, 0, 0) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 ); }
  .ce_youtube i.fa {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    color: white;
    opacity: 1;
    background: transparent url(../imaxes/play.png) left center no-repeat;
    content: "";
    z-index: 2; }
  .ce_youtube .video-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    margin: 0 0 1rem 0; }
    .ce_youtube .video-youtube img {
      position: absolute;
      top: 0; }
    .ce_youtube .video-youtube iframe, .ce_youtube .video-youtube a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

.ce_download {
  padding: 2rem;
  margin-bottom: 2rem;
  background: aliceblue; }
  .ce_download p.download-element:last-child {
    margin-bottom: 0; }
    .ce_download p.download-element:last-child .size {
      font-size: small;
      font-style: italic; }

.ce_text.block {
  margin-bottom: 1rem; }

/*
 * LATERAL
 */
.lateral h3 {
  /*
      border-left: 4px solid $vermello;
      padding-left: 1.25rem;
      */
  border-bottom: 4px solid #bc2640;
  margin: 0 0 1.25rem 0; }

.banner {
  margin: 1rem 0; }
  .banner img {
    width: 100%; }

.texto-destacado {
  display: block;
  padding: 1rem;
  width: 15rem;
  margin-right: 1rem;
  color: #5F5F5F;
  font-weight: bold;
  line-height: 1.8rem;
  font-size: 1.5rem;
  border-left: 4px solid #C50431; }
  .texto-destacado.esquerda {
    float: left; }
  .texto-destacado.centro {
    width: auto;
    text-align: center;
    padding: 1rem;
    margin: 1rem 0; }
  .texto-destacado.dereita {
    float: right;
    margin: 1rem 0 1rem 1rem; }

blockquote.cita {
  width: 15rem;
  margin: 1rem 0 1rem 1.5rem;
  padding: 1rem 0rem 1rem 2rem;
  position: relative;
  border: none;
  font-weight: bold;
  /*font-style: italic;*/
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #5F5F5F; }
  blockquote.cita.esquerda {
    float: left;
    margin-right: 2rem; }
  blockquote.cita.centro {
    width: auto;
    text-align: center;
    padding: 1rem;
    margin: 1rem 0;
    border-left: 0;
    border-right: 0; }
  blockquote.cita.dereita {
    float: right; }

blockquote.cita:before {
  display: block;
  content: "\201C";
  font-size: 5rem;
  position: absolute;
  left: -1rem;
  top: 2rem;
  color: #5F5F5F;
  font-family: sans-serif; }

blockquote.cita.centro:before {
  display: none; }

blockquote.cita p {
  display: inline; }

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0); }

html.mfp-helper {
  height: 100%; }
  html.mfp-helper body {
    overflow: hidden;
    height: 100%;
    -webkit-transform: translateZ(0); }

header {
  background: white;
  /*font-family: 'Merriweather', serif;*/ }
  header .data-hora {
    font-family: 'Roboto', sans-serif;
    padding: 0.5rem 0.2rem;
    color: white;
    line-height: 1;
    display: inline-block;
    text-transform: lowercase; }

#menu-cabeceira {
  background: #206A97;
  font-size: 0.75rem;
  height: 2rem; }
  #menu-cabeceira a {
    color: #fff; }
    #menu-cabeceira a:hover {
      background: #61B5E8; }
    #menu-cabeceira a i, #menu-cabeceira a i:hover {
      color: white; }
  #menu-cabeceira .menu a, #menu-cabeceira .data-hora {
    padding: 0 0.5rem;
    line-height: 2rem; }
  #menu-cabeceira hr {
    margin: 0; }

#logo-cig {
  margin: 0; }

#logo-avantar {
  margin: 0;
  position: absolute;
  right: 1rem; }

#identidade {
  margin: 0.4rem 0 0.2rem 0;
  max-height: 60px;
  position: relative;
  z-index: 100; }
  #identidade .contido {
    position: relative; }
  #identidade .estrutura {
    width: 50%;
    position: absolute;
    right: 1rem;
    top: 0;
    font-weight: bold;
    color: #61B5E8;
    text-align: right; }
    #identidade .estrutura .estrutura-nome {
      font-size: 2.1rem;
      line-height: 2.1rem;
      letter-spacing: -1px; }

#menu-principal {
  background: #61B5E8;
  z-index: 99;
  width: 100%;
  height: 2.5rem;
  position: relative; }

#main > .inside > .row {
  background: white; }

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
  border-color: #fff transparent transparent; }

#mod-main-nav .submenu {
  display: none; }

.mod_search .formsearch.advanzed {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1rem; }
  .mod_search .formsearch.advanzed input[type="search"], .mod_search .formsearch.advanzed button {
    padding: 0.5rem 1rem;
    height: 3rem;
    margin-bottom: 0; }
  .mod_search .formsearch.advanzed button {
    width: 100%; }
  .mod_search .formsearch.advanzed legend {
    display: none; }
  .mod_search .formsearch.advanzed .radio_container {
    padding: 1rem; }

.mod_search .relevance {
  font-size: medium;
  font-weight: normal;
  font-style: italic;
  color: #8a8a8a; }

.breadcrumbs {
  margin: 0; }
  .breadcrumbs li {
    line-height: 2rem;
    color: #bc2640; }

.cig-nav {
  position: relative; }

.sticky-wrapper.is-sticky .cig-nav, .sticky-wrapper.is-sticky #menu-principal {
  margin-top: 0px; }

.cig-primary-nav > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 !important;
  line-height: 2.5rem;
  /*
  > a {
    font-size: small;
    text-transform: uppercase;
  }*/ }
  .cig-primary-nav > li .has-children {
    position: static; }
  .cig-primary-nav > li.active a.estrela img {
    display: none; }
  .cig-primary-nav > li.active a.estrela img.vermella {
    display: inline-block;
    opacity: 0.7; }
  .cig-primary-nav > li.no-active a.estrela img {
    display: inline-block-blockock;
    opacity: 0.7; }
  .cig-primary-nav > li.no-active a.estrela img.vermella {
    display: none; }
  .cig-primary-nav > li.no-active a.estrela:hover img {
    display: none; }
  .cig-primary-nav > li.no-active a.estrela:hover img.vermella {
    display: inline-block;
    opacity: 0.7; }

.cig-secondary-nav {
  position: static !important;
  height: auto;
  width: 100%;
  overflow: visible;
  clip: auto;
  display: none;
  position: absolute !important;
  right: auto;
  left: 0;
  margin: 0;
  border: 1px solid #61B5E8;
  border-top: none;
  background: white;
  z-index: 102;
  top: 40px;
  padding: 1rem 0 0 0; }
  .cig-secondary-nav h5 {
    padding: 1rem;
    background: #f2f2f2;
    margin: 1rem 0 0 0; }
  .cig-secondary-nav .sep {
    border-right: 1px solid #eee; }
  .cig-secondary-nav li {
    padding: 0;
    background: white; }
    .cig-secondary-nav li a {
      color: #2988c1;
      font-size: small;
      display: block; }
    .cig-secondary-nav li a.titulo {
      padding: 1rem 0.5rem;
      margin-bottom: 1rem;
      display: block;
      background: #f2f2f2;
      color: #555; }
    .cig-secondary-nav li.active {
      background: #206A97; }
      .cig-secondary-nav li.active a {
        color: white; }
      .cig-secondary-nav li.active span {
        color: white; }
  .cig-secondary-nav .level_3 {
    margin: 0; }
    .cig-secondary-nav .level_3 span {
      color: #8a8a8a; }
    .cig-secondary-nav .level_3 li {
      padding: 0.5rem; }
    .cig-secondary-nav .level_3 li:hover {
      background: #2988c1; }
      .cig-secondary-nav .level_3 li:hover a {
        color: white; }
      .cig-secondary-nav .level_3 li:hover span {
        color: white; }

.cig-primary-nav {
  margin: 0;
  list-style-type: none; }
  .cig-primary-nav > li > a {
    display: block;
    padding: 0 1rem 0 1rem;
    line-height: 2.5rem;
    color: #2988c1;
    position: relative; }
  .cig-primary-nav > li:not(.active) > a {
    color: white; }
  .cig-primary-nav li.active.has-children {
    background: white; }
  .cig-primary-nav li:hover {
    background: white; }
    .cig-primary-nav li:hover > a {
      color: #61B5E8; }
  .cig-primary-nav li.has-children:hover > a::after {
    border-color: #2988c1 transparent transparent; }
  .cig-primary-nav li.has-children:hover .cig-secondary-nav {
    display: block;
    height: auto; }
  .cig-primary-nav li.has-children.active > a::after {
    border-color: #2988c1 transparent transparent; }
  .cig-primary-nav li.has-children > a {
    padding: 0 1.5rem 0 0.5rem; }
  .cig-primary-nav li.has-children > a::after {
    border-color: #fff transparent transparent;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: white transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 15px;
    right: 10px;
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .cig-primary-nav li.has-children small {
    padding-left: 12px; }
    .cig-primary-nav li.has-children small a {
      color: #61B5E8; }

.cig-primary-nav.level_1 > li.active, .cig-primary-nav.level_1 > li:hover {
  background: white;
  border-top: 1px solid #61B5E8; }

.is-hidden {
  display: none; }

#mobile-main-nav {
  display: none; }

.slicknav_menu {
  display: none; }

.menu-list {
  margin-bottom: 1rem; }
  .menu-list h3 {
    border-bottom: 4px solid #bc2640;
    margin-bottom: 1rem; }
  .menu-list ul {
    list-style: none;
    margin: 0; }
    .menu-list ul li {
      margin: 0 0 1px 0;
      padding: 0; }
      .menu-list ul li a {
        display: block;
        padding: 0.625rem 1rem;
        background: aliceblue;
        margin-bottom: 1px;
        font-size: small;
        cursor: pointer; }
        .menu-list ul li a:hover {
          background: #206A97;
          color: white; }

@media screen and (max-width: 40em) {
  #logo-cig {
    height: 4rem;
    margin: 1rem 0; }
  #logo-avantar {
    height: 2rem;
    margin-top: 0;
    margin-bottom: 1.5rem; }
  .small-text-center {
    text-align: center; }
  #menu-cabeceira, #menu-principal, #main-menu-sticky-wrapper {
    display: none !important; }
  .slicknav_menu {
    display: block; } }

.slicknav_btn {
  display: inline;
  vertical-align: middle;
  position: absolute;
  top: 5px;
  right: 0;
  padding: 0.438em 0.625em 0.438em 0.625em;
  line-height: 1.125em;
  cursor: pointer; }
  .slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em; }

.slicknav_menu {
  box-shadow: 0 2px 2px 0 rgba(85, 85, 85, 0.23);
  *zoom: 1; }
  .slicknav_menu > img {
    display: inline; }
  .slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left; }
  .slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em; }
  .slicknav_menu .slicknav_no-text {
    margin: 0; }
  .slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
  .slicknav_menu:before {
    content: " ";
    display: table; }
  .slicknav_menu:after {
    content: " ";
    display: table;
    clear: both; }

.slicknav_nav {
  clear: both; }
  .slicknav_nav ul {
    display: block; }
  .slicknav_nav li {
    display: block; }
  .slicknav_nav .slicknav_arrow {
    font-size: 0.8em;
    margin: 0 0 0 0.4em; }
  .slicknav_nav .slicknav_item {
    cursor: pointer; }
    .slicknav_nav .slicknav_item a {
      display: inline; }
  .slicknav_nav .slicknav_row {
    display: block; }
  .slicknav_nav a {
    display: block; }
  .slicknav_nav .slicknav_parent-link a {
    display: inline; }

.slicknav_brand {
  float: left; }

/* THEME */
.slicknav_menu {
  font-size: 16px;
  box-sizing: border-box;
  background: white;
  padding: 5px;
  border-bottom: 1px solid white; }
  .slicknav_menu .invisible {
    display: none; }
  .slicknav_menu * {
    box-sizing: border-box; }
  .slicknav_menu .slicknav_menutxt {
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 3px #8a8a8a; }
  .slicknav_menu .slicknav_icon-bar {
    background-color: white; }

.slicknav_btn {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background-color: white; }

.slicknav_nav {
  color: white;
  margin: 0;
  padding: 0;
  font-size: 0.875em;
  list-style: none;
  overflow: hidden;
  border-top: 1px solid #206A97;
  background: #206A97; }
  .slicknav_nav li.active {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #174c6d;
    color: #89CCF3; }
    .slicknav_nav li.active strong {
      padding: 5px 10px;
      margin: 2px 5px;
      display: block; }
    .slicknav_nav li.active span {
      padding: 5px 10px;
      margin: 2px 5px;
      display: inline-block; }
  .slicknav_nav li:last-child {
    border-bottom: none; }
  .slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0 0 0 20px; }
  .slicknav_nav > ul {
    margin: 0; }
  .slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px; }
    .slicknav_nav .slicknav_row:hover {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background: #174c6d; }
  .slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    color: white;
    text-transform: uppercase; }
    .slicknav_nav a:hover {
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background: #174c6d;
      color: #89CCF3; }
      .slicknav_nav a:hover > a {
        color: #89CCF3; }
  .slicknav_nav .slicknav_txtnode {
    margin-left: 15px; }
  .slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0; }
  .slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0; }

.slicknav_brand {
  color: white;
  font-size: 18px;
  line-height: 30px;
  padding: 7px 12px;
  height: 44px; }

.mod_newsreader h3.titulo {
  border: none; }

.nova h5 {
  font-weight: 400;
  color: #111; }

.nova h3, .nova h3 a {
  color: #111; }

.nova .info {
  font-size: small;
  color: #206A97;
  /*border-bottom: 1px solid $dark;*/
  margin: 0.625rem 0 0.625rem 20px;
  position: relative; }
  .nova .info:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(../imaxes/estrela-cig.png) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 2px; }

.nova h4 {
  margin-bottom: 0;
  line-height: 1.8rem; }
  .nova h4 a {
    color: #000; }
    .nova h4 a:hover {
      color: #206A97; }

.nova p.more {
  font-size: small; }
  .nova p.more a {
    color: #206A97; }
  .nova p.more .invisible {
    display: none; }

.nova div.sep {
  border-bottom: 1px solid #000;
  margin: 1.25rem 0; }

.nova .teaser p {
  margin-bottom: 0; }

.nova .youtube a {
  margin: 0 0 1rem 0;
  overflow: hidden;
  max-height: 15rem;
  line-height: 15rem;
  text-align: center;
  display: block;
  position: relative; }
  .nova .youtube a img {
    width: 100%;
    min-height: 15rem; }
  .nova .youtube a i.fa {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    margin-top: -40px;
    color: white;
    opacity: 1;
    background: transparent url(../imaxes/play.png) left center no-repeat;
    content: ""; }
  .nova .youtube a:hover i.fa {
    background: transparent url(../imaxes/play-hover.png) left center no-repeat;
    opacity: 1; }

.nova.medium-12 .youtube, .nova.destacada.parella .youtube {
  position: relative; }
  .nova.medium-12 .youtube a, .nova.destacada.parella .youtube a {
    max-height: 15rem;
    line-height: 15rem; }
    .nova.medium-12 .youtube a img, .nova.destacada.parella .youtube a img {
      min-height: 15rem; }

.nova.imaxe-destacada .youtube a {
  max-height: 20rem;
  line-height: 20rem; }
  .nova.imaxe-destacada .youtube a img {
    min-height: 20rem; }

.nova.destacada figure {
  margin: 0 0 1rem 0;
  overflow: hidden;
  width: 100%;
  height: 15rem;
  line-height: 15rem;
  text-align: center;
  vertical-align: middle; }
  .nova.destacada figure img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    min-height: 15rem;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    transition: all 0.7s ease; }
  .nova.destacada figure:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }

.nova.destacada.no-transition img {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important; }

.nova.destacada.cartaz figure img {
  height: 15rem;
  width: auto; }

.nova.destacada.imaxe-destacada figure {
  height: 20rem;
  max-height: 20rem;
  line-height: 20rem; }
  .nova.destacada.imaxe-destacada figure img {
    height: 20rem; }

.nova.destacada.imaxe-destacada.cartaz figure img {
  height: 20rem;
  width: auto; }

.nova.destacada.imaxe-destacada.parella figure {
  max-height: 15rem;
  line-height: 15rem; }
  .nova.destacada.imaxe-destacada.parella figure img {
    height: 15rem;
    min-height: 15rem; }

.nova.destacada.imaxe-destacada.parella.cartaz figure img {
  height: 15rem;
  width: auto; }

.nova.destacada.imaxe-destacada.parella.composicion h5 {
  font-size: 1rem;
  font-family: 'Roboto', sans-serif; }

.nova.destacada.titulo-destacado .info {
  margin-top: 0; }

.grella {
  margin-bottom: 100px;
  z-index: 9;
  /*
  span.imaxe {
    width: 100%;
    max-height: 10rem;
    display: block;
    overflow: hidden;
    margin: 0 0 1rem 0;
    figure {
      margin: 0;
      display: inline-block;
      position: relative;
      right: -50%;
      img {
        position: relative;
        min-height: 10rem;
        left: -50%;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease;
        &:hover
        {
          -webkit-transform: scale(1.1,1.1);
          -moz-transform: scale(1.1,1.1);
          -o-transform: scale(1.1,1.1);
          -ms-transform: scale(1.1,1.1);
          transform: scale(1.1,1.1);
        }
      }
    }

  }
  */ }
  .grella span.imaxe {
    width: 100%;
    height: 10rem;
    display: block;
    margin-bottom: 1rem; }
    .grella span.imaxe figure {
      margin: 0;
      width: 100%;
      height: 10rem;
      text-align: center;
      /* ensures the image is always in the h-middle */
      overflow: hidden;
      position: relative; }
      .grella span.imaxe figure img {
        object-fit: cover;
        object-position: center;
        overflow: hidden;
        height: 100%;
        width: 100%; }
  .grella .nova h4 {
    font-size: 1.25rem;
    line-height: 1.5rem; }
  .grella .nova h5 {
    font-size: 1rem;
    line-height: 1.25rem; }
  .grella .nova .youtube a {
    line-height: 10rem;
    max-height: 10rem; }
    .grella .nova .youtube a img {
      min-height: 10rem; }
  .grella .nova.cartaz figure img {
    height: 100%;
    width: auto; }
  .grella div.pagination {
    position: absolute;
    bottom: -100px; }

.pagination ul {
  padding-left: 0.9375rem; }

.pagination p {
  display: none; }

.pagination a,
.pagination button {
  color: #666; }

.pagination .current {
  background: #61B5E8; }

.nova-ollar .imaxe-principal figure {
  margin: 0 0 1rem 0;
  overflow: hidden;
  width: 100%;
  height: 20rem;
  line-height: 20rem;
  text-align: center; }
  .nova-ollar .imaxe-principal figure img {
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    height: 100%;
    width: 100%; }

.nova-ollar.cartaz figure img {
  height: 100%;
  width: auto; }

.nova-ollar p.info {
  color: #206A97;
  /*border-bottom: 1px solid #006CA4;*/
  margin: 1.25rem 0 1.25rem 20px;
  position: relative; }
  .nova-ollar p.info:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: transparent url(../imaxes/estrela-cig.png) left center no-repeat;
    position: absolute;
    left: -20px;
    top: 2px; }

.nova-ollar h4 {
  font-weight: normal; }

.nova-ollar .youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 25rem;
  margin-bottom: 1rem; }
  .nova-ollar .youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#caixa-novas-breves {
  background: #eff8fd;
  padding-bottom: 1.25rem; }
  #caixa-novas-breves h3 {
    padding: 0.45rem 1.25rem;
    margin: 0; }
  #caixa-novas-breves .inner {
    padding: 1.25rem;
    max-height: 40rem;
    overflow: hidden; }

.nova-breve {
  font-size: small; }
  .nova-breve p.info {
    font-size: small;
    color: #91A2AB;
    border-bottom: 1px dotted #C9D7DF;
    margin: 0 0 0.625rem 0; }
    .nova-breve p.info a {
      color: #206A97; }
  .nova-breve p.more {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin-bottom: 0.7rem; }
    .nova-breve p.more .invisible {
      display: none; }
  .nova-breve .teaser {
    margin-top: 1rem; }
    .nova-breve .teaser a {
      color: #111; }
      .nova-breve .teaser a:hover {
        color: #206A97; }
  .nova-breve figure {
    margin: 0.3rem 0;
    padding: 0;
    overflow: hidden;
    max-height: 10rem;
    line-height: 10rem; }
    .nova-breve figure img {
      width: -100%;
      min-height: 10rem; }
  .nova-breve h6 a {
    color: #206A97; }
    .nova-breve h6 a:hover {
      color: #61B5E8; }
  .nova-breve .youtube {
    position: relative; }
    .nova-breve .youtube a {
      line-height: 10rem;
      max-height: 10rem; }
      .nova-breve .youtube a:before {
        left: 50%;
        top: 50%;
        width: 70px;
        height: 70px;
        content: "\25ba";
        display: block;
        position: absolute;
        color: white;
        text-align: center;
        font-size: 3rem;
        line-height: 3rem;
        border-radius: 50%;
        padding: 0.8rem 1.2rem;
        margin: -35px 0 0 -35px; }
      .nova-breve .youtube a img {
        min-height: 10rem; }
  .nova-breve.cartaz figure img {
    height: 10rem;
    width: auto; }

.nova-relacionada {
  margin-bottom: 0.5rem; }
  .nova-relacionada p.info {
    border-bottom: 1px solid #ddd;
    font-size: small;
    color: #111;
    margin: rem 0 1rem 0; }
    .nova-relacionada p.info a {
      color: #111; }
  .nova-relacionada p.more {
    font-size: 0.75rem;
    line-height: 1.2rem;
    margin-bottom: 0.7rem; }
    .nova-relacionada p.more .invisible {
      display: none; }
  .nova-relacionada figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 5rem;
    width: 100%;
    line-height: 5rem; }
    .nova-relacionada figure img {
      object-fit: cover;
      object-position: center;
      overflow: hidden;
      height: 100%;
      width: 100%; }
  .nova-relacionada h6 {
    font-family: 'Hind', sans-serif;
    margin: 0; }
    .nova-relacionada h6 a {
      color: #111; }
      .nova-relacionada h6 a:hover {
        color: #206A97; }
  .nova-relacionada .youtube {
    position: relative; }
    .nova-relacionada .youtube a {
      line-height: 5rem;
      max-height: 5rem; }
      .nova-relacionada .youtube a:before {
        left: 50%;
        top: 50%;
        width: 50px;
        height: 50px;
        content: "\25ba";
        display: block;
        position: absolute;
        color: white;
        text-align: center;
        font-size: 3rem;
        line-height: 3rem;
        border-radius: 50%;
        padding: 0.8rem 1.2rem;
        margin: -35px 0 0 -35px; }
      .nova-relacionada .youtube a img {
        min-height: 5rem; }

#caixa-novas-opinion, .caixa-novas {
  padding: 0;
  background: #f2f5f7;
  margin-top: 1.25rem; }
  #caixa-novas-opinion h3, .caixa-novas h3 {
    padding: 0.625rem 1.25rem;
    margin: 0 0 1.25rem 0; }

.novas-opinion {
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid #E5E5E5; }
  .novas-opinion:hover {
    background: #eee; }
  .novas-opinion a:hover {
    color: #206A97; }
  .novas-opinion .meta {
    color: #555 !important; }
    .novas-opinion .meta em:hover, .novas-opinion .meta time:hover {
      color: #555 !important; }
  .novas-opinion figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    line-height: 5rem;
    width: 100%;
    height: 5rem;
    /*
    img {
      width: -100%;
      min-height: 5rem;
    }
    */ }
    .novas-opinion figure img {
      object-fit: cover;
      object-position: center;
      overflow: hidden;
      height: 100%;
      width: 100%; }
  .novas-opinion h6 {
    font-family: 'Hind', sans-serif;
    color: #206A97; }

.opinion .callout figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
  max-height: 10rem;
  line-height: 10rem; }
  .opinion .callout figure img {
    width: 100%;
    min-height: 10rem; }

.mod_tagcloud {
  margin: 1.25rem 0; }
  .mod_tagcloud .reset {
    float: left;
    display: inline-block;
    padding: 0.1rem 0.5rem;
    font-size: small; }
  .mod_tagcloud .cloud {
    float: left;
    list-style: none;
    padding: 0;
    margin: 0; }
    .mod_tagcloud .cloud li {
      display: inline-block;
      padding: 0.1rem 0.5rem;
      font-size: small;
      cursor: pointer;
      border-radius: 2px;
      border: 1px solid #ddd;
      margin: 0 5px 10px 0; }
      .mod_tagcloud .cloud li a {
        color: #666; }
        .mod_tagcloud .cloud li a:hover {
          color: #006CA4; }
      .mod_tagcloud .cloud li.active {
        font-weight: bold;
        background: #006CA4; }
        .mod_tagcloud .cloud li.active a {
          color: white; }

.tag-chain {
  list-style: none;
  padding: 0 4px 4px 4px;
  margin: 0 0 -0.625rem 0;
  text-align: right;
  background: #f8f8f8; }
  .tag-chain .tag-chain-item {
    display: inline-block;
    padding: 0.1rem 0.4rem;
    font-size: 0.625rem;
    cursor: pointer;
    border-radius: 2px;
    border: 1px solid #ddd;
    background: white; }
    .tag-chain .tag-chain-item a {
      color: #666; }
      .tag-chain .tag-chain-item a:hover {
        color: #006CA4; }

.lightbox-download {
  border-top: 1px solid #eee;
  margin-top: 0.8rem;
  padding: 0.8rem;
  text-align: center; }
  .lightbox-download a {
    padding: 0.6rem 0.8rem;
    line-height: 2rem;
    background: #eee;
    color: #555;
    border-radius: 50%; }
    .lightbox-download a:hover {
      background: #006CA4;
      color: white; }
      .lightbox-download a:hover i {
        color: white; }

.featherlight .featherlight-close-icon {
  line-height: 50px;
  width: 50px;
  color: #555;
  font-size: 1.5rem; }
  .featherlight .featherlight-close-icon:hover {
    color: #006CA4; }

.featherlight .featherlight-content {
  padding-top: 50px; }

.featherlight:last-of-type {
  background: rgba(0, 0, 0, 0.5); }

.featherlight-next, .featherlight-previous {
  top: 50px;
  bottom: 71px; }

.featherlight-next:hover, .featherlight-previous:hover {
  background: rgba(0, 0, 0, 0.25);
  color: white; }
  .featherlight-next:hover span, .featherlight-previous:hover span {
    text-shadow: none; }

.input-group-button .button {
  border-radius: 0; }

.button {
  background: #61B5E8; }
  .button:hover {
    background: #206A97; }
    .button:hover i {
      color: white; }

.button.relieve, .button.canto, p.back a.button {
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset; }
  .button.relieve:hover, .button.canto:hover, p.back a.button:hover {
    box-shadow: none; }

.button.full-width {
  display: block;
  padding: 1rem 0; }

.button.dark {
  background: #206A97; }
  .button.dark:hover {
    background: #61B5E8; }
  .button.dark span, .button.dark i {
    color: rgba(255, 255, 255, 0.85); }

.button.press {
  text-shadow: 0 -1px 0 #1d86c6;
  box-shadow: inset 0 -3px 0 0 #1d86c6;
  border-radius: 3px;
  border: none; }
  .button.press:hover {
    text-shadow: 0 -1px 0 #174c6d;
    box-shadow: inset 0 -3px 0 0 #174c6d; }

.input-group-button .button {
  height: 2.4375rem; }

.button.hollow.secondary {
  border: 1px solid #ddd;
  color: #666; }
  .button.hollow.secondary i:hover {
    color: #666; }

.button.secondary {
  background: #f2f2f2;
  color: #555; }
  .button.secondary:hover {
    color: #FFF;
    background: #999; }

.button.alert {
  background: #bc2640; }

.button.warning:hover {
  background: #ffa12f; }

.button.alternative {
  background: #6292ae; }
  .button.alternative:hover {
    background: #4b7892; }

.button.hollow {
  background: white; }

.menu.expanded > li:last-child  > a.button {
  margin-right: 0; }

.mod_newscategories {
  margin: 2rem 0;
  padding: 0; }

.nav-categories {
  margin: 0 0 0 1rem;
  padding-left: 0.5rem; }
  .nav-categories.level_1 {
    margin: 0;
    padding: 0; }
    .nav-categories.level_1 > li {
      border-left: none; }
      .nav-categories.level_1 > li:before {
        border: none; }
      .nav-categories.level_1 > li > .category-title {
        background: aliceblue;
        line-height: 1.6rem;
        padding-left: 25px; }
      .nav-categories.level_1 > li:last-child:before {
        background: aliceblue; }
      .nav-categories.level_1 > li > input + ul {
        background: url(../imaxes/toggle-plus.png) 4px 7px no-repeat; }
      .nav-categories.level_1 > li > input:checked + ul {
        background: url(../imaxes/toggle-minus.png) 4px 7px no-repeat; }
  .nav-categories li {
    list-style: none;
    position: relative;
    border-left: 1px dotted #555;
    border-bottom: 2px solid white; }
    .nav-categories li span.checkbox {
      display: none; }
    .nav-categories li input {
      position: absolute;
      left: 4px;
      margin-left: 0;
      z-index: 2;
      cursor: pointer;
      height: 1em;
      width: 1em;
      top: 12px;
      opacity: 0; }
    .nav-categories li input + ul {
      margin: 0;
      padding: 0;
      padding-left: 1.3rem;
      padding-top: 2rem;
      margin-top: -2rem;
      background: url(../imaxes/toggle-plus.png) 3px 8px no-repeat;
      height: 1rem;
      overflow: hidden; }
    .nav-categories li input:checked + ul {
      background: url(../imaxes/toggle-minus.png) 3px 8px no-repeat;
      height: auto; }
    .nav-categories li span.quantity {
      padding-left: 0.5rem;
      color: #666; }
    .nav-categories li a {
      font-size: small; }
      .nav-categories li a .quantity {
        font-size: small;
        color: #666; }
    .nav-categories li .category-title {
      padding: 5px 5px 5px 20px;
      margin: 0;
      background: white; }
      .nav-categories li .category-title.active {
        background: #206A97; }
    .nav-categories li.active span {
      color: white;
      font-size: small;
      font-weight: bold; }
    .nav-categories li.active span.quantity {
      color: #666;
      font-weight: normal; }
      .nav-categories li.active span.quantity.active {
        color: #fff; }
    .nav-categories li:before {
      content: "";
      display: block;
      width: 5px;
      /* same with indentation */
      height: 0;
      border-top: 1px dotted #555;
      top: 1rem;
      margin-top: 1px;
      position: absolute;
      left: 0; }
  .nav-categories li:last-child:before {
    background: white;
    top: 1rem;
    bottom: 0;
    height: auto;
    left: -1px; }
  .nav-categories li.active:last-child:before {
    background: #206A97;
    left: 0; }

:focus {
  outline-color: transparent !important;
  outline-style: none !important; }

.hidden {
  display: none !important; }

.transparent {
  opacity: 0; }

.full-width {
  display: block;
  width: 100%; }

.text-small {
  font-size: small; }
  .text-small p {
    font-size: small !important; }

.text-danger {
  color: #D0021B; }

.inline-block {
  display: inline-block; }

.no-margin {
  margin: 0 !important; }

.no-margin-v {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

.no-margin-h {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.mtop-1 {
  margin-top: 1rem; }

.mtop-2 {
  margin-top: 2rem; }

.mtop-3 {
  margin-top: 2rem; }

.mtop-4 {
  margin-top: 4rem; }

.mtop-4r {
  margin-top: 4rem; }

.mbot-1 {
  margin-bottom: 1rem; }

.mbot-2 {
  margin-bottom: 2rem; }

.no-padding {
  padding: 0 !important; }

.no-padding-h {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.no-padding-v {
  padding-top: 0;
  padding-bottom: 0; }

.no-list-style {
  list-style: none; }

.shadow {
  box-shadow: 0 0 40px 0 #e5e5e5; }

.shadow-img img {
  box-shadow: 0 0 50px 0 #868686; }

.brillo:before {
  content: "\A";
  border-style: solid;
  border-width: 306px 306px 306px 0;
  border-color: rgba(255, 255, 255, 0.3) transparent transparent transparent;
  position: absolute;
  left: 0; }

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  line-height: 1.5rem;
  /* fallback */
  max-height: 4.5rem;
  /* fallback */
  min-height: 4.5rem;
  height: 4.5rem;
  margin-bottom: 1rem; }

.loading {
  width: 28px;
  margin: 0 auto; }

.loading-bar {
  display: inline-block;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  animation: loading 1s ease-in-out infinite;
  background-color: #3498db; }
  .loading-bar.white {
    background-color: #FFF; }

.loading-bar:nth-child(1) {
  animation-delay: 0; }

.loading-bar:nth-child(2) {
  animation-delay: 0.09s; }

.loading-bar:nth-child(3) {
  animation-delay: .18s; }

.loading-bar:nth-child(4) {
  animation-delay: .27s; }

@keyframes loading {
  0% {
    transform: scale(1); }
  20% {
    transform: scale(1, 2.2); }
  40% {
    transform: scale(1); } }

/* source: http://simplesharingbuttons.com/ */
.compartir-redes {
  z-index: 98;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.9); }

.compartir-redes > ul.simpleflat > li > a {
  width: 24px;
  height: 24px;
  background-image: url("../imaxes/syndication.png"); }

.compartir-redes > ul {
  list-style-type: none;
  margin: 0px -4px;
  padding: 0.5rem 0 0 0;
  list-style: none; }
  .compartir-redes > ul li {
    display: inline-block; }
    .compartir-redes > ul li a {
      margin: 4px;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-indent: 100%;
      background-repeat: no-repeat;
      background-position: center; }

.compartir-redes > ul.simpleflat > li > a.facebook {
  background-position: -30px 0; }

.compartir-redes > ul.simpleflat > li > a.twitter {
  background-position: -120px 0; }

.compartir-redes > ul.simpleflat > li > a.gplus {
  background-position: -60px 0; }

.compartir-redes > ul.simpleflat > li > a.linkedin {
  background-position: -90px 0; }

.compartir-redes > ul.simpleflat > li > a.xing {
  background-position: -150px 0; }

.compartir-redes > ul.simpleflat > li > a.mail {
  background-position: 0 0; }

.compartir-redes > ul.simpleflat > li > a.tumblr {
  background-position: -180px 0; }

.compartir-redes > ul.simpleflat > li > a.pinterest {
  background-position: -210px 0; }

.compartir-redes > ul.simpleflat > li > a.reddit {
  background-position: -240px 0; }

.compartir-redes > ul.simpleflat > li > a.pdf {
  background-position: -270px 0; }

.compartir-redes > ul.simpleflat > li > a.print {
  background-position: -300px 0; }

.compartir-redes > ul.simpleflat > li > a.whatsapp {
  background-image: url("../imaxes/whatsapp.png"); }

.ce_gallery {
  padding: 1rem;
  margin-bottom: 1rem;
  background: #f9f9f9; }
  .ce_gallery h1, .ce_gallery h2, .ce_gallery h3, .ce_gallery h4, .ce_gallery h5, .ce_gallery h6 {
    font-size: 1rem;
    color: #888;
    padding-bottom: 0.5rem; }
  .ce_gallery ul {
    display: inline-block;
    clear: both;
    margin: 1rem 0; }
  .ce_gallery li {
    display: block;
    float: left;
    width: 25%; }
  .ce_gallery figure {
    margin: 0 1rem 1rem 0;
    overflow: hidden;
    max-height: inherit;
    line-height: inherit;
    border: 1px solid #eee;
    padding: 5px;
    transition: background-color 0.5s ease-out;
    background: white; }
    .ce_gallery figure:hover {
      background-color: #4ae;
      transition: none; }
    .ce_gallery figure a {
      transition: background-color 0.5s ease-out; }
      .ce_gallery figure a:hover {
        background-color: #4ae;
        transition: none; }
    .ce_gallery figure img {
      margin: 0; }
  .ce_gallery div.columns figure {
    margin: 0;
    margin-bottom: 1rem; }

.button-gallery {
  font-size: small;
  margin-top: -0.5rem;
  display: block;
  float: right;
  color: #666; }

.ce_gallery.vertical .thumbnail, .ce_gallery.vertical img {
  width: 100%; }

.accordion {
  border: none; }
  .accordion > li {
    border: 1px solid rgba(32, 106, 151, 0.2);
    margin-bottom: 0.5rem; }
  .accordion .accordion-content {
    border-bottom: none;
    font-size: 0.9rem; }
  .accordion .accordion-title {
    color: #206A97;
    border-bottom: none;
    transition: all 0.5s ease;
    font-size: 1rem;
    padding-right: 2.4rem; }
    .accordion .accordion-title:hover {
      background: #f2f5f7;
      font-weight: bold;
      padding-left: 2rem; }
    .accordion .accordion-title:focus {
      background: none; }
    .accordion .accordion-title::before {
      border: 1px solid;
      padding: 2px 6px;
      border-radius: 50%; }
  .accordion .is-active .accordion-title {
    color: #bc2640;
    border-bottom: 1px dotted #d1e0e9;
    font-weight: bold; }
    .accordion .is-active .accordion-title::before {
      padding: 2px 5px; }

.menu-vertical {
  margin-bottom: 1rem; }
  .menu-vertical ul {
    list-style: none;
    margin: 0; }
    .menu-vertical ul li {
      padding: 0.5rem 1rem;
      margin-bottom: 5px;
      background: #f9f9f9;
      position: relative; }
      .menu-vertical ul li a, .menu-vertical ul li span {
        line-height: 1; }
      .menu-vertical ul li:hover {
        background: #E7F9FF; }
      .menu-vertical ul li.active {
        background: #E7F9FF;
        border: 1px solid #cef3ff; }
      .menu-vertical ul li.active:before {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        margin-top: -0.75rem; }

.menu-seccion ul {
  margin: 0;
  list-style: none; }
  .menu-seccion ul li {
    padding: 0;
    margin-bottom: 0.5rem;
    border: 1px solid rgba(32, 106, 151, 0.2); }
    .menu-seccion ul li a {
      padding: 0.72rem;
      display: block; }
    .menu-seccion ul li:hover {
      background: #2988c1; }
      .menu-seccion ul li:hover a {
        color: white;
        text-shadow: 0 -1px 0 #206A97; }
        .menu-seccion ul li:hover a:hover span {
          color: white;
          text-shadow: 0 -1px 0 #206A97; }
    .menu-seccion ul li.active {
      background: #206A97;
      color: white; }
      .menu-seccion ul li.active span {
        padding: 0.72rem;
        display: block; }
      .menu-seccion ul li.active strong {
        padding: 0.72rem;
        display: block;
        text-shadow: 0 -1px 0 #206A97; }

.form-inline .button {
  height: 2.4375rem; }

.form-section {
  display: block;
  background: #61B5E8;
  color: white;
  padding-left: 5px; }

.form-subsection {
  display: block;
  background: transparent;
  color: #bc2640;
  padding-left: 5px; }

.input-underline {
  border: none;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px solid #333; }

table {
  width: 100%; }
  table .button {
    margin: 0; }

.callout.text-small p {
  font-size: small; }

.callout {
  border-color: transparent; }

.callout.border {
  border-color: #e6e6e6; }

.callout.secondary {
  background-color: #f2f5f7;
  color: #37474f; }

.callout.primary {
  background-color: aliceblue;
  color: #206A97; }

.callout.cig {
  border-top: 1px solid #bc2640; }

.callout.destacado {
  background: #f8f8f8;
  border: none;
  border-bottom: 4px solid #bc2640; }

.callout.alert {
  border: none;
  background: #bc2640;
  color: white; }

.callout .firma {
  font-size: small;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px; }

.callout .etiquetas {
  margin-bottom: 10px; }
  .callout .etiquetas .label {
    margin-bottom: 4px; }

.cadro {
  padding: 1rem;
  margin-bottom: 1rem; }
  .cadro h1, .cadro h2, .cadro h3, .cadro h4, .cadro h5 {
    font-weight: bold; }
  .cadro.simple {
    border: 1px solid #eee; }
  .cadro.sombra {
    box-shadow: 0px 2px 20px rgba(85, 85, 85, 0.15); }
  .cadro.gris {
    background: #f0f0f0; }
  .cadro.dereita {
    float: right;
    margin: 1rem 0 1rem 1rem;
    width: 20rem; }
  .cadro.esquerda {
    float: left;
    margin: 1rem 1rem 1rem 0;
    width: 20rem; }

.alert-box {
  padding: 15px;
  margin-bottom: 1rem;
  border: 1px solid transparent; }
  .alert-box > p,
  .alert-box > ul {
    margin-bottom: 0; }
  .alert-box > p + p {
    margin-top: 5px; }
  .alert-box a {
    color: #00A8FF; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 35px; }
  .alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit; }

.alert-success {
  background-color: #F1FFEB;
  border-color: #dfffd2;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #cdffb8; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #F5F9FC;
  border-color: #dae9f4;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #c6ddee; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7ecb5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger {
  background-color: #FFF1F1;
  border-color: #ffd8d8;
  color: #a94442; }
  .alert-danger hr {
    border-top-color: #ffbebe; }
  .alert-danger .alert-link {
    color: #843534; }

.panel {
  margin-bottom: 1rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .panel .panel-heading {
    background-color: #f2f5f7;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: bold; }
  .panel .panel-body {
    padding: 15px; }
  .panel table {
    margin: 0; }
  .panel dl {
    padding: 15px;
    border-top: 1px solid #e6e6e6; }
    .panel dl dt {
      border-top: 1px solid #e6e6e6; }
    .panel dl dd {
      margin-bottom: 0.5rem; }
  .panel.default {
    border-color: #61B5E8; }
    .panel.default .panel-heading {
      background-color: #61B5E8;
      color: white; }
  .panel.destacado {
    border-color: #bc2640; }
    .panel.destacado .panel-heading {
      background-color: #bc2640;
      color: white; }

.panel-multimedia h4 {
  line-height: 2rem; }

.panel-multimedia .ce_text {
  font-size: small; }

h1.ce_headline, h2.ce_headline, h3.ce_headline {
  margin-bottom: 2rem; }
  h1.ce_headline span, h2.ce_headline span, h3.ce_headline span {
    display: inline-block;
    border-bottom: 4px solid #D0021B; }

h2.ce_headline span {
  padding: 0rem; }

h3.ce_headline span {
  padding: 0rem; }

h4.seccion {
  font-weight: normal;
  padding: 0.5rem;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 1rem; }

.block [class^="mod_"] > h3 {
  border-bottom: 4px solid #D0021B;
  margin-bottom: 1rem; }

.orbit-bullets button {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0.1rem;
  background-color: #e6e6e6;
  border-radius: 50%; }

.orbit-bullets button.is-active {
  background-color: #006CA4; }

.orbit-slide {
  height: 100%; }
  .orbit-slide .orbit-image {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.gallery-container {
  margin-bottom: 1rem; }

.orbit-icon {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 90; }

.orbit-caption {
  background-color: rgba(10, 10, 10, 0.7); }

.grella .orbit-icon {
  top: 0.5rem;
  right: 1.5rem; }

fieldset.multimedia {
  background: #f2f2f2;
  margin-bottom: 2rem; }
  fieldset.multimedia legend {
    margin-bottom: 0.5rem;
    margin-left: 15px;
    padding: 2px 15px;
    background: #D0021B;
    color: white; }

.fieldset.danger {
  border: none;
  background: #f8f8f8; }
  .fieldset.danger > legend {
    background: #bc2640;
    color: white; }

.fieldset.secondary {
  background: white; }
  .fieldset.secondary > legend {
    background: #8a8a8a;
    color: white; }

legend.legend-subsection {
  background: #e9e9e9;
  color: #D0021B;
  font-size: small;
  width: 100%;
  margin: 0;
  margin-bottom: 0.5rem; }

.listaxe-documentos .documento .menu > li.download-element {
  display: block; }
  .listaxe-documentos .documento .menu > li.download-element a.button:hover {
    background: #2199e8;
    color: white;
    border-color: #2199e8; }

.listaxe-documentos .documento .descargas {
  margin-top: 1rem; }

.documento h5 {
  text-align: center; }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .documento h5 {
    font-size: 1rem; } }

.highlight {
  background-color: yellow; }

.buscador-novas {
  margin-bottom: 1rem; }
  .buscador-novas p {
    font-size: small;
    margin: 0 0 0.5rem 0;
    padding: 0; }
  .buscador-novas input {
    color: #7E7E7E;
    font-style: italic;
    margin: 0;
    border-color: #d5d5d5;
    border-right: none;
    box-shadow: none;
    font-size: small; }
    .buscador-novas input:focus {
      border-color: #d5d5d5;
      border-right: none;
      box-shadow: inset 0 0px 4px rgba(97, 181, 232, 0.5); }
  .buscador-novas .buscar-novas-resultado {
    display: none; }
  .buscador-novas button {
    border-color: #d5d5d5;
    border-left: none; }
  .buscador-novas .button.secondary:hover, .buscador-novas .button.secondary:focus {
    background: #206A97; }
  .buscador-novas.active {
    background-color: #f2f2f2; }
    .buscador-novas.active input, .buscador-novas.active button {
      border-color: #206A97; }
    .buscador-novas.active .help-text {
      color: #31708f;
      opacity: 0.7; }
    .buscador-novas.active .button.secondary {
      background: #206A97;
      color: white; }
    .buscador-novas.active .buscar-novas-resultado {
      display: block; }
  .buscador-novas .busca-avanzada {
    font-weight: bold;
    text-transform: uppercase; }
  .buscador-novas .buscar-novas-suxerencias {
    display: none;
    font-size: small;
    font-style: italic;
    padding-bottom: .9375rem; }
    .buscador-novas .buscar-novas-suxerencias .suxerencia {
      display: inline-block;
      padding: 0.1rem 0.4rem;
      font-size: smaller;
      cursor: pointer;
      border-radius: 2px;
      border: 1px solid rgba(32, 106, 151, 0.22);
      background: white;
      text-decoration: none;
      margin: 0 2px 2px 0; }
  .buscador-novas .buscar-novas-avanzado {
    padding-top: .9375rem;
    border-top: 1px solid #ddd; }
  .buscador-novas #buscar-novas-total {
    color: #206A97;
    font-style: italic; }

.nova-ollar.documento ul.enclosure {
  margin: 1rem 0;
  list-style: none; }
  .nova-ollar.documento ul.enclosure a {
    font-size: small; }
    .nova-ollar.documento ul.enclosure a:hover {
      text-decoration: underline; }

ul.enclosure {
  list-style: none;
  margin: 0; }
  ul.enclosure li.download-element {
    margin-bottom: 1rem; }
    ul.enclosure li.download-element a {
      display: block;
      font-size: 0.75rem;
      padding: 0.85em 1em;
      background: aliceblue; }
      ul.enclosure li.download-element a .size {
        opacity: 0.5; }
      ul.enclosure li.download-element a:hover {
        background: #206A97;
        color: white; }

footer, #footer {
  background: #206A97;
  font-size: small;
  margin-top: 1rem; }
  footer .pe-paxina-contido, #footer .pe-paxina-contido {
    padding: 2rem 0; }
    footer .pe-paxina-contido .sep, #footer .pe-paxina-contido .sep {
      border-left: 1px solid rgba(137, 204, 243, 0.5);
      border-right: 1px solid rgba(137, 204, 243, 0.5); }
    footer .pe-paxina-contido .menu a, #footer .pe-paxina-contido .menu a {
      color: #89CCF3; }
    footer .pe-paxina-contido .menu a:hover, #footer .pe-paxina-contido .menu a:hover {
      color: #fff;
      text-decoration: underline; }
      footer .pe-paxina-contido .menu a:hover i, #footer .pe-paxina-contido .menu a:hover i {
        color: #fff; }
    footer .pe-paxina-contido .menu img, #footer .pe-paxina-contido .menu img {
      display: block; }
  footer .pe-paxina-legal, #footer .pe-paxina-legal {
    background: #174c6d;
    color: #C0E7FF; }
    footer .pe-paxina-legal p, #footer .pe-paxina-legal p {
      margin: 0;
      padding: 0.9375rem 0; }

.dropdown.menu.dark {
  background: #206A97;
  margin-bottom: 1rem; }
  .dropdown.menu.dark li {
    background: #206A97;
    border-top: 1px solid #22709f;
    border-bottom: 1px solid #1e648f;
    color: white; }
    .dropdown.menu.dark li a {
      color: white;
      font-size: small; }
      .dropdown.menu.dark li a:hover {
        background: #174c6d; }
        .dropdown.menu.dark li a:hover span {
          color: white; }
    .dropdown.menu.dark li.active strong {
      padding-right: 1.5rem;
      position: relative;
      display: block;
      padding: 0.7rem 1rem;
      line-height: 1;
      font-size: small;
      text-decoration: underline; }
  .dropdown.menu.dark .submenu {
    border: 1px solid #174c6d;
    z-index: 5; }
  .dropdown.menu.dark .is-dropdown-submenu-parent {
    display: block;
    text-align: left;
    border-right: 1px solid #1e648f;
    border-left: 1px solid #22709f; }
    .dropdown.menu.dark .is-dropdown-submenu-parent.is-active {
      background: #174c6d;
      border-right: none;
      border-left: none; }

.dropdown.menu.submenu-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow > a::after {
  right: 10px; }

.mod_calendar {
  margin: 1rem 0;
  font-size: small;
  font-size: small;
  padding: 1px; }
  .mod_calendar.mini {
    padding: 1rem;
    border: 1px solid #e6e6e6; }

table.minicalendar {
  width: 100%;
  margin: 0; }
  table.minicalendar tbody tr:nth-child(even) {
    background-color: white; }
  table.minicalendar thead, table.minicalendar tfoot {
    background: white;
    color: #0a0a0a; }

table.minicalendar .invisible {
  display: none; }

table.minicalendar th.label {
  background: white;
  display: table-cell;
  padding: 4px 0;
  margin: 0; }

table.minicalendar td, table.minicalendar th {
  display: table-cell;
  color: #555;
  text-align: center;
  padding: 4px 0;
  border: 1px solid white; }

table.minicalendar td.weekend {
  background: #f2f5f7; }

table.minicalendar td.days.active {
  background: #bc2640; }

table.minicalendar td.days.active a {
  color: #fff; }

table.minicalendar th.head.current {
  color: #bc2640; }

/* FULL CALENDAR */
table.calendar {
  border: none;
  margin: 0; }
  table.calendar th.current {
    text-align: center; }
  table.calendar th.label {
    display: table-cell;
    width: 14.28%;
    padding: 1rem;
    background: transparent;
    color: #333; }
  table.calendar td {
    padding: 1rem; }
  table.calendar tbody tr:nth-child(even) {
    background-color: #fff; }
  table.calendar th, table.calendar td {
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #e6e6e6;
    vertical-align: top; }
  table.calendar td.empty {
    background: #F9F9F9; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: left; }

/* Small only */
@media screen and (max-width: 21.9375em) {
  body {
    padding-top: 62px; }
  #header {
    background: #61B5E8; }
  #identidade {
    max-height: none;
    background: white;
    height: 30px; }
    #identidade #logo-cig {
      height: 30px;
      margin: 0; }
    #identidade #logo-avantar {
      height: 42px; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: none; }
  #menu-cabeceira, #menu-principal, #main-menu-sticky-wrapper {
    display: none !important; }
  #redes-sociais-mobil.hide {
    display: inline-block !important; }
    #redes-sociais-mobil.hide a {
      padding: 0.5rem 1rem; }
      #redes-sociais-mobil.hide a:first-child {
        padding-left: 0; }
  .slicknav_menu {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200; }
  .sticky-wrapper.is-sticky .compartir-redes {
    top: 62px; }
  .nova.destacada.imaxe-destacada figure {
    max-height: 12em;
    line-height: 12em; }
  .nova.destacada.imaxe-destacada figure img {
    height: 12em;
    min-height: 12em; }
  #novas-avantar .nova {
    background: #f2f2f2;
    padding-top: .9375rem;
    padding-bottom: .9375rem;
    margin-bottom: 1rem; }
    #novas-avantar .nova h4 {
      font-size: 1.5rem; }
  .pagination li.pagination-next, .pagination li.current {
    display: inline-block; }
  .pagination li.last {
    display: none; } }

/* Small only */
@media screen and (min-width: 22em) and (max-width: 39.9375em) {
  body {
    padding-top: 62px; }
  #header {
    background: #61B5E8; }
  #identidade {
    max-height: none;
    background: white;
    height: 40px;
    margin-top: 1rem; }
    #identidade .estrutura {
      width: 55%; }
      #identidade .estrutura .estrutura-nome {
        font-size: 1rem;
        line-height: 1rem; }
    #identidade #logo-cig {
      height: 40px;
      margin: 0; }
    #identidade #logo-avantar {
      height: 56px; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: none; }
  #menu-cabeceira, #menu-principal, #main-menu-sticky-wrapper {
    display: none !important; }
  .slicknav_menu {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200; }
  .mod_breadcrumb {
    display: none; }
  .grella span.imaxe {
    max-height: none;
    height: 15rem; }
  .grella span.imaxe figure {
    right: auto;
    width: 100%;
    height: 15rem; }
    .grella span.imaxe figure img {
      left: auto;
      width: 100%; }
  .grella .nova .youtube a {
    line-height: 15rem;
    max-height: 15rem; }
    .grella .nova .youtube a img {
      min-height: 15rem; }
  .nova.destacada.imaxe-destacada figure {
    max-height: 15em;
    line-height: 15em; }
  .nova.destacada.imaxe-destacada figure img {
    height: 15em;
    min-height: 15em; }
  #novas-avantar {
    padding: 0.9375rem; }
    #novas-avantar .nova {
      padding: 0.9375rem;
      background: #f2f2f2;
      margin-bottom: 0.9375rem; }
      #novas-avantar .nova .sep {
        display: none; }
      #novas-avantar .nova h4 {
        font-size: 1.5rem; }
  .pagination li.pagination-next, .pagination li.current {
    display: inline-block; }
  #redes-sociais-mobil.hide {
    display: inline-block !important; }
    #redes-sociais-mobil.hide a {
      padding: 0.5rem 1rem; }
      #redes-sociais-mobil.hide a:first-child {
        padding-left: 0; }
  #convenios table {
    font-size: small; }
    #convenios table tbody th, #convenios table tbody td {
      padding: .25rem .25rem .25rem; } }

/* Medium and down */
@media screen and (max-width: 50em) {
  #identidade {
    margin-top: 0; }
  #logo-cig {
    opacity: 0;
    width: 107px;
    height: 32px;
    margin: 5px; }
  #logo-avantar {
    margin-bottom: 0;
    opacity: 0; } }

/* Medium and up */
@media screen and (min-width: 40em) {
  .ce_text .image_container.float_left {
    width: 50%;
    height: auto;
    line-height: 0;
    margin: 0 1.5rem 1rem 0;
    float: left; }
  .ce_text .image_container.float_right {
    width: 50%;
    height: auto;
    line-height: 0;
    margin: 0 0 1rem 1.5rem;
    float: right; } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  body {
    padding-top: 62px; }
  #header {
    background: #61B5E8; }
  #identidade {
    max-height: none;
    background: white;
    height: 62px; }
  #redes-sociais-mobil.hide {
    display: inline-block !important; }
    #redes-sociais-mobil.hide a {
      padding: 0.5rem 1rem; }
      #redes-sociais-mobil.hide a:first-child {
        padding-left: 0; }
  #container {
    margin-top: 1rem; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: none; }
  #menu-cabeceira, #menu-principal, #main-menu-sticky-wrapper {
    display: none !important; }
  .slicknav_menu {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200; }
  .sticky-wrapper.is-sticky .compartir-redes {
    top: 62px; }
  .mod_breadcrumb {
    display: none; }
  .pagination li.pagination-next, .pagination li.current {
    display: inline-block; }
  .nova.destacada.imaxe-destacada.parella figure {
    max-height: 8rem;
    line-height: 8rem; }
  .nova.destacada.imaxe-destacada.parella figure img {
    height: 8rem;
    min-height: 8rem; }
  .nova h5 {
    font-size: 1.0625rem; }
  .nova h4 {
    font-size: 1.25rem;
    line-height: 1.6rem; }
  .grella span.imaxe figure, .grella span.imaxe {
    height: 8rem; }
  .grella .nova h4 {
    font-size: 1.0625rem; }
  .nova-breve figure img, .nova-breve figure {
    height: 8rem;
    line-height: 8rem;
    min-height: 8rem; }
  .nova.destacada.imaxe-destacada figure {
    max-height: 15em;
    line-height: 15em; }
  .nova.destacada.imaxe-destacada figure img {
    height: 15em;
    min-height: 15em; }
  .nova.destacada figure {
    max-height: 8rem;
    line-height: 8rem; }
  .nova.destacada figure img {
    height: 8rem;
    min-height: 8rem; }
  .nova h3 {
    font-size: 1.5625rem; }
  .menu-seccion ul li a {
    padding: 0.65rem; } }

/* Large and up */
@media screen and (min-width: 64em) {
  .compartir-redes > ul.simpleflat > li > a.whatsapp {
    display: none !important; } }

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  #identidade {
    max-height: none; }
  .nova.destacada.imaxe-destacada.parella figure {
    max-height: 12rem;
    line-height: 12rem; }
  .nova.destacada.imaxe-destacada.parella figure img {
    height: 12rem;
    min-height: 12rem; }
  .nova h5 {
    font-size: 1.0625rem; }
  .grella span.imaxe figure, .grella span.imaxe {
    height: 8rem; }
  .menu-seccion ul li a, .menu-seccion ul li.active span {
    padding: 0.65rem; }
  #departamentos-e-servizos a {
    font-size: smaller; }
  .cig-secondary-nav li a.titulo {
    padding: 0.65rem 0.5rem; }
  p, p > a {
    font-size: .8125rem; } }

@media print {
  #menu-cabeceira {
    display: none; }
  #menu-principal {
    display: none; }
  .mod_newscategories.lateral {
    display: none; }
  .pe-paxina-contido {
    display: none; }
  a[href]:after {
    content: none !important; }
  a {
    text-decoration: none; }
  .back {
    display: none; }
  .banner {
    display: none; }
  .no-print {
    display: none; } }

.thumbnail figure {
  margin: 0;
  padding: 0; }

.tabs {
  border: none;
  background: white; }
  .tabs li a {
    font-size: 1rem;
    color: #8a8a8a; }
  .tabs li.is-active a {
    background: white;
    border: 1px solid #e6e6e6;
    border-bottom-color: white;
    margin-bottom: -1px;
    color: #206A97;
    font-weight: bold; }
  .tabs li:hover a {
    background: #f8f8f8;
    font-weight: bold; }

.tabs-content {
  border-top: 1px solid #e6e6e6; }

* {
  margin: 0;
  padding: 0; }

/* Icon 1 */
#menu-icon1, #menu-icon2, #menu-icon3, #menu-icon4 {
  width: 38px;
  height: 28px;
  position: relative;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

#menu-icon1 span, #menu-icon3 span, #menu-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #d3531a;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#menu-icon1 span:nth-child(1) {
  top: 0px; }

#menu-icon1 span:nth-child(2) {
  top: 16px; }

#menu-icon1 span:nth-child(3) {
  top: 34px; }

#menu-icon1.open span:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }

#menu-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px; }

#menu-icon1.open span:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

/* Icon 2 */
#menu-icon2 span {
  display: block;
  position: absolute;
  height: 9px;
  width: 50%;
  background: #d3531a;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

#menu-icon2 span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0; }

#menu-icon2 span:nth-child(odd) {
  left: 0px;
  border-radius: 9px 0 0 9px; }

#menu-icon2 span:nth-child(1), #menu-icon2 span:nth-child(2) {
  top: 0px; }

#menu-icon2 span:nth-child(3), #menu-icon2 span:nth-child(4) {
  top: 18px; }

#menu-icon2 span:nth-child(5), #menu-icon2 span:nth-child(6) {
  top: 36px; }

#menu-icon2.open span:nth-child(1), #menu-icon2.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#menu-icon2.open span:nth-child(2), #menu-icon2.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#menu-icon2.open span:nth-child(1) {
  left: 5px;
  top: 7px; }

#menu-icon2.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px; }

#menu-icon2.open span:nth-child(3) {
  left: -50%;
  opacity: 0; }

#menu-icon2.open span:nth-child(4) {
  left: 100%;
  opacity: 0; }

#menu-icon2.open span:nth-child(5) {
  left: 5px;
  top: 29px; }

#menu-icon2.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 29px; }

/* Icon 3 */
#menu-icon3 span:nth-child(1) {
  top: 0px; }

#menu-icon3 span:nth-child(2), #menu-icon3 span:nth-child(3) {
  top: 18px; }

#menu-icon3 span:nth-child(4) {
  top: 36px; }

#menu-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%; }

#menu-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

#menu-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#menu-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%; }

/* Icon 4 */
#menu-icon4 span {
  background: #206A97; }

#menu-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#menu-icon4 span:nth-child(2) {
  top: 10px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#menu-icon4 span:nth-child(3) {
  top: 21px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

#menu-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 8px; }

#menu-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0; }

#menu-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
  left: 8px; }

.mod_eventlist {
  margin-bottom: 1rem; }

.event.layout_upcoming {
  margin-bottom: 0.333rem;
  font-size: small; }
  .event.layout_upcoming .event-link {
    display: block;
    padding: 0;
    color: #555;
    background: #f2f5f7; }
  .event.layout_upcoming .event-title {
    padding: 0.5rem;
    font-size: 0.8rem;
    line-height: 1;
    margin-bottom: 0.5rem;
    background: #ffae00;
    color: white; }
  .event.layout_upcoming .event-details {
    padding: 0 0.5rem;
    padding-bottom: 0.333rem; }

.event figure {
  margin: 0;
  padding: 0; }

.event > h3 {
  padding-bottom: 0.5rem; }

.label.secondary {
  background: #f2f2f2;
  color: #515151; }

.label.primary {
  background: #61b5e8;
  color: white; }

.text-bold {
  font-weight: bold; }

.text-small {
  font-size: small; }

.text-warning {
  color: #BC8000; }

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

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

.text-fade-overflow {
  position: relative;
  overflow: hidden; }

.text-fade-overflow:after {
  content: "...";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */ }

.paxina-galerias .galeria .orbit {
  margin-bottom: 2px;
  margin-right: 2px; }

.paxina-galerias .galeria img {
  transition: transform .2s ease-in-out; }

.paxina-galerias .galeria a:hover img {
  transform: scale(1.05); }

.paxina-galerias .orbit-caption a {
  color: white; }
  .paxina-galerias .orbit-caption a:hover {
    text-decoration: underline; }

.paxina-multimedia a.seguinte-elemento {
  display: block;
  color: white;
  background: #333;
  line-height: 15rem;
  text-align: center; }
  .paxina-multimedia a.seguinte-elemento:hover {
    color: white;
    background: #111; }

.youtube {
  position: relative;
  margin: 0 2px 2px 0; }
  .youtube > a {
    margin: 0;
    overflow: hidden;
    max-height: 15rem;
    line-height: 15rem;
    text-align: center;
    display: block;
    position: relative; }
    .youtube > a img {
      width: 100%;
      margin: -100%;
      min-height: 15rem;
      transition: transform .2s ease-in-out; }
    .youtube > a i.fa {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 80px;
      height: 80px;
      margin-left: -40px;
      margin-top: -40px;
      color: white;
      opacity: 1;
      background: transparent url(../imaxes/play.png) left center no-repeat;
      content: ""; }
    .youtube > a:hover i.fa {
      background: transparent url(../imaxes/play-hover.png) left center no-repeat;
      opacity: 1; }
  .youtube .youtube-caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    color: #fefefe;
    background-color: rgba(10, 10, 10, 0.7); }
    .youtube .youtube-caption a {
      color: white; }
      .youtube .youtube-caption a:hover {
        text-decoration: underline; }

.video.destacado .youtube > a {
  max-height: 30rem;
  line-height: 30rem; }

.marco-imaxe {
  background: #f2f2f2;
  padding: 2rem; }
  .marco-imaxe img {
    box-shadow: 0 0 50px 0 #868686; }
  .marco-imaxe figure {
    overflow: visible;
    width: auto;
    height: 100%;
    line-height: 0; }
    .marco-imaxe figure img {
      width: 150px;
      height: 100%; }

img.desaturate {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  opacity: 0.6; }
  img.desaturate:hover {
    -webkit-filter: none;
    filter: none;
    opacity: 1; }

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

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-video:before {
  content: "\e900"; }

.icon-camera:before {
  content: "\e901"; }

.icon-tag:before {
  content: "\e902"; }

.icon-photo:before {
  content: "\e903"; }

.icon-note:before {
  content: "\e904"; }
