﻿@charset "UTF-8";
/*
	Vendors
*/
/*APH-icon list */
@import url(font-awesome.css);
@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.svg?jzua8u#APH-icon-set") format("svg");
  font-weight: normal;
  font-style: normal; }

.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_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,
.columns + .column:last-child, .column +
.columns:last-child,
.columns +
.columns:last-child {
  float: right; }

.column + .column.end,
.columns + .column.end, .column +
.columns.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.33333%;
    right: auto; }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left; }
  .small-1 {
    width: 8.33333%; }
  .small-2 {
    width: 16.66667%; }
  .small-3 {
    width: 25%; }
  .small-4 {
    width: 33.33333%; }
  .small-5 {
    width: 41.66667%; }
  .small-6 {
    width: 50%; }
  .small-7 {
    width: 58.33333%; }
  .small-8 {
    width: 66.66667%; }
  .small-9 {
    width: 75%; }
  .small-10 {
    width: 83.33333%; }
  .small-11 {
    width: 91.66667%; }
  .small-12 {
    width: 100%; }
  .small-offset-0 {
    margin-left: 0 !important; }
  .small-offset-1 {
    margin-left: 8.33333% !important; }
  .small-offset-2 {
    margin-left: 16.66667% !important; }
  .small-offset-3 {
    margin-left: 25% !important; }
  .small-offset-4 {
    margin-left: 33.33333% !important; }
  .small-offset-5 {
    margin-left: 41.66667% !important; }
  .small-offset-6 {
    margin-left: 50% !important; }
  .small-offset-7 {
    margin-left: 58.33333% !important; }
  .small-offset-8 {
    margin-left: 66.66667% !important; }
  .small-offset-9 {
    margin-left: 75% !important; }
  .small-offset-10 {
    margin-left: 83.33333% !important; }
  .small-offset-11 {
    margin-left: 91.66667% !important; }
  .small-reset-order {
    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.33333%;
    right: auto; }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left; }
  .medium-1 {
    width: 8.33333%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-3 {
    width: 25%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-6 {
    width: 50%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-9 {
    width: 75%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-0 {
    margin-left: 0 !important; }
  .medium-offset-1 {
    margin-left: 8.33333% !important; }
  .medium-offset-2 {
    margin-left: 16.66667% !important; }
  .medium-offset-3 {
    margin-left: 25% !important; }
  .medium-offset-4 {
    margin-left: 33.33333% !important; }
  .medium-offset-5 {
    margin-left: 41.66667% !important; }
  .medium-offset-6 {
    margin-left: 50% !important; }
  .medium-offset-7 {
    margin-left: 58.33333% !important; }
  .medium-offset-8 {
    margin-left: 66.66667% !important; }
  .medium-offset-9 {
    margin-left: 75% !important; }
  .medium-offset-10 {
    margin-left: 83.33333% !important; }
  .medium-offset-11 {
    margin-left: 91.66667% !important; }
  .medium-reset-order {
    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.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto; }
  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto; }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }
  .column,
  .columns {
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
    float: left; }
  .large-1 {
    width: 8.33333%; }
  .large-2 {
    width: 16.66667%; }
  .large-3 {
    width: 25%; }
  .large-4 {
    width: 33.33333%; }
  .large-5 {
    width: 41.66667%; }
  .large-6 {
    width: 50%; }
  .large-7 {
    width: 58.33333%; }
  .large-8 {
    width: 66.66667%; }
  .large-9 {
    width: 75%; }
  .large-10 {
    width: 83.33333%; }
  .large-11 {
    width: 91.66667%; }
  .large-12 {
    width: 100%; }
  .large-offset-0 {
    margin-left: 0 !important; }
  .large-offset-1 {
    margin-left: 8.33333% !important; }
  .large-offset-2 {
    margin-left: 16.66667% !important; }
  .large-offset-3 {
    margin-left: 25% !important; }
  .large-offset-4 {
    margin-left: 33.33333% !important; }
  .large-offset-5 {
    margin-left: 41.66667% !important; }
  .large-offset-6 {
    margin-left: 50% !important; }
  .large-offset-7 {
    margin-left: 58.33333% !important; }
  .large-offset-8 {
    margin-left: 66.66667% !important; }
  .large-offset-9 {
    margin-left: 75% !important; }
  .large-offset-10 {
    margin-left: 83.33333% !important; }
  .large-offset-11 {
    margin-left: 91.66667% !important; }
  .large-reset-order {
    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.33333%;
    right: auto; }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; } }

.accordion {
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion .accordion-navigation, .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion .accordion-navigation.active > a, .accordion dd.active > a {
      background: #e8e8e8; }
    .accordion .accordion-navigation > a, .accordion dd > a {
      background: #EFEFEF;
      color: #222222;
      display: block;
      font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 1.06667rem;
      padding: 1.06667rem; }
      .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.86667rem;
  font-weight: normal;
  margin-bottom: 1.33333rem;
  padding: 0.93333rem 1.6rem 0.93333rem 0.93333rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #4275AE;
  border-color: #396596;
  color: #FFFFFF; }
  .alert-box .close {
    right: 0.26667rem;
    background: inherit;
    color: #333333;
    font-size: 1.46667rem;
    line-height: .9;
    margin-top: -0.73333rem;
    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.66667rem; }
  [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.66667rem 1.33333rem; }

@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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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.11111%; }
    .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.09091%; }
    .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.33333%; }
    .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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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.11111%; }
    .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.09091%; }
    .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.33333%; }
    .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.33333%; }
    .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.66667%; }
    .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.28571%; }
    .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.11111%; }
    .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.09091%; }
    .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.33333%; }
    .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.93333rem 0.6rem;
  background-color: #c9c9c9;
  border-color: #b5b5b5;
  border-radius: 3px; }
  .breadcrumbs > * {
    color: #4275AE;
    float: left;
    font-size: 0.73333rem;
    line-height: 0.73333rem;
    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.33333rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.46667rem 0.93333rem 0.53333rem 0.93333rem;
  font-size: 1.06667rem;
  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: #888888;
    border-color: #6d6d6d;
    color: #FFFFFF; }
    button.secondary:hover, button.secondary:focus, .button.secondary:hover, .button.secondary:focus {
      background-color: #6d6d6d; }
    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.66667rem 1.33333rem 0.73333rem 1.33333rem;
    font-size: 1.33333rem; }
  button.small, .button.small {
    padding: 0.4rem 0.8rem 0.46667rem 0.8rem;
    font-size: 0.86667rem; }
  button.tiny, .button.tiny {
    padding: 0.33333rem 0.66667rem 0.4rem 0.66667rem;
    font-size: 0.73333rem; }
  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.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    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.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    display: inline-block;
    margin: 0 -2px;
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    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.46667rem;
      -webkit-top-right-radius: 0.46667rem;
      border-top-left-radius: 0.46667rem;
      border-top-right-radius: 0.46667rem; }
    .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.46667rem;
      -webkit-bottom-right-radius: 0.46667rem;
      border-bottom-left-radius: 0.46667rem;
      border-bottom-right-radius: 0.46667rem; }
  @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.46667rem;
        -webkit-top-right-radius: 0.46667rem;
        border-top-left-radius: 0.46667rem;
        border-top-right-radius: 0.46667rem; }
      .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.46667rem;
        -webkit-bottom-right-radius: 0.46667rem;
        border-bottom-left-radius: 0.46667rem;
        border-bottom-right-radius: 0.46667rem; } }

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

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

.button-bar .button-group {
  float: left;
  margin-right: 0.66667rem; }
  .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: .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: .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: .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: .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: .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.93333rem;
  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.93333rem;
    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.93333rem;
    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.93333rem;
    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.93333rem;
    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.93333rem;
    height: auto;
    max-height: none;
    padding: 1.33333rem;
    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.16667rem; }
  .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.13333rem; }
    .dropdown.button.tiny::after, button.dropdown.tiny::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.26667rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-width: 0.46667rem;
      right: 1.4rem;
      margin-top: -0.16667rem; }
    .dropdown.button.small::after, button.dropdown.small::after {
      border-color: #FFFFFF transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.86667rem; }
    .dropdown.button.large::after, button.dropdown.large::after {
      border-width: 0.33333rem;
      right: 1.83333rem;
      margin-top: -0.16667rem; }
    .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.06667rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.66667rem;
  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.06667rem; }

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.53333rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.53333rem; }
  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.53333rem; }

/* Label Styles */
label {
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  font-size: 0.93333rem;
  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.06667rem 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.93333rem;
  height: 2.46667rem;
  line-height: 2.46667rem;
  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.93333rem;
  height: 2.46667rem;
  margin: 0 0 1.06667rem 0;
  padding: 0.53333rem;
  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.93333rem;
  line-height: normal;
  padding: 0.53333rem;
  border-radius: 0;
  height: 2.46667rem; }
  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.06667rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.53333rem;
  margin-right: 1.06667rem;
  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.33333rem; }
  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.06667rem;
  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.06667rem;
  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.06667rem; }

.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.06667rem;
  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: .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 .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: .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.13333rem auto;
  margin-left: -1.46667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inline-list > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.46667rem; }
    .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.26667rem 0.53333rem 0.26667rem;
  font-size: 0.73333rem;
  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.93333rem;
        padding: 0.66667rem 0.93333rem;
        width: 100%; }
  .orbit-container .orbit-slide-number {
    left: 10px;
    background: transparent;
    color: #FFFFFF;
    font-size: 12px;
    position: absolute;
    top: 10px;
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.33333rem; }
  .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.33333rem;
  min-height: 1.6rem; }
  ul.pagination li {
    color: #222222;
    font-size: 0.93333rem;
    height: 1.6rem;
    margin-left: 0.33333rem; }
    ul.pagination li a, ul.pagination li button {
      border-radius: 3px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #999999;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.06667rem 0.66667rem 0.06667rem; }
    ul.pagination li:hover a,
    ul.pagination li a:focus,
    ul.pagination li:hover button,
    ul.pagination li button:focus {
      background: #e6e6e6; }
    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: #4275AE;
      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: #4275AE; }
  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.66667rem; } }
  .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.66667rem;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    top: 0.66667rem;
    right: 1.46667rem; }

.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.93333rem 0; }
  .side-nav li {
    font-size: 0.93333rem;
    font-weight: normal;
    margin: 0 0 0.46667rem 0; }
    .side-nav li a:not(.button) {
      color: #4275AE;
      display: block;
      margin: 0;
      padding: 0.46667rem 0.93333rem; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        background: rgba(0, 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.93333rem;
      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.66667rem; }
    .split.button.small span {
      width: 2.8rem; }
      .split.button.small span:after {
        border-top-style: solid;
        border-width: 0.46667rem;
        margin-left: -0.4rem;
        top: 48%; }
  .split.button.large {
    padding-right: 5.86667rem; }
    .split.button.large span {
      width: 3.66667rem; }
      .split.button.large span:after {
        border-top-style: solid;
        border-width: 0.33333rem;
        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.26667rem 0 1.2rem;
  overflow: hidden;
  padding-top: 0.26667rem;
  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.93333rem;
    font-weight: normal;
    margin-left: 1.06667rem;
    margin-bottom: 0; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      color: #999999;
      padding: 0.2rem 1.06667rem;
      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.06667rem; }
      .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: .25rem;
    position: absolute;
    top: .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.33333rem;
  table-layout: auto; }
  table caption {
    background: transparent;
    color: #222222;
    font-size: 1.06667rem;
    font-weight: bold; }
  table thead {
    background: #F5F5F5; }
    table thead tr th,
    table thead tr td {
      color: #222222;
      font-size: 0.93333rem;
      font-weight: 700;
      padding: 0.53333rem 0.66667rem 0.66667rem; }
  table tfoot {
    background: #F5F5F5; }
    table tfoot tr th,
    table tfoot tr td {
      color: #222222;
      font-size: 0.93333rem;
      font-weight: 700;
      padding: 0.53333rem 0.66667rem 0.66667rem; }
  table tr th,
  table tr td {
    color: #222222;
    font-size: 0.93333rem;
    padding: 0.6rem 0.66667rem;
    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.06667rem;
      padding: 1.06667rem 2.13333rem; }
      .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.93333rem;
  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.66667rem;
  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%; } }

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.86667rem;
    padding-bottom: .35rem;
    padding-top: .35rem; }
  .top-bar .button, .top-bar button {
    font-size: 0.75rem;
    margin-bottom: 0;
    padding-bottom: 0.41667rem;
    padding-top: 0.41667rem; }
    @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 .item .info h2, .item .info .top-bar .name h2, .top-bar .name h4, .top-bar .name p, .top-bar .name span {
      font-size: 1.13333rem;
      line-height: 2.6rem;
      margin: 0; }
      .top-bar .name h1 a, .top-bar .name h2 a, .top-bar .name h3 a, .top-bar .name .item .info h2 a, .item .info .top-bar .name h2 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.86667rem;
        width: 75%; }
  .top-bar .toggle-topbar {
    position: absolute;
    right: 0;
    top: 0; }
    .top-bar .toggle-topbar a {
      color: #F6F6F6;
      display: block;
      font-size: 0.86667rem;
      font-weight: 700;
      height: 2.6rem;
      line-height: 2.6rem;
      padding: 0 0.86667rem;
      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.53333rem 0 0.86667rem;
        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.86667rem;
          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.86667rem;
      font-weight: 700;
      padding-left: 0.86667rem;
      padding: 12px 0 12px 0.86667rem;
      text-transform: none;
      width: 100%; }
      .top-bar-section ul li > a.button {
        font-size: 0.86667rem;
        padding-left: 0.86667rem;
        padding-right: 0.86667rem;
        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.86667rem;
      padding-left: 0.86667rem;
      padding-right: 0.86667rem;
      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.86667rem; }
  .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.86667rem;
      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.86667rem; }
        .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.86667rem; }
      .top-bar-section .dropdown li .button,
      .top-bar-section .dropdown li button {
        top: auto; }
    .top-bar-section .dropdown label {
      color: #777777;
      font-size: 0.66667rem;
      font-weight: 700;
      margin-bottom: 0;
      padding: 8px 0.86667rem 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 .item .info h2 a, .item .info
    .top-bar .name h2 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.93333rem;
      height: 1.86667rem;
      position: relative;
      top: 0.36667rem; }
    .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.86667rem; }
      .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: #4275AE;
      color: #FFFFFF;
      line-height: 2.6rem;
      padding: 0 0.86667rem; }
      .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: "\00bb";
      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.86667rem;
        white-space: nowrap; }
      .top-bar-section .dropdown li:not(.has-form):not(.active) > a:not(.button) {
        background: #345c89;
        color: #FFFFFF; }
      .top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
        background-color: #4275AE;
        color: #FFFFFF;
        background: #222222; }
      .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.86667rem; }
    .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: #4275AE;
  line-height: inherit;
  text-decoration: none; }
  a:hover, a:focus {
    color: #396596; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 1.33333rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.23333rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.93333rem;
    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: 60%;
    line-height: 0; }

h1 {
  font-size: 1.93333rem; }

h2 {
  font-size: 1.53333rem; }

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

h4 {
  font-size: 1.2rem; }

h5 {
  font-size: 1.06667rem; }

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.33333rem 0 1.26667rem; }

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

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

small {
  font-size: 60%;
  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.13333rem 0.33333rem 0.06667rem; }

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

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

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.33333rem;
  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.33333rem;
    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.33333rem;
  padding: 0.6rem 1.33333rem 0 1.26667rem;
  border-left: 1px solid #DDDDDD; }
  blockquote cite {
    display: block;
    font-size: 0.86667rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

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

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.33333rem 0;
  border: 1px solid #DDDDDD;
  padding: 0.66667rem 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.06667rem; }

@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.86667rem; }
  h3, .item .info h2 {
    font-size: 1.46667rem; }
  h4 {
    font-size: 1.2rem; }
  h5 {
    font-size: 1.06667rem; }
  h6 {
    font-size: 1rem; } }

.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    min-height: 100%;
    -webkit-overflow-scrolling: touch; }

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

.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: #FFFFFF;
  height: 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.06667rem; }

.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.66667rem;
  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.33333rem;
  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.53333rem;
    left: 0.96667rem;
    box-shadow: 0 0 0 1px #FFFFFF, 0 7px 0 1px #FFFFFF, 0 14px 0 1px #FFFFFF;
    width: 1.06667rem; }
  .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.33333rem;
  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.33333rem;
  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.66667rem;
    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.33333rem, 0, 0);
  -moz-transform: translate3d(21.33333rem, 0, 0);
  -ms-transform: translate(21.33333rem, 0);
  -ms-transform: translate3d(21.33333rem, 0, 0);
  -o-transform: translate3d(21.33333rem, 0, 0);
  transform: translate3d(21.33333rem, 0, 0); }

.move-right .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  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.33333rem, 0, 0);
  -moz-transform: translate3d(-21.33333rem, 0, 0);
  -ms-transform: translate(-21.33333rem, 0);
  -ms-transform: translate3d(-21.33333rem, 0, 0);
  -o-transform: translate3d(-21.33333rem, 0, 0);
  transform: translate3d(-21.33333rem, 0, 0); }

.move-left .exit-off-canvas {
  -webkit-backface-visibility: hidden;
  box-shadow: none;
  cursor: pointer;
  transition: background 300ms ease;
  -webkit-tap-highlight-color: transparent;
  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: transparent;
  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: transparent;
  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: transparent;
  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.33333rem; }

.no-csstransforms .right-off-canvas-menu {
  right: -21.33333rem; }

.no-csstransforms .move-left > .inner-wrap {
  right: 21.33333rem; }

.no-csstransforms .move-right > .inner-wrap {
  left: 21.33333rem; }

.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.33333rem;
  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: "\AB";
      margin-right: .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.33333rem;
  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: "\BB";
      margin-left: .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: "\BB";
  margin-left: .5rem;
  display: inline; }

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
  content: "\AB";
  margin-right: .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: .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: #666;
  color: #e6e6e6; }
  .prefooter h1, .prefooter h2, .prefooter h3, .prefooter .item .info h2, .item .info .prefooter h2, .prefooter h4, .prefooter h5 {
    color: white; }
  .prefooter h3, .prefooter .item .info h2, .item .info .prefooter h2 {
    font-size: 1.2rem;
    font-weight: normal; }
  .prefooter a {
    color: #d9d9d9; }
    .prefooter a:hover, .prefooter a:active, .prefooter a:focus {
      text-decoration: underline;
      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: .5rem; }
  .feature-cell-content > div {
    display: flex;
    align-items: center;
    position: absolute;
    padding: .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: .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: .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: .5em 1em;
    background-color: #555555;
    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: #666666;
      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: 'FontAwesome';
    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: 3.00rem; }

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

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

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

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

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

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

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

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

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 */
/* 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: "FontAwesome";
  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: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -10px; }
  [dir="rtl"] .slick-next {
    left: -10px;
    right: auto; }
  .slick-next:before {
    margin-left: 4px;
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

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

.slick-dots {
  position: absolute;
  bottom: -55px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin-left: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    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: "";
        width: 20px;
        height: 20px;
        font-family: "FontAwesome";
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.85; }

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

.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: .85rem; }
    .calendar--sidebar .calendar__table th, .calendar--sidebar
    .calendar__table td {
      font-size: .7rem;
      height: 30px; }
  .calendar__table td {
    position: relative;
    height: 50px; }
    .calendar--sidebar .calendar__table td {
      font-size: .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: #4275AE;
      color: white; }
    .calendar__table td.inactive .day {
      color: #AAAAAA; }
    .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: #4275AE;
        color: white; }

.calendar__month {
  position: relative; }

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

.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: inline-block !important;
  width: 6px;
  height: 6px;
  margin: 0;
  border-radius: 3px; }
  .calendar--sidebar .calendar__indicator {
    width: 4px;
    height: 4px; }
  .calendar__indicator--large {
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px !important; }
  .calendar__indicator--primary {
    background-color: #4275AE; }
  .calendar__indicator--secondary {
    background-color: #888888; }
  .calendar__indicator--green {
    background-color: #467664; }
  .calendar__indicator--orange {
    background-color: orange; }
  .calendar__indicator--red {
    background-color: #892517; }

.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: .85rem; }

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

/* =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: 1rem; } }
  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 (min-width: 40.063em) {
  .top-bar-section {
    left: 1em !important; }
    .top-bar-section li:not(.has-form) a:not(.button) {
      background: transparent; } }

@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; }
  @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: .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: #4275AE !important; }

.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 .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: #345c89; }
      .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: 64.063em) {
    .nav-top-links {
      margin-top: 1rem; } }
  .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: .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 {
  display: block;
  width: 100%;
  position: relative; }
  @media only screen and (min-width: 64.063em) {
    .nav-top-links li.has-form {
      display: inline-block;
      width: auto; } }
  .nav-top-links li.has-form input[type=text] {
    display: inline-block;
    padding-right: 30px;
    width: 100px;
    height: 2rem;
    line-height: 16px;
    border: none;
    font-size: .85rem;
    background-color: #F9F9F9;
    transition: width 0.3s ease-out; }
    .nav-top-links li.has-form input[type=text]:focus {
      width: 280px; }
  .nav-top-links 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 {
      color: #888888; }

.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 #467664; }
  .c-nav-secondary__link > a {
    display: block;
    position: relative;
    padding: .5rem 1rem;
    color: white;
    line-height: 1.5rem;
    font-size: .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: .5rem 1rem;
    color: #333333;
    line-height: 3rem; }
    .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: .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: "FontAwesome";
    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: .85rem; }

.sidenav__item a:not(.sidenav__dropdown__toggle) {
  display: block;
  margin: 0;
  padding: .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: .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; }

.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: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #b0abab;
  background-color: rgba(74, 74, 74, 0.85);
  color: white; }
  .js-slider__text a {
    color: white; }

.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 .5rem; }
  .js-slider-nav .slide h2, .js-slider-nav .slide h3, .js-slider-nav .slide .item .info h2, .item .info .js-slider-nav .slide h2, .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 h6.max-height-title {
    max-height: 39px; }

.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 i, .play-pause-btn:active i, .play-pause-btn:focus i {
    opacity: 1; }
  .play-pause-btn i {
    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 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.93333rem !important; }
    .tabs li > a:hover, .tabs li > a:active, .tabs li > a:focus {
      text-decoration: none;
      outline: none; }
    .tabs li > a i {
      margin-right: .5rem; }

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

.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: .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;
    height: 140px; }

.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.86667rem; }
  .result__metadata * {
    font-size: 0.86667rem; }

.result__more {
  float: right; }

.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: .5rem; }

.filter__container input[type=checkbox] + label:before {
  content: "\2713";
  padding-right: 1px;
  border-radius: 3px; }

.filter__container input[type=radio] + label:before {
  content: "\2713";
  border-radius: 50%; }

.expandable-list {
  margin-left: 0; }

.has-expandable {
  position: relative;
  list-style: none; }
  .has-expandable.active > a:before {
    content: "\f147"; }
  .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: "\f196";
      font-family: "FontAwesome";
      font-size: 0.93333rem; }

.expandable {
  display: none;
  margin-bottom: 1rem;
  list-style: disc;
  font-size: 0.86667rem; }

.jumbotron {
  position: relative;
  height: 10rem;
  overflow: hidden;
  background-color: #333333; }
  @media only screen and (min-width: 64.063em) {
    .jumbotron {
      height: 15rem; } }
  .jumbotron img {
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
    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: .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.66667rem;
  color: #EEEEEE;
  font-size: .85rem; }
  @media only screen and (min-width: 64.063em) {
    .jumbotron__subtitle {
      font-size: 1rem; } }

.reps .profile {
  background-color: #467664; }
  .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 .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: .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: "FontAwesome";
      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: .25rem; }

dl.dl--inline dd {
  margin-bottom: .25rem; }

.select--inline {
  height: 35px;
  padding-right: 2rem; }

label.right {
  display: block;
  margin-right: .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-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: .25rem; }

dl.dl--inline dd {
  margin-bottom: .25rem; }

.select--inline {
  height: 35px;
  padding-right: 2rem; }

label.right {
  display: block;
  margin-right: .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; }

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

div.dataTables_wrapper div.dataTables_paginate {
  float: right;
  margin: 0; }

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  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; }

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

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

html {
  -webkit-font-smoothing: antialiased; }

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.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; }

.tooltipster-federatedSearch {
  border-radius: 5px;
  border: 10px solid #f5f5f5;
  background: #f5f5f5;
  color: #000;
  box-shadow: 2px 2px 10px #999;
  min-width: 140px;
  line-height: 2px !important;
  text-align: center; }

.tooltipster-federatedSearchHelp {
  border-radius: 5px;
  border: 5px solid #f5f5f5;
  background: #f5f5f5;
  color: #000;
  box-shadow: 2px 2px 10px #999;
  max-width: 300px; }

.tooltipster-federatedSearchHelp .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 15px;
  padding: 4px 5px; }

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: "Lucida Grande", "Lucida Sans Unicode", "Segoe UI", Arial, Helvetica, 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; }

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

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

/* =Hansard
----------------------------------------*/
.hansard-display {
  padding-bottom: 10px; }

.hansard-toc, .hansard-toc ul {
  list-style-type: none; }

.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;
      width: 10%; } }

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

#hansard-nav {
  float: left;
  display: inline;
  background: #fff;
  margin: 20px 0 0 19px; }
  @media only screen and (max-width: 65em) {
    #hansard-nav {
      float: none;
      display: block;
      margin: -4px 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; }

.rgRow td, .rgAltRow td {
  text-align: left !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; }

.federatedSearchResultsSelect2 {
  width: 8rem; }

dl.dl--inline--federated {
  margin-bottom: 0; }

dl.dl--inline--federated dt {
  display: block;
  float: left;
  margin-right: 1rem;
  min-width: 130px;
  margin-bottom: .25rem; }

dl.dl--inline--federated dd {
  margin-bottom: .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; }

.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: #000000;
  opacity: 0.7; }

.federatedSearchProgressImage {
  padding: 10px;
  position: fixed;
  top: 45%;
  left: 50%; }

.federatedSearchPagerPanel {
  width: 644px;
  margin: 0 auto;
  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: red; }

.mandatory {
  color: red; }

/* 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: .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: "FontAwesome"; }
      .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 {
  border-bottom: 1px solid #e8e8e8;
  padding: 10px 0;
  position: relative; }

.search-filter-results li .title {
  font-size: 1.1em;
  margin: 0 0 5px 0;
  padding-right: 90px; }

.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: #666; }

.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: #999;
  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; }

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

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

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

@media only screen and (max-width: 65em) {
  .box {
    font-size: 1.25em; } }

.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: .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;
   }*/
#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;
  display: inline-block;
  -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 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 {
  margin-top: 12pt;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14pt; }

div[id$="pnlReportDetails"] 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 {
  margin-top: 12pt;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 12pt; }

div[id$="pnlReportDetails"] 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 {
  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: 1em;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
  background-color: silver;
  padding: 1em;
  border-top: solid 2px black;
  border-bottom: solid 2px 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; }

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

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"] div.TableSource {
  font-style: italic;
  font-size: smaller;
  margin-bottom: 0.5em; }

div[id$="pnlReportDetails"] div.fakeList {
  margin-left: 4.5em;
  margin-top: 0em;
  margin-bottom: 0.5em; }

div[id$="pnlReportDetails"] div.QuoteBullet1 {
  font-style: italic;
  margin-left: 6em !important; }

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

dl.dl--inline--bills {
  margin-bottom: 0; }

dl.dl--inline--bills dt {
  display: block;
  float: left;
  margin-right: 1rem;
  min-width: 140px;
  margin-bottom: .25rem; }

dl.dl--inline--bills dd {
  margin-bottom: .25rem; }

.customBlogSection {
  border: 2px solid #F5F5F5;
  padding: 5px; }

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

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

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

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-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-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/17BCD5DA212D481EA122A7D3CFE55AE7.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"); }

.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: #0fb3f8; }
  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 */ }

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

.nav-wrap {
  width: 100%;
  z-index: 9999; }
  @media (min-width: 768px) {
    .nav-wrap {
      /*position: fixed;*/
      /*top: auto;*/ } }

.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: 97.5%;
  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 30px; }
  @media (min-width: 1023px) {
    .navbar-secondary {
      margin-top: 0px; } }
  .navbar-secondary .container-fluid {
    background-color: #ffffff; }
  @media (max-width: 1200px) {
    .navbar-secondary {
      /*width: 100%;*/ } }
  @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 {
    color: #1b6e90;
    padding: 10px 17px 10px !important;
    margin: 11px 6px 9px 6px; }
    .navbar-secondary a:hover, .navbar-secondary a:focus {
      color: #000;
      text-decoration: none;
      background-color: #c0e0ff !important;
      transition: background-color 0.2s ease-out; }
    @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 {
        /*float: right;*/
        width: auto; } }
  .navbar-secondary .navbar-toggle {
    border: 0;
    border-radius: 0;
    width: 25px;
    height: 25px;
    margin-right: 20px;
    background-image: url("images/icons/icon-angle-up.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    padding: 0;
    margin: 0 20px 0 0;
    background-position: center right 25px;
    width: 100%;
    height: 40px; }
    @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; }

@media (max-width: 480px) {
  .front .hero .time-widget {
    /*margin-bottom: 240px;*/ } }

@media (min-width: 767px) and (max-width: 1024px) {
  .front .hero {
    /*min-height: 450px;*/ } }

.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-widget {
    width: 100%;
    padding-left: 36px;
    margin-top: 2px;
    background-repeat: no-repeat;
    background-position: left 4px;
    color: #ffffff;
    text-shadow: 1px 1px 7px black; }
    .hero .time-widget .time {
      font-size: 18px;
      display: block;
      color: #ffffff;
      font-weight: 600;
      padding-top: 5px; }
      @media (max-width: 768px) {
        .hero .time-widget .time {
          font-size: 16px; } }
      .hero .time-widget .time p {
        margin: 0;
        padding-bottom: 1px;
        font-size: 18px;
        font-weight: 600; }
        @media (max-width: 768px) {
          .hero .time-widget .time p {
            font-size: 16px; } }
    .hero .time-widget .open-status {
      display: block;
      margin-top: 2px; }
      .hero .time-widget .open-status p {
        font-size: 18px;
        font-weight: 300; }
        @media (min-width: 768px) {
          .hero .time-widget .open-status p {
            font-size: 16px; } }
      .hero .time-widget .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 black;
      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;
  min-height: 300px; }
  @media (min-width: 991px) {
    .not-front .hero {
      min-height: 400px;
      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: #2f7059; }
  .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 {
      text-align: left;
      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: #2f7059;
    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 {
  display: inline;
  width: 220px;
  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: #892517; }
  @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; } }
  .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; } }

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

.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: 0 0 6px;
  margin: 0 0 0 40px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  text-shadow: 1px 1px 2px #000000; }
  @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; } }

.whats-on .social .block-header {
  padding: 107px 0 25px !important; }

.social .social-box .hide-content {
  overflow: hidden;
  text-indent: -999px; }

.social .social-box a:hover, .social .social-box a:focus {
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.2s ease-in-out; }

.social .social-box .facebook-solid {
  background-color: #3355b3; }
  .social .social-box .facebook-solid:hover, .social .social-box .facebook-solid:focus {
    background-color: #28428b;
    transition: background-color 0.2s ease-in-out; }

.social .social-box.image-text {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%; }
  .social .social-box.image-text h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 10px #000000; }
    @media (max-width: 600px) {
      .social .social-box.image-text h2 {
        font-size: 14px; } }
  .social .social-box.image-text a {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 3;
    padding: 30px 0 0 0;
    color: #ffffff;
    text-decoration: none; }
    .social .social-box.image-text a:hover, .social .social-box.image-text a:focus {
      text-decoration: none; }
    .social .social-box.image-text a h2 {
      padding: 65px 31px 0;
      line-height: 1.2; }
      @media (max-width: 600px) {
        .social .social-box.image-text a h2 {
          padding-top: 45px; } }
      @media (max-width: 600px) {
        .social .social-box.image-text a h2 {
          padding-top: 25px; } }
    .social .social-box.image-text a p {
      padding: 25px 31px;
      font-size: 20px;
      line-height: 1.2; }
      @media (max-width: 600px) {
        .social .social-box.image-text a p {
          font-size: 14px;
          padding: 5px 31px; } }
      @media (max-width: 450px) {
        .social .social-box.image-text a p {
          display: none; } }
      @media (min-width: 992px) and (max-width: 1200px) {
        .social .social-box.image-text a p {
          font-size: 16px; } }
  .social .social-box.image-text .instagram h2 {
    padding: 65px 20px 0;
    line-height: 1.2; }
    @media (max-width: 600px) {
      .social .social-box.image-text .instagram h2 {
        padding-top: 45px;
        font-size: 14px; } }
    @media (max-width: 600px) {
      .social .social-box.image-text .instagram h2 {
        padding-top: 25px; } }
  .social .social-box.image-text .instagram p {
    padding: 25px 20px;
    font-size: 20px;
    line-height: 1.2; }
    @media (max-width: 600px) {
      .social .social-box.image-text .instagram p {
        font-size: 14px;
        padding: 5px 31px; } }
    @media (min-width: 992px) and (max-width: 1200px) {
      .social .social-box.image-text .instagram p {
        font-size: 16px; } }

.social .social-box img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }

.trip-advisor {
  background-image: url("about:blank"); }

.grid, .grid2, .grid3 {
  transition: height 0.2s ease; }

.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 black;
    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 .date {
    font-weight: 300 !important; }
  .item .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
    padding: 10px 20px;
    background-color: #045f85 \9;
    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-color: #045f85 \9;
  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 black; }
    @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 black;
      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 black; }
  @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 {
      margin: 10px 0;
      color: #ffffff;
      padding: 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: 18px;
    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;
  border: 0;
  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 {
    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 {
      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 .item {
  overflow: hidden; }
  .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; }

.tb-tour-block {
  min-height: 1630px; }

.bg-red {
  background-color: red; }

