/* @charset "UTF-8"; */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

figcaption,
figure {
  display: block; }

figure {
  margin: 1em 40px; }

.aui hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

main {
  display: block; }

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit;
  font-weight: bolder; }

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

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: black; }

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

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

img {
  border-style: none; }

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

[type=reset],
[type=submit],
button,
html [type=button] {
  /*     -webkit-appearance: button */ }

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0; }

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText; }

input {
  overflow: visible; }

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0; }

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

[type=search] {
  /*     -webkit-appearance: textfield; */
  outline-offset: -2px; }

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  /*     -webkit-appearance: none */ }

::-webkit-file-upload-button {
  /*     -webkit-appearance: button; */
  font: inherit; }

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

legend {
  box-sizing: border-box;
  display: table;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

details {
  display: block; }

summary {
  display: list-item; }

menu {
  display: block; }

canvas {
  display: inline-block; }

[hidden],
template {
  display: none; }

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

html {
  box-sizing: border-box;
  font-size: 87.5%; }

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

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

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

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

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

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

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

[data-whatinput=mouse] button {
  outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

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

.row:after,
.row:before {
  display: table;
  content: " "; }

.row:after {
  clear: both; }

.row.collapse > .column,
.row.collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.row .row {
  margin-right: -.71429rem;
  margin-left: -0.71429rem; }

@media screen and (min-width: 40em) {
  .row .row {
    margin-right: -1.07143rem;
    margin-left: -1.07143rem; } }
@media screen and (min-width: 64em) {
  .row .row {
    margin-right: -1.07143rem;
    margin-left: -1.07143rem; } }
.row .row.collapse {
  margin-right: 0;
  margin-left: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-right: auto;
  margin-left: auto; }

.row.gutter-small > .column,
.row.gutter-small > .columns {
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

.row.gutter-medium > .column,
.row.gutter-medium > .columns {
  padding-right: 1.07143rem;
  padding-left: 1.07143rem; }

.column,
.columns {
  width: 100%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.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; }

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column,
.small-up-1 > .columns {
  float: left;
  width: 100%; }

.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 {
  float: left;
  width: 50%; }

.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(odd),
.small-up-2 > .columns:nth-of-type(odd) {
  clear: both; }

.small-up-2 > .column:last-child,
.small-up-2 > .columns:last-child {
  float: left; }

.small-up-3 > .column,
.small-up-3 > .columns {
  float: left;
  width: 33.33333%; }

.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 {
  float: left;
  width: 25%; }

.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 {
  float: left;
  width: 20%; }

.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 {
  float: left;
  width: 16.66667%; }

.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 {
  float: left;
  width: 14.28571%; }

.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 {
  float: left;
  width: 12.5%; }

.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; }

.small-collapse > .column,
.small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.expanded.row .small-collapse.row,
.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column,
.small-uncollapse > .columns {
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }

.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both; }

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

@media screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }

  .medium-push-1 {
    position: relative;
    left: 8.33333%; }

  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }

  .medium-offset-0 {
    margin-left: 0; }

  .medium-2 {
    width: 16.66667%; }

  .medium-push-2 {
    position: relative;
    left: 16.66667%; }

  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }

  .medium-offset-1 {
    margin-left: 8.33333%; }

  .medium-3 {
    width: 25%; }

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

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

  .medium-offset-2 {
    margin-left: 16.66667%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-push-4 {
    position: relative;
    left: 33.33333%; }

  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }

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

  .medium-5 {
    width: 41.66667%; }

  .medium-push-5 {
    position: relative;
    left: 41.66667%; }

  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }

  .medium-offset-4 {
    margin-left: 33.33333%; }

  .medium-6 {
    width: 50%; }

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

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

  .medium-offset-5 {
    margin-left: 41.66667%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-push-7 {
    position: relative;
    left: 58.33333%; }

  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }

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

  .medium-8 {
    width: 66.66667%; }

  .medium-push-8 {
    position: relative;
    left: 66.66667%; }

  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }

  .medium-offset-7 {
    margin-left: 58.33333%; }

  .medium-9 {
    width: 75%; }

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

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

  .medium-offset-8 {
    margin-left: 66.66667%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-push-10 {
    position: relative;
    left: 83.33333%; }

  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }

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

  .medium-11 {
    width: 91.66667%; }

  .medium-push-11 {
    position: relative;
    left: 91.66667%; }

  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }

  .medium-offset-10 {
    margin-left: 83.33333%; }

  .medium-12 {
    width: 100%; }

  .medium-offset-11 {
    margin-left: 91.66667%; }

  .medium-up-1 > .column,
  .medium-up-1 > .columns {
    float: left;
    width: 100%; }

  .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 {
    float: left;
    width: 50%; }

  .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(odd),
  .medium-up-2 > .columns:nth-of-type(odd) {
    clear: both; }

  .medium-up-2 > .column:last-child,
  .medium-up-2 > .columns:last-child {
    float: left; }

  .medium-up-3 > .column,
  .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }

  .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 {
    float: left;
    width: 25%; }

  .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 {
    float: left;
    width: 20%; }

  .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 {
    float: left;
    width: 16.66667%; }

  .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 {
    float: left;
    width: 14.28571%; }

  .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 {
    float: left;
    width: 12.5%; }

  .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; }

  .medium-collapse > .column,
  .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .expanded.row .medium-collapse.row,
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .medium-uncollapse > .column,
  .medium-uncollapse > .columns {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; }

  .medium-centered {
    margin-right: auto;
    margin-left: auto; }

  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

  .medium-pull-0,
  .medium-push-0,
  .medium-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }

  .large-push-1 {
    position: relative;
    left: 8.33333%; }

  .large-pull-1 {
    position: relative;
    left: -8.33333%; }

  .large-offset-0 {
    margin-left: 0; }

  .large-2 {
    width: 16.66667%; }

  .large-push-2 {
    position: relative;
    left: 16.66667%; }

  .large-pull-2 {
    position: relative;
    left: -16.66667%; }

  .large-offset-1 {
    margin-left: 8.33333%; }

  .large-3 {
    width: 25%; }

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

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

  .large-offset-2 {
    margin-left: 16.66667%; }

  .large-4 {
    width: 33.33333%; }

  .large-push-4 {
    position: relative;
    left: 33.33333%; }

  .large-pull-4 {
    position: relative;
    left: -33.33333%; }

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

  .large-5 {
    width: 41.66667%; }

  .large-push-5 {
    position: relative;
    left: 41.66667%; }

  .large-pull-5 {
    position: relative;
    left: -41.66667%; }

  .large-offset-4 {
    margin-left: 33.33333%; }

  .large-6 {
    width: 50%; }

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

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

  .large-offset-5 {
    margin-left: 41.66667%; }

  .large-7 {
    width: 58.33333%; }

  .large-push-7 {
    position: relative;
    left: 58.33333%; }

  .large-pull-7 {
    position: relative;
    left: -58.33333%; }

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

  .large-8 {
    width: 66.66667%; }

  .large-push-8 {
    position: relative;
    left: 66.66667%; }

  .large-pull-8 {
    position: relative;
    left: -66.66667%; }

  .large-offset-7 {
    margin-left: 58.33333%; }

  .large-9 {
    width: 75%; }

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

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

  .large-offset-8 {
    margin-left: 66.66667%; }

  .large-10 {
    width: 83.33333%; }

  .large-push-10 {
    position: relative;
    left: 83.33333%; }

  .large-pull-10 {
    position: relative;
    left: -83.33333%; }

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

  .large-11 {
    width: 91.66667%; }

  .large-push-11 {
    position: relative;
    left: 91.66667%; }

  .large-pull-11 {
    position: relative;
    left: -91.66667%; }

  .large-offset-10 {
    margin-left: 83.33333%; }

  .large-12 {
    width: 100%; }

  .large-offset-11 {
    margin-left: 91.66667%; }

  .large-up-1 > .column,
  .large-up-1 > .columns {
    float: left;
    width: 100%; }

  .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 {
    float: left;
    width: 50%; }

  .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(odd),
  .large-up-2 > .columns:nth-of-type(odd) {
    clear: both; }

  .large-up-2 > .column:last-child,
  .large-up-2 > .columns:last-child {
    float: left; }

  .large-up-3 > .column,
  .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }

  .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 {
    float: left;
    width: 25%; }

  .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 {
    float: left;
    width: 20%; }

  .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 {
    float: left;
    width: 16.66667%; }

  .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 {
    float: left;
    width: 14.28571%; }

  .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 {
    float: left;
    width: 12.5%; }

  .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; }

  .large-collapse > .column,
  .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }

  .expanded.row .large-collapse.row,
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }

  .large-uncollapse > .column,
  .large-uncollapse > .columns {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; }

  .large-centered {
    margin-right: auto;
    margin-left: auto; }

  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

  .large-pull-0,
  .large-push-0,
  .large-uncentered {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }
.column-block {
  margin-bottom: 1.42857rem; }

.column-block > :last-child {
  margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 2.14286rem; }

  .column-block > :last-child {
    margin-bottom: 0; } }
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0; }

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

em,
i {
  font-style: italic; }

b,
em,
i,
strong {
  line-height: inherit; }

b,
strong {
  font-weight: 700; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  /*     text-rendering: optimizeLegibility */ }

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca; }

h1 {
  font-size: 1.71429rem; }

h1,
h2 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2 {
  font-size: 1.42857rem; }

h3 {
  font-size: 1.35714rem; }

h3,
h4 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4 {
  font-size: 1.28571rem; }

h5 {
  font-size: 1.21429rem; }

h5,
h6 {
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6 {
  font-size: 1.14286rem; }

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3.42857rem; }

  h2 {
    font-size: 2.85714rem; }

  h3 {
    font-size: 2.21429rem; }

  h4 {
    font-size: 1.78571rem; }

  h5 {
    font-size: 1.42857rem; }

  h6 {
    font-size: 1.14286rem; } }
a {
  line-height: inherit;
  color: #002e64;
  text-decoration: none;
  cursor: pointer; }

a:focus,
a:hover {
  color: #002856; }

a img {
  border: 0; }

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

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

li {
  font-size: inherit; }

ul {
  list-style-type: disc; }

ol,
ul {
  margin-left: 1.25rem; }

ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }

dl dt {
  margin-bottom: .3rem;
  font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: .64286rem 1.42857rem 0 1.35714rem;
  border-left: 1px solid #cacaca; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a; }

cite {
  display: block;
  font-size: .92857rem;
  color: #8a8a8a; }

cite:before {
  content: "— "; }

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

figure {
  margin: 0; }

code {
  padding: .14286rem .35714rem .07143rem;
  border: 1px solid #cacaca;
  font-weight: 400; }

code,
kbd {
  background-color: #e6e6e6;
  font-family: Consolas, Liberation Mono, Courier, monospace;
  color: #0a0a0a; }

kbd {
  margin: 0;
  padding: 0.14286rem 0.28571rem 0; }

.subheader {
  margin-top: .2rem;
  margin-bottom: .5rem;
  font-weight: 400;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 109.375%;
  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;
    box-shadow: none !important;
    color: black !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,
  th.show-for-print {
    display: table-cell !important; }

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

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

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

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

  thead {
    display: table-header-group; }

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

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

  /*     @page { */
  /*         margin: .5cm */
  /*     } */
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  padding: .85em 1em;
  /*     -webkit-appearance: none; */
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out, color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #002e64;
  color: #fefefe; }

[data-whatinput=mouse] .button {
  outline: 0; }

.button:focus,
.button:hover {
  background-color: #002755;
  color: #fefefe; }

.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-right: 0;
  margin-left: 0; }

.button.primary {
  background-color: #002e64;
  color: #fefefe; }

.button.primary:focus,
.button.primary:hover {
  background-color: #002550;
  color: #fefefe; }

.button.secondary {
  background-color: #767676;
  color: #fefefe; }

.button.secondary:focus,
.button.secondary:hover {
  background-color: #5e5e5e;
  color: #fefefe; }

.button.success {
  background-color: #3adb76;
  color: #0a0a0a; }

.button.success:focus,
.button.success:hover {
  background-color: #22bb5b;
  color: #0a0a0a; }

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a; }

.button.warning:focus,
.button.warning:hover {
  background-color: #cc8b00;
  color: #0a0a0a; }

.button.alert {
  background-color: #cc4b37;
  color: #fefefe; }

.button.alert:focus,
.button.alert:hover {
  background-color: #a53b2a;
  color: #fefefe; }

.button.hollow {
  border: 1px solid #002e64;
  color: #002e64; }

.button.hollow,
.button.hollow:focus,
.button.hollow:hover {
  background-color: transparent; }

.button.hollow:focus,
.button.hollow:hover {
  border-color: #001732;
  color: #001732; }

.button.hollow.primary {
  border: 1px solid #002e64;
  color: #002e64; }

.button.hollow.primary:focus,
.button.hollow.primary:hover {
  border-color: #001732;
  color: #001732; }

.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676; }

.button.hollow.secondary:focus,
.button.hollow.secondary:hover {
  border-color: #3b3b3b;
  color: #3b3b3b; }

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76; }

.button.hollow.success:focus,
.button.hollow.success:hover {
  border-color: #157539;
  color: #157539; }

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00; }

.button.hollow.warning:focus,
.button.hollow.warning:hover {
  border-color: #805700;
  color: #805700; }

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37; }

.button.hollow.alert:focus,
.button.hollow.alert:hover {
  border-color: #67251a;
  color: #67251a; }

.button.disabled,
.button[disabled] {
  opacity: .25;
  cursor: not-allowed; }

.button.disabled:focus,
.button.disabled:hover,
.button[disabled]:focus,
.button[disabled]:hover {
  background-color: #002e64;
  color: #fefefe; }

.button.disabled.primary,
.button[disabled].primary {
  opacity: .25;
  cursor: not-allowed; }

.button.disabled.primary:focus,
.button.disabled.primary:hover,
.button[disabled].primary:focus,
.button[disabled].primary:hover {
  background-color: #002e64;
  color: #fefefe; }

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: .25;
  cursor: not-allowed; }

.button.disabled.secondary:focus,
.button.disabled.secondary:hover,
.button[disabled].secondary:focus,
.button[disabled].secondary:hover {
  background-color: #767676;
  color: #fefefe; }

.button.disabled.success,
.button[disabled].success {
  opacity: .25;
  cursor: not-allowed; }

.button.disabled.success:focus,
.button.disabled.success:hover,
.button[disabled].success:focus,
.button[disabled].success:hover {
  background-color: #3adb76;
  color: #fefefe; }

.button.disabled.warning,
.button[disabled].warning {
  opacity: .25;
  cursor: not-allowed; }

.button.disabled.warning:focus,
.button.disabled.warning:hover,
.button[disabled].warning:focus,
.button[disabled].warning:hover {
  background-color: #ffae00;
  color: #fefefe; }

.button.disabled.alert,
.button[disabled].alert {
  opacity: .25;
  cursor: not-allowed; }

.button.disabled.alert:focus,
.button.disabled.alert:hover,
.button[disabled].alert:focus,
.button[disabled].alert:hover {
  background-color: #cc4b37;
  color: #fefefe; }

.button.dropdown:after {
  display: block;
  width: 0;
  height: 0;
  border: .4em inset;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: .4em;
  display: inline-block;
  float: right;
  margin-left: 1em; }

.button.arrow-only:after {
  top: -.1em;
  float: none;
  margin-left: 0; }

.aui [type=color],
.aui [type=date],
.aui [type=datetime-local],
.aui [type=datetime],
.aui [type=email],
.aui [type=month],
.aui [type=number],
.aui [type=password],
.aui [type=search],
.aui [type=tel],
.aui [type=text],
.aui [type=time],
.aui [type=url],
.aui [type=week],
.aui textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 1.57143rem;
  margin: 0 0 .42857rem;
  padding: .21429rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  color: #0a0a0a;
  transition: box-shadow .5s, border-color .25s ease-in-out;
  /*     -webkit-appearance: none; */
  /*     -moz-appearance: none; */
  /*     appearance: none */ }

.aui [type=color]:focus,
.aui [type=date]:focus,
.aui [type=datetime-local]:focus,
.aui [type=datetime]:focus,
.aui [type=email]:focus,
.aui [type=month]:focus,
.aui [type=number]:focus,
.aui [type=password]:focus,
.aui [type=search]:focus,
.aui [type=tel]:focus,
.aui [type=text]:focus,
.aui [type=time]:focus,
.aui [type=url]:focus,
.aui [type=week]:focus,
.aui textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

/* input::placeholder, */
/* textarea::placeholder { */
/*     color: #cacaca */
/* } */
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

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

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

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

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

[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer; }

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

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

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #0a0a0a; }

label.middle {
  margin: 0 0 .42857rem;
  padding: 0.28571rem 0; }

.help-text {
  margin-top: -.21429rem;
  font-size: .92857rem;
  font-style: italic;
  color: #0a0a0a; }

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

.input-group > :first-child,
.input-group > :last-child > * {
  border-radius: 0 0 0 0; }

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }

.input-group-label:first-child {
  border-right: 0; }

.input-group-label:last-child {
  border-left: 0; }

.input-group-field {
  border-radius: 0;
  height: 1.64286rem; }

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

.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  height: 1.64286rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.21429rem; }

.fieldset {
  margin: 1.28571rem 0;
  padding: 1.42857rem;
  border: 1px solid #cacaca; }

.fieldset legend {
  margin: 0;
  margin-left: -.21429rem;
  padding: 0 .21429rem;
  background: #e6e6e6; }

select {
  height: 1.57143rem;
  margin: 0 0 .42857rem;
  padding: .21429rem;
  /*     -webkit-appearance: none; */
  /*     -moz-appearance: none; */
  /*     appearance: none; */
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url(../images/img_responsive/selector.svg);
  /*     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%28138, 138, 138%29'></polygon></svg>"); */
  background-origin: content-box;
  background-position: right -.42857rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: .64286rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

/* @media screen and (min-width:0\0) { */
/*     select { */
/*         background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==") */
/*     } */
/* } */
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed; }

select::-ms-expand {
  display: none; }

select[multiple] {
  height: auto;
  background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea; }

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37; }

.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37; }

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37; }

/* .is-invalid-input:not(:focus)::placeholder { */
/*     color: #cc4b37 */
/* } */
.form-error,
.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -.21429rem;
  margin-bottom: .42857rem;
  font-size: .85714rem;
  font-weight: 700; }

.form-error.is-visible {
  display: block; }

.accordion {
  margin-left: 0;
  background: #f3f3f3;
  list-style-type: none; }

.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #8cb3ee;
  border-bottom: 0;
  font-size: .85714rem;
  line-height: 1;
  color: #002e64; }

:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #8cb3ee;
  border-radius: 0 0 0 0; }

.accordion-title:focus,
.accordion-title:hover {
  background-color: #e6e6e6; }

.accordion-title:before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -.5rem;
  content: "+"; }

.is-active > .accordion-title:before {
  content: "–"; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #8cb3ee;
  border-bottom: 0;
  background-color: #f3f3f3;
  color: #0a0a0a; }

:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #8cb3ee; }

#migas {
  height: 15px; }

.breadcrumbs {
  margin: 0 0 1rem;
  list-style: none; }

.breadcrumbs:after,
.breadcrumbs:before {
  display: table;
  content: " "; }

.breadcrumbs:after {
  clear: both; }

.breadcrumbs li {
  float: left;
  font-size: .85714rem;
  color: #0a0a0a;
  cursor: default; }

.breadcrumbs li:not(:last-child):after {
  position: relative;
  top: 1px;
  margin: 0 .5rem;
  opacity: 1;
  content: "/";
  color: #cacaca; }

.breadcrumbs a {
  color: #002e64; }

.breadcrumbs a:hover {
  text-decoration: underline; }

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }

.button-group:after,
.button-group:before {
  display: table;
  content: " "; }

.button-group:after {
  clear: both; }

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem; }

.button-group .button:last-child {
  margin-right: 0; }

.button-group.tiny .button {
  font-size: 0.6rem; }

.button-group.small .button {
  font-size: 0.75rem; }

.button-group.large .button {
  font-size: 1.25rem; }

.button-group.expanded {
  margin-right: -1px; }

.button-group.expanded:after,
.button-group.expanded:before {
  display: none; }

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child,
.button-group.expanded .button:first-child:nth-last-child(2):last-child {
  margin-right: -6px; }

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child,
.button-group.expanded .button:first-child:nth-last-child(3):last-child {
  margin-right: -6px; }

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child,
.button-group.expanded .button:first-child:nth-last-child(4):last-child {
  margin-right: -6px; }

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child,
.button-group.expanded .button:first-child:nth-last-child(5):last-child {
  margin-right: -6px; }

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px; }

.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child,
.button-group.expanded .button:first-child:nth-last-child(6):last-child {
  margin-right: -6px; }

.button-group.primary .button {
  background-color: #002e64;
  color: #fefefe; }

.button-group.primary .button:focus,
.button-group.primary .button:hover {
  background-color: #002550;
  color: #fefefe; }

.button-group.secondary .button {
  background-color: #767676;
  color: #fefefe; }

.button-group.secondary .button:focus,
.button-group.secondary .button:hover {
  background-color: #5e5e5e;
  color: #fefefe; }

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a; }

.button-group.success .button:focus,
.button-group.success .button:hover {
  background-color: #22bb5b;
  color: #0a0a0a; }

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a; }

.button-group.warning .button:focus,
.button-group.warning .button:hover {
  background-color: #cc8b00;
  color: #0a0a0a; }

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe; }

.button-group.alert .button:focus,
.button-group.alert .button:hover {
  background-color: #a53b2a;
  color: #fefefe; }

.button-group.stacked-for-medium .button,
.button-group.stacked-for-small .button,
.button-group.stacked .button {
  width: 100%; }

.button-group.stacked-for-medium .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked .button:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0; } }
@media screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0; } }
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block; }

  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0; } }
.callout {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #fff;
  color: #0a0a0a; }

.callout > :first-child {
  margin-top: 0; }

.callout > :last-child {
  margin-bottom: 0; }

.callout.primary {
  background-color: #c2deff;
  color: #0a0a0a; }

.callout.secondary {
  background-color: #eaeaea;
  color: #0a0a0a; }

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a; }

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a; }

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a; }

.callout.small {
  padding: 0.5rem; }

.callout.large {
  padding: 3rem; }

.aui button.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }

[data-whatinput=mouse] .aui button.close-button {
  outline: 0; }

.aui button.close-button:focus,
.aui button.close-button:hover {
  color: #0a0a0a; }

.aui button.close-button.small {
  right: .66rem;
  top: .33em;
  font-size: 1.5em;
  line-height: 1; }

.aui button.close-button,
.aui button.close-button.medium {
  right: 1rem;
  top: .5rem;
  font-size: 2em;
  line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }

.menu > li {
  display: table-cell;
  vertical-align: middle; }

[data-whatinput=mouse] .menu > li {
  outline: 0; }

.menu > li > a {
  display: block;
  padding: .7rem 1rem;
  line-height: 1; }

.menu a,
.menu button,
.menu input,
.menu select {
  margin-bottom: 0; }

.menu > li > a i,
.menu > li > a i + span,
.menu > li > a img,
.menu > li > a img + span,
.menu > li > a svg,
.menu > li > a svg + span {
  vertical-align: middle; }

.menu > li > a i,
.menu > li > a img,
.menu > li > a svg {
  margin-right: .25rem;
  display: inline-block; }

.menu.horizontal > li,
.menu > li {
  display: table-cell; }

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed; }

.menu.expanded > li:first-child:last-child {
  width: 100%; }

.menu.vertical > li {
  display: block; }

@media screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell; }

  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }

  .menu.medium-expanded > li:first-child:last-child {
    width: 100%; }

  .menu.medium-vertical > li {
    display: block; } }
@media screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell; }

  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }

  .menu.large-expanded > li:first-child:last-child {
    width: 100%; }

  .menu.large-vertical > li {
    display: block; } }
.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1; }

.menu.simple a {
  padding: 0; }

.menu.align-right:after,
.menu.align-right:before {
  display: table;
  content: " "; }

.menu.align-right:after {
  clear: both; }

.menu.align-right > li {
  float: right; }

.menu.icon-top > li > a {
  text-align: center; }

.menu.icon-top > li > a i,
.menu.icon-top > li > a img,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem; }

.menu.icon-top.vertical a > span {
  margin: auto; }

.menu.nested {
  margin-left: 1rem; }

.menu .active > a {
  background: #002e64;
  color: #fefefe; }

.menu.menu-bordered li {
  border: 1px solid #e6e6e6; }

.menu.menu-bordered li:not(:first-child) {
  border-top: 0; }

.menu.menu-hover li:hover {
  background-color: #e6e6e6; }

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

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

.menu-centered > .menu {
  display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: ""; }

.menu-icon:after,
.menu-icon:hover:after {
  background: #002e64;
  box-shadow: 0 7px 0 #002e64, 0 14px 0 #002e64; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }

.menu-icon.dark:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: ""; }

.menu-icon.dark:hover:after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

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

.is-drilldown li {
  display: block; }

.is-drilldown.animate-height {
  transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform .15s linear;
  transition: transform .15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.drilldown-submenu-cover-previous {
  min-height: 100%; }

.is-drilldown-submenu-parent > a {
  position: relative; }

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

.js-drilldown-back > a:before {
  display: block;
  width: 0;
  height: 0;
  border: 6px inset;
  content: "";
  border-right-style: solid;
  border-color: transparent #002e64 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: .75rem;
  border-left-width: 0; }

.flex-video,
.responsive-embed {
  position: relative;
  height: 0;
  margin-bottom: 1.14286rem;
  padding-bottom: 75%;
  overflow: hidden; }

.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .5s ease, visibility .5s ease;
  background: rgba(10, 10, 10, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible; }

.js-off-canvas-overlay.is-closable {
  cursor: pointer; }

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute; }

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fefefe; }

[data-whatinput=mouse] .off-canvas {
  outline: 0; }

.off-canvas.is-transition-overlap {
  z-index: 10; }

.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.off-canvas.is-open {
  -webkit-transform: translate(0);
  transform: translate(0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fefefe; }

[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0; }

.off-canvas-absolute.is-transition-overlap {
  z-index: 10; }

.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0);
  transform: translate(0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto; }

.position-left.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(250px);
  transform: translateX(250px); }

.position-left.is-transition-push:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  content: " "; }

.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto; }

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-250px);
  transform: translateX(-250px); }

.position-right.is-transition-push:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  content: " "; }

.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto; }

.position-top.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(250px);
  transform: translateY(250px); }

.position-top.is-transition-push:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  content: " "; }

.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto; }

.position-bottom.is-open ~ .off-canvas-content {
  -webkit-transform: translateY(-250px);
  transform: translateY(-250px); }

.position-bottom.is-transition-push:after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5);
  content: " "; }

.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  -webkit-transform: none;
  transform: none; }

.off-canvas-content {
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@media screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px; }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px; }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px; }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px; } }
@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px; }

  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px; }

  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px; }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 1; }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px; } }
.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }

.pagination:after,
.pagination:before {
  display: table;
  content: " "; }

.pagination:after {
  clear: both; }

.pagination li {
  margin-right: .07143rem;
  border-radius: 0;
  font-size: 1rem;
  display: inline-block; }

.pagination a,
.pagination button {
  display: block;
  padding: .21429rem .71429rem;
  border-radius: 0;
  color: #0a0a0a; }

.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6; }

.pagination .current {
  padding: .21429rem .71429rem;
  background: #002e64;
  color: #fefefe;
  cursor: default; }

.pagination .disabled {
  padding: .21429rem .71429rem;
  color: #8a8a8a;
  cursor: not-allowed; }

.pagination .disabled:hover {
  background: transparent; }

.pagination .ellipsis:after {
  padding: .21429rem .71429rem;
  content: "\2026";
  color: #0a0a0a; }

.pagination-previous.disabled:before,
.pagination-previous a:before {
  display: inline-block;
  margin-right: .5rem;
  content: "\00ab"; }

.pagination-next.disabled:after,
.pagination-next a:after {
  display: inline-block;
  margin-left: .5rem;
  content: "\00bb"; }

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

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  /*     user-select: none */ }

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 2px solid #ff8b22;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }

[data-whatinput=mouse] .reveal {
  outline: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    min-height: 0; } }
.reveal .column,
.reveal .columns {
  min-width: 0; }

.reveal > :last-child {
  margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 85.71429rem; } }
@media screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }
.reveal.collapse {
  padding: 0; }

@media screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 85.71429rem; } }
@media screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 85.71429rem; } }
@media screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 85.71429rem; } }
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0; }

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; } }
.reveal.without-overlay {
  position: fixed; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }

table tbody,
table tfoot,
table thead {
  border: 1px solid #f1f1f1;
  background-color: #fefefe; }

table caption {
  padding: .57143rem .71429rem .71429rem;
  font-weight: 700; }

table thead {
  background: #f8f8f8;
  color: #0a0a0a; }

table tfoot {
  background: #f1f1f1;
  color: #0a0a0a; }

table tfoot tr,
table thead tr {
  background: transparent; }

table tfoot td,
table tfoot th,
table thead td,
table thead th {
  padding: .57143rem .71429rem .71429rem;
  font-weight: 700;
  text-align: left; }

table tbody td,
table tbody th {
  padding: 0.57143rem 0.71429rem 0.71429rem; }

table tbody tr:nth-child(2n) {
  border-bottom: 0;
  /*     background-color: #f1f1f1 */ }

table.unstriped tbody {
  background-color: #fefefe; }

table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  table.stack tfoot,
  table.stack thead {
    display: none; }

  table.stack td,
  table.stack th,
  table.stack tr {
    display: block; }

  table.stack td {
    border-top: 0; } }
table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

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

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

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

table.hover:not(.unstriped) tr:nth-of-type(2n):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.table-scroll table {
  width: auto; }

.title-bar {
  padding: .5rem;
  background: #fefefe;
  color: #002e64; }

.title-bar:after,
.title-bar:before {
  display: table;
  content: " "; }

.title-bar:after {
  clear: both; }

.title-bar .menu-icon {
  margin-left: .25rem;
  margin-right: 0.25rem; }

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

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

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

.top-bar {
  padding: 0.5rem; }

.top-bar:after,
.top-bar:before {
  display: table;
  content: " "; }

.top-bar:after {
  clear: both; }

.top-bar,
.top-bar ul {
  background-color: #fefefe; }

.top-bar input {
  max-width: 200px;
  margin-right: 1rem; }

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0; }

.top-bar input.button {
  width: auto; }

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%; }

@media screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto; } }
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%; } }
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%; } }
.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }

.top-bar-title .menu-icon {
  bottom: 2px; }

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

.top-bar-right {
  float: right; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen 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;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.hide-for-portrait,
.show-for-landscape {
  display: block !important; }

@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important; } }
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    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-right: auto;
  margin-left: auto; }

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

.clearfix:after {
  clear: both; }

.slide-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.slide-in-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.slide-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.slide-in-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.slide-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.slide-out-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.slide-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.slide-out-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

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

.fade-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

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

.fade-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

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

.hinge-in-from-top.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.hinge-in-from-right.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.hinge-in-from-bottom.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.hinge-in-from-left.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

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

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

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

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

.hinge-out-from-top.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

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

.hinge-out-from-right.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.hinge-out-from-bottom.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.hinge-out-from-left.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

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

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

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

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

.scale-in-up.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.scale-in-down.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active,
.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

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

.scale-out-down.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

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

.spin-in.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

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

.spin-out.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.spin-in-ccw.mui-enter,
.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

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

.spin-out-ccw.mui-leave {
  transition-duration: .5s;
  transition-timing-function: linear;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
  opacity: 0; }

.slow {
  transition-duration: 0.75s !important; }

.fast {
  transition-duration: 0.25s !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: 0.3s !important; }

.long-delay {
  transition-delay: 0.7s !important; }

@media screen and (max-width: 39.9375em) {
  .no-js .top-bar {
    display: none; } }
@media screen and (min-width: 40em) {
  .no-js .title-bar {
    display: none; } }
.show-on-focus {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }

.show-on-focus:after,
.show-on-focus:before {
  display: table;
  content: " "; }

.show-on-focus:after {
  clear: both; }

.cookies-notice {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 100%;
  z-index: 5; }

.cookies-notice:after,
.cookies-notice:before {
  display: table;
  content: " "; }

.cookies-notice:after {
  clear: both; }

.cookies-notice .callout {
  -webkit-animation: a .5s ease-in-out 1s backwards;
  animation: a .5s ease-in-out 1s backwards;
  padding-right: 2.5rem;
  position: absolute; }

/* @-webkit-keyframes a { */
/*     0% { */
/*         opacity: 0; */
/*         top: -100px */
/*     } */
/*     to { */
/*         opacity: 1; */
/*         top: 0 */
/*     } */
/* } */
@keyframes a {
  0% {
    opacity: 0;
    top: -100px; }

  to {
    opacity: 1;
    top: 0; } }

.top-links {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto;
  background-color: #e6e6e6;
  font-size: 85.5%;
  padding: 0.76923rem 0; }

.top-links:after,
.top-links:before {
  display: table;
  content: " "; }

.top-links:after {
  clear: both; }

@media screen and (max-width: 63.9375em) {
  .top-links {
    display: none !important; } }
.top-links ul {
  list-style: none;
  margin: 0; }

.top-links .float-left {
  line-height: 2.2;
  margin-left: 1rem; }

.top-links li {
  display: inline;
  margin-right: 1rem; }

.top-links .active {
  color: #990000; }

.top-links .languages {
  margin-right: 0; }

.top-links .languages select {
  font-size: 85.5%;
  width: auto; }

.off-canvas .mobile-languages {
  padding: 1rem; }

.off-canvas .mobile-languages select {
  font-size: 113.75%;
  height: 2.35714rem; }

.title-bar {
  border-bottom: 1px solid #b1b1b1;
  padding: 1rem 0 0; }

.title-bar-left {
  width: 100%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .title-bar-left {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.title-bar-left:last-child:not(:first-child) {
  float: right; }

.title-bar-left p {
  width: 15%;
  float: left;
  padding-right: .71429rem;
  padding-left: .71429rem;
  background-color: #e6e6e6;
  border-radius: 4px;
  cursor: pointer;
  max-width: 4.28571rem;
  padding-top: .42857rem;
  text-align: center; }

@media screen and (min-width: 40em) {
  .title-bar-left p {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.title-bar-left p:last-child:not(:first-child) {
  float: right; }

.title-bar-left p:hover {
  background-color: rgba(201, 201, 201, 0.7); }

.title-bar-left h1 {
  width: 85%;
  float: left;
  padding-right: .71429rem;
  padding-left: .71429rem;
  margin: -1.07143rem 0 0; }

@media screen and (min-width: 40em) {
  .title-bar-left h1 {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.title-bar-left h1:last-child:not(:first-child) {
  float: right; }

.title-bar-left img {
  max-height: 5.71429rem;
  width: auto; }

.top-bar {
  padding: 0; }

.top-bar ul {
  background-color: #e6e6e6; }

.top-bar h1 {
  background: transparent url(../images/img_responsive/cab-fotos.jpg) no-repeat right 0;
  margin-bottom: 0;
  max-height: 113px; }

.toplinks .top-bar h1 {
  background-position: right 0; }

.institucion .top-bar h1 {
  background-position: right -153px; }

.actividades .top-bar h1 {
  background-position: right -306px; }

.documentos .top-bar h1 {
  background-position: right -459px; }

.comunicacion .top-bar h1 {
  background-position: right -612px; }

.ediciones .top-bar h1 {
  background-position: right -765px; }

.servicios .top-bar h1 {
  background-position: right -918px; }

.centro-doc .top-bar h1 {
  background-position: right -1071px; }

.enlaces .top-bar h1 {
  background-position: right -1224px; }

.off-canvas {
  border-right: 1px solid #8a8a8a; }

.off-canvas:after {
  z-index: 1; }

.off-canvas hr {
  margin: 0.25rem auto; }

.off-canvas li a {
  font-size: 113.75%;
  line-height: 1.5;
  padding-right: 1.8rem; }

.off-canvas .active {
  color: #990000; }

.menu.expanded {
  box-shadow: 0 3px 5px 0 rgba(10, 10, 10, 0.2); }

.menu.expanded li {
  position: relative;
  text-align: center; }

.menu.expanded li a {
  background-image: linear-gradient(180deg, #f9fcff 0%, #e4eaf5 50%, #c8cdd8 93%, #cfd9ea);
  border-bottom: 1px solid #5b92e6;
  border-top: 1px solid #cacaca;
  height: 36px; }

.menu.expanded li .active,
.menu.expanded li a:hover {
  background-image: linear-gradient(180deg, #f9fcff 0%, #f7f7f7 50%, #e7d5c8 93%, #fae5dd);
  border-bottom-color: #ff8b22;
  color: #552800; }

.menu.expanded li:first-child {
  width: 12%; }

.menu.expanded li:nth-child(3) {
  width: 14%; }

.menu.expanded li:nth-child(7) {
  width: 20%; }

.menu.expanded li:not(:last-of-type):after {
  background: linear-gradient(180deg, rgba(91, 146, 230, 0) 0%, #5b92e6 50%, rgba(91, 146, 230, 0));
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px; }

body {
  padding-bottom: 4rem; }

@media screen and (min-width: 64em) {
  body {
    background-image: linear-gradient(180deg, #e6e6e6 0%, #b8b8b8);
    min-height: 100vh; } }
.left-content {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }

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

.left-content:after {
  clear: both; }

.off-canvas-wrapper,
.page,
footer,
main {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }

.off-canvas-wrapper:after,
.off-canvas-wrapper:before,
.page:after,
.page:before,
footer:after,
footer:before,
main:after,
main:before {
  display: table;
  content: " "; }

.off-canvas-wrapper:after,
.page:after,
footer:after,
main:after {
  clear: both; }

@media screen and (min-width: 64em) {
  .off-canvas-wrapper-inner {
    width: 100%;
    float: left;
    padding-right: .75rem;
    padding-left: 0.75rem; }

  .off-canvas-wrapper-inner:last-child:not(:first-child) {
    float: right; } }
.off-canvas-wrapper-inner abbr {
  border: 0;
  color: inherit;
  cursor: auto; }

.off-canvas-content {
  border-top: 0; }

.page {
  background-color: #fefefe;
  border: 1px solid gray;
  position: relative; }

@media screen and (max-width: 63.9375em) {
  .page {
    border: 0; } }
.page:after,
.page:before {
  border-radius: 60px/100%;
  box-shadow: 0 0 18px rgba(10, 10, 10, 0.6);
  content: "";
  height: 500px;
  position: absolute;
  top: 100px;
  width: 30px;
  z-index: -1; }

.page:before {
  left: 4px; }

.page:after {
  right: 4px; }

main {
  padding: 1.3rem 0 1.5rem; }

.home main {
  padding-top: 2rem; }

article {
  /*     padding-bottom: 1.5rem */ }

@font-face {
  font-family: icons;
  src: url("./fonts/icons.eot");
  src: url("./fonts/icons.eot?#iefix") format("eot"), url("./fonts/icons.woff") format("woff"), url("./fonts/icons.ttf") format("truetype"), url("./fonts/icons.svg#icons") format("svg"); }

/* .icono-001-pdf:before, */
/* .icono-002-popup:before, */
/* .icono-003-contact:before, */
/* .icono-004-sitemap:before, */
/* .icono-005-check-circle:before, */
/* .icono-006-caret-right:before, */
/* .icono-007-direct-access:before, */
/* .icono-008-news:before, */
/* .icono-009-latest-docs:before, */
/* .icono-010-minus:before, */
/* .icono-011-arrow:before, */
/* .icono-012-caret-bottom:before, */
/* .icono-013-first:before, */
/* .icono-014-calendar:before, */
/* .icono-015-bullet:before, */
/* .icono-016-exclamation-circle:before { */
/*     font-family: icons; */
/*     font-style: normal; */
/*     font-variant: normal; */
/*     font-weight: 400; */
/*     text-decoration: none; */
/*     text-transform: none */
/* } */
/* .icono-001-pdf:before { */
/*     content: "" */
/* } */
/* .icono-002-popup:before { */
/*    content: ""; */
/* } */
/* .icono-003-contact:before { */
/*     content: "" */
/* } */
/* .icono-004-sitemap:before { */
/*     content: "" */
/* } */
/* .icono-005-check-circle:before { */
/*     content: "" */
/* } */
/* .icono-006-caret-right:before { */
/*     content: "" */
/* } */
/* .icono-007-direct-access:before { */
/*     content: "" */
/* } */
/* .icono-008-news:before { */
/*     content: "" */
/* } */
/* .icono-009-latest-docs:before { */
/*     content: "" */
/* } */
/* .icono-010-minus:before { */
/*     content: "" */
/* } */
/* .icono-011-arrow:before { */
/*     content: "" */
/* } */
/* .icono-012-caret-bottom:before { */
/*     content: "" */
/* } */
/* .icono-013-first:before { */
/*     content: "" */
/* } */
/* .icono-014-calendar:before { */
/*     content: "" */
/* } */
/* .icono-015-bullet:before { */
/*     content: "" */
/* } */
/* .icono-016-exclamation-circle:before { */
/*     content: "" */
/* } */
.icono-xxxs {
  font-size: 1rem; }

.icono-xxs {
  font-size: 1.4rem; }

.icono-xs {
  font-size: 2rem; }

.icono-s {
  font-size: 3rem; }

.icono-m {
  font-size: 5rem; }

.icono-l {
  font-size: 7rem; }

.icono-xl {
  font-size: 10rem; }

[class^=icono] {
  margin-right: 0.33333rem; }

@media screen and (max-width: 63.9375em) {
  .secondary .home article {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .secondary .home article {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 63.9375em) {
  .secondary .home article:last-child:not(:first-child) {
    float: right; }

  .secondary .home aside {
    width: 100%;
    /*         float: left; */
    float: right;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .secondary .home aside {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 63.9375em) {
  .secondary .home aside:last-child:not(:first-child) {
    float: right; } }
@media screen and (min-width: 64em) {
  .secondary .home article {
    width: 75%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (min-width: 64em) and (min-width: 40em) {
  .secondary .home article {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (min-width: 64em) {
  .secondary .home article:last-child:not(:first-child) {
    float: right; }

  .secondary .home aside {
    width: 25%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (min-width: 64em) and (min-width: 40em) {
  .secondary .home aside {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (min-width: 64em) {
  .secondary .home aside:last-child:not(:first-child) {
    float: right; } }
.splash {
  border: 1px solid #fefefe;
  box-shadow: 0 0 5px rgba(10, 10, 10, 0.5);
  padding: 1px;
  margin: 0 auto 2.5rem;
  max-width: 42.85714rem;
  position: relative; }

.splash figcaption {
  background-color: rgba(10, 10, 10, 0.6);
  bottom: 1px;
  color: #fefefe;
  font-weight: 700;
  padding: .5rem 0;
  position: absolute;
  text-align: center;
  width: calc(100% - 2px); }

.home-block {
  border: 1px solid rgba(255, 139, 34, 0.4);
  border-bottom: 1px solid #ee7100; }

.home-block h2 {
  background-color: #002e64;
  color: #fefefe;
  font-size: 96.25%;
  font-weight: 700;
  margin-bottom: 0;
  padding: .76923rem 1rem .83333rem 3rem;
  position: relative;
  text-transform: uppercase; }

.home-block h2:after {
  font-family: icons;
  font-size: 175%;
  left: 8px;
  margin: 0;
  position: absolute;
  top: 3px; }

.home-block ul {
  background: linear-gradient(180deg, #fefefe 40%, #e4e5e7);
  list-style-type: none;
  margin: 0;
  padding: 1rem 0; }

.home-block li {
  padding: 0.5rem 1rem; }

.home-latest-docs a,
.home-news a {
  border-bottom: 1px solid #ff8b22;
  display: inline-block;
  padding-bottom: 1rem; }

.home-latest-docs li:last-child a,
.home-news li:last-child a {
  border-bottom: 0; }

.home-latest-docs img,
.home-news img {
  border: 1px solid #cdcdcd;
  height: auto; }

.home-latest-docs span:first-child,
.home-latest-docs span:nth-child(2),
.home-news span:first-child,
.home-news span:nth-child(2) {
  display: block; }

.home-latest-docs span:first-child,
.home-news span:first-child {
  float: left; }

.home-news {
  width: 100%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .home-news {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.home-news:last-child:not(:first-child) {
  float: right; }

@media screen and (min-width: 40em) {
  .home-news {
    width: 60%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (min-width: 40em) and (min-width: 40em) {
  .home-news {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (min-width: 40em) {
  .home-news:last-child:not(:first-child) {
    float: right; } }
.home-news h2:after {
  content: "\E008"; }

.home-news img {
  width: 100px; }

.home-news span:nth-child(2) {
  margin-left: 8.57143rem; }

.home-latest-docs {
  width: 100%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .home-latest-docs {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.home-latest-docs:last-child:not(:first-child) {
  float: right; }

@media screen and (min-width: 40em) {
  .home-latest-docs {
    width: 40%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (min-width: 40em) and (min-width: 40em) {
  .home-latest-docs {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (min-width: 40em) {
  .home-latest-docs:last-child:not(:first-child) {
    float: right; } }
.home-latest-docs h2:after {
  content: "\E009"; }

.home-latest-docs img {
  width: 62px; }

.home-latest-docs span:nth-child(2) {
  margin-left: 5.85714rem; }

.home-latest-docs span:nth-child(3) {
  margin-left: 1.42857rem; }

aside .home-block {
  border: 1px solid rgba(91, 146, 230, 0.4);
  border-bottom: 1px solid #2f75df;
  margin-bottom: 1.5rem; }

aside .home-block h2 {
  background-color: #cacaca;
  color: #002e64; }

aside .home-block li {
  padding: .5rem 1rem .5rem 3rem;
  position: relative; }

aside .home-block li:after {
  color: #db9600;
  content: "\E006";
  font-family: icons;
  font-size: 87.5%;
  left: 16px;
  margin: 0;
  position: absolute;
  top: 9px; }

aside .home-stand-out h2:after {
  content: "\E005"; }

aside .home-direct-access h2:after {
  content: "\E007"; }

aside .home-aside-news h2:after {
  content: "\E010"; }

aside .home-banners li {
  padding: .66667rem 1rem;
  text-align: center; }

aside .home-banners li:after {
  content: ""; }

aside .home-banners img {
  border: 1px solid #fefefe;
  box-shadow: 0 0 5px rgba(10, 10, 10, 0.5);
  padding: 1px; }

@media screen and (max-width: 63.9375em) and (max-width: 63.9375em) {
  .secondary aside {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .secondary article {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .secondary article {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 63.9375em) {
  .secondary article:last-child:not(:first-child) {
    float: right; } }
@media screen and (min-width: 64em) {
  .secondary aside {
    /*         width: 22%; */
    /*         float: left; */
    /*         padding-right: 0; */
    /*         padding-left: 0 */ }

  .secondary aside:last-child:not(:first-child) {
    /*         float: right */ }

  .secondary article {
    /*         width: 75%; */
    /*         float: left; */
    /*         padding-right: .71429rem; */
    /*         padding-left: .71429rem */ } }
@media screen and (min-width: 64em) and (min-width: 40em) {
  .secondary article {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (min-width: 64em) {
  .secondary article:last-child:not(:first-child) {
    float: right; }

  .secondary.toplinks article {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (min-width: 64em) and (min-width: 40em) {
  .secondary.toplinks article {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (min-width: 64em) {
  .secondary.toplinks article:last-child:not(:first-child) {
    float: right; } }
.secondary aside {
  padding-right: 2rem; }

.secondary aside header {
  background: linear-gradient(180deg, #fefefe 0%, #fff0e1 6%, #fff9f3 43%, #ffd8b7 94%, #fefefe);
  border: 1px solid #bdd3f5;
  border-width: 1px 0;
  color: #552800;
  font-weight: 700;
  line-height: 1.5;
  padding: 0.47619rem 1rem; }

.secondary aside a {
  border-bottom: 1px solid #bdd3f5;
  line-height: 1.5;
  padding: .5rem 1.2rem .5rem 2.2rem;
  position: relative; }

.secondary aside .active,
.secondary aside a:hover {
  background-color: #eff4fd;
  color: #990000; }

.secondary aside a:before {
  background-color: #cacaca;
  border-radius: 100%;
  content: "";
  height: 5px;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 5px; }

.secondary aside .active:before,
.secondary aside a:hover:before {
  background-color: #ff8b22; }

.secondary aside .active:after,
.secondary aside a:hover:after {
  background: transparent url(../images/img_responsive/menu-arrow.svg) no-repeat 0;
  content: "";
  height: calc(100%  +  1px);
  position: absolute;
  right: -16px;
  top: -1px;
  width: 17px; }

.secondary .nested {
  margin-left: 0; }

.secondary .nested li {
  padding-left: 1rem; }

.secondary .nested a:before {
  border-radius: 0;
  height: 2px;
  left: 18px;
  top: 16px;
  width: 6px; }

.secondary article a {
  color: #990000; }

.secondary article .button {
  padding: 0.5em 1em; }

.secondary article .activity {
  padding-left: 0; }

.secondary article .columns.g-map {
  padding-left: 1rem; }

.secondary article .lower-alpha {
  list-style-type: lower-alpha; }

.secondary article .decimal-leading-zero {
  list-style-type: decimal-leading-zero; }

.secondary article h2 {
  background-image: linear-gradient(180deg, #fefefe 50%, #e4eaf5);
  border-bottom: 1px solid #bdd3f5;
  color: #002e64;
  font-size: 113.75%;
  font-weight: 700;
  letter-spacing: .05357rem;
  margin-bottom: 2rem;
  padding: 0.41667rem 1rem; }

.secondary article h3 {
  color: #002e64;
  font-size: 105%;
  font-weight: 700; }

.secondary article .contact h3 {
  margin-bottom: 1rem; }

.secondary article h4 {
  color: #343434;
  font-size: 105%;
  font-weight: 700; }

.secondary article .big {
  font-size: large; }

@media screen and (max-width: 39.9375em) {
  .secondary article video {
    background-color: #0a0a0a; } }
.breadcrumbs-content {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }

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

.breadcrumbs-content:after {
  clear: both; }

.breadcrumbs {
  width: 100%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .breadcrumbs {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.breadcrumbs:last-child:not(:first-child) {
  float: right; }

.breadcrumbs li:not(:last-child):after {
  color: #0a0a0a;
  content: ">";
  top: 0; }

.breadcrumbs li:first-child {
  margin-right: 0.5rem; }

.breadcrumbs li:first-child:after {
  content: none; }

.breadcrumbs a {
  color: #990000; }

.breadcrumbs a:hover {
  text-decoration: none; }

.org-chart {
  overflow: auto; }

.org-chart-container {
  background: transparent url(../images/img_responsive/organigrama.gif) 0 0 no-repeat;
  background-size: 100%;
  color: #002e64;
  height: 490px;
  margin: 0 auto;
  position: relative;
  width: 620px; }

.org-chart-container b {
  display: block;
  margin-bottom: .5rem;
  text-align: center; }

.org-chart-container div,
.org-chart-container p {
  background: linear-gradient(180deg, #fefefe 40%, #e4e5e7);
  border: 1px solid #ff8b22;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(10, 10, 10, 0.3);
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  position: absolute; }

.org-chart-container div:hover,
.org-chart-container p:hover {
  color: #990000; }

.org-chart-container ul {
  font-weight: 400;
  margin: 0; }

.org-chart-container ul li {
  color: #ff8b22;
  margin-left: 14px; }

.org-chart-container ul span {
  color: #002e64; }

.org-chart-container .org-chart-pleno-2,
.org-chart-container .org-chart-presidente-1,
.org-chart-container .org-chart-vicepresidentes-5,
.org-chart-container .org-chart-vicepresidentes-6 {
  letter-spacing: .1em;
  line-height: 14px; }

.org-chart-container .org-chart-comision-permanente-3,
.org-chart-container .org-chart-secretario-general-7 {
  letter-spacing: .1em;
  line-height: 13px;
  text-align: center; }

.org-chart-container .org-chart-comisiones-de-trabajo-4,
.org-chart-container .org-chart-comites-8 {
  font-size: 11px;
  letter-spacing: .08em;
  line-height: 1.14286rem; }

.org-chart-container .org-chart-pleno-2 {
  left: 72px;
  padding: 11px 44px;
  top: 10px; }

.org-chart-container .org-chart-presidente-1 {
  left: 340px;
  padding: 11px 27px;
  top: 10px; }

.org-chart-container .org-chart-secretario-general-7 {
  left: 483px;
  padding: 6px 25px;
  top: 38px; }

.org-chart-container .org-chart-comision-permanente-3 {
  left: 73px;
  padding: 6px 22px;
  top: 96px;
  width: 126px; }

.org-chart-container .org-chart-vicepresidentes-5 {
  left: 272px;
  padding: 11px 12px;
  top: 96px; }

.org-chart-container .org-chart-vicepresidentes-6 {
  left: 415px;
  padding: 11px 12px;
  top: 96px; }

.org-chart-container .org-chart-comisiones-de-trabajo-4 {
  left: 23px;
  max-width: 242px;
  padding: 6px 4px 6px 6px;
  top: 171px; }

.org-chart-container .org-chart-comisiones-de-trabajo-4 ul li {
  color: #002e64; }

.org-chart-container .org-chart-comites-8 {
  cursor: default;
  left: 300px;
  max-width: 284px;
  padding: 6px 4px 6px 6px;
  top: 243px; }

.reveal h1 {
  background-image: linear-gradient(180deg, #fefefe 50%, #e4eaf5);
  border-bottom: 1px solid #bdd3f5;
  color: #002e64;
  font-size: 113.75%;
  font-weight: 700;
  letter-spacing: .05357rem;
  margin-bottom: 2rem;
  padding: .41667rem 1rem;
  margin: 0 -1rem 2rem; }

.organisation,
.proced {
  border: 1px solid #cacaca;
  border-collapse: collapse;
  margin-bottom: 1rem;
  width: 100%; }

.organisation caption,
.proced caption {
  background-color: #eff4fd;
  border: 1px solid #cacaca;
  border-bottom: 0;
  color: #002e64;
  font-weight: 700;
  padding: 0.5rem; }

.organisation td,
.organisation th,
.proced td,
.proced th {
  border: 1px solid #cacaca;
  padding: 0.5rem 1rem; }

.organisation td,
.proced td {
  width: 70%; }

.organisation th,
.proced th {
  font-weight: 700;
  text-align: left;
  width: 30%; }

.proced td,
.proced th {
  text-align: center;
  width: 50%; }

.proced th {
  background-color: #eff4fd;
  color: #002e64; }

.proced td {
  padding-top: 1.64286rem;
  position: relative;
  vertical-align: top; }

.proced td[colspan="2"] {
  padding-top: 0; }

.proced li:before,
.proced td:not([colspan="2"]):before {
  color: #ff8b22;
  content: "\E00C";
  font-family: icons;
  font-size: 131.25%;
  left: calc(50% - 18px);
  position: absolute;
  top: 0; }

.proced li {
  list-style-type: none;
  padding-top: 1.64286rem;
  position: relative; }

.meeting-agenda th {
  font-weight: 400;
  text-align: left; }

.meeting-agenda th:first-child {
  min-width: 90px; }

.meeting-agenda td,
.meeting-agenda th {
  vertical-align: top; }

.meeting-agenda td:first-child {
  white-space: nowrap; }

.meeting-agenda-prominent {
  color: #002e64; }

.ui-helper-zfix,
.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.ui-state-disabled {
  cursor: default; }

.ui-icon {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  text-indent: -99999px; }

.ui-widget .ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-size: 87.5%; }

.ui-widget-content {
  background-color: #f4f0ec;
  border: 1px solid #e0cfc2;
  color: #0a0a0a; }

.ui-widget-content a {
  color: #0a0a0a; }

.ui-widget-header {
  background-color: #cb842e;
  border: 1px solid #d49768;
  color: #fefefe;
  font-weight: 700; }

.ui-widget-header a {
  color: #fefefe; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cdc3b7;
  background-color: #fff;
  font-weight: 400;
  color: #3f3731; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #3f3731;
  text-decoration: none; }

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #f5ad66;
  background-color: #f5f0e5;
  font-weight: 400;
  color: #a46313; }

.ui-state-hover a,
.ui-state-hover a:hover {
  color: #a46313;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #e0cfc2;
  background-color: #f4f0ec;
  font-weight: 400;
  color: #804000; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #b85700;
  text-decoration: none; }

.ui-widget:active {
  outline: none; }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  font-weight: 700;
  color: #060200; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #060200;
  background-color: #f5f5b5; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f8893f;
  background: #fee4bd url(../images/img_responsive/datepicker/ui-bg_highlight-hard_65_fee4bd_1x100.png) 50% top repeat-x;
  color: #592003; }

.ui-state-error-text,
.ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error-text,
.ui-widget-header .ui-state-error a {
  color: #592003; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  font-weight: 400; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  background-image: none; }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/img_responsive/datepicker/ui-icons_c47a23_256x240.png); }

.ui-widget-header .ui-icon {
  background-image: url(../images/img_responsive/datepicker/ui-icons_ffffff_256x240.png); }

.ui-state-default .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url(../images/img_responsive/datepicker/ui-icons_f08000_256x240.png); }

.ui-state-active .ui-icon {
  background-image: url(../images/img_responsive/datepicker/ui-icons_f35f07_256x240.png); }

.ui-state-highlight .ui-icon {
  background-image: url(../images/img_responsive/datepicker/ui-icons_cb672b_256x240.png); }

.ui-state-error-text .ui-icon,
.ui-state-error .ui-icon {
  background-image: url(../images/img_responsive/datepicker/ui-icons_ff7519_256x240.png); }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-widget-overlay,
.ui-widget-shadow {
  background: #aaaaaa url(../images/img_responsive/datepicker/ui-bg_flat_75_aaaaaa_40x100.png) 50% 50% repeat-x; }

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px; }

.ui-datepicker {
  display: none;
  margin-bottom: 1rem;
  padding: 0.2em 0.2em 0; }

.ui-datepicker select {
  padding-top: 0.07143rem; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  margin-right: 1.5%;
  width: 46%; }

.ui-datepicker table {
  width: 100%;
  /*     font-size: 1.1em; */
  font-size: 1em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

/* @media screen and (max-width:39.9375em) { */
/*     .ui-datepicker table { */
/*         font-size: 1.3em */
/*     } */
/* } */
.ui-datepicker tbody,
.ui-datepicker thead {
  background-color: #f4f0ec; }

.ui-datepicker th {
  padding: .4em .3em;
  text-align: center;
  font-weight: 700;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: .2em .3em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

table.ui-datepicker-calendar,
table.ui-datepicker-calendar tr {
  border: 0 solid !important; }

table.ui-datepicker-calendar tr th {
  background-color: transparent !important;
  color: #4f3a23; }

.accordion {
  margin-bottom: 1rem; }

.search-form .accordion-title {
  background-image: linear-gradient(180deg, #fefefe 50%, #dde4f1);
  font-size: 100.625%;
  font-weight: 700;
  padding: 0.66667rem 1rem; }

.search-form .accordion-title:before {
  content: "\E00C";
  font-family: icons; }

.search-form .is-active > .accordion-title {
  box-shadow: 0 3px 2px rgba(10, 10, 10, 0.2); }

.search-form .is-active > .accordion-title:before {
  content: "\E00C";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.read-more {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }

.read-more:after,
.read-more:before {
  display: table;
  content: " "; }

.read-more:after {
  clear: both; }

.read-more .transparent {
  width: 100%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .read-more .transparent {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.read-more .transparent:last-child:not(:first-child) {
  float: right; }

.read-more .accordion-title {
  font-size: 100.625%;
  padding: .66667rem 1rem;
  border-color: #cacaca; }

.read-more .accordion-title:before {
  content: "\E00C";
  font-family: icons; }

.read-more:last-child:not(.is-active) > .accordion-title,
.read-more:last-child > .accordion-content:last-child {
  border: 1px solid #cacaca; }

.read-more .is-active > .accordion-title:before {
  content: "\E00C";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.read-more .accordion-content {
  border-color: #cacaca; }

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

.activity-block {
  background-color: #f4f4f4; }

.activity-block,
.activity-block.alternate {
  border: 1px solid #bdd3f5;
  border-width: 1px 0;
  margin-bottom: 1rem;
  padding: 1rem; }

.activity-block.alternate {
  background-color: #fefefe; }

.activity-block b,
.activity-block small {
  display: block; }

.activity-block .activity-summary {
  margin-bottom: 0; }

@media screen and (min-width: 40em) {
  .content-right-col {
    margin-left: 2rem; } }
.annex,
.related-links {
  background: linear-gradient(180deg, #fefefe 40%, #e4e5e7);
  border: 1px solid #bdd3f5; }

.annex header,
.related-links header {
  background-image: linear-gradient(180deg, #fefefe 0%, #dee4f0);
  border-bottom: 1px solid #bdd3f5;
  color: #002e64;
  font-weight: 700;
  padding: 0.4rem 1rem; }

.annex ul,
.related-links ul {
  list-style: none;
  margin: 1rem 0.5rem 1rem 0; }

.annex li,
.related-links li {
  padding-left: 1.2rem;
  position: relative; }

.annex li a,
.related-links li a {
  color: #002e64; }

.annex li:after,
.related-links li:after {
  color: #002e64;
  content: "-";
  font-weight: 700;
  left: 0;
  position: absolute;
  top: 0; }

.annex a:hover,
.related-links a:hover {
  color: #990000; }

.annex [class^=icon],
.related-links [class^=icon] {
  font-size: 105%;
  margin-left: 0.25rem; }

.annex li a {
  color: #990000; }

.content-image-right {
  border: 1px solid #cacaca;
  float: right;
  margin: 1rem 0 1rem 1rem;
  padding: 2px; }

@media screen and (max-width: 28.125em) {
  .content-image-right {
    display: block;
    float: none;
    margin: 1rem auto; } }
.content-block {
  background-color: #f4f4f4;
  border: 1px solid #ff8b22;
  border-width: 1px 0;
  padding: 1rem; }

.content-block,
.content-block .news-image {
  margin-bottom: 1rem; }

.content-block.alternate {
  background-color: transparent;
  border: 1px solid transparent;
  border-width: 1px 0;
  margin-bottom: 0;
  padding: 1rem; }

.content-detalle {
  padding: 1rem; }

.content-detalle-list {
  line-height: 2.1; }

.annual-report,
.inform,
.other-docs,
.publications,
.report,
.theme-search,
.verdict {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }

.annual-report:after,
.annual-report:before,
.inform:after,
.inform:before,
.other-docs:after,
.other-docs:before,
.publications:after,
.publications:before,
.report:after,
.report:before,
.theme-search:after,
.theme-search:before,
.verdict:after,
.verdict:before {
  display: table;
  content: " "; }

.annual-report:after,
.inform:after,
.other-docs:after,
.publications:after,
.report:after,
.theme-search:after,
.verdict:after {
  clear: both; }

.annual-report .columns,
.inform .columns,
.other-docs .columns,
.publications .columns,
.report .columns,
.theme-search .columns,
.verdict .columns {
  width: 83.33333%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .annual-report .columns,
  .inform .columns,
  .other-docs .columns,
  .publications .columns,
  .report .columns,
  .theme-search .columns,
  .verdict .columns {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.annual-report .columns:last-child:not(:first-child),
.inform .columns:last-child:not(:first-child),
.other-docs .columns:last-child:not(:first-child),
.publications .columns:last-child:not(:first-child),
.report .columns:last-child:not(:first-child),
.theme-search .columns:last-child:not(:first-child),
.verdict .columns:last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 39.9375em) {
  .annual-report .columns,
  .inform .columns,
  .other-docs .columns,
  .publications .columns,
  .report .columns,
  .theme-search .columns,
  .verdict .columns {
    width: 75%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .annual-report .columns,
  .inform .columns,
  .other-docs .columns,
  .publications .columns,
  .report .columns,
  .theme-search .columns,
  .verdict .columns {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 39.9375em) {
  .annual-report .columns:last-child:not(:first-child), .inform .columns:last-child:not(:first-child), .other-docs .columns:last-child:not(:first-child), .publications .columns:last-child:not(:first-child), .report .columns:last-child:not(:first-child), .theme-search .columns:last-child:not(:first-child), .verdict .columns:last-child:not(:first-child) {
    float: right; } }
.annual-report .columns:first-child,
.inform .columns:first-child,
.other-docs .columns:first-child,
.publications .columns:first-child,
.report .columns:first-child,
.theme-search .columns:first-child,
.verdict .columns:first-child {
  width: 16.66667%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .annual-report .columns:first-child,
  .inform .columns:first-child,
  .other-docs .columns:first-child,
  .publications .columns:first-child,
  .report .columns:first-child,
  .theme-search .columns:first-child,
  .verdict .columns:first-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.annual-report .columns:first-child:last-child:not(:first-child),
.inform .columns:first-child:last-child:not(:first-child),
.other-docs .columns:first-child:last-child:not(:first-child),
.publications .columns:first-child:last-child:not(:first-child),
.report .columns:first-child:last-child:not(:first-child),
.theme-search .columns:first-child:last-child:not(:first-child),
.verdict .columns:first-child:last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 39.9375em) {
  .annual-report .columns:first-child,
  .inform .columns:first-child,
  .other-docs .columns:first-child,
  .publications .columns:first-child,
  .report .columns:first-child,
  .theme-search .columns:first-child,
  .verdict .columns:first-child {
    width: 25%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .annual-report .columns:first-child,
  .inform .columns:first-child,
  .other-docs .columns:first-child,
  .publications .columns:first-child,
  .report .columns:first-child,
  .theme-search .columns:first-child,
  .verdict .columns:first-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 39.9375em) {
  .annual-report .columns:first-child:last-child:not(:first-child), .inform .columns:first-child:last-child:not(:first-child), .other-docs .columns:first-child:last-child:not(:first-child), .publications .columns:first-child:last-child:not(:first-child), .report .columns:first-child:last-child:not(:first-child), .theme-search .columns:first-child:last-child:not(:first-child), .verdict .columns:first-child:last-child:not(:first-child) {
    float: right; } }
.annual-report img,
.inform img,
.other-docs img,
.publications img,
.report img,
.theme-search img,
.verdict img {
  border: 1px solid #cacaca;
  padding: 2px; }

.annual-report.prominent .columns,
.inform.prominent .columns,
.other-docs.prominent .columns,
.publications.prominent .columns,
.report.prominent .columns,
.theme-search.prominent .columns,
.verdict.prominent .columns {
  width: 75%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .annual-report.prominent .columns,
  .inform.prominent .columns,
  .other-docs.prominent .columns,
  .publications.prominent .columns,
  .report.prominent .columns,
  .theme-search.prominent .columns,
  .verdict.prominent .columns {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.annual-report.prominent .columns:last-child:not(:first-child),
.inform.prominent .columns:last-child:not(:first-child),
.other-docs.prominent .columns:last-child:not(:first-child),
.publications.prominent .columns:last-child:not(:first-child),
.report.prominent .columns:last-child:not(:first-child),
.theme-search.prominent .columns:last-child:not(:first-child),
.verdict.prominent .columns:last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 39.9375em) {
  .annual-report.prominent .columns,
  .inform.prominent .columns,
  .other-docs.prominent .columns,
  .publications.prominent .columns,
  .report.prominent .columns,
  .theme-search.prominent .columns,
  .verdict.prominent .columns {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .annual-report.prominent .columns,
  .inform.prominent .columns,
  .other-docs.prominent .columns,
  .publications.prominent .columns,
  .report.prominent .columns,
  .theme-search.prominent .columns,
  .verdict.prominent .columns {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 39.9375em) {
  .annual-report.prominent .columns:last-child:not(:first-child), .inform.prominent .columns:last-child:not(:first-child), .other-docs.prominent .columns:last-child:not(:first-child), .publications.prominent .columns:last-child:not(:first-child), .report.prominent .columns:last-child:not(:first-child), .theme-search.prominent .columns:last-child:not(:first-child), .verdict.prominent .columns:last-child:not(:first-child) {
    float: right; } }
.annual-report.prominent .columns:first-child,
.inform.prominent .columns:first-child,
.other-docs.prominent .columns:first-child,
.publications.prominent .columns:first-child,
.report.prominent .columns:first-child,
.theme-search.prominent .columns:first-child,
.verdict.prominent .columns:first-child {
  width: 25%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .annual-report.prominent .columns:first-child,
  .inform.prominent .columns:first-child,
  .other-docs.prominent .columns:first-child,
  .publications.prominent .columns:first-child,
  .report.prominent .columns:first-child,
  .theme-search.prominent .columns:first-child,
  .verdict.prominent .columns:first-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.annual-report.prominent .columns:first-child:last-child:not(:first-child),
.inform.prominent .columns:first-child:last-child:not(:first-child),
.other-docs.prominent .columns:first-child:last-child:not(:first-child),
.publications.prominent .columns:first-child:last-child:not(:first-child),
.report.prominent .columns:first-child:last-child:not(:first-child),
.theme-search.prominent .columns:first-child:last-child:not(:first-child),
.verdict.prominent .columns:first-child:last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 39.9375em) {
  .annual-report.prominent .columns:first-child,
  .inform.prominent .columns:first-child,
  .other-docs.prominent .columns:first-child,
  .publications.prominent .columns:first-child,
  .report.prominent .columns:first-child,
  .theme-search.prominent .columns:first-child,
  .verdict.prominent .columns:first-child {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: .71429rem;
    margin-bottom: 1rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .annual-report.prominent .columns:first-child,
  .inform.prominent .columns:first-child,
  .other-docs.prominent .columns:first-child,
  .publications.prominent .columns:first-child,
  .report.prominent .columns:first-child,
  .theme-search.prominent .columns:first-child,
  .verdict.prominent .columns:first-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 39.9375em) {
  .annual-report.prominent .columns:first-child:last-child:not(:first-child), .inform.prominent .columns:first-child:last-child:not(:first-child), .other-docs.prominent .columns:first-child:last-child:not(:first-child), .publications.prominent .columns:first-child:last-child:not(:first-child), .report.prominent .columns:first-child:last-child:not(:first-child), .theme-search.prominent .columns:first-child:last-child:not(:first-child), .verdict.prominent .columns:first-child:last-child:not(:first-child) {
    float: right; } }
.annual-report.prominent img,
.inform.prominent img,
.other-docs.prominent img,
.publications.prominent img,
.report.prominent img,
.theme-search.prominent img,
.verdict.prominent img {
  width: 100%; }

.ces-awards {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }

.ces-awards:after,
.ces-awards:before {
  display: table;
  content: " "; }

.ces-awards:after {
  clear: both; }

.ces-awards .columns:first-child {
  width: 16.66667%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .ces-awards .columns:first-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.ces-awards .columns:first-child:last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 39.9375em) {
  .ces-awards .columns:first-child {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: .71429rem;
    margin-bottom: 1rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .ces-awards .columns:first-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 39.9375em) {
  .ces-awards .columns:first-child:last-child:not(:first-child) {
    float: right; } }
.ces-awards .columns:nth-child(2) {
  width: 50%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .ces-awards .columns:nth-child(2) {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.ces-awards .columns:nth-child(2):last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 39.9375em) {
  .ces-awards .columns:nth-child(2) {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .ces-awards .columns:nth-child(2) {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 39.9375em) {
  .ces-awards .columns:nth-child(2):last-child:not(:first-child) {
    float: right; } }
.ces-awards .columns:nth-child(3) {
  width: 33.33333%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .ces-awards .columns:nth-child(3) {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.ces-awards .columns:nth-child(3):last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 39.9375em) {
  .ces-awards .columns:nth-child(3) {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .ces-awards .columns:nth-child(3) {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 39.9375em) {
  .ces-awards .columns:nth-child(3):last-child:not(:first-child) {
    float: right; } }
.ces-awards img {
  border: 1px solid #cacaca;
  padding: 2px; }

.date-press-release {
  display: block;
  font-size: 87.3%;
  font-weight: 700; }

dl {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0; }

dl:after,
dl:before {
  display: table;
  content: " "; }

dl:after {
  clear: both; }

dd,
dt {
  margin-bottom: 0.4rem; }

dt {
  text-align: right; }

dd {
  background-color: #fefefe;
  padding-left: 1rem; }

.contact dt,
.press-contact dt {
  width: 5rem; }

.contact dd,
.contact dt,
.press-contact dd,
.press-contact dt {
  float: left; }

.contact dd,
.press-contact dd {
  margin-left: 20px;
  width: calc(100% - 90px); }

.contracting-profile dt {
  width: 30%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .contracting-profile dt {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.contracting-profile dt:last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 63.9375em) {
  .contracting-profile dt {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: .71429rem;
    text-align: left; } }
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .contracting-profile dt {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 63.9375em) {
  .contracting-profile dt:last-child:not(:first-child) {
    float: right; } }
.contracting-profile dd {
  width: 70%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .contracting-profile dd {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.contracting-profile dd:last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 63.9375em) {
  .contracting-profile dd {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: .71429rem;
    margin-bottom: 1rem; } }
@media screen and (max-width: 63.9375em) and (min-width: 40em) {
  .contracting-profile dd {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 63.9375em) {
  .contracting-profile dd:last-child:not(:first-child) {
    float: right; } }
.annual-billing,
.contracting-profile-info,
.job-offers {
  max-width: 85.71429rem;
  margin-right: auto;
  margin-left: auto; }

.annual-billing:after,
.annual-billing:before,
.contracting-profile-info:after,
.contracting-profile-info:before,
.job-offers:after,
.job-offers:before {
  display: table;
  content: " "; }

.annual-billing:after,
.contracting-profile-info:after,
.job-offers:after {
  clear: both; }

.annual-billing .columns:first-child,
.contracting-profile-info .columns:first-child,
.job-offers .columns:first-child {
  width: 66.66667%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .annual-billing .columns:first-child,
  .contracting-profile-info .columns:first-child,
  .job-offers .columns:first-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.annual-billing .columns:first-child:last-child:not(:first-child),
.contracting-profile-info .columns:first-child:last-child:not(:first-child),
.job-offers .columns:first-child:last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 39.9375em) {
  .annual-billing .columns:first-child,
  .contracting-profile-info .columns:first-child,
  .job-offers .columns:first-child {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .annual-billing .columns:first-child,
  .contracting-profile-info .columns:first-child,
  .job-offers .columns:first-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 39.9375em) {
  .annual-billing .columns:first-child:last-child:not(:first-child), .contracting-profile-info .columns:first-child:last-child:not(:first-child), .job-offers .columns:first-child:last-child:not(:first-child) {
    float: right; } }
.annual-billing .columns:last-child,
.contracting-profile-info .columns:last-child,
.job-offers .columns:last-child {
  width: 33.33333%;
  float: left;
  padding-right: .71429rem;
  padding-left: 0.71429rem; }

@media screen and (min-width: 40em) {
  .annual-billing .columns:last-child,
  .contracting-profile-info .columns:last-child,
  .job-offers .columns:last-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
.annual-billing .columns:last-child:last-child:not(:first-child),
.contracting-profile-info .columns:last-child:last-child:not(:first-child),
.job-offers .columns:last-child:last-child:not(:first-child) {
  float: right; }

@media screen and (max-width: 39.9375em) {
  .annual-billing .columns:last-child,
  .contracting-profile-info .columns:last-child,
  .job-offers .columns:last-child {
    width: 100%;
    float: left;
    padding-right: .71429rem;
    padding-left: 0.71429rem; } }
@media screen and (max-width: 39.9375em) and (min-width: 40em) {
  .annual-billing .columns:last-child,
  .contracting-profile-info .columns:last-child,
  .job-offers .columns:last-child {
    padding-right: 1.07143rem;
    padding-left: 1.07143rem; } }
@media screen and (max-width: 39.9375em) {
  .annual-billing .columns:last-child:last-child:not(:first-child), .contracting-profile-info .columns:last-child:last-child:not(:first-child), .job-offers .columns:last-child:last-child:not(:first-child) {
    float: right; } }
.links:after,
.links:before {
  display: table;
  content: " "; }

.links:after {
  clear: both; }

.links h3 {
  margin-bottom: 0.71429rem; }

.links img {
  border: 1px solid #cacaca;
  padding: 2px;
  float: right;
  height: auto;
  margin: 0 0 .5rem .5rem;
  width: 120px; }

.pagination-results {
  position: relative;
  margin: 0 0 1rem;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #f7f7f7;
  color: #0a0a0a;
  border-width: 1px 0; }

.pagination-results > :first-child {
  margin-top: 0; }

.pagination-results > :last-child {
  margin-bottom: 0; }

.pagination select {
  width: 50px; }

.pagination .disabled {
  color: #0a0a0a; }

.pagination-next.disabled:after,
.pagination-next a:after,
.pagination-previous.disabled:before,
.pagination-previous a:before {
  font-family: icons;
  font-size: 87.5%; }

.pagination-previous.disabled:before,
.pagination-previous a:before {
  content: "\E006";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.pagination-next.disabled:after,
.pagination-next a:after {
  content: "\E006"; }

.pagination-previous.first.disabled:before,
.pagination-previous.first a:before {
  content: "\E00D";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.pagination-next.last.disabled:after,
.pagination-next.last a:after {
  content: "\E00D"; }

.time-icon {
  background-color: #fefefe;
  border-radius: 12px;
  box-shadow: 1px 1px 0 #8a8a8a;
  float: left;
  font-weight: 700;
  margin: 0 1rem .5rem 0;
  width: 60px; }

.time-icon > * {
  border-radius: 12px 12px 0 0;
  color: #0a0a0a;
  display: block;
  text-align: center; }

.time-icon span {
  background-color: #002e64;
  color: #fefefe;
  font-size: 131.25%; }

.time-icon strong {
  font-size: 131.25%;
  line-height: 1.36364; }

.time-icon em {
  font-size: 72.91667%;
  font-style: normal;
  padding-bottom: 0.33333rem; }

.fecha {
  background-color: #fefefe;
  border-radius: 12px;
  box-shadow: 1px 1px 0 #8a8a8a;
  float: left;
  font-weight: 700;
  margin: 0 1rem .5rem 0;
  width: 60px; }

.fecha span {
  border-radius: 12px 12px 0 0;
  color: #0a0a0a;
  display: block;
  text-align: center; }

.fecha span:first-child {
  background-color: #002e64;
  color: #fefefe;
  font-size: 131.25%; }

.fecha span:nth-child(2) {
  font-size: 100.00375%;
  line-height: 1.5; }

.fecha span:nth-child(3) {
  font-size: 72.91667%;
  font-style: normal;
  padding-bottom: 0.33333rem; }

.calendar {
  position: relative; }

.calendar input {
  cursor: pointer; }

.calendar:after {
  bottom: 3px;
  color: #8a8a8a;
  content: "\E00E";
  display: block;
  font-family: icons;
  font-size: 113.75%;
  /*     pointer-events: none; */
  position: absolute;
  right: 20px; }

@media screen and (max-width: 39.9375em) {
  .secondary dl,
  .secondary ol,
  .secondary ul {
    line-height: 2; } }
ul ul {
  list-style-type: circle; }

article ol,
article ul:not(.pagination) {
  padding-left: 1rem; }

article .lower-alpha {
  list-style-type: lower-alpha; }

article .upper-alpha {
  list-style-type: upper-alpha; }

article .decimal-leading-zero {
  list-style-type: decimal-leading-zero; }

article .false-list {
  position: relative; }

article .false-list:before {
  content: "\E00F";
  font-family: icons;
  font-size: .5rem;
  left: 1.07143rem;
  margin-right: 10px;
  position: absolute;
  top: 6px; }

article .false-list > span {
  display: inline-block;
  margin-left: 2.3em; }

.web-map {
  list-style-type: disc;
  margin-left: 2.5rem; }

.web-map ul {
  list-style-type: circle; }

.web-map ul ul {
  list-style-type: square; }

@media all {
  .secondary .image-gallery {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }

  .secondary .image-gallery li {
    display: inline-block; }

  .thumbnail img {
    border: 1px solid #cacaca;
    padding: 2px;
    margin: 0 .16667rem .5rem 0;
    max-height: 120px; }

  .thumbnail img:hover {
    border-color: #5b92e6; }

  .featherlight {
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    white-space: nowrap;
    z-index: 2147483647; }

  .featherlight:last-of-type {
    background: rgba(10, 10, 10, 0.8); }

  .featherlight:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

  .featherlight .featherlight-content {
    background: #fefefe;
    border-bottom: 5px solid transparent;
    cursor: auto;
    display: inline-block;
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    overflow: auto;
    padding: 5px 5px 0;
    position: relative;
    text-align: left;
    vertical-align: middle;
    white-space: normal; }

  .featherlight .featherlight-inner {
    display: block; }

  .featherlight .featherlight-close-icon {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
    color: #0a0a0a;
    cursor: pointer;
    font-size: 175%;
    font-weight: 700;
    height: 45px;
    line-height: 25px;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    width: 45px;
    z-index: 9999; }

  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }

  .featherlight .featherlight-image {
    width: 100%; }

  .featherlight * {
    box-sizing: border-box; }

  .featherlight .caption {
    font-weight: 700;
    max-width: 500px;
    padding-top: 5px; } }
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    border-bottom: 5px solid transparent;
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 5px 5px 0; } }
@media all {
  .featherlight-next,
  .featherlight-previous {
    bottom: 0;
    cursor: pointer;
    display: block;
    left: 80%;
    position: absolute;
    right: 5px;
    top: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*         user-select: none */ }

  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: rgba(255, 255, 255, 0.25); }

  .featherlight-next span,
  .featherlight-previous span {
    color: #fefefe;
    display: none;
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    left: 5%;
    line-height: 80px;
    margin-top: -40px;
    position: absolute;
    text-align: center;
    text-shadow: 0 0 5px #0a0a0a;
    top: 50%;
    width: 82%; }

  .featherlight-previous {
    left: 5px;
    right: 80%; }

  .featherlight-next span {
    left: auto;
    right: 5%; }

  .featherlight-next:hover span,
  .featherlight-previous:hover span {
    display: inline-block; }

  .featherlight-first-slide.featherlight-last-slide .featherlight-next,
  .featherlight-first-slide.featherlight-last-slide .featherlight-previous,
  .featherlight-loading .featherlight-next,
  .featherlight-loading .featherlight-previous,
  .featherlight-swipe-aware .featherlight-next,
  .featherlight-swipe-aware .featherlight-previous {
    display: none; } }
@media only screen and (max-device-width: 1024px) {
  .featherlight-next:hover,
  .featherlight-previous:hover {
    background: none; }

  .featherlight-next span,
  .featherlight-previous span {
    display: block; } }
@media only screen and (max-width: 1024px) {
  .featherlight-next,
  .featherlight-previous {
    left: 85%;
    right: 5px;
    top: 5px; }

  .featherlight-previous {
    left: 5px;
    right: 85%; }

  .featherlight-next span,
  .featherlight-previous span {
    font-size: 40px;
    margin-top: -30px; } }
.mt-15,
.mt-20 {
  margin-top: 1.07143rem; }

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

.mb-15 {
  margin-bottom: 1.07143rem; }

.ml-40 {
  margin-left: 2.85714rem; }

.dis-block {
  display: block; }

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

footer {
  background-color: #f3f3f3;
  border-top: 1px solid #b1b1b1;
  font-size: 85.5%;
  padding-top: 1rem; }

@media screen and (max-width: 63.9375em) {
  footer img {
    display: none !important; } }
footer ul {
  margin-bottom: 0.5rem; }

@media screen and (max-width: 63.9375em) {
  footer ul {
    display: none !important; } }
footer li {
  display: inline;
  margin-right: 2rem; }

.footer-validation {
  list-style-type: none; }

.footer-validation li a {
  background: transparent url(../images/img_responsive/w3c.png) no-repeat 0 0;
  display: inline-block;
  height: 23px;
  width: 68px; }

.footer-validation li:nth-child(2) a {
  background-position: 0 -38px; }

.footer-validation li:nth-child(3) a {
  background-position: 0 -76px; }

.secondary #layout-column_column-2 aside a:hover {
  background-color: transparent; }

