﻿@charset "UTF-8";
/*
	Vendors
*/
/*APH-icon list */
@font-face {
  font-family: "APH-icon-set";
  src: url("/../fonts/APH-icon-set.eot?jzua8u");
  src: url("/../fonts/APH-icon-set.eot?jzua8u#iefix") format("embedded-opentype"), url("/../fonts/APH-icon-set.ttf?jzua8u") format("truetype"), url("/../fonts/APH-icon-set.woff?jzua8u") format("woff"), url("/../fonts/APH-icon-set.woff2?jzua8u") format("woff2"), url("/../fonts/APH-icon-set.svg?jzua8u#APH-icon-set") format("svg");
  font-weight: normal;
  font-style: normal;
}
.aph-icon, .aph-icon_senate, .aph-icon_house-of-reps {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "APH-icon-set" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.aph-icon_twitter-x:before {
  content: "\e804";
  position: relative;
  top: 1px;
}

.aph-icon_house-of-reps:before {
  content: "\e900";
}

.aph-icon_senate:before {
  content: "\e901";
}

meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

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

html,
body {
  font-size: 15px;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

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

.left {
  float: left !important;
}

.right {
  float: right !important;
}

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

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  margin: 0 -1rem;
  max-width: none;
  width: auto;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}

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

.column + .column:last-child,
.column + .columns:last-child,
.columns + .column:last-child,
.columns + .columns:last-child {
  float: right;
}
.column + .column.end,
.column + .columns.end,
.columns + .column.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0 !important;
  }
  .small-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .small-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .small-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .small-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .small-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0 !important;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0 !important;
  }
  .large-offset-1 {
    margin-left: 8.3333333333% !important;
  }
  .large-offset-2 {
    margin-left: 16.6666666667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.3333333333% !important;
  }
  .large-offset-5 {
    margin-left: 41.6666666667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.3333333333% !important;
  }
  .large-offset-8 {
    margin-left: 66.6666666667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.3333333333% !important;
  }
  .large-offset-11 {
    margin-left: 91.6666666667% !important;
  }
  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }
  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }
  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem;
    float: left;
  }
  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.3333333333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.3333333333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.6666666667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.6666666667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.3333333333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.3333333333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.6666666667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.6666666667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.3333333333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.3333333333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.6666666667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.6666666667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.3333333333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.3333333333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.6666666667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.6666666667%;
    left: auto;
  }
}
.accordion {
  margin-bottom: 0;
}
.accordion:before, .accordion:after {
  content: " ";
  display: table;
}
.accordion:after {
  clear: both;
}
.accordion .accordion-navigation, .accordion dd {
  display: block;
  margin-bottom: 0 !important;
}
.accordion .accordion-navigation.active > a, .accordion dd.active > a {
  background: #e8e8e8;
}
.accordion .accordion-navigation > a, .accordion dd > a {
  background: #EFEFEF;
  color: #222222;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.0666666667rem;
  padding: 1.0666666667rem;
}
.accordion .accordion-navigation > a:hover, .accordion dd > a:hover {
  background: #e3e3e3;
}
.accordion .accordion-navigation > .content, .accordion dd > .content {
  display: none;
  padding: 1rem;
}
.accordion .accordion-navigation > .content.active, .accordion dd > .content.active {
  background: #FFFFFF;
  display: block;
}

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.8666666667rem;
  font-weight: normal;
  margin-bottom: 1.3333333333rem;
  padding: 0.9333333333rem 1.6rem 0.9333333333rem 0.9333333333rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #4275AE;
  border-color: #396596;
  color: #FFFFFF;
}
.alert-box .close {
  right: 0.2666666667rem;
  background: inherit;
  color: #333333;
  font-size: 1.4666666667rem;
  line-height: 0.9;
  margin-top: -0.7333333333rem;
  opacity: 0.3;
  padding: 0 6px 4px;
  position: absolute;
  top: 50%;
}
.alert-box .close:hover, .alert-box .close:focus {
  opacity: 0.5;
}
.alert-box.radius {
  border-radius: 3px;
}
.alert-box.round {
  border-radius: 1000px;
}
.alert-box.success {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
.alert-box.alert {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
.alert-box.secondary {
  background-color: #888888;
  border-color: #757575;
  color: #FFFFFF;
}
.alert-box.warning {
  background-color: #f08a24;
  border-color: #de770f;
  color: #FFFFFF;
}
.alert-box.info {
  background-color: #a0d3e8;
  border-color: #74bfdd;
  color: #2e2e2e;
}
.alert-box.alert-close {
  opacity: 0;
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -0.6666666667rem;
}
[class*=block-grid-]:before, [class*=block-grid-]:after {
  content: " ";
  display: table;
}
[class*=block-grid-]:after {
  clear: both;
}
[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 0.6666666667rem 1.3333333333rem;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .small-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .small-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .small-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .small-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .small-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .small-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
@media only screen and (min-width:64.063em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }
  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }
  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }
  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }
  .large-block-grid-3 > li {
    list-style: none;
    width: 33.3333333333%;
  }
  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }
  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }
  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }
  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }
  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }
  .large-block-grid-6 > li {
    list-style: none;
    width: 16.6666666667%;
  }
  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }
  .large-block-grid-7 > li {
    list-style: none;
    width: 14.2857142857%;
  }
  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }
  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }
  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }
  .large-block-grid-9 > li {
    list-style: none;
    width: 11.1111111111%;
  }
  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }
  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }
  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }
  .large-block-grid-11 > li {
    list-style: none;
    width: 9.0909090909%;
  }
  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }
  .large-block-grid-12 > li {
    list-style: none;
    width: 8.3333333333%;
  }
  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
.breadcrumbs {
  border-style: solid;
  border-width: 1px;
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden;
  padding: 0.6rem 0.9333333333rem 0.6rem;
  background-color: #c9c9c9;
  border-color: #b5b5b5;
  border-radius: 3px;
}
.breadcrumbs > * {
  color: #4275AE;
  float: left;
  font-size: 0.7333333333rem;
  line-height: 0.7333333333rem;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: underline;
}
.breadcrumbs > * a {
  color: #4275AE;
}
.breadcrumbs > *.current {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current a {
  color: #333333;
  cursor: default;
}
.breadcrumbs > *.current:hover, .breadcrumbs > *.current:hover a, .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
  text-decoration: none;
}
.breadcrumbs > *.unavailable {
  color: #999999;
}
.breadcrumbs > *.unavailable a {
  color: #999999;
}
.breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
.breadcrumbs > *.unavailable a:focus {
  color: #999999;
  cursor: not-allowed;
  text-decoration: none;
}
.breadcrumbs > *:before {
  color: #AAAAAA;
  content: "/";
  margin: 0 0.8rem;
  position: relative;
  top: 1px;
}
.breadcrumbs > *:first-child:before {
  content: " ";
  margin: 0;
}

/* Accessibility - hides the forward slash */
[aria-label=breadcrumbs] [aria-hidden=true]:after {
  content: "/";
}

button, .button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.3333333333rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.4666666667rem 0.9333333333rem 0.5333333333rem 0.9333333333rem;
  font-size: 1.0666666667rem;
  background-color: #4275AE;
  border-color: #355e8b;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
}
button:hover, button:focus, .button:hover, .button:focus {
  background-color: #355e8b;
}
button:hover, button:focus, .button:hover, .button:focus {
  color: #FFFFFF;
}
button.secondary, .button.secondary {
  background-color: #6d6d6d;
  border-color: #6d6d6d;
  color: #FFFFFF;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  background-color: #565656;
}
button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
  color: #FFFFFF;
}
button.success, .button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  background-color: #368a55;
}
button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
  color: #FFFFFF;
}
button.alert, .button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  background-color: #cf2a0e;
}
button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
  color: #FFFFFF;
}
button.warning, .button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  background-color: #cf6e0e;
}
button.warning:hover, button.warning:focus, .button.warning:hover, .button.warning:focus {
  color: #FFFFFF;
}
button.info, .button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  background-color: #61b6d9;
}
button.info:hover, button.info:focus, .button.info:hover, .button.info:focus {
  color: #FFFFFF;
}
button.large, .button.large {
  padding: 0.6666666667rem 1.3333333333rem 0.7333333333rem 1.3333333333rem;
  font-size: 1.3333333333rem;
}
button.small, .button.small {
  padding: 0.4rem 0.8rem 0.4666666667rem 0.8rem;
  font-size: 0.8666666667rem;
}
button.tiny, .button.tiny {
  padding: 0.3333333333rem 0.6666666667rem 0.4rem 0.6666666667rem;
  font-size: 0.7333333333rem;
}
button.expand, .button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}
button.left-align, .button.left-align {
  text-align: left;
  text-indent: 0.8rem;
}
button.right-align, .button.right-align {
  text-align: right;
  padding-right: 0.8rem;
}
button.radius, .button.radius {
  border-radius: 3px;
}
button.round, .button.round {
  border-radius: 1000px;
}
button.disabled, button[disabled], .button.disabled, .button[disabled] {
  background-color: #4275AE;
  border-color: #355e8b;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #355e8b;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  color: #FFFFFF;
}
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #4275AE;
}
button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
  background-color: #888888;
  border-color: #6d6d6d;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #6d6d6d;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  color: #FFFFFF;
}
button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #888888;
}
button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #368a55;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  color: #FFFFFF;
}
button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #43AC6A;
}
button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #cf2a0e;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  color: #FFFFFF;
}
button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #f04124;
}
button.disabled.warning, button[disabled].warning, .button.disabled.warning, .button[disabled].warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #cf6e0e;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  color: #FFFFFF;
}
button.disabled.warning:hover, button.disabled.warning:focus, button[disabled].warning:hover, button[disabled].warning:focus, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f08a24;
}
button.disabled.info, button[disabled].info, .button.disabled.info, .button[disabled].info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #61b6d9;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  color: #FFFFFF;
}
button.disabled.info:hover, button.disabled.info:focus, button[disabled].info:hover, button[disabled].info:focus, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #a0d3e8;
}

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

@media only screen and (min-width:40.063em) {
  button, .button {
    display: inline-block;
  }
}
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
}
.button-group:before, .button-group:after {
  content: " ";
  display: table;
}
.button-group:after {
  clear: both;
}
.button-group.even-2 li {
  display: inline-block;
  margin: 0 -2px;
  width: 50%;
}
.button-group.even-2 li > button, .button-group.even-2 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
  border-left: 0;
}
.button-group.even-2 li button, .button-group.even-2 li .button {
  width: 100%;
}
.button-group.even-3 li {
  display: inline-block;
  margin: 0 -2px;
  width: 33.3333333333%;
}
.button-group.even-3 li > button, .button-group.even-3 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
  border-left: 0;
}
.button-group.even-3 li button, .button-group.even-3 li .button {
  width: 100%;
}
.button-group.even-4 li {
  display: inline-block;
  margin: 0 -2px;
  width: 25%;
}
.button-group.even-4 li > button, .button-group.even-4 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
  border-left: 0;
}
.button-group.even-4 li button, .button-group.even-4 li .button {
  width: 100%;
}
.button-group.even-5 li {
  display: inline-block;
  margin: 0 -2px;
  width: 20%;
}
.button-group.even-5 li > button, .button-group.even-5 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
  border-left: 0;
}
.button-group.even-5 li button, .button-group.even-5 li .button {
  width: 100%;
}
.button-group.even-6 li {
  display: inline-block;
  margin: 0 -2px;
  width: 16.6666666667%;
}
.button-group.even-6 li > button, .button-group.even-6 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
  border-left: 0;
}
.button-group.even-6 li button, .button-group.even-6 li .button {
  width: 100%;
}
.button-group.even-7 li {
  display: inline-block;
  margin: 0 -2px;
  width: 14.2857142857%;
}
.button-group.even-7 li > button, .button-group.even-7 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
  border-left: 0;
}
.button-group.even-7 li button, .button-group.even-7 li .button {
  width: 100%;
}
.button-group.even-8 li {
  display: inline-block;
  margin: 0 -2px;
  width: 12.5%;
}
.button-group.even-8 li > button, .button-group.even-8 li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
  border-left: 0;
}
.button-group.even-8 li button, .button-group.even-8 li .button {
  width: 100%;
}
.button-group > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group > li > button, .button-group > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group > li:first-child button, .button-group > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li {
  display: block;
  margin: 0;
  float: none;
}
.button-group.stack > li > button, .button-group.stack > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-left: 0;
}
.button-group.stack > li > button, .button-group.stack > li .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.stack > li > button {
  width: 100%;
}
.button-group.stack > li:first-child button, .button-group.stack > li:first-child .button {
  border-top: 0;
}
.button-group.stack-for-small > li {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
  border-left: 0;
}
@media only screen and (max-width: 40em) {
  .button-group.stack-for-small > li {
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-left: 0;
  }
  .button-group.stack-for-small > li > button, .button-group.stack-for-small > li .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.stack-for-small > li > button {
    width: 100%;
  }
  .button-group.stack-for-small > li:first-child button, .button-group.stack-for-small > li:first-child .button {
    border-top: 0;
  }
}
.button-group.radius > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.radius > * > button, .button-group.radius > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
  border-left: 0;
}
.button-group.radius > *,
.button-group.radius > * > a,
.button-group.radius > * > button,
.button-group.radius > * > .button {
  border-radius: 0;
}
.button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > * {
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-left: 0;
}
.button-group.radius.stack > * > button, .button-group.radius.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.radius.stack > * > button {
  width: 100%;
}
.button-group.radius.stack > *:first-child button, .button-group.radius.stack > *:first-child .button {
  border-top: 0;
}
.button-group.radius.stack > *,
.button-group.radius.stack > * > a,
.button-group.radius.stack > * > button,
.button-group.radius.stack > * > .button {
  border-radius: 0;
}
.button-group.radius.stack > *:first-child, .button-group.radius.stack > *:first-child > a, .button-group.radius.stack > *:first-child > button, .button-group.radius.stack > *:first-child > .button {
  -webkit-top-left-radius: 3px;
  -webkit-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.button-group.radius.stack > *:last-child, .button-group.radius.stack > *:last-child > a, .button-group.radius.stack > *:last-child > button, .button-group.radius.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 3px;
  -webkit-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
@media only screen and (min-width:40.063em) {
  .button-group.radius.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.radius.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.radius.stack-for-small > * > button, .button-group.radius.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.radius.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.radius.stack-for-small > *:first-child button, .button-group.radius.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.radius.stack-for-small > *,
  .button-group.radius.stack-for-small > * > a,
  .button-group.radius.stack-for-small > * > button,
  .button-group.radius.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.radius.stack-for-small > *:first-child, .button-group.radius.stack-for-small > *:first-child > a, .button-group.radius.stack-for-small > *:first-child > button, .button-group.radius.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 3px;
    -webkit-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }
  .button-group.radius.stack-for-small > *:last-child, .button-group.radius.stack-for-small > *:last-child > a, .button-group.radius.stack-for-small > *:last-child > button, .button-group.radius.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 3px;
    -webkit-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }
}
.button-group.round > * {
  display: inline-block;
  margin: 0 -2px;
}
.button-group.round > * > button, .button-group.round > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round > *:first-child button, .button-group.round > *:first-child .button {
  border-left: 0;
}
.button-group.round > *,
.button-group.round > * > a,
.button-group.round > * > button,
.button-group.round > * > .button {
  border-radius: 0;
}
.button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
.button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.button-group.round.stack > * {
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-left: 0;
}
.button-group.round.stack > * > button, .button-group.round.stack > * .button {
  border-color: rgba(255, 255, 255, 0.5);
  border-left-width: 0;
  border-top: 1px solid;
  display: block;
  margin: 0;
}
.button-group.round.stack > * > button {
  width: 100%;
}
.button-group.round.stack > *:first-child button, .button-group.round.stack > *:first-child .button {
  border-top: 0;
}
.button-group.round.stack > *,
.button-group.round.stack > * > a,
.button-group.round.stack > * > button,
.button-group.round.stack > * > .button {
  border-radius: 0;
}
.button-group.round.stack > *:first-child, .button-group.round.stack > *:first-child > a, .button-group.round.stack > *:first-child > button, .button-group.round.stack > *:first-child > .button {
  -webkit-top-left-radius: 0.4666666667rem;
  -webkit-top-right-radius: 0.4666666667rem;
  border-top-left-radius: 0.4666666667rem;
  border-top-right-radius: 0.4666666667rem;
}
.button-group.round.stack > *:last-child, .button-group.round.stack > *:last-child > a, .button-group.round.stack > *:last-child > button, .button-group.round.stack > *:last-child > .button {
  -webkit-bottom-left-radius: 0.4666666667rem;
  -webkit-bottom-right-radius: 0.4666666667rem;
  border-bottom-left-radius: 0.4666666667rem;
  border-bottom-right-radius: 0.4666666667rem;
}
@media only screen and (min-width:40.063em) {
  .button-group.round.stack-for-small > * {
    display: inline-block;
    margin: 0 -2px;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
  }
}
@media only screen and (max-width: 40em) {
  .button-group.round.stack-for-small > * {
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5);
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-left: 0;
  }
  .button-group.round.stack-for-small > * > button, .button-group.round.stack-for-small > * .button {
    border-color: rgba(255, 255, 255, 0.5);
    border-left-width: 0;
    border-top: 1px solid;
    display: block;
    margin: 0;
  }
  .button-group.round.stack-for-small > * > button {
    width: 100%;
  }
  .button-group.round.stack-for-small > *:first-child button, .button-group.round.stack-for-small > *:first-child .button {
    border-top: 0;
  }
  .button-group.round.stack-for-small > *,
  .button-group.round.stack-for-small > * > a,
  .button-group.round.stack-for-small > * > button,
  .button-group.round.stack-for-small > * > .button {
    border-radius: 0;
  }
  .button-group.round.stack-for-small > *:first-child, .button-group.round.stack-for-small > *:first-child > a, .button-group.round.stack-for-small > *:first-child > button, .button-group.round.stack-for-small > *:first-child > .button {
    -webkit-top-left-radius: 0.4666666667rem;
    -webkit-top-right-radius: 0.4666666667rem;
    border-top-left-radius: 0.4666666667rem;
    border-top-right-radius: 0.4666666667rem;
  }
  .button-group.round.stack-for-small > *:last-child, .button-group.round.stack-for-small > *:last-child > a, .button-group.round.stack-for-small > *:last-child > button, .button-group.round.stack-for-small > *:last-child > .button {
    -webkit-bottom-left-radius: 0.4666666667rem;
    -webkit-bottom-right-radius: 0.4666666667rem;
    border-bottom-left-radius: 0.4666666667rem;
    border-bottom-right-radius: 0.4666666667rem;
  }
}

.button-bar:before, .button-bar:after {
  content: " ";
  display: table;
}
.button-bar:after {
  clear: both;
}
.button-bar .button-group {
  float: left;
  margin-right: 0.6666666667rem;
}
.button-bar .button-group div {
  overflow: hidden;
}

/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
}
.clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
  content: " ";
  display: table;
}
.clearing-thumbs:after, [data-clearing]:after {
  clear: both;
}
.clearing-thumbs li, [data-clearing] li {
  float: left;
  margin-right: 10px;
}
.clearing-thumbs[class*=block-grid-] li, [data-clearing][class*=block-grid-] li {
  margin-right: 0;
}

.clearing-blackout {
  background: #333333;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 998;
  left: 0;
}
.clearing-blackout .clearing-close {
  display: block;
}

.clearing-container {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
  z-index: 998;
}

.clearing-touch-label {
  color: #AAAAAA;
  font-size: 0.6em;
  left: 50%;
  position: absolute;
  top: 50%;
}

.visible-img {
  height: 95%;
  position: relative;
}
.visible-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  max-height: 100%;
  max-width: 100%;
}

.clearing-caption {
  background: #333333;
  bottom: 0;
  color: #CCCCCC;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 10px 30px 20px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
}

.clearing-close {
  color: #CCCCCC;
  display: none;
  font-size: 30px;
  line-height: 1;
  padding-left: 20px;
  padding-top: 10px;
  z-index: 999;
}
.clearing-close:hover, .clearing-close:focus {
  color: #CCCCCC;
}

.clearing-assembled .clearing-container {
  height: 100%;
}
.clearing-assembled .clearing-container .carousel > ul {
  display: none;
}

.clearing-feature li {
  display: none;
}
.clearing-feature li.clearing-featured-img {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    height: 100%;
    position: absolute;
    top: 0;
    width: 40px;
  }
  .clearing-main-prev > span,
  .clearing-main-next > span {
    border: solid 12px;
    display: block;
    height: 0;
    position: absolute;
    top: 50%;
    width: 0;
  }
  .clearing-main-prev > span:hover,
  .clearing-main-next > span:hover {
    opacity: 0.8;
  }
  .clearing-main-prev {
    left: 0;
  }
  .clearing-main-prev > span {
    left: 5px;
    border-color: transparent;
    border-right-color: #CCCCCC;
  }
  .clearing-main-next {
    right: 0;
  }
  .clearing-main-next > span {
    border-color: transparent;
    border-left-color: #CCCCCC;
  }
  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3;
  }
  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center;
  }
  .clearing-assembled .clearing-container .carousel > ul {
    display: inline-block;
    z-index: 999;
    height: 100%;
    position: relative;
    float: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li {
    clear: none;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 0;
    min-height: inherit;
    opacity: 0.4;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 120px;
  }
  .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
    height: 100%;
    max-width: none;
  }
  .clearing-assembled .clearing-container .carousel > ul li a.th {
    border: none;
    box-shadow: none;
    display: block;
  }
  .clearing-assembled .clearing-container .carousel > ul li img {
    cursor: pointer !important;
    width: 100% !important;
  }
  .clearing-assembled .clearing-container .carousel > ul li.visible {
    opacity: 1;
  }
  .clearing-assembled .clearing-container .carousel > ul li:hover {
    opacity: 0.8;
  }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    height: 85%;
    overflow: hidden;
  }
  .clearing-close {
    padding-left: 0;
    padding-top: 0;
    position: absolute;
    top: 10px;
    right: 20px;
  }
}
/* Foundation Dropdowns */
.f-dropdown {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 2px;
  max-width: 200px;
}
.f-dropdown.open {
  display: block;
}
.f-dropdown > *:first-child {
  margin-top: 0;
}
.f-dropdown > *:last-child {
  margin-bottom: 0;
}
.f-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
.f-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
.f-dropdown.right:before {
  left: auto;
  right: 10px;
}
.f-dropdown.right:after {
  left: auto;
  right: 9px;
}
.f-dropdown.drop-right {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: 2px;
  max-width: 200px;
}
.f-dropdown.drop-right.open {
  display: block;
}
.f-dropdown.drop-right > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-right > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-right:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #FFFFFF transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 10px;
  left: -12px;
  z-index: 89;
}
.f-dropdown.drop-right:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #cccccc transparent transparent;
  border-right-style: solid;
  position: absolute;
  top: 9px;
  left: -14px;
  z-index: 88;
}
.f-dropdown.drop-left {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-top: 0;
  margin-left: -2px;
  max-width: 200px;
}
.f-dropdown.drop-left.open {
  display: block;
}
.f-dropdown.drop-left > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-left > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-left:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #FFFFFF;
  border-left-style: solid;
  position: absolute;
  top: 10px;
  right: -12px;
  left: auto;
  z-index: 89;
}
.f-dropdown.drop-left:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #cccccc;
  border-left-style: solid;
  position: absolute;
  top: 9px;
  right: -14px;
  left: auto;
  z-index: 88;
}
.f-dropdown.drop-top {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  height: auto;
  max-height: none;
  width: 100%;
  z-index: 89;
  margin-left: 0;
  margin-top: -2px;
  max-width: 200px;
}
.f-dropdown.drop-top.open {
  display: block;
}
.f-dropdown.drop-top > *:first-child {
  margin-top: 0;
}
.f-dropdown.drop-top > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.drop-top:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #FFFFFF transparent transparent transparent;
  border-top-style: solid;
  bottom: -12px;
  position: absolute;
  top: auto;
  left: 10px;
  right: auto;
  z-index: 89;
}
.f-dropdown.drop-top:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: #cccccc transparent transparent transparent;
  border-top-style: solid;
  bottom: -14px;
  position: absolute;
  top: auto;
  left: 9px;
  right: auto;
  z-index: 88;
}
.f-dropdown li {
  cursor: pointer;
  font-size: 0.9333333333rem;
  line-height: 1.2rem;
  margin: 0;
}
.f-dropdown li:hover, .f-dropdown li:focus {
  background: #EEEEEE;
}
.f-dropdown li.radius {
  border-radius: 3px;
}
.f-dropdown li a {
  display: block;
  padding: 0.5rem;
  color: #555555;
}
.f-dropdown.content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #FFFFFF;
  border: solid 1px #cccccc;
  font-size: 0.9333333333rem;
  height: auto;
  max-height: none;
  padding: 1.3333333333rem;
  width: 100%;
  z-index: 89;
  max-width: 200px;
}
.f-dropdown.content.open {
  display: block;
}
.f-dropdown.content > *:first-child {
  margin-top: 0;
}
.f-dropdown.content > *:last-child {
  margin-bottom: 0;
}
.f-dropdown.tiny {
  max-width: 200px;
}
.f-dropdown.small {
  max-width: 300px;
}
.f-dropdown.medium {
  max-width: 500px;
}
.f-dropdown.large {
  max-width: 800px;
}
.f-dropdown.mega {
  width: 100% !important;
  max-width: 100% !important;
}
.f-dropdown.mega.open {
  left: 0 !important;
}

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.8rem;
}
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}
.dropdown.button::after, button.dropdown::after {
  border-width: 0.4rem;
  right: 1.5rem;
  margin-top: -0.1666666667rem;
}
.dropdown.button::after, button.dropdown::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.tiny, button.dropdown.tiny {
  padding-right: 2.8rem;
}
.dropdown.button.tiny:after, button.dropdown.tiny:after {
  border-width: 0.4rem;
  right: 1.2rem;
  margin-top: -0.1333333333rem;
}
.dropdown.button.tiny::after, button.dropdown.tiny::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.small, button.dropdown.small {
  padding-right: 3.2666666667rem;
}
.dropdown.button.small::after, button.dropdown.small::after {
  border-width: 0.4666666667rem;
  right: 1.4rem;
  margin-top: -0.1666666667rem;
}
.dropdown.button.small::after, button.dropdown.small::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.large, button.dropdown.large {
  padding-right: 3.8666666667rem;
}
.dropdown.button.large::after, button.dropdown.large::after {
  border-width: 0.3333333333rem;
  right: 1.8333333333rem;
  margin-top: -0.1666666667rem;
}
.dropdown.button.large::after, button.dropdown.large::after {
  border-color: #FFFFFF transparent transparent transparent;
}
.dropdown.button.secondary:after, button.dropdown.secondary:after {
  border-color: #333333 transparent transparent transparent;
}

.flex-video {
  height: 0;
  margin-bottom: 1.0666666667rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.6666666667rem;
  position: relative;
}
.flex-video.widescreen {
  padding-bottom: 56.34%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* Standard Forms */
form {
  margin: 0 0 1.0666666667rem;
}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5333333333rem;
}
form .row .row .column,
form .row .row .columns {
  padding: 0 0.5333333333rem;
}
form .row .row.collapse {
  margin: 0;
}
form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}
form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5333333333rem;
}

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.9333333333rem;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}
label.right {
  float: none !important;
  text-align: right;
}
label.inline {
  margin: 0 0 1.0666666667rem 0;
  padding: 0.6rem 0;
}
label small {
  text-transform: capitalize;
  color: #676767;
}

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 0.9333333333rem;
  height: 2.4666666667rem;
  line-height: 2.4666666667rem;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  border-color: true;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc;
}

span.postfix, label.postfix {
  background: #f2f2f2;
  color: #333333;
  border-color: #cccccc;
}

/* We use this to get basic styling on all basic form elements */
input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url], input[type=color], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: 0.9333333333rem;
  height: 2.4666666667rem;
  margin: 0 0 1.0666666667rem 0;
  padding: 0.5333333333rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=datetime-local]:focus, input[type=month]:focus, input[type=week]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=color]:focus, textarea:focus {
  background: #fafafa;
  border-color: #999999;
  outline: none;
}
input[type=text]:disabled, input[type=password]:disabled, input[type=date]:disabled, input[type=datetime]:disabled, input[type=datetime-local]:disabled, input[type=month]:disabled, input[type=week]:disabled, input[type=email]:disabled, input[type=number]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=color]:disabled, textarea:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text][disabled], input[type=text][readonly], fieldset[disabled] input[type=text], input[type=password][disabled], input[type=password][readonly], fieldset[disabled] input[type=password], input[type=date][disabled], input[type=date][readonly], fieldset[disabled] input[type=date], input[type=datetime][disabled], input[type=datetime][readonly], fieldset[disabled] input[type=datetime], input[type=datetime-local][disabled], input[type=datetime-local][readonly], fieldset[disabled] input[type=datetime-local], input[type=month][disabled], input[type=month][readonly], fieldset[disabled] input[type=month], input[type=week][disabled], input[type=week][readonly], fieldset[disabled] input[type=week], input[type=email][disabled], input[type=email][readonly], fieldset[disabled] input[type=email], input[type=number][disabled], input[type=number][readonly], fieldset[disabled] input[type=number], input[type=search][disabled], input[type=search][readonly], fieldset[disabled] input[type=search], input[type=tel][disabled], input[type=tel][readonly], fieldset[disabled] input[type=tel], input[type=time][disabled], input[type=time][readonly], fieldset[disabled] input[type=time], input[type=url][disabled], input[type=url][readonly], fieldset[disabled] input[type=url], input[type=color][disabled], input[type=color][readonly], fieldset[disabled] input[type=color], textarea[disabled], textarea[readonly], fieldset[disabled] textarea {
  background-color: #DDDDDD;
  cursor: default;
}
input[type=text].radius, input[type=password].radius, input[type=date].radius, input[type=datetime].radius, input[type=datetime-local].radius, input[type=month].radius, input[type=week].radius, input[type=email].radius, input[type=number].radius, input[type=search].radius, input[type=tel].radius, input[type=time].radius, input[type=url].radius, input[type=color].radius, textarea.radius {
  border-radius: 3px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}
form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

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

/* Respect enforced amount of rows for textarea */
textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */
textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
}

:-ms-input-placeholder {
  color: #cccccc;
}

/* Add height value for select elements to match text input height */
select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc;
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: 0.9333333333rem;
  line-height: normal;
  padding: 0.5333333333rem;
  border-radius: 0;
  height: 2.4666666667rem;
}
select::-ms-expand {
  display: none;
}
select.radius {
  border-radius: 3px;
}
select:hover {
  background-color: #f3f3f3;
  border-color: #999999;
}
select:disabled {
  background-color: #DDDDDD;
  cursor: default;
}
select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */
input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 1.0666666667rem 0;
}

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

/* Normalize file input width */
input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */
/* We add basic fieldset styling */
fieldset {
  border: 1px solid #DDDDDD;
  margin: 1.2rem 0;
  padding: 1.3333333333rem;
}
fieldset legend {
  background: #FFFFFF;
  font-weight: 700;
  margin-left: -0.2rem;
  margin: 0;
  padding: 0 0.2rem;
}

/* Error Handling */
[data-abide] .error small.error, [data-abide] .error span.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.0666666667rem;
  margin-top: -1px;
  padding: 0.4rem 0.6rem 0.6rem;
  background: #f04124;
  color: #FFFFFF;
}
[data-abide] span.error, [data-abide] small.error {
  display: none;
}

span.error, small.error {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.0666666667rem;
  margin-top: -1px;
  padding: 0.4rem 0.6rem 0.6rem;
  background: #f04124;
  color: #FFFFFF;
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}
.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 1.0666666667rem;
}
.error label,
.error label.error {
  color: #f04124;
}
.error small.error {
  display: block;
  font-size: 0.8rem;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 1.0666666667rem;
  margin-top: -1px;
  padding: 0.4rem 0.6rem 0.6rem;
  background: #f04124;
  color: #FFFFFF;
}
.error > label > small {
  background: transparent;
  color: #676767;
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}
.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: #f04124;
}

.icon-bar {
  display: inline-block;
  font-size: 0;
  width: 100%;
  background: #333333;
}
.icon-bar > * {
  display: block;
  float: left;
  font-size: 1rem;
  margin: 0 auto;
  padding: 1.25rem;
  text-align: center;
  width: 25%;
}
.icon-bar > * i, .icon-bar > * img {
  display: block;
  margin: 0 auto;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: 0.0625rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
  vertical-align: middle;
}
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}
.icon-bar.label-right > * i, .icon-bar.label-right > * img {
  display: inline-block;
  margin: 0 0.0625rem 0 0;
}
.icon-bar.label-right > * i + label, .icon-bar.label-right > * img + label {
  margin-top: 0;
}
.icon-bar.label-right > * label {
  display: inline-block;
}
.icon-bar.vertical.label-right > * {
  text-align: left;
}
.icon-bar.vertical, .icon-bar.small-vertical {
  height: 100%;
  width: auto;
}
.icon-bar.vertical .item, .icon-bar.small-vertical .item {
  float: none;
  margin: auto;
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.medium-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.medium-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.large-vertical {
    height: 100%;
    width: auto;
  }
  .icon-bar.large-vertical .item {
    float: none;
    margin: auto;
    width: auto;
  }
}
.icon-bar > * {
  font-size: 1rem;
  padding: 1.25rem;
}
.icon-bar > * i + label, .icon-bar > * img + label {
  margin-top: 0.0625rem;
  font-size: 1rem;
}
.icon-bar > * i {
  font-size: 1.875rem;
}
.icon-bar > * img {
  height: 1.875rem;
  width: 1.875rem;
}
.icon-bar > * label {
  color: #FFFFFF;
}
.icon-bar > * i {
  color: #FFFFFF;
}
.icon-bar > a:hover {
  background: #4275AE;
}
.icon-bar > a:hover label {
  color: #FFFFFF;
}
.icon-bar > a:hover i {
  color: #FFFFFF;
}
.icon-bar > a.active {
  background: #4275AE;
}
.icon-bar > a.active label {
  color: #FFFFFF;
}
.icon-bar > a.active i {
  color: #FFFFFF;
}
.icon-bar .item.disabled {
  cursor: not-allowed;
  opacity: 0.7;
  pointer-events: none;
}
.icon-bar .item.disabled > * {
  opacity: 0.7;
  cursor: not-allowed;
}
.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.seven-up .item {
  width: 14.28571%;
}
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.eight-up .item {
  width: 12.5%;
}
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

.icon-bar.two-up .item {
  width: 50%;
}
.icon-bar.two-up.vertical .item, .icon-bar.two-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.two-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.two-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.three-up .item {
  width: 33.3333%;
}
.icon-bar.three-up.vertical .item, .icon-bar.three-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.three-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.three-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.four-up .item {
  width: 25%;
}
.icon-bar.four-up.vertical .item, .icon-bar.four-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.four-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.four-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.five-up .item {
  width: 20%;
}
.icon-bar.five-up.vertical .item, .icon-bar.five-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.five-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.five-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.six-up .item {
  width: 16.66667%;
}
.icon-bar.six-up.vertical .item, .icon-bar.six-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.six-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.six-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.seven-up .item {
  width: 14.28571%;
}
.icon-bar.seven-up.vertical .item, .icon-bar.seven-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.seven-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.seven-up.large-vertical .item {
    width: auto;
  }
}
.icon-bar.eight-up .item {
  width: 12.5%;
}
.icon-bar.eight-up.vertical .item, .icon-bar.eight-up.small-vertical .item {
  width: auto;
}
@media only screen and (min-width:40.063em) {
  .icon-bar.eight-up.medium-vertical .item {
    width: auto;
  }
}
@media only screen and (min-width:64.063em) {
  .icon-bar.eight-up.large-vertical .item {
    width: auto;
  }
}

.inline-list {
  list-style: none;
  margin: 0 auto 1.1333333333rem auto;
  margin-left: -1.4666666667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0;
}
.inline-list > li {
  display: block;
  float: left;
  list-style: none;
  margin-left: 1.4666666667rem;
}
.inline-list > li > * {
  display: block;
}

.label {
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.2666666667rem 0.5333333333rem 0.2666666667rem;
  font-size: 0.7333333333rem;
  background-color: #4275AE;
  color: #FFFFFF;
}
.label.radius {
  border-radius: 3px;
}
.label.round {
  border-radius: 1000px;
}
.label.alert {
  background-color: #f04124;
  color: #FFFFFF;
}
.label.warning {
  background-color: #f08a24;
  color: #FFFFFF;
}
.label.success {
  background-color: #43AC6A;
  color: #FFFFFF;
}
.label.secondary {
  background-color: #888888;
  color: #FFFFFF;
}
.label.info {
  background-color: #a0d3e8;
  color: #333333;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative;
}
.slideshow-wrapper ul {
  list-style-type: none;
  margin: 0;
}
.slideshow-wrapper ul li,
.slideshow-wrapper ul li .orbit-caption {
  display: none;
}
.slideshow-wrapper ul li:first-child {
  display: block;
}
.slideshow-wrapper .orbit-container {
  background-color: transparent;
}
.slideshow-wrapper .orbit-container li {
  display: block;
}
.slideshow-wrapper .orbit-container li .orbit-caption {
  display: block;
}
.slideshow-wrapper .orbit-container .orbit-bullets li {
  display: inline-block;
}
.slideshow-wrapper .preloader {
  border-radius: 1000px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: rotate;
  animation-timing-function: linear;
  border-color: #555555 #FFFFFF;
  border: solid 3px;
  display: block;
  height: 40px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 40px;
}

.orbit-container {
  background: none;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.orbit-container .orbit-slides-container {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.orbit-container .orbit-slides-container img {
  display: block;
  max-width: 100%;
}
.orbit-container .orbit-slides-container > * {
  position: absolute;
  top: 0;
  width: 100%;
  margin-left: 100%;
}
.orbit-container .orbit-slides-container > *:first-child {
  margin-left: 0;
}
.orbit-container .orbit-slides-container > * .orbit-caption {
  bottom: 0;
  position: absolute;
  background-color: rgba(51, 51, 51, 0.8);
  color: #FFFFFF;
  font-size: 0.9333333333rem;
  padding: 0.6666666667rem 0.9333333333rem;
  width: 100%;
}
.orbit-container .orbit-slide-number {
  left: 10px;
  background: rgba(0, 0, 0, 0);
  color: #FFFFFF;
  font-size: 12px;
  position: absolute;
  top: 10px;
  z-index: 10;
}
.orbit-container .orbit-slide-number span {
  font-weight: 700;
  padding: 0.3333333333rem;
}
.orbit-container .orbit-timer {
  position: absolute;
  top: 12px;
  right: 10px;
  height: 6px;
  width: 100px;
  z-index: 10;
}
.orbit-container .orbit-timer .orbit-progress {
  height: 3px;
  background-color: rgba(255, 255, 255, 0.3);
  display: block;
  width: 0;
  position: relative;
  right: 20px;
  top: 5px;
}
.orbit-container .orbit-timer > span {
  border: solid 4px #FFFFFF;
  border-bottom: none;
  border-top: none;
  display: none;
  height: 14px;
  position: absolute;
  top: 0;
  width: 11px;
  right: 0;
}
.orbit-container .orbit-timer.paused > span {
  top: 0;
  width: 11px;
  height: 14px;
  border: inset 8px;
  border-left-style: solid;
  border-color: transparent;
  border-left-color: #FFFFFF;
  right: -4px;
}
.orbit-container .orbit-timer.paused > span.dark {
  border-left-color: #333333;
}
.orbit-container:hover .orbit-timer > span {
  display: block;
}
.orbit-container .orbit-prev,
.orbit-container .orbit-next {
  background-color: transparent;
  color: white;
  height: 60px;
  line-height: 50px;
  margin-top: -25px;
  position: absolute;
  text-indent: -9999px !important;
  top: 45%;
  width: 36px;
  z-index: 10;
}
.orbit-container .orbit-prev:hover,
.orbit-container .orbit-next:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.orbit-container .orbit-prev > span,
.orbit-container .orbit-next > span {
  border: inset 10px;
  display: block;
  height: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 0;
}
.orbit-container .orbit-prev {
  left: 0;
}
.orbit-container .orbit-prev > span {
  border-right-style: solid;
  border-color: transparent;
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-prev:hover > span {
  border-right-color: #FFFFFF;
}
.orbit-container .orbit-next {
  right: 0;
}
.orbit-container .orbit-next > span {
  border-color: transparent;
  border-left-style: solid;
  border-left-color: #FFFFFF;
  left: 50%;
  margin-left: -4px;
}
.orbit-container .orbit-next:hover > span {
  border-left-color: #FFFFFF;
}

.orbit-bullets-container {
  text-align: center;
}

.orbit-bullets {
  display: block;
  float: none;
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  top: 10px;
}
.orbit-bullets li {
  background: #CCCCCC;
  cursor: pointer;
  display: inline-block;
  float: none;
  height: 0.6rem;
  margin-right: 6px;
  width: 0.6rem;
  border-radius: 1000px;
}
.orbit-bullets li.active {
  background: #999999;
}
.orbit-bullets li:last-child {
  margin-right: 0;
}

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none;
}
.touch .orbit-bullets {
  display: none;
}

@media only screen and (min-width:40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit;
  }
  .touch .orbit-bullets {
    display: block;
  }
}
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important;
  }
  .orbit-stack-on-small .orbit-slides-container > * {
    margin: 0 !important;
    opacity: 1 !important;
    position: relative;
  }
  .orbit-stack-on-small .orbit-slide-number {
    display: none;
  }
  .orbit-timer {
    display: none;
  }
  .orbit-next, .orbit-prev {
    display: none;
  }
  .orbit-bullets {
    display: none;
  }
}
ul.pagination {
  display: block;
  margin-left: -0.3333333333rem;
  min-height: 1.6rem;
}
ul.pagination li {
  color: #222222;
  font-size: 0.9333333333rem;
  height: 1.6rem;
  margin-left: 0.3333333333rem;
}
ul.pagination li a, ul.pagination li button {
  border-radius: 3px;
  transition: background-color 300ms ease-out;
  background: none;
  color: #616161;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 0.0666666667rem 0.6666666667rem 0.0666666667rem;
}
ul.pagination li:hover a,
ul.pagination li a:focus, ul.pagination li:hover button,
ul.pagination li button:focus {
  background: #e6e6e6;
  color: #222;
}
ul.pagination li.unavailable a, ul.pagination li.unavailable button {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus, ul.pagination li.unavailable:hover button, ul.pagination li.unavailable button:focus {
  background: transparent;
}
ul.pagination li.current a, ul.pagination li.current button {
  background: #335983;
  color: #FFFFFF;
  cursor: default;
  font-weight: 700;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus, ul.pagination li.current button:hover, ul.pagination li.current button:focus {
  background: #335983;
}
ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

.reveal-modal-bg {
  background: #000000;
  background: rgba(0, 0, 0, 0.45);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0;
}

.reveal-modal {
  border-radius: 3px;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #FFFFFF;
  padding: 2rem;
  border: solid 1px #666666;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 40em) {
  .reveal-modal {
    min-height: 100vh;
  }
}
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}
.reveal-modal > :first-child {
  margin-top: 0;
}
.reveal-modal > :last-child {
  margin-bottom: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 80%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal {
    top: 6.6666666667rem;
  }
}
.reveal-modal.radius {
  border-radius: 3px;
}
.reveal-modal.round {
  border-radius: 1000px;
}
.reveal-modal.collapse {
  padding: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.tiny {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 30%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.small {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 40%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.medium {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 60%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.large {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 70%;
  }
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.xlarge {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 95%;
  }
}
.reveal-modal.full {
  height: 100vh;
  height: 100%;
  left: 0;
  margin-left: 0 !important;
  max-width: none !important;
  min-height: 100vh;
  top: 0;
}
@media only screen and (min-width:40.063em) {
  .reveal-modal.full {
    left: 0;
    margin: 0 auto;
    max-width: 80rem;
    right: 0;
    width: 100%;
  }
}
.reveal-modal.toback {
  z-index: 1003;
}
.reveal-modal .close-reveal-modal {
  color: #AAAAAA;
  cursor: pointer;
  font-size: 2.6666666667rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 0.6666666667rem;
  right: 1.4666666667rem;
}

.side-nav {
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  list-style-position: outside;
  list-style-type: none;
  margin: 0;
  padding: 0.9333333333rem 0;
}
.side-nav li {
  font-size: 0.9333333333rem;
  font-weight: normal;
  margin: 0 0 0.4666666667rem 0;
}
.side-nav li a:not(.button) {
  color: #4275AE;
  display: block;
  margin: 0;
  padding: 0.4666666667rem 0.9333333333rem;
}
.side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
  background: hsla(0deg, 0%, 0%, 0.025);
  color: #769ecb;
}
.side-nav li a:not(.button):active {
  color: #769ecb;
}
.side-nav li.active > a:first-child:not(.button) {
  color: #769ecb;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
}
.side-nav li.divider {
  border-top: 1px solid;
  height: 0;
  list-style: none;
  padding: 0;
  border-top-color: #e6e6e6;
}
.side-nav li.heading {
  color: #4275AE;
  font-size: 0.9333333333rem;
  font-weight: bold;
  text-transform: uppercase;
}

.split.button {
  position: relative;
  padding-right: 5.4rem;
}
.split.button span {
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: solid 1px;
}
.split.button span:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: inset;
  top: 50%;
  left: 50%;
}
.split.button span:active {
  background-color: rgba(0, 0, 0, 0.1);
}
.split.button span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button span {
  width: 3.3rem;
}
.split.button span:after {
  border-top-style: solid;
  border-width: 0.4rem;
  margin-left: -0.4rem;
  top: 48%;
}
.split.button span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.secondary span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.secondary span:after {
  border-color: #FFFFFF transparent transparent transparent;
}
.split.button.alert span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.success span {
  border-left-color: rgba(255, 255, 255, 0.5);
}
.split.button.tiny {
  padding-right: 4rem;
}
.split.button.tiny span {
  width: 2.4rem;
}
.split.button.tiny span:after {
  border-top-style: solid;
  border-width: 0.4rem;
  margin-left: -0.4rem;
  top: 48%;
}
.split.button.small {
  padding-right: 4.6666666667rem;
}
.split.button.small span {
  width: 2.8rem;
}
.split.button.small span:after {
  border-top-style: solid;
  border-width: 0.4666666667rem;
  margin-left: -0.4rem;
  top: 48%;
}
.split.button.large {
  padding-right: 5.8666666667rem;
}
.split.button.large span {
  width: 3.6666666667rem;
}
.split.button.large span:after {
  border-top-style: solid;
  border-width: 0.3333333333rem;
  margin-left: -0.4rem;
  top: 48%;
}
.split.button.expand {
  padding-left: 2rem;
}
.split.button.secondary span:after {
  border-color: #333333 transparent transparent transparent;
}
.split.button.radius span {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.split.button.round span {
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}
.split.button.no-pip span:before {
  border-style: none;
}
.split.button.no-pip span:after {
  border-style: none;
}
.split.button.no-pip span > i {
  display: block;
  left: 50%;
  margin-left: -0.28889em;
  margin-top: -0.48889em;
  position: absolute;
  top: 50%;
}

.sub-nav {
  display: block;
  margin: -0.2666666667rem 0 1.2rem;
  overflow: hidden;
  padding-top: 0.2666666667rem;
  width: auto;
}
.sub-nav dt {
  text-transform: uppercase;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
  color: #999999;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.9333333333rem;
  font-weight: normal;
  margin-left: 1.0666666667rem;
  margin-bottom: 0;
}
.sub-nav dt a,
.sub-nav dd a,
.sub-nav li a {
  color: #999999;
  padding: 0.2rem 1.0666666667rem;
  text-decoration: none;
}
.sub-nav dt a:hover,
.sub-nav dd a:hover,
.sub-nav li a:hover {
  color: #737373;
}
.sub-nav dt.active a,
.sub-nav dd.active a,
.sub-nav li.active a {
  border-radius: 3px;
  background: #4275AE;
  color: #FFFFFF;
  cursor: default;
  font-weight: normal;
  padding: 0.2rem 1.0666666667rem;
}
.sub-nav dt.active a:hover,
.sub-nav dd.active a:hover,
.sub-nav li.active a:hover {
  background: #396596;
}

.switch {
  border: none;
  margin-bottom: 1.5rem;
  outline: 0;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch label {
  background: #DDDDDD;
  color: transparent;
  cursor: pointer;
  display: block;
  margin-bottom: 1rem;
  position: relative;
  text-indent: 100%;
  width: 4rem;
  height: 2rem;
  transition: left 0.15s ease-out;
}
.switch input {
  left: 10px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 9px;
}
.switch input + label {
  margin-left: 0;
  margin-right: 0;
}
.switch label:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  width: 1.5rem;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: translate3d(0, 0, 0);
  transition: left 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.switch input:checked + label {
  background: #4275AE;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  height: 2rem;
  width: 4rem;
}
.switch label:after {
  height: 1.5rem;
  width: 1.5rem;
}
.switch input:checked + label:after {
  left: 2.25rem;
}
.switch label {
  color: transparent;
  background: #DDDDDD;
}
.switch label:after {
  background: #FFFFFF;
}
.switch input:checked + label {
  background: #4275AE;
}
.switch.large label {
  height: 2.5rem;
  width: 5rem;
}
.switch.large label:after {
  height: 2rem;
  width: 2rem;
}
.switch.large input:checked + label:after {
  left: 2.75rem;
}
.switch.small label {
  height: 1.75rem;
  width: 3.5rem;
}
.switch.small label:after {
  height: 1.25rem;
  width: 1.25rem;
}
.switch.small input:checked + label:after {
  left: 2rem;
}
.switch.tiny label {
  height: 1.5rem;
  width: 3rem;
}
.switch.tiny label:after {
  height: 1rem;
  width: 1rem;
}
.switch.tiny input:checked + label:after {
  left: 1.75rem;
}
.switch.radius label {
  border-radius: 4px;
}
.switch.radius label:after {
  border-radius: 3px;
}
.switch.round {
  border-radius: 1000px;
}
.switch.round label {
  border-radius: 2rem;
}
.switch.round label:after {
  border-radius: 2rem;
}

table {
  background: #FFFFFF;
  border: solid 1px #DDDDDD;
  margin-bottom: 1.3333333333rem;
  table-layout: auto;
}
table caption {
  background: transparent;
  color: #222222;
  font-size: 1.0666666667rem;
  font-weight: bold;
}
table thead {
  background: #F5F5F5;
}
table thead tr th,
table thead tr td {
  color: #222222;
  font-size: 0.9333333333rem;
  font-weight: 700;
  padding: 0.5333333333rem 0.6666666667rem 0.6666666667rem;
}
table tfoot {
  background: #F5F5F5;
}
table tfoot tr th,
table tfoot tr td {
  color: #222222;
  font-size: 0.9333333333rem;
  font-weight: 700;
  padding: 0.5333333333rem 0.6666666667rem 0.6666666667rem;
}
table tr th,
table tr td {
  color: #222222;
  font-size: 0.9333333333rem;
  padding: 0.6rem 0.6666666667rem;
  text-align: left;
}
table tr.even, table tr.alt, table tr:nth-of-type(even) {
  background: #F9F9F9;
}
table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 1.2rem;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}
.tabs:before, .tabs:after {
  content: " ";
  display: table;
}
.tabs:after {
  clear: both;
}
.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: #EFEFEF;
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.0666666667rem;
  padding: 1.0666666667rem 2.1333333333rem;
}
.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 1.6rem;
  width: 100%;
}
.tabs-content:before, .tabs-content:after {
  content: " ";
  display: table;
}
.tabs-content:after {
  clear: both;
}
.tabs-content > .content {
  display: none;
  float: left;
  padding: 1rem 0;
  width: 100%;
}
.tabs-content > .content.active {
  display: block;
  float: none;
}
.tabs-content > .content.contained {
  padding: 1rem;
}
.tabs-content.vertical {
  display: block;
}
.tabs-content.vertical > .content {
  padding: 0 1rem;
}

@media only screen and (min-width:40.063em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 1.25rem !important;
    max-width: 20%;
    width: 20%;
  }
  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 1rem;
    width: 80%;
  }
}
.no-js .tabs-content > .content {
  display: block;
  float: none;
}

/* Image Thumbnails */
.th {
  border: solid 4px #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: all 200ms ease-out;
}
.th:hover, .th:focus {
  box-shadow: 0 0 6px 1px rgba(66, 117, 174, 0.5);
}
.th.radius {
  border-radius: 3px;
}

/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #CCCCCC;
  color: #333333;
  cursor: help;
  font-weight: 700;
}
.has-tip:hover, .has-tip:focus {
  border-bottom: dotted 1px #1e354e;
  color: #4275AE;
}
.has-tip.tip-left, .has-tip.tip-right {
  float: none !important;
}

.tooltip {
  background: #333333;
  color: #FFFFFF;
  display: none;
  font-size: 0.9333333333rem;
  font-weight: normal;
  line-height: 1.3;
  max-width: 300px;
  padding: 0.8rem;
  position: absolute;
  width: 100%;
  z-index: 1006;
  left: 50%;
}
.tooltip > .nub {
  border-color: transparent transparent #333333 transparent;
  border: solid 5px;
  display: block;
  height: 0;
  pointer-events: none;
  position: absolute;
  top: -10px;
  width: 0;
  left: 5px;
}
.tooltip > .nub.rtl {
  left: auto;
  right: 5px;
}
.tooltip.radius {
  border-radius: 3px;
}
.tooltip.round {
  border-radius: 1000px;
}
.tooltip.round > .nub {
  left: 2rem;
}
.tooltip.opened {
  border-bottom: dotted 1px #1e354e !important;
  color: #4275AE !important;
}

.tap-to-close {
  color: #777777;
  display: block;
  font-size: 0.6666666667rem;
  font-weight: normal;
}

@media only screen and (min-width:40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px;
  }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    bottom: -10px;
    top: auto;
  }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important;
  }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    left: auto;
    margin-top: -5px;
    right: -10px;
    top: 50%;
  }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    left: -10px;
    margin-top: -5px;
    right: auto;
    top: 50%;
  }
}
/*WCAG compliant colours*/
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #0E1531;
}
.contain-to-grid .top-bar {
  margin-bottom: 0;
}

.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
.fixed.expanded:not(.top-bar) {
  height: auto;
  max-height: 100%;
  overflow-y: auto;
  width: 100%;
}
.fixed.expanded:not(.top-bar) .title-area {
  position: fixed;
  width: 100%;
  z-index: 99;
}
.fixed.expanded:not(.top-bar) .top-bar-section {
  margin-top: 2.6rem;
  z-index: 98;
}

.top-bar {
  background: #0E1531;
  height: 2.6rem;
  line-height: 2.6rem;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.top-bar ul {
  list-style: none;
  margin-bottom: 0;
}
.top-bar .row {
  max-width: none;
}
.top-bar form,
.top-bar input,
.top-bar select {
  margin-bottom: 0;
}
.top-bar input,
.top-bar select {
  font-size: 0.75rem;
  height: 1.8666666667rem;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
}
.top-bar .button, .top-bar button {
  font-size: 0.75rem;
  margin-bottom: 0;
  padding-bottom: 0.4166666667rem;
  padding-top: 0.4166666667rem;
}
@media only screen and (max-width: 40em) {
  .top-bar .button, .top-bar button {
    position: relative;
    top: -1px;
  }
}
.top-bar .title-area {
  margin: 0;
  position: relative;
}
.top-bar .name {
  font-size: 15px;
  height: 2.6rem;
  margin: 0;
}
.top-bar .name h1, .top-bar .name h2, .top-bar .name h3, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
  font-size: 1.1333333333rem;
  line-height: 2.6rem;
  margin: 0;
}
.top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name h4 a, .top-bar .name p a, .top-bar .name span a {
  color: #F6F6F6;
  display: block;
  font-weight: normal;
  padding: 0 0.8666666667rem;
  width: 75%;
}
.top-bar .toggle-topbar {
  position: absolute;
  right: 0;
  top: 0;
}
.top-bar .toggle-topbar a {
  color: #F6F6F6;
  display: block;
  font-size: 0.8666666667rem;
  font-weight: 700;
  height: 2.6rem;
  line-height: 2.6rem;
  padding: 0 0.8666666667rem;
  position: relative;
  text-transform: uppercase;
}
.top-bar .toggle-topbar.menu-icon {
  margin-top: -16px;
  top: 50%;
}
.top-bar .toggle-topbar.menu-icon a {
  color: #FFFFFF;
  height: 34px;
  line-height: 33px;
  padding: 0 2.5333333333rem 0 0.8666666667rem;
  position: relative;
}
.top-bar .toggle-topbar.menu-icon a span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  margin-top: -8px;
  top: 50%;
  right: 0.8666666667rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 16px;
}
.top-bar .toggle-topbar.menu-icon a span:hover:after {
  box-shadow: 0 0 0 1px "", 0 7px 0 1px "", 0 14px 0 1px "";
}
.top-bar.expanded {
  background: transparent;
  height: auto;
}
.top-bar.expanded .title-area {
  background: #0E1531;
}
.top-bar.expanded .toggle-topbar a {
  color: #888888;
}
.top-bar.expanded .toggle-topbar a span::after {
  box-shadow: 0 0 0 1px #888888, 0 7px 0 1px #888888, 0 14px 0 1px #888888;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .top-bar.expanded .top-bar-section .has-dropdown.moved > .dropdown,
  .top-bar.expanded .top-bar-section .dropdown {
    clip: initial;
  }
  .top-bar.expanded .top-bar-section .has-dropdown:not(.moved) > ul {
    padding: 0;
  }
}

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
  transition: left 300ms ease-out;
}
.top-bar-section ul {
  display: block;
  font-size: 15px;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}
.top-bar-section .divider,
.top-bar-section [role=separator] {
  border-top: solid 1px #070b19;
  clear: both;
  height: 1px;
  width: 100%;
}
.top-bar-section ul li {
  background: #345c89;
}
.top-bar-section ul li > a {
  color: #F6F6F6;
  display: block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 0.8666666667rem;
  font-weight: 700;
  padding-left: 0.8666666667rem;
  padding: 12px 0 12px 0.8666666667rem;
  text-transform: none;
  width: 100%;
}
.top-bar-section ul li > a.button {
  font-size: 0.8666666667rem;
  padding-left: 0.8666666667rem;
  padding-right: 0.8666666667rem;
  background-color: #4275AE;
  border-color: #355e8b;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  background-color: #355e8b;
}
.top-bar-section ul li > a.button:hover, .top-bar-section ul li > a.button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary {
  background-color: #888888;
  border-color: #6d6d6d;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  background-color: #6d6d6d;
}
.top-bar-section ul li > a.button.secondary:hover, .top-bar-section ul li > a.button.secondary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > a.button.success:hover, .top-bar-section ul li > a.button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > a.button.alert:hover, .top-bar-section ul li > a.button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > a.button.warning:hover, .top-bar-section ul li > a.button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > a.button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > a.button.info:hover, .top-bar-section ul li > a.button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button {
  font-size: 0.8666666667rem;
  padding-left: 0.8666666667rem;
  padding-right: 0.8666666667rem;
  background-color: #4275AE;
  border-color: #355e8b;
  color: #FFFFFF;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  background-color: #355e8b;
}
.top-bar-section ul li > button:hover, .top-bar-section ul li > button:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary {
  background-color: #888888;
  border-color: #6d6d6d;
  color: #FFFFFF;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  background-color: #6d6d6d;
}
.top-bar-section ul li > button.secondary:hover, .top-bar-section ul li > button.secondary:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.success {
  background-color: #43AC6A;
  border-color: #368a55;
  color: #FFFFFF;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  background-color: #368a55;
}
.top-bar-section ul li > button.success:hover, .top-bar-section ul li > button.success:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert {
  background-color: #f04124;
  border-color: #cf2a0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  background-color: #cf2a0e;
}
.top-bar-section ul li > button.alert:hover, .top-bar-section ul li > button.alert:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning {
  background-color: #f08a24;
  border-color: #cf6e0e;
  color: #FFFFFF;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  background-color: #cf6e0e;
}
.top-bar-section ul li > button.warning:hover, .top-bar-section ul li > button.warning:focus {
  color: #FFFFFF;
}
.top-bar-section ul li > button.info {
  background-color: #a0d3e8;
  border-color: #61b6d9;
  color: #333333;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  background-color: #61b6d9;
}
.top-bar-section ul li > button.info:hover, .top-bar-section ul li > button.info:focus {
  color: #FFFFFF;
}
.top-bar-section ul li:hover:not(.has-form) > a {
  background-color: #4275AE;
  color: #FFFFFF;
  background: #345c89;
}
.top-bar-section ul li.active > a {
  background: #4275AE;
  color: #FFFFFF;
}
.top-bar-section ul li.active > a:hover {
  background: #396596;
  color: #FFFFFF;
}
.top-bar-section .has-form {
  padding: 0.8666666667rem;
}
.top-bar-section .has-dropdown {
  position: relative;
}
.top-bar-section .has-dropdown > a:after {
  border: inset 5px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.8);
  border-left-style: solid;
  margin-right: 0.8666666667rem;
  margin-top: -4.5px;
  position: absolute;
  top: 50%;
  right: 0;
}
.top-bar-section .has-dropdown.moved {
  position: static;
}
.top-bar-section .has-dropdown.moved > .dropdown {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
  display: block;
  position: absolute !important;
  width: 100%;
}
.top-bar-section .has-dropdown.moved > a:after {
  display: none;
}
.top-bar-section .dropdown {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  display: block;
  padding: 0;
  position: absolute;
  top: 0;
  z-index: 99;
  left: 100%;
}
.top-bar-section .dropdown li {
  height: auto;
  width: 100%;
}
.top-bar-section .dropdown li a {
  font-weight: normal;
  padding: 8px 0.8666666667rem;
}
.top-bar-section .dropdown li a.parent-link {
  font-weight: 700;
}
.top-bar-section .dropdown li.title h5, .top-bar-section .dropdown li.parent-link {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2rem;
}
.top-bar-section .dropdown li.title h5 a, .top-bar-section .dropdown li.parent-link a {
  color: #F6F6F6;
  display: block;
}
.top-bar-section .dropdown li.title h5 a:hover, .top-bar-section .dropdown li.parent-link a:hover {
  background: none;
}
.top-bar-section .dropdown li.has-form {
  padding: 8px 0.8666666667rem;
}
.top-bar-section .dropdown li .button,
.top-bar-section .dropdown li button {
  top: auto;
}
.top-bar-section .dropdown label {
  color: #777777;
  font-size: 0.6666666667rem;
  font-weight: 700;
  margin-bottom: 0;
  padding: 8px 0.8666666667rem 2px;
  text-transform: uppercase;
}

.js-generated {
  display: block;
}

@media only screen and (min-width:40.063em) {
  .top-bar {
    background: #0E1531;
    overflow: visible;
  }
  .top-bar:before, .top-bar:after {
    content: " ";
    display: table;
  }
  .top-bar:after {
    clear: both;
  }
  .top-bar .toggle-topbar {
    display: none;
  }
  .top-bar .title-area {
    float: left;
  }
  .top-bar .name h1 a,
  .top-bar .name h2 a,
  .top-bar .name h3 a,
  .top-bar .name h4 a,
  .top-bar .name h5 a,
  .top-bar .name h6 a {
    width: auto;
  }
  .top-bar input,
  .top-bar select,
  .top-bar .button,
  .top-bar button {
    font-size: 0.9333333333rem;
    height: 1.8666666667rem;
    position: relative;
    top: 0.3666666667rem;
  }
  .top-bar.expanded {
    background: #0E1531;
  }
  .contain-to-grid .top-bar {
    margin-bottom: 0;
    margin: 0 auto;
    max-width: 80rem;
  }
  .top-bar-section {
    transition: none 0 0;
    left: 0 !important;
  }
  .top-bar-section ul {
    display: inline;
    height: auto !important;
    width: auto;
  }
  .top-bar-section ul li {
    float: left;
  }
  .top-bar-section ul li .js-generated {
    display: none;
  }
  .top-bar-section li.hover > a:not(.button) {
    background-color: #4275AE;
    background: #345c89;
    color: #FFFFFF;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: #0E1531;
    line-height: 2.6rem;
    padding: 0 0.8666666667rem;
  }
  .top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: #4275AE;
    background: #345c89;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #325986;
    color: #FFFFFF;
    line-height: 2.6rem;
    padding: 0 0.8666666667rem;
  }
  .top-bar-section li.active:not(.has-form) a:not(.button):hover {
    background: #396596;
    color: #FFFFFF;
  }
  .top-bar-section .has-dropdown > a {
    padding-right: 2.2rem !important;
  }
  .top-bar-section .has-dropdown > a:after {
    border: inset 5px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
    border-top-style: solid;
    margin-top: -2.5px;
    top: 1.3rem;
  }
  .top-bar-section .has-dropdown.moved {
    position: relative;
  }
  .top-bar-section .has-dropdown.moved > .dropdown {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    display: block;
  }
  .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
    border: none;
    content: "»";
    top: 0.2rem;
    right: 5px;
  }
  .top-bar-section .dropdown {
    left: 0;
    background: transparent;
    min-width: 100%;
    top: auto;
  }
  .top-bar-section .dropdown li a {
    background: #345c89;
    color: #FFFFFF;
    line-height: 2.6rem;
    padding: 12px 0.8666666667rem;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
    background: #25466b;
    color: #FFFFFF;
  }
  .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #4275AE;
    color: #FFFFFF;
    background: #2d598b;
  }
  .top-bar-section .dropdown li label {
    background: #333333;
    white-space: nowrap;
  }
  .top-bar-section .dropdown li .dropdown {
    left: 100%;
    top: 0;
  }
  .top-bar-section > ul > .divider,
  .top-bar-section > ul > [role=separator] {
    border-right: solid 1px #1b285e;
    border-bottom: none;
    border-top: none;
    clear: none;
    height: 2.6rem;
    width: 0;
  }
  .top-bar-section .has-form {
    background: #0E1531;
    height: 2.6rem;
    padding: 0 0.8666666667rem;
  }
  .top-bar-section .right li .dropdown {
    left: auto;
    right: 0;
  }
  .top-bar-section .right li .dropdown li .dropdown {
    right: 100%;
  }
  .top-bar-section .left li .dropdown {
    right: auto;
    left: 0;
  }
  .top-bar-section .left li .dropdown li .dropdown {
    left: 100%;
  }
  .no-js .top-bar-section ul li:hover > a {
    background-color: #4275AE;
    background: #345c89;
    color: #FFFFFF;
  }
  .no-js .top-bar-section ul li:active > a {
    background: #4275AE;
    color: #FFFFFF;
  }
  .no-js .top-bar-section .has-dropdown:hover > .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
  .no-js .top-bar-section .has-dropdown > a:focus + .dropdown {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
    display: block;
    position: absolute !important;
  }
}
.text-left {
  text-align: left !important;
}

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }
  .small-only-text-right {
    text-align: right !important;
  }
  .small-only-text-center {
    text-align: center !important;
  }
  .small-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen {
  .small-text-left {
    text-align: left !important;
  }
  .small-text-right {
    text-align: right !important;
  }
  .small-text-center {
    text-align: center !important;
  }
  .small-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) and (max-width:64em) {
  .medium-only-text-left {
    text-align: left !important;
  }
  .medium-only-text-right {
    text-align: right !important;
  }
  .medium-only-text-center {
    text-align: center !important;
  }
  .medium-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:40.063em) {
  .medium-text-left {
    text-align: left !important;
  }
  .medium-text-right {
    text-align: right !important;
  }
  .medium-text-center {
    text-align: center !important;
  }
  .medium-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) and (max-width:90em) {
  .large-only-text-left {
    text-align: left !important;
  }
  .large-only-text-right {
    text-align: right !important;
  }
  .large-only-text-center {
    text-align: center !important;
  }
  .large-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:64.063em) {
  .large-text-left {
    text-align: left !important;
  }
  .large-text-right {
    text-align: right !important;
  }
  .large-text-center {
    text-align: center !important;
  }
  .large-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) and (max-width:120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }
  .xlarge-only-text-right {
    text-align: right !important;
  }
  .xlarge-only-text-center {
    text-align: center !important;
  }
  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:90.063em) {
  .xlarge-text-left {
    text-align: left !important;
  }
  .xlarge-text-right {
    text-align: right !important;
  }
  .xlarge-text-center {
    text-align: center !important;
  }
  .xlarge-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) and (max-width:99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }
  .xxlarge-only-text-right {
    text-align: right !important;
  }
  .xxlarge-only-text-center {
    text-align: center !important;
  }
  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}
@media only screen and (min-width:120.063em) {
  .xxlarge-text-left {
    text-align: left !important;
  }
  .xxlarge-text-right {
    text-align: right !important;
  }
  .xxlarge-text-center {
    text-align: center !important;
  }
  .xxlarge-text-justify {
    text-align: justify !important;
  }
}
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
.item .info h2,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */
a {
  color: #1f538d;
  line-height: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  color: #1b4779;
}
a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.3333333333rem;
  text-rendering: optimizeLegibility;
}
p.lead {
  font-size: 1.2333333333rem;
  line-height: 1.6;
}
p aside {
  font-size: 0.9333333333rem;
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */
h1, h2, h3, .item .info h2, h4, h5, h6 {
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  text-rendering: optimizeLegibility;
}
h1 small, h2 small, h3 small, .item .info h2 small, h4 small, h5 small, h6 small {
  color: #6f6f6f;
  font-size: 70%;
  line-height: 0;
}

h1 {
  font-size: 1.9333333333rem;
}

h2 {
  font-size: 1.5333333333rem;
}

h3, .item .info h2 {
  font-size: 1.2666666667rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.0666666667rem;
}

h6 {
  font-size: 1rem;
}

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

hr {
  border: solid #DDDDDD;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 1.3333333333rem 0 1.2666666667rem;
}

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit;
}

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

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

code {
  background-color: #dbdbdb;
  border-color: #c5c5c5;
  border-style: solid;
  border-width: 1px;
  color: #333333;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 0.1333333333rem 0.3333333333rem 0.0666666667rem;
  display: inline-block;
}

/* Lists */
ul,
ol,
dl {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 1.3333333333rem;
}

ul {
  margin-left: 1.1rem;
}
ul.no-bullet {
  margin-left: 0;
}
ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 1.3333333333rem;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.3333333333rem;
  margin-bottom: 0;
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
  margin-left: 1.1rem;
}
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem;
}
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol {
  margin-left: 1.4rem;
}
ol li ul,
ol li ol {
  margin-left: 1.3333333333rem;
  margin-bottom: 0;
}

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
dl dd {
  margin-bottom: 0.8rem;
}

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222;
  cursor: help;
}

abbr {
  text-transform: none;
}
abbr[title] {
  border-bottom: 1px dotted #DDDDDD;
}

/* Blockquotes */
blockquote {
  margin: 0 0 1.3333333333rem;
  padding: 0.6rem 1.3333333333rem 0 1.2666666667rem;
  border-left: 1px solid #DDDDDD;
}
blockquote cite {
  display: block;
  font-size: 0.8666666667rem;
  color: #555555;
}
blockquote cite:before {
  content: "— ";
}
blockquote cite a,
blockquote cite a:visited {
  color: #555555;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f;
}

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.3333333333rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.6666666667rem 0.8rem;
}
.vcard li {
  margin: 0;
  display: block;
}
.vcard .fn {
  font-weight: 700;
  font-size: 1rem;
}

.vevent .summary {
  font-weight: 700;
}
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: 700;
  border: none;
  padding: 0 0.0666666667rem;
}

@media only screen and (min-width:40.063em) {
  h1, h2, h3, .item .info h2, h4, h5, h6 {
    line-height: 1.4;
  }
  h1 {
    font-size: 2.4rem;
  }
  h2 {
    font-size: 1.8666666667rem;
  }
  h3, .item .info h2 {
    font-size: 1.4666666667rem;
  }
  h4 {
    font-size: 1.2rem;
  }
  h5 {
    font-size: 1.0666666667rem;
  }
  h6 {
    font-size: 1rem;
  }
}
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: visible;
}
.off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
}

.inner-wrap {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.inner-wrap:before, .inner-wrap:after {
  content: " ";
  display: table;
}
.inner-wrap:after {
  clear: both;
}

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 3rem;
  line-height: 3rem;
  position: relative;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar .item .info h2, .item .info .tab-bar h2, .tab-bar h4, .tab-bar h5, .tab-bar h6 {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 3rem;
  margin: 0;
}
.tab-bar h1, .tab-bar h2, .tab-bar h3, .tab-bar .item .info h2, .item .info .tab-bar h2, .tab-bar h4 {
  font-size: 1.0666666667rem;
}

.left-small {
  height: 3rem;
  position: absolute;
  top: 0;
  width: 3rem;
  border-right: solid 1px #1a1a1a;
  left: 0;
}

.right-small {
  height: 3rem;
  position: absolute;
  top: 0;
  width: 3rem;
  border-left: solid 1px #1a1a1a;
  right: 0;
}

.tab-bar-section {
  height: 3rem;
  padding: 0 0.6666666667rem;
  position: absolute;
  text-align: center;
  top: 0;
}
.tab-bar-section.left {
  text-align: left;
}
.tab-bar-section.right {
  text-align: right;
}
.tab-bar-section.left {
  left: 0;
  right: 3rem;
}
.tab-bar-section.right {
  left: 3rem;
  right: 0;
}
.tab-bar-section.middle {
  left: 3rem;
  right: 3rem;
}

.tab-bar .menu-icon {
  color: #FFFFFF;
  display: block;
  height: 3rem;
  padding: 0;
  position: relative;
  text-indent: 2.3333333333rem;
  transform: translate3d(0, 0, 0);
  width: 3rem;
}
.tab-bar .menu-icon span::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -0.5333333333rem;
  left: 0.9666666667rem;
  box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
  width: 1.0666666667rem;
}
.tab-bar .menu-icon span:hover:after {
  box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: white;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 21.3333333333rem;
  z-index: 1001;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
}
.left-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  background: white;
  bottom: 0;
  box-sizing: content-box;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  transition: transform 500ms ease 0s;
  width: 21.3333333333rem;
  z-index: 1001;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
}
.right-off-canvas-menu * {
  -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
ul.off-canvas-list li label {
  background: #444444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
}
ul.off-canvas-list li a {
  border-bottom: 1px solid #bfbfbf;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  padding: 0.6666666667rem;
  transition: background 300ms ease;
}
ul.off-canvas-list li a:hover {
  background: #242424;
}
ul.off-canvas-list li a:active {
  background: #242424;
}

.move-right > .inner-wrap {
  -webkit-transform: translate3d(21.3333333333rem, 0, 0);
  -moz-transform: translate3d(21.3333333333rem, 0, 0);
  -ms-transform: translate(21.3333333333rem, 0);
  -ms-transform: translate3d(21.3333333333rem, 0, 0);
  -o-transform: translate3d(21.3333333333rem, 0, 0);
  transform: translate3d(21.3333333333rem, 0, 0);
}
.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .move-right .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-21.3333333333rem, 0, 0);
  -moz-transform: translate3d(-21.3333333333rem, 0, 0);
  -ms-transform: translate(-21.3333333333rem, 0);
  -ms-transform: translate3d(-21.3333333333rem, 0, 0);
  -o-transform: translate3d(-21.3333333333rem, 0, 0);
  transform: translate3d(-21.3333333333rem, 0, 0);
}
.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .move-left .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}

.offcanvas-overlap .left-off-canvas-menu, .offcanvas-overlap .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}

.offcanvas-overlap-left .right-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-left .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}

.offcanvas-overlap-right .left-off-canvas-menu {
  -ms-transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  z-index: 1003;
}
.offcanvas-overlap-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1002;
}
@media only screen and (min-width:40.063em) {
  .offcanvas-overlap-right .exit-off-canvas:hover {
    background: rgba(0, 0, 0, 0.6);
  }
}

.no-csstransforms .left-off-canvas-menu {
  left: -21.3333333333rem;
}
.no-csstransforms .right-off-canvas-menu {
  right: -21.3333333333rem;
}
.no-csstransforms .move-left > .inner-wrap {
  right: 21.3333333333rem;
}
.no-csstransforms .move-right > .inner-wrap {
  left: 21.3333333333rem;
}

.left-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: white;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 21.3333333333rem;
  z-index: 1002;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate(-100%, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.left-submenu * {
  -webkit-backface-visibility: hidden;
}
.left-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 700;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  margin: 0;
}
.left-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.left-submenu .back > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}
.left-submenu.move-right, .left-submenu.offcanvas-overlap-right, .left-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.right-submenu {
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
  background: white;
  bottom: 0;
  box-sizing: content-box;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  width: 21.3333333333rem;
  z-index: 1002;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate(100%, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.right-submenu * {
  -webkit-backface-visibility: hidden;
}
.right-submenu .back > a {
  background: #444;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
  color: #999999;
  font-weight: 700;
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  margin: 0;
}
.right-submenu .back > a:hover {
  background: #303030;
  border-bottom: none;
  border-top: 1px solid #5e5e5e;
}
.right-submenu .back > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}
.right-submenu.move-left, .right-submenu.offcanvas-overlap-left, .right-submenu.offcanvas-overlap {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate(0%, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after {
  content: "»";
  margin-left: 0.5rem;
  display: inline;
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "«";
  margin-right: 0.5rem;
  display: inline;
}

/* small displays */
@media only screen {
  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .visible-for-small-only, .visible-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only, .hidden-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.show-for-small-only, table.show-for-small-up, table.show-for-small, table.show-for-small-down, table.hide-for-medium-only, table.hide-for-medium-up, table.hide-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.show-for-small-only, thead.show-for-small-up, thead.show-for-small, thead.show-for-small-down, thead.hide-for-medium-only, thead.hide-for-medium-up, thead.hide-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.show-for-small-only, tbody.show-for-small-up, tbody.show-for-small, tbody.show-for-small-down, tbody.hide-for-medium-only, tbody.hide-for-medium-up, tbody.hide-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.show-for-small-only, tr.show-for-small-up, tr.show-for-small, tr.show-for-small-down, tr.hide-for-medium-only, tr.hide-for-medium-up, tr.hide-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.show-for-small-only, td.show-for-small-only, th.show-for-small-up, td.show-for-small-up, th.show-for-small, td.show-for-small, th.show-for-small-down, td.show-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.hide-for-medium-up, td.hide-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* medium displays */
@media only screen and (min-width:40.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .visible-for-medium-only, .visible-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .hidden-for-medium-only, .hidden-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.show-for-medium-only, table.show-for-medium-up, table.show-for-medium, table.show-for-medium-down, table.hide-for-large-only, table.hide-for-large-up, table.hide-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.show-for-medium-only, thead.show-for-medium-up, thead.show-for-medium, thead.show-for-medium-down, thead.hide-for-large-only, thead.hide-for-large-up, thead.hide-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.show-for-medium-only, tbody.show-for-medium-up, tbody.show-for-medium, tbody.show-for-medium-down, tbody.hide-for-large-only, tbody.hide-for-large-up, tbody.hide-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.show-for-medium-only, tr.show-for-medium-up, tr.show-for-medium, tr.show-for-medium-down, tr.hide-for-large-only, tr.hide-for-large-up, tr.hide-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.show-for-medium-only, td.show-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.show-for-medium, td.show-for-medium, th.show-for-medium-down, td.show-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.hide-for-large-up, td.hide-for-large-up, th.hide-for-large, td.hide-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* large displays */
@media only screen and (min-width:64.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .visible-for-large-only, .visible-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .hidden-for-large-only, .hidden-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.show-for-large-only, table.show-for-large-up, table.show-for-large, table.show-for-large-down, table.hide-for-xlarge-only, table.hide-for-xlarge-up, table.hide-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.show-for-large-only, thead.show-for-large-up, thead.show-for-large, thead.show-for-large-down, thead.hide-for-xlarge-only, thead.hide-for-xlarge-up, thead.hide-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.show-for-large-only, tbody.show-for-large-up, tbody.show-for-large, tbody.show-for-large-down, tbody.hide-for-xlarge-only, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.show-for-large-only, tr.show-for-large-up, tr.show-for-large, tr.show-for-large-down, tr.hide-for-xlarge-only, tr.hide-for-xlarge-up, tr.hide-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.show-for-large-only, td.show-for-large-only, th.show-for-large-up, td.show-for-large-up, th.show-for-large, td.show-for-large, th.show-for-large-down, td.show-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.hide-for-xlarge-up, td.hide-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xlarge displays */
@media only screen and (min-width:90.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .visible-for-xlarge-only, .visible-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .hidden-for-xlarge-only, .hidden-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.show-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xlarge, table.show-for-xlarge-down, table.hide-for-xxlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.show-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xlarge, thead.show-for-xlarge-down, thead.hide-for-xxlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.show-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xlarge, tbody.show-for-xlarge-down, tbody.hide-for-xxlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.show-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xlarge, tr.show-for-xlarge-down, tr.hide-for-xxlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.show-for-xlarge-only, td.show-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.show-for-xlarge, td.show-for-xlarge, th.show-for-xlarge-down, td.show-for-xlarge-down, th.hide-for-xxlarge-only, td.hide-for-xxlarge-only, th.hide-for-xxlarge-up, td.hide-for-xxlarge-up, th.hide-for-xxlarge, td.hide-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* xxlarge displays */
@media only screen and (min-width:120.063em) {
  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .hide-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .show-for-xxlarge-down {
    display: inherit !important;
  }
  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .show-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .hide-for-xxlarge-down {
    display: none !important;
  }
  .hidden-for-small-only, .visible-for-small-up, .hidden-for-small, .hidden-for-small-down, .hidden-for-medium-only, .visible-for-medium-up, .hidden-for-medium, .hidden-for-medium-down, .hidden-for-large-only, .visible-for-large-up, .hidden-for-large, .hidden-for-large-down, .hidden-for-xlarge-only, .visible-for-xlarge-up, .hidden-for-xlarge, .hidden-for-xlarge-down, .visible-for-xxlarge-only, .visible-for-xxlarge-up, .visible-for-xxlarge, .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only, .hidden-for-small-up, .visible-for-small, .visible-for-small-down, .visible-for-medium-only, .hidden-for-medium-up, .visible-for-medium, .visible-for-medium-down, .visible-for-large-only, .hidden-for-large-up, .visible-for-large, .visible-for-large-down, .visible-for-xlarge-only, .hidden-for-xlarge-up, .visible-for-xlarge, .visible-for-xlarge-down, .hidden-for-xxlarge-only, .hidden-for-xxlarge-up, .hidden-for-xxlarge, .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }
  table.hide-for-small-only, table.show-for-small-up, table.hide-for-small, table.hide-for-small-down, table.hide-for-medium-only, table.show-for-medium-up, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-large-only, table.show-for-large-up, table.hide-for-large, table.hide-for-large-down, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.hide-for-xlarge, table.hide-for-xlarge-down, table.show-for-xxlarge-only, table.show-for-xxlarge-up, table.show-for-xxlarge, table.show-for-xxlarge-down {
    display: table !important;
  }
  thead.hide-for-small-only, thead.show-for-small-up, thead.hide-for-small, thead.hide-for-small-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-large-only, thead.show-for-large-up, thead.hide-for-large, thead.hide-for-large-down, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.hide-for-xlarge, thead.hide-for-xlarge-down, thead.show-for-xxlarge-only, thead.show-for-xxlarge-up, thead.show-for-xxlarge, thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only, tbody.show-for-small-up, tbody.hide-for-small, tbody.hide-for-small-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-large-only, tbody.show-for-large-up, tbody.hide-for-large, tbody.hide-for-large-down, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.hide-for-xlarge, tbody.hide-for-xlarge-down, tbody.show-for-xxlarge-only, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge, tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }
  tr.hide-for-small-only, tr.show-for-small-up, tr.hide-for-small, tr.hide-for-small-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-large-only, tr.show-for-large-up, tr.hide-for-large, tr.hide-for-large-down, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.hide-for-xlarge, tr.hide-for-xlarge-down, tr.show-for-xxlarge-only, tr.show-for-xxlarge-up, tr.show-for-xxlarge, tr.show-for-xxlarge-down {
    display: table-row;
  }
  th.hide-for-small-only, td.hide-for-small-only, th.show-for-small-up, td.show-for-small-up, th.hide-for-small, td.hide-for-small, th.hide-for-small-down, td.hide-for-small-down, th.hide-for-medium-only, td.hide-for-medium-only, th.show-for-medium-up, td.show-for-medium-up, th.hide-for-medium, td.hide-for-medium, th.hide-for-medium-down, td.hide-for-medium-down, th.hide-for-large-only, td.hide-for-large-only, th.show-for-large-up, td.show-for-large-up, th.hide-for-large, td.hide-for-large, th.hide-for-large-down, td.hide-for-large-down, th.hide-for-xlarge-only, td.hide-for-xlarge-only, th.show-for-xlarge-up, td.show-for-xlarge-up, th.hide-for-xlarge, td.hide-for-xlarge, th.hide-for-xlarge-down, td.hide-for-xlarge-down, th.show-for-xxlarge-only, td.show-for-xxlarge-only, th.show-for-xxlarge-up, td.show-for-xxlarge-up, th.show-for-xxlarge, td.show-for-xxlarge, th.show-for-xxlarge-down, td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

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

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table !important;
  }
  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table !important;
  }
  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */
table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */
.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.show-on-focus:focus, .show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000000 !important; /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group; /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3,
  .item .info h2 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3,
  .item .info h2 {
    page-break-after: avoid;
  }
  .hide-on-print {
    display: none !important;
  }
  .print-only {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  .show-for-print {
    display: inherit !important;
  }
}
/* Print visibility */
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
@media not print {
  .show-for-print {
    display: none !important;
  }
}
/*
=Mixins
=Global
=List
=Header
=Nav
=Specific
=Homepage grid
=Accessibility
*/
/* =Mixins
----------------------------*/
/* =Global
----------------------------*/
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.margin-top-large {
  margin-top: 5rem;
}

.margin-right {
  margin-right: 1rem;
}

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

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

.margin-bottom-large {
  margin-bottom: 5rem;
}

.no-margin {
  margin: 0;
}

.padding-left {
  padding-left: 1rem;
}

.padding-right {
  padding-right: 1rem;
}

@media only screen and (min-width:64.063em) {
  .padding-horizontal {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.border-top {
  border-top: 1px solid #DDDDDD;
  padding-top: 1rem;
}

@media only screen and (max-width: 40em) {
  .border-top-small-only {
    border-top: 1px solid #DDDDDD;
    padding-top: 1rem;
  }
}

.border-bottom {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.border-left {
  border-left: 1px solid #DDDDDD;
}

.has-divider {
  position: relative;
  padding-top: 0;
}
.has-divider:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: linear-gradient(to bottom, rgba(221, 221, 221, 0) 0, #DDDDDD 50%, rgba(221, 221, 221, 0) 100%);
}
.no-cssgradients .has-divider:after {
  background-color: #DDDDDD;
}

.padding-top {
  padding-top: 1rem;
}
@media only screen and (min-width:64.063em) {
  .padding-top {
    padding-top: 2rem;
  }
}

.padding-bottom {
  padding-bottom: 1rem;
}
@media only screen and (min-width:64.063em) {
  .padding-bottom {
    padding-bottom: 2rem;
  }
}

.padding-medium-small {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.padding-medium {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media only screen and (min-width:40.063em) {
  .padding-medium {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

.padding-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media only screen and (min-width:40.063em) {
  .padding-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

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

.full-width {
  width: 100%;
}

/* =Background
----------------------------*/
.bg-white {
  box-sizing: border-box;
  background-color: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
}
@media only screen and (min-width:64.063em) {
  .bg-white {
    margin-bottom: 5em;
    padding-left: 2em;
    padding-right: 2em;
  }
}

.bg-offwhite {
  position: relative;
  background-color: #EFEFEF;
  clear: both;
}
.bg-offwhite:after {
  content: "";
  display: table;
  clear: both;
}

/* =Button
----------------------------*/
.button.postfix {
  padding: 0;
  border: none;
}

/* =Elements
----------------------------*/
.breadcrumbs-container {
  margin-bottom: 1rem;
}

.breadcrumbs {
  padding: 0;
  background: none;
  border: none;
}
.breadcrumbs > * {
  float: none;
}

/* =Footer
----------------------------*/
.prefooter {
  background: #585858;
  color: #e6e6e6;
}
.prefooter h1, .prefooter h2, .prefooter h3, .prefooter .item .info h2, .item .info .prefooter h2, .prefooter h4, .prefooter h5 {
  color: white;
}
.prefooter .prefooter-heading {
  color: white;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.4rem;
  margin-bottom: 0.5rem;
}
.prefooter a {
  color: #d9d9d9;
}
.prefooter a:hover, .prefooter a:active, .prefooter a:focus {
  text-decoration: underline;
  color: white;
}
.prefooter span {
  color: white;
}
.prefooter span:hover, .prefooter span:active, .prefooter span:focus {
  color: white;
}

footer {
  background: #333;
}
footer a {
  color: white;
}
footer a:hover, footer a:active, footer a:focus {
  text-decoration: underline;
  color: white;
}

/* =Forms
----------------------------*/
.toggle-form {
  display: none;
}
.toggle-form.active {
  display: block;
}

/* =Specific styles
----------------------------*/
.accordion-navigation .content.active {
  border: 1px solid #e8e8e8;
}

/* =Offset
----------------------------*/
@media only screen and (min-width:64.063em) {
  .offset-top-large {
    margin-top: -12rem;
  }
}

/* =Homepage grid
----------------------------*/
.feature-cell {
  height: 90px;
  padding: 1px;
}

.feature-cell-content {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: #3E435A;
  background: linear-gradient(-45deg, #3E435A 0%, #292d3c 100%);
  color: white;
  transition: background-color 0.2s ease-out;
}
.feature-cell-content.red {
  background-color: #892517;
  background: linear-gradient(-45deg, #892517 0%, #5d1910 100%);
}
.feature-cell-content.green {
  background-color: #467664;
  background: linear-gradient(-45deg, #467664 0%, #335649 100%);
}
.feature-cell-content.blue {
  background-color: #3a5a97;
  background: linear-gradient(-45deg, #3a5a97 0%, #2c4472 100%);
}
.feature-cell-content.purple {
  background-color: #523E9C;
  background: linear-gradient(-45deg, #523E9C 0%, #3f2f78 100%);
}
.feature-cell-content.orange {
  background-color: #EF6C00;
  background: linear-gradient(-45deg, #EF6C00 0%, #bc5500 100%);
}
.feature-cell-content:hover, .feature-cell-content:active, .feature-cell-content:focus {
  color: white;
  text-decoration: none;
}
.feature-cell-content:hover .content, .feature-cell-content:focus .content {
  opacity: 1;
}
.feature-cell-content:hover img, .feature-cell-content:focus img {
  transform: scale3d(1.05, 1.05, 1);
}
.feature-cell-content i {
  margin-right: 0.5rem;
}
.feature-cell-content > div {
  display: flex;
  align-items: center;
  position: absolute;
  padding: 0.5rem 1rem;
  left: 0;
  transition: top 0.2s ease-out, bottom 0.2s ease-out, opacity 0.2s ease-out;
}
.feature-cell-content .header {
  width: 100%;
  height: 100%;
  top: 0;
  font-weight: 700;
}
.feature-cell-content .content {
  width: 100%;
  bottom: 0;
  opacity: 0;
  font-size: 0.85rem;
  color: #DDDDDD;
}
.feature-cell-content img {
  display: block;
  opacity: 0.1;
  width: 100%;
  height: auto;
  transition: all 0.2s ease-out;
}

@media only screen and (min-width:40.063em) {
  .flex-center {
    justify-content: center;
  }
}

.feature-cell-2 {
  height: 90px;
}
@media only screen and (min-width:40.063em) {
  .feature-cell-2 {
    height: 180px;
  }
}

.feature-cell-3 {
  height: 90px;
}
@media only screen and (min-width:40.063em) {
  .feature-cell-3 {
    height: 270px;
  }
}

.feature-cell-4 {
  height: 90px;
}
@media only screen and (min-width:40.063em) {
  .feature-cell-4 {
    height: 360px;
  }
}

.grid-topic h2 {
  font-size: 1.2rem;
  font-weight: 500;
}
.grid-topic h3, .grid-topic .item .info h2, .item .info .grid-topic h2 {
  font-size: 1rem;
}
.grid-topic img {
  display: block;
  margin-bottom: 0.5em;
  width: 100%;
  height: auto;
}

.grid-topic-calendar select {
  height: 2rem;
  font-size: 0.9em;
  padding: 0.2rem 0.5rem;
}
.grid-topic-calendar .has-more {
  position: relative;
  display: block;
  height: 15em;
  overflow: hidden;
  margin-bottom: 0.5em;
}
.grid-topic-calendar .has-more:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95) 80%);
}
.grid-topic-calendar .has-more.expanded {
  height: auto;
}
.grid-topic-calendar .has-more.expanded:after {
  background: none;
  height: 1px;
}
.grid-topic-calendar .has-more .border-bottom {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.button.streaming {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
}
.button.streaming.red {
  background-color: #892517;
}
.button.streaming.red:hover, .button.streaming.red:focus, .button.streaming.red:active {
  background-color: #b5311e;
}
.button.streaming.green {
  background-color: #467664;
}
.button.streaming.green:hover, .button.streaming.green:focus, .button.streaming.green:active {
  background-color: #59967f;
}

/* =Other
----------------------------*/
.clearfix {
  clear: both;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
  flex-basis: 0;
  order: 1;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.count-up {
  font-weight: 300;
}
@media only screen and (min-width:40.063em) {
  .count-up {
    font-size: 4rem;
  }
}

.date-container {
  text-align: center;
}
.date-container time {
  display: block;
  width: 100%;
  text-transform: uppercase;
}

.date-divider {
  position: relative;
  margin: 0.5em 0;
  width: 100%;
  height: 1.5em;
}
@media only screen and (min-width:40.063em) {
  .date-divider {
    height: 3em;
  }
}
.date-divider:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  background: #DDDDDD;
}

.d3-chart {
  text-align: center;
}
.d3-chart svg {
  display: inline-block;
}
.d3-chart text {
  font-size: 0.6em;
}

/* =List
----------------------------*/
.button-panel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.button-panel li {
  margin: 0;
  padding: 0;
  border-top: 1px solid #EEEEEE;
}
.button-panel li:first-child {
  border-top: none;
}
.button-panel li a {
  display: block;
  width: 100%;
  height: 3rem;
  padding-left: 1rem;
  min-height: 3rem;
  line-height: 3rem;
}
.button-panel li a:hover, .button-panel li a:active, .button-panel li a:focus {
  text-decoration: none;
  background-color: #F9F9F9;
}

/* =Modal
----------------------------*/
.close-reveal-modal:hover, .close-reveal-modal:active {
  text-decoration: none;
}

/* =Accessibility
----------------------------*/
a:hover, a:focus, a:active {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
a.button:hover, a.button:focus, a.button:active {
  text-decoration: none;
}

.skip-links {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}
.skip-links li a {
  display: block;
  position: absolute;
  top: 0;
  left: -9999px;
  padding: 0.5em 1em;
  background-color: #325b89;
  color: #EEEEEE;
  font-size: 0.85em;
  transition: none;
}
.skip-links li a:hover, .skip-links li a:focus {
  z-index: 1;
  left: 0;
  background-color: #325b89;
  color: white;
  text-decoration: none;
}

/* =Overlay
----------------------------*/
.overlay-play {
  display: block;
  position: relative;
  color: white;
}
.overlay-play:before, .overlay-play:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.2s ease-out;
}
.overlay-play:before {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333333;
  opacity: 0.5;
}
.overlay-play:after {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  padding-left: 7px;
  border: 2px solid #F6F6F6;
  border-radius: 30px;
  content: "\f04b";
  text-align: center;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 2rem;
  line-height: 56px;
  color: #F6F6F6;
}
.overlay-play:hover, .overlay-play:focus, .overlay-play:active {
  text-decoration: none;
  color: white;
}
.overlay-play:hover:before, .overlay-play:focus:before, .overlay-play:active:before {
  opacity: 0.1;
}
.overlay-play:hover:after, .overlay-play:focus:after, .overlay-play:active:after {
  color: #FFFFFF;
  border-color: #FFFFFF;
  transform: scale3d(1.1, 1.1, 1);
}

/* =Foundation grid overlay
----------------------------*/
.cb-grid-lines .inner {
  background-color: red;
  opacity: 0.1;
  border: none;
}

/* =Tagcloud
----------------------------*/
#tag-cloud {
  width: 100%;
}

.tag-cloud-10 {
  height: 300px;
}

.tag-cloud-15 {
  height: 400px;
}

.tag-cloud-20 {
  height: 500px;
}

.tag-cloud-25 {
  height: 600px;
}

.tag-cloud-30 {
  height: 650px;
}

.tag-cloud-40 {
  height: 700px;
}

.tag-cloud-50 {
  height: 750px;
}

div.jqcloud {
  font-family: "Helvetica", "Arial", sans-serif;
  font-size: 10px;
  line-height: normal;
}

div.jqcloud a {
  font-size: inherit;
  text-decoration: none;
}

div.jqcloud span.w10 {
  font-size: 3rem;
}

div.jqcloud span.w9 {
  font-size: 2.75rem;
}

div.jqcloud span.w8 {
  font-size: 2.5rem;
}

div.jqcloud span.w7 {
  font-size: 2.25rem;
}

div.jqcloud span.w6 {
  font-size: 2rem;
}

div.jqcloud span.w5 {
  font-size: 1.75rem;
}

div.jqcloud span.w4 {
  font-size: 1.5rem;
}

div.jqcloud span.w3 {
  font-size: 1.25rem;
}

div.jqcloud span.w2 {
  font-size: 1rem;
}

div.jqcloud span.w1 {
  font-size: 0.85rem;
}

/* colors */
div.jqcloud {
  color: #09f;
}

div.jqcloud a {
  color: inherit;
}

div.jqcloud a:hover {
  color: #08536c;
}

div.jqcloud span.w10 {
  color: #02161d;
}

div.jqcloud span.w9 {
  color: #052f3d;
}

div.jqcloud span.w8 {
  color: #07475c;
}

div.jqcloud span.w7 {
  color: #095f7c;
}

div.jqcloud span.w6 {
  color: #0c789b;
}

div.jqcloud span.w5 {
  color: #0e90bb;
}

div.jqcloud span.w4 {
  color: #10a8db;
}

div.jqcloud span.w3 {
  color: #3ec4f1;
}

div.jqcloud span.w2 {
  color: #5ecef3;
}

div.jqcloud span.w1 {
  color: #7ed8f5;
}

/* layout */
div.jqcloud {
  overflow: hidden;
  position: relative;
}

div.jqcloud span {
  padding: 0;
}

/*@import "objects.flexboxes";
@import "components.backgrounds";
@import "components.calendars";
@import "components.nav";
@import "components.panels";
@import "components.sliders";
@import "components.tabs";
@import "components.search";
@import "components.filter";
@import "components.jumbotron";
@import "components.profile";
@import "components.tables";
@import "components.typography";
@import "components.lists";
@import "components.media-object";*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: black;
  color: white;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  border: none;
  outline: none;
  opacity: 0.85;
  z-index: 1;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: #1a1a1a;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -10px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -10px;
}

.slick-prev:before {
  margin-left: -4px;
  content: "\f104";
}

[dir=rtl] .slick-prev:before {
  content: "\f105";
}

.slick-next {
  right: -10px;
}

[dir=rtl] .slick-next {
  left: -10px;
  right: auto;
}

.slick-next:before {
  margin-left: 4px;
  content: "\f105";
}

[dir=rtl] .slick-next:before {
  content: "\f104";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-left: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\f111";
  width: 20px;
  height: 20px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #8A8A8A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
}

.tippy-tooltip.light-theme {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-tooltip.light-theme[x-placement^=top] .tippy-arrow {
  border-top: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tippy-tooltip.light-theme[x-placement^=bottom] .tippy-arrow {
  border-bottom: 8px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.tippy-tooltip.light-theme[x-placement^=left] .tippy-arrow {
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tippy-tooltip.light-theme[x-placement^=right] .tippy-arrow {
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.tippy-tooltip.light-theme .tippy-backdrop {
  background-color: #fff;
}

.tippy-tooltip.light-theme .tippy-roundarrow {
  fill: #fff;
}

/*
    Tippy 6 Light-Border Theme

*/
.tippy-tooltip.light-theme[data-animatefill] {
  background-color: transparent;
}

.tippy-box[data-theme~=light-border] {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 8, 16, 0.15);
  color: #333;
  box-shadow: 0 4px 14px -2px rgba(0, 8, 16, 0.08);
}

.tippy-box[data-theme~=light-border] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after, .tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.tippy-box[data-theme~=light-border] > .tippy-arrow:after {
  border-color: transparent;
  border-style: solid;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-arrow:after {
  border-top-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 7px 0;
  top: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow > svg {
  top: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=top] > .tippy-svg-arrow:after {
  top: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-arrow:after {
  border-bottom-color: rgba(0, 8, 16, 0.2);
  border-width: 0 7px 7px;
  bottom: 17px;
  left: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow > svg {
  bottom: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=bottom] > .tippy-svg-arrow:after {
  bottom: 17px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-arrow:after {
  border-left-color: rgba(0, 8, 16, 0.2);
  border-width: 7px 0 7px 7px;
  left: 17px;
  top: 1px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow > svg {
  left: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=left] > .tippy-svg-arrow:after {
  left: 12px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
  right: 16px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-arrow:after {
  border-width: 7px 7px 7px 0;
  right: 17px;
  top: 1px;
  border-right-color: rgba(0, 8, 16, 0.2);
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow > svg {
  right: 11px;
}

.tippy-box[data-theme~=light-border][data-placement^=right] > .tippy-svg-arrow:after {
  right: 12px;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow {
  fill: #fff;
}

.tippy-box[data-theme~=light-border] > .tippy-svg-arrow:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCA2czEuNzk2LS4wMTMgNC42Ny0zLjYxNUM1Ljg1MS45IDYuOTMuMDA2IDggMGMxLjA3LS4wMDYgMi4xNDguODg3IDMuMzQzIDIuMzg1QzE0LjIzMyA2LjAwNSAxNiA2IDE2IDZIMHoiIGZpbGw9InJnYmEoMCwgOCwgMTYsIDAuMikiLz48L3N2Zz4=);
  background-size: 16px 6px;
  width: 16px;
  height: 6px;
}

/*
    Tippy 6 Light Theme

*/
.tippy-box[data-theme~=light] {
  color: #26323d;
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

/* 
    NOTE:  Updated to cater for custom image location, rename to .scss
    https://github.com/lokesh/lightbox2/releases
*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/images/vendor/lightbox2/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/images/vendor/lightbox2/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/images/vendor/lightbox2/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/images/vendor/lightbox2/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}

.btn:active,
.btn.active {
  background-image: none;
}

.btn-default {
  background-color: #045f85;
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  border-color: #ccc;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}

.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}

.btn-default.disabled,
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

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

/*
	Customisation
*/
.flex-container {
  display: flex;
}

.flex-container--center {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.flex__thumbnail {
  margin-right: 1rem;
}

.flex__content {
  flex: 1;
}

.c-bg--blue {
  background-color: #4275AE;
}

/*Fix colour contrast of secondary button  in hover/focus state for accessibility*/
button.secondary:hover, button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: #212121;
}

.calendar {
  position: relative;
}

.calendar__table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
.calendar--sidebar .calendar__table {
  width: 92%;
}
.calendar__table th,
.calendar__table td {
  width: 14.28%;
  height: 40px;
  padding: 0;
  text-align: center;
  font-size: 0.85rem;
}
.calendar--sidebar .calendar__table th,
.calendar--sidebar .calendar__table td {
  font-size: 0.7rem;
  height: 30px;
}
.calendar__table tr.active {
  background: #b7d9ff;
}
.calendar__table td {
  position: relative;
  height: 50px;
}
.calendar--sidebar .calendar__table td {
  font-size: 0.7rem;
  height: 40px;
}
.calendar__table td .day {
  display: inline-block;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  color: #333333;
}
.calendar__table td.today .day {
  background: #aaa;
  color: white;
}
.calendar__table td.active .day {
  background: #325986;
  color: white;
}
.calendar__table td.inactive .day {
  color: #333;
}
.calendar__table td:not(.inactive) span {
  font-weight: bold;
}
.calendar__table td:not(.inactive) a {
  font-weight: bold;
}
.calendar__table td:not(.inactive) a:hover, .calendar__table td:not(.inactive) a:focus, .calendar__table td:not(.inactive) a:active {
  text-decoration: none;
  background-color: #325986;
  color: white;
}

.calendar__month {
  position: relative;
}

/*Styling events calendar month only, not sidebar*/
.full-calendar-month {
  background-color: #325986;
  padding: 0.75rem 0rem 0.75rem;
}
.full-calendar-month .calendar__month__headertext, .full-calendar-month h4 {
  margin-top: 0rem;
  margin-bottom: 0rem;
  color: white;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 700;
}
.full-calendar-month a em {
  color: white;
}

.calendar__month__prev,
.calendar__month__next {
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  z-index: 1;
}

.calendar__month__prev:hover,
.calendar__month__prev:focus,
.calendar__month__next:hover,
.calendar__month__next:focus {
  color: #fff;
}

.calendar__month__next {
  left: auto;
  right: 0;
}
.calendar--sidebar .calendar__month__next {
  right: 1.5rem;
}

.calendar__indicators {
  width: 100%;
  position: absolute;
  bottom: 5px;
  text-align: center;
  line-height: 0;
}
.calendar--sidebar .calendar__indicators {
  bottom: 3px;
}

.calendar__indicator {
  display: none;
  width: 7px;
  height: 7px;
  margin: 0px 1px 0px 1px;
  border-radius: 3.5px;
}
.calendar--sidebar .calendar__indicator {
  width: 5px;
  height: 5px;
}
.calendar__indicator--large {
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  border-radius: 7px !important;
}
.calendar__indicator--primary {
  background-color: #4275AE;
}
.calendar__indicator--secondary {
  background-color: #888888;
}
.calendar__indicator--green {
  background-color: #2f7158;
}
.calendar__indicator--orange {
  background-color: orange;
}
.calendar__indicator--red {
  background-color: #892517;
}

.indicator-hide {
  display: none !important;
}

#parliamentary-calendar-wrapper .calendar__indicator {
  margin: 0px 2px 0px 2px;
}

.calendar__day_both-sitting {
  background: #d4eeff;
  background: none;
}

.calendar__day_house-sitting {
  background: #d8fbd8;
  background: none;
}

.calendar__day_senate-sitting {
  background: #ffc5c5;
  background: none;
}

.js-canvas__close {
  display: block;
  width: 40px;
  height: 40px;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 1.5rem;
  font-size: 2.5rem;
  line-height: 40px;
  color: #333333;
}
.js-canvas__close:hover, .js-canvas__close:active, .js-canvas__close:focus {
  color: #333333;
  text-decoration: none;
}

.event {
  padding: 1rem 0;
  display: flex;
}
.calendar--sidebar .event {
  padding: 1rem 1rem 1rem 0;
}

.event--small a {
  font-size: 1rem;
}
.event--small p {
  font-size: 0.85rem;
}

.event__date {
  margin-right: 1rem;
}

.event__month {
  margin: 0;
  padding: 0 1rem;
  background: #4275AE;
  text-align: center;
  color: white;
}

.event__day {
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid #DDDDDD;
  text-align: center;
  font-size: 1rem;
}

.event__description {
  text-align: left;
  flex-grow: 10;
}

.event__description-header {
  margin-top: 0;
  padding: 0;
  font-weight: 700;
}

.event__description-detail {
  padding: 0;
  font-size: 0.85rem;
  margin-bottom: 0.25rem;
}

.event__description-time {
  font-weight: bold;
}

.filtered-hide {
  display: none;
}

.events_filter__fieldset {
  padding: 1rem 1.5rem 1rem;
  margin: 0rem 1rem 1rem 0rem;
}
.events_filter__fieldset input[type=checkbox] {
  margin-bottom: 0.5rem;
}

.events_filter__fieldset--monthly {
  padding: 0.2rem 1rem;
  margin: 0rem !important;
}
.events_filter__fieldset--monthly input[type=checkbox] {
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
}

.tabs-content_calendar {
  border: none !important;
  padding: 0px !important;
}

.tabs li > a {
  border-bottom: 1px solid #DDDDDD !important;
}

.yearly-cal {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem !important;
}
.yearly-cal .calendar__table {
  border: solid 1px #DDDDDD;
}
.yearly-cal .calendar__table td.inactive {
  background: #f7f7f7;
}
.yearly-cal .calendar__table td.inactive .day {
  display: none;
}

.monthly-cal {
  padding: 0.25rem 0.75rem 0.25rem 0.75rem !important;
}
.monthly-cal .calendar__table {
  border: solid 1px #DDDDDD;
}
.monthly-cal .calendar__table td {
  height: 150px;
  border: 1px solid #e6e6e6;
  padding-top: 6px;
  vertical-align: top;
}
.monthly-cal .calendar__table td.inactive {
  background: #f7f7f7;
}
.monthly-cal .calendar__table td .day {
  margin-bottom: 5px;
  border-radius: 0px;
  border-bottom: 1px solid #efefef;
  width: 100%;
  background: #fff;
}
.monthly-cal .calendar__table td p {
  font-size: 0.85rem;
  text-align: left;
  margin-left: 0.5rem;
  color: #325986;
  font-weight: normal;
}
.monthly-cal .calendar__table td p strong {
  color: #222;
}
.monthly-cal .calendar__table td p a {
  font-weight: normal;
}
.monthly-cal .calendar__table td p a:hover, .monthly-cal .calendar__table td p a:focus, .monthly-cal .calendar__table td p a:active {
  background: none;
  color: #325986;
}
.monthly-cal .calendar__table .active .day {
  background: #325986;
}
.monthly-cal .calendar__table .calendar__indicator {
  width: 8px;
  height: 8px;
  border-radius: 6px;
  margin-right: 4px;
}

.events-key-list {
  margin-left: 0rem;
  margin-bottom: 0.25rem;
}
.events-key-list li {
  list-style: none;
  margin: 0.15rem 0rem 0.15rem 0rem;
}
.events-key-list li .calendar__indicator--large {
  display: inline-block;
  margin-right: 3px;
}

.fixedElement {
  position: static;
  top: 0px;
  z-index: 100;
  width: 190px;
}

.h2-small {
  color: #222;
  margin-left: 10px;
}

.calendar--sidebar--heading {
  font-size: 1.46667rem;
  font-weight: 700;
  line-height: 1.4rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* =Header
----------------------------*/
#parliament-house-logo {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 240px;
  height: auto;
  margin-left: -120px;
}
@media only screen and (min-width:40.063em) {
  #parliament-house-logo {
    display: block;
  }
}
#parliament-house-logo path {
  opacity: 0.1;
}

header {
  position: relative;
  background-color: #0E1531;
}
@media only screen and (min-width:64.063em) {
  header {
    border-bottom: 5px solid #4275AE;
  }
}
header h1 {
  margin: 0;
}
header a {
  color: #F6F6F6;
}
header a:hover, header a:focus, header a:active {
  color: #ffffff;
  text-decoration: none;
}
header a.button {
  margin-bottom: 0;
  background-color: #4275AE;
}
header a.button:hover, header a.button:focus, header a.button:active {
  color: #ffffff;
  background-color: #345c89;
}
header img {
  width: 285px;
  height: auto;
  margin: 1rem 0 0.5rem 0;
}
@media only screen and (min-width:64.063em) {
  header img {
    margin-bottom: 0rem;
  }
}
header input[type=text] {
  background-color: #EFEFEF;
  margin-bottom: 0;
  transition: background-color 0.3s ease-out;
}
header input[type=text]:focus {
  background-color: white;
}
header button[type=submit] {
  margin-bottom: 0;
  z-index: 0;
  background-color: #4275AE;
}
header button[type=submit]:hover, header button[type=submit]:focus {
  background-color: #345c89;
}
@media only screen and (min-width:40.063em) {
  header button[type=submit] {
    margin-left: -1px;
  }
}
header button[type=submit] i {
  color: #FFFFFF;
}
header .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (min-width:64.063em) {
  .csstransforms3d header .background-image:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 58%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skew(25deg);
  }
}

/* =Nav
----------------------------*/
@media only screen and (min-width:40.063em) {
  .top-bar {
    height: auto;
    background-color: transparent;
  }
}

@media only screen and (max-width: 40em) {
  .top-bar-section-hidden {
    visibility: hidden;
  }
}
@media medium-only {
  .top-bar-section-hidden {
    visibility: hidden;
  }
}

@media only screen and (min-width:40.063em) {
  .top-bar-section {
    margin-left: 1em !important;
  }
  .top-bar-section li:not(.has-form) a:not(.button) {
    background: transparent;
    padding: 0 0.66667rem;
  }
}
@media only screen and (min-width:64.063em) {
  .top-bar-section {
    display: block !important;
  }
}
.top-bar-section a:hover, .top-bar-section a:active, .top-bar-section a:focus {
  text-decoration: none;
}
@media only screen and (min-width:40.063em) {
  .top-bar-section > ul > li {
    background: transparent;
  }
}
.top-bar-section > ul > li > a {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease-out;
  font-size: 0.84rem;
}
@media only screen and (min-width:64.063em) {
  .top-bar-section > ul > li > a {
    font-size: 0.86667rem;
  }
}
@media only screen and (max-width: 40em) {
  .top-bar-section > ul > li > a:hover, .top-bar-section > ul > li > a:active, .top-bar-section > ul > li > a:focus {
    background-color: #2d5077 !important;
  }
}
.top-bar-section > ul > li.active > a:after {
  border-color: transparent transparent transparent #333333;
}
@media only screen and (min-width:40.063em) {
  .top-bar-section > ul > li.active > a:after {
    border-color: #333333 transparent transparent transparent;
  }
}
.top-bar-section .title.back h5 {
  font-size: 0.85rem !important;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.top-bar-section .title.back a {
  display: block;
  position: relative;
  padding-left: 1.5rem !important;
  font-size: 0.85rem;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.top-bar-section .title.back a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 8px;
  border: inset 5px;
  border-color: transparent rgba(255, 255, 255, 0.4) transparent transparent;
  border-right-style: solid;
}
@media only screen and (max-width: 40em) {
  .top-bar-section ul.dropdown li.parent-link a {
    padding-left: 1.5em;
  }
}
.top-bar-section ul.dropdown li a {
  transition: background-color 0.3s ease-out;
}
@media only screen and (max-width: 40em) {
  .top-bar-section ul.dropdown li a {
    padding-left: 2.5em;
  }
}
.top-bar-section ul.dropdown li a:hover, .top-bar-section ul.dropdown li a:active, .top-bar-section ul.dropdown li a:focus {
  background-color: #325986 !important;
}

@media only screen and (max-width: 40em) {
  .primary-nav-item-dropdown-hidden {
    visibility: hidden;
  }
}
@media medium-only {
  .primary-nav-item-dropdown-hidden {
    visibility: hidden;
  }
}

.nav-top-links-container {
  overflow: hidden;
}
.nav-top-links-container .inline-block-list {
  position: relative;
  display: inline-block;
  margin: 0;
}
.nav-top-links-container .inline-block-list > li {
  display: inline-block;
  margin: 0 0 0.5rem 0;
}
.nav-top-links-container .inline-block-list > li > a {
  display: block;
  margin: 0;
  height: 30px;
  padding: 4px 8px;
  line-height: 22px;
}
.nav-top-links-container .inline-block-list > li a {
  transition: background-color 0.3s ease-out;
}
.nav-top-links-container .inline-block-list > li a:hover, .nav-top-links-container .inline-block-list > li a:active, .nav-top-links-container .inline-block-list > li a:focus {
  color: white;
  background-color: #325986;
}
.nav-top-links-container .inline-block-list > li:first-child {
  border-left: none;
}

.nav-top-search {
  text-align: right;
  margin-top: -3rem;
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease-out;
}
.active .nav-top-search {
  transform: translate3d(0, 0, 0);
}
.nav-top-search input[type=text] {
  background-color: #0E1531;
  width: 200px;
  color: white;
  border: 1px solid #4275AE;
}
.nav-top-search input[type=text]:focus {
  background-color: #141e45;
}
@media only screen and (min-width:40.063em) {
  .nav-top-search input[type=text] {
    width: 300px;
  }
}
.nav-top-search button[type=submit] {
  display: block;
  width: 40px;
  height: 37px;
  margin: 0 0 0 -4px;
  padding: 0;
}

.nav-top-links {
  text-align: right;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width:40.063em) {
  .nav-top-links {
    margin-top: 1.5rem;
  }
}
.active .nav-top-links {
  transform: translate3d(-100%, 0, 0);
}
.nav-top-links .has-dropdown > a {
  position: relative;
  padding-right: 20px !important;
}
.nav-top-links .has-dropdown > a:after {
  position: absolute;
  right: 5px;
  top: 14px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: inset 5px;
  border-color: rgba(246, 246, 246, 0.4) transparent transparent transparent;
  border-top-style: solid;
}
.nav-top-links .has-dropdown.focused a {
  background-color: #345c89;
}
.nav-top-links .dropdown {
  display: none;
  margin: 0;
  position: absolute;
  right: 1px;
  top: 30px;
  background: #555555;
  font-size: 1em;
}
.nav-top-links .dropdown.focused {
  display: block;
  z-index: 1;
}
.nav-top-links .dropdown li {
  list-style: none;
}
.nav-top-links .dropdown li a {
  display: block;
  padding: 0.5em 1em;
}
.nav-top-links .dropdown li a:hover, .nav-top-links .dropdown li a:focus, .nav-top-links .dropdown li a:active {
  background-color: #4275AE;
}

.nav-top-links li.has-form, .nav-top-links-mobile li.has-form {
  position: relative;
}
@media only screen and (min-width:64.063em) {
  .nav-top-links li.has-form, .nav-top-links-mobile li.has-form {
    display: inline-block;
    width: auto;
  }
}
.nav-top-links li.has-form input[type=text], .nav-top-links-mobile li.has-form input[type=text] {
  display: inline-block;
  padding-right: 30px;
  width: 80px;
  height: 2rem;
  line-height: 16px;
  border: none;
  font-size: 0.85rem;
  background-color: #F9F9F9;
  transition: width 0.3s ease-out;
}
.nav-top-links li.has-form input[type=text]:focus, .nav-top-links-mobile li.has-form input[type=text]:focus {
  width: 230px;
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
.nav-top-links li.has-form input[type=text]::placeholder, .nav-top-links-mobile li.has-form input[type=text]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #696969;
  opacity: 1; /* Firefox */
}
.nav-top-links li.has-form input[type=text]:-ms-input-placeholder, .nav-top-links-mobile li.has-form input[type=text]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #696969;
}
.nav-top-links li.has-form input[type=text]::-ms-input-placeholder, .nav-top-links-mobile li.has-form input[type=text]::-ms-input-placeholder { /* Microsoft Edge */
  color: #696969;
}
.nav-top-links li.has-form button[type=submit], .nav-top-links-mobile li.has-form button[type=submit] {
  display: block;
  width: 30px;
  height: 2rem;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  background: none;
}
.nav-top-links li.has-form button[type=submit] i, .nav-top-links-mobile li.has-form button[type=submit] i {
  color: #888888;
}

.nav-top-links-mobile li.has-form {
  margin-left: 17px;
}
.nav-top-links-mobile li.has-form input[type=text] {
  padding-right: 0px;
  padding-left: 30px;
  width: 100px;
}
.nav-top-links-mobile li.has-form button[type=submit] {
  right: auto;
  left: 0;
}

.c-nav-secondary__list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (min-width:40.063em) {
  .c-nav-secondary__list {
    display: block;
  }
}

.c-nav-secondary__link {
  display: inline-block;
}
.c-nav-secondary__link.has-dropdown > a {
  position: relative;
  padding-right: 1.5rem;
}
.c-nav-secondary__link.has-dropdown > a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -2.5px;
  display: block;
  height: 0;
  width: 0;
  border: inset 5px;
  border-color: rgba(255, 255, 255, 0.8) transparent transparent transparent;
  border-top-style: solid;
}
.c-nav-secondary__link.active a {
  background-color: #3b699c;
}
.c-nav-secondary__link.active a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid white;
}
.reps .c-nav-secondary__link.active a:before {
  border-bottom: 5px solid #2f7158;
}
.c-nav-secondary__link > a {
  display: block;
  position: relative;
  padding: 0.5rem 1rem;
  color: white;
  line-height: 1.27rem;
  font-size: 0.85rem;
}
.c-nav-secondary__link > a:hover, .c-nav-secondary__link > a:active, .c-nav-secondary__link > a:focus {
  text-decoration: none;
  background-color: #345c89;
}

.c-nav-more__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-nav-more__link {
  border: 1px solid #DDDDDD;
  border-top: none;
}
.c-nav-more__link:first-child {
  border-top: 1px solid #DDDDDD;
}
.c-nav-more__link a {
  display: block;
  width: 100%;
  padding: 1.5rem 1rem;
  color: #333333;
  line-height: 1.5rem;
}
.c-nav-more__link a:hover, .c-nav-more__link a:active, .c-nav-more__link a:focus {
  background-color: #EEEEEE;
  text-decoration: none;
}

.f-dropdown.open {
  outline: none;
}
.f-dropdown.open a:hover, .f-dropdown.open a:active {
  text-decoration: none;
}

/* =Sidenav
----------------------------*/
.sidenav {
  margin-bottom: 1rem;
}
@media only screen and (min-width:64.063em) {
  .sidenav {
    border-top: 5px solid #4275AE;
  }
}

.sidenav__heading {
  position: relative;
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
  background: #4275AE;
  color: white;
  font-size: 1rem;
}
.sidenav__heading:hover, .sidenav__heading:focus, .sidenav__heading:active {
  color: white;
  text-decoration: none;
}
.sidenav__heading.active:after {
  content: "\f0d8";
}
.sidenav__heading:after {
  content: "\f0d7";
  display: block;
  height: 100%;
  position: absolute;
  right: 1rem;
  top: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
}
@media only screen and (min-width:64.063em) {
  .sidenav__heading {
    display: none;
    font-size: 1.4rem;
  }
  .sidenav__heading:after {
    display: none;
  }
}

.sidenav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}
.sidenav__list.active {
  display: block;
}
@media only screen and (min-width:64.063em) {
  .sidenav__list {
    display: block !important;
    border-top: 1px solid #DDDDDD;
  }
}
.sidenav__list * {
  font-size: 0.85rem;
}

.sidenav__item a:not(.sidenav__dropdown__toggle) {
  display: block;
  margin: 0;
  padding: 0.5rem 1rem;
  color: #333333;
  background-color: white;
  border: 1px solid #DDDDDD;
  border-top: none;
}
.sidenav__item a:not(.sidenav__dropdown__toggle):hover, .sidenav__item a:not(.sidenav__dropdown__toggle):active, .sidenav__item a:not(.sidenav__dropdown__toggle):focus {
  text-decoration: none;
  background-color: #EEEEEE;
}
.sidenav__item a:not(.sidenav__dropdown__toggle).active {
  font-weight: 700;
}

.sidenav__item--has-dropdown {
  position: relative;
}
.sidenav__item--has-dropdown > .sidenav__dropdown {
  display: none;
}
.sidenav__item--has-dropdown.active > .sidenav__dropdown {
  display: block;
}
.sidenav__item--has-dropdown > a:not(.sidenav__dropdown__toggle) {
  padding-right: 40px;
}

.sidenav__dropdown {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidenav__dropdown li a:not(.sidenav__dropdown__toggle) {
  background-color: #F6F6F6;
  padding-left: 2rem;
  font-size: 0.8rem;
}
.sidenav__dropdown .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) {
  padding-left: 3rem;
}
.sidenav__dropdown .sidenav__dropdown .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) {
  padding-left: 4rem;
}

a.sidenav__dropdown__toggle {
  display: block;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 100%;
  max-height: 35px;
  position: absolute;
  right: 1px;
  top: 0;
  border: none;
  border-left: 1px solid #DDDDDD;
  background: transparent;
  text-align: center;
  color: #333333;
}
a.sidenav__dropdown__toggle i {
  font-size: 1.2rem;
  line-height: 36px;
}

.beta-flag {
  font-size: 0.7rem;
  margin-left: 0.5rem;
}

.PBObutton {
  background-color: #3d4d7d;
  border: none;
  color: white;
  padding: 13px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 4px 2px;
  opacity: 0.7;
  transition: 0.3s;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
}

.PBObutton:hover {
  opacity: 1;
  background-color: #3d4d7d;
}

.PBO_Button_Banner {
  background-color: #eaeaea;
  padding: 1rem;
  margin-right: 1rem !important;
}

.PBO_Button_Banner .PBO_Button_Banner_Inner {
  height: 100%;
  padding: 1rem !important;
  padding-top: 2rem !important;
  text-align: center;
}

.PBO_Button_Banner .PBO_Button_Banner_Inner img {
  height: 4rem;
  display: block;
  margin: 0 auto;
}

.PBO_Button_Banner .PBO_Button_Banner_Inner a {
  display: block;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 0.9rem;
}

.PBO_Button_Banner .PBO_Button_Banner_Inner a:hover,
.PBO_Button_Banner .PBO_Button_Banner_Inner a:focus,
.PBO_Button_Banner .PBO_Button_Banner_Inner a:active {
  text-decoration: none;
}

.PBO_Button_Banner .PBO_Button_Banner_Inner span {
  font-size: 0.9rem;
}

.PBO_Button_Banner .PBO_Button_Banner_Inner:hover {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 #ccc;
}

.padding-footer-col {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media only screen and (max-width: 40em) {
  .float-right-small {
    float: right !important;
  }
}

.panel {
  min-height: 100px;
  padding: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  color: #333333;
}

.panel--hover:hover, .panel--hover:active, .panel--hover:focus {
  color: #333333;
  text-decoration: none;
  background-color: #EEEEEE;
}

.panel--large-padding {
  padding: 2rem;
}

.panel--dropshadow {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* =Slick slider
----------------------------*/
.js-slider .slide {
  position: relative;
}
.js-slider .slide img {
  display: block;
  width: 100%;
  height: auto;
}
.js-slider.js-slider--fixedheight .slide {
  height: 300px;
  overflow: hidden;
}

.js-slider__text {
  width: 100%;
  padding: 5px 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: hsl(0deg, 3%, 68%);
  background-color: rgba(74, 74, 74, 0.85);
  color: white;
}
.js-slider__text .text-small {
  line-height: 24px;
}
.js-slider__text a {
  color: white;
}

.js-slider-nav-container {
  min-height: 20rem;
}

.js-slider-nav .slick-track {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.js-slider-nav .slick-center img {
  transition: all 0.2s ease-out;
}
.js-slider-nav .slide {
  margin: 0 0.5rem;
}
.js-slider-nav .slide h2, .js-slider-nav .slide h3, .js-slider-nav .slide h4, .js-slider-nav .slide h5, .js-slider-nav .slide h6 {
  font-weight: 700;
}
.js-slider-nav .slide a {
  color: #333333;
}
.js-slider-nav .slide .max-height-title {
  max-height: 39px;
}
.js-slider-nav .slide .slide-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  line-height: 1.4rem;
}

.js-slider-for .slick-prev, .js-slider-for .slick-next {
  top: 200px;
}
.js-slider-for .slick-track {
  margin-top: 20px;
}
.js-slider-for .slide {
  position: relative;
  padding: 1rem;
  border: 1px solid #DDDDDD;
  text-align: center;
  border-radius: 4px;
  background-color: white;
}
.js-slider-for .slide:before, .js-slider-for .slide:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: -10px;
  margin-left: -5px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent;
  border-bottom-color: white;
}
.js-slider-for .slide:before {
  top: -12px;
  margin-left: -7px;
  border-width: 0 12px 12px 12px;
  border-bottom-color: #DDDDDD;
}

.play-pause-btn {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 20px;
  font-size: 0px;
  color: transparent;
  padding: 0;
}
.play-pause-btn:hover em, .play-pause-btn:active em, .play-pause-btn:focus em {
  opacity: 1;
}
.play-pause-btn em {
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
}

/* =Orbit slider
----------------------------*/
.orbit-container .orbit-slides-container img {
  height: auto !important;
}

@media only screen and (min-width:64.063em) {
  .tabs.center {
    text-align: center;
  }
  .tabs.center li {
    float: none;
    display: inline-block;
  }
}
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}
.tabs .tab-title > a {
  display: block;
  /*background-color: #ffffff;*/
  color: #222222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.0666666667rem;
  padding: 1.0666666667rem 2.1333333333rem;
}
.tabs .tab-title > a:hover {
  background-color: #e1e1e1;
}
.tabs .tab-title.active a {
  background-color: #FFFFFF;
  color: #222222;
}
.tabs li {
  margin-left: 2px;
}
.tabs li.active {
  bottom: -1px;
}
.tabs li:first-child {
  margin-left: 0;
}
.tabs li > a {
  padding: 1rem !important;
  border: 1px solid #DDDDDD;
  border-bottom: none;
  font-weight: 700;
  font-size: 0.9333333333rem;
}
.tabs li > a:hover, .tabs li > a:active, .tabs li > a:focus {
  text-decoration: none;
  outline: none;
}
.tabs li > a i {
  margin-right: 0.5rem;
}

.tabs.tabs-max-width {
  border-top: 5px solid #4275ae;
  width: 95%;
  max-width: 95%;
  border-bottom: 2px solid #dddddd;
  font-size: 0.85rem;
  line-height: 1;
}
.tabs.tabs-max-width li {
  margin-left: 0px;
  font-size: 0.85rem;
  font-weight: 300;
}
.tabs.tabs-max-width li.active a {
  font-size: 0.85rem;
  font-weight: 600;
}
.tabs.tabs-max-width li a {
  font-size: 0.8rem;
  font-weight: 300;
}

.tabs-content {
  padding: 0 1rem;
  border: 1px solid #DDDDDD;
}

.simple-tabs {
  list-style: none;
  margin: 0;
}

.simple-tabs__title {
  display: inline-block;
}
.simple-tabs__title.active a {
  color: #333333;
}
.simple-tabs__title:first-child a {
  padding-left: 0;
}
.simple-tabs__title:first-child a:before {
  content: "";
}
.simple-tabs__title a {
  display: block;
  position: relative;
  padding: 0 0.25rem 0 1rem;
  color: #AAAAAA;
}
.simple-tabs__title a:before {
  content: "/";
  position: absolute;
  left: 0;
  bottom: 0;
}
.simple-tabs__title a:hover, .simple-tabs__title a:focus, .simple-tabs__title a:active {
  text-decoration: none;
  color: #333333;
}

.simple-tabs__content .content {
  display: none;
}
.simple-tabs__content .content.active {
  display: block;
}

.myParliament_tab_color .tab-title > a {
  background-color: #ffffff;
}

.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
  background-color: #efefef;
  padding: 1rem !important;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-right: 2px;
  font-size: 1.06667rem;
  font-weight: 700;
  display: block;
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-decoration: none;
}

.tabs .tab-title:hover {
  text-decoration: none;
}

.tabs .tab-title[aria-selected=true] {
  background-color: #fff;
}

.custom_tabs .tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
  background-color: #efefef;
  padding: 0px !important;
  border: 1px solid #ddd;
  border-bottom: none;
  margin-right: 2px;
  font-size: 1.06667rem;
  font-weight: 700;
  display: block;
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-decoration: none;
}
.custom_tabs .tabs .tab-title:hover {
  text-decoration: none;
}
.custom_tabs .tabs .tab-title[aria-selected=true] {
  background-color: #fff;
}

.custom_tabs_large .tabs .tab-title {
  padding: 1rem !important;
}

.myParliament_tabs .tabs.tabs-max-width .tab-title {
  font-size: 0.8rem;
  font-weight: normal;
  width: 100%;
  text-align: left;
  background: #fff;
  padding: 1rem !important;
  white-space: normal;
}
.myParliament_tabs .tabs .tab-title[aria-selected=true] {
  font-weight: bold;
  font-size: 0.85rem;
}
.myParliament_tabs .tabs .tab-title:hover,
.myParliament_tabs .tabs .tab-title:focus {
  background-color: #e1e1e1;
}

.custom_tabs .vertical .tab-title {
  position: inherit !important;
  float: none !important;
  display: block !important;
  top: auto !important;
}

.result__container {
  display: table;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.result__container:last-child {
  border-bottom: none;
}
.result__container h4, .result__container p {
  margin-bottom: 0.5rem;
}
.result__container h4 a, .result__container p a {
  font-weight: bold;
}

.result__summary {
  color: #666666;
}

.result__thumbnail {
  clear: both;
  float: left;
  margin-right: 2rem;
}
.result__thumbnail img {
  width: 130px;
  height: auto;
}

.result__thumbnail_parl {
  clear: both;
  float: left;
  background-image: url(/images/template/default_parliamentarian.png);
  background-size: 100px 140px;
}
.result__thumbnail_parl img {
  width: 100px;
}

.result__thumbnail--round {
  width: 130px;
  height: 130px;
  overflow: hidden;
  border: 2px solid white;
  border-radius: 130px;
  box-shadow: 0 1px 2px #AAAAAA;
}

.result__metadata {
  font-size: 0.8666666667rem;
}
.result__metadata * {
  font-size: 0.8666666667rem;
}

.result__more {
  float: right;
}

dl.dl--inline__result {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
dl.dl--inline__result dt {
  width: 30%;
  float: left;
  margin-bottom: 0.25rem;
}
dl.dl--inline__result dd {
  width: 70%;
  float: left;
  margin-bottom: 0.25rem;
}

/*Styling for Questions on Notice search panel*/
.QON_label, .QON_component, .QON_checkbox {
  float: left;
}

.QON_label {
  padding: 0.5rem 1rem 0.5rem 0rem;
}

.QON_checkbox {
  padding-left: 1.5rem;
  margin-top: 5px;
  display: inline-block;
}

.QON_loading-hidden, .divSearchResult-hidden {
  display: none;
}

.QON_QuestionDownload__error {
  padding: 10px 20px 20px 20px;
  background: #ffedd5;
  border-radius: 6px;
  border-left: 8px solid #d97706;
}

#QON_searchResults__loading {
  text-align: center;
  width: 250px;
  margin: 0 auto;
}

#qonSearchResultsTable_wrapper .dataTablesButton {
  margin-right: 0.5rem;
}
#qonSearchResultsTable_wrapper .dataTables_info {
  margin-bottom: 0.5rem;
}
#qonSearchResultsTable_wrapper .dataTables_length label {
  margin-bottom: 0.5rem;
}

@media screen and (max-width: 576px) {
  #qonSearchResultsTable_paginate {
    display: inline-block;
    float: none;
    margin-bottom: 1rem;
  }
}
/* ==============================
Keyword Filters
============================== */
.keywordFilter .searchBar {
  height: auto;
  overflow: hidden;
}
.keywordFilter .searchBar .srch-textInput {
  width: auto;
  overflow: hidden;
}
.keywordFilter .searchBar .srch-buttons {
  float: right;
}
.keywordFilter .inline-list {
  margin: 0 0 0.7em 0 !important;
}
.keywordFilter .inline-list li {
  margin: 0 1em 0 0 !important;
}
.keywordFilter .inline-list a {
  color: #ffffff !important;
}

/* ==============================
Advanced Filters
============================== */
.advancedFilters {
  font-size: 0.9em !important;
  margin: 0 0 1em 0;
}
.advancedFilters .filterComps {
  margin-top: 1em;
}
@media only screen and (min-width:64.063em) {
  .advancedFilters .filterComps {
    margin-top: 0;
  }
}
.advancedFilters.panel {
  padding: 1em;
}
@media only screen and (min-width:64.063em) {
  .advancedFilters.panel {
    padding: 1.3em;
  }
}
@media only screen and (min-width:64.063em) {
  .advancedFilters {
    margin: 0;
  }
}
@media only screen and (min-width:64.063em) {
  .advancedFilters .filterHeader {
    margin-bottom: 0.6em;
  }
}
.advancedFilters .filterHeader .button {
  margin-bottom: 0;
}
.advancedFilters .filterHeader h3, .advancedFilters .filterHeader .item .info h2, .item .info .advancedFilters .filterHeader h2 {
  margin: 0 0 0.5em 0 !important;
  font-size: 1em !important;
  line-height: 1.9em !important;
}
@media only screen and (min-width:64.063em) {
  .advancedFilters .filterHeader h3, .advancedFilters .filterHeader .item .info h2, .item .info .advancedFilters .filterHeader h2 {
    line-height: 1em !important;
  }
}
.advancedFilters h5 {
  padding: 0.85em;
  margin: 0 0 0.75em 0 !important;
  background-color: #EFEFEF;
  color: #555555;
  font-weight: normal !important;
  font-size: 0.85em !important;
}
.advancedFilters .side-nav {
  padding: 0;
}
.advancedFilters .side-nav li {
  margin: 0 0 0 0 !important;
}
.advancedFilters .side-nav li a {
  font-size: 0.85em !important;
}
.advancedFilters .side-nav li.active {
  background-color: #666666;
}
.advancedFilters .side-nav li.active a {
  color: #ffffff !important;
}
.advancedFilters .accordion {
  margin: 0 !important;
}
.advancedFilters .accordion .accordion-navigation {
  margin: 0 0 0.5em 0 !important;
}
.advancedFilters .accordion .accordion-navigation a {
  line-height: 0.7em !important;
  padding: 0.8em;
  background-color: #EFEFEF;
  color: #555555;
  font-weight: normal !important;
  font-size: 0.8em !important;
  border: none !important;
}
.advancedFilters .accordion .accordion-navigation .content {
  padding: 0 !important;
  margin-top: 0.75em;
}
.advancedFilters .accordion .accordion-navigation .content .side-nav li a {
  padding: 1em !important;
  font-size: 0.85em !important;
  background-color: transparent !important;
}
.advancedFilters .accordion .accordion-navigation .content .side-nav li.active {
  background-color: #666666;
}
.advancedFilters .accordion .accordion-navigation .content .side-nav li.active a {
  color: #ffffff !important;
  background-color: #666666 !important;
}

/* ==============================
On Off switch
============================== */
.onoffswitch {
  position: relative;
  width: 185px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch .onoffswitch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #666666;
  border-radius: 5px;
  margin: 0 !important;
}
.onoffswitch .onoffswitch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch .onoffswitch-inner:before, .onoffswitch .onoffswitch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 28px;
  padding: 0;
  line-height: 28px;
  font-size: 0.85em;
  color: white;
  font-weight: normal;
  box-sizing: border-box;
}
.onoffswitch .onoffswitch-inner:before {
  content: "Search only titles";
  padding-left: 12px;
  background-color: #575757;
  color: #FFFFFF;
}
.onoffswitch .onoffswitch-inner:after {
  content: "Search titles and summary";
  padding-right: 12px;
  background-color: #EEEEEE;
  color: #555555;
  text-align: right;
}
.onoffswitch .onoffswitch-inner-qon {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.onoffswitch .onoffswitch-inner-qon:before, .onoffswitch .onoffswitch-inner-qon:after {
  display: block;
  float: left;
  width: 50%;
  height: 28px;
  padding: 0;
  line-height: 28px;
  font-size: 0.85em;
  color: white;
  font-weight: normal;
  box-sizing: border-box;
}
.onoffswitch .onoffswitch-inner-qon:before {
  content: "Search only questions";
  padding-left: 12px;
  background-color: #575757;
  color: #FFFFFF;
}
.onoffswitch .onoffswitch-inner-qon:after {
  content: "Search questions and answers";
  padding-right: 12px;
  background-color: #EEEEEE;
  color: #555555;
  text-align: right;
}
.onoffswitch .onoffswitch-switch {
  display: block;
  width: 20px;
  height: 20px;
  margin: 5px;
  background: #666666;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 155px;
  border: none;
  border-radius: 5px;
  transition: all 0.3s ease-in 0s;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 2px;
  background-color: #ffffff;
}

/* ==============================
Checkable lists
============================== */
ul.checkable li a:first-child:before {
  content: "\f096";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  text-decoration: inherit;
  margin-right: 0.5em;
  vertical-align: top;
  line-height: 17px;
}
ul.checkable li a div {
  display: inline-block;
  width: 185px;
  line-height: normal;
}
ul.checkable li.active a:first-child:before {
  content: "\f046";
}

#committee__landing__accordion {
  padding-bottom: 1rem;
}
#committee__landing__accordion .accordion-navigation > a {
  position: relative;
  background-color: white;
  border: 1px solid #d8d8d8;
  border-top: none;
}
#committee__landing__accordion .accordion-navigation > a:after {
  display: block;
  right: 1rem;
  top: 0.85rem;
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.25rem;
  text-align: center;
  color: #333333;
  transition: transform 0.3s ease-out;
}
#committee__landing__accordion .accordion-navigation > a .label {
  top: -0.1rem;
  margin-left: 1rem;
}
#committee__landing__accordion .accordion-navigation.active > a {
  background-color: white;
  border-bottom: none;
}
#committee__landing__accordion .accordion-navigation.active > a:after {
  transform: rotate(-180deg);
}
#committee__landing__accordion .accordion-navigation > a.topBorder1 {
  border-top: 1px solid #d8d8d8;
}
#committee__landing__accordion .accordion-navigation > a:hover,
#committee__landing__accordion .accordion-navigation > a:active,
#committee__landing__accordion .accordion-navigation > a:focus {
  background: #e3e3e3;
  text-decoration: none;
}
#committee__landing__accordion .accordion-navigation > a.topBorder1 {
  border-top: 1px solid #d8d8d8;
}

/* ==============================
Search Result
============================== */
.searchResultItem {
  margin-bottom: 15px;
}
.searchResultItem .inline-list li {
  width: 100px;
}
.searchResultItem .inline-list li:nth-child(3) {
  width: 180px;
}
.searchResultItem .inline-list li:nth-child(4) {
  float: right;
  width: auto;
}
.searchResultItem a h4 {
  color: #1f538d;
}

/* ==============================
Committee Search Result
============================== */
.result__container__with-bar {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  height: 100%;
}
.result__container__with-bar .result__sectionleft {
  text-align: center;
  width: 4.6rem;
  float: left;
}
.result__container__with-bar .result__sectionleft .sectionleft__text {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0px;
  font-size: 0.9rem;
}
.result__container__with-bar .result__sectionleft .sectionleft__text-chamber {
  margin-top: 5px;
  text-transform: uppercase;
}
.result__container__with-bar .result__sectionleft .sectionleft__text-type {
  margin-bottom: 2px;
  font-size: 0.8rem;
}
.result__container__with-bar .result__sectionleft .sectionleft__text-status {
  font-size: 0.8rem;
}
.result__container__with-bar .result__sectionleft .sectionleft__line {
  height: 0.8rem;
  background: #ddd;
  width: 2px;
  margin: 0 auto;
  margin-top: 0.15rem;
  margin-bottom: 0.15rem;
}
.result__container__with-bar .result__sectionleft .sectionleft__icon {
  font-size: 1rem;
}
.result__container__with-bar .result__sectionleft .sectionleft__icon-green {
  color: green;
}
.result__container__with-bar .result__sectionleft .sectionleft__icon-blue {
  color: #4275AE;
}
.result__container__with-bar .result__sectionleft .sectionleft__icon-red {
  color: darkred;
}
.result__container__with-bar .result__sectionleft .sectionleft__icon-yellow {
  color: #d4a906;
}
.result__container__with-bar .result__sectionright {
  width: auto;
  float: left;
  text-align: left;
  padding-left: 0.75rem;
}
.result__container__with-bar .result__sectionright .sectionright__heading {
  margin-top: 0rem;
  max-width: 55rem;
}
.result__container__with-bar .result__sectionright .sectionright__text {
  margin-bottom: 0.5rem;
}
.result__container__with-bar .result__sectionright .sectionright__text-description {
  font-size: 0.85rem;
  max-width: 55rem;
}
.result__container__with-bar .result__sectionright .sectionright__text-bottom {
  float: left;
  font-size: 0.9rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
.result__container__with-bar .bar {
  float: left;
  border-left: 6px solid;
  height: 10rem;
  margin-left: 3px;
}
.result__container__with-bar .bar__senate {
  border-color: #892517;
}
.result__container__with-bar .bar__house {
  border-color: #467664;
}
.result__container__with-bar .bar__joint {
  border-color: orange;
}
.result__container__with-bar .bar__default {
  border-color: #4275AE;
}

.committee__search__filters {
  border-top: 4px solid #4275AE;
  margin-top: 0rem;
}
.committee__search__filters .filters__heading {
  display: block;
  background: #efefef;
  color: #222;
  border: #ddd 1px solid;
  padding: 0.2rem 0.5rem 0.2rem 1rem;
  font-weight: bold;
  font-size: 1rem;
}
.committee__search__filters .filters__heading h2 {
  font-size: 1rem;
  margin-bottom: 0px;
  margin-top: 0px;
}
.committee__search__filters .sidenav {
  border-top: none;
}
.committee__search__filters .sidenav .filterComps {
  display: block;
}
.committee__search__filters .sidenav .sidenav__list {
  list-style: none !important;
}
.committee__search__filters .sidenav .sidenav__item .sidenav__item__inner {
  background: #F6F6F6;
  padding: 0.1rem 0.5rem 0.2rem 0.75rem;
}
.committee__search__filters .sidenav .sidenav__item .sidenav__item__inner hr {
  margin: 0.5rem 0.3rem 0.5rem 0rem;
}
.committee__search__filters .sidenav .sidenav__item .sidenav__item__inner select {
  width: 9rem;
  margin: 0.5rem 0rem;
}
.committee__search__filters .sidenav .sidenav__item .sidenav__item__inner .filter-input {
  margin: 0.5rem 0rem 0.5rem;
  width: 9rem;
}
.committee__search__filters .sidenav .sidenav__item .sidenav__item__inner span {
  font-size: 0.75rem !important;
}
.committee__search__filters .sidenav .sidenav__item .itemCount__greyed {
  color: #9e9e9e !important;
}
.committee__search__filters .sidenav .sidenav__item .add-border {
  border: 1px solid #ddd;
  border-top: none;
}
.committee__search__filters .sidenav .sidenav__item .filter-event-checkbox {
  margin-bottom: 0rem;
}
.committee__search__filters .sidenav .sidenav__item label {
  user-select: none;
}
.committee__search__filters .sidenav .sidenav__item--has-dropdown > a:not(.sidenav__dropdown__toggle) {
  padding-left: 0.7rem;
}
.committee__search__filters .sidenav .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) {
  padding: 0.2rem 0rem 0.2rem 1.75rem;
}
.committee__search__filters .sidenav .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) label {
  font-size: 0.75rem !important;
  margin-right: 0rem;
}
.committee__search__filters .sidenav .sidenav__dropdown__toggle {
  width: 2rem;
}
.committee__search__filters .sidenav .filter__buttons__wrapper {
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  background: #e6e6e6;
  border-top-color: #c5c5c5;
}
.committee__search__filters .sidenav .filter__buttons__wrapper .filter__button {
  margin: 0.25rem 0rem;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}

.committee__search__key {
  padding: 0.7rem;
  margin: 0rem;
}
.committee__search__key h2 {
  font-size: 15px;
}
.committee__search__key .committee__search__key-list {
  margin: 0.2rem 0rem;
}
.committee__search__key .committee__search__key-list .committee__search__key-list-item {
  float: left;
  margin: 0rem 0.7rem 0rem 0rem;
}
.committee__search__key .committee__search__key-list .committee__search__key-list-item .calendar__indicator {
  margin-right: 0.3rem;
}
.committee__search__key .committees__indicator {
  height: 1.25rem;
  padding-left: 0.35rem;
  margin: 0.25rem 0rem 0.25rem;
}
.committee__search__key .committees__indicator--house {
  border-left: 5px solid #467664;
}
.committee__search__key .committees__indicator--senate {
  border-left: 5px solid #892517;
}
.committee__search__key .committees__indicator--joint {
  border-left: 5px solid orange;
}

@media only screen and (min-width: 64em) and (max-width: 84em) {
  .result__sectionright {
    width: 80% !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .result__sectionright {
    width: 80% !important;
  }
  .advancedFilters .filterComps {
    margin-top: 0rem !important;
  }
  .filter__button {
    padding: 0.46667rem 0.2rem 0.53333rem 0.5rem !important;
  }
  .advancedFilters select, .advancedFilters input {
    width: 8rem !important;
  }
}
@media only screen and (max-width: 40em) {
  .result__sectionright {
    width: 94% !important;
    padding-left: 10px !important;
  }
  .searchResultItem {
    padding-left: 0rem !important;
  }
  .advancedFilters .filterComps {
    margin-top: 0rem !important;
  }
  .filter__button {
    width: 10rem !important;
    margin: 0.25rem 0rem 0.25rem 0.5rem !important;
  }
  .searchResult {
    margin-top: 1rem;
  }
}
/* ==============================
Search Error Messages
============================== */
.infoMessage, .loadingMessage {
  background-color: #e2e2e2 !important;
  border-color: #cccccc !important;
}

.loadingMessage .left {
  color: #2e2e2e !important;
  margin-right: 0.5rem;
}

.infoMessage {
  color: #2e2e2e !important;
}
.infoMessage i {
  margin-right: 0.5rem;
}

.searchSuggestion {
  background-color: #e2e2e2 !important;
  border-color: #cccccc !important;
}
.searchSuggestion ul {
  margin-bottom: 0.5rem;
}
.searchSuggestion ul li {
  color: #2e2e2e !important;
  font-size: 0.86667rem;
}

/* ==============================
Search Result Loading Animation
============================== */
.spinner {
  width: 4rem;
  height: 4rem;
  position: absolute;
  margin: 0 auto;
  left: 47%;
  top: 7rem;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #4275AE;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.modal .spinner,
.federatedSearchProgressPanel .spinner {
  width: 5rem;
  height: 5rem;
  position: absolute;
  margin: auto auto;
  left: 0;
  top: 0rem !important;
  right: 0;
  bottom: 0;
}

#qonSearchResultsTable_processing .spinner {
  width: 5rem;
  height: 5rem;
  position: absolute;
  margin: auto auto;
  left: 0 !important;
  top: 7rem !important;
  right: 0;
  bottom: 0;
}

.searchResult__changeopacity {
  z-index: -1;
  opacity: 0.3;
}

@media only screen and (max-width: 40em) {
  .spinner {
    top: 0rem !important;
    left: 40% !important;
  }
  .modal .spinner,
  .federatedSearchProgressPanel .spinner {
    top: 0rem !important;
    left: 0rem !important;
  }
}
/*Refined Senators and Members search*/
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_title {
  font-weight: bold;
  font-size: 0.8rem;
  text-transform: uppercase;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list {
  margin-left: 0rem;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem {
  list-style: none;
  clear: both;
  line-height: 1.2rem;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button {
  font-size: 0.85rem;
  display: inline-block;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_text:hover {
  text-decoration: underline;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_count:hover {
  text-decoration: underline;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_text {
  float: left;
  margin-right: 0.75rem;
  width: 12.5rem;
  text-align: left;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_count {
  margin-right: 0.5rem;
  float: right;
  width: 21px;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_icon {
  float: right;
  margin-top: 0.25rem;
  font-size: 0.9rem;
  display: none;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_icon.active {
  display: block;
}
.SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button:hover {
  text-decoration: none;
}

.SNM_displayType_buttonDisabled {
  color: #000 !important;
}

.SNM_displayType_buttonDisabled:hover {
  color: black;
}

.SNM_displayType_button {
  font-weight: normal;
}

.SNM_displayType_buttonList {
  margin-right: 15px;
  margin-left: 15px;
}

.SNM_showicon .SNM_Filters_icon {
  display: block !important;
}
.SNM_showicon .SNM_filters_listItem {
  padding: 3px 3px 0px 3px;
  background: #e8e8e8;
}

.floattitle {
  line-height: 1.3rem;
  margin-top: 0.5rem;
}

.SNM_Result_party,
.SNM_Result_electorate {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
  line-height: 1.15rem;
  margin-top: 0.5rem;
}

.SNM_filters_surnamepicker {
  flex: 1 0 7.5%;
  list-style: none;
  text-transform: uppercase;
}

.SNM_surnamepicker_inactive {
  color: #737373 !important;
}

.SNM_surnamepicker_inactive:hover {
  color: #bfbfbf !important;
  text-decoration: none;
}

.SNM_Filters_surname {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
  font-size: 0.85rem;
}

#SNM_filters_surname {
  height: 2rem;
}

.SNM_filters_surnamelist {
  height: 2.8rem;
  display: flex;
  flex-wrap: wrap;
}

.SNM_Clear_Filters {
  margin-bottom: 0rem;
}

.SNM_filterSidebar_header {
  text-align: left;
  margin-top: 0px;
  font-size: 1.2rem;
}

.SNM_filterSidebar_wrapper {
  background-color: #f9f9f9;
  padding: 0.75rem;
  border-radius: 0px;
}

@media only screen and (min-width: 64em) and (max-width: 74em) {
  .SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_text {
    width: 9.79rem;
  }
}
@media only screen and (max-width: 64em) {
  .search-filter-results li .floattitle {
    width: 100%;
  }
}
@media only screen and (max-width: 64em) {
  .SNM_filterSidebar_header {
    margin-right: 0rem;
    text-align: left;
  }
  .SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_title {
    float: none !important;
    margin-right: 0rem !important;
    font-weight: bold;
    font-size: 0.8rem;
    text-transform: uppercase;
  }
  .SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_icon {
    float: right;
    margin-top: 0.2rem;
    font-size: 0.9rem;
  }
  .SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_count {
    margin-right: 0.25rem;
    max-width: 21px;
    margin-left: 0.25rem;
  }
  .SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button .SNM_Filters_text {
    float: none;
    margin-right: 0.45rem;
    width: 70% !important;
    text-align: left;
  }
  .SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem {
    margin-bottom: 0.5rem;
  }
  .SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem .SNM_Filters_button {
    width: 100%;
  }
  .SNM_filters_surnamelist {
    margin-left: 0rem;
  }
}
@media only screen and (max-width: 40.063em) {
  .SNM_filterSidebar .SNM_filterSidebar_container .SNM_filters_list .SNM_filters_listItem {
    margin-bottom: 0.2rem;
  }
}
@media only screen and (min-width: 40.063em) {
  .snmSearch .sidenav__heading {
    display: none;
  }
  .SNM_filterSidebar_header {
    font-size: 1.4rem;
  }
  .sidenav {
    border-top: 5px solid #4275ae;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64.063em) {
  .sidenav__heading {
    display: block;
  }
  .sidenav__list {
    /*        display: block !important;*/
    border-top: 1px solid #ddd;
  }
  .snmSearch .sidenav__list {
    display: block !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .sidenav__list {
    display: block !important;
    border-top: 1px solid #ddd;
  }
}
.results-pagination .page-controls ul {
  float: right;
}

/* APH SEARCH new styling */
.searchTabbedContent .tabs li.active {
  bottom: -1px;
  background: #fff !important;
}
.searchTabbedContent .tabs .tab-title > a {
  display: block;
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06667rem;
  padding: 0rem !important;
}
.searchTabbedContent .tabs dd > a, .searchTabbedContent .tabs .tab-title > a {
  display: block;
  color: #222;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1.06667rem;
  padding: 0rem !important;
}
.searchTabbedContent .tabs li > a {
  padding: 0rem !important;
  border: none !important;
  border-bottom: none;
  font-weight: 700;
  font-size: 0.93333rem;
}
.searchTabbedContent .tabs li > a {
  border-bottom: none !important;
}
.searchTabbedContent .tabs .tab-title {
  padding: 1rem 0.5rem !important;
}

.custom-select {
  position: relative;
  width: 100%;
  max-width: 25em;
  margin: 4em auto;
  cursor: pointer;
}

.select,
.label {
  display: block;
}

.select {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 1em;
  height: 4em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  background: none transparent;
  border: 0 none;
}

.label {
  border-radius: 0.5em;
  display: inline-block;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1;
  margin-bottom: auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0.26667rem 0.53333rem 0.26667rem;
  font-size: 0.73333rem;
}

.label::after {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1em;
  border-left: 1px solid;
}

.pbo_costing_field {
  border-bottom: 1px solid #d0d0d0;
  margin-bottom: 1rem !important;
  padding-bottom: 0.5rem !important;
}
.pbo_costing_field p {
  font-size: 0.85rem;
  margin-bottom: 0.45rem;
}

ul.pagination li.active a {
  color: #1f538d;
  font-weight: bold;
}

.pbo_costing_searchpanel {
  background-color: #eaeaea;
  margin-bottom: 1.5rem;
}
.pbo_costing_searchpanel h6 {
  color: #627182;
  padding: 1rem;
  padding-bottom: 0.2rem;
}
.pbo_costing_searchpanel .fuzzy-search {
  border-radius: 10px;
  border: 1px solid #c3bfbf;
  height: 2rem;
  margin-left: 0rem;
  width: 17rem;
}
.pbo_costing_searchpanel hr {
  border: solid #b7b7b7;
  border-width: 1px 0 0;
  margin: 0.5rem 0 0.5rem !important;
}
.pbo_costing_searchpanel .pager {
  list-style: none;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  width: 100%;
  padding: 0rem;
}
.container .field-input {
  text-align: center;
  margin-left: 1rem;
}
.container .field-input input {
  text-align: left;
  border-radius: 6rem;
  border: 1px solid rgb(160, 160, 160);
  width: 20rem;
  transition: 0.5s;
  height: 2.5rem;
}
.container .field-input input:focus {
  outline: none;
  border: 1px solid rgb(160, 160, 160);
  transition: 0.5s;
}

.pbo_costing_sortpanel {
  padding: 0.5rem 1rem 0.5rem 0rem;
  height: 3.5rem;
}
.pbo_costing_sortpanel .pbo_costing_pagesize, .pbo_costing_sortpanel .pbo_costing_sorting {
  float: left;
  margin-left: 1rem;
}
.pbo_costing_sortpanel .pbo_costing_sorting {
  margin-left: 1rem;
  float: left;
}
.pbo_costing_sortpanel label {
  margin-top: 0.5rem;
  color: #627182;
  font-weight: bold;
}
.pbo_costing_sortpanel select {
  border-radius: 6px;
}

.pager {
  float: right;
  width: 8rem;
  font-size: 1rem;
  margin-top: 0.5rem;
}
.pager .next, .pager .prev {
  float: left;
  margin-left: 1rem;
}

.policyDropdown, .partyDropdown, .portfolioDropdown, .costingDropdown {
  height: 11rem;
  background-repeat: no-repeat;
  background-size: cover;
  border-right: 2px solid white;
  z-index: 1;
}
.policyDropdown h5, .partyDropdown h5, .portfolioDropdown h5, .costingDropdown h5 {
  color: white !important;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 90%;
  margin-left: 0.5rem;
  width: 85%;
  float: left;
}

.costingTypeDD {
  background-image: url("../../images/pbo/generalCostings1.png");
}

.policyTopicDD {
  background-image: url("../../images/pbo/caretakerCostings1.png");
}

.partyDD {
  background-image: url("../../images/pbo/caretakerCostings2.png");
}

.portfolioDD {
  background-image: url("../../images/pbo/caretakerCostings3.png");
}

.policyTopicDD_icon, .partyDD_icon, .portfolioDD_icon, .costingTypeDD_icon {
  height: 55%;
  width: 95%;
  margin: 0 auto;
  margin-top: 1.5rem;
  background-repeat: no-repeat;
  background-position: center top;
  padding-bottom: 2rem;
  border-bottom: 1px solid white;
}

.costingTypeDD_icon {
  background-image: url("../../images/pbo/icon_costingType.png");
}

.policyTopicDD_icon {
  background-image: url("../../images/pbo/icon_policyTopic.png");
}

.partyDD_icon {
  background-image: url("../../images/pbo/icon_party.png");
  background-size: 3.75rem;
}

.portfolioDD_icon {
  background-image: url("../../images/pbo/icon_portfolio.png");
}

.js-dropdown-list {
  display: none;
  border: 1px solid #c0cdd1;
  border-radius: 5px;
  padding: 0.5rem;
  background: white;
  margin: 0rem;
  clear: both;
}
.js-dropdown-list li {
  padding: 0.2em 0.5em;
  cursor: pointer;
  background: #ffffff;
  list-style: none;
  z-index: 1;
}
.js-dropdown-list li:hover {
  background-color: #1f538d;
  color: white;
  transition: 0.5s;
}

.pbo_assumption_label {
  display: inline-block;
  width: 90px;
  float: left;
}

.pbo_assumption_field .content.active {
  border: none;
}
.pbo_assumption_field p {
  margin-left: 0.5rem;
}
.pbo_assumption_field p span {
  display: block;
  margin-left: 100px;
}
.pbo_assumption_field p span strong {
  font-weight: normal;
}

.assumption_accordion_a {
  background: none !important;
}
.assumption_accordion_a span {
  color: #1f538d;
}

.pbo_assumption_searchpanel {
  height: 11rem;
}

.policyDropdown_assumptions {
  border-right: 0px;
}

.pboDropdown_icon {
  float: right;
  margin-right: 0.2rem;
  color: white;
  margin-top: 0.5rem;
}

.not-active {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: black;
}

.default_dropdown {
  color: grey;
  border-bottom: 1px solid #e2e2e2;
}

.default_dropdown:hover {
  background: #ffffff !important;
  color: grey !important;
}

.hiddenPBOfield {
  display: none;
}

.pagination {
  float: right;
}

.paginationBottom {
  margin-right: 0.75rem !important;
}

.pbo_costing_pagination {
  background-color: #eaeaea;
  height: 2.5rem;
}
.pbo_costing_pagination .pbo_costing_pagination_title {
  font-size: 0.9rem;
  float: right;
  margin-top: 0.5rem;
}

.pbo_costing_field:last-child {
  border-bottom: none !important;
}

@media screen and (min-width: 640px) and (max-width: 900px) {
  .policyTopicDD_icon, .partyDD_icon, .portfolioDD_icon, .costingTypeDD_icon {
    height: 50%;
  }
  .policyDropdown h5, .partyDropdown h5, .portfolioDropdown h5, .costingDropdown h5 {
    font-size: 0.85rem;
    width: 80%;
  }
}
@media screen and (max-width: 640px) {
  .policyTopicDD_icon, .partyDD_icon, .portfolioDD_icon, .costingTypeDD_icon {
    width: 98%;
    background-size: 60px;
    margin-top: 2.5rem;
    height: 45%;
  }
  .policyDropdown h5, .partyDropdown h5, .portfolioDropdown h5, .costingDropdown h5 {
    font-size: 1rem;
  }
  .partyDD_icon {
    background-size: 45px;
  }
  .pbo_costing_sorting {
    margin-left: 0rem !important;
  }
}
#committeesSearchContentWrapper .searchBar em.fa.fa-search {
  color: #fff;
}

@media only screen and (min-width: 40.063em) {
  .show-for-small-only-sr {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    border: 0 !important;
    overflow: hidden;
    white-space: nowrap;
  }
}
.filter__container {
  padding: 1rem;
  margin: 0;
  background-color: #F6F6F6;
  border-radius: 4px;
  box-shadow: 0 1px 2px #CCCCCC;
}

.filter__header:first-child h3, .filter__header:first-child .item .info h2, .item .info .filter__header:first-child h2 {
  margin-top: 0;
}
.filter__header h3, .filter__header .item .info h2, .item .info .filter__header h2 {
  display: block;
  margin: 1rem 0 0.5rem 0;
  font-size: 1rem;
  font-weight: 700;
}

.filter__container input[type=checkbox], .filter__container input[type=radio] {
  opacity: 0;
  position: absolute;
}
.filter__container input[type=checkbox]:checked + label:before, .filter__container input[type=radio]:checked + label:before {
  background: #666666;
}
.filter__container input[type=checkbox] + label:before, .filter__container input[type=radio] + label:before {
  display: inline-block;
  text-align: center;
  line-height: 1;
  border: 0.0625rem solid #666666;
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  color: white;
  background: white;
}
.filter__container input[type=checkbox] + label {
  width: 100%;
  margin-bottom: 0.5rem;
}
.filter__container input[type=checkbox] + label:before {
  content: "✓";
  padding-right: 1px;
  border-radius: 3px;
}
.filter__container input[type=radio] + label:before {
  content: "✓";
  border-radius: 50%;
}

.expandable-list {
  margin-left: 0;
}

.has-expandable {
  position: relative;
  list-style: none;
}
.has-expandable.active > a:before {
  content: "\f146";
  font-family: "Font Awesome 5 Free";
}
.has-expandable > a {
  display: block;
  padding-left: 20px;
}
.has-expandable > a:before {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 1px;
  content: "\f0fe";
  font-family: "Font Awesome 5 Free";
  font-size: 0.9333333333rem;
}

.expandable {
  display: none;
  margin-bottom: 1rem;
  list-style: disc;
  font-size: 0.8666666667rem;
}

.jumbotron {
  position: relative;
  height: 10rem;
  overflow: hidden;
  background-color: #333333;
}
@media only screen and (min-width:64.063em) {
  .jumbotron {
    height: 15rem;
  }
}
.jumbotron img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0.25;
}

.jumbotron__title {
  display: block;
  color: white;
  padding: 2rem 0 0 0;
  text-transform: uppercase;
  font-size: 1.275rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media only screen and (min-width:40.063em) {
  .jumbotron__title {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width:64.063em) {
  .jumbotron__title {
    font-size: 3rem;
    padding-top: 4rem;
  }
}

.jumbotron__subtitle {
  display: block;
  max-width: 50.6666666667rem;
  color: #EEEEEE;
  font-size: 0.85rem;
}
@media only screen and (min-width:64.063em) {
  .jumbotron__subtitle {
    font-size: 1rem;
  }
}

.reps .profile {
  background-color: #2f7158;
}
.reps .profile * {
  color: #F6F6F6;
}
.senate .profile {
  background-color: #892517;
}
.senate .profile * {
  color: #F6F6F6;
}
.profile img {
  display: block;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}
.profile h3, .profile .item .info h2, .item .info .profile h2, .profile h4 {
  font-weight: normal;
}

.table-edit {
  width: 100%;
}
.table-edit td, .table-edit th {
  padding: 1rem 0.6rem;
}
.table-edit th a {
  color: #333333;
}
.table-edit input[type=checkbox],
.table-edit input[type=radio] {
  border: 1px solid #AAAAAA;
  background: white;
  color: #333333;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 16px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 16px;
  min-width: 16px;
  appearance: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  transition: 0.05s border-color ease-in-out;
}
.table-edit input[type=checkbox]:checked:before,
.table-edit input[type=radio]:checked:before {
  content: "\f00c";
  color: #1e8cbe;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: 1rem;
}

.text-heading {
  margin-bottom: 1.5em;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

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

.text-xsmall {
  font-size: 0.7rem;
  font-weight: normal;
}

.text-large {
  font-size: 1.5em;
}

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

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

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

.text-subtitle {
  color: #888888;
}

.text-error {
  font-size: 0.85rem;
  color: red;
}

ul.no-margin {
  margin-left: 0;
}

.text-multi-columns-2 {
  column-count: 2;
}

ul.text-multi-columns-2 {
  column-gap: 3rem;
}
ul.text-multi-columns-2 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
}

dl.dl--inline.dl--inline--large dt {
  min-width: 140px;
}
dl.dl--inline dt {
  display: block;
  float: left;
  margin-right: 1rem;
  min-width: 100px;
  margin-bottom: 0.25rem;
}
dl.dl--inline dd {
  margin-bottom: 0.25rem;
}

.select--inline {
  height: 35px;
  padding-right: 2rem;
}

label.right {
  display: block;
  margin-right: 0.5rem;
}

select {
  width: auto;
  background-color: white;
}
select:hover, select:active, select:focus {
  background-color: white;
}

.line-height--fixed {
  line-height: 35px;
}

ul.pagination {
  display: inline-block;
  margin: 0;
  padding: 0;
  line-height: 35px;
}
ul.pagination a {
  line-height: 1rem;
}

.media-object {
  display: table;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DDDDDD;
}
.media-object:last-child {
  border-bottom: none;
}

.media-object__section {
  display: table-cell;
  vertical-align: top;
}
.media-object__section:first-child {
  padding-right: 1rem;
}
.media-object__section img {
  max-width: none;
}
@media (max-width: 480px) {
  .media-object__section img {
    max-width: 130px;
  }
}
.media-object__section h1, .media-object__section h2, .media-object__section h3, .media-object__section .item .info h2, .item .info .media-object__section h2, .media-object__section h4 {
  margin-top: 0;
}
.media-object__section--fixed-width {
  min-width: 100px;
}

.text-heading {
  margin-bottom: 1.5em;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

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

.text-xsmall {
  font-size: 0.7rem;
  font-weight: normal;
}

.text-large {
  font-size: 1.5em;
}

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

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

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

.text-subtitle {
  color: #888888;
}

.text-error {
  font-size: 0.85rem;
  color: red;
}

ul.no-margin {
  margin-left: 0;
}

.text-multi-columns-2 {
  column-count: 2;
}

ul.text-multi-columns-2 {
  column-gap: 3rem;
}
ul.text-multi-columns-2 li {
  break-inside: avoid-column;
  page-break-inside: avoid;
}

dl.dl--inline.dl--inline--large dt {
  min-width: 140px;
}
dl.dl--inline dt {
  display: block;
  float: left;
  margin-right: 1rem;
  min-width: 100px;
  margin-bottom: 0.25rem;
}
dl.dl--inline dd {
  margin-bottom: 0.25rem;
}

.select--inline {
  height: 35px;
  padding-right: 2rem;
}

label.right {
  display: block;
  margin-right: 0.5rem;
}

select {
  width: auto;
  background-color: white;
}
select:hover, select:active, select:focus {
  background-color: white;
}

.line-height--fixed {
  line-height: 35px;
}

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

.js-notification {
  display: none;
}

.js-form-toggle {
  display: none;
}
.js-form-toggle.active {
  display: block;
}

/*Accessibility*/
select, input[type=text], input[type=password], input[type=date], input[type=datetime],
input[type=datetime-local], input[type=month], input[type=week], input[type=email],
input[type=number], input[type=search], input[type=tel], input[type=time],
input[type=url], input[type=color], textarea {
  border-color: #949494;
}

/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#zf/dt-1.10.13/b-1.2.4/b-print-1.2.4/r-2.1.0
 *
 * Included libraries:
 *   DataTables 1.10.13, Buttons 1.2.4, Print view 1.2.4, Responsive 2.1.0
 */
table.dataTable {
  clear: both;
  margin: 0.5em 0 !important;
  max-width: none !important;
  width: 100%;
}

table.dataTable td,
table.dataTable th {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper {
  position: relative;
}

div.dataTables_wrapper div.dataTables_length label {
  float: left;
  text-align: left;
  margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter label {
  float: right;
  margin-bottom: 0;
}

div.dataTables_wrapper div.dataTables_filter input {
  display: inline-block !important;
  width: auto !important;
  margin-bottom: 0;
  margin-left: 0.5em;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 2px;
  font-size: 14px; /* CUSTOMISATION */
}

div.dataTables_wrapper div.dataTables_paginate {
  float: right;
  margin: 0;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 80px; /* CUSTOMISATION */
  left: 51%;
  width: 200px;
  margin-left: -100px;
  /*margin-top: -26px;*/ /* CUSTOMISATION */
  text-align: center;
  padding: 1rem 0;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 1.5rem;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

table.dataTable thead .sorting {
  background-image: url("../../images/datatable/sort_both.png");
}

table.dataTable thead .sorting_asc {
  background-image: url("../../images/datatable/sort_asc.png");
}

table.dataTable thead .sorting_desc {
  background-image: url("../../images/datatable/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
  background-image: url("../../images/datatable/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
  background-image: url("../../images/datatable/sort_desc_disabled.png");
}

div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  overflow-x: hidden !important; /* CUSTOMISATION */
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

div.dt-button-info > div {
  padding: 1em;
}

ul.dt-buttons li {
  margin: 0;
}

ul.dt-buttons li.active a {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.6);
}

ul.dt-buttons.button-group a {
  margin-bottom: 0;
}

ul.dt-button-collection.f-dropdown {
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

ul.dt-button-collection.f-dropdown.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

ul.dt-button-collection.f-dropdown.fixed.two-column {
  margin-left: -150px;
}

ul.dt-button-collection.f-dropdown.fixed.three-column {
  margin-left: -225px;
}

ul.dt-button-collection.f-dropdown.fixed.four-column {
  margin-left: -300px;
}

ul.dt-button-collection.f-dropdown > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

ul.dt-button-collection.f-dropdown.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

ul.dt-button-collection.f-dropdown.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

ul.dt-button-collection.f-dropdown.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

ul.dt-button-collection.f-dropdown.fixed {
  max-width: none;
}

ul.dt-button-collection.f-dropdown.fixed:before, ul.dt-button-collection.f-dropdown.fixed:after {
  display: none;
}

div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 88;
}

@media screen and (max-width: 767px) {
  ul.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5rem;
  }
  ul.dt-buttons li {
    float: none;
  }
}
div.button-group.stacked.dropdown-pane {
  margin-top: 2px;
  padding: 1px;
  z-index: 89;
}

div.button-group.stacked.dropdown-pane a.button {
  margin-bottom: 1px;
  border-right: none;
}

div.button-group.stacked.dropdown-pane a.button:last-child {
  margin-bottom: 0;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  /*top: 9px;*/ /* CUSTOMISATION */
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #008CBA;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  font-family: "Courier New", Courier, monospace;
  line-height: 14px;
  content: "+";
  background-color: #008CBA;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: "-";
  background-color: #d33333;
}

table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}

table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

/* Customizations */
input[type=checkbox].dataTableCheckbox {
  margin: 0;
}

.dataTables_wrapper .dataTables_processing {
  text-align: center;
  font-size: 1.2em;
  border: 0;
  margin: 20px;
}

.dataTablesButton {
  margin-right: 2px;
}

.dataTablesTable {
  border: 0;
  margin: 0;
}

/* Customizations */
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
table.dataTable > tbody > tr.child ul {
  font-size: 1em;
}

table.dataTable > tbody > tr.child ul li ol {
  margin-left: 2rem;
}

/* Overlay windows */
.overlay {
  padding: 0 5px 0px 5px;
}

.overlay-body {
  height: auto;
}

.overlay p {
  font-size: 0.8rem;
  margin: 0;
}

.overlay h2 {
  color: #666;
  font-weight: normal;
  font-size: 1.6em;
}

.overlay .note {
  background: #bde6fc;
  padding: 0.5rem;
  border: 1px solid #5f7b87;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 1em 0;
  margin-bottom: 0.5rem;
}

.overlay .tracked-item {
  border: 1px solid #c9c9c9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 0.5rem;
  margin: 0;
}

.overlay .tracked-item p {
  font-weight: bold;
}

.overlay .track-option label {
  font-weight: bold;
}

.overlay .login-register-form {
  background: url(/images/template/vertical-line.png) repeat-y center top;
  margin: 0 0 1em 0;
  overflow: auto;
}

.overlay .login-register-form h3, .overlay .login-register-form .item .info h2, .item .info .overlay .login-register-form h2 {
  font-weight: bold;
}

.overlay .login-register-form .ctrl-holder label {
  font-size: 0.8rem;
}

.overlay .login-register-form label em {
  font-style: normal;
  color: red;
}

.overlay .login-register-form .text-input {
  border: 1px solid #aaaaaa;
  padding: 4px 5px;
  display: block;
  width: 185px;
  height: 2rem;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}

.overlay .login-register-form .check-holder {
  margin: 0 0 5px 0;
}

.overlay .login-register-form .help {
  text-align: right;
}

.overlay .login-register-form .hint {
  color: #666666;
  font-style: italic;
  margin-top: 2px;
  margin-bottom: 0.5rem;
}

.overlay .login-register-form .btn-holder {
  text-align: right;
}

.overlay .login-register-form .error-msg {
  color: red;
}

.overlay label {
  font-size: 0.8rem;
}

/* =live switch player */
.live-switch-container {
  position: relative;
  padding-bottom: 55%;
  height: 0;
  overflow: hidden;
}

.live-switch-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.switch_player {
  position: relative;
  z-index: 1;
}

.switch_player.wide {
  width: 720px;
  height: 405px;
}

.switch_player.narrow {
  width: 480px;
  height: 264px;
}

.switch_player.home {
  width: 640px;
  height: 360px;
}

#universalPlayerPlaylists {
  border: 0;
}

@media only screen and (max-width: 64em) {
  .switch-container {
    position: relative;
    padding-bottom: 55%;
    height: 0 !important;
    width: auto !important;
    overflow: hidden;
  }
  .switch-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.error-msg {
  color: #b30000;
}

/* Text align for contact form fields */
.contact {
  text-align: right;
}

.library-spotlight {
  position: relative;
  padding: 30px 0;
}
.library-spotlight::before {
  content: "";
  position: absolute;
  width: calc(100vw - 9px);
  height: 100%;
  margin-left: -50vw;
  top: 0;
  left: 50%;
  background-color: #F4F4F4;
  z-index: -1;
}
.library-spotlight h2 {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-bottom: 1px solid #be8e57;
  scroll-margin-top: 100px !important;
  font-size: 2em;
  font-style: normal;
  font-weight: 200;
}
.library-spotlight__read-more {
  text-align: right;
  margin-top: 20px;
  padding-right: 10px;
  font-size: 1.15rem;
}

.library-spotlight--featured__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.library-spotlight--featured__item {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 50px 24px 24px 24px;
  overflow: hidden;
  z-index: 5;
  color: initial;
}
.library-spotlight--featured__item .image-splash {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.library-spotlight--featured__item .image-splash img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.library-spotlight--featured__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background: linear-gradient(to bottom left, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.9) 80%), linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.7) 85%);
  transition: 0.3s;
}
.library-spotlight--featured__item:hover::before {
  opacity: 0.5;
}
.library-spotlight--featured article {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 50px 24px 24px 24px;
  overflow: hidden;
  z-index: 5;
  height: 100%;
}
.library-spotlight--featured article::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background: linear-gradient(to bottom left, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.9) 80%), linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.7) 85%);
  transition: 0.3s;
}
.library-spotlight--featured article:hover::before {
  opacity: 0.5;
}
.library-spotlight--featured__content {
  position: relative;
  color: #FFF;
}
.library-spotlight--featured__content h4 {
  color: #FFF;
  margin: 0;
  font-weight: 400;
  transition: 0.2s;
}
.library-spotlight--featured__read-time {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  color: #FFF;
}
.library-spotlight--featured__introduction {
  margin: 15px 0;
  color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 68.2666666667em) {
  .library-spotlight--featured__introduction {
    margin: 0 !important;
    max-height: 0 !important;
  }
}
.library-spotlight--featured__author {
  display: block;
  margin-top: 7px;
  margin-bottom: 0;
  color: rgba(204, 204, 204, 0.7);
}
.library-spotlight--featured__category {
  position: relative;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 7px;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #be8e57;
  display: block;
}
.library-spotlight--featured__item-link {
  min-height: 400px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s linear;
}
.library-spotlight--featured__item-link:hover {
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px;
  text-decoration: none;
  color: initial;
}
@media only screen and (max-width: 42.6666666667em) {
  .library-spotlight--featured__item-link {
    min-height: 250px;
    flex-basis: 100% !important;
  }
}
.library-spotlight--featured__item-link:first-of-type {
  flex-basis: 100%;
}
@media only screen and (max-width: 42.6666666667em) {
  .library-spotlight--featured__item-link:first-of-type {
    min-height: 400px;
  }
}
.library-spotlight--featured__item-link:nth-of-type(2) {
  flex-basis: calc(25% - 10px);
}
@media only screen and (max-width: 68.2666666667em) {
  .library-spotlight--featured__item-link:nth-of-type(2) {
    flex-basis: 100%;
  }
}
.library-spotlight--featured__item-link:nth-of-type(3) {
  flex-basis: calc(25% - 10px);
}
@media only screen and (max-width: 68.2666666667em) {
  .library-spotlight--featured__item-link:nth-of-type(3) {
    flex-basis: calc(50% - 10px);
  }
}
.library-spotlight--featured__item-link:nth-of-type(4) {
  flex-basis: calc(50% - 10px);
}

.library-spotlight--normal__inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: left;
  align-items: flex-start;
  gap: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}
.library-spotlight--normal__inner a {
  height: 400px;
  cursor: pointer;
  position: relative;
  transition: 0.3s linear;
  display: inline-block;
}
.library-spotlight--normal__inner a article > em {
  font-style: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* Limits to 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* Allows wrapping to multiple lines */
}
.library-spotlight--normal__inner a:nth-of-type(1), .library-spotlight--normal__inner a:nth-of-type(2), .library-spotlight--normal__inner a:nth-of-type(5) {
  flex-basis: calc(50% - 15px);
}
.library-spotlight--normal__inner a:nth-of-type(1) article > em, .library-spotlight--normal__inner a:nth-of-type(2) article > em, .library-spotlight--normal__inner a:nth-of-type(5) article > em {
  font-size: 24px;
}
.library-spotlight--normal__inner a:nth-of-type(3), .library-spotlight--normal__inner a:nth-of-type(4) {
  flex-basis: calc(25% - 15px);
}
.library-spotlight--normal__inner a:nth-of-type(3) img, .library-spotlight--normal__inner a:nth-of-type(4) img {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.library-spotlight--normal__inner a:nth-of-type(3) article, .library-spotlight--normal__inner a:nth-of-type(4) article {
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 10px 0 0 0;
}
.library-spotlight--normal__inner a:nth-of-type(3) article > em, .library-spotlight--normal__inner a:nth-of-type(4) article > em {
  font-size: 18px;
}
.library-spotlight--normal__inner a aside {
  font-size: 13px;
  margin-top: 10px;
}
.library-spotlight--normal__inner a::before {
  content: " ";
  position: absolute;
  right: 100%;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #bbb;
  margin-right: 7px;
}
.library-spotlight--normal__inner a::after {
  content: " ";
  position: absolute;
  top: calc(100% + 7px);
  left: -7px;
  display: block;
  height: 0;
  width: calc(100% + 15px);
  border-bottom: 1px solid #bbb;
}
.library-spotlight--normal__inner a:hover article em {
  color: #be8e57;
}
.library-spotlight--normal__inner a img {
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% + 7.5px);
  width: calc(50% - 7.5px);
  height: 100%;
  object-fit: cover;
  object-position: center center;
  padding: 0 !important;
  filter: grayscale(40%);
  transition: 0.3s linear;
}
.library-spotlight--normal__inner a img:hover {
  filter: grayscale(0%);
  transition: 0.3s linear;
}
.library-spotlight--normal__inner a article {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 20px 10px 0;
  color: black;
  text-align: left;
  background: transparent;
}
.library-spotlight--normal__inner a article .category {
  display: none;
}
.library-spotlight--normal__inner a article span.author {
  color: rgba(52, 52, 52, 0.7);
  display: block;
  margin-top: 7px;
}
.library-spotlight--normal__inner a article p {
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin: 0;
  font-size: 15px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s linear, opacity 0.3s linear;
}
.library-spotlight--normal__inner a:nth-of-type(1):hover article p {
  max-height: 0;
  opacity: 0;
  margin: 0;
}
.library-spotlight--normal__introduction {
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 42.6666666667em) {
  .library-spotlight--normal__inner a {
    flex-basis: 100% !important;
    margin: 0 0 !important;
  }
}
@media only screen and (max-width: 68.2666666667em) {
  .library-spotlight--normal__inner a img {
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
  }
  .library-spotlight--normal__inner a article {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    padding: 10px 0 0 0;
  }
  .library-spotlight--normal__inner a::before {
    height: 0 !important;
  }
  .library-spotlight--normal__introduction {
    margin: 0 !important;
    max-height: 0 !important;
  }
}

.story h1,
.story h2,
.story h3,
.story .item .info h2,
.item .info .story h2,
.story h4,
.story h5,
.story h6 {
  font-weight: 400;
}
.story h2 {
  padding-top: 60px;
  position: relative;
  margin-bottom: 40px;
  font-size: 1.6rem;
  max-width: 600px;
  letter-spacing: -0.25px;
}
.story h2:after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #c09057;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.story__intro {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.story__timeline {
  width: 100%;
  position: relative;
}
.story .full-width-section {
  display: flex;
  width: 100%;
  min-height: 600px;
}
@media (max-width: 768px) {
  .story .full-width-section {
    flex-direction: column;
  }
}
.story .full-width-section__image-container {
  position: relative;
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5%;
}
@media (max-width: 768px) {
  .story .full-width-section__image-container {
    width: 100%;
    min-height: 35vh;
  }
}
.story .full-width-section__image-container img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.story .full-width-section__image-container, .story .full-width-section__text-container {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5%;
}
@media (max-width: 768px) {
  .story .full-width-section__image-container, .story .full-width-section__text-container {
    width: 100%;
    min-height: 35vh;
  }
}
.story .full-width-section--snippets {
  color: #fff;
  padding-top: 5rem;
  padding-bottom: 8rem;
}
@media (max-width: 768px) {
  .story .full-width-section--snippets {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (min-width: 768px) {
  .story .full-width-section--snippets {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.story .full-width-section--snippets .columns .row .columns {
  border-left: 1px solid #fff;
  padding-left: 30px;
  padding-right: 70px;
}
@media (max-width: 1024px) {
  .story .full-width-section--snippets .columns .row .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 20px;
  }
}
.story .full-width-section--snippets .columns .row .columns h5 {
  font-weight: 600;
}
.story .full-width-section--snippets .columns .row .columns p {
  color: #fff;
}
@media only screen and (min-width: 64.0625em), (min-width: 40.0625em) {
  .story .full-width-section--snippets .columns {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media (max-width: 40em) {
  .story .full-width-section--snippets .columns {
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    float: left;
  }
}
.story .full-width-section h4 {
  color: #fff;
  padding: 10px;
  width: 100%;
  padding-left: 30px;
  border-left: 2px solid #c09057;
  padding-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .story .full-width-section h4 {
    max-width: unset;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.story .full-width-section a {
  color: white;
  text-decoration: underline dotted;
}
.story .video {
  position: relative;
  max-width: 60%;
  margin-top: 40px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .story .video {
    width: 100%;
    max-width: unset;
  }
}
.story .video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.story .video .video__poster {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0s 0.3s;
}
.story .video .video__poster:before {
  background-image: url(/images/template/icon-play.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90px;
  height: 90px;
  max-height: 85vw;
  max-width: 85vh;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.story .video .video__poster--hide {
  opacity: 0;
  visibility: hidden;
}
.story .video video {
  display: block;
  width: 100%;
}
.story .video iframe,
.story .video .video__iframe,
.story .video .video__video {
  left: 0;
  position: absolute;
  top: 0;
  border: 0;
  height: 100%;
  width: 100%;
}
.story__insight-video {
  background-color: #f3f4f5;
}
.story__insight-video .video-wrapper {
  z-index: 1;
  position: relative;
  top: -100px;
  bottom: -100px;
}
.story__insight-video .video-wrapper .video {
  max-width: unset;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .story__insight-video .video-wrapper .video {
    border-radius: 15px;
  }
}
.story__insight-video .video-wrapper .btn {
  background-color: #a96f28;
  margin: 10px 0 11px;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 25px;
  transition: all 0.2s ease-out;
  border-radius: 100px;
}
.story__insight-video .video-wrapper .btn:hover {
  color: #fff;
  background-color: #80541e;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
}
.story__insight-video .video-wrapper .btn--blue {
  background-color: #16192f;
}
@media (max-width: 480px) {
  .story__insight-video .video-wrapper .btn {
    padding: 12px 16px;
    font-size: 0.9rem;
  }
}
.story--blue .full-width-section {
  background-color: #a17137;
}
.story--blue .full-width-section__text-container {
  background-color: #a17137;
}
.story--blue .full-width-section h4 {
  border-left: 2px solid #fff;
}
.story--blue .full-width-section--snippets {
  background-color: #fff;
}
.story--blue .full-width-section--snippets .columns .row .columns {
  border-left: 1px solid #a96f28;
}
.story--blue .full-width-section--snippets .columns .row .columns h5,
.story--blue .full-width-section--snippets .columns .row .columns p {
  color: #16192f;
}
.story--blue .story__intro {
  background-color: #16192f;
}
.story--blue .story__intro h2,
.story--blue .story__intro h4 {
  color: #fff;
}
.story--blue .story__intro a {
  color: #d9c6af;
}
.story--brown .story__intro {
  background-color: #a96f28;
}
.story--brown .story__intro h4,
.story--brown .story__intro h2 {
  color: #fff;
}
.story--brown .story__intro h4:after,
.story--brown .story__intro h2:after {
  background-color: #fff;
}
.story--brown .full-width-section__text-container {
  background-color: #f3f4f5;
}
.story--brown .full-width-section__text-container h4 {
  color: #16192f;
}
.story--brown .full-width-section--snippets {
  background-color: #16192f;
}
.story--brown .full-width-section--snippets .columns .row .columns {
  border-left: 1px solid #c09057;
}
.story--brown .full-width-section--snippets .columns .row .columns h5,
.story--brown .full-width-section--snippets .columns .row .columns p {
  color: #fff;
}

.timeline-glossy {
  padding-top: 5rem;
  padding-bottom: 9rem;
}
.timeline-glossy h2 {
  text-align: center;
  color: #fff;
  background-color: #a96f28;
  margin: 20px auto;
  display: inline-block;
  position: relative;
  border-radius: 100px;
  padding: 10px 40px;
  margin-bottom: 0;
  margin-top: 40px;
  font-size: 26px;
}
@media (max-width: 992px) {
  .timeline-glossy h2 {
    line-height: 1.1;
    background: 0 0;
    color: #16192f;
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
  }
}
.timeline-glossy h2:after {
  display: none;
}
.timeline-glossy h3, .timeline-glossy .item .info h2, .item .info .timeline-glossy h2 {
  margin: 0 0 15px;
}
.timeline-glossy h3 + p, .timeline-glossy .item .info h2 + p, .item .info .timeline-glossy h2 + p {
  margin: 0 0 25px;
}
.timeline-glossy .tcenter {
  text-align: center;
}
.timeline-glossy .vtimeline-point {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .timeline-glossy .vtimeline-point {
    margin-bottom: 70px;
  }
}
.timeline-glossy .vtimeline-content {
  display: flex;
  width: 100%;
  align-items: start;
}
@media (max-width: 992px) {
  .timeline-glossy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .timeline-glossy .vtimeline {
    padding-top: 20px;
    padding-left: 40px;
    overflow: visible;
  }
  .timeline-glossy .vtimeline:before {
    left: 43px;
    top: 30px;
  }
  .timeline-glossy .tcenter {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .timeline-glossy .vtimeline {
    padding-left: 20px;
    padding-right: 0;
  }
  .timeline-glossy .vtimeline:before {
    left: 16px;
  }
}
.timeline-glossy .vtimeline:before {
  width: 1px;
  background: #a96f28;
}
.timeline-glossy .vtimeline-icon {
  height: 15px;
  width: 15px;
  background: #a96f28;
}
@media only screen and (max-width: 992px) {
  .timeline-glossy .vtimeline-icon {
    left: -4.5px;
  }
}
@media only screen and (max-width: 768px) {
  .timeline-glossy .vtimeline-icon {
    left: -11.5px;
  }
}
.timeline-glossy .vtimeline-icon img {
  width: 90%;
  height: auto;
}
.timeline-glossy .vtimeline-icon.has-img {
  width: 50px;
  height: 50px;
}
@media (max-width: 992px) {
  .timeline-glossy .vtimeline-icon.has-img {
    left: -25px;
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .timeline-glossy .vtimeline-icon.has-img {
    width: 32px;
    height: 32px;
    left: -19px;
  }
}
@media only screen and (max-width: 992px) {
  .timeline-glossy .vtimeline-icon:has(img) {
    width: 30px;
    height: 30px;
    left: -15px;
  }
  .timeline-glossy .vtimeline-icon:first-child {
    top: 0;
  }
}
.timeline-glossy .vtimeline-icon:has(img) {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
}
.timeline-glossy .vtimeline-icon:has(img)::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(169, 111, 40, 0.7);
  animation: pulse 2s infinite;
}
@media (max-width: 768px) {
  .timeline-glossy .vtimeline-icon:has(img) {
    width: 32px;
    height: 32px;
    left: -19px;
  }
}
.timeline-glossy .vtimeline-block {
  width: 100%;
  margin-left: 0;
  transition: none !important;
}
.timeline-glossy .vtimeline-content[data-vtside=left] {
  flex-direction: row-reverse;
}
.timeline-glossy .primary-event {
  width: 45%;
  margin-left: 55%;
  padding: 0;
}
@media (max-width: 992px) {
  .timeline-glossy .primary-event {
    width: 80%;
    margin-left: 5%;
    top: -10px;
    position: relative;
  }
}
@media (max-width: 768px) {
  .timeline-glossy .primary-event {
    width: 100%;
    margin-left: 9%;
  }
}
.timeline-glossy .primary-event h3, .timeline-glossy .primary-event .item .info h2, .item .info .timeline-glossy .primary-event h2 {
  font-size: 40px;
  color: #a96f28;
}
.timeline-glossy .secondary-event {
  width: 100%;
  margin-left: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .timeline-glossy .secondary-event {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .timeline-glossy .secondary-event {
    flex-direction: column-reverse !important;
  }
}
.timeline-glossy .secondary-event .img-wrap {
  width: 50%;
  justify-content: end;
  align-items: flex-end;
  display: flex;
}
@media (max-width: 992px) {
  .timeline-glossy .secondary-event .img-wrap {
    justify-content: start;
    align-items: flex-start;
    width: 20%;
  }
}
@media (max-width: 768px) {
  .timeline-glossy .secondary-event .img-wrap {
    width: 100%;
    padding-left: 10%;
  }
}
.timeline-glossy .secondary-event .img-wrap img {
  min-width: 280px;
  margin-right: 10%;
  max-width: 210px;
  position: relative;
}
@media (max-width: 992px) {
  .timeline-glossy .secondary-event .img-wrap img {
    min-width: unset;
    margin-right: 0;
    max-width: 125px;
  }
}
@media (max-width: 768px) {
  .timeline-glossy .secondary-event .img-wrap img {
    max-width: 90px;
  }
}
.timeline-glossy .secondary-event .text-wrap {
  width: 50%;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .timeline-glossy .secondary-event .text-wrap {
    width: 80%;
    padding-left: 5%;
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .timeline-glossy .secondary-event .text-wrap {
    width: 100%;
    padding-left: 9%;
    margin-top: -7px;
  }
}
.timeline-glossy .secondary-event .text-wrap .details {
  margin-left: 10%;
  max-width: 450px;
}
@media (max-width: 992px) {
  .timeline-glossy .secondary-event .text-wrap .details {
    max-width: unset;
    margin-left: 0 !important;
    padding-right: 5%;
  }
}
@media (max-width: 768px) {
  .timeline-glossy .secondary-event .text-wrap .details {
    padding-right: 0;
  }
}
.timeline-glossy div[data-vtside=left] .text-wrap {
  justify-content: end;
}
.timeline-glossy div[data-vtside=left] .text-wrap .details {
  margin-right: 10%;
  margin-left: 0;
  text-align: right;
}
@media (max-width: 992px) {
  .timeline-glossy div[data-vtside=left] .text-wrap .details {
    text-align: left;
  }
}
@media (max-width: 768px) {
  .timeline-glossy div[data-vtside=left] .text-wrap .details {
    margin-right: 0;
  }
}
.timeline-glossy div[data-vtside=left] .img-wrap {
  justify-content: start;
}
.timeline-glossy div[data-vtside=left] .img-wrap img {
  margin-left: 10%;
  margin-right: 0;
}
@media (max-width: 992px) {
  .timeline-glossy div[data-vtside=left] .img-wrap img {
    margin-left: 0;
  }
}
.timeline-glossy div[data-vtside=left].secondary-event .img-wrap {
  justify-content: start;
}
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(169, 111, 40, 0.7);
  }
  50% {
    transform: scale(1.5);
    box-shadow: 0 0 0 10px rgba(169, 111, 40, 0);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(169, 111, 40, 0.7);
  }
}

.story__multivideo .step {
  margin: 2rem auto;
  display: flex;
  align-items: center;
  padding: 1rem;
}
.story__multivideo .step h4 {
  color: #fff;
  padding-left: 30px;
  border-left: 2px solid #fff;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  max-width: 650px;
}
@media (max-width: 1024px) {
  .story__multivideo .step h4 {
    font-size: 1.25rem;
    line-height: 1.8rem;
    background: #16192f;
    padding: 1rem 0 1rem 1rem;
  }
}
.story__multivideo .step p {
  text-align: center;
  padding: 1rem;
  font-size: 1.5rem;
}
.story__multivideo .step.is-active {
  background-color: transparent;
}

#scrollMobile {
  position: relative;
  background-color: #131528;
  padding: 0;
}
#scrollMobile article {
  position: relative;
  padding: 0;
  max-width: 20rem;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  #scrollMobile article {
    max-width: 28.5%;
    background: rgba(22, 25, 47, 0.7);
    text-align: left;
    position: relative;
    padding: 0;
    margin: 0;
    left: 0;
  }
}
#scrollMobile figure {
  position: -webkit-sticky;
  position: sticky;
  top: 0 !important;
  left: 0;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0;
  background-color: #131528;
  z-index: 0;
  overflow: hidden;
}
#scrollMobile figure .background-video {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover;
}
#scrollMobile figure p {
  text-align: center;
  padding: 1rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 8rem;
  font-weight: 900;
  color: #fff;
}
#scrollMobile .step {
  margin: 0;
  color: #fff;
  height: 100%;
  width: 100%;
  padding: 0 8.5%;
}
@media (min-width: 1024px) {
  #scrollMobile .step {
    height: 100vh !important;
    padding: 0 4.5%;
  }
}
@media (max-width: 1023px) {
  #scrollMobile .step {
    padding: 30px 0;
  }
}
#scrollMobile .step:last-child {
  margin-bottom: 0;
}
#scrollMobile .step p {
  text-align: left;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  padding: 0;
}
#scrollMobile .step h4 {
  background-color: transparent;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #scrollMobile .step h4 {
    font-size: 1rem;
    line-height: 1.45rem;
    background: #16192f;
    padding: 1.5rem;
  }
}

/* Specific css for the Sitecore Accordion controls */
.custom-accordion {
  padding-bottom: 1rem;
}
.custom-accordion .accordion-navigation > a {
  position: relative;
  background-color: white;
  border: 1px solid #d8d8d8;
  border-top: none;
}
.custom-accordion .accordion-navigation > a:after {
  display: block;
  right: 1rem;
  top: 0.85rem;
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.25rem;
  text-align: center;
  color: #333333;
  transition: transform 0.3s ease-out;
}
.custom-accordion .accordion-navigation > a .label {
  top: -0.1rem;
  margin-left: 1rem;
}
.custom-accordion .accordion-navigation.active > a {
  background-color: white;
  border-bottom: none;
}
.custom-accordion .accordion-navigation.active > a:after {
  transform: rotate(-180deg);
}
.custom-accordion .accordion-navigation > a.topBorder1 {
  border-top: 1px solid #d8d8d8;
}
.custom-accordion .accordion-navigation > a:hover,
.custom-accordion .accordion-navigation > a:active,
.custom-accordion .accordion-navigation > a:focus {
  background: #e3e3e3;
  text-decoration: none;
}
.custom-accordion .accordion-navigation > a.topBorder1 {
  border-top: 1px solid #d8d8d8;
}

.custom-accordion > .accordion-navigation.active > .content {
  display: block !important;
  position: relative;
}

html {
  -webkit-font-smoothing: antialiased;
}

.tooltipster-default {
  border-radius: 5px;
  border: 1px solid #999;
  background: #ffffff;
  color: #000;
  box-shadow: 2px 2px 10px #999;
  min-width: 420px;
  line-height: 2px !important;
}

div#labor {
  background-image: url(../images/seating-plan/labor-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#liberal {
  background-image: url(../images/seating-plan/liberal-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#palmer {
  background-image: url(../images/seating-plan/palmer-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#greens {
  background-image: url(../images/seating-plan/greens-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#nationals {
  background-image: url(../images/seating-plan/nationals-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#amep {
  background-image: url(../images/seating-plan/amep-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#countryliberals {
  background-image: url(../images/seating-plan/countryliberals-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#familyfirst {
  background-image: url(../images/seating-plan/familyfirst-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#lnp {
  background-image: url(../images/seating-plan/lnp-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#sports {
  background-image: url(../images/seating-plan/sports-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#ldp {
  background-image: url(../images/seating-plan/ldp-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#dlp {
  background-image: url(../images/seating-plan/dlp-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

div#ind {
  background-image: url(../images/seating-plan/ind-bg.jpg) !important;
  background-position: no-repeat;
  min-height: 144px;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 10px;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span, .tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span, .tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
  min-width: 420px;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  min-width: 57px;
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

#planimg {
  height: 140px;
  width: 108px;
  border: 1px solid #CCC;
}

.planimg {
  width: 120px !important;
  display: inline !important;
  float: left !important;
}

.plantxt {
  width: 100% !important;
  display: inline !important;
  font-family: Franklin Gothic Book, Helvetica, Arial, sans-serif;
}

.plantxt p strong {
  font-family: Franklin Gothic Book, Helvetica, Arial, sans-serif;
  color: #333;
}

.plantxt p {
  line-height: 1;
}

/* =Hansard
----------------------------------------*/
.hansard-display {
  padding-bottom: 10px;
}

.hansard-toc, .hansard-toc ul {
  list-style-type: none;
}

.hansard-toc ul {
  margin-left: 0.4rem;
  border-left: 1px solid #DDDDDD;
  padding-left: 8px;
}

.hansard-toc {
  margin: 0;
}

.hansard-toc li {
  margin: 5px 0;
}
@media only screen and (max-width: 65em) {
  .hansard-toc li {
    padding: 5px 0;
  }
  .hansard-toc li a {
    font-size: 1.3em;
  }
}
.hansard-toc li a {
  text-transform: capitalize;
}
@media only screen and (min-width: 65em) {
  .hansard-toc li .hansard-link {
    display: inline-block;
    vertical-align: top;
    width: 90%;
  }
  .hansard-toc li .expand {
    display: inline-block;
    vertical-align: top;
  }
}

/*.hansard-toc > li {
    padding: 0.5rem 0;
    border-bottom: 1px solid #DDDDDD;
}*/
.hansard-download * {
  box-sizing: border-box;
}

.hansard-blind {
  padding: 2px;
  text-align: center;
  background: #666666;
  color: white;
  clear: both;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px 10px 0 0;
}

.hansard-download ul {
  list-style-type: none;
  margin: 10px 0 20px 0;
  padding: 0;
}
.hansard-download ul li {
  display: inline;
}
@media only screen and (max-width: 65em) {
  .hansard-download ul li {
    display: block;
    text-align: center;
  }
}
.hansard-download ul li a {
  border-radius: 4px;
  display: inline-block;
  width: 33%;
  text-align: center;
  background: #536F7F;
  padding: 10px;
  color: #ffffff;
}
@media only screen and (max-width: 65em) {
  .hansard-download ul li a {
    width: 100%;
    border-radius: 0;
  }
}

.hansard-metadata dt {
  color: #045f85;
}
@media only screen and (max-width: 65em) {
  .hansard-metadata dd, .hansard-metadata dl {
    margin-left: 0;
  }
}

#secondary-nav-container {
  width: 179px;
  float: left;
}
@media only screen and (max-width: 65em) {
  #secondary-nav-container {
    float: none;
    width: auto;
  }
}

div.widget.calendar {
  display: none;
}

.right-column {
  padding-left: 1.3rem !important;
  padding-right: 0.5rem !important;
}

.columns--right {
  padding-left: 1.3rem;
  padding-right: 0.5rem;
}
@media only screen and (max-width: 1024px) {
  .columns--right {
    margin-top: 20px;
    padding-left: 0 0.5333333333rem;
    padding-right: 0 0.5333333333rem;
  }
}

.rgRow td, .rgAltRow td {
  text-align: left !important;
}
.rgRow td.HorizontalAlignRadGrid, .rgAltRow td.HorizontalAlignRadGrid {
  text-align: center !important;
}
.rgRow td.HyperlinkRadGrid a, .rgAltRow td.HyperlinkRadGrid a {
  color: #1f538d !important;
}

.splash {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.splash img {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}

.left-thumb img {
  width: 80%;
}

.committee-sidebar {
  border-left: 3px solid #4275AE;
}

.committee-sidebar .box {
  /*border-bottom: 1px solid #CCCCCC;*/
}

.committee-sidebar .sidenav {
  display: none;
}

.full-width {
  width: 100%;
}

.committee-membership__img {
  width: 80%;
}

.box {
  border-top: none;
}

.box ~ .box {
  border-top: 1px solid #DDDDDD;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

p.top {
  text-align: right;
}

ul.summaries {
  padding: 0;
  list-style: none;
  margin: 0;
}

.red-box ~ .box {
  border-top: none;
}

ul.browse li {
  display: inline-block;
  background: url(/images/template/browse-divider.png) no-repeat right center;
  padding: 0 6px 0 0;
  margin: 0 1px 0 0;
}

.reps.profile {
  background-color: #467664;
}

.reps.profile * {
  color: #F6F6F6;
}

.senate.profile {
  background-color: #99504f;
}

.senate.profile * {
  color: #F6F6F6;
}

.federatedSearchContainer {
  width: 100%;
  overflow: hidden;
}

.federatedSearchTools {
  width: 250px;
  float: left;
}

.federatedSearchResults {
  margin: 0 0 1px 252px;
  background: #fff;
  border: 1px solid #c8c8c8;
  padding: 1em 20px 0 20px;
  min-height: 300px;
}

.federatedSearchResultsContainer {
  width: 618px;
  overflow: hidden;
  padding: 10px 10px 0 10px;
  margin: 0 0 0 12px;
}

.federatedSearchResultsCount {
  width: 200px;
  float: left;
}

.federatedSearchResultsSorter {
  float: right;
}

.federatedSearchResultsSelect1 {
  width: 6rem;
  margin-bottom: 0rem;
}

.federatedSearchResultsSelect2 {
  width: 8rem;
  margin-bottom: 0rem;
}

dl.dl--inline--federated {
  margin-bottom: 0;
}

dl.dl--inline--federated dt {
  display: block;
  float: left;
  margin-right: 1rem;
  min-width: 130px;
  margin-bottom: 0.25rem;
}

dl.dl--inline--federated dd {
  margin-bottom: 0.25rem;
}

.federatedSearchItemContainer {
  width: 100%;
  overflow: hidden;
}

.federatedSearchItemContainer:hover {
  width: 100%;
  overflow: hidden;
  background-color: #f8f8f8;
}

.federatedSearchItemImage {
  margin: 2px 0 0 0;
  width: 60px;
  float: left;
}

.federatedSearchItemContent {
  margin: 0 0 1px 68px;
}

.bingSearchItemContent {
  margin: 0 0 1px 1px;
}

.bingSearchItemContent_Photo {
  float: left;
  padding-right: 1rem;
}
.bingSearchItemContent_Photo img {
  height: 60px;
}

.bingSearchItemContent_Main a {
  word-wrap: break-word;
}

.bingSearchItemContent_MainPhoto {
  float: left;
  display: inline-block;
  width: 90%;
}

.federatedSearchItemDT {
  float: left;
  width: 155px;
}

.federatedSearchItemDTTop {
  float: left;
  width: 120px;
  margin-top: 2px;
}

.federatedSearchItemDTText {
  display: block;
  float: left;
  line-height: 1.3;
}

.federatedSearchItemDD {
  margin: 2px;
  padding: 0 0 0 10px;
  overflow: hidden;
}

.federatedSearchItemDivider {
  border-bottom: 1px solid #F5F5F5;
  min-height: 8px;
  margin-bottom: 8px;
  width: 100%;
}

.federatedSearchProgressPanel {
  position: fixed;
  text-align: center;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999999;
  background-color: #fff;
  opacity: 0.7;
}

.federatedSearchProgressImage {
  padding: 10px;
  position: fixed;
  top: 45%;
  left: 50%;
}

.federatedSearchPagerPanel {
  width: 644px;
  text-align: center;
  padding: 10px 0 0 0;
  margin: 0 0 0 10px;
}

.federatedSearchPagerFirst {
  padding: 5px;
  font-weight: normal;
  color: #ccc;
}

.federatedSearchPagerFirst:hover {
  padding: 5px;
  font-weight: normal;
  color: #ccc;
}

.federatedSearchPagerFirstActive {
  padding: 5px;
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
}

.federatedSearchPagerItem {
  padding: 5px;
  font-weight: bold;
}

.federatedSearchPagerItemActive {
  padding: 5px;
  font-weight: bold;
  color: #ccc;
  text-decoration: none;
}

.federatedSearchPagerLast {
  padding: 5px;
  font-weight: normal;
  color: #ccc;
}

.federatedSearchPagerLast:hover {
  padding: 5px;
  font-weight: normal;
  color: #ccc;
}

.federatedSearchPagerLastActive {
  padding: 5px;
  font-weight: normal;
  color: #ccc;
  text-decoration: none;
}

.federatedSearchcrumb {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.federatedSearchcrumb li {
  display: inline;
  color: #333333;
  border: none !important;
}

.federatedSearchcrumb li a {
  background: url(/images/template/breadcrumb-divider-white.png) no-repeat right center;
  padding: 0 13px 0 0;
  margin: 0 2px 0 0;
}

/*.federatedSearchcrumb li a:hover {color:#333;}*/
.federatedSearchDateRange {
  width: 80px;
}

.federatedSearchControlDivider {
  border-bottom: 1px solid #F5F5F5;
  min-height: 8px;
  margin-bottom: 8px;
  width: 100%;
}

.federatedSearchHiddenDiv {
  display: none;
}

input.federatedSearchWatermark {
  color: #999;
}

input.federatedSearchNormal {
  color: #000;
}

/* Chronology*/
.chronology-select {
  width: 100%;
}

.chronology-button {
  width: 90%;
}

#chronology-header {
  padding: 0 0 0 0.8rem;
}

/* Video Widget */
.video-widget {
  width: 100%;
  margin: 0;
  padding: 0;
}

.mandatory-desc {
  float: none;
  color: #b30000;
}

.mandatory {
  color: #b30000;
}

/* Photo Galleries */
ul.gallery {
  width: 100%;
  font-size: small;
  float: left;
  display: inline;
  list-style: none;
  padding: 0;
  margin: 1em 0;
}

ul.gallery li {
  margin: 0;
  float: left;
  display: inline;
  width: 178px;
  padding: 5px 0 20px 0;
}

ul.gallery li a {
  display: block;
  text-align: center;
}

ul.gallery li a:hover {
  text-decoration: none;
  cursor: pointer;
}

ul.gallery li a.img-holder {
  width: 100px;
  height: 130px;
  overflow: hidden;
  border: 1px solid #ddd;
  margin: 0 auto 5px auto;
  display: block;
}

ul.gallery li a.img-holder img {
  display: block;
}

ul.gallery li .name {
  display: block;
  height: 3em;
  overflow: hidden;
  font-weight: bold;
  padding: 0 5px;
}

ul.gallery li a:hover .name {
  text-decoration: underline;
}

ul.gallery li .position {
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Arial, Helvetica, Sans-Serif;
  display: block;
  height: 3em;
  overflow: hidden;
  color: #444;
  padding: 0 5px;
}

.popup-hint {
  display: inline;
  position: relative;
}

.popup-hint a span {
  display: none;
}

.popup-hint a:hover {
  cursor: pointer;
}

.popup-hint a:hover span {
  display: block;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 300px;
  padding: 10px;
  background: #fff;
  border: 1px solid #999;
  z-index: 999;
  color: #000;
}

/* Search results listing */
.narrow-content .results-pagination {
  width: 498px;
  position: relative;
  left: -10px;
}

.results-pagination {
  position: relative;
  margin: 0 0 1em 0;
}

.results-pagination .page-controls .position {
  text-align: center;
  margin: 0;
}

.results-pagination .page-controls {
  display: table;
  width: 100%;
  position: relative;
  margin: 0 0 1px 0;
  padding: 8px 10px;
  background: #E8E8E8;
  text-align: right;
}
.results-pagination .page-controls .result-number {
  float: left;
  margin: 0 5px 0 0;
  font-weight: bold;
  color: #333;
  font-size: 0.9em;
}
.results-pagination .page-controls .result-number label {
  display: inline-block;
  margin-right: 0.5rem;
  font-weight: bold;
}
.results-pagination .page-controls .result-number select {
  height: 1.7rem;
  margin: 0;
  padding: 0 1rem 0 0.5rem;
  font-size: 0.8rem;
}
.results-pagination .page-controls ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.results-pagination .page-controls ul li {
  display: inline-block;
  margin: 0 0 0 7px;
}
.results-pagination .page-controls ul li a,
.results-pagination .page-controls ul li span {
  display: inline-block;
  position: relative;
}
.results-pagination .page-controls ul li a:before,
.results-pagination .page-controls ul li span:before {
  position: absolute;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.results-pagination .page-controls ul li span {
  font-size: 0;
  line-height: 0;
}

.results-pagination .sort-controls {
  background: #E8E8E8;
  padding: 8px 10px;
  position: relative;
  clear: both;
}
.results-pagination .sort-controls p {
  display: inline-block;
  margin: 0;
  font-weight: bold;
}
.results-pagination .sort-controls ul {
  margin: 0;
  display: inline-block;
}
.results-pagination .sort-controls ul li {
  list-style: none;
  display: inline-block;
  margin-left: 1rem;
}
.results-pagination .sort-controls ul li.active a {
  font-weight: bold;
}
.results-pagination .sort-controls ul li a {
  color: #333333;
}

/*
.results-pagination .page-controls ul li.button a, .results-pagination .page-controls ul li.inactive span {
  width: 11px;
  height: 11px;
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  position: relative;
  top: 3px;
}

.results-pagination .page-controls ul li.prev a, .results-pagination .page-controls ul li.prev span {
  background: url(/images/template/buttons/position-arrows.png) no-repeat -11px 0;
      width: 11px;
    height: 11px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: relative;
    top: 3px
}

.results-pagination .page-controls ul li.prev a:hover {
  background-position: -11px -11px;
}

.results-pagination .page-controls ul li.next a, .results-pagination .page-controls ul li.next span {
  background: url(/images/template/buttons/position-arrows.png) no-repeat -22px 0;
      width: 11px;
    height: 11px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: relative;
    top: 3px
}

.results-pagination .page-controls ul li.next a:hover {
  background-position: -22px -11px;
}

.results-pagination .page-controls ul li.first a, .results-pagination .page-controls ul li.first span {
  background: url(/images/template/buttons/position-arrows.png) no-repeat 0 0;
      width: 11px;
    height: 11px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: relative;
    top: 3px
}

.results-pagination .page-controls ul li.first a:hover {
  background-position: 0 -11px;
}

.results-pagination .page-controls ul li.last a, .results-pagination .page-controls ul li.last span {
  background: url(/images/template/buttons/position-arrows.png) no-repeat -33px 0;
      width: 11px;
    height: 11px;
    text-indent: -9999px;
    overflow: hidden;
    display: block;
    position: relative;
    top: 3px
}

.results-pagination .page-controls ul li.last a:hover {
  background-position: -33px -11px;
}

.results-pagination .sort-controls {
  background: #E8E8E8;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
}

.results-pagination .sort-controls p {
  text-transform: uppercase;
  font-weight: bold;
  color: #333;
  font-size: 0.9em;
  margin: 0 5px 0 0;
}

.results-pagination .sort-controls ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 7px;
  left: 70px;
  width: 500px;
}

.results-pagination .sort-controls ul li {
  display: inline;
  float: left;
  margin: 0 0 0 4px;
}

.results-pagination .sort-controls ul li a {
  color: #666;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
  padding: 3px 5px;
}

.results-pagination .sort-controls ul li.active a, .results-pagination .sort-controls ul li a:hover {
  text-decoration: none;
  border: 1px solid #999;
  padding: 2px 4px;
  color: #333;
}

.results-page-number {
  float: right;
}
*/
.search-filter-results {
  list-style: none;
  padding: 0;
}

.search-filter-results li {
  padding: 10px 0;
  position: relative;
}

.search-filter-results-thumbnails li {
  border-bottom: 1px solid #e8e8e8;
}

.search-filter-results-snm {
  margin-right: 1rem !important;
  margin-left: 0.2rem !important;
}

.search-filter-results li .title {
  font-size: 1.1em;
  margin: 0 0 5px 0;
  padding-right: 90px;
}

.search-filter-results li .floattitle {
  float: left !important;
}

.search-filter-results li .action {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 0;
  text-align: right;
}

.search-filter-results li .action .button {
  float: right;
  text-align: left;
}

.search-filter-results li .action .time {
  display: block;
  margin: 0 0 2px 0;
}

.search-filter-results li .action span {
  clear: both;
  display: block;
  font-size: 0.9em;
  position: relative;
  top: 3px;
  color: #666;
}

.search-filter-results li .controls {
  margin: 0;
  position: absolute;
  top: 10px;
  right: 0;
}

.search-filter-results li .controls a {
  float: left;
  width: 21px;
  height: 20px;
  background: url(/images/template/tracker-sprite.png) no-repeat left top;
  margin: 0 0 0 5px;
  text-indent: -9999px;
  overflow: hidden;
  /* outline:0; */
}

.search-filter-results li .controls a.remove {
  background-position: -42px 0;
}

.search-filter-results li .controls a.close {
  background-position: -21px 0;
}

.search-filter-results li dl {
  float: none;
  /* font-size: 0.9em; */
}

.search-filter-results li dl dt {
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  color: #555;
}

.search-filter-results li dl dd {
  margin-left: 120px;
}

.narrow-content .search-filter-results li dl dt {
  width: 100px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}

.narrow-content .search-filter-results li dl dd {
  margin-left: 110px;
}

.generic-search dl, .generic-search dd, .generic-search dt {
  display: inline;
}

.generic-search .search-filter-results ol {
  margin-bottom: 10px;
  margin-left: 0px;
}

.search-filter-results li .extra {
  color: #717171;
  padding-left: 90px;
  /* font-size: 0.9em; */
  margin: 0;
}

.search-filter-results li .extra-calendar {
  text-align: right;
}

.search-filter-results li .extra-calendar img {
  position: relative;
  top: 4px;
  left: -3px;
}

.search-filter-results-thumbnails li {
  position: relative;
  padding-left: 90px;
  margin: 0 0 10px 0;
  min-height: 110px;
}

.search-filter-results-thumbnails li .thumbnail {
  position: absolute;
  top: 10px;
  left: 0;
}

.search-filter-narrow {
  width: 480px;
  float: left;
  display: inline;
  left: -5px;
}

/******************************************************
    Committee Search
*******************************************************/
.search-wrapper fieldset {
  background: #fff;
  border: 1px solid #DDDDDD;
  margin: 0rem 0rem 0.5rem 0rem;
  padding: 1rem;
}
.search-wrapper fieldset table {
  border: none;
  padding: 0rem;
  margin: 0rem;
}
.search-wrapper fieldset table tr td {
  background: #fff !important;
  padding: 0.3rem !important;
}
.search-wrapper fieldset table tr td input {
  margin-bottom: 0px;
}
.search-wrapper fieldset table tr td label {
  margin-right: 0.5rem !important;
}
.search-wrapper .more-search-options {
  margin: 0 auto;
  max-width: 800px;
}
.search-wrapper .margin-top {
  margin-top: 0.8rem;
}
.search-wrapper .popup-hint a:hover span {
  right: 0;
  left: 20px;
}

/* Hide only visually, but have it available for screenreaders
   www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden  */
.visuallyhidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

.search-filter .button-row {
  margin: 5px 0;
  text-align: right;
}
.search-filter .button-row .button {
  margin: 0;
}

.table--radio {
  border: none;
  background: none;
}

.tr--radio {
  border: none;
  background: none;
}

.td--radio {
  border: none;
  background: none;
}

/* Expandable content areas, eg. Senate Inquiries */
.narrow-content .drawer {
  left: -10px;
  position: relative;
  width: 498px;
}

.drawer {
  margin: 0 0 1em 0;
}

.drawer .drawer-header {
  border: 1px solid #e8e8e8;
  padding: 10px 10px 0 25px;
  position: relative;
}

.drawer .drawer-body {
  border: 1px solid #e8e8e8;
  border-width: 0 1px 1px 1px;
  padding: 10px 10px 0 10px;
}

.drawer .drawer-toggle {
  width: 15px;
  height: 15px;
  background: url(/images/template/collapse-arrow-closed.png) no-repeat 4px 5px;
  position: absolute;
  left: 8px;
  top: 9px;
}

.drawer .drawer-toggle:hover {
  cursor: pointer;
}

.drawer-open .drawer-toggle {
  background-image: url(/images/template/collapse-arrow-open.png);
}

/* Added below to toggle between the More options and Fewer options*/
.js .search-filter-showmore .ctrls-additional {
  display: none;
}

.js .search-filter-showmore-open .ctrls-additional {
  display: block;
}

/* Added to remove the extra space which is added between banner and top menu*/
@media only screen and (min-width: 64.063em) {
  header {
    border-bottom: 0px solid #0E1531;
  }
}
em.fa.fa-search {
  color: #8f9494;
}

.legend {
  /*font-size:1.2em;*/
  font-weight: bold;
}

#wide-blog .right-content .box {
  margin-bottom: 10px;
}

#wide-blog .right-content .box h2 {
  font-size: 1.2em;
  color: #333;
}

#wide-blog .right-content .box {
  font-size: 1.2em;
}

.box .rss-feed {
  position: absolute;
  top: 1em;
  right: 20px;
}

.splash .box {
  font-size: 1.1em;
}

.right-content .box {
  padding: 1em 10px 0 10px;
}

.right-content .calendar .tabs .tab-content .box {
  border-top: 0;
}

.right-content .calendar .tabs .tab-content .box .tl, .right-content .calendar .tabs .tab-content .box .tr {
  display: none;
}

.right-content .widget .box h3, .right-content .widget .box .item .info h2, .item .info .right-content .widget .box h2 {
  padding-bottom: 10px;
}

.right-content .widget .box .collapsable h3, .right-content .widget .box .collapsable .item .info h2, .item .info .right-content .widget .box .collapsable h2 {
  float: left;
}

.right-content .widget .box .collapsable h3:hover, .right-content .widget .box .collapsable .item .info h2:hover, .item .info .right-content .widget .box .collapsable h2:hover {
  cursor: pointer;
  cursor: hand;
}

.right-content .widget .box .collapsed .collapsed-content {
  display: none;
}

.right-content .widget .box .arrow-right, .right-content .widget .box .arrow-down {
  float: right;
  margin-right: 20px;
}

.right-content .widget .box .collapsable .arrow-right {
  width: 0;
  height: 0;
  margin-top: 6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #333;
}

.right-content .widget .box .collapsable .arrow-down {
  width: 0;
  height: 0;
  margin-top: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #333;
}

/************************
    MIGRATED
************************/
#migrated .box h5 {
  font-style: normal;
  font-weight: bold;
  margin: 0 0 1em 0;
  font-size: 1.1em;
}

#migrated .box h3, #migrated .box .item .info h2, .item .info #migrated .box h2 {
  font-size: 1.2em;
}

.green-box h2, .red-box h2, .blue-box h2 {
  color: #fff;
}

.green-box h1, .red-box h1, .blue-box h1 {
  color: #fff;
  text-shadow: none;
  padding-left: 1cm;
  font-size: 1.93333rem;
}

.dynamic-red table td {
  padding: 0;
}

.dynamic-red table td.readerAnnotation {
  width: 200px;
  padding: 0 0 0 10px;
  background-color: #FFF0F1;
  border: 2px solid #FFFFFF;
}

.dynamic-red table td.readerAnnotationBlock {
  background-color: #FFE1E3;
  width: 10px;
  border: 2px solid #FFFFFF;
}

.box {
  margin: 0 0 5px 0;
  border: 0;
  padding: 0;
}

.box {
  /*font-size: large;*/
}

#content .box h2.accordion-trigger > span {
  display: inline-block;
  width: 80%;
}

#content .box h2.accordion-trigger {
  border-top: 1px solid #ccc;
  padding: 10px 0px 5px 0px;
}

#content .box h2.accordion-trigger.first {
  border-top: none;
  padding: 0;
}

#content .box .accordion-content {
  display: none;
}

.narrow-content .box > p > img,
#content .box > p > img,
#content .box > p > b > img,
#content .box > h1 > img {
  /*width: 100% !important;*/
  height: auto !important;
}

.box .col-third {
  display: block;
  float: none;
  width: 100%;
}

.green-box.box .col-third,
.red-box.box .col-third {
  display: block;
  float: left;
  width: 32%;
}

.box .col-third .links {
  float: none !important;
}

#migrated > .box > table,
#content > .box > .accordion-content table {
  /*width: 100% !important;*/
  width: auto !important;
  display: inline-block;
  overflow-x: scroll;
}

/*
.box td > img {
  width: 100% !important;
  height: auto !important;
}
*/
#migrated table td,
#content > .box > .accordion-content table td {
  /*width: 20% !important;*/
  height: auto !important;
}

.green-box.box,
.red-box.box,
.blue-box.box,
.pboblue-box.box {
  display: block;
  float: none;
  width: 100%;
  padding: 5px 0 0 10px;
}

/* =Search Results (senate, hansard, bills, etc)
----------------------------------------*/
.box div.results-pagination {
  clear: both;
  width: 100%;
  left: 0;
}

@media only screen and (max-width: 40em) {
  .box div.results-pagination .sort-controls {
    min-height: 20px;
  }
  #billsSearch .box div.results-pagination .sort-controls {
    min-height: 60px;
  }
}
@media only screen and (max-width: 40em) and (max-width: 40em) {
  .box div.results-pagination .sort-controls p {
    display: none;
  }
}
@media only screen and (max-width: 40em) {
  .box div.results-pagination .sort-controls ul {
    max-width: 100%;
    position: static;
  }
  .box div.results-pagination .sort-controls ul li {
    display: inline-block;
    float: none;
  }
}
@media only screen and (max-width: 65em) {
  .right-content .box {
    padding: 1em 20px 0 20px;
  }
}
.box {
  word-wrap: break-word;
}

@media only screen and (max-width: 40em) {
  #content .narrow-content .box > p > img.icon {
    width: 16px !important;
  }
}
/*rule override*/
@media only screen and (max-width: 65em) {
  .narrow-content .box > p > img, #content .box > p > b > img, #content .box > h1 > img {
    width: auto !important;
  }
}
/* =Tabs
----------------------------------------*/
@media only screen and (max-width: 40em) {
  .box {
    overflow-y: hidden;
    overflow-x: auto;
  }
  #billsSearch .box {
    overflow-y: visible;
  }
}
@media only screen and (max-width: 65em) {
  .box {
    font-size: 1.25em;
  }
  #billsSearch .box {
    font-size: 1rem;
  }
}
.box table {
  background-color: white;
}

@media only screen and (max-width: 65em) {
  .box .col-third {
    margin-bottom: 1em;
    padding-bottom: 2em;
    border-bottom: 1px solid #c8c8c8;
  }
}
.box .box {
  font-size: 0.83em;
}

.box-tabs .tab-control {
  float: none;
  display: block;
  top: 0;
  border: none;
}

.hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
  display: none;
  visibility: hidden;
}

/*
table.docs tbody .even th, table.docs tbody .even td {
  background: #ffffff;
}
.js table tbody .even th, .js table tbody .even td {
  background: #efefef;
}
*/
table .date {
  /* width:80px; */
  white-space: nowrap;
}

table .format {
  width: 80px;
  text-align: right;
  white-space: nowrap;
}

table .media {
  width: 70px;
  text-align: right;
  white-space: nowrap;
}

.red-box {
  background: #99504f;
  border: 1px solid #854948;
  color: #fff;
}

.red-box a, .red-box a:link, .red-box a:visited, .red-box a:hover, .red-box a:active {
  color: #fff;
}

.green-box {
  background: #307159;
  border: 1px solid #2d5847;
  color: #fff;
}

.pboblue-box {
  background: #5D7A8B;
  border: 1px solid #39515f;
  color: #fff;
}

.pboblue-box a, .pboblue-box a:link, .pboblue-box a:visited, .pboblue-box a:hover, .pboblue-box a:active {
  color: #fff;
}

.pboblue-box h2, .green-box h2, .red-box h2, .blue-box h2 {
  color: #fff;
}

.green-box a,
.green-box a:link,
.green-box a:visited,
.green-box a:hover,
.green-box a:active {
  color: #fff;
}

.green-box .dim {
  color: #85c7ae;
}

.blue-box {
  background: #435d6c;
  border: 1px solid #39515f;
  color: #fff;
}

.blue-box a,
.blue-box a:link,
.blue-box a:visited,
.blue-box a:hover,
.blue-box a:active {
  color: #fff;
}

/*
.top {
  float: right;
  clear: left;
}
*/
a.rssfeed {
  background: url(/images/template/rss.gif) no-repeat left top;
  padding-left: 40px;
  padding-bottom: 2px;
}

.searchcrumb {
  padding: 0;
  list-style: none;
}

.searchcrumb li {
  display: inline;
  color: #333333;
  border: none !important;
}

.searchcrumb li a {
  color: #444;
  background: url(/images/template/breadcrumb-divider-white.png) no-repeat right center;
  padding: 0 13px 0 0;
  margin: 0 2px 0 0;
}

.searchcrumb li a:hover {
  color: #333;
}

.addthis_toolbox {
  margin: 0 0 1em 0;
  float: right;
}

.addthis_toolbox .share-label {
  font-size: 1em;
  color: #666;
  position: relative;
  top: 2px;
  left: -5px;
  float: left;
}

.addthis_toolbox a, .addthis_toolbox .addthis_separator {
  float: left !important;
}

.addthis_toolbox .addthis_separator {
  margin: 2px 0 0 5px;
}

.addthis_toolbox .custom_images a {
  width: 20px;
  height: 20px;
  margin: 0 0 0 5px;
  padding: 0;
}

.addthis_toolbox .custom_images a:hover img {
  opacity: 1;
}

.addthis_toolbox .custom_images a img {
  opacity: 0.75;
}

.journal-decade {
  margin-top: 20px;
  border-bottom: 3px solid #99504f;
  width: 65px;
  font-weight: bold;
}

.journal-decade + a {
  margin-bottom: 10px;
}

.journal-box {
  padding-bottom: 20px;
}

.col-quart {
  width: 25%;
  margin: 0;
  float: left;
  display: inline;
}

.col-half {
  width: 48%;
  margin: 0 4% 0 0;
  float: left;
  display: inline;
}

.col-third {
  width: 32%;
  margin: 0 2% 0 0;
  float: left;
  display: inline;
}

.col-twothirds {
  width: 66%;
  margin: 0 2% 0 0;
  float: left;
  display: inline;
}

.col-last {
  margin: 0;
}

/*ooyala player*/
.ooyala_player {
  position: relative;
  z-index: 1;
}

.ooyala_player.wide {
  width: 720px;
  height: 406px;
}

.ooyala_player.narrow {
  width: 480px;
  height: 270px;
}

.ooyala_player.home {
  width: 640px;
  height: 360px;
}

/*end ooyala player*/
/* Don't show the border for the blockquote */
blockquote {
  border: 0px;
}

/* tables still need cellspacing="0" in the markup */
/*table {
  border-collapse: collapse;
  border-spacing: 0; }*/
/*Below added for the Votes and Proceedings of Chamber documents*/
/*
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, hgroup, menu, nav, section, summary,
time, mark, audio, video {  
  background: transparent;
}
*/
/*button, .button {
    color: #000000;
   }*/
.SubmissionInfo input[type=text],
.SubmissionInfo select {
  display: inline-block;
  margin: 0;
  width: 95%;
}

#list_to_search input[type=radio]:focus,
.SubmissionInfo input[type=radio]:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.SubmissionInfo .required {
  color: red;
  vertical-align: top;
}

#online-submission {
  clear: right;
  float: left;
  margin: 0px 0 0px 0px;
  width: 250px;
  font-size: 0.86rem;
  overflow: hidden;
  line-height: 1em;
}

#online-submission a {
  color: #fff;
  width: 250px;
  height: 35px;
  padding: 6px 25px 0 25px;
  display: block;
}

#online-submission a:hover {
  text-decoration: none;
}

/*
a img {
  border: none;
  max-width: none;
  }
*/
#find-committee {
  clear: right;
  float: right;
  margin: 0px 0 0px 0px;
  background: url(/images/template/find_inquiry.png) no-repeat;
  font-size: 0.86rem;
  overflow: hidden;
  line-height: 1em;
}

#find-committee a {
  color: #fff;
  text-transform: uppercase;
  width: 200px;
  height: 20px;
  padding: 4px 25px 0 25px;
  display: block;
}

#find-committee a:hover {
  text-decoration: none;
}

/*
.row .row {
    padding-left: 10px;
}
*/
/*
p {
    padding-left: 5px;
}
    */
.profile img {
  display: inline;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1);
}

/* Used below for the Bills Details*/
.bill-details ul.links {
  margin-bottom: 0;
}

.act-reference {
  display: inline;
  font-style: italic;
}

/* White background table used mainly for document listing in Bills Search and details */
table.docs {
  width: 100%;
  border: none;
}

table.docs thead th, table.docs thead td {
  padding: 4px 8px;
}

table.docs tbody td, table.docs tbody th {
  background: #fff;
}

table.docs tbody .even th, table.docs tbody .even td {
  background: #ffffff;
}

table.bill-docs tbody td {
  padding-left: 0;
}

.fullwidth {
  width: 100%;
}

/* watch parliament */
.ui-datepicker-trigger {
  padding: 0.46667rem 0.93333rem 0.53333rem 0.93333rem;
  font-size: 0.86667rem;
  background-color: #888888;
  border-color: #6d6d6d;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.33333rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  transition: background-color 300ms ease-out;
}

.ui-datepicker-trigger:hover {
  background-color: #6d6d6d;
}

.media-format-icon--disabled {
  background: #E8E8E8 !important;
  pointer-events: none;
}

.vid-options {
  margin-top: 1rem;
}

.vid-rate {
  float: right;
}

.vid-rate .media-format-icon {
  font-size: 0.5rem;
  vertical-align: top;
}

/* blog */
.blogpagination {
  height: 2.5rem;
}

.blog__orange {
  color: #EF6C00;
}

.wb-image-text {
  clear: both;
  max-width: 150px;
  font-style: italic;
  padding: 0;
}
.wb-image-text a {
  display: block;
  font-size: 0.7em;
  line-height: 15px;
  margin-top: 3px;
}

.wb-image-text-in {
  clear: both;
  max-width: 250px;
  font-style: italic;
  padding-left: 15px;
}
.wb-image-text-in a {
  display: block;
  font-size: 0.7em;
  line-height: 15px;
  margin-top: 3px;
}

.scroll-nav__content .wb-image {
  float: right;
  margin: 0 0px 15px 15px;
}

.scroll-nav__content .wb-image-in {
  float: right;
  margin: 0 7px 15px 15px;
}

.float-right {
  float: right;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.no-margin-top {
  margin-top: 0;
}

.minwidth {
  width: 5%;
}

a.aspNetDisabled {
  pointer-events: none !important;
  cursor: default;
  color: gray;
  text-decoration: none;
}

.fieldset__snmSearch {
  border: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}

/*Connect us*/
.connect, .scfForm {
  clear: both;
  background: #fff;
  border: 0px solid #c8c8c8;
  padding: 1em 20px 0 20px;
  margin: 0 0 1px 0;
  position: relative;
  height: 1%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 0px;
}

div.left-thumb {
  position: relative;
  padding-left: 90px;
  margin: 0 0 10px 0;
  min-height: 54px;
  clear: left;
}

div.left-thumb .title {
  font-size: 1.2em;
  margin: 0 0 5px 0;
}

div.left-thumb .thumbnail {
  position: absolute;
  top: 0;
  left: 0;
}

.reportBuilderLeft {
  float: left;
}

.reportBuilderRight {
  float: right;
}

.reportBuilderHomeTopContent {
  vertical-align: top;
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-right: 100px;
  float: right;
}

.reportBuilderHomeTopContent i {
  padding: 10px;
}

.reportBuilderHomeTopContent i.red {
  color: red;
}

.reportBuilderHomeTopContent i.blue {
  color: #1852b1;
}

.reportBuilderHomeTopContent i:hover {
  opacity: 0.7;
}

.reportBuilderHomeBottomContent {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

/* Report Title Styles */
h1 ~ h1.ReportTitle {
  margin-top: 0 !important;
  top: -0.5em;
  position: relative;
}

h1.ReportTitle + div[id$=pnlReportDetails] {
  top: -0.5em;
  position: relative;
}

/* Report Section Styles */
div[id$=pnlReportDetails] div.ChapterHeading {
  font-weight: bold;
  font-size: 20pt;
  margin-top: 60pt;
  margin-left: 1.1cm;
  text-indent: -1.1cm;
}

div[id$=pnlReportDetails] div.ChapterSubHeading {
  font-weight: bold;
  font-style: italic;
  font-size: 16pt;
  margin-top: 12pt;
  margin-bottom: 6pt;
  text-indent: 1.1cm;
}

div[id$=pnlReportDetails] h1, div.H1 {
  margin-top: 12pt;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14pt;
}

div[id$=pnlReportDetails] h2, div.H2 {
  margin-top: 12pt;
  margin-bottom: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 14pt;
}

div[id$=pnlReportDetails] h3, div[id$=pnlReportDetails] .item .info h2, .item .info div[id$=pnlReportDetails] h2, div.H3 {
  margin-top: 12pt;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 12pt;
}

div[id$=pnlReportDetails] h4, div.H4 {
  margin-top: 12pt;
  margin-bottom: 0;
  font-weight: normal;
  font-style: italic;
  font-size: 12pt;
}

div[id$=pnlReportDetails] .ClearFix:after,
div[id$=pnlReportDetails] .fakeListItem:after,
div[id$=pnlReportDetails] div.MemberName:after,
div[id$=pnlReportDetails] div.BodyText:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

div[id$=pnlReportDetails] div.BodyText div {
  float: left;
  margin-left: 3.5em;
  margin-bottom: 0.5em;
}

div[id$=pnlReportDetails] div.BodyText > div:first-child {
  margin-left: 0 !important;
  float: left;
  position: absolute;
}

div[id$=pnlReportDetails] div.BodyTextContinued,
div[id$=pnlReportDetails] div.RecommendationTextContinued,
div[id$=pnlReportDetails] div.RecommendationListTextContinued {
  margin-left: 3.5em;
  margin-bottom: 0.5em;
}

div[id$=pnlReportDetails] div.RecommendationList > h1,
div[id$=pnlReportDetails] div.RecommendationBody > h1 {
  font-weight: bold;
  font-size: inherit;
  border-bottom: solid 1px black;
  margin-bottom: 0.2em;
  margin-top: 0.5em;
}

div[id$=pnlReportDetails] div.RecommendationList > h1 > a,
div[id$=pnlReportDetails] div.RecommendationBody > h1 > a {
  color: inherit;
  font-style: inherit;
}

div[id$=pnlReportDetails] div.RecommendationBody {
  font-weight: bold;
}

div[id$=pnlReportDetails] div.TextBoxHeading {
  margin-top: 12pt;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14pt;
}

div[id$=pnlReportDetails] div.TextBox {
  margin-left: 3.5em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  background-color: rgb(234, 234, 234);
  padding: 1em;
  border-top: solid 0.5px black;
  border-bottom: solid 0.5px black;
  /* TODO: Need to come up with better value for width... */
  max-width: 50em;
}

div[id$=pnlReportDetails] div.TextBox > h1 {
  font-weight: bold;
  font-size: inherit;
  margin-bottom: 0.2em;
  margin-top: 0;
}

div[id$=pnlReportDetails] div.TextBox > div {
  text-align: justify;
}

div[id$=pnlReportDetails] div.Figure {
  margin-left: 3.5em;
}

div[id$=pnlReportDetails] div.Figure > h1 {
  font-weight: bold;
  font-size: inherit;
  margin-bottom: 0.2em;
  margin-top: 0;
}

div[id$=pnlReportDetails] div.Figure > div.FigureSource,
div[id$=pnlReportDetails] div.Figure > div.FigureCaption {
  font-style: italic;
  font-size: smaller;
  margin-bottom: 0.5em;
}

div[id$=pnlReportDetails] div.Quote {
  font-style: italic;
  margin-left: 5em;
  margin-right: 2em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

div[id$=pnlReportDetails] div.FootnoteList {
  margin-top: 2em;
}

div[id$=pnlReportDetails] div.FootnoteList ul {
  list-style: none;
  margin-left: 0;
  padding-top: 0.5em;
}

div[id$=pnlReportDetails] div.FootnoteList ul li {
  padding-bottom: 0.2em;
  clear: both;
}

div[id$=pnlReportDetails] div.FootnoteList ul li a:first-child {
  float: left;
}

div[id$=pnlReportDetails] div.FootnoteList ul li > div {
  float: left;
  max-width: 90%;
}

div[id$=pnlReportDetails] a.Footnote,
div[id$=pnlReportDetails] div.FootnoteList ul li a:first-child {
  vertical-align: super;
  font-size: x-small;
  text-decoration: none;
  font-style: normal;
}

div[id$=pnlReportDetails] a.Footnote:before,
div[id$=pnlReportDetails] div.FootnoteList ul li a:first-child:before {
  content: "[";
}

div[id$=pnlReportDetails] a.Footnote:after,
div[id$=pnlReportDetails] div.FootnoteList ul li a:first-child:after {
  content: "]";
}

div[id$=pnlReportDetails] div.FootnoteList ul li a:first-child {
  margin-right: 1em;
}

div[id$=pnlReportDetails] div.FootnoteList hr {
  text-align: left;
  width: 20em;
}

div[id$=pnlReportDetails] div.MemberName {
  margin-left: 2em;
  margin-right: 1em;
  max-width: 30em;
}

div[id$=pnlReportDetails] div.MemberName div:first-child {
  float: left;
}

div[id$=pnlReportDetails] div.MemberName div:last-child {
  float: right;
}

div[id$=pnlReportDetails] div.ParagraphText {
  text-align: justify;
  margin-bottom: 0.7em;
  clear: both;
}

div[id$=pnlReportDetails] div.TableHeading {
  font-weight: bold;
  margin-top: 0.3em;
}

div[id$=pnlReportDetails] table {
  margin: 0;
  border: none 0px black;
}

div[id$=pnlReportDetails] table table div[id$=pnlReportDetails] table table tr div[id$=pnlReportDetails] table table td {
  background-color: inherit;
}

div[id$=pnlReportDetails] div.Source,
div[id$=pnlReportDetails] div.Caption {
  margin-left: 4em;
  font-style: italic;
  font-size: smaller;
  margin-bottom: 0.5em;
}

div[id$=pnlReportDetails] div.TableSource {
  font-style: italic;
  font-size: smaller;
  margin-bottom: 0.5em;
}

div[id$=pnlReportDetails] div.fakeList,
div[id$=pnlReportDetails] div.ListLevel1 {
  margin-left: 4.5em;
  margin-top: 0em;
  margin-bottom: 0.5em;
}

div[id$=pnlReportDetails] div.QuoteListLevel1 {
  margin-left: 6em;
  margin-top: 0em;
  margin-bottom: 0.5em;
}

div[id$=pnlReportDetails] div.QuoteListLevel2 {
  margin-left: 8.3em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

div[id$=pnlReportDetails] div.QuoteListLevel3 {
  margin-left: 10.6em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

div[id$=pnlReportDetails] div.QuoteNumberList1,
div[id$=pnlReportDetails] div.QuoteNumberList2,
div[id$=pnlReportDetails] div.QuoteNumberList3,
div[id$=pnlReportDetails] div.QuoteBullet1,
div[id$=pnlReportDetails] div.QuoteBullet2 {
  font-style: italic;
}

div[id$=pnlReportDetails] div.ListLevel2 {
  margin-left: 6.8em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

div[id$=pnlReportDetails] div.ListLevel3 {
  margin-left: 9.1em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

div[id$=pnlReportDetails] div.ListLevel4 {
  margin-left: 11.4em;
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

div[id$=pnlReportDetails] div.fakeList div.fakeList {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
  margin-left: 2.3em;
}

div[id$=pnlReportDetails] div.fakeListItem div {
  float: left;
  margin-left: 1.75em;
}

div[id$=pnlReportDetails] div.fakeWideListItem > div:not(.fakeListItem),
div[id$=pnlReportDetails] div.fakeWideListItem > div.fakeListItem > div {
  margin-left: 3em;
}

div[id$=pnlReportDetails] div.fakeBulletItem div {
  margin-left: 1em;
}

div[id$=pnlReportDetails] div.fakeListItem div:first-child {
  margin-left: 0 !important;
  float: left;
  position: absolute;
}

div[id$=pnlReportDetails] div.Signature {
  font-weight: bold;
}

div[id$=pnlReportDetails] div.Signature div {
  margin-top: 0;
}

div[id$=pnlReportDetails] div.Signature div:first-child {
  margin-top: 30pt;
}

.reportBuilderEpubIcon {
  color: darkgreen;
}

.reportBuilderNavigation:hover {
  opacity: 0.7;
}

/* FAQs */
ol.faqs {
  margin: 0;
  padding: 0;
}

ol.faqs li {
  margin: 0 0 1em 0;
  list-style: none;
  padding: 0;
}

ol.faqs li .question {
  background: url(/images/template/collapse-arrow-closed.png) no-repeat left 5px;
  font-size: 1.1em;
}

ol.faqs li .question-open {
  background-image: url(/images/template/collapse-arrow-open.png);
}

ol.faqs li .question a {
  padding-left: 12px;
  /* outline:0; */
  display: block;
}

ol.faqs li .answer {
  padding: 10px 10px 0 10px;
  background: #efefef;
  border: 1px solid #e8e8e8;
  margin: 0 12px;
}

.js ol.faqs li .answer {
  display: none;
}

.wrapgen524314 {
  float: left;
  width: 0px;
  height: 0px;
}

.gen327713 {
  float: left;
  width: 0px;
  height: 0px;
}

.wrapgen524316 {
  float: left;
  width: 0px;
  height: 0px;
}

.gen327710 {
  float: left;
  width: 0px;
  height: 0px;
}

.wrapgen524313 {
  float: left;
  width: 0px;
  height: 0px;
}

dl.dl--inline--bills {
  margin-bottom: 0;
}

dl.dl--inline--bills dt {
  display: block;
  float: left;
  margin-right: 1rem;
  min-width: 140px;
  margin-bottom: 0.25rem;
}

dl.dl--inline--bills dd {
  margin-bottom: 0.25rem;
}

.customBlogSection {
  border: 2px solid #F5F5F5;
  padding: 5px;
  margin-bottom: 1.33333rem;
}

.download-panel {
  border: 1px solid #cce5ef;
  background: #e5eff3;
  padding: 12px 20px 0 50px;
  font-size: 1.1em;
  position: relative;
  margin: 0 0 1em 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  clear: left;
}

.download-panel .format {
  position: absolute;
  top: 10px;
  left: 20px;
}

.download-panel ul.links {
  font-size: 0.9em;
}

/*************************************************************************************
Comment List
*************************************************************************************/
.wb-entry-comments ul {
  list-style: none;
  margin: 0;
}

.wb-entry-comments ul li {
  padding: 4px;
  background-color: #F2EDE4;
}

.wb-entry-comments ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

.wb-entry-comments ul li a:hover {
  text-decoration: underline;
}

.wb-entry-comments ul li hr {
  height: 1px;
  color: #000000;
}

.wb-entry-comments ul li .wb-datetime {
  float: right;
}

.wb-entry-comments ul li span.wb-comment-email {
  font-style: italic;
}

.wb-entry-comments ul li.wb-comment-alternate {
  background-color: #ffffff;
}

/* End of Comment list*/
/*Members photo Summary action class*/
.action span {
  display: block;
  clear: both;
  font-size: 0.9em;
  margin: 3px 0 0 0;
}

.state-width {
  width: 60px;
}

.btn-track {
  margin: 0;
}

/*Need to move to a different file*/
.potrait-left {
  margin: 0.3em 1em 1em 0;
  border: none;
  float: left;
  width: 5%;
}

.potrait-right {
  margin: 0.3em 1em 1em 1em;
  border: none;
  float: right;
  width: 5%;
}

.potrait-division {
  margin: 0.3em;
  border: none;
  width: 30px;
  float: left;
}

.divisionContainer {
  margin-bottom: 1.5rem;
  clear: both;
  margin-top: 1.5rem;
}

.divisionListContainer {
  margin-top: 20px;
}

.division-display-table tr td {
  padding: 0.2rem;
}

.division-data-list {
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  padding-top: 10px;
  margin-left: 0px;
}

.division-data-list:empty {
  display: none;
}

.division-data-list li {
  padding: 0 0.06667rem 0.7rem 0.6667rem;
}
.division-data-list li span {
  word-wrap: break-word;
  white-space: normal;
  display: block;
  /* width: auto; */
  overflow: auto;
}

.HPS-SubDebate {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
}

/*.HPS-Normal:nth-child(even){background: #dae5f4;}*/
.HPS-MemberIInterjecting {
  font-style: italic;
}

.HPS-GeneralIInterjecting {
  font-style: italic;
}

.Question_background {
  background: #dae5f4;
  padding-left: 10px;
  padding-right: 20px;
  display: inline-block;
  margin-bottom: 20px;
}

.HPS-Small {
  font-style: italic;
  font-size: medium;
  /* font-weight: 100; */
  color: cadetblue;
}

/*************************************************************************************
Tracking Publication
*************************************************************************************/
.track-publication table {
  width: 100%;
}
.track-publication label {
  width: 80%;
}
.track-publication .error-msg {
  color: red;
}

/*************************************************************************************
My account - My Parliament 
*************************************************************************************/
.myacc-wrapper {
  width: 100%;
}
.myacc-wrapper a.tICwoc, .myacc-wrapper a.tICwoc:hover, .myacc-wrapper a.tICwoc:active {
  display: block;
  text-decoration: none;
  -webkit-user-drag: none;
}
@media only screen and (min-width: 768px) {
  .myacc-wrapper .myacc-aFBbJe {
    min-width: 520px;
    max-width: 600px;
    margin-bottom: 1px;
  }
}
.myacc-wrapper .myacc-R7Riwc {
  background-color: white;
}
@media only screen and (min-width: 768px) {
  .myacc-wrapper .myacc-R7Riwc {
    border-radius: 2px;
    border-bottom: 1px solid #dddddd;
    /*box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);*/
  }
}
@media only screen and (max-width: 767px) {
  .myacc-wrapper .myacc-R7Riwc {
    border-bottom: 1px solid #dddddd;
  }
}
@media only screen and (min-width: 768px) {
  .myacc-wrapper .myacc-j8DcUe {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .myacc-wrapper .myacc-j8DcUe {
    padding: 10px;
  }
}
.myacc-wrapper .myacc-u55Fjf {
  position: relative;
}
.myacc-wrapper .myacc-PBm1jd {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.myacc-wrapper .myacc-PBm1jd .myacc-rcwvQe {
  -webkit-box-flex: 1;
  box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  width: 0;
}
.myacc-wrapper .myacc-PBm1jd .myacc-rcwvQe .myacc-jjwqPc .myacc-tKwcob {
  border: 0;
  color: #181818;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .myacc-wrapper .myacc-PBm1jd .myacc-rcwvQe .myacc-jjwqPc {
    padding-right: 10px;
    width: 224px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
}
.myacc-wrapper .myacc-PBm1jd .myacc-rcwvQe .myacc-NtDBmb {
  color: #737373;
  font-size: 14px;
}
.myacc-wrapper .myacc-PBm1jd .myacc-rcwvQe .myacc-NtDBmb .Dna {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
@media only screen and (min-width: 768px) {
  .myacc-wrapper .myacc-PBm1jd .myacc-rcwvQe .myacc-NtDBmb {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    width: 0;
  }
}
@media only screen and (min-width: 768px) {
  .myacc-wrapper .myacc-PBm1jd .myacc-rcwvQe {
    -webkit-box-align: baseline;
    box-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
.myacc-wrapper .myacc-PBm1jd .myacc-CDRQX {
  -webkit-box-flex: 0;
  box-flex: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 24px;
  margin-left: 8px;
  text-align: right;
  width: 36px;
}
.myacc-wrapper .myacc-PBm1jd .myacc-CDRQX .pc {
  font-family: "Material Icons Extended";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-rendering: optimizeLegibility;
  text-transform: none;
  display: inline-block;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.myacc-wrapper .myacc-PBm1jd .myacc-CDRQX .gjS5Mb {
  color: rgba(0, 0, 0, 0.54);
  font-size: 15px;
  width: 30px;
  line-height: 24px;
}

table tr td a img {
  max-width: inherit;
}

/* changes the mouse pointer to a hand, making it easier to identify that the table columns are sortable on the Bills Digest and Research paper indexes*/
div.tablesorter-header-inner {
  cursor: pointer;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   speak for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
  overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
  display: block;
}

.hansarad-toc-split {
  margin-left: 2px;
  border-left-color: #DDDDDD;
  border-left-width: 2px;
  border-left-style: double;
  padding-left: 10px;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(197, 197, 197, 0.8) url(/images/template/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #4275ae;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
.hansard-transcript__action {
  padding-bottom: 1.2rem;
}
.hansard-transcript__action span {
  padding-left: 10px;
  font-size: 1em;
  display: inline;
}
.hansard-transcript__action span:hover {
  text-decoration: underline;
}
.hansard-transcript__action a:hover, .hansard-transcript__action a:focus, .hansard-transcript__action a:active {
  text-decoration: none;
}

.HPS-SODJobDate a:hover, .HPS-SODJobDate a:focus, .HPS-SODJobDate a:active {
  text-decoration: none;
}
.HPS-SODJobDate a:hover {
  cursor: default;
}

.hansard-metadata dl {
  margin-bottom: 0rem;
}

div.RadUpload .ruBrowse {
  background-position: 0px;
  width: 108px;
  height: 2.428571em !important;
}

div.RadUpload .ruFileWrap {
  height: 45px !important;
}

div.RadUpload_Default .ruFileWrap .ruButtonHover {
  background-position: 100% 0px !important;
}

input.ruButton.ruBrowse {
  background-image: url("/images/template/background.png");
  color: white;
  height: 35px !important;
  width: 150px !important;
  font-size: medium;
}

/*Committee Upcoming Hearings */
#committeeHearingsTable,
#allCommitteeHearingsTable,
#actCommitteeHearingsTable,
#interstateCommitteeHearingsTable {
  width: 100% !important;
}
#committeeHearingsTable thead,
#allCommitteeHearingsTable thead,
#actCommitteeHearingsTable thead,
#interstateCommitteeHearingsTable thead {
  background: #eaeaea !important;
}
#committeeHearingsTable .dropdown-toggle,
#allCommitteeHearingsTable .dropdown-toggle,
#actCommitteeHearingsTable .dropdown-toggle,
#interstateCommitteeHearingsTable .dropdown-toggle {
  background: #eaeaea;
  color: #4275ae;
  padding: 0.6rem 0rem;
}
#committeeHearingsTable .dropdown-toggle .dropdown-toggle-icon,
#allCommitteeHearingsTable .dropdown-toggle .dropdown-toggle-icon,
#actCommitteeHearingsTable .dropdown-toggle .dropdown-toggle-icon,
#interstateCommitteeHearingsTable .dropdown-toggle .dropdown-toggle-icon {
  font-size: 1.2rem;
  font-weight: 500;
}
#committeeHearingsTable tbody tr.even, #committeeHearingsTable tbody tr.alt, #committeeHearingsTable tbody tr:nth-of-type(even),
#allCommitteeHearingsTable tbody tr.even,
#allCommitteeHearingsTable tbody tr.alt,
#allCommitteeHearingsTable tbody tr:nth-of-type(even),
#actCommitteeHearingsTable tbody tr.even,
#actCommitteeHearingsTable tbody tr.alt,
#actCommitteeHearingsTable tbody tr:nth-of-type(even),
#interstateCommitteeHearingsTable tbody tr.even,
#interstateCommitteeHearingsTable tbody tr.alt,
#interstateCommitteeHearingsTable tbody tr:nth-of-type(even) {
  background: none;
}
#committeeHearingsTable tbody tr.even,
#allCommitteeHearingsTable tbody tr.even,
#actCommitteeHearingsTable tbody tr.even,
#interstateCommitteeHearingsTable tbody tr.even {
  background: #f9f9f9;
}
#committeeHearingsTable .details-control:before,
#allCommitteeHearingsTable .details-control:before,
#actCommitteeHearingsTable .details-control:before,
#interstateCommitteeHearingsTable .details-control:before {
  margin-left: 0.4rem;
  margin-top: -0.55rem;
}
#committeeHearingsTable tr.child-row,
#allCommitteeHearingsTable tr.child-row,
#actCommitteeHearingsTable tr.child-row,
#interstateCommitteeHearingsTable tr.child-row {
  display: table-row !important;
}
#committeeHearingsTable td.child-row,
#allCommitteeHearingsTable td.child-row,
#actCommitteeHearingsTable td.child-row,
#interstateCommitteeHearingsTable td.child-row {
  display: table-cell !important;
}
#committeeHearingsTable td.child-row:before,
#allCommitteeHearingsTable td.child-row:before,
#actCommitteeHearingsTable td.child-row:before,
#interstateCommitteeHearingsTable td.child-row:before {
  content: none !important;
}

/*Font Awesome change*/
.sidenav__dropdown__toggle em.fa,
.sidenav__dropdown__toggle span.fa {
  font-size: 1.2rem;
  line-height: 36px;
}

.header.text-uppercase em.fa,
.header.text-uppercase span.fa {
  /*font-size: 1.2rem;*/
  line-height: 36px;
}

em.fa.fa-2x {
  font-size: 2em;
  line-height: initial;
}

em.fa.background {
  font-size: 20px;
  background-color: #f6f6f6;
  padding: 10px;
}

.fa-standard-size, em.fa.padding {
  font-size: 20px;
  padding-left: 5px;
}

#QIWSearchContentWrapper .no-padding {
  padding: 0rem;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  height: 100%;
  float: left;
  text-align: left;
  padding-left: 0.75rem;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 1rem;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .QIW__item__heading {
  margin-top: 0rem;
  max-width: 55rem;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .QIW__item__text {
  margin-bottom: 0.5rem;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .QIW__item__text--description {
  font-size: 0.85rem;
  max-width: 55rem;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .QIW__item__text--bottom {
  float: left;
  font-size: 0.9rem;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .QIW__item__text--wide {
  width: 40%;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .QIW__item__img {
  width: 40px;
  margin-right: 0.5rem;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .QIW__item__detail {
  display: inline-block;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .QIW__item__askedBy {
  background: #fff;
  padding: 3px;
  padding-right: 6px;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .summary {
  margin-bottom: 1.2rem;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item .summary p {
  margin-bottom: 0rem;
}
#QIWSearchContentWrapper #QIWResultContainer .QIW__item a h4 {
  color: #1f538d;
}
#QIWSearchContentWrapper .QIW__filters {
  font-size: 0.9em !important;
  margin: 0rem 0 1em 0;
  border-top: 4px solid #4275AE;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav {
  border-top: none;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav .filterComps {
  display: block;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav .sidenav__list {
  list-style: none !important;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--list {
  margin-top: 1em;
}
@media only screen and (min-width:64.063em) {
  #QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--list {
    margin-top: 0;
  }
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--buttons {
  display: block;
  border: 1px solid #ddd;
  padding: 0.5rem 1rem;
  background: #e6e6e6;
  border-top-color: #c5c5c5;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--button {
  margin: 0.25rem 0rem;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item em.fa.fa-search {
  color: #333;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .add-border {
  border: 1px solid #ddd;
  border-top: none;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__item__inner {
  background: #F6F6F6;
  padding: 0.1rem 0.5rem 0.2rem 0.75rem;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__item__inner hr {
  margin: 0.5rem 0.3rem 0.5rem 0rem;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__item__inner select {
  width: 9rem;
  margin: 0.5rem 0rem;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__item__inner .filter-input {
  margin: 0.5rem 0rem 0.5rem;
  width: 9rem;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__item__inner img {
  width: 20px;
  margin-right: 3px;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__item__inner .add-border {
  border: 1px solid #ddd;
  border-top: none;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__item__inner label {
  user-select: none;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__item--has-dropdown > a:not(.sidenav__dropdown__toggle) {
  padding-left: 0.7rem;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) {
  padding: 0.2rem 0rem 0.2rem 1.75rem;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) label {
  font-size: 0.75rem !important;
  margin-right: 0rem;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__dropdown__toggle {
  width: 2rem;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item .sidenav__dropdown--search {
  background: #f6f6f6;
  padding: 0.3rem 0.5rem 0.3rem 0.75rem;
  border: 1px solid #ddd;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item #filter-askedof, #QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item #filter-askedby {
  max-height: 250px;
  overflow-y: scroll;
  border-bottom: 1px solid #b7b7b7;
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item #filter-askedof input, #QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--item #filter-askedby input {
  margin-bottom: 0px;
  height: 1.8rem;
  border-radius: 1rem;
  line-height: 0.5rem;
}
#QIWSearchContentWrapper .QIW__filters.panel {
  padding: 1em;
}
@media only screen and (min-width:64.063em) {
  #QIWSearchContentWrapper .QIW__filters.panel {
    padding: 1.3em;
  }
}
@media only screen and (min-width:64.063em) {
  #QIWSearchContentWrapper .QIW__filters {
    margin: 0;
  }
}
#QIWSearchContentWrapper .QIW__filters .QIW__filters__heading {
  display: block;
  background: #efefef;
  color: #222;
  border: #ddd 1px solid;
  padding: 0.2rem 0.5rem 0.2rem 1rem;
  font-weight: bold;
  font-size: 1rem;
}
#QIWSearchContentWrapper .parliamentarian-selection {
  overflow: hidden;
}
#QIWSearchContentWrapper .parliamentarian-selection .parliamentarian-picture {
  float: left;
}
#QIWSearchContentWrapper .parliamentarian-selection .parliamentarian-picture img {
  display: inline-block;
  vertical-align: middle;
}
#QIWSearchContentWrapper .parliamentarian-selection .parliamentarian-displayName {
  float: left;
  max-width: 150px;
  margin-left: 7px;
  font-size: 0.85em;
}
#QIWSearchContentWrapper .parliamentariansCardList ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style-type: none !important;
}
#QIWSearchContentWrapper .parliamentariansCardList ul li.parliamentarianCardItem {
  display: inline-block;
  margin-right: 10px;
}
#QIWSearchContentWrapper .parliamentariansCardList ul li.parliamentarianCardItem .parliamentarianCard {
  border-radius: 3px;
  border: 1px solid #DDDDDD;
  padding: 0.3em;
  margin-bottom: 0.3em;
  transition: background-color 0.3s ease-out;
  background-color: white;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
}
#QIWSearchContentWrapper .parliamentariansCardList ul li.parliamentarianCardItem .parliamentarianCard:hover {
  transition: background-color 0.3s ease-out;
  background-color: #d8d8d8;
  transition: border 0.3s ease-out;
  border: 1px solid #d8d8d8;
}
#QIWSearchContentWrapper .parliamentariansCardList ul li.parliamentarianCardItem .parliamentarianCard .displayImage {
  display: inline-block;
  width: 35px;
  float: left;
}
#QIWSearchContentWrapper .parliamentariansCardList ul li.parliamentarianCardItem .parliamentarianCard .displayImage img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#QIWSearchContentWrapper .parliamentariansCardList ul li.parliamentarianCardItem .parliamentarianCard .displayName {
  display: inline-block;
  display: block;
  text-align: left;
  margin-left: 5px;
  line-height: normal;
  float: left;
  font-size: 0.85rem;
}
#QIWSearchContentWrapper .searchBar em.fa.fa-search {
  color: #fff;
}
#QIWSearchContentWrapper .full-width-col {
  padding: 0rem;
}
@media only screen and (max-width: 40em) {
  #QIWSearchContentWrapper .QIW__filters__sidenav--button {
    width: 10rem !important;
    margin: 0.25rem 0 0.25rem 0.5rem !important;
  }
  #QIWSearchContentWrapper .QIW__item {
    width: 94% !important;
    padding-left: 10px !important;
  }
  #QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--list {
    margin-top: 0rem !important;
  }
}
@media only screen and (min-width: 64em) and (max-width: 84em) {
  #QIWSearchContentWrapper .QIW__item {
    width: 80% !important;
  }
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #QIWSearchContentWrapper .QIW__item {
    width: 80% !important;
  }
  #QIWSearchContentWrapper .QIW__filters .QIW__filters__sidenav--list {
    margin-top: 0rem !important;
  }
  #QIWSearchContentWrapper .QIW__filters select, #QIWSearchContentWrapper .QIW__filters input {
    width: 8rem !important;
  }
}

/* STANDING ORDERS NAV */
div.so_navigation div.item {
  margin: 0 0 2em;
}

div.so_navigation div.item h2 {
  font-size: 130%;
  font-weight: bold;
  margin: 0 0 0.2em;
}

div.so_navigation div.item p {
  font-size: 110%;
  margin: 0 0 0.3em;
}

/* STANDING ORDERS SUB-NAV */
div.so_sub-navigation h2 {
  line-height: 1.3;
  margin-top: 1.5em;
}

div.so_sub-navigation h2:first-child {
  margin-top: 0;
}

div.so_sub-navigation h2 em {
  display: block;
  font-size: 80%;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}

div.so_sub-navigation h3, div.so_sub-navigation .item .info h2, .item .info div.so_sub-navigation h2 {
  margin-bottom: 0;
}

div.so_sub-navigation ol {
  counter-reset: item;
  padding: 0;
}

div.so_sub-navigation ol li {
  display: table;
  font-size: 110%;
  margin: 0 0 0.2em;
}

div.so_sub-navigation ol li:before {
  content: counter(item);
  counter-increment: item;
  display: table-cell;
  width: 3em;
}

div.so_sub-navigation ol li.with-an-a:before {
  content: counter(item) "A";
}

/* LIST STYLES */
ol.bracketed-list,
ol.bracketed-list ol {
  counter-reset: item;
  display: table;
  padding: 0;
}

ol.bracketed-list ol {
  margin: 0.5em 0 0;
}

ol.bracketed-list li {
  display: table;
  margin: 0 0 0.5em;
  padding: 0;
}

ol.bracketed-list li:before {
  content: "(" counter(item) ") ";
  counter-increment: item;
  display: table-cell;
  padding-right: 0.7em;
  text-align: right;
  width: 2em;
}

ol.bracketed-list.lower-alpha li:before {
  content: "(" counter(item, lower-alpha) ") ";
  width: 2.9em;
}

ol.bracketed-list.lower-alpha li li:before,
ol.bracketed-list.lower-roman li:before {
  content: "(" counter(item, lower-roman) ") ";
  width: 2.9em;
}

ol.bracketed-list li li:before {
  content: "(" counter(item, lower-alpha) ") ";
  counter-increment: item;
}

ol.bracketed-list li li li:before {
  content: "(" counter(item, lower-roman) ") ";
  counter-increment: item;
  width: 2em;
}

ol.bracketed-list li li li li:before {
  content: "(" counter(item, upper-alpha) ") ";
  counter-increment: item;
  font-size: 90%;
  width: 1.5em;
}

ol.bracketed-list li.with-an-a:before {
  content: "(" counter(item) "A) ";
}

dl.dl_no-float {
  display: block;
  float: none;
}

dl.dl_no-float dt,
dl.dl_no-float dd {
  display: block;
  float: none;
  width: auto;
}

dl.dl_no-float dt {
  margin: 1em 0 0;
}

dl.dl_no-float dd {
  margin: 0 0 0 2em;
}

.next-prev-navigation {
  border-top: 1px solid #c8c8c8;
  margin: 4em -20px 0;
  padding: 1em 20px 0;
}

.next-prev-navigation .previous-page,
.next-prev-navigation .next-page {
  display: block;
  width: 45%;
}

.next-prev-navigation .previous-page {
  float: left;
}

.next-prev-navigation .next-page {
  float: right;
  text-align: right;
}

.next-prev-navigation .return-to {
  clear: both;
}

.instagram-carousel__container .js-slider-nav .slide {
  margin: 0;
}
.instagram-carousel__container .js-slider-nav .slick-slider {
  margin-bottom: 0;
}
.instagram-carousel__container .js-slider-nav .slick-slide img {
  height: 280px;
}

.instagram-carousel__subtitle {
  color: #fff;
  font-weight: 400;
  margin-top: 0.2rem;
  font-size: 20px;
  text-shadow: 1px 1px 8px black;
  clear: both;
  padding-left: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
@media (min-width: 992px) {
  .instagram-carousel__subtitle {
    padding-left: 30px;
  }
}

.aph-accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  border: none;
  color: initial;
  text-align: left;
}
.aph-accordion__header:hover, .aph-accordion__header:focus {
  background: none;
  color: initial;
}
.aph-accordion__accordion-indicator {
  font-size: 20px;
  transform: rotate(-180deg);
  transition: 0.3s;
}
.aph-accordion__body {
  display: none;
}
.aph-accordion--active .aph-accordion__accordion-indicator {
  transform: rotate(0);
}
.aph-accordion--active .aph-accordion__body {
  display: block;
}

.report-download-button {
  display: flex;
  align-items: center;
  padding: 15px;
  border: 1px solid black;
  font-size: 14px;
  color: initial;
  transition: 0.2s;
}
.report-download-button:hover {
  color: initial;
  background-color: #F4F4F4;
  text-decoration: none;
}
.report-download-button i {
  margin-right: 12px;
  font-size: 22px;
}
.report-download-button span {
  margin-right: 7px;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) {
  .report-download-button {
    display: inline-flex;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 450px) {
  .report-download-button {
    display: flex;
    margin-top: 10px;
    margin-right: 0;
    font-size: 13px;
  }
  .report-download-button i {
    margin-right: 15px;
    font-size: 18px;
  }
}

/* ----------------------------------------- */
/* -------------- Report Page -------------- */
/* ----------------------------------------- */
@media only screen and (max-width: 1024px) {
  .committee-report-navigation--report-page .committee-report-navigation__download-links {
    display: none;
  }
}
.committee-report-navigation__inquiry-description {
  padding: 15px;
  background-color: #f6f6f6;
  border: 1px solid #DDD;
  border-top: none;
}
.committee-report-navigation__inquiry-description p {
  margin: 0;
}
.committee-report-navigation__counters {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  margin-top: 24px;
  border-bottom: 1px solid silver;
  border-top: 1px solid silver;
}
.committee-report-navigation__counter {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.committee-report-navigation__counter span:first-of-type {
  font-size: 32px;
  font-weight: 700;
}
.committee-report-navigation__download-links {
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  .committee-report-navigation__download-links {
    margin-top: 10px;
  }
}
.committee-report-navigation .report-download-button {
  margin: 8px 0;
  border-color: silver;
}

.committee-report-page {
  display: flex;
  align-items: flex-start;
}
.committee-report-page__download-links {
  margin-top: 24px;
}
.committee-report-page__main-body {
  width: 100%;
}
.committee-report-page__report-details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 100px;
}
.committee-report-page__date {
  font-weight: 100;
  font-size: 24px;
  margin-bottom: 40px;
}
.committee-report-page__download-container {
  display: flex;
  justify-content: flex-start;
}
.committee-report-page__download-container > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.committee-report-page__download-container > div a {
  font-size: 18px;
  font-weight: 300;
  text-decoration: underline;
}
@media only screen and (max-width: 769px) {
  .committee-report-page__download-container > div a {
    font-size: 15px;
  }
}
.committee-report-page__download-container > div a:first-of-type {
  margin-bottom: 5px;
}
.committee-report-page__document-links-container a {
  margin-right: 10px;
}
.committee-report-page__document-links-container i.red {
  color: red;
}
.committee-report-page__document-links-container i.blue {
  color: #1852B1;
}
.committee-report-page__document-links-container i:hover {
  opacity: 0.7;
}
.committee-report-page__report-contents-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid silver;
}
.committee-report-page__report-contents-section button {
  padding: 10px 25px;
  margin-bottom: 0;
  border: 1px solid silver;
  background: none;
  color: initial;
  border-radius: 5px;
  font-size: 15px;
}
.committee-report-page__report-contents-section button:hover, .committee-report-page__report-contents-section button:focus {
  background-color: none;
  color: initial;
}
.committee-report-page__recommendations {
  margin-bottom: 40px;
}
.committee-report-page__recommendations button {
  border-bottom: 1px solid silver;
}
.committee-report-page__recommendations .aph-accordion__body {
  padding-top: 20px;
}
.committee-report-page__section-link {
  padding: 20px 15px;
  border-bottom: 1px solid silver;
}
.committee-report-page__section-link strong {
  margin-bottom: 20px;
}
.committee-report-page__section-link ul {
  margin: 0;
  margin-top: 10px;
  list-style: none;
}
.committee-report-page__section-link ul li {
  position: relative;
  padding: 5px 0;
  padding-left: 25px;
  font-size: 17px;
  font-weight: 100;
  color: initial;
}
.committee-report-page__section-link ul li::before {
  content: "";
  position: absolute;
  top: calc((100% - 5px) / 2);
  left: 0;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(-45deg);
}
.committee-report-page__section-link > h3, .item .info .committee-report-page__section-link > h2, .committee-report-page__section-link > a,
.committee-report-page__section-link .committee-report-page__additional-section-link,
.committee-report-page__section-link .committee-report-body__section-accordion-title {
  display: block;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: initial;
  text-transform: uppercase;
}
@media only screen and (max-width: 769px) {
  .committee-report-page__section-link > h3, .item .info .committee-report-page__section-link > h2, .committee-report-page__section-link > a,
  .committee-report-page__section-link .committee-report-page__additional-section-link,
  .committee-report-page__section-link .committee-report-body__section-accordion-title {
    font-size: 15px;
  }
}
.committee-report-page__section-link > h3, .item .info .committee-report-page__section-link > h2 {
  font-style: italic;
}
.committee-report-page__section-link .committee-report-body__accordion summary {
  padding: 0;
  border: none;
}
.committee-report-page__chapter-link > h3, .item .info .committee-report-page__chapter-link > h2 {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
}
@media only screen and (max-width: 769px) {
  .committee-report-page__chapter-link > h3, .item .info .committee-report-page__chapter-link > h2 {
    font-size: 15px;
  }
}
.committee-report-page__chapter-link > a {
  display: inline-block;
  margin-top: 15px;
  color: #1f538d;
  font-size: 18px;
  font-weight: 600;
}
@media only screen and (max-width: 769px) {
  .committee-report-page__chapter-link > a {
    font-size: 15px;
  }
}
.committee-report-page__chapter-link > a + h3, .item .info .committee-report-page__chapter-link > a + h2 {
  margin-top: 20px;
}
.committee-report-page__sub-chapter-container {
  margin-top: 5px;
  list-style: none;
  margin-left: 0;
}
.committee-report-page__sub-chapter-container .committee-report-page__sub-chapter-link {
  position: relative;
  font-size: 17px;
  font-weight: 100;
  color: initial;
}
.committee-report-page__sub-chapter-container .committee-report-page__sub-chapter-link:hover {
  text-decoration: none;
}
.committee-report-page__sub-chapter-container .committee-report-page__sub-chapter-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid silver;
}

.committee-report-body {
  margin-top: 30px;
  padding-top: 15px;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
}

/* ----------------------------------------- */
/* ------------ Section Footer ------------- */
/* ----------------------------------------- */
.committee-section-page-footer {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.committee-section-page-footer__navigation-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.committee-section-page-footer__content-link, .committee-section-page-footer__navigation-arrow {
  display: flex;
  align-items: center;
  height: 40px;
  margin: 0 2.5px;
  padding: 0 25px;
  border: 1px solid silver;
  border-radius: 4px;
  color: initial;
  font-size: 15px;
  transition: 0.2s;
}
.committee-section-page-footer__content-link--previous i, .committee-section-page-footer__navigation-arrow--previous i {
  margin-right: 10px;
}
.committee-section-page-footer__content-link--next i, .committee-section-page-footer__navigation-arrow--next i {
  margin-left: 10px;
}
.committee-section-page-footer__content-link:hover, .committee-section-page-footer__navigation-arrow:hover {
  color: initial;
  background-color: #F4F4F4;
  text-decoration: none;
}
.committee-section-page-footer__navigation-arrow {
  padding: 0 15px;
}
.committee-section-page-footer__navigation-links-inner {
  display: flex;
  align-items: center;
}

/* ----------------------------------------- */
/* ------------- Section Page -------------- */
/* ----------------------------------------- */
.rbo-root {
  padding-right: 20px;
  /*--------------------------------------------------*/
  /*----------------------TABLE-----------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*------------------ABBREVIATIONS-------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*---------------------MEMBERS----------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*-----------------RECOMMENDATIONS------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------FOOTNOTES---------------------*/
  /*--------------------------------------------------*/
}
.rbo-root h1,
.rbo-root h2,
.rbo-root p.H1,
.rbo-root p.H2 {
  margin-bottom: 0;
  font-size: 14pt;
}
.rbo-root h1,
.rbo-root h3,
.rbo-root .item .info h2,
.item .info .rbo-root h2,
.rbo-root p.H1,
.rbo-root p.H3 {
  font-weight: bold;
}
.rbo-root h2,
.rbo-root h4,
.rbo-root p.H2,
.rbo-root p.H4 {
  font-weight: normal;
  font-style: italic;
}
.rbo-root h3, .rbo-root .item .info h2, .item .info .rbo-root h2,
.rbo-root h4,
.rbo-root p.H3,
.rbo-root p.H4 {
  margin-bottom: 0;
  font-size: 12pt;
}
.rbo-root h1, .rbo-root h2, .rbo-root h3, .rbo-root .item .info h2, .item .info .rbo-root h2, .rbo-root h4, .rbo-root h5, .rbo-root h6 {
  margin-top: 12pt;
}
.rbo-root ul, .rbo-root ol {
  margin: 0;
  padding-left: 0;
}
.rbo-root p:not([class]) > span:not(:empty) + span:empty {
  margin-left: 5px;
}
.rbo-root p span:empty {
  visibility: hidden;
}
.rbo-root p span.apple-converted-space {
  display: inline;
  margin-right: 5px;
}
.rbo-root p.ChapterFront + p span img {
  display: none;
}
.rbo-root a:hover,
.rbo-root a:focus,
.rbo-root a:active {
  text-decoration: none;
}
.rbo-root li:empty {
  display: none;
}
.rbo-root .ChapterHeading,
.rbo-root .ChapterFront,
.rbo-root .Appendixheading {
  margin: 0;
}
.rbo-root .ChapterHeading::marker,
.rbo-root .ChapterFront::marker,
.rbo-root .Appendixheading::marker {
  display: none;
  content: "";
}
.rbo-root .ChapterHeading > span,
.rbo-root .ChapterFront > span,
.rbo-root .Appendixheading > span {
  display: none;
}
.rbo-root p.ChapterHeading img {
  display: none;
}
.rbo-root p.ChapterSub-Heading {
  margin-top: 0;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 1.7em;
  border-bottom: 1px solid silver;
}
.rbo-root p.BodyText,
.rbo-root p.RecommendationText,
.rbo-root p.RecommendationListText,
.rbo-root p.DissentingRecommendationText {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 3.5rem;
}
.rbo-root p.BodyText > a:not(:empty),
.rbo-root p.RecommendationText > a:not(:empty),
.rbo-root p.RecommendationListText > a:not(:empty),
.rbo-root p.DissentingRecommendationText > a:not(:empty) {
  margin-right: 5px;
}
.rbo-root p.BodyText span:not(:only-of-type):first-child,
.rbo-root p.RecommendationText span:not(:only-of-type):first-child,
.rbo-root p.RecommendationListText span:not(:only-of-type):first-child,
.rbo-root p.DissentingRecommendationText span:not(:only-of-type):first-child {
  position: absolute;
  left: 0;
}
.rbo-root p.BodyText::before,
.rbo-root p.RecommendationText::before,
.rbo-root p.RecommendationListText::before,
.rbo-root p.DissentingRecommendationText::before {
  position: absolute;
  left: 0;
}
.rbo-root p.SignatureBlock span:not(:empty) + span:empty {
  margin-right: 5px;
}
.rbo-root p.BodyText span:not(:first-of-type) + span:empty {
  margin-right: 5px;
}
.rbo-root p.RecommendationText span:not(:first-of-type) + span:empty:not(:nth-of-type(2)),
.rbo-root p.RecommendationListText span:not(:first-of-type) + span:empty:not(:nth-of-type(2)),
.rbo-root p.DissentingRecommendationText span:not(:first-of-type) + span:empty:not(:nth-of-type(2)) {
  margin-right: 5px;
}
.rbo-root li.BodyText {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 3.5rem;
}
.rbo-root li.BodyText > a:not(:empty) {
  margin-right: 0 2px;
}
.rbo-root li.BodyText::before {
  position: absolute;
  left: 0;
}
.rbo-root li.BodyText span:not(:first-of-type) + span:empty:not(:nth-of-type(2)) {
  margin-right: 5px;
}
.rbo-root--appendix > p:not([class]), .rbo-root--appendix > div > p:not([class]),
.rbo-root p.AdditionalDocuments,
.rbo-root p.SubmittersText {
  position: relative;
  padding-left: 45px;
  margin-bottom: 0;
}
.rbo-root p.FigureTitle,
.rbo-root p.TextboxHeading {
  font-weight: 700;
}
.rbo-root p.FigureTitle,
.rbo-root p.Caption,
.rbo-root p.Source,
.rbo-root p.TableTitle,
.rbo-root p.QuoteBullet1,
.rbo-root li.QuoteBullet1,
.rbo-root p.QuoteBullet2,
.rbo-root li.QuoteBullet2,
.rbo-root p.QuoteNumberList1,
.rbo-root p.QuoteNumberList2,
.rbo-root li.QuoteNumberList2,
.rbo-root p.QuoteNumberList3,
.rbo-root li.QuoteNumberList3,
.rbo-root p.NumberList2,
.rbo-root li.NumberList2,
.rbo-root p.NumberList3,
.rbo-root li.NumberList3,
.rbo-root p.BodyTextContinued,
.rbo-root p.RecommendationTextContinued,
.rbo-root p.RecommendationListTextContinued,
.rbo-root p.RecommendationBullet1,
.rbo-root li.RecommendationBullet1,
.rbo-root p.RecommendationBullet2,
.rbo-root p.Bullet1,
.rbo-root p.Bullet2,
.rbo-root li.Bullet2,
.rbo-root p.ListLevel1,
.rbo-root p.ListLevel2,
.rbo-root p.ListLevel3,
.rbo-root p.FootnoteNumberList1,
.rbo-root p.ImageStyle,
.rbo-root p.DissentingRecommendationTextContinued,
.rbo-root p.DissentingRecommendationHeading {
  margin-left: 3.5rem;
  margin-bottom: 0.5em;
}
.rbo-root p.TableText,
.rbo-root p.TableHeader {
  margin: 0;
}
.rbo-root p.QuoteNumberList2,
.rbo-root li.QuoteNumberList2 {
  list-style: lower-alpha;
}
.rbo-root p.QuoteNumberList3,
.rbo-root li.QuoteNumberList3 {
  list-style: lower-roman;
}
.rbo-root p.Quote {
  margin: 1em 2em 0.5em 4.5em;
}
.rbo-root p.QuoteBullet1,
.rbo-root p.QuoteNumberList1,
.rbo-root p.QuoteBullet2,
.rbo-root p.QuoteNumberList2,
.rbo-root p.QuoteNumberList3,
.rbo-root p.Bullet1,
.rbo-root p.Bullet2,
.rbo-root p.NumberList1,
.rbo-root p.NumberList2,
.rbo-root p.NumberList3,
.rbo-root p.RecommendationBullet1,
.rbo-root p.RecommendationBullet2,
.rbo-root p.FootnoteBullet1,
.rbo-root p.ListLevel1,
.rbo-root p.ListLevel2,
.rbo-root p.ListLevel3,
.rbo-root p.AdditionalDocuments,
.rbo-root p.RecommendationListText,
.rbo-root p.RecommendationListBullet1,
.rbo-root p.DissentingRecommendationBullet1,
.rbo-root p.DissentingRecommendationBullet2 {
  position: relative;
}
.rbo-root p.QuoteBullet1 > span:first-of-type,
.rbo-root p.QuoteNumberList1 > span:first-of-type,
.rbo-root p.QuoteBullet2 > span:first-of-type,
.rbo-root p.QuoteNumberList2 > span:first-of-type,
.rbo-root p.QuoteNumberList3 > span:first-of-type,
.rbo-root p.Bullet1 > span:first-of-type,
.rbo-root p.Bullet2 > span:first-of-type,
.rbo-root p.NumberList1 > span:first-of-type,
.rbo-root p.NumberList2 > span:first-of-type,
.rbo-root p.NumberList3 > span:first-of-type,
.rbo-root p.RecommendationBullet1 > span:first-of-type,
.rbo-root p.RecommendationBullet2 > span:first-of-type,
.rbo-root p.FootnoteBullet1 > span:first-of-type,
.rbo-root p.ListLevel1 > span:first-of-type,
.rbo-root p.ListLevel2 > span:first-of-type,
.rbo-root p.ListLevel3 > span:first-of-type,
.rbo-root p.AdditionalDocuments > span:first-of-type,
.rbo-root p.RecommendationListText > span:first-of-type,
.rbo-root p.RecommendationListBullet1 > span:first-of-type,
.rbo-root p.DissentingRecommendationBullet1 > span:first-of-type,
.rbo-root p.DissentingRecommendationBullet2 > span:first-of-type {
  position: absolute;
  left: -15px;
}
.rbo-root li.QuoteBullet1,
.rbo-root li.QuoteNumberList1,
.rbo-root li.QuoteBullet2,
.rbo-root li.QuoteNumberList2,
.rbo-root li.QuoteNumberList3,
.rbo-root li.Bullet1,
.rbo-root li.Bullet2,
.rbo-root li.NumberList1,
.rbo-root li.NumberList2,
.rbo-root li.NumberList3,
.rbo-root li.RecommendationBullet1,
.rbo-root li.RecommendationBullet2,
.rbo-root li.ListLevel1,
.rbo-root li.ListLevel2,
.rbo-root li.ListLevel3,
.rbo-root li.AdditionalDocuments,
.rbo-root li.RecommendationListText,
.rbo-root li.RecommendationListBullet1,
.rbo-root li.DissentingRecommendationBullet1,
.rbo-root li.DissentingRecommendationBullet2 {
  position: relative;
}
.rbo-root p.QuoteNumberList1,
.rbo-root p.Bullet1,
.rbo-root li.Bullet1,
.rbo-root p.NumberList1,
.rbo-root p.RecommendationBullet1,
.rbo-root li.RecommendationBullet1,
.rbo-root p.RecommendationListBullet1,
.rbo-root p.DissentingRecommendationBullet1,
.rbo-root li.DissentingRecommendationBullet1 {
  margin-left: 5.5em;
  margin-bottom: 0.5em;
}
.rbo-root p.QuoteNumberList1 [class*=awlist],
.rbo-root p.Bullet1 [class*=awlist],
.rbo-root li.Bullet1 [class*=awlist],
.rbo-root p.NumberList1 [class*=awlist],
.rbo-root p.RecommendationBullet1 [class*=awlist],
.rbo-root li.RecommendationBullet1 [class*=awlist],
.rbo-root p.RecommendationListBullet1 [class*=awlist],
.rbo-root p.DissentingRecommendationBullet1 [class*=awlist],
.rbo-root li.DissentingRecommendationBullet1 [class*=awlist] {
  margin-left: -5.5em;
}
.rbo-root p.NumberList1 > span > span,
.rbo-root p.NumberList2 > span > span,
.rbo-root p.NumberList3 > span > span,
.rbo-root p.QuoteNumberList1 > span > span,
.rbo-root p.QuoteNumberList2 > span > span,
.rbo-root p.QuoteNumberList3 > span > span {
  position: absolute;
  left: -22px;
}
.rbo-root p.QuoteBullet1,
.rbo-root li.QuoteBullet1 {
  margin-left: 5.5em;
}
.rbo-root p.QuoteBullet1 [class*=awlist],
.rbo-root li.QuoteBullet1 [class*=awlist] {
  margin-left: -5.5em;
}
.rbo-root p.QuoteBullet2,
.rbo-root li.QuoteBullet2,
.rbo-root p.QuoteNumberList2,
.rbo-root li.QuoteNumberList2,
.rbo-root p.Bullet2,
.rbo-root li.Bullet2,
.rbo-root p.NumberList2,
.rbo-root li.NumberList2,
.rbo-root p.RecommendationBullet2,
.rbo-root li.RecommendationBullet2,
.rbo-root p.FootnoteBullet2,
.rbo-root p.FootnoteNumberList2,
.rbo-root li.FootnoteNumberList2,
.rbo-root p.DissentingRecommendationBullet2,
.rbo-root li.DissentingRecommendationBullet2 {
  margin: 0.25em 0;
  margin-left: 8.5em;
}
.rbo-root p.QuoteBullet2 [class*=awlist],
.rbo-root li.QuoteBullet2 [class*=awlist],
.rbo-root p.QuoteNumberList2 [class*=awlist],
.rbo-root li.QuoteNumberList2 [class*=awlist],
.rbo-root p.Bullet2 [class*=awlist],
.rbo-root li.Bullet2 [class*=awlist],
.rbo-root p.NumberList2 [class*=awlist],
.rbo-root li.NumberList2 [class*=awlist],
.rbo-root p.RecommendationBullet2 [class*=awlist],
.rbo-root li.RecommendationBullet2 [class*=awlist],
.rbo-root p.FootnoteBullet2 [class*=awlist],
.rbo-root p.FootnoteNumberList2 [class*=awlist],
.rbo-root li.FootnoteNumberList2 [class*=awlist],
.rbo-root p.DissentingRecommendationBullet2 [class*=awlist],
.rbo-root li.DissentingRecommendationBullet2 [class*=awlist] {
  margin-left: -8.5em;
}
.rbo-root p.QuoteNumberList3,
.rbo-root li.QuoteNumberList3,
.rbo-root p.NumberList3,
.rbo-root li.NumberList3 {
  margin: 0.25em 0;
  margin-left: 11.5em;
}
.rbo-root p.QuoteNumberList3 [class*=awlist],
.rbo-root li.QuoteNumberList3 [class*=awlist],
.rbo-root p.NumberList3 [class*=awlist],
.rbo-root li.NumberList3 [class*=awlist] {
  margin-left: -11.5em;
}
.rbo-root li:not(.BodyText) > ol > li.QuoteNumberList3,
.rbo-root li:not(.BodyText) > ol > li.NumberList3 {
  margin-left: 2.3rem;
  margin-bottom: 0.5em;
}
.rbo-root li.RecommendationBullet2,
.rbo-root li.Bullet2,
.rbo-root li.QuoteBullet2,
.rbo-root li.DissentingRecommendationBullet2 {
  list-style-type: circle;
}
.rbo-root p.QuoteBullet1 > span > span:first-child,
.rbo-root p.QuoteBullet2 > span > span:first-child,
.rbo-root p.Bullet1 > span > span:first-child,
.rbo-root p.Bullet2 > span > span:first-child,
.rbo-root p.RecommendationBullet1 > span > span:first-child,
.rbo-root p.RecommendationBullet2 > span > span:first-child,
.rbo-root p.FootnoteBullet1 > span > span:first-child,
.rbo-root p.FootnoteBullet2 > span > span:first-child,
.rbo-root p.DissentingRecommendationBullet1 > span > span:first-child {
  display: none;
}
.rbo-root--appendix > p:not([class]) > span:first-child:not(:only-child), .rbo-root--appendix > div > p:not([class]) > span:first-child:not(:only-child),
.rbo-root p.AdditionalDocuments > span:first-child,
.rbo-root p.SubmittersText > span:first-child {
  position: absolute;
  left: 0;
  font-weight: 700;
}
.rbo-root p.QuoteBullet1 > span:nth-child(2)::before,
.rbo-root p.Bullet1 > span:nth-child(2)::before,
.rbo-root p.RecommendationBullet1 > span:nth-child(2)::before,
.rbo-root p.FootnoteBullet1 > span:nth-child(2)::before,
.rbo-root p.DissentingRecommendationBullet1 > span:nth-child(2)::before {
  content: " •";
  position: absolute;
  left: -15px;
}
.rbo-root p.QuoteBullet2 > span:nth-child(2)::before,
.rbo-root p.Bullet2 > span:nth-child(2)::before,
.rbo-root p.RecommendationBullet2 > span:nth-child(2)::before,
.rbo-root p.FootnoteBullet2 > span:nth-child(2)::before {
  position: absolute;
  left: -15px;
  content: "-";
  font-family: Symbol, sans-serif !important;
}
.rbo-root p.Quote,
.rbo-root p.QuoteNumberList1,
.rbo-root p.QuoteNumberList2,
.rbo-root p.QuoteNumberList3,
.rbo-root p.QuoteBullet1,
.rbo-root p.QuoteBullet2 {
  font-style: italic;
}
.rbo-root li.NumberList2,
.rbo-root li.FootnoteNumberList2 {
  list-style: lower-alpha;
}
.rbo-root li.NumberList3,
.rbo-root li.FootnoteNumberList3 {
  list-style: lower-roman;
}
.rbo-root p.FigureTitle > span + span {
  margin-left: 10px;
}
.rbo-root p.Source {
  font-style: italic;
  font-size: smaller;
}
.rbo-root p.SignatureBlock {
  margin: 0;
  line-height: 1.4;
  font-weight: bold;
}
.rbo-root:not(.rbo-root--custom-prelims) :not(p.SignatureBlock) + p.SignatureBlock {
  margin-top: 60px;
}
.rbo-root:not(.rbo-root--custom-prelims) :not(p.SignatureBlock) + p.SignatureBlock span + span {
  margin-left: 5px;
}
.rbo-root [class*=awlist] {
  padding: 0;
  list-style: none;
}
.rbo-root [class*=awlist] ol > li::before {
  display: none;
}
.rbo-root table:not([class]),
.rbo-root table.TableGrid {
  width: 100%;
  border: none;
  background: none;
}
.rbo-root table:not([class]) tr:nth-of-type(even),
.rbo-root table.TableGrid tr:nth-of-type(even) {
  background: none;
}
.rbo-root table:not([class]) td,
.rbo-root table.TableGrid td {
  padding: 10px 0;
  vertical-align: top;
}
.rbo-root table:not([class]) p,
.rbo-root table.TableGrid p {
  margin-bottom: 0;
}
.rbo-root table:not([class]) p:empty,
.rbo-root table.TableGrid p:empty {
  display: none;
}
.rbo-root table[class=TableGrid] td {
  padding: 0;
}
.rbo-root .TextboxTable,
.rbo-root .JointTextboxTable {
  width: 90%;
  max-width: 50em;
  margin: 0.5em 3.5em;
  border-top: solid 0.5px #000;
  border-bottom: solid 0.5px #000;
  background-color: #EAEAEA;
}
.rbo-root p.TableHeading {
  margin-bottom: 0;
  margin-left: 3.5rem;
  font-weight: bold;
}
.rbo-root .TableBlank,
.rbo-root .Repstable,
.rbo-root .JointParltable {
  margin-bottom: 0;
  border: none;
  border-collapse: collapse;
}
.rbo-root.rbo-root--abbreviations table {
  width: 100%;
}
.rbo-root:not(.rbo-root--abbreviations) .TableBlank,
.rbo-root:not(.rbo-root--abbreviations) .Repstable,
.rbo-root:not(.rbo-root--abbreviations) .JointParltable {
  width: 90%;
  max-width: 50em;
  margin-left: 3.5rem;
}
.rbo-root:not(.rbo-root--abbreviations) .TableBlank tr td,
.rbo-root:not(.rbo-root--abbreviations) .Repstable tr td,
.rbo-root:not(.rbo-root--abbreviations) .JointParltable tr td {
  padding: 0;
  font-weight: bold;
}
.rbo-root:not(.rbo-root--abbreviations) .TableBlank tr td p,
.rbo-root:not(.rbo-root--abbreviations) .Repstable tr td p,
.rbo-root:not(.rbo-root--abbreviations) .JointParltable tr td p {
  padding: 0.6rem 0.66667rem;
  margin: 0;
}
.rbo-root:not(.rbo-root--abbreviations) .TableBlank tr td p.TableHeader,
.rbo-root:not(.rbo-root--abbreviations) .Repstable tr td p.TableHeader,
.rbo-root:not(.rbo-root--abbreviations) .JointParltable tr td p.TableHeader {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.rbo-root:not(.rbo-root--abbreviations) .TableBlank tr td p.TableHeaderL2,
.rbo-root:not(.rbo-root--abbreviations) .Repstable tr td p.TableHeaderL2,
.rbo-root:not(.rbo-root--abbreviations) .JointParltable tr td p.TableHeaderL2 {
  border-bottom: 1px solid;
}
.rbo-root:not(.rbo-root--abbreviations) .TableBlank:has(p.TableHeaderL2) > tbody tr td p.TableHeader,
.rbo-root:not(.rbo-root--abbreviations) .Repstable:has(p.TableHeaderL2) > tbody tr td p.TableHeader,
.rbo-root:not(.rbo-root--abbreviations) .JointParltable:has(p.TableHeaderL2) > tbody tr td p.TableHeader {
  border-bottom: none;
}
.rbo-root p.TableTitle {
  font-weight: bold;
  margin-bottom: 0;
}
.rbo-root p.TableTitle > span + span {
  margin-left: 10px;
}
.rbo-root--abbreviations > p:not([class]), .rbo-root--abbreviations > div > p:not([class]) {
  display: flex;
}
.rbo-root--abbreviations > p:not([class]) span:first-of-type, .rbo-root--abbreviations > div > p:not([class]) span:first-of-type {
  min-width: 140px;
}
.rbo-root p.MembersNames ~ p:not([class]) {
  margin-bottom: 0.7em;
}
.rbo-root p.MembersNames {
  margin-bottom: 0.7em;
}
.rbo-root p.MembersNames ~ .H3 {
  margin-top: 25px;
}
.rbo-root p.MembersNames:not(:has(a)) span:nth-of-type(1):not(:last-of-type),
.rbo-root p.MembersNames:not(:has(a)) span:nth-of-type(2):not(:last-of-type) {
  font-weight: bold;
}
.rbo-root p.MembersNames:not(:has(a)) span:last-of-type {
  display: block;
  margin: 0;
  font-weight: normal;
}
.rbo-root p.MembersNames:not(:has(a)) ~ p:empty {
  display: flex;
  margin-bottom: 1em;
}
.rbo-root p.MembersNames:not(:has(a)) > span + span {
  margin-left: 5px;
}
.rbo-root.rbo-root--House .DissentingRecommendationHeading {
  border-bottom: solid 1px #000;
}
.rbo-root .RecommendationHeading {
  margin: 0.5em 0 0.2em;
  font-weight: 700;
  font-size: inherit;
  border-bottom: solid 1px #000;
}
.rbo-root .RecommendationHeading a {
  color: initial;
}
.rbo-root .DissentingRecommendationTextContinued,
.rbo-root .DissentingRecommendationHeading,
.rbo-root .DissentingRecommendationText,
.rbo-root .DissentingRecommendationBullet2,
.rbo-root .DissentingRecommendationBullet1,
.rbo-root .RecommendationText,
.rbo-root .RecommendationTextContinued,
.rbo-root .RecommendationBullet1,
.rbo-root .RecommendationBullet2 {
  font-weight: bold;
}
.rbo-root .DissentingRecommendationTextContinued .BodyText,
.rbo-root .DissentingRecommendationHeading .BodyText,
.rbo-root .DissentingRecommendationText .BodyText,
.rbo-root .DissentingRecommendationBullet2 .BodyText,
.rbo-root .DissentingRecommendationBullet1 .BodyText,
.rbo-root .RecommendationText .BodyText,
.rbo-root .RecommendationTextContinued .BodyText,
.rbo-root .RecommendationBullet1 .BodyText,
.rbo-root .RecommendationBullet2 .BodyText {
  font-weight: normal;
}
.rbo-root p.RecommendationListBullet1 > span:nth-child(2),
.rbo-root p.RecommendationListBullet2 > span:nth-child(2),
.rbo-root p.RecommendationBullet1 > span:nth-child(2),
.rbo-root p.RecommendationBullet2 > span:nth-child(2) {
  position: relative;
}
.rbo-root .RecommendationListBullet1 {
  margin-left: 6em;
  margin-bottom: 0.5em;
}
.rbo-root .RecommendationListBullet2 {
  margin: 0.25em 0;
  margin-left: 7em;
}
.rbo-root .RecommendationListBullet1 > span:first-child,
.rbo-root .RecommendationListBullet2 > span:first-child {
  display: none;
}
.rbo-root .RecommendationListBullet1 > span:nth-child(2)::before {
  content: " •";
  position: absolute;
  left: -15px;
}
.rbo-root .RecommendationListBullet2 > span:nth-child(2)::before {
  position: absolute;
  left: -15px;
  content: "-";
  font-family: Symbol, sans-serif;
}
.rbo-root.rbo-root--House .RecommendationListBullet2 > span:nth-child(2)::before {
  position: absolute;
  top: 2px;
  left: -15px;
  content: "ο";
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
.rbo-root p.RecommendationListBullet1 > span:nth-child(2),
.rbo-root p.RecommendationListBullet2 > span:nth-child(2) {
  display: flex;
  visibility: visible;
}
.rbo-root #_ftn1 {
  padding-top: 5px;
  border-top: 1px solid silver;
}
.rbo-root p.FootnoteHeading {
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14pt;
}
.rbo-root p.FootnoteText {
  margin-bottom: 0.5em;
}
.rbo-root .FootnoteReference,
.rbo-root p.BodyText a .FootnoteReference,
.rbo-root p.FootnoteText a .FootnoteReference {
  vertical-align: super;
  font-size: x-small;
  text-decoration: none;
  font-style: normal;
}
.rbo-root .FootnoteText {
  position: relative;
  margin-bottom: 0;
  padding-left: 30px;
}
.rbo-root .FootnoteText a[href^="#"] {
  position: absolute;
  left: 0;
}
.rbo-root .FootnoteText:empty {
  display: none;
}
.rbo-root .FootnoteText span {
  font-size: 14px;
}
.rbo-root .FootnoteText,
.rbo-root .FootnoteBullet1,
.rbo-root .FootnoteBullet2,
.rbo-root .FootnoteBullet3,
.rbo-root .FootnoteNumberList1,
.rbo-root .FootnoteNumberList2,
.rbo-root .FootnoteNumberList3 {
  margin-bottom: 10px;
  line-height: 1.3;
}
.rbo-root p.FootnoteNumberList1,
.rbo-root p.FootnoteNumberList2,
.rbo-root p.FootnoteNumberList3 {
  position: relative;
  padding-left: 0;
}
.rbo-root p.FootnoteNumberList1 > span:first-of-type,
.rbo-root p.FootnoteNumberList2 > span:first-of-type,
.rbo-root p.FootnoteNumberList3 > span:first-of-type {
  position: absolute;
  left: -18px;
}
.rbo-root p.FootnoteBullet1,
.rbo-root p.FootnoteBullet2,
.rbo-root p.FootnoteBullet3 {
  position: relative;
  padding-left: 0;
}
.rbo-root p.FootnoteBullet1 > span:nth-child(2)::before,
.rbo-root p.FootnoteBullet2 > span:nth-child(2)::before,
.rbo-root p.FootnoteBullet3 > span:nth-child(2)::before {
  left: -18px;
}
.rbo-root p.FootnoteText a {
  margin-right: 5px;
}
.rbo-root .FootnoteBullet1,
.rbo-root .FootnoteBullet2,
.rbo-root .FootnoteBullet3,
.rbo-root .FootnoteNumberList1,
.rbo-root .FootnoteNumberList2,
.rbo-root .FootnoteNumberList3 {
  font-size: 14px;
}
.rbo-root p.FootnoteBullet1,
.rbo-root li.FootnoteBullet1,
.rbo-root p.FootnoteNumberList1,
.rbo-root li.FootnoteNumberList1 {
  margin-left: 2.5em;
}
.rbo-root p.FootnoteNumberList1 {
  position: relative;
}
.rbo-root p.FootnoteNumberList1 > .FootnoteNumberList3 > span {
  position: absolute;
  left: -7px;
}
.rbo-root p.FootnoteNumberList2,
.rbo-root li.FootnoteNumberList2,
.rbo-root p.FootnoteBullet2,
.rbo-root li.FootnoteBullet2 {
  margin-left: 5em;
}
.rbo-root p.FootnoteBullet2 > span > span,
.rbo-root li.FootnoteBullet2 > span > span {
  position: absolute;
  left: -7px;
}
.rbo-root p.FootnoteBullet3,
.rbo-root p.FootnoteNumberList3,
.rbo-root li.FootnoteNumberList3 {
  margin-left: 7.5em;
}
.rbo-root p.FootnoteBullet3 > span > span,
.rbo-root li.FootnoteBullet3 > span > span {
  position: absolute;
  left: -7px;
}
.rbo-root li > ol > .FootnoteNumberList3 {
  margin-left: 2.3em;
}

/* ----------------------------------------- */
/* ------------- LIBRARY STYLES ------------ */
/* ----------------------------------------- */
.library h1, .library h2 {
  font-weight: 200;
  color: #AA6E29;
}
.library__container {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
}

/* ----------------------------------------- */
/* --------------- ICON GRID --------------- */
/* ----------------------------------------- */
.simple-icon-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0;
}
@media only screen and (max-width: 42.6666666667em) {
  .simple-icon-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.simple-icon-grid__icon {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 5px;
  object-fit: cover;
  object-position: center top;
  transition: 0.6s;
}
.simple-icon-grid__item {
  flex: 1 0 20%;
  color: initial;
  text-align: center;
}
.simple-icon-grid__item:hover {
  text-decoration: none;
  color: #AA6E29;
}
.simple-icon-grid__item:hover .simple-icon-grid__icon {
  color: #AA6E29;
  text-decoration: none;
  object-position: center bottom;
}
.simple-icon-grid p {
  margin-bottom: 0;
}

/* ----------------------------------------- */
/* ----------- ACTION IMAGE GRID ----------- */
/* ----------------------------------------- */
.library-action-image-grid {
  padding: 20px 0;
}
.library-action-image-grid .library-button-grid__button-locked {
  color: #FFF;
  font-size: 20px;
}
.library-action-image-grid__inner {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-size: cover;
  background-position: center top;
}
.library-action-image-grid__grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 100px 15px;
  flex-basis: 33.3333333333%;
  box-sizing: border-box;
  border: 3px solid #FFF;
}
@media only screen and (max-width: 68.2666666667em) {
  .library-action-image-grid__grid-item {
    flex-basis: 50%;
  }
}
@media only screen and (max-width: 42.6666666667em) {
  .library-action-image-grid__grid-item {
    flex-basis: 100%;
    padding: 75px 15px;
  }
}
.library-action-image-grid__grid-item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.5;
  transition: 0.2s;
}
.library-action-image-grid__grid-item:hover {
  color: #FFF;
  text-decoration: none;
}
.library-action-image-grid__grid-item:hover::before {
  opacity: 0.8;
}
.library-action-image-grid__grid-item h3, .library-action-image-grid__grid-item .item .info h2, .item .info .library-action-image-grid__grid-item h2 {
  position: relative;
  margin: 0;
  font-weight: 200;
  font-size: 35px;
  text-align: center;
  line-height: 1.2;
  color: #FFF;
}
@media only screen and (max-width: 42.6666666667em) {
  .library-action-image-grid__grid-item h3, .library-action-image-grid__grid-item .item .info h2, .item .info .library-action-image-grid__grid-item h2 {
    font-size: 28px;
  }
}

/* ----------------------------------------- */
/* --------- LIBRARY SEARCH WIDGET --------- */
/* ----------------------------------------- */
.library-search-widget {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 0;
}
.library-search-widget__search-inner {
  width: calc(50% - 24px);
}
.library-search-widget__search-input {
  width: 100%;
  height: 60px;
  background: #3A4150;
  border: none;
  color: #FFF;
  padding-left: 45px;
  line-height: 60px;
  transition: 0.4s;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.library-search-widget__search-input:focus {
  background: #F4F4F4;
  border-color: initial;
  outline: none;
}

/* ----------------------------------------- */
/* ------------ LIBRARY HOME PAGE ---------- */
/* ----------------------------------------- */
.library-home-header {
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.library-home-header::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 115%;
  background: linear-gradient(to bottom left, transparent 0%, transparent 40%, rgba(0, 0, 0, 0.7) 85%), linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.7) 75%);
  opacity: 0.8;
}
.library-home-header__inner {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  color: #fff;
  border-radius: 10px;
}
.library-home-header__inner h1 {
  font-size: 40pt;
  font-weight: 400;
  margin: 0px;
  text-shadow: rgba(0, 0, 0, 0.4) 0px;
  color: #AA6E29;
  line-height: 1;
}
.library-home-header__about-link {
  border: 2.5px solid #AA6E29;
  border-radius: 5px;
  color: #FFF;
  padding: 10px 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.3s;
}
.library-home-header__blurb {
  font-size: 1.5em;
  font-weight: 200;
  margin-top: 0px;
  margin-bottom: 18px;
}

.briefing-book__articles-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 42.6666666667em) {
  .briefing-book__articles-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.briefing-book__article-content {
  display: block;
  height: 100%;
  min-height: 205px;
  background-color: #F6F6F6;
  padding: 25px;
}
.briefing-book__article-content em {
  display: block;
  font-size: 18px;
  transition: 0.2s;
}
.briefing-book__article-link {
  height: 100%;
  color: initial;
}
.briefing-book__article-link:hover {
  text-decoration: none;
  color: initial;
}
.briefing-book__article-link:hover .briefing-book__article-content em {
  color: #AA6E29;
}
.briefing-book__article-category {
  display: block;
  margin: 10px 0;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #AA6E29;
}
.briefing-book__article-author {
  display: block;
  margin-top: 24px;
  color: rgba(51, 51, 51, 0.7);
}

.issues-insights__articles-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
@media only screen and (max-width: 96em) {
  .issues-insights__articles-inner {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 42.6666666667em) {
  .issues-insights__articles-inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.issues-insights__tile-container {
  position: relative;
  height: 280.5px;
}
.issues-insights__article-content {
  display: block;
  height: 100%;
  width: 100%;
  min-height: 280.5px;
  padding: 10px 25px;
  position: absolute;
}
.issues-insights__article-content::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background: linear-gradient(to top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.9) 70%), linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 85%);
  transition: 0.3s;
}
.issues-insights__article-content:hover::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.5;
  background: linear-gradient(to top, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.9) 70%), linear-gradient(to bottom, transparent 0%, transparent 50%, rgba(0, 0, 0, 0.7) 85%);
  transition: 0.3s;
}
.issues-insights__article-title {
  display: block;
  font-size: 18px;
  transition: 0.2s;
  color: white;
  position: relative;
}
.issues-insights__article-link {
  height: 100%;
  color: initial;
}
.issues-insights__article-link:hover {
  text-decoration: none;
  color: initial;
}
.issues-insights__article-category {
  display: block;
  margin: 20px 0;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #AA6E29;
  font-weight: bold;
  position: relative;
}
.issues-insights__article-links {
  display: block;
  position: absolute;
  bottom: 20px;
  z-index: 1;
  left: 24px;
}
.issues-insights__article-links a {
  color: white;
}
.issues-insights__article-links a:hover {
  text-decoration: none;
  color: #AA6E29;
}
.issues-insights__article-links a::after {
  position: relative;
  font-family: "Font Awesome 5 Free";
  top: 2px;
  left: 8px;
  content: "\f105";
  font-size: 1.2em;
  font-weight: bold;
}

/* ------------------------------------------------------------------- */
/* ----------- PAGE STYLES FOR LIBRARY LIVE FEED SUBLAYOUT ----------- */
/* ------------------------------------------------------------------- */
.library-live-feed {
  display: flex;
  flex-wrap: wrap;
}
.library-live-feed__section {
  flex-basis: 40%;
  padding-right: 5px;
}
@media only screen and (max-width: 1024px) {
  .library-live-feed__section {
    flex-basis: 100%;
  }
}
.library-live-feed__feed-inner {
  overflow-y: scroll;
}
@media only screen and (max-width: 1024px) {
  .library-live-feed__feed-inner {
    height: 400px !important;
  }
}
.library-live-feed__feed {
  padding: 20px 0 0 20px;
  background-color: #f4f4f4;
}
.library-live-feed__feed > h2 {
  padding-right: 20px;
}
.library-live-feed__feed h3, .library-live-feed__feed .item .info h2, .item .info .library-live-feed__feed h2 {
  font-size: 28px;
  color: #222;
  font-weight: 200;
  margin-top: 0;
}
.library-live-feed__feed article {
  margin-top: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-right: 20px;
}
.library-live-feed__feed article a {
  color: #6995f1;
}
.library-live-feed__feed article .flex-container {
  display: flex;
  justify-content: space-between;
}
.library-live-feed__feed article p {
  font-size: 1.1rem;
  font-weight: 200;
}
.library-live-feed__feed article p .blurb {
  font-size: 90%;
}

.library-button-grid {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 60%;
  gap: 5px;
}
@media only screen and (max-width: 1024px) {
  .library-button-grid {
    flex-basis: 100%;
  }
}
.library-button-grid__button {
  position: relative;
  display: block;
  min-height: 150px;
  padding: 20px;
  padding-bottom: 40px;
  color: #FFF;
  background: #0E1531;
}
.library-button-grid__button--full-width {
  flex: 1 0 100%;
}
.library-button-grid__button--full-width .library-button-grid__button-content {
  padding-right: 80px;
}
.library-button-grid__button:not(.library-button-grid__button--full-width) {
  flex: 1 0 calc(50% - 2.5px);
}
@media only screen and (max-width: 764px) {
  .library-button-grid__button:not(.library-button-grid__button--full-width) {
    flex-basis: 100%;
  }
}
.library-button-grid__button h2 {
  position: relative;
  margin-top: 0;
  padding-right: 30px;
  color: #FFF;
  transition: 0.2s;
  font-weight: 200;
}
.library-button-grid__button--clickable {
  border-left: 7px solid #0E1531;
  transition: 0.2s;
}
.library-button-grid__button--clickable h2::after {
  content: "›";
  position: absolute;
  right: 5px;
  top: 15px;
  font-size: 2em;
  line-height: 0;
  transition: 0.2s;
}
.library-button-grid__button--clickable:hover {
  border-color: #D4964E;
  color: #FFF;
  text-decoration: none;
}
.library-button-grid__button--clickable:hover h2 {
  color: #D4964E;
}
.library-button-grid__button--clickable:hover h2::after {
  border-color: #D4964E;
}
.library-button-grid__button-content {
  padding-right: 80px;
}
.library-button-grid__button-content h1,
.library-button-grid__button-content h2,
.library-button-grid__button-content h3,
.library-button-grid__button-content .item .info h2,
.item .info .library-button-grid__button-content h2,
.library-button-grid__button-content h4,
.library-button-grid__button-content h5,
.library-button-grid__button-content h6,
.library-button-grid__button-content p,
.library-button-grid__button-content a,
.library-button-grid__button-content span {
  color: #FFF;
}
.library-button-grid__button-content a:hover {
  color: #D4964E;
}
.library-button-grid__button-content p {
  font-weight: 200;
}
.library-button-grid__button-locked {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* ----------------------------------------------------------------------------- */
/* ----------- PAGE STYLES FOR LIBRARY STATISTICS AND MAPS SUBLAYOUT ----------- */
/* ----------------------------------------------------------------------------- */
.stats-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  background-color: var(--theme-color);
  border-radius: 5px;
  margin: 0 6px 20px 3px;
  padding: 20px;
  background-size: cover;
  background-position: center center;
}
.stats-block .mini {
  width: 160px;
  padding: 15px;
  background-color: #f4f4f4;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  color: #222;
  font-weight: 200;
  text-align: center;
  border-radius: 5px;
}
.stats-block .mini figcaption {
  display: inline-block;
  height: 45px;
  font-size: 15px;
}
.stats-block .mini h5 {
  font-weight: 200;
  font-size: 25px;
}
.stats-block .mini sub {
  font-size: 10px;
  line-height: 1;
}

/* ----------------------------------------------------------------------------- */
/* ------------ FLAG POSTS SECTION (Statistics Publications) ------------------- */
/* ----------------------------------------------------------------------------- */
.stats-publications {
  width: 100%;
  margin-bottom: 20px;
}
.stats-publications h3, .stats-publications .item .info h2, .item .info .stats-publications h2 {
  font-weight: 200;
  color: #aa6e29;
}
.stats-publications__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stats-publications__container article {
  display: block;
  width: 30%;
  min-width: 250px;
  margin: 0px;
  margin-bottom: 10px;
}
.stats-publications__container article img {
  height: 100%;
  max-height: 250px;
  width: 100%;
  object-fit: contain;
}
.stats-publications__container article a:hover {
  color: #aa6e29;
  text-decoration: none;
}
.stats-publications__container article a:hover h5 {
  color: #aa6e29;
  text-decoration: none;
}
.stats-publications__container article aside {
  font-weight: 200;
  font-size: 13px;
  color: #333;
}

/* Mobile-device styling */
@media (max-width: 1024px) and (min-width: 610px) {
  .stats-blocks {
    width: 100%;
    justify-content: space-evenly;
    gap: 2.5px;
  }
  .recent-stats-releases {
    margin-left: 2.5px;
    width: calc(100% - 5px);
    height: 500px;
  }
}
@media (max-width: 610px) {
  .column-60, .column-40 {
    width: 100%;
  }
  .recent-stats-releases {
    height: 500px;
  }
}
/* ----------------------------------------------------------------------------- */
/* ------------------- LIBRARY HERO IMAGE PANEL ----------------------- */
/* ----------------------------------------------------------------------------- */
.hero-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  color: white;
}
.hero-panel__panel-text {
  flex: 1;
  width: 50%;
  background-color: #0e1531;
  padding: 50px 40px;
}
.hero-panel__panel-text h2 {
  color: white;
  font-size: 35px;
  margin-top: 0px;
}
.hero-panel__panel-text h2, .hero-panel__panel-text p {
  font-weight: 200;
}
.hero-panel__panel-text a {
  text-decoration: none;
  color: #aa6e29;
  font-weight: 400;
}
.hero-panel__panel-text__button a {
  display: inline-block;
  color: white;
  margin-top: 10px;
  border: 2px solid #be8e57;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
}
.hero-panel__panel-text__button a:hover {
  background-color: #be8e57;
  color: #0e1531;
  transition: 0.2s;
}
.hero-panel__img {
  object-fit: cover;
  width: 50%;
  min-height: 200px;
}

@media (max-width: 768px) {
  .hero-panel__panel-text, .hero-panel__img {
    flex: 0 0 100%;
  }
  .hero-panel__img {
    order: -1;
    height: 150px;
  }
}
/* ------------------------------------------------------- */
/* ------------- FLAG POSTS LIVE FEED STYLING ------------ */
/* ------------------------------------------------------- */
.library-flag-posts-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.library-flag-posts-block a {
  margin-bottom: 20px;
}
.library-flag-posts-block a article {
  display: inline-block;
  height: 100%;
  width: 100%;
  background-color: transparent;
  padding-bottom: 5px;
  clip-path: none;
  transition-duration: 0.5s;
  color: #222;
  margin: 0;
}
.library-flag-posts-block a article h5 {
  font-weight: 500;
  font-size: 16px;
  margin: 0px;
}
.library-flag-posts-block a article aside {
  font-size: 14px;
  font-weight: 200;
}
.library-flag-posts-block a article aside.tags {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  row-gap: 3px;
  column-gap: 5px;
  margin: 10px 0px 20px 0px;
}
.library-flag-posts-block a article aside span.tag {
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.3em 0.5em 0.35em 0.35em;
  margin-left: 1em;
  background-color: #325986;
  border-radius: 3px;
  font-size: 80%;
  line-height: 80%;
  color: #fff;
  z-index: 1;
}
.library-flag-posts-block a article aside span.tag:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -9px;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  transform: rotate(45deg);
  background: #325986;
  z-index: -1;
}
.library-flag-posts-block a article aside span.category {
  padding: 0.18em 0.8em;
  border-radius: 12px;
  background-color: #0e1531;
  color: white;
}
.library-flag-posts-block a:hover article p, .library-flag-posts-block .article-block a.test:hover article aside {
  color: #222;
}
.library-flag-posts-block a:hover article h5 {
  color: #aa6e29;
  text-decoration: none;
}

.block-image-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 42.6666666667em) {
  .block-image-header {
    min-height: calc(100vh - 99px);
  }
}
.block-image-header__inner {
  width: 100%;
  max-width: 550px;
  margin-left: calc((100vw - 1200px) / 2);
  margin-bottom: 100px;
  background: #161B2F;
  color: #FFF;
}
@media only screen and (max-width: 1200px) {
  .block-image-header__inner {
    margin-left: 0;
  }
}
@media only screen and (max-width: 42.6666666667em) {
  .block-image-header__inner {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.block-image-header__inner .block-image-header__icon {
  width: 40px;
  height: 40px;
  font-size: 17px;
}
.block-image-header__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 400px;
  padding: 0 70px;
  padding-top: 30px;
}
@media only screen and (max-width: 42.6666666667em) {
  .block-image-header__content {
    padding: 30px 15px;
    min-height: auto;
  }
}
.block-image-header__content h1.block-image-header__title {
  margin-bottom: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 36px;
  text-align: left;
  line-height: 1.2;
}
.block-image-header__content-author {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
.block-image-header__blurb {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.block-image-header__article-description {
  margin-top: 1.3rem;
  padding-top: 1.3rem;
  border-top: 1px solid #be8e57;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
.block-image-header__parent-name {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #BE8E57;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.06em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
.block-image-header__content-footer {
  padding: 0px 25px 0px 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  background-color: #222439;
  transition: 0.3s;
}
@media only screen and (max-width: 42.6666666667em) {
  .block-image-header__content-footer {
    padding: 0 15px;
  }
}
.block-image-header__content-footer:hover {
  background-color: #161B2F;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
}
.block-image-header__content-footer a {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: #FFF;
  font-size: 14px;
}
@media only screen and (max-width: 42.6666666667em) {
  .block-image-header__content-footer a {
    padding: 20px 0;
  }
}
.block-image-header__back-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #FFF;
  border-radius: 1000px;
  color: #000;
}
.block-image-header__footer {
  display: flex;
  align-items: center;
  position: relative;
  bottom: 50px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.75);
}
@media only screen and (max-width: 42.6666666667em) {
  .block-image-header__footer {
    bottom: 0px;
    border-radius: 0;
    background-color: #2d2f44;
  }
  .block-image-header__footer-note {
    display: none;
  }
  .block-image-header__footer .block-image-header__scroll-button {
    display: none;
  }
  .block-image-header__footer .block-image-header__download-list {
    color: #fff;
    font-size: 1rem;
  }
}
.block-image-header__footer-note {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 100;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
}
.block-image-header__footer-download-link {
  font-size: 11px;
}
.block-image-header__footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.block-image-header__download-list {
  display: flex;
  align-items: center;
  gap: 6px;
  color: initial;
  font-size: 0.8rem;
}
.block-image-header__scroll-button {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  padding: 0;
  margin: 0;
  color: initial;
}
.block-image-header__scroll-button:hover, .block-image-header__scroll-button:focus {
  background: none;
  color: initial;
}
.block-image-header__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background: #EFEFEF;
  border-radius: 1000px;
  font-size: 14px;
  color: #000;
}
.block-image-header__icon i {
  opacity: 0.6;
}
.block-image-header__download-link {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.library-publication h1,
.library-publication h2,
.library-publication h3,
.library-publication .item .info h2,
.item .info .library-publication h2,
.library-publication h4,
.library-publication h5,
.library-publication h6 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
  text-rendering: optimizeLegibility;
}
.library-publication h1 ~ table,
.library-publication h2 ~ table,
.library-publication h3 ~ table,
.library-publication .item .info h2 ~ table,
.item .info .library-publication h2 ~ table,
.library-publication h4 ~ table,
.library-publication h5 ~ table,
.library-publication h6 ~ table {
  margin-top: 0;
}
.library-publication h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #c09057;
  margin-top: 5px;
}
.library-publication h2.library-publication__header-author::after {
  bottom: 55px;
  left: 14px;
}
@media only screen and (min-width: 90.063em) {
  .library-publication__main-content > h2:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
.library-publication ul, .library-publication ol {
  margin-left: 30px;
}
.library-publication section.key-issue {
  padding: 0px 30px 20px 0;
  position: relative;
}
.library-publication section.key-issue h2 {
  padding-top: 30px;
}
.library-publication section.key-issue::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100vw;
  right: 0;
  bottom: 0;
  width: auto;
  background-color: #ecedee;
  z-index: -1;
}
.library-publication section.key-issue ul {
  list-style-type: none;
}
.library-publication section.key-issue ul li:before {
  content: "";
  height: 0;
  width: 0;
  border-color: transparent #000;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.5em;
  position: relative;
  display: block;
  left: -1.5em;
  top: 1.3em;
  border-radius: 3px;
}
.library-publication details.introductory-info {
  padding: 20px;
}
.library-publication details.introductory-info[open] summary::after {
  transform: rotate(270deg);
}
.library-publication details.introductory-info summary {
  color: #976C3B;
  font-size: 1.4rem;
  width: 240px;
  font-weight: 200;
  position: relative;
  cursor: pointer;
}
.library-publication details.introductory-info summary:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f05a";
  margin-right: 10px;
}
.library-publication details.introductory-info summary::marker {
  display: none;
  content: "";
}
.library-publication details.introductory-info summary::after {
  position: absolute;
  top: -10px;
  right: 20px;
  transition: 0.2s;
  content: "‹";
  font-size: 40px;
  transform: rotate(180deg);
}
.library-publication .source {
  font-size: 80%;
}
.library-publication aside, .library-publication details.aside {
  position: relative;
  width: calc(100% - 20px);
  font-size: 100%;
  padding: 1.2rem;
  margin: 35px 0 45px 0;
  border: 1px solid #c09057;
}
.library-publication aside h6, .library-publication details.aside h6 {
  font-size: 1.3rem;
}
.library-publication aside p:last-of-type, .library-publication details.aside p:last-of-type {
  margin-bottom: 0;
}
.library-publication details.aside[open] summary::after {
  transform: rotate(90deg);
  right: 12px;
}
.library-publication details.aside summary {
  cursor: pointer;
}
.library-publication details.aside summary::marker {
  display: none;
  content: "";
}
.library-publication details.aside summary::after {
  position: absolute;
  top: -13px;
  right: 20px;
  transition: 0.2s;
  content: "‹";
  font-size: 40px;
  transform: rotate(-90deg);
}
.library-publication div.footer .accordion {
  margin-left: 0;
}
.library-publication div.footer .accordion > .accordion-navigation.active > a {
  text-decoration: none;
}
.library-publication div.footer .accordion > .accordion-navigation.active > a::after {
  font-family: "Font Awesome 5 Free";
  top: 5px;
  left: 0;
  content: "\f107";
  font-size: 1.2em;
}
.library-publication div.footer .accordion > .accordion-navigation > a {
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #ecedee;
  padding: 0.45rem 1rem 0.35rem 1.4rem;
  font-weight: 600;
  text-decoration: none;
}
.library-publication div.footer .accordion > .accordion-navigation > a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  top: 5px;
  left: 0;
  content: "\f105";
  font-size: 1.2em;
  font-weight: 900;
}
.library-publication div.footer a[href^="#_ftn"] {
  font-size: 100%;
  vertical-align: initial;
}
.library-publication h2 + section.summary {
  margin-top: -30px;
}
.library-publication section.summary {
  font-size: 100%;
  padding: 5px 25px 5px 25px;
  margin: 35px 0 45px 0;
  background-color: #efefef;
}
.library-publication section.summary h6 {
  font-size: 1.3rem;
  text-align: left;
}
.library-publication table {
  border-spacing: 0px;
  width: 100%;
  margin: 40px 0 25px 0;
  border: transparent;
  max-width: 100%;
  overflow-x: auto;
}
.library-publication table caption {
  font-weight: 400;
  margin-bottom: 8px;
}
.library-publication table th {
  border-bottom: transparent;
  background-color: #0e1531;
  color: white;
}
.library-publication table th:last-of-type {
  border-right: transparent;
}
.library-publication table th a {
  color: #be8e57;
}
.library-publication table td {
  border-bottom: 1px solid #d3d3d3;
}
.library-publication table td:nth-of-type(1) {
  background-color: #efefef;
}
.library-publication table td:last-of-type {
  border-right: transparent;
}
.library-publication table tr:nth-of-type(even) {
  background: white;
}
.library-publication table:has(+ .source) {
  margin-bottom: 10px;
}
.library-publication table.minimalist th {
  border-bottom: 2px solid #d3d3d3;
  background-color: white;
  color: black;
}
.library-publication table.minimalist td {
  border-bottom: 1px solid #d3d3d3;
  vertical-align: top;
  background-color: white !important;
}
.library-publication table.minimalist:has(+ .source) {
  margin-bottom: 10px;
}
.library-publication blockquote {
  padding-bottom: 0.6rem;
  border-left: 1px solid #ddd;
}
.library-publication blockquote p:last-of-type, .library-publication blockquote ul:last-of-type {
  margin-bottom: 0;
}
.library-publication blockquote blockquote {
  border-left: 0;
}
.library-publication a[href^="#_ftn"] {
  font-size: 70%;
  vertical-align: top;
}
.library-publication b.thin, .library-publication strong.thin {
  font-weight: 200;
}
.library-publication .left {
  margin-right: auto;
}
.library-publication .right {
  margin-left: auto;
}
.library-publication__breadcrumbs-container {
  padding-top: 2rem;
  background-color: #f8f8f8;
}
.library-publication__breadcrumbs-container--no-background {
  background-color: transparent;
}
.library-publication__container {
  max-width: 1200px;
  margin: 0 auto;
}
.library-publication__header {
  width: 100%;
  background-color: #f8f8f8;
}
.library-publication__header h1 {
  margin-top: 0;
}
@media only screen and (min-width: 90.063em) {
  .library-publication__header {
    position: sticky;
    z-index: 10;
    top: 7px;
    padding-top: 0;
  }
}
.library-publication__header__selected-portfolio, .library-publication__header__selected-tag {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 5px;
  background-color: #325986;
  color: #FFF;
  transition: background-color 0.3s ease-out;
  font-size: 13px;
}
.library-publication__header__selected-portfolio:hover, .library-publication__header__selected-tag:hover {
  background-color: #396596;
}
.library-publication__header__date {
  position: relative;
  margin-top: 20px;
  padding-top: 15px;
  display: block;
}
.library-publication__header__date::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #c09057;
}
.library-publication__header-content h1 {
  font-size: 32px;
}
.library-publication__header-right h2 {
  margin-top: 4px;
  font-size: 28px;
  font-weight: 200;
}
.library-publication__header-right p {
  font-size: 20px;
  font-weight: 200;
}
.library-publication__header-tag {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.library-publication__navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 15px;
}
.library-publication__navigation-link {
  border-radius: 5px;
  border-style: solid;
  border-width: 1px;
  padding: 0.46667rem 0.93333rem 0.53333rem 0.93333rem;
}
.library-publication__main {
  display: flex;
  align-items: flex-start;
}
.library-publication__main h2 {
  padding-top: 60px;
  position: relative;
  margin-bottom: 40px;
  max-width: 600px;
  letter-spacing: -0.25px;
}
.library-publication__portfolio-title {
  margin-top: 60px;
  font-weight: 300;
}
.library-publication .accordion-navigation .content.active {
  border: 0;
}
.library-publication__accordion summary {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 20px 0;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 100;
  cursor: pointer;
  transition: 0.2s;
}
.library-publication__accordion summary.inactive {
  cursor: default;
}
.library-publication__accordion summary::marker {
  font-size: 0px;
}
.library-publication__accordion summary .library__accordion-indicator {
  transform: rotate(90deg);
  transition: 0.3s;
}
.library-publication__accordion[open] summary .library__accordion-indicator {
  transform: rotate(180deg);
}
.library-publication__accordion.library__content-accordion {
  border-bottom: 1px solid silver;
}
.library-publication__accordion.library__content-accordion:first-of-type {
  border-top: 1px solid silver;
}
.library-publication__accordion.library__content-accordion > div {
  padding: 0 15px;
}
.library-publication__accordion.library__content-accordion summary {
  margin: 0;
  padding: 20px 15px;
}
.library-publication__accordion.library__content-accordion summary span {
  width: 100%;
}
.library-publication__download-link {
  background-color: #A96F28;
  margin: 10px 0 11px;
  border: 0;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
  padding: 12px 25px;
  transition: all 0.2s ease-out;
  border-radius: 100px;
}
.library-publication__download-link:hover {
  background-color: #80541e;
}
@media only screen and (min-width: 90.063em) {
  .library-publication__secondary-content {
    position: sticky;
    top: 260px;
  }
}
@media only screen and (min-width: 90.063em) {
  .library-publication__secondary-content__bills-digest {
    top: 280px;
  }
}
@media only screen and (min-width: 90.063em) {
  .library-publication__secondary-content--briefing-book, .library-publication__secondary-content--issues-insights {
    top: 40px;
  }
}
.library-publication__secondary-nav {
  top: 2rem;
  border: none;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 90.063em) {
  .library-publication__secondary-nav {
    position: sticky;
  }
}
.library-publication__secondary-nav .scroll-nav__list {
  border-top: 1px solid #80541e;
  width: 100%;
  margin-left: 0;
  list-style-type: none;
  padding: 0;
  background-color: #ecedee;
}
.library-publication__secondary-nav ol.scroll-nav__sub-list {
  list-style-type: none;
  border-left: 1px solid #80541e;
  margin-left: 20px;
  background-color: #ecedee;
}
.library-publication__secondary-nav a {
  font-size: 0.875rem;
  background-color: #ecedee;
  padding: 10px 30px 10px 20px;
  display: flex;
  color: rgb(22, 25, 47);
  border-bottom: 1px solid #fff;
  transition: background-color 1s;
}
.library-publication__secondary-nav-title {
  font-size: 0.9rem;
  width: 100%;
  display: block;
  margin: 15px 0 0 0;
  border-radius: 0;
  padding: 12px 25px 12px 20px;
  border: 0;
  font-weight: 600 !important;
  transition: all 0.2s ease-out;
}
.library-publication__secondary-nav li.scroll-nav__item--active > a {
  font-weight: 700;
}
.library-publication__secondary-nav li.scroll-nav__item:has(ol.scroll-nav__sub-list):has(li.scroll-nav__item--active) > a {
  font-weight: 700;
}
.library-publication__placeholder-subfooter {
  padding: 40px 0;
}
.library-publication__section-related h2 {
  font-weight: 200;
  padding: 20px 0;
  text-align: left;
  font-size: 1.86667rem;
  margin-bottom: 0;
}
.library-publication__section-related a {
  display: inline-block;
  position: relative;
  border: 1px solid #f7f7f7;
  background-color: #0e1531;
  padding: 20px 25px 10px 20px;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  color: white;
  font-weight: 200;
  width: 100%;
  min-width: 200px;
  transition-duration: 0s;
  vertical-align: text-top;
}
@media only screen and (min-width: 90.063em) {
  .library-publication__section-related a {
    height: 250px;
  }
}
.library-publication__section-related a:hover {
  color: white;
  text-decoration: none;
  transition-duration: 0s;
}
.library-publication__section-related a:hover::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 5px;
  content: " ";
  background-color: #976C3B;
}
.library-publication__section-related a:hover h3::after, .library-publication__section-related a:hover .item .info h2::after, .item .info .library-publication__section-related a:hover h2::after {
  color: #976C3B;
}
.library-publication__section-related a h3, .library-publication__section-related a .item .info h2, .item .info .library-publication__section-related a h2 {
  display: block;
  position: relative;
  font-weight: 200;
  color: white;
  margin-top: 0px;
  font-size: 1.2rem;
  width: calc(100% - 30px);
  padding-top: 0;
}
.library-publication__section-related a h3::after, .library-publication__section-related a .item .info h2::after, .item .info .library-publication__section-related a h2::after {
  position: absolute;
  top: -2px;
  right: -35px;
  font-size: 180%;
  transform: translateY(-25%);
  font-weight: 100;
  content: "›";
  color: white;
}
.library-publication.diu .diu__header--selector-container::before {
  content: "";
  position: absolute;
  top: 0;
  width: 200px;
  height: 2px;
  background-color: #a78d72;
}
.library-publication.diu .diu__header__selector-week {
  width: 100%;
  margin-top: 1.33333rem;
  margin-bottom: 0;
  border-radius: 5px;
}
.library-publication.diu .diu__week-link {
  display: inline-block;
  margin: 30px 0;
  padding: 8px 15px;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #1f538d;
}
@media only screen and (min-width: 90.063em) {
  .library-publication.diu .diu__secondary-content {
    position: sticky;
    top: 220px;
  }
}
.library-publication.diu .library-publication__content-section h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.library-publication.diu .library-publication__content-section:first-of-type > h2 {
  margin-top: 20px;
}
.library-publication.diu details {
  padding: 0px 0px 20px 0px;
  margin-top: -1px;
  position: relative;
}
.library-publication.diu details.footer {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px;
  margin-top: -1px;
  margin-left: 0px;
}
.library-publication.diu details.footer::before {
  display: none;
  content: "";
}
.library-publication.diu details.footer:first-of-type {
  margin-top: 40px;
}
.library-publication.diu details.footer summary {
  font-size: 1.86667rem;
  font-weight: 200;
  position: relative;
  cursor: pointer;
}
.library-publication.diu details.footer summary::marker {
  display: none;
  content: "";
}
.library-publication.diu details.footer summary::after {
  position: absolute;
  top: -13px;
  right: 20px;
  transition: 0.2s;
  content: "‹";
  font-size: 40px;
  transform: rotate(-90deg);
}
.library-publication.diu details.footer[open] {
  margin-left: 0px;
  margin-bottom: 0px;
}
.library-publication.diu details.footer[open] summary {
  margin-left: 0px;
  margin-bottom: 10px;
}
.library-publication.diu details.footer[open] summary::after {
  transform: rotate(90deg);
  right: 12px;
}
.library-publication.diu details p {
  margin-bottom: 7px;
}
.library-publication.diu details h3, .library-publication.diu details .item .info h2, .item .info .library-publication.diu details h2 {
  font-weight: 200;
}
.library-publication.diu details h3.inactive, .library-publication.diu details .item .info h2.inactive, .item .info .library-publication.diu details h2.inactive {
  color: #999;
}
.library-publication.diu details h4 {
  text-align: left;
  font-size: 1.3rem;
  margin: 25px 0px 10px 0px;
}
.library-publication.diu details[open] {
  margin-bottom: 20px;
  margin-left: 25px;
}
.library-publication.diu details[open] summary {
  margin-left: -25px;
  background-color: white;
}
.library-publication.diu details[open] summary::marker {
  display: none;
  content: "";
}
.library-publication.diu details[open] summary::after {
  transform: rotate(90deg);
  right: 12px;
}
.library-publication.diu details summary {
  position: relative;
  padding-right: 40px;
  cursor: pointer;
}
.library-publication.diu details summary::marker {
  display: none;
  content: "";
}
.library-publication.diu details summary::after {
  position: absolute;
  top: -14px;
  right: 20px;
  transition: 0.2s;
  content: "‹";
  font-size: 40px;
  transform: rotate(-90deg);
}
.library-publication.chronology section#chron {
  border-left: 2px solid #A96F28;
  padding-left: 50px;
  margin-top: 50px;
  position: relative;
  margin-bottom: 1.33333rem;
}
.library-publication.chronology section#chron > * {
  position: relative;
}
.library-publication.chronology section#chron h2, .library-publication.chronology section#chron h3, .library-publication.chronology section#chron h4 {
  font-weight: 500;
  text-align: left;
}
.library-publication.chronology section#chron h5, .library-publication.chronology section#chron h6 {
  font-weight: 200;
  text-align: left;
}
.library-publication.chronology section#chron .chronology__event--primary {
  margin-bottom: 30px;
}
.library-publication.chronology section#chron .chronology__event--primary .chronology__icon {
  display: inline-block;
  height: 100%;
  width: 10px !important;
  background-color: #A96F28;
  border: 1px solid #A96F28;
  border-radius: 9px;
  content: " ";
  text-align: center;
  position: absolute;
  top: 0px;
  left: -56px;
}
.library-publication.chronology section#chron .chronology__event--primary .chronology__content--main h3, .library-publication.chronology section#chron .chronology__event--primary .chronology__content--main .item .info h2, .item .info .library-publication.chronology section#chron .chronology__event--primary .chronology__content--main h2 {
  color: #A96F28;
  margin-bottom: 0px;
  scroll-snap-type: y mandatory;
  padding-top: 0;
  margin-top: 14px;
}
.library-publication.chronology section#chron .chronology__event--primary .chronology__content--main span {
  margin-top: 14px;
  color: #A96F28;
  font-weight: 200;
  text-align: left;
}
.library-publication.chronology section#chron .chronology__event--secondary {
  margin-bottom: 30px;
}
.library-publication.chronology section#chron .chronology__event--secondary .chronology__icon {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 9px;
  background-color: #A96F28;
  content: "";
  position: absolute;
  top: 8px;
  left: -56px;
}
.library-publication.chronology section#chron .chronology__event--secondary .chronology__content {
  display: flex;
  flex-flow: row;
}
@media (max-width: 768px) {
  .library-publication.chronology section#chron .chronology__event--secondary .chronology__content {
    flex-direction: column;
  }
}
.library-publication.chronology section#chron .chronology__event--secondary .chronology__content--details {
  width: 100%;
  flex: 1;
}
.library-publication.chronology section#chron .chronology__event--secondary .chronology__content--details h4 {
  margin-bottom: 0px;
  scroll-snap-type: y mandatory;
  padding-top: 0;
}
.library-publication.chronology section#chron .chronology__event--secondary .chronology__content--image {
  width: 100%; /* Ensure it takes up the available space within the 150px max */
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 150px;
  min-width: 130px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .library-publication.chronology section#chron .chronology__event--secondary .chronology__content--image {
    margin-left: 0px;
    width: 100%;
    flex-direction: row;
    max-width: 100%;
  }
}
.library-publication.chronology section#chron .chronology__event--secondary .chronology__content--image > a {
  display: block;
}
@media (min-width: 768px) {
  .library-publication.chronology section#chron .chronology__event--secondary .chronology__content--image > a {
    width: 100%; /* Ensures images respect the width of the container */
  }
}
.library-publication.chronology section#chron .chronology__event--secondary .chronology__content--image > a > img {
  min-width: 100px;
  max-width: 140px;
  height: auto;
  border-radius: 10px;
  width: 100%; /* Ensures the image takes up 100% of the link block */
}
.library-publication.chronology section#chron .chronology__event--secondary .chronology__content--image > .source {
  font-size: 0.7em;
}
.library-publication.chronology section#chron .chronology__event--secondary time {
  margin-left: 0px;
  display: block;
  margin-bottom: 10px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 15px;
}
.library-publication.chronology section#chron figure {
  float: right;
  max-width: 50%;
  width: 400px;
  margin: 10px;
  font-weight: 200;
}
.library-publication.chronology section#chron figure img {
  padding: 0 0 10px;
}
.library-publication.chronology section#chron details.read-more {
  width: calc(100% - 20px);
  font-size: 100%;
}
.library-publication.chronology section#chron details.read-more + p {
  margin-top: -20px;
}
.library-publication.chronology section#chron details.read-more[open] > summary:after {
  content: "Hide";
}
.library-publication.chronology section#chron details.read-more > summary {
  text-align: right;
  position: relative;
  cursor: pointer;
}
.library-publication.chronology section#chron details.read-more > summary::after {
  position: relative;
  top: 0;
  right: 0;
  transition: 0s;
  transform: none;
  content: "Read more...";
  font-size: 1rem;
  color: #A96F28;
}
.library-publication.chronology section#chron details.read-more > summary::marker {
  display: none;
  content: "";
}
.library-publication__header-image-container {
  display: flex;
  align-items: flex-end;
  width: 100%;
  min-height: 900px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.library-publication__header-image-container .library-publication__header {
  padding-top: 40px;
  padding-bottom: 60px;
}
.library-publication__fold-image {
  width: 100%;
  height: 550px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-color: beige;
}
.library-publication__header-sm-text {
  display: block;
  font-size: 12px;
  font-weight: 200;
}
.library-publication__header-md-text {
  display: block;
  font-size: 16px;
  font-weight: 500;
}
.library-publication__header-meta-data {
  margin: 10px 0;
  text-transform: uppercase;
}
.library-publication__header-secondary-content {
  position: relative;
  margin-top: 20px;
  padding-top: 15px;
  display: block;
  font-weight: 200;
  font-size: 20px;
}
.library-publication__header-secondary-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 2px;
  background-color: #A78D72;
}
.library-publication--flagpost .library-publication__header-image-container {
  margin-bottom: 20px;
}
.library-publication--flagpost .flagpost-main-content h2 {
  position: relative;
  margin-top: 40px;
  padding: 30px 0;
  text-align: center;
}
.library-publication--flagpost .flagpost-main-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  width: 200px;
  border-top: 1px solid #ccc;
}
.library-publication--flagpost .flagpost-main-content h2::after {
  display: none;
}
.library-publication--flagpost__header-right {
  margin-top: 30px;
}

.library-related-publications {
  padding-bottom: 20px;
}
.library-related-publications__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
@media only screen and (max-width: 68.2666666667em) {
  .library-related-publications__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 42.6666666667em) {
  .library-related-publications__inner {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.library-related-publications h2 {
  font-weight: 200;
  padding: 20px 0;
  text-align: left;
  font-size: 1.86667rem;
  margin-bottom: 0;
}

.library-related-publication {
  min-height: 400px;
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s linear;
}
@media only screen and (max-width: 68.2666666667em) {
  .library-related-publication {
    min-height: 250px;
  }
}
.library-related-publication:hover {
  box-shadow: rgba(0, 0, 0, 0.75) 0 0 10px;
  text-decoration: none;
  color: initial;
}
.library-related-publication__category {
  font-size: 12px;
  text-transform: uppercase;
}
.library-related-publication__item {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 50px 24px 24px 24px;
  overflow: hidden;
  z-index: 5;
}
.library-related-publication__item::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  background: linear-gradient(to bottom left, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.9) 80%), linear-gradient(to bottom, transparent 0%, transparent 30%, rgba(0, 0, 0, 0.7) 85%);
  transition: 0.3s;
}
.library-related-publication__item:hover::before {
  opacity: 0.5;
}
.library-related-publication__image-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.library-related-publication__image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.library-related-publication__content {
  position: relative;
  color: #FFF;
}
.library-related-publication__content h4 {
  color: #FFF;
}
.library-related-publication__read-time {
  display: block;
  margin-top: 10px;
  font-size: 13px;
}

.progress-bar {
  width: 100%;
  height: 7px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
}
.progress-bar__progress {
  height: inherit;
  transition: width linear 0.2s;
}

#eventsCalendarWrapper .dateselect__button__container,
#eventsCalendarLandingWrapper .dateselect__button__container,
#parliamentary-calendar-wrapper .dateselect__button__container,
#diaryEventsWrapper .dateselect__button__container {
  margin-bottom: 0.5rem;
}
#eventsCalendarWrapper .dateselect__button__container .dateselect__button__pretext,
#eventsCalendarLandingWrapper .dateselect__button__container .dateselect__button__pretext,
#parliamentary-calendar-wrapper .dateselect__button__container .dateselect__button__pretext,
#diaryEventsWrapper .dateselect__button__container .dateselect__button__pretext {
  margin-bottom: 0.25rem;
  font-size: 0.85rem;
}
#eventsCalendarWrapper .dateselect__button__container .dateselect__buttonlist,
#eventsCalendarLandingWrapper .dateselect__button__container .dateselect__buttonlist,
#parliamentary-calendar-wrapper .dateselect__button__container .dateselect__buttonlist,
#diaryEventsWrapper .dateselect__button__container .dateselect__buttonlist {
  position: relative;
}
#eventsCalendarWrapper .dateselect__button__container .dateselect__buttonlist .dateselect__button,
#eventsCalendarLandingWrapper .dateselect__button__container .dateselect__buttonlist .dateselect__button,
#parliamentary-calendar-wrapper .dateselect__button__container .dateselect__buttonlist .dateselect__button,
#diaryEventsWrapper .dateselect__button__container .dateselect__buttonlist .dateselect__button {
  border-radius: 5px;
  height: 3rem;
  padding-left: 2.5rem;
  margin-bottom: 0rem;
  cursor: pointer;
  border: 1px solid #DDDDDD;
  width: 100%;
}
#eventsCalendarWrapper .dateselect__button__container .dateselect__buttonlist .dateselect__button option,
#eventsCalendarLandingWrapper .dateselect__button__container .dateselect__buttonlist .dateselect__button option,
#parliamentary-calendar-wrapper .dateselect__button__container .dateselect__buttonlist .dateselect__button option,
#diaryEventsWrapper .dateselect__button__container .dateselect__buttonlist .dateselect__button option {
  text-transform: none;
}
#eventsCalendarWrapper .dateselect__button__container .dateselect__buttonlist:before,
#eventsCalendarLandingWrapper .dateselect__button__container .dateselect__buttonlist:before,
#parliamentary-calendar-wrapper .dateselect__button__container .dateselect__buttonlist:before,
#diaryEventsWrapper .dateselect__button__container .dateselect__buttonlist:before {
  font-family: "Font Awesome 5 Free";
  left: 1rem;
  top: 0.8rem;
  color: #222;
  font-size: 1rem;
  position: absolute;
  z-index: 1;
  font-weight: 900;
}
#eventsCalendarWrapper .dateselect__button__container .dateselect__buttonlist-date:before,
#eventsCalendarLandingWrapper .dateselect__button__container .dateselect__buttonlist-date:before,
#parliamentary-calendar-wrapper .dateselect__button__container .dateselect__buttonlist-date:before,
#diaryEventsWrapper .dateselect__button__container .dateselect__buttonlist-date:before {
  content: "\f073";
}
#eventsCalendarWrapper .dateselect__button__container .dateselect__buttonlist-display:before,
#eventsCalendarLandingWrapper .dateselect__button__container .dateselect__buttonlist-display:before,
#parliamentary-calendar-wrapper .dateselect__button__container .dateselect__buttonlist-display:before,
#diaryEventsWrapper .dateselect__button__container .dateselect__buttonlist-display:before {
  content: "\f06e";
}
#eventsCalendarWrapper .dateselect__button__container .dateselect__buttonlist-daterange:before,
#eventsCalendarLandingWrapper .dateselect__button__container .dateselect__buttonlist-daterange:before,
#parliamentary-calendar-wrapper .dateselect__button__container .dateselect__buttonlist-daterange:before,
#diaryEventsWrapper .dateselect__button__container .dateselect__buttonlist-daterange:before {
  content: "\f1de";
}
#eventsCalendarWrapper .dateselect__button__search,
#eventsCalendarLandingWrapper .dateselect__button__search,
#parliamentary-calendar-wrapper .dateselect__button__search,
#diaryEventsWrapper .dateselect__button__search {
  margin: 0rem;
  font-size: 0.9rem;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #eventsCalendarWrapper .dateselect__button,
  #eventsCalendarLandingWrapper .dateselect__button,
  #parliamentary-calendar-wrapper .dateselect__button,
  #diaryEventsWrapper .dateselect__button {
    padding-right: 18px;
  }
}
#eventsCalendarWrapper .event__container,
#eventsCalendarLandingWrapper .event__container,
#parliamentary-calendar-wrapper .event__container,
#diaryEventsWrapper .event__container {
  margin-bottom: 1.25rem;
  overflow: hidden;
}
#eventsCalendarWrapper .event__container .event__section,
#eventsCalendarLandingWrapper .event__container .event__section,
#parliamentary-calendar-wrapper .event__container .event__section,
#diaryEventsWrapper .event__container .event__section {
  float: left;
}
#eventsCalendarWrapper .event__container .event__section__left,
#eventsCalendarLandingWrapper .event__container .event__section__left,
#parliamentary-calendar-wrapper .event__container .event__section__left,
#diaryEventsWrapper .event__container .event__section__left {
  width: 3rem;
  text-align: center;
  text-decoration: none;
  color: #222;
}
#eventsCalendarWrapper .event__container .event__section__left .event__left__text,
#eventsCalendarLandingWrapper .event__container .event__section__left .event__left__text,
#parliamentary-calendar-wrapper .event__container .event__section__left .event__left__text,
#diaryEventsWrapper .event__container .event__section__left .event__left__text {
  font-weight: bold;
  margin-bottom: 0rem;
  line-height: 1rem;
  font-size: 0.7rem;
}
#eventsCalendarWrapper .event__container .event__section__left .event__left__date,
#eventsCalendarLandingWrapper .event__container .event__section__left .event__left__date,
#parliamentary-calendar-wrapper .event__container .event__section__left .event__left__date,
#diaryEventsWrapper .event__container .event__section__left .event__left__date {
  margin: 0.25rem 0rem;
  font-size: 1.6rem;
  line-height: 1.25rem;
}
#eventsCalendarWrapper .event__container .event__section__left:hover,
#eventsCalendarLandingWrapper .event__container .event__section__left:hover,
#parliamentary-calendar-wrapper .event__container .event__section__left:hover,
#diaryEventsWrapper .event__container .event__section__left:hover {
  color: #325986;
}
#eventsCalendarWrapper .event__container .landing__left:hover,
#eventsCalendarLandingWrapper .event__container .landing__left:hover,
#parliamentary-calendar-wrapper .event__container .landing__left:hover,
#diaryEventsWrapper .event__container .landing__left:hover {
  color: #222 !important;
}
#eventsCalendarWrapper .event__container .event__section__right,
#eventsCalendarLandingWrapper .event__container .event__section__right,
#parliamentary-calendar-wrapper .event__container .event__section__right,
#diaryEventsWrapper .event__container .event__section__right {
  height: 100%;
  width: 74%;
  padding: 0rem 0rem 0rem 1rem;
  border-left: 5px solid;
  text-align: left;
}
#eventsCalendarWrapper .event__container .event__section__right .event__description-header,
#eventsCalendarLandingWrapper .event__container .event__section__right .event__description-header,
#parliamentary-calendar-wrapper .event__container .event__section__right .event__description-header,
#diaryEventsWrapper .event__container .event__section__right .event__description-header {
  margin-bottom: 0rem;
}
#eventsCalendarWrapper .event__container .event__section__right .event__description-detail,
#eventsCalendarLandingWrapper .event__container .event__section__right .event__description-detail,
#parliamentary-calendar-wrapper .event__container .event__section__right .event__description-detail,
#diaryEventsWrapper .event__container .event__section__right .event__description-detail {
  max-width: 45rem;
}
#eventsCalendarWrapper .event__container .event__senate,
#eventsCalendarLandingWrapper .event__container .event__senate,
#parliamentary-calendar-wrapper .event__container .event__senate,
#diaryEventsWrapper .event__container .event__senate {
  border-color: #892517;
}
#eventsCalendarWrapper .event__container .event__house,
#eventsCalendarLandingWrapper .event__container .event__house,
#parliamentary-calendar-wrapper .event__container .event__house,
#diaryEventsWrapper .event__container .event__house {
  border-color: #467664;
}
#eventsCalendarWrapper .event__container .event__joint,
#eventsCalendarLandingWrapper .event__container .event__joint,
#parliamentary-calendar-wrapper .event__container .event__joint,
#diaryEventsWrapper .event__container .event__joint {
  border-color: #2360a5;
}
#eventsCalendarWrapper .event__container .event__holiday,
#eventsCalendarLandingWrapper .event__container .event__holiday,
#parliamentary-calendar-wrapper .event__container .event__holiday,
#diaryEventsWrapper .event__container .event__holiday {
  border-color: #888888;
}
#eventsCalendarWrapper .event__container .event__other,
#eventsCalendarLandingWrapper .event__container .event__other,
#parliamentary-calendar-wrapper .event__container .event__other,
#diaryEventsWrapper .event__container .event__other {
  border-color: orange;
}
#eventsCalendarWrapper .sidenav__dropdown li a:not(.sidenav__dropdown__toggle),
#eventsCalendarLandingWrapper .sidenav__dropdown li a:not(.sidenav__dropdown__toggle),
#parliamentary-calendar-wrapper .sidenav__dropdown li a:not(.sidenav__dropdown__toggle),
#diaryEventsWrapper .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) {
  padding-left: 1.75rem;
  padding-right: 0px;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
#eventsCalendarWrapper .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) label,
#eventsCalendarLandingWrapper .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) label,
#parliamentary-calendar-wrapper .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) label,
#diaryEventsWrapper .sidenav__dropdown li a:not(.sidenav__dropdown__toggle) label {
  font-size: 0.75rem !important;
  margin-right: 0px;
  width: 120px;
}
#eventsCalendarWrapper #weekcal tbody tr:hover,
#eventsCalendarLandingWrapper #weekcal tbody tr:hover,
#parliamentary-calendar-wrapper #weekcal tbody tr:hover,
#diaryEventsWrapper #weekcal tbody tr:hover {
  background: #ddd;
}
#eventsCalendarWrapper .calendar__table,
#eventsCalendarLandingWrapper .calendar__table,
#parliamentary-calendar-wrapper .calendar__table,
#diaryEventsWrapper .calendar__table {
  margin-bottom: 1rem !important;
}
#eventsCalendarWrapper .calendar__table td,
#eventsCalendarLandingWrapper .calendar__table td,
#parliamentary-calendar-wrapper .calendar__table td,
#diaryEventsWrapper .calendar__table td {
  border: 1px solid #efefef;
  height: 45px;
  background-clip: padding-box !important;
}
#eventsCalendarWrapper .monthly-cal .calendar__table td,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td,
#diaryEventsWrapper .monthly-cal .calendar__table td {
  height: 150px;
}
#eventsCalendarWrapper .calendar__selector tr.active,
#eventsCalendarLandingWrapper .calendar__selector tr.active,
#parliamentary-calendar-wrapper .calendar__selector tr.active,
#diaryEventsWrapper .calendar__selector tr.active {
  background: transparent;
  border-left: 2px solid #a9a9a9;
  border-right: 2px solid #a9a9a9;
}
#eventsCalendarWrapper .calendar__selector td .day,
#eventsCalendarLandingWrapper .calendar__selector td .day,
#parliamentary-calendar-wrapper .calendar__selector td .day,
#diaryEventsWrapper .calendar__selector td .day {
  height: 28px !important;
}
#eventsCalendarWrapper .calendar__selector__month td a,
#eventsCalendarLandingWrapper .calendar__selector__month td a,
#parliamentary-calendar-wrapper .calendar__selector__month td a,
#diaryEventsWrapper .calendar__selector__month td a {
  display: block;
  height: 100%;
  width: 100%;
  padding-top: 0.9rem;
}
#eventsCalendarWrapper .calendar__selector__month .active,
#eventsCalendarLandingWrapper .calendar__selector__month .active,
#parliamentary-calendar-wrapper .calendar__selector__month .active,
#diaryEventsWrapper .calendar__selector__month .active {
  background-color: #325986;
}
#eventsCalendarWrapper .calendar__selector__month .active a,
#eventsCalendarLandingWrapper .calendar__selector__month .active a,
#parliamentary-calendar-wrapper .calendar__selector__month .active a,
#diaryEventsWrapper .calendar__selector__month .active a {
  color: #fff;
}
#eventsCalendarWrapper .calendar__selector__month td:hover,
#eventsCalendarLandingWrapper .calendar__selector__month td:hover,
#parliamentary-calendar-wrapper .calendar__selector__month td:hover,
#diaryEventsWrapper .calendar__selector__month td:hover {
  background-color: #325986;
}
#eventsCalendarWrapper .calendar__selector__month td:hover a,
#eventsCalendarLandingWrapper .calendar__selector__month td:hover a,
#parliamentary-calendar-wrapper .calendar__selector__month td:hover a,
#diaryEventsWrapper .calendar__selector__month td:hover a {
  color: #fff;
}
#eventsCalendarWrapper .calendar__selector tr.active td,
#eventsCalendarLandingWrapper .calendar__selector tr.active td,
#parliamentary-calendar-wrapper .calendar__selector tr.active td,
#diaryEventsWrapper .calendar__selector tr.active td {
  border-bottom: 2px solid #a9a9a9;
  border-top: 2px solid #a9a9a9;
}
#eventsCalendarWrapper .calendar__selector th,
#eventsCalendarLandingWrapper .calendar__selector th,
#parliamentary-calendar-wrapper .calendar__selector th,
#diaryEventsWrapper .calendar__selector th {
  border: 1px solid #efefef;
}
#eventsCalendarWrapper .monthly-cal .calendar__table td .day,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td .day,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td .day,
#diaryEventsWrapper .monthly-cal .calendar__table td .day {
  border-bottom: 1px solid #dedede !important;
  border-top: 1px solid #dedede !important;
  font-size: 0.9rem !important;
  background: #ececec;
}
#eventsCalendarWrapper .monthly-cal .calendar__table td .day .calendarDay,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td .day .calendarDay,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td .day .calendarDay,
#diaryEventsWrapper .monthly-cal .calendar__table td .day .calendarDay {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: auto;
}
#eventsCalendarWrapper .monthly-cal .calendar__table td .day:hover,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td .day:hover,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td .day:hover,
#diaryEventsWrapper .monthly-cal .calendar__table td .day:hover {
  background: #325986;
}
#eventsCalendarWrapper .monthly-cal .calendar__table td .day:hover a,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td .day:hover a,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td .day:hover a,
#diaryEventsWrapper .monthly-cal .calendar__table td .day:hover a {
  color: white !important;
}
#eventsCalendarWrapper .calendar__selector td,
#eventsCalendarLandingWrapper .calendar__selector td,
#parliamentary-calendar-wrapper .calendar__selector td,
#diaryEventsWrapper .calendar__selector td {
  border: 1px solid #e2e2e2;
}
#eventsCalendarWrapper .calendar__selector th,
#eventsCalendarLandingWrapper .calendar__selector th,
#parliamentary-calendar-wrapper .calendar__selector th,
#diaryEventsWrapper .calendar__selector th {
  border: 1px solid #e0e0e0;
}
#eventsCalendarWrapper .calendar__selector .calendar__indicators .calendar__indicator,
#eventsCalendarLandingWrapper .calendar__selector .calendar__indicators .calendar__indicator,
#parliamentary-calendar-wrapper .calendar__selector .calendar__indicators .calendar__indicator,
#diaryEventsWrapper .calendar__selector .calendar__indicators .calendar__indicator {
  width: 5px;
  height: 5px;
  margin: 0px 1px 0px 2px;
}
#eventsCalendarWrapper .calendar__indicators,
#eventsCalendarLandingWrapper .calendar__indicators,
#parliamentary-calendar-wrapper .calendar__indicators,
#diaryEventsWrapper .calendar__indicators {
  bottom: 3px !important;
  margin: 1px 2px 0px 1px !important;
}
#eventsCalendarWrapper .calendar__indicator--orange,
#eventsCalendarLandingWrapper .calendar__indicator--orange,
#parliamentary-calendar-wrapper .calendar__indicator--orange,
#diaryEventsWrapper .calendar__indicator--orange {
  background-color: orange;
}
#eventsCalendarWrapper .calendar__indicator--blue,
#eventsCalendarLandingWrapper .calendar__indicator--blue,
#parliamentary-calendar-wrapper .calendar__indicator--blue,
#diaryEventsWrapper .calendar__indicator--blue {
  background-color: #2360a5;
}
#eventsCalendarWrapper .calendar__indicator--grey,
#eventsCalendarLandingWrapper .calendar__indicator--grey,
#parliamentary-calendar-wrapper .calendar__indicator--grey,
#diaryEventsWrapper .calendar__indicator--grey {
  background-color: #888;
}
#eventsCalendarWrapper .calendar__indicators .filtered-event,
#eventsCalendarLandingWrapper .calendar__indicators .filtered-event,
#parliamentary-calendar-wrapper .calendar__indicators .filtered-event,
#diaryEventsWrapper .calendar__indicators .filtered-event {
  display: none !important;
}
#eventsCalendarWrapper .calendar__indicators .filtered-0, #eventsCalendarWrapper .filtered-1, #eventsCalendarWrapper .filtered-2, #eventsCalendarWrapper .filtered-3, #eventsCalendarWrapper .filtered-4,
#eventsCalendarWrapper .filtered-5, #eventsCalendarWrapper .filtered-6, #eventsCalendarWrapper .filtered-7, #eventsCalendarWrapper .filtered-8, #eventsCalendarWrapper .filtered-9, #eventsCalendarWrapper .filtered-10, #eventsCalendarWrapper .filtered-11,
#eventsCalendarWrapper .filtered-12, #eventsCalendarWrapper .filtered-13, #eventsCalendarWrapper .filtered-14, #eventsCalendarWrapper .filtered-15,
#eventsCalendarLandingWrapper .calendar__indicators .filtered-0,
#eventsCalendarLandingWrapper .filtered-1,
#eventsCalendarLandingWrapper .filtered-2,
#eventsCalendarLandingWrapper .filtered-3,
#eventsCalendarLandingWrapper .filtered-4,
#eventsCalendarLandingWrapper .filtered-5,
#eventsCalendarLandingWrapper .filtered-6,
#eventsCalendarLandingWrapper .filtered-7,
#eventsCalendarLandingWrapper .filtered-8,
#eventsCalendarLandingWrapper .filtered-9,
#eventsCalendarLandingWrapper .filtered-10,
#eventsCalendarLandingWrapper .filtered-11,
#eventsCalendarLandingWrapper .filtered-12,
#eventsCalendarLandingWrapper .filtered-13,
#eventsCalendarLandingWrapper .filtered-14,
#eventsCalendarLandingWrapper .filtered-15,
#parliamentary-calendar-wrapper .calendar__indicators .filtered-0,
#parliamentary-calendar-wrapper .filtered-1,
#parliamentary-calendar-wrapper .filtered-2,
#parliamentary-calendar-wrapper .filtered-3,
#parliamentary-calendar-wrapper .filtered-4,
#parliamentary-calendar-wrapper .filtered-5,
#parliamentary-calendar-wrapper .filtered-6,
#parliamentary-calendar-wrapper .filtered-7,
#parliamentary-calendar-wrapper .filtered-8,
#parliamentary-calendar-wrapper .filtered-9,
#parliamentary-calendar-wrapper .filtered-10,
#parliamentary-calendar-wrapper .filtered-11,
#parliamentary-calendar-wrapper .filtered-12,
#parliamentary-calendar-wrapper .filtered-13,
#parliamentary-calendar-wrapper .filtered-14,
#parliamentary-calendar-wrapper .filtered-15,
#diaryEventsWrapper .calendar__indicators .filtered-0,
#diaryEventsWrapper .filtered-1,
#diaryEventsWrapper .filtered-2,
#diaryEventsWrapper .filtered-3,
#diaryEventsWrapper .filtered-4,
#diaryEventsWrapper .filtered-5,
#diaryEventsWrapper .filtered-6,
#diaryEventsWrapper .filtered-7,
#diaryEventsWrapper .filtered-8,
#diaryEventsWrapper .filtered-9,
#diaryEventsWrapper .filtered-10,
#diaryEventsWrapper .filtered-11,
#diaryEventsWrapper .filtered-12,
#diaryEventsWrapper .filtered-13,
#diaryEventsWrapper .filtered-14,
#diaryEventsWrapper .filtered-15 {
  display: inline-block;
}
#eventsCalendarWrapper .eventscalendar__controls,
#eventsCalendarLandingWrapper .eventscalendar__controls,
#parliamentary-calendar-wrapper .eventscalendar__controls,
#diaryEventsWrapper .eventscalendar__controls {
  list-style: none;
  margin: 0;
  padding: 0;
  float: none;
  margin-bottom: 1rem;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button {
  float: left;
  margin-right: 1rem;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__text,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__text,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__text,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__text {
  margin-bottom: 0.1rem;
  font-size: 0.85rem;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label {
  position: relative;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown:focus, #eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown:active,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown:focus,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown:active,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown:focus,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown:active,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown:focus,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown:active {
  outline: 1px dotted #212121;
  outline: 5px auto -webkit-focus-ring-color;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label:before,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label:before,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label:before,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 1rem;
  top: 1rem;
  width: 1.5rem;
  color: #222;
  height: 1.5rem;
  font-size: 1rem;
  position: absolute;
  pointer-events: none;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:after,
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-displaytype:after,
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-daterange:after,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:after,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-displaytype:after,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-daterange:after,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:after,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-displaytype:after,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-daterange:after,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:after,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-displaytype:after,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-daterange:after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
  color: #222;
  right: 1rem;
  top: 1rem;
  padding: 0 0 1rem;
  position: absolute;
  pointer-events: none;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:before,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:before,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:before,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:before {
  top: 0rem;
  left: 0rem;
  content: "\f073";
  font-weight: 500;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-displaytype:before,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-displaytype:before,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-displaytype:before,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-displaytype:before {
  content: "\f06e";
  font-weight: 500;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-daterange:before,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-daterange:before,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-daterange:before,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-daterange:before {
  content: "\f1de";
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:after,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:after,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:after,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect:after {
  top: 0rem;
  right: 0.5rem;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__label-dateselect {
  padding-left: 1.5rem;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown {
  padding: 0.25rem 0.25rem 0.25rem 2.4rem;
  margin: 0;
  background: #fff;
  color: #222;
  display: inline-block;
  cursor: pointer;
  width: 12rem;
  border: 1px solid #DDDDDD;
  float: left;
  border-radius: 5px;
  height: 3.6rem;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown-dateselect,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown-dateselect,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown-dateselect,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown-dateselect {
  padding-top: 1rem;
  width: 14.25rem !important;
  padding-left: 1rem;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown::-ms-value,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown::-ms-value,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown::-ms-value,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__dropdown::-ms-value {
  background: #fff;
  color: #222;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .contolbutton__dropdown:hover,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .contolbutton__dropdown:hover,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .contolbutton__dropdown:hover,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .contolbutton__dropdown:hover {
  border-color: #ddd;
  background: #EEEEEE;
}
#eventsCalendarWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__option,
#eventsCalendarLandingWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__option,
#parliamentary-calendar-wrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__option,
#diaryEventsWrapper .eventscalendar__controls .eventscalendar__controls__button .controlbutton__option {
  text-transform: none;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav .filterComps,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .filterComps,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .filterComps,
#diaryEventsWrapper .filtersidebar__container .sidenav .filterComps {
  display: block;
}
#eventsCalendarWrapper .filtersidebar__container .filtersidebar__heading,
#eventsCalendarLandingWrapper .filtersidebar__container .filtersidebar__heading,
#parliamentary-calendar-wrapper .filtersidebar__container .filtersidebar__heading,
#diaryEventsWrapper .filtersidebar__container .filtersidebar__heading {
  margin-top: 5px;
  display: block;
  background: #efefef;
  color: #222;
  border: #ddd 1px solid;
  padding: 0.2rem 0.5rem;
  font-weight: bold;
  border-top: 4px solid #4275AE;
}
#eventsCalendarWrapper .filtersidebar__container .filtersidebar__heading .filtersidebar__heading--span,
#eventsCalendarLandingWrapper .filtersidebar__container .filtersidebar__heading .filtersidebar__heading--span,
#parliamentary-calendar-wrapper .filtersidebar__container .filtersidebar__heading .filtersidebar__heading--span,
#diaryEventsWrapper .filtersidebar__container .filtersidebar__heading .filtersidebar__heading--span {
  font-size: 1rem;
}
#eventsCalendarWrapper .filtersidebar__container .filtersidebar__heading:hover,
#eventsCalendarLandingWrapper .filtersidebar__container .filtersidebar__heading:hover,
#parliamentary-calendar-wrapper .filtersidebar__container .filtersidebar__heading:hover,
#diaryEventsWrapper .filtersidebar__container .filtersidebar__heading:hover {
  text-decoration: none;
  cursor: pointer;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav,
#diaryEventsWrapper .filtersidebar__container .sidenav {
  border-top: none;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__item .checkbox-container, #eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__item .checkbox-container,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__item .checkbox-container,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container,
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__item .checkbox-container,
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container {
  padding-left: 0.75rem;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__item .checkbox-container .filter-event-checkbox, #eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container .filter-event-checkbox,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__item .checkbox-container .filter-event-checkbox,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container .filter-event-checkbox,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__item .checkbox-container .filter-event-checkbox,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container .filter-event-checkbox,
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__item .checkbox-container .filter-event-checkbox,
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container .filter-event-checkbox {
  margin-bottom: 0rem;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container .filter-event-checkbox,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container .filter-event-checkbox,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container .filter-event-checkbox,
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__item .sub-checkbox-container .filter-event-checkbox {
  margin-bottom: 0rem;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__item .sidenav__item__inner,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__item .sidenav__item__inner,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__item .sidenav__item__inner,
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__item .sidenav__item__inner {
  padding-left: 0.4rem;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__dropdown__toggle,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__dropdown__toggle,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__dropdown__toggle,
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__dropdown__toggle {
  width: 2rem;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__item--has-dropdown > a:not(.sidenav__dropdown__toggle),
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__item--has-dropdown > a:not(.sidenav__dropdown__toggle),
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__item--has-dropdown > a:not(.sidenav__dropdown__toggle),
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__item--has-dropdown > a:not(.sidenav__dropdown__toggle) {
  padding-right: 1rem;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__dropdown a,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__dropdown a,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__dropdown a,
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__dropdown a {
  padding-left: 1.2rem;
}
#eventsCalendarWrapper .filtersidebar__container .sidenav .sidenav__dropdown *,
#eventsCalendarLandingWrapper .filtersidebar__container .sidenav .sidenav__dropdown *,
#parliamentary-calendar-wrapper .filtersidebar__container .sidenav .sidenav__dropdown *,
#diaryEventsWrapper .filtersidebar__container .sidenav .sidenav__dropdown * {
  font-size: 0.75rem !important;
}
#eventsCalendarWrapper .filtersidebar__container .filtersidebar__key,
#eventsCalendarLandingWrapper .filtersidebar__container .filtersidebar__key,
#parliamentary-calendar-wrapper .filtersidebar__container .filtersidebar__key,
#diaryEventsWrapper .filtersidebar__container .filtersidebar__key {
  padding: 0.2rem 1rem;
}
#eventsCalendarWrapper .filtersidebar__container .filtersidebar__key .events-key-list,
#eventsCalendarLandingWrapper .filtersidebar__container .filtersidebar__key .events-key-list,
#parliamentary-calendar-wrapper .filtersidebar__container .filtersidebar__key .events-key-list,
#diaryEventsWrapper .filtersidebar__container .filtersidebar__key .events-key-list {
  list-style: none;
}
#eventsCalendarWrapper .eventresults,
#eventsCalendarLandingWrapper .eventresults,
#parliamentary-calendar-wrapper .eventresults,
#diaryEventsWrapper .eventresults {
  padding-left: 1rem !important;
}
#eventsCalendarWrapper .eventresults .eventscalendar__results,
#eventsCalendarLandingWrapper .eventresults .eventscalendar__results,
#parliamentary-calendar-wrapper .eventresults .eventscalendar__results,
#diaryEventsWrapper .eventresults .eventscalendar__results {
  margin-bottom: 1rem;
}
#eventsCalendarWrapper .eventresults .eventscalendar__results .results__dateselector .results__dateselector__title,
#eventsCalendarLandingWrapper .eventresults .eventscalendar__results .results__dateselector .results__dateselector__title,
#parliamentary-calendar-wrapper .eventresults .eventscalendar__results .results__dateselector .results__dateselector__title,
#diaryEventsWrapper .eventresults .eventscalendar__results .results__dateselector .results__dateselector__title {
  margin-top: 0rem;
}
#eventsCalendarWrapper .eventresults .eventscalendar__results .results__dateselector .results__dateselector__title em,
#eventsCalendarLandingWrapper .eventresults .eventscalendar__results .results__dateselector .results__dateselector__title em,
#parliamentary-calendar-wrapper .eventresults .eventscalendar__results .results__dateselector .results__dateselector__title em,
#diaryEventsWrapper .eventresults .eventscalendar__results .results__dateselector .results__dateselector__title em {
  color: #4275AE;
}
#eventsCalendarWrapper .eventresults .eventscalendar__results .event__description-header,
#eventsCalendarLandingWrapper .eventresults .eventscalendar__results .event__description-header,
#parliamentary-calendar-wrapper .eventresults .eventscalendar__results .event__description-header,
#diaryEventsWrapper .eventresults .eventscalendar__results .event__description-header {
  max-width: 45rem;
}
#eventsCalendarWrapper .eventresults .eventscalendar__results .event__description-detail span,
#eventsCalendarLandingWrapper .eventresults .eventscalendar__results .event__description-detail span,
#parliamentary-calendar-wrapper .eventresults .eventscalendar__results .event__description-detail span,
#diaryEventsWrapper .eventresults .eventscalendar__results .event__description-detail span {
  font-weight: normal !important;
}
#eventsCalendarWrapper .eventresults .eventscalendar__results .event__description-detail,
#eventsCalendarLandingWrapper .eventresults .eventscalendar__results .event__description-detail,
#parliamentary-calendar-wrapper .eventresults .eventscalendar__results .event__description-detail,
#diaryEventsWrapper .eventresults .eventscalendar__results .event__description-detail {
  max-width: 45rem !important;
}
#eventsCalendarWrapper .eventresults .eventscalendar__results .event__description-detail .event__description-time,
#eventsCalendarLandingWrapper .eventresults .eventscalendar__results .event__description-detail .event__description-time,
#parliamentary-calendar-wrapper .eventresults .eventscalendar__results .event__description-detail .event__description-time,
#diaryEventsWrapper .eventresults .eventscalendar__results .event__description-detail .event__description-time {
  font-weight: bold !important;
}
#eventsCalendarWrapper .calendar__view,
#eventsCalendarWrapper .parlview__videos,
#eventsCalendarLandingWrapper .calendar__view,
#eventsCalendarLandingWrapper .parlview__videos,
#parliamentary-calendar-wrapper .calendar__view,
#parliamentary-calendar-wrapper .parlview__videos,
#diaryEventsWrapper .calendar__view,
#diaryEventsWrapper .parlview__videos {
  overflow-x: auto;
}
#eventsCalendarWrapper .spinner,
#eventsCalendarLandingWrapper .spinner,
#parliamentary-calendar-wrapper .spinner,
#diaryEventsWrapper .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  margin: auto auto;
  left: 0;
  top: 150px !important;
  right: 0;
  bottom: 0;
}
#eventsCalendarWrapper .double-bounce1,
#eventsCalendarWrapper .double-bounce2,
#eventsCalendarLandingWrapper .double-bounce1,
#eventsCalendarLandingWrapper .double-bounce2,
#parliamentary-calendar-wrapper .double-bounce1,
#parliamentary-calendar-wrapper .double-bounce2,
#diaryEventsWrapper .double-bounce1,
#diaryEventsWrapper .double-bounce2 {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #4275AE;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
#eventsCalendarWrapper .double-bounce2,
#eventsCalendarLandingWrapper .double-bounce2,
#parliamentary-calendar-wrapper .double-bounce2,
#diaryEventsWrapper .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@media only screen and (max-width: 40em) {
  #eventsCalendarWrapper .spinner,
  #eventsCalendarLandingWrapper .spinner,
  #parliamentary-calendar-wrapper .spinner,
  #diaryEventsWrapper .spinner {
    right: auto;
  }
  #eventsCalendarWrapper .tab-title,
  #eventsCalendarLandingWrapper .tab-title,
  #parliamentary-calendar-wrapper .tab-title,
  #diaryEventsWrapper .tab-title {
    width: 100%;
  }
}
#eventsCalendarWrapper .date-dropdown,
#eventsCalendarLandingWrapper .date-dropdown,
#parliamentary-calendar-wrapper .date-dropdown,
#diaryEventsWrapper .date-dropdown {
  position: absolute;
  display: none;
  z-index: 999;
  background: #fbfbfb;
  margin-top: 4rem;
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid #ddd;
  width: 20rem;
}
#eventsCalendarWrapper .date-dropdown:before,
#eventsCalendarLandingWrapper .date-dropdown:before,
#parliamentary-calendar-wrapper .date-dropdown:before,
#diaryEventsWrapper .date-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  left: 10px;
  z-index: 89;
}
#eventsCalendarWrapper .date-dropdown:after,
#eventsCalendarLandingWrapper .date-dropdown:after,
#parliamentary-calendar-wrapper .date-dropdown:after,
#diaryEventsWrapper .date-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  left: 9px;
  z-index: 88;
}
#eventsCalendarWrapper .downloadable-dropdown,
#eventsCalendarLandingWrapper .downloadable-dropdown,
#parliamentary-calendar-wrapper .downloadable-dropdown,
#diaryEventsWrapper .downloadable-dropdown {
  position: absolute;
  display: none;
  z-index: 999;
  background: #fbfbfb;
  border-radius: 5px;
  padding: 1rem;
  border: 1px solid #ddd;
  margin-right: 6rem;
  margin-top: -0.7rem;
  width: 60%;
  right: 0;
}
#eventsCalendarWrapper .downloadable-dropdown:before,
#eventsCalendarLandingWrapper .downloadable-dropdown:before,
#parliamentary-calendar-wrapper .downloadable-dropdown:before,
#diaryEventsWrapper .downloadable-dropdown:before {
  border: inset 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #FFFFFF transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -12px;
  right: 10px;
  z-index: 89;
}
#eventsCalendarWrapper .downloadable-dropdown:after,
#eventsCalendarLandingWrapper .downloadable-dropdown:after,
#parliamentary-calendar-wrapper .downloadable-dropdown:after,
#diaryEventsWrapper .downloadable-dropdown:after {
  border: inset 7px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent #cccccc transparent;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  right: 9px;
  z-index: 88;
}
#eventsCalendarWrapper .date-dropdown-active,
#eventsCalendarLandingWrapper .date-dropdown-active,
#parliamentary-calendar-wrapper .date-dropdown-active,
#diaryEventsWrapper .date-dropdown-active {
  display: block;
}
#eventsCalendarWrapper .date-dropdown,
#eventsCalendarLandingWrapper .date-dropdown,
#parliamentary-calendar-wrapper .date-dropdown,
#diaryEventsWrapper .date-dropdown {
  min-height: 10rem;
}
#eventsCalendarWrapper .date-dropdown .calendar--sidebar .spinner,
#eventsCalendarLandingWrapper .date-dropdown .calendar--sidebar .spinner,
#parliamentary-calendar-wrapper .date-dropdown .calendar--sidebar .spinner,
#diaryEventsWrapper .date-dropdown .calendar--sidebar .spinner {
  top: 20px !important;
}
#eventsCalendarWrapper .date-dropdown .calendar__month__next,
#eventsCalendarLandingWrapper .date-dropdown .calendar__month__next,
#parliamentary-calendar-wrapper .date-dropdown .calendar__month__next,
#diaryEventsWrapper .date-dropdown .calendar__month__next {
  right: 0rem;
}
#eventsCalendarWrapper .date-dropdown .calendar--sidebar .calendar__table,
#eventsCalendarLandingWrapper .date-dropdown .calendar--sidebar .calendar__table,
#parliamentary-calendar-wrapper .date-dropdown .calendar--sidebar .calendar__table,
#diaryEventsWrapper .date-dropdown .calendar--sidebar .calendar__table {
  width: 100%;
}
#eventsCalendarWrapper .sittinginfo-dropdown,
#eventsCalendarLandingWrapper .sittinginfo-dropdown,
#parliamentary-calendar-wrapper .sittinginfo-dropdown,
#diaryEventsWrapper .sittinginfo-dropdown {
  margin-left: 10rem;
  margin-top: -0.7rem;
  width: 60%;
}
#eventsCalendarWrapper .multi__indicator__container,
#eventsCalendarLandingWrapper .multi__indicator__container,
#parliamentary-calendar-wrapper .multi__indicator__container,
#diaryEventsWrapper .multi__indicator__container {
  margin: 1px 2px 0px 0px !important;
  width: 7px;
  position: relative;
  display: inline-block;
}
#eventsCalendarWrapper .multi__indicator__container .multi__indicator,
#eventsCalendarLandingWrapper .multi__indicator__container .multi__indicator,
#parliamentary-calendar-wrapper .multi__indicator__container .multi__indicator,
#diaryEventsWrapper .multi__indicator__container .multi__indicator {
  position: absolute;
  margin: 0px 1px 0px 0px !important;
}
#eventsCalendarWrapper .calendar__sitting__indicator,
#eventsCalendarLandingWrapper .calendar__sitting__indicator,
#parliamentary-calendar-wrapper .calendar__sitting__indicator,
#diaryEventsWrapper .calendar__sitting__indicator {
  display: inline-block !important;
  width: 14px;
  height: 14px;
  margin: 0px 2px 0px 2px;
  border: 1px solid #b7b7b7;
}
#eventsCalendarWrapper .sitting__indicator--red,
#eventsCalendarLandingWrapper .sitting__indicator--red,
#parliamentary-calendar-wrapper .sitting__indicator--red,
#diaryEventsWrapper .sitting__indicator--red {
  background-color: #ffd7d7;
}
#eventsCalendarWrapper .sitting__indicator--green,
#eventsCalendarLandingWrapper .sitting__indicator--green,
#parliamentary-calendar-wrapper .sitting__indicator--green,
#diaryEventsWrapper .sitting__indicator--green {
  background-color: #b1f9b1;
}
#eventsCalendarWrapper .sitting__indicator--blue,
#eventsCalendarLandingWrapper .sitting__indicator--blue,
#parliamentary-calendar-wrapper .sitting__indicator--blue,
#diaryEventsWrapper .sitting__indicator--blue {
  background-color: #a7ddff;
}
#eventsCalendarWrapper .calendarDate__estimates,
#eventsCalendarLandingWrapper .calendarDate__estimates,
#parliamentary-calendar-wrapper .calendarDate__estimates,
#diaryEventsWrapper .calendarDate__estimates {
  -webkit-box-shadow: inset 0px 0px 0px 1px #b9b9b9;
  -moz-box-shadow: inset 0px 0px 0px 1px #b9b9b9;
  box-shadow: inset 0px 0px 0px 1px #b9b9b9;
}
#eventsCalendarWrapper .monthly__estimates,
#eventsCalendarLandingWrapper .monthly__estimates,
#parliamentary-calendar-wrapper .monthly__estimates,
#diaryEventsWrapper .monthly__estimates {
  min-width: 28px !important;
  height: 28px !important;
  border-radius: 15px;
}
#eventsCalendarWrapper .filtered-estimates,
#eventsCalendarLandingWrapper .filtered-estimates,
#parliamentary-calendar-wrapper .filtered-estimates,
#diaryEventsWrapper .filtered-estimates {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#eventsCalendarWrapper .filtered-cutoff,
#eventsCalendarLandingWrapper .filtered-cutoff,
#parliamentary-calendar-wrapper .filtered-cutoff,
#diaryEventsWrapper .filtered-cutoff {
  display: none;
}
#eventsCalendarWrapper .filtered-event,
#eventsCalendarLandingWrapper .filtered-event,
#parliamentary-calendar-wrapper .filtered-event,
#diaryEventsWrapper .filtered-event {
  display: none;
}
#eventsCalendarWrapper .filtered-container,
#eventsCalendarLandingWrapper .filtered-container,
#parliamentary-calendar-wrapper .filtered-container,
#diaryEventsWrapper .filtered-container {
  display: none !important;
}
#eventsCalendarWrapper .yearly-cal .calendar__table td .inactive,
#eventsCalendarWrapper .monthly-cal .calendar__table td .inactive,
#eventsCalendarLandingWrapper .yearly-cal .calendar__table td .inactive,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td .inactive,
#parliamentary-calendar-wrapper .yearly-cal .calendar__table td .inactive,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td .inactive,
#diaryEventsWrapper .yearly-cal .calendar__table td .inactive,
#diaryEventsWrapper .monthly-cal .calendar__table td .inactive {
  color: #737373 !important;
}
#eventsCalendarWrapper .monthly-cal .calendar__table th .setwidth,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table th .setwidth,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table th .setwidth,
#diaryEventsWrapper .monthly-cal .calendar__table th .setwidth {
  width: 14%;
}
#eventsCalendarWrapper .monthly-cal .calendar__table td .inactive:hover,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td .inactive:hover,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td .inactive:hover,
#diaryEventsWrapper .monthly-cal .calendar__table td .inactive:hover {
  background: #ececec !important;
}
#eventsCalendarWrapper .monthly-cal .calendar__table td .both-sitting,
#eventsCalendarWrapper .yearly-cal .calendar__table .both-sitting,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td .both-sitting,
#eventsCalendarLandingWrapper .yearly-cal .calendar__table .both-sitting,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td .both-sitting,
#parliamentary-calendar-wrapper .yearly-cal .calendar__table .both-sitting,
#diaryEventsWrapper .monthly-cal .calendar__table td .both-sitting,
#diaryEventsWrapper .yearly-cal .calendar__table .both-sitting {
  background-color: #a7ddff;
}
#eventsCalendarWrapper .monthly-cal .calendar__table td .house-sitting,
#eventsCalendarWrapper .yearly-cal .calendar__table .house-sitting,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td .house-sitting,
#eventsCalendarLandingWrapper .yearly-cal .calendar__table .house-sitting,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td .house-sitting,
#parliamentary-calendar-wrapper .yearly-cal .calendar__table .house-sitting,
#diaryEventsWrapper .monthly-cal .calendar__table td .house-sitting,
#diaryEventsWrapper .yearly-cal .calendar__table .house-sitting {
  background-color: #b1f9b1;
}
#eventsCalendarWrapper .monthly-cal .calendar__table td .senate-sitting,
#eventsCalendarWrapper .yearly-cal .calendar__table .senate-sitting,
#eventsCalendarLandingWrapper .monthly-cal .calendar__table td .senate-sitting,
#eventsCalendarLandingWrapper .yearly-cal .calendar__table .senate-sitting,
#parliamentary-calendar-wrapper .monthly-cal .calendar__table td .senate-sitting,
#parliamentary-calendar-wrapper .yearly-cal .calendar__table .senate-sitting,
#diaryEventsWrapper .monthly-cal .calendar__table td .senate-sitting,
#diaryEventsWrapper .yearly-cal .calendar__table .senate-sitting {
  background-color: #ffd7d7;
}
#eventsCalendarWrapper .senate-only,
#eventsCalendarLandingWrapper .senate-only,
#parliamentary-calendar-wrapper .senate-only,
#diaryEventsWrapper .senate-only {
  background-color: #ffd7d7 !important;
}
#eventsCalendarWrapper .house-only,
#eventsCalendarLandingWrapper .house-only,
#parliamentary-calendar-wrapper .house-only,
#diaryEventsWrapper .house-only {
  background-color: #b1f9b1 !important;
}
#eventsCalendarWrapper .monthly-cal .no-sitting-background:hover,
#eventsCalendarWrapper .monthly-cal .house-only:hover,
#eventsCalendarWrapper .monthly-cal .senate-only:hover,
#eventsCalendarLandingWrapper .monthly-cal .no-sitting-background:hover,
#eventsCalendarLandingWrapper .monthly-cal .house-only:hover,
#eventsCalendarLandingWrapper .monthly-cal .senate-only:hover,
#parliamentary-calendar-wrapper .monthly-cal .no-sitting-background:hover,
#parliamentary-calendar-wrapper .monthly-cal .house-only:hover,
#parliamentary-calendar-wrapper .monthly-cal .senate-only:hover,
#diaryEventsWrapper .monthly-cal .no-sitting-background:hover,
#diaryEventsWrapper .monthly-cal .house-only:hover,
#diaryEventsWrapper .monthly-cal .senate-only:hover {
  background: #325986 !important;
}
#eventsCalendarWrapper .yearly-cal .no-sitting-background,
#eventsCalendarWrapper .yearly-cal .no-sitting-background:hover,
#eventsCalendarLandingWrapper .yearly-cal .no-sitting-background,
#eventsCalendarLandingWrapper .yearly-cal .no-sitting-background:hover,
#parliamentary-calendar-wrapper .yearly-cal .no-sitting-background,
#parliamentary-calendar-wrapper .yearly-cal .no-sitting-background:hover,
#diaryEventsWrapper .yearly-cal .no-sitting-background,
#diaryEventsWrapper .yearly-cal .no-sitting-background:hover {
  background: none !important;
}
#eventsCalendarWrapper .monthly-cal .no-sitting-background,
#eventsCalendarLandingWrapper .monthly-cal .no-sitting-background,
#parliamentary-calendar-wrapper .monthly-cal .no-sitting-background,
#diaryEventsWrapper .monthly-cal .no-sitting-background {
  background: #ececec !important;
}
#eventsCalendarWrapper .eventscalendar__results,
#eventsCalendarLandingWrapper .eventscalendar__results,
#parliamentary-calendar-wrapper .eventscalendar__results,
#diaryEventsWrapper .eventscalendar__results {
  min-height: 10rem;
}
#eventsCalendarWrapper .eventscalendar__results .monthly-cal .calendar__month__next,
#eventsCalendarWrapper .eventscalendar__results .monthly-cal .calendar__month__prev,
#eventsCalendarLandingWrapper .eventscalendar__results .monthly-cal .calendar__month__next,
#eventsCalendarLandingWrapper .eventscalendar__results .monthly-cal .calendar__month__prev,
#parliamentary-calendar-wrapper .eventscalendar__results .monthly-cal .calendar__month__next,
#parliamentary-calendar-wrapper .eventscalendar__results .monthly-cal .calendar__month__prev,
#diaryEventsWrapper .eventscalendar__results .monthly-cal .calendar__month__next,
#diaryEventsWrapper .eventscalendar__results .monthly-cal .calendar__month__prev {
  bottom: 0.5rem;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .infoMessage, #eventsCalendarWrapper .eventscalendar__results #search-message .loadingMessage,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .infoMessage,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .loadingMessage,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .infoMessage,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .loadingMessage,
#diaryEventsWrapper .eventscalendar__results #search-message .infoMessage,
#diaryEventsWrapper .eventscalendar__results #search-message .loadingMessage {
  background-color: #e2e2e2 !important;
  border-color: #cccccc !important;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .loadingMessage .left,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .loadingMessage .left,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .loadingMessage .left,
#diaryEventsWrapper .eventscalendar__results #search-message .loadingMessage .left {
  color: #2e2e2e !important;
  margin-right: 0.5rem;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .infoMessage,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .infoMessage,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .infoMessage,
#diaryEventsWrapper .eventscalendar__results #search-message .infoMessage {
  color: #2e2e2e !important;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .infoMessage em,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .infoMessage em,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .infoMessage em,
#diaryEventsWrapper .eventscalendar__results #search-message .infoMessage em {
  margin-right: 0.5rem;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .searchSuggestion,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .searchSuggestion,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .searchSuggestion,
#diaryEventsWrapper .eventscalendar__results #search-message .searchSuggestion {
  background-color: #e2e2e2 !important;
  border-color: #cccccc !important;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .searchSuggestion ul,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .searchSuggestion ul,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .searchSuggestion ul,
#diaryEventsWrapper .eventscalendar__results #search-message .searchSuggestion ul {
  margin-bottom: 0.5rem;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .searchSuggestion ul li,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .searchSuggestion ul li,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .searchSuggestion ul li,
#diaryEventsWrapper .eventscalendar__results #search-message .searchSuggestion ul li {
  color: #2e2e2e !important;
  font-size: 0.86667rem;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .emptySearch,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .emptySearch,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .emptySearch,
#diaryEventsWrapper .eventscalendar__results #search-message .emptySearch {
  max-width: 55rem;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .parlSittingInfo,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .parlSittingInfo,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .parlSittingInfo,
#diaryEventsWrapper .eventscalendar__results #search-message .parlSittingInfo {
  padding-top: 1rem;
  font-size: 1rem;
  font-weight: 500;
  padding-left: 1.5rem;
}
#eventsCalendarWrapper .eventscalendar__results #search-message .parlSittingInfo:hover,
#eventsCalendarLandingWrapper .eventscalendar__results #search-message .parlSittingInfo:hover,
#parliamentary-calendar-wrapper .eventscalendar__results #search-message .parlSittingInfo:hover,
#diaryEventsWrapper .eventscalendar__results #search-message .parlSittingInfo:hover {
  text-decoration: none;
}
#eventsCalendarWrapper .sortbutton,
#eventsCalendarLandingWrapper .sortbutton,
#parliamentary-calendar-wrapper .sortbutton,
#diaryEventsWrapper .sortbutton {
  font-size: 0.85rem;
  padding: 0.3rem 0.9rem;
  border: none;
  display: inline-block;
  text-decoration: none;
  background-color: #e2e2e2;
  margin: 0rem 0.8rem 1.5rem 0rem;
  font-weight: normal;
  transition: background-color 200ms ease-out;
}
#eventsCalendarWrapper .sortbutton:hover,
#eventsCalendarWrapper .sortbutton:focus,
#eventsCalendarWrapper .sortbutton:hover,
#eventsCalendarWrapper .sortbutton:focus,
#eventsCalendarLandingWrapper .sortbutton:hover,
#eventsCalendarLandingWrapper .sortbutton:focus,
#eventsCalendarLandingWrapper .sortbutton:hover,
#eventsCalendarLandingWrapper .sortbutton:focus,
#parliamentary-calendar-wrapper .sortbutton:hover,
#parliamentary-calendar-wrapper .sortbutton:focus,
#parliamentary-calendar-wrapper .sortbutton:hover,
#parliamentary-calendar-wrapper .sortbutton:focus,
#diaryEventsWrapper .sortbutton:hover,
#diaryEventsWrapper .sortbutton:focus,
#diaryEventsWrapper .sortbutton:hover,
#diaryEventsWrapper .sortbutton:focus {
  background-color: #d2d2d2;
}
#eventsCalendarWrapper .sort-active:hover,
#eventsCalendarWrapper .sort-active:focus,
#eventsCalendarWrapper .sort-active:hover,
#eventsCalendarWrapper .sort-active:focus,
#eventsCalendarLandingWrapper .sort-active:hover,
#eventsCalendarLandingWrapper .sort-active:focus,
#eventsCalendarLandingWrapper .sort-active:hover,
#eventsCalendarLandingWrapper .sort-active:focus,
#parliamentary-calendar-wrapper .sort-active:hover,
#parliamentary-calendar-wrapper .sort-active:focus,
#parliamentary-calendar-wrapper .sort-active:hover,
#parliamentary-calendar-wrapper .sort-active:focus,
#diaryEventsWrapper .sort-active:hover,
#diaryEventsWrapper .sort-active:focus,
#diaryEventsWrapper .sort-active:hover,
#diaryEventsWrapper .sort-active:focus {
  background-color: #355e8b;
}
#eventsCalendarWrapper .sortbutton a,
#eventsCalendarLandingWrapper .sortbutton a,
#parliamentary-calendar-wrapper .sortbutton a,
#diaryEventsWrapper .sortbutton a {
  color: #222;
}
#eventsCalendarWrapper .sortbutton a:hover,
#eventsCalendarLandingWrapper .sortbutton a:hover,
#parliamentary-calendar-wrapper .sortbutton a:hover,
#diaryEventsWrapper .sortbutton a:hover {
  text-decoration: none;
}
#eventsCalendarWrapper .sort-active,
#eventsCalendarLandingWrapper .sort-active,
#parliamentary-calendar-wrapper .sort-active,
#diaryEventsWrapper .sort-active {
  background: #325986;
}
#eventsCalendarWrapper .sort-active a,
#eventsCalendarLandingWrapper .sort-active a,
#parliamentary-calendar-wrapper .sort-active a,
#diaryEventsWrapper .sort-active a {
  color: #fff;
}
#eventsCalendarWrapper .sort-disabled,
#eventsCalendarLandingWrapper .sort-disabled,
#parliamentary-calendar-wrapper .sort-disabled,
#diaryEventsWrapper .sort-disabled {
  background-color: #e0e0e0;
}
#eventsCalendarWrapper .sort-disabled a,
#eventsCalendarLandingWrapper .sort-disabled a,
#parliamentary-calendar-wrapper .sort-disabled a,
#diaryEventsWrapper .sort-disabled a {
  color: #909090;
}
#eventsCalendarWrapper .calendar--sidebar .yearly-cal,
#eventsCalendarLandingWrapper .calendar--sidebar .yearly-cal,
#parliamentary-calendar-wrapper .calendar--sidebar .yearly-cal,
#diaryEventsWrapper .calendar--sidebar .yearly-cal {
  padding: 0.25rem 0.25rem 0.25rem 0rem !important;
}
#eventsCalendarWrapper .calendar--sidebar .full-calendar-month,
#eventsCalendarLandingWrapper .calendar--sidebar .full-calendar-month,
#parliamentary-calendar-wrapper .calendar--sidebar .full-calendar-month,
#diaryEventsWrapper .calendar--sidebar .full-calendar-month {
  padding: 0.25rem 0rem 0.25rem 0.25rem;
  margin-right: 1.75rem;
  width: auto;
}
#eventsCalendarWrapper .calendar--sidebar .full-calendar-month .calendar__month__prev,
#eventsCalendarLandingWrapper .calendar--sidebar .full-calendar-month .calendar__month__prev,
#parliamentary-calendar-wrapper .calendar--sidebar .full-calendar-month .calendar__month__prev,
#diaryEventsWrapper .calendar--sidebar .full-calendar-month .calendar__month__prev {
  font-size: 0.8rem;
}
#eventsCalendarWrapper .calendar--sidebar .full-calendar-month .calendar__month__next,
#eventsCalendarLandingWrapper .calendar--sidebar .full-calendar-month .calendar__month__next,
#parliamentary-calendar-wrapper .calendar--sidebar .full-calendar-month .calendar__month__next,
#diaryEventsWrapper .calendar--sidebar .full-calendar-month .calendar__month__next {
  right: 0rem;
  font-size: 0.8rem;
}
#eventsCalendarWrapper .eventslanding__quicklinks .c-nav-more__link,
#eventsCalendarLandingWrapper .eventslanding__quicklinks .c-nav-more__link,
#parliamentary-calendar-wrapper .eventslanding__quicklinks .c-nav-more__link,
#diaryEventsWrapper .eventslanding__quicklinks .c-nav-more__link {
  padding: 0rem;
  border-top: 1px solid #DDD;
}
@media only screen and (max-width: 40em) {
  #eventsCalendarWrapper #eventslanding__right .spinner,
  #eventsCalendarLandingWrapper #eventslanding__right .spinner,
  #parliamentary-calendar-wrapper #eventslanding__right .spinner,
  #diaryEventsWrapper #eventslanding__right .spinner {
    top: 30rem !important;
  }
}
@media only screen and (min-width: 40em) and (max-width: 65em) {
  #eventsCalendarWrapper #eventslanding__right .spinner,
  #eventsCalendarLandingWrapper #eventslanding__right .spinner,
  #parliamentary-calendar-wrapper #eventslanding__right .spinner,
  #diaryEventsWrapper #eventslanding__right .spinner {
    top: 20rem !important;
  }
}
#eventsCalendarWrapper .eventslanding__right__upcoming,
#eventsCalendarLandingWrapper .eventslanding__right__upcoming,
#parliamentary-calendar-wrapper .eventslanding__right__upcoming,
#diaryEventsWrapper .eventslanding__right__upcoming {
  min-height: 10rem;
}

#eventsCalendarWrapper .event__container,
#eventsCalendarLandingWrapper .event__container,
#parliamentary-calendar-wrapper .event__container {
  width: 100%;
}

#eventsCalendarLandingWrapper .calendar__selector .calendar__indicators .calendar__indicator, #eventsCalendarWrapper .calendar__selector .calendar__indicators .calendar__indicator, #parliamentary-calendar-wrapper .calendar__selector .calendar__indicators .calendar__indicator {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 1px 0 1px;
  border-radius: 3px;
}

#eventsCalendarLandingWrapper .yearly-cal, #parliamentary-calendar-wrapper .yearly-cal {
  padding: 0rem !important;
}

#eventsCalendarWrapper .event__container,
#eventsCalendarLandingWrapper .event__container,
#parliamentary-calendar-wrapper .event__container {
  width: 100%;
}

.calendar--sidebar .calendar__indicator {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 1px 0 1px;
  border-radius: 3px;
}

.reps-divisions__details-card {
  background-color: #ebe9e8;
  border: 2px solid #cbc9cd;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.reps-divisions__details-card:hover .reps-divisions__details-card-count.reps-divisions__details-card-count--ayes {
  background: #cceddf !important;
}
.reps-divisions__details-card:hover .reps-divisions__details-card-count.reps-divisions__details-card-count--noes {
  background: #edcccc !important;
}
.reps-divisions__details-card:hover .reps-divisions__details-card-inner {
  background: #e6e4ea;
}
.reps-divisions__details-card:hover .reps-divisions__member-details {
  background: #e6e4ea;
}

button.active {
  background: #355e8b;
}

.reps-divisions__details-card:hover {
  text-decoration: none;
}

.reps-divisions__details-card-img {
  height: 25px;
  margin-right: 10px;
  border-radius: 3px;
}

.reps-divisions__mover {
  color: #222;
  margin-top: 10px;
}

.reps-divisions__details-card-question {
  color: #222;
}

.reps-divisions__details-card-date {
  color: #585858;
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .reps-divisions__details-card-date {
    display: inline-block;
  }
}

.reps-divisions__details-card-inner {
  padding: 10px 10px 8px 10px;
  background: #fff;
  position: relative;
  min-height: 49px;
  flex: 1;
}
.reps-divisions__details-card-inner .reps-divisions__details-card-header {
  padding-top: 0.5rem;
}
.reps-divisions__details-card-inner .reps-divisions__details-card-number {
  position: absolute;
  margin-top: -10px;
  background-color: #eaeaea;
  margin-left: -10px;
  color: #000000;
  padding: 0.1rem 0.2rem;
  font-size: 0.9rem;
}

.reps-divisions__details-card-title {
  font-size: 25px;
  line-height: 33px;
  margin-top: -4px;
  font-weight: 500;
}

.reps-divisions__details-card-count-small-count {
  float: right;
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .reps-divisions__details-card-count-small-count {
    display: none;
  }
}

.reps-divisions__details-card-count-small-count--ayes {
  margin-right: 5px;
  color: #008000;
}

.reps-divisions__details-card-count-small-count--noes {
  color: #c26e6e;
}

.reps-divisions__details-card-count {
  width: 140px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-left: 1px solid #cbc9cd;
}
@media (max-width: 991px) {
  .reps-divisions__details-card-count {
    display: none;
  }
}

.reps-divisions__details-card-count--ayes {
  background: #dff4eb;
}
.reps-divisions__details-card-count--ayes .reps-divisions__details-card-thumb {
  color: #6ec29e !important;
}

.reps-divisions__details-card-count--noes {
  background: #f4dfdf;
}
.reps-divisions__details-card-count--noes .reps-divisions__details-card-thumb {
  color: #c26e6e !important;
}

.reps-divisions__details-card-thumb {
  font-size: 37px;
  margin-right: 15px;
}

.reps-divisions__details-card-count-number {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 33px;
}

.reps-divisions__member-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
}

.reps-divisions__search-banner {
  height: auto !important;
  color: #fff;
  background-image: linear-gradient(rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0.75)), url("/~/media/Landing Banners/peo-03.jpg");
  background-size: cover;
  background-position: center;
}
.reps-divisions__search-banner label {
  color: #fff;
  line-height: 2.5;
  font-size: 1.2rem;
}

.reps-divisions__banner-text {
  font-size: 1.2rem;
}

.reps-divisions__calendar-icon {
  top: 7px;
  right: 19px;
  position: absolute;
  color: #222;
}

.reps-divisions__banner-title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 0.5em 0;
}

.reps-divisions__banner-help {
  float: right;
}
.reps-divisions__banner-help a {
  color: #fff;
}

.reps-divisions__pagination-wrapper {
  background: #e8e8e8;
  padding: 10px;
  margin: 0 0 10px 0 !important;
}

.reps-divisions__total-results {
  line-height: 35px;
}

.f-dropdown li a {
  color: #555 !important;
  text-align: left;
}

.reps-divisions__details-result-container {
  background: #fff;
  border: 3px solid #636363;
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.reps-divisions__details-result {
  padding: 10px;
}

.reps-divisions__details-result--ayes * {
  color: #26984d !important;
}

.reps-divisions__details-result--noes * {
  color: #cc4645 !important;
}

@media (min-width: 992px) {
  .vote-tabs {
    float: right;
  }
}

#repsDivisionDetailPortal .f-dropdown a * {
  color: #222 !important;
}

/* Calendar Fix */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #dff4eb !important;
  border: 1px solid #88ceb0 !important;
}

/* Members */
.reps-divisions__details-card--member {
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .reps-divisions__details-card--member {
    flex-basis: 32.1%;
    margin-right: 10px;
  }
}

.reps-divisions__details-image-container {
  min-width: 60px;
  min-height: 80px;
  border-right: 6px solid transparent;
}

.reps-divisions__details-image {
  width: 60px;
  height: 100%;
  object-fit: cover;
}

.reps-divisions__member-header {
  width: 100%;
}

.reps-divisions__member-name {
  font-size: 20px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 2px;
}

.reps-divisions__member-details {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  color: #222;
}

.reps-divisions__detail-number-container {
  display: flex;
  flex-direction: row;
}

.reps-divisions__details-card-vote-1 {
  border-left: 7px solid green;
}

.reps-divisions__details-card-vote-2 {
  border-left: 7px solid #de1f1f;
}

.reps-divisions__details-card-vote-3 {
  border-left: 7px solid gray;
}

.alert-aye {
  background-color: #dff4eb !important;
  border-color: #6ec29e;
  color: #222;
}

.alert-no {
  background-color: #f4dfdf !important;
  border-color: #c26e6e;
  color: #222;
}

.alert-pair {
  background-color: #e7e7e7;
  border-color: #c7c7c7;
  color: #4f4f4f;
}

#divisionDiv .reps-divisions__details-card-inner .title, #repsDivisionMemberContainer .reps-divisions__details-card-inner .title {
  font-size: 1rem;
}
#divisionDiv .reps-divisions__details-card-count-number, #repsDivisionMemberContainer .reps-divisions__details-card-count-number {
  font-size: 16px;
  line-height: 20px;
}

.dl--inline--divisions {
  margin-bottom: 0;
}

.dl--inline--divisions dt {
  display: block;
  float: left;
  margin-right: 1rem;
  min-width: 153px;
  margin-bottom: 0.25rem;
}

.dl--inline--divisions dd {
  margin-bottom: 0.25rem;
}

.sen-division__details-card {
  background-color: #ebe9e8;
  padding: 0;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 1px 1px 0 rgba(60, 64, 67, 0.08), 0 1px 3px 1px rgba(60, 64, 67, 0.16);
  color: #222;
}
.sen-division__details-card:hover {
  text-decoration: none;
  color: #222;
}
.sen-division__details-card:hover .sen-division__details-card-inner {
  background: #f7f7f7;
}
.sen-division__details-card:hover .sen-division__member-details {
  background: #e6e4ea;
}

.sen-division__details-card-inner {
  padding: 10px 10px 18px 18px;
  background: #fff;
  position: relative;
  min-height: 49px;
  flex: 1;
}
.sen-division__details-card-inner .sen-division__details-card-number {
  position: absolute;
  margin-top: -10px;
  background-color: #eaeaea;
  margin-left: -10px;
  color: #000000;
  padding: 0.1rem 0.2rem;
  font-size: 0.9rem;
}

.sen-division__details-card-title {
  font-size: 25px;
  line-height: 33px;
  margin-top: -4px;
  font-weight: 500;
}

.sen-division__details-card-date {
  color: #585858;
  font-weight: bold;
  margin-top: 10px;
  /*border-top: 1px dotted #c3c3c3;
  padding-top: 0.25rem;*/
}
@media (max-width: 991px) {
  .sen-division__details-card-date {
    display: inline-block;
  }
}

.sen-division__details-card-count-small-count {
  float: right;
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 992px) {
  .sen-division__details-card-count-small-count {
    display: none;
  }
}

.sen-division__details-card-count-small-count--ayes {
  margin-right: 5px;
}

.sen-division__details-card-count {
  width: 100px;
  align-items: center;
  display: flex;
  justify-content: center;
  border-left: 1px solid #e8e8e8;
  background: #f7f7f7;
  color: #3f434c;
}
@media (max-width: 991px) {
  .sen-division__details-card-count {
    display: none;
  }
}

.sen-division__details-card-count--ayes .sen-division__details-card-thumb {
  color: #6ec29e !important;
}

.sen-division__details-card-count--noes .sen-division__details-card-thumb {
  color: #c26e6e !important;
}

.sen-division__details-card-thumb {
  font-size: 37px;
  margin-right: 15px;
}

.sen-division__details-card-count-number {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 3px;
  line-height: 33px;
}

.sen-division__details-card-vote-1 {
  border-left: 6px solid #888e9c;
}

.sen-division__details-card-vote-2 {
  border-left: 6px solid #888e9c;
}

.sen-division__details-card-vote-3 {
  border-left: 6px solid #888e9c;
}

#senDivisionDiv, #senDivisionMemberContainer {
  /*.division__details-card-count-number {
      font-size: 16px;
      line-height: 20px;
  }*/
}
#senDivisionDiv .division__details-card-inner .title, #senDivisionMemberContainer .division__details-card-inner .title {
  font-size: 1rem;
}

.sen-division__details-card-result {
  background-color: #f7f7f7;
  left: 0;
  top: 0;
  bottom: 0;
  width: 110px;
  border-right: 1px solid #cbc9cd;
  text-align: center;
}
.sen-division__details-card-result .sen-division__details-card-result-thumb {
  color: #888e9c !important;
  margin-top: 1.5rem;
  font-size: 2.5rem;
  margin-bottom: -0.25rem;
}
.sen-division__details-card-result .sen-division__details-card-result-title {
  color: #565c68;
  font-size: 0.85rem;
}
.sen-division__details-card-result .sen-division__details-card-result-title-text {
  color: #222;
  margin-top: 0rem;
}

.sen-division__details-card-result--small {
  width: 60px;
}
.sen-division__details-card-result--small .sen-division__details-card-result-thumb {
  font-size: 2rem;
  margin-top: 1rem;
}

.sen-division__pagination-wrapper {
  margin-bottom: 1.5rem !important;
}

.sen-divisions__details-image {
  width: 60px;
}

.sen-division__badge {
  /*margin-top: .5rem;*/
  margin-bottom: 1rem;
  background: #6d6d6d;
  /*font-size: 0.8rem;*/
  /*padding: 0.35rem 0.75rem;*/
}

button.active {
  background: #355e8b;
}

/*.division__details-card-img {
    height: 25px;
    margin-right: 10px;
    border-radius: 3px;
}*/
.sen-division__member-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
}

.sen-divisions__search-banner {
  height: auto !important;
  color: #fff;
  background-image: linear-gradient(rgba(51, 51, 51, 0.75), rgba(51, 51, 51, 0.75)), url("https://www.aph.gov.au/~/media/Senate/divisions/division1");
  background-size: cover;
  background-position: center;
}
.sen-divisions__search-banner label {
  color: #fff;
  line-height: 2.5;
  font-size: 1.2rem;
}

.sen-division__banner-text {
  font-size: 1.2rem;
}

.sen-division__calendar-icon {
  top: 7px;
  right: 19px;
  position: absolute;
  color: #222;
}

.sen-division__banner-title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 0.5em 0;
}

.sen-division__banner-help {
  float: right;
}
.sen-division__banner-help a {
  color: #fff;
}

.sen-division__pagination-wrapper {
  background: #e8e8e8;
  padding: 10px;
  margin: 0 0 10px 0 !important;
}

.sen-division__total-results {
  line-height: 35px;
}

.f-dropdown li a {
  color: #555 !important;
  text-align: left;
}

.sen-division__details-result-container {
  /*background: #fff;
  border: 3px solid #636363;*/
  text-align: center;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.sen-division__details-result {
  padding: 15px;
}

.sen-division__details-result--ayes * {
  /*color: #26984d !important;*/
}

.sen-division__details-result--noes * {
  /*color: #cc4645 !important;*/
}

@media (min-width: 992px) {
  .vote-tabs {
    float: right;
  }
}

#senDivisionDetailPortal .f-dropdown a * {
  color: #222 !important;
}

/* Calendar Fix */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  background: #dff4eb !important;
  border: 1px solid #88ceb0 !important;
}

/* Members */
.sen-division__details-card--member {
  background-color: #ebe9e8;
  border: 2px solid #cbc9cd;
  padding: 0;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
}
@media (min-width: 992px) {
  .sen-division__details-card--member {
    flex-basis: 32%;
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .sen-division__details-card--member-pair {
    flex-basis: 49%;
  }
  .sen-division__details-card--member-pair:nth-child(1) {
    margin-right: 10px;
  }
}
.sen-division__details-card--member-pair.placeholder {
  background-color: inherit;
  border: none;
  box-shadow: none;
}

.sen-division__member-list-paircontainer {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .sen-division__member-list-paircontainer {
    margin-bottom: initial;
  }
}

.sen-division__member-list-pairgroup {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  flex-basis: 100%;
  flex-direction: column;
}
@media (min-width: 992px) {
  .sen-division__member-list-pairgroup {
    flex-basis: 64%;
    flex-direction: row;
  }
}

.sen-division__details-image-container {
  min-width: 60px;
  min-height: 80px;
  border-right: 6px solid transparent;
}

.sen-division__details-image {
  width: 60px;
  height: 100%;
  object-fit: cover;
}

.sen-division__member-header {
  width: 100%;
}

.sen-division__member-name {
  font-size: 20px;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 2px;
}

.sen-division__member-details {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  color: #222;
}

.sen-division__detail-number-container {
  display: flex;
  flex-direction: row;
}

.alert-aye {
  background-color: #dff4eb !important;
  border-color: #6ec29e;
  color: #222;
}

.alert-no {
  background-color: #f4dfdf !important;
  border-color: #c26e6e;
  color: #222;
}

.alert-pair {
  background-color: #e9f3ff;
  border-color: #b1becd;
  color: #222;
}

.dl--inline--divisions {
  margin-bottom: 0;
}

.dl--inline--divisions dt {
  display: block;
  float: left;
  margin-right: 1rem;
  min-width: 153px;
  margin-bottom: 0.25rem;
}

.dl--inline--divisions dd {
  margin-bottom: 0.25rem;
}

.sen-divisions__banner-help a {
  color: #fff;
}

.sen-divisions__banner-title {
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin: 0 0 0.5em 0;
}

.blogPost__navButtons--nextPostButton {
  float: right;
}

.blogPost__navButtons--prevPostButton {
  float: left;
}

.blogPost__navButtons {
  padding-top: 10rem;
}

.blogPost__tags--container {
  padding-top: 1rem;
}

.blogList__senate-blog--title {
  font-size: 1.46667rem;
  font-style: normal;
  font-weight: bold;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

body.page-visit-default-background-styles,
body.page-visit-default,
body.page-whats-on,
body.page-gifts-collection,
body.page-visit-5-magna,
body.page-visit-5-tapestry,
body.page-visit-5-tom,
body.page-visit-5-mosaic,
body.page-visit-5-embroidery,
body.page-visit-art,
body.page-visit-shop,
body.page-visit-cafe,
body.page-visit-explore,
body.page-visit-viewfromtop,
body.page-visit-landing,
body.page-visit-liveparl,
body.page-visit-schooltour,
body.page-visit-events,
body.page-visit-tours,
body.page-visit-garden,
body.page-visit-thingstosee,
body.page-visit-thingstosee2,
body.page-visit-thingstosee3,
body.page-visit-thingstosee4,
body.page-visit-thingstodo,
body.page-visit-whatson2,
body.page-visit-houseopen {
  background-attachment: fixed;
  background-color: #07131d;
  background-position: center 60px;
  background-repeat: no-repeat;
  background-size: cover;
  text-rendering: optimizelegibility;
}
body.page-visit-default-background-styles::before,
body.page-visit-default::before,
body.page-whats-on::before,
body.page-gifts-collection::before,
body.page-visit-5-magna::before,
body.page-visit-5-tapestry::before,
body.page-visit-5-tom::before,
body.page-visit-5-mosaic::before,
body.page-visit-5-embroidery::before,
body.page-visit-art::before,
body.page-visit-shop::before,
body.page-visit-cafe::before,
body.page-visit-explore::before,
body.page-visit-viewfromtop::before,
body.page-visit-landing::before,
body.page-visit-liveparl::before,
body.page-visit-schooltour::before,
body.page-visit-events::before,
body.page-visit-tours::before,
body.page-visit-garden::before,
body.page-visit-thingstosee::before,
body.page-visit-thingstosee2::before,
body.page-visit-thingstosee3::before,
body.page-visit-thingstosee4::before,
body.page-visit-thingstodo::before,
body.page-visit-whatson2::before,
body.page-visit-houseopen::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #012246;
  opacity: 0.7;
}
body.page-visit-default-background-styles .content-wrap .block-header h1,
body.page-visit-default .content-wrap .block-header h1,
body.page-whats-on .content-wrap .block-header h1,
body.page-gifts-collection .content-wrap .block-header h1,
body.page-visit-5-magna .content-wrap .block-header h1,
body.page-visit-5-tapestry .content-wrap .block-header h1,
body.page-visit-5-tom .content-wrap .block-header h1,
body.page-visit-5-mosaic .content-wrap .block-header h1,
body.page-visit-5-embroidery .content-wrap .block-header h1,
body.page-visit-art .content-wrap .block-header h1,
body.page-visit-shop .content-wrap .block-header h1,
body.page-visit-cafe .content-wrap .block-header h1,
body.page-visit-explore .content-wrap .block-header h1,
body.page-visit-viewfromtop .content-wrap .block-header h1,
body.page-visit-landing .content-wrap .block-header h1,
body.page-visit-liveparl .content-wrap .block-header h1,
body.page-visit-schooltour .content-wrap .block-header h1,
body.page-visit-events .content-wrap .block-header h1,
body.page-visit-tours .content-wrap .block-header h1,
body.page-visit-garden .content-wrap .block-header h1,
body.page-visit-thingstosee .content-wrap .block-header h1,
body.page-visit-thingstosee2 .content-wrap .block-header h1,
body.page-visit-thingstosee3 .content-wrap .block-header h1,
body.page-visit-thingstosee4 .content-wrap .block-header h1,
body.page-visit-thingstodo .content-wrap .block-header h1,
body.page-visit-whatson2 .content-wrap .block-header h1,
body.page-visit-houseopen .content-wrap .block-header h1 {
  padding-left: 0;
}

body.page-visit-default {
  background-image: url("/~/media/AD0D242D59AC421BB7B2B10E791CD5D7.ashx");
}

body.page-whats-on {
  background-image: url("/~/media/C01EDFA18A234D70A56273A0BE1A0D51.ashx");
}

body.page-gifts-collection {
  background-image: url("/~/media/9323C5C9A5934713900701EBD23CF004.ashx");
}

body.page-visit-5-magna {
  background-image: url("/~/media/7A439F30ECE047CA8E227E9B551CA32E.ashx");
}

body.page-visit-5-tapestry {
  background-image: url("/~/media/38DD430B9FE94D9AAE39650F24600711.ashx");
}

body.page-visit-5-tom {
  background-image: url("/~/media/3168B6FF373A4D2A9B7B72C53F1E23A5.ashx");
}

body.page-visit-5-mosaic {
  background-image: url("/~/media/8923227780E84D3EB1D573C475A55DE5.ashx");
}

body.page-visit-5-embroidery {
  background-image: url("/~/media/1D3245FCACF34ED18417C123EC077670.ashx");
}

body.page-visit-art {
  background-image: url("/~/media/9F3C2D3B0FD5491D8A176F19802240EF.ashx");
}

body.page-visit-shop {
  background-image: url("/~/media/0BB6FE256AC5419EB68804C17BF0BAB7.ashx");
}

body.page-visit-cafe {
  background-image: url("/~/media/997FF60393E049DCB154C5689B9E81D3.ashx");
}

body.page-visit-events {
  background-image: url("/~/media/96627A7707714C289B7CFFF7348F5AE9.ashx");
}

body.page-visit-tours {
  background-image: url("/~/media/8C0EDB10F7604695A294E51EE6128B90.ashx");
}

body.page-visit-explore {
  background-image: url("/~/media/F0DCA7C3B73646008327DF1D043F5DD8.ashx");
}

body.page-visit-viewfromtop {
  background-image: url("/~/media/A7D94DB06484477BA8D8E68030540CA4.ashx");
}

body.page-visit-landing {
  background-image: url("/~/media/CC58BC8B0A6749F5B117C739D3A9BD5E.ashx");
}

body.page-visit-liveparl {
  background-image: url("/~/media/5B1BFBABE7C24EF6AD3E4674A390CD8C.ashx");
}

body.page-visit-schooltour {
  background-image: url("/~/media/7C66162BB0CA471BBFCDDB9D99203440.ashx");
}

body.page-visit-garden {
  background-image: url("/~/media/34B82E2CC13B44A6B68F64874BBF9BAA.ashx");
}

body.page-visit-thingstosee {
  background-image: url("/~/media/54E365F1313A4F619E464CDB62FC24F7.ashx");
}

body.page-visit-thingstosee2 {
  background-image: url("/~/media/17BF42E99AA94AB8915BCA5766ED84C9.ashx");
}

body.page-visit-thingstosee3 {
  background-image: url("/~/media/27FF2EF6ABCD492DA5478C7A3B256F4C.ashx");
}

body.page-visit-thingstosee4 {
  background-image: url("/~/media/062A09459B14489CA6B243C5CFC51859.ashx");
}

body.page-visit-whatson2 {
  background-image: url("/~/media/8E92426A763145708CD127D0F1D7AA9B.ashx");
}

body.page-visit-houseopen {
  background-image: url("/~/media/4AAD21881797452587AB167ABF8B1319.ashx");
}

body.page-visit-thingstodo {
  background-image: url("/~/media/D1F4E49DA60C4DA48161F5F849A2E36C.ashx");
}

body.page-visit-enlighten-1 {
  background-image: url("/~/media/B01DB44BFBA84B97ABE3FCB60C5974AD.ashx");
}

.container-fluid {
  max-width: 1200px;
}

main h1,
main h2,
main h3,
main .item .info h2,
.item .info main h2,
main h4,
main h5,
main h6 {
  color: #ffffff;
  display: block;
}
main a {
  transition: all 0.2s ease-out;
  color: #0db7ff;
}
main a:hover, main a:focus {
  color: #fff;
  cursor: pointer;
}
main p,
main label {
  color: #ffffff;
}
main tr p, main td p {
  color: #000000;
}
main li {
  list-style: none;
}
main .row .row {
  /*display: flex;*/
  margin: 0 0 10px;
  color: #ffffff;
}
main .overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 300px; /* your iframe height */
  top: 300px; /* your iframe height */
  margin-top: -300px; /* your iframe height */
}

.grecaptcha-badge {
  visibility: hidden;
}

div.recaptcha-container {
  justify-content: center;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
}

ul.quickLinks {
  list-style: none;
  margin: 0.9rem 0 0 0;
  padding: 0;
}

ul.quickLinks a {
  font-size: 0.9rem;
  line-height: 1.4rem;
  padding: 0.9rem 1rem;
  display: block;
  width: 100%;
  color: #333;
}

ul.quickLinks a i.fa {
  font-size: inherit;
  margin-right: 0.3rem;
}

li.quickLinksItem:first-child {
  border-top: 1px solid #ddd;
}

li.quickLinksItem {
  border: 1px solid #ddd;
  border-top: none;
}

ul.quickLinks a:hover, ul.quickLinks a:active, ul.quickLinks a:focus {
  background-color: #eee;
  text-decoration: none;
}

.global-share-buttons {
  display: flex;
  align-items: center;
}
.global-share-buttons a:hover, .global-share-buttons a:active, .global-share-buttons a:focus {
  text-decoration: none;
  color: #123d6d;
}
.global-share-buttons i {
  font-size: 2rem;
  width: 2rem;
}

/* Special class to hide the datatable panel until it renders, but doesn't cause issues with layout*/
.hideDatatablePanel {
  overflow: hidden;
  height: 0px;
  width: 100%;
}

li.tag {
  color: #1f538d;
}

ul.tag.links > li.tag:before {
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #4275ae;
  content: "";
  display: inline-block;
  height: 0;
  margin: 0 0 0 0.2rem;
  width: 0;
}

ul.tag.links {
  list-style: none;
  margin: 0 0 0 0.2rem;
  padding: 0;
}

ul.links.two-column {
  column-count: 2;
}

/* Senate-style Link Boxes*/
.link-boxes.senate a:focus,
.link-boxes.senate a:hover,
.link-boxes.senate a:active {
  text-decoration: none;
}
.link-boxes.senate a:focus .box,
.link-boxes.senate a:hover .box,
.link-boxes.senate a:active .box {
  background: #f6efee;
  border-color: #99504f;
}
.link-boxes.senate a:focus .box .bg-image,
.link-boxes.senate a:hover .box .bg-image,
.link-boxes.senate a:active .box .bg-image {
  background-repeat: no-repeat;
  border-color: #99504f;
}
.link-boxes.senate a:focus .box .bg-image .heading strong, .link-boxes.senate a:focus .box .bg-image .heading em,
.link-boxes.senate a:hover .box .bg-image .heading strong,
.link-boxes.senate a:hover .box .bg-image .heading em,
.link-boxes.senate a:active .box .bg-image .heading strong,
.link-boxes.senate a:active .box .bg-image .heading em {
  background: #99504f;
  text-decoration: none;
}
.link-boxes > div.column.highlightedPost {
  padding-left: 0;
  padding-right: 16px;
}
.link-boxes a:focus,
.link-boxes a:hover,
.link-boxes a:active {
  text-decoration: none;
}
.link-boxes a:focus .box,
.link-boxes a:hover .box,
.link-boxes a:active .box {
  background: #f5f8fb;
  border-color: #4275ae;
}
.link-boxes a:focus .box .bg-image,
.link-boxes a:hover .box .bg-image,
.link-boxes a:active .box .bg-image {
  background-repeat: no-repeat;
  border-color: #4275ae;
}
.link-boxes a:focus .box .bg-image .heading strong, .link-boxes a:focus .box .bg-image .heading em,
.link-boxes a:hover .box .bg-image .heading strong,
.link-boxes a:hover .box .bg-image .heading em,
.link-boxes a:active .box .bg-image .heading strong,
.link-boxes a:active .box .bg-image .heading em {
  background: #4275ae;
  text-decoration: none;
}
.link-boxes a .box .bg-image,
.link-boxes a:link .box .bg-image,
.link-boxes a:visited .box .bg-image {
  background-size: cover;
  border-bottom: solid 1px #9d9d9c;
  height: 8rem;
  margin: 0 0 1rem;
  padding: 0.8rem 0.8rem 0 0;
}
.link-boxes .box {
  border: solid 1px #9d9d9c;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
.link-boxes .box p {
  color: #333;
  font-size: 0.9rem;
  padding: 0 0.8rem;
}
.link-boxes .box .bg-image .heading {
  display: table;
  height: 3.8rem;
  position: relative;
  width: 100%;
}
.link-boxes .box .bg-image .heading strong {
  background: #000;
  color: #fff;
  display: table-cell;
  font-weight: normal;
  padding: 0 0.8rem;
  vertical-align: middle;
}
.link-boxes .box ul {
  color: #333;
  font-size: 0.9rem;
  margin-bottom: 0;
  padding: 0 0.8rem;
}
.link-boxes .box ul li i.fa {
  font-size: 0.8rem;
}
.link-boxes p.heading {
  line-height: 1.2rem;
}
.link-boxes p.heading a,
.link-boxes p.heading a:link,
.link-boxes p.heading a:visited {
  text-decoration: underline;
}
.link-boxes p.heading a:focus,
.link-boxes p.heading a:hover,
.link-boxes p.heading a:active {
  color: #000;
  text-decoration: none;
}

footer .acknowledgement p {
  font-style: italic;
  color: white;
  text-align: center;
}

.icon-list-row {
  display: flex;
  flex-wrap: wrap;
}

img.full-width-image {
  width: 100%;
}

.video {
  aspect-ratio: 16/9;
  width: 100%;
}

.social.twitter i.aph-icon.aph-icon_twitter-x {
  font-size: 18px;
  text-decoration: none;
}

.row.no-gutter {
  margin-left: 0;
  margin-right: 0;
}

.row.no-gutter [class*=col-]:not(:first-child),
.row.no-gutter [class*=col-]:not(:last-child) {
  padding-right: 0;
  padding-left: 0;
}

/*below are helps for the basic pages to have equal height columns columns of same height styles */
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}

.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}

.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
    border-right: 1px solid #012e53;
  }
  .col-sm-height:last-child {
    border-right: 0;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
  .border-right {
    border-right: 1px solid #012e53;
  }
  .border-right:last-child {
    border-right: 0;
  }
}
@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}
@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}
.visit-parliament-event__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
}
.visit-parliament-event__header .global-share-buttons a {
  color: #FFF;
  transition: 0.2s;
}
.visit-parliament-event__header .global-share-buttons a:hover {
  color: #FFF;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .visit-parliament-event__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.visit-parliament-event__main {
  padding-top: 10px;
  background-color: #012246;
}
.visit-parliament-event__hero-image {
  display: inline-flex;
}
.visit-parliament-event__hero-image img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.visit-parliament-event__header + .visit-parliament-event__hero-image {
  display: flex;
  height: 500px;
}
@media (max-width: 768px) {
  .visit-parliament-event__header + .visit-parliament-event__hero-image {
    height: 350px;
    margin-top: 20px;
  }
}
.visit-parliament-event__desktop-banner {
  display: block;
}
@media (max-width: 768px) {
  .visit-parliament-event__desktop-banner:not(.visit-parliament-event__desktop-banner--active) {
    display: none;
  }
}
.visit-parliament-event__mobile-banner {
  display: none;
}
@media (max-width: 768px) {
  .visit-parliament-event__mobile-banner {
    display: block;
  }
}
.visit-parliament-event__desktop-banner {
  display: block;
}
@media (max-width: 768px) {
  .visit-parliament-event__desktop-banner:not(.visit-parliament-event__desktop-banner--active) {
    display: none;
  }
}
.visit-parliament-event__mobile-banner {
  display: none;
}
@media (max-width: 768px) {
  .visit-parliament-event__mobile-banner {
    display: block;
  }
}
.visit-parliament-event__header + .visit-parliament-event__hero-image {
  display: flex;
  height: 500px;
}
@media (max-width: 768px) {
  .visit-parliament-event__header + .visit-parliament-event__hero-image {
    height: 350px;
    margin-top: 20px;
  }
}
.visit-parliament-event__content {
  padding: 0 16px;
  padding-top: 10px;
}
.visit-parliament-event__related-items {
  padding: 24px;
  padding-bottom: 0;
  background-color: #012246;
}
.visit-parliament-event__related-items .visit-parliament-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
}
.visit-parliament-event__related-items .visit-parliament-grid__image {
  height: 250px;
}
@media (max-width: 1200px) {
  .visit-parliament-event__related-items .visit-parliament-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 992px) {
  .visit-parliament-event__related-items .visit-parliament-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .visit-parliament-event__related-items .visit-parliament-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.visit-parliament-event__related-items-heading {
  margin-bottom: 24px;
}

/* ----------------------------------------------------------------------------------------------------
   ------------------------------------ ANIMATED COPYRIGHT BUTTON -------------------------------------
   ----------------------------------------------------------------------------------------------------  */
.animated-copyright {
  position: relative;
  overflow: hidden;
}
.animated-copyright--active .animated-copyright__inner-content {
  transform: translateY(0);
}
.animated-copyright__copyright-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.animated-copyright__animation-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 30px;
  bottom: -10px;
  width: 50px;
  height: 55px;
  margin: 0;
  background-color: #012246;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  z-index: 1;
  transition: 0.2s;
}
.animated-copyright__animation-button:focus {
  bottom: -10px;
  background-color: #012246;
}
.animated-copyright__animation-button:hover, .animated-copyright__animation-button:hover:focus {
  bottom: 0;
  background-color: #344e6b;
}
.animated-copyright__animation-button i {
  pointer-events: none;
}
.animated-copyright__inner-content {
  display: flex;
  flex-direction: column;
  padding: 20px;
  padding-right: 90px;
  background-color: rgba(0, 0, 0, 0.9);
  transform: translateY(100%);
  transition: 0.4s;
}
.animated-copyright__inner-content span {
  color: #FFF;
}
.animated-copyright__description {
  margin-bottom: 5px;
  font-weight: 100;
  font-style: italic;
  font-size: 14px;
}
.animated-copyright__artist {
  font-weight: 700;
  font-size: 14px;
}

.nav-wrap {
  width: 100%;
  z-index: 9999;
}

.navbar {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  border-radius: 0;
}

@media (max-width: 1200px) {
  .navbar-collapse {
    height: auto;
    overflow-x: hidden;
  }
}
.navbar-secondary {
  width: calc(100% - 30px);
  height: 60px;
  border: 0px;
  font-size: 15px;
  font-weight: 700;
  position: absolute;
  z-index: 9;
  margin: 0 auto;
  margin-top: 0px;
  background-color: #ffffff;
}
.navbar-secondary li {
  float: left;
  list-style: none;
  margin: 0;
}
@media (min-width: 1023px) {
  .navbar-secondary {
    margin-top: 0px;
  }
}
.navbar-secondary .container-fluid {
  background-color: #ffffff;
}
@media (min-width: 1023px) and (max-width: 1200px) {
  .navbar-secondary {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .navbar-secondary .navbar-nav > li > a {
    padding: 21px 25px 19px 25px;
  }
}
@media (max-width: 767px) {
  .navbar-secondary {
    display: none;
  }
}
.navbar-secondary .current-page {
  padding-left: 13px;
  line-height: 40px;
}
@media (min-width: 1023px) {
  .navbar-secondary .current-page {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
  }
}
.navbar-secondary a {
  padding: 10px 17px 10px !important;
  margin: 11px 6px 9px 6px;
  color: #1b6e90;
}
.navbar-secondary a:hover, .navbar-secondary a:focus {
  color: #000;
  text-decoration: none;
  background-color: #c0e0ff !important;
  transition: 0.3s;
}
@media (max-width: 1200px) {
  .navbar-secondary a {
    padding: 10px 10px 10px !important;
    margin: 11px 2px 9px 2px;
  }
}
.navbar-secondary .is-active {
  color: #000;
}
.navbar-secondary .nav {
  padding-left: 19px;
  width: 100%;
}
@media (min-width: 1023px) and (max-width: 1200px) {
  .navbar-secondary .nav {
    width: auto;
  }
}
.navbar-secondary .navbar-toggle {
  position: absolute;
  width: 100%;
  height: 40px;
  padding: 0;
  margin: 0 20px 0 0;
  border: 0;
  border-radius: 0;
  background-image: url("images/icons/icon-angle-up.png");
  background-repeat: no-repeat;
  background-position: center right 25px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .navbar-secondary .navbar-toggle {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-angle-up@2x.png");
    background-size: 15px 15px;
  }
}
.navbar-secondary .navbar-toggle.collapsed {
  background-image: url("images/icons/icon-angle-down.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .navbar-secondary .navbar-toggle.collapsed {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-angle-down@2x.png");
    background-size: 15px 15px;
  }
}
.navbar-secondary .navbar-toggle:hover .icon-bar {
  background-color: #4d4d4d;
  border: 0;
}
.navbar-secondary .navbar-toggle .icon-bar {
  background-color: #000000;
}

.hero {
  padding-top: 120px;
  min-height: 330px;
}
@media (min-width: 767px) {
  .hero {
    min-height: 220px;
  }
}
@media (max-width: 480px) {
  .hero {
    padding-top: 115px;
  }
}
.hero .info-alert {
  float: right;
  width: auto;
  background-color: #8c4238;
}
.hero .info-alert:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 480px) {
  .hero .info-alert {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero .info-alert {
    float: left;
    margin: 10px 0;
  }
}
.hero .info-alert span {
  padding-left: 16px;
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
}
@media (max-width: 768px) {
  .hero .info-alert span {
    font-size: 16px;
  }
}
.hero .info-alert-link {
  overflow: hidden;
  text-indent: -999px;
  float: right;
  width: 60px;
  height: 60px;
  background-color: #2f7158;
  margin-left: 15px;
  background-position: center;
}
.hero .info-alert-link:hover, .hero .info-alert-link:focus {
  background-color: #285f4a;
}
.hero__time-icon-container {
  margin-right: 20px;
}
.hero__time-widget {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 2px;
  color: #ffffff;
}
.hero__open-status {
  display: block;
  margin-top: 2px;
}
.hero__open-status p {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .hero__open-status p {
    font-size: 16px;
  }
}
.hero__open-status p .light-span {
  font-weight: 300;
}
.hero__open-status span {
  font-weight: 600;
}
.hero-social {
  float: left;
  margin: 0px 0;
}
@media (max-width: 900px) {
  .hero-social {
    float: left;
    width: 100%;
  }
}
.hero-social a {
  color: #ffffff;
  text-shadow: 1px 1px 8px rgb(0, 0, 0);
  float: left;
  padding: 0px 20px 0px 40px;
  margin: 0 10px;
  font-size: 18px;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.hero-social a:first-child {
  margin-left: 0;
}
.hero-icon {
  background-repeat: no-repeat;
  background-position: 14px 5px;
  background-size: 18px 18px;
}
.hero-icon.icon-facebook {
  background-image: url("/images/visitaph/icons/icon-facebook.png");
  background-image: url("/images/visitaph/icons/icon-facebook-solid-ie8.png") \9 ;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .hero-icon.icon-facebook {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-facebook@2x.png");
    background-size: 27px 27px;
  }
}
.hero-icon.icon-instagram-solid {
  background-image: url("/images/visitaph/icons/icon-instagram-solid.png");
  background-image: url("/images/visitaph/icons/icon-instagram-solid-ie8.png") \9 ;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .hero-icon.icon-instagram-solid {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-instagram-solid@2x.png");
    background-size: 27px 27px;
  }
}
.hero-icon.icon-twitter {
  background-image: url("/images/visitaph/icons/icon-twitter.png");
  background-image: url("/images/visitaph/icons/icon-twitter-ie8.png") \9 ;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .hero-icon.icon-twitter {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-twitter@2x.png");
    background-size: 27px 27px;
  }
}

.not-front .hero {
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .not-front .hero {
    min-height: auto;
  }
}

.visit-us {
  color: #ffffff;
}
.visit-us .take-tour {
  padding: 25px 58px 25px 38px;
}
@media (max-width: 768px) {
  .visit-us .take-tour {
    padding: 25px 15px;
  }
}
.visit-us .take-tour h1 {
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 7px;
  padding: 0px;
}
@media (max-width: 768px) {
  .visit-us .take-tour h1 {
    font-size: 36px;
  }
}
.visit-us .take-tour p {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .visit-us .take-tour p {
    font-size: 18px;
  }
}
.visit-us .take-tour .lead {
  font-size: 18px;
  font-weight: 600;
}
.visit-us .take-tour .btn {
  margin-top: 22px;
  margin-bottom: 10px;
  background-color: #045f85;
}
.visit-us .take-tour .btn:hover, .visit-us .take-tour .btn:focus {
  background-color: white;
}
.visit-us .take-tour .btn:hover a, .visit-us .take-tour .btn:focus a {
  color: #012246;
}
.visit-us .list-group {
  padding: 34px 20px 0;
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .visit-us .list-group {
    padding: 34px 30px 0;
  }
}
.visit-us .list-group h2 {
  padding: 0;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-left: 8px;
  color: #c0e0ff;
}
@media (max-width: 768px) {
  .visit-us .list-group h2 {
    font-size: 20px;
  }
}
.visit-us .list-group ul {
  padding: 0 0 33px;
  padding: 7px 0 30px 0;
  font-size: 18px;
}
@media (max-width: 768px) {
  .visit-us .list-group ul {
    font-size: 16px;
  }
}
.visit-us .list-group ul li {
  padding-left: 48px;
  padding-top: 19px;
  padding-bottom: 17px;
  color: #ffffff;
}
.visit-us .list-group ul li a {
  color: #ffffff;
  border-bottom: 1px solid #406385;
}
.visit-us .list-group ul li a:hover, .visit-us .list-group ul li a:focus {
  color: #c0e0ff;
  text-decoration: none;
  border-bottom: 1px solid #c0e0ff;
}
.visit-us .bookings {
  background-color: #003b73;
  padding-top: 0;
}
.visit-us .plan-a-trip {
  background-color: #002f5c;
  padding-top: 0;
}
.visit-us .dk-blue-bg {
  background-color: #012246;
}

.home-subscribe-block .home-subscribe-block-wrapper {
  margin: 10px 0px;
  background-color: #205E83;
}
.home-subscribe-block .home-subscribe-block-wrapper .findout {
  padding-bottom: 10px;
}
.home-subscribe-block .home-subscribe-block-wrapper:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 992px) {
  .home-subscribe-block .home-subscribe-block-wrapper {
    padding: 34px 0;
  }
}
.home-subscribe-block h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: right;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .home-subscribe-block h2 {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .home-subscribe-block h2 {
    padding: 10px 0;
    text-align: center;
  }
}
.home-subscribe-block .form-group {
  float: left;
  margin: 0 0 0 0px;
  width: 100%;
}
.home-subscribe-block .form-group input[type=text], .home-subscribe-block .form-group input[type=password], .home-subscribe-block .form-group input[type=date], .home-subscribe-block .form-group input[type=datetime], .home-subscribe-block .form-group input[type=datetime-local], .home-subscribe-block .form-group input[type=month], .home-subscribe-block .form-group input[type=week], .home-subscribe-block .form-group input[type=email], .home-subscribe-block .form-group input[type=number], .home-subscribe-block .form-group input[type=search], .home-subscribe-block .form-group input[type=tel], .home-subscribe-block .form-group input[type=time], .home-subscribe-block .form-group input[type=url], .home-subscribe-block .form-group input[type=color] {
  width: 220px;
  border-radius: 0;
  border: 2px solid #ffffff;
  float: left;
  background-color: #205E83;
  background-color: transparent;
  color: #ffffff;
  margin: 0px 0px;
  height: 40px;
}
.home-subscribe-block .form-group input[type=text]:hover, .home-subscribe-block .form-group input[type=text]:focus, .home-subscribe-block .form-group input[type=password]:hover, .home-subscribe-block .form-group input[type=password]:focus, .home-subscribe-block .form-group input[type=date]:hover, .home-subscribe-block .form-group input[type=date]:focus, .home-subscribe-block .form-group input[type=datetime]:hover, .home-subscribe-block .form-group input[type=datetime]:focus, .home-subscribe-block .form-group input[type=datetime-local]:hover, .home-subscribe-block .form-group input[type=datetime-local]:focus, .home-subscribe-block .form-group input[type=month]:hover, .home-subscribe-block .form-group input[type=month]:focus, .home-subscribe-block .form-group input[type=week]:hover, .home-subscribe-block .form-group input[type=week]:focus, .home-subscribe-block .form-group input[type=email]:hover, .home-subscribe-block .form-group input[type=email]:focus, .home-subscribe-block .form-group input[type=number]:hover, .home-subscribe-block .form-group input[type=number]:focus, .home-subscribe-block .form-group input[type=search]:hover, .home-subscribe-block .form-group input[type=search]:focus, .home-subscribe-block .form-group input[type=tel]:hover, .home-subscribe-block .form-group input[type=tel]:focus, .home-subscribe-block .form-group input[type=time]:hover, .home-subscribe-block .form-group input[type=time]:focus, .home-subscribe-block .form-group input[type=url]:hover, .home-subscribe-block .form-group input[type=url]:focus, .home-subscribe-block .form-group input[type=color]:hover, .home-subscribe-block .form-group input[type=color]:focus {
  border-color: #000;
}
@media (max-width: 992px) {
  .home-subscribe-block .form-group input[type=text], .home-subscribe-block .form-group input[type=password], .home-subscribe-block .form-group input[type=date], .home-subscribe-block .form-group input[type=datetime], .home-subscribe-block .form-group input[type=datetime-local], .home-subscribe-block .form-group input[type=month], .home-subscribe-block .form-group input[type=week], .home-subscribe-block .form-group input[type=email], .home-subscribe-block .form-group input[type=number], .home-subscribe-block .form-group input[type=search], .home-subscribe-block .form-group input[type=tel], .home-subscribe-block .form-group input[type=time], .home-subscribe-block .form-group input[type=url], .home-subscribe-block .form-group input[type=color] {
    float: none;
    margin: 10px auto;
    width: 100%;
    max-width: 405px;
  }
}
@media (min-width: 992px) {
  .home-subscribe-block .form-group {
    width: 220px;
  }
}
.home-subscribe-block label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.home-subscribe-block .subscribe-group {
  margin: 15px 0;
}
.home-subscribe-block .emailText::placeholder {
  color: #ffffff;
}
.home-subscribe-block .emailText:focus::placeholder {
  color: #000000;
}
.home-subscribe-block .emailText:-ms-input-placeholder {
  color: #ffffff;
}
.home-subscribe-block .emailText:focus:-ms-input-placeholder {
  color: #000000;
}
.home-subscribe-block .emailText::-ms-input-placeholder {
  color: #ffffff;
}
.home-subscribe-block .emailText:focus::-ms-input-placeholder {
  color: #000000;
}
.home-subscribe-block .emailText {
  display: inline;
  width: 50%;
  border-radius: 0;
  border: 2px solid #ffffff;
  background-color: #2f7059;
  background-color: transparent;
  color: #000000;
  margin: 0px 0px;
  height: 40px;
}
.home-subscribe-block .emailText:hover, .home-subscribe-block .emailText:focus {
  border-color: #000;
}
.home-subscribe-block .submit {
  font-size: 13px;
  margin: 0 0 0 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 11px 36px;
  background-image: none;
  background-color: #0A2245;
}
@media (max-width: 992px) {
  .home-subscribe-block .submit {
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .home-subscribe-block .submit {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .home-subscribe-block .submit {
    margin: 10px 0;
    padding: 11px 10px;
  }
}
.home-subscribe-block .submit:hover, .home-subscribe-block .submit:focus {
  background-color: #151515;
  background-color: #fff;
  color: #000;
}
.home-subscribe-block .submit-wrap {
  float: left;
}
@media (max-width: 767px) {
  .home-subscribe-block .submit-wrap {
    max-width: 20%;
    min-width: 142px;
  }
}

.vp-program-title-h2 {
  padding-bottom: 0rem !important;
  margin-bottom: 0rem !important;
}

.vp-program-title {
  color: #fff;
  border-bottom: 1px solid #406385;
}

.vp-program-title:hover {
  color: #c0e0ff;
  text-decoration: none;
  border-bottom: 1px solid #c0e0ff;
}

.lead {
  font-size: 1.23333rem;
  line-height: 1.6;
}

.caption {
  font-size: 0.8rem;
}

.icon-wrap.icon {
  background-size: 93px 93px;
}
.icon-wrap.icon.icon-valid-id {
  background-position: center top;
  background-image: url("/images/visitaph/icons/icon-valid-id.png");
}
.icon-wrap.icon.icon-nomusic {
  background-position: center top;
  background-image: url("/images/visitaph/icons/icon-nomusic.png");
}
.icon-wrap.icon.icon-nosmoking {
  background-position: center top;
  background-image: url("/images/visitaph/icons/icon-nosmoking.png");
}
.icon-wrap.icon.icon-nobicylces {
  background-position: center top;
  background-image: url("/images/visitaph/icons/icon-nobicycles.png");
}
.icon-wrap.icon.icon-photography {
  background-position: center top;
  background-image: url("/images/visitaph/icons/icon-photography.png");
}

.social-box .icon.icon-instagram-solid {
  background-position: 20px 20px;
  background-image: url("/images/visitaph/icons/icon-instagram-solid.png");
}
.social-box .icon.icon-twitter {
  background-position: 20px 20px;
  background-image: url("/images/visitaph/icons/icon-twitter.png");
}
.social-box .icon.icon-facebook {
  background-position: 20px 20px;
  /*background-size: 40px 40px;*/
  background-image: url("/images/visitaph/icons/icon-facebook.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .social-box .icon.icon-facebook {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-facebook@2x.png");
    background-size: 40px 40px;
  }
}
@media (max-width: 600px) {
  .social-box .icon.icon-facebook {
    background-position: 20px 20px;
    /*background-size: 30px 30px;*/
  }
}
@media (max-width: 600px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 600px) and (-o-min-device-pixel-ratio: 2.6/2), (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 600px) and (min-device-pixel-ratio: 1.3), (max-width: 600px) and (min-resolution: 1.3dppx) {
  .social-box .icon.icon-facebook {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-facebook@2x.png");
    background-size: 30px 30px;
  }
}
@media (max-width: 600px) and (min--moz-device-pixel-ratio: 1.3), (max-width: 600px) and (-o-min-device-pixel-ratio: 2.6/2), (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.3), (max-width: 600px) and (min-device-pixel-ratio: 1.3), (max-width: 600px) and (min-resolution: 1.3dppx) {
  .social-box .icon.icon-facebook:hover, .social-box .icon.icon-facebook:focus {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-facebook@2x.png");
    background-size: 30px 30px;
  }
}

.content-block h1.icon {
  padding-left: 45px !important;
  background-position: left 20px;
}
.content-block h2.icon {
  padding-left: 40px !important;
  background-position: left 12px;
}
@media (max-width: 768px) {
  .content-block h2.icon {
    background-position: left 10px;
  }
}
.content-block h2.icon.icon-info-white {
  background-position: left 16px;
}
@media (max-width: 768px) {
  .content-block h2.icon.icon-info-white {
    background-position: left 10px;
  }
}
.content-block a.icon {
  padding: 10px 0;
  padding-left: 40px !important;
  display: block;
}

.block .block-header-social a.icon-facebook {
  background-position: 14px 14px;
  background-size: 22px 22px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .block .block-header-social a.icon-facebook {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-facebook@2x.png");
    background-size: 22px 22px;
  }
}
.block .block-header-social a.icon-twitter {
  background-position: 10px 15px;
  background-size: 22px 22px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .block .block-header-social a.icon-twitter {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-twitter@2x.png");
    background-size: 22px 22px;
  }
}
.block .block-header-social a.icon-instagram-solid {
  background-position: 14px 17px;
  background-size: 17px 17px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .block .block-header-social a.icon-instagram-solid {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-instagram-solid@2x.png");
    background-size: 17px 17px;
  }
}

.visit-us .icon {
  background-position: 2px center;
}
.visit-us .icon.icon-car {
  background-size: 36px 32px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .visit-us .icon.icon-car {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-car-36@2x.png");
    background-size: 36px 32px;
  }
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .visit-us .icon.icon-car:hover, .visit-us .icon.icon-car:focus {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-car-36@2x.png");
    background-size: 36px 32px;
  }
}
.visit-us .icon.icon-sign-post {
  background-size: 30px 30px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .visit-us .icon.icon-sign-post {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-sign-post@2x.png");
    background-size: 30px 30px;
  }
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .visit-us .icon.icon-sign-post:hover, .visit-us .icon.icon-sign-post:focus {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-sign-post@2x.png");
    background-size: 30px 30px;
  }
}
.visit-us .icon.icon-ccard {
  background-size: 34px 34px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .visit-us .icon.icon-ccard {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-ccard@2x.png");
    background-size: 34px 34px;
  }
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .visit-us .icon.icon-ccard:hover, .visit-us .icon.icon-ccard:focus {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-ccard@2x.png");
    background-size: 34px 34px;
  }
}
.visit-us .icon.icon-wheelchair {
  background-size: 36px 36px;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .visit-us .icon.icon-wheelchair {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-wheelchair@2x.png");
    background-size: 36px 36px;
  }
}
.visit-us .icon.icon-parliament-house {
  background-position: 0px;
  background-size: 30px 30px;
  background-image: url("/images/visitaph/icons/icon-parliament-house.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .visit-us .icon.icon-parliament-house {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-parliament-house@2x.png");
    background-size: 30px 30px;
  }
}

.icon {
  background-repeat: no-repeat;
  background-position: 14px 12px;
  background-size: 27px 27px;
}
.icon.icon-microphone {
  background-image: url("/images/visitaph/icons/icon-microphone.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-microphone {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-microphone@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-parliament-house {
  background-position: 14px 6px;
  background-size: 30px 30px;
  background-image: url("/images/visitaph/icons/icon-parliament-house.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-parliament-house {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-parliament-house@2x.png");
    background-size: 30px 30px;
  }
}
.icon.icon-parliament-house-white {
  background-position: 14px 6px;
  background-size: 30px 30px;
  background-image: url("/images/visitaph/icons/icon-parliament-house-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-parliament-house-white {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-parliament-house-white@2x.png");
    background-size: 30px 30px;
  }
}
.icon.icon-calendar {
  background-position: 20px center;
  background-size: 25px 25px;
  background-image: url("/images/visitaph/icons/icon-calendar.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-calendar {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-calendar@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-door {
  background-image: url("/images/visitaph/icons/icon-door.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-door {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-door@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-door-white {
  background-image: url("/images/visitaph/icons/icon-door-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-door-white {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-door-white@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-facebook-solid {
  background-image: url("/images/visitaph/icons/icon-facebook-solid.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-facebook-solid {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-facebook-solid@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-facebook {
  background-image: url("/images/visitaph/icons/icon-facebook.png");
  background-image: url("/images/visitaph/icons/icon-facebook-solid-ie8.png") \9 ;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-facebook {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-facebook@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-instagram-solid {
  background-image: url("/images/visitaph/icons/icon-instagram-solid.png");
  background-image: url("/images/visitaph/icons/icon-instagram-solid-ie8.png") \9 ;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-instagram-solid {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-instagram-solid@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-picture {
  background-image: url("/images/visitaph/icons/icon-picture.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-picture {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-picture@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-sign-post {
  background-image: url("/images/visitaph/icons/icon-sign-post.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-sign-post {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-sign-post@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-users {
  background-image: url("/images/visitaph/icons/icon-users.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-users {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-users@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-car {
  background-image: url("/images/visitaph/icons/icon-car-36.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-car {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-car-36@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-ccard {
  background-image: url("/images/visitaph/icons/icon-ccard.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-ccard {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-ccard@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-star {
  background-image: url("/images/visitaph/icons/icon-star.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-star {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-star@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-easel {
  background-image: url("/images/visitaph/icons/icon-easel.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-easel {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-easel@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-book {
  background-image: url("/images/visitaph/icons/icon-book.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-book {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-book@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-twitter {
  background-image: url("/images/visitaph/icons/icon-twitter.png");
  background-image: url("/images/visitaph/icons/icon-twitter-ie8.png") \9 ;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-twitter {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-twitter@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-wheelchair {
  background-image: url("/images/visitaph/icons/icon-wheelchair.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-wheelchair {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-wheelchair@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-wheelchair-white {
  background-image: url("/images/visitaph/icons/icon-wheelchair-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-wheelchair-white {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-wheelchair-white@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-ticket {
  background-image: url("/images/visitaph/icons/icon-ticket.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-ticket {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-ticket@2x.png");
    background-size: 27px 27px;
  }
}
.icon.icon-info-white {
  background-image: url("/images/visitaph/icons/icon-info-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-info-white {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-info-white@2x.png");
    background-size: 25px 25px;
  }
}
.icon.icon-clock {
  background-size: 30px 30px;
  background-image: url("/images/visitaph/icons/icon-clock.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-clock {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-clock@2x.png");
    background-size: 30px 30px;
  }
}
.icon.icon-clock-white {
  background-size: 30px 30px;
  background-image: url("/images/visitaph/icons/icon-clock-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-clock-white {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-clock-white@2x.png");
    background-size: 30px 30px;
  }
}
.icon.icon-angle-up-white {
  background-size: 10px 10px;
  background-image: url("/images/visitaph/icons/icon-angle-up-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-angle-up-white {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-angle-up-white@2x.png");
    background-size: 10px 10px;
  }
}
.icon.icon-angle-up-white:hover, .icon.icon-angle-up-white:focus {
  background-image: url("/images/visitaph/icons/icon-angle-up-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-angle-up-white:hover, .icon.icon-angle-up-white:focus {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-angle-up-white@2x.png");
    background-size: 10px 10px;
  }
}
.icon.icon-chevron-up {
  background-size: 12px 15px;
  background-image: url("/images/visitaph/icons/icon-chevron-up.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-chevron-up {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-chevron-up@2x.png");
    background-size: 12px 15px;
  }
}
.icon.icon-chevron-up:hover, .icon.icon-chevron-up:focus {
  background-image: url("/images/visitaph/icons/icon-chevron-up.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-chevron-up:hover, .icon.icon-chevron-up:focus {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-chevron-up@2x.png");
    background-size: 12px 15px;
  }
}
.icon.icon-parking {
  background-size: 30px 30px;
  background-position: 4px center;
  background-image: url("/images/visitaph/icons/icon-parking.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-parking {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-parking@2x.png");
    background-size: 30px 30px;
  }
}
.icon.icon-parking-white {
  background-position: 4px center;
  background-image: url("/images/visitaph/icons/icon-parking-white.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-parking-white {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-parking-white@2x.png");
    background-size: 30px 30px;
  }
}
.icon.icon-map-blue {
  background-size: 30px 30px;
  background-position: left 5px;
  background-image: url("/images/visitaph/icons/icon-map-blue.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-map-blue {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-map-blue@2x.png");
    background-size: 30px 30px;
  }
}
.icon.icon-shopping {
  background-image: url("/images/visitaph/icons/icon-shopping.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .icon.icon-shopping {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-shopping@2x.png");
    background-size: 27px 27px;
  }
}

.btn {
  margin: 10px 0 11px;
  border: 0;
  border-radius: 0;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  padding: 17px 35px;
  transition: all 0.2s ease-out;
}
.btn a {
  color: #ffffff;
  display: block;
  text-decoration: none;
}
@media (max-width: 991px) {
  .btn {
    font-size: 14px;
  }
}
.btn:hover, .btn:focus {
  background-color: #ffffff;
  color: #045f85;
}

.breadcrumb-visit {
  border-radius: 0;
  padding-left: 24px;
  margin: 0;
  margin-bottom: 6px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 768px) {
  .breadcrumb-visit {
    margin-left: 0;
    font-size: 14px;
  }
}
.breadcrumb-visit li {
  display: inline-block;
}
.breadcrumb-visit a {
  color: #c0e0ff;
}
.breadcrumb-visit a:hover, .breadcrumb-visit a:focus {
  color: white;
}
.breadcrumb-visit .active {
  color: #c0e0ff;
  padding-left: 5px\9 ;
}

/*change breadcrumb separator to raquo symbol*/
.breadcrumb-visit > li + li:before {
  content: "";
  color: #aaa;
  margin-right: 5px;
  padding: 10px 14px;
  background-size: 16px 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/images/visitaph/icons/icon-arrow-right.png");
  background-image: url("/images/visitaph/icons/icon-arrow-right-ie8.png") \9 ;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .breadcrumb-visit > li + li:before {
    /* on retina, use image that's scaled by 2 */
    background-image: url("/images/visitaph/icons/icon-arrow-right@2x.png");
    background-size: 15px 15px;
  }
}

.visit-parliament__connect-with-us {
  padding: 75px 0;
  background-color: #012246;
}
.visit-parliament__connect-with-us h2 {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
}
@media screen and (max-width: 769px) {
  .visit-parliament__connect-with-us h2 {
    text-align: center;
  }
}
.visit-parliament__connect-with-us__inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1186px;
  margin: 0 auto;
  padding: 0 1rem;
}
@media screen and (max-width: 769px) {
  .visit-parliament__connect-with-us__inner {
    flex-direction: column;
  }
}
.visit-parliament__connect-with-us__socials {
  width: 30%;
}
@media screen and (max-width: 769px) {
  .visit-parliament__connect-with-us__socials {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.visit-parliament__connect-with-us__social-icons {
  display: flex;
  margin-top: 15px;
}
@media screen and (max-width: 769px) {
  .visit-parliament__connect-with-us__social-icons {
    justify-content: center;
  }
}
.visit-parliament__connect-with-us__social-icons a {
  padding: 0 10px;
}
.visit-parliament__connect-with-us__social-icons a:first-of-type {
  padding-left: 0;
}
.visit-parliament__connect-with-us__social-icons a img {
  height: 30px;
}
.visit-parliament__connect-with-us__subscribe {
  width: 70%;
}
@media screen and (max-width: 769px) {
  .visit-parliament__connect-with-us__subscribe {
    width: 100%;
    margin: 0 auto;
  }
}
.visit-parliament__connect-with-us__subscribe-form-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 769px) {
  .visit-parliament__connect-with-us__subscribe-form-inner {
    flex-direction: column;
  }
}
.visit-parliament__connect-with-us__subscribe-form-inner input {
  width: 80%;
  height: 46px;
  margin-bottom: 0;
  padding: 0 10px;
  border: none;
  line-height: 46px;
}
@media screen and (max-width: 769px) {
  .visit-parliament__connect-with-us__subscribe-form-inner input {
    width: 100%;
  }
}
.visit-parliament__connect-with-us__subscribe-form-inner a {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 40px;
  background-color: #045f85;
  color: #fff;
  text-transform: uppercase;
  transition: 0.2s;
}
.visit-parliament__connect-with-us__subscribe-form-inner a:hover {
  text-decoration: none;
  background-color: #002f5c;
}
@media screen and (max-width: 769px) {
  .visit-parliament__connect-with-us__subscribe-form-inner a {
    width: 100%;
    justify-content: center;
  }
}

.grid, .grid2, .grid3 {
  transition: height 0.2s ease;
}

/* ----------------------------------------------------------------------------------------------------
   --------------------------------- VISIT PARLIAMENT GRID SUBLAYOUT ----------------------------------
   ----------------------------------------------------------------------------------------------------  */
.whats-on-container {
  display: flex;
}
@media (max-width: 640px) {
  .whats-on-container {
    flex-direction: column-reverse;
  }
}

div.visit-parliament-grid {
  display: grid;
  gap: 20px 5px;
  margin-top: 10px;
  padding-bottom: 20px;
}
div.visit-parliament-grid--3-column-grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 992px) {
  div.visit-parliament-grid--3-column-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  div.visit-parliament-grid--3-column-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
div.visit-parliament-grid--2-column-grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 480px) {
  div.visit-parliament-grid--2-column-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
div.visit-parliament-grid__item {
  background-color: rgb(4, 95, 133);
}
div.visit-parliament-grid__image {
  height: 350px;
  background-size: cover;
  background-position: top center;
}
@media (max-width: 768px) {
  div.visit-parliament-grid__image {
    height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  div.visit-parliament-grid__image {
    height: 300px;
  }
}
div.visit-parliament-grid__content {
  padding: 20px;
  padding-top: 10px;
  color: #ffffff;
}
div.visit-parliament-grid__content .visit-parliament-grid__title {
  margin: 5px 0 12px 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 768px) {
  div.visit-parliament-grid__content .visit-parliament-grid__title {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  div.visit-parliament-grid__content .visit-parliament-grid__title {
    font-size: 14px;
  }
}
div.visit-parliament-grid__content .visit-parliament-grid__tag {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
div.visit-parliament-grid__content a {
  color: #ffffff;
  text-decoration: none;
}
div.visit-parliament-grid__content a:hover {
  text-decoration: underline;
}
div.visit-parliament-grid__content .date {
  font-weight: 300;
}
div.visit-parliament-grid__content .additional-info {
  margin: 0;
  font-size: 14px;
}
div.visit-parliament-grid__content .additional-info p {
  margin: 0;
}
div.visit-parliament-grid__content .additional-info p + p {
  margin-top: 15px;
}

.whats-on .block-header h2, .social .block-header h2, .things-to-do .block-header h2 {
  line-height: 1.1;
}

.not-front.whats-on .block-header {
  padding-bottom: 0;
}
@media (min-width: 991px) {
  .not-front.whats-on .block-header {
    padding-top: 40px;
  }
}
.not-front.whats-on .block-header h1 {
  margin-bottom: 0;
  text-shadow: 1px 1px 8px rgb(0, 0, 0);
  float: left;
  padding-top: 10px;
}
@media (max-width: 992px) {
  .not-front.whats-on .block-header h1 {
    float: none;
    padding-left: 0;
  }
}
.not-front.whats-on .block-header .additional-filters {
  width: 100%;
  margin: 25px 0 20px;
}

.events-block .sidebar {
  margin: 10px 0 0;
  background-color: #045f85;
}
.events-block .sidebar h2 {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  padding: 30px 20px 28px;
  color: #ffffff;
  display: block;
  text-align: left;
}
@media (max-width: 768px) {
  .events-block .sidebar h2 {
    font-size: 18px;
  }
}
.events-block .sidebar ul {
  padding: 0 0 33px;
  padding: 14px 0 29px 0;
  font-size: 18px;
  font-weight: 600;
  border-top: 1px solid #1e6f91;
}
@media (max-width: 768px) {
  .events-block .sidebar ul {
    font-size: 16px;
  }
}
.events-block .sidebar ul li {
  padding-left: 50px;
  padding-top: 13px;
  padding-bottom: 15px;
  padding-right: 25px;
  color: #ffffff;
}
.events-block .sidebar ul li a {
  color: #ffffff;
  border-bottom: 1px solid #1e6f91;
}
.events-block .sidebar ul li a:hover, .events-block .sidebar ul li a:focus {
  color: #c0e0ff;
  text-decoration: none;
  border-bottom: 1px solid #c0e0ff;
}

a.item-wrapper {
  float: left;
  width: 100%;
  margin: 10px 0;
}
@media (max-width: 1030px) {
  a.item-wrapper:hover, a.item-wrapper:focus {
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);
  }
}
@media (min-width: 1031px) {
  a.item-wrapper:hover .item-small > .info, a.item-wrapper:hover .item-large > .info, a.item-wrapper:hover .item-short > .info, a.item-wrapper:focus .item-small > .info, a.item-wrapper:focus .item-large > .info, a.item-wrapper:focus .item-short > .info {
    padding-top: 30px;
    transition: height 0.2s ease-out, padding-top 0.2s ease-out !important;
    height: 100%;
  }
  a.item-wrapper:hover .item-small > .info .info-additional, a.item-wrapper:hover .item-large > .info .info-additional, a.item-wrapper:hover .item-short > .info .info-additional, a.item-wrapper:focus .item-small > .info .info-additional, a.item-wrapper:focus .item-large > .info .info-additional, a.item-wrapper:focus .item-short > .info .info-additional {
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}

.item {
  width: 100%;
  position: relative;
  float: left;
  overflow-y: hidden;
  margin: 0 0;
}
.item img {
  max-width: none;
  width: 100%;
}
.item .image-holder-large {
  width: 100%;
  height: 408px;
}
@media (max-width: 768px) {
  .item .image-holder-large {
    height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .item .image-holder-large {
    height: 300px;
  }
}
.item .date {
  font-weight: 300 !important;
}
.item .info {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #ffffff;
  padding: 10px 20px;
  background: rgba(4, 95, 133, 0.9);
}
.item .info .tags {
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .item .info .tags {
    font-size: 11px;
  }
}
.item .info a {
  color: #ffffff;
  text-decoration: none;
}
.item .info a:hover {
  text-decoration: underline;
}
.item .info h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0 3px 0;
}
@media (max-width: 768px) {
  .item .info h2 {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1200px) {
  .item .info h2 {
    font-size: 14px;
  }
}
.item .info p {
  margin-bottom: 0;
}
.item-small .info {
  font-size: 16px;
  min-height: 67px;
  padding: 10px 20px 5px;
}
@media (max-width: 768px) {
  .item-small .info {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .item-small .info {
    height: 67px;
    transition: height 0.3s ease-in, padding-top 0.3s ease-in !important;
  }
}
.item-small .info-additional {
  padding-top: 10px;
  line-height: 24px;
}
@media (max-width: 1030px) {
  .item-small .info-additional {
    display: none;
  }
}
.item-large .info {
  min-height: 67px;
  padding: 10px 20px;
}
@media (min-width: 1024px) {
  .item-large .info {
    height: 67px;
    transition: height 0.3s ease-in, padding-top 0.3s ease-in !important;
  }
}
.item-large .info-additional {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
.item-short {
  height: 213px;
}
.item-short .info {
  min-height: 67px;
  padding: 10px 20px;
}
@media (min-width: 1031px) {
  .item-short .info {
    height: 67px;
    transition: height 0.3s ease-in, padding-top 0.3s ease-in !important;
  }
}
.item-short .info-additional {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}

.whats-on .item-small .info, .whats-on .item-large .info {
  background: rgba(4, 95, 133, 0.9);
}
.whats-on .item-small .info p, .whats-on .item-large .info p {
  font-size: 16px;
}
@media (max-width: 768px) {
  .whats-on .item-small .info p, .whats-on .item-large .info p {
    font-size: 14px;
  }
}

.whats-on .item-large .info {
  min-height: 60px !important;
}

@media (min-width: 1024px) {
  .things-to-do a.item-wrapper:hover .item-large > .info {
    padding-top: 30px;
    transition: height 0.2s ease-out, padding-top 0.2s ease-out !important;
    height: 100%;
  }
}
.things-to-do h2 {
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 768px) {
  .things-to-do h2 {
    font-size: 16px;
  }
}

.filters-button-group, .filters-button-group2 {
  display: inline-block;
  margin: 10px 10px 10px 50px;
}
@media (max-width: 992px) {
  .filters-button-group, .filters-button-group2 {
    margin: 10px 0 0 10px;
  }
}
.filters-button-group:after, .filters-button-group2:after {
  content: " ";
  display: table;
  clear: both;
}
.filters-button-group .button, .filters-button-group2 .button {
  float: left;
  text-transform: uppercase;
  border: 0;
  color: #ffffff;
  display: block;
  background-color: #045f85;
  padding: 13px 15px 11px 15px;
  margin: 0 1px 1px 0;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .filters-button-group .button, .filters-button-group2 .button {
    font-size: 12px;
    padding: 6px;
  }
}
.filters-button-group .button.calendar, .filters-button-group2 .button.calendar {
  padding-left: 55px;
  text-decoration: none;
}
.filters-button-group .button.calendar:hover, .filters-button-group .button.calendar:focus, .filters-button-group2 .button.calendar:hover, .filters-button-group2 .button.calendar:focus {
  background-image: url("images/icons/icon-calendar-hover.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .filters-button-group .button.calendar:hover, .filters-button-group .button.calendar:focus, .filters-button-group2 .button.calendar:hover, .filters-button-group2 .button.calendar:focus {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-calendar-hover@2x.png");
    background-size: 25px 25px;
  }
}
.filters-button-group .button .is-checked, .filters-button-group2 .button .is-checked {
  padding: 0;
}
.filters-button-group .button:hover, .filters-button-group .button:focus, .filters-button-group .button.is-checked, .filters-button-group2 .button:hover, .filters-button-group2 .button:focus, .filters-button-group2 .button.is-checked {
  background-color: #ffffff;
  color: #045f85;
  font-weight: 700;
}

@media (max-width: 992px) {
  .block-header .filters-button-group {
    margin-left: 0;
  }
}
.block .block-header {
  padding: 50px 0 25px;
}
.block .block-header:after {
  content: " ";
  display: table;
  clear: both;
}
@media (max-width: 991px) {
  .block .block-header {
    padding: 80px 0 20px;
  }
}
.block .block-header h1, .block .block-header h2 {
  padding: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 48px;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  padding-left: 10px;
  text-shadow: 1px 1px 8px rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .block .block-header h1, .block .block-header h2 {
    font-size: 36px;
  }
}
@media (min-width: 850px) {
  .block .block-header h1, .block .block-header h2 {
    float: left;
  }
}
@media (min-width: 992px) {
  .block .block-header h1, .block .block-header h2 {
    padding-left: 30px;
  }
}
.block .block-header h1 a, .block .block-header h2 a {
  text-decoration: none;
  color: #ffffff;
}
.block .block-header h1 a:hover, .block .block-header h1 a:focus, .block .block-header h2 a:hover, .block .block-header h2 a:focus {
  text-decoration: underline;
}
.block .block-header h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
}
.block .block-header-social {
  float: right;
  margin: 0px 0;
}
@media (max-width: 900px) {
  .block .block-header-social {
    float: left;
    width: 100%;
  }
}
.block .block-header-social a {
  color: #ffffff;
  text-shadow: 1px 1px 8px rgb(0, 0, 0);
  float: left;
  padding: 10px 20px 10px 40px;
  margin: 0 10px;
  font-size: 24px;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.block .block-header-social a:last-child {
  margin-right: 0;
}

.not-front .block-header h1 {
  margin-top: 0px;
  padding: 0;
  padding-left: 39px;
  text-shadow: 1px 1px 8px rgb(0, 0, 0);
}
@media (max-width: 768px) {
  .not-front .block-header h1 {
    padding-left: 0;
  }
}
.not-front .feature-image {
  width: 100%;
  margin: 10px 0 0 0;
}

.sidebar {
  background-color: #002f5c;
  margin: 10px 0;
}
.sidebar a {
  transition: all 0.2s ease-out;
}
.sidebar h3, .sidebar .item .info h2, .item .info .sidebar h2 {
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 57px 23px 33px;
  border-bottom: 1px solid #1a446d;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .sidebar h3, .sidebar .item .info h2, .item .info .sidebar h2 {
    font-size: 20px;
  }
}
.sidebar .booking-successful {
  background-color: #2f7158;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 10px;
}
.sidebar .booking-failed {
  background-color: #892517;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 10px;
}
.sidebar .submit {
  margin: 0;
  display: block;
  /*width: 100%;*/
  background-color: #045f85;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  /*font-weight: 600;*/
  padding: 10px;
  transition: all 0.2s ease-out;
}
@media (max-width: 768px) {
  .sidebar .submit {
    font-size: 14px;
  }
}
.sidebar .submit:hover, .sidebar .submit:focus {
  background-color: #ffffff;
  color: #045f85;
}
.sidebar form .form-group {
  margin: 0;
  padding: 19px 28px 9px;
  border-bottom: 1px solid #1a446d;
}
.sidebar form .form-group label {
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 13px;
  margin-left: -5px;
  color: #c0e0ff;
}
@media (max-width: 768px) {
  .sidebar form .form-group label {
    font-size: 16px;
  }
}
.sidebar form .form-group select, .sidebar form .form-group option {
  color: #0480b7;
  font-size: 22px;
  height: 40px;
  padding-left: 9px;
  padding-right: 5px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .sidebar form .form-group select, .sidebar form .form-group option {
    font-size: 20px;
  }
}
.sidebar form .submit-wrap {
  padding: 27px;
}
.sidebar form .booking-results {
  padding: 11px 23px 17px;
  border-bottom: 1px solid #1a446d;
}
.sidebar form .booking-results h4 {
  font-size: 18px;
  color: #c0e0ff;
  text-transform: uppercase;
  font-weight: 300;
}
@media (max-width: 768px) {
  .sidebar form .booking-results h4 {
    font-size: 16px;
  }
}
.sidebar form .booking-results p {
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .sidebar form .booking-results p {
    font-size: 20px;
  }
}
.sidebar .btn {
  width: 100%;
}

.content-wrap {
  padding-top: 17px;
}
.content-wrap .block-header h1 {
  margin-bottom: 28px;
}
.content-wrap .content-block {
  width: 100%;
  background-color: #012246;
  margin: 0 0 10px;
  padding: 5px 10px;
}
.content-wrap .content-block h2 {
  padding-bottom: 25px;
}
.content-wrap .content-block .content-item {
  width: 100%;
  padding: 20px 10px 40px;
}
@media (max-width: 768px) {
  .content-wrap .content-block .content-item {
    padding: 20px 10px 20px;
  }
}
.content-wrap .content-block .content-item.first {
  padding: 20px 20px 40px 30px;
}
@media (max-width: 768px) {
  .content-wrap .content-block .content-item.first {
    padding: 20px 10px 20px;
  }
}
@media (max-width: 767px) {
  .content-wrap .content-block .content-item {
    border-bottom: 1px solid #012e53;
  }
}
.content-wrap .content-block ol, .content-wrap .content-block ul {
  color: #ffffff;
  padding: 0;
}
.content-wrap .content-block ul {
  margin: 10px 0;
}
.content-wrap .content-block ul li {
  list-style: disc;
  list-style-type: disc;
  list-style-position: inside;
}
.content-wrap .content-block ol li {
  list-style: decimal;
  list-style-position: inside;
}
.content-wrap .content-block p {
  margin-bottom: 20px;
}

.content-wrap .content-block .requirements-icons li {
  list-style: none;
}

.content-block.padding-left {
  padding-left: 30px;
}

.content-block.padding-right {
  padding-right: 30px;
}

.content-block.padding-top {
  padding-top: 30px;
}

.content-block.padding-top-large {
  padding-top: 130px;
}

.content-block.padding-bottom {
  padding-bottom: 30px;
}

.content-wrap .content-block.opacity-medium {
  background-color: rgba(1, 34, 70, 0.6);
}

.content-wrap .content-block.opacity-high {
  background-color: rgba(1, 34, 70, 0.8);
}

.requirements-icons:after {
  content: " ";
  display: table;
  clear: both;
}
.requirements-icons h3, .requirements-icons .item .info h2, .item .info .requirements-icons h2 {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .requirements-icons h3, .requirements-icons .item .info h2, .item .info .requirements-icons h2 {
    font-size: 20px;
  }
}
.requirements-icons .icon-wrap {
  width: 120px;
  height: 122px;
  position: relative;
  float: left;
  margin: 10px;
}
.requirements-icons .icon-wrap span {
  position: absolute;
  bottom: 0;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .requirements-icons .icon-wrap span {
    font-size: 16px;
  }
}

.content-inner {
  padding: 40px;
}
@media (max-width: 768px) {
  .content-inner {
    padding: 15px;
  }
}

.content-border {
  border-right: 1px solid #012e53;
}
@media (max-width: 767px) {
  .content-border {
    border-bottom: 1px solid #012e53;
  }
}

.collection-details {
  margin: 10px 0;
  padding: 40px 20px;
}
.collection-details h3, .collection-details .item .info h2, .item .info .collection-details h2 {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 0;
  margin-top: 8px;
}
@media (max-width: 768px) {
  .collection-details h3, .collection-details .item .info h2, .item .info .collection-details h2 {
    font-size: 20px;
  }
}
.collection-details .collection-stats-wrap {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.collection-details .collection-stats-wrap .collection-stats {
  list-style: none;
  font-weight: 300;
  width: 50%;
  float: left;
  padding: 0 10px 0 0;
}
@media (max-width: 480px) {
  .collection-details .collection-stats-wrap .collection-stats {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .collection-details .collection-stats-wrap .collection-stats {
    width: 100%;
  }
}
.collection-details .collection-stats-wrap .collection-stats .number {
  font-size: 48px;
  color: #ffffff;
  float: left;
  line-height: 46px;
  margin-right: 5px;
}
.collection-details .collection-stats-wrap .collection-stats .text {
  font-size: 16px;
  color: #c0e0ff;
  line-height: 20px;
  display: inline;
}
.collection-details .btn.btn-default {
  padding: 0;
  font-size: 16px;
  width: 100%;
  transition: background-color 0.2s ease-out;
}
@media (max-width: 480px) {
  .collection-details .btn.btn-default {
    font-size: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .collection-details .btn.btn-default {
    font-size: 12px;
  }
}
.collection-details .btn.btn-default a {
  display: block;
  border-radius: 0;
  text-transform: uppercase;
  padding: 17px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.collection-details .btn.btn-default a:hover, .collection-details .btn.btn-default a:focus {
  color: #045f85;
}

.event-sidebar {
  background-color: #002f5c;
}
.event-sidebar:after {
  content: " ";
  display: table;
  clear: both;
}
.event-sidebar .event-wrap {
  width: 100%;
  float: left;
}
.event-sidebar .event-wrap .event-info {
  font-weight: 300;
  width: 45%;
  max-width: 175px;
  float: left;
  padding: 10px 60px 10px 0;
}
.event-sidebar .event-wrap .event-info.start {
  width: 55%;
  background-size: 16px 16px;
  background-position: 75% 55%;
  background-repeat: no-repeat;
  background-image: url("images/icons/icon-arrow-right.png");
  background-image: url("images/icons/icon-arrow-right-ie8.png") \9 ;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .event-sidebar .event-wrap .event-info.start {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-arrow-right@2x.png");
    background-size: 15px 15px;
  }
}
.event-sidebar .event-wrap .number {
  font-size: 48px;
  color: #ffffff;
  float: left;
  line-height: 46px;
  margin-right: 5px;
}
.event-sidebar .event-wrap .text, .event-sidebar .event-wrap .title {
  font-size: 16px;
  color: #c0e0ff;
  line-height: 20px;
  display: inline;
}
@media (max-width: 480px) {
  .event-sidebar .event-wrap .text, .event-sidebar .event-wrap .title {
    font-size: 14px;
  }
}
.event-sidebar .event-wrap .title {
  display: block;
}
.event-sidebar .event-wrap p {
  margin: 0;
  margin-top: 15px;
}
.event-sidebar .btn.btn-default {
  padding: 0;
  font-size: 16px;
  width: 100%;
  transition: background-color 0.2s ease-out;
}
.event-sidebar .btn.btn-default .icon-facebook:hover, .event-sidebar .btn.btn-default .icon-facebook:focus {
  background-image: url("images/icons/icon-facebook-solid-blue.png");
  background-color: #fff;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .event-sidebar .btn.btn-default .icon-facebook:hover, .event-sidebar .btn.btn-default .icon-facebook:focus {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-facebook-solid-blue@2x.png");
    background-size: 30px 30px;
  }
}
@media (max-width: 480px) {
  .event-sidebar .btn.btn-default {
    font-size: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .event-sidebar .btn.btn-default {
    font-size: 12px;
  }
}
.event-sidebar .btn.btn-default a {
  display: block;
  border-radius: 0;
  text-transform: uppercase;
  padding: 17px 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.event-sidebar .btn.btn-default a:hover, .event-sidebar .btn.btn-default a:focus {
  color: #045f85;
}
.event-sidebar .border-wrap {
  padding: 20px;
  border-bottom: 1px solid #1a446d;
}
.event-sidebar .border-wrap:after {
  content: " ";
  display: table;
  clear: both;
}
.event-sidebar .border-wrap:last-child {
  border: 0;
}
.event-sidebar a.maps-link {
  text-align: right;
  float: right;
}

.progress {
  border-radius: 0;
  margin: 38px 0;
}
.progress .progress-bar {
  background-color: #8dc63f;
}

#cboxOverlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 250;
}

#colorbox {
  z-index: 300;
}

#cboxClose {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-appearance: none;
  overflow: hidden;
  text-indent: -999px;
  border: 1px solid #fff;
  background-image: url("images/icons/icon-close.png");
  background-repeat: no-repeat;
  background-position: center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  #cboxClose {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-close@2x.png");
    background-size: 20px 20px;
  }
}
#cboxClose:hover, #cboxClose:focus {
  border: 1px solid #045f85;
}

.podcast-item {
  clear: both;
  margin-bottom: 1.875em;
  font-weight: 300;
}
.podcast-item:after {
  content: "";
  display: table;
  clear: both;
}
.podcast-item .podcast-image-wrapper {
  width: 8.875em;
  float: left;
  margin-right: -8.875em;
}
.podcast-item .podcast-image-wrapper img {
  width: 100%;
  height: auto;
}
.podcast-item .menu li {
  list-style: none !important;
}
.podcast-item .menu li a:hover, .podcast-item .menu li a:focus {
  color: #fff;
}
.podcast-item .field-inline {
  margin-top: 0;
}
.podcast-item .podcast-content {
  float: left;
  width: 100%;
}
.podcast-item .podcast-content .podcast-content-inner {
  padding-left: 9.375em;
}
@media (max-width: 768px) {
  .podcast-item .podcast-image-wrapper {
    float: none;
    margin: 0 0 1.25em 0;
  }
  .podcast-item .podcast-content {
    float: none;
  }
  .podcast-item .podcast-content .podcast-content-inner {
    padding-left: 0;
  }
}
.podcast-item .links-menu {
  font-size: 0.875em;
  clear: both;
}
.podcast-item .links-menu:after {
  content: "";
  display: table;
  clear: both;
}
.podcast-item .links-menu li {
  float: left;
  line-height: 1em;
  margin-right: 0.625em;
  padding-right: 0.625em;
  border-right: 1px solid #fff;
}
.podcast-item .links-menu li a {
  text-decoration: underline;
}
.podcast-item .links-menu .last {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.jp-interface button {
  display: block;
  float: left;
  overflow: hidden;
  text-indent: -9999px;
  border: none;
  cursor: pointer;
}

.jp-player-top {
  margin-bottom: 0.625em;
  clear: both;
  position: relative;
}
.jp-player-top:after {
  content: "";
  display: table;
  clear: both;
}
.jp-player-top .jp-title {
  color: #fff;
  font-size: 1.5em;
}
@media (max-width: 768px) {
  .jp-player-top .jp-title {
    padding-right: 1.875em;
  }
}
.jp-player-top .title-link-wrapper {
  display: inline-block;
  font-size: 1.375em;
  margin-bottom: 0.625em;
}
.jp-player-top .small-description {
  font-size: 0.875em;
  color: #fff;
}

.jp-controls-holder {
  position: relative;
  clear: both;
  margin-bottom: 1.25em;
}
.jp-controls-holder:after {
  content: "";
  display: table;
  clear: both;
}
.jp-controls-holder .jp-progress {
  position: absolute;
  left: 2.5em;
  right: 3.125em;
}
.jp-controls-holder .jp-duration {
  position: absolute;
  right: 0;
  top: 0.5em;
  font-size: 0.875em;
  color: #ffffff;
}

.jp-play {
  width: 2.5em;
  height: 2.5em;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("images/icons/icon-play.png");
  margin-right: 0.625em;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .jp-play {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-play@2x.png");
    background-size: 20px 20px;
  }
}
.jp-play:hover, .jp-play:focus {
  background-color: #eee;
}

.jp-state-playing .jp-play {
  background-image: url("images/icons/icon-pause.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .jp-state-playing .jp-play {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-pause@2x.png");
    background-size: 20px 20px;
  }
}

/* @end */
/* @group progress bar */
.jp-progress {
  overflow: hidden;
  background-color: #ddd;
  height: 2.5em;
}

.jp-seek-bar {
  background: #eee;
  width: 0px;
  height: 100%;
  cursor: pointer;
}

.jp-play-bar {
  background: #0693ce;
  width: 0px;
  height: 100%;
}

/* The seeking class is added/removed inside jPlayer */
.jp-seeking-bg {
  background: #fff;
}

.jp-duration {
  cursor: pointer;
}

.jp-jplayer audio,
.jp-jplayer {
  width: 0px;
  height: 0px;
}

.jp-jplayer {
  background-color: #000000;
}

/* @end */
/* @group NO SOLUTION error feedback */
.jp-no-solution {
  padding: 0.625em;
  background-color: #eee;
  border: 2px solid red;
  color: #000;
  display: none;
  text-align: center;
  font-size: 0.875em;
}

.jp-no-solution span {
  display: block;
  font-weight: bold;
}

/* @end */
/**
 * @file
 * The "skip link".
 *
 * To make the link completely hidden until a user tabs to the link, combine it
 * with the visually-hidden component.
 */
#skip {
  background-color: #045f85;
  width: 100%;
  text-align: center;
}

#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: #fff;
}

#skip a:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 5px 0;
}

.media-outer {
  margin: 40px 0 50px 0;
}
.media-outer h3, .media-outer .item .info h2, .item .info .media-outer h2 {
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 768px) {
  .media-outer h3, .media-outer .item .info h2, .item .info .media-outer h2 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .media-outer .media {
    margin-top: 40px;
  }
}
.media-outer h4.media-heading {
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0 10px;
}
@media (max-width: 768px) {
  .media-outer h4.media-heading {
    font-size: 14px;
  }
}
.media-outer .media-object-image {
  max-width: none;
  width: 130px;
  height: 130px;
}
@media (max-width: 480px) {
  .media-outer .media-object-image {
    width: 70px;
    height: 70px;
  }
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.help-block {
  color: #f0ad4e;
  font-size: 18px;
}
@media (max-width: 768px) {
  .help-block {
    font-size: 16px;
  }
}

main form {
  width: 100%;
}
main form input[type=text], main form input[type=password], main form input[type=date], main form input[type=datetime], main form input[type=datetime-local], main form input[type=month], main form input[type=week], main form input[type=email], main form input[type=number], main form input[type=search], main form input[type=tel], main form input[type=time], main form input[type=url], main form input[type=color] {
  display: block;
  color: #012246;
  border-radius: 5px;
  border: 3px solid transparent;
}
main form input[type=text]:hover, main form input[type=text]:focus, main form input[type=password]:hover, main form input[type=password]:focus, main form input[type=date]:hover, main form input[type=date]:focus, main form input[type=datetime]:hover, main form input[type=datetime]:focus, main form input[type=datetime-local]:hover, main form input[type=datetime-local]:focus, main form input[type=month]:hover, main form input[type=month]:focus, main form input[type=week]:hover, main form input[type=week]:focus, main form input[type=email]:hover, main form input[type=email]:focus, main form input[type=number]:hover, main form input[type=number]:focus, main form input[type=search]:hover, main form input[type=search]:focus, main form input[type=tel]:hover, main form input[type=tel]:focus, main form input[type=time]:hover, main form input[type=time]:focus, main form input[type=url]:hover, main form input[type=url]:focus, main form input[type=color]:hover, main form input[type=color]:focus {
  border: 3px solid #5bc0de;
}
main form input[type=password] {
  border: 3px solid transparent !important;
}
main form input[type=password]:hover, main form input[type=password]:focus {
  border: 3px solid #5bc0de !important;
}
main form label {
  display: block;
}
main form textarea {
  width: 100%;
  border-radius: 5px;
}

main input[type=file] {
  color: #ffffff;
  width: 100%;
}

.required {
  position: relative;
}
.required .required-icon {
  color: red;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  top: 4px;
  right: -13px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.has-error .form-control {
  border: 1px solid #a94442;
}

main select {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) { /*safari and chrome*/
  main select {
    height: 40px;
    line-height: 30px;
    background: #f4f4f4;
  }
}
main select::-moz-focus-inner { /*Remove button padding in FF*/
  border: 0;
  padding: 0;
}

@media screen\0  { /* IE Hacks: targets IE 8, 9 and 10 */
  main select {
    height: 40px;
    line-height: 30px;
  }
}
.submit, button.submit {
  border: 0;
}

@media (min-width: 1024px) {
  .related-items a.item-wrapper:hover .item > .info, .related-items a.item-wrapper:focus .item > .info, .related-items div.item-wrapper:hover .item > .info, .related-items div.item-wrapper:focus .item > .info {
    height: 100%;
    transition: height 0.2s ease-out, padding-top 0.2s ease-out !important;
  }
  .related-items a.item-wrapper:hover .item > .info .info-additional, .related-items a.item-wrapper:focus .item > .info .info-additional, .related-items div.item-wrapper:hover .item > .info .info-additional, .related-items div.item-wrapper:focus .item > .info .info-additional {
    transition: height 0.2s ease-out, padding-top 0.2s ease-out !important;
    position: static;
    clip: auto;
    height: auto;
    width: auto;
    overflow: auto;
  }
}
.related-items div.item-wrapper {
  margin-top: 10px;
}
.related-items .item {
  overflow: hidden;
}
.related-items .item .image-event {
  margin-left: 1px;
}
.related-items .item .info {
  padding: 20px 20px 10px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .related-items .item .info {
    height: 85px;
  }
}
.related-items .item .info h2 {
  padding: 0;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 300;
}
@media (min-width: 1024px) {
  .related-items .item .info {
    transition: height 0.3s ease-in, padding-top 0.3s ease-in !important;
  }
}
.related-items .item .info .info-additional {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
  font-size: 16px;
}
@media (max-width: 1024px) {
  .related-items .item .info .info-additional {
    display: none;
  }
}

.flexslider {
  margin-bottom: 10px;
}

.flex-control-nav {
  float: right;
}

@media (max-width: 768px) {
  .flex-control-thumbs {
    display: none;
  }
}
.flex-control-thumbs li {
  width: 100px;
  margin-right: 10px;
  float: left;
  cursor: pointer;
}
.flex-control-thumbs li img {
  border: 1px solid transparent;
  top: 0 !important;
  transform: translateY(0) !important;
}
.flex-control-thumbs li img:hover, .flex-control-thumbs li img:focus {
  border: 1px solid #045f85;
}
.flex-control-thumbs li .flex-active {
  border: 1px solid #045f85;
}

.flex-active {
  border: 1px solid blue;
}

.flex-control-thumbs {
  position: absolute;
  bottom: 0;
  right: 10px;
}

.lt-ie9 .slider .flexslider li img {
  top: 0;
}

.slider .flexslider {
  width: 100%;
  position: relative;
}
.slider .flexslider ul.slides {
  height: 300px;
  overflow: hidden;
}
@media (max-width: 760px) {
  .slider .flexslider ul.slides {
    height: 200px;
  }
}
.slider .flexslider li {
  overflow: hidden;
  height: 100%;
}
.slider .flexslider li img {
  width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.slider .flexslider .pause-play-toggle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 50;
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #fff;
  overflow: hidden;
  text-indent: -999px;
  background-image: url("images/icons/icon-pause.png");
  background-position: center;
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .slider .flexslider .pause-play-toggle {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-pause@2x.png");
    background-size: 20px 20px;
  }
}
.slider .flexslider .pause-play-toggle:hover, .slider .flexslider .pause-play-toggle:focus {
  border: 1px solid #012246;
}
.slider .flexslider .play-active {
  background-image: url("images/icons/icon-play.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .slider .flexslider .play-active {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-play@2x.png");
    background-size: 20px 20px;
  }
}

.flex-direction-nav {
  position: absolute;
  bottom: 50%;
  margin-bottom: -20px;
  left: 20px;
  right: 20px;
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.flex-direction-nav li a {
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #fff;
}
.flex-direction-nav li a:hover, .flex-direction-nav li a:focus {
  border: 1px solid #012246;
}
.flex-direction-nav li.flex-nav-prev {
  float: left;
}
.flex-direction-nav li.flex-nav-prev a.flex-prev {
  background-position: 8px center;
  background-image: url("images/icons/icon-angle-left-blue.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .flex-direction-nav li.flex-nav-prev a.flex-prev {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-angle-left-blue@2x.png");
    background-size: 20px 20px;
  }
}
.flex-direction-nav li.flex-nav-next {
  float: right;
}
.flex-direction-nav li.flex-nav-next a.flex-next {
  background-position: 10px center;
  background-image: url("images/icons/icon-angle-right-blue.png");
}
@media (min--moz-device-pixel-ratio: 1.3), (-o-min-device-pixel-ratio: 2.6/2), (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .flex-direction-nav li.flex-nav-next a.flex-next {
    /* on retina, use image that's scaled by 2 */
    background-image: url("images/icons/icon-angle-right-blue@2x.png");
    background-size: 20px 20px;
  }
}

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

@media (min-width: 480px) and (max-width: 992px) {
  .tb-tour-block {
    min-height: 120rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .tb-tour-block {
    min-height: 118rem;
  }
}
@media (max-width: 992px) {
  .tb-tour-block h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 992px) {
  .tb-tour-block h3, .tb-tour-block .item .info h2, .item .info .tb-tour-block h2 {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .tb-tour-block p {
    font-size: 0.85rem;
  }
}

.bg-red {
  background-color: red;
}

.bg-aphblue-dark {
  background-color: #0A2245;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

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

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

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-regular-400.eot");
  src: url("../fonts/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/webfonts/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/webfonts/fa-solid-900.eot");
  src: url("../fonts/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-solid-900.woff2") format("woff2"), url("../fonts/webfonts/fa-solid-900.woff") format("woff"), url("../fonts/webfonts/fa-solid-900.ttf") format("truetype"), url("../fonts/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/webfonts/fa-brands-400.eot");
  src: url("../fonts/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/webfonts/fa-brands-400.woff2") format("woff2"), url("../fonts/webfonts/fa-brands-400.woff") format("woff"), url("../fonts/webfonts/fa-brands-400.ttf") format("truetype"), url("../fonts/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
  content: "\f000";
}

.fa.fa-meetup {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-star-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-o:before {
  content: "\f005";
}

.fa.fa-remove:before {
  content: "\f00d";
}

.fa.fa-close:before {
  content: "\f00d";
}

.fa.fa-gear:before {
  content: "\f013";
}

.fa.fa-trash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-trash-o:before {
  content: "\f2ed";
}

.fa.fa-file-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-o:before {
  content: "\f15b";
}

.fa.fa-clock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-clock-o:before {
  content: "\f017";
}

.fa.fa-arrow-circle-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-down:before {
  content: "\f358";
}

.fa.fa-arrow-circle-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-up:before {
  content: "\f35b";
}

.fa.fa-play-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-play-circle-o:before {
  content: "\f144";
}

.fa.fa-repeat:before {
  content: "\f01e";
}

.fa.fa-rotate-right:before {
  content: "\f01e";
}

.fa.fa-refresh:before {
  content: "\f021";
}

.fa.fa-list-alt {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dedent:before {
  content: "\f03b";
}

.fa.fa-video-camera:before {
  content: "\f03d";
}

.fa.fa-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-picture-o:before {
  content: "\f03e";
}

.fa.fa-photo {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-photo:before {
  content: "\f03e";
}

.fa.fa-image {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-image:before {
  content: "\f03e";
}

.fa.fa-pencil:before {
  content: "\f303";
}

.fa.fa-map-marker:before {
  content: "\f3c5";
}

.fa.fa-pencil-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pencil-square-o:before {
  content: "\f044";
}

.fa.fa-share-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-share-square-o:before {
  content: "\f14d";
}

.fa.fa-check-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-square-o:before {
  content: "\f14a";
}

.fa.fa-arrows:before {
  content: "\f0b2";
}

.fa.fa-times-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-circle-o:before {
  content: "\f057";
}

.fa.fa-check-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-check-circle-o:before {
  content: "\f058";
}

.fa.fa-mail-forward:before {
  content: "\f064";
}

.fa.fa-expand:before {
  content: "\f424";
}

.fa.fa-compress:before {
  content: "\f422";
}

.fa.fa-eye {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eye-slash {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-warning:before {
  content: "\f071";
}

.fa.fa-calendar:before {
  content: "\f073";
}

.fa.fa-arrows-v:before {
  content: "\f338";
}

.fa.fa-arrows-h:before {
  content: "\f337";
}

.fa.fa-bar-chart {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart:before {
  content: "\f080";
}

.fa.fa-bar-chart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bar-chart-o:before {
  content: "\f080";
}

.fa.fa-twitter-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gears:before {
  content: "\f085";
}

.fa.fa-thumbs-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-up:before {
  content: "\f164";
}

.fa.fa-thumbs-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-thumbs-o-down:before {
  content: "\f165";
}

.fa.fa-heart-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-heart-o:before {
  content: "\f004";
}

.fa.fa-sign-out:before {
  content: "\f2f5";
}

.fa.fa-linkedin-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin-square:before {
  content: "\f08c";
}

.fa.fa-thumb-tack:before {
  content: "\f08d";
}

.fa.fa-external-link:before {
  content: "\f35d";
}

.fa.fa-sign-in:before {
  content: "\f2f6";
}

.fa.fa-github-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lemon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lemon-o:before {
  content: "\f094";
}

.fa.fa-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-square-o:before {
  content: "\f0c8";
}

.fa.fa-bookmark-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bookmark-o:before {
  content: "\f02e";
}

.fa.fa-twitter {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook:before {
  content: "\f39e";
}

.fa.fa-facebook-f {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-f:before {
  content: "\f39e";
}

.fa.fa-github {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-feed:before {
  content: "\f09e";
}

.fa.fa-hdd-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hdd-o:before {
  content: "\f0a0";
}

.fa.fa-hand-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa.fa-hand-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa.fa-hand-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa.fa-hand-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa.fa-arrows-alt:before {
  content: "\f31e";
}

.fa.fa-group:before {
  content: "\f0c0";
}

.fa.fa-chain:before {
  content: "\f0c1";
}

.fa.fa-scissors:before {
  content: "\f0c4";
}

.fa.fa-files-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-files-o:before {
  content: "\f0c5";
}

.fa.fa-floppy-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-floppy-o:before {
  content: "\f0c7";
}

.fa.fa-navicon:before {
  content: "\f0c9";
}

.fa.fa-reorder:before {
  content: "\f0c9";
}

.fa.fa-pinterest {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pinterest-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus:before {
  content: "\f0d5";
}

.fa.fa-money {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-money:before {
  content: "\f3d1";
}

.fa.fa-unsorted:before {
  content: "\f0dc";
}

.fa.fa-sort-desc:before {
  content: "\f0dd";
}

.fa.fa-sort-asc:before {
  content: "\f0de";
}

.fa.fa-linkedin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linkedin:before {
  content: "\f0e1";
}

.fa.fa-rotate-left:before {
  content: "\f0e2";
}

.fa.fa-legal:before {
  content: "\f0e3";
}

.fa.fa-tachometer:before {
  content: "\f3fd";
}

.fa.fa-dashboard:before {
  content: "\f3fd";
}

.fa.fa-comment-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comment-o:before {
  content: "\f075";
}

.fa.fa-comments-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-comments-o:before {
  content: "\f086";
}

.fa.fa-flash:before {
  content: "\f0e7";
}

.fa.fa-clipboard {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paste:before {
  content: "\f328";
}

.fa.fa-lightbulb-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa.fa-exchange:before {
  content: "\f362";
}

.fa.fa-cloud-download:before {
  content: "\f381";
}

.fa.fa-cloud-upload:before {
  content: "\f382";
}

.fa.fa-bell-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-o:before {
  content: "\f0f3";
}

.fa.fa-cutlery:before {
  content: "\f2e7";
}

.fa.fa-file-text-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-text-o:before {
  content: "\f15c";
}

.fa.fa-building-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-building-o:before {
  content: "\f1ad";
}

.fa.fa-hospital-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hospital-o:before {
  content: "\f0f8";
}

.fa.fa-tablet:before {
  content: "\f3fa";
}

.fa.fa-mobile:before {
  content: "\f3cd";
}

.fa.fa-mobile-phone:before {
  content: "\f3cd";
}

.fa.fa-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-o:before {
  content: "\f111";
}

.fa.fa-mail-reply:before {
  content: "\f3e5";
}

.fa.fa-github-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-folder-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-o:before {
  content: "\f07b";
}

.fa.fa-folder-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-folder-open-o:before {
  content: "\f07c";
}

.fa.fa-smile-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-smile-o:before {
  content: "\f118";
}

.fa.fa-frown-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-frown-o:before {
  content: "\f119";
}

.fa.fa-meh-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-meh-o:before {
  content: "\f11a";
}

.fa.fa-keyboard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-keyboard-o:before {
  content: "\f11c";
}

.fa.fa-flag-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-flag-o:before {
  content: "\f024";
}

.fa.fa-mail-reply-all:before {
  content: "\f122";
}

.fa.fa-star-half-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-o:before {
  content: "\f089";
}

.fa.fa-star-half-empty {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-empty:before {
  content: "\f089";
}

.fa.fa-star-half-full {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-star-half-full:before {
  content: "\f089";
}

.fa.fa-code-fork:before {
  content: "\f126";
}

.fa.fa-chain-broken:before {
  content: "\f127";
}

.fa.fa-shield:before {
  content: "\f3ed";
}

.fa.fa-calendar-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-o:before {
  content: "\f133";
}

.fa.fa-maxcdn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-html5 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-css3 {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ticket:before {
  content: "\f3ff";
}

.fa.fa-minus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-minus-square-o:before {
  content: "\f146";
}

.fa.fa-level-up:before {
  content: "\f3bf";
}

.fa.fa-level-down:before {
  content: "\f3be";
}

.fa.fa-pencil-square:before {
  content: "\f14b";
}

.fa.fa-external-link-square:before {
  content: "\f360";
}

.fa.fa-compass {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa.fa-toggle-down {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-down:before {
  content: "\f150";
}

.fa.fa-caret-square-o-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa.fa-toggle-up {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-up:before {
  content: "\f151";
}

.fa.fa-caret-square-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa.fa-toggle-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-right:before {
  content: "\f152";
}

.fa.fa-eur:before {
  content: "\f153";
}

.fa.fa-euro:before {
  content: "\f153";
}

.fa.fa-gbp:before {
  content: "\f154";
}

.fa.fa-usd:before {
  content: "\f155";
}

.fa.fa-dollar:before {
  content: "\f155";
}

.fa.fa-inr:before {
  content: "\f156";
}

.fa.fa-rupee:before {
  content: "\f156";
}

.fa.fa-jpy:before {
  content: "\f157";
}

.fa.fa-cny:before {
  content: "\f157";
}

.fa.fa-rmb:before {
  content: "\f157";
}

.fa.fa-yen:before {
  content: "\f157";
}

.fa.fa-rub:before {
  content: "\f158";
}

.fa.fa-ruble:before {
  content: "\f158";
}

.fa.fa-rouble:before {
  content: "\f158";
}

.fa.fa-krw:before {
  content: "\f159";
}

.fa.fa-won:before {
  content: "\f159";
}

.fa.fa-btc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitcoin:before {
  content: "\f15a";
}

.fa.fa-file-text:before {
  content: "\f15c";
}

.fa.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa.fa-sort-alpha-desc:before {
  content: "\f881";
}

.fa.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa.fa-sort-amount-desc:before {
  content: "\f884";
}

.fa.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa.fa-sort-numeric-desc:before {
  content: "\f886";
}

.fa.fa-youtube-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-xing-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-youtube-play:before {
  content: "\f167";
}

.fa.fa-dropbox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-overflow {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-instagram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-flickr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-adn {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bitbucket-square:before {
  content: "\f171";
}

.fa.fa-tumblr {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tumblr-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-long-arrow-down:before {
  content: "\f309";
}

.fa.fa-long-arrow-up:before {
  content: "\f30c";
}

.fa.fa-long-arrow-left:before {
  content: "\f30a";
}

.fa.fa-long-arrow-right:before {
  content: "\f30b";
}

.fa.fa-apple {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-windows {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-android {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-linux {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dribbble {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skype {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-foursquare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-trello {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gratipay {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gittip:before {
  content: "\f184";
}

.fa.fa-sun-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sun-o:before {
  content: "\f185";
}

.fa.fa-moon-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-moon-o:before {
  content: "\f186";
}

.fa.fa-vk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-renren {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pagelines {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stack-exchange {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-right:before {
  content: "\f35a";
}

.fa.fa-arrow-circle-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-arrow-circle-o-left:before {
  content: "\f359";
}

.fa.fa-caret-square-o-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa.fa-toggle-left {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-toggle-left:before {
  content: "\f191";
}

.fa.fa-dot-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-dot-circle-o:before {
  content: "\f192";
}

.fa.fa-vimeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-try:before {
  content: "\f195";
}

.fa.fa-turkish-lira:before {
  content: "\f195";
}

.fa.fa-plus-square-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-plus-square-o:before {
  content: "\f0fe";
}

.fa.fa-slack {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wordpress {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-openid {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-institution:before {
  content: "\f19c";
}

.fa.fa-bank:before {
  content: "\f19c";
}

.fa.fa-mortar-board:before {
  content: "\f19d";
}

.fa.fa-yahoo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-stumbleupon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-delicious {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-digg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-pp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-drupal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-joomla {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-spoon:before {
  content: "\f2e5";
}

.fa.fa-behance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-behance-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-steam-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-automobile:before {
  content: "\f1b9";
}

.fa.fa-envelope-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-o:before {
  content: "\f0e0";
}

.fa.fa-spotify {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-deviantart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-soundcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-file-pdf-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa.fa-file-word-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-word-o:before {
  content: "\f1c2";
}

.fa.fa-file-excel-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa.fa-file-powerpoint-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa.fa-file-image-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-image-o:before {
  content: "\f1c5";
}

.fa.fa-file-photo-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-photo-o:before {
  content: "\f1c5";
}

.fa.fa-file-picture-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-picture-o:before {
  content: "\f1c5";
}

.fa.fa-file-archive-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa.fa-file-zip-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-zip-o:before {
  content: "\f1c6";
}

.fa.fa-file-audio-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa.fa-file-sound-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-sound-o:before {
  content: "\f1c7";
}

.fa.fa-file-video-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-video-o:before {
  content: "\f1c8";
}

.fa.fa-file-movie-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-movie-o:before {
  content: "\f1c8";
}

.fa.fa-file-code-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-file-code-o:before {
  content: "\f1c9";
}

.fa.fa-vine {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-codepen {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-jsfiddle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-life-ring {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-bouy:before {
  content: "\f1cd";
}

.fa.fa-life-buoy {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-buoy:before {
  content: "\f1cd";
}

.fa.fa-life-saver {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-life-saver:before {
  content: "\f1cd";
}

.fa.fa-support {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-support:before {
  content: "\f1cd";
}

.fa.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa.fa-rebel {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ra:before {
  content: "\f1d0";
}

.fa.fa-resistance {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-resistance:before {
  content: "\f1d0";
}

.fa.fa-empire {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ge:before {
  content: "\f1d1";
}

.fa.fa-git-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-git {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hacker-news {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator-square:before {
  content: "\f1d4";
}

.fa.fa-yc-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc-square:before {
  content: "\f1d4";
}

.fa.fa-tencent-weibo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-qq {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-weixin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wechat:before {
  content: "\f1d7";
}

.fa.fa-send:before {
  content: "\f1d8";
}

.fa.fa-paper-plane-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-paper-plane-o:before {
  content: "\f1d8";
}

.fa.fa-send-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-send-o:before {
  content: "\f1d8";
}

.fa.fa-circle-thin {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-circle-thin:before {
  content: "\f111";
}

.fa.fa-header:before {
  content: "\f1dc";
}

.fa.fa-sliders:before {
  content: "\f1de";
}

.fa.fa-futbol-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-futbol-o:before {
  content: "\f1e3";
}

.fa.fa-soccer-ball-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-soccer-ball-o:before {
  content: "\f1e3";
}

.fa.fa-slideshare {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-twitch {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yelp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-newspaper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa.fa-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-wallet {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-visa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-mastercard {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-discover {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-amex {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-paypal {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-stripe {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bell-slash-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-bell-slash-o:before {
  content: "\f1f6";
}

.fa.fa-trash:before {
  content: "\f2ed";
}

.fa.fa-copyright {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-eyedropper:before {
  content: "\f1fb";
}

.fa.fa-area-chart:before {
  content: "\f1fe";
}

.fa.fa-pie-chart:before {
  content: "\f200";
}

.fa.fa-line-chart:before {
  content: "\f201";
}

.fa.fa-lastfm {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-lastfm-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ioxhost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-angellist {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-cc:before {
  content: "\f20a";
}

.fa.fa-ils:before {
  content: "\f20b";
}

.fa.fa-shekel:before {
  content: "\f20b";
}

.fa.fa-sheqel:before {
  content: "\f20b";
}

.fa.fa-meanpath {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-meanpath:before {
  content: "\f2b4";
}

.fa.fa-buysellads {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-connectdevelop {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-dashcube {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-forumbee {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-leanpub {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-sellsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-shirtsinbulk {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-simplybuilt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-skyatlas {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-diamond {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-diamond:before {
  content: "\f3a5";
}

.fa.fa-intersex:before {
  content: "\f224";
}

.fa.fa-facebook-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-facebook-official:before {
  content: "\f09a";
}

.fa.fa-pinterest-p {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-whatsapp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-hotel:before {
  content: "\f236";
}

.fa.fa-viacoin {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-medium {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-y-combinator {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yc:before {
  content: "\f23b";
}

.fa.fa-optin-monster {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opencart {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-expeditedssl {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-battery-4:before {
  content: "\f240";
}

.fa.fa-battery:before {
  content: "\f240";
}

.fa.fa-battery-3:before {
  content: "\f241";
}

.fa.fa-battery-2:before {
  content: "\f242";
}

.fa.fa-battery-1:before {
  content: "\f243";
}

.fa.fa-battery-0:before {
  content: "\f244";
}

.fa.fa-object-group {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-object-ungroup {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-sticky-note-o:before {
  content: "\f249";
}

.fa.fa-cc-jcb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cc-diners-club {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-clone {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hourglass-o:before {
  content: "\f254";
}

.fa.fa-hourglass-1:before {
  content: "\f251";
}

.fa.fa-hourglass-2:before {
  content: "\f252";
}

.fa.fa-hourglass-3:before {
  content: "\f253";
}

.fa.fa-hand-rock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-rock-o:before {
  content: "\f255";
}

.fa.fa-hand-grab-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-grab-o:before {
  content: "\f255";
}

.fa.fa-hand-paper-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-paper-o:before {
  content: "\f256";
}

.fa.fa-hand-stop-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-stop-o:before {
  content: "\f256";
}

.fa.fa-hand-scissors-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa.fa-hand-lizard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa.fa-hand-spock-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-spock-o:before {
  content: "\f259";
}

.fa.fa-hand-pointer-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa.fa-hand-peace-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa.fa-registered {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-creative-commons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gg-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-tripadvisor {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-odnoklassniki-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-get-pocket {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wikipedia-w {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-safari {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-chrome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-firefox {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-opera {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-internet-explorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-television:before {
  content: "\f26c";
}

.fa.fa-contao {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-500px {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-amazon {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-calendar-plus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa.fa-calendar-minus-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa.fa-calendar-times-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-times-o:before {
  content: "\f273";
}

.fa.fa-calendar-check-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-calendar-check-o:before {
  content: "\f274";
}

.fa.fa-map-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-map-o:before {
  content: "\f279";
}

.fa.fa-commenting:before {
  content: "\f4ad";
}

.fa.fa-commenting-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-commenting-o:before {
  content: "\f4ad";
}

.fa.fa-houzz {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-vimeo:before {
  content: "\f27d";
}

.fa.fa-black-tie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fonticons {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-reddit-alien {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-edge {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-credit-card-alt:before {
  content: "\f09d";
}

.fa.fa-codiepie {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-modx {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fort-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-usb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-product-hunt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-mixcloud {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-scribd {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pause-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-pause-circle-o:before {
  content: "\f28b";
}

.fa.fa-stop-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-stop-circle-o:before {
  content: "\f28d";
}

.fa.fa-bluetooth {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-bluetooth-b {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-gitlab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpbeginner {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpforms {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-envira {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wheelchair-alt:before {
  content: "\f368";
}

.fa.fa-question-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-question-circle-o:before {
  content: "\f059";
}

.fa.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa.fa-asl-interpreting:before {
  content: "\f2a3";
}

.fa.fa-deafness:before {
  content: "\f2a4";
}

.fa.fa-hard-of-hearing:before {
  content: "\f2a4";
}

.fa.fa-glide {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-glide-g {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-signing:before {
  content: "\f2a7";
}

.fa.fa-viadeo {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-viadeo-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-ghost {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-snapchat-square {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-pied-piper {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-first-order {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-yoast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-themeisle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa.fa-google-plus-circle {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-google-plus-circle:before {
  content: "\f2b3";
}

.fa.fa-font-awesome {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-fa:before {
  content: "\f2b4";
}

.fa.fa-handshake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-handshake-o:before {
  content: "\f2b5";
}

.fa.fa-envelope-open-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-envelope-open-o:before {
  content: "\f2b6";
}

.fa.fa-linode {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-address-book-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-book-o:before {
  content: "\f2b9";
}

.fa.fa-vcard:before {
  content: "\f2bb";
}

.fa.fa-address-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-address-card-o:before {
  content: "\f2bb";
}

.fa.fa-vcard-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-vcard-o:before {
  content: "\f2bb";
}

.fa.fa-user-circle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-circle-o:before {
  content: "\f2bd";
}

.fa.fa-user-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-user-o:before {
  content: "\f007";
}

.fa.fa-id-badge {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license:before {
  content: "\f2c2";
}

.fa.fa-id-card-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-id-card-o:before {
  content: "\f2c2";
}

.fa.fa-drivers-license-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-drivers-license-o:before {
  content: "\f2c2";
}

.fa.fa-quora {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-free-code-camp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-telegram {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-thermometer-4:before {
  content: "\f2c7";
}

.fa.fa-thermometer:before {
  content: "\f2c7";
}

.fa.fa-thermometer-3:before {
  content: "\f2c8";
}

.fa.fa-thermometer-2:before {
  content: "\f2c9";
}

.fa.fa-thermometer-1:before {
  content: "\f2ca";
}

.fa.fa-thermometer-0:before {
  content: "\f2cb";
}

.fa.fa-bathtub:before {
  content: "\f2cd";
}

.fa.fa-s15:before {
  content: "\f2cd";
}

.fa.fa-window-maximize {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-restore {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle:before {
  content: "\f410";
}

.fa.fa-window-close-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-window-close-o:before {
  content: "\f410";
}

.fa.fa-times-rectangle-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-times-rectangle-o:before {
  content: "\f410";
}

.fa.fa-bandcamp {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-grav {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-etsy {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-imdb {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-ravelry {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-eercast:before {
  content: "\f2da";
}

.fa.fa-snowflake-o {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}

.fa.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa.fa-superpowers {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-wpexplorer {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

.fa.fa-cab:before {
  content: "\f1ba";
}

.btn-news-track {
  top: -6px;
  margin-left: 10px !important;
  border-radius: 6px;
}

.news-filter-dd {
  color: #222;
  border: 1px solid #c1c1c1;
  height: 2.6rem;
  vertical-align: top;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  min-width: 5rem;
  padding-right: 1.5rem;
}

.news-title {
  margin-bottom: 0rem !important;
  float: left;
  margin-top: 1rem;
}

.news-filters {
  float: right;
}
.news-filters .dd-label {
  display: inline-block;
  width: 6rem;
  font-size: 0.85rem;
}
.news-filters .dd-label-date {
  width: 6rem;
}
.news-filters .dd-label-search {
  width: 10rem;
}
.news-filters .dd-label-sort {
  width: 13rem;
}
.news-filters .dd-label .dd {
  display: inline-block;
  margin-top: 0rem;
  margin-left: 0rem;
}

.news-panel {
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #333;
  background: #f9f9f9;
  box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
  margin: 1.25rem 1.25rem 1rem 1.25rem;
  padding-top: 0rem;
}
.news-panel img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.news-panel .news-panel-content {
  padding: 1rem;
}
.news-panel .news-panel-content h2 {
  margin-top: 0rem;
}

.media-panel {
  margin-bottom: 1rem;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  color: #333;
  background: #f9f9f9;
  box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
  padding: 0.7rem;
  padding-top: 0rem;
}
.media-panel img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.media-panel .media-panel-content {
  padding: 1rem;
}
.media-panel .media-panel-content h2 {
  margin-top: 0rem;
}
.media-panel .media-panel-content p {
  margin-bottom: 0rem;
}

.news-tag-wrapper {
  margin-top: 10px;
}

.news-tag {
  margin-right: 0.2rem;
  background: #4275ae;
  padding: 0.25rem 0.5rem;
  border-radius: 5px;
  font-size: 0.85rem;
  color: white;
}

.news-tag:hover {
  color: white;
}

.masonry-item {
  float: left;
}

.masonry-item,
.grid-sizer {
  width: 50%;
}

.masonry-item-small,
.grid-sizer-small {
  width: 33.33%;
}

@media only screen and (max-width: 1000px) {
  .masonry-item-small,
  .grid-sizer-small {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .masonry-item-small,
  .grid-sizer-small {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .masonry-item,
  .grid-sizer {
    width: 100%;
  }
}
.news-home-page .filters-button-group {
  margin: 0px;
}

.news-top-filters .filters-button-group .button {
  margin: 0.25rem;
  background-color: #4275ae;
  padding: 0.25rem 0.7rem;
  border-radius: 5px;
  font-weight: 500;
  text-transform: none;
}
.news-top-filters .filters-button-group .button:hover,
.news-top-filters .filters-button-group .button:focus,
.news-top-filters .filters-button-group .button.is-checked {
  background-color: #045f85;
  color: white;
  font-weight: 500;
}

.news-panel-content .filters-button-group .button {
  font-size: 0.85rem;
  padding: 0.25rem 0.5rem;
  background-color: #4275ae;
  font-weight: normal;
  text-transform: none;
  margin-right: 5px;
}
.news-panel-content .filters-button-group .button:hover,
.news-panel-content .filters-button-group .button:focus,
.news-panel-content .filters-button-group .button.is-checked {
  background-color: #045f85;
  color: white;
  font-weight: normal;
  text-transform: none;
}

.news-widget-top h2 {
  float: left;
}
.news-widget-top .filters-button-group {
  float: right;
}
.news-widget-top .filters-button-group .button {
  font-size: 0.95rem;
  padding: 0.4rem 0.75rem;
  background-color: #4275ae;
  font-weight: normal;
  margin-right: 5px;
}
.news-widget-top .filters-button-group .button:hover,
.news-widget-top .filters-button-group .button:focus,
.news-widget-top .filters-button-group .button.is-checked {
  background-color: #045f85;
  color: white;
  font-weight: normal;
}

.repssidebar__item {
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  color: #565656;
  background: #f7f7f7;
  box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
  border-radius: 2px;
  display: block;
  margin-bottom: 0;
  font-weight: bold;
  margin-top: -1px;
}
.repssidebar__item .repssidebar__icon {
  height: 35px;
  margin-right: 0.5rem;
  margin-top: -5px;
}

.repssidebar__item:hover,
.repssidebar__item:focus,
.repssidebar__item:active {
  background: #e8e8e8;
  text-decoration: none;
  color: #565656;
}

.repssidebar__connect {
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  color: #565656;
  background: #f7f7f7;
  box-shadow: 1px 1px 5px rgba(126, 142, 159, 0.1);
  border-radius: 2px;
  margin-top: -1px;
}
.repssidebar__connect h6 {
  font-weight: bold;
  color: #505050;
  margin-top: 0rem;
}
.repssidebar__connect input {
  border-radius: 10px;
  margin-bottom: 0.5rem;
}
.repssidebar__connect .social_button {
  text-align: center;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  min-width: 250px;
  position: relative;
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  text-transform: none;
  margin-bottom: 6px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 2px rgba(169, 169, 169, 0.7);
  box-shadow: 0 2px 2px rgba(169, 169, 169, 0.7);
  text-decoration: none;
}
.repssidebar__connect .social_button:link {
  text-decoration: none;
  color: white;
}
.repssidebar__connect .social_button:visited {
  text-decoration: none;
  color: white;
}
.repssidebar__connect .social_button:active {
  text-decoration: none;
}
.repssidebar__connect .social_button:hover {
  text-decoration: none;
  color: #401C69;
}
.repssidebar__connect .social_button .social_button_text {
  font-size: 18px;
  text-align: center;
  width: 100%;
}
.repssidebar__connect .social_button em {
  position: absolute;
  left: 0;
  width: 50px;
  font-size: 30px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  text-decoration: none;
  margin-top: 0.35rem;
}
.repssidebar__connect .social_button.email {
  background: #2A3D45;
}
.repssidebar__connect .social_button.email:hover {
  color: #FFC688;
}
.repssidebar__connect .social_button.twitter {
  background: #00acee;
}
.repssidebar__connect .social_button.twitter:hover {
  background: #0796cc;
  color: #fff;
}
.repssidebar__connect .social_button.facebook {
  background: #385fb2;
}
.repssidebar__connect .social_button.facebook:hover {
  background: #3b5998;
  color: #fff;
}
.repssidebar__connect .social_button.youtube {
  background: #c4302b;
}
.repssidebar__connect .social_button.youtube:hover {
  background: #b02622;
  color: #fff;
}
.repssidebar__connect .social_button.linkedin {
  background: #0077B5;
}
.repssidebar__connect .social_button.linkedin:hover {
  background: #0470a9;
  color: #fff;
}

@media only screen and (max-width: 40.063em) {
  .count-up-petitions {
    font-size: 3rem;
  }
}
.sidenav__list__repsnews {
  display: none !important;
}
.sidenav__list__repsnews.active {
  display: block !important;
}

.sidenav__heading__repsnews {
  display: block !important;
}
@media only screen and (min-width:64.063em) {
  .sidenav__heading__repsnews {
    font-size: 1.1rem;
  }
  .sidenav__heading__repsnews:after {
    display: block !important;
  }
}

@media only screen and (min-width:64.063em) {
  .sidenav__heading__repsconnected {
    display: block !important;
    font-size: 1.1rem;
  }
  .sidenav__heading__repsconnected:after {
    display: none !important;
  }
}

#media-list ul, #media-list li, #newsDiv ul, #newsDiv li {
  list-style: none;
  margin-left: 0px;
}
#media-list ul.pagination li.active a, #newsDiv ul.pagination li.active a {
  background: #335983;
  color: #fff;
  cursor: default;
  font-weight: 700;
  margin: 0px 5px;
}

#news-share-buttons {
  float: right;
}
#news-share-buttons a:hover, #news-share-buttons a:active, #news-share-buttons a:focus {
  text-decoration: none;
  color: #123d6d;
}
#news-share-buttons i {
  font-size: 2rem;
  width: 2rem;
}

.news-filters-nofloat {
  float: none !important;
}

.news-filters-white a {
  color: white;
}
.news-filters-white a:hover, .news-filters-white a:active, .news-filters-white a:focus {
  text-decoration: none;
  color: #0db7ff !important;
}

#news-home-widget .news-top-filters .filters-button-group .button {
  border-radius: 0px;
}
#news-home-widget .btn-news-track {
  border-radius: 0px;
}
#news-home-widget .news-tag {
  border-radius: 0px;
}
#news-home-widget .news-panel {
  border: none;
  background: none;
  box-shadow: none;
  border-radius: 6px;
  color: #fff;
  margin: 1.25rem 1.25rem 1rem 0rem;
  padding-top: 0;
}
#news-home-widget .news-panel img {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#news-home-widget .news-title {
  margin-left: 1rem;
}
#news-home-widget .news-panel .news-panel-content {
  padding: 0rem;
}
#news-home-widget .news-panel-content-date {
  margin-bottom: 10px;
  font-size: 0.88rem;
}
#news-home-widget .button-group {
  margin: 0rem;
}
#news-home-widget .button-group .button {
  margin-bottom: 0rem;
}
#news-home-widget .filters-button-group {
  padding-top: 0.75rem;
}
#news-home-widget .news-filter-dd {
  border-radius: 0px;
  width: auto;
  line-height: normal;
}
#news-home-widget select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: #FAFAFA;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
}
#news-home-widget .pagination {
  margin-bottom: 1.5rem;
}
#news-home-widget ul .pagination li a, #news-home-widget ul.pagination li button {
  border-radius: 0px;
}

.visit-news-item-content h1 {
  margin-left: 1.25rem;
}
.visit-news-item-content .news-date-ltr, .visit-news-item-content img {
  margin-left: 1rem;
}
.visit-news-item-content img {
  width: 98%;
}
.visit-news-item-content .row.visit-news-item-content-text {
  margin-top: 1.4rem;
  margin-left: 0.35rem;
}

.reps-readmore-btn {
  margin-bottom: 0rem;
  float: right;
}
.reps-readmore-btn i {
  font-size: 0.9rem;
}

#PDICalculator .table-header {
  font-size: 1.2rem;
}
#PDICalculator .table-subheader {
  font-size: 1rem;
}
#PDICalculator .highcharts-root {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}
#PDICalculator .highcharts-figure {
  padding: 0rem;
  margin-left: 0rem;
  margin-right: 0rem;
}
#PDICalculator .clear-both {
  clear: both;
}
#PDICalculator .table-scroll {
  overflow-x: auto;
}
#PDICalculator .PDICalculator_table_wide {
  min-width: 950px;
  width: 100%;
}
#PDICalculator input[type=number]:focus,
#PDICalculator input[type=number]:hover {
  outline: 2px solid;
  outline: auto -webkit-focus-ring-color;
  outline-color: black;
}
#PDICalculator .PDICalculator_yearstable input[type=number] {
  margin-bottom: 0rem;
  min-width: 71px;
}
#PDICalculator .PDICalculator_interestrate {
  width: 6rem;
}
#PDICalculator .PDICalculator_calculatedtable {
  background: #fff;
  border: none;
  table-layout: auto;
  border-spacing: 0;
  border-collapse: collapse;
  display: block;
  margin-bottom: 0rem;
}
#PDICalculator .PDICalculator_calculatedtable thead {
  background: none;
}
#PDICalculator .PDICalculator_calculatedtable thead tr th {
  text-align: right;
  border: none;
}
#PDICalculator .PDICalculator_calculatedtable thead tr th, #PDICalculator .PDICalculator_calculatedtable thead tr td {
  padding: 0rem;
}
#PDICalculator .PDICalculator_calculatedtable tbody tr th {
  width: 233px;
  font-size: 0.88rem;
  padding-left: 0.5rem;
  padding-right: 0.2rem;
  background: #a5b4de;
  border: 1px solid #a5b4de;
}
#PDICalculator .PDICalculator_calculatedtable tbody tr td {
  width: 64px;
  min-width: 64px;
  font-size: 0.9rem;
  line-height: 0.75rem;
  background: #d8e9fb;
  border: 1px solid #d8e9fb;
  padding: 0.5rem 0.1rem;
  text-align: right;
}
#PDICalculator .PDICalculator_calculatedtable tbody tr .bold-cell {
  font-weight: bold;
}
#PDICalculator .PDICalculator_footnotes p {
  font-size: 0.9rem;
  margin-left: 0.25rem;
}
#PDICalculator .btn-calculate {
  border-radius: 5px;
}
#PDICalculator input::-webkit-outer-spin-button,
#PDICalculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
#PDICalculator input[type=number] {
  -moz-appearance: textfield;
}

/* This styling is only for styling ePetitions content pages. The SCSS for the ePetitions app can be found under the JS folder */
.petition-sidenav {
  border-top: 4px solid #4275ae;
  margin: 0;
  font-size: 0.9em !important;
}
.petition-sidenav .sidenav {
  border-top: none;
}
.petition-sidenav .sidenav__background__white {
  background: #fff;
  margin-bottom: 1rem;
}
.petition-sidenav .sidenav__item .fas {
  font-size: 1.5rem;
  float: left;
  width: 30px;
  color: #4275ae;
}
@media screen and (max-width: 767px) {
  .petition-sidenav .sidenav__item .fas {
    font-size: 1.55rem;
  }
}
.petition-sidenav .sidenav__item .petitionNavigationButton-text {
  font-size: 1rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .petition-sidenav .sidenav__item .petitionNavigationButton-text {
    font-size: 0.9rem;
  }
}

.scrutiny-report-details__download-link {
  font-weight: bold;
}
.scrutiny-report-details__download-link i.fa {
  margin-right: 8px;
}
.scrutiny-report-details__list-item {
  padding: 16px;
  border-bottom: solid 1px silver;
}
.scrutiny-report-details__list-item i.fa {
  margin-right: 8px;
}
.scrutiny-report-details__list-item:first-of-type {
  border-top: solid 1px silver;
}
.scrutiny-report-details__report-sections-list {
  list-style-type: none;
  margin-left: 0;
}
.scrutiny-report-details__additional-documents-list {
  list-style-type: none;
  margin-left: 0;
}
